.eurokuke-notification {
position: fixed;
top: 20px;
right: 20px;
z-index: 99999;
opacity: 0;
transform: translateX(400px);
transition: all 0.3s ease;
}
.eurokuke-notification.show {
opacity: 1;
transform: translateX(0);
}
.eurokuke-notification-content {
background: #fff;
border-left: 4px solid #e85b5b;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
padding: 20px;
min-width: 300px;
max-width: 400px;
display: flex;
align-items: flex-start;
gap: 15px;
}
.eurokuke-notification-icon {
background: #e85b5b;
color: #fff;
width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
flex-shrink: 0;
}
.eurokuke-notification-text {
flex: 1;
}
.eurokuke-notification-text strong {
display: block;
color: #333;
font-size: 15px;
margin-bottom: 5px;
}
.eurokuke-suggestion {
margin: 8px 0 0 0;
padding: 8px 12px;
background: #fff3e0;
border-left: 3px solid #ff9800;
border-radius: 4px;
font-size: 13px;
color: #666;
}
.eurokuke-notification-buttons {
display: flex;
gap: 10px;
margin-top: 12px;
}
.eurokuke-btn {
padding: 10px 16px;
border: none;
border-radius: 6px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
transition: all 0.2s ease;
flex: 1;
}
.eurokuke-btn-primary {
background: #e85b5b;
color: #fff;
}
.eurokuke-btn-primary:hover {
background: #d04545;
transform: translateY(-1px);
box-shadow: 0 2px 4px rgba(232, 91, 91, 0.3);
}
.eurokuke-btn-secondary {
background: #fff;
color: #e85b5b;
border: 2px solid #e85b5b;
}
.eurokuke-btn-secondary:hover {
background: #e85b5b;
color: #fff;
transform: translateY(-1px);
box-shadow: 0 2px 4px rgba(232, 91, 91, 0.3);
}
.eurokuke-notification-close {
background: none;
border: none;
color: #999;
font-size: 24px;
cursor: pointer;
padding: 0;
width: 24px;
height: 24px;
line-height: 1;
flex-shrink: 0;
transition: color 0.2s ease;
}
.eurokuke-notification-close:hover {
color: #333;
}
.loading {
pointer-events: none;
opacity: 0.6;
}
@media (max-width: 600px) {
.eurokuke-notification {
top: 10px;
right: 10px;
left: 10px;
}
.eurokuke-notification-content {
min-width: auto;
max-width: 100%;
}
.eurokuke-notification-buttons {
flex-direction: column;
}
.eurokuke-btn {
width: 100%;
}
} .kuke-full-list {
padding-top: 1%;
margin-bottom: 10%;
} .active-filters-tags {
text-align: center;
padding: 2%;
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
margin-bottom: 20px;
}
.active-filter-tag {
border: 2.5px solid #e85b5b;
color: #e85b5b;
padding: 8px 16px;
border-radius: 10px;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
} .kuke-row {
display: flex;
gap: 35px;
margin-bottom: 20px;
border-radius: 20px;
padding-top: 5px;
background: #fbf8f8;
box-shadow: 16px 13px 26px rgba(0, 0, 0, 0.2);
border: 2.4px solid #959090;
padding-right: 10px;
} .kuke-left {
width: 20%;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding: 30px;
}
.kuke-left .column-header {
text-align: left;
width: 100%;
display: block;
margin-bottom: 20px;
}
.kuke-left h6 {
font-weight: bold;
}
.kuke-left h6 {
margin: 0 0 8px 0;
font-size: 16px;
color: #333;
}
.kuke-left p {
margin: 4px 0;
color: #666;
}
.kuke-left .vehicle-year {
font-size: 15px;
font-weight: 400;
color: #8a8787;
margin: 8px 0;
}
.kuke-left img {
max-width: 180px;
max-height: 110px;
width: auto;
height: auto;
mix-blend-mode: multiply;
} .kuke-middle {
width: 40%;
display: flex;
flex-direction: column;
gap: 5px;
border-right: 1px solid #ddd;
padding-right: 15px;
padding-bottom: 2%;
} .column-header {
font-size: 10px;
font-weight: 900;
text-transform: uppercase;
color: #e85b5b;
margin-bottom: 0px;
padding-bottom: 4px;
letter-spacing: 0.5px;
position: relative;
display: inline-block;
width: auto;
}
.column-header::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 45%;
height: 0px;
background: black;
} .brand-tabs {
display: flex;
gap: 0;
margin-bottom: 2px;
background: #f5f5f5;
border-radius: 8px;
padding: 4px;
overflow-x: auto;
}
.brand-tab {
flex: 1;
min-width: fit-content;
background: transparent;
border: none;
color: #666;
padding: 4px 18px;
border-radius: 6px;
cursor: pointer;
font-weight: 600;
font-size: 12px;
transition: all 0.2s ease;
white-space: nowrap;
text-align: center;
}
.brand-tab:hover {
background: rgba(220, 0, 0, 0.1);
color: #e85b5b;
}
.brand-tab-years {
display: block;
font-size: 10px;
font-weight: 400;
color: #999;
line-height: 1.2;
margin-top: 1px;
}
.brand-tab.active .brand-tab-years {
color: #e85b5b;
opacity: 0.8;
}
.brand-tab.active {
background: transparent;
color: #e85b5b;
box-shadow: 0 2px 4px rgba(220, 0, 0, 0.2);
} .brand-content {
display: flex;
flex-direction: column;
gap: 5px;
transition: opacity 0.3s ease-in-out;
} .towbar-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 6px 8px;
cursor: pointer;
touch-action: manipulation;
border-radius: 8px;
transition: background 0.2s ease;
gap: 8px;
}
.towbar-item:hover {
background: #f5f5f5;
}
.towbar-item.towbar-featured {
background: #f0f0f0;
border-left: 3px solid #bbb;
padding-left: 6px;
}
.towbar-item.towbar-featured:hover {
background: #e8e8e8;
}
.towbar-type-icon {
width: 28px;
height: 28px;
object-fit: contain;
flex-shrink: 0;
}
.towbar-info {
display: flex;
align-items: center;
gap: 10px;
flex: 1;
min-width: 0;
}
.towbar-details {
display: flex;
flex-direction: column;
gap: 2px;
min-width: 0;
}
.towbar-name-row {
display: flex;
align-items: center;
gap: 5px;
flex-wrap: nowrap;
}
.towbar-name {
color: #222;
font-size: 15px;
font-weight: 700;
transition: color 0.2s ease;
white-space: nowrap;
}
.towbar-item:hover .towbar-name {
color: #e85b5b;
}
.towbar-brand-label {
font-size: 11px;
color: #999;
margin-top: 2px;
letter-spacing: 0.02em;
}
.towbar-featured-badge {
font-size: 13px;
color: #e85b5b;
flex-shrink: 0;
line-height: 1;
}
.towbar-stock-icon {
font-size: 16px;
color: #444;
flex-shrink: 0;
cursor: default;
margin-left: 2px;
} .towbar-info-btn {
all: unset !important;
cursor: pointer !important;
color: #bbb !important;
font-size: 13px !important;
line-height: 1 !important;
display: flex !important;
align-items: center !important;
border: none !important;
outline: none !important;
box-shadow: none !important;
background: none !important;
padding: 0 !important;
margin: 0 !important;
appearance: none !important;
-webkit-appearance: none !important;
flex-shrink: 0 !important;
}
.towbar-info-btn:hover,
.towbar-info-btn:focus,
.towbar-info-btn:active,
.towbar-info-btn:focus-visible {
color: #555 !important;
border: none !important;
outline: none !important;
box-shadow: none !important;
background: none !important;
}
.towbar-info-btn.active {
color: #e85b5b !important;
} .towbar-detail-panel {
display: none;
padding: 12px 14px 10px;
background: #f7f7f7;
border-radius: 0 0 8px 8px;
border-left: 3px solid #ddd;
margin-top: -4px;
margin-bottom: 6px;
}
.panel-header {
margin-bottom: 10px;
}
.panel-product-name {
display: block;
font-size: 13px;
font-weight: 700;
color: #222;
margin-bottom: 2px;
}
.panel-type-label {
display: block;
font-size: 12px;
font-weight: 600;
color: #555;
margin-bottom: 2px;
}
.panel-comment {
display: block;
font-size: 11px;
color: #999;
line-height: 1.4;
}
.panel-body {
display: flex;
gap: 14px;
align-items: flex-start;
}
.panel-specs {
flex: 1;
display: flex;
flex-direction: column;
gap: 3px;
}
.panel-spec-row {
display: flex;
gap: 6px;
font-size: 12px;
line-height: 1.4;
}
.spec-label {
color: #888;
white-space: nowrap;
flex-shrink: 0;
min-width: 110px;
}
.spec-value {
color: #333;
font-weight: 600;
}
.panel-gallery {
display: flex;
flex-direction: column;
gap: 6px;
flex-shrink: 0;
} .panel-gallery--grid {
display: grid;
grid-template-columns: repeat(2, auto);
gap: 6px;
flex-shrink: 0;
}
.panel-gallery--grid .install-image-thumb img {
width: 82px;
height: 75px;
}
.panel-featured-badge {
font-size: 10px;
background: #e85b5b;
color: #ffffff;
padding: 4px 7px;
border-radius: 4px;
font-weight: 700;
text-transform: uppercase;
display: inline-block;
margin-left: 6px;
vertical-align: middle;
}
.panel-close-btn {
cursor: pointer;
color: #e85b5b;
font-weight: bold;
font-size: 13px;
padding: 8px 12px;
margin: 8px 0 0 0;
user-select: none;
transition: opacity 0.2s ease;
}
.panel-close-btn:hover {
opacity: 0.8;
}
.towbar-actions {
display: flex;
align-items: center;
gap: 5px;
}
.towbar-price {
font-size: 12px;
font-weight: bold;
color: #333;
}
.towbar-add-cart {
color: #e85b5b;
border: 1px solid #e85b5b;
padding: 8px 10px;
border-radius: 6px;
text-decoration: none;
transition: all 0.2s ease;
display: inline-flex;
align-items: center;
justify-content: center;
}
.towbar-add-cart:hover {
background: #e85b5b;
color: #ffffff;
} .kuke-right {
width: 40%;
display: flex;
flex-direction: column;
gap: 5px;
} .wiring-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 5px;
background: #f9f9f9;
border-radius: 8px;
transition: background 0.2s ease;
margin-bottom: 5px;
}
.wiring-item:last-child {
margin-bottom: 0;
}
.wiring-item:hover {
background: #f0f0f0;
}
.wiring-item.recommended {
background: #fff5f5;
border: 0px solid #fff;
}
.wiring-info {
display: flex;
align-items: flex-start;
gap: 5px;
flex: 1;
}
.wiring-details {
display: flex;
flex-direction: column;
gap: 4px;
flex: 1;
}
.wiring-name-row {
display: flex;
align-items: center;
gap: 5px;
}
.wiring-stock-icon {
font-size: 16px;
color: #444;
flex-shrink: 0;
cursor: default;
}
.wiring-name {
text-decoration: none;
color: #222;
font-size: 14px;
font-weight: 600;
transition: color 0.2s ease;
flex: 0 1 auto;
min-width: 0;
}
.wiring-name:hover {
color: #e85b5b;
}
.wiring-badge {
font-size: 10px;
background: #e85b5b;
color: #ffffff;
padding: 6px 8px;
border-radius: 4px;
font-weight: 700;
text-transform: uppercase;
width:75%;
}
.wiring-actions {
display: flex;
align-items: center;
gap: 5px;
}
.wiring-price {
font-size: 12px;
font-weight: bold;
color: #333;
}
.wiring-add-cart {
color: #e85b5b;
border: 1px solid #e85b5b;
padding: 8px 10px;
border-radius: 6px;
text-decoration: none;
transition: all 0.2s ease;
display: inline-flex;
align-items: center;
justify-content: center;
}
.wiring-add-cart:hover {
background: #e85b5b;
color: #ffffff;
} .toggle-wiring-text {
cursor: pointer;
color: #e85b5b;
font-weight: bold;
font-size: 13px;
padding: 8px 12px;
margin: 8px 0 0 0;
user-select: none;
transition: opacity 0.2s ease;
}
.toggle-wiring-text:hover {
opacity: 0.8;
}
.wiring-variations {
display: none;
flex-direction: column;
gap: 10px;
margin-top: 8px;
}
.install-images-gallery {
display: none;
flex-wrap: wrap;
gap: 8px;
margin: 8px 0 10px;
padding: 0 12px;
}
.install-image-thumb {
display: block;
border-radius: 6px;
overflow: hidden;
border: 1px solid #e0e0e0;
transition: transform 0.2s ease, box-shadow 0.2s ease;
flex-shrink: 0;
}
.install-image-thumb:hover {
transform: scale(1.04);
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.install-image-thumb img {
display: block;
width: 100px;
height: 80px;
object-fit: cover;
} .install-image-thumb--product {
border-color: #bbb;
opacity: 0.9;
}
.install-image-thumb--product:hover {
opacity: 1;
} .panel-pdf-link {
display: inline-flex;
align-items: center;
gap: 5px;
margin-top: 10px;
font-size: 12px;
font-weight: 600;
color: #e85b5b;
text-decoration: none;
padding: 4px 10px;
border: 1px solid #e85b5b;
border-radius: 5px;
transition: background 0.2s ease, color 0.2s ease;
}
.panel-pdf-link:hover {
background: #e85b5b;
color: #fff;
} .wiring-badge-row {
display: flex;
align-items: center;
gap: 8px;
margin-top: 4px;
} .wiring-pdf-icon {
display: inline-flex;
align-items: center;
justify-content: center;
color: #e85b5b;
font-size: 14px;
text-decoration: none;
position: relative;
margin-left: 4px;
flex-shrink: 0;
transition: color 0.2s ease;
}
.wiring-pdf-icon:hover {
color: #c0392b;
}
.wiring-pdf-icon::after {
content: attr(data-tooltip);
position: absolute;
bottom: calc(100% + 6px);
left: 50%;
transform: translateX(-50%);
background: #333;
color: #fff;
font-size: 11px;
font-weight: 500;
white-space: nowrap;
padding: 4px 8px;
border-radius: 4px;
pointer-events: none;
opacity: 0;
transition: opacity 0.2s ease;
}
.wiring-pdf-icon:hover::after {
opacity: 1;
} .toggle-tech-specs {
cursor: pointer;
color: #e85b5b;
font-weight: bold;
font-size: 13px;
padding: 1px 12px;
user-select: none;
transition: opacity 0.2s ease;
}
.toggle-tech-specs:hover {
opacity: 0.8;
}
.tech-specs-details {
display: none;
flex-direction: column;
gap: 10px !important;
margin-bottom: 5%;
padding: 0%;
background: white;
}
.tech-specs-details > div {
padding: 8px;
background: #f9f9f9;
border-radius: 6px;
font-size: 13px;
}
.tech-specs-details strong {
color: #333;
font-weight: 600;
} @media (max-width: 900px) {
.kuke-row {
flex-direction: column;
gap: 20px;
padding: 15px;
overflow-x: hidden;
max-width: 100%;
background: #fff;
}
.kuke-left,
.kuke-middle,
.kuke-right {
width: 100%;
border: none;
padding: 0;
max-width: 100%;
}
.kuke-middle,
.kuke-right {
overflow-x: hidden;
}
.kuke-left img {
max-width: 120px;
max-height: 75px;
}
.kuke-middle {
border-right: none;
padding-right: 0;
}
.kuke-right {
padding-left: 0;
border-top: 1px solid #ddd;
padding-top: 15px;
}
.brand-tabs {
justify-content: center;
}
.brand-tab {
font-size: 13px;
padding: 6px 12px;
}
.active-filter-tag {
font-size: 12px;
padding: 6px 12px;
}  .brand-content:not([style*="display: none"]):not([style*="display:none"]) {
display: grid !important;
grid-auto-flow: column !important;
grid-auto-columns: 85% !important;
gap: 15px !important;
overflow-x: auto !important;
overflow-y: auto !important;
scroll-snap-type: x mandatory !important;
-webkit-overflow-scrolling: touch !important;
scroll-behavior: smooth !important;
padding-bottom: 15px !important;
margin-bottom: 10px !important;
} .brand-content:not([style*="display: none"]):not([style*="display:none"]) .towbar-card {
scroll-snap-align: start !important;
display: flex !important;
flex-direction: column !important;
min-width: 0 !important;
}
.brand-content:not([style*="display: none"]):not([style*="display:none"]) .towbar-item {
display: flex !important;
flex-direction: row !important;
align-items: center !important;
justify-content: space-between !important;
gap: 8px !important;
background: #fff !important;
padding: 12px !important;
border-radius: 10px !important;
border: 1px solid #e0e0e0 !important;
box-shadow: 0 2px 6px rgba(0,0,0,0.07) !important;
border-left: 3px solid transparent !important;
cursor: pointer !important;
touch-action: manipulation !important;
}
.brand-content:not([style*="display: none"]):not([style*="display:none"]) .towbar-item.towbar-featured {
background: #f0f0f0 !important;
border-left: 3px solid #bbb !important;
} .brand-content:not([style*="display: none"]):not([style*="display:none"]) .towbar-detail-panel {
width: 100% !important;
box-sizing: border-box !important;
} .brand-content:not([style*="display: none"]):not([style*="display:none"]) .panel-body {
flex-direction: column !important;
} .brand-content:not([style*="display: none"]):not([style*="display:none"]) .panel-gallery,
.brand-content:not([style*="display: none"]):not([style*="display:none"]) .panel-gallery--grid {
flex-direction: row !important;
display: flex !important;
flex-wrap: wrap !important;
gap: 6px !important;
}
.wiring-item {
flex-direction: row;
align-items: center;
gap: 10px;
justify-content: space-between;
}
.wiring-info {
display: flex;
align-items: center;
gap: 10px;
flex: 1;
}
.wiring-details {
flex: 1;
}
.towbar-actions,
.wiring-actions {
display: flex;
align-items: center;
gap: 8px;
flex-shrink: 0;
}
.wiring-price {
font-size: 14px;
font-weight: bold;
color: #333;
white-space: nowrap;
} .brand-content::-webkit-scrollbar {
height: 8px !important;
}
.brand-content::-webkit-scrollbar-track {
background: #f0f0f0 !important;
border-radius: 10px !important;
margin: 0 10px !important;
}
.brand-content::-webkit-scrollbar-thumb {
background: #e85b5b !important;
border-radius: 10px !important;
}
.brand-content::-webkit-scrollbar-thumb:hover {
background: #a00000 !important;
} .brand-content::after {
content: '' !important;
position: sticky !important;
right: 0 !important;
width: 30px !important;
height: 100% !important;
background: linear-gradient(to right, transparent, rgba(255,255,255,0.9)) !important;
pointer-events: none !important;
float: right !important;
}
}
@media (max-width: 900px) { .towbar-name  { font-size: 17px !important; }
.wiring-name  { font-size: 16px !important; }
.towbar-price,
.wiring-price { font-size: 14px !important; }
.towbar-stock-icon,
.wiring-stock-icon { font-size: 18px !important; }
.towbar-featured-badge { font-size: 15px !important; }
.wiring-badge { font-size: 11px !important; }
.toggle-wiring-text,
.toggle-tech-specs { font-size: 14px !important; }
}
@media (max-width: 600px) {
.wiring-name {
pointer-events: none;
}
.kuke-left h6 {
font-size: 18px !important;
}
.kuke-left img {
max-width: 100px;
max-height: 65px;
}
.towbar-info {
flex-direction: column;
align-items: flex-start;
}
.wiring-info {
flex-direction: row;
align-items: center;
}
}.eurokuke-filter .searchandfilter,
.eurokuke-filter .searchandfilter ul {
list-style: none;
margin: 0;
padding: 0;
}
.eurokuke-filter {
width: 100%;
}
.eurokuke-filter .searchandfilter {
display: flex;
width: 100%;
gap: 10px;
padding: 0;
font-family: 'Mulish';
}
.eurokuke-filter .searchandfilter li {
flex: 1;
min-width: 0;
}
.eurokuke-filter .searchandfilter label,
.eurokuke-filter .searchandfilter h4 {
width: 100%;
font-family: 'Mulish';
font-weight: bold;
color: white;
padding-bottom: 8px;
font-size: 20px;
}
.eurokuke-filter select {
width: 100%;
height: 55px;
border-radius: 10px;
border: 1px solid #E9ECEE;
font-weight: 500;
background-color: white;
}
.eurokuke-filter .sf-field-submit {
display: flex;
align-items: flex-end;
}
.eurokuke-filter .sf-field-submit input {
width: 100%;
height: 40px;
background-color: #D03E3E;
color: #fff;
border: none;
border-radius: 10px;
font-family: 'Mulish';
font-weight: 700;
font-size: 15px;
cursor: pointer;
transition: all 0.3s ease;
}
.eurokuke-filter .sf-field-submit input:hover {
background-color: #a00000;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(208, 62, 62, 0.3);
}
.eurokuke-filter .sf-field-submit input:active {
transform: translateY(0);
} .eurokuke-filter select:hover:not(:disabled) {
border-color: #D03E3E;
}
.eurokuke-filter select:focus {
outline: none;
border-color: #D03E3E;
box-shadow: 0 0 0 3px rgba(208, 62, 62, 0.1);
}
.eurokuke-filter select:disabled {
background: #f5f5f5;
color: #999;
cursor: not-allowed;
opacity: 0.6;
} .eurokuke-filter .search-row {
display: flex;
gap: 10px;
margin-top: 10px;
width: 100%;
}
.eurokuke-filter .search-row input[type="text"] {
flex: 1;
min-width: 0;
height: 40px;
padding: 0 16px;
border-radius: 10px;
border: 1px solid #E9ECEE;
font-size: 15px;
font-weight: 500;
font-family: 'Mulish';
background: #fff;
color: #333;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.eurokuke-filter .search-row input[type="text"]:focus {
outline: none;
border-color: #D03E3E;
box-shadow: 0 0 0 3px rgba(208, 62, 62, 0.1);
}
.eurokuke-filter .search-row input[type="text"]::placeholder {
color: #aaa;
}
.eurokuke-filter .search-row input[type="submit"] {
flex-shrink: 0;
height: 40px;
padding: 0 28px;
background-color: #D03E3E;
color: #fff;
border: none;
border-radius: 10px;
font-family: 'Mulish';
font-weight: 700;
font-size: 15px;
cursor: pointer;
transition: all 0.3s ease;
white-space: nowrap;
}
.eurokuke-filter .search-row input[type="submit"]:hover {
background-color: #a00000;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(208, 62, 62, 0.3);
} .eurokuke-filter--filters_and_search .searchandfilter {
margin-bottom: 0;
} @media (max-width: 768px) {
.eurokuke-filter .searchandfilter {
flex-direction: column;
}
.eurokuke-filter .searchandfilter li {
width: 100%;
}
.eurokuke-filter .search-row {
flex-direction: column;
}
.eurokuke-filter .search-row input[type="submit"] {
width: 100%;
}
}
@media (max-width: 600px) {
.eurokuke-filter .searchandfilter h4 {
font-size: 16px;
}
}html{line-height:1.15;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:border-box}body{background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:inherit;font-family:inherit;font-weight:500;line-height:1.2;margin-block-end:1rem;margin-block-start:.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-block-end:.9rem;margin-block-start:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em;white-space:pre-wrap}a{background-color:transparent;color:#c36;text-decoration:none}a:active,a:hover{color:#336}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}abbr[title]{border-block-end:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;height:auto;max-width:100%}details{display:block}summary{display:list-item}figcaption{color:#333;font-size:16px;font-style:italic;font-weight:400;line-height:1.4}[hidden],template{display:none}@media print{*,:after,:before{background:transparent!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{-moz-column-break-inside:avoid;border:1px solid #ccc;break-inside:avoid}thead{display:table-header-group}img,tr{-moz-column-break-inside:avoid;break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{-moz-column-break-after:avoid;break-after:avoid}}label{display:inline-block;line-height:1;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:1rem;line-height:1.5;margin:0}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{border:1px solid #666;border-radius:3px;padding:.5rem 1rem;transition:all .3s;width:100%}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#333}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;width:auto}[type=button],[type=submit],button{background-color:transparent;border:1px solid #c36;border-radius:3px;color:#c36;display:inline-block;font-size:1rem;font-weight:400;padding:.5rem 1rem;text-align:center;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{background-color:#c36;color:#fff;text-decoration:none}[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}select{display:block}table{background-color:transparent;border-collapse:collapse;border-spacing:0;font-size:.9em;margin-block-end:15px;width:100%}table td,table th{border:1px solid hsla(0,0%,50%,.502);line-height:1.5;padding:15px;vertical-align:top}table th{font-weight:700}table tfoot th,table thead th{font-size:1em}table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th{border-block-start:1px solid hsla(0,0%,50%,.502)}table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th{background-color:hsla(0,0%,50%,.071)}table tbody tr:hover>td,table tbody tr:hover>th{background-color:hsla(0,0%,50%,.102)}table tbody+tbody{border-block-start:2px solid hsla(0,0%,50%,.502)}@media(max-width:767px){table table{font-size:.8em}table table td,table table th{line-height:1.3;padding:7px}table table th{font-weight:400}}dd,dl,dt,li,ol,ul{background:transparent;border:0;font-size:100%;margin-block-end:0;margin-block-start:0;outline:0;vertical-align:baseline}.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-inline:auto}.alignwide{margin-inline:-80px}.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-inline:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{display:flex;justify-content:space-between;margin:20px auto}.sticky{display:block;position:relative}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form{margin:50px auto;max-width:500px}.post-password-form p{align-items:flex-end;display:flex;width:100%}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:12px 24px;text-decoration:none;top:5px;width:auto;z-index:100000}.post .entry-title a{text-decoration:none}.post .wp-post-image{max-height:500px;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:991px){.post .wp-post-image{max-height:400px}}@media(max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{font-size:.9em;list-style:none;margin:0;padding:0}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{border-block-end:1px solid #ccc;display:flex;flex-direction:column;padding-block-end:30px;padding-block-start:30px;padding-inline-end:0;padding-inline-start:60px}#comments .comment .avatar,#comments .pingback .avatar{border-radius:50%;left:0;margin-inline-end:10px;position:absolute}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{list-style:none;margin:0;padding-inline-start:30px;position:relative}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{content:"↪";display:inline-block;font-size:1em;font-weight:400;left:0;line-height:100%;position:absolute;top:45px;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"↩";left:auto;right:0}@media(min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media(max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{float:left;position:inherit}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-inline-end:auto;margin-inline-start:auto;width:100%}@media(max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-inline-end:10px;padding-inline-start:10px}}@media(min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media(min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}.site-header{display:flex;flex-wrap:wrap;justify-content:space-between;padding-block-end:1rem;padding-block-start:1rem;position:relative}.site-header .site-title{font-size:2.5rem;font-weight:500;line-height:1.2}.site-header .site-branding{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.site-header .header-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-header .header-inner .custom-logo-link{display:block}.site-header .header-inner .site-branding .site-description,.site-header .header-inner .site-branding .site-title{margin:0}.site-header .header-inner .site-branding .site-logo img{display:block}.site-header .header-inner .site-branding.show-logo .site-title,.site-header .header-inner .site-branding.show-title .site-logo{display:none!important}.site-header.header-inverted .header-inner{flex-direction:row-reverse}.site-header.header-inverted .header-inner .site-branding{text-align:end}.site-header.header-stacked .header-inner{align-items:center;flex-direction:column;text-align:center}.site-footer{padding-block-end:1rem;padding-block-start:1rem;position:relative}.site-footer .site-title{font-size:1.5rem;font-weight:500;line-height:1.2}.site-footer .site-branding{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.site-footer .footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-footer .footer-inner .custom-logo-link{display:block}.site-footer .footer-inner .site-branding .site-description,.site-footer .footer-inner .site-branding .site-title{margin:0}.site-footer .footer-inner .site-branding .site-logo img{display:block}.site-footer .footer-inner .site-branding.show-logo .site-title,.site-footer .footer-inner .site-branding.show-title .site-logo{display:none!important}.site-footer .footer-inner .copyright{align-items:center;display:flex;justify-content:flex-end}.site-footer .footer-inner .copyright p{margin:0}.site-footer.footer-inverted .footer-inner{flex-direction:row-reverse}.site-footer.footer-inverted .footer-inner .site-branding{text-align:end}.site-footer.footer-stacked .footer-inner{align-items:center;flex-direction:column;text-align:center}.site-footer.footer-stacked .footer-inner .site-branding .site-title{text-align:center}.site-footer.footer-stacked .footer-inner .site-navigation .menu{padding:0}@media(max-width:576px){.site-footer:not(.footer-stacked) .footer-inner .copyright,.site-footer:not(.footer-stacked) .footer-inner .site-branding,.site-footer:not(.footer-stacked) .footer-inner .site-navigation{display:block;max-width:none;text-align:center;width:100%}.site-footer .footer-inner .site-navigation ul.menu{justify-content:center}.site-footer .footer-inner .site-navigation ul.menu li{display:inline-block}}.site-header.header-stacked .site-navigation-toggle-holder{justify-content:center;max-width:100%}.site-header.menu-layout-dropdown .site-navigation{display:none}.site-navigation-toggle-holder{align-items:center;display:flex;padding:8px 15px}.site-navigation-toggle-holder .site-navigation-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#494c4f;cursor:pointer;display:flex;justify-content:center;padding:.5rem}.site-navigation-toggle-holder .site-navigation-toggle-icon{display:block;width:1.25rem}.site-navigation-toggle-holder .site-navigation-toggle-icon:after,.site-navigation-toggle-holder .site-navigation-toggle-icon:before{background-color:currentColor;border-radius:3px;content:"";display:block;height:3px;transition:all .2s ease-in-out}.site-navigation-toggle-holder .site-navigation-toggle-icon:before{box-shadow:0 .35rem 0 currentColor;margin-block-end:.5rem}.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before{box-shadow:none;transform:translateY(.35rem) rotate(45deg)}.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:after{transform:translateY(-.35rem) rotate(-45deg)}.site-navigation{align-items:center;display:flex}.site-navigation ul.menu,.site-navigation ul.menu ul{list-style-type:none;padding:0}.site-navigation ul.menu{display:flex;flex-wrap:wrap}.site-navigation ul.menu li{display:flex;position:relative}.site-navigation ul.menu li a{display:block;padding:8px 15px}.site-navigation ul.menu li.menu-item-has-children{padding-inline-end:15px}.site-navigation ul.menu li.menu-item-has-children:after{align-items:center;color:#666;content:"▾";display:flex;font-size:1.5em;justify-content:center;text-decoration:none}.site-navigation ul.menu li.menu-item-has-children:focus-within>ul{display:block}.site-navigation ul.menu li ul{background:#fff;display:none;left:0;min-width:150px;position:absolute;top:100%;z-index:2}.site-navigation ul.menu li ul li{border-block-end:1px solid #eee}.site-navigation ul.menu li ul li:last-child{border-block-end:none}.site-navigation ul.menu li ul li.menu-item-has-children a{flex-grow:1}.site-navigation ul.menu li ul li.menu-item-has-children:after{transform:translateY(-50%) rotate(-90deg)}.site-navigation ul.menu li ul ul{left:100%;top:0}.site-navigation ul.menu li:hover>ul{display:block}footer .site-navigation ul.menu li ul{bottom:100%;top:auto}footer .site-navigation ul.menu li ul ul{bottom:0}footer .site-navigation ul.menu a{padding:5px 15px}.site-navigation-dropdown{bottom:0;left:0;margin-block-start:10px;position:absolute;transform-origin:top;transition:max-height .3s,transform .3s;width:100%;z-index:10000}.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown{max-height:0;transform:scaleY(0)}.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown{max-height:100vh;transform:scaleY(1)}.site-navigation-dropdown ul{padding:0}.site-navigation-dropdown ul.menu{background:#fff;margin:0;padding:0;position:absolute;width:100%}.site-navigation-dropdown ul.menu li{display:block;position:relative;width:100%}.site-navigation-dropdown ul.menu li a{background:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.102);color:#55595c;display:block;padding:20px}.site-navigation-dropdown ul.menu li.current-menu-item a{background:#55595c;color:#fff}.site-navigation-dropdown ul.menu>li li{max-height:0;transform:scaleY(0);transform-origin:top;transition:max-height .3s,transform .3s}.site-navigation-dropdown ul.menu li.elementor-active>ul>li{max-height:100vh;transform:scaleY(1)}@media(max-width:576px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media(min-width:768px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media(min-width:576px)and (max-width:767px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media(min-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media(max-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation{display:none!important}}.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}