:root {
--leitrim-green-primary: #2f855a;
--leitrim-green-dark: #22543d;
--leitrim-green-light: #50c878;
--leitrim-green-bg: rgba(80, 200, 120, 0.12);
--leitrim-green-border: rgba(80, 200, 120, 0.35);
--awards-card-bg: #ffffff;
--awards-card-border: #e2e8f0;
--awards-card-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
--awards-card-hover-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
--text-main: #1a202c;
--text-muted: #4a5568;
--text-subtle: #718096;
--badge-gold-bg: #fef3c7;
--badge-gold-text: #92400e;
--badge-gold-border: #fde68a;
--badge-emerald-bg: #dcfce7;
--badge-emerald-text: #166534;
--badge-emerald-border: #bbf7d0;
--badge-teal-bg: #ccfbf1;
--badge-teal-text: #115e59;
--badge-teal-border: #99f6e4;
--badge-joint-bg: #ecfdf5;
--badge-joint-text: #065f46;
--badge-joint-border: #a7f3d0;
--badge-special-bg: #f3e8ff;
--badge-special-text: #6b21a8;
--badge-special-border: #e9d5ff;
} .leitrim-awards-page-container {
max-width: 1140px;
margin: 0 auto;
padding: 1.5rem 1.25rem 4rem;
}
.leitrim-awards-main {
display: flex;
flex-direction: column;
gap: 2.5rem;
} .leitrim-awards-hero {
background: linear-gradient(135deg, #fdfcf9 0%, #f6f0e6 100%);
border: 1px solid #e6dfd3;
border-radius: 16px;
box-shadow: 0 4px 16px rgba(45, 30, 15, 0.05);
padding: 2.25rem 2.5rem 2rem;
margin-top: 2rem;
margin-bottom: 0.5rem;
text-align: center;
position: relative;
overflow: hidden;
}
.leitrim-awards-hero::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #23633d 0%, #50c878 50%, #23633d 100%);
}
.awards-hero-badge {
display: inline-block;
color: #23633d;
background-color: #f4eee2;
border: 1px solid #e6dfd3;
padding: 0.25rem 0.85rem;
font-size: 0.78rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
border-radius: 50px;
margin-bottom: 0.75rem;
}
.awards-hero-title {
font-family: "Merriweather", Georgia, "Times New Roman", serif;
font-size: clamp(2.1rem, 4.5vw, 2.8rem);
font-weight: 700;
color: #172d1f;
line-height: 1.2;
margin: 0 0 0.6rem 0;
letter-spacing: -0.01em;
}
.awards-hero-subtitle {
font-family: "Merriweather", Georgia, "Times New Roman", serif;
font-size: clamp(1.1rem, 2vw, 1.35rem);
font-weight: 400;
font-style: italic;
color: #23633d;
margin: 0 auto 1.5rem auto;
max-width: 820px;
line-height: 1.55;
}
.awards-hero-flourish-wrap {
display: flex;
align-items: center;
justify-content: center;
gap: 1.25rem;
color: #9a681c;
margin-top: 0.25rem;
}
.awards-hero-flourish-wrap::before,
.awards-hero-flourish-wrap::after {
content: "";
width: 60px;
height: 1.5px;
background: #ddceb9;
}
.awards-hero-flourish,
.awards-hero-flourish-wrap svg {
width: 46px;
height: 47px;
display: inline-block;
color: inherit;
vertical-align: middle;
}
.awards-hero-affiliation-note {
font-size: 0.82rem;
color: #57606a;
margin: 1.15rem auto 0;
max-width: 620px;
letter-spacing: 0.01em;
line-height: 1.5;
} .awards-history-section {
background: #ffffff;
border: 1px solid var(--awards-card-border);
border-radius: 16px;
padding: 2.25rem;
box-shadow: var(--awards-card-shadow);
}
.awards-history-header {
margin-bottom: 1.5rem;
border-bottom: 2px solid rgba(80, 200, 120, 0.2);
padding-bottom: 1rem;
}
.history-label {
display: block;
font-size: 0.8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
color: var(--leitrim-green-primary);
margin-bottom: 0.25rem;
}
.awards-history-title {
font-size: clamp(1.5rem, 3vw, 1.9rem);
font-weight: 700;
color: var(--text-main);
margin: 0;
}
.awards-history-content p {
font-size: 1.05rem;
line-height: 1.7;
color: var(--text-muted);
margin-bottom: 1.25rem;
} .awards-affiliation-notice {
display: flex;
align-items: flex-start;
gap: 0.85rem;
background: #fbf9f4;
border: 1px solid #e6dfd3;
border-left: 4px solid #9a681c;
border-radius: 8px;
padding: 0.95rem 1.25rem;
margin: 1.5rem 0 1.75rem;
font-size: 0.9rem;
line-height: 1.6;
color: #475569;
}
.affiliation-notice-icon {
flex-shrink: 0;
color: #9a681c;
margin-top: 0.15rem;
display: flex;
align-items: center;
}
.affiliation-notice-content {
flex: 1;
}
.affiliation-notice-content strong {
color: #172d1f;
font-weight: 700;
}
.awards-history-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
margin: 2rem 0;
}
.history-card {
background: #fbfdfa;
border: 1px solid #e2ece4;
border-radius: 12px;
padding: 1.5rem;
transition: transform 0.2s ease, box-shadow 0.2s ease;
display: flex;
flex-direction: column;
}
.history-card:hover {
transform: translateY(-2px);
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.history-card-header {
margin-bottom: 0.85rem;
}
.history-card-pill {
display: inline-block;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
padding: 0.2rem 0.6rem;
border-radius: 20px;
margin-bottom: 0.5rem;
}
.history-card-mcmanus .history-card-pill {
background-color: var(--badge-emerald-bg);
color: var(--badge-emerald-text);
}
.history-card-leonard .history-card-pill {
background-color: var(--badge-gold-bg);
color: var(--badge-gold-text);
}
.history-card-guardian .history-card-pill {
background-color: var(--badge-teal-bg);
color: var(--badge-teal-text);
}
.history-card h3 {
font-size: 1.2rem;
font-weight: 700;
color: var(--text-main);
margin: 0;
line-height: 1.3;
}
.history-card p {
font-size: 0.95rem;
line-height: 1.6;
color: var(--text-muted);
margin: 0;
} .awards-history-feature {
background: linear-gradient(135deg, #f8fafc 0%, rgba(80, 200, 120, 0.08) 100%);
border: 1px solid rgba(80, 200, 120, 0.3);
border-radius: 12px;
padding: 1.5rem 1.75rem;
margin: 1.75rem 0;
}
.history-feature-badge {
display: inline-block;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
background-color: var(--badge-gold-bg);
color: var(--badge-gold-text);
border: 1px solid var(--badge-gold-border);
padding: 0.2rem 0.65rem;
border-radius: 20px;
margin-bottom: 0.6rem;
}
.history-feature-title {
font-size: 1.25rem;
font-weight: 700;
color: var(--text-main);
margin: 0 0 0.75rem;
}
.awards-history-feature p {
font-size: 1rem;
line-height: 1.65;
color: var(--text-muted);
margin: 0 0 0.85rem;
}
.awards-history-feature p:last-child {
margin-bottom: 0;
} .awards-inaugural-callout {
background: #fbfdfa;
border-left: 4px solid #50c878;
border-radius: 0 10px 10px 0;
padding: 1.25rem 1.5rem;
margin: 1.75rem 0;
}
.inaugural-title {
font-size: 1.15rem;
font-weight: 700;
color: var(--text-main);
margin: 0 0 0.65rem;
}
.awards-inaugural-callout p {
font-size: 0.98rem;
line-height: 1.65;
color: var(--text-muted);
margin: 0 0 0.75rem;
}
.awards-inaugural-callout p:last-child {
margin-bottom: 0;
} .awards-sponsors-section {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 14px;
padding: 1.75rem;
margin: 2rem 0 1.5rem;
}
.sponsors-heading {
font-size: 1.25rem;
font-weight: 700;
color: var(--text-main);
margin: 0 0 0.35rem;
}
.sponsors-intro {
font-size: 0.95rem;
color: var(--text-muted);
margin: 0 0 1.25rem;
}
.awards-sponsors-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 1.25rem;
}
.sponsor-card {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 10px;
padding: 1.25rem;
display: flex;
flex-direction: column;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.sponsor-card:hover {
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
border-color: rgba(80, 200, 120, 0.4);
}
.sponsor-role {
font-size: 0.72rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
color: var(--leitrim-green-primary);
margin-bottom: 0.4rem;
}
.sponsor-name {
font-size: 1.05rem;
font-weight: 700;
color: var(--text-main);
margin: 0 0 0.5rem;
line-height: 1.3;
}
.sponsor-note {
font-size: 0.88rem;
line-height: 1.55;
color: var(--text-muted);
margin: 0;
}
.awards-history-note {
background: rgba(80, 200, 120, 0.08);
border-left: 4px solid var(--leitrim-green-primary);
border-radius: 0 8px 8px 0;
padding: 1rem 1.25rem;
font-size: 0.95rem;
line-height: 1.6;
color: var(--text-muted);
margin: 1.5rem 0;
}
.awards-custom-editor-content {
margin-top: 1.5rem;
padding-top: 1.5rem;
border-top: 1px dashed #cbd5e1;
} .awards-stats-bar {
display: flex;
align-items: center;
justify-content: space-around;
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 12px;
padding: 1.25rem 1rem;
margin-top: 2rem;
flex-wrap: wrap;
gap: 1rem;
}
.stat-item {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
min-width: 140px;
}
.stat-number {
font-size: clamp(1.4rem, 2.5vw, 1.9rem);
font-weight: 800;
color: var(--leitrim-green-primary);
line-height: 1.1;
}
.stat-desc {
font-size: 0.85rem;
font-weight: 600;
color: var(--text-subtle);
text-transform: uppercase;
letter-spacing: 0.04em;
margin-top: 0.25rem;
}
.stat-divider {
width: 1px;
height: 40px;
background-color: #cbd5e1;
} .awards-controls-section {
background: #ffffff;
border: 1px solid var(--awards-card-border);
border-radius: 12px;
padding: 0.65rem 1rem;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.04);
position: sticky;
top: 12px;
z-index: 30;
}
.awards-controls-inner {
display: flex;
flex-direction: column;
gap: 0.45rem;
} .awards-controls-top-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
flex-wrap: wrap;
}
.awards-search-wrapper {
flex: 1 1 300px;
min-width: 220px;
}
.search-input-group {
position: relative;
display: flex;
align-items: center;
width: 100%;
}
.search-icon {
position: absolute;
left: 0.75rem;
top: 50%;
transform: translateY(-50%);
color: #94a3b8;
pointer-events: none;
display: flex;
align-items: center;
z-index: 2;
}
.awards-search-input,
.leitrim-awards-page-container .awards-search-input {
width: 100%;
height: 34px;
padding: 0.25rem 2rem 0.25rem 2.25rem !important;
font-size: 0.88rem;
border: 1.5px solid #e2e8f0;
border-radius: 7px;
background-color: #f8fafc;
color: var(--text-main);
transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
box-sizing: border-box;
}
.awards-search-input:focus,
.leitrim-awards-page-container .awards-search-input:focus {
outline: none;
background-color: #ffffff;
border-color: var(--leitrim-green-light);
box-shadow: 0 0 0 3px rgba(80, 200, 120, 0.2);
}
.awards-search-clear {
position: absolute;
right: 0.5rem;
top: 50%;
transform: translateY(-50%);
background: none;
border: none;
font-size: 1.25rem;
line-height: 1;
color: var(--text-subtle);
cursor: pointer;
padding: 0.2rem 0.35rem;
border-radius: 4px;
transition: color 0.15s ease, background-color 0.15s ease;
}
.awards-search-clear:hover {
color: var(--text-main);
background-color: #e2e8f0;
} .awards-top-actions {
display: flex;
align-items: center;
gap: 0.65rem;
flex-shrink: 0;
}
.awards-sort-btn {
background: #ffffff;
color: var(--text-main);
border: 1px solid #cbd5e1;
padding: 0.2rem 0.65rem;
font-size: 0.8rem;
font-weight: 600;
border-radius: 6px;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 0.35rem;
transition: all 0.2s ease;
height: 34px;
box-sizing: border-box;
white-space: nowrap;
}
.awards-sort-btn:hover {
border-color: var(--leitrim-green-primary);
background-color: rgba(80, 200, 120, 0.08);
}
.awards-sort-btn[data-sort-order="asc"] .sort-icon svg {
transform: rotate(180deg);
}
.sort-icon {
display: flex;
align-items: center;
transition: transform 0.2s ease;
}
.results-summary-text {
font-size: 0.8rem;
color: var(--text-muted);
white-space: nowrap;
}
.results-summary-text strong {
color: var(--leitrim-green-primary);
}
.awards-reset-btn {
background: none;
border: none;
color: #e53e3e;
font-size: 0.8rem;
font-weight: 600;
cursor: pointer;
text-decoration: underline;
padding: 0.15rem 0.35rem;
white-space: nowrap;
}
.awards-reset-btn:hover {
color: #c53030;
} .awards-filters-container {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.65rem;
padding-top: 0.4rem;
border-top: 1px solid #f1f5f9;
}
.filter-group {
display: flex;
align-items: center;
gap: 0.4rem;
flex-wrap: wrap;
}
.filter-group-label {
font-size: 0.72rem;
font-weight: 800;
color: var(--text-subtle);
text-transform: uppercase;
letter-spacing: 0.05em;
white-space: nowrap;
}
.filter-pills-row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.3rem;
}
.filter-group-divider {
width: 1px;
height: 18px;
background-color: #e2e8f0;
margin: 0 0.25rem;
} .decade-pill,
.award-type-pill {
background: #f8fafc;
color: #475569;
border: 1px solid #e2e8f0;
padding: 0.15rem 0.55rem;
font-size: 0.8rem;
font-weight: 600;
border-radius: 6px;
cursor: pointer;
transition: all 0.15s ease;
height: 27px;
min-height: 27px;
display: inline-flex;
align-items: center;
justify-content: center;
line-height: 1;
}
.decade-pill:hover,
.award-type-pill:hover {
background: #e2e8f0;
color: var(--text-main);
border-color: #cbd5e1;
}
.decade-pill.is-active,
.award-type-pill.is-active {
background: var(--leitrim-green-primary);
color: #ffffff;
border-color: var(--leitrim-green-primary);
box-shadow: 0 1px 4px rgba(47, 133, 90, 0.3);
} .awards-directory {
display: flex;
flex-direction: column;
gap: 1.15rem;
}
.awards-year-card {
background: var(--awards-card-bg);
border: 1px solid var(--awards-card-border);
border-radius: 12px;
overflow: hidden;
box-shadow: var(--awards-card-shadow);
transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.awards-year-card:hover {
box-shadow: var(--awards-card-hover-shadow);
} .awards-year-header {
background: linear-gradient(90deg, rgba(80, 200, 120, 0.18) 0%, rgba(80, 200, 120, 0.05) 100%);
border-bottom: 1.5px solid rgba(80, 200, 120, 0.25);
padding: 0.45rem 1rem;
}
.awards-year-title-wrap {
display: flex;
align-items: center;
justify-content: space-between;
}
.awards-year-heading {
font-size: 1.3rem;
font-weight: 800;
color: var(--text-main);
margin: 0;
line-height: 1.2;
letter-spacing: -0.01em;
}
.awards-year-badge {
font-size: 0.75rem;
font-weight: 700;
color: var(--leitrim-green-dark);
background-color: rgba(80, 200, 120, 0.25);
border: 1px solid rgba(80, 200, 120, 0.4);
padding: 0.15rem 0.55rem;
border-radius: 12px;
line-height: 1.2;
} .awards-year-entries {
display: flex;
flex-direction: column;
}
.award-entry-item {
padding: 0.65rem 1rem;
border-bottom: 1px solid #f1f5f9;
display: flex;
flex-direction: column;
gap: 0.2rem;
transition: background-color 0.15s ease;
}
.award-entry-item:last-child {
border-bottom: none;
}
.award-entry-item:hover {
background-color: #fcfdfc;
} .award-primary-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
flex-wrap: wrap;
}
.award-author-block {
display: flex;
align-items: baseline;
flex-wrap: wrap;
gap: 0.45rem;
}
.award-author-name-wrap {
display: inline;
}
.award-author-name,
.award-author-link {
font-size: 1.08rem;
font-weight: 700;
color: var(--text-main);
line-height: 1.3;
}
.award-author-link {
text-decoration: none;
color: var(--leitrim-green-dark);
border-bottom: 1.5px solid rgba(47, 133, 90, 0.3);
transition: color 0.15s ease, border-color 0.15s ease;
}
.award-author-link:hover {
color: #000000;
border-color: var(--leitrim-green-primary);
}
.award-location-tag {
display: inline-flex;
align-items: center;
gap: 0.2rem;
font-size: 0.75rem;
font-weight: 600;
color: var(--text-subtle);
background-color: #f1f5f9;
padding: 0.12rem 0.45rem;
border-radius: 4px;
border: 1px solid #e2e8f0;
line-height: 1.2;
}
.location-pin-icon {
font-size: 0.75rem;
} .award-badge-wrap {
display: flex;
align-items: center;
flex-shrink: 0;
}
.award-badge {
font-size: 0.75rem;
font-weight: 700;
padding: 0.2rem 0.6rem;
border-radius: 5px;
letter-spacing: 0.02em;
display: inline-flex;
align-items: center;
line-height: 1.25;
} .award-badge-leonard {
background-color: var(--badge-gold-bg);
color: var(--badge-gold-text);
border: 1px solid var(--badge-gold-border);
}
.award-badge-mcmanus {
background-color: var(--badge-emerald-bg);
color: var(--badge-emerald-text);
border: 1px solid var(--badge-emerald-border);
}
.award-badge-joint {
background-color: var(--badge-joint-bg);
color: var(--badge-joint-text);
border: 1px solid var(--badge-joint-border);
}
.award-badge-guardian {
background-color: var(--badge-teal-bg);
color: var(--badge-teal-text);
border: 1px solid var(--badge-teal-border);
}
.award-badge-special {
background-color: var(--badge-special-bg);
color: var(--badge-special-text);
border: 1px solid var(--badge-special-border);
}
.award-badge-standard {
background-color: #f1f5f9;
color: var(--text-main);
border: 1px solid #cbd5e1;
} .award-rank-pill {
font-size: 0.68rem;
font-weight: 800;
text-transform: uppercase;
padding: 0.15rem 0.45rem;
border-radius: 4px;
letter-spacing: 0.04em;
line-height: 1.1;
}
.award-rank-1st {
background-color: #fef08a;
color: #854d0e;
border: 1px solid #facc15;
}
.award-rank-2nd {
background-color: #e2e8f0;
color: #475569;
border: 1px solid #cbd5e1;
}
.award-rank-3rd {
background-color: #fed7aa;
color: #9a3412;
border: 1px solid #fdba74;
} .award-piece-line {
padding-left: 0.1rem;
}
.award-piece-line .piece-title {
font-size: 0.92rem;
font-weight: 500;
color: #475569;
line-height: 1.35;
} .award-no-winner-note {
display: flex;
align-items: center;
gap: 0.4rem;
font-style: italic;
color: var(--text-subtle);
font-size: 0.92rem;
padding: 0.1rem 0;
} .awards-empty-state {
text-align: center;
background: #ffffff;
border: 2px dashed #cbd5e1;
border-radius: 12px;
padding: 2.5rem 1.5rem;
margin: 2rem 0;
}
.empty-state-icon {
color: var(--text-subtle);
margin-bottom: 0.75rem;
}
.empty-state-title {
font-size: 1.3rem;
font-weight: 700;
color: var(--text-main);
margin: 0 0 0.5rem;
}
.empty-state-text {
font-size: 0.95rem;
color: var(--text-muted);
max-width: 480px;
margin: 0 auto 1.25rem;
line-height: 1.5;
}
.awards-btn-primary {
background: var(--leitrim-green-primary);
color: #ffffff;
font-size: 0.9rem;
font-weight: 600;
border: none;
border-radius: 8px;
padding: 0.6rem 1.25rem;
cursor: pointer;
transition: background-color 0.15s ease, transform 0.15s ease;
}
.awards-btn-primary:hover {
background: var(--leitrim-green-dark);
transform: translateY(-1px);
} .awards-directory-footer-note {
text-align: center;
padding: 2.25rem 1rem 0.5rem;
margin-top: 2rem;
border-top: 1px dashed #cbd5e1;
}
.awards-directory-footer-note p {
font-size: 0.85rem;
color: #64748b;
font-style: italic;
max-width: 680px;
margin: 0 auto;
line-height: 1.55;
} @media screen and (max-width: 900px) {
.awards-controls-section {
position: static; padding: 0.75rem 0.85rem;
}
.awards-filters-container {
gap: 0.5rem;
}
.filter-group-divider {
display: none;
}
.awards-top-actions {
width: 100%;
justify-content: space-between;
}
}
@media screen and (max-width: 600px) {
.leitrim-awards-page-container {
padding: 1rem 0.75rem 3rem;
}
.leitrim-awards-hero {
padding: 2rem 1.25rem 1.75rem;
border-radius: 14px;
}
.awards-hero-title {
font-size: 1.95rem;
}
.awards-hero-subtitle {
font-size: 1.15rem;
}
.awards-hero-flourish-wrap::before,
.awards-hero-flourish-wrap::after {
width: 40px;
}
.awards-history-section {
padding: 1.5rem 1rem;
border-radius: 12px;
}
.awards-controls-section {
padding: 0.65rem 0.75rem;
border-radius: 12px;
}
.awards-year-card {
border-radius: 12px;
}
.awards-year-header {
padding: 0.4rem 0.75rem;
}
.awards-year-heading {
font-size: 1.2rem;
}
.award-entry-item {
padding: 0.55rem 0.75rem;
gap: 0.2rem;
}
.award-primary-row {
flex-direction: column;
align-items: flex-start;
gap: 0.25rem;
}
.award-author-name,
.award-author-link {
font-size: 1.02rem;
}
.award-piece-line .piece-title {
font-size: 0.88rem;
}
.stat-divider {
display: none;
}
.stat-item {
width: 100%;
border-bottom: 1px solid #e2e8f0;
padding-bottom: 0.75rem;
}
.stat-item:last-child {
border-bottom: none;
padding-bottom: 0;
}
.filter-pills-row {
gap: 0.25rem;
}
.decade-pill,
.award-type-pill {
padding: 0.2rem 0.5rem;
font-size: 0.78rem;
min-height: 28px;
}
}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block;min-width:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--global-gray-400: #CBD5E0;--global-gray-500: #A0AEC0;--global-xs-spacing: 1em;--global-sm-spacing: 1.5rem;--global-md-spacing: 2rem;--global-lg-spacing: 2.5em;--global-xl-spacing: 3.5em;--global-xxl-spacing: 5rem;--global-edge-spacing: 1.5rem;--global-boxed-spacing: 2rem;--global-font-size-small: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);--global-font-size-medium: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);--global-font-size-large: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);--global-font-size-larger: clamp(2rem, 1.6rem + 1vw, 2.5rem);--global-font-size-xxlarge: clamp(2.25rem, 1.728rem + 1.63vw, 3rem)}h1,h2,h3,h4,h5,h6{padding:0;margin:0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;text-decoration:none}dfn,cite,em,i{font-style:italic}blockquote,q{quotes:"“" "”"}blockquote{padding-left:1em;border-left:4px solid var(--global-palette4)}.entry-content blockquote{margin:0 0 var(--global-md-spacing)}blockquote cite,blockquote .wp-block-pullquote__citation{color:var(--global-palette5);font-size:13px;margin-top:1em;position:relative;font-style:normal;display:block}address{margin:0 0 1.5em}pre{background:var(--global-palette7);font-family:"Courier 10 Pitch",Courier,monospace;font-size:.9375rem;line-height:1.6;max-width:100%;overflow:auto;padding:1.5em;white-space:pre-wrap}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:.8rem}abbr,acronym{border-bottom:1px dotted var(--global-palette4);cursor:help}mark,ins{text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}hr{height:0;border:0;border-bottom:2px solid var(--global-gray-400)}ul,ol{margin:0 0 1.5em 1.5em;padding:0}ul.aligncenter,ol.aligncenter{list-style:none}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{display:block;height:auto;max-width:100%}figure{margin:.5em 0}table{margin:0 0 1.5em;width:100%}a{color:var(--global-palette-highlight);text-underline-offset:.1em;transition:all .1s linear}a:hover,a:focus,a:active{color:var(--global-palette-highlight-alt);text-underline-offset:.25em}a:hover,a:active{outline:0}.inner-link-style-plain a:not(.button),.widget-area.inner-link-style-plain a:not(.button){text-decoration:none}.inner-link-style-normal a:not(.button),.widget-area.inner-link-style-normal a:not(.button){text-decoration:underline}.link-style-no-underline .entry-content p>a,.link-style-no-underline .entry-content strong>a,.link-style-no-underline .entry-content em>a,.link-style-no-underline .entry-content>ul a,.link-style-no-underline .entry-content a{text-decoration:none}.link-style-no-underline .entry-content p>a:hover,.link-style-no-underline .entry-content strong>a:hover,.link-style-no-underline .entry-content em>a:hover,.link-style-no-underline .entry-content>ul a:hover,.link-style-no-underline .entry-content a:hover{text-decoration:none}.link-style-color-underline .entry-content p a,.link-style-color-underline .entry-content strong>a,.link-style-color-underline .entry-content em>a,.link-style-color-underline .entry-content>ul a,.link-style-color-underline .entry-content>ol a,.link-style-color-underline .entry-content .wp-block-group ul a,.link-style-color-underline .entry-content .wp-block-group ol a{color:inherit;text-decoration:underline;text-decoration-color:var(--global-palette-highlight)}.link-style-color-underline .entry-content p a:hover,.link-style-color-underline .entry-content strong>a:hover,.link-style-color-underline .entry-content em>a:hover,.link-style-color-underline .entry-content>ul a:hover,.link-style-color-underline .entry-content>ol a:hover,.link-style-color-underline .entry-content .wp-block-group ul a:hover,.link-style-color-underline .entry-content .wp-block-group ol a:hover{text-decoration-color:var(--global-palette-highlight-alt)}.link-style-hover-background .entry-content p a,.link-style-hover-background .entry-content strong>a,.link-style-hover-background .entry-content em>a,.link-style-hover-background .entry-content>ul a,.link-style-hover-background .entry-content>ol a,.link-style-hover-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a),.link-style-hover-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a){color:var(--global-palette-highlight);text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight), var(--global-palette-highlight));background-position:0% 100%;background-repeat:no-repeat;background-size:100% 1px}.link-style-hover-background .entry-content p a:hover,.link-style-hover-background .entry-content strong>a:hover,.link-style-hover-background .entry-content em>a:hover,.link-style-hover-background .entry-content>ul a:hover,.link-style-hover-background .entry-content>ol a:hover,.link-style-hover-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a):hover,.link-style-hover-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a):hover{color:var(--global-palette-highlight-alt2);text-decoration:none;background-size:100% 100%}.link-style-offset-background .entry-content p a,.link-style-offset-background .entry-content strong>a,.link-style-offset-background .entry-content em>a,.link-style-offset-background .entry-content>ul a,.link-style-offset-background .entry-content>ol a,.link-style-offset-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a),.link-style-offset-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a){color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight));background-repeat:no-repeat;background-position:4px bottom;background-size:100% 10px}.link-style-offset-background .entry-content p a:hover,.link-style-offset-background .entry-content strong>a:hover,.link-style-offset-background .entry-content em>a:hover,.link-style-offset-background .entry-content>ul a:hover,.link-style-offset-background .entry-content>ol a:hover,.link-style-offset-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a):hover,.link-style-offset-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a):hover{color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight-alt))}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}:where(html:not(.no-js)) .hide-focus-outline *:focus{outline:0}#primary[tabindex="-1"]:focus{outline:0}textarea{width:100%}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea{-webkit-appearance:none;color:var(--global-palette5);border:1px solid var(--global-gray-400);border-radius:3px;padding:.4em .5em;max-width:100%;background:var(--global-palette9);box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}::-webkit-input-placeholder{color:var(--global-palette6)}::-moz-placeholder{color:var(--global-palette6);opacity:1}:-ms-input-placeholder{color:var(--global-palette6)}:-moz-placeholder{color:var(--global-palette6)}::placeholder{color:var(--global-palette6)}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus{color:var(--global-palette3);border-color:var(--global-palette6);outline:0;box-shadow:0px 5px 15px -7px rgba(0,0,0,.1)}select{border:1px solid var(--global-gray-400);background-size:16px 100%;padding:.2em 35px .2em .5em;background:var(--global-palette9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 98% 50%;-moz-appearance:none;-webkit-appearance:none;appearance:none;box-shadow:none;outline:0;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}select::-ms-expand{display:none}select:focus{color:var(--global-palette3);border-color:var(--global-palette6);background-color:var(--global-palette9);box-shadow:0px 5px 15px -7px rgba(0,0,0,.1);outline:0}select:focus option{color:#333}.elementor-select-wrapper select{background-image:none}.search-form{position:relative}.search-form input[type=search],.search-form input.search-field{padding-right:60px;width:100%}.search-form .search-submit[type=submit]{top:0;right:0;bottom:0;position:absolute;color:rgba(0,0,0,0);background:rgba(0,0,0,0);z-index:2;width:50px;border:0;padding:8px 12px 7px;border-radius:0;box-shadow:none;overflow:hidden}.search-form .search-submit[type=submit]:hover,.search-form .search-submit[type=submit]:focus{color:rgba(0,0,0,0);background:rgba(0,0,0,0);box-shadow:none}.search-form .kadence-search-icon-wrap{position:absolute;right:0;top:0;height:100%;width:50px;padding:0;text-align:center;background:0 0;z-index:3;cursor:pointer;pointer-events:none;color:var(--global-palette6);text-shadow:none;display:flex;align-items:center;justify-content:center}.search-form .search-submit[type=submit]:hover~.kadence-search-icon-wrap{color:var(--global-palette4)}body.rtl .search-form .button[type=submit],body.rtl .search-form .kadence-search-icon-wrap{left:0;right:auto}body.rtl .search-form input[type=search],body.rtl .search-form input.search-field{padding-right:.5em;padding-left:60px}fieldset{padding:.625em 1.425em .625em;border:1px solid var(--global-gray-500);margin-top:1.2em;margin-bottom:1.2em}.affwp-form fieldset{padding:0}legend{font-weight:bold}button,.button,.wp-block-button__link,.wp-element-button,input[type=button],input[type=reset],input[type=submit]{border-radius:3px;background:var(--global-palette-btn-bg);color:var(--global-palette-btn);padding:.4em 1em;border:0;font-size:1.125rem;line-height:1.6;display:inline-block;font-family:inherit;cursor:pointer;text-decoration:none;transition:all .2s ease;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}button:visited,.button:visited,.wp-block-button__link:visited,.wp-element-button:visited,input[type=button]:visited,input[type=reset]:visited,input[type=submit]:visited{background:var(--global-palette-btn-bg);color:var(--global-palette-btn)}button:hover,button:focus,button:active,.button:hover,.button:focus,.button:active,.wp-block-button__link:hover,.wp-block-button__link:focus,.wp-block-button__link:active,.wp-element-button:hover,.wp-element-button:focus,.wp-element-button:active,input[type=button]:hover,input[type=button]:focus,input[type=button]:active,input[type=reset]:hover,input[type=reset]:focus,input[type=reset]:active,input[type=submit]:hover,input[type=submit]:focus,input[type=submit]:active{color:var(--global-palette-btn-hover);background:var(--global-palette-btn-bg-hover);box-shadow:0px 15px 25px -7px rgba(0,0,0,.1)}button:disabled,button.disabled,.button:disabled,.button.disabled,.wp-block-button__link:disabled,.wp-block-button__link.disabled,.wp-element-button:disabled,.wp-element-button.disabled,input[type=button]:disabled,input[type=button].disabled,input[type=reset]:disabled,input[type=reset].disabled,input[type=submit]:disabled,input[type=submit].disabled{cursor:not-allowed;opacity:.5}.elementor-button-wrapper .elementor-button{background-color:var(--global-palette-btn-bg);color:var(--global-palette-btn)}.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus,.elementor-button-wrapper .elementor-button:active{color:var(--global-palette-btn-hover);background-color:var(--global-palette-btn-bg-hover);box-shadow:0px 15px 25px -7px rgba(0,0,0,.1)}.button.button-size-small{font-size:80%;padding:.3em .7em}.button.button-size-large{font-size:110%;padding:.6em 1.2em}.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button{padding:.4em 1em}.button.button-style-outline,.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button,.button.kb-btn-global-outline{border:2px solid currentColor}.button.button-style-outline:hover,.button.button-style-outline:focus,.button.button-style-outline:active,.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:active,.wp-block-button.is-style-outline .wp-element-button:hover,.wp-block-button.is-style-outline .wp-element-button:focus,.wp-block-button.is-style-outline .wp-element-button:active,.button.kb-btn-global-outline:hover,.button.kb-btn-global-outline:focus,.button.kb-btn-global-outline:active{border:2px solid currentColor;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),.wp-block-button.is-style-outline .wp-element-button:not(.has-background),.button.button-style-outline:not(.has-background),.button.kb-btn-global-outline:not(.has-background){background:rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):active,.button.button-style-outline:not(.has-background):hover,.button.button-style-outline:not(.has-background):focus,.button.button-style-outline:not(.has-background):active,.button.kb-btn-global-outline:not(.has-background):hover,.button.kb-btn-global-outline:not(.has-background):focus,.button.kb-btn-global-outline:not(.has-background):active{background:rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color),.button-style-outline:not(.has-text-color),.kb-btn-global-outline:not(.has-text-color){color:var(--global-palette-btn-out, var(--global-palette-btn-bg))}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):visited,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):visited,.button-style-outline:not(.has-text-color):visited,.kb-btn-global-outline:not(.has-text-color):visited{color:var(--global-palette-btn-out, var(--global-palette-btn-bg))}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):active,.button-style-outline:not(.has-text-color):hover,.button-style-outline:not(.has-text-color):focus,.button-style-outline:not(.has-text-color):active,.kb-btn-global-outline:not(.has-text-color):hover,.kb-btn-global-outline:not(.has-text-color):focus,.kb-btn-global-outline:not(.has-text-color):active{color:var(--global-palette-btn-out-hover, var(--global-palette-btn-bg-hover))}button.button-style-secondary,.button.button-style-secondary,.wp-block-button__link.button-style-secondary,.wp-element-button.button-style-secondary,input[type=button].button-style-secondary,input[type=reset].button-style-secondary,input[type=submit].button-style-secondary{background:var(--global-palette-btn-sec-bg);color:var(--global-palette-btn-sec)}button.button-style-secondary:visited,.button.button-style-secondary:visited,.wp-block-button__link.button-style-secondary:visited,.wp-element-button.button-style-secondary:visited,input[type=button].button-style-secondary:visited,input[type=reset].button-style-secondary:visited,input[type=submit].button-style-secondary:visited{background:var(--global-palette-btn-sec-bg);color:var(--global-palette-btn-sec)}button.button-style-secondary:hover,button.button-style-secondary:focus,button.button-style-secondary:active,.button.button-style-secondary:hover,.button.button-style-secondary:focus,.button.button-style-secondary:active,.wp-block-button__link.button-style-secondary:hover,.wp-block-button__link.button-style-secondary:focus,.wp-block-button__link.button-style-secondary:active,.wp-element-button.button-style-secondary:hover,.wp-element-button.button-style-secondary:focus,.wp-element-button.button-style-secondary:active,input[type=button].button-style-secondary:hover,input[type=button].button-style-secondary:focus,input[type=button].button-style-secondary:active,input[type=reset].button-style-secondary:hover,input[type=reset].button-style-secondary:focus,input[type=reset].button-style-secondary:active,input[type=submit].button-style-secondary:hover,input[type=submit].button-style-secondary:focus,input[type=submit].button-style-secondary:active{color:var(--global-palette-btn-sec-hover);background:var(--global-palette-btn-sec-bg-hover)}.kadence-svg-iconset{display:inline-flex;align-self:center}.kadence-svg-iconset svg{height:1em;width:1em}.kadence-svg-iconset.svg-baseline svg{top:.125em;position:relative}body.social-brand-colors .social-show-brand-until .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always .social-button:not(.ignore-brand):not(.skip):not(.ignore){color:#fff}body.social-brand-colors .social-show-brand-until.social-style-outline .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore){border-color:currentColor}:root .has-theme-palette-1-background-color,:root .has-theme-palette1-background-color{background-color:var(--global-palette1)}:root .has-theme-palette-1-color,:root .has-theme-palette1-color{color:var(--global-palette1)}:root .has-theme-palette-2-background-color,:root .has-theme-palette2-background-color{background-color:var(--global-palette2)}:root .has-theme-palette-2-color,:root .has-theme-palette2-color{color:var(--global-palette2)}:root .has-theme-palette-3-background-color,:root .has-theme-palette3-background-color{background-color:var(--global-palette3)}:root .has-theme-palette-3-color,:root .has-theme-palette3-color{color:var(--global-palette3)}:root .has-theme-palette-4-background-color,:root .has-theme-palette4-background-color{background-color:var(--global-palette4)}:root .has-theme-palette-4-color,:root .has-theme-palette4-color{color:var(--global-palette4)}:root .has-theme-palette-5-background-color,:root .has-theme-palette5-background-color{background-color:var(--global-palette5)}:root .has-theme-palette-5-color,:root .has-theme-palette5-color{color:var(--global-palette5)}:root .has-theme-palette-6-background-color,:root .has-theme-palette6-background-color{background-color:var(--global-palette6)}:root .has-theme-palette-6-color,:root .has-theme-palette6-color{color:var(--global-palette6)}:root .has-theme-palette-7-background-color,:root .has-theme-palette7-background-color{background-color:var(--global-palette7)}:root .has-theme-palette-7-color,:root .has-theme-palette7-color{color:var(--global-palette7)}:root .has-theme-palette-8-background-color,:root .has-theme-palette8-background-color{background-color:var(--global-palette8)}:root .has-theme-palette-8-color,:root .has-theme-palette8-color{color:var(--global-palette8)}:root .has-theme-palette-9-background-color,:root .has-theme-palette9-background-color{background-color:var(--global-palette9)}:root .has-theme-palette-9-color,:root .has-theme-palette9-color{color:var(--global-palette9)}:root .has-theme-palette-10-background-color,:root .has-theme-palette10-background-color{background-color:var(--global-palette10)}:root .has-theme-palette-10-color,:root .has-theme-palette10-color{color:var(--global-palette10)}:root .has-theme-palette-11-background-color,:root .has-theme-palette11-background-color{background-color:var(--global-palette11)}:root .has-theme-palette-11-color,:root .has-theme-palette11-color{color:var(--global-palette11)}:root .has-theme-palette-12-background-color,:root .has-theme-palette12-background-color{background-color:var(--global-palette12)}:root .has-theme-palette-12-color,:root .has-theme-palette12-color{color:var(--global-palette12)}:root .has-theme-palette-13-background-color,:root .has-theme-palette13-background-color{background-color:var(--global-palette13)}:root .has-theme-palette-13-color,:root .has-theme-palette13-color{color:var(--global-palette13)}:root .has-theme-palette-14-background-color,:root .has-theme-palette14-background-color{background-color:var(--global-palette14)}:root .has-theme-palette-14-color,:root .has-theme-palette14-color{color:var(--global-palette14)}:root .has-theme-palette-15-background-color,:root .has-theme-palette15-background-color{background-color:var(--global-palette15)}:root .has-theme-palette-15-color,:root .has-theme-palette15-color{color:var(--global-palette15)}.kt-clear{*zoom:1}.kt-clear::before,.kt-clear::after{content:" ";display:table}.kt-clear::after{clear:both}#wpadminbar{position:fixed !important}.content-area{margin:var(--global-xxl-spacing) 0}.entry-content{word-break:break-word}.entry-content table{word-break:normal}.body{overflow-x:hidden}.scroll a *,a.scroll *{pointer-events:none}.content-width-fullwidth .content-container.site-container{max-width:none;padding:0}.content-width-fullwidth .content-area,.content-vertical-padding-hide .content-area{margin-top:0;margin-bottom:0}.content-vertical-padding-top .content-area{margin-bottom:0}.content-vertical-padding-bottom .content-area{margin-top:0}.site-container,.site-header-row-layout-contained,.site-footer-row-layout-contained,.entry-hero-layout-contained,.alignfull>.wp-block-cover__inner-container,.alignwide>.wp-block-cover__inner-container{margin:0 auto;padding:0 var(--global-content-edge-padding)}.kt-row-layout-inner>.kb-theme-content-width,.kt-row-layout-inner.kt-row-has-bg>.kb-theme-content-width{padding-left:var(--global-content-edge-padding);padding-right:var(--global-content-edge-padding)}.content-bg{background:#fff}.content-style-unboxed .entry:not(.loop-entry)>.entry-content-wrap{padding:0}.content-style-unboxed .content-bg:not(.loop-entry){background:rgba(0,0,0,0)}.content-style-unboxed .entry:not(.loop-entry){box-shadow:none;border-radius:0}@media screen and (min-width: 1025px){.has-sidebar .content-container{display:grid;grid-template-columns:5fr 2fr;grid-gap:var(--global-xl-spacing);justify-content:center}#secondary{grid-column:2;grid-row:1;min-width:0}.has-left-sidebar .content-container{grid-template-columns:2fr 5fr}.has-left-sidebar #main{grid-column:2;grid-row:1}.has-left-sidebar #secondary{grid-column:1;grid-row:1}.has-sidebar .wp-site-blocks .content-container .alignwide,.has-sidebar .wp-site-blocks .content-container .alignfull{width:unset;max-width:unset;margin-left:0;margin-right:0}.has-sidebar .content-container .kadence-thumbnail-position-behind.alignwide{margin-left:-10px;margin-right:-10px}}#kt-scroll-up-reader,#kt-scroll-up{position:fixed;transform:translateY(40px);transition:all .2s ease;opacity:0;z-index:1000;display:flex;cursor:pointer}#kt-scroll-up-reader *,#kt-scroll-up *{pointer-events:none}#kt-scroll-up-reader.scroll-up-style-outline,#kt-scroll-up.scroll-up-style-outline{background:rgba(0,0,0,0)}.scroll-up-style-filled{color:var(--global-palette9);background:var(--global-palette4)}.scroll-up-style-filled:hover{color:var(--global-palette9)}.scroll-up-style-outline,.scroll-up-wrap.scroll-up-style-outline{border-width:2px;border-style:solid;border-color:currentColor;color:var(--global-palette4)}.scroll-up-style-outline:hover{color:var(--global-palette5)}#kt-scroll-up.scroll-visible{transform:translateY(0px);opacity:1}#kt-scroll-up-reader{transform:translateY(0px);transition:all 0s ease}#kt-scroll-up-reader:not(:focus){clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;overflow:hidden;word-wrap:normal !important}#kt-scroll-up-reader:focus{transform:translateY(0px);opacity:1;box-shadow:none;z-index:1001}@media screen and (max-width: 719px){.vs-sm-false{display:none !important}}@media screen and (min-width: 720px)and (max-width: 1024px){.vs-md-false{display:none !important}}@media screen and (min-width: 1025px){.vs-lg-false{display:none !important}}body.logged-in .vs-logged-in-false{display:none !important}body:not(.logged-in) .vs-logged-out-false{display:none !important}.infinite-scroll .posts-navigation,.infinite-scroll .pagination,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}#wrapper{overflow:hidden;overflow:clip}.kadence-scrollbar-fixer{margin-right:var(--scrollbar-offset, unset)}.kadence-scrollbar-fixer .item-is-fixed{right:var(--scrollbar-offset, 0)}.alignleft{float:left;margin-right:var(--global-md-spacing)}.alignright{float:right;margin-left:var(--global-md-spacing)}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;text-align:center}body.footer-on-bottom #wrapper{min-height:100vh;display:flex;flex-direction:column}body.footer-on-bottom.admin-bar #wrapper{min-height:calc(100vh - 32px)}body.footer-on-bottom #inner-wrap{flex:1 0 auto}.kadence-pro-fixed-item>.kadence-element-wrap>p:first-child:last-child,.kadence-pro-fixed-item>p:first-child:last-child{margin:0}