
body {
 min-height: 100vh !important;
 margin: 0 !important;
 display: flex !important;
 flex-direction: column !important;
 background-color: var(--baseMain, #f8f8f8);
 color: var(--baseContrast, #000000);
 overflow-x: hidden;
}
.isEditor body {
 min-height: unset !important;
}
.ecContainerWrapper {
 --innerBackground: var(--ecInnerBackground, #f8f8f8);
 --outerBackground: var(--ecOuterBackground, #f8f8f8);
 background: var(--outerBackground, #f8f8f8);
 position: relative;
 z-index: 1;
}
.ecContainerWrapper.ec-effect-sticky-parallax {
 position: sticky;
 top: 0;
}
.ecContainerWrapper > .container,
.ecContainerWrapper > .container-fluid {
 background: var(--innerBackground, #f8f8f8);
}
.ecBlockWrapper {
 background: var(--outerBackground, #f8f8f8);
}
.ecBlockWrapper.outer {
 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5)), linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5));
 background-size: 20px 20px;
 background-position: 0 0, 10px 10px;
 background-color: #eee;
}
.ecBlockWrapper > .container,
.ecBlockWrapper > .container-fluid {
 background: var(--innerBackground, #f8f8f8);
}
header {
 top: 0;
 z-index: 1030;
}
main {
 flex: 1 !important;
}
.ecContainerWrapper > .container-fluid .row {
 margin-right: 0 !important;
 margin-left: 0 !important;
}
html {
 --bs-body-font-family: var(--pFamily, "Roboto") !important;
 font-family: var(--bs-body-font-family) !important;
 font-size: var(--baseSize, 16px) !important;
 font-weight: var(--pWeight, 400) !important;
 color: var(--pColor) !important;
}
h1,
.h1 {
 font-family: var(--h1Family);
 font-size: clamp(max(calc(var(--h1Size) * 0.5), 16px), 4vw, var(--h1Size));
 font-weight: var(--h1Weight) !important;
 color: var(--h1Color);
 line-height: 1.2;
 margin-bottom: 1.5rem;
}
h1 a,
.h1 a {
 font-size: unset;
 font-weight: unset;
 font-family: unset;
 text-decoration: unset;
 color: unset;
}
h1.fw-bold,
.h1.fw-bold,
h1 strong,
.h1 strong,
h1 b,
.h1 b,
strong h1,
b h1,
strong .h1,
b .h1 {
 font-family: var(--h1BoldFamily);
 font-weight: var(--h1BoldWeight) !important;
 color: var(--h1BoldColor);
}
h1.fw-bold a,
.h1.fw-bold a,
h1 strong a,
.h1 strong a,
h1 b a,
.h1 b a,
strong h1 a,
b h1 a,
strong .h1 a,
b .h1 a {
 font-weight: var(--1BoldWeight) !important;
}
h2,
.h2 {
 font-family: var(--h2Family);
 font-size: clamp(max(calc(var(--h2Size) * 0.5), 16px), 4vw, var(--h2Size));
 font-weight: var(--h2Weight) !important;
 color: var(--h2Color);
 line-height: 1.3;
 margin-bottom: 1.25rem;
}
h2 a,
.h2 a {
 font-size: unset;
 font-weight: unset;
 font-family: unset;
 text-decoration: unset;
 color: unset;
}
h2.fw-bold,
.h2.fw-bold,
h2 strong,
.h2 strong,
h2 b,
.h2 b,
strong h2,
b h2,
strong .h2,
b .h2 {
 font-family: var(--h2BoldFamily);
 font-weight: var(--h2BoldWeight) !important;
 color: var(--h2BoldColor);
}
h2.fw-bold a,
.h2.fw-bold a,
h2 strong a,
.h2 strong a,
h2 b a,
.h2 b a,
strong h2 a,
b h2 a,
strong .h2 a,
b .h2 a {
 font-weight: var(--2BoldWeight) !important;
}
h3,
.h3 {
 font-family: var(--h3Family);
 font-size: clamp(max(calc(var(--h3Size) * 0.5), 16px), 4vw, var(--h3Size));
 font-weight: var(--h3Weight) !important;
 color: var(--h3Color);
 line-height: 1.4;
 margin-bottom: 1rem;
}
h3 a,
.h3 a {
 font-size: unset;
 font-weight: unset;
 font-family: unset;
 text-decoration: unset;
 color: unset;
}
h3.fw-bold,
.h3.fw-bold,
h3 strong,
.h3 strong,
h3 b,
.h3 b,
strong h3,
b h3,
strong .h3,
b .h3 {
 font-family: var(--h3BoldFamily);
 font-weight: var(--h3BoldWeight) !important;
 color: var(--h3BoldColor);
}
h3.fw-bold a,
.h3.fw-bold a,
h3 strong a,
.h3 strong a,
h3 b a,
.h3 b a,
strong h3 a,
b h3 a,
strong .h3 a,
b .h3 a {
 font-weight: var(--3BoldWeight) !important;
}
h4,
.h4 {
 font-family: var(--h4Family);
 font-size: clamp(max(calc(var(--h4Size) * 0.5), 16px), 4vw, var(--h4Size));
 font-weight: var(--h4Weight) !important;
 color: var(--h4Color);
 line-height: 1.4;
 margin-bottom: 0.875rem;
}
h4 a,
.h4 a {
 font-size: unset;
 font-weight: unset;
 font-family: unset;
 text-decoration: unset;
 color: unset;
}
h4.fw-bold,
.h4.fw-bold,
h4 strong,
.h4 strong,
h4 b,
.h4 b,
strong h4,
b h4,
strong .h4,
b .h4 {
 font-family: var(--h4BoldFamily);
 font-weight: var(--h4BoldWeight) !important;
 color: var(--h4BoldColor);
}
h4.fw-bold a,
.h4.fw-bold a,
h4 strong a,
.h4 strong a,
h4 b a,
.h4 b a,
strong h4 a,
b h4 a,
strong .h4 a,
b .h4 a {
 font-weight: var(--4BoldWeight) !important;
}
h5,
.h5 {
 font-family: var(--h5Family);
 font-size: clamp(max(calc(var(--h5Size) * 0.5), 16px), 4vw, var(--h5Size));
 font-weight: var(--h5Weight) !important;
 color: var(--h5Color);
 line-height: 1.5;
 margin-bottom: 0.75rem;
}
h5 a,
.h5 a {
 font-size: unset;
 font-weight: unset;
 font-family: unset;
 text-decoration: unset;
 color: unset;
}
h5.fw-bold,
.h5.fw-bold,
h5 strong,
.h5 strong,
h5 b,
.h5 b,
strong h5,
b h5,
strong .h5,
b .h5 {
 font-family: var(--h5BoldFamily);
 font-weight: var(--h5BoldWeight) !important;
 color: var(--h5BoldColor);
}
h5.fw-bold a,
.h5.fw-bold a,
h5 strong a,
.h5 strong a,
h5 b a,
.h5 b a,
strong h5 a,
b h5 a,
strong .h5 a,
b .h5 a {
 font-weight: var(--5BoldWeight) !important;
}
h6,
.h6 {
 font-family: var(--h6Family);
 font-size: clamp(max(calc(var(--h6Size) * 0.5), 16px), 4vw, var(--h6Size));
 font-weight: var(--h6Weight) !important;
 color: var(--h6Color);
 line-height: 1.5;
 margin-bottom: 0.75rem;
}
h6 a,
.h6 a {
 font-size: unset;
 font-weight: unset;
 font-family: unset;
 text-decoration: unset;
 color: unset;
}
h6.fw-bold,
.h6.fw-bold,
h6 strong,
.h6 strong,
h6 b,
.h6 b,
strong h6,
b h6,
strong .h6,
b .h6 {
 font-family: var(--h6BoldFamily);
 font-weight: var(--h6BoldWeight) !important;
 color: var(--h6BoldColor);
}
h6.fw-bold a,
.h6.fw-bold a,
h6 strong a,
.h6 strong a,
h6 b a,
.h6 b a,
strong h6 a,
b h6 a,
strong .h6 a,
b .h6 a {
 font-weight: var(--6BoldWeight) !important;
}
p {
 font-family: var(--pFamily);
 font-size: clamp(max(calc(var(--pSize) * 0.5), 16px), 4vw, var(--pSize));
 font-weight: var(--pWeight) !important;
 color: var(--pColor);
}
p.fw-bold,
p strong,
p b,
strong,
b {
 font-family: var(--pBoldFamily);
 font-weight: var(--pBoldWeight) !important;
 color: var(--pBoldColor);
}
a {
 font-family: var(--aFamily);
 font-size: clamp(max(calc(var(--aSize) * 0.5), 16px), 4vw, var(--aSize));
 font-weight: var(--aWeight) !important;
 color: var(--aColor);
 color: var(--link-color, var(--aColor));
}
a.fw-bold,
a strong,
a b,
strong a,
b a {
 font-family: var(--aBoldFamily);
 font-weight: var(--aBoldWeight) !important;
 color: var(--aBoldColor);
}
[style*="color"] > div > p.fw-bold,
[style*="color"] > div.ql-editor > div > p.fw-bold,
[style*="color"] > div > p strong,
[style*="color"] > div.ql-editor > div > p strong,
[style*="color"] > div > p b,
[style*="color"] > div.ql-editor > div > p b,
[style*="color"] > div > strong,
[style*="color"] > div.ql-editor > div > strong,
[style*="color"] > div > b,
[style*="color"] > div.ql-editor > div > b {
 color: inherit !important;
}
[style*="font-size"] > div > p.fw-bold,
[style*="font-size"] > div.ql-editor > div > p.fw-bold,
[style*="font-size"] > div > p strong,
[style*="font-size"] > div.ql-editor > div > p strong,
[style*="font-size"] > div > p b,
[style*="font-size"] > div.ql-editor > div > p b,
[style*="font-size"] > div > strong,
[style*="font-size"] > div.ql-editor > div > strong,
[style*="font-size"] > div > b,
[style*="font-size"] > div.ql-editor > div > b {
 font-size: inherit !important;
}
.fs-1 {
 font-family: var(--h1Family);
 font-size: clamp(max(calc(var(--h1Size) * 0.5), 16px), 4vw, var(--h1Size));
 font-weight: var(--h1Weight) !important;
 color: var(--h1Color);
}
.fs-1.fw-bold {
 font-family: var(--h1BoldFamily);
 font-weight: var(--h1BoldWeight) !important;
 color: var(--h1BoldColor);
}
.fs-2 {
 font-family: var(--h2Family);
 font-size: clamp(max(calc(var(--h2Size) * 0.5), 16px), 4vw, var(--h2Size));
 font-weight: var(--h2Weight) !important;
 color: var(--h2Color);
}
.fs-2.fw-bold {
 font-family: var(--h2BoldFamily);
 font-weight: var(--h2BoldWeight) !important;
 color: var(--h2BoldColor);
}
.fs-3 {
 font-family: var(--h3Family);
 font-size: clamp(max(calc(var(--h3Size) * 0.5), 16px), 4vw, var(--h3Size));
 font-weight: var(--h3Weight) !important;
 color: var(--h3Color);
}
.fs-3.fw-bold {
 font-family: var(--h3BoldFamily);
 font-weight: var(--h3BoldWeight) !important;
 color: var(--h3BoldColor);
}
.fs-4 {
 font-family: var(--h4Family);
 font-size: clamp(max(calc(var(--h4Size) * 0.5), 16px), 4vw, var(--h4Size));
 font-weight: var(--h4Weight) !important;
 color: var(--h4Color);
}
.fs-4.fw-bold {
 font-family: var(--h4BoldFamily);
 font-weight: var(--h4BoldWeight) !important;
 color: var(--h4BoldColor);
}
.fs-5 {
 font-family: var(--h5Family);
 font-size: clamp(max(calc(var(--h5Size) * 0.5), 16px), 4vw, var(--h5Size));
 font-weight: var(--h5Weight) !important;
 color: var(--h5Color);
}
.fs-5.fw-bold {
 font-family: var(--h5BoldFamily);
 font-weight: var(--h5BoldWeight) !important;
 color: var(--h5BoldColor);
}
.fs-6 {
 font-family: var(--h6Family);
 font-size: clamp(max(calc(var(--h6Size) * 0.5), 16px), 4vw, var(--h6Size));
 font-weight: var(--h6Weight) !important;
 color: var(--h6Color);
}
.fs-6.fw-bold {
 font-family: var(--h6BoldFamily);
 font-weight: var(--h6BoldWeight) !important;
 color: var(--h6BoldColor);
}
ul,
ol,
li {
 font-family: var(--pFamily);
 font-size: clamp(max(calc(var(--pSize) * 0.5), 16px), 4vw, var(--pSize));
 font-weight: var(--pWeight) !important;
}
.ecPar ul,
.ecPar ol,
.ecPar li,
.ecPar strong,
.ecPar b,
.ecPar em {
 font-size: unset;
 font-family: unset;
 color: unset;
}
.ecPar ul,
.ecPar ol,
.ecPar li,
.ecPar em {
 font-weight: unset;
}
.blockquote {
 font-family: var(--pFamily);
 font-size: clamp(max(calc(var(--pSize) * 0.5), 16px), 4vw, var(--pSize));
 font-weight: var(--pWeight) !important;
 color: var(--pColor);
 font-size: calc(var(--pSize) * 1.125);
 font-style: italic;
 line-height: 1.8;
 margin-bottom: 1rem;
}
.blockquote-footer {
 font-family: var(--pFamily);
 font-size: clamp(max(calc(var(--pSize) * 0.5), 16px), 4vw, var(--pSize));
 font-weight: var(--pWeight) !important;
 color: var(--pColor);
 font-size: calc(var(--pSize) * 0.875);
 color: var(--secondaryMain);
 margin-top: 0.5rem;
}
[style*="font-size:"] {
 --editor-font-scale: 1;
}
/* BREAKPOINTS – Bootstrap 5 standard breakpoints */
/* Extra extra large (xxl): ≥1400px - default scale 1 */
/* Extra large (xl): ≥1200px, <1400px */
@media (max-width: 1399.98px) {
 [style*="font-size:"] {
 --editor-font-scale: 0.92;
 }
}
/* Large (lg): ≥992px, <1200px */
@media (max-width: 1199.98px) {
 [style*="font-size:"] {
 --editor-font-scale: 0.85;
 }
}
/* Medium (md): ≥768px, <992px */
@media (max-width: 991.98px) {
 [style*="font-size:"] {
 --editor-font-scale: 0.75;
 }
}
/* Small (sm): ≥576px, <768px */
@media (max-width: 767.98px) {
 [style*="font-size:"] {
 --editor-font-scale: 0.65;
 }
}
/* Extra small: <576px */
@media (max-width: 575.98px) {
 [style*="font-size:"] {
 --editor-font-scale: 0.58;
 }
}
[style*="font-size:"] .fs-resize,
[style*="font-size:"] .fs-resize > .ql-editor,
[style*="font-size:"] > .ql-editor {
 font-size: inherit !important;
}
[style*="--fs-xxl"],
[style*="--fs-xxl"] > .ql-editor,
[style*="--fs-xxl"] .fs-resize,
[style*="--fs-xxl"] .fs-resize > .ql-editor {
 font-size: var(--fs-xxl) !important;
}
@media (max-width: 1399.98px) {
 [style*="--fs-xxl"],
 [style*="--fs-xxl"] > .ql-editor,
 [style*="--fs-xxl"] .fs-resize,
 [style*="--fs-xxl"] .fs-resize > .ql-editor {
 font-size: var(--fs-xl, var(--fs-xxl)) !important;
 }
}
@media (max-width: 1199.98px) {
 [style*="--fs-xxl"],
 [style*="--fs-xxl"] > .ql-editor,
 [style*="--fs-xxl"] .fs-resize,
 [style*="--fs-xxl"] .fs-resize > .ql-editor {
 font-size: var(--fs-lg, var(--fs-xl, var(--fs-xxl))) !important;
 }
}
@media (max-width: 991.98px) {
 [style*="--fs-xxl"],
 [style*="--fs-xxl"] > .ql-editor,
 [style*="--fs-xxl"] .fs-resize,
 [style*="--fs-xxl"] .fs-resize > .ql-editor {
 font-size: var(--fs-md, var(--fs-lg, var(--fs-xl, var(--fs-xxl)))) !important;
 }
}
@media (max-width: 767.98px) {
 [style*="--fs-xxl"],
 [style*="--fs-xxl"] > .ql-editor,
 [style*="--fs-xxl"] .fs-resize,
 [style*="--fs-xxl"] .fs-resize > .ql-editor {
 font-size: var(--fs-sm, var(--fs-md, var(--fs-lg, var(--fs-xl, var(--fs-xxl))))) !important;
 }
}
@media (max-width: 575.98px) {
 [style*="--fs-xxl"],
 [style*="--fs-xxl"] > .ql-editor,
 [style*="--fs-xxl"] .fs-resize,
 [style*="--fs-xxl"] .fs-resize > .ql-editor {
 font-size: var(--fs-xs, var(--fs-sm, var(--fs-md, var(--fs-lg, var(--fs-xl, var(--fs-xxl)))))) !important;
 }
}
.table-primary {
 --bs-table-color: #000;
 --bs-table-bg: var(--bs-primary-bg-subtle);
 --bs-table-border-color: color-mix(in srgb, var(--bs-primary-bg-subtle), #000000 20%);
 --bs-table-striped-bg: color-mix(in srgb, var(--bs-primary-bg-subtle), #000000 5%);
 --bs-table-striped-color: #000;
 --bs-table-active-bg: color-mix(in srgb, var(--bs-primary-bg-subtle), #000000 10%);
 --bs-table-active-color: #000;
 --bs-table-hover-bg: color-mix(in srgb, var(--bs-primary-bg-subtle), #000000 7.5%);
 --bs-table-hover-color: #000;
 color: var(--bs-table-color);
 border-color: var(--bs-table-border-color);
}
.table-secondary {
 --bs-table-color: #000;
 --bs-table-bg: var(--bs-secondary-bg-subtle);
 --bs-table-border-color: color-mix(in srgb, var(--bs-secondary-bg-subtle), #000000 20%);
 --bs-table-striped-bg: color-mix(in srgb, var(--bs-secondary-bg-subtle), #000000 5%);
 --bs-table-striped-color: #000;
 --bs-table-active-bg: color-mix(in srgb, var(--bs-secondary-bg-subtle), #000000 10%);
 --bs-table-active-color: #000;
 --bs-table-hover-bg: color-mix(in srgb, var(--bs-secondary-bg-subtle), #000000 7.5%);
 --bs-table-hover-color: #000;
 color: var(--bs-table-color);
 border-color: var(--bs-table-border-color);
}
.table-success {
 --bs-table-color: #000;
 --bs-table-bg: var(--bs-success-bg-subtle);
 --bs-table-border-color: color-mix(in srgb, var(--bs-success-bg-subtle), #000000 20%);
 --bs-table-striped-bg: color-mix(in srgb, var(--bs-success-bg-subtle), #000000 5%);
 --bs-table-striped-color: #000;
 --bs-table-active-bg: color-mix(in srgb, var(--bs-success-bg-subtle), #000000 10%);
 --bs-table-active-color: #000;
 --bs-table-hover-bg: color-mix(in srgb, var(--bs-success-bg-subtle), #000000 7.5%);
 --bs-table-hover-color: #000;
 color: var(--bs-table-color);
 border-color: var(--bs-table-border-color);
}
.table-info {
 --bs-table-color: #000;
 --bs-table-bg: var(--bs-info-bg-subtle);
 --bs-table-border-color: color-mix(in srgb, var(--bs-info-bg-subtle), #000000 20%);
 --bs-table-striped-bg: color-mix(in srgb, var(--bs-info-bg-subtle), #000000 5%);
 --bs-table-striped-color: #000;
 --bs-table-active-bg: color-mix(in srgb, var(--bs-info-bg-subtle), #000000 10%);
 --bs-table-active-color: #000;
 --bs-table-hover-bg: color-mix(in srgb, var(--bs-info-bg-subtle), #000000 7.5%);
 --bs-table-hover-color: #000;
 color: var(--bs-table-color);
 border-color: var(--bs-table-border-color);
}
.table-warning {
 --bs-table-color: #000;
 --bs-table-bg: var(--bs-warning-bg-subtle);
 --bs-table-border-color: color-mix(in srgb, var(--bs-warning-bg-subtle), #000000 20%);
 --bs-table-striped-bg: color-mix(in srgb, var(--bs-warning-bg-subtle), #000000 5%);
 --bs-table-striped-color: #000;
 --bs-table-active-bg: color-mix(in srgb, var(--bs-warning-bg-subtle), #000000 10%);
 --bs-table-active-color: #000;
 --bs-table-hover-bg: color-mix(in srgb, var(--bs-warning-bg-subtle), #000000 7.5%);
 --bs-table-hover-color: #000;
 color: var(--bs-table-color);
 border-color: var(--bs-table-border-color);
}
.table-danger {
 --bs-table-color: #000;
 --bs-table-bg: var(--bs-danger-bg-subtle);
 --bs-table-border-color: color-mix(in srgb, var(--bs-danger-bg-subtle), #000000 20%);
 --bs-table-striped-bg: color-mix(in srgb, var(--bs-danger-bg-subtle), #000000 5%);
 --bs-table-striped-color: #000;
 --bs-table-active-bg: color-mix(in srgb, var(--bs-danger-bg-subtle), #000000 10%);
 --bs-table-active-color: #000;
 --bs-table-hover-bg: color-mix(in srgb, var(--bs-danger-bg-subtle), #000000 7.5%);
 --bs-table-hover-color: #000;
 color: var(--bs-table-color);
 border-color: var(--bs-table-border-color);
}
.table-light {
 --bs-table-color: #000;
 --bs-table-bg: var(--bs-light-bg-subtle);
 --bs-table-border-color: color-mix(in srgb, var(--bs-light-bg-subtle), #000000 20%);
 --bs-table-striped-bg: color-mix(in srgb, var(--bs-light-bg-subtle), #000000 5%);
 --bs-table-striped-color: #000;
 --bs-table-active-bg: color-mix(in srgb, var(--bs-light-bg-subtle), #000000 10%);
 --bs-table-active-color: #000;
 --bs-table-hover-bg: color-mix(in srgb, var(--bs-light-bg-subtle), #000000 7.5%);
 --bs-table-hover-color: #000;
 color: var(--bs-table-color);
 border-color: var(--bs-table-border-color);
}
:root,
[data-bs-theme=light] {
 --bs-blue: #0d6efd;
 --bs-indigo: #6610f2;
 --bs-purple: #6f42c1;
 --bs-pink: #d63384;
 --bs-red: #dc3545;
 --bs-orange: #fd7e14;
 --bs-yellow: #ffc107;
 --bs-green: #198754;
 --bs-teal: #20c997;
 --bs-cyan: #0dcaf0;
 --bs-black: #000;
 --bs-white: #fff;
 --bs-gray: #6c757d;
 --bs-gray-dark: #343a40;
 --bs-gray-100: #f8f9fa;
 --bs-gray-200: #e9ecef;
 --bs-gray-300: #dee2e6;
 --bs-gray-400: #ced4da;
 --bs-gray-500: #adb5bd;
 --bs-gray-600: #6c757d;
 --bs-gray-700: #495057;
 --bs-gray-800: #343a40;
 --bs-gray-900: #212529;
 --bs-primary: var(--primaryMain, #0d6efd);
 --bs-primary-contrast: var(--primaryContrast, #ffffff);
 --bs-secondary: var(--secondaryMain, #6c757d);
 --bs-secondary-contrast: var(--secondaryContrast, #ffffff);
 --bs-success: var(--successMain, #198754);
 --bs-success-contrast: var(--successContrast, #ffffff);
 --bs-info: var(--infoMain, #0dcaf0);
 --bs-info-contrast: var(--infoContrast, #000000);
 --bs-warning: var(--warningMain, #ffc107);
 --bs-warning-contrast: var(--warningContrast, #000000);
 --bs-danger: var(--dangerMain, #dc3545);
 --bs-danger-contrast: var(--dangerContrast, #000000);
 --bs-light: var(#f8f9fa);
 --bs-dark: var(#212529);
 --bs-primary-default-rgb: 13, 110, 253;
 --bs-primary-rgb: var(--primaryMainRgb, --bs-primary-default-rgb);
 --bs-secondary-default-rgb: 108, 117, 125;
 --bs-secondary-rgb: var(--secondaryMainRgb, --bs-secondary-default-rgb);
 --bs-success-default-rgb: 25, 135, 84;
 --bs-success-rgb: var(--successMainRgb, --bs-success-default-rgb);
 --bs-info-default-rgb: 13, 202, 240;
 --bs-info-rgb: var(--infoMainRgb, --bs-info-default-rgb);
 --bs-warning-default-rgb: 255, 193, 7;
 --bs-warning-rgb: var(--warningMainRgb, --bs-warning-default-rgb);
 --bs-danger-default-rgb: 220, 53, 69;
 --bs-danger-rgb: var(--dangerMainRgb, --bs-danger-default-rgb);
 --bs-light-rgb: 248, 249, 250;
 --bs-dark-rgb: 33, 37, 41;
 --bs-primary-text-emphasis: color-mix(in srgb, var(--bs-primary), #000000 60%);
 --bs-secondary-text-emphasis: color-mix(in srgb, var(--bs-secondary), #000000 60%);
 --bs-success-text-emphasis: color-mix(in srgb, var(--bs-success), #000000 60%);
 --bs-info-text-emphasis: color-mix(in srgb, var(--bs-info), #000000 60%);
 --bs-warning-text-emphasis: color-mix(in srgb, var(--bs-warning), #000000 60%);
 --bs-danger-text-emphasis: color-mix(in srgb, var(--bs-danger), #000000 60%);
 --bs-light-text-emphasis: color-mix(in srgb, var(--bs-light), #000000 60%);
 --bs-dark-text-emphasis: color-mix(in srgb, var(--bs-dark), #000000 60%);
 --bs-primary-bg-subtle: color-mix(in srgb, var(--bs-primary), #ffffff 80%);
 --bs-secondary-bg-subtle: color-mix(in srgb, var(--bs-secondary), #ffffff 80%);
 --bs-success-bg-subtle: color-mix(in srgb, var(--bs-success), #ffffff 80%);
 --bs-info-bg-subtle: color-mix(in srgb, var(--bs-info), #ffffff 80%);
 --bs-warning-bg-subtle: color-mix(in srgb, var(--bs-warning), #ffffff 80%);
 --bs-danger-bg-subtle: color-mix(in srgb, var(--bs-danger), #ffffff 80%);
 --bs-light-bg-subtle: color-mix(in srgb, var(--bs-light), #ffffff 80%);
 --bs-dark-bg-subtle: color-mix(in srgb, var(--bs-dark), #ffffff 80%);
 --bs-primary-border-subtle: color-mix(in srgb, var(--bs-primary), #ffffff 60%);
 --bs-secondary-border-subtle: color-mix(in srgb, var(--bs-secondary), #ffffff 60%);
 --bs-success-border-subtle: color-mix(in srgb, var(--bs-success), #ffffff 60%);
 --bs-info-border-subtle: color-mix(in srgb, var(--bs-info), #ffffff 60%);
 --bs-warning-border-subtle: color-mix(in srgb, var(--bs-warning), #ffffff 60%);
 --bs-danger-border-subtle: color-mix(in srgb, var(--bs-danger), #ffffff 60%);
 --bs-light-border-subtle: color-mix(in srgb, var(--bs-light), #ffffff 60%);
 --bs-dark-border-subtle: color-mix(in srgb, var(--bs-dark), #ffffff 60%);
 --bs-white-rgb: 255, 255, 255;
 --bs-black-rgb: 0, 0, 0;
 --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
 --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
 --bs-body-font-family: var(--bs-font-sans-serif);
 --bs-body-font-size: 1rem;
 --bs-body-font-weight: 400;
 --bs-body-line-height: 1.5;
 --bs-body-color: #212529;
 --bs-body-color-rgb: 33, 37, 41;
 --bs-body-bg: #fff;
 --bs-body-bg-rgb: 255, 255, 255;
 --bs-emphasis-color: #000;
 --bs-emphasis-color-rgb: 0, 0, 0;
 --bs-secondary-color: rgba(33, 37, 41, 0.75);
 --bs-secondary-color-rgb: 33, 37, 41;
 --bs-secondary-bg: #e9ecef;
 --bs-secondary-bg-rgb: 233, 236, 239;
 --bs-tertiary-color: rgba(33, 37, 41, 0.5);
 --bs-tertiary-color-rgb: 33, 37, 41;
 --bs-tertiary-bg: #f8f9fa;
 --bs-tertiary-bg-rgb: 248, 249, 250;
 --bs-heading-color: inherit;
 --bs-link-color: var(--baseLink, #0d6efd);
 --bs-link-color-rgb-default: 13, 110, 253;
 --bs-link-color-rgb: var(--baseLinkRgb, var(--bs-link-color-rgb-default));
 --bs-link-decoration: underline;
 --bs-link-hover-color: color-mix(in sRGB, var(--bs-link-color), #000000 20%);
 --bs-link-hover-color-rgb: 10, 88, 202;
 --bs-code-color: #d63384;
 --bs-highlight-color: #212529;
 --bs-highlight-bg: #fff3cd;
 --bs-border-width: 1px;
 --bs-border-style: solid;
 --bs-border-color: #dee2e6;
 --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
 --bs-border-radius: 0.375rem;
 --bs-border-radius-sm: 0.25rem;
 --bs-border-radius-lg: 0.5rem;
 --bs-border-radius-xl: 1rem;
 --bs-border-radius-xxl: 2rem;
 --bs-border-radius-2xl: var(--bs-border-radius-xxl);
 --bs-border-radius-pill: 50rem;
 --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
 --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
 --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
 --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
 --bs-focus-ring-width: 0.25rem;
 --bs-focus-ring-opacity: 0.25;
 --bs-focus-ring-color: var(--bs-primary-rgb);
 --bs-form-valid-color: var(--bs-success);
 --bs-form-valid-border-color: var(--bs-success);
 --bs-form-invalid-color: var(--bs-danger);
 --bs-form-invalid-border-color: var(--bs-danger);
}
.btn-primary {
 --bs-btn-color: var(--bs-primary-contrast);
 --bs-btn-bg: var(--bs-primary);
 --bs-btn-border-color: var(--bs-primary);
 --bs-btn-hover-color: var(--bs-primary-contrast);
 --bs-btn-hover-bg: color-mix(in srgb, var(--bs-primary), #000000 15%);
 --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-primary), #000000 20%);
 --bs-btn-focus-shadow: color-mix(in srgb, var(--bs-primary), #ffffff 50%);
 --bs-btn-focus-box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--bs-btn-focus-shadow) 50%, #ffffff 50%);
 --bs-btn-active-color: var(--bs-primary-contrast);
 --bs-btn-active-bg: color-mix(in srgb, var(--bs-primary), #000000 20%);
 --bs-btn-active-border-color: color-mix(in srgb, var(--bs-primary), #000000 25%);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-primary-contrast);
 --bs-btn-disabled-bg: var(--bs-primary);
 --bs-btn-disabled-border-color: var(--bs-primary);
}
.btn-secondary {
 --bs-btn-color: var(--bs-secondary-contrast);
 --bs-btn-bg: var(--bs-secondary);
 --bs-btn-border-color: var(--bs-secondary);
 --bs-btn-hover-color: var(--bs-secondary-contrast);
 --bs-btn-hover-bg: color-mix(in srgb, var(--bs-secondary), #000000 15%);
 --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-secondary), #000000 20%);
 --bs-btn-focus-shadow: color-mix(in srgb, var(--bs-secondary), #ffffff 50%);
 --bs-btn-focus-box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--bs-btn-focus-shadow) 50%, #ffffff 50%);
 --bs-btn-active-color: var(--bs-secondary-contrast);
 --bs-btn-active-bg: color-mix(in srgb, var(--bs-secondary), #000000 20%);
 --bs-btn-active-border-color: color-mix(in srgb, var(--bs-secondary), #000000 25%);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-secondary-contrast);
 --bs-btn-disabled-bg: var(--bs-secondary);
 --bs-btn-disabled-border-color: var(--bs-secondary);
}
.btn-success {
 --bs-btn-color: var(--bs-success-contrast);
 --bs-btn-bg: var(--bs-success);
 --bs-btn-border-color: var(--bs-success);
 --bs-btn-hover-color: var(--bs-success-contrast);
 --bs-btn-hover-bg: color-mix(in srgb, var(--bs-success), #000000 15%);
 --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-success), #000000 20%);
 --bs-btn-focus-shadow: color-mix(in srgb, var(--bs-success), #ffffff 50%);
 --bs-btn-focus-box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--bs-btn-focus-shadow) 50%, #ffffff 50%);
 --bs-btn-active-color: var(--bs-success-contrast);
 --bs-btn-active-bg: color-mix(in srgb, var(--bs-success), #000000 20%);
 --bs-btn-active-border-color: color-mix(in srgb, var(--bs-success), #000000 25%);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-success-contrast);
 --bs-btn-disabled-bg: var(--bs-success);
 --bs-btn-disabled-border-color: var(--bs-success);
}
.btn-info {
 --bs-btn-color: var(--bs-info-contrast);
 --bs-btn-bg: var(--bs-info);
 --bs-btn-border-color: var(--bs-info);
 --bs-btn-hover-color: var(--bs-info-contrast);
 --bs-btn-hover-bg: color-mix(in srgb, var(--bs-info), #000000 15%);
 --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-info), #000000 20%);
 --bs-btn-focus-shadow: color-mix(in srgb, var(--bs-info), #ffffff 50%);
 --bs-btn-focus-box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--bs-btn-focus-shadow) 50%, #ffffff 50%);
 --bs-btn-active-color: var(--bs-info-contrast);
 --bs-btn-active-bg: color-mix(in srgb, var(--bs-info), #000000 20%);
 --bs-btn-active-border-color: color-mix(in srgb, var(--bs-info), #000000 25%);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-info-contrast);
 --bs-btn-disabled-bg: var(--bs-info);
 --bs-btn-disabled-border-color: var(--bs-info);
}
.btn-warning {
 --bs-btn-color: var(--bs-warning-contrast);
 --bs-btn-bg: var(--bs-warning);
 --bs-btn-border-color: var(--bs-warning);
 --bs-btn-hover-color: var(--bs-warning-contrast);
 --bs-btn-hover-bg: color-mix(in srgb, var(--bs-warning), #000000 15%);
 --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-warning), #000000 20%);
 --bs-btn-focus-shadow: color-mix(in srgb, var(--bs-warning), #ffffff 50%);
 --bs-btn-focus-box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--bs-btn-focus-shadow) 50%, #ffffff 50%);
 --bs-btn-active-color: var(--bs-warning-contrast);
 --bs-btn-active-bg: color-mix(in srgb, var(--bs-warning), #000000 20%);
 --bs-btn-active-border-color: color-mix(in srgb, var(--bs-warning), #000000 25%);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-warning-contrast);
 --bs-btn-disabled-bg: var(--bs-warning);
 --bs-btn-disabled-border-color: var(--bs-warning);
}
.btn-danger {
 --bs-btn-color: var(--bs-danger-contrast);
 --bs-btn-bg: var(--bs-danger);
 --bs-btn-border-color: var(--bs-danger);
 --bs-btn-hover-color: var(--bs-danger-contrast);
 --bs-btn-hover-bg: color-mix(in srgb, var(--bs-danger), #000000 15%);
 --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-danger), #000000 20%);
 --bs-btn-focus-shadow: color-mix(in srgb, var(--bs-danger), #ffffff 50%);
 --bs-btn-focus-box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--bs-btn-focus-shadow) 50%, #ffffff 50%);
 --bs-btn-active-color: var(--bs-danger-contrast);
 --bs-btn-active-bg: color-mix(in srgb, var(--bs-danger), #000000 20%);
 --bs-btn-active-border-color: color-mix(in srgb, var(--bs-danger), #000000 25%);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-danger-contrast);
 --bs-btn-disabled-bg: var(--bs-danger);
 --bs-btn-disabled-border-color: var(--bs-danger);
}
.btn-outline-primary {
 --bs-btn-color: var(--bs-primary);
 --bs-btn-border-color: var(--bs-primary);
 --bs-btn-hover-color: var(--bs-primary-contrast);
 --bs-btn-hover-bg: var(--bs-primary);
 --bs-btn-hover-border-color: var(--bs-primary);
 --bs-btn-focus-shadow-rgb: var(--bs-primary);
 --bs-btn-active-color: var(--bs-primary-contrast);
 --bs-btn-active-bg: var(--bs-primary);
 --bs-btn-active-border-color: var(--bs-primary);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-primary);
 --bs-btn-disabled-bg: transparent;
 --bs-btn-disabled-border-color: var(--bs-primary);
 --bs-gradient: none;
}
.btn-outline-secondary {
 --bs-btn-color: var(--bs-secondary);
 --bs-btn-border-color: var(--bs-secondary);
 --bs-btn-hover-color: var(--bs-secondary-contrast);
 --bs-btn-hover-bg: var(--bs-secondary);
 --bs-btn-hover-border-color: var(--bs-secondary);
 --bs-btn-focus-shadow-rgb: var(--bs-secondary);
 --bs-btn-active-color: var(--bs-secondary-contrast);
 --bs-btn-active-bg: var(--bs-secondary);
 --bs-btn-active-border-color: var(--bs-secondary);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-secondary);
 --bs-btn-disabled-bg: transparent;
 --bs-btn-disabled-border-color: var(--bs-secondary);
 --bs-gradient: none;
}
.btn-outline-success {
 --bs-btn-color: var(--bs-success);
 --bs-btn-border-color: var(--bs-success);
 --bs-btn-hover-color: var(--bs-success-contrast);
 --bs-btn-hover-bg: var(--bs-success);
 --bs-btn-hover-border-color: var(--bs-success);
 --bs-btn-focus-shadow-rgb: var(--bs-success);
 --bs-btn-active-color: var(--bs-success-contrast);
 --bs-btn-active-bg: var(--bs-success);
 --bs-btn-active-border-color: var(--bs-success);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-success);
 --bs-btn-disabled-bg: transparent;
 --bs-btn-disabled-border-color: var(--bs-success);
 --bs-gradient: none;
}
.btn-outline-info {
 --bs-btn-color: var(--bs-info);
 --bs-btn-border-color: var(--bs-info);
 --bs-btn-hover-color: var(--bs-info-contrast);
 --bs-btn-hover-bg: var(--bs-info);
 --bs-btn-hover-border-color: var(--bs-info);
 --bs-btn-focus-shadow-rgb: var(--bs-info);
 --bs-btn-active-color: var(--bs-info-contrast);
 --bs-btn-active-bg: var(--bs-info);
 --bs-btn-active-border-color: var(--bs-info);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-info);
 --bs-btn-disabled-bg: transparent;
 --bs-btn-disabled-border-color: var(--bs-info);
 --bs-gradient: none;
}
.btn-outline-warning {
 --bs-btn-color: var(--bs-warning);
 --bs-btn-border-color: var(--bs-warning);
 --bs-btn-hover-color: var(--bs-warning-contrast);
 --bs-btn-hover-bg: var(--bs-warning);
 --bs-btn-hover-border-color: var(--bs-warning);
 --bs-btn-focus-shadow-rgb: var(--bs-warning);
 --bs-btn-active-color: var(--bs-warning-contrast);
 --bs-btn-active-bg: var(--bs-warning);
 --bs-btn-active-border-color: var(--bs-warning);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-warning);
 --bs-btn-disabled-bg: transparent;
 --bs-btn-disabled-border-color: var(--bs-warning);
 --bs-gradient: none;
}
.btn-outline-danger {
 --bs-btn-color: var(--bs-danger);
 --bs-btn-border-color: var(--bs-danger);
 --bs-btn-hover-color: var(--bs-danger-contrast);
 --bs-btn-hover-bg: var(--bs-danger);
 --bs-btn-hover-border-color: var(--bs-danger);
 --bs-btn-focus-shadow-rgb: var(--bs-danger);
 --bs-btn-active-color: var(--bs-danger-contrast);
 --bs-btn-active-bg: var(--bs-danger);
 --bs-btn-active-border-color: var(--bs-danger);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-danger);
 --bs-btn-disabled-bg: transparent;
 --bs-btn-disabled-border-color: var(--bs-danger);
 --bs-gradient: none;
}
.btn-link {
 --bs-btn-font-weight: 400;
 --bs-btn-color: var(--bs-link-color);
 --bs-btn-bg: transparent;
 --bs-btn-border-color: transparent;
 --bs-btn-hover-color: var(--bs-link-hover-color);
 --bs-btn-hover-border-color: transparent;
 --bs-btn-active-color: var(--bs-link-hover-color);
 --bs-btn-active-border-color: transparent;
 --bs-btn-disabled-color: var(--bs-secondary);
 --bs-btn-disabled-border-color: transparent;
 --bs-btn-box-shadow: 0 0 0 #000;
 --bs-btn-focus-shadow: color-mix(in srgb, var(--bs-link-color), #ffffff 50%);
 --bs-btn-focus-box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--bs-btn-focus-shadow) 50%, #ffffff 50%);
 text-decoration: underline;
}
.btn-block {
 display: block;
 width: 100%;
}
.alert-info {
 --bs-alert-color: var(--infoContrast);
 --bs-alert-bg: var(--infoMain);
 --bs-alert-border-color: var(--infoMain);
 --bs-alert-link-color: var(--infoLink);
}
.alert-success {
 --bs-alert-color: var(--successContrast);
 --bs-alert-bg: var(--successMain);
 --bs-alert-border-color: var(--successMain);
 --bs-alert-link-color: var(--successLink);
}
.alert-warning {
 --bs-alert-color: var(--warningContrast);
 --bs-alert-bg: var(--warningMain);
 --bs-alert-border-color: var(--warningMain);
 --bs-alert-link-color: var(--warningLink);
}
.alert-warning > *:not(a) {
 color: unset;
}
.alert-danger {
 --bs-alert-color: var(--dangerContrast);
 --bs-alert-bg: var(--dangerMain);
 --bs-alert-border-color: var(--dangerMain);
 --bs-alert-link-color: var(--dangerLink);
}
.bg-info {
 background-color: rgba(var(--infoMainRgb), var(--bs-bg-opacity)) !important;
 color: var(--infoContrast);
}
.bg-success {
 background-color: rgba(var(--successMainRgb), var(--bs-bg-opacity)) !important;
 color: var(--successContrast);
}
.bg-warning {
 background-color: rgba(var(--warningMainRgb), var(--bs-bg-opacity)) !important;
 color: var(--warningContrast);
}
.bg-warning > *:not(a) {
 color: unset;
}
.bg-danger {
 background-color: rgba(var(--dangerMainRgb), var(--bs-bg-opacity)) !important;
 color: var(--dangerContrast);
}
body {
 --bs-body-font-family: var(--pFamily, "Roboto");
 font-family: var(--bs-body-font-family);
 font-size: var(--pSize, 1rem);
 font-weight: var(--pWeight, 400);
 color: var(--pColor);
}
body .fa,
body .fad,
body .fal,
body .far,
body .fas {
 font-family: "Font Awesome 5 Free";
}
body .fab {
 font-family: "Font Awesome 5 Brands";
}
body .breadcrumb {
 --bs-breadcrumb-divider-color: var(--pColor, #6c757d);
}
body .form-control::placeholder {
 color: rgba(var(--baseContrastRgb), 0.5);
}
.formDesign .col-form-label,
.formDesign .form-check-label {
 color: var(--labelColor, --pColor);
}
.formDesign .form-control {
 --bs-body-bg: var(--fieldColor);
 --bs-body-color: var(--fieldColorText);
}
.formDesign .form-control,
.formDesign .form-control:focus {
 border-color: var(--borderColor, --pColor);
 box-shadow: unset;
}
.formDesign .form-control::placeholder {
 color: var(--labelColor, --pColor);
 opacity: 0.75;
}
.formDesign .form-control:focus::placeholder {
 opacity: 0.25;
 transition: opacity 0.1s ease-in-out;
}
.formDesign.corners-sharp {
 --bs-border-radius-lg: 0;
 --bs-border-radius-sm: 0;
 --bs-border-radius-xs: 0;
 --bs-border-radius: 0;
}
.formDesign.labels-center div[ref=component] {
 text-align: center;
}
.formDesign.labels-right div[ref=component] {
 text-align: right;
}
.formDesign.labels-inset .form-group {
 position: relative;
}
.formDesign.labels-inset .col-form-label {
 position: absolute;
 margin-left: 1rem;
 z-index: 1;
 left: 0;
 pointer-events: none;
 transform-origin: 0 0;
 transition: transform 0.1s ease-in-out;
}
.formDesign.labels-inset .form-control {
 padding-top: 1.5rem;
 padding-bottom: 0.375rem;
}
.formDesign.labels-inset div[ref=component]:has(> div[ref=element] > .form-control:focus) .col-form-label {
 transform: scale(0.75);
}

:root,[data-ec-variant="0"] {--baseMain: #FFFFFF;--baseMainRgb: 255, 255, 255;--baseContrast: #212529;--baseContrastRgb: 33, 37, 41;--baseLink: #163934;--baseLinkRgb: 22, 57, 52;--primaryMain: #163934;--primaryMainRgb: 22, 57, 52;--primaryContrast: #FFFFFF;--primaryContrastRgb: 255, 255, 255;--primaryLink: #ffffff;--primaryLinkRgb: 255, 255, 255;--secondaryMain: #ba8e4d;--secondaryMainRgb: 186, 142, 77;--secondaryContrast: #FFFFFF;--secondaryContrastRgb: 255, 255, 255;--secondaryLink: #FFFFFF;--secondaryLinkRgb: 255, 255, 255;--successMain: #198754;--successMainRgb: 25, 135, 84;--successContrast: #FFFFFF;--successContrastRgb: 255, 255, 255;--successLink: #0d6efd;--successLinkRgb: 13, 110, 253;--dangerMain: #dc3545;--dangerMainRgb: 220, 53, 69;--dangerContrast: #FFFFFF;--dangerContrastRgb: 255, 255, 255;--dangerLink: #0d6efd;--dangerLinkRgb: 13, 110, 253;--warningMain: #ffc107;--warningMainRgb: 255, 193, 7;--warningContrast: #000000;--warningContrastRgb: 0, 0, 0;--warningLink: #0d6efd;--warningLinkRgb: 13, 110, 253;--infoMain: #0dcaf0;--infoMainRgb: 13, 202, 240;--infoContrast: #000000;--infoContrastRgb: 0, 0, 0;--infoLink: #0d6efd;--infoLinkRgb: 13, 110, 253;--ulListStyle: disc;--olListStyle: decimal;--innerBackground: var(--baseMain);--outerBackground: var(--baseMain);--ecInnerBackground: var(--baseMain);--ecOuterBackground: var(--baseMain);--baseSize: 16px;--h1Family: amiri;--h1Size: 5rem;--h1Color: var(--baseContrast);--h1Weight: 400;--h1BoldFamily: amiri;--h1BoldSize: 5rem;--h1BoldColor: var(--baseContrast);--h1BoldWeight: 700;--h2Family: amiri;--h2Size: 2rem;--h2Color: var(--baseContrast);--h2Weight: 400;--h2BoldFamily: amiri;--h2BoldSize: 2rem;--h2BoldColor: var(--baseContrast);--h2BoldWeight: 700;--h3Family: amiri;--h3Size: 1.75rem;--h3Color: var(--baseContrast);--h3Weight: 400;--h3BoldFamily: amiri;--h3BoldSize: 1.75rem;--h3BoldColor: var(--baseContrast);--h3BoldWeight: 700;--h4Family: amiri;--h4Size: 1.5rem;--h4Color: var(--baseContrast);--h4Weight: 400;--h4BoldFamily: amiri;--h4BoldSize: 1.5rem;--h4BoldColor: var(--baseContrast);--h4BoldWeight: 700;--h5Family: amiri;--h5Size: 1.25rem;--h5Color: var(--baseContrast);--h5Weight: 400;--h5BoldFamily: amiri;--h5BoldSize: 1.25rem;--h5BoldColor: var(--baseContrast);--h5BoldWeight: 700;--h6Family: amiri;--h6Size: 1rem;--h6Color: var(--baseContrast);--h6Weight: 400;--h6BoldFamily: amiri;--h6BoldSize: 1rem;--h6BoldColor: var(--baseContrast);--h6BoldWeight: 700;--pFamily: poppins;--pSize: 1rem;--pColor: var(--baseContrast);--pWeight: 400;--pBoldFamily: poppins;--pBoldSize: 1rem;--pBoldColor: var(--baseContrast);--pBoldWeight: 700;--aFamily: poppins;--aSize: 1rem;--aColor: var(--baseLink);--aWeight: 400;--aBoldFamily: poppins;--aBoldSize: 1rem;--aBoldColor: var(--baseLink);--aBoldWeight: 700;}[data-ec-variant="1"] {--baseMain: #FFFFFF;--baseMainRgb: 255, 255, 255;--baseContrast: #212529;--baseContrastRgb: 33, 37, 41;--baseLink: #0d6efd;--baseLinkRgb: 13, 110, 253;--primaryMain: #0d6efd;--primaryMainRgb: 13, 110, 253;--primaryContrast: #FFFFFF;--primaryContrastRgb: 255, 255, 255;--primaryLink: #6c757d;--primaryLinkRgb: 108, 117, 125;--secondaryMain: #6c757d;--secondaryMainRgb: 108, 117, 125;--secondaryContrast: #FFFFFF;--secondaryContrastRgb: 255, 255, 255;--secondaryLink: #0d6efd;--secondaryLinkRgb: 13, 110, 253;--successMain: #198754;--successMainRgb: 25, 135, 84;--successContrast: #FFFFFF;--successContrastRgb: 255, 255, 255;--successLink: #0d6efd;--successLinkRgb: 13, 110, 253;--dangerMain: #dc3545;--dangerMainRgb: 220, 53, 69;--dangerContrast: #FFFFFF;--dangerContrastRgb: 255, 255, 255;--dangerLink: #0d6efd;--dangerLinkRgb: 13, 110, 253;--warningMain: #ffc107;--warningMainRgb: 255, 193, 7;--warningContrast: #000000;--warningContrastRgb: 0, 0, 0;--warningLink: #0d6efd;--warningLinkRgb: 13, 110, 253;--infoMain: #0dcaf0;--infoMainRgb: 13, 202, 240;--infoContrast: #000000;--infoContrastRgb: 0, 0, 0;--infoLink: #0d6efd;--infoLinkRgb: 13, 110, 253;--ulListStyle: disc;--olListStyle: decimal;--innerBackground: var(--baseMain);--outerBackground: var(--baseMain);--ecInnerBackground: var(--baseMain);--ecOuterBackground: var(--baseMain);--baseSize: 25.6px;--h1Family: segoe-ui;--h1Size: 2.5rem;--h1Color: var(--baseContrast);--h1Weight: 400;--h1BoldFamily: segoe-ui;--h1BoldSize: 2.5rem;--h1BoldColor: var(--baseContrast);--h1BoldWeight: 700;--h2Family: segoe-ui;--h2Size: 2rem;--h2Color: var(--baseContrast);--h2Weight: 400;--h2BoldFamily: segoe-ui;--h2BoldSize: 2rem;--h2BoldColor: var(--baseContrast);--h2BoldWeight: 700;--h3Family: segoe-ui;--h3Size: 1.75rem;--h3Color: var(--baseContrast);--h3Weight: 400;--h3BoldFamily: segoe-ui;--h3BoldSize: 1.75rem;--h3BoldColor: var(--baseContrast);--h3BoldWeight: 700;--h4Family: segoe-ui;--h4Size: 1.5rem;--h4Color: var(--baseContrast);--h4Weight: 400;--h4BoldFamily: segoe-ui;--h4BoldSize: 1.5rem;--h4BoldColor: var(--baseContrast);--h4BoldWeight: 700;--h5Family: segoe-ui;--h5Size: 1.25rem;--h5Color: var(--baseContrast);--h5Weight: 400;--h5BoldFamily: segoe-ui;--h5BoldSize: 1.25rem;--h5BoldColor: var(--baseContrast);--h5BoldWeight: 700;--h6Family: segoe-ui;--h6Size: 1rem;--h6Color: var(--baseContrast);--h6Weight: 400;--h6BoldFamily: segoe-ui;--h6BoldSize: 1rem;--h6BoldColor: var(--baseContrast);--h6BoldWeight: 700;--pFamily: segoe-ui;--pSize: 1rem;--pColor: var(--baseContrast);--pWeight: 400;--pBoldFamily: segoe-ui;--pBoldSize: 1rem;--pBoldColor: var(--baseContrast);--pBoldWeight: 700;--aFamily: segoe-ui;--aSize: 1rem;--aColor: var(--baseLink);--aWeight: 400;--aBoldFamily: segoe-ui;--aBoldSize: 1rem;--aBoldColor: var(--baseLink);--aBoldWeight: 700;}[data-ec-variant="2"] {--baseMain: #FFFFFF;--baseMainRgb: 255, 255, 255;--baseContrast: #212529;--baseContrastRgb: 33, 37, 41;--baseLink: #0d6efd;--baseLinkRgb: 13, 110, 253;--primaryMain: #0d6efd;--primaryMainRgb: 13, 110, 253;--primaryContrast: #FFFFFF;--primaryContrastRgb: 255, 255, 255;--primaryLink: #6c757d;--primaryLinkRgb: 108, 117, 125;--secondaryMain: #6c757d;--secondaryMainRgb: 108, 117, 125;--secondaryContrast: #FFFFFF;--secondaryContrastRgb: 255, 255, 255;--secondaryLink: #0d6efd;--secondaryLinkRgb: 13, 110, 253;--successMain: #198754;--successMainRgb: 25, 135, 84;--successContrast: #FFFFFF;--successContrastRgb: 255, 255, 255;--successLink: #0d6efd;--successLinkRgb: 13, 110, 253;--dangerMain: #dc3545;--dangerMainRgb: 220, 53, 69;--dangerContrast: #FFFFFF;--dangerContrastRgb: 255, 255, 255;--dangerLink: #0d6efd;--dangerLinkRgb: 13, 110, 253;--warningMain: #ffc107;--warningMainRgb: 255, 193, 7;--warningContrast: #000000;--warningContrastRgb: 0, 0, 0;--warningLink: #0d6efd;--warningLinkRgb: 13, 110, 253;--infoMain: #0dcaf0;--infoMainRgb: 13, 202, 240;--infoContrast: #000000;--infoContrastRgb: 0, 0, 0;--infoLink: #0d6efd;--infoLinkRgb: 13, 110, 253;--ulListStyle: disc;--olListStyle: decimal;--innerBackground: var(--baseMain);--outerBackground: var(--baseMain);--ecInnerBackground: var(--baseMain);--ecOuterBackground: var(--baseMain);--baseSize: 25.6px;--h1Family: segoe-ui;--h1Size: 2.5rem;--h1Color: var(--baseContrast);--h1Weight: 400;--h1BoldFamily: segoe-ui;--h1BoldSize: 2.5rem;--h1BoldColor: var(--baseContrast);--h1BoldWeight: 700;--h2Family: segoe-ui;--h2Size: 2rem;--h2Color: var(--baseContrast);--h2Weight: 400;--h2BoldFamily: segoe-ui;--h2BoldSize: 2rem;--h2BoldColor: var(--baseContrast);--h2BoldWeight: 700;--h3Family: segoe-ui;--h3Size: 1.75rem;--h3Color: var(--baseContrast);--h3Weight: 400;--h3BoldFamily: segoe-ui;--h3BoldSize: 1.75rem;--h3BoldColor: var(--baseContrast);--h3BoldWeight: 700;--h4Family: segoe-ui;--h4Size: 1.5rem;--h4Color: var(--baseContrast);--h4Weight: 400;--h4BoldFamily: segoe-ui;--h4BoldSize: 1.5rem;--h4BoldColor: var(--baseContrast);--h4BoldWeight: 700;--h5Family: segoe-ui;--h5Size: 1.25rem;--h5Color: var(--baseContrast);--h5Weight: 400;--h5BoldFamily: segoe-ui;--h5BoldSize: 1.25rem;--h5BoldColor: var(--baseContrast);--h5BoldWeight: 700;--h6Family: segoe-ui;--h6Size: 1rem;--h6Color: var(--baseContrast);--h6Weight: 400;--h6BoldFamily: segoe-ui;--h6BoldSize: 1rem;--h6BoldColor: var(--baseContrast);--h6BoldWeight: 700;--pFamily: segoe-ui;--pSize: 1rem;--pColor: var(--baseContrast);--pWeight: 400;--pBoldFamily: segoe-ui;--pBoldSize: 1rem;--pBoldColor: var(--baseContrast);--pBoldWeight: 700;--aFamily: segoe-ui;--aSize: 1rem;--aColor: var(--baseLink);--aWeight: 400;--aBoldFamily: segoe-ui;--aBoldSize: 1rem;--aBoldColor: var(--baseLink);--aBoldWeight: 700;}[data-ec-variant="3"] {--baseMain: #FFFFFF;--baseMainRgb: 255, 255, 255;--baseContrast: #212529;--baseContrastRgb: 33, 37, 41;--baseLink: #0d6efd;--baseLinkRgb: 13, 110, 253;--primaryMain: #0d6efd;--primaryMainRgb: 13, 110, 253;--primaryContrast: #FFFFFF;--primaryContrastRgb: 255, 255, 255;--primaryLink: #6c757d;--primaryLinkRgb: 108, 117, 125;--secondaryMain: #6c757d;--secondaryMainRgb: 108, 117, 125;--secondaryContrast: #FFFFFF;--secondaryContrastRgb: 255, 255, 255;--secondaryLink: #0d6efd;--secondaryLinkRgb: 13, 110, 253;--successMain: #198754;--successMainRgb: 25, 135, 84;--successContrast: #FFFFFF;--successContrastRgb: 255, 255, 255;--successLink: #0d6efd;--successLinkRgb: 13, 110, 253;--dangerMain: #dc3545;--dangerMainRgb: 220, 53, 69;--dangerContrast: #FFFFFF;--dangerContrastRgb: 255, 255, 255;--dangerLink: #0d6efd;--dangerLinkRgb: 13, 110, 253;--warningMain: #ffc107;--warningMainRgb: 255, 193, 7;--warningContrast: #000000;--warningContrastRgb: 0, 0, 0;--warningLink: #0d6efd;--warningLinkRgb: 13, 110, 253;--infoMain: #0dcaf0;--infoMainRgb: 13, 202, 240;--infoContrast: #000000;--infoContrastRgb: 0, 0, 0;--infoLink: #0d6efd;--infoLinkRgb: 13, 110, 253;--ulListStyle: disc;--olListStyle: decimal;--innerBackground: var(--baseMain);--outerBackground: var(--baseMain);--ecInnerBackground: var(--baseMain);--ecOuterBackground: var(--baseMain);--baseSize: 25.6px;--h1Family: segoe-ui;--h1Size: 2.5rem;--h1Color: var(--baseContrast);--h1Weight: 400;--h1BoldFamily: segoe-ui;--h1BoldSize: 2.5rem;--h1BoldColor: var(--baseContrast);--h1BoldWeight: 700;--h2Family: segoe-ui;--h2Size: 2rem;--h2Color: var(--baseContrast);--h2Weight: 400;--h2BoldFamily: segoe-ui;--h2BoldSize: 2rem;--h2BoldColor: var(--baseContrast);--h2BoldWeight: 700;--h3Family: segoe-ui;--h3Size: 1.75rem;--h3Color: var(--baseContrast);--h3Weight: 400;--h3BoldFamily: segoe-ui;--h3BoldSize: 1.75rem;--h3BoldColor: var(--baseContrast);--h3BoldWeight: 700;--h4Family: segoe-ui;--h4Size: 1.5rem;--h4Color: var(--baseContrast);--h4Weight: 400;--h4BoldFamily: segoe-ui;--h4BoldSize: 1.5rem;--h4BoldColor: var(--baseContrast);--h4BoldWeight: 700;--h5Family: segoe-ui;--h5Size: 1.25rem;--h5Color: var(--baseContrast);--h5Weight: 400;--h5BoldFamily: segoe-ui;--h5BoldSize: 1.25rem;--h5BoldColor: var(--baseContrast);--h5BoldWeight: 700;--h6Family: segoe-ui;--h6Size: 1rem;--h6Color: var(--baseContrast);--h6Weight: 400;--h6BoldFamily: segoe-ui;--h6BoldSize: 1rem;--h6BoldColor: var(--baseContrast);--h6BoldWeight: 700;--pFamily: segoe-ui;--pSize: 1rem;--pColor: var(--baseContrast);--pWeight: 400;--pBoldFamily: segoe-ui;--pBoldSize: 1rem;--pBoldColor: var(--baseContrast);--pBoldWeight: 700;--aFamily: segoe-ui;--aSize: 1rem;--aColor: var(--baseLink);--aWeight: 400;--aBoldFamily: segoe-ui;--aBoldSize: 1rem;--aBoldColor: var(--baseLink);--aBoldWeight: 700;}[data-ec-variant="4"] {--baseMain: #FFFFFF;--baseMainRgb: 255, 255, 255;--baseContrast: #212529;--baseContrastRgb: 33, 37, 41;--baseLink: #0d6efd;--baseLinkRgb: 13, 110, 253;--primaryMain: #0d6efd;--primaryMainRgb: 13, 110, 253;--primaryContrast: #FFFFFF;--primaryContrastRgb: 255, 255, 255;--primaryLink: #6c757d;--primaryLinkRgb: 108, 117, 125;--secondaryMain: #6c757d;--secondaryMainRgb: 108, 117, 125;--secondaryContrast: #FFFFFF;--secondaryContrastRgb: 255, 255, 255;--secondaryLink: #0d6efd;--secondaryLinkRgb: 13, 110, 253;--successMain: #198754;--successMainRgb: 25, 135, 84;--successContrast: #FFFFFF;--successContrastRgb: 255, 255, 255;--successLink: #0d6efd;--successLinkRgb: 13, 110, 253;--dangerMain: #dc3545;--dangerMainRgb: 220, 53, 69;--dangerContrast: #FFFFFF;--dangerContrastRgb: 255, 255, 255;--dangerLink: #0d6efd;--dangerLinkRgb: 13, 110, 253;--warningMain: #ffc107;--warningMainRgb: 255, 193, 7;--warningContrast: #000000;--warningContrastRgb: 0, 0, 0;--warningLink: #0d6efd;--warningLinkRgb: 13, 110, 253;--infoMain: #0dcaf0;--infoMainRgb: 13, 202, 240;--infoContrast: #000000;--infoContrastRgb: 0, 0, 0;--infoLink: #0d6efd;--infoLinkRgb: 13, 110, 253;--ulListStyle: disc;--olListStyle: decimal;--innerBackground: var(--baseMain);--outerBackground: var(--baseMain);--ecInnerBackground: var(--baseMain);--ecOuterBackground: var(--baseMain);--baseSize: 25.6px;--h1Family: segoe-ui;--h1Size: 2.5rem;--h1Color: var(--baseContrast);--h1Weight: 400;--h1BoldFamily: segoe-ui;--h1BoldSize: 2.5rem;--h1BoldColor: var(--baseContrast);--h1BoldWeight: 700;--h2Family: segoe-ui;--h2Size: 2rem;--h2Color: var(--baseContrast);--h2Weight: 400;--h2BoldFamily: segoe-ui;--h2BoldSize: 2rem;--h2BoldColor: var(--baseContrast);--h2BoldWeight: 700;--h3Family: segoe-ui;--h3Size: 1.75rem;--h3Color: var(--baseContrast);--h3Weight: 400;--h3BoldFamily: segoe-ui;--h3BoldSize: 1.75rem;--h3BoldColor: var(--baseContrast);--h3BoldWeight: 700;--h4Family: segoe-ui;--h4Size: 1.5rem;--h4Color: var(--baseContrast);--h4Weight: 400;--h4BoldFamily: segoe-ui;--h4BoldSize: 1.5rem;--h4BoldColor: var(--baseContrast);--h4BoldWeight: 700;--h5Family: segoe-ui;--h5Size: 1.25rem;--h5Color: var(--baseContrast);--h5Weight: 400;--h5BoldFamily: segoe-ui;--h5BoldSize: 1.25rem;--h5BoldColor: var(--baseContrast);--h5BoldWeight: 700;--h6Family: segoe-ui;--h6Size: 1rem;--h6Color: var(--baseContrast);--h6Weight: 400;--h6BoldFamily: segoe-ui;--h6BoldSize: 1rem;--h6BoldColor: var(--baseContrast);--h6BoldWeight: 700;--pFamily: segoe-ui;--pSize: 1rem;--pColor: var(--baseContrast);--pWeight: 400;--pBoldFamily: segoe-ui;--pBoldSize: 1rem;--pBoldColor: var(--baseContrast);--pBoldWeight: 700;--aFamily: segoe-ui;--aSize: 1rem;--aColor: var(--baseLink);--aWeight: 400;--aBoldFamily: segoe-ui;--aBoldSize: 1rem;--aBoldColor: var(--baseLink);--aBoldWeight: 700;}[data-ec-variant="5"] {--baseMain: #FFFFFF;--baseMainRgb: 255, 255, 255;--baseContrast: #212529;--baseContrastRgb: 33, 37, 41;--baseLink: #0d6efd;--baseLinkRgb: 13, 110, 253;--primaryMain: #0d6efd;--primaryMainRgb: 13, 110, 253;--primaryContrast: #FFFFFF;--primaryContrastRgb: 255, 255, 255;--primaryLink: #6c757d;--primaryLinkRgb: 108, 117, 125;--secondaryMain: #6c757d;--secondaryMainRgb: 108, 117, 125;--secondaryContrast: #FFFFFF;--secondaryContrastRgb: 255, 255, 255;--secondaryLink: #0d6efd;--secondaryLinkRgb: 13, 110, 253;--successMain: #198754;--successMainRgb: 25, 135, 84;--successContrast: #FFFFFF;--successContrastRgb: 255, 255, 255;--successLink: #0d6efd;--successLinkRgb: 13, 110, 253;--dangerMain: #dc3545;--dangerMainRgb: 220, 53, 69;--dangerContrast: #FFFFFF;--dangerContrastRgb: 255, 255, 255;--dangerLink: #0d6efd;--dangerLinkRgb: 13, 110, 253;--warningMain: #ffc107;--warningMainRgb: 255, 193, 7;--warningContrast: #000000;--warningContrastRgb: 0, 0, 0;--warningLink: #0d6efd;--warningLinkRgb: 13, 110, 253;--infoMain: #0dcaf0;--infoMainRgb: 13, 202, 240;--infoContrast: #000000;--infoContrastRgb: 0, 0, 0;--infoLink: #0d6efd;--infoLinkRgb: 13, 110, 253;--ulListStyle: disc;--olListStyle: decimal;--innerBackground: var(--baseMain);--outerBackground: var(--baseMain);--ecInnerBackground: var(--baseMain);--ecOuterBackground: var(--baseMain);--baseSize: 25.6px;--h1Family: segoe-ui;--h1Size: 2.5rem;--h1Color: var(--baseContrast);--h1Weight: 400;--h1BoldFamily: segoe-ui;--h1BoldSize: 2.5rem;--h1BoldColor: var(--baseContrast);--h1BoldWeight: 700;--h2Family: segoe-ui;--h2Size: 2rem;--h2Color: var(--baseContrast);--h2Weight: 400;--h2BoldFamily: segoe-ui;--h2BoldSize: 2rem;--h2BoldColor: var(--baseContrast);--h2BoldWeight: 700;--h3Family: segoe-ui;--h3Size: 1.75rem;--h3Color: var(--baseContrast);--h3Weight: 400;--h3BoldFamily: segoe-ui;--h3BoldSize: 1.75rem;--h3BoldColor: var(--baseContrast);--h3BoldWeight: 700;--h4Family: segoe-ui;--h4Size: 1.5rem;--h4Color: var(--baseContrast);--h4Weight: 400;--h4BoldFamily: segoe-ui;--h4BoldSize: 1.5rem;--h4BoldColor: var(--baseContrast);--h4BoldWeight: 700;--h5Family: segoe-ui;--h5Size: 1.25rem;--h5Color: var(--baseContrast);--h5Weight: 400;--h5BoldFamily: segoe-ui;--h5BoldSize: 1.25rem;--h5BoldColor: var(--baseContrast);--h5BoldWeight: 700;--h6Family: segoe-ui;--h6Size: 1rem;--h6Color: var(--baseContrast);--h6Weight: 400;--h6BoldFamily: segoe-ui;--h6BoldSize: 1rem;--h6BoldColor: var(--baseContrast);--h6BoldWeight: 700;--pFamily: segoe-ui;--pSize: 1rem;--pColor: var(--baseContrast);--pWeight: 400;--pBoldFamily: segoe-ui;--pBoldSize: 1rem;--pBoldColor: var(--baseContrast);--pBoldWeight: 700;--aFamily: segoe-ui;--aSize: 1rem;--aColor: var(--baseLink);--aWeight: 400;--aBoldFamily: segoe-ui;--aBoldSize: 1rem;--aBoldColor: var(--baseLink);--aBoldWeight: 700;}[data-ec-variant="6"] {--baseMain: #FFFFFF;--baseMainRgb: 255, 255, 255;--baseContrast: #212529;--baseContrastRgb: 33, 37, 41;--baseLink: #0d6efd;--baseLinkRgb: 13, 110, 253;--primaryMain: #0d6efd;--primaryMainRgb: 13, 110, 253;--primaryContrast: #FFFFFF;--primaryContrastRgb: 255, 255, 255;--primaryLink: #6c757d;--primaryLinkRgb: 108, 117, 125;--secondaryMain: #6c757d;--secondaryMainRgb: 108, 117, 125;--secondaryContrast: #FFFFFF;--secondaryContrastRgb: 255, 255, 255;--secondaryLink: #0d6efd;--secondaryLinkRgb: 13, 110, 253;--successMain: #198754;--successMainRgb: 25, 135, 84;--successContrast: #FFFFFF;--successContrastRgb: 255, 255, 255;--successLink: #0d6efd;--successLinkRgb: 13, 110, 253;--dangerMain: #dc3545;--dangerMainRgb: 220, 53, 69;--dangerContrast: #FFFFFF;--dangerContrastRgb: 255, 255, 255;--dangerLink: #0d6efd;--dangerLinkRgb: 13, 110, 253;--warningMain: #ffc107;--warningMainRgb: 255, 193, 7;--warningContrast: #000000;--warningContrastRgb: 0, 0, 0;--warningLink: #0d6efd;--warningLinkRgb: 13, 110, 253;--infoMain: #0dcaf0;--infoMainRgb: 13, 202, 240;--infoContrast: #000000;--infoContrastRgb: 0, 0, 0;--infoLink: #0d6efd;--infoLinkRgb: 13, 110, 253;--ulListStyle: disc;--olListStyle: decimal;--innerBackground: var(--baseMain);--outerBackground: var(--baseMain);--ecInnerBackground: var(--baseMain);--ecOuterBackground: var(--baseMain);--baseSize: 25.6px;--h1Family: segoe-ui;--h1Size: 2.5rem;--h1Color: var(--baseContrast);--h1Weight: 400;--h1BoldFamily: segoe-ui;--h1BoldSize: 2.5rem;--h1BoldColor: var(--baseContrast);--h1BoldWeight: 700;--h2Family: segoe-ui;--h2Size: 2rem;--h2Color: var(--baseContrast);--h2Weight: 400;--h2BoldFamily: segoe-ui;--h2BoldSize: 2rem;--h2BoldColor: var(--baseContrast);--h2BoldWeight: 700;--h3Family: segoe-ui;--h3Size: 1.75rem;--h3Color: var(--baseContrast);--h3Weight: 400;--h3BoldFamily: segoe-ui;--h3BoldSize: 1.75rem;--h3BoldColor: var(--baseContrast);--h3BoldWeight: 700;--h4Family: segoe-ui;--h4Size: 1.5rem;--h4Color: var(--baseContrast);--h4Weight: 400;--h4BoldFamily: segoe-ui;--h4BoldSize: 1.5rem;--h4BoldColor: var(--baseContrast);--h4BoldWeight: 700;--h5Family: segoe-ui;--h5Size: 1.25rem;--h5Color: var(--baseContrast);--h5Weight: 400;--h5BoldFamily: segoe-ui;--h5BoldSize: 1.25rem;--h5BoldColor: var(--baseContrast);--h5BoldWeight: 700;--h6Family: segoe-ui;--h6Size: 1rem;--h6Color: var(--baseContrast);--h6Weight: 400;--h6BoldFamily: segoe-ui;--h6BoldSize: 1rem;--h6BoldColor: var(--baseContrast);--h6BoldWeight: 700;--pFamily: segoe-ui;--pSize: 1rem;--pColor: var(--baseContrast);--pWeight: 400;--pBoldFamily: segoe-ui;--pBoldSize: 1rem;--pBoldColor: var(--baseContrast);--pBoldWeight: 700;--aFamily: segoe-ui;--aSize: 1rem;--aColor: var(--baseLink);--aWeight: 400;--aBoldFamily: segoe-ui;--aBoldSize: 1rem;--aBoldColor: var(--baseLink);--aBoldWeight: 700;}[data-ec-variant="7"] {--baseMain: #FFFFFF;--baseMainRgb: 255, 255, 255;--baseContrast: #212529;--baseContrastRgb: 33, 37, 41;--baseLink: #0d6efd;--baseLinkRgb: 13, 110, 253;--primaryMain: #0d6efd;--primaryMainRgb: 13, 110, 253;--primaryContrast: #FFFFFF;--primaryContrastRgb: 255, 255, 255;--primaryLink: #6c757d;--primaryLinkRgb: 108, 117, 125;--secondaryMain: #6c757d;--secondaryMainRgb: 108, 117, 125;--secondaryContrast: #FFFFFF;--secondaryContrastRgb: 255, 255, 255;--secondaryLink: #0d6efd;--secondaryLinkRgb: 13, 110, 253;--successMain: #198754;--successMainRgb: 25, 135, 84;--successContrast: #FFFFFF;--successContrastRgb: 255, 255, 255;--successLink: #0d6efd;--successLinkRgb: 13, 110, 253;--dangerMain: #dc3545;--dangerMainRgb: 220, 53, 69;--dangerContrast: #FFFFFF;--dangerContrastRgb: 255, 255, 255;--dangerLink: #0d6efd;--dangerLinkRgb: 13, 110, 253;--warningMain: #ffc107;--warningMainRgb: 255, 193, 7;--warningContrast: #000000;--warningContrastRgb: 0, 0, 0;--warningLink: #0d6efd;--warningLinkRgb: 13, 110, 253;--infoMain: #0dcaf0;--infoMainRgb: 13, 202, 240;--infoContrast: #000000;--infoContrastRgb: 0, 0, 0;--infoLink: #0d6efd;--infoLinkRgb: 13, 110, 253;--ulListStyle: disc;--olListStyle: decimal;--innerBackground: var(--baseMain);--outerBackground: var(--baseMain);--ecInnerBackground: var(--baseMain);--ecOuterBackground: var(--baseMain);--baseSize: 25.6px;--h1Family: segoe-ui;--h1Size: 2.5rem;--h1Color: var(--baseContrast);--h1Weight: 400;--h1BoldFamily: segoe-ui;--h1BoldSize: 2.5rem;--h1BoldColor: var(--baseContrast);--h1BoldWeight: 700;--h2Family: segoe-ui;--h2Size: 2rem;--h2Color: var(--baseContrast);--h2Weight: 400;--h2BoldFamily: segoe-ui;--h2BoldSize: 2rem;--h2BoldColor: var(--baseContrast);--h2BoldWeight: 700;--h3Family: segoe-ui;--h3Size: 1.75rem;--h3Color: var(--baseContrast);--h3Weight: 400;--h3BoldFamily: segoe-ui;--h3BoldSize: 1.75rem;--h3BoldColor: var(--baseContrast);--h3BoldWeight: 700;--h4Family: segoe-ui;--h4Size: 1.5rem;--h4Color: var(--baseContrast);--h4Weight: 400;--h4BoldFamily: segoe-ui;--h4BoldSize: 1.5rem;--h4BoldColor: var(--baseContrast);--h4BoldWeight: 700;--h5Family: segoe-ui;--h5Size: 1.25rem;--h5Color: var(--baseContrast);--h5Weight: 400;--h5BoldFamily: segoe-ui;--h5BoldSize: 1.25rem;--h5BoldColor: var(--baseContrast);--h5BoldWeight: 700;--h6Family: segoe-ui;--h6Size: 1rem;--h6Color: var(--baseContrast);--h6Weight: 400;--h6BoldFamily: segoe-ui;--h6BoldSize: 1rem;--h6BoldColor: var(--baseContrast);--h6BoldWeight: 700;--pFamily: segoe-ui;--pSize: 1rem;--pColor: var(--baseContrast);--pWeight: 400;--pBoldFamily: segoe-ui;--pBoldSize: 1rem;--pBoldColor: var(--baseContrast);--pBoldWeight: 700;--aFamily: segoe-ui;--aSize: 1rem;--aColor: var(--baseLink);--aWeight: 400;--aBoldFamily: segoe-ui;--aBoldSize: 1rem;--aBoldColor: var(--baseLink);--aBoldWeight: 700;}[data-ec-variant="0"] {color: var(--baseContrast, #000000);--bs-body-font-family: var(--pFamily, "Roboto");font-family: var(--bs-body-font-family);font-size: var(--pSize, 1rem);font-weight: var(--pWeight, 400);}[data-ec-variant="1"] {color: var(--baseContrast, #000000);--bs-body-font-family: var(--pFamily, "Roboto");font-family: var(--bs-body-font-family);font-size: var(--pSize, 1rem);font-weight: var(--pWeight, 400);}[data-ec-variant="2"] {color: var(--baseContrast, #000000);--bs-body-font-family: var(--pFamily, "Roboto");font-family: var(--bs-body-font-family);font-size: var(--pSize, 1rem);font-weight: var(--pWeight, 400);}[data-ec-variant="3"] {color: var(--baseContrast, #000000);--bs-body-font-family: var(--pFamily, "Roboto");font-family: var(--bs-body-font-family);font-size: var(--pSize, 1rem);font-weight: var(--pWeight, 400);}[data-ec-variant="4"] {color: var(--baseContrast, #000000);--bs-body-font-family: var(--pFamily, "Roboto");font-family: var(--bs-body-font-family);font-size: var(--pSize, 1rem);font-weight: var(--pWeight, 400);}[data-ec-variant="5"] {color: var(--baseContrast, #000000);--bs-body-font-family: var(--pFamily, "Roboto");font-family: var(--bs-body-font-family);font-size: var(--pSize, 1rem);font-weight: var(--pWeight, 400);}[data-ec-variant="6"] {color: var(--baseContrast, #000000);--bs-body-font-family: var(--pFamily, "Roboto");font-family: var(--bs-body-font-family);font-size: var(--pSize, 1rem);font-weight: var(--pWeight, 400);}[data-ec-variant="7"] {color: var(--baseContrast, #000000);--bs-body-font-family: var(--pFamily, "Roboto");font-family: var(--bs-body-font-family);font-size: var(--pSize, 1rem);font-weight: var(--pWeight, 400);}@font-face {
 font-family: 'amiri';
 font-style: normal;
 font-weight: 400;
 /* IE9 v kompatibilním rezimu: */
 src: url('https://cdn.polyweb.cz/asset/fonts/amiri-400.eot');
 src:
 /* IE6-IE8: */
 url('https://cdn.polyweb.cz/asset/fonts/amiri-400.eot?#iefix')
 format('embedded-opentype'),
 /* Vsechny moderní prohlízece: */
 url('https://cdn.polyweb.cz/asset/fonts/amiri-400.woff')
 format('woff'),
 /* Starsí Safari, Android, iOS: */
 url('https://cdn.polyweb.cz/asset/fonts/amiri-400.ttf')
 format('truetype'),
 /* iOS 4.3 a starsí */
 url('https://cdn.polyweb.cz/asset/fonts/amiri-400.svg')
 format('svg');
}
@font-face {
 font-family: 'amiri';
 font-style: normal;
 font-weight: 700;
 /* IE9 v kompatibilním rezimu: */
 src: url('https://cdn.polyweb.cz/asset/fonts/amiri-700.eot');
 src:
 /* IE6-IE8: */
 url('https://cdn.polyweb.cz/asset/fonts/amiri-700.eot?#iefix')
 format('embedded-opentype'),
 /* Vsechny moderní prohlízece: */
 url('https://cdn.polyweb.cz/asset/fonts/amiri-700.woff')
 format('woff'),
 /* Starsí Safari, Android, iOS: */
 url('https://cdn.polyweb.cz/asset/fonts/amiri-700.ttf')
 format('truetype'),
 /* iOS 4.3 a starsí */
 url('https://cdn.polyweb.cz/asset/fonts/amiri-700.svg')
 format('svg');
}
@font-face {
 font-family: 'poppins';
 font-style: normal;
 font-weight: 400;
 /* IE9 v kompatibilním rezimu: */
 src: url('https://cdn.polyweb.cz/asset/fonts/poppins-400.eot');
 src:
 /* IE6-IE8: */
 url('https://cdn.polyweb.cz/asset/fonts/poppins-400.eot?#iefix')
 format('embedded-opentype'),
 /* Vsechny moderní prohlízece: */
 url('https://cdn.polyweb.cz/asset/fonts/poppins-400.woff')
 format('woff'),
 /* Starsí Safari, Android, iOS: */
 url('https://cdn.polyweb.cz/asset/fonts/poppins-400.ttf')
 format('truetype'),
 /* iOS 4.3 a starsí */
 url('https://cdn.polyweb.cz/asset/fonts/poppins-400.svg')
 format('svg');
}
@font-face {
 font-family: 'poppins';
 font-style: normal;
 font-weight: 700;
 /* IE9 v kompatibilním rezimu: */
 src: url('https://cdn.polyweb.cz/asset/fonts/poppins-700.eot');
 src:
 /* IE6-IE8: */
 url('https://cdn.polyweb.cz/asset/fonts/poppins-700.eot?#iefix')
 format('embedded-opentype'),
 /* Vsechny moderní prohlízece: */
 url('https://cdn.polyweb.cz/asset/fonts/poppins-700.woff')
 format('woff'),
 /* Starsí Safari, Android, iOS: */
 url('https://cdn.polyweb.cz/asset/fonts/poppins-700.ttf')
 format('truetype'),
 /* iOS 4.3 a starsí */
 url('https://cdn.polyweb.cz/asset/fonts/poppins-700.svg')
 format('svg');
}
@font-face {
 font-family: 'segoe-ui';
 font-style: normal;
 font-weight: 400;
 /* IE9 v kompatibilním rezimu: */
 src: url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-400.eot');
 src:
 /* IE6-IE8: */
 url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-400.eot?#iefix')
 format('embedded-opentype'),
 /* Vsechny moderní prohlízece: */
 url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-400.woff')
 format('woff'),
 /* Starsí Safari, Android, iOS: */
 url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-400.ttf')
 format('truetype'),
 /* iOS 4.3 a starsí */
 url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-400.svg')
 format('svg');
}
@font-face {
 font-family: 'segoe-ui';
 font-style: normal;
 font-weight: 700;
 /* IE9 v kompatibilním rezimu: */
 src: url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-700.eot');
 src:
 /* IE6-IE8: */
 url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-700.eot?#iefix')
 format('embedded-opentype'),
 /* Vsechny moderní prohlízece: */
 url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-700.woff')
 format('woff'),
 /* Starsí Safari, Android, iOS: */
 url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-700.ttf')
 format('truetype'),
 /* iOS 4.3 a starsí */
 url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-700.svg')
 format('svg');
}.text-base-main {
color: var(--baseMain, #FFFFFF) !important;
}
.link-base-main {
--link-color: var(--baseMain, #FFFFFF);
}
.text-base-contrast {
color: var(--baseContrast, #212529) !important;
}
.link-base-contrast {
--link-color: var(--baseContrast, #212529);
}
.text-base-link {
color: var(--baseLink, #0d6efd) !important;
}
.link-base-link {
--link-color: var(--baseLink, #0d6efd);
}
.text-primary-main {
color: var(--primaryMain, #0d6efd) !important;
}
.link-primary-main {
--link-color: var(--primaryMain, #0d6efd);
}
.text-primary-contrast {
color: var(--primaryContrast, #FFFFFF) !important;
}
.link-primary-contrast {
--link-color: var(--primaryContrast, #FFFFFF);
}
.text-primary-link {
color: var(--primaryLink, #6c757d) !important;
}
.link-primary-link {
--link-color: var(--primaryLink, #6c757d);
}
.text-secondary-main {
color: var(--secondaryMain, #6c757d) !important;
}
.link-secondary-main {
--link-color: var(--secondaryMain, #6c757d);
}
.text-secondary-contrast {
color: var(--secondaryContrast, #FFFFFF) !important;
}
.link-secondary-contrast {
--link-color: var(--secondaryContrast, #FFFFFF);
}
.text-secondary-link {
color: var(--secondaryLink, #0d6efd) !important;
}
.link-secondary-link {
--link-color: var(--secondaryLink, #0d6efd);
}
.text-success-main {
color: var(--successMain, #198754) !important;
}
.link-success-main {
--link-color: var(--successMain, #198754);
}
.text-success-contrast {
color: var(--successContrast, #FFFFFF) !important;
}
.link-success-contrast {
--link-color: var(--successContrast, #FFFFFF);
}
.text-success-link {
color: var(--successLink, #0d6efd) !important;
}
.link-success-link {
--link-color: var(--successLink, #0d6efd);
}
.text-danger-main {
color: var(--dangerMain, #dc3545) !important;
}
.link-danger-main {
--link-color: var(--dangerMain, #dc3545);
}
.text-danger-contrast {
color: var(--dangerContrast, #FFFFFF) !important;
}
.link-danger-contrast {
--link-color: var(--dangerContrast, #FFFFFF);
}
.text-danger-link {
color: var(--dangerLink, #0d6efd) !important;
}
.link-danger-link {
--link-color: var(--dangerLink, #0d6efd);
}
.text-warning-main {
color: var(--warningMain, #ffc107) !important;
}
.link-warning-main {
--link-color: var(--warningMain, #ffc107);
}
.text-warning-contrast {
color: var(--warningContrast, #000000) !important;
}
.link-warning-contrast {
--link-color: var(--warningContrast, #000000);
}
.text-warning-link {
color: var(--warningLink, #0d6efd) !important;
}
.link-warning-link {
--link-color: var(--warningLink, #0d6efd);
}
.text-info-main {
color: var(--infoMain, #0dcaf0) !important;
}
.link-info-main {
--link-color: var(--infoMain, #0dcaf0);
}
.text-info-contrast {
color: var(--infoContrast, #000000) !important;
}
.link-info-contrast {
--link-color: var(--infoContrast, #000000);
}
.text-info-link {
color: var(--infoLink, #0d6efd) !important;
}
.link-info-link {
--link-color: var(--infoLink, #0d6efd);
}[data-ec-variant="0"] .btn-own-1, body [data-ec-variant="0"] .btn-own-1 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #ba8e4d; --bs-btn-border-color: #ba8e4d; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #ba8e4d; --bs-btn-hover-border-color: #ba8e4d; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #ba8e4d; --bs-btn-active-border-color: #ba8e4d; --bs-btn-disabled-color: #FFFFFF; --bs-btn-disabled-bg: #d0b48a; --bs-btn-disabled-border-color: #d0b48a; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-1:hover, body [data-ec-variant="0"] .btn-own-1:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .position-relative:has(.stretched-link):hover .btn-own-1, body [data-ec-variant="0"] .position-relative:has(.stretched-link):hover .btn-own-1 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-1:active, [data-ec-variant="0"] .btn-own-1.active, body [data-ec-variant="0"] .btn-own-1:active, body [data-ec-variant="0"] .btn-own-1.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-1:disabled, [data-ec-variant="0"] .btn-own-1.disabled, body [data-ec-variant="0"] .btn-own-1:disabled, body [data-ec-variant="0"] .btn-own-1.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-2, body [data-ec-variant="0"] .btn-own-2 { --bs-btn-color: #FFFFFF; --bs-btn-bg: ; --bs-btn-border-color: #ffffff; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #ba8e4d; --bs-btn-hover-border-color: #ba8e4d; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #163934; --bs-btn-active-border-color: #163934; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: ; --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-2:hover, body [data-ec-variant="0"] .btn-own-2:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .position-relative:has(.stretched-link):hover .btn-own-2, body [data-ec-variant="0"] .position-relative:has(.stretched-link):hover .btn-own-2 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-2:active, [data-ec-variant="0"] .btn-own-2.active, body [data-ec-variant="0"] .btn-own-2:active, body [data-ec-variant="0"] .btn-own-2.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-2:disabled, [data-ec-variant="0"] .btn-own-2.disabled, body [data-ec-variant="0"] .btn-own-2:disabled, body [data-ec-variant="0"] .btn-own-2.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-3, body [data-ec-variant="0"] .btn-own-3 { --bs-btn-color: #ffffff; --bs-btn-bg: ; --bs-btn-border-color: #ffffff; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #ba8e4d; --bs-btn-hover-border-color: #FFFFFF; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #ba8e4d; --bs-btn-active-border-color: #FFFFFF; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: ; --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-3:hover, body [data-ec-variant="0"] .btn-own-3:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .position-relative:has(.stretched-link):hover .btn-own-3, body [data-ec-variant="0"] .position-relative:has(.stretched-link):hover .btn-own-3 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-3:active, [data-ec-variant="0"] .btn-own-3.active, body [data-ec-variant="0"] .btn-own-3:active, body [data-ec-variant="0"] .btn-own-3.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-3:disabled, [data-ec-variant="0"] .btn-own-3.disabled, body [data-ec-variant="0"] .btn-own-3:disabled, body [data-ec-variant="0"] .btn-own-3.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="1"] .btn-own-1, body [data-ec-variant="1"] .btn-own-1 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #0d6efd; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0b5ed7; --bs-btn-hover-border-color: #0a58ca; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-1:hover, body [data-ec-variant="1"] .btn-own-1:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .position-relative:has(.stretched-link):hover .btn-own-1, body [data-ec-variant="1"] .position-relative:has(.stretched-link):hover .btn-own-1 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-1:active, [data-ec-variant="1"] .btn-own-1.active, body [data-ec-variant="1"] .btn-own-1:active, body [data-ec-variant="1"] .btn-own-1.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-1:disabled, [data-ec-variant="1"] .btn-own-1.disabled, body [data-ec-variant="1"] .btn-own-1:disabled, body [data-ec-variant="1"] .btn-own-1.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-2, body [data-ec-variant="1"] .btn-own-2 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #6c757d; --bs-btn-border-color: #6c757d; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #5c636a; --bs-btn-hover-border-color: #565e64; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #565e64; --bs-btn-active-border-color: #51585e; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-2:hover, body [data-ec-variant="1"] .btn-own-2:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .position-relative:has(.stretched-link):hover .btn-own-2, body [data-ec-variant="1"] .position-relative:has(.stretched-link):hover .btn-own-2 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-2:active, [data-ec-variant="1"] .btn-own-2.active, body [data-ec-variant="1"] .btn-own-2:active, body [data-ec-variant="1"] .btn-own-2.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-2:disabled, [data-ec-variant="1"] .btn-own-2.disabled, body [data-ec-variant="1"] .btn-own-2:disabled, body [data-ec-variant="1"] .btn-own-2.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-3, body [data-ec-variant="1"] .btn-own-3 { --bs-btn-color: #0d6efd; --bs-btn-bg: #FFFFFF; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0d6efd; --bs-btn-hover-border-color: #0d6efd; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-3:hover, body [data-ec-variant="1"] .btn-own-3:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .position-relative:has(.stretched-link):hover .btn-own-3, body [data-ec-variant="1"] .position-relative:has(.stretched-link):hover .btn-own-3 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-3:active, [data-ec-variant="1"] .btn-own-3.active, body [data-ec-variant="1"] .btn-own-3:active, body [data-ec-variant="1"] .btn-own-3.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-3:disabled, [data-ec-variant="1"] .btn-own-3.disabled, body [data-ec-variant="1"] .btn-own-3:disabled, body [data-ec-variant="1"] .btn-own-3.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-1, body [data-ec-variant="2"] .btn-own-1 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #0d6efd; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0b5ed7; --bs-btn-hover-border-color: #0a58ca; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-1:hover, body [data-ec-variant="2"] .btn-own-1:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .position-relative:has(.stretched-link):hover .btn-own-1, body [data-ec-variant="2"] .position-relative:has(.stretched-link):hover .btn-own-1 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-1:active, [data-ec-variant="2"] .btn-own-1.active, body [data-ec-variant="2"] .btn-own-1:active, body [data-ec-variant="2"] .btn-own-1.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-1:disabled, [data-ec-variant="2"] .btn-own-1.disabled, body [data-ec-variant="2"] .btn-own-1:disabled, body [data-ec-variant="2"] .btn-own-1.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-2, body [data-ec-variant="2"] .btn-own-2 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #6c757d; --bs-btn-border-color: #6c757d; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #5c636a; --bs-btn-hover-border-color: #565e64; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #565e64; --bs-btn-active-border-color: #51585e; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-2:hover, body [data-ec-variant="2"] .btn-own-2:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .position-relative:has(.stretched-link):hover .btn-own-2, body [data-ec-variant="2"] .position-relative:has(.stretched-link):hover .btn-own-2 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-2:active, [data-ec-variant="2"] .btn-own-2.active, body [data-ec-variant="2"] .btn-own-2:active, body [data-ec-variant="2"] .btn-own-2.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-2:disabled, [data-ec-variant="2"] .btn-own-2.disabled, body [data-ec-variant="2"] .btn-own-2:disabled, body [data-ec-variant="2"] .btn-own-2.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-3, body [data-ec-variant="2"] .btn-own-3 { --bs-btn-color: #0d6efd; --bs-btn-bg: #FFFFFF; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0d6efd; --bs-btn-hover-border-color: #0d6efd; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-3:hover, body [data-ec-variant="2"] .btn-own-3:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .position-relative:has(.stretched-link):hover .btn-own-3, body [data-ec-variant="2"] .position-relative:has(.stretched-link):hover .btn-own-3 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-3:active, [data-ec-variant="2"] .btn-own-3.active, body [data-ec-variant="2"] .btn-own-3:active, body [data-ec-variant="2"] .btn-own-3.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-3:disabled, [data-ec-variant="2"] .btn-own-3.disabled, body [data-ec-variant="2"] .btn-own-3:disabled, body [data-ec-variant="2"] .btn-own-3.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-1, body [data-ec-variant="3"] .btn-own-1 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #0d6efd; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0b5ed7; --bs-btn-hover-border-color: #0a58ca; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-1:hover, body [data-ec-variant="3"] .btn-own-1:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .position-relative:has(.stretched-link):hover .btn-own-1, body [data-ec-variant="3"] .position-relative:has(.stretched-link):hover .btn-own-1 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-1:active, [data-ec-variant="3"] .btn-own-1.active, body [data-ec-variant="3"] .btn-own-1:active, body [data-ec-variant="3"] .btn-own-1.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-1:disabled, [data-ec-variant="3"] .btn-own-1.disabled, body [data-ec-variant="3"] .btn-own-1:disabled, body [data-ec-variant="3"] .btn-own-1.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-2, body [data-ec-variant="3"] .btn-own-2 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #6c757d; --bs-btn-border-color: #6c757d; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #5c636a; --bs-btn-hover-border-color: #565e64; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #565e64; --bs-btn-active-border-color: #51585e; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-2:hover, body [data-ec-variant="3"] .btn-own-2:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .position-relative:has(.stretched-link):hover .btn-own-2, body [data-ec-variant="3"] .position-relative:has(.stretched-link):hover .btn-own-2 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-2:active, [data-ec-variant="3"] .btn-own-2.active, body [data-ec-variant="3"] .btn-own-2:active, body [data-ec-variant="3"] .btn-own-2.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-2:disabled, [data-ec-variant="3"] .btn-own-2.disabled, body [data-ec-variant="3"] .btn-own-2:disabled, body [data-ec-variant="3"] .btn-own-2.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-3, body [data-ec-variant="3"] .btn-own-3 { --bs-btn-color: #0d6efd; --bs-btn-bg: #FFFFFF; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0d6efd; --bs-btn-hover-border-color: #0d6efd; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-3:hover, body [data-ec-variant="3"] .btn-own-3:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .position-relative:has(.stretched-link):hover .btn-own-3, body [data-ec-variant="3"] .position-relative:has(.stretched-link):hover .btn-own-3 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-3:active, [data-ec-variant="3"] .btn-own-3.active, body [data-ec-variant="3"] .btn-own-3:active, body [data-ec-variant="3"] .btn-own-3.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-3:disabled, [data-ec-variant="3"] .btn-own-3.disabled, body [data-ec-variant="3"] .btn-own-3:disabled, body [data-ec-variant="3"] .btn-own-3.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-1, body [data-ec-variant="4"] .btn-own-1 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #0d6efd; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0b5ed7; --bs-btn-hover-border-color: #0a58ca; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-1:hover, body [data-ec-variant="4"] .btn-own-1:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .position-relative:has(.stretched-link):hover .btn-own-1, body [data-ec-variant="4"] .position-relative:has(.stretched-link):hover .btn-own-1 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-1:active, [data-ec-variant="4"] .btn-own-1.active, body [data-ec-variant="4"] .btn-own-1:active, body [data-ec-variant="4"] .btn-own-1.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-1:disabled, [data-ec-variant="4"] .btn-own-1.disabled, body [data-ec-variant="4"] .btn-own-1:disabled, body [data-ec-variant="4"] .btn-own-1.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-2, body [data-ec-variant="4"] .btn-own-2 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #6c757d; --bs-btn-border-color: #6c757d; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #5c636a; --bs-btn-hover-border-color: #565e64; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #565e64; --bs-btn-active-border-color: #51585e; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-2:hover, body [data-ec-variant="4"] .btn-own-2:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .position-relative:has(.stretched-link):hover .btn-own-2, body [data-ec-variant="4"] .position-relative:has(.stretched-link):hover .btn-own-2 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-2:active, [data-ec-variant="4"] .btn-own-2.active, body [data-ec-variant="4"] .btn-own-2:active, body [data-ec-variant="4"] .btn-own-2.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-2:disabled, [data-ec-variant="4"] .btn-own-2.disabled, body [data-ec-variant="4"] .btn-own-2:disabled, body [data-ec-variant="4"] .btn-own-2.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-3, body [data-ec-variant="4"] .btn-own-3 { --bs-btn-color: #0d6efd; --bs-btn-bg: #FFFFFF; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0d6efd; --bs-btn-hover-border-color: #0d6efd; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-3:hover, body [data-ec-variant="4"] .btn-own-3:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .position-relative:has(.stretched-link):hover .btn-own-3, body [data-ec-variant="4"] .position-relative:has(.stretched-link):hover .btn-own-3 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-3:active, [data-ec-variant="4"] .btn-own-3.active, body [data-ec-variant="4"] .btn-own-3:active, body [data-ec-variant="4"] .btn-own-3.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-3:disabled, [data-ec-variant="4"] .btn-own-3.disabled, body [data-ec-variant="4"] .btn-own-3:disabled, body [data-ec-variant="4"] .btn-own-3.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-1, body [data-ec-variant="5"] .btn-own-1 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #0d6efd; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0b5ed7; --bs-btn-hover-border-color: #0a58ca; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-1:hover, body [data-ec-variant="5"] .btn-own-1:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .position-relative:has(.stretched-link):hover .btn-own-1, body [data-ec-variant="5"] .position-relative:has(.stretched-link):hover .btn-own-1 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-1:active, [data-ec-variant="5"] .btn-own-1.active, body [data-ec-variant="5"] .btn-own-1:active, body [data-ec-variant="5"] .btn-own-1.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-1:disabled, [data-ec-variant="5"] .btn-own-1.disabled, body [data-ec-variant="5"] .btn-own-1:disabled, body [data-ec-variant="5"] .btn-own-1.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-2, body [data-ec-variant="5"] .btn-own-2 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #6c757d; --bs-btn-border-color: #6c757d; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #5c636a; --bs-btn-hover-border-color: #565e64; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #565e64; --bs-btn-active-border-color: #51585e; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-2:hover, body [data-ec-variant="5"] .btn-own-2:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .position-relative:has(.stretched-link):hover .btn-own-2, body [data-ec-variant="5"] .position-relative:has(.stretched-link):hover .btn-own-2 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-2:active, [data-ec-variant="5"] .btn-own-2.active, body [data-ec-variant="5"] .btn-own-2:active, body [data-ec-variant="5"] .btn-own-2.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-2:disabled, [data-ec-variant="5"] .btn-own-2.disabled, body [data-ec-variant="5"] .btn-own-2:disabled, body [data-ec-variant="5"] .btn-own-2.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-3, body [data-ec-variant="5"] .btn-own-3 { --bs-btn-color: #0d6efd; --bs-btn-bg: #FFFFFF; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0d6efd; --bs-btn-hover-border-color: #0d6efd; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-3:hover, body [data-ec-variant="5"] .btn-own-3:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .position-relative:has(.stretched-link):hover .btn-own-3, body [data-ec-variant="5"] .position-relative:has(.stretched-link):hover .btn-own-3 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-3:active, [data-ec-variant="5"] .btn-own-3.active, body [data-ec-variant="5"] .btn-own-3:active, body [data-ec-variant="5"] .btn-own-3.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-3:disabled, [data-ec-variant="5"] .btn-own-3.disabled, body [data-ec-variant="5"] .btn-own-3:disabled, body [data-ec-variant="5"] .btn-own-3.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-1, body [data-ec-variant="6"] .btn-own-1 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #0d6efd; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0b5ed7; --bs-btn-hover-border-color: #0a58ca; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-1:hover, body [data-ec-variant="6"] .btn-own-1:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .position-relative:has(.stretched-link):hover .btn-own-1, body [data-ec-variant="6"] .position-relative:has(.stretched-link):hover .btn-own-1 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-1:active, [data-ec-variant="6"] .btn-own-1.active, body [data-ec-variant="6"] .btn-own-1:active, body [data-ec-variant="6"] .btn-own-1.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-1:disabled, [data-ec-variant="6"] .btn-own-1.disabled, body [data-ec-variant="6"] .btn-own-1:disabled, body [data-ec-variant="6"] .btn-own-1.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-2, body [data-ec-variant="6"] .btn-own-2 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #6c757d; --bs-btn-border-color: #6c757d; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #5c636a; --bs-btn-hover-border-color: #565e64; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #565e64; --bs-btn-active-border-color: #51585e; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-2:hover, body [data-ec-variant="6"] .btn-own-2:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .position-relative:has(.stretched-link):hover .btn-own-2, body [data-ec-variant="6"] .position-relative:has(.stretched-link):hover .btn-own-2 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-2:active, [data-ec-variant="6"] .btn-own-2.active, body [data-ec-variant="6"] .btn-own-2:active, body [data-ec-variant="6"] .btn-own-2.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-2:disabled, [data-ec-variant="6"] .btn-own-2.disabled, body [data-ec-variant="6"] .btn-own-2:disabled, body [data-ec-variant="6"] .btn-own-2.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-3, body [data-ec-variant="6"] .btn-own-3 { --bs-btn-color: #0d6efd; --bs-btn-bg: #FFFFFF; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0d6efd; --bs-btn-hover-border-color: #0d6efd; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-3:hover, body [data-ec-variant="6"] .btn-own-3:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .position-relative:has(.stretched-link):hover .btn-own-3, body [data-ec-variant="6"] .position-relative:has(.stretched-link):hover .btn-own-3 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-3:active, [data-ec-variant="6"] .btn-own-3.active, body [data-ec-variant="6"] .btn-own-3:active, body [data-ec-variant="6"] .btn-own-3.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-3:disabled, [data-ec-variant="6"] .btn-own-3.disabled, body [data-ec-variant="6"] .btn-own-3:disabled, body [data-ec-variant="6"] .btn-own-3.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-1, body [data-ec-variant="7"] .btn-own-1 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #0d6efd; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0b5ed7; --bs-btn-hover-border-color: #0a58ca; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-1:hover, body [data-ec-variant="7"] .btn-own-1:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .position-relative:has(.stretched-link):hover .btn-own-1, body [data-ec-variant="7"] .position-relative:has(.stretched-link):hover .btn-own-1 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-1:active, [data-ec-variant="7"] .btn-own-1.active, body [data-ec-variant="7"] .btn-own-1:active, body [data-ec-variant="7"] .btn-own-1.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-1:disabled, [data-ec-variant="7"] .btn-own-1.disabled, body [data-ec-variant="7"] .btn-own-1:disabled, body [data-ec-variant="7"] .btn-own-1.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-2, body [data-ec-variant="7"] .btn-own-2 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #6c757d; --bs-btn-border-color: #6c757d; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #5c636a; --bs-btn-hover-border-color: #565e64; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #565e64; --bs-btn-active-border-color: #51585e; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-2:hover, body [data-ec-variant="7"] .btn-own-2:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .position-relative:has(.stretched-link):hover .btn-own-2, body [data-ec-variant="7"] .position-relative:has(.stretched-link):hover .btn-own-2 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-2:active, [data-ec-variant="7"] .btn-own-2.active, body [data-ec-variant="7"] .btn-own-2:active, body [data-ec-variant="7"] .btn-own-2.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-2:disabled, [data-ec-variant="7"] .btn-own-2.disabled, body [data-ec-variant="7"] .btn-own-2:disabled, body [data-ec-variant="7"] .btn-own-2.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-3, body [data-ec-variant="7"] .btn-own-3 { --bs-btn-color: #0d6efd; --bs-btn-bg: #FFFFFF; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0d6efd; --bs-btn-hover-border-color: #0d6efd; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-3:hover, body [data-ec-variant="7"] .btn-own-3:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .position-relative:has(.stretched-link):hover .btn-own-3, body [data-ec-variant="7"] .position-relative:has(.stretched-link):hover .btn-own-3 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-3:active, [data-ec-variant="7"] .btn-own-3.active, body [data-ec-variant="7"] .btn-own-3:active, body [data-ec-variant="7"] .btn-own-3.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-3:disabled, [data-ec-variant="7"] .btn-own-3.disabled, body [data-ec-variant="7"] .btn-own-3:disabled, body [data-ec-variant="7"] .btn-own-3.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }.ecPar ul { list-style-type: var(--ulListStyle, disc); }.ecPar ol { list-style-type: var(--olListStyle, decimal); }.ecComponent-AJgpOPN5x8 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-LEV6EPb1XJ {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-PEA5VybpmN {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--primaryMain) 100%, transparent) !important;}.ecComponent-abw5AkO6V2 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-Q701M0n5Oa {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-3bz6QVwpkM {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-LNX6dqOpm4 {--innerBackground: color-mix(in srgb, var(--primaryMain) 0%, transparent) !important;--outerBackground: color-mix(in srgb, var(--primaryMain) 0%, transparent) !important;}.ecComponent-Kd85yvD1gW {--innerBackground: color-mix(in srgb, var(--primaryMain) 0%, transparent) !important;--outerBackground: color-mix(in srgb, var(--primaryMain) 0%, transparent) !important;}.ecComponent-J7w5KPO1Va {--innerBackground: color-mix(in srgb, var(--primaryMain) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--primaryMain) 100%, transparent) !important;}.ecComponent-N78p28L1qg {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-o8Xp9Xv634 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-PJZ1vO46zo {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-eRM5D005XQ {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-3jP6GPNp4w {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-AJgpOPq5x8 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-ZbmpzDY1Xz {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-ral6x9zpey {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-ZXJ1jWB6w0 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-AQ8p38e5yx {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-KQm6qyJ6e4 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-eb45rBr5QW {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-yXA1nMk5DZ {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-kmD6J0E5gd {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-z835gJmpn7 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--primaryMain) 100%, transparent) !important;}.ecComponent-0Gk1oQopAg {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-wPb6WBq1KJ {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-LXE6RA01Pk {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-mD21PE86P3 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-gad64826x0 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-gPm5ern1yM {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-0Adpw2J67m {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--primaryMain) 100%, transparent) !important;}.ecComponent-laM18Md64R {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-jyb6lZg5n9 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-Mbw67AQ5JO {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}
.ecSignPostBoxes {
 position: relative;
}
.ecSignPostBoxes .tiles-section {
 position: relative;
 padding: 0 48px;
 background: #fff;
 overflow: visible;
 min-height: 700px;
}
.ecSignPostBoxes .tiles-section .tiles-grid {
 max-width: 1320px;
 margin: 0 auto;
 display: grid;
 grid-template-columns: repeat(1, 1fr);
 gap: 0 40px;
 align-items: center;
 position: relative;
}
@media (min-width: 992px) {
 .ecSignPostBoxes .tiles-section .tiles-grid {
 grid-template-columns: repeat(3, 1fr);
 }
}
.ecSignPostBoxes .tile-slot {
 position: relative;
 /* reserve vertical space equal to active (scaled) tile + its shadow */
 aspect-ratio: 526 / calc(658 * var(--tile-active-scale, 1.2));
 width: 100%;
}
.ecSignPostBoxes .tile {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
 aspect-ratio: 526 / 658;
 cursor: pointer;
 transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
 will-change: transform;
}
.ecSignPostBoxes .tile.is-active {
 transform: translate(-50%, -50%) scale(var(--tile-active-scale, 1.2));
 z-index: 20;
}
.ecSignPostBoxes .tile-img {
 position: absolute;
 inset: 0;
 clip-path: url(#tileClip);
}
.ecSignPostBoxes .tile-img .tile-img-picture {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center;
 display: block;
}
.ecSignPostBoxes .tile-overlay {
 position: absolute;
 inset: 0;
 clip-path: inset(0% 0% 0% 0%);
 transition: clip-path 0.55s cubic-bezier(0.4, 0, 0.2, 1);
 pointer-events: none;
}
.ecSignPostBoxes .tile.is-active .tile-overlay {
 clip-path: inset(50% 0% 0% 0%);
}
.ecSignPostBoxes .tile-overlay-inner {
 position: absolute;
 inset: 0;
 clip-path: url(#tileClip);
 transition: all 0.55s ease;
}
.ecSignPostBoxes .tile-stroke {
 position: absolute;
 inset: 0;
 clip-path: url(#tileClip);
 box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
 pointer-events: none;
}
.ecSignPostBoxes .tile-watermark {
 position: absolute;
 inset: 0;
 clip-path: url(#tileClip);
 pointer-events: none;
 overflow: hidden;
}
.ecSignPostBoxes .tile-watermark-clip {
 position: absolute;
 inset: 0;
 clip-path: inset(0% 0% 0% 0%);
 transition: clip-path 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.ecSignPostBoxes .tile.is-active .tile-watermark-clip {
 clip-path: inset(50% 0% 0% 0%);
}
.ecSignPostBoxes .tile-watermark-img {
 position: absolute;
 left: 50%;
 top: 50%;
 width: 80%;
 aspect-ratio: 481 / 419;
 transform: translate(-50%, -50%);
 opacity: 0.95;
}
.ecSignPostBoxes .tile-rim {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 pointer-events: none;
 overflow: visible;
 transition: opacity 0.55s ease;
 opacity: 1;
}
.ecSignPostBoxes .tile-rim path {
 fill-rule: evenodd;
 stroke: none;
}
.ecSignPostBoxes .tile-rim .rim-outer {
 fill: rgba(255, 255, 255, 0.5);
}
.ecSignPostBoxes .tile-rim .rim-inner {
 fill: rgba(255, 255, 255, 0.25);
}
.ecSignPostBoxes .tile.is-active .tile-rim {
 opacity: 0;
}
.ecSignPostBoxes .tile-content {
 position: absolute;
 inset: 0;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 text-align: center;
 padding: 0 14%;
 transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.ecSignPostBoxes .tile-content .tile-title {
 line-height: 1.1;
 margin: 0 0 14px;
 transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.ecSignPostBoxes .tile-content .tile-desc {
 font-size: 13px;
 line-height: 1.55;
 opacity: 0.85;
 font-weight: 300;
 margin: 0 0 22px;
 max-width: 240px;
 transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.ecSignPostBoxes .tiles-grid-after-removed {
 display: none;
}
.ecSignPostBoxes .tile.is-active .tile-content {
 transform: translateY(25%);
}
.ecSignPostBoxes .tile.is-active .tile-content .tile-title {
 transform: scale(var(--tile-title-hover-scale, 0.68));
}
.ecSignPostBoxes .tile.is-active .tile-content .tile-desc {
 transform: scale(var(--tile-text-hover-scale, 0.68));
}
.ecSignPostBoxes .tile.is-active .tile-content .btn {
 transform: scale(var(--tile-btn-hover-scale, 0.68));
 transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.ecBlockWrapper > .ecLineSocialLinks.inner {
 background: unset;
}
.ecLineSocialLinks a {
 text-decoration: none;
 transition: opacity 0.2s ease;
 color: unset;
}
.ecLineSocialLinks a:hover {
 opacity: 0.7;
}
.ecLineSocialLinks em {
 font-style: normal;
}
.ecLineSocialLinks [data-repeatable-loop] {
 position: relative;
}
.ecLineSocialLinks [data-repeatable-loop] i.fas.fa-trash-alt {
 top: auto !important;
 bottom: -16px !important;
 margin-top: 0 !important;
}
.ecLineSocialLinks [data-repeatable-loop] [data-contenteditable="plaintext"] {
 min-width: 5px;
}

.ecNavbarWithLogo1 {
 --ecNavbarWithLogo1Height: 75px;
}
.ecNavbarWithLogo1.container-fluid {
 padding-left: 0;
 padding-right: 0;
}
.ecNavbarWithLogo1 .embed-responsive picture,
.ecNavbarWithLogo1 .embed-responsive img {
 max-width: 100%;
 max-height: var(--ecNavbarWithLogo1Height);
}
.ecNavbarWithLogo1 .navbar {
 min-height: var(--ecNavbarWithLogo1Height);
 flex-grow: 1;
 align-items: baseline;
}
.ecNavbarWithLogo1 .navbar .navbar-collapse {
 z-index: 100;
 margin-top: 1rem;
}
@media (min-width: 992px) {
 .ecNavbarWithLogo1 .navbar .navbar-collapse {
 margin-top: 0;
 }
}
@media (max-width: 991px) {
 .ecNavbarWithLogo1 .navbar .navbar-collapse {
 position: absolute;
 top: calc(var(--ecNavbarWithLogo1Height) + 15px);
 left: 0;
 z-index: 100000;
 background: var(--ecNavbarMenuBg, rgba(238, 238, 238, 0.5));
 width: 100%;
 padding: 0 10px;
 margin: 0;
 border-radius: var(--ecNavbarMenuRadius, 10px);
 transition: padding-top 0.35s ease, padding-bottom 0.35s ease, height 0.35s ease;
 }
 .ecNavbarWithLogo1 .navbar .navbar-collapse.show,
 .ecNavbarWithLogo1 .navbar .navbar-collapse.collapsing {
 padding-top: 10px;
 padding-bottom: 10px;
 }
 .ecNavbarWithLogo1 .navbar .navbar-collapse a.nav-link {
 color: var(--ecNavbarMenuLinkColor, #000) !important;
 }
}
.ecNavbarWithLogo1 .navbar a.nav-link {
 white-space: normal;
}
@media (min-width: 992px) {
 .ecNavbarWithLogo1 .navbar a.nav-link {
 white-space: nowrap;
 }
}
.ecNavbarWithLogo1 .navbar-toggler {
 --bs-navbar-toggler-border-color: var(--ecNavbarHamburgerColor, #000);
 border-color: var(--ecNavbarHamburgerColor, #000) !important;
}
.ecNavbarWithLogo1 .ec-navbar-bar {
 display: block;
 width: 22px;
 height: 2px;
 background-color: var(--ecNavbarLineColor, #000);
 margin: 4px auto;
}
.ecNavbarWithLogo1 .link-cube a.nav-link.active,
.ecNavbarWithLogo1 .link-cube a.nav-link.show {
 background: var(--ecNavbarActiveColor, var(--primaryMain, #fff)) !important;
 color: var(--primaryLink, #000) !important;
}
.ecNavbarWithLogo1 .link-cube a.nav-link:hover {
 background: rgba(var(--primaryMainRgb), 0.25);
}
.ecNavbarWithLogo1 .link-only a.nav-link:hover {
 text-decoration: underline;
}
.ecNavbarWithLogo1 .navbar-brand {
 height: var(--ecNavbarWithLogo1Height);
 z-index: 1050;
 flex-shrink: 0;
}
.ecNavbarWithLogo1 .dropdown-menu li:hover > .dropdown-menu {
 display: block;
}

.ecFooterType3 .logo img,
.ecFooterType3 .logo picture,
.ecFooterType3 .logo source {
 max-width: 100%;
 object-fit: contain;
 object-position: bottom center;
}
@media (min-width: 992px) {
 .ecFooterType3 .logo img,
 .ecFooterType3 .logo picture,
 .ecFooterType3 .logo source {
 object-position: bottom left;
 }
}
@media (min-width: 992px) {
 .ecFooterType3 .lineLeft {
 margin-left: 0.5rem;
 padding-left: 0.5rem;
 }
 .ecFooterType3 .lineLeft.linka-vlevo {
 border-left: 1px solid var(--line-color, #fff);
 }
}
.ecFooterType3 .watermark-section {
 position: relative;
 min-height: 80px;
 display: flex;
 align-items: center;
 justify-content: flex-end;
}
.ecFooterType3 .watermark-section .watermark-img {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 pointer-events: none;
 background-size: contain;
 background-position: center center;
 background-repeat: no-repeat;
}
.ecFooterType3 .watermark-section .navWrapper {
 position: relative;
 z-index: 1;
 width: 50%;
}
@media (max-width: 991px) {
 .ecFooterType3 .watermark-section .navWrapper {
 width: 100%;
 }
}
@media (min-width: 992px) {
 .ecFooterType3 .watermark-section .navWrapper.linka-vlevo {
 border-left: 1px solid var(--nav-line-color, #fff);
 padding-left: 0.5rem;
 }
}
.ecFooterType3 .watermark-section .navWrapper .nav a.nav-link {
 white-space: normal;
}

.ecArticleListSplit {
 --green: #1f4438;
 --gold: #c9a261;
 --gold-2: #b88f4d;
 --line-light: #c9a261;
 --ink: #1a2620;
 --gutter: 1.5rem;
 position: relative;
 padding-bottom: 60px;
}
.ecArticleListSplit .btn-gold {
 background: var(--gold);
 color: #1a1208;
 border: none;
 border-radius: 999px;
 padding: 14px 44px;
 font-weight: 500;
 letter-spacing: 0.02em;
 font-size: 14.5px;
 cursor: pointer;
 text-decoration: none;
 display: inline-block;
 transition: background 0.15s ease;
}
.ecArticleListSplit .btn-gold:hover {
 background: var(--gold-2);
}
.ecArticleListSplit .rails {
 position: absolute;
 inset: 0;
 pointer-events: none;
 z-index: 0;
}
.ecArticleListSplit .rails .container-xxl {
 height: 100%;
 position: relative;
}
.ecArticleListSplit .rails .container-xxl::before {
 content: "";
 position: absolute;
 left: 50%;
 top: 0;
 bottom: 0;
 width: 1px;
 background: var(--gold);
 opacity: 0.7;
}
.ecArticleListSplit .rails .grid {
 display: none;
 height: 100%;
 grid-template-columns: repeat(12, 1fr);
 column-gap: var(--gutter);
}
.ecArticleListSplit .rails .grid > div {
 position: relative;
 height: 100%;
}
.ecArticleListSplit .rails .r1 {
 grid-column: 3 / 4;
}
.ecArticleListSplit .rails .r1::before {
 content: "";
 position: absolute;
 left: calc(var(--gutter) / -2);
 top: 0;
 bottom: 0;
 width: 1px;
 background: var(--gold);
 opacity: 0.7;
}
.ecArticleListSplit .rails .r2 {
 grid-column: 11 / 12;
}
.ecArticleListSplit .rails .r2::before {
 content: "";
 position: absolute;
 left: calc(var(--gutter) / -2);
 top: 0;
 bottom: 0;
 width: 1px;
 background: var(--gold);
 opacity: 0.7;
}
.ecArticleListSplit .event {
 position: relative;
 display: grid;
 grid-template-columns: 1fr;
 margin-bottom: 56px;
 z-index: 1;
}
.ecArticleListSplit .green-bg {
 display: none;
}
.ecArticleListSplit .title {
 font-family: "Cormorant Garamond", serif;
 font-weight: 500;
 font-size: 30px;
 line-height: 1.15;
 color: #fbf6ea;
 padding: 30px 22px 14px;
 position: relative;
 z-index: 2;
 grid-column: 1;
 grid-row: 1;
 text-align: center;
 background: var(--green);
 border-radius: 2px 2px 0 0;
}
.ecArticleListSplit .title h1,
.ecArticleListSplit .title h2,
.ecArticleListSplit .title h3,
.ecArticleListSplit .title h4,
.ecArticleListSplit .title h5,
.ecArticleListSplit .title h6 {
 font-size: inherit;
 font-family: inherit;
 font-weight: inherit;
 line-height: inherit;
 color: inherit;
 margin: 0;
}
.ecArticleListSplit .title a {
 color: inherit;
 text-decoration: none;
}
.ecArticleListSplit .line {
 height: 1px;
 background: var(--line-light);
 position: relative;
 z-index: 2;
 grid-column: 1;
 grid-row: 2;
}
.ecArticleListSplit .date {
 font-family: "Cormorant Garamond", serif;
 font-style: italic;
 font-size: 22px;
 color: #fbf6ea;
 padding: 12px 22px 24px;
 align-self: end;
 position: relative;
 z-index: 2;
 grid-column: 1;
 grid-row: 3;
 text-align: center;
 background: var(--green);
 border-radius: 0 0 2px 2px;
}
.ecArticleListSplit .photo {
 overflow: hidden;
 align-self: start;
 border-radius: 2px;
 position: relative;
 z-index: 2;
 grid-column: 1;
 grid-row: 4;
 width: 100%;
 margin: 0;
 aspect-ratio: 16 / 10;
}
.ecArticleListSplit .photo picture,
.ecArticleListSplit .photo .picture {
 display: block;
 width: 100%;
 height: 100%;
}
.ecArticleListSplit .photo img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}
.ecArticleListSplit .body {
 color: #d6cfc0;
 padding: 28px 22px 32px;
 font-size: 14.5px;
 line-height: 1.65;
 position: relative;
 z-index: 2;
 grid-column: 1;
 grid-row: 5;
 text-align: center;
 background: var(--green);
 border-radius: 2px;
}
.ecArticleListSplit .body p {
 margin: 0 auto 24px;
 max-width: none;
 min-height: 0;
}
.ecArticleListSplit .event--first-editor .photo {
 pointer-events: none;
}
@media (min-width: 576px) {
 .ecArticleListSplit {
 padding-bottom: 120px;
 }
 .ecArticleListSplit .rails .container-xxl::before {
 display: none;
 }
 .ecArticleListSplit .rails .grid {
 display: grid;
 }
 .ecArticleListSplit .event {
 grid-template-columns: repeat(12, 1fr);
 column-gap: var(--gutter);
 grid-template-rows: auto auto auto;
 margin-bottom: 110px;
 }
 .ecArticleListSplit .green-bg {
 display: block;
 background: var(--green);
 border-radius: 2px;
 position: relative;
 }
 .ecArticleListSplit .title {
 font-size: 36px;
 padding: 36px 36px 18px;
 background: none;
 border-radius: 0;
 }
 .ecArticleListSplit .date {
 color: var(--ink);
 padding: 0 8px 18px;
 background: none;
 border-radius: 0;
 }
 .ecArticleListSplit .body {
 text-align: left;
 background: none;
 padding: 22px 36px 40px;
 }
 .ecArticleListSplit .body p {
 margin: 0 0 26px;
 min-height: 100px;
 }
 .ecArticleListSplit .photo {
 aspect-ratio: 1 / 1;
 margin-top: 22px;
 width: calc(100% + var(--gutter));
 }
 .ecArticleListSplit .events-start-left .event:nth-child(odd) .green-bg {
 grid-column: 2 / 8;
 grid-row: 1 / 4;
 }
 .ecArticleListSplit .events-start-left .event:nth-child(odd) .title {
 grid-column: 2 / 8;
 grid-row: 1;
 text-align: left;
 }
 .ecArticleListSplit .events-start-left .event:nth-child(odd) .date {
 grid-column: 8 / 10;
 grid-row: 1;
 text-align: left;
 }
 .ecArticleListSplit .events-start-left .event:nth-child(odd) .line {
 grid-column: 2 / 10;
 grid-row: 2;
 }
 .ecArticleListSplit .events-start-left .event:nth-child(odd) .body {
 grid-column: 2 / 8;
 grid-row: 3;
 }
 .ecArticleListSplit .events-start-left .event:nth-child(odd) .photo {
 grid-column: 8 / 10;
 grid-row: 3;
 margin-left: calc(var(--gutter) * -1);
 }
 .ecArticleListSplit .events-start-left .event:nth-child(even) .green-bg {
 grid-column: 6 / 12;
 grid-row: 1 / 4;
 }
 .ecArticleListSplit .events-start-left .event:nth-child(even) .date {
 grid-column: 4 / 6;
 grid-row: 1;
 text-align: right;
 }
 .ecArticleListSplit .events-start-left .event:nth-child(even) .title {
 grid-column: 6 / 12;
 grid-row: 1;
 text-align: right;
 }
 .ecArticleListSplit .events-start-left .event:nth-child(even) .line {
 grid-column: 4 / 12;
 grid-row: 2;
 }
 .ecArticleListSplit .events-start-left .event:nth-child(even) .photo {
 grid-column: 4 / 6;
 grid-row: 3;
 }
 .ecArticleListSplit .events-start-left .event:nth-child(even) .body {
 grid-column: 6 / 12;
 grid-row: 3;
 text-align: right;
 }
 .ecArticleListSplit .events-start-left .event:nth-child(even) .body p {
 margin-left: auto;
 }
 .ecArticleListSplit .events-start-right .event:nth-child(odd) .green-bg {
 grid-column: 6 / 12;
 grid-row: 1 / 4;
 }
 .ecArticleListSplit .events-start-right .event:nth-child(odd) .date {
 grid-column: 4 / 6;
 grid-row: 1;
 text-align: right;
 }
 .ecArticleListSplit .events-start-right .event:nth-child(odd) .title {
 grid-column: 6 / 12;
 grid-row: 1;
 text-align: right;
 }
 .ecArticleListSplit .events-start-right .event:nth-child(odd) .line {
 grid-column: 4 / 12;
 grid-row: 2;
 }
 .ecArticleListSplit .events-start-right .event:nth-child(odd) .photo {
 grid-column: 4 / 6;
 grid-row: 3;
 }
 .ecArticleListSplit .events-start-right .event:nth-child(odd) .body {
 grid-column: 6 / 12;
 grid-row: 3;
 text-align: right;
 }
 .ecArticleListSplit .events-start-right .event:nth-child(odd) .body p {
 margin-left: auto;
 }
 .ecArticleListSplit .events-start-right .event:nth-child(even) .green-bg {
 grid-column: 2 / 8;
 grid-row: 1 / 4;
 }
 .ecArticleListSplit .events-start-right .event:nth-child(even) .title {
 grid-column: 2 / 8;
 grid-row: 1;
 text-align: left;
 }
 .ecArticleListSplit .events-start-right .event:nth-child(even) .date {
 grid-column: 8 / 10;
 grid-row: 1;
 text-align: left;
 }
 .ecArticleListSplit .events-start-right .event:nth-child(even) .line {
 grid-column: 2 / 10;
 grid-row: 2;
 }
 .ecArticleListSplit .events-start-right .event:nth-child(even) .body {
 grid-column: 2 / 8;
 grid-row: 3;
 }
 .ecArticleListSplit .events-start-right .event:nth-child(even) .photo {
 grid-column: 8 / 10;
 grid-row: 3;
 margin-left: calc(var(--gutter) * -1);
 }
}

.ecSplitBleedSection {
 overflow: hidden;
 position: relative;
}
.ecSplitBleedSection .sbs-row {
 position: relative;
}
@media (min-width: 992px) {
 .ecSplitBleedSection .sbs-row {
 min-height: var(--sbs-min-height, 50vh);
 }
}
.ecSplitBleedSection .sbs-text-col {
 display: flex;
 flex-direction: column;
 justify-content: center;
 padding-top: 3rem;
 padding-bottom: 3rem;
 position: relative;
 z-index: 1;
}
.ecSplitBleedSection .sbs-text-inner {
 width: 100%;
}
.ecSplitBleedSection .sbs-img {
 position: relative;
 width: 100%;
 min-height: var(--sbs-min-height, 50vh);
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
}
@media (min-width: 992px) {
 .ecSplitBleedSection .sbs-img {
 position: absolute;
 top: 0;
 bottom: 0;
 min-height: 0;
 width: auto;
 left: calc(7 / 12 * 100%);
 right: calc(-1 * (100vw - 100%) / 2);
 }
}
@media (min-width: 992px) {
 .ecSplitBleedSection .sbs-row.sbs-flipped .sbs-img {
 width: auto;
 left: calc(-1 * (100vw - 100%) / 2);
 right: calc(7 / 12 * 100%);
 }
}
.ecSplitBleedSection .sbs-img-proxy {
 position: absolute;
 bottom: 1rem;
 right: 1rem;
 z-index: 3;
}
.ecSplitBleedSection .editorVarWrapper {
 position: absolute;
 left: 50%;
 top: 0;
 margin-left: -12px;
 display: flex;
 flex-direction: column;
 gap: 4px;
}
.ecSplitBleedSection .sbs-line {
 position: absolute;
 top: 0;
 bottom: 0;
 width: 1px;
 padding: 0;
 pointer-events: none;
 z-index: 2;
 left: 50%;
}
.ecSplitBleedSection .sbs-row.sbs-flipped .sbs-line {
 left: 50%;
}

.ecFilterDiningMenu *,
.ecFilterDiningMenu *::before,
.ecFilterDiningMenu *::after {
 box-sizing: border-box;
}
.ecFilterDiningMenu .fdm-filter-bar {
 display: flex;
 justify-content: center;
 gap: 4px;
 margin-bottom: 2rem;
 flex-wrap: wrap;
}
.ecFilterDiningMenu .fdm-filter-bar__btn {
 background: none;
 border: none;
 padding: 10px 24px 12px;
 cursor: pointer;
 position: relative;
 transition: opacity 0.2s;
 font-size: inherit;
}
.ecFilterDiningMenu .fdm-filter-bar__btn:hover {
 opacity: 0.7;
}
.ecFilterDiningMenu .fdm-filter-bar__btn.is-active::after {
 content: "";
 position: absolute;
 left: 22%;
 right: 22%;
 bottom: 4px;
 height: 2px;
 background: var(--secondaryMain, currentColor);
 border-radius: 1px;
}
.ecFilterDiningMenu .fdm-section {
 max-width: 760px;
 margin: 0 auto;
}
.ecFilterDiningMenu .fdm-item__header {
 display: flex;
 justify-content: space-between;
 align-items: baseline;
 gap: 1rem;
 margin-top: 1rem;
 margin-bottom: 0.5rem;
}
.ecFilterDiningMenu .fdm-item__name {
 font-weight: 600;
 flex: 1;
}
.ecFilterDiningMenu .fdm-item__price {
 font-weight: 600;
 white-space: nowrap;
 flex-shrink: 0;
}
.ecFilterDiningMenu .fdm-item__desc {
 margin-top: 0.5rem;
 margin-bottom: 1rem;
}
.ecFilterDiningMenu .fdm-empty-notice {
 text-align: center;
 padding: 60px 20px;
 opacity: 0.5;
}
.ecFilterDiningMenu .fdm-editor-separator {
 margin: 48px 0 0;
 border-color: #ddd;
}
.ecFilterDiningMenu .fdm-editor {
 max-width: 900px;
 margin: 0 auto;
 padding: 24px 24px 48px;
}
.ecFilterDiningMenu .fdm-editor-hint {
 font-size: 13px;
 margin-bottom: 20px;
}
.ecFilterDiningMenu .fdm-editor__section {
 border: 1px solid #e8e8e8;
 border-radius: 8px;
 padding: 16px 20px;
 margin-bottom: 12px;
}
.ecFilterDiningMenu .fdm-editor__section-num {
 font-size: 11px;
 font-weight: 600;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 margin: 0 0 10px;
}
.ecFilterDiningMenu .fdm-editor__heading {
 margin-bottom: 12px;
}
.ecFilterDiningMenu .fdm-editor__item {
 display: block;
}
.ecFilterDiningMenu .fdm-editor__item-inner {
 border-left: 3px solid #e8e8e8;
 padding-left: 12px;
 margin-bottom: 8px;
}
.ecFilterDiningMenu .fdm-editor__item-row {
 display: flex;
 gap: 1rem;
 align-items: flex-start;
}
.ecFilterDiningMenu .fdm-editor__item-row .fdm-editor__item-name {
 flex: 1;
}
.ecFilterDiningMenu .fdm-editor__item-row .fdm-editor__item-price {
 flex-shrink: 0;
}

.ecLineGallery {
 overflow: visible;
 position: relative;
}
.ecLineGallery .lg-line {
 position: absolute;
 top: 0;
 bottom: 0;
 width: 1px;
 padding: 0;
 left: 50%;
 pointer-events: none;
 z-index: 0;
}
.ecLineGallery .line-gallery {
 --line-gallery-bleed: 4.5rem;
 --line-gallery-gap: 0.75rem;
 --line-gallery-radius: 2px;
 position: relative;
 width: calc(100% + var(--bs-gutter-x, 1.5rem));
 margin-left: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
 isolation: isolate;
}
@media (min-width: 992px) {
 .ecLineGallery:has(.line-gallery--bleed-top) .line-gallery,
 .ecLineGallery:has(.line-gallery--bleed-both) .line-gallery {
 margin-top: 5rem;
 }
 .ecLineGallery:has(.line-gallery--bleed-bottom) .line-gallery,
 .ecLineGallery:has(.line-gallery--bleed-both) .line-gallery {
 margin-bottom: 5rem;
 }
}
.ecLineGallery .line-gallery::before,
.ecLineGallery .line-gallery::after {
 content: "";
 position: absolute;
 left: 50%;
 width: 1px;
 background: var(--line-gallery-accent, var(--primaryMain));
 opacity: 0.35;
 z-index: 0;
 pointer-events: none;
}
.ecLineGallery .line-gallery::before {
 top: calc(var(--line-gallery-bleed) * -1);
 height: var(--line-gallery-bleed);
}
.ecLineGallery .line-gallery::after {
 bottom: calc(var(--line-gallery-bleed) * -1);
 height: var(--line-gallery-bleed);
}
.ecLineGallery .line-gallery--inline::before,
.ecLineGallery .line-gallery--inline::after,
.ecLineGallery .line-gallery--bleed-bottom::before,
.ecLineGallery .line-gallery--bleed-top::after {
 display: none;
}
.ecLineGallery .line-gallery__track {
 position: relative;
 display: flex;
 align-items: stretch;
 gap: var(--line-gallery-gap);
 width: 100%;
}
.ecLineGallery .line-gallery__item {
 position: relative;
 margin: 0;
 overflow: hidden;
 border-radius: var(--line-gallery-radius);
 background: #0a0a0a;
 flex: 0 0 auto;
 transition: flex-basis 0.45s ease, opacity 0.35s ease;
 align-self: stretch;
}
.ecLineGallery .line-gallery__item picture {
 display: block;
 width: 100%;
 height: 100%;
}
.ecLineGallery .line-gallery__item img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: transform 0.6s ease;
}
@media (min-width: 992px) {
 .ecLineGallery .line-gallery__track > .line-gallery__item {
 flex: 0 0 calc((100% - 2 * var(--line-gallery-gap)) / 3);
 aspect-ratio: 1 / var(--line-gallery-ratio, 0.5625);
 }
}
@media (max-width: 991.98px) {
 .ecLineGallery .line-gallery {
 --line-gallery-bleed: 0rem;
 }
 .ecLineGallery .line-gallery::before,
 .ecLineGallery .line-gallery::after {
 display: none;
 }
 .ecLineGallery .line-gallery__track > .line-gallery__item {
 flex: 0 0 10%;
 aspect-ratio: auto;
 height: clamp(160px, 38vw, 320px);
 }
 .ecLineGallery .line-gallery__track > .line-gallery__item.is-main {
 flex: 0 0 80%;
 }
}
@media (min-width: 992px) {
 .ecLineGallery .line-gallery--bleed-both .line-gallery__item.is-main,
 .ecLineGallery .line-gallery--bleed-top .line-gallery__item.is-main,
 .ecLineGallery .line-gallery--bleed-bottom .line-gallery__item.is-main,
 .ecLineGallery .line-gallery--bleed-both:not(.line-gallery--ready) .line-gallery__track > .line-gallery__item:nth-child(2),
 .ecLineGallery .line-gallery--bleed-top:not(.line-gallery--ready) .line-gallery__track > .line-gallery__item:nth-child(2),
 .ecLineGallery .line-gallery--bleed-bottom:not(.line-gallery--ready) .line-gallery__track > .line-gallery__item:nth-child(2) {
 z-index: 2;
 box-shadow: 0 24px 48px -16px rgba(0, 0, 0, 0.55);
 }
 .ecLineGallery .line-gallery--bleed-both .line-gallery__item.is-main,
 .ecLineGallery .line-gallery--bleed-both:not(.line-gallery--ready) .line-gallery__track > .line-gallery__item:nth-child(2) {
 margin-top: calc(var(--line-gallery-bleed) * -1);
 margin-bottom: calc(var(--line-gallery-bleed) * -1);
 }
 .ecLineGallery .line-gallery--bleed-top .line-gallery__item.is-main,
 .ecLineGallery .line-gallery--bleed-top:not(.line-gallery--ready) .line-gallery__track > .line-gallery__item:nth-child(2) {
 margin-top: calc(var(--line-gallery-bleed) * -1);
 }
 .ecLineGallery .line-gallery--bleed-bottom .line-gallery__item.is-main,
 .ecLineGallery .line-gallery--bleed-bottom:not(.line-gallery--ready) .line-gallery__track > .line-gallery__item:nth-child(2) {
 margin-bottom: calc(var(--line-gallery-bleed) * -1);
 }
}
.ecLineGallery .line-gallery__item.is-side {
 cursor: pointer;
}
.ecLineGallery .line-gallery__item.is-side img {
 filter: saturate(0.65) brightness(0.85);
}
.ecLineGallery .line-gallery__item::after {
 content: "";
 position: absolute;
 inset: 0;
 background: color-mix(in srgb, var(--line-gallery-overlay, var(--primaryColor)) 50%, transparent);
 pointer-events: none;
 transition: background 0.3s ease;
}
.ecLineGallery .line-gallery--ready .line-gallery__item.is-main::after,
.ecLineGallery .line-gallery:not(.line-gallery--ready) .line-gallery__track > .line-gallery__item:nth-child(2)::after {
 background: transparent;
}
.ecLineGallery .line-gallery__item:hover::after {
 background: color-mix(in srgb, var(--line-gallery-overlay, var(--primaryColor)) 15%, transparent);
}
.ecLineGallery .line-gallery__item:hover img {
 transform: scale(1.04);
}
.ecLineGallery .line-gallery__nav {
 position: absolute;
 top: 50%;
 width: 44px;
 height: 44px;
 padding: 0;
 border: 0;
 background: var(--line-gallery-accent, var(--primaryMain));
 color: var(--line-gallery-nav-icon, var(--primaryContrast, #fff));
 z-index: 5;
 display: none;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
 opacity: 0.7;
 transition: opacity 0.2s ease, transform 0.2s ease;
}
.ecLineGallery .line-gallery__nav svg {
 width: 16px;
 height: 16px;
}
.ecLineGallery .line-gallery__nav:hover {
 opacity: 1;
}
.ecLineGallery .line-gallery__nav:focus-visible {
 outline: 2px solid var(--line-gallery-accent, var(--primaryMain));
 outline-offset: 3px;
 opacity: 1;
}
.ecLineGallery .line-gallery--ready .line-gallery__nav {
 display: inline-flex;
}
.ecLineGallery .line-gallery--nav-drop .line-gallery__nav {
 border-radius: 50% 50% 50% 0;
}
.ecLineGallery .line-gallery--nav-drop .line-gallery__nav--prev {
 left: calc(33.333% + var(--line-gallery-gap) / 2);
 transform: translate(-50%, -50%) rotate(45deg);
}
.ecLineGallery .line-gallery--nav-drop .line-gallery__nav--prev svg {
 transform: rotate(-45deg);
}
.ecLineGallery .line-gallery--nav-drop .line-gallery__nav--prev:hover {
 transform: translate(-50%, -50%) rotate(45deg) scale(1.08);
}
.ecLineGallery .line-gallery--nav-drop .line-gallery__nav--next {
 right: calc(33.333% + var(--line-gallery-gap) / 2);
 transform: translate(50%, -50%) rotate(-135deg);
}
.ecLineGallery .line-gallery--nav-drop .line-gallery__nav--next svg {
 transform: rotate(135deg);
}
.ecLineGallery .line-gallery--nav-drop .line-gallery__nav--next:hover {
 transform: translate(50%, -50%) rotate(-135deg) scale(1.08);
}
.ecLineGallery .line-gallery--nav-circle .line-gallery__nav {
 border-radius: 50%;
}
.ecLineGallery .line-gallery--nav-circle .line-gallery__nav--prev {
 left: calc(33.333% + var(--line-gallery-gap) / 2);
 transform: translate(-50%, -50%);
}
.ecLineGallery .line-gallery--nav-circle .line-gallery__nav--prev:hover {
 transform: translate(-50%, -50%) scale(1.08);
}
.ecLineGallery .line-gallery--nav-circle .line-gallery__nav--next {
 right: calc(33.333% + var(--line-gallery-gap) / 2);
 transform: translate(50%, -50%);
}
.ecLineGallery .line-gallery--nav-circle .line-gallery__nav--next:hover {
 transform: translate(50%, -50%) scale(1.08);
}
.ecLineGallery .line-gallery--nav-square .line-gallery__nav {
 border-radius: 4px;
}
.ecLineGallery .line-gallery--nav-square .line-gallery__nav--prev {
 left: calc(33.333% + var(--line-gallery-gap) / 2);
 transform: translate(-50%, -50%);
}
.ecLineGallery .line-gallery--nav-square .line-gallery__nav--prev:hover {
 transform: translate(-50%, -50%) scale(1.08);
}
.ecLineGallery .line-gallery--nav-square .line-gallery__nav--next {
 right: calc(33.333% + var(--line-gallery-gap) / 2);
 transform: translate(50%, -50%);
}
.ecLineGallery .line-gallery--nav-square .line-gallery__nav--next:hover {
 transform: translate(50%, -50%) scale(1.08);
}
@media (max-width: 991.98px) {
 .ecLineGallery .line-gallery__nav {
 width: 38px;
 height: 38px;
 border-radius: 50% !important;
 }
 .ecLineGallery .line-gallery__nav--prev {
 left: calc(10% + var(--line-gallery-gap) / 2) !important;
 transform: translate(-50%, -50%) !important;
 }
 .ecLineGallery .line-gallery__nav--prev svg {
 transform: none !important;
 }
 .ecLineGallery .line-gallery__nav--prev:hover {
 transform: translate(-50%, -50%) scale(1.08) !important;
 }
 .ecLineGallery .line-gallery__nav--next {
 right: calc(10% + var(--line-gallery-gap) / 2) !important;
 transform: translate(50%, -50%) !important;
 }
 .ecLineGallery .line-gallery__nav--next svg {
 transform: none !important;
 }
 .ecLineGallery .line-gallery__nav--next:hover {
 transform: translate(50%, -50%) scale(1.08) !important;
 }
}
.ecLineGallery .line-gallery__caption {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0.75rem 1rem;
 font-size: 0.8rem;
 color: #fff;
 background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
 z-index: 3;
 opacity: 0;
 transform: translateY(6px);
 transition: opacity 0.25s ease, transform 0.25s ease;
}
.ecLineGallery .line-gallery__item.is-main:hover .line-gallery__caption {
 opacity: 1;
 transform: translateY(0);
}
.ecLineGallery .line-gallery--no-caption .line-gallery__caption {
 display: none;
}
@media (prefers-reduced-motion: reduce) {
 .ecLineGallery .line-gallery__item,
 .ecLineGallery .line-gallery__item img,
 .ecLineGallery .line-gallery__nav {
 transition: none !important;
 }
}

@keyframes fadeUp {
 from {
 opacity: 0;
 transform: translateY(8px);
 }
 to {
 opacity: 1;
 transform: translateY(0);
 }
}
.ecFilterGallery {
 box-sizing: border-box;
}
.ecFilterGallery *,
.ecFilterGallery *::before,
.ecFilterGallery *::after {
 box-sizing: inherit;
}
.ecFilterGallery img {
 display: block;
 max-width: 100%;
}
.ecFilterGallery .gallery {
 max-width: 1100px;
 margin: 0 auto;
 padding: 80px 24px 90px;
}
.ecFilterGallery .gallery__title {
 text-align: center;
 margin: 0 0 36px;
}
.ecFilterGallery .gallery__stage {
 display: grid;
 grid-template-columns: 56px 1fr 56px;
 align-items: center;
 gap: 14px;
}
.ecFilterGallery .gallery__main-wrap {
 display: flex;
 flex-direction: column;
 gap: 18px;
 min-width: 0;
}
.ecFilterGallery .gallery__main {
 margin: 0;
 border-radius: 4px;
 overflow: hidden;
 box-shadow: 0 18px 40px -22px rgba(0, 0, 0, 0.35);
 background: #eee;
 aspect-ratio: 16 / 9;
 animation: fadeUp 320ms ease-out;
}
.ecFilterGallery .gallery__main img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.ecFilterGallery .gallery__thumbs {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 18px;
 animation: fadeUp 380ms ease-out;
}
.ecFilterGallery .gallery__counter {
 text-align: center;
 margin-top: 28px;
 font-size: 12px;
}
.ecFilterGallery .filter-bar {
 display: flex;
 justify-content: center;
 gap: 4px;
 margin-bottom: 48px;
 flex-wrap: wrap;
}
.ecFilterGallery .filter-bar__btn {
 background: none;
 border: none;
 padding: 10px 24px 12px;
 cursor: pointer;
 position: relative;
 transition: opacity 0.2s;
}
.ecFilterGallery .filter-bar__btn:hover {
 opacity: 0.7;
}
.ecFilterGallery .filter-bar__btn.is-active::after {
 content: "";
 position: absolute;
 left: 22%;
 right: 22%;
 bottom: 4px;
 height: 2px;
 background: var(--gal-cara, var(--primaryColor));
 border-radius: 1px;
}
.ecFilterGallery .thumb {
 border: none;
 padding: 0;
 background: #ddd;
 border-radius: 3px;
 overflow: hidden;
 cursor: pointer;
 aspect-ratio: 16 / 10;
 position: relative;
 transition: transform 0.25s, box-shadow 0.25s;
}
.ecFilterGallery .thumb img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: transform 0.4s;
}
.ecFilterGallery .thumb:hover {
 transform: translateY(-2px);
 box-shadow: 0 12px 24px -16px rgba(0, 0, 0, 0.3);
}
.ecFilterGallery .thumb:hover img {
 transform: scale(1.04);
}
.ecFilterGallery .thumb--ghost {
 background: transparent;
 pointer-events: none;
 cursor: default;
}
.ecFilterGallery .thumb--ghost img {
 display: none;
}
.ecFilterGallery .nav-btn--left {
 margin-left: 12px;
}
.ecFilterGallery .nav-btn {
 background: var(--gal-nav-bg, var(--primaryMain));
 color: var(--gal-nav-icon, var(--primaryContrast, #fff));
 border: none;
 padding: 0;
 width: 44px;
 height: 44px;
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 opacity: 0.85;
 box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
 transition: opacity 0.2s, transform 0.2s;
 align-self: center;
 flex-shrink: 0;
}
.ecFilterGallery .nav-btn svg {
 width: 16px;
 height: 16px;
}
.ecFilterGallery .nav-btn:hover {
 opacity: 1;
 transform: scale(1.08);
}
.ecFilterGallery .nav-btn:active {
 transform: scale(0.95);
}
.ecFilterGallery .gal-nav--circle .nav-btn {
 border-radius: 50%;
}
.ecFilterGallery .gal-nav--square .nav-btn {
 border-radius: 4px;
}
.ecFilterGallery .gal-nav--drop .nav-btn--left {
 border-radius: 50% 50% 50% 0;
 transform: rotate(45deg);
}
.ecFilterGallery .gal-nav--drop .nav-btn--left svg {
 transform: rotate(-45deg);
}
.ecFilterGallery .gal-nav--drop .nav-btn--left:hover {
 opacity: 1;
 transform: rotate(45deg) scale(1.08);
}
.ecFilterGallery .gal-nav--drop .nav-btn--left:active {
 transform: rotate(45deg) scale(0.95);
}
.ecFilterGallery .gal-nav--drop .nav-btn--right {
 border-radius: 50% 50% 50% 0;
 transform: rotate(-135deg);
}
.ecFilterGallery .gal-nav--drop .nav-btn--right svg {
 transform: rotate(135deg);
}
.ecFilterGallery .gal-nav--drop .nav-btn--right:hover {
 opacity: 1;
 transform: rotate(-135deg) scale(1.08);
}
.ecFilterGallery .gal-nav--drop .nav-btn--right:active {
 transform: rotate(-135deg) scale(0.95);
}
.ecFilterGallery .gal-empty-notice {
 text-align: center;
 padding: 60px 20px;
}
.ecFilterGallery .gal-editor-separator {
 margin: 48px 0 0;
 border-color: #ddd;
}
.ecFilterGallery .gal-editor {
 max-width: 1100px;
 margin: 0 auto;
 padding: 24px 24px 48px;
}
.ecFilterGallery .gal-editor-hint {
 font-size: 13px;
 margin-bottom: 20px;
}
.ecFilterGallery .gal-editor__section {
 border: 1px solid #e8e8e8;
 border-radius: 8px;
 padding: 16px 20px;
 margin-bottom: 12px;
}
.ecFilterGallery .gal-editor__section-num {
 font-size: 11px;
 font-weight: 600;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 margin: 0 0 10px;
}
.ecFilterGallery .gal-editor__heading {
 margin-bottom: 12px;
}
.ecFilterGallery .gal-thumb {
 display: inline-block;
 vertical-align: top;
}
.ecFilterGallery .gal-rep-item {
 display: inline-block;
 vertical-align: top;
 margin: 4px;
}
.ecFilterGallery .gal-rep-item__img {
 width: 100px;
 height: 70px;
 object-fit: cover;
 border-radius: 4px;
 display: block;
}
@media (max-width: 720px) {
 .ecFilterGallery .gallery {
 padding: 48px 16px 60px;
 }
 .ecFilterGallery .gallery__stage {
 grid-template-columns: 40px 1fr 40px;
 gap: 8px;
 }
 .ecFilterGallery .gallery__thumbs {
 gap: 8px;
 }
 .ecFilterGallery .filter-bar {
 gap: 0;
 margin-bottom: 28px;
 }
 .ecFilterGallery .filter-bar__btn {
 padding: 8px 12px 10px;
 }
 .ecFilterGallery .nav-btn {
 width: 38px;
 height: 38px;
 }
 .ecFilterGallery .gal-nav--drop .nav-btn--left,
 .ecFilterGallery .gal-nav--drop .nav-btn--right {
 border-radius: 50% !important;
 transform: none !important;
 }
 .ecFilterGallery .gal-nav--drop .nav-btn--left svg,
 .ecFilterGallery .gal-nav--drop .nav-btn--right svg {
 transform: none !important;
 }
 .ecFilterGallery .gal-nav--drop .nav-btn--left:hover,
 .ecFilterGallery .gal-nav--drop .nav-btn--right:hover {
 transform: scale(1.08) !important;
 }
 .ecFilterGallery .gal-nav--drop .nav-btn--left:active,
 .ecFilterGallery .gal-nav--drop .nav-btn--right:active {
 transform: scale(0.95) !important;
 }
}

.isEditor .ecSlider1 {
 height: 700px;
}
.isEditor .paragraph.ql-container {
 display: block !important;
}
.ecSlider1 picture,
.ecSlider1 img {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 height: 100%;
 object-fit: cover;
 object-position: center center;
}
.ecSlider1 .carousel-controls-button .carousel-control-next-icon,
.ecSlider1 .carousel-controls-button .carousel-control-prev-icon {
 font-size: 40px;
 text-align: center;
 width: 40px;
 height: 40px;
 opacity: 1;
 background-image: none;
 background-color: var(--primaryMain);
}
.ecSlider1 .carousel-indicators.carousel-indicators-square [data-bs-target] {
 width: 16px;
 height: 16px;
 opacity: 0.75;
 border: 2px solid #fff;
}
.ecSlider1 .carousel-indicators.carousel-indicators-square [data-bs-target].active {
 opacity: 1;
 background-color: var(--primaryMain);
 border: 2px solid #fff;
}
.ecSlider1 .carousel-indicators.carousel-indicators-round [data-bs-target] {
 width: 10px;
 height: 10px;
 opacity: 0.5;
 border: 0 none;
 border-radius: 100%;
 margin-right: 15px;
 margin-left: 15px;
}
.ecSlider1 .carousel-indicators.carousel-indicators-round [data-bs-target].active {
 opacity: 0.75;
 border: 0 none;
 box-shadow: 0 0 12px #fff;
}
.ecSlider1 .paragraph:has(*:empty) {
 display: none;
}
@media (min-width: 576px) {
 .ecSlider1 .outer-line {
 --lineWidth: 130%;
 position: relative;
 }
 .ecSlider1 .outer-line:before {
 content: '';
 position: absolute;
 top: 50%;
 left: calc(-1 * (var(--lineWidth) - 100%) / 2);
 width: var(--lineWidth);
 height: 50%;
 border-left: 3px solid #ffffff;
 border-right: 3px solid #ffffff;
 border-bottom: 3px solid #ffffff;
 }
 .ecSlider1 .outer-line:after {
 content: '';
 position: absolute;
 top: 50%;
 left: calc(-1 * (var(--lineWidth) - 100%) / 2);
 width: var(--lineWidth);
 height: 50%;
 border-image-source: linear-gradient(to right, #FFF 0%, #fff 5%, transparent 5%, transparent 95%, #fff 95%, #fff 100%);
 border-image-slice: 1;
 border-image-width: 3px;
 }
}

.ecSlimTwoCol {
 position: relative;
}
.ecSlimTwoCol .stc-row {
 position: relative;
}
.ecSlimTwoCol .stc-col {
 position: relative;
 z-index: 1;
}
.ecSlimTwoCol .stc-line {
 position: absolute;
 top: 0;
 bottom: 0;
 width: 1px;
 padding: 0;
 left: 50%;
 pointer-events: none;
 z-index: 0;
}

.ecSplitBleedMap {
 overflow: hidden;
 position: relative;
}
.ecSplitBleedMap .sbs-row {
 position: relative;
}
@media (min-width: 992px) {
 .ecSplitBleedMap .sbs-row {
 min-height: var(--sbs-min-height, 50vh);
 }
}
.ecSplitBleedMap .sbs-text-col {
 display: flex;
 flex-direction: column;
 justify-content: center;
 padding-top: 3rem;
 padding-bottom: 3rem;
 position: relative;
 z-index: 1;
}
.ecSplitBleedMap .sbs-text-inner {
 width: 100%;
}
.ecSplitBleedMap .sbs-map {
 position: relative;
 width: 100%;
 height: var(--sbs-min-height, 50vh);
}
.ecSplitBleedMap .sbs-map > * {
 width: 100%;
 height: 100% !important;
}
.ecSplitBleedMap .sbs-map > div:has(#setMarker) {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 height: auto !important;
 z-index: 810;
 padding: 0.5rem;
 background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
 .ecSplitBleedMap .sbs-map {
 position: absolute;
 top: 0;
 bottom: 0;
 height: auto;
 width: auto;
 left: calc(7 / 12 * 100%);
 right: calc(-1 * (100vw - 100%) / 2);
 }
}
@media (min-width: 992px) {
 .ecSplitBleedMap .sbs-row.sbs-flipped .sbs-map {
 width: auto;
 left: calc(-1 * (100vw - 100%) / 2);
 right: calc(7 / 12 * 100%);
 }
}
.ecSplitBleedMap .sbs-map-proxy {
 position: absolute;
 bottom: 1rem;
 right: 1rem;
 z-index: 3;
 display: flex;
 flex-direction: column;
 gap: 4px;
}
.ecSplitBleedMap .editorVarWrapper {
 position: absolute;
 left: 50%;
 top: 0;
 margin-left: -12px;
 display: flex;
 flex-direction: column;
 gap: 4px;
}
.ecSplitBleedMap .sbs-line {
 position: absolute;
 top: 0;
 bottom: 0;
 width: 1px;
 padding: 0;
 pointer-events: none;
 z-index: 2;
 left: 50%;
}
.ecSplitBleedMap .sbs-row.sbs-flipped .sbs-line {
 left: 50%;
}

.ecHeadingParaGrid .picture picture,
.ecHeadingParaGrid .picture img {
 width: 100%;
 height: auto;
 display: block;
 object-fit: cover;
}
.ecHeadingParaGrid .feature-item {
 display: flex;
 flex-direction: column;
}
.ecHeadingParaGrid .feature-bar {
 width: 80px;
 height: 8px;
 background-color: var(--primaryMain);
 margin-bottom: 10px;
}

.ecSvgClickableImage .SvgClickableImageWrap {
 position: relative;
}
.ecSvgClickableImage .SvgClickableImage svg {
 width: 100%;
 height: auto;
 background-repeat: no-repeat !important;
 background-size: cover !important;
}
.ecSvgClickableImage .SvgClickableImage svg path {
 transition: all ease 0.5s;
}
.ecSvgClickableImage .SvgClickableImage svg path[onclick] {
 cursor: pointer;
}
.ecSvgClickableImage .svg-gal-admin {
 display: flex;
 flex-wrap: wrap;
 gap: 6px;
 margin-top: 8px;
}
.ecSvgClickableImage .svg-gal-thumb {
 width: 160px;
 height: 120px;
 overflow: hidden;
 border-radius: 4px;
 border: 1px solid #ddd;
}
.ecSvgClickableImage .svg-gal-thumb picture,
.ecSvgClickableImage .svg-gal-thumb img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}
.ecSvgClickableImage .SvgTooltip {
 position: absolute;
 padding: 8px 12px;
 pointer-events: none;
 z-index: 100;
 box-sizing: border-box;
}
.ecSvgClickableImage .SvgTooltip .SvgTooltip__title,
.ecSvgClickableImage .SvgTooltip .SvgTooltip__text,
.ecSvgClickableImage .SvgTooltip .ql-editor {
 color: var(--primaryContrast);
 margin: 0;
}
.ecSvgClickableImage .SvgTooltip::before {
 content: '';
 position: absolute;
 inset: 0;
 z-index: -1;
}
.ecSvgClickableImage .SvgTooltip--preview {
 position: relative;
 display: block;
 margin-top: 8px;
 pointer-events: auto;
}
.isEditor .SvgClickableImage svg path {
 stroke: rgba(235, 94, 0, 0.5);
 stroke-width: 2;
}
.isEditor .SvgClickableImage svg path:not([onclick]) {
 fill: rgba(255, 255, 0, 0.33);
}
