@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500;1,600;1,700&family=DM+Sans:wght@300;400;500;600;700&display=swap");
:root { --lbf-orange: #E8621A;
--lbf-orange-light: #F07A35;
--lbf-orange-glow: #F5A96A;
--lbf-orange-deep: #C85114;
--lbf-orange-gold: #F5C78A;
--lbf-orange-soft: #F5A858; --lbf-d-bg: #16151F;
--lbf-d-surface: #1C1B27;
--lbf-d-surface-2: #222131;
--lbf-d-surface-3: #1A1922;
--lbf-d-text: #F0EDE8;
--lbf-d-text-dim: rgba(240, 237, 232, 0.62);
--lbf-d-text-muted: rgba(240, 237, 232, 0.45);
--lbf-d-border: rgba(240, 237, 232, 0.07);
--lbf-d-border-2: rgba(240, 237, 232, 0.12); --lbf-l-bg: #FFFFFF;
--lbf-l-surface: #FAFAF7;
--lbf-l-surface-2: #F4F2EC;
--lbf-l-text: #16151F;
--lbf-l-text-dim: rgba(22, 21, 31, 0.62);
--lbf-l-text-muted: rgba(22, 21, 31, 0.42);
--lbf-l-border: rgba(22, 21, 31, 0.08);
--lbf-l-border-2: rgba(22, 21, 31, 0.14); --lbf-success: #22C55E;
--lbf-danger: #EF4444;
--lbf-info: #3B82F6; --lbf-beige-bg: rgba(255, 243, 230, 0.5);
--lbf-beige-border: rgba(232, 98, 26, 0.35); --lbf-gradient-brand: linear-gradient(135deg, #F5A858 0%, #E8621A 55%, #C85114 100%); --lbf-shadow-brand:
inset 0 1px 0 rgba(255, 255, 255, 0.25),
0 6px 16px -6px rgba(232, 98, 26, 0.5);
--lbf-shadow-brand-hover:
inset 0 1px 0 rgba(255, 255, 255, 0.32),
0 12px 24px -8px rgba(232, 98, 26, 0.6);
--lbf-shadow-card:
0 1px 2px rgba(22, 21, 31, 0.04),
0 8px 24px -12px rgba(22, 21, 31, 0.10);
--lbf-shadow-card-hover:
0 2px 4px rgba(22, 21, 31, 0.06),
0 16px 32px -12px rgba(22, 21, 31, 0.16); --lbf-f-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
--lbf-f-body: 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
--lbf-fs-h1: clamp(40px, 5.6vw, 76px);
--lbf-fs-h2: clamp(32px, 4.4vw, 56px);
--lbf-fs-h3: clamp(22px, 2.6vw, 32px);
--lbf-fs-h4: clamp(18px, 1.8vw, 24px);
--lbf-fs-lead: clamp(15px, 1.3vw, 18px);
--lbf-fs-body: 16px;
--lbf-fs-body-sm: 14.5px;
--lbf-fs-eyebrow: 11.5px;
--lbf-fw-light: 300;
--lbf-fw-regular: 400;
--lbf-fw-medium: 500;
--lbf-fw-semibold: 600;
--lbf-fw-bold: 700;
--lbf-lh-tight: 1.05;
--lbf-lh-snug: 1.2;
--lbf-lh-normal: 1.5;
--lbf-lh-relaxed: 1.65;
--lbf-ls-display: -0.02em;
--lbf-ls-body: 0.01em;
--lbf-ls-eyebrow: 0.14em; --lbf-space-1: 4px;
--lbf-space-2: 8px;
--lbf-space-3: 12px;
--lbf-space-4: 16px;
--lbf-space-5: 20px;
--lbf-space-6: 24px;
--lbf-space-8: 32px;
--lbf-space-10: 40px;
--lbf-space-12: 48px;
--lbf-space-16: 64px;
--lbf-space-20: 80px;
--lbf-space-24: 96px; --lbf-container: 1200px;
--lbf-container-wide: 1320px;
--lbf-container-reading: 720px;
--lbf-section-py: clamp(72px, 10vw, 128px);
--lbf-section-px: clamp(20px, 5vw, 48px); --lbf-r-card: 16px;
--lbf-r-card-lg: 20px;
--lbf-r-btn: 12px;
--lbf-r-icon: 12px;
--lbf-r-pill: 999px;
--lbf-r-input: 10px; --lbf-ease: cubic-bezier(0.22, 1, 0.36, 1);
--lbf-t-fast: 0.15s var(--lbf-ease);
--lbf-t-base: 0.25s var(--lbf-ease);
--lbf-t-slow: 0.5s var(--lbf-ease); --lbf-z-base: 1;
--lbf-z-overlay: 10;
--lbf-z-modal: 100;
--lbf-z-toast: 1000;
} .lbf-root {
font-family: var(--lbf-f-body);
font-size: var(--lbf-fs-body);
line-height: var(--lbf-lh-normal);
color: var(--lbf-l-text);
background: var(--lbf-l-bg);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
container-type: inline-size;
container-name: lbf;
}
.lbf-root h1,
.lbf-root h2,
.lbf-root h3,
.lbf-root h4,
.lbf-root h5,
.lbf-root h6 {
font-family: var(--lbf-f-display);
font-weight: var(--lbf-fw-semibold);
letter-spacing: var(--lbf-ls-display);
line-height: var(--lbf-lh-tight);
color: inherit;
margin: 0 0 var(--lbf-space-4);
}
.lbf-root h1 { font-size: var(--lbf-fs-h1); }
.lbf-root h2 { font-size: var(--lbf-fs-h2); }
.lbf-root h3 { font-size: var(--lbf-fs-h3); line-height: var(--lbf-lh-snug); }
.lbf-root h4 { font-size: var(--lbf-fs-h4); line-height: var(--lbf-lh-snug); }
.lbf-root h5 { font-size: 18px; line-height: var(--lbf-lh-snug); }
.lbf-root h6 {
font-size: var(--lbf-fs-eyebrow);
font-family: var(--lbf-f-body);
font-weight: var(--lbf-fw-semibold);
text-transform: uppercase;
letter-spacing: var(--lbf-ls-eyebrow);
color: var(--lbf-orange);
line-height: var(--lbf-lh-normal);
}
.lbf-root h1 em,
.lbf-root h2 em,
.lbf-root h3 em,
.lbf-root h4 em {
font-style: italic;
font-family: var(--lbf-f-display);
color: inherit;
}
.lbf-root p {
margin: 0 0 var(--lbf-space-4);
line-height: var(--lbf-lh-relaxed);
color: inherit;
}
.lbf-root a {
color: var(--lbf-orange);
text-decoration: none;
transition: color var(--lbf-t-fast);
}
.lbf-root a:hover {
color: var(--lbf-orange-deep);
text-decoration: underline;
text-underline-offset: 3px;
}
.lbf-root a:focus-visible {
outline: 2px solid var(--lbf-orange);
outline-offset: 2px;
border-radius: 2px;
}
.lbf-root ul,
.lbf-root ol {
margin: 0 0 var(--lbf-space-4);
padding-left: var(--lbf-space-6);
line-height: var(--lbf-lh-relaxed);
}
.lbf-root li {
margin-bottom: var(--lbf-space-2);
}
.lbf-root li::marker {
color: var(--lbf-orange);
}
.lbf-root blockquote {
margin: var(--lbf-space-6) 0;
padding: var(--lbf-space-4) var(--lbf-space-6);
border-left: 3px solid var(--lbf-orange);
font-family: var(--lbf-f-display);
font-style: italic;
font-size: 1.15em;
color: var(--lbf-l-text-dim);
background: var(--lbf-l-surface);
border-radius: 0 var(--lbf-r-card) var(--lbf-r-card) 0;
}
.lbf-root strong,
.lbf-root b {
font-weight: var(--lbf-fw-semibold);
color: inherit;
}
.lbf-root em,
.lbf-root i {
font-style: italic;
}
.lbf-root code,
.lbf-root kbd,
.lbf-root samp {
font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
font-size: 0.9em;
background: var(--lbf-l-surface-2);
padding: 2px 6px;
border-radius: 4px;
}
.lbf-root hr {
border: 0;
height: 1px;
background: var(--lbf-l-border);
margin: var(--lbf-space-8) 0;
}
.lbf-root img,
.lbf-root svg,
.lbf-root video {
max-width: 100%;
height: auto;
display: block;
}
.lbf-root *::selection {
background: var(--lbf-orange);
color: #fff;
} .lbf-section {
padding: var(--lbf-section-py) var(--lbf-section-px);
position: relative;
}
.lbf-section--dark {
background: var(--lbf-d-bg);
color: var(--lbf-d-text);
}
.lbf-section--light {
background: var(--lbf-l-bg);
color: var(--lbf-l-text);
}
.lbf-section--surface {
background: var(--lbf-l-surface);
color: var(--lbf-l-text);
}
.lbf-container {
max-width: var(--lbf-container);
margin-inline: auto;
width: 100%;
}
.lbf-container--wide {
max-width: var(--lbf-container-wide);
}
.lbf-container--reading {
max-width: var(--lbf-container-reading);
} .lbf-eyebrow {
display: inline-block;
font-family: var(--lbf-f-body);
font-size: var(--lbf-fs-eyebrow);
font-weight: var(--lbf-fw-semibold);
text-transform: uppercase;
letter-spacing: var(--lbf-ls-eyebrow);
color: var(--lbf-orange);
margin-bottom: var(--lbf-space-3);
}
.lbf-lead {
font-size: var(--lbf-fs-lead);
line-height: var(--lbf-lh-relaxed);
color: var(--lbf-l-text-dim);
max-width: 640px;
}
.lbf-section--dark .lbf-lead {
color: var(--lbf-d-text-dim);
} .lbf-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: var(--lbf-space-2);
font-family: var(--lbf-f-body);
font-weight: var(--lbf-fw-semibold);
font-size: 14.5px;
letter-spacing: var(--lbf-ls-body);
border-radius: var(--lbf-r-btn);
padding: 14px 22px;
cursor: pointer;
border: 0;
text-decoration: none;
white-space: nowrap;
transition: transform var(--lbf-t-base), box-shadow var(--lbf-t-base), background-color var(--lbf-t-base), color var(--lbf-t-base);
-webkit-tap-highlight-color: transparent;
}
.lbf-btn:focus-visible {
outline: 2px solid var(--lbf-orange);
outline-offset: 2px;
}
.lbf-btn-primary {
background: var(--lbf-gradient-brand);
color: #fff;
box-shadow: var(--lbf-shadow-brand);
}
.lbf-btn-primary:hover {
transform: translateY(-2px);
box-shadow: var(--lbf-shadow-brand-hover);
color: #fff;
text-decoration: none;
}
.lbf-btn-ghost-light {
background: transparent;
color: var(--lbf-l-text);
border: 1px solid var(--lbf-l-border-2);
}
.lbf-btn-ghost-light:hover {
transform: translateY(-2px);
border-color: var(--lbf-orange);
color: var(--lbf-orange);
text-decoration: none;
}
.lbf-btn-ghost-dark {
background: transparent;
color: var(--lbf-d-text);
border: 1px solid var(--lbf-d-border-2);
}
.lbf-btn-ghost-dark:hover {
transform: translateY(-2px);
border-color: var(--lbf-orange);
color: var(--lbf-orange);
text-decoration: none;
}
.lbf-btn-sm {
padding: 10px 16px;
font-size: 13.5px;
border-radius: var(--lbf-r-input);
}
.lbf-btn-lg {
padding: 16px 28px;
font-size: 15px;
}
.lbf-btn-row {
display: flex;
gap: var(--lbf-space-3);
flex-wrap: wrap;
align-items: center;
}
.lbf-btn-row--center {
justify-content: center;
} .lbf-card {
background: var(--lbf-l-surface);
border: 1px solid var(--lbf-l-border);
border-radius: var(--lbf-r-card);
padding: var(--lbf-space-6);
box-shadow: var(--lbf-shadow-card);
transition: transform var(--lbf-t-base), box-shadow var(--lbf-t-base), border-color var(--lbf-t-base);
}
.lbf-card:hover {
transform: translateY(-4px);
box-shadow: var(--lbf-shadow-card-hover);
border-color: var(--lbf-l-border-2);
}
.lbf-card--lg {
padding: var(--lbf-space-8);
border-radius: var(--lbf-r-card-lg);
}
.lbf-section--dark .lbf-card {
background: var(--lbf-d-surface);
border-color: var(--lbf-d-border-2);
color: var(--lbf-d-text);
}
.lbf-section--dark .lbf-card:hover {
background: var(--lbf-d-surface-2);
border-color: var(--lbf-orange);
} .lbf-grid {
display: grid;
gap: var(--lbf-space-6);
}
.lbf-grid-2 { grid-template-columns: repeat(2, 1fr); }
.lbf-grid-3 { grid-template-columns: repeat(3, 1fr); }
.lbf-grid-4 { grid-template-columns: repeat(4, 1fr); }
.lbf-stack {
display: flex;
flex-direction: column;
gap: var(--lbf-space-4);
}
.lbf-stack--lg { gap: var(--lbf-space-6); }
.lbf-row {
display: flex;
gap: var(--lbf-space-4);
align-items: center;
flex-wrap: wrap;
} .lbf-chip {
display: inline-flex;
align-items: center;
gap: var(--lbf-space-2);
padding: 6px 12px;
border-radius: var(--lbf-r-pill);
font-size: 12.5px;
font-weight: var(--lbf-fw-medium);
background: var(--lbf-l-surface-2);
color: var(--lbf-l-text-dim);
border: 1px solid var(--lbf-l-border);
}
.lbf-chip--brand {
background: rgba(232, 98, 26, 0.08);
color: var(--lbf-orange-deep);
border-color: var(--lbf-beige-border);
}
.lbf-chip--success {
background: rgba(34, 197, 94, 0.10);
color: var(--lbf-success);
border-color: rgba(34, 197, 94, 0.25);
}
.lbf-chip--info {
background: rgba(59, 130, 246, 0.10);
color: var(--lbf-info);
border-color: rgba(59, 130, 246, 0.25);
}
.lbf-pulse-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--lbf-orange);
display: inline-block;
animation: lbf-pulseDot 2s ease-in-out infinite;
} .lbf-faq-item {
border: 1px solid var(--lbf-l-border-2);
border-radius: var(--lbf-r-card);
padding: var(--lbf-space-4) var(--lbf-space-6);
background: var(--lbf-l-bg);
margin-bottom: var(--lbf-space-3);
transition: border-color var(--lbf-t-base);
}
.lbf-faq-item[open] {
border-color: var(--lbf-orange);
}
.lbf-faq-item summary {
cursor: pointer;
list-style: none;
font-weight: var(--lbf-fw-semibold);
font-size: 16px;
display: flex;
justify-content: space-between;
align-items: center;
gap: var(--lbf-space-4);
color: inherit;
}
.lbf-faq-item summary::-webkit-details-marker { display: none; }
.lbf-faq-item summary::after {
content: '+';
font-family: var(--lbf-f-body);
font-weight: var(--lbf-fw-light);
font-size: 24px;
color: var(--lbf-orange);
transition: transform var(--lbf-t-base);
flex-shrink: 0;
}
.lbf-faq-item[open] summary::after {
transform: rotate(45deg);
}
.lbf-faq-item .answer {
margin-top: var(--lbf-space-4);
color: var(--lbf-l-text-dim);
line-height: var(--lbf-lh-relaxed);
} .lbf-newsletter-inline {
background: var(--lbf-beige-bg);
border: 1px solid var(--lbf-beige-border);
border-radius: 14px;
padding: 4px;
max-width: 480px;
display: flex;
gap: 8px;
align-items: center;
}
.lbf-newsletter-inline input[type="email"],
.lbf-newsletter-inline input[type="text"] {
flex: 1 1 auto;
min-width: 0;
background: transparent;
border: 0;
outline: none;
padding: 10px 14px;
font-family: var(--lbf-f-body);
font-size: 14.5px;
color: var(--lbf-l-text);
}
.lbf-newsletter-inline input::placeholder {
color: var(--lbf-l-text-muted);
} .lbf-modal-backdrop {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
z-index: var(--lbf-z-modal);
display: flex;
align-items: center;
justify-content: center;
padding: var(--lbf-space-4);
}
.lbf-modal {
background: var(--lbf-l-bg);
border-radius: var(--lbf-r-card-lg);
padding: var(--lbf-space-8);
max-width: 560px;
width: 100%;
max-height: 90vh;
overflow-y: auto;
position: relative;
box-shadow: 0 24px 64px -16px rgba(22, 21, 31, 0.4);
}
.lbf-modal-close {
position: absolute;
top: var(--lbf-space-4);
right: var(--lbf-space-4);
background: transparent;
border: 0;
font-size: 24px;
cursor: pointer;
color: var(--lbf-l-text-dim);
width: 32px;
height: 32px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
transition: background var(--lbf-t-fast), color var(--lbf-t-fast);
}
.lbf-modal-close:hover {
background: var(--lbf-l-surface-2);
color: var(--lbf-l-text);
} .lbf-text-center { text-align: center; }
.lbf-text-left   { text-align: left; }
.lbf-text-right  { text-align: right; }
.lbf-text-orange { color: var(--lbf-orange); }
.lbf-text-dim    { color: var(--lbf-l-text-dim); }
.lbf-text-muted  { color: var(--lbf-l-text-muted); }
.lbf-bg-brand    { background: var(--lbf-gradient-brand); color: #fff; }
.lbf-bg-dark     { background: var(--lbf-d-bg); color: var(--lbf-d-text); }
.lbf-bg-surface  { background: var(--lbf-l-surface); }
.lbf-mt-0 { margin-top: 0; }
.lbf-mt-2 { margin-top: var(--lbf-space-2); }
.lbf-mt-4 { margin-top: var(--lbf-space-4); }
.lbf-mt-6 { margin-top: var(--lbf-space-6); }
.lbf-mt-8 { margin-top: var(--lbf-space-8); }
.lbf-mb-0 { margin-bottom: 0; }
.lbf-mb-2 { margin-bottom: var(--lbf-space-2); }
.lbf-mb-4 { margin-bottom: var(--lbf-space-4); }
.lbf-mb-6 { margin-bottom: var(--lbf-space-6); }
.lbf-mb-8 { margin-bottom: var(--lbf-space-8); }
.lbf-hidden { display: none !important; }
.lbf-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} @keyframes lbf-fadeUp {
from { opacity: 0; transform: translateY(20px); }
to   { opacity: 1; transform: translateY(0); }
}
.lbf-reveal {
opacity: 0;
animation: lbf-fadeUp 0.8s var(--lbf-ease) forwards;
}
.lbf-r1 { animation-delay: 0.05s; }
.lbf-r2 { animation-delay: 0.18s; }
.lbf-r3 { animation-delay: 0.30s; }
.lbf-r4 { animation-delay: 0.42s; }
@keyframes lbf-pulseDot {
0%, 100% { box-shadow: 0 0 0 0 rgba(232, 98, 26, 0.5); }
60%      { box-shadow: 0 0 0 6px rgba(232, 98, 26, 0); }
}
@keyframes lbf-float {
0%, 100% { transform: translateY(0); }
50%      { transform: translateY(-10px); }
}
.lbf-section.scroll-reveal {
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s var(--lbf-ease), transform 0.8s var(--lbf-ease);
}
.lbf-section.scroll-reveal.visible {
opacity: 1;
transform: none;
} @container lbf (max-width: 980px) {
.lbf-grid-4 { grid-template-columns: repeat(2, 1fr); }
.lbf-grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@container lbf (max-width: 640px) {
.lbf-grid-2,
.lbf-grid-3,
.lbf-grid-4 { grid-template-columns: 1fr; }
.lbf-row { flex-direction: column; align-items: stretch; }
.lbf-btn-row { flex-direction: column; align-items: stretch; }
}
@container lbf (max-width: 480px) {
.lbf-newsletter-inline {
flex-direction: column;
align-items: stretch;
}
.lbf-newsletter-inline input,
.lbf-newsletter-inline .lbf-btn {
width: 100%;
}
}
@media (max-width: 980px) {
.lbf-root .lbf-grid-4 { grid-template-columns: repeat(2, 1fr); }
.lbf-root .lbf-grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
.lbf-root .lbf-grid-2,
.lbf-root .lbf-grid-3,
.lbf-root .lbf-grid-4 { grid-template-columns: 1fr; }
.lbf-root .lbf-modal { padding: var(--lbf-space-6); }
}
@media (max-width: 480px) {
.lbf-root .lbf-newsletter-inline {
flex-direction: column;
align-items: stretch;
}
.lbf-root .lbf-newsletter-inline input,
.lbf-root .lbf-newsletter-inline .lbf-btn {
width: 100%;
}
} @media (prefers-reduced-motion: reduce) {
.lbf-root *,
.lbf-root *::before,
.lbf-root *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
.lbf-root .lbf-section.scroll-reveal {
opacity: 1;
transform: none;
}
.lbf-root .lbf-pulse-dot { animation: none; }
} .lbf-root[data-theme="dark"] {
--lbf-d-bg: #FFFFFF;
--lbf-d-surface: #FAFAF7;
--lbf-d-surface-2: #F4F2EC;
--lbf-d-surface-3: #FAFAF7;
--lbf-d-text: #16151F;
--lbf-d-text-dim: rgba(22, 21, 31, 0.62);
--lbf-d-text-muted: rgba(22, 21, 31, 0.42);
--lbf-d-border: rgba(22, 21, 31, 0.08);
--lbf-d-border-2: rgba(22, 21, 31, 0.14);
--lbf-l-bg: #16151F;
--lbf-l-surface: #1C1B27;
--lbf-l-surface-2: #222131;
--lbf-l-text: #F0EDE8;
--lbf-l-text-dim: rgba(240, 237, 232, 0.62);
--lbf-l-text-muted: rgba(240, 237, 232, 0.45);
--lbf-l-border: rgba(240, 237, 232, 0.07);
--lbf-l-border-2: rgba(240, 237, 232, 0.12);
color: var(--lbf-l-text);
background: var(--lbf-l-bg);
} .lbf-root[data-theme="all-light"] {
--lbf-d-bg: #FFFFFF;
--lbf-d-surface: #FAFAF7;
--lbf-d-surface-2: #F4F2EC;
--lbf-d-surface-3: #FAFAF7;
--lbf-d-text: #16151F;
--lbf-d-text-dim: rgba(22, 21, 31, 0.62);
--lbf-d-text-muted: rgba(22, 21, 31, 0.42);
--lbf-d-border: rgba(22, 21, 31, 0.08);
--lbf-d-border-2: rgba(22, 21, 31, 0.14);
} @media (prefers-color-scheme: dark) {
.lbf-root.lbf-auto-theme:not([data-theme]) {
--lbf-l-bg: #16151F;
--lbf-l-surface: #1C1B27;
--lbf-l-surface-2: #222131;
--lbf-l-text: #F0EDE8;
--lbf-l-text-dim: rgba(240, 237, 232, 0.62);
--lbf-l-text-muted: rgba(240, 237, 232, 0.45);
--lbf-l-border: rgba(240, 237, 232, 0.07);
--lbf-l-border-2: rgba(240, 237, 232, 0.14);
color: var(--lbf-l-text);
background: var(--lbf-l-bg);
}
}.fluentform *{box-sizing:border-box}.fluentform .clearfix:after,.fluentform .clearfix:before,.fluentform .ff-el-group:after,.fluentform .ff-el-group:before,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-el-repeat .ff-el-input--content:before,.fluentform .ff-step-body:after,.fluentform .ff-step-body:before{content:" ";display:table}.fluentform .clearfix:after,.fluentform .ff-el-group:after,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-step-body:after{clear:both}@media (min-width:768px){.frm-fluent-form .ff-t-container{display:flex;gap:15px;width:100%}.frm-fluent-form .ff-t-container.ff_cond_v{display:flex!important}.frm-fluent-form .ff-t-container.mobile:not(.ff_excluded){display:block!important}.frm-fluent-form .ff-t-cell{display:flex;flex-direction:column;vertical-align:inherit;width:100%}.frm-fluent-form .ff-t-cell:first-of-type{padding-left:0}.frm-fluent-form .ff-t-cell:last-of-type{flex-grow:1;padding-right:0}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom{align-items:flex-end;display:flex;margin:auto 0 0}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-center{justify-content:center}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-right{justify-content:flex-end}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button{margin-bottom:20px}}@media (max-width:768px){.ff-t-cell{margin-left:0!important}}.fluentform .ff-el-group{margin-bottom:20px}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--label{display:block;float:none;text-align:left}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--content{margin-bottom:0;margin-left:auto}@media (min-width:481px){.fluentform .ff-el-group.ff-el-form-left .ff-el-input--label{text-align:left}.fluentform .ff-el-group.ff-el-form-right .ff-el-input--label{text-align:right}}.fluentform .ff-el-input--label{display:inline-block;margin-bottom:5px;position:relative}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-left label:before{color:var(--fluentform-danger);content:"* ";margin-right:3px}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after{color:var(--fluentform-danger);content:" *";margin-left:3px}.fluentform .ff-el-form-control{display:block;width:100%}.fluentform .ff-el-ratings{--fill-inactive:#d4d4d4;--fill-active:#ffb100;display:inline-block;line-height:40px}.fluentform .ff-el-ratings input[type=radio]{display:none;height:0!important;visibility:hidden!important;width:0!important}.fluentform .ff-el-ratings svg{fill:var(--fill-inactive);height:22px;transition:all .3s;vertical-align:middle;width:22px}.fluentform .ff-el-ratings svg.scale{transition:all .15s}.fluentform .ff-el-ratings label{display:inherit;margin-right:3px}.fluentform .ff-el-ratings label.active svg{fill:#ffb100;fill:var(--fill-active)}.fluentform .ff-el-ratings label:hover{cursor:pointer}.fluentform .ff-el-ratings label:hover svg{transform:scale(1.1)}.fluentform .ff-el-ratings label:hover svg.scalling{transform:scale(1.2)}.fluentform .ff-el-repeat .ff-el-form-control{margin-bottom:10px;width:100%}.fluentform .ff-el-repeat .ff-t-cell{padding:0 10px;width:100%}.fluentform .ff-el-repeat .ff-t-cell:first-child{padding-left:0}.fluentform .ff-el-repeat .ff-t-cell:last-child{padding-right:0}.fluentform .ff-el-repeat .ff-t-container{display:flex}.fluentform .ff-el-repeat-buttons-list span{cursor:pointer}@media (min-width:481px){.fluentform .ff-el-form-left .ff-el-input--label,.fluentform .ff-el-form-right .ff-el-input--label{float:left;margin-bottom:0;padding:10px 15px 0 0;width:180px}.fluentform .ff-el-form-left .ff-el-input--content,.fluentform .ff-el-form-right .ff-el-input--content{margin-left:180px}.fluentform .ff-el-form-left .ff-t-container .ff-el-input--label,.fluentform .ff-el-form-right .ff-t-container .ff-el-input--label{float:none;margin-bottom:5px;width:auto}.fluentform .ff-el-form-left .ff-t-container .ff-el-input--content,.fluentform .ff-el-form-right .ff-t-container .ff-el-input--content{margin-left:auto}}.fluentform .ff-el-form-right .ff-el-input--label{text-align:right}.fluentform .ff-el-is-error .text-danger{font-size:12px;margin-top:4px}.fluentform .ff-el-is-error .ff-el-form-check-label,.fluentform .ff-el-is-error .ff-el-form-check-label a{color:var(--fluentform-danger)}.fluentform .ff-el-is-error .ff-el-form-control{border-color:var(--fluentform-danger)}.fluentform .ff-el-tooltip{cursor:pointer;display:inline-block;margin-left:2px;position:relative;vertical-align:middle;z-index:2}.fluentform .ff-el-tooltip:hover{color:#000}.fluentform .ff-el-tooltip svg{fill:var(--fluentform-primary)}.fluentform .ff-el-help-message{color:var(--fluentform-secondary);font-size:12px;font-style:italic;margin-top:5px}.fluentform .ff-el-help-message.ff_ahm{margin-bottom:5px;margin-top:-3px}.fluentform .ff-el-progress{background-color:#e9ecef;border-radius:.25rem;font-size:.75rem;height:1.3rem;line-height:1.2rem;overflow:hidden}.fluentform .ff-el-progress-bar{background-color:var(--fluentform-primary);color:#fff;height:inherit;text-align:right;transition:width .3s;width:0}.fluentform .ff-el-progress-bar span{display:inline-block;padding:0 5px 0 0}.fluentform .ff-el-progress-status{font-size:.9rem;margin-bottom:5px}.fluentform .ff-el-progress-title{border-bottom:2px solid #000;display:inline-block;font-weight:600;list-style-type:none;margin:8px 0 0;padding-left:15px;padding-right:15px}.fluentform .ff-el-progress-title li{display:none}.fluentform .ff-float-right{float:right}.fluentform .ff-chat-gpt-loader-svg{border:1px solid #ced4da;box-shadow:0 1px 5px rgba(0,0,0,.1);margin-top:10px;padding:15px;position:relative}.fluentform .ff-hidden{display:none!important}.fluentform .ff-step-t-container{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.fluentform .ff-step-t-container .ff-t-cell{width:auto}.fluentform .ff-step-t-container.ff-inner_submit_container .ff-el-group{margin-bottom:0}.fluentform .ff-step-container{overflow:hidden}.fluentform .ff-step-header{margin-bottom:20px}.fluentform .ff-step-titles{counter-reset:step;display:table;margin:0 0 20px;overflow:hidden;padding:0;position:relative;table-layout:fixed;text-align:center;width:100%}.fluentform .ff-step-titles-navs{cursor:pointer}.fluentform .ff-step-titles li{color:#333;display:table-cell;font-size:12px;list-style-type:none;padding:0 10px;position:relative;vertical-align:top;width:auto}.fluentform .ff-step-titles li.ff_active,.fluentform .ff-step-titles li.ff_completed{color:#007bff}.fluentform .ff-step-titles li.ff_active:before,.fluentform .ff-step-titles li.ff_completed:before{background:#007bff;border:1px solid transparent;color:#fff}.fluentform .ff-step-titles li.ff_active:after,.fluentform .ff-step-titles li.ff_completed:after{background:#007bff}.fluentform .ff-step-titles li.ff_active:after{right:0}.fluentform .ff-step-titles li:before{background:#fff;border:1px solid;border-radius:3px;color:#333;content:counter(step);counter-increment:step;display:block;font-size:10px;line-height:20px;margin:0 auto 5px;position:relative;vertical-align:top;width:20px;z-index:10}.fluentform .ff-step-titles li:after{background:#000;content:"";height:2px;left:-50%;position:absolute;top:9px;width:100%;z-index:1}.fluentform .ff-step-titles li:first-child{padding-left:0}.fluentform .ff-step-titles li:first-child:after{left:50%}.fluentform .ff-step-titles li:last-child{padding-right:0}.fluentform .ff-step-titles li:last-child:after{left:-50%}.fluentform .ff-step-body{left:0;margin-bottom:15px;position:relative;top:0}.fluentform .ff-upload-progress{margin:10px 0}.fluentform .ff-upload-progress-inline{border-radius:3px;height:6px;margin:4px 0;position:relative}.fluentform .ff-upload-preview{border:1px solid #ced4da;border-radius:3px;margin-top:5px}.fluentform .ff-upload-preview:first-child{margin-top:0}.fluentform .ff-upload-preview-img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:70px;width:70px}.fluentform .ff-upload-container-small-column-image{display:flex;flex-wrap:wrap-reverse;justify-content:center;text-align:center}.fluentform .ff-upload-details,.fluentform .ff-upload-preview{zoom:1;overflow:hidden}.fluentform .ff-upload-details,.fluentform .ff-upload-thumb{display:table-cell;vertical-align:middle}.fluentform .ff-upload-thumb{background-color:#eee}.fluentform .ff-upload-details{border-left:1px solid #ebeef0;padding:0 10px;position:relative;width:10000px}.fluentform .ff-upload-details .ff-inline-block,.fluentform .ff-upload-details .ff-upload-error{font-size:11px}.fluentform .ff-upload-remove{box-shadow:none!important;color:var(--fluentform-danger);cursor:pointer;font-size:16px;line-height:1;padding:0 4px;position:absolute;right:0;top:3px}.fluentform .ff-upload-remove:hover{color:var(--fluentform-danger);text-shadow:1px 1px 1px #000!important}.fluentform .ff-upload-filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fluentform .ff-table{margin-bottom:0}.fluentform .ff-checkable-grids{border:1px solid #f1f1f1;border-collapse:collapse}.fluentform .ff-checkable-grids thead>tr>th{background:#f1f1f1;border:0;padding:7px 5px;text-align:center}.fluentform .ff-checkable-grids tbody>tr>td{border:0;padding:7px 5px}.fluentform .ff-checkable-grids tbody>tr>td:not(:first-of-type){text-align:center}.fluentform .ff-checkable-grids tbody>tr:nth-child(2n)>td{background:#f1f1f1}.fluentform .ff-checkable-grids tbody>tr:nth-child(2n-1)>td{background:#fff}.fluentform .ff-screen-reader-element{clip:rect(0,0,0,0)!important;word-wrap:normal!important;border:0!important;height:1px!important;margin:0!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.fluentform .ff_upload_btn.ff-btn{background:#6f757e;border-color:#6f757e;color:#fff;cursor:pointer;display:inline-block;padding:10px 20px}.fluentform .ff_upload_btn.ff-btn:hover{background-color:#91959b;outline:none}.fluentform .ff_upload_btn.ff-btn:focus-visible{background-color:#91959b;outline:none}.fluentform .ff-el-tc{border:none;border-collapse:collapse;display:table;width:100%}.fluentform .ff-el-tc label.ff_tc_label{display:table-row}.fluentform .ff-el-tc label.ff_tc_label>span{padding-top:8px!important;width:20px}.fluentform .ff-el-tc label.ff_tc_label>div,.fluentform .ff-el-tc label.ff_tc_label>span{display:table-cell}.fluentform .ff-saved-state-input .ff_input-group-text{background-color:#1a7efb;border-color:#1a7efb;margin-left:-1px}.fluentform .ff-saved-state-input .ff_input-group-text:hover{background-color:#4898fc;border-color:#4898fc;opacity:1}.fluentform .ff-saved-state-input .ff_input-group-text img{width:28px}.fluentform .ff-saved-state-link input{text-overflow:ellipsis}.fluentform .ff-hide-group{display:none}.fluentform .ff_t_c{margin:0;padding:0 5px 0 0}.fluentform .ff_t_c p{margin:0;padding:0}.fluentform .force-hide{border:0;display:block;height:0;margin:0;opacity:0;padding:0;visibility:hidden}.fluentform input[type=checkbox],.fluentform input[type=radio]{display:inline-block;margin:0}.fluentform .text-danger{color:var(--fluentform-danger)}.fluentform .iti{width:100%}.fluentform .iti__selected-flag{background:rgba(0,0,0,.1);border-bottom-left-radius:6px;border-top-left-radius:6px}.fluentform .ff_gdpr_field{margin-right:5px}.fluentform form.ff-form-has-steps .ff-btn-submit{visibility:hidden}.fluentform form.ff-form-has-steps .ff_submit_btn_wrapper{text-align:right}.fluentform textarea{max-width:100%}.fluentform .ff-el-form-check{margin-bottom:5px}.fluentform .ff-el-form-check span.ff_span{margin-left:6px}.fluentform .ff-el-form-check-label .ff-el-form-check-input{position:relative;top:-2px;vertical-align:middle}.fluentform .ff-inline-block{display:inline-block}.fluentform .ff-inline-block+.ff-inline-block{margin-left:10px}.fluentform .ff-text-left{text-align:left}.fluentform .ff-text-center{text-align:center}.fluentform .ff-text-right{text-align:right}.fluentform .ff-el-form-control:focus~.ff-el-help-message{display:block!important}.fluentform .ff-el-form-control::-moz-placeholder{color:#868e96;opacity:1}.fluentform .ff-el-form-control::placeholder{color:#868e96;opacity:1}.fluentform .ff-el-form-control:disabled,.fluentform .ff-el-form-control[readonly]:not(.flatpickr-input){background-color:#e9ecef;opacity:1}.fluentform .iti__search-input{min-height:30px}.fluentform-step{float:left;height:1px;overflow-x:hidden;padding:3px}.fluentform-step.active{height:auto;width:100%}.fluentform-step .ff_summary_container{font-size:14px;margin-top:10px}.step-nav .next{float:right}.fluentform .has-conditions{display:none}.ff-message-success{border:1px solid #ced4da;box-shadow:0 1px 5px rgba(0,0,0,.1);margin-top:10px;padding:15px;position:relative}.ff-errors-in-stack{display:none;margin-top:15px}.ff-errors-in-stack .error{font-size:14px;line-height:1.7}.ff-errors-in-stack .error-clear{cursor:pointer;margin-left:5px;padding:0 5px}.ff-chat-reply-container div p{border-radius:6px;margin-top:12px;padding:20px 16px}.ff-chat-reply-container div .skeleton{animation:skeleton-loading 2s linear infinite alternate;padding:24px}@keyframes skeleton-loading{0%{background-color:#e3e6e8}to{background-color:#f0f3f5}}.ff-el-chat-container{position:relative}.ff-el-chat-container textarea{outline:none;position:relative;resize:none}.ff-el-chat-container .ff_btn_chat_style{background:transparent;border:none;position:absolute;right:10px;top:38%}.ff-el-chat-container .ff_btn_chat_style svg:hover{cursor:pointer;opacity:.8;outline:0;text-decoration:none;transition:all .4s}.iti-mobile .iti--container{z-index:9999}.fluentform .hidden_field{display:none!important}.fluentform .ff_force_hide{display:none!important;visibility:hidden!important}.fluentform .ff_scrolled_text{background:#e9ebed;height:200px;overflow:scroll;padding:10px 15px}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label{margin:0}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label:focus-within span{background-color:#b3d4fc}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{display:-moz-inline-stack;display:inline-block;float:none!important;margin:0 0 10px;position:relative;width:auto!important}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check input{margin:0;opacity:0;outline:none;position:absolute;z-index:-1}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{-webkit-appearance:none;background:#fff;border:1px solid #dcdfe6;border-left:0;border-radius:0;box-sizing:border-box;color:#606266;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;line-height:1;margin:0;outline:none;padding:12px 20px;position:relative;text-align:center;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;vertical-align:middle;white-space:nowrap}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span:hover{color:#1a7efb}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder{border:1px solid #dcdfe5;overflow:hidden}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder span{border:none!important;border-radius:0!important;margin-left:-1px;width:100%}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder.ff_item_selected{border-color:#1a7efb}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:first-child label>span{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;box-shadow:none!important}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:last-child label>span{border-radius:0 4px 4px 0}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span{background-color:#1a7efb;border-color:#1a7efb;box-shadow:-1px 0 0 0 #8cc5ff;color:#fff}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected:first-child label>span{border-left-color:#1a7efb}@media only screen and (max-width:768px){.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{display:block;width:100%}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{border:1px solid!important;border-radius:4px!important;box-shadow:none!important;display:block;width:100%}}.fluentform .ff-el-group.ff-hpsf-container{display:none!important;position:absolute!important;transform:translateX(1000%)!important}.fluentform div.ff-el-form-hide_label>.ff-el-input--label{display:none;visibility:hidden}.fluentform .ff_file_upload_holder{margin-bottom:0}.fluentform .ff-dropzone .ff_upload_btn.ff-btn{background:rgba(223,240,255,.13);border:1px dashed var(--fluentform-primary);border-radius:var(--fluentform-border-radius);color:var(--fluentform-secondary);display:block;padding:35px;text-align:center;transition:all .2s ease;width:100%}.fluentform .ff-dropzone .ff_upload_btn.ff-btn:hover{background:rgba(223,240,255,.49)}.fluentform .ff-dropzone .ff-uploaded-list{margin-top:10px}.fluentform .ff_center{text-align:center}.fluentform .ff_right{text-align:right}.fluentform .ff_left{text-align:left}.fluentform .ff-form-inline .ff-t-container,.fluentform .ff-form-inline>.ff-el-group,.fluentform .ff-form-inline>.ff-name-field-wrapper{display:inline-block;margin-right:10px;vertical-align:top}.fluentform .ff-form-inline .ff-t-container .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline .ff-t-container>.ff-el-input--label,.fluentform .ff-form-inline>.ff-el-group .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline>.ff-el-group>.ff-el-input--label,.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline>.ff-name-field-wrapper>.ff-el-input--label{display:none}.fluentform .ff-form-inline .ff-t-container .ff-el-input--content,.fluentform .ff-form-inline>.ff-el-group .ff-el-input--content,.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-el-input--content{margin-left:0}.fluentform .ff-form-inline .ff-t-container:last-child,.fluentform .ff-form-inline>.ff-el-group:last-child,.fluentform .ff-form-inline>.ff-name-field-wrapper:last-child{margin-right:0}.fluentform .ff-t-container .ff-name-title{width:40%}.fluentform .ff_hide_label .ff-el-input--label{display:none}.fluentform .field-value{white-space:pre-line}.fluentform .ff-el-group .ff-read-only{background-color:#e9ecef!important;opacity:1;pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.fluentform .ff-el-group .ff-read-only:focus{outline:none}.fluentform label.ff-el-image-input-src{background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;display:block;height:200px;width:200px}.fluentform .ff-el-image-holder{float:left;margin-bottom:20px;margin-right:20px;width:200px}.fluentform .ff-el-image-holder .ff-el-form-check-label{padding-left:1px}.fluentform .ff_el_checkable_photo_holders{display:block;margin-bottom:-20px;overflow:hidden}.fluentform .ff-other-input-wrapper input{background:inherit}.fluentform .ff-other-input-wrapper{display:none;margin-top:8px}.fluentform .select2-container{width:100%!important}.fluentform .select2-container .select2-selection__rendered li{margin:0}.fluentform .select2-container .select2-search--inline>input{height:calc(2.25rem + 2px);line-height:1.5;margin-top:0;padding:.375rem 1.75rem .375rem .75rem}.fluentform .ff-el-form-bottom{display:flex;flex-direction:column-reverse}.fluentform .ff-el-form-bottom .ff-el-input--label{margin-bottom:0;margin-top:5px}.fluentform .mce-tinymce.mce-container.mce-panel{border:1px solid #ced4da}.fluentform .ff_input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.fluentform .ff_input-group>.ff-el-form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;display:inline-block;width:auto}.fluentform .ff_input-group>.ff-el-form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.fluentform .ff_input-group .ff-el-form-control{flex:1 1 auto;margin-bottom:0;position:relative;width:1%}.fluentform .ff_input-group-prepend{margin-right:-1px}.fluentform .input-group-append{margin-left:-1px}.fluentform .ff_input-group-append,.fluentform .ff_input-group-prepend{display:flex}.fluentform .ff_input-group>.ff_input-group-prepend>.ff_input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.fluentform .ff_input-group>.ff_input-group-append>.ff_input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.fluentform .ff_input-group-text{align-items:center;background-color:#e9ecef;border-radius:.25rem;color:#495057;display:flex;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.fluentform .ff_coupon_wrapper .ff_input-group-append{cursor:pointer}.fluentform .ff_coupon_wrapper .ff_input-group-append:hover .ff_input-group-text{background:#e3e8ed}.fluentform ul.ff_coupon_responses{list-style:none;margin:0;padding:0}.fluentform ul.ff_coupon_responses li{padding-top:5px}.fluentform ul.ff_coupon_responses span.error-clear{color:#ff5050;font-weight:700;margin-right:10px}.fluentform ul.ff_coupon_responses .ff_error{color:#f56c6c;cursor:pointer}.fluentform ul.ff_coupon_responses .ff_success{color:#28a745}.fluentform .ff-btn.disabled{opacity:.65}.fluentform .ff-btn.ff-working{position:relative;transition:all .3s ease}.fluentform .ff-btn.ff-working:after{animation:ff-progress-anim 4s 0s infinite;background:hsla(0,0%,100%,.4);bottom:0;content:"";height:5px;left:0;position:absolute;right:0}.fluentform .ff-btn-block{display:block;width:100%}.fluentform .ff-btn-block+.ff-el-btn-block{margin-top:8px}.fluentform .ff_submitting{pointer-events:none}@keyframes ff-progress-anim{0%{width:0}5%{width:0}10%{width:15%}30%{width:40%}50%{width:55%}80%{width:100%}95%{width:100%}to{width:0}}.ff_modal_container{background:#fff;max-height:90vh!important;max-width:900px;overflow:auto;padding:30px}@media only screen and (min-width:1000px){.ff_modal_container{width:900px}}.select2-results__option{margin:0}.fluentform span.select2.select2-container:after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #495057;content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%)}.ff_pointer{cursor:pointer}.ff_net_table{border:0;border-collapse:separate;border-spacing:0;line-height:1.4;margin:0;padding:0;table-layout:fixed;width:100%}.ff_net_table th{border:none;font-size:13px;font-weight:400;padding:8px 0;text-align:center;vertical-align:bottom}.ff_net_table th .ff_not-likely{float:left;text-align:left}.ff_net_table th .ff_extremely-likely{float:right;text-align:right}.ff_net_table tbody tr{background:none;border:0}.ff_net_table tbody tr td{background-color:#fff;border:1px solid #ddd;border-left:0;padding:0;text-align:center;vertical-align:middle}.ff_net_table tbody tr td input[type=radio]:checked+label{background-color:#4caf50;color:#fff}.ff_net_table tbody tr td:first-of-type{border-left:1px solid #ddd;border-radius:5px 0 0 5px}.ff_net_table tbody tr td:last-child{border-radius:0 5px 5px 0}.ff_net_table tbody tr td label{border:0;color:#444;cursor:pointer;display:block;font-size:16px;font-weight:700;height:40px;line-height:40px;margin:0;position:relative;width:100%}.ff_net_table tbody tr td label:after{border:0;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.ff_net_table tbody tr td label:hover:after{border:2px solid #4caf50}.ff-el-pop-content{background-color:#000;border-radius:3px;box-shadow:0 5px 10px rgba(0,0,0,.2);color:#fff;font-size:11px;line-height:1.2;padding:10px;position:absolute;text-align:center;transform-origin:center bottom;z-index:9999}.ff-checkable-grids.mobile{border:0}.ff-checkable-grids.mobile tbody tr{padding-top:0!important}.ff-checkable-grids.mobile tbody tr:nth-child(2n)>td{background:transparent}.ff-checkable-grids.mobile tbody td{padding-left:10px!important;text-align:left!important}.ff-checkable-grids.mobile tbody td.ff_grid_header{background-color:#eee!important;margin:0}.ff-checkable-grids.mobile tbody td:after{content:attr(data-label);display:inline-block;letter-spacing:.5pt;padding-left:10px;white-space:nowrap}span.ff-el-rating-text{line-height:100%;padding-left:5px;vertical-align:bottom}table.ff_repeater_table{background:transparent!important;border:0;border-collapse:collapse;border-spacing:0;margin:0 0 5px;padding:0;table-layout:auto!important;vertical-align:middle;width:100%}table.ff_repeater_table th{font-size:90%;padding:0;text-align:left}table.ff_repeater_table th,table.ff_repeater_table tr{background:transparent!important;border:0;padding-top:5px}table.ff_repeater_table td{background:transparent!important;border:0;max-width:100%;padding:0 15px 15px 0;text-align:left;width:282px}table.ff_repeater_table tbody tr:only-child td .repeat-minus{visibility:hidden}table.ff_repeater_table .ff-el-group{margin:0;padding:0}table.ff_repeater_table .repeat_btn{padding-right:0;vertical-align:middle;width:30px}table.ff_repeater_table .repeat_btn span.ff-icon{cursor:pointer;margin-right:10px}table.ff_repeater_table .repeat_btn span.ff-icon.icon-minus-circle{margin-right:0}table.ff_repeater_table.repeat-maxed .repeat_btn .repeat-plus{visibility:hidden}.ff-repeater-container{display:flex;flex-direction:column}.ff-repeater-container .repeat_btn{align-self:center;display:flex}.ff-repeater-container .ff_repeater_cont_row,.ff-repeater-container .ff_repeater_header{display:flex;flex-wrap:nowrap}.ff-repeater-container .ff_repeater_cont_row:only-child .repeat-minus{visibility:hidden}.ff-repeater-container .ff_repeater_cell,.ff-repeater-container .ff_repeater_header_item{box-sizing:border-box;padding:0 15px 0 0;text-align:left}.ff-repeater-container .ff-el-repeat-buttons-list{display:flex;margin-top:34%}.ff_repeater_table.mobile tbody td{display:block;padding:10px;width:100%}.ff_repeater_table.mobile tbody td .ff-el-group{margin-top:6px}.ff_repeater_table.mobile tbody td:before{clear:both;content:attr(data-label);display:block;font-size:.875em;letter-spacing:.5pt;white-space:nowrap}.ff-el-section-break .ff-el-section-title{font-weight:600;margin-bottom:5px}.ff-el-section-break hr{background-color:#dadbdd;border:none;height:1px;margin-bottom:10px}table.ff_flexible_table.ff-checkable-grids{width:100%}.ff_flexible_table.mobile thead{left:-9999px;position:absolute;top:-9999px}.ff_flexible_table.mobile tbody td{display:block;padding:10px;width:100%}.ff_flexible_table.mobile tbody tr{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:block;margin:16px 0 10px;position:relative}@media only screen and (max-width:400px){.ff_repeater_table{width:100%}.ff_repeater_table thead{display:none}.ff_repeater_table tbody tr{border:1px solid #ddd;display:block;margin-bottom:15px;padding:10px}.ff_repeater_table tbody td{display:block;padding:5px 0;text-align:left;width:100%!important}.ff_repeater_table tbody td .ff-el-input--content{width:100%}.ff_repeater_table .repeat_btn{margin-top:10px;padding:10px 0;text-align:center;width:100%}.ff_repeater_table .repeat_btn .ff-el-repeat-buttons-list{display:flex;justify-content:space-between}.ff_repeater_table .repeat_btn .ff-el-repeat-buttons-list span{background-color:#f0f0f0;border-radius:3px;cursor:pointer;padding:5px 10px}}@media only screen and (min-width:641px){.fluentform .ff-el-group.ff_list_3col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0 0 2px;min-height:28px;padding-right:16px;vertical-align:top;width:33.3%}.fluentform .ff-el-group.ff_list_2col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:50%}.fluentform .ff-el-group.ff_list_4col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:25%}.fluentform .ff-el-group.ff_list_5col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:20%}.fluentform .ff-el-group.ff_list_inline .ff-el-form-check{display:-moz-inline-stack;display:inline-block;float:none!important;margin:0 15px 10px 0;width:auto!important}}@media (max-width:767px){table.ff_flexible_table,table.ff_flexible_table.ff-checkable-grids{border:0}table.ff_flexible_table.ff-checkable-grids tbody tr{padding-top:0!important}table.ff_flexible_table.ff-checkable-grids tbody tr td.ff_grid_header{background-color:#eee!important;margin:0;text-align:center}table.ff_flexible_table.ff-checkable-grids tbody tr td{text-align:left!important}table.ff_flexible_table.ff-checkable-grids tbody tr td:before{content:none!important}table.ff_flexible_table.ff-checkable-grids tbody tr td:after{content:attr(data-label);display:inline-block;letter-spacing:.5pt;padding-left:10px;white-space:nowrap}table.ff_flexible_table.ff-checkable-grids tbody tr:nth-child(2n)>td{background:transparent}table.ff_flexible_table thead{left:-9999px;position:absolute;top:-9999px}table.ff_flexible_table tbody tr{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:block;margin:16px 0 10px;padding-top:12px!important;position:relative}table.ff_flexible_table tbody tr td{display:block;margin-left:8px;margin-right:8px;padding:5px}table.ff_flexible_table tbody tr td:before{clear:both;content:attr(data-label);display:block;font-size:.875em;letter-spacing:.5pt;white-space:nowrap}table.ff_flexible_table tbody tr td.repeat_btn{background-color:#eee;margin-left:0;padding:10px!important;width:100%!important}table.ff_flexible_table tbody tr td.repeat_btn .ff-el-repeat-buttons-list{float:none;width:100%}}@media only screen and (max-width:768px){.lity-container{width:96%}.fluentform .ff-t-container .ff-name-title{width:100%}.ff_repeater_cont_row{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:flex;flex-direction:column;margin:16px 0 10px;padding-top:12px}.ff_repeater_cont_row .ff_repeater_cell{display:block;margin-left:8px;margin-right:8px;padding:5px}.ff_repeater_cont_row .ff-t-cell{flex-basis:100%!important;max-width:100%;width:100%}.ff_repeater_cont_row .ff_repeater_body[role=rowgroup]{display:flex;flex-direction:column}.ff-repeater-container .ff-el-repeat-buttons-list{margin-top:-28px}.ff-el-repeat-buttons-list{margin-top:0}}:root{--fluentform-primary:#1a7efb;--fluentform-secondary:#606266;--fluentform-danger:#f56c6c;--fluentform-border-color:#dadbdd;--fluentform-border-radius:7px;--fluentform-input-select-height:auto}.ff-default .ff_btn_style{border:1px solid transparent;border-radius:7px;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;line-height:1.5;padding:8px 20px;position:relative;text-align:center;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.ff-default .ff_btn_style:focus,.ff-default .ff_btn_style:hover{opacity:.8;outline:0;text-decoration:none}.ff-default .ff-btn-primary:not(.ff_btn_no_style){background-color:#007bff;border-color:#007bff;color:#fff}.ff-default .ff-btn-primary:not(.ff_btn_no_style):focus,.ff-default .ff-btn-primary:not(.ff_btn_no_style):hover{background-color:#0069d9;border-color:#0062cc;color:#fff}.ff-default .ff-btn-secondary:not(.ff_btn_no_style){background-color:#606266;border-color:#606266;color:#fff}.ff-default .ff-btn-secondary:not(.ff_btn_no_style):focus,.ff-default .ff-btn-secondary:not(.ff_btn_no_style):hover{background-color:#727b84;border-color:#6c757d;color:#fff}.ff-default .ff-btn-lg{border-radius:6px;font-size:18px;line-height:1.5;padding:8px 16px}.ff-default .ff-btn-sm{border-radius:3px;font-size:13px;line-height:1.5;padding:4px 8px}.ff-default .ff-el-form-control{background-clip:padding-box;background-image:none;border:1px solid var(--fluentform-border-color);border-radius:var(--fluentform-border-radius);color:var(--fluentform-secondary);font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1;margin-bottom:0;max-width:100%;padding:11px 15px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.ff-default .ff-el-form-control:focus{background-color:#fff;border-color:var(--fluentform-primary);color:var(--fluentform-secondary);outline:none}.ff-default .ff-el-form-check label.ff-el-form-check-label{cursor:pointer;margin-bottom:7px}.ff-default .ff-el-form-check label.ff-el-form-check-label>span:after,.ff-default .ff-el-form-check label.ff-el-form-check-label>span:before{content:none}.ff-default .ff-el-form-check:last-child label.ff-el-form-check-label{margin-bottom:0}.ff-default textarea{min-height:90px}select.ff-el-form-control:not([size]):not([multiple]){height:var(--fluentform-input-select-height,auto)}.elementor-editor-active .ff-form-loading .ff-step-container .fluentform-step:first-child{height:auto}.ff-upload-preview.ff_uploading{opacity:.8}@keyframes ff_move{0%{background-position:0 0}to{background-position:50px 50px}}.ff_uploading .ff-el-progress .ff-el-progress-bar{animation:ff_move 2s linear infinite;background-image:linear-gradient(-45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);background-size:50px 50px;border-bottom-left-radius:20px;border-bottom-right-radius:8px;border-top-left-radius:20px;border-top-right-radius:8px;bottom:0;content:"";left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1}.ff_payment_summary{overflow-x:scroll}.pac-container{z-index:99999!important}.ff-support-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.ff-default{font-family:inherit}.ff-default .ff-el-input--label label{display:inline-block;font-weight:500;line-height:inherit;margin-bottom:0}