
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 .form-control,
.formDesign .form-select,
.formDesign input,
.formDesign select,
.formDesign textarea {
 font-weight: inherit;
}
.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: #1C2833;--baseContrastRgb: 28, 40, 51;--baseLink: #7F6134;--baseLinkRgb: 127, 97, 52;--primaryMain: #14293C;--primaryMainRgb: 20, 41, 60;--primaryContrast: #FFFFFF;--primaryContrastRgb: 255, 255, 255;--primaryLink: #C9A66B;--primaryLinkRgb: 201, 166, 107;--secondaryMain: #F5F1EA;--secondaryMainRgb: 245, 241, 234;--secondaryContrast: #1C2833;--secondaryContrastRgb: 28, 40, 51;--secondaryLink: #7F6134;--secondaryLinkRgb: 127, 97, 52;--successMain: #1E7A5E;--successMainRgb: 30, 122, 94;--successContrast: #FFFFFF;--successContrastRgb: 255, 255, 255;--successLink: #FFFFFF;--successLinkRgb: 255, 255, 255;--dangerMain: #B3261E;--dangerMainRgb: 179, 38, 30;--dangerContrast: #FFFFFF;--dangerContrastRgb: 255, 255, 255;--dangerLink: #FFFFFF;--dangerLinkRgb: 255, 255, 255;--warningMain: #F0B429;--warningMainRgb: 240, 180, 41;--warningContrast: #1C2833;--warningContrastRgb: 28, 40, 51;--warningLink: #14293C;--warningLinkRgb: 20, 41, 60;--infoMain: #1F5C8B;--infoMainRgb: 31, 92, 139;--infoContrast: #FFFFFF;--infoContrastRgb: 255, 255, 255;--infoLink: #FFFFFF;--infoLinkRgb: 255, 255, 255;--ulListStyle: disc;--olListStyle: decimal;--innerBackground: var(--baseMain);--outerBackground: var(--baseMain);--ecInnerBackground: var(--baseMain);--ecOuterBackground: var(--baseMain);--baseSize: 18px;--h1Family: playfairdisplay;--h1Size: 2.5rem;--h1Color: var(--baseContrast);--h1Weight: 400;--h1BoldFamily: playfairdisplay;--h1BoldSize: 2.5rem;--h1BoldColor: var(--baseContrast);--h1BoldWeight: 700;--h2Family: playfairdisplay;--h2Size: 2rem;--h2Color: var(--baseContrast);--h2Weight: 400;--h2BoldFamily: playfairdisplay;--h2BoldSize: 2rem;--h2BoldColor: var(--baseContrast);--h2BoldWeight: 700;--h3Family: playfairdisplay;--h3Size: 1.75rem;--h3Color: var(--baseContrast);--h3Weight: 400;--h3BoldFamily: playfairdisplay;--h3BoldSize: 1.75rem;--h3BoldColor: var(--baseContrast);--h3BoldWeight: 700;--h4Family: playfairdisplay;--h4Size: 1.5rem;--h4Color: var(--baseContrast);--h4Weight: 400;--h4BoldFamily: playfairdisplay;--h4BoldSize: 1.5rem;--h4BoldColor: var(--baseContrast);--h4BoldWeight: 700;--h5Family: playfairdisplay;--h5Size: 1.25rem;--h5Color: var(--baseContrast);--h5Weight: 400;--h5BoldFamily: playfairdisplay;--h5BoldSize: 1.25rem;--h5BoldColor: var(--baseContrast);--h5BoldWeight: 700;--h6Family: firasans;--h6Size: 1rem;--h6Color: var(--baseContrast);--h6Weight: 300;--h6BoldFamily: firasans;--h6BoldSize: 1rem;--h6BoldColor: var(--baseContrast);--h6BoldWeight: 500;--pFamily: firasans;--pSize: 1rem;--pColor: var(--baseContrast);--pWeight: 300;--pBoldFamily: firasans;--pBoldSize: 1rem;--pBoldColor: var(--baseContrast);--pBoldWeight: 500;--aFamily: firasans;--aSize: 1rem;--aColor: var(--baseLink);--aWeight: 300;--aBoldFamily: firasans;--aBoldSize: 1rem;--aBoldColor: var(--baseLink);--aBoldWeight: 500;}[data-ec-variant="1"] {--baseMain: #FFFFFF;--baseMainRgb: 255, 255, 255;--baseContrast: #212529;--baseContrastRgb: 33, 37, 41;--baseLink: #303030;--baseLinkRgb: 48, 48, 48;--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: #303030;--secondaryLinkRgb: 48, 48, 48;--successMain: #198754;--successMainRgb: 25, 135, 84;--successContrast: #FFFFFF;--successContrastRgb: 255, 255, 255;--successLink: #303030;--successLinkRgb: 48, 48, 48;--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: 26px;--h1Family: playfairdisplay;--h1Size: 2.5rem;--h1Color: var(--baseContrast);--h1Weight: 400;--h1BoldFamily: playfairdisplay;--h1BoldSize: 2.5rem;--h1BoldColor: var(--baseContrast);--h1BoldWeight: 700;--h2Family: agis;--h2Size: 2rem;--h2Color: var(--baseContrast);--h2Weight: 400;--h2BoldFamily: agis;--h2BoldSize: 2rem;--h2BoldColor: var(--baseContrast);--h2BoldWeight: 700;--h3Family: agis;--h3Size: 1.75rem;--h3Color: var(--baseContrast);--h3Weight: 400;--h3BoldFamily: agis;--h3BoldSize: 1.75rem;--h3BoldColor: var(--baseContrast);--h3BoldWeight: 700;--h4Family: agis;--h4Size: 1.5rem;--h4Color: var(--baseContrast);--h4Weight: 400;--h4BoldFamily: agis;--h4BoldSize: 1.5rem;--h4BoldColor: var(--baseContrast);--h4BoldWeight: 700;--h5Family: agis;--h5Size: 1.25rem;--h5Color: var(--baseContrast);--h5Weight: 400;--h5BoldFamily: agis;--h5BoldSize: 1.25rem;--h5BoldColor: var(--baseContrast);--h5BoldWeight: 700;--h6Family: agis;--h6Size: 1rem;--h6Color: var(--baseContrast);--h6Weight: 400;--h6BoldFamily: agis;--h6BoldSize: 1rem;--h6BoldColor: var(--baseContrast);--h6BoldWeight: 700;--pFamily: agis;--pSize: 1rem;--pColor: var(--baseContrast);--pWeight: 400;--pBoldFamily: agis;--pBoldSize: 1rem;--pBoldColor: var(--baseContrast);--pBoldWeight: 700;--aFamily: agis;--aSize: 1rem;--aColor: var(--baseLink);--aWeight: 400;--aBoldFamily: agis;--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: 'playfairdisplay';
 font-style: normal;
 font-weight: 400;
 /* IE9 v kompatibilním rezimu: */
 src: url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-400.eot');
 src:
 /* IE6-IE8: */
 url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-400.eot?#iefix')
 format('embedded-opentype'),
 /* Vsechny moderní prohlízece: */
 url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-400.woff')
 format('woff'),
 /* Starsí Safari, Android, iOS: */
 url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-400.ttf')
 format('truetype'),
 /* iOS 4.3 a starsí */
 url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-400.svg')
 format('svg');
}
@font-face {
 font-family: 'playfairdisplay';
 font-style: normal;
 font-weight: 700;
 /* IE9 v kompatibilním rezimu: */
 src: url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-700.eot');
 src:
 /* IE6-IE8: */
 url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-700.eot?#iefix')
 format('embedded-opentype'),
 /* Vsechny moderní prohlízece: */
 url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-700.woff')
 format('woff'),
 /* Starsí Safari, Android, iOS: */
 url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-700.ttf')
 format('truetype'),
 /* iOS 4.3 a starsí */
 url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-700.svg')
 format('svg');
}
@font-face {
 font-family: 'firasans';
 font-style: normal;
 font-weight: 300;
 /* IE9 v kompatibilním rezimu: */
 src: url('https://cdn.polyweb.cz/asset/fonts/firasans-300.eot');
 src:
 /* IE6-IE8: */
 url('https://cdn.polyweb.cz/asset/fonts/firasans-300.eot?#iefix')
 format('embedded-opentype'),
 /* Vsechny moderní prohlízece: */
 url('https://cdn.polyweb.cz/asset/fonts/firasans-300.woff')
 format('woff'),
 /* Starsí Safari, Android, iOS: */
 url('https://cdn.polyweb.cz/asset/fonts/firasans-300.ttf')
 format('truetype'),
 /* iOS 4.3 a starsí */
 url('https://cdn.polyweb.cz/asset/fonts/firasans-300.svg')
 format('svg');
}
@font-face {
 font-family: 'firasans';
 font-style: normal;
 font-weight: 500;
 /* IE9 v kompatibilním rezimu: */
 src: url('https://cdn.polyweb.cz/asset/fonts/firasans-500.eot');
 src:
 /* IE6-IE8: */
 url('https://cdn.polyweb.cz/asset/fonts/firasans-500.eot?#iefix')
 format('embedded-opentype'),
 /* Vsechny moderní prohlízece: */
 url('https://cdn.polyweb.cz/asset/fonts/firasans-500.woff')
 format('woff'),
 /* Starsí Safari, Android, iOS: */
 url('https://cdn.polyweb.cz/asset/fonts/firasans-500.ttf')
 format('truetype'),
 /* iOS 4.3 a starsí */
 url('https://cdn.polyweb.cz/asset/fonts/firasans-500.svg')
 format('svg');
}
@font-face {
 font-family: 'agis';
 font-style: normal;
 font-weight: 400;
 /* IE9 v kompatibilním rezimu: */
 src: url('https://cdn.polyweb.cz/asset/fonts/agis-400.eot');
 src:
 /* IE6-IE8: */
 url('https://cdn.polyweb.cz/asset/fonts/agis-400.eot?#iefix')
 format('embedded-opentype'),
 /* Vsechny moderní prohlízece: */
 url('https://cdn.polyweb.cz/asset/fonts/agis-400.woff')
 format('woff'),
 /* Starsí Safari, Android, iOS: */
 url('https://cdn.polyweb.cz/asset/fonts/agis-400.ttf')
 format('truetype'),
 /* iOS 4.3 a starsí */
 url('https://cdn.polyweb.cz/asset/fonts/agis-400.svg')
 format('svg');
}
@font-face {
 font-family: 'agis';
 font-style: normal;
 font-weight: 700;
 /* IE9 v kompatibilním rezimu: */
 src: url('https://cdn.polyweb.cz/asset/fonts/agis-700.eot');
 src:
 /* IE6-IE8: */
 url('https://cdn.polyweb.cz/asset/fonts/agis-700.eot?#iefix')
 format('embedded-opentype'),
 /* Vsechny moderní prohlízece: */
 url('https://cdn.polyweb.cz/asset/fonts/agis-700.woff')
 format('woff'),
 /* Starsí Safari, Android, iOS: */
 url('https://cdn.polyweb.cz/asset/fonts/agis-700.ttf')
 format('truetype'),
 /* iOS 4.3 a starsí */
 url('https://cdn.polyweb.cz/asset/fonts/agis-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: #14293C; --bs-btn-border-color: #14293C; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #1E3A52; --bs-btn-hover-border-color: #1E3A52; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #14293C; --bs-btn-active-border-color: #C9A66B; --bs-btn-disabled-color: #FFFFFF; --bs-btn-disabled-bg: #A8B2BC; --bs-btn-disabled-border-color: #A8B2BC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 11px; }[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: 11px; }[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: 11px; }[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: 11px; }[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: 11px; }[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: #14293C; --bs-btn-hover-bg: #FFFFFF; --bs-btn-hover-border-color: #FFFFFF; --bs-btn-active-color: #14293C; --bs-btn-active-bg: #FFFFFF; --bs-btn-active-border-color: #C9A66B; --bs-btn-disabled-color: #C7CDD3; --bs-btn-disabled-bg: ; --bs-btn-disabled-border-color: #6B7580; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 11px; }[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: 11px; }[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: 11px; }[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: 11px; }[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: 11px; }[data-ec-variant="0"] .btn-own-3, body [data-ec-variant="0"] .btn-own-3 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #7F6134; --bs-btn-border-color: #7F6134; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #654C28; --bs-btn-hover-border-color: #654C28; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #7F6134; --bs-btn-active-border-color: #14293C; --bs-btn-disabled-color: #FFFFFF; --bs-btn-disabled-bg: #CBC3B5; --bs-btn-disabled-border-color: #CBC3B5; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 11px; }[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: 11px; }[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: 11px; }[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: 11px; }[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: 11px; }[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: ; --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: ; --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: ; --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-XE6RXWr5Pk {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-D21PmWe6P3 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-ad64O7Z1x0 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-Pm5eQY85yM {--innerBackground: color-mix(in srgb, #dbe6f3 100%, transparent) !important;--outerBackground: color-mix(in srgb, #dbe6f3 100%, transparent) !important;}.ecComponent-AdpwAKK17m {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-aM18bEnp4R {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-yb6lgae1n9 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-bw67b7V1JO {--innerBackground: color-mix(in srgb, #dbe6f3 100%, transparent) !important;--outerBackground: color-mix(in srgb, #dbe6f3 100%, transparent) !important;}.ecComponent-rO1YYxQ1bm {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-Pb6WeYq5KJ {--innerBackground: color-mix(in srgb, var(--primaryMain) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--primaryMain) 100%, transparent) !important;}.ecComponent-XE6RXd05Pk {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-Gk1oNqo5Ag {--innerBackground: color-mix(in srgb, #ffffff 100%, transparent) !important;--outerBackground: color-mix(in srgb, #ffffff 100%, transparent) !important;}.ecComponent-NX6dK7O1m4 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-d85yq7D5gW {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-q96BEzm1MW {--innerBackground: color-mix(in srgb, #f5f7f9 100%, transparent) !important;--outerBackground: color-mix(in srgb, #f5f7f9 100%, transparent) !important;}.ecComponent-7w5K9vO6Va {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-b45rz7r5QW {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-XA1nm8k5DZ {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-mD6JmRE1gd {--innerBackground: color-mix(in srgb, #f5f7f9 100%, transparent) !important;--outerBackground: color-mix(in srgb, #f5f7f9 100%, transparent) !important;}.ecComponent-835gywm6n7 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-al6xnbz5ey {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-XJ1jvbB1w0 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-Q8p3rGe6yx {--innerBackground: color-mix(in srgb, #f5f7f9 100%, transparent) !important;--outerBackground: color-mix(in srgb, #f5f7f9 100%, transparent) !important;}.ecComponent-Qm6qgkJ5e4 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-GkpmnqB59R {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-jP6GdkNp4w {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-JgpO9Aq1x8 {--innerBackground: color-mix(in srgb, #f5f7f9 100%, transparent) !important;--outerBackground: color-mix(in srgb, #f5f7f9 100%, transparent) !important;}.ecComponent-78p2qxL6qg {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-8Xp9Nnv534 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-JZ1vx74pzo {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-RM5DMv01XQ {--innerBackground: color-mix(in srgb, #f5f7f9 100%, transparent) !important;--outerBackground: color-mix(in srgb, #f5f7f9 100%, transparent) !important;}.ecComponent-bmpzeOY6Xz {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-D21PmM86P3 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-ad64OZ21x0 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-Pm5eQ4n5yM {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-AdpwA7J17m {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-aM18bydp4R {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-yb6lgOg1n9 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-bw67bdQ1JO {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-rO1YYRe1bm {--innerBackground: color-mix(in srgb, #dbe6f3 100%, transparent) !important;--outerBackground: color-mix(in srgb, #dbe6f3 100%, transparent) !important;}.ecComponent-3D6ad8G1Pk {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-BV5bo8y1vY {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-A8pXYRX5M7 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-2x6ZRaW6JN {--innerBackground: color-mix(in srgb, #dbe6f3 100%, transparent) !important;--outerBackground: color-mix(in srgb, #dbe6f3 100%, transparent) !important;}.ecComponent-3GpN8Dk1Jw {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-a460NPB5nx {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-JE6kwoo6We {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-qL5LODXp3N {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-EV6EQ9b6XJ {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-EA5VYRbpmN {--innerBackground: color-mix(in srgb, #dbe6f3 100%, transparent) !important;--outerBackground: color-mix(in srgb, #dbe6f3 100%, transparent) !important;}.ecComponent-bw5AQjO5V2 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-701MqDn1Oa {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-bz6QqRw6kM {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-NX6dKwO1m4 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-q96BEem1MW {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-7w5K9LO6Va {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-GkpmnOB59R {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-jP6GdDNp4w {--innerBackground: color-mix(in srgb, #f5f7f9 100%, transparent) !important;--outerBackground: color-mix(in srgb, #f5f7f9 100%, transparent) !important;}.ecComponent-JgpO9nq1x8 {--innerBackground: color-mix(in srgb, #dbe6f3 100%, transparent) !important;--outerBackground: color-mix(in srgb, #dbe6f3 100%, transparent) !important;}.ecComponent-EV6EQ9l6XJ {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-EA5VYRjpmN {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-bw5AQjw5V2 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-701MqD01Oa {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-bz6QqRZ6kM {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-NX6dKwo1m4 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-d85yqZn5gW {--innerBackground: color-mix(in srgb, #dbe6f3 100%, transparent) !important;--outerBackground: color-mix(in srgb, #dbe6f3 100%, transparent) !important;}.ecComponent-jP6GdDWp4w {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-78p2qEP6qg {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-8Xp9NBK534 {--innerBackground: color-mix(in srgb, #dbe6f3 100%, transparent) !important;--outerBackground: color-mix(in srgb, #dbe6f3 100%, transparent) !important;}.ecComponent-JZ1vxq9pzo {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-q96BEev1MW {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-7w5K9La6Va {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-GkpmnOz59R {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-Q8p3rVz6yx {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-Qm6qgAz5e4 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-b45rzMz5QW {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-XA1nm2J5DZ {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-Gk1oNE75Ag {--innerBackground: color-mix(in srgb, #dbe6f3 100%, transparent) !important;--outerBackground: color-mix(in srgb, #dbe6f3 100%, transparent) !important;}.ecComponent-Pb6WeWv5KJ {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-RM5DMRW1XQ {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-bmpzeZ76Xz {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-al6xnkZ5ey {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-XJ1jv3R1w0 {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}
.ecTimesGallery {
 position: relative;
 width: 100%;
 height: 70vh;
 min-height: 520px;
 background: #1a1a1a !important;
 overflow: hidden;
 color: #fff;
}
.ecTimesGallery .tg-slides {
 position: absolute;
 inset: 0;
}
.ecTimesGallery .tg-slide {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 border-radius: 0;
 overflow: hidden;
 cursor: default;
 box-shadow: 6px 6px 10px 2px rgba(0, 0, 0, 0.6);
 transition: left 0.75s cubic-bezier(0.4, 0, 0.2, 1), top 0.75s cubic-bezier(0.4, 0, 0.2, 1), width 0.75s cubic-bezier(0.4, 0, 0.2, 1), height 0.75s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}
.ecTimesGallery .tg-slide picture {
 position: absolute;
 inset: 0;
 display: block;
 width: 100%;
 height: 100%;
}
.ecTimesGallery .tg-slide img,
.ecTimesGallery .tg-slide picture img {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 pointer-events: none;
}
.ecTimesGallery .tg-slide::after {
 content: '';
 position: absolute;
 inset: 0;
 background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
 transition: background 0.75s cubic-bezier(0.4, 0, 0.2, 1);
 pointer-events: none;
}
.ecTimesGallery .tg-slide .tg-content {
 position: absolute;
 left: 14px;
 bottom: 12px;
 z-index: 2;
 width: calc(100% - 28px);
 transition: left 0.75s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}
.ecTimesGallery .tg-slide .tg-text-wrap {
 transform-origin: bottom left;
 transition: transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}
.ecTimesGallery .tg-slide .tg-place {
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.ecTimesGallery .tg-slide .tg-place .ecHead {
 margin: 0 !important;
 padding: 0 !important;
}
.ecTimesGallery .tg-slide .tg-title {
 line-height: 1.2;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.ecTimesGallery .tg-slide .tg-title .ecHead {
 line-height: inherit;
 margin: 0 !important;
 padding: 0 !important;
}
.ecTimesGallery .tg-slide:not(.tg-active) {
 display: none;
}
.ecTimesGallery.tg-ready .tg-slide.tg-active {
 cursor: default;
 border-radius: 0 !important;
}
.ecTimesGallery.tg-ready .tg-slide.tg-active::after {
 background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 45%, transparent 70%);
}
.ecTimesGallery.tg-ready .tg-slide.tg-active .tg-content {
 left: 60px;
 bottom: 120px;
 width: 50vw;
}
.ecTimesGallery.tg-ready .tg-slide.tg-active .tg-place {
 white-space: normal;
}
.ecTimesGallery.tg-ready .tg-slide.tg-active .tg-place::before {
 content: '';
 display: block;
 width: 30px;
 height: 4px;
 border-radius: 99px;
 background: var(--tg-line-color, #ffffff);
 opacity: var(--tg-line-opacity, 1);
 margin-bottom: 12px;
}
.ecTimesGallery.tg-ready .tg-slide.tg-active .tg-title {
 white-space: normal;
 text-overflow: initial;
}
.ecTimesGallery.tg-ready .tg-slide:not(.tg-active) {
 display: block;
 border-radius: 10px;
 cursor: pointer;
 z-index: 30;
}
.ecTimesGallery.tg-ready .tg-slide:not(.tg-active) .tg-text-wrap {
 transform: scale(0.5);
}
.ecTimesGallery .tg-nav {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 height: 70px;
 display: flex;
 align-items: center;
 gap: 16px;
 padding: 0 60px;
 z-index: 40;
 opacity: 0;
 pointer-events: none;
 transition: opacity 0.4s;
}
.ecTimesGallery.tg-ready .tg-nav {
 opacity: 1;
 pointer-events: auto;
}
.ecTimesGallery .tg-btn {
 flex-shrink: 0;
 width: 46px;
 height: 46px;
 border-radius: 50%;
 border: 2px solid rgba(255, 255, 255, 0.4);
 background: transparent;
 color: rgba(255, 255, 255, 0.85);
 display: grid;
 place-items: center;
 cursor: pointer;
 transition: border-color 0.2s, background 0.2s;
}
.ecTimesGallery .tg-btn svg {
 width: 22px;
 height: 22px;
 stroke-width: 2;
}
.ecTimesGallery .tg-btn:hover {
 border-color: rgba(255, 255, 255, 0.9);
 background: rgba(255, 255, 255, 0.15);
}
.ecTimesGallery .tg-pause {
 display: none;
}
.ecTimesGallery.tg-in-editor .tg-pause {
 display: grid;
}
.ecTimesGallery .tg-progress-wrap {
 flex: 1;
 height: 3px;
 background: rgba(255, 255, 255, 0.2);
 border-radius: 2px;
 overflow: hidden;
}
.ecTimesGallery .tg-bar {
 height: 100%;
 width: 0;
 background: var(--tg-bar-color, #ecad29);
 border-radius: 2px;
}
.ecTimesGallery .tg-slide-num {
 flex-shrink: 0;
 font-size: 28px;
 font-weight: 700;
 min-width: 60px;
 text-align: center;
 line-height: 1;
}
@media (max-width: 767px) {
 .ecTimesGallery {
 height: 70vh;
 min-height: 380px;
 }
 .ecTimesGallery.tg-ready .tg-slide:not(.tg-active) {
 display: none;
 }
 .ecTimesGallery.tg-ready .tg-slide.tg-active .tg-content {
 left: 20px;
 bottom: 86px;
 width: calc(100% - 40px);
 }
 .ecTimesGallery .tg-nav {
 padding: 0 16px;
 }
}

.ecFooterCentered .fcSocial {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 1rem;
}
.ecFooterCentered .fcSocial a {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 3rem;
 height: 3rem;
 color: var(--fc-icon-color, currentColor);
 text-decoration: none;
}
.ecFooterCentered .fcSocial a em {
 font-size: 1.25rem;
 line-height: 1;
}
.ecFooterCentered .fcIcons-circle a,
.ecFooterCentered .fcIcons-square a {
 border: 1px solid var(--fc-icon-color, currentColor);
}
.ecFooterCentered .fcIcons-circle a {
 border-radius: 50%;
}
.ecFooterCentered .fcIcons-square a {
 border-radius: 0.25rem;
}
.ecFooterCentered .fcNav .nav {
 flex-direction: row !important;
 flex-wrap: wrap;
 justify-content: center;
}
.ecFooterCentered .fcNav a.nav-link {
 white-space: normal;
 color: inherit;
}
.ecFooterCentered .fcLogoLink {
 display: inline-block;
 max-width: 100%;
}
.ecFooterCentered .fcLogo {
 display: block;
 width: 100%;
 height: auto;
}
.ecFooterCentered .fcLogo img,
.ecFooterCentered .fcLogo picture,
.ecFooterCentered .fcLogo source {
 display: block;
 max-width: 100%;
 height: auto;
 object-fit: contain;
 object-position: center center;
}
.ecFooterCentered .fcBottom {
 margin-top: 2rem;
 row-gap: 0.5rem;
}
.ecFooterCentered .fcBottom a {
 color: var(--link-color, inherit);
}
@media (min-width: 992px) {
 .ecFooterCentered .fcBottom.fcBottomWide > .fcBottomLeft,
 .ecFooterCentered .fcBottom.fcBottomWide > .fcBottomRight {
 flex: 0 0 auto;
 width: 16.66666667%;
 }
 .ecFooterCentered .fcBottom.fcBottomWide > .fcBottomCenter {
 flex: 0 0 auto;
 width: 66.66666667%;
 }
}
.ecFooterCentered .fcBottom.fcBottomStack > .fcBottomLeft,
.ecFooterCentered .fcBottom.fcBottomStack > .fcBottomCenter,
.ecFooterCentered .fcBottom.fcBottomStack > .fcBottomRight {
 flex: 0 0 auto;
 width: 100%;
}

.ecOneLine hr {
 padding: 0;
 margin: 0;
 border: none;
 border-top: 1px solid #000000;
 height: 0;
 width: 100%;
}

.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;
 border-radius: var(--ecNavbarLinkRadius, 0);
}
@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.active,
.ecNavbarWithLogo1 .link-only a.nav-link.show {
 color: var(--ecNavbarActiveColor, var(--primaryMain, #000)) !important;
}
.ecNavbarWithLogo1 .link-only a.nav-link:hover {
 text-decoration: underline;
}
.ecNavbarWithLogo1 .navbar.ecActiveUnderline a.nav-link.active,
.ecNavbarWithLogo1 .navbar.ecActiveUnderline .dropdown-item.active {
 text-decoration: underline !important;
}
.ecNavbarWithLogo1 .navbar.ecActiveBold a.nav-link.active,
.ecNavbarWithLogo1 .navbar.ecActiveBold .dropdown-item.active {
 font-weight: 700 !important;
}
.ecNavbarWithLogo1 .navbar-brand {
 height: var(--ecNavbarWithLogo1Height);
 z-index: 1050;
 flex-shrink: 0;
}
.ecNavbarWithLogo1 .dropdown-menu {
 --bs-dropdown-link-hover-bg: transparent;
 --bs-dropdown-link-active-bg: transparent;
 --bs-dropdown-link-active-color: var(--bs-dropdown-link-color);
}
.ecNavbarWithLogo1 .dropdown-menu li:hover > .dropdown-menu {
 display: block;
}

.ecArticleHeaders .no-stretched-link {
 position: relative;
 z-index: 1;
}
.ecArticleHeaders a {
 text-decoration: none;
}
.ecArticleHeaders img,
.ecArticleHeaders picture {
 max-width: 100%;
 height: auto;
}
[data-carousel-design="box"] {
 position: relative;
 display: flex;
 flex-direction: row;
 flex-wrap: nowrap;
 overflow: hidden;
 justify-content: center;
}
[data-carousel-design="box"] > div {
 transition: transform 0.3s ease-in-out;
}
[data-carousel-design="box"] .ecContainerWrapper,
[data-carousel-design="box"] .ecContainerWrapper > .container,
[data-carousel-design="box"] .ecContainerWrapper > .container-fluid {
 background-color: transparent;
}
[data-carousel-design="box"] .picture img {
 width: 100%;
 height: 100%;
 display: block;
 object-fit: cover;
}
[data-carousel-design="box"] .picture.picture-object-fit-cover img {
 object-fit: cover;
}
[data-carousel-design="box"] .picture.picture-object-fit-contain img {
 object-fit: contain;
}
[data-carousel-design="box"] .picture.picture-object-fit-fill img {
 object-fit: fill;
}
.container-fluid [data-carousel-design="box"] .picture {
 padding-left: 0;
 padding-right: 0;
}
.container-fluid [data-carousel-design="box"] .row {
 --bs-gutter-x: 0;
}
[data-carousel-design="box2"] {
 position: relative;
 display: flex;
 flex-direction: row;
 flex-wrap: nowrap;
 overflow: hidden;
 justify-content: center;
}
[data-carousel-design="box2"] > div {
 transition: transform 0.3s ease-in-out;
}
[data-carousel-design="box2"] .ecContainerWrapper,
[data-carousel-design="box2"] .ecContainerWrapper > .container,
[data-carousel-design="box2"] .ecContainerWrapper > .container-fluid {
 background-color: transparent;
}
[data-carousel-design="box2"] .picture img {
 width: 100%;
 height: 100%;
 display: block;
 object-fit: cover;
}
[data-carousel-design="box2"] .picture.picture-object-fit-cover img {
 object-fit: cover;
}
[data-carousel-design="box2"] .picture.picture-object-fit-contain img {
 object-fit: contain;
}
[data-carousel-design="box2"] .picture.picture-object-fit-fill img {
 object-fit: fill;
}
.container-fluid [data-carousel-design="box2"] .picture {
 padding-left: 0;
 padding-right: 0;
}
.container-fluid [data-carousel-design="box2"] .row {
 --bs-gutter-x: 0;
}

.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;
}

.ecRealtyDetailEmbedYoutube .iconLine {
 background-color: var(--primaryMain, #007bff);
 color: var(--primaryContrast, #fff);
}
.ecRealtyDetailEmbedYoutube .iconLine .col {
 display: flex;
 align-items: start;
 justify-content: center;
 text-align: start;
}
.ecRealtyDetailEmbedYoutube .iconLine .col .icon {
 flex: 1;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 3rem;
}
.ecRealtyDetailEmbedYoutube .iconLine .col .text {
 flex: 4;
 padding-left: 0.75rem;
 line-height: 1.5;
 display: flex;
 flex-direction: column;
}
.ecRealtyDetailEmbedYoutube .iconLine .col .text strong {
 font-weight: bold;
 font-size: 1.2rem;
}
.ecRealtyDetailEmbedYoutube .iconLine .col .text span {
 font-size: 1rem;
}

.ecMapWithText1 .mwt-row {
 border-radius: var(--mwt-radius, 0);
 overflow: hidden;
}
@media (min-width: 992px) {
 .ecMapWithText1 .mwt-row {
 min-height: var(--mwt-min-height, 55vh);
 }
}
.ecMapWithText1 .mwt-text-col {
 display: flex;
 flex-direction: column;
 padding: var(--mwt-text-padding-sm, 1.5rem);
}
@media (min-width: 768px) {
 .ecMapWithText1 .mwt-text-col {
 padding: var(--mwt-text-padding, 3rem);
 }
}
.ecMapWithText1 .mwt-inherit-color h1,
.ecMapWithText1 .mwt-inherit-color h2,
.ecMapWithText1 .mwt-inherit-color h3,
.ecMapWithText1 .mwt-inherit-color h4,
.ecMapWithText1 .mwt-inherit-color h5,
.ecMapWithText1 .mwt-inherit-color h6 {
 color: inherit;
}
.ecMapWithText1 .mwt-text-col .mwt-eyebrow {
 color: var(--mwt-accent-color, inherit);
 font-size: 0.8rem;
 letter-spacing: 0.18em;
 line-height: 1.4;
}
.ecMapWithText1 .mwt-text-col .mwt-eyebrow::after {
 content: "";
 display: block;
 width: 2.5rem;
 border-top: 2px solid currentColor;
 margin-top: 0.5rem;
}
.ecMapWithText1 .mwt-title {
 letter-spacing: 0.02em;
}
.ecMapWithText1 .mwt-lead {
 opacity: 0.85;
}
.ecMapWithText1 .mwt-align-start {
 justify-content: flex-start;
}
.ecMapWithText1 .mwt-align-center {
 justify-content: center;
}
.ecMapWithText1 .mwt-align-end {
 justify-content: flex-end;
}
.ecMapWithText1 .mwt-text-inner {
 width: 100%;
}
.ecMapWithText1 .mwt-item {
 display: flex;
 align-items: center;
 gap: 1.25rem;
 padding: 1rem 0;
 border-top: 1px solid var(--mwt-line-color, rgba(128, 128, 128, 0.4));
}
.ecMapWithText1 .mwt-item-icon {
 flex: 0 0 auto;
 align-self: stretch;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 3rem;
 font-size: 1.35rem;
 line-height: 1;
 color: var(--mwt-accent-color, inherit);
 border-right: 1px solid var(--mwt-line-color, rgba(128, 128, 128, 0.4));
}
.ecMapWithText1 .mwt-item-label {
 font-size: 0.95rem;
 line-height: 1.35;
}
.ecMapWithText1 .mwt-item-value {
 font-size: 0.95rem;
 line-height: 1.35;
 opacity: 0.85;
}
.ecMapWithText1 .mwt-item-body {
 flex: 1 1 auto;
 min-width: 0;
}
.ecMapWithText1 .mwt-map-col {
 position: relative;
 min-height: 300px;
}
.ecMapWithText1 .mwt-map {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
}
.ecMapWithText1 .mwt-map > * {
 width: 100%;
 height: 100% !important;
}
.ecMapWithText1 .mwt-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);
}
.ecMapWithText1 .mwt-map-proxy {
 position: absolute;
 bottom: 1rem;
 right: 1rem;
 z-index: 820;
 display: flex;
 flex-direction: column;
 gap: 4px;
}

.ecVerticalFileListGroup .default .repeatableWrapper .repeatable .col-12 {
 display: flex;
 border: 1px solid #ddd;
 margin-bottom: 3px;
}
.ecVerticalFileListGroup .default .repeatableWrapper .repeatable .col-12 .text {
 flex: 1;
}
.ecVerticalFileListGroup .default .repeatableWrapper .repeatable .col-12 button {
 flex: 0 0 auto;
}
.ecVerticalFileListGroup .middle .repeatableWrapper .repeatable .col-12 {
 display: flex;
 border-top: 1px solid #ddd;
 margin-bottom: 3px;
}
.ecVerticalFileListGroup .middle .repeatableWrapper .repeatable .col-12 .text {
 flex: 1;
 text-align: end;
 width: 50%;
}
.ecVerticalFileListGroup .middle .repeatableWrapper .repeatable .col-12 button {
 flex: 1;
 width: 50%;
 text-align: start;
}
.ecVerticalFileListGroup .middle .repeatableWrapper .row:first-of-type .col-12 {
 border-top: none;
}
.ecVerticalFileListGroup .text-center {
 justify-content: center;
}
@media (min-width: 992px) {
 .ecVerticalFileListGroup .text-lg-left {
 text-align: left;
 justify-content: left;
 }
 .ecVerticalFileListGroup .text-lg-right {
 text-align: right;
 justify-content: right;
 }
}

.ecArticleListCard {
 position: relative;
}
.ecArticleListCard .ecArticleHeaders .no-stretched-link {
 position: relative;
 z-index: 1;
}
.ecArticleListCard .ecArticleHeaders a {
 text-decoration: none;
}
.ecArticleListCard .ecArticleHeaders img,
.ecArticleListCard .ecArticleHeaders picture {
 max-width: 100%;
 height: auto;
}
.ecArticleListCard [data-carousel-design="box"] {
 position: relative;
 display: flex;
 flex-direction: row;
 flex-wrap: nowrap;
 overflow: hidden;
 justify-content: center;
}
.ecArticleListCard [data-carousel-design="box"] > div {
 transition: transform 0.3s ease-in-out;
}
.ecArticleListCard [data-carousel-design="box"] .ecContainerWrapper,
.ecArticleListCard [data-carousel-design="box"] .ecContainerWrapper > .container,
.ecArticleListCard [data-carousel-design="box"] .ecContainerWrapper > .container-fluid {
 background-color: transparent;
}
.ecArticleListCard [data-carousel-design="box"] .picture img {
 width: 100%;
 height: 100%;
 display: block;
 object-fit: cover;
}
.ecArticleListCard [data-carousel-design="box"] .picture.picture-object-fit-cover img {
 object-fit: cover;
}
.ecArticleListCard [data-carousel-design="box"] .picture.picture-object-fit-contain img {
 object-fit: contain;
}
.ecArticleListCard [data-carousel-design="box"] .picture.picture-object-fit-fill img {
 object-fit: fill;
}
.container-fluid .ecArticleListCard [data-carousel-design="box"] .picture {
 padding-left: 0;
 padding-right: 0;
}
.container-fluid .ecArticleListCard [data-carousel-design="box"] .row {
 --bs-gutter-x: 0;
}
.ecArticleListCard [data-carousel-design="box2"] {
 position: relative;
 display: flex;
 flex-direction: row;
 flex-wrap: nowrap;
 overflow: hidden;
 justify-content: center;
}
.ecArticleListCard [data-carousel-design="box2"] > div {
 transition: transform 0.3s ease-in-out;
}
.ecArticleListCard [data-carousel-design="box2"] .ecContainerWrapper,
.ecArticleListCard [data-carousel-design="box2"] .ecContainerWrapper > .container,
.ecArticleListCard [data-carousel-design="box2"] .ecContainerWrapper > .container-fluid {
 background-color: transparent;
}
.ecArticleListCard [data-carousel-design="box2"] .picture img {
 width: 100%;
 height: 100%;
 display: block;
 object-fit: cover;
}
.ecArticleListCard [data-carousel-design="box2"] .picture.picture-object-fit-cover img {
 object-fit: cover;
}
.ecArticleListCard [data-carousel-design="box2"] .picture.picture-object-fit-contain img {
 object-fit: contain;
}
.ecArticleListCard [data-carousel-design="box2"] .picture.picture-object-fit-fill img {
 object-fit: fill;
}
.container-fluid .ecArticleListCard [data-carousel-design="box2"] .picture {
 padding-left: 0;
 padding-right: 0;
}
.container-fluid .ecArticleListCard [data-carousel-design="box2"] .row {
 --bs-gutter-x: 0;
}
.ecArticleListCard .no-stretched-link {
 position: relative;
 z-index: 1;
}
.ecArticleListCard .topPart .texts {
 flex-grow: 1;
}
.ecArticleListCard .topPart .other {
 width: auto;
 gap: 10px;
 padding-left: 10px;
}
.ecArticleListCard .topPart .other a {
 color: var(--primaryMain, #ccc);
 text-decoration: none;
}
.ecArticleListCard .topPart .other a a > * {
 color: var(--primaryMain, #ccc) !important;
}
.ecArticleListCard .topPart .other em {
 font-size: 30px;
 text-align: center;
 width: 40px;
 height: 40px;
 line-height: 40px;
 margin-top: 10px;
 background-color: var(--primaryMain, #333);
 color: var(--primaryContrast, #fff);
 cursor: pointer;
}
.ecArticleListCard .carouselSidesWrapper {
 position: relative;
}
.ecArticleListCard .carouselSideArrow {
 position: absolute;
 top: 30%;
 transform: translateY(-50%);
 z-index: 1;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 border: 2px solid var(--primaryMain);
 background-color: transparent;
 cursor: pointer;
}
.ecArticleListCard .carouselSideArrow em {
 font-size: 20px;
 color: var(--primaryMain);
 background-color: transparent;
 width: auto;
 height: auto;
 line-height: normal;
 margin-top: 0;
}
.ecArticleListCard .carouselSideArrow--left {
 left: -25px;
}
.ecArticleListCard .carouselSideArrow--right {
 right: -25px;
}
.ecArticleListCard .carouselDots {
 display: flex;
 justify-content: center;
 gap: 8px;
 padding: 15px 0;
}
.ecArticleListCard .carouselDots .carouselDot {
 width: 12px;
 height: 12px;
 border-radius: 50%;
 border: 2px solid var(--primaryMain, #ccc);
 background-color: transparent;
 cursor: pointer;
 transition: background-color 0.3s ease;
}
.ecArticleListCard .carouselDots .carouselDot:hover {
 background-color: var(--primaryMain, #ccc);
 opacity: 0.5;
}
.ecArticleListCard .carouselDots .carouselDot--active {
 background-color: var(--primaryMain, #ccc);
}
.ecArticleListCard [data-carousel-type="shift"] {
 overflow: hidden;
}
.ecArticleListCard [data-carousel-type="shift"] .row {
 flex-wrap: nowrap;
 overflow: hidden;
}
.ecArticleListCard [data-carousel-type="shift"] .col-12 {
 transition: transform 0.3s ease-in-out;
}
.ecArticleListCard .articleCardRow--16x9 .articleCardMedia {
 --bs-aspect-ratio: 56.25%;
}
.ecArticleListCard .articleCardRow--3x2 .articleCardMedia {
 --bs-aspect-ratio: 66.66%;
}
.ecArticleListCard .articleCardRow--4x3 .articleCardMedia {
 --bs-aspect-ratio: 75%;
}
.ecArticleListCard .articleCardRow--1x1 .articleCardMedia {
 --bs-aspect-ratio: 100%;
}
.ecArticleListCard .articleCardCell {
 display: flex;
 flex-direction: column;
}
.ecArticleListCard .articleCard {
 position: relative;
 display: flex;
 flex-direction: column;
 flex-grow: 1;
 height: 100%;
 overflow: hidden;
 background: var(--ecArticleCardBg, #fff);
 color: var(--ecArticleCardText, inherit);
 border: 1px solid var(--ecArticleCardBorder, transparent);
 border-radius: var(--ecArticleCardRadius, 12px);
 transition: box-shadow 0.2s ease-in-out;
}
.ecArticleListCard .articleCard--shadow {
 box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}
.ecArticleListCard .articleCard--shadow:hover {
 box-shadow: 0 6px 22px rgba(0, 0, 0, 0.14);
}
.ecArticleListCard .articleCard .stretched-link::after {
 z-index: 1;
}
.ecArticleListCard .articleCardMedia {
 background: #eee url('/source/editable-components/pics/image.png') center center no-repeat;
}
.ecArticleListCard .articleCardMedia picture {
 display: block;
 width: 100%;
 height: 100%;
}
.ecArticleListCard .articleCardMedia img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 background: #eee;
}
.ecArticleListCard .articleCardMedia.picture-object-fit-contain img {
 object-fit: contain;
}
.ecArticleListCard .articleCardMedia.picture-object-fit-fill img {
 object-fit: fill;
}
.ecArticleListCard .articleCardBody {
 display: flex;
 flex-direction: column;
 flex-grow: 1;
 padding: 1.1rem 1.15rem 1.15rem;
}
.ecArticleListCard .articleCardTitle {
 margin: 0 0 0.75rem;
 line-height: 1.35;
}
.ecArticleListCard .articleCardTitle a {
 color: inherit;
 text-decoration: none;
}
.ecArticleListCard .articleCardText {
 flex-grow: 1;
}
.ecArticleListCard .articleCardText p:last-child {
 margin-bottom: 0;
}
.ecArticleListCard .articleCardFooter {
 margin-top: 1rem;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 gap: 0.5rem 0.75rem;
}
.ecArticleListCard .articleCardFooter--divider {
 border-top: 1px solid var(--ecArticleCardBorder, rgba(0, 0, 0, 0.1));
 padding-top: 0.85rem;
}
.ecArticleListCard .articleCardDate {
 display: inline-flex;
 align-items: center;
 gap: 0.45rem;
 font-size: 0.9rem;
 color: var(--ecArticleCardDate, inherit);
 opacity: 0.85;
 white-space: nowrap;
}
.ecArticleListCard .articleCardDate em {
 opacity: 0.7;
}
.ecArticleListCard .articleCardAction {
 position: relative;
 z-index: 3;
 margin-left: auto;
}
.ecArticleListCard .articleCardAction:empty {
 display: none;
}

.ecAgentCards .ac {
 --ac-radius: 12px;
 --ac-gap: 32px;
 --ac-ratio: 3 / 4;
 --ac-panel-bg: #fff;
 --ac-panel-color: #303437;
 --ac-accent: #b89a79;
 --ac-cols: 3;
 --ac-min: 260px;
 --ac-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
.ecAgentCards .ac-overlay,
.ecAgentCards .ac-side {
 --ac-panel-bg: #152432;
 --ac-panel-color: #f4f0e9;
}
.ecAgentCards .ac-overlay {
 --ac-min: 400px;
}
.ecAgentCards .ac-side {
 --ac-min: 480px;
}
.ecAgentCards .ac-head {
 margin-bottom: 2.5rem;
}
.ecAgentCards .ac-divider {
 display: block;
 width: 64px;
 height: 2px;
 background: var(--ac-accent);
 margin: 0.75rem 0 1rem;
}
.ecAgentCards .ac-head-center .ac-divider {
 margin-left: auto;
 margin-right: auto;
}
.ecAgentCards .ac-head-end .ac-divider {
 margin-left: auto;
 margin-right: 0;
}
.ecAgentCards .ac-grid {
 display: grid;
 gap: var(--ac-gap);
 grid-template-columns: repeat(var(--ac-cols), minmax(0, 1fr));
 align-items: stretch;
}
.ecAgentCards .ac-cols-auto .ac-grid {
 grid-template-columns: repeat(auto-fit, minmax(var(--ac-min), 1fr));
 justify-content: center;
}
.ecAgentCards .ac-cols-2 .ac-grid {
 --ac-cols: 2;
}
.ecAgentCards .ac-cols-3 .ac-grid {
 --ac-cols: 3;
}
.ecAgentCards .ac-cols-4 .ac-grid {
 --ac-cols: 4;
}
.ecAgentCards .ac-item {
 min-width: 0;
}
.ecAgentCards .ac-columns .ac-item:only-child {
 max-width: 420px;
 margin-left: auto;
 margin-right: auto;
 width: 100%;
}
.ecAgentCards .ac-overlay .ac-item:only-child,
.ecAgentCards .ac-side .ac-item:only-child {
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 width: 100%;
}
.ecAgentCards .ac-card {
 height: 100%;
 min-width: 0;
}
.ecAgentCards .ac-photo {
 position: relative;
 overflow: hidden;
 aspect-ratio: var(--ac-ratio);
 background: rgba(0, 0, 0, 0.04);
}
.ecAgentCards .ac-photo picture {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 display: block;
}
.ecAgentCards .ac-photo img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.ecAgentCards .ac-info {
 display: flex;
 flex-direction: column;
 background: var(--ac-panel-bg);
 color: var(--ac-panel-color);
}
.ecAgentCards .ac-info-inner {
 display: flex;
 flex-direction: column;
 flex: 1 1 auto;
 padding: 1.5rem;
}
.ecAgentCards .ac-name {
 margin: 0;
}
.ecAgentCards .ac-position {
 margin: 0.25rem 0 0;
 color: var(--ac-accent);
 letter-spacing: 0.08em;
 font-size: 0.875rem;
}
.ecAgentCards .ac-rule {
 display: block;
 width: 48px;
 height: 1px;
 margin: 1rem 0;
 background: var(--ac-accent);
}
.ecAgentCards .ac-contacts {
 list-style: none;
 padding: 0;
 margin: 0;
}
.ecAgentCards .ac-contacts li {
 display: flex;
 align-items: center;
 margin-bottom: 0.5rem;
}
.ecAgentCards .ac-contacts li:last-child {
 margin-bottom: 0;
}
.ecAgentCards .ac-contacts p {
 margin: 0;
}
.ecAgentCards .ac-contacts li > *:not(em) {
 flex: 1 1 auto;
 min-width: 0;
 min-height: 1.4em;
}
.ecAgentCards .ac-contacts em {
 color: var(--ac-accent);
 margin-right: 0.5rem;
 width: 1.25em;
 text-align: center;
 flex: 0 0 auto;
}
.ecAgentCards .ac-contacts a {
 color: inherit;
 text-decoration: none;
 overflow-wrap: anywhere;
}
.ecAgentCards .ac-contacts a:hover,
.ecAgentCards .ac-contacts a:focus-visible {
 text-decoration: underline;
}
.ecAgentCards .ac-note {
 margin: 1rem 0 0;
 font-size: 0.9375rem;
 opacity: 0.85;
}
.ecAgentCards .ac-info-inner .ecPar:empty {
 min-height: 1.4em;
}
.ecAgentCards .ac-card .ac-button {
 align-self: flex-start;
}
.ecAgentCards .ac-columns .ac-card {
 display: flex;
 flex-direction: column;
 overflow: hidden;
 border-radius: var(--ac-radius);
 background: var(--ac-panel-bg);
}
.ecAgentCards .ac-columns .ac-photo {
 flex: 0 0 auto;
}
.ecAgentCards .ac-columns .ac-info {
 flex: 1 1 auto;
 border-top: 3px solid var(--ac-accent);
}
.ecAgentCards .ac-columns .ac-rule {
 display: none;
}
.ecAgentCards .ac-columns .ac-contacts {
 margin-top: 0.75rem;
}
.ecAgentCards .ac-columns .ac-button {
 margin-top: auto;
}
.ecAgentCards .ac-shadow.ac-columns .ac-card {
 box-shadow: var(--ac-shadow);
}
.ecAgentCards .ac-overlay .ac-card {
 display: grid;
 grid-template-columns: 58% 42%;
 align-items: center;
}
.ecAgentCards .ac-overlay .ac-photo {
 grid-column: 1 / 2;
 grid-row: 1;
 border-radius: var(--ac-radius);
}
.ecAgentCards .ac-overlay .ac-info {
 grid-column: 1 / 3;
 grid-row: 1;
 margin-left: 38%;
 border-radius: var(--ac-radius);
 position: relative;
 z-index: 1;
}
.ecAgentCards .ac-overlay .ac-info-inner {
 padding: 2rem;
}
.ecAgentCards .ac-shadow.ac-overlay .ac-photo,
.ecAgentCards .ac-shadow.ac-overlay .ac-info {
 box-shadow: var(--ac-shadow);
}
.ecAgentCards .ac-side .ac-card {
 display: grid;
 grid-template-columns: 45% 55%;
 overflow: hidden;
 border-radius: var(--ac-radius);
}
.ecAgentCards .ac-side .ac-photo {
 aspect-ratio: auto;
 min-height: 340px;
}
.ecAgentCards .ac-side .ac-info-inner {
 padding: 2rem;
 justify-content: center;
}
.ecAgentCards .ac-shadow.ac-side .ac-card {
 box-shadow: var(--ac-shadow);
}
@media (max-width: 991.98px) {
 .ecAgentCards .ac-cols-3 .ac-grid,
 .ecAgentCards .ac-cols-4 .ac-grid {
 --ac-cols: 2;
 }
}
@media (max-width: 767.98px) {
 .ecAgentCards .ac-overlay .ac-card,
 .ecAgentCards .ac-side .ac-card {
 display: block;
 }
 .ecAgentCards .ac-overlay .ac-photo,
 .ecAgentCards .ac-side .ac-photo {
 aspect-ratio: var(--ac-ratio);
 border-radius: var(--ac-radius) var(--ac-radius) 0 0;
 }
 .ecAgentCards .ac-overlay .ac-info,
 .ecAgentCards .ac-side .ac-info {
 margin-left: 0;
 border-radius: 0 0 var(--ac-radius) var(--ac-radius);
 }
}
@media (max-width: 575.98px) {
 .ecAgentCards .ac-cols-2 .ac-grid,
 .ecAgentCards .ac-cols-3 .ac-grid,
 .ecAgentCards .ac-cols-4 .ac-grid {
 --ac-cols: 1;
 }
 .ecAgentCards .ac-cols-auto .ac-grid {
 grid-template-columns: minmax(0, 1fr);
 }
 .ecAgentCards .ac-info-inner {
 padding: 1.25rem;
 }
}

.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;
}

.ecGalleryWithInfo .gwi {
 --gwi-radius: 16px;
 --gwi-gap: 24px;
 --gwi-ratio: 3 / 2;
 --gwi-photo-width: 7;
 --gwi-arrow-size: 48px;
 --gwi-panel-bg: #fff;
 --gwi-panel-color: inherit;
 --gwi-tag-bg: rgba(0, 0, 0, 0.07);
 --gwi-tag-color: inherit;
 --gwi-arrow-bg: var(--primaryMain, #2b2b2b);
 --gwi-arrow-color: var(--primaryContrast, #fff);
}
.ecGalleryWithInfo .gwi-item {
 display: none;
 min-width: 0;
}
.ecGalleryWithInfo .gwi-item:first-child {
 display: flex;
}
.ecGalleryWithInfo .gwi.is-ready .gwi-item {
 display: none;
}
.ecGalleryWithInfo .gwi.is-ready .gwi-item.is-active {
 display: flex;
 animation: gwiFadeIn 0.35s ease;
}
@keyframes gwiFadeIn {
 from {
 opacity: 0;
 }
 to {
 opacity: 1;
 }
}
.ecGalleryWithInfo .gwi-box {
 position: relative;
 flex: 1 1 auto;
 min-width: 0;
}
.ecGalleryWithInfo .gwi-media {
 position: relative;
 min-width: 0;
}
.ecGalleryWithInfo .gwi-photo {
 display: block;
 position: relative;
 overflow: hidden;
 border-radius: var(--gwi-radius);
 aspect-ratio: var(--gwi-ratio);
}
.ecGalleryWithInfo .gwi-photo .gwi-photo-link,
.ecGalleryWithInfo .gwi-photo picture,
.ecGalleryWithInfo .gwi-photo img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.ecGalleryWithInfo .gwi-ratio-auto .gwi-photo {
 aspect-ratio: auto;
}
.ecGalleryWithInfo .gwi-ratio-auto .gwi-photo .gwi-photo-link,
.ecGalleryWithInfo .gwi-ratio-auto .gwi-photo picture,
.ecGalleryWithInfo .gwi-ratio-auto .gwi-photo img {
 height: auto;
}
.ecGalleryWithInfo .gwi-panel {
 display: flex;
 align-items: center;
 gap: var(--gwi-gap);
 flex-wrap: wrap;
 background: var(--gwi-panel-bg);
 color: var(--gwi-panel-color);
 border-radius: var(--gwi-radius);
 padding: calc(var(--gwi-gap) + 8px);
}
.ecGalleryWithInfo .gwi-content {
 flex: 1 1 220px;
 min-width: 0;
}
.ecGalleryWithInfo .gwi-content > *:last-child {
 margin-bottom: 0;
}
.ecGalleryWithInfo .gwi-shadow .gwi-panel {
 box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.ecGalleryWithInfo .gwi-tags {
 display: flex;
 flex-wrap: wrap;
 gap: 8px;
 margin-bottom: 16px;
}
.ecGalleryWithInfo .gwi-tag {
 display: inline-block;
 padding: 6px 16px;
 font-size: 0.875rem;
 line-height: 1.3;
 background: var(--gwi-tag-bg);
 color: var(--gwi-tag-color);
 border: 1px solid transparent;
 border-radius: 999px;
}
.ecGalleryWithInfo .gwi-tagstyle-pillOutline .gwi-tag {
 background: transparent;
 border-color: currentColor;
}
.ecGalleryWithInfo .gwi-tagstyle-square .gwi-tag {
 border-radius: 0;
}
.ecGalleryWithInfo .gwi-tagstyle-plain .gwi-tag {
 background: transparent;
 padding-left: 0;
 padding-right: 0;
 border-radius: 0;
}
.ecGalleryWithInfo .gwi-tagstyle-plain .gwi-tag + .gwi-tag {
 padding-left: 12px;
 border-left: 1px solid currentColor;
}
.ecGalleryWithInfo .gwi-tags-on-photo {
 position: absolute;
 top: 12px;
 left: 12px;
 right: 12px;
 margin-bottom: 0;
 pointer-events: none;
}
.ecGalleryWithInfo .gwi-tags-on-photo .gwi-tag {
 backdrop-filter: blur(4px);
}
.ecGalleryWithInfo .gwi-arrow-slot {
 flex: 0 0 auto;
}
.ecGalleryWithInfo .gwi-arrow {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: var(--gwi-arrow-size);
 height: var(--gwi-arrow-size);
 padding: 0;
 font: inherit;
 cursor: pointer;
 background: var(--gwi-arrow-bg);
 color: var(--gwi-arrow-color);
 border: 2px solid var(--gwi-arrow-bg);
 transition: transform 0.2s ease, opacity 0.2s ease;
}
.ecGalleryWithInfo .gwi-arrow em {
 font-size: calc(var(--gwi-arrow-size) / 2.8);
 line-height: 1;
}
.ecGalleryWithInfo .gwi-arrow:hover {
 transform: translateY(-2px);
 opacity: 0.9;
}
.ecGalleryWithInfo .gwi-arrow-circle .gwi-arrow {
 border-radius: 50%;
}
.ecGalleryWithInfo .gwi-arrow-rounded .gwi-arrow {
 border-radius: calc(var(--gwi-arrow-size) / 4);
}
.ecGalleryWithInfo .gwi-arrow-square .gwi-arrow {
 border-radius: 0;
}
.ecGalleryWithInfo .gwi-arrowfill-outline .gwi-arrow {
 background: transparent;
 color: var(--gwi-arrow-bg);
}
.ecGalleryWithInfo .gwi-arrowfill-plain .gwi-arrow {
 background: transparent;
 border-color: transparent;
 color: var(--gwi-arrow-bg);
 width: auto;
 height: auto;
}
.ecGalleryWithInfo .gwi-arrowfill-plain .gwi-arrow em {
 font-size: calc(var(--gwi-arrow-size) / 2);
}
.ecGalleryWithInfo .gwi-split .gwi-box {
 display: grid;
 gap: var(--gwi-gap);
 align-items: center;
}
@media (min-width: 992px) {
 .ecGalleryWithInfo .gwi-split .gwi-box {
 grid-template-columns: calc(var(--gwi-photo-width) / 12 * 100% - var(--gwi-gap)) 1fr;
 }
}
@media (min-width: 992px) {
 .ecGalleryWithInfo .gwi-split .gwi-box.gwi-flip {
 grid-template-columns: 1fr calc(var(--gwi-photo-width) / 12 * 100% - var(--gwi-gap));
 }
 .ecGalleryWithInfo .gwi-split .gwi-box.gwi-flip .gwi-media {
 order: 2;
 }
 .ecGalleryWithInfo .gwi-split .gwi-box.gwi-flip .gwi-panel {
 order: 1;
 }
}
@media (min-width: 768px) {
 .ecGalleryWithInfo .gwi-overlay .gwi-panel {
 position: absolute;
 left: var(--gwi-gap);
 right: var(--gwi-gap);
 bottom: var(--gwi-gap);
 width: auto;
 background: var(--gwi-panel-bg);
 background: color-mix(in srgb, var(--gwi-panel-bg) 92%, transparent);
 backdrop-filter: blur(6px);
 }
}
@media (max-width: 767.98px) {
 .ecGalleryWithInfo .gwi-overlay .gwi-panel:not(:first-child) {
 position: relative;
 margin-top: calc(-1 * var(--gwi-radius));
 }
}

.ecTimeline .tl {
 --tl-radius: 12px;
 --tl-dot-size: 36px;
 --tl-line-width: 2px;
 --tl-gap: 40px;
 --tl-ratio: 3 / 2;
 --tl-line-color: rgba(0, 0, 0, 0.12);
 --tl-dot-done-bg: #2b2b2b;
 --tl-dot-done-color: #ffffff;
 --tl-dot-future-bg: #ffffff;
 --tl-dot-future-color: #2b2b2b;
 --tl-date-color: inherit;
 --tl-badge-bg: #2b2b2b;
 --tl-badge-color: #ffffff;
 --tl-axis-width: calc(var(--tl-dot-size) + 24px);
 --tl-photo-min: 160px;
 --tl-arrow-size: 40px;
 --tl-arrow-bg: #2b2b2b;
 --tl-arrow-color: #ffffff;
}
.ecTimeline .tl-item {
 display: block;
}
.ecTimeline .tl-row {
 display: grid;
 grid-template-columns: var(--tl-axis-width) minmax(0, 1fr);
 align-items: start;
}
.ecTimeline .tl-axis {
 position: relative;
 display: flex;
 justify-content: center;
 align-self: stretch;
 min-height: var(--tl-dot-size);
}
.ecTimeline .tl-axis::before {
 content: '';
 position: absolute;
 top: 0;
 bottom: 0;
 left: 50%;
 width: var(--tl-line-width);
 margin-left: calc(var(--tl-line-width) / -2);
 background: var(--tl-line-color);
}
.ecTimeline .tl-item:first-child .tl-axis::before {
 top: calc(var(--tl-dot-size) / 2);
}
.ecTimeline .tl-item:last-child .tl-axis::before {
 bottom: auto;
 height: calc(var(--tl-dot-size) / 2);
}
.ecTimeline .tl-item:first-child:last-child .tl-axis::before {
 display: none;
}
.ecTimeline .tl-dot {
 position: relative;
 z-index: 1;
 flex: 0 0 auto;
 width: var(--tl-dot-size);
 height: var(--tl-dot-size);
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 border: var(--tl-line-width) solid var(--tl-dot-done-bg);
 background: var(--tl-dot-future-bg);
 color: var(--tl-dot-future-color);
 font-size: calc(var(--tl-dot-size) * 0.42);
 line-height: 1;
}
.ecTimeline .tl-done .tl-dot {
 background: var(--tl-dot-done-bg);
 color: var(--tl-dot-done-color);
}
.ecTimeline .tl-body {
 min-width: 0;
 padding-bottom: var(--tl-gap);
}
.ecTimeline .tl-item:last-child .tl-body {
 padding-bottom: 0;
}
.ecTimeline .tl-head {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 gap: 0.5rem;
 margin-bottom: 0.5rem;
 min-height: var(--tl-dot-size);
}
.ecTimeline .tl-date {
 color: var(--tl-date-color);
 font-weight: 600;
 letter-spacing: 0.06em;
 text-transform: uppercase;
 font-size: 0.875em;
}
.ecTimeline .tl-badge {
 display: inline-block;
 padding: 0.2em 0.75em;
 border-radius: 999px;
 background: var(--tl-badge-bg);
 color: var(--tl-badge-color);
 font-size: 0.75em;
 font-weight: 700;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 white-space: nowrap;
}
.ecTimeline .tl-photos-wrap {
 position: relative;
 margin-top: 0.5rem;
}
.ecTimeline .tl-photos {
 --tl-photo-gap: calc(var(--tl-gap) / 3);
 display: grid;
 grid-auto-flow: column;
 gap: var(--tl-photo-gap);
 overflow-x: auto;
 overscroll-behavior-x: contain;
 scroll-behavior: smooth;
 scrollbar-width: none;
 -ms-overflow-style: none;
}
.ecTimeline .tl-photos::-webkit-scrollbar {
 display: none;
}
.ecTimeline .tl-photos-nav {
 position: absolute;
 top: 50%;
 z-index: 2;
 transform: translateY(-50%);
 width: var(--tl-arrow-size);
 height: var(--tl-arrow-size);
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0;
 border: 0;
 border-radius: 50%;
 background: var(--tl-arrow-bg);
 color: var(--tl-arrow-color);
 font-size: calc(var(--tl-arrow-size) * 0.4);
 line-height: 1;
 cursor: pointer;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
 transition: opacity 0.15s ease, transform 0.15s ease;
}
.ecTimeline .tl-photos-nav:hover,
.ecTimeline .tl-photos-nav:focus-visible {
 transform: translateY(-50%) scale(1.08);
}
.ecTimeline .tl-photos-nav[hidden] {
 display: none;
}
.ecTimeline .tl-photos-nav-prev {
 left: 8px;
}
.ecTimeline .tl-photos-nav-next {
 right: 8px;
}
.ecTimeline .tl-grid-fixed .tl-photos {
 grid-auto-columns: max(var(--tl-photo-min), calc((100% - 2 * var(--tl-photo-gap)) / 3));
}
.ecTimeline .tl-grid-fill .tl-photos {
 grid-auto-columns: minmax(var(--tl-photo-min), 1fr);
}
.ecTimeline .tl-photo-cell {
 min-width: 0;
 scroll-snap-align: start;
}
.ecTimeline .tl-photo {
 position: relative;
 overflow: hidden;
 border-radius: var(--tl-radius);
 aspect-ratio: var(--tl-ratio);
}
.ecTimeline .tl-ratio-auto .tl-photo {
 aspect-ratio: auto;
}
.ecTimeline .tl-photo-link {
 display: block;
 width: 100%;
 height: 100%;
}
.ecTimeline .tl-photo-img,
.ecTimeline .tl-photo-img img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.ecTimeline .tl-ratio-auto .tl-photo-img,
.ecTimeline .tl-ratio-auto .tl-photo-img img {
 height: auto;
}
.ecTimeline .tl-photo-caption {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 1.75em 0.75em 0.6em;
 color: #ffffff;
 font-size: 0.8125em;
 font-weight: 600;
 line-height: 1.3;
 background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
 pointer-events: none;
}
.ecTimeline .tl-photo-caption-below {
 display: block;
 margin-top: 0.4em;
 font-size: 0.8125em;
 line-height: 1.3;
 opacity: 0.75;
}
@media (min-width: 768px) {
 .ecTimeline .tl-center .tl-row {
 grid-template-columns: minmax(0, 1fr) var(--tl-axis-width) minmax(0, 1fr);
 }
 .ecTimeline .tl-center .tl-axis {
 grid-column: 2;
 grid-row: 1;
 }
 .ecTimeline .tl-center .tl-item:nth-child(odd) .tl-body {
 grid-column: 1;
 grid-row: 1;
 text-align: right;
 }
 .ecTimeline .tl-center .tl-item:nth-child(even) .tl-body {
 grid-column: 3;
 grid-row: 1;
 }
 .ecTimeline .tl-center .tl-item:nth-child(odd) .tl-head {
 justify-content: flex-end;
 }
}
@media (max-width: 575.98px) {
 .ecTimeline .tl {
 --tl-axis-width: calc(var(--tl-dot-size) + 12px);
 --tl-photo-min: 140px;
 }
}

.ecRealtyDetailInfoblocks .iconLine {
 background-color: var(--primaryMain, #007bff);
 color: var(--primaryContrast, #fff);
}
.ecRealtyDetailInfoblocks .iconLine .col {
 display: flex;
 align-items: start;
 justify-content: center;
 text-align: start;
}
.ecRealtyDetailInfoblocks .iconLine .col .icon {
 flex: 1;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 3rem;
}
.ecRealtyDetailInfoblocks .iconLine .col .text {
 flex: 4;
 padding-left: 0.75rem;
 line-height: 1.5;
 display: flex;
 flex-direction: column;
}
.ecRealtyDetailInfoblocks .iconLine .col .text strong {
 font-weight: bold;
 font-size: 1.2rem;
}
.ecRealtyDetailInfoblocks .iconLine .col .text span {
 font-size: 1rem;
}

.ecRealtyListTable .realtyListTable {
 position: relative;
}
.ecRealtyListTable .realtyListTable .realtyList-default .table thead tr th {
 font-weight: bold;
 text-align: center;
 border-top: 2px solid var(--primaryMain, #007bff);
 border-bottom: 2px solid var(--primaryMain, #007bff);
 padding: 0.5rem 0.25rem;
 white-space: nowrap;
}
.ecRealtyListTable .realtyListTable .realtyList-default .table tbody tr:first-child td {
 border-top: 2px solid var(--primaryMain, #007bff);
}
.ecRealtyListTable .realtyListTable .realtyList-default .table tbody tr td {
 vertical-align: middle;
 border-top: 3px solid transparent;
 border-bottom: 3px solid transparent;
 padding: 0.5rem 0.25rem;
 text-align: center;
}
.ecRealtyListTable .realtyListTable .realtyList-default .table tbody tr td .no-wrap {
 white-space: nowrap;
}
.ecRealtyListTable .realtyListTable .realtyList-default .table tbody tr td .btn {
 border-radius: 0;
}
.ecRealtyListTable .realtyListTable .realtyList-default .table tbody tr td .btn-primary,
.ecRealtyListTable .realtyListTable .realtyList-default .table tbody tr td .btn-primary a {
 color: var(--primaryContrast, #fff);
 text-decoration: none;
}
.ecRealtyListTable .realtyListTable .realtyList-default .table tbody tr td .badgeRow {
 min-height: 35px;
 display: flex;
}
.ecRealtyListTable .realtyListTable .realtyList-default .table tbody tr td .badgeRow .badge {
 margin: auto;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyFilterWrap {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 gap: 0.75rem 1rem;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyFilterButtons {
 display: flex;
 flex-wrap: wrap;
 gap: 0.5rem;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyFilterBtn {
 border: 1px solid #d5d5d5;
 background: #fff;
 color: #1a1a1a;
 border-radius: 999px;
 padding: 0.4rem 1.1rem;
 font-weight: 600;
 line-height: 1.2;
 cursor: pointer;
 transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyFilterBtn:hover {
 border-color: #1a1a1a;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyFilterBtn.is-active {
 background: #1a1a1a;
 border-color: #1a1a1a;
 color: #fff;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyFilterAvailableLabel {
 display: inline-flex;
 align-items: center;
 gap: 0.4rem;
 color: #555;
 cursor: pointer;
 user-select: none;
 margin: 0;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyFilterTable thead tr th {
 text-align: left;
 text-transform: uppercase;
 font-size: 0.8rem;
 letter-spacing: 0.02em;
 color: #8a8a8a;
 border-top: none;
 border-bottom: 1px solid #e6e6e6;
 padding: 0.5rem 0.5rem;
 white-space: nowrap;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyFilterTable tbody tr td {
 text-align: left;
 vertical-align: middle;
 border-top: none;
 border-bottom: 1px solid #f0f0f0;
 padding: 0.5rem 0.5rem;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyFilterTable tbody tr td .no-wrap {
 white-space: nowrap;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyFilterTable .realtyRow--prodano,
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyFilterTable .realtyRow--pozastaveno {
 color: #b3b0aa;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyFilterTable .realtyRow--prodano .realtyStatusBadge,
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyFilterTable .realtyRow--pozastaveno .realtyStatusBadge {
 color: #b3b0aa;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyStatusDot {
 display: inline-block;
 width: 9px;
 height: 9px;
 border-radius: 50%;
 background: #b3b0aa;
 flex: 0 0 auto;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyStatusDot--volne {
 background: #3f7e34;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyStatusDot--rezervovano {
 background: #b6862c;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyStatusDot--prodano {
 background: #b3b0aa;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyStatusBadge {
 display: inline-flex;
 align-items: center;
 gap: 0.45rem;
 white-space: nowrap;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyStatusBadge--volne .realtyStatusDot {
 background: #3f7e34;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyStatusBadge--rezervovano .realtyStatusDot {
 background: #b6862c;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyStatusBadge--prodano .realtyStatusDot,
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyStatusBadge--pozastaveno .realtyStatusDot {
 background: #b3b0aa;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyLegend {
 display: flex;
 flex-wrap: wrap;
 gap: 1.25rem;
 margin-top: 0.75rem;
 font-size: 0.9rem;
 color: #6b6b6b;
}
.ecRealtyListTable .realtyListTable .realtyList-withFilter .realtyLegendItem {
 display: inline-flex;
 align-items: center;
 gap: 0.45rem;
}
.ecRealtyListTable .realtyListTable .stretched-link::after {
 z-index: 10;
}
.ecRealtyListTable .realtyListTable td a[download] {
 position: relative;
 z-index: 11;
}

.ecRealtyDetail2 .topHeader {
 margin-bottom: 1rem;
 background-color: #eee;
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
}
.ecRealtyDetail2 .topHeader a {
 text-decoration: none;
}
.ecRealtyDetail2 .topHeader .container {
 min-height: 25vw;
}
.ecRealtyDetail2 .topHeader .container .min-height-ratioBox {
 display: flex;
 flex-direction: column-reverse;
}
.ecRealtyDetail2 .topHeader .container .min-height-ratio {
 position: relative;
 width: 100%;
 display: flex;
 align-items: end;
 justify-content: end;
}
.ecRealtyDetail2 .topHeader .container .min-height-ratio > div {
 display: flex;
 max-width: 85%;
 justify-content: end;
 align-items: flex-end;
 padding: 1rem;
 margin: 1rem 0;
 color: #fff;
 text-decoration: none;
 flex-direction: column;
 text-align: end;
}
.ecRealtyDetail2 .topHeader .container .min-height-ratio > div h1,
.ecRealtyDetail2 .topHeader .container .min-height-ratio > div h2,
.ecRealtyDetail2 .topHeader .container .min-height-ratio > div h3 {
 color: #fff;
 text-transform: uppercase;
 font-size: 2.5em;
 line-height: 160%;
 padding-top: 15px;
 font-weight: bold;
}
.ecRealtyDetail2 .topHeader .infoBoxes {
 display: none;
}
.ecRealtyDetail2 .infoBoxes {
 display: flex;
 gap: 1em;
 font-size: 100%;
 flex-wrap: wrap;
}
.ecRealtyDetail2 .infoBoxes .infoBox {
 background: var(--primaryMain, #888);
 color: #fff;
 padding: 0.5em 1em;
 text-transform: uppercase;
}
.ecRealtyDetail2 .infoBoxes .infoBox.infoBoxPrice {
 text-transform: none;
}
@media (min-width: 576px) {
 .ecRealtyDetail2 .topHeader h1,
 .ecRealtyDetail2 .topHeader h2,
 .ecRealtyDetail2 .topHeader h3 {
 padding-bottom: 15px;
 }
 .ecRealtyDetail2 .topHeader .infoBoxes {
 display: flex;
 }
 .ecRealtyDetail2 .infoBoxes {
 display: none;
 }
}
.ecRealtyDetail2 .photo-gallery-section {
 margin-top: 2rem;
}
.ecRealtyDetail2 .gallery-row {
 display: grid;
 grid-template-columns: 1fr 2fr;
 grid-template-rows: 50% 50%;
 gap: 5px;
 height: 30vh;
 min-height: 400px;
}
.ecRealtyDetail2 .gallery-row .gallery-item {
 display: none;
}
.ecRealtyDetail2 .gallery-row .gallery-item:nth-child(1) {
 grid-column: 1 / 2;
 grid-row: 1 / 2;
}
.ecRealtyDetail2 .gallery-row .gallery-item:nth-child(2) {
 grid-column: 1 / 2;
 grid-row: 2 / 3;
}
.ecRealtyDetail2 .gallery-row .gallery-item:nth-child(3) {
 grid-column: 2 / 3;
 grid-row: 1 / 3;
}
.ecRealtyDetail2 .gallery-row.gallery-row-1 {
 display: none;
}
.ecRealtyDetail2 .gallery-row.gallery-row-2 {
 grid-template-columns: 1fr;
 grid-template-rows: 1fr;
}
.ecRealtyDetail2 .gallery-row.gallery-row-2 .gallery-item {
 display: block;
 width: 100%;
 height: 100%;
}
.ecRealtyDetail2 .gallery-row.gallery-row-2 .gallery-item:nth-child(1) {
 grid-column: 1 / 2;
 grid-row: 1 / 2;
}
.ecRealtyDetail2 .gallery-row.gallery-row-3 {
 grid-template-columns: 1fr 1fr;
 grid-template-rows: 1fr;
}
.ecRealtyDetail2 .gallery-row.gallery-row-3 .gallery-item {
 display: block;
 width: 100%;
 height: 100%;
}
.ecRealtyDetail2 .gallery-row.gallery-row-3 .gallery-item:nth-child(1) {
 grid-column: 1 / 2;
 grid-row: 1 / 2;
}
.ecRealtyDetail2 .gallery-row.gallery-row-3 .gallery-item:nth-child(2) {
 grid-column: 2 / 3;
 grid-row: 1 / 2;
}
.ecRealtyDetail2 .gallery-row .gallery-item {
 display: block;
 overflow: hidden;
 transition: all 0.3s ease;
 height: 100%;
}
.ecRealtyDetail2 .gallery-row .gallery-item:hover {
 opacity: 0.9;
}
.ecRealtyDetail2 .gallery-row .gallery-item img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.ecRealtyDetail2 .navigation-arrows {
 position: absolute;
 bottom: 15px;
 right: 15px;
 display: flex;
}
.ecRealtyDetail2 .nav-arrow {
 width: 40px;
 height: 40px;
 border-radius: 50%;
 background-color: rgba(255, 255, 255, 0.8);
 border: none;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-left: 10px;
 cursor: pointer;
 transition: all 0.3s ease;
}
.ecRealtyDetail2 .nav-arrow:hover {
 background-color: #ffffff;
}
.ecRealtyDetail2 .project-info-section {
 padding: 2rem 0;
}
.ecRealtyDetail2 .project-title h2 {
 font-weight: bold;
}
.ecRealtyDetail2 .subtitle {
 font-size: 1.1rem;
}
.ecRealtyDetail2 .project-description {
 color: #555;
 line-height: 1.6;
}
.ecRealtyDetail2 .project-description .description-text {
 overflow: hidden;
 text-overflow: ellipsis;
 transition: max-height 0.5s ease;
}
.ecRealtyDetail2 .project-description .description-text p:last-child,
.ecRealtyDetail2 .project-description .description-text ul:last-child,
.ecRealtyDetail2 .project-description .description-text ol:last-child {
 margin-bottom: 0;
}
.ecRealtyDetail2 .project-description .description-text ul,
.ecRealtyDetail2 .project-description .description-text ol {
 padding-left: 1.25rem;
}
.ecRealtyDetail2 .project-description.expanded .description-text {
 max-height: 100% !important;
}
.ecRealtyDetail2 .read-more-link,
.ecRealtyDetail2 .btn.btn-text-primary {
 color: var(--primaryMain, #007bff);
 text-decoration: none;
 font-weight: 500;
 transition: all 0.3s ease;
}
.ecRealtyDetail2 .read-more-link:hover,
.ecRealtyDetail2 .btn.btn-text-primary:hover {
 text-decoration: underline;
}

.ecRealtyDetailEnums1 .listEnum {
 display: grid;
 grid-template-columns: repeat(1, 1fr);
 gap: 0 2em;
}
.ecRealtyDetailEnums1 .listEnum .enumRow {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 padding: 0.5em 0;
 position: relative;
}
.ecRealtyDetailEnums1 .listEnum .enumRow:not(:last-child) {
 border-bottom: 1px solid var(--primaryMain, #ccc);
}
.ecRealtyDetailEnums1 .listEnum .enumRow .enumValue {
 font-weight: 700;
}
@media (min-width: 992px) {
 .ecRealtyDetailEnums1 .listEnum {
 grid-template-columns: repeat(3, 1fr);
 }
 .ecRealtyDetailEnums1 .listEnum .enumRow:not(:last-child) {
 border-bottom: none;
 }
 .ecRealtyDetailEnums1 .listEnum .enumRow .enumValue {
 text-align: right;
 }
 .ecRealtyDetailEnums1 .listEnum:not(.flowColumn) .enumRow:not(:nth-child(3n)) {
 border-right: 1px solid var(--primaryMain, #ccc);
 }
 .ecRealtyDetailEnums1 .listEnum.flowColumn {
 grid-auto-flow: column;
 grid-template-rows: repeat(var(--enumColumnRows, 1), auto);
 }
 .ecRealtyDetailEnums1 .listEnum.flowColumn .enumRow:not(.lastColumn) {
 border-right: 1px solid var(--primaryMain, #ccc);
 }
}

.ecRealtyDetailMap .realtyMap #maps_box {
 width: 100%;
 border: 0 none;
 margin: 0;
 border-radius: 0.375rem;
 overflow: hidden;
 background: #fff url('/source/editable-components/pics/maps.png') center center no-repeat;
 color: transparent;
}
.ecRealtyDetailMap .realtyMapH300 #maps_box {
 height: 300px;
}
.ecRealtyDetailMap .realtyMapH400 #maps_box {
 height: 400px;
}
.ecRealtyDetailMap .realtyMapH500 #maps_box {
 height: 500px;
}
.ecRealtyDetailMap .realtyMapH600 #maps_box {
 height: 600px;
}
.ecRealtyDetailMap .realtyMapPlaceholder {
 display: flex;
 align-items: center;
 justify-content: center;
 min-height: 300px;
 padding: 1rem;
 text-align: center;
 background: #eee;
 color: #666;
 border-radius: 0.375rem;
}

.ecRealtyDetailPenbArrow1 .penbList > div {
 text-align: end;
 background: grey;
 padding: 5px 10px;
 height: 40px;
 line-height: 30px;
 color: #000;
 font-weight: bold;
 position: relative;
 margin-bottom: 10px;
}
.ecRealtyDetailPenbArrow1 .penbList > div:after {
 content: "";
 position: absolute;
 right: -20px;
 top: 0;
 background: transparent;
 height: 100%;
 width: 20px;
 border-top: 20px solid transparent;
 border-bottom: 20px solid transparent;
 border-left: 20px solid grey;
 border-right: 0 none;
}
.ecRealtyDetailPenbArrow1 .penbList > div.penbA {
 background: #049904;
 width: calc(100% / 7);
}
.ecRealtyDetailPenbArrow1 .penbList > div.penbA:after {
 border-left: 20px solid #049904;
}
.ecRealtyDetailPenbArrow1 .penbList > div.penbB {
 background: #44ca34;
 width: calc(100% / 7 * 2);
}
.ecRealtyDetailPenbArrow1 .penbList > div.penbB:after {
 border-left: 20px solid #44ca34;
}
.ecRealtyDetailPenbArrow1 .penbList > div.penbC {
 background: #d4d534;
 width: calc(100% / 7 * 3);
}
.ecRealtyDetailPenbArrow1 .penbList > div.penbC:after {
 border-left: 20px solid #d4d534;
}
.ecRealtyDetailPenbArrow1 .penbList > div.penbD {
 background: #ecee2c;
 width: calc(100% / 7 * 4);
}
.ecRealtyDetailPenbArrow1 .penbList > div.penbD:after {
 border-left: 20px solid #ecee2c;
}
.ecRealtyDetailPenbArrow1 .penbList > div.penbE {
 background: #fac42c;
 width: calc(100% / 7 * 5);
}
.ecRealtyDetailPenbArrow1 .penbList > div.penbE:after {
 border-left: 20px solid #fac42c;
}
.ecRealtyDetailPenbArrow1 .penbList > div.penbF {
 background: #fc9204;
 width: calc(100% / 7 * 6);
}
.ecRealtyDetailPenbArrow1 .penbList > div.penbF:after {
 border-left: 20px solid #fc9204;
}
.ecRealtyDetailPenbArrow1 .penbList > div.penbG {
 background: #fc2b2c;
 width: calc(100% / 7 * 7);
}
.ecRealtyDetailPenbArrow1 .penbList > div.penbG:after {
 border-left: 20px solid #fc2b2c;
}
.ecRealtyDetailPenbArrow1 .penbFinal > div {
 background: grey;
 padding: 5px 10px;
 height: 40px;
 line-height: 30px;
 color: #000;
 font-weight: bold;
 position: relative;
 margin-bottom: 10px;
 margin-left: 20px;
}
.ecRealtyDetailPenbArrow1 .penbFinal > div:after {
 content: "";
 position: absolute;
 left: -20px;
 top: 0;
 background: transparent;
 height: 100%;
 width: 20px;
 border-top: 20px solid transparent;
 border-bottom: 20px solid transparent;
 border-left: 0 none;
 border-right: 20px solid grey;
}
.ecRealtyDetailPenbArrow1 .penbFinalB > div {
 margin-top: 50px;
}
.ecRealtyDetailPenbArrow1 .penbFinalC > div {
 margin-top: 100px;
}
.ecRealtyDetailPenbArrow1 .penbFinalD > div {
 margin-top: 150px;
}
.ecRealtyDetailPenbArrow1 .penbFinalE > div {
 margin-top: 200px;
}
.ecRealtyDetailPenbArrow1 .penbFinalF > div {
 margin-top: 250px;
}
.ecRealtyDetailPenbArrow1 .penbFinalG > div {
 margin-top: 300px;
}

.ecRealtyDetailEmbedYoutube .iconLine {
 background-color: var(--primaryMain, #007bff);
 color: var(--primaryContrast, #fff);
}
.ecRealtyDetailEmbedYoutube .iconLine .col {
 display: flex;
 align-items: start;
 justify-content: center;
 text-align: start;
}
.ecRealtyDetailEmbedYoutube .iconLine .col .icon {
 flex: 1;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 3rem;
}
.ecRealtyDetailEmbedYoutube .iconLine .col .text {
 flex: 4;
 padding-left: 0.75rem;
 line-height: 1.5;
 display: flex;
 flex-direction: column;
}
.ecRealtyDetailEmbedYoutube .iconLine .col .text strong {
 font-weight: bold;
 font-size: 1.2rem;
}
.ecRealtyDetailEmbedYoutube .iconLine .col .text span {
 font-size: 1rem;
}

.ecRealtyDetailEmbedMatterport .iconLine {
 background-color: var(--primaryMain, #007bff);
 color: var(--primaryContrast, #fff);
}
.ecRealtyDetailEmbedMatterport .iconLine .col {
 display: flex;
 align-items: start;
 justify-content: center;
 text-align: start;
}
.ecRealtyDetailEmbedMatterport .iconLine .col .icon {
 flex: 1;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 3rem;
}
.ecRealtyDetailEmbedMatterport .iconLine .col .text {
 flex: 4;
 padding-left: 0.75rem;
 line-height: 1.5;
 display: flex;
 flex-direction: column;
}
.ecRealtyDetailEmbedMatterport .iconLine .col .text strong {
 font-weight: bold;
 font-size: 1.2rem;
}
.ecRealtyDetailEmbedMatterport .iconLine .col .text span {
 font-size: 1rem;
}

.ecSimplyForm {
 position: relative;
}
.ecSimplyForm select,
.ecSimplyForm input,
.ecSimplyForm textarea,
.ecSimplyForm button {
 color: #000 !important;
}
.ecSimplyForm #g_recaptcha_div {
 margin-left: 0 !important;
}
.ecSimplyForm .recaptcha-placeholder {
 align-items: start !important;
 justify-content: left !important;
}
.ecSimplyForm .recaptcha-placeholder > div {
 background: #fff !important;
}
.ecSimplyForm .designRow {
 background-position: center center !important;
 background-repeat: no-repeat !important;
 background-size: contain !important;
 position: relative;
}
.ecSimplyForm .design-bootstrap select,
.ecSimplyForm .design-bootstrap input,
.ecSimplyForm .design-bootstrap textarea {
 color: #000 !important;
}
.ecSimplyForm .design-edge .polyfform-errors .error {
 color: #dc3545;
 background: rgba(255, 255, 255, 0.5) !important;
 padding: 3px !important;
 margin-top: -3px !important;
}
.ecSimplyForm .design-edge .polyfform-errors .error:before {
 content: "↑ ";
}
.ecSimplyForm .design-edge form select,
.ecSimplyForm .design-edge form input,
.ecSimplyForm .design-edge form textarea {
 border-radius: 0;
}
.ecSimplyForm .design-edge form .polyfform-error-wrapper {
 background: transparent !important;
 padding: 0 !important;
 color: unset !important;
}
.ecSimplyForm .design-edge form div[ref="component"] label {
 text-transform: uppercase;
}
.ecSimplyForm .design-edge form div[ref="component"] > label {
 position: relative;
 margin-bottom: 6px;
}
.ecSimplyForm .design-edge form div[ref="component"] > label:after {
 content: " ";
 background: #fff;
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100px;
 height: 3px;
}
.ecSimplyForm .design-edge form div[ref="component"] .polyfform-component-checkbox .form-check {
 padding: 0;
}
.ecSimplyForm .design-edge form div[ref="component"] .polyfform-component-checkbox input[type="checkbox"] {
 width: 20px;
 height: 20px;
 appearance: none;
 margin: 0 5px 0 0;
 -webkit-appearance: none;
 background-color: white;
 background-image: none;
 border: 2px solid white;
 display: inline-block;
 position: relative;
 cursor: pointer;
}
.ecSimplyForm .design-edge form div[ref="component"] .polyfform-component-checkbox input[type="checkbox"]:checked {
 background-color: black;
}
.ecSimplyForm .design-edge form div[ref="component"] .polyfform-component-selectboxes input[type="checkbox"] {
 width: 20px;
 height: 20px;
 appearance: none;
 margin: 0 0 0 0;
 -webkit-appearance: none;
 background-color: white;
 background-image: none;
 border: 2px solid white;
 display: inline-block;
 position: relative;
 cursor: pointer;
}
.ecSimplyForm .design-edge form div[ref="component"] .polyfform-component-selectboxes input[type="checkbox"]:checked {
 background-color: black;
}
.ecSimplyForm .paragraph:has(*:empty) {
 display: none;
}
.ecSimplyForm .watermark-img {
 position: absolute;
 opacity: 0.2;
 top: 50%;
 right: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
 transform: translateY(-50%) !important;
}
.isEditor .paragraph.ql-container {
 display: block !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;
 }
}

.ecRealtyFilter label,
.ecRealtyFilter .form-control,
.ecRealtyFilter .form-select,
.ecRealtyFilter select,
.ecRealtyFilter .btn,
.ecRealtyFilter .nav-tabs .nav-link,
.ecRealtyFilter .select2-container {
 font-weight: inherit;
}
.ecRealtyFilter .nav-tabs {
 margin-bottom: -0.2rem;
 margin-left: 0.5rem;
 margin-right: 0.5rem;
}
.ecRealtyFilter .nav-tabs .nav-link {
 cursor: pointer;
 color: color-mix(in srgb, var(--bs-nav-tabs-link-active-color) 80%, transparent);
 background: color-mix(in srgb, var(--bs-nav-tabs-link-active-bg) 80%, transparent);
}
.ecRealtyFilter .nav-tabs .nav-link:has(input:checked) {
 cursor: unset;
 color: var(--bs-nav-tabs-link-active-color);
 background: var(--bs-nav-tabs-link-active-bg);
}
.ecRealtyFilter .nav-tabs input {
 display: none;
}
@media (min-width: 992px) {
 body.nojs .ecRealtyFilter form.autosearch .filter-block,
 .ecRealtyFilter form.autosearch .filter-block:not(:last-of-type),
 .ecRealtyFilter form:not(.autosearch) .filter-block:not(:last-of-type) {
 border-right: 1px solid var(--baseContrast);
 }
}
.ecRealtyFilter form .form-control::placeholder {
 color: #444;
}
.ecRealtyFilter form .control-panel .inner-panel .filter-block .select2-container {
 width: 100% !important;
}
.ecRealtyFilter form .control-panel .inner-panel .filter-block .select2-container .selection .select2-selection {
 border: var(--bs-border-width) solid var(--bs-border-color);
 color: #444;
 height: auto;
}
.ecRealtyFilter form .control-panel .inner-panel .filter-block .select2-container .selection .select2-selection .select2-selection__rendered {
 padding: 0.375rem 0.75rem;
 line-height: 1.5;
}
.ecRealtyFilter form .control-panel .inner-panel .filter-block .select2-container .selection .select2-selection.select2-selection--multiple {
 min-height: 38px;
 padding-right: 1.5rem;
}
.ecRealtyFilter form .control-panel .inner-panel .filter-block .select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered {
 display: inline-block;
 margin-bottom: 0;
 padding: 0;
}
.ecRealtyFilter form .control-panel .inner-panel .filter-block .select2-container .selection .select2-selection.select2-selection--multiple .select2-search {
 display: none;
}
.ecRealtyFilter form .control-panel .inner-panel .filter-block .select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
 background-color: transparent;
 border: var(--bs-border-width) solid var(--bs-border-color);
 border-radius: 4px;
}
.ecRealtyFilter form .control-panel .inner-panel .searchRealty {
 min-height: 38px;
 padding-top: 0.375rem !important;
 padding-bottom: 0.375rem !important;
}
.ecRealtyFilter form .control-panel .inner-panel .filter-parameters {
 position: relative;
}
.ecRealtyFilter form .control-panel .inner-panel .filter-parameters .icon-down {
 position: absolute;
 right: 10px;
 top: 50%;
 transform: translateY(-50%);
 pointer-events: none;
 color: var(--bs-border-color);
}
.ecRealtyFilter form .control-panel .inner-panel .filter-parameters .icon-down em,
.ecRealtyFilter form .control-panel .inner-panel .filter-parameters .icon-down i {
 color: var(--bs-border-color);
}
.ecRealtyFilter form .control-panel .inner-panel .filter-parameters .selection .select2-selection .select2-selection__arrow {
 display: none;
}
.ecRealtyFilter .corners-sharp,
.ecRealtyFilter .corners-sharp .inner-panel {
 border-radius: 0 !important;
}
.ecRealtyFilter .corners-sharp .nav-tabs {
 margin-left: 0;
 margin-right: 0;
}
.ecRealtyFilter .inputs-sharp .form-control,
.ecRealtyFilter .inputs-sharp .select2-container,
.ecRealtyFilter .inputs-sharp .select2-selection {
 border-radius: 0 !important;
}
.ecRealtyFilter .inputs-sharp .select2-container {
 padding: 0 !important;
}
.ecRealtyFilter .buttons-sharp .btn {
 border-radius: 0 !important;
}
.ecRealtyFilter .sort .btn {
 width: 100%;
}
@media (min-width: 992px) {
 .ecRealtyFilter .sort .btn {
 width: auto;
 }
}
.select2-dropdown .select2-search__field {
 font-weight: inherit;
}

.ecRealtyListBox .topPart .texts {
 flex-grow: 1;
}
.ecRealtyListBox .topPart .other {
 width: auto;
 gap: 10px;
 padding-left: 10px;
}
.ecRealtyListBox .topPart .other a {
 color: var(--primaryMain, #ccc);
 text-decoration: none;
}
.ecRealtyListBox .topPart .other a a > * {
 color: var(--primaryMain, #ccc) !important;
}
.ecRealtyListBox .topPart .other em {
 font-size: 30px;
 text-align: center;
 width: 40px;
 height: 40px;
 line-height: 40px;
 margin-top: 10px;
 background-color: var(--primaryMain, #333);
 color: var(--primaryContrast, #fff);
 cursor: pointer;
}
.ecRealtyListBox .carousel-container {
 overflow: hidden;
 width: 100%;
 position: relative;
}
.ecRealtyListBox .realtyListRow {
 transition: opacity 0.2s ease-in-out;
 position: relative;
}
.ecRealtyListBox .realtyListRow[data-carousel-type="noAnimation"] {
 flex-wrap: nowrap;
 overflow: hidden;
}
.ecRealtyListBox .realtyListRow[data-carousel-type="flash"] {
 flex-wrap: nowrap;
 overflow: hidden;
 transition: opacity 0.2s ease-in-out;
}
.ecRealtyListBox .realtyListRow[data-carousel-type="shift"],
.ecRealtyListBox .realtyListRow[data-carousel-type="shiftDouble"] {
 flex-wrap: nowrap;
 overflow: hidden;
 display: flex;
}
.ecRealtyListBox .realtyListRow[data-carousel-type="shift"] > .realtyListCell,
.ecRealtyListBox .realtyListRow[data-carousel-type="shiftDouble"] > .realtyListCell {
 transition: transform 0.3s ease-in-out;
}
.ecRealtyListBox .realtyListRow.realtyList-default .realtyListCell {
 position: relative;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}
.ecRealtyListBox .realtyListRow.realtyList-default .realtyListCell .ratio {
 position: relative;
 height: auto;
 background: #eee url('/source/editable-components/pics/image.png') center center no-repeat;
}
.ecRealtyListBox .realtyListRow.realtyList-default .realtyListCell .ratio img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 background: #eee;
}
.ecRealtyListBox .realtyListRow.realtyList-default .realtyListCell .ratio .noPhoto {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 background: #eee;
 color: #999;
 flex-direction: column;
}
.ecRealtyListBox .realtyListRow.realtyList-default .realtyListCell .ratio .noPhoto em {
 font-size: 3rem;
}
.ecRealtyListBox .realtyListRow.realtyList-default .realtyListCell .infoBox {
 background: var(--primaryMain, #ccc);
 color: var(--primaryContrast, #fff);
 padding: 0.5rem;
 position: absolute;
 top: 0.5rem;
 left: 0.5rem;
}
.ecRealtyListBox .realtyListRow.realtyList-default .realtyListCell .infoBox.infoBoxPrice {
 left: unset;
 right: 0.5rem;
 top: unset;
 bottom: 0.5rem;
}
.ecRealtyListBox .realtyListRow.realtyList-default .realtyListCell .infoBox.infoBoxPriceNote {
 left: 0.5rem;
 top: unset;
 bottom: 0.5rem;
 max-width: 50%;
}
.ecRealtyListBox .realtyListRow.realtyList-default .realtyListCell .textBox {
 display: flex;
 flex-direction: column;
 flex-grow: 1;
}
.ecRealtyListBox .realtyListRow.realtyList-default .realtyListCell .textBox .infos h4 {
 font-weight: bold;
}
.ecRealtyListBox .realtyListRow.realtyList-default .realtyListCell .textBox .address {
 display: flex;
 width: 100%;
 height: auto;
}
.ecRealtyListBox .realtyListRow.realtyList-default .realtyListCell .textBox .d-flex {
 flex-grow: 1;
}
.ecRealtyListBox .realtyListRow.realtyList-default .realtyListCell .textBox .d-flex > div {
 flex: 1;
}
.ecRealtyListBox .realtyListRow.realtyList-default .realtyListCell .textBox .d-flex > div.infos {
 flex: 2;
}
.ecRealtyListBox .realtyListRow.realtyList-default .realtyListCell .textBox .d-flex > div.more {
 display: flex;
 flex-direction: row;
 align-items: flex-end;
 justify-content: end;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardCell {
 display: flex;
 flex-direction: column;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCard {
 position: relative;
 display: flex;
 flex-direction: column;
 flex-grow: 1;
 height: 100%;
 overflow: hidden;
 background: var(--ecCardBg, #fff);
 color: var(--ecCardText, inherit);
 border: 1px solid var(--ecCardBorder, transparent);
 border-radius: var(--ecCardRadius, 12px);
 transition: box-shadow 0.2s ease-in-out;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCard--shadow {
 box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCard--shadow:hover {
 box-shadow: 0 6px 22px rgba(0, 0, 0, 0.14);
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCard .stretched-link::after {
 z-index: 1;
}
@media (min-width: 768px) {
 .ecRealtyListBox .realtyListRow.realtyList-card .realtyCard--horizontal {
 flex-direction: row;
 }
 .ecRealtyListBox .realtyListRow.realtyList-card .realtyCard--horizontal .realtyCardMedia {
 flex: 0 0 40%;
 width: 40%;
 }
 .ecRealtyListBox .realtyListRow.realtyList-card .realtyCard--horizontal .realtyCardBody {
 flex: 1 1 auto;
 min-width: 0;
 }
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardMedia {
 background: #eee url('/source/editable-components/pics/image.png') center center no-repeat;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardMedia--16x9 {
 --bs-aspect-ratio: 56.25%;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardMedia--3x2 {
 --bs-aspect-ratio: 66.66%;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardMedia--4x3 {
 --bs-aspect-ratio: 75%;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardMedia--1x1 {
 --bs-aspect-ratio: 100%;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardMedia img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 background: #eee;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardMedia .noPhoto {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 background: #eee;
 color: #999;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardMedia .noPhoto em {
 font-size: 3rem;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardBadges {
 position: absolute;
 z-index: 2;
 display: flex;
 flex-direction: column;
 gap: 0.35rem;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardBadges--topStart {
 top: 0.75rem;
 left: 0.75rem;
 align-items: flex-start;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardBadges--topEnd {
 top: 0.75rem;
 right: 0.75rem;
 align-items: flex-end;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardBadges--bottomStart {
 bottom: 0.75rem;
 left: 0.75rem;
 align-items: flex-start;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardBadges--bottomEnd {
 bottom: 0.75rem;
 right: 0.75rem;
 align-items: flex-end;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardBadge {
 background: var(--ecBadgeBg, #1a1a1a);
 color: var(--ecBadgeText, #fff);
 padding: 0.3rem 0.7rem;
 font-size: 0.8rem;
 line-height: 1.2;
 letter-spacing: 0.03em;
 text-transform: uppercase;
 white-space: nowrap;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardBadge small {
 font-size: 0.85em;
 text-transform: none;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardBody {
 display: flex;
 flex-direction: column;
 flex-grow: 1;
 padding: 1.1rem 1.15rem 1.15rem;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardTitle {
 margin: 0 0 0.75rem;
 font-size: 1.15rem;
 font-weight: 700;
 line-height: 1.35;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardTitle a {
 color: inherit;
 text-decoration: none;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardMeta {
 list-style: none;
 margin: 0 0 1rem;
 padding: 0;
 display: flex;
 flex-direction: column;
 gap: 0.35rem;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardMeta li {
 display: flex;
 align-items: baseline;
 gap: 0.5rem;
 font-size: 0.95rem;
 opacity: 0.85;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardMeta em {
 flex: 0 0 auto;
 width: 1.1rem;
 text-align: center;
 opacity: 0.7;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardMeta li > span {
 flex: 1 1 auto;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardMeta--noIcons li {
 gap: 0;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardFooter {
 margin-top: auto;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 gap: 0.5rem 0.75rem;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardPrice {
 font-size: 1.3rem;
 font-weight: 700;
 line-height: 1.2;
 color: var(--ecCardPrice, inherit);
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardPrice small {
 font-size: 0.6em;
 font-weight: 400;
 opacity: 0.75;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardAction {
 position: relative;
 z-index: 3;
 margin-left: auto;
}
.ecRealtyListBox .realtyListRow.realtyList-card .realtyCardAction:empty {
 display: none;
}

