@layer swift3 {:root { --wp--preset--aspect-ratio--square: 1; --wp--preset--aspect-ratio--4-3: 4/3; --wp--preset--aspect-ratio--3-4: 3/4; --wp--preset--aspect-ratio--3-2: 3/2; --wp--preset--aspect-ratio--2-3: 2/3; --wp--preset--aspect-ratio--16-9: 16/9; --wp--preset--aspect-ratio--9-16: 9/16; --wp--preset--color--black: #000000; --wp--preset--color--cyan-bluish-gray: #abb8c3; --wp--preset--color--white: #ffffff; --wp--preset--color--pale-pink: #f78da7; --wp--preset--color--vivid-red: #cf2e2e; --wp--preset--color--luminous-vivid-orange: #ff6900; --wp--preset--color--luminous-vivid-amber: #fcb900; --wp--preset--color--light-green-cyan: #7bdcb5; --wp--preset--color--vivid-green-cyan: #00d084; --wp--preset--color--pale-cyan-blue: #8ed1fc; --wp--preset--color--vivid-cyan-blue: #0693e3; --wp--preset--color--vivid-purple: #9b51e0; --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,#0693e3 0%,#9b51e0 100%); --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%); --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,#fcb900 0%,#ff6900 100%); --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,#ff6900 0%,#cf2e2e 100%); --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eeeeee 0%,#a9b8c3 100%); --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%); --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%); --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%); --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%); --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%); --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%); --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%); --wp--preset--font-size--small: 13px; --wp--preset--font-size--medium: 20px; --wp--preset--font-size--large: 36px; --wp--preset--font-size--x-large: 42px; --wp--preset--spacing--20: 0.44rem; --wp--preset--spacing--30: 0.67rem; --wp--preset--spacing--40: 1rem; --wp--preset--spacing--50: 1.5rem; --wp--preset--spacing--60: 2.25rem; --wp--preset--spacing--70: 3.38rem; --wp--preset--spacing--80: 5.06rem; --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2); --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4); --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2); --wp--preset--shadow--outlined: 6px 6px 0px -3px #ffffff, 6px 6px #000000; --wp--preset--shadow--crisp: 6px 6px 0px #000000; }:where(body) { margin: 0px; }body { padding: 0px; }@layer bricks {:root { --bricks-vh: 1vh; --bricks-transition: all 0.1s; --bricks-input-height: 32px; --bricks-color-primary: #ffd64f; --bricks-color-secondary: #fc5778; --bricks-text-dark: #212121; --bricks-text-muted: #616161; --bricks-text-light: #9e9e9e; --bricks-text-info: #00b0f4; --bricks-text-success: #11b76b; --bricks-text-warning: #ffa100; --bricks-text-danger: #fa4362; --bricks-bg-info: #e5f3ff; --bricks-bg-success: #e6f6ed; --bricks-bg-warning: #fff2d7; --bricks-bg-danger: #ffe6ec; --bricks-bg-dark: #263238; --bricks-bg-light: #f5f6f7; --bricks-border-color: #dddedf; --bricks-border-radius: 4px; --bricks-tooltip-bg: #23282d; --bricks-tooltip-text: #eaecef; } html { text-size-adjust: auto; line-height: 1.15; } body { margin: 0px; } article, aside, figcaption, figure, footer, header, main, nav, section { display: block; } figure { margin: 1em 40px; } audio, video { display: inline-block; } img { border-style: none; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0px; } button, input { overflow: visible; } button, select { text-transform: none; } [type="reset"], [type="submit"], button, html [type="button"] { appearance: button; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0px; white-space: normal; } textarea { overflow: auto; } [type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0px; } .brxe-section { align-items: center; display: flex; flex-direction: column; margin-left: auto; margin-right: auto; width: 100%; } @media (max-width: 767px){.brxe-section { flex-wrap: wrap; }} .brxe-block { align-items: flex-start; display: flex; flex-direction: column; width: 100%; } @media (max-width: 767px){.brxe-block { flex-wrap: wrap; }} [class*="brxe-"] { max-width: 100%; } svg:not([width]) { min-width: 1em; } svg:not([height]) { min-height: 1em; } span[class*="brxe-"]:not(.brxe-section):not(.brxe-container):not(.brxe-block):not(.brxe-div) { width: auto; } #brx-footer { background-position: 50% center; background-size: cover; flex-shrink: 0; margin-top: auto; position: relative; width: 100%; } .brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder) { align-items: center; display: flex; flex-direction: column; height: calc(var(--bricks-vh, 1vh)*100); justify-content: center; left: 0px; top: 0px; width: 100%; z-index: 10000; position: fixed !important; } .brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder).hide { opacity: 0; pointer-events: none; visibility: hidden; } .brx-popup-content { background-color: rgb(255, 255, 255); margin: 0px; max-width: 100%; overflow-y: auto; padding: 30px; z-index: 1; } html { font-size: 62.5%; } *, ::after, ::before, html { box-sizing: border-box; } * { border-color: var(--bricks-border-color); } body { -webkit-font-smoothing: antialiased; background-color: rgb(255, 255, 255); background-position: 50% center; color: rgb(54, 54, 54); font-family: -apple-system, "system-ui", "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 15px; line-height: 1.7; transition: padding-top; } .brx-body { display: flex; flex-direction: column; margin: 0px auto; width: 100%; } :where(a) { border-color: currentcolor; color: currentcolor; cursor: pointer; text-decoration: none; } h1, h2, h3, h4, h5, h6 { margin: 0px; text-rendering: optimizelegibility; } h1 { font-size: 2.4em; } h1, h2 { line-height: 1.4; } h2 { font-size: 2.1em; } h3 { font-size: 1.8em; } h3, h4 { line-height: 1.4; } :where(p) { margin-block: 0px 1.2em; } :where(p:last-of-type) { margin-block-end: 0px; } figcaption { color: var(--bricks-text-light); font-size: 0.9em; margin: 1em 0px; text-align: center; } img { height: auto; max-width: 100%; outline: none; vertical-align: middle; } button { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; cursor: pointer; outline: none; padding: 0px; } blockquote { border-left-style: solid; border-left-width: 4px; font-family: georgia, "Times New Roman", times, serif; font-size: 1.3em; margin: 15px 0px; padding: 0px 0px 0px 30px; position: relative; } label { color: var(--bricks-text-light); display: block; font-weight: 400; margin-bottom: 5px; } button, input, optgroup, select, textarea { font-family: inherit; text-align: inherit; } .input, input:not([type="submit"]), select, textarea { border-style: solid; border-width: 1px; box-shadow: none; color: currentcolor; font-size: inherit; line-height: 40px; outline: none; padding: 0px 12px; transition: var(--bricks-transition); width: 100%; } input[type="button"], input[type="checkbox"], input[type="radio"] { width: auto; } input[type="checkbox"], input[type="radio"], input[type="submit"], select { cursor: pointer; } textarea { height: auto; min-height: 90px; padding: 10px 12px; line-height: inherit !important; } .skip-link { clip: rect(1px, 1px, 1px, 1px); background: rgb(0, 0, 0); border-bottom-right-radius: 8px; color: rgb(255, 255, 255); font-weight: 700; height: 1px; left: 0px; overflow: hidden; padding: 5px 10px; position: absolute; top: 0px; transition: transform 0.1s; white-space: nowrap; width: 1px; z-index: 9999; } .skip-link:focus { clip: auto; height: auto; overflow: visible; width: auto; } body.bricks-is-frontend :focus-visible { outline: auto; } @supports not selector(:focus-visible) {body.bricks-is-frontend :focus { outline: auto; }} .brx-submenu-toggle { align-items: center; cursor: pointer; display: flex; } .brx-submenu-toggle.icon-right button { margin-left: 10px; } .brx-submenu-toggle button, .brx-submenu-toggle button > * { align-items: center; background-color: transparent; color: currentcolor; display: flex; transition: transform 0.1s cubic-bezier(0, 0, 0.2, 1); will-change: transform; } #brx-content { flex: 1 1 0%; position: relative; width: 100%; } #brx-header { background-position: 50% center; background-size: cover; position: relative; width: 100%; } #brx-header.brx-sticky { left: 0px; position: fixed; right: 0px; top: 0px; transition: background-color 0.2s, transform 0.4s; width: 100%; z-index: 998; } #brx-header.brx-sticky .bricks-nav-menu > li > a, #brx-header.brx-sticky > .brxe-block, #brx-header.brx-sticky > .brxe-container, #brx-header.brx-sticky > .brxe-div, #brx-header.brx-sticky > .brxe-section { transition: inherit; } .bricks-button { align-items: center; border-width: 0px; display: inline-flex; gap: 10px; justify-content: center; letter-spacing: 0.5px; padding: 0.5em 1em; text-align: center; } .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; white-space: nowrap; width: 1px; position: absolute !important; } .screen-reader-text span:focus, .screen-reader-text:focus, .ui-helper-hidden-accessible:focus { background-color: rgb(241, 241, 241); border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px 2px; color: rgb(33, 117, 155); display: block; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; clip: auto !important; } .brxe-button { width: auto; } @keyframes blink { 100% { opacity: 0; } } .brxe-form-checkbox input[type="checkbox"]:focus-visible + .brx-input-indicator { outline: 1px solid var(--brx-indicator-focus-color,#3b82f6); outline-offset: 2px; } .brxe-icon { font-size: 60px; } svg.brxe-icon { font-size: inherit; } .brxe-filter-checkbox[data-mode="button"] input[type="checkbox"]:focus-visible + .bricks-button, .brxe-filter-checkbox[data-mode="button"] label:focus-within .bricks-button { outline: 2px solid var(--brx-indicator-focus-color,#3b82f6); outline-offset: 2px; } .brxe-filter-checkbox input[type="checkbox"]:focus-visible + .brx-input-indicator { outline: 1px solid var(--brx-indicator-focus-color,#3b82f6); outline-offset: 2px; } .brxe-filter-radio[data-mode="button"] input[type="radio"]:focus-visible + .bricks-button, .brxe-filter-radio[data-mode="button"] label:focus-within .bricks-button { outline: 2px solid var(--brx-indicator-focus-color,#3b82f6); outline-offset: 2px; } .brxe-filter-radio input[type="radio"]:focus-visible + .brx-input-indicator { outline: 2px solid var(--brx-indicator-focus-color,#3b82f6); outline-offset: 2px; } :where(.brxe-nav-menu) .menu-item:not(.open) .sub-menu { pointer-events: none; } :where(.brxe-nav-menu) .menu-item:not(.open) .sub-menu:not(.brx-submenu-positioned) { display: none !important; } :where(.brxe-nav-menu) ol, :where(.brxe-nav-menu) ul { list-style-type: none; margin: 0px; padding: 0px; } :where(.brxe-nav-menu) .bricks-nav-menu { display: flex; line-height: inherit; margin: 0px; padding: 0px; } :where(.brxe-nav-menu) .bricks-nav-menu > li { margin: 0px 0px 0px 30px; } :where(.brxe-nav-menu) .bricks-nav-menu li { position: relative; } :where(.brxe-nav-menu) .bricks-nav-menu li:not(.brx-has-megamenu) > a { display: flex; width: 100%; } :where(.brxe-nav-menu) .bricks-nav-menu .sub-menu { background-color: var(--bricks-bg-dark); color: rgb(255, 255, 255); line-height: 60px; min-width: 150px; opacity: 0; position: absolute; top: 100%; transition: var(--bricks-transition); visibility: hidden; white-space: nowrap; z-index: 998; } :where(.brxe-nav-menu) .bricks-nav-menu .sub-menu li { border-style: none; position: relative; width: 100%; } :where(.brxe-nav-menu) .bricks-nav-menu .sub-menu a, :where(.brxe-nav-menu) .bricks-nav-menu .sub-menu button { color: currentcolor; padding: 0px 20px; } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle { background-color: transparent; cursor: pointer; display: none; height: 16px; min-width: 12px; position: relative; width: 20px; } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle::before { inset: 0px; content: ""; position: absolute; z-index: 1; } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle:hover span { min-width: 12px; width: 20px; } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle span { background-color: currentcolor; display: block; height: 2px; position: absolute; right: 0px; transition: var(--bricks-transition); } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-top { min-width: 12px; top: 0px; width: 20px; } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-center { min-width: 12px; top: 7px; width: 20px; } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-bottom { min-width: 12px; top: 14px; width: 20px; } .brxe-nav-menu .bricks-mobile-menu-wrapper { bottom: 0px; color: rgb(255, 255, 255); display: flex; flex-direction: column; height: calc(var(--bricks-vh, 1vh)*100); left: 0px; position: fixed; right: auto; scrollbar-width: none; top: var(--wp-admin--admin-bar--height,0); transition-duration: 0.2s; transition-property: background-color, opacity, transform, visibility; visibility: hidden; width: 300px; z-index: 999; } .brxe-nav-menu .bricks-mobile-menu-wrapper::before { background-color: rgb(35, 40, 45); background-size: cover; inset: 0px; content: ""; position: absolute; z-index: -1; } .brxe-nav-menu .bricks-mobile-menu-wrapper.right { left: auto; right: 0px; transform: translateX(100%); } .brxe-nav-menu .bricks-mobile-menu-wrapper a { display: block; width: 100%; } .brxe-nav-menu .bricks-mobile-menu-wrapper li a { line-height: 60px; } .brxe-nav-menu .bricks-mobile-menu-wrapper li a:focus { outline-offset: -1px; } .brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu { display: none; line-height: 40px; background: none !important; } .brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu li > .brx-submenu-toggle > *, .brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu li > a { padding: 0px 45px; } .brxe-nav-menu .bricks-mobile-menu { overflow-y: scroll; position: relative; scrollbar-width: none; } .brxe-nav-menu .bricks-mobile-menu > li > .brx-submenu-toggle > *, .brxe-nav-menu .bricks-mobile-menu > li > a { padding: 0px 30px; } .brxe-nav-menu .bricks-mobile-menu-overlay { background-color: rgba(0, 0, 0, 0.25); inset: 0px; opacity: 0; position: fixed; transition: 0.2s; visibility: hidden; z-index: -1; } li.menu-item-has-children [aria-expanded] .menu-item-icon { background-color: transparent; color: inherit; pointer-events: none; transition: inherit; } .brxe-shortcode { width: 100%; } :where(.brxe-block, .brxe-container, .brxe-div):has(.brxe-testimonials) { min-width: 0px; } :where(.brxe-video) { align-items: center; aspect-ratio: 16 / 9; display: flex; justify-content: center; overflow: hidden; position: relative; width: 100%; } :where(.brxe-video) iframe, :where(.brxe-video) video { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; height: 100%; position: absolute; top: 0px; width: 100%; } @supports not (aspect-ratio:16/9) {:where(.brxe-video) { aspect-ratio: auto; padding-top: 56.25%; }} @keyframes load8 { 0% { transform: rotate(0deg); } 100% { transform: rotate(1turn); } } @keyframes spin { 100% { transform: rotate(1turn); } } @keyframes scrolling { 0% { opacity: 1; } 100% { opacity: 0; transform: translateY(10px); } }}body label { color: var(--text-body); }html body, html button, html input, html select, html textarea { font-family: Lato, "Lato Fallback", Arial, Helvetica, sans-serif; }html h1, html h2, html h3, html h4, html h5, html h6 { font-family: Baskervville, "Baskervville Fallback", Arial, Helvetica, serif; }:root { --wpk-header-h: 9rem; }html { scroll-padding-top: var(--wpk-header-h); }[id] { scroll-margin-top: var(--wpk-header-h); }:focus-visible { outline: transparent solid 2px; outline-offset: 2px; box-shadow: 0 0 0 2px var(--primary), 0 0 0 4px #FFFFFF, 0 0 0 6px #1A1A1A; }.mhcookie-box:focus, .mhcookie-box:focus-visible { outline: none; box-shadow: none; }:root { --wpk-text-fliesstext: clamp(1.8rem, calc(0.4032vw + 1.271rem), 2.4rem); }p a:not([class]) { text-decoration: underline 1px; text-underline-offset: 0.2em; }:root { accent-color: var(--primary); }input[type="checkbox"], input[type="radio"] { accent-color: var(--primary); }body .mhcookie-box .mhcookie-btn, body .mhcookie-box a.mhcookie-btn.mhcookie-btn-primary { display: inline-flex; align-items: center; justify-content: center; font-family: Lato, "Lato Fallback", Arial, sans-serif; font-weight: 400; line-height: 1.2; text-decoration: none; text-transform: none; white-space: normal; color: var(--light); background-color: var(--secondary); background-image: linear-gradient(90deg, var(--secondary) 0%, var(--tertiary) 100%); border: 0px; box-shadow: 0 4px 12px 0 var(--shadow-primary); opacity: 1; transition:background, color, box-shadow 0.2s, 0.2s, 0.2s ease, ease, ease; padding: var(--space-xs) var(--space-m) !important; font-size: var(--text-xs) !important; border-radius: var(--radius-full) !important; }body .mhcookie-box .mhcookie-btn:hover, body .mhcookie-box .mhcookie-btn:focus-visible, body .mhcookie-box a.mhcookie-btn.mhcookie-btn-primary:hover { color: var(--light); background-color: var(--primary); background-image: linear-gradient(90deg, var(--primary) 0%, var(--primary) 100%); opacity: 1; }@layer bricks {@keyframes load8 { 0% { transform: rotate(0deg); } 100% { transform: rotate(1turn); } } @keyframes spin { 100% { transform: rotate(1turn); } } @keyframes scrolling { 0% { opacity: 1; } 100% { opacity: 0; transform: translateY(10px); } } :root { --bricks-woo-input-height: 40px; }  .woocommerce .brxe-woocommerce-form-field .woocommerce-input-wrapper:has(> .bricks-selectwoo--pre-init) > .bricks-selectwoo--pre-init + select:is(.country_select, .state_select):not(.select2-hidden-accessible) { height: 100% !important; inset: 0px !important; margin: 0px !important; min-height: 0px !important; opacity: 0 !important; pointer-events: auto !important; position: absolute !important; transition: none !important; width: 100% !important; } .woocommerce .brxe-woocommerce-form-field .woocommerce-input-wrapper:has(> .bricks-selectwoo--pre-init) > .bricks-selectwoo--pre-init:has(+ select:is(.country_select, .state_select):focus-visible) .select2-selection { outline: 2px solid var(--brx-indicator-focus-color,#616161); outline-offset: 2px; } .brxe-woocommerce-checkout-login .woocommerce-form-login__rememberme input[type="checkbox"]:focus-visible + .brx-input-indicator { outline: 1px solid var(--brx-indicator-focus-color,#3b82f6); outline-offset: 2px; } .brxe-woocommerce-shipping-options input[type="radio"]:focus-visible + .brx-input-indicator { outline: 2px solid var(--brx-indicator-focus-color,#616161); outline-offset: 2px; } .brxe-woocommerce-payment-options input[type="radio"]:focus-visible + .brx-input-indicator { outline: 2px solid var(--brx-indicator-focus-color,#616161); outline-offset: 2px; } .brxe-woocommerce-mini-cart { position: relative; width: auto; } .brxe-woocommerce-mini-cart.hide-empty-count .cart-count { display: none; } .brxe-woocommerce-mini-cart .mini-cart-link { align-items: center; display: flex; flex-flow: row; gap: 10px; } .brxe-woocommerce-mini-cart .mini-cart-link:hover { text-decoration: none; } .brxe-woocommerce-mini-cart .mini-cart-link .cart-icon { display: flex; position: relative; } .brxe-woocommerce-mini-cart .mini-cart-link .cart-subtotal { line-height: 1; } .brxe-woocommerce-mini-cart .cart-count { align-items: center; background-color: rgb(0, 0, 0); border-radius: 50%; color: rgb(255, 255, 255); display: flex; font-size: 10px; font-weight: 700; height: 18px; justify-content: center; line-height: 1; position: absolute; right: 0px; top: 0px; transform: translate(50%, -50%); width: 18px; } .brxe-woocommerce-mini-cart .cart-detail { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; opacity: 0; position: absolute; right: 0px; top: calc(100% + 15px); transition: opacity 0.15s linear, transform 0.15s linear, left 0.15s, right 0.15s; visibility: hidden; width: 400px; z-index: -1; } .brxe-woocommerce-mini-cart .cart-detail .widget_shopping_cart_content { display: flex; flex-direction: column; height: 100%; justify-content: space-between; padding: 30px; }}.wpsr-fm-chat-wrapper .whatsapp, .wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-channels .wpsr-channel-item a.whatsapp, .wpsr-fm-chat-wrapper .wpsr-fm-chat-bubble .wpsr-fm-bubble-btn.whatsapp, .wpsr-fm-chat-wrapper.wpsr-chat-icons-layout .wpsr-channels .wpsr-channel-item .wpsr-channel-btn.whatsapp { background-color: #4fce65; }.wpsr-fm-chat-wrapper .phone, .wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-channels .wpsr-channel-item a.phone, .wpsr-fm-chat-wrapper .wpsr-fm-chat-bubble .wpsr-fm-bubble-btn.phone, .wpsr-fm-chat-wrapper.wpsr-chat-icons-layout .wpsr-channels .wpsr-channel-item .wpsr-channel-btn.phone { background-color: #05e78a; }.wpsr-fm-chat-wrapper { bottom: 25px; margin: 20px 0px 0px; position: fixed; right: 20px; transition: 0.5s; z-index: 9999; }.wpsr-fm-chat-wrapper.wpsr-chat-icons-layout .wpsr-channels .wpsr-channel-item .wpsr-channel-btn img { height: 40px; width: auto; }.wpsr-fm-chat-wrapper.wpsr-chat-icons-layout .wpsr-fm-chat-bubble .wpsr-fm-bubble-btn { transform: rotate(0deg); transition: 0.6s linear; }.wpsr-fm-chat-wrapper.wpsr-chat-icons-layout .wpsr-fm-chat-bubble .wpsr-chat-icons-closee { display: none; opacity: 0; visibility: hidden; }.wpsr-fm-chat-wrapper .wpsr-fm-offline-caption, .wpsr-fm-chat-wrapper.wpsr_pro_active .wpsr-fm-chat-header.wpsr-online .wpsr-fm-offline-caption { display: none; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box { background-color: #ffffff; border-radius: 10px; bottom: 0px; box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 20px 0px; opacity: 0; position: fixed; right: 30px; top: auto; transition: 0.5s; visibility: hidden; width: 360px; }@media screen and (max-width: 767px){.wpsr-fm-chat-wrapper .wpsr-fm-chat-box { width: 320px; }}.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-close { cursor: pointer; display: flex; height: 25px; opacity: 0.4; position: absolute; right: 0px; top: 15px; width: 25px; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-close::after, .wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-close::before { background-color: var(--wpsn-chat-close-btn-color,#1d2129); border-radius: 2px; content: ""; display: block; height: 2px; position: absolute; width: 12px; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-close::before { transform: rotate(45deg); }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-close::after { transform: rotate(-45deg); }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-header { align-items: center; background-color: #f4f5f7; border-radius: 10px 10px 0px 0px; display: flex; padding: 20px; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-header .wpsr-chat-user-img { flex: 0 0 auto; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-header img { border-radius: 50%; height: 70px; object-fit: cover; width: 70px; }@media screen and (max-width: 767px){.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-header img { height: 50px; width: 50px; }}.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-header { text-align: left; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-header .wpsr-fm-group-details { padding-left: 15px; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-header .wpsr-fm-group-details h3 { font-size: 18px; font-weight: 700; line-height: 1.4; margin: 0px; padding: 0px; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-header .wpsr-fm-group-details p { color: #000000; font-size: 14px; font-weight: 400; line-height: 1.6; margin: 0px; opacity: 0.8; padding: 0px; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room { padding: 30px 20px 20px; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-conversation { align-items: center; display: flex; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-conversation .wpsr-fm-user-picture { flex: 0 0 auto; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-conversation .wpsr-fm-user-picture img { border-radius: 50%; height: 40px; margin-right: 10px; object-fit: cover; width: 40px; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-conversation .wpsr-fm-greeting-msg { background-color: #f1f0f0; border-radius: 10px; display: none; max-width: 250px; padding: 10px; text-align: left; transition: 0.4s; width: 100%; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-conversation .wpsr-fm-greeting-msg .wpsr-fm-msg-text, .wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-conversation .wpsr-fm-greeting-msg p { color: #000000; font-size: 14px; line-height: 1.5; margin: 0px; padding: 0px; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper { margin: 30px 0px 0px; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-channels { display: flex; flex-wrap: wrap; justify-content: center; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-channels .wpsr-channel-item { margin-right: 8px; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-channels .wpsr-channel-item:last-child { margin-right: 0px; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-channels .wpsr-channel-item a { border-radius: 6px; display: flex; height: 50px; line-height: 60px; padding: 0px; text-align: center; width: 50px; }@media screen and (max-width: 767px){.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-channels .wpsr-channel-item a { height: 40px; line-height: 50px; width: 40px; }}.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-channels .wpsr-channel-item a img { height: 40px; width: auto; }@media screen and (max-width: 767px){.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-channels .wpsr-channel-item a img { height: 30px; }}.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-fm-multiple-btn { display: block; font-size: 16px; font-weight: 700; padding-bottom: 10px; text-align: center; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-fm-btn-icon a { align-items: center; background-color: #0084ff; border-radius: 10px; color: #ffffff; cursor: pointer; display: flex; font-size: 14px; font-weight: 700; justify-content: center; padding: 10px 20px; text-decoration: none; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-fm-btn-icon a:active, .wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-fm-btn-icon a:focus { box-shadow: none; outline: none; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-fm-btn-icon a:hover { outline: none; text-decoration: underline; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-fm-btn-icon a img { height: 26px; width: auto; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-fm-btn-icon .wpsr-prefilled-input-container { align-items: center; background-color: #f4f5f7; border-radius: 10px; cursor: default; display: flex; margin-top: 8px; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-fm-btn-icon .wpsr-prefilled-input-container .wpsr-prefilled-input-container-inner { flex: 1 1 0%; padding: 5px; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-fm-btn-icon .wpsr-prefilled-input-container .wpsr-prefilled-input-container-inner .wpsr-prefilled-input { border-radius: 15px; flex: 1 1 0%; height: 40px; outline: none; padding: 8px; width: 100%; background-color: initial !important; border-width: medium !important; border-style: none !important; border-color: currentcolor !important; border-image: none !important; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-fm-btn-icon .wpsr-prefilled-input-container .wpsr-prefilled-input-container-inner .wpsr-prefilled-input:focus { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-fm-btn-icon .wpsr-prefilled-input-container .wpsr-prefilled-send-button { align-items: center; background-color: #23d366; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; border-radius: 50%; cursor: pointer; display: flex; height: 30px; justify-content: center; margin-right: 10px; padding: 0px; width: 30px; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-fm-btn-icon .wpsr-prefilled-input-container .wpsr-prefilled-send-button svg { fill: #ffffff; height: 15px; margin-left: 4px; width: 15px; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-bubble { display: block; position: relative; right: 10px; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-bubble .wpsr-fm-bubble-btn { align-items: center; background-color: #0084ff; border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 12px; cursor: pointer; display: flex; height: 55px; justify-content: center; text-decoration: none; width: 55px; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-bubble .wpsr-fm-bubble-btn img { height: 40px; width: auto; }.wpsr-fm-chat-wrapper .wpsr-channel-item { margin-bottom: 10px; position: relative; }.wpsr-fm-chat-wrapper .wpsr-channel-item:hover .wpsr-channel-name { visibility: visible; }.wpsr-fm-chat-wrapper .wpsr-channel-item .wpsr-channel-name { background-color: #000000; border-radius: 6px; color: #ffffff; font-size: 14px; padding: 5px 0px; position: absolute; right: 70px; text-align: center; top: 15px; visibility: hidden; width: 120px; z-index: 1; }.wpsr-fm-chat-wrapper .wpsr-channel-item .wpsr-channel-name::after { border-width: 5px; border-style: solid; border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000000; border-image: none; content: ""; left: 100%; margin-top: -5px; position: absolute; top: 50%; }.wpsr-fm-chat-wrapper .wpsr-channel-item:last-child { margin-bottom: 0px; }.wpsr-fm-chat-wrapper .wpsr-channel-btn { align-items: center; border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 12px; cursor: pointer; display: flex; height: 55px; justify-content: center; width: 55px; }.wpsr-fm-chat-wrapper .wpsr-channel-btn.whatsapp, .wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-chat-btn-wrapper .wpsr-channels .wpsr-channel-item a.wpsr-channel-btn.whatsapp, .wpsr-fm-chat-wrapper .wpsr-fm-chat-bubble .wpsr-channel-btn.wpsr-fm-bubble-btn.whatsapp, .wpsr-fm-chat-wrapper.wpsr-chat-icons-layout .wpsr-channels .wpsr-channel-item .wpsr-channel-btn.whatsapp { background-color: #4fce65; }.wpsr-fm-chat-wrapper .wpsr-channel-icon, .wpsr-fm-chat-wrapper .wpsr-channels-icons { bottom: -200px; position: fixed; right: 30px; top: auto; transition: 0.3s; margin-bottom: 95px !important; }.wpsr-fm-chat-wrapper .wpsr-channels-icons { opacity: 0; }.wpsr-fm-chat { background-color: #f1f0f0; border-radius: 50px; display: block; line-height: 50px; width: 100px; }.wpsr-fm-chat .wpsr-fm-chat-bubbles { text-align: center; }.wpsr-fm-chat .wpsr-fm-chat-bubbles span { animation: 2s ease 0s infinite normal none running typing; background-color: #b6b5ba; border-radius: 100%; display: inline-block; height: 10px; margin-right: 5px; width: 10px; }.wpsr-fm-chat .wpsr-fm-chat-bubbles span:first-child { animation-delay: -1s; }.wpsr-fm-chat .wpsr-fm-chat-bubbles span:nth-child(2) { animation-delay: -0.85s; }.wpsr-fm-chat .wpsr-fm-chat-bubbles span:nth-child(3) { animation-delay: -0.7s; margin-right: 0px; }@keyframes typing { 10% { background-color: #9e9da2; transform: translateY(-10px); } 50% { background-color: #b6b5ba; transform: translateY(0px); } }.wpsr-fluentform-wrapper { margin: 0px auto; max-width: 600px; }.fluentform { transition:height 0.5s ease-in-out; width: 100%; }:root { --min-screen-width: 320px; --max-screen-width: 1400px; --primary: hsl(12,18%,52%); --primary-5: hsla(12,18%,52%,0.05); --primary-10: hsla(12,18%,52%,0.1); --primary-20: hsla(12,18%,52%,0.2); --primary-30: hsla(12,18%,52%,0.3); --primary-40: hsla(12,18%,52%,0.4); --primary-50: hsla(12,18%,52%,0.5); --primary-60: hsla(12,18%,52%,0.6); --primary-70: hsla(12,18%,52%,0.7); --primary-80: hsla(12,18%,52%,0.8); --primary-90: hsla(12,18%,52%,0.9); --primary-d-1: hsl(12,17%,43%); --primary-d-2: hsl(12,15%,33%); --primary-d-3: hsl(12,14%,24%); --primary-d-4: hsl(12,12%,14%); --primary-l-1: hsl(12,16%,62%); --primary-l-2: hsl(12,14%,71%); --primary-l-3: hsl(12,13%,81%); --primary-l-4: hsl(12,11%,90%); --secondary: hsl(19,30%,71%); --secondary-5: hsla(19,30%,71%,0.05); --secondary-10: hsla(19,30%,71%,0.1); --secondary-20: hsla(19,30%,71%,0.2); --secondary-30: hsla(19,30%,71%,0.3); --secondary-40: hsla(19,30%,71%,0.4); --secondary-50: hsla(19,30%,71%,0.5); --secondary-60: hsla(19,30%,71%,0.6); --secondary-70: hsla(19,30%,71%,0.7); --secondary-80: hsla(19,30%,71%,0.8); --secondary-90: hsla(19,30%,71%,0.9); --secondary-d-1: hsl(19,29%,64%); --secondary-d-2: hsl(19,27%,56%); --secondary-d-3: hsl(19,26%,49%); --secondary-d-4: hsl(19,25%,41%); --secondary-d-5: hsl(19,23%,34%); --secondary-d-6: hsl(19,22%,26%); --secondary-d-7: hsl(19,21%,19%); --secondary-d-8: hsl(19,19%,11%); --secondary-l-1: hsl(19,28%,74%); --secondary-l-2: hsl(19,27%,77%); --secondary-l-3: hsl(19,25%,81%); --secondary-l-4: hsl(19,23%,84%); --secondary-l-5: hsl(19,22%,87%); --secondary-l-6: hsl(19,20%,90%); --secondary-l-7: hsl(19,18%,94%); --secondary-l-8: hsl(19,17%,97%); --tertiary: hsl(38,35%,85%); --tertiary-5: hsla(38,35%,85%,0.05); --tertiary-10: hsla(38,35%,85%,0.1); --tertiary-20: hsla(38,35%,85%,0.2); --tertiary-30: hsla(38,35%,85%,0.3); --tertiary-40: hsla(38,35%,85%,0.4); --tertiary-50: hsla(38,35%,85%,0.5); --tertiary-60: hsla(38,35%,85%,0.6); --tertiary-70: hsla(38,35%,85%,0.7); --tertiary-80: hsla(38,35%,85%,0.8); --tertiary-90: hsla(38,35%,85%,0.9); --tertiary-d-1: hsl(38,32%,70%); --tertiary-d-2: hsl(38,29%,54%); --tertiary-d-3: hsl(38,27%,39%); --tertiary-d-4: hsl(38,24%,23%); --tertiary-l-1: hsl(38,32%,88%); --tertiary-l-2: hsl(38,28%,91%); --tertiary-l-3: hsl(38,25%,94%); --tertiary-l-4: hsl(38,21%,97%); --bg-body: hsl(20,37%,97%); --bg-surface: hsl(30,23%,95%); --text-body: hsl(12,20%,40%); --text-title: hsl(12,40%,15%); --border-primary: hsl(12,18%,52%); --shadow-primary: hsla(12,40%,15%,0.15); --light: hsl(0,0%,100%); --light-5: hsla(0,0%,100%,0.05); --light-10: hsla(0,0%,100%,0.1); --light-20: hsla(0,0%,100%,0.2); --light-30: hsla(0,0%,100%,0.3); --light-40: hsla(0,0%,100%,0.4); --light-50: hsla(0,0%,100%,0.5); --light-60: hsla(0,0%,100%,0.6); --light-70: hsla(0,0%,100%,0.7); --light-80: hsla(0,0%,100%,0.8); --light-90: hsla(0,0%,100%,0.9); --dark: hsl(12,40%,15%); --dark-5: hsla(12,40%,15%,0.05); --dark-10: hsla(12,40%,15%,0.1); --dark-20: hsla(12,40%,15%,0.2); --dark-30: hsla(12,40%,15%,0.3); --dark-40: hsla(12,40%,15%,0.4); --dark-50: hsla(12,40%,15%,0.5); --dark-60: hsla(12,40%,15%,0.6); --dark-70: hsla(12,40%,15%,0.7); --dark-80: hsla(12,40%,15%,0.8); --dark-90: hsla(12,40%,15%,0.9); --success: hsla(136,95%,56%,1); --success-5: hsla(136,95%,56%,0.05); --success-10: hsla(136,95%,56%,0.1); --success-20: hsla(136,95%,56%,0.2); --success-30: hsla(136,95%,56%,0.3); --success-40: hsla(136,95%,56%,0.4); --success-50: hsla(136,95%,56%,0.5); --success-60: hsla(136,95%,56%,0.6); --success-70: hsla(136,95%,56%,0.7); --success-80: hsla(136,95%,56%,0.8); --success-90: hsla(136,95%,56%,0.9); --error: hsla(351,95%,56%,1); --error-5: hsla(351,95%,56%,0.05); --error-10: hsla(351,95%,56%,0.1); --error-20: hsla(351,95%,56%,0.2); --error-30: hsla(351,95%,56%,0.3); --error-40: hsla(351,95%,56%,0.4); --error-50: hsla(351,95%,56%,0.5); --error-60: hsla(351,95%,56%,0.6); --error-70: hsla(351,95%,56%,0.7); --error-80: hsla(351,95%,56%,0.8); --error-90: hsla(351,95%,56%,0.9); --space-4xs: clamp(0.52rem,calc(-0.03vw + 0.53rem),0.49rem); --space-3xs: clamp(0.66rem,calc(0.04vw + 0.64rem),0.7rem); --space-2xs: clamp(0.82rem,calc(0.16vw + 0.77rem),0.99rem); --space-xs: clamp(1.02rem,calc(0.35vw + 0.91rem),1.4rem); --space-s: clamp(1.28rem,calc(0.65vw + 1.07rem),1.98rem); --space-m: clamp(1.6rem,calc(1.11vw + 1.24rem),2.8rem); --space-l: clamp(2rem,calc(1.81vw + 1.42rem),3.96rem); --space-xl: clamp(2.5rem,calc(2.87vw + 1.58rem),5.6rem); --space-2xl: clamp(3.13rem,calc(4.44vw + 1.71rem),7.92rem); --space-3xl: clamp(3.91rem,calc(6.75vw + 1.75rem),11.19rem); --space-4xl: clamp(4.88rem,calc(10.13vw + 1.64rem),15.83rem); --text-xs: clamp(1.26rem,calc(-0.23vw + 1.34rem),1.01rem); --text-s: clamp(1.42rem,calc(-0.07vw + 1.44rem),1.35rem); --text-m: clamp(1.6rem,calc(0.19vw + 1.54rem),1.8rem); --text-l: clamp(1.8rem,calc(0.55vw + 1.62rem),2.4rem); --text-xl: clamp(2.02rem,calc(1.09vw + 1.68rem),3.2rem); --text-2xl: clamp(2.28rem,calc(1.84vw + 1.69rem),4.26rem); --text-3xl: clamp(2.56rem,calc(2.89vw + 1.64rem),5.68rem); --text-4xl: clamp(2.88rem,calc(4.34vw + 1.49rem),7.58rem); --hero-title-size: var(--text-4xl); --post-title-size: var(--text-2xl); --nav-link-size: var(--text-s); --header-space: var(--space-s); --btn-space: var(--space-xs) var(--space-s); --card-space: var(--space-s); --footer-space: var(--space-s) var(--space-m); --columns-1: repeat(1,minmax(0,1fr)); --columns-2: repeat(2,minmax(0,1fr)); --columns-3: repeat(3,minmax(0,1fr)); --columns-4: repeat(4,minmax(0,1fr)); --columns-5: repeat(5,minmax(0,1fr)); --columns-6: repeat(6,minmax(0,1fr)); --columns-7: repeat(7,minmax(0,1fr)); --columns-8: repeat(8,minmax(0,1fr)); --radius-xs: clamp(0.4rem,calc(0vw + 0.4rem),0.4rem); --radius-s: clamp(0.6rem,calc(0.19vw + 0.54rem),0.8rem); --radius-m: clamp(1rem,calc(0.19vw + 0.94rem),1.2rem); --radius-l: clamp(1.6rem,calc(0.37vw + 1.48rem),2rem); --radius-xl: clamp(2.6rem,calc(0.56vw + 2.42rem),3.2rem); --radius-full: 999rem; --shadow-xs: 0 1px 2px var(--shadow-primary); --shadow-s: 0 1.5px 3px var(--shadow-primary); --shadow-m: 0 2px 6px var(--shadow-primary); --shadow-l: 0 3px 12px var(--shadow-primary); --shadow-xl: 0 6px 48px var(--shadow-primary); }body { color: var(--text-body); font-family: Lato; font-size: var(--wpk-text-fliesstext); font-weight: 400; letter-spacing: 0px; line-height: 1.65; }h1, h2, h3, h4, h5, h6 { color: var(--text-title); font-family: Baskervville; font-weight: 500; letter-spacing: 0px; line-height: 1.5; }h2 { line-height: 1.2; letter-spacing: -0.096rem; }.wpk-nav-mobil-only .bricks-nav-menu > li.nur-mobil { display: none; }.wpk-btn.brxe-button { align-items: center; border: 0px solid transparent; border-radius: var(--radius-full); transition:background, color, transform, border-color, box-shadow 0.2s, 0.2s, 0.2s, 0.2s, 0.2s ease, ease, ease, ease, ease; display: inline-flex; justify-content: center; padding-top: var(--space-xs); padding-right: var(--space-m); padding-bottom: var(--space-xs); padding-left: var(--space-m); font-family: Lato; font-size: var(--text-xs); font-weight: 400; line-height: 1.2; text-decoration: none; box-shadow: transparent 0px 4px 12px 0px; }.wpk-btn--primary.brxe-button { background-color: var(--secondary); background-image: linear-gradient(90deg, var(--secondary) 0%, var(--tertiary) 100%); color: var(--light); }.wpk-btn--primary.brxe-button:hover { background-image: linear-gradient(90deg, var(--primary) 0%, var(--primary) 100%); background-color: var(--primary); color: var(--light); }.wpk-wrap { width: 100%; max-width: 132.8rem; margin-inline: auto; padding-inline: clamp(2rem, 5vw, 6.4rem); }.wpk-card.brxe-div { display: flex; flex-direction: column; background-color: var(--bg-body); border: 1px solid var(--border-primary); border-radius: var(--radius-l); padding-top: var(--space-m); padding-right: var(--space-m); padding-bottom: var(--space-m); padding-left: var(--space-m); text-decoration: none; }.wpk-label { display: inline-flex; align-items: center; font-size: var(--text-m); font-weight: 600; color: var(--text-body); }.wpk-accordion { display: flex; gap: var(--space-2xs); width: 100%; height: clamp(36rem, 32vw, 50rem); }@media (max-width: 767px){.wpk-accordion { flex-direction: column; height: auto; }}.wpk-accordion__item { position: relative; flex: 1 1 0px; min-width: 0px; overflow: hidden; border-radius: var(--radius-l); background: var(--bg-surface); transition:flex-grow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1); }.wpk-accordion__item:first-child { flex-grow: 4.5; }.wpk-accordion:hover .wpk-accordion__item:first-child, .wpk-accordion:focus-within .wpk-accordion__item:first-child { flex-grow: 1; }.wpk-accordion .wpk-accordion__item:hover, .wpk-accordion .wpk-accordion__item:focus-within { flex-grow: 4.5; }.wpk-accordion__item::after { content: ""; position: absolute; inset: 0px 0px auto; height: 45%; background: linear-gradient(to bottom, color-mix(in srgb, var(--dark) 60%, transparent), transparent); opacity: 0; transition: opacity 0.4s; pointer-events: none; }.wpk-accordion__item:first-child::after, .wpk-accordion .wpk-accordion__item:hover::after { opacity: 1; }@media (max-width: 767px){.wpk-accordion__item, .wpk-accordion__item:first-child, .wpk-accordion:hover .wpk-accordion__item:first-child, .wpk-accordion .wpk-accordion__item:hover { flex: 0 0 auto; height: 22rem; }.wpk-accordion__item::after { opacity: 1; }}.wpk-accordion__media { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; }.wpk-accordion__title { position: absolute; top: var(--space-m); left: var(--space-m); right: var(--space-m); z-index: 1; margin: 0px; font-family: Lato, "Lato Fallback", Arial, sans-serif; font-size: var(--text-l); font-weight: 400; color: var(--light); white-space: nowrap; opacity: 0; transition:opacity 0.3s ease; }.wpk-accordion__item:first-child .wpk-accordion__title, .wpk-accordion .wpk-accordion__item:hover .wpk-accordion__title { opacity: 1; }.wpk-accordion:hover .wpk-accordion__item:first-child:not(:hover) .wpk-accordion__title { opacity: 0; }@media (max-width: 767px){.wpk-accordion__title { opacity: 1 !important; }}.wpk-row--divided { padding-block: var(--space-xs); }.wpk-row--divided + .wpk-row--divided { border-top: 1px solid var(--border-primary); }.wpk-card--accent.brxe-div { border-color: var(--primary); }.wpk-row { display: flex; align-items: center; gap: var(--space-2xs); padding-block: var(--space-2xs); font-size: var(--text-s); line-height: 1.6; }.wpk-row__end { margin-inline-start: auto; white-space: nowrap; font-variant-numeric: tabular-nums; font-weight: 500; }.wpk-link-plain a { color: inherit; text-decoration: none; }.wpk-link-plain a:hover { color: var(--primary); }.wpk-nav-wrap .bricks-nav-menu { flex-wrap: wrap; }.wpk-nav-wrap .bricks-nav-menu > li > a { white-space: normal; }#brxe-hdrlogo { height: 5.6rem; width: auto; }@media (max-width: 478px){#brxe-hdrlogo { height: 4.6rem; }}#brxe-scc5wy { align-items: center; column-gap: var(--space-2xs); flex-direction: row; display: flex; flex-shrink: 0; }@layer bricks {@media (max-width: 1200px){#brxe-hdrnav > .bricks-nav-menu-wrapper { display: none; }#brxe-hdrnav .bricks-mobile-menu-toggle { display: block; }}}#brxe-hdrnav { align-items: center; display: flex; flex-shrink: 0; margin-left: auto; }#brxe-hdrnav .bricks-nav-menu .current-menu-item > a { color: var(--text-body); font-weight: 500; }#brxe-hdrnav .bricks-nav-menu { gap: var(--space-m); }#brxe-hdrnav .bricks-nav-menu > li { margin: 0px; }#brxe-hdrnav .bricks-nav-menu > li > a { color: var(--text-title); font-family: Lato; font-size: var(--text-l); font-weight: 500; }#brxe-hdrnav .bricks-nav-menu > li > .brx-submenu-toggle > * { color: var(--text-title); font-family: Lato; font-size: var(--text-l); font-weight: 500; }#brxe-hdrnav .bricks-mobile-menu-wrapper::before { background-color: var(--bg-body); }#brxe-hdrnav .bricks-mobile-menu-toggle { color: var(--text-title); }#brxe-hdrnav .bricks-mobile-menu > li > a { color: var(--text-title); font-family: Lato; font-size: var(--text-l); font-weight: 500; line-height: 1.4; padding-top: var(--space-2xs); padding-right: var(--space-l); padding-bottom: var(--space-2xs); padding-left: var(--space-l); }#brxe-hdrnav .bricks-mobile-menu > li > .brx-submenu-toggle > * { color: var(--text-title); font-family: Lato; font-size: var(--text-l); font-weight: 500; line-height: 1.4; padding-top: var(--space-2xs); padding-right: var(--space-l); padding-bottom: var(--space-2xs); padding-left: var(--space-l); }#brxe-hdrnav .bricks-nav-menu .sub-menu > li > a { color: var(--text-body); font-family: Lato; font-size: var(--wpk-text-fliesstext); line-height: 1.5; }#brxe-hdrnav .bricks-nav-menu .sub-menu { background-color: var(--bg-body); border: 1px solid var(--border-primary); border-radius: var(--radius-s); }#brxe-hdrnav .bricks-nav-menu .sub-menu a { padding-top: var(--space-2xs); padding-right: var(--space-s); padding-bottom: var(--space-2xs); padding-left: var(--space-s); }#brxe-hdrnav .bricks-mobile-menu .sub-menu > .menu-item > a { padding-top: var(--space-3xs); padding-right: var(--space-l); padding-bottom: var(--space-3xs); padding-left: var(--space-xl); }#brxe-hdrnav .bricks-mobile-menu .sub-menu > li > a { color: var(--text-body); font-family: Lato; font-size: var(--wpk-text-fliesstext); font-weight: 400; line-height: 1.5; }#brxe-hdrnav .bricks-mobile-menu-wrapper { justify-content: flex-start; }#brxe-hdrnav .bricks-mobile-menu [aria-current="page"] { color: var(--text-body); }#brxe-hdrnav .bricks-mobile-menu > .current-menu-item > a { color: var(--text-body); }#brxe-hdrcart .mini-cart-link { flex-direction: row; gap: var(--space-xs); }#brxe-hdrcart .mini-cart-link .cart-subtotal { color: var(--text-body); font-family: Lato; font-size: var(--text-l); font-weight: 500; }#brxe-hdrcart .cart-count { background-color: var(--primary); }#brxe-hdrcart .mini-cart-link .cart-icon .cart-count { color: var(--light); }#brxe-hdract { align-items: center; column-gap: var(--space-s); flex-direction: row; display: flex; flex-shrink: 0; }@media (max-width: 991px){#brxe-hdract { display: none; }}#brxe-8bpzd5 { align-items: center; column-gap: var(--space-s); flex-direction: row; display: flex; justify-content: space-between; }#fg-header { background-color: var(--bg-body); border-bottom: 1px solid var(--border-primary); padding-top: 0px; padding-bottom: 0px; }#brxe-gs0002 { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: -2; }#brxe-gs0002:not(.tag), #brxe-gs0002 img { object-fit: cover; object-position: center center; }#brxe-gs0003 { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: -1; background-image: linear-gradient(90deg, var(--bg-body) 0%, color-mix(in srgb, var(--bg-body) 45%, transparent) 90%); }#brxe-gs0006 { font-family: Lato; font-size: var(--text-s); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-body); line-height: 1.4; }#brxe-gs0007 { font-size: var(--text-3xl); line-height: 1.2; text-wrap: balance; }#brxe-gs0005 { display: flex; flex-direction: column; align-items: flex-start; row-gap: var(--space-s); max-width: 80rem; }#brxe-gs0001 { position: relative; overflow: hidden; display: flex; align-items: stretch; padding-top: var(--space-3xl); padding-bottom: var(--space-3xl); z-index: 0; min-height: 100svh; flex-direction: column; justify-content: center; }#brxe-gs000c:not(.tag), #brxe-gs000c img { aspect-ratio: 4 / 5; object-fit: cover; }#brxe-gs000c { width: 100%; border-radius: var(--radius-m); }#brxe-gs000d { display: flex; flex-direction: column; align-items: flex-start; row-gap: var(--space-s); }#brxe-gs000a { background-color: var(--bg-body); padding-top: var(--space-3xl); padding-bottom: var(--space-3xl); }#brxe-gs000l { text-align: center; }#brxe-gs000j { display: flex; flex-direction: column; align-items: center; row-gap: var(--space-2xs); }#brxe-gs000n { border-radius: var(--radius-m); overflow: hidden; aspect-ratio: 16 / 9; }#brxe-gs000n video { object-fit: cover; }#brxe-gs000o { border-radius: var(--radius-m); overflow: hidden; aspect-ratio: 16 / 9; }#brxe-gs000o video { object-fit: cover; }#brxe-gs000p { border-radius: var(--radius-m); overflow: hidden; aspect-ratio: 16 / 9; }#brxe-gs000p video { object-fit: cover; }#brxe-gs000i { display: flex; flex-direction: column; align-items: center; row-gap: var(--space-l); }#brxe-gs000h { background-color: var(--bg-surface); padding-top: var(--space-3xl); padding-bottom: var(--space-3xl); }#brxe-gs000v { text-align: center; }#brxe-gs000t { display: flex; flex-direction: column; align-items: center; row-gap: var(--space-2xs); }#brxe-gs000s { display: flex; flex-direction: column; align-items: center; row-gap: var(--space-l); }#brxe-gs000r { background-color: var(--bg-body); padding-top: var(--space-3xl); padding-bottom: var(--space-3xl); }#brxe-gs001o { text-align: center; }#brxe-gv0002:not(.tag), #brxe-gv0002 img { object-fit: cover; aspect-ratio: auto; }#brxe-gv0002 { width: 100%; height: 100%; min-height: 0px; border-radius: var(--radius-m); }@media (max-width: 767px){#brxe-gv0002:not(.tag), #brxe-gv0002 img { aspect-ratio: 4 / 3; }#brxe-gv0002 { height: auto; }}#brxe-gvfr01 { flex-grow: 1; flex-basis: 0px; min-height: 0px; }@media (max-width: 767px){#brxe-gvfr01 { flex-basis: auto; }}#brxe-gv000i:not(.tag), #brxe-gv000i img { object-fit: contain; aspect-ratio: auto; }#brxe-gv000i { width: 100%; height: 100%; min-height: 0px; border-radius: var(--radius-m); }@media (max-width: 767px){#brxe-gv000i:not(.tag), #brxe-gv000i img { aspect-ratio: 4 / 3; }#brxe-gv000i { height: auto; }}#brxe-gvfr02 { flex-grow: 1; flex-basis: 0px; min-height: 0px; }@media (max-width: 767px){#brxe-gvfr02 { flex-basis: auto; }}#brxe-gvbl01 { display: flex; flex-direction: column; row-gap: var(--space-s); position: absolute; inset: 0px; }@media (max-width: 767px){#brxe-gvbl01 { position: static; }}#brxe-gvbl00 { position: relative; }@media (max-width: 767px){#brxe-gvbl00 { min-height: 0px; }}#brxe-gv0006 { color: var(--text-body); }#brxe-gv0005 { display: flex; flex-direction: column; row-gap: var(--space-3xs); }#brxe-gv0009 { color: var(--text-body); }#brxe-gv0008 { display: flex; flex-direction: column; row-gap: var(--space-3xs); }#brxe-gv000c { color: var(--text-body); }#brxe-gv000b { display: flex; flex-direction: column; row-gap: var(--space-3xs); }#brxe-gv000f { color: var(--text-body); }#brxe-gv000e { display: flex; flex-direction: column; row-gap: var(--space-3xs); }#brxe-gvin02 { color: var(--text-body); }#brxe-gvin01 { display: flex; flex-direction: column; row-gap: var(--space-3xs); }#brxe-gv0004 { padding: 0px; margin: 0px; }#brxe-gv0003 { display: flex; flex-direction: column; }#brxe-gv0001 { display: grid; grid-template-columns: minmax(0px, 5fr) minmax(0px, 7fr); column-gap: var(--space-xl); row-gap: var(--space-l); align-items: stretch; width: 100%; max-width: 110rem; }@media (max-width: 767px){#brxe-gv0001 { grid-template-columns: 1fr; }}#brxe-gs001n { display: flex; flex-direction: column; align-items: center; row-gap: var(--space-2xl); }#brxe-gs001m { background-color: var(--bg-surface); padding-top: var(--space-3xl); padding-bottom: var(--space-3xl); }#brxe-gs0028 { text-align: center; }#brxe-gs0029 { text-align: center; color: var(--text-body); }#brxe-gs0026 { display: flex; flex-direction: column; align-items: center; row-gap: var(--space-2xs); }#brxe-gs002c { color: var(--text-body); letter-spacing: 0.1em; }#brxe-gs002d { font-family: Lato; font-size: var(--text-m); line-height: 1.6; font-style: italic; color: var(--text-body); margin: 0px; border: 0px; padding: 0px; }#brxe-gs002e { font-weight: 600; color: var(--text-title); font-size: var(--text-s); text-align: left; margin-top: auto; align-self: flex-start; }#brxe-gs002b { row-gap: var(--space-s); margin: 0px; }#brxe-gs002g { color: var(--text-body); letter-spacing: 0.1em; }#brxe-gs002h { font-family: Lato; font-size: var(--text-m); line-height: 1.6; font-style: italic; color: var(--text-body); margin: 0px; border: 0px; padding: 0px; }#brxe-gs002i { font-weight: 600; color: var(--text-title); font-size: var(--text-s); text-align: left; margin-top: auto; align-self: flex-start; }#brxe-gs002f { row-gap: var(--space-s); margin: 0px; }#brxe-gs002k { color: var(--text-body); letter-spacing: 0.1em; }#brxe-gs002l { font-family: Lato; font-size: var(--text-m); line-height: 1.6; font-style: italic; color: var(--text-body); margin: 0px; border: 0px; padding: 0px; }#brxe-gs002m { font-weight: 600; color: var(--text-title); font-size: var(--text-s); text-align: left; margin-top: auto; align-self: flex-start; }#brxe-gs002j { row-gap: var(--space-s); margin: 0px; }#brxe-gs002n { font-size: var(--text-s); text-align: center; }#brxe-gs0025 { display: flex; flex-direction: column; align-items: center; row-gap: var(--space-l); }#brxe-gs0024 { background-color: var(--bg-body); padding-top: var(--space-3xl); padding-bottom: var(--space-3xl); }#brxe-gk0003 { text-align: center; }#brxe-gk0004 { text-align: center; }#brxe-gk0001 { display: flex; flex-direction: column; align-items: center; row-gap: var(--space-2xs); }#brxe-gk0007 { font-size: 2.8rem; width: 2.8rem; height: 2.8rem; color: var(--text-body); }#brxe-gk000a { margin-top: auto; }#brxe-gk0006 { row-gap: var(--space-xs); align-items: flex-start; }#brxe-gk000c { font-size: 2.8rem; width: 2.8rem; height: 2.8rem; color: var(--text-body); }#brxe-gk000f { margin-top: auto; }#brxe-gk000b { row-gap: var(--space-xs); align-items: flex-start; }#brxe-gk000h { font-size: 2.8rem; width: 2.8rem; height: 2.8rem; color: var(--text-body); }#brxe-gk000k { margin-top: auto; }#brxe-gk000g { row-gap: var(--space-xs); align-items: flex-start; }#brxe-gk000q { margin-top: var(--space-m); }#brxe-gk000r { padding: 0px; margin: 0px; max-width: 44rem; }#brxe-gk000m { display: flex; flex-direction: column; row-gap: var(--space-s); align-items: flex-start; }#brxe-gk0017 { display: flex; flex-direction: column; row-gap: var(--space-s); }#brxe-gk000l { margin-top: var(--space-l); }#brxe-gs002q { display: flex; flex-direction: column; align-items: center; row-gap: var(--space-l); }#kontakt { background-color: var(--bg-surface); padding-top: var(--space-3xl); padding-bottom: var(--space-3xl); }#brxe-gn0006 { font-size: var(--text-s); }#brxe-gn0002 { display: flex; flex-direction: column; row-gap: var(--space-xs); align-items: flex-start; }#brxe-gn0001 { background-color: var(--bg-surface); display: grid; grid-template-columns: minmax(0px, 5fr) minmax(0px, 7fr); column-gap: var(--space-xl); row-gap: var(--space-l); align-items: center; padding-top: var(--space-xl); padding-right: var(--space-xl); padding-bottom: var(--space-xl); padding-left: var(--space-xl); width: 100%; }@media (max-width: 767px){#brxe-gn0001 { grid-template-columns: 1fr; }}#brxe-gs0038 { display: flex; flex-direction: column; align-items: center; row-gap: var(--space-m); }#brxe-gs0037 { background-color: var(--bg-body); padding-top: var(--space-3xl); padding-bottom: var(--space-3xl); }#brxe-8x3qlv { color: var(--bg-body); font-size: var(--text-s); font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; line-height: 1.5; }#brxe-65mpgg { color: var(--bg-surface); font-size: var(--text-m); line-height: 1.7; }#brxe-p3ysx3 { flex-direction: column; display: flex; row-gap: var(--space-2xs); }#brxe-zcqk82 { color: var(--bg-body); font-size: var(--text-s); font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; line-height: 1.5; }#brxe-dbstbs { color: var(--bg-surface); font-size: var(--text-m); line-height: 1.9; }#brxe-hhsjdc { flex-direction: column; display: flex; row-gap: var(--space-2xs); }#brxe-ulpweb { color: var(--bg-body); font-size: var(--text-s); font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; line-height: 1.5; }#brxe-bvgy2l { color: var(--bg-surface); font-size: var(--text-m); line-height: 1.9; }#brxe-ax8zjn { flex-direction: column; display: flex; row-gap: var(--space-2xs); }#brxe-pks582 { color: var(--bg-body); font-size: var(--text-s); font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; line-height: 1.5; }#brxe-67e5fh .bricks-nav-menu > li > a { color: var(--bg-surface); font-family: Lato; font-size: var(--text-m); line-height: 1.5; padding-top: var(--space-4xs); padding-right: 0px; padding-bottom: var(--space-4xs); padding-left: 0px; }#brxe-67e5fh .bricks-nav-menu > li { margin: 0px; }#brxe-67e5fh .bricks-nav-menu { flex-direction: column; gap: 0px; }#brxe-67e5fh .bricks-nav-menu > li:hover > a { color: var(--primary); }#brxe-f60fpi { flex-direction: column; display: flex; row-gap: var(--space-2xs); }#brxe-qd57nf .bricks-nav-menu { gap: var(--space-s); }#brxe-qd57nf .bricks-nav-menu > li > a { color: var(--bg-surface); font-family: Lato; font-size: var(--text-m); padding-top: var(--space-3xs); padding-right: 0px; padding-bottom: var(--space-3xs); padding-left: 0px; }#brxe-qd57nf .bricks-nav-menu > li { margin: 0px; }#brxe-qd57nf .bricks-nav-menu > li:hover > a { color: var(--primary); }@media (max-width: 767px){#brxe-qd57nf { width: 100%; }}#brxe-ftcopy { color: var(--bg-surface); font-size: var(--text-m); }#brxe-kkvi5y { align-items: center; border-top: 1px solid var(--primary); column-gap: var(--space-m); flex-flow: wrap; display: flex; justify-content: space-between; padding-top: var(--space-l); row-gap: var(--space-s); }@media (max-width: 767px){#brxe-kkvi5y { align-items: flex-start; flex-direction: column; }}#brxe-fn0osy { flex-direction: column; display: flex; row-gap: var(--space-xl); }#brxe-1msi29 { background-color: var(--dark); padding-top: var(--space-2xl); padding-bottom: var(--space-l); }.brxe-popup-23115.brx-popup { justify-content: flex-end; align-items: flex-end; padding-top: var(--space-m); padding-right: var(--space-m); padding-bottom: var(--space-m); padding-left: var(--space-m); }.brxe-popup-23115 { pointer-events: none; }.brxe-popup-23115 .brx-popup-content { width: 76rem; padding: 0px; background-color: transparent; height: auto; max-height: none; box-shadow: transparent 0px 0px 0px 0px; }@media (max-width: 767px){.brxe-popup-23115 .brx-popup-content { width: 100%; }}#brxe-np0002 { position: absolute; top: var(--space-xs); right: var(--space-xs); background-color: transparent; padding-top: 0px; padding-right: var(--space-2xs); padding-bottom: 0px; padding-left: var(--space-2xs); font-size: var(--text-xl); line-height: 1; color: var(--text-title); border: 0px; }#brxe-np0004 { font-size: var(--text-l); }#brxe-np0005 { font-size: var(--text-s); }#brxe-np0010 { display: flex; flex-direction: column; row-gap: var(--space-3xs); }#brxe-np0001 { background-color: var(--bg-surface); display: grid; padding-top: var(--space-m); padding-right: var(--space-l); padding-bottom: var(--space-m); padding-left: var(--space-m); position: relative; width: 100%; box-shadow: transparent 0px 12px 40px -12px; grid-template-columns: minmax(0px, 1fr) minmax(0px, 1.2fr); column-gap: var(--space-l); row-gap: var(--space-s); align-items: center; }@media (max-width: 767px){#brxe-np0001 { grid-template-columns: 1fr; }}#brx-header.brx-sticky { }#brx-header.brx-sticky > .brxe-section, #brx-header.brx-sticky > .brxe-container, #brx-header.brx-sticky > .brxe-block, #brx-header.brx-sticky > .brxe-div { }#brx-header.brx-sticky .bricks-nav-menu > li > a { }#brx-header.brx-sticky .bricks-nav-menu > li > .brx-submenu-toggle > a { }#brx-header.brx-sticky .bricks-nav-menu > li > .brx-submenu-toggle > button > * { }html { font-size: 62.5%; }.padding-horizontal-l { padding-left: var(--space-l); padding-right: var(--space-l); }.padding-vertical-xs { padding-top: var(--space-xs); padding-bottom: var(--space-xs); }.gap-m { gap: var(--space-m); }.gap-l { gap: var(--space-l); }.gap-2xl { gap: var(--space-2xl); }h1 { font-size: var(--text-3xl); line-height: 1.1; }h2 { font-size: var(--text-2xl); line-height: 1.2; }h3 { font-size: var(--text-xl); line-height: 1.3; }.columns-2 { display: grid; grid-template-columns: var(--columns-2); }.columns-3 { display: grid; grid-template-columns: var(--columns-3); }.columns-4 { display: grid; grid-template-columns: var(--columns-4); }.items-center { justify-items: center; }.items-top { align-items: start; }.full-width { width: 100%; }.list-none { list-style-type: none; }@media (max-width: 768px){.column--on-m { grid-template-columns: 1fr; grid-auto-flow: row; }.columns-2--on-m { grid-template-columns: repeat(2, 1fr); }}@media (max-width: 480px){.column--on-s { grid-template-columns: 1fr; grid-auto-flow: row; }}:root { --cf-font-family--baskervville: 'Baskervville'; --cf-font-family--lato: 'Lato'; --cf-font-family--inter: 'Inter'; }@font-face{font-family:"Baskervville";font-weight:500;font-style:normal;src:url(https://ginellyhair.de/wp-content/swift-ai/cache/ginellyhair.de/__data/Baskervville-500946ef11d.woff) format('woff2');font-display:swap;}@font-face{font-family:"Lato";font-weight:400;font-style:normal;src:url(https://ginellyhair.de/wp-content/swift-ai/cache/ginellyhair.de/__data/Lato-400604ba1f5.woff) format('woff2');font-display:swap;}@font-face{font-family:"Lato";font-weight:700;font-style:normal;src:url(https://ginellyhair.de/wp-content/swift-ai/cache/ginellyhair.de/__data/Lato-7008873e5d9.woff) format('woff2');font-display:swap;}.mhcookie-dialog-wrapper, .mhcookie-functional-blocked { position: fixed; z-index: 2147483647; display: flex; visibility: hidden; opacity: 0; transition: 0.4s; }.mhcookie-dialog-wrapper { top: 0px; left: 0px; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.25); }.mhcookie-dialog-wrapper.mhcookie-show { pointer-events: none; }.mhcookie-box { pointer-events: auto; }.mhcookie-dialog-wrapper.mhcookie-show, .mhcookie-functional-blocked.mhcookie-show { visibility: visible; opacity: 1; transition: 0.8s; }.mhcookie-functional-blocked { bottom: 0px; left: 0px; display: flex; flex-flow: wrap; justify-content: space-around; align-items: center; gap: 10px; width: 100vw; padding: 20px; background-color: #ffffff; color: #1d2327; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px; font-family: Arial; font-size: 14px; }.mhcookie-functional-blocked .mhcookie-buttons { flex-flow: wrap; justify-content: center; margin: 0px; }.mhcookie-functional-blocked .mhcookie-btn { padding: 6px 12px; white-space: nowrap; }.mhcookie-box { position: relative; background-color: #ffffff; color: #1d2327; width: 600px; max-width: 100vw; max-height: 100vh; padding: 20px; border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px; box-sizing: border-box; font-family: Arial; font-size: 14px; animation: 1s ease-in-out 0s 1 normal forwards running mhcookie_show; }.mhcookie-box label { margin: 0px; font-family: inherit; font-weight: 800; font-size: 14px; text-transform: initial; }.mhcookie-header { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; margin-bottom: 20px; }.mhcookie-title { margin: 0px; font-family: inherit; font-size: 20px; font-weight: 600; text-transform: initial; color: #1d2327; }.mhcookie-details-wrapper { height: 300px; max-height: 40vh; overflow-y: scroll; padding-bottom: 20px; }.mhcookie-details-after { content: ""; display: block; position: sticky; bottom: 0px; width: 100%; height: 40px; background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%); pointer-events: none; transform: translateY(-100%); }.mhcookie-text { margin: 0px 0px 30px; font-family: inherit; font-weight: 400; font-size: 13px; text-transform: initial; }.mhcookie-details { display: flex; flex-direction: column; gap: 20px; }.mhcookie-group-wrapper { position: relative; display: flex; flex-direction: column; align-items: flex-start; }.mhcookie-group { display: flex; align-items: center; gap: 20px; }.mhcookie-group-inner { display: flex; flex-direction: column; font-family: Arial; font-weight: 400; font-size: 13px; text-transform: initial; }.mhcookie-group-inner label { font-weight: 800; cursor: pointer; }.mhcookie-box input[type="checkbox"] { accent-color: #7a5a52; }.mhcookie-group-show-details { text-decoration: none; font-size: 0.85em; align-self: center; margin: 5px 0px 10px; color: #7a5a52; }.mhcookie-group-details { width: 100%; max-height: 0px; overflow: hidden; transition:max-height 0.5s ease; }.mhcookie-group--list { display: flex; flex-direction: column; align-items: center; gap: 10px; margin: 10px 0px 30px; padding: 10px; box-sizing: border-box; background: rgba(29, 35, 39, 0.024); }.mhcookie-group--list-item { display: flex; gap: 20px; justify-content: space-between; width: 100%; font-size: 0.9em; padding-bottom: 10px; font-style: italic; }.mhcookie-group--list-item:not(:last-child) { border-bottom: 1px solid rgba(29, 35, 39, 0.2); }.mhcookie-group--list-name { display: flex; width: 100%; justify-content: space-between; }.mhcookie-buttons { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }.mhcookie-btn { display: block; background: transparent; border: 1px solid #7a5a52; color: #7a5a52; padding: 10px 20px; border-radius: 5px; font-family: inherit; font-size: 14px; font-weight: 400; text-decoration: none; text-transform: initial; text-align: center; cursor: pointer; white-space: nowrap; }.mhcookie-btn:hover, .mhcookie-btn:active, .mhcookie-btn:focus { color: #7a5a52; opacity: 0.75; }.mhcookie-btn-primary { background: #7a5a52; color: #ffffff; }.mhcookie-btn-primary:hover, .mhcookie-btn-primary:active, .mhcookie-btn-primary:focus { color: #ffffff; opacity: 0.75; }.mhcookie-checkbox, .mhcookie-iab-vendor-checkbox { display: none !important; }.mhcookie-pseudo-checkbox { display: block; min-width: 16px; min-height: 16px; aspect-ratio: 1 / 1; border: 2px solid #1d2327; background: #ffffff; position: relative; transition:opacity 0.2s ease; cursor: pointer; box-sizing: border-box; }.mhcookie-pseudo-checkbox::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjAuMjg1IDYuNzFhMSAxIDAgMCAxIDAgMS40MmwtMTAgMTBhMSAxIDAgMCAxLTEuNDIgMGwtNS01YTEgMSAwIDAgMSAxLjQyLTEuNDJsNC4yOSA0LjI5TDE4Ljg3IDYuNzFhMSAxIDAgMCAxIDEuNDE1IDB6IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo="); mask-size: contain; mask-repeat: no-repeat; width: 100%; height: 100%; background-color: #ffffff; transition: opacity 0.6s; }:checked + .mhcookie-pseudo-checkbox, span.mhcookie-pseudo-checkbox { background: #7a5a52; border-color: #7a5a52; }:checked + .mhcookie-pseudo-checkbox::before, span.mhcookie-pseudo-checkbox::before { display: inline-block; opacity: 1; }[disabled] + .mhcookie-pseudo-checkbox, span.mhcookie-pseudo-checkbox { filter: grayscale(1); opacity: 0.75; }.mhcookie-dialog-wrapper .mhcookie-consent-history { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0px 10px; }.mhcookie-dialog-wrapper .mhcookie-consent-history-element { font-weight: 800; font-size: 12px; }.mhcookie-consent-date, .mhcookie-deviceID { font-weight: 400; font-size: 12px; }.mhcookie-hidden { display: none !important; }.mhcookie-privacy-policy-wrapper { display: flex; justify-content: center; margin: 20px 0px 0px; font-size: 0.85em; }.mhcookie-privacy-policy-wrapper a { color: #7a5a52; }a.mhcookie-btn.mhcookie-btn-primary { padding: 10px 20px !important; border-radius: 5px !important; font-size: 14px !important; }.mhcookie-privacy-policy-wrapper a { font-size: 14px !important; }.mhcookie-group-show-details { font-size: 14px !important; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-bubble .wpsr-fm-bubble-btn { height: 47px !important; width: 47px !important; }.wpsr-fm-chat-wrapper .wpsr-fm-chat-bubble .wpsr-fm-bubble-btn img { height: 30px !important; width: 30px !important; }.fluentform * { box-sizing: border-box; }.fluentform .clearfix::after, .fluentform .clearfix::before, .fluentform .ff-el-group::after, .fluentform .ff-el-group::before, .fluentform .ff-el-repeat .ff-el-input--content::after, .fluentform .ff-el-repeat .ff-el-input--content::before, .fluentform .ff-step-body::after, .fluentform .ff-step-body::before { content: " "; display: table; }.fluentform .clearfix::after, .fluentform .ff-el-group::after, .fluentform .ff-el-repeat .ff-el-input--content::after, .fluentform .ff-step-body::after { clear: both; }@media (max-width: 768px){.ff-t-cell { margin-left: 0px !important; }}.fluentform .ff-el-group { margin-bottom: 20px; }.fluentform .ff-el-input--label { display: inline-block; margin-bottom: 5px; position: relative; }.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label::after { color: var(--fluentform-danger); content: " *"; margin-left: 3px; }.fluentform .ff-el-form-control { display: block; width: 100%; }.fluentform .ff-el-tc { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; border-collapse: collapse; display: table; width: 100%; }.fluentform .ff-el-tc label.ff_tc_label { display: table-row; }.fluentform .ff-el-tc label.ff_tc_label > span { padding-top: 8px !important; width: 20px; }.fluentform .ff-el-tc label.ff_tc_label > div, .fluentform .ff-el-tc label.ff_tc_label > span { display: table-cell; }.fluentform .ff_t_c { margin: 0px; padding: 0px 5px 0px 0px; }.fluentform .ff_t_c p { margin: 0px; padding: 0px; }.fluentform input[type="checkbox"], .fluentform input[type="radio"] { display: inline-block; margin: 0px; }.fluentform .ff_gdpr_field { margin-right: 5px; }.fluentform textarea { max-width: 100%; }.fluentform .ff-el-form-check { margin-bottom: 5px; }.fluentform .ff-el-form-check-label .ff-el-form-check-input { position: relative; top: -2px; vertical-align: middle; }.fluentform .ff-text-left { text-align: left; }.fluentform .ff-el-form-control::placeholder { color: #868e96; opacity: 1; }.ff-errors-in-stack { display: none; margin-top: 15px; }@keyframes skeleton-loading { 0% { background-color: #e3e6e8; } 100% { background-color: #f0f3f5; } }.fluentform .ff-el-group.ff-hpsf-container { display: none !important; position: absolute !important; transform: translateX(1000%) !important; }@keyframes ff-progress-anim { 0% { width: 0px; } 5% { width: 0px; } 10% { width: 15%; } 30% { width: 40%; } 50% { width: 55%; } 80% { width: 100%; } 95% { width: 100%; } 100% { width: 0px; } }:root { --fluentform-primary: #1a7efb; --fluentform-secondary: #606266; --fluentform-danger: #f56c6c; --fluentform-border-color: #dadbdd; --fluentform-border-radius: 7px; --fluentform-input-select-height: auto; }.ff-default .ff_btn_style { border: 1px solid transparent; border-radius: 7px; cursor: pointer; display: inline-block; font-size: 16px; font-weight: 500; line-height: 1.5; padding: 8px 20px; position: relative; text-align: center; transition:background-color, border-color, box-shadow 0.15s, 0.15s, 0.15s ease-in-out, ease-in-out, ease-in-out; user-select: none; vertical-align: middle; white-space: nowrap; }.ff-default .ff_btn_style:focus, .ff-default .ff_btn_style:hover { opacity: 0.8; outline: 0px; text-decoration: none; }.ff-default .ff-el-form-control { background-clip: padding-box; background-image: none; border: 1px solid var(--fluentform-border-color); border-radius: var(--fluentform-border-radius); color: var(--fluentform-secondary); font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; line-height: 1; margin-bottom: 0px; max-width: 100%; padding: 11px 15px; transition:border-color, box-shadow 0.15s, 0.15s ease-in-out, ease-in-out; }.ff-default .ff-el-form-control:focus { background-color: #ffffff; border-color: var(--fluentform-primary); color: var(--fluentform-secondary); outline: none; }.ff-default .ff-el-form-check label.ff-el-form-check-label { cursor: pointer; margin-bottom: 7px; }.ff-default .ff-el-form-check label.ff-el-form-check-label > span::after, .ff-default .ff-el-form-check label.ff-el-form-check-label > span::before { content: none; }.ff-default .ff-el-form-check:last-child label.ff-el-form-check-label { margin-bottom: 0px; }.ff-default textarea { min-height: 90px; }@keyframes ff_move { 0% { background-position: 0px 0px; } 100% { background-position: 50px 50px; } }.ff-default { font-family: inherit; }.ff-default .ff-el-input--label label { display: inline-block; font-weight: 500; line-height: inherit; margin-bottom: 0px; }form.fluent_form_31 .wpf_has_custom_css.ff-btn-submit { background-color: #c4a092; color: #ffffff; min-width: 100%; }form.fluent_form_31 .wpf_has_custom_css.ff-btn-submit:hover { background-color: #85655d; color: #ffffff; }form.fluent_form_32 .wpf_has_custom_css.ff-btn-submit { background-color: #c4a092; color: #ffffff; min-width: 100%; }form.fluent_form_32 .wpf_has_custom_css.ff-btn-submit:hover { background-color: #85655d; color: #ffffff; }.fluentform_wrapper_32.ffs_custom_wrap .ff-errors-in-stack { text-align: left; }.fluentform_wrapper_32.ffs_custom_wrap .ff-el-input--label label { color: var(--text-title); font-weight: 600; }.fluentform_wrapper_32.ffs_custom_wrap .ff-el-input--content input, .fluentform_wrapper_32.ffs_custom_wrap .ff-el-input--content .ff-el-form-control.ff_stripe_card_element, .fluentform_wrapper_32.ffs_custom_wrap .ff-el-input--content textarea, .fluentform_wrapper_32.ffs_custom_wrap .ff-el-input--content select, .fluentform_wrapper_32.ffs_custom_wrap .choices__list--single, .fluentform_wrapper_32.ffs_custom_wrap .choices[data-type*="select-multiple"] { color: var(--text-title); background-color: transparent; border-style: solid; border-color: var(--primary); border-width: 1px; border-radius: 8px; }.fluentform_wrapper_32.ffs_custom_wrap .ff-el-input--content input:focus, .fluentform_wrapper_32.ffs_custom_wrap .ff-el-input--content .ff-el-form-control.ff_stripe_card_element:focus, .fluentform_wrapper_32.ffs_custom_wrap .ff-el-input--content textarea:focus, .fluentform_wrapper_32.ffs_custom_wrap .ff-el-input--content select:focus { color: var(--text-title); background-color: transparent; border-style: solid; border-color: var(--text-title); border-width: 2px; border-radius: 8px; outline: none !important; }.fluentform_wrapper_32.ffs_custom_wrap .ff_submit_btn_wrapper .ff-btn-submit:not(.ff_btn_no_style) { color: var(--light); background-color: var(--secondary); border-style: solid; border-color: var(--secondary); border-width: 0px; border-radius: 999px; }.fluentform_wrapper_32.ffs_custom_wrap .ff-el-input--content .ff-el-form-control { font-family: Lato, "Lato Fallback", Arial, sans-serif; }.fluentform_wrapper_31.ffs_custom_wrap .ff-errors-in-stack { text-align: left; }.fluentform_wrapper_31.ffs_custom_wrap .ff-el-input--label label { color: var(--text-title); font-weight: 600; }.fluentform_wrapper_31.ffs_custom_wrap .ff-el-input--content input, .fluentform_wrapper_31.ffs_custom_wrap .ff-el-input--content .ff-el-form-control.ff_stripe_card_element, .fluentform_wrapper_31.ffs_custom_wrap .ff-el-input--content textarea, .fluentform_wrapper_31.ffs_custom_wrap .ff-el-input--content select, .fluentform_wrapper_31.ffs_custom_wrap .choices__list--single, .fluentform_wrapper_31.ffs_custom_wrap .choices[data-type*="select-multiple"] { color: var(--text-title); background-color: transparent; border-style: solid; border-color: var(--primary); border-width: 1px; border-radius: 8px; }.fluentform_wrapper_31.ffs_custom_wrap .ff-el-input--content input:focus, .fluentform_wrapper_31.ffs_custom_wrap .ff-el-input--content .ff-el-form-control.ff_stripe_card_element:focus, .fluentform_wrapper_31.ffs_custom_wrap .ff-el-input--content textarea:focus, .fluentform_wrapper_31.ffs_custom_wrap .ff-el-input--content select:focus { color: var(--text-title); background-color: transparent; border-style: solid; border-color: var(--text-title); border-width: 2px; border-radius: 8px; outline: none !important; }.fluentform_wrapper_31.ffs_custom_wrap .ff_submit_btn_wrapper .ff-btn-submit:not(.ff_btn_no_style) { color: var(--light); background-color: var(--secondary); border-style: solid; border-color: var(--secondary); border-width: 0px; border-radius: 999px; }.fluentform_wrapper_31.ffs_custom_wrap .ff-el-input--content .ff-el-form-control { font-family: Lato, "Lato Fallback", Arial, sans-serif; }.fluentform_wrapper_31.ffs_custom_wrap .ff_submit_btn_wrapper .ff-btn-submit { width: auto; }.woocommerce-product-gallery{opacity:1!important;} .woocommerce-product-gallery figure{max-width:1000%} .woocommerce-product-gallery figure[style*="3d(0px"]{max-width: 100%;} body:not(.swift-ui) .woocommerce-product-gallery [data-thumb]:not(:first-of-type){display:none!important;}body.swift-nojs [data-s3cid="1"]{min-width: 100vw;}body.swift-nojs [data-s3cid="2"]{min-width: 100vw;}body.swift-nojs [data-s3cid="3"]{min-width: 100vw;}body.swift-nojs [data-s3cid="12"]{min-width: 100vw;}body.swift-nojs [data-s3cid="13"]{min-width: 100vw;}body.swift-nojs [data-s3cid="14"]{min-width: 100vw;}body.swift-nojs [data-s3cid="15"]{min-width: 100vw;min-height:305.546875px;}body.swift-nojs [data-s3cid="16"]{min-width:360.90625px;min-height:305.546875px;}body.swift-nojs [data-s3cid="17"]{min-width: 100vw;}body.swift-nojs [data-s3cid="18"]{min-width: 100vw;}body.swift-nojs [data-s3cid="19"]{min-width:360.90625px;min-height:442.203125px;}body.swift-nojs [data-s3cid="20"]{min-width:360.90625px;max-height:558.171875px;}body.swift-nojs [data-s3cid="21"]{min-width:360.90625px;max-height:437.21875px;}body.swift-nojs [data-s3cid="22"]{min-width: 100vw;}body.swift-nojs [data-s3cid="23"]{min-width: 100vw;}body.swift-nojs [data-s3cid="24"]{min-width:243.6875px;}body.swift-nojs [data-s3cid="25"]{min-width:147.25px;}body.swift-nojs [data-s3cid="26"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="27"]{min-width:360.90625px;min-height:218.609375px;}body.swift-nojs [data-s3cid="28"]{min-width:325.21875px;min-height:182.921875px;}body.swift-nojs [data-s3cid="29"]{min-width:360.90625px;min-height:218.609375px;}body.swift-nojs [data-s3cid="30"]{min-width:325.21875px;min-height:182.921875px;}body.swift-nojs [data-s3cid="31"]{min-width:360.90625px;min-height:218.609375px;}body.swift-nojs [data-s3cid="32"]{min-width:325.21875px;min-height:182.921875px;}body.swift-nojs [data-s3cid="33"]{min-width: 100vw;}body.swift-nojs [data-s3cid="34"]{min-width: 100vw;}body.swift-nojs [data-s3cid="36"]{min-width:108.671875px;}body.swift-nojs [data-s3cid="37"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="38"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="39"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="40"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="41"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="42"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="43"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="44"]{min-width: 100vw;max-height:1632px;}body.swift-nojs [data-s3cid="45"]{min-width: 100vw;max-height:1542.875px;}body.swift-nojs [data-s3cid="46"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="47"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="48"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="49"]{min-width:360.90625px;min-height:279.59375px;}body.swift-nojs [data-s3cid="50"]{min-width:360.90625px;min-height:279.59375px;}body.swift-nojs [data-s3cid="51"]{min-width:360.90625px;max-height:813.921875px;}body.swift-nojs [data-s3cid="52"]{min-width: 100vw;max-height:1350.546875px;}body.swift-nojs [data-s3cid="53"]{min-width: 100vw;max-height:1261.421875px;}body.swift-nojs [data-s3cid="54"]{min-width:357.984375px;max-height:102.125px;}body.swift-nojs [data-s3cid="55"]{min-width:119.21875px;}body.swift-nojs [data-s3cid="56"]{min-width:357.984375px;max-height:29.6875px;}body.swift-nojs [data-s3cid="57"]{min-width:360.90625px;max-height:965.140625px;}body.swift-nojs [data-s3cid="58"]{min-width: 100vw;}body.swift-nojs [data-s3cid="59"]{min-width: 100vw;}body.swift-nojs [data-s3cid="60"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="61"]{min-width:59.1875px;}body.swift-nojs [data-s3cid="62"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="63"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="64"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="65"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="66"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="67"]{min-width:360.90625px;min-height:451.109375px;}body.swift-nojs [data-s3cid="68"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="69"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="70"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="74"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="75"]{min-width:87.390625px;}body.swift-nojs [data-s3cid="76"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="77"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="78"]{min-width:141.21875px;}body.swift-nojs [data-s3cid="79"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="80"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="81"]{min-width:137.609375px;}body.swift-nojs [data-s3cid="82"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="83"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="84"]{min-width:93.5625px;}body.swift-nojs [data-s3cid="85"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="86"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="87"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="88"]{min-width:340.90625px;}body.swift-nojs [data-s3cid="89"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="91"]{min-width: 100vw;max-height:785.3125px;}body.swift-nojs [data-s3cid="92"]{min-width: 100vw;max-height:696.1875px;}body.swift-nojs [data-s3cid="93"]{min-width:360.90625px;max-height:696.1875px;}body.swift-nojs [data-s3cid="94"]{min-width:304.3125px;}body.swift-nojs [data-s3cid="95"]{min-width:81.453125px;}body.swift-nojs [data-s3cid="96"]{min-width:304.3125px;max-height:367.65625px;}body.swift-nojs [data-s3cid="97"]{min-width:304.3125px;max-height:367.65625px;}body.swift-nojs [data-s3cid="101"]{min-width:304.3125px;}body.swift-nojs [data-s3cid="102"]{min-width:304.3125px;}body.swift-nojs [data-s3cid="103"]{min-width:304.3125px;}body.swift-nojs [data-s3cid="104"]{min-width:304.3125px;}body.swift-nojs [data-s3cid="105"]{min-width:87.390625px;}body.swift-nojs [data-s3cid="106"]{min-width:304.3125px;}body.swift-nojs [data-s3cid="107"]{min-width:304.3125px;}body.swift-nojs [data-s3cid="108"]{min-width:137.609375px;}body.swift-nojs [data-s3cid="109"]{min-width:304.3125px;}body.swift-nojs [data-s3cid="110"]{min-width:304.3125px;max-height:86.28125px;}body.swift-nojs [data-s3cid="111"]{min-width:304.3125px;max-height:81.28125px;}body.swift-nojs [data-s3cid="112"]{min-width:284.3125px;max-height:81.28125px;}body.swift-nojs [data-s3cid="113"]{min-width:304.3125px;}body.swift-nojs [data-s3cid="115"]{min-width: 100vw;max-height:881.03125px;}body.swift-nojs [data-s3cid="116"]{min-width: 100vw;max-height:881.03125px;}body.swift-nojs [data-s3cid="117"]{min-width: 100vw;max-height:824.6875px;}body.swift-nojs [data-s3cid="118"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="119"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="120"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="121"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="122"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="123"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="124"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="125"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="126"]{min-width:360.90625px;}body.swift-nojs [data-s3cid="127"]{min-width:360.90625px;max-height:155.390625px;}body.swift-nojs [data-s3cid="128"]{min-width:360.90625px;max-height:92.984375px;}body.swift-nojs [data-s3cid="129"]{min-width:226.9375px;}html{opacity:1}}