@layer swift3 {img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px; }.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 (min-width: 768px){.frm-fluent-form .ff-t-container { display: flex; gap: 15px; width: 100%; }.frm-fluent-form .ff-t-cell { display: flex; flex-direction: column; vertical-align: inherit; width: 100%; }.frm-fluent-form .ff-t-cell:first-of-type { padding-left: 0px; }.frm-fluent-form .ff-t-cell:last-of-type { flex-grow: 1; padding-right: 0px; }}.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: 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 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; } }.ff_modal_container { background: #ffffff; max-width: 900px; overflow: auto; padding: 30px; max-height: 90vh !important; }@media only screen and (min-width: 1000px){.ff_modal_container { width: 900px; }}: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; }select.ff-el-form-control:not([size]):not([multiple]) { height: var(--fluentform-input-select-height,auto); }@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; }@keyframes show-content-image { 0% { visibility: hidden; } 99% { visibility: hidden; } 100% { visibility: visible; } }@keyframes turn-on-visibility { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes turn-off-visibility { 0% { opacity: 1; visibility: visible; } 99% { opacity: 0; visibility: visible; } 100% { opacity: 0; visibility: hidden; } }@keyframes lightbox-zoom-in { 0% { transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); } 100% { transform: translate(-50%, -50%) scale(1); } }@keyframes lightbox-zoom-out { 0% { transform: translate(-50%, -50%) scale(1); visibility: visible; } 99% { visibility: visible; } 100% { transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); visibility: hidden; } }ol, ul { box-sizing: border-box; }@keyframes overlay-menu__fade-in-animation { 0% { opacity: 0; transform: translateY(0.5em); } 100% { opacity: 1; transform: translateY(0px); } }.editor-styles-wrapper, .entry-content { counter-reset: footnotes 0; }:root { --wp-block-synced-color: #7a00df; --wp-block-synced-color--rgb: 122,0,223; --wp-bound-block-color: var(--wp-block-synced-color); --wp-editor-canvas-background: #ddd; --wp-admin-theme-color: #007cba; --wp-admin-theme-color--rgb: 0,124,186; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-10--rgb: 0,107,160.5; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-theme-color-darker-20--rgb: 0,90,135; --wp-admin-border-width-focus: 2px; }@media (min-resolution: 192dpi){:root { --wp-admin-border-width-focus: 1.5px; }}:root { --wp--preset--font-size--normal: 16px; --wp--preset--font-size--huge: 42px; }.aligncenter { clear: both; }.screen-reader-text { border: 0px; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; overflow-wrap: normal !important; }.screen-reader-text:focus { background-color: #dddddd; clip-path: none; color: #444444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }html :where(img[class*="wp-image-"]) { height: auto; max-width: 100%; }:where(figure) { margin: 0px 0px 1em; }: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--color--theme-palette-1: var(--global-palette1); --wp--preset--color--theme-palette-2: var(--global-palette2); --wp--preset--color--theme-palette-3: var(--global-palette3); --wp--preset--color--theme-palette-4: var(--global-palette4); --wp--preset--color--theme-palette-5: var(--global-palette5); --wp--preset--color--theme-palette-6: var(--global-palette6); --wp--preset--color--theme-palette-7: var(--global-palette7); --wp--preset--color--theme-palette-8: var(--global-palette8); --wp--preset--color--theme-palette-9: var(--global-palette9); --wp--preset--color--theme-palette-10: var(--global-palette10); --wp--preset--color--theme-palette-11: var(--global-palette11); --wp--preset--color--theme-palette-12: var(--global-palette12); --wp--preset--color--theme-palette-13: var(--global-palette13); --wp--preset--color--theme-palette-14: var(--global-palette14); --wp--preset--color--theme-palette-15: var(--global-palette15); --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: var(--global-font-size-small); --wp--preset--font-size--medium: var(--global-font-size-medium); --wp--preset--font-size--large: var(--global-font-size-large); --wp--preset--font-size--x-large: 42px; --wp--preset--font-size--larger: var(--global-font-size-larger); --wp--preset--font-size--xxlarge: var(--global-font-size-xxlarge); --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; }.wpml-ls-menu-item .wpml-ls-flag { display: inline; vertical-align: baseline; }.wpml-ls-menu-item .wpml-ls-flag + span { margin-left: 0.3em; }ul .wpml-ls-menu-item a { display: flex; align-items: center; }html { line-height: 1.15; text-size-adjust: 100%; }body { margin: 0px; }main { display: block; min-width: 0px; }h1 { font-size: 2em; margin: 0.67em 0px; }hr { box-sizing: content-box; height: 0px; overflow: visible; }a { background-color: rgba(0, 0, 0, 0); }img { border-style: none; }button, input, optgroup, select, textarea { font-size: 100%; margin: 0px; }button, input { overflow: visible; }button, select { text-transform: none; }button, [type="button"], [type="reset"], [type="submit"] { appearance: button; }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; }template { display: none; }:root { --global-gray-400: #CBD5E0; --global-gray-500: #A0AEC0; --global-xs-spacing: 1em; --global-sm-spacing: 1.5rem; --global-md-spacing: 2rem; --global-lg-spacing: 2.5em; --global-xl-spacing: 3.5em; --global-xxl-spacing: 5rem; --global-edge-spacing: 1.5rem; --global-boxed-spacing: 2rem; --global-font-size-small: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem); --global-font-size-medium: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem); --global-font-size-large: clamp(1.75rem, 1.576rem + 0.543vw, 2rem); --global-font-size-larger: clamp(2rem, 1.6rem + 1vw, 2.5rem); --global-font-size-xxlarge: clamp(2.25rem, 1.728rem + 1.63vw, 3rem); }h1, h2, h3, h4, h5, h6 { padding: 0px; margin: 0px; }dfn, cite, em, i { font-style: italic; }html { box-sizing: border-box; }*, ::before, ::after { box-sizing: inherit; }hr { height: 0px; border-top: 0px; border-right: 0px; border-left: 0px; border-image: initial; border-bottom: 2px solid var(--global-gray-400); }ul, ol { margin: 0px 0px 1.5em 1.5em; padding: 0px; }ul { list-style: disc; }img { display: block; height: auto; max-width: 100%; }figure { margin: 0.5em 0px; }table { margin: 0px 0px 1.5em; width: 100%; }a { color: var(--global-palette-highlight); text-underline-offset: 0.1em; transition: 0.1s linear; }a:hover, a:focus, a:active { color: var(--global-palette-highlight-alt); text-underline-offset: 0.25em; }a:hover, a:active { outline: 0px; }.link-style-no-underline .entry-content p > a, .link-style-no-underline .entry-content strong > a, .link-style-no-underline .entry-content em > a, .link-style-no-underline .entry-content > ul a, .link-style-no-underline .entry-content a { text-decoration: none; }.link-style-no-underline .entry-content p > a:hover, .link-style-no-underline .entry-content strong > a:hover, .link-style-no-underline .entry-content em > a:hover, .link-style-no-underline .entry-content > ul a:hover, .link-style-no-underline .entry-content a:hover { text-decoration: none; }.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; width: 1px; overflow: hidden; position: absolute !important; overflow-wrap: normal !important; }.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px 2px; color: #21759b; 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; }textarea { width: 100%; }input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { appearance: none; color: var(--global-palette5); border: 1px solid var(--global-gray-400); border-radius: 3px; padding: 0.4em 0.5em; max-width: 100%; background: var(--global-palette9); box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px -7px; }input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: var(--global-palette3); border-color: var(--global-palette6); outline: 0px; box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px -7px; }select { border: 1px solid var(--global-gray-400); padding: 0.2em 35px 0.2em 0.5em; background: var(--global-palette9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 98% 50%; appearance: none; outline: 0px; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px -7px; }select:focus { color: var(--global-palette3); border-color: var(--global-palette6); background-color: var(--global-palette9); box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px -7px; outline: 0px; }select:focus option { color: #333333; }fieldset { padding: 0.625em 1.425em; border: 1px solid var(--global-gray-500); margin-top: 1.2em; margin-bottom: 1.2em; }legend { font-weight: bold; }button, .button, .wp-block-button__link, .wp-element-button, input[type="button"], input[type="reset"], input[type="submit"] { border-radius: 3px; background: var(--global-palette-btn-bg); color: var(--global-palette-btn); padding: 0.4em 1em; border: 0px; font-size: 1.125rem; line-height: 1.6; display: inline-block; font-family: inherit; cursor: pointer; text-decoration: none; transition: 0.2s; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px -7px; }button:visited, .button:visited, .wp-block-button__link:visited, .wp-element-button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited { background: var(--global-palette-btn-bg); color: var(--global-palette-btn); }button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-element-button:hover, .wp-element-button:focus, .wp-element-button:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active { color: var(--global-palette-btn-hover); background: var(--global-palette-btn-bg-hover); box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 25px -7px; }.kadence-svg-iconset { display: inline-flex; align-self: center; }.kadence-svg-iconset svg { height: 1em; width: 1em; }:root .has-theme-palette-5-color, :root .has-theme-palette5-color { color: var(--global-palette5); }.kt-clear { }.kt-clear::before, .kt-clear::after { content: " "; display: table; }.kt-clear::after { clear: both; }.content-area { margin: var(--global-xxl-spacing) 0; }.entry-content { word-break: break-word; }.entry-content table { word-break: normal; }.content-width-fullwidth .content-area, .content-vertical-padding-hide .content-area { margin-top: 0px; margin-bottom: 0px; }.site-container, .site-header-row-layout-contained, .site-footer-row-layout-contained, .entry-hero-layout-contained, .alignfull > .wp-block-cover__inner-container, .alignwide > .wp-block-cover__inner-container { margin: 0px auto; padding: 0 var(--global-content-edge-padding); }.content-bg { background: #ffffff; }#kt-scroll-up-reader, #kt-scroll-up { position: fixed; transform: translateY(40px); transition: 0.2s; opacity: 0; z-index: 1000; display: flex; cursor: pointer; }#kt-scroll-up-reader *, #kt-scroll-up * { pointer-events: none; }.scroll-up-style-filled { color: var(--global-palette9); background: var(--global-palette4); }.scroll-up-style-filled:hover { color: var(--global-palette9); }#kt-scroll-up-reader { transform: translateY(0px); transition: all; }#kt-scroll-up-reader:not(:focus) { clip: rect(1px, 1px, 1px, 1px); height: 1px; width: 1px; overflow: hidden; overflow-wrap: normal !important; }#kt-scroll-up-reader:focus { transform: translateY(0px); opacity: 1; box-shadow: none; z-index: 1001; }#wrapper { overflow: clip; }.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; text-align: center; }body.footer-on-bottom #wrapper { min-height: 100vh; display: flex; flex-direction: column; }body.footer-on-bottom #inner-wrap { flex: 1 0 auto; }:root { --global-palette1: #69a94f; --global-palette2: #4f6f41; --global-palette3: #27241d; --global-palette4: #423d33; --global-palette5: #504a40; --global-palette6: #625d52; --global-palette7: #e9f3e3; --global-palette8: #faf6f0; --global-palette9: #ffffff; --global-palette10: oklch(from var(--global-palette1) calc(l + 0.10 * (1 - l)) calc(c * 1.00) calc(h + 180) / 100%); --global-palette11: #13612e; --global-palette12: #1159af; --global-palette13: #b82105; --global-palette14: #f7630c; --global-palette15: #f5a524; --global-palette9rgb: 255, 255, 255; --global-palette-highlight: var(--global-palette1); --global-palette-highlight-alt: var(--global-palette2); --global-palette-highlight-alt2: var(--global-palette9); --global-palette-btn-bg: var(--global-palette1); --global-palette-btn-bg-hover: var(--global-palette2); --global-palette-btn: var(--global-palette9); --global-palette-btn-hover: var(--global-palette9); --global-palette-btn-sec-bg: var(--global-palette7); --global-palette-btn-sec-bg-hover: var(--global-palette2); --global-palette-btn-sec: var(--global-palette3); --global-palette-btn-sec-hover: var(--global-palette9); --global-body-font-family: Overpass, sans-serif; --global-heading-font-family: Overpass, sans-serif; --global-primary-nav-font-family: inherit; --global-fallback-font: sans-serif; --global-display-fallback-font: sans-serif; --global-content-width: 1280px; --global-content-wide-width: calc(1280px + 230px); --global-content-narrow-width: 860px; --global-content-edge-padding: 1.5rem; --global-content-boxed-padding: 50px; --global-calc-content-width: calc(1280px - var(--global-content-edge-padding) - var(--global-content-edge-padding) ); --wp--style--global--content-size: var(--global-calc-content-width); }.wp-site-blocks { --global-vw: calc( 100vw - ( 0.5 * var(--scrollbar-offset))); }body { background: var(--global-palette9); }body, input, select, optgroup, textarea { font-style: normal; font-weight: normal; font-size: 18px; line-height: 1.6; font-family: var(--global-body-font-family); color: var(--global-palette4); }.content-bg, body.content-style-unboxed .site { background: var(--global-palette9); }h1, h2, h3, h4, h5, h6 { font-family: var(--global-heading-font-family); }h1 { font-style: normal; font-weight: 700; font-size: 34px; line-height: 1.5; color: var(--global-palette2); }h2 { font-style: normal; font-weight: 700; font-size: 30px; line-height: 1.5; color: var(--global-palette2); }h3 { font-style: normal; font-weight: 700; font-size: 24px; line-height: 1.5; color: var(--global-palette2); }.site-container, .site-header-row-layout-contained, .site-footer-row-layout-contained, .entry-hero-layout-contained, .comments-area, .alignfull > .wp-block-cover__inner-container, .alignwide > .wp-block-cover__inner-container { max-width: var(--global-content-width); }.content-area { margin-top: 5rem; margin-bottom: 5rem; }.entry-content-wrap { padding: 50px; }.entry.single-entry { box-shadow: rgba(0, 0, 0, 0.05) 0px 15px 15px 3px; }button, .button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"], .fl-button, .elementor-button-wrapper .elementor-button, .wc-block-components-checkout-place-order-button, .wc-block-cart__submit { box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px -7px; }button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper .elementor-button:active, .wc-block-cart__submit:hover { box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 25px -7px; }#kt-scroll-up-reader, #kt-scroll-up { border-radius: 0px; background: var(--global-palette2); bottom: 30px; font-size: 1.2em; padding: 0.4em; }#kt-scroll-up-reader.scroll-up-side-right, #kt-scroll-up.scroll-up-side-right { right: 30px; }.site-branding a.brand img { max-width: 240px; }.site-branding { padding: 0px; }#masthead, #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.site-main-header-wrap), #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner { background: #ffffff; }.site-main-header-inner-wrap { min-height: 115px; }.site-main-header-wrap .site-header-row-container-inner > .site-container { padding: 0px 0px 5px; }.site-bottom-header-wrap .site-header-row-container-inner { background: var(--global-palette1); }.site-bottom-header-inner-wrap { min-height: 0px; }.main-navigation .primary-menu-container > ul > li.menu-item > a { padding-left: calc(2em); padding-right: calc(2em); color: var(--global-palette9); }.main-navigation .primary-menu-container > ul li.menu-item > a { font-style: normal; font-weight: 600; font-size: 18px; }.main-navigation .primary-menu-container > ul > li.menu-item > a:hover { color: var(--global-palette3); }.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a { color: var(--global-palette9); }.mobile-toggle-open-container .menu-toggle-open, .mobile-toggle-open-container .menu-toggle-open:focus { color: var(--global-palette1); padding: 0px 15px 0px 25px; font-size: 14px; }.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon { font-size: 30px; }.mobile-toggle-open-container .menu-toggle-open:hover, .mobile-toggle-open-container .menu-toggle-open:focus-visible { color: var(--global-palette3); }.mobile-navigation ul li { font-style: normal; font-size: 17px; }.mobile-navigation ul li a { padding-top: 1em; padding-bottom: 1em; }.mobile-navigation ul li > a, .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap { color: var(--global-palette8); }.mobile-navigation ul li > a:hover, .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap:hover { color: var(--global-palette9); }.mobile-navigation ul li.current-menu-item > a, .mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap { color: var(--global-palette8); }.mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap, .mobile-navigation ul li:not(.menu-item-has-children) a { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }#mobile-drawer .drawer-inner, #mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg, #mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.pop-animated.show-drawer .drawer-inner { background: var(--global-palette1); }#mobile-drawer .drawer-header .drawer-toggle { padding: 0.6em 0.15em; font-size: 24px; }#colophon { background: var(--global-palette1); }.site-footer .site-middle-footer-wrap a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) { color: var(--global-palette3); }.site-middle-footer-inner-wrap { padding-top: 15px; padding-bottom: 0px; gap: 30px; }.site-bottom-footer-inner-wrap { padding-top: 15px; padding-bottom: 15px; column-gap: 30px; }#colophon .footer-html { margin: 0px 0px 10px; }#colophon .footer-navigation .footer-menu-container > ul > li > a { padding: calc(2.5px) calc(0.6em); color: var(--global-palette9); }#colophon .footer-navigation .footer-menu-container > ul li a:hover { color: var(--global-palette3); }@-webkit-keyframes slbOverlay { 0% { opacity: 0; } 100% { opacity: 0.7; } }@keyframes slbOverlay { 0% { opacity: 0; } 100% { opacity: 0.7; } }@-webkit-keyframes slbEnter { 0% { opacity: 0; transform: translate3d(0px, -1em, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes slbEnter { 0% { opacity: 0; transform: translate3d(0px, -1em, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slbEnterNext { 0% { opacity: 0; transform: translate3d(4em, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes slbEnterNext { 0% { opacity: 0; transform: translate3d(4em, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slbEnterPrev { 0% { opacity: 0; transform: translate3d(-4em, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes slbEnterPrev { 0% { opacity: 0; transform: translate3d(-4em, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }body div.brlbs-cmpnt-container, body div.brlbs-cmpnt-container * { box-sizing: border-box; color: inherit; font-family: inherit; height: auto; inset: auto; line-height: inherit; position: static; width: auto; }:root { --brlbs-tw-border-spacing-x: 0; --brlbs-tw-border-spacing-y: 0; --brlbs-tw-translate-x: 0; --brlbs-tw-translate-y: 0; --brlbs-tw-rotate: 0; --brlbs-tw-skew-x: 0; --brlbs-tw-skew-y: 0; --brlbs-tw-scale-x: 1; --brlbs-tw-scale-y: 1; --brlbs-tw-pan-x: ; --brlbs-tw-pan-y: ; --brlbs-tw-pinch-zoom: ; --brlbs-tw-scroll-snap-strictness: proximity; --brlbs-tw-gradient-from-position: ; --brlbs-tw-gradient-via-position: ; --brlbs-tw-gradient-to-position: ; --brlbs-tw-ordinal: ; --brlbs-tw-slashed-zero: ; --brlbs-tw-numeric-figure: ; --brlbs-tw-numeric-spacing: ; --brlbs-tw-numeric-fraction: ; --brlbs-tw-ring-inset: ; --brlbs-tw-ring-offset-width: 0px; --brlbs-tw-ring-offset-color: #fff; --brlbs-tw-ring-color: rgba(59,130,246,.5); --brlbs-tw-ring-offset-shadow: 0 0 #0000; --brlbs-tw-ring-shadow: 0 0 #0000; --brlbs-tw-shadow: 0 0 #0000; --brlbs-tw-shadow-colored: 0 0 #0000; --brlbs-tw-blur: ; --brlbs-tw-brightness: ; --brlbs-tw-contrast: ; --brlbs-tw-grayscale: ; --brlbs-tw-hue-rotate: ; --brlbs-tw-invert: ; --brlbs-tw-saturate: ; --brlbs-tw-sepia: ; --brlbs-tw-drop-shadow: ; --brlbs-tw-backdrop-blur: ; --brlbs-tw-backdrop-brightness: ; --brlbs-tw-backdrop-contrast: ; --brlbs-tw-backdrop-grayscale: ; --brlbs-tw-backdrop-hue-rotate: ; --brlbs-tw-backdrop-invert: ; --brlbs-tw-backdrop-opacity: ; --brlbs-tw-backdrop-saturate: ; --brlbs-tw-backdrop-sepia: ; --brlbs-tw-contain-size: ; --brlbs-tw-contain-layout: ; --brlbs-tw-contain-paint: ; --brlbs-tw-contain-style: ; }#BorlabsCookieBox, .brlbs-cmpnt-container { font-family: var(--dialog-font-family); font-weight: 400; line-height: calc(var(--dialog-font-size)*1.2); }:root { --dialog-animation-delay: 2s; --dialog-animation-duration: 1s; --dialog-backdrop-background-color: #000; --dialog-background-color: #ffffff; --dialog-button-accept-all-color: #69a94f; --dialog-button-accept-all-color-hover: #3e632e; --dialog-button-accept-all-text-color: #ffffff; --dialog-button-accept-all-text-color-hover: #ffffff; --dialog-button-accept-only-essential-color: #69a94f; --dialog-button-accept-only-essential-color-hover: #3e632e; --dialog-button-accept-only-essential-text-color: #ffffff; --dialog-button-accept-only-essential-text-color-hover: #ffffff; --dialog-button-close-color: #69a94f; --dialog-button-close-color-hover: #3e632e; --dialog-button-close-text-color: #ffffff; --dialog-button-close-text-color-hover: #ffffff; --dialog-button-preferences-color: #69a94f; --dialog-button-preferences-color-hover: #3e632e; --dialog-button-preferences-text-color: #ffffff; --dialog-button-preferences-text-color-hover: #ffffff; --dialog-button-save-consent-color: #69a94f; --dialog-button-save-consent-color-hover: #3e632e; --dialog-button-save-consent-text-color: #ffffff; --dialog-button-save-consent-text-color-hover: #ffffff; --dialog-button-selection-color: #69a94f; --dialog-button-selection-color-hover: #3e632e; --dialog-button-selection-text-color: #ffffff; --dialog-button-selection-text-color-hover: #ffffff; --dialog-checkbox-background-color-active: #69a94f; --dialog-checkbox-background-color-disabled: #e6e6e6; --dialog-checkbox-background-color-inactive: #e6e6e6; --dialog-checkbox-border-color-active: #639f4a; --dialog-checkbox-border-color-disabled: #e6e6e6; --dialog-checkbox-border-color-inactive: #a72828; --dialog-checkbox-check-mark-color-active: #000000; --dialog-checkbox-check-mark-color-disabled: #999999; --dialog-card-background-color: #f2f2f2; --dialog-card-control-element-color: #3e632e; --dialog-card-control-element-color-hover: #000000; --dialog-card-separator-color: #e6e6e6; --dialog-card-text-color: #000000; --dialog-control-element-color: #3e632e; --dialog-control-element-color-hover: #000000; --dialog-footer-background-color: #e9f3e3; --dialog-footer-text-color: #000000; --dialog-link-primary-color: #8f4fa9; --dialog-link-primary-color-hover: #000000; --dialog-link-secondary-color: #000000; --dialog-link-secondary-color-hover: #1f1f1f; --dialog-list-item-background-color-even: #ffffff; --dialog-list-item-background-color-odd: #ffffff; --dialog-list-item-text-color-even: #000000; --dialog-list-item-text-color-odd: #000000; --dialog-list-item-control-element-color: #3e632e; --dialog-list-item-control-element-color-hover: #000000; --dialog-list-item-control-element-separator-color: #000000; --dialog-list-item-separator-color: #f0f0f0; --dialog-search-bar-input-background-color: #fff; --dialog-search-bar-input-border-color-default: #f7f7f7; --dialog-search-bar-input-border-color-focus: #69a94f; --dialog-search-bar-input-text-color: #555; --dialog-separator-color: #e6e6e6; --dialog-switch-button-background-color-active: #69a94f; --dialog-switch-button-background-color-inactive: #e6e6e6; --dialog-switch-button-color-active: #000000; --dialog-switch-button-color-inactive: #000000; --dialog-tab-bar-tab-background-color-active: #69a94f; --dialog-tab-bar-tab-background-color-inactive: #ffffff; --dialog-tab-bar-tab-border-color-bottom-active: #639f4a; --dialog-tab-bar-tab-border-color-bottom-inactive: #e6e6e6; --dialog-tab-bar-tab-border-color-left-active: #639f4a; --dialog-tab-bar-tab-border-color-left-inactive: #e6e6e6; --dialog-tab-bar-tab-border-color-right-active: #639f4a; --dialog-tab-bar-tab-border-color-right-inactive: #e6e6e6; --dialog-tab-bar-tab-border-color-top-active: #639f4a; --dialog-tab-bar-tab-border-color-top-inactive: #e6e6e6; --dialog-tab-bar-tab-text-color-active: #ffffff; --dialog-tab-bar-tab-text-color-inactive: #000000; --dialog-table-row-background-color-even: #fafafa; --dialog-table-row-background-color-odd: #fafafa; --dialog-table-row-text-color-even: #000000; --dialog-table-row-text-color-odd: #000000; --dialog-table-row-border-color: #f0f0f0; --dialog-text-color: #000000; --dialog-font-family: inherit; --dialog-border-radius-bottom-left: 4px; --dialog-border-radius-bottom-right: 4px; --dialog-border-radius-top-left: 4px; --dialog-border-radius-top-right: 4px; --dialog-button-border-radius-bottom-left: 4px; --dialog-button-border-radius-bottom-right: 4px; --dialog-button-border-radius-top-left: 4px; --dialog-button-border-radius-top-right: 4px; --dialog-card-border-radius-bottom-left: 0px; --dialog-card-border-radius-bottom-right: 0px; --dialog-card-border-radius-top-left: 0px; --dialog-card-border-radius-top-right: 0px; --dialog-card-list-padding-medium-screen-bottom: 24px; --dialog-card-list-padding-medium-screen-left: 24px; --dialog-card-list-padding-medium-screen-right: 24px; --dialog-card-list-padding-medium-screen-top: 0px; --dialog-card-list-padding-small-screen-bottom: 16px; --dialog-card-list-padding-small-screen-left: 16px; --dialog-card-list-padding-small-screen-right: 16px; --dialog-card-list-padding-small-screen-top: 0px; --dialog-checkbox-border-radius-bottom-left: 4px; --dialog-checkbox-border-radius-bottom-right: 4px; --dialog-checkbox-border-radius-top-left: 4px; --dialog-checkbox-border-radius-top-right: 4px; --dialog-font-size: 15px; --dialog-list-border-radius-bottom-left: 0px; --dialog-list-border-radius-bottom-right: 0px; --dialog-list-border-radius-top-left: 0px; --dialog-list-border-radius-top-right: 0px; --dialog-list-item-separator-width: 1px; --dialog-list-padding-medium-screen-bottom: 12px; --dialog-list-padding-medium-screen-left: 12px; --dialog-list-padding-medium-screen-right: 12px; --dialog-list-padding-medium-screen-top: 12px; --dialog-list-padding-small-screen-bottom: 8px; --dialog-list-padding-small-screen-left: 8px; --dialog-list-padding-small-screen-right: 8px; --dialog-list-padding-small-screen-top: 8px; --dialog-search-bar-input-border-radius-bottom-left: 4px; --dialog-search-bar-input-border-radius-bottom-right: 4px; --dialog-search-bar-input-border-radius-top-left: 4px; --dialog-search-bar-input-border-radius-top-right: 4px; --dialog-search-bar-input-border-width-bottom: 1px; --dialog-search-bar-input-border-width-left: 1px; --dialog-search-bar-input-border-width-right: 1px; --dialog-search-bar-input-border-width-top: 1px; --dialog-tab-bar-tab-border-width-bottom-active: 2px; --dialog-tab-bar-tab-border-width-left-active: 0px; --dialog-tab-bar-tab-border-width-right-active: 0px; --dialog-tab-bar-tab-border-width-top-active: 0px; --dialog-tab-bar-tab-border-width-bottom-inactive: 2px; --dialog-tab-bar-tab-border-width-left-inactive: 0px; --dialog-tab-bar-tab-border-width-right-inactive: 0px; --dialog-tab-bar-tab-border-width-top-inactive: 0px; --dialog-tab-bar-tab-border-radius-bottom-left-active: 0px; --dialog-tab-bar-tab-border-radius-bottom-right-active: 0px; --dialog-tab-bar-tab-border-radius-top-left-active: 4px; --dialog-tab-bar-tab-border-radius-top-right-active: 4px; --dialog-tab-bar-tab-border-radius-bottom-left-inactive: 0px; --dialog-tab-bar-tab-border-radius-bottom-right-inactive: 0px; --dialog-tab-bar-tab-border-radius-top-left-inactive: 4px; --dialog-tab-bar-tab-border-radius-top-right-inactive: 4px; --dialog-table-border-radius-bottom-left: 0px; --dialog-table-border-radius-bottom-right: 0px; --dialog-table-border-radius-top-left: 0px; --dialog-table-border-radius-top-right: 0px; --dialog-table-cell-padding-bottom: 8px; --dialog-table-cell-padding-left: 8px; --dialog-table-cell-padding-right: 8px; --dialog-table-cell-padding-top: 8px; --dialog-backdrop-background-opacity: 0.8; }:root { --widget-position: bottom-left; --widget-color: #69a94f; }:root { --content-blocker-background-color: #000; --content-blocker-button-color: #0063e3; --content-blocker-button-color-hover: #1a66ff; --content-blocker-button-text-color: #fff; --content-blocker-button-text-color-hover: #fff; --content-blocker-font-family: inherit; --content-blocker-link-color: #2277ff; --content-blocker-link-color-hover: #1a66ff; --content-blocker-separator-color: #2277ff; --content-blocker-text-color: #fff; --content-blocker-border-radius-top-left: 4px; --content-blocker-border-radius-top-right: 4px; --content-blocker-border-radius-bottom-left: 4px; --content-blocker-border-radius-bottom-right: 4px; --content-blocker-button-border-radius-top-left: 4px; --content-blocker-button-border-radius-top-right: 4px; --content-blocker-button-border-radius-bottom-left: 4px; --content-blocker-button-border-radius-bottom-right: 4px; --content-blocker-font-size: 14px; --content-blocker-separator-width: 1px; --content-blocker-background-opacity: 0.8; --content-blocker-background: rgba(0, 0, 0 ,0.8); }.main-navigation .primary-menu-container > ul > li.menu-item > a { padding-left: calc(1.2em); padding-right: calc(1.2em); }.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a:hover { color: var(--global-palette3); }.wpml-ls-menu-item .wpml-ls-flag { margin: -3px 2px 0px 0px; }.ff_form_modal button.ff_modal_btn.btn.btn-success, .ff_form_modal button.ff_modal_btn.btn.btn-success:focus, .ff_form_modal button.ff_modal_btn.btn.btn-success:visited { font-weight: bold; padding: 0px calc(1.2em); color: #ffffff; box-shadow: unset; background: none; }.ff_form_modal button.ff_modal_btn.btn.btn-success:hover, li#menu-item-232 .ff_form_modal button.ff_modal_btn.btn.btn-success:hover, li#menu-item-667 .ff_form_modal button.ff_modal_btn.btn.btn-success:hover, .ff_form_modal button.ff_modal_btn.btn.btn-success:active, li#menu-item-232 .ff_form_modal button.ff_modal_btn.btn.btn-success:active, li#menu-item-667 .ff_form_modal button.ff_modal_btn.btn.btn-success:active { color: var(--global-palette3); box-shadow: unset; background: none; }.bottle-display table.ninja_footable.ninja_stacked_table > tbody > tr.footable-detail-row table.footable-details { margin: 0px; border: 1px solid var(--global-palette1); }.bottle-display .semantic_ui .ui.striped.table > tr:nth-child(2n), .bottle-display .semantic_ui .ui.striped.table tbody tr:nth-child(2n) { background-color: var(--global-palette7); }.bottle-display h3.table_title.footable_title { font-size: 18px; text-align: left; font-weight: normal; }.bottle-display .kt-sc-imgcol { align-items: flex-end; }.heading-decoration::after { border-bottom: 3px solid var(--global-palette1); clear: both; content: ""; display: block; margin: 0px 0px 40px; max-width: 100px; width: 100%; }.cta-kontaktaufnahme .ff_form_modal button.ff_modal_btn.btn.btn-success { font-size: 20px; font-weight: normal; display: block; margin: 0px auto; border-radius: 3px; background: var(--global-palette-btn-bg); color: var(--global-palette-btn); padding: 0.4em 1em; border: 0px; line-height: 1.6; font-family: inherit; cursor: pointer; text-decoration: none; transition: 0.2s; box-shadow: unset !important; }.cta-kontaktaufnahme .ff_form_modal button.ff_modal_btn.btn.btn-success:hover, .cta-kontaktaufnahme .ff_form_modal button.ff_modal_btn.btn.btn-success:active { background: var(--global-palette-btn-bg-hover); box-shadow: unset !important; }.ff-el-group.ff-custom_html { margin-bottom: 0px; }.kt-row-layout-inner, .kb-row-layout-wrap { position: relative; border: 0px solid rgba(0, 0, 0, 0); }.kt-row-layout-inner::before, .kb-row-layout-wrap::before { clear: both; display: table; content: ""; }.kt-row-column-wrap { display: grid; grid-template-columns: minmax(0px, 1fr); gap: var(--global-row-gutter-md, 2rem) var(--global-row-gutter-md, 2rem); grid-auto-rows: minmax(min-content, max-content); z-index: 1; position: relative; }.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .wp-block-kadence-column { flex: 1 1 0%; }.wp-block-kadence-column { display: flex; flex-direction: column; z-index: 1; min-width: 0px; min-height: 0px; }.kt-inside-inner-col { flex-direction: column; border: 0px solid rgba(0, 0, 0, 0); position: relative; transition: 0.3s; }.kt-block-spacer { position: relative; height: 60px; }.kt-block-spacer .kt-divider { width: 100%; border-width: 1px 0px 0px; border-top-style: solid; border-top-color: #eeeeee; position: absolute; top: 50%; left: 50%; margin: 0px; padding: 0px; border-bottom-style: initial; border-bottom-color: initial; border-left-style: initial; border-left-color: initial; border-right-style: initial; border-right-color: initial; transform: perspective(1px) translate(-50%, -50%); }.wp-block-kadence-spacer.aligncenter { width: 100%; }.wp-block-kadence-splitcontent { width: 100%; }.kt-split-content-wrap { align-items: center; display: grid; grid-template: "kt-sc-media-area kt-sc-text-area" / 50% auto; }.wp-block-kadence-splitcontent .kt-sc-textcol { grid-area: kt-sc-text-area; position: relative; word-break: break-word; }.kt-sc-textcol { padding: 24px; }.kt-sc-imgcol, .kt-sc-textcol { align-items: center; display: flex; justify-content: center; text-align: center; }.kt-sc-imgcol-bg-contain img { height: auto; max-width: 100%; width: auto; }.kt-sc-innter-col { width: 100%; }.kt-sc-textcol.kt-sc-text-halign-left { justify-content: flex-start; text-align: left; }.kt-sc-textcol.kt-sc-text-valign-bottom { align-items: flex-end; }.kt-sc-imgcol { background-position: 50% center; background-repeat: no-repeat; grid-area: kt-sc-media-area; position: relative; }.kt-sc-imgcol .kt-split-content-media-image { height: 100%; margin: 0px; width: 100%; }.kt-sc-imgcol .kt-split-content-media-image img { width: 100%; }.kt-sc-imgcol.kt-sc-imgcol-bg-contain .kt-split-content-media-image img { width: auto; }:root { --global-kb-font-size-sm: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem); --global-kb-font-size-md: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem); --global-kb-font-size-lg: clamp(1.75rem, 1.576rem + 0.543vw, 2rem); --global-kb-font-size-xl: clamp(2.25rem, 1.728rem + 1.63vw, 3rem); --global-kb-font-size-xxl: clamp(2.5rem, 1.456rem + 3.26vw, 4rem); --global-kb-font-size-xxxl: clamp(2.75rem, 0.489rem + 7.065vw, 6rem); }.footable-details.table, .footable-details.table *, .footable.table, .footable.table * { box-sizing: border-box; }.footable-details.table th, .footable.table th { text-align: left; }.footable-details.table, .footable.table { margin-bottom: 20px; max-width: 100%; width: 100%; }.footable.table tbody tr td, .footable.table tr th { word-break: keep-all; }.footable-details.table > caption + thead > tr:first-child > td, .footable-details.table > caption + thead > tr:first-child > th, .footable-details.table > colgroup + thead > tr:first-child > td, .footable-details.table > colgroup + thead > tr:first-child > th, .footable-details.table > thead:first-child > tr:first-child > td, .footable-details.table > thead:first-child > tr:first-child > th, .footable.table > caption + thead > tr:first-child > td, .footable.table > caption + thead > tr:first-child > th, .footable.table > colgroup + thead > tr:first-child > td, .footable.table > colgroup + thead > tr:first-child > th, .footable.table > thead:first-child > tr:first-child > td, .footable.table > thead:first-child > tr:first-child > th { border-top: 0px; }.footable-details.table > tbody > tr > td, .footable-details.table > tbody > tr > th, .footable-details.table > tfoot > tr > td, .footable-details.table > tfoot > tr > th, .footable-details.table > thead > tr > td, .footable-details.table > thead > tr > th, .footable.table > tbody > tr > td, .footable.table > tbody > tr > th, .footable.table > tfoot > tr > td, .footable.table > tfoot > tr > th, .footable.table > thead > tr > td, .footable.table > thead > tr > th { border-top: 1px solid transparent; line-height: 1.42857; padding: 8px; vertical-align: top; }.footable-details.table > thead > tr > td, .footable-details.table > thead > tr > th, .footable.table > thead > tr > td, .footable.table > thead > tr > th { border-bottom: 2px solid #dddddd; vertical-align: bottom; }table.footable, table.footable-details { border-collapse: collapse; border-spacing: 0px; position: relative; width: 100%; }table.footable-details { margin-bottom: 0px; }table.footable-details > tbody > tr > th:first-child { min-width: 40px; width: 140px; }table.footable-details > tbody > tr > td:nth-child(2) { word-break: keep-all !important; }table.footable-details > tbody > tr:first-child > td, table.footable-details > tbody > tr:first-child > th, table.footable-details > tfoot > tr:first-child > td, table.footable-details > tfoot > tr:first-child > th, table.footable-details > thead > tr:first-child > td, table.footable-details > thead > tr:first-child > th { border-top-width: 0px; }div.footable-loader { height: 300px; position: relative; text-align: center; vertical-align: middle; }div.footable-loader > span.fooicon { animation: 2s linear 0s infinite normal none running fooicon-spin-r; display: inline-block; font-size: 30px; height: 32px; left: 50%; line-height: 32px; margin-left: -16px; margin-top: -16px; opacity: 0.3; position: absolute; top: 50%; width: 32px; }table.footable > tbody > tr.footable-detail-row > td, table.footable > tbody > tr.footable-detail-row > th, table.footable > tbody > tr.footable-empty > td, table.footable > tbody > tr.footable-empty > th { display: table-cell; }@keyframes fooicon-spin-r { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } }.foo-table { table-layout: auto; }.foo-table.footable.table > thead > tr > th { padding: 0.928571em 0.785714em; }.foo-table table.footable-details tr th { white-space: normal; overflow: visible !important; text-overflow: unset !important; }.foo-table tbody tr.footable-detail-row > td { padding: 0px !important; }.foo-table tbody tr.footable-detail-row td table.footable-details:not(.ninja_custom_color) { margin-bottom: 0px; }.foo-table tbody tr td, .foo-table tbody tr th, .foo-table tbody tr:nth-child(2n) td, .foo-table tbody tr:nth-child(2n) th, .foo-table tbody tr:nth-child(2n+1) td, .foo-table tbody tr:nth-child(2n+1) th { background-color: transparent; }.footable_parent { overflow-x: auto; width: 100%; }.footable_parent table.foo-table.vertical_centered tbody > tr > td, .footable_parent table.foo-table.vertical_centered thead > tr > th { vertical-align: middle; }.nt-toast--show { opacity: 1; transform: translateY(0px); }.footable_parent .fooicon::before { background-repeat: no-repeat; content: ""; display: inline-block; height: 12px; width: 12px; }.footable_parent .fooicon-loader::before { background-image: url(https://www.immer-bio.de/wp-content/plugins/ninja-tables/assets/images/refresh-outline.svg?aa67b3c5607cd1b4aa4fc6d38d9bfcfd); height: 24px; width: 24px; }.semantic_ui { }.semantic_ui .ui.table { background: #ffffff; border: 1px solid rgba(34, 36, 38, 0.15); border-collapse: separate; border-radius: 0.285714rem; border-spacing: 0px; box-shadow: none; color: rgba(0, 0, 0, 0.87); margin: 1em 0px; text-align: left; width: 100%; }.semantic_ui .ui.table:first-child { margin-top: 0px; }.semantic_ui .ui.table:last-child { margin-bottom: 0px; }.semantic_ui .ui.table td, .semantic_ui .ui.table th { transition:background, color 0.1s, 0.1s ease, ease; }.semantic_ui .ui.table thead { box-shadow: none; }.semantic_ui .ui.table thead th { background: #f9fafb; border-bottom: 1px solid rgba(34, 36, 38, 0.1); border-left: none; color: rgba(0, 0, 0, 0.87); cursor: auto; font-weight: 700; padding: 0.928571em 0.785714em; text-align: inherit; text-transform: none; vertical-align: inherit; }.semantic_ui .ui.table thead tr > th:first-child { border-left: none; }.semantic_ui .ui.table thead tr:first-child > th:first-child { border-radius: 0.285714rem 0px 0px; }.semantic_ui .ui.table thead tr:first-child > th:last-child { border-radius: 0px 0.285714rem 0px 0px; }.semantic_ui .ui.table tfoot { box-shadow: none; }.semantic_ui .ui.table tr td { border-top: 1px solid rgba(34, 36, 38, 0.1); }.semantic_ui .ui.table tr:first-child td { border-top: none; }.semantic_ui .ui.table td { padding: 0.785714em; text-align: inherit; }.semantic_ui .ui.striped.table tbody tr:nth-child(2n), .semantic_ui .ui.striped.table > tr:nth-child(2n) { background-color: rgba(0, 0, 50, 0.02); }.semantic_ui .ui.celled.table tr td, .semantic_ui .ui.celled.table tr th { border-left: 1px solid rgba(34, 36, 38, 0.1); }.semantic_ui .ui.celled.table tr td:first-child, .semantic_ui .ui.celled.table tr th:first-child { border-left: none; }.semantic_ui .ui.table { font-size: 1em; }.semantic_ui .ui.table tbody tr th { border-top: 1px solid rgba(34, 36, 38, 0.1); }.semantic_ui .ui.table tbody tr:first-child th { border-top: none; }table.ninja_footable.ninja_stacked_table thead .footable-header { display: none !important; visibility: hidden !important; }table.ninja_footable.ninja_stacked_table > tbody > tr { display: none; }table.ninja_footable.ninja_stacked_table > tbody > tr.footable-detail-row { display: table-row; }table.ninja_footable.ninja_stacked_table > tbody > tr.footable-detail-row:hover { background-color: inherit; }table.ninja_footable.ninja_stacked_table > tbody > tr.footable-detail-row table.footable-details { border: 1px solid #cccccc; border-radius: 0px; margin: 10px 0px; }table.ninja_footable.ninja_stacked_table > tbody > tr.footable-detail-row > td { border: none !important; }table.ninja_footable.ninja_stacked_table.ninja_stacked_no_cell_border > tbody > tr.footable-detail-row tr td, table.ninja_footable.ninja_stacked_table.ninja_stacked_no_cell_border > tbody > tr.footable-detail-row tr th { border: 0px !important; }table.ninja_footable.ninja_stacked_table { background-color: unset !important; border: none !important; }table.ninja_footable.ninja_stacked_table .footable-details { max-width: 100%; width: 100%; }.ninja_footable tbody, .ninja_footable td, .ninja_footable th, .ninja_footable.table { border: unset; }.kb-row-layout-id39_2e7e56-2c > .kt-row-column-wrap { padding-top: 25px; padding-bottom: 15px; grid-template-columns: minmax(0px, 1fr); }.kadence-column39_28309d-5c > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_28309d-5c > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_581842-c9 > .kt-inside-inner-col { display: flex; }.kadence-column39_581842-c9 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-lg, 4rem); }.kadence-column39_581842-c9 > .kt-inside-inner-col { flex-flow: wrap; align-items: flex-start; }.kadence-column39_581842-c9 > .kt-inside-inner-col > *, .kadence-column39_581842-c9 > .kt-inside-inner-col > figure.wp-block-image, .kadence-column39_581842-c9 > .kt-inside-inner-col > figure.wp-block-kadence-image { margin-top: 0px; margin-bottom: 0px; }.kadence-column39_92a821-94 { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_92a821-94 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_92a821-94 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_92a821-94 > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_92a821-94 > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_92a821-94 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_fd9506-fd .kt-block-spacer { height: 50px; }.kadence-column39_bd98fb-32 { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_bd98fb-32 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_bd98fb-32 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_bd98fb-32 > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_bd98fb-32 > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_bd98fb-32 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_e527b5-aa .kt-block-spacer { height: 50px; }.kadence-column39_b1ec42-d4 { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_b1ec42-d4 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_b1ec42-d4 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_b1ec42-d4 > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_b1ec42-d4 > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_b1ec42-d4 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_d8b35d-60 .kt-block-spacer { height: 50px; }.kadence-column39_099977-85 { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_099977-85 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_099977-85 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_099977-85 > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_099977-85 > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_099977-85 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_727b6a-bf .kt-block-spacer { height: 50px; }.kadence-column39_f7137f-ef > .kt-inside-inner-col { display: flex; }.kadence-column39_f7137f-ef > .kt-inside-inner-col { column-gap: var(--global-kb-gap-lg, 4rem); }.kadence-column39_f7137f-ef > .kt-inside-inner-col { flex-flow: wrap; align-items: flex-start; }.kadence-column39_f7137f-ef > .kt-inside-inner-col > *, .kadence-column39_f7137f-ef > .kt-inside-inner-col > figure.wp-block-image, .kadence-column39_f7137f-ef > .kt-inside-inner-col > figure.wp-block-kadence-image { margin-top: 0px; margin-bottom: 0px; }.kadence-column39_77bc0e-61 { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_77bc0e-61 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_77bc0e-61 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_77bc0e-61 > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_77bc0e-61 > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_77bc0e-61 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_eaebdf-2b .kt-block-spacer { height: 50px; }.kadence-column39_78f72d-aa { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_78f72d-aa { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_78f72d-aa > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_78f72d-aa > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_78f72d-aa > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_78f72d-aa { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_ae8aa6-7a .kt-block-spacer { height: 50px; }.kadence-column39_cb448a-55 { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_cb448a-55 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_cb448a-55 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_cb448a-55 > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_cb448a-55 > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_cb448a-55 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_e9eaf4-d2 .kt-block-spacer { height: 50px; }.kadence-column39_db673c-08 { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_db673c-08 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_db673c-08 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_db673c-08 > .kt-inside-inner-col { flex-direction: column; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_db673c-08 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.kadence-column39_9b68a7-33 > .kt-inside-inner-col { display: flex; }.kadence-column39_9b68a7-33 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-lg, 4rem); }.kadence-column39_9b68a7-33 > .kt-inside-inner-col { flex-flow: wrap; align-items: flex-start; }.kadence-column39_9b68a7-33 > .kt-inside-inner-col > *, .kadence-column39_9b68a7-33 > .kt-inside-inner-col > figure.wp-block-image, .kadence-column39_9b68a7-33 > .kt-inside-inner-col > figure.wp-block-kadence-image { margin-top: 0px; margin-bottom: 0px; }.kadence-column39_995cf9-65 { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_995cf9-65 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_995cf9-65 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_995cf9-65 > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_995cf9-65 > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_995cf9-65 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_7ce9f8-0c .kt-block-spacer { height: 50px; }.kadence-column39_dbf49a-bb { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_dbf49a-bb { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_dbf49a-bb > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_dbf49a-bb > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_dbf49a-bb > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_dbf49a-bb { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_9b1f94-2d .kt-block-spacer { height: 50px; }.kadence-column39_38b6cb-dc { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_38b6cb-dc { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_38b6cb-dc > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_38b6cb-dc > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_38b6cb-dc > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_38b6cb-dc { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_403a09-35 .kt-block-spacer { height: 50px; }.kadence-column39_79a34b-bf { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_79a34b-bf { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_79a34b-bf > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_79a34b-bf > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_79a34b-bf > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_79a34b-bf { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_1e0f66-d7 .kt-block-spacer { height: 50px; }.kadence-column39_6595fd-65 > .kt-inside-inner-col { display: flex; }.kadence-column39_6595fd-65 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-lg, 4rem); }.kadence-column39_6595fd-65 > .kt-inside-inner-col { flex-flow: wrap; align-items: flex-start; }.kadence-column39_6595fd-65 > .kt-inside-inner-col > *, .kadence-column39_6595fd-65 > .kt-inside-inner-col > figure.wp-block-image, .kadence-column39_6595fd-65 > .kt-inside-inner-col > figure.wp-block-kadence-image { margin-top: 0px; margin-bottom: 0px; }.kadence-column39_83a156-8e { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_83a156-8e { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_83a156-8e > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_83a156-8e > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_83a156-8e > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_83a156-8e { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_562523-e5 .kt-block-spacer { height: 50px; }.kadence-column39_ff49e1-be { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_ff49e1-be { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_ff49e1-be > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_ff49e1-be > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_ff49e1-be > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_ff49e1-be { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_24523d-bb .kt-block-spacer { height: 50px; }.kadence-column39_f3ff2f-09 { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_f3ff2f-09 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_f3ff2f-09 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_f3ff2f-09 > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_f3ff2f-09 > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_f3ff2f-09 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_276678-d4 .kt-block-spacer { height: 50px; }.kadence-column39_d6ea0d-dd { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_d6ea0d-dd { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_d6ea0d-dd > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_d6ea0d-dd > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_d6ea0d-dd > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_d6ea0d-dd { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_a3dc2f-35 .kt-block-spacer { height: 50px; }.kadence-column39_088660-32 > .kt-inside-inner-col { display: flex; }.kadence-column39_088660-32 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-lg, 4rem); }.kadence-column39_088660-32 > .kt-inside-inner-col { flex-flow: wrap; align-items: flex-start; }.kadence-column39_088660-32 > .kt-inside-inner-col > *, .kadence-column39_088660-32 > .kt-inside-inner-col > figure.wp-block-image, .kadence-column39_088660-32 > .kt-inside-inner-col > figure.wp-block-kadence-image { margin-top: 0px; margin-bottom: 0px; }.kadence-column39_f331bb-3b { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_f331bb-3b { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_f331bb-3b > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_f331bb-3b > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_f331bb-3b > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_f331bb-3b { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_228ace-c6 .kt-block-spacer { height: 50px; }.kadence-column39_70aa69-01 { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_70aa69-01 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_70aa69-01 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_70aa69-01 > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_70aa69-01 > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_70aa69-01 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_0fc928-42 .kt-block-spacer { height: 50px; }.kadence-column39_3ce20c-62 { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_3ce20c-62 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_3ce20c-62 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_3ce20c-62 > .kt-inside-inner-col { flex-direction: column; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_3ce20c-62 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.kadence-column39_d1c0ce-bf { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_d1c0ce-bf { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_d1c0ce-bf > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_d1c0ce-bf > .kt-inside-inner-col { flex-direction: column; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_d1c0ce-bf { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.kadence-column39_fb5904-04 > .kt-inside-inner-col { display: flex; }.kadence-column39_fb5904-04 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-lg, 4rem); }.kadence-column39_fb5904-04 > .kt-inside-inner-col { flex-flow: wrap; align-items: flex-start; }.kadence-column39_fb5904-04 > .kt-inside-inner-col > *, .kadence-column39_fb5904-04 > .kt-inside-inner-col > figure.wp-block-image, .kadence-column39_fb5904-04 > .kt-inside-inner-col > figure.wp-block-kadence-image { margin-top: 0px; margin-bottom: 0px; }.kadence-column39_3eebd4-04 { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_3eebd4-04 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_3eebd4-04 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_3eebd4-04 > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_3eebd4-04 > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_3eebd4-04 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_69a833-40 .kt-block-spacer { height: 50px; }.kadence-column39_819c6f-33 { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_819c6f-33 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_819c6f-33 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_819c6f-33 > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_819c6f-33 > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_819c6f-33 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_e56e9e-ad .kt-block-spacer { height: 50px; }.kadence-column39_bf15f1-15 { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_bf15f1-15 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_bf15f1-15 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_bf15f1-15 > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_bf15f1-15 > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_bf15f1-15 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_f85b5c-13 .kt-block-spacer { height: 50px; }.kadence-column39_35fd74-ff { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_35fd74-ff { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_35fd74-ff > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_35fd74-ff > .kt-inside-inner-col { flex-direction: column; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_35fd74-ff { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.kadence-column39_cdefc9-b7 > .kt-inside-inner-col { display: flex; }.kadence-column39_cdefc9-b7 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-lg, 4rem); }.kadence-column39_cdefc9-b7 > .kt-inside-inner-col { flex-flow: wrap; align-items: flex-start; }.kadence-column39_cdefc9-b7 > .kt-inside-inner-col > *, .kadence-column39_cdefc9-b7 > .kt-inside-inner-col > figure.wp-block-image, .kadence-column39_cdefc9-b7 > .kt-inside-inner-col > figure.wp-block-kadence-image { margin-top: 0px; margin-bottom: 0px; }.kadence-column39_2db4be-5c { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_2db4be-5c { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_2db4be-5c > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_2db4be-5c > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_2db4be-5c > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_2db4be-5c { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_950495-f7 .kt-block-spacer { height: 50px; }.kadence-column39_caceaf-60 { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_caceaf-60 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_caceaf-60 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_caceaf-60 > .kt-inside-inner-col { flex-direction: column; }.kadence-column39_caceaf-60 > .kt-inside-inner-col > .aligncenter { width: 100%; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_caceaf-60 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_056629-39 .kt-block-spacer { height: 50px; }.kadence-column39_5043e2-d1 { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_5043e2-d1 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_5043e2-d1 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_5043e2-d1 > .kt-inside-inner-col { flex-direction: column; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_5043e2-d1 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.kadence-column39_e266e1-f0 { max-width: 20%; margin-left: auto; margin-right: auto; }.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical) > .kt-inside-inner-col > .kadence-column39_e266e1-f0 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }.kadence-column39_e266e1-f0 > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_e266e1-f0 > .kt-inside-inner-col { flex-direction: column; }@media (min-width: 1025px){.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column39_e266e1-f0 { flex: 0 1 20%; max-width: unset; margin-left: unset; margin-right: unset; }}.wp-block-kadence-spacer.kt-block-spacer-39_39272a-f1 .kt-divider { border-top-width: 3px; height: 1px; border-top-color: var(--global-palette7, #EDF2F7); width: 70%; }.kb-row-layout-id39_9e6404-63 > .kt-row-column-wrap { max-width: 800px; margin-left: auto; margin-right: auto; padding-top: 20px; padding-bottom: 40px; grid-template-columns: minmax(0px, 1fr); }.kadence-column39_9ac571-cd > .kt-inside-inner-col { column-gap: var(--global-kb-gap-sm, 1rem); }.kadence-column39_9ac571-cd > .kt-inside-inner-col { flex-direction: column; }.wp-block-kadence-advancedheading.kt-adv-heading39_935c3d-6f, .wp-block-kadence-advancedheading.kt-adv-heading39_935c3d-6f[data-kb-block="kb-adv-heading39_935c3d-6f"] { text-align: center; font-weight: 700; }.wp-block-kadence-advancedheading.kt-adv-heading39_625d91-6f, .wp-block-kadence-advancedheading.kt-adv-heading39_625d91-6f[data-kb-block="kb-adv-heading39_625d91-6f"] { margin-right: var(--global-kb-spacing-xl, 4rem); margin-left: var(--global-kb-spacing-xl, 4rem); text-align: center; }.kt-sc39_953a13-4d .kt-sc-imgcol, .kt-sc39_953a13-4d .kt-sc-textcol { min-height: 215px; }.kt-sc39_953a13-4d .kt-split-content-img { max-height: 215px; }.kt-sc39_953a13-4d .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px 0px; }.kt-sc39_ced7ec-71 .kt-sc-imgcol, .kt-sc39_ced7ec-71 .kt-sc-textcol { min-height: 215px; }.kt-sc39_ced7ec-71 .kt-split-content-img { max-height: 215px; }.kt-sc39_ced7ec-71 .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px 0px; }.kt-sc39_949fa9-a8 .kt-sc-imgcol, .kt-sc39_949fa9-a8 .kt-sc-textcol { min-height: 215px; }.kt-sc39_949fa9-a8 .kt-split-content-img { max-height: 215px; }.kt-sc39_949fa9-a8 .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px 0px; }.kt-sc39_78b8c8-5e .kt-sc-imgcol, .kt-sc39_78b8c8-5e .kt-sc-textcol { min-height: 215px; }.kt-sc39_78b8c8-5e .kt-split-content-img { max-height: 215px; }.kt-sc39_78b8c8-5e .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px 0px; }.kt-sc39_2261c9-f2 .kt-sc-imgcol, .kt-sc39_2261c9-f2 .kt-sc-textcol { min-height: 215px; }.kt-sc39_2261c9-f2 .kt-split-content-img { max-height: 215px; }.kt-sc39_2261c9-f2 .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px 0px; }.kt-sc39_7caafd-51 .kt-sc-imgcol, .kt-sc39_7caafd-51 .kt-sc-textcol { min-height: 215px; }.kt-sc39_7caafd-51 .kt-split-content-img { max-height: 215px; }.kt-sc39_7caafd-51 .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px 0px; }.kt-sc39_25dbc2-a7 .kt-sc-imgcol, .kt-sc39_25dbc2-a7 .kt-sc-textcol { min-height: 215px; }.kt-sc39_25dbc2-a7 .kt-split-content-img { max-height: 215px; }.kt-sc39_25dbc2-a7 .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px 0px; }.kt-sc39_ba3dbf-25 .kt-sc-imgcol, .kt-sc39_ba3dbf-25 .kt-sc-textcol { min-height: 215px; }.kt-sc39_ba3dbf-25 .kt-split-content-img { max-height: 215px; }.kt-sc39_ba3dbf-25 .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px -5px; }.kt-sc39_fa162f-df .kt-sc-imgcol, .kt-sc39_fa162f-df .kt-sc-textcol { min-height: 215px; }.kt-sc39_fa162f-df .kt-split-content-img { max-height: 215px; }.kt-sc39_fa162f-df .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px 10px; }.kt-sc39_0eea83-85 .kt-sc-imgcol, .kt-sc39_0eea83-85 .kt-sc-textcol { min-height: 215px; }.kt-sc39_0eea83-85 .kt-split-content-img { max-height: 215px; }.kt-sc39_0eea83-85 .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px 10px; }.kt-sc39_3fd0a7-6c .kt-sc-imgcol, .kt-sc39_3fd0a7-6c .kt-sc-textcol { min-height: 215px; }.kt-sc39_3fd0a7-6c .kt-split-content-img { max-height: 215px; }.kt-sc39_3fd0a7-6c .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px 0px; }.kt-sc39_05afed-16 .kt-sc-imgcol, .kt-sc39_05afed-16 .kt-sc-textcol { min-height: 215px; }.kt-sc39_05afed-16 .kt-split-content-img { max-height: 215px; }.kt-sc39_05afed-16 .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px 0px; }.kt-sc39_b1d790-00 .kt-sc-imgcol, .kt-sc39_b1d790-00 .kt-sc-textcol { min-height: 215px; }.kt-sc39_b1d790-00 .kt-split-content-img { max-height: 215px; }.kt-sc39_b1d790-00 .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px 0px; }.kt-sc39_088398-34 .kt-sc-imgcol, .kt-sc39_088398-34 .kt-sc-textcol { min-height: 215px; }.kt-sc39_088398-34 .kt-split-content-img { max-height: 215px; }.kt-sc39_088398-34 .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px 0px; }.kt-sc39_0c243a-f2 .kt-sc-imgcol, .kt-sc39_0c243a-f2 .kt-sc-textcol { min-height: 215px; }.kt-sc39_0c243a-f2 .kt-split-content-img { max-height: 215px; }.kt-sc39_0c243a-f2 .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px -10px; }.kt-sc39_1281f8-7b .kt-sc-imgcol, .kt-sc39_1281f8-7b .kt-sc-textcol { min-height: 215px; }.kt-sc39_1281f8-7b .kt-split-content-img { max-height: 215px; }.kt-sc39_1281f8-7b .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px 0px; }.kt-sc39_c99f70-99 .kt-sc-imgcol, .kt-sc39_c99f70-99 .kt-sc-textcol { min-height: 215px; }.kt-sc39_c99f70-99 .kt-split-content-img { max-height: 215px; }.kt-sc39_c99f70-99 .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px 0px; }.kt-sc39_93e714-45 .kt-sc-imgcol, .kt-sc39_93e714-45 .kt-sc-textcol { min-height: 215px; }.kt-sc39_93e714-45 .kt-split-content-img { max-height: 215px; }.kt-sc39_93e714-45 .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px 20px; }.kt-sc39_c4cc39-04 .kt-sc-imgcol, .kt-sc39_c4cc39-04 .kt-sc-textcol { min-height: 215px; }.kt-sc39_c4cc39-04 .kt-split-content-img { max-height: 215px; }.kt-sc39_c4cc39-04 .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px 15px; }.kt-sc39_938418-6c .kt-sc-imgcol, .kt-sc39_938418-6c .kt-sc-textcol { min-height: 215px; }.kt-sc39_938418-6c .kt-split-content-img { max-height: 215px; }.kt-sc39_938418-6c .kt-sc-textcol { padding: 0px; margin: 0px 35px 0px 10px; }.kt-sc39_c4ecc1-9b .kt-sc-imgcol, .kt-sc39_c4ecc1-9b .kt-sc-textcol { min-height: 215px; }.kt-sc39_c4ecc1-9b .kt-split-content-img { max-height: 215px; }.kt-sc39_c4ecc1-9b .kt-sc-textcol { padding: 0px; margin: 0px 30px 0px 20px; }.kt-sc39_ccf7a0-1e .kt-sc-imgcol, .kt-sc39_ccf7a0-1e .kt-sc-textcol { min-height: 215px; }.kt-sc39_ccf7a0-1e .kt-split-content-img { max-height: 215px; }.kt-sc39_ccf7a0-1e .kt-sc-textcol { padding: 0px; margin: 0px 35px 0px 10px; }@font-face { font-family: Overpass; font-style: normal; font-weight: 400; font-display: swap; src: url(https://www.immer-bio.de/wp-content/fonts/overpass/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPbM5qKhcc.woff2) format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }@font-face { font-family: Overpass; font-style: normal; font-weight: 400; font-display: swap; src: url(https://www.immer-bio.de/wp-content/fonts/overpass/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPbOpqKhcc.woff2) format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; }@font-face { font-family: Overpass; font-style: normal; font-weight: 400; font-display: swap; src: url(https://www.immer-bio.de/wp-content/fonts/overpass/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPbMZqKhcc.woff2) format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+1EA0-1EF9, U+20AB; }@font-face { font-family: Overpass; font-style: normal; font-weight: 400; font-display: swap; src: url(https://www.immer-bio.de/wp-content/fonts/overpass/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPbMJqKhcc.woff2) format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }@font-face { font-family: Overpass; font-style: normal; font-weight: 400; font-display: swap; src: url(https://www.immer-bio.de/wp-content/fonts/overpass/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPbPpqK.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Overpass; font-style: normal; font-weight: 600; font-display: swap; src: url(https://www.immer-bio.de/wp-content/fonts/overpass/qFda35WCmI96Ajtm83upeyoaX6QPnlo6IvTbM5qKhcc.woff2) format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }@font-face { font-family: Overpass; font-style: normal; font-weight: 600; font-display: swap; src: url(https://www.immer-bio.de/wp-content/fonts/overpass/qFda35WCmI96Ajtm83upeyoaX6QPnlo6IvTbOpqKhcc.woff2) format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; }@font-face { font-family: Overpass; font-style: normal; font-weight: 600; font-display: swap; src: url(https://www.immer-bio.de/wp-content/fonts/overpass/qFda35WCmI96Ajtm83upeyoaX6QPnlo6IvTbMZqKhcc.woff2) format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+1EA0-1EF9, U+20AB; }@font-face { font-family: Overpass; font-style: normal; font-weight: 600; font-display: swap; src: url(https://www.immer-bio.de/wp-content/fonts/overpass/qFda35WCmI96Ajtm83upeyoaX6QPnlo6IvTbMJqKhcc.woff2) format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }@font-face { font-family: Overpass; font-style: normal; font-weight: 600; font-display: swap; src: url(https://www.immer-bio.de/wp-content/fonts/overpass/qFda35WCmI96Ajtm83upeyoaX6QPnlo6IvTbPpqK.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Overpass; font-style: normal; font-weight: 700; font-display: swap; src: url(https://www.immer-bio.de/wp-content/fonts/overpass/qFda35WCmI96Ajtm83upeyoaX6QPnlo6G_TbM5qKhcc.woff2) format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }@font-face { font-family: Overpass; font-style: normal; font-weight: 700; font-display: swap; src: url(https://www.immer-bio.de/wp-content/fonts/overpass/qFda35WCmI96Ajtm83upeyoaX6QPnlo6G_TbOpqKhcc.woff2) format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; }@font-face { font-family: Overpass; font-style: normal; font-weight: 700; font-display: swap; src: url(https://www.immer-bio.de/wp-content/fonts/overpass/qFda35WCmI96Ajtm83upeyoaX6QPnlo6G_TbMZqKhcc.woff2) format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+1EA0-1EF9, U+20AB; }@font-face { font-family: Overpass; font-style: normal; font-weight: 700; font-display: swap; src: url(https://www.immer-bio.de/wp-content/fonts/overpass/qFda35WCmI96Ajtm83upeyoaX6QPnlo6G_TbMJqKhcc.woff2) format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }@font-face { font-family: Overpass; font-style: normal; font-weight: 700; font-display: swap; src: url(https://www.immer-bio.de/wp-content/fonts/overpass/qFda35WCmI96Ajtm83upeyoaX6QPnlo6G_TbPpqK.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }#footable_51 { font-family: inherit; font-size: 14px; }#footable_58 { font-family: inherit; font-size: 14px; }#footable_58.ninja_stacked_table > tbody, #footable_58.ninja_stacked_table { background: transparent !important; }#footable_74 { font-family: inherit; font-size: 14px; }#footable_74.ninja_stacked_table > tbody, #footable_74.ninja_stacked_table { background: transparent !important; }#footable_75 { font-family: inherit; font-size: 14px; }#footable_75.ninja_stacked_table > tbody, #footable_75.ninja_stacked_table { background: transparent !important; }#footable_76 { font-family: inherit; font-size: 14px; }#footable_76.ninja_stacked_table > tbody, #footable_76.ninja_stacked_table { background: transparent !important; }#footable_92 { font-family: inherit; font-size: 14px; }#footable_92.ninja_stacked_table > tbody, #footable_92.ninja_stacked_table { background: transparent !important; }#footable_94 { font-family: inherit; font-size: 14px; }#footable_94.ninja_stacked_table > tbody, #footable_94.ninja_stacked_table { background: transparent !important; }#footable_109 { font-family: inherit; font-size: 14px; }#footable_109.ninja_stacked_table > tbody, #footable_109.ninja_stacked_table { background: transparent !important; }#footable_110 { font-family: inherit; font-size: 14px; }#footable_111 { font-family: inherit; font-size: 14px; }#footable_111.ninja_stacked_table > tbody, #footable_111.ninja_stacked_table { background: transparent !important; }#footable_112 { font-family: inherit; font-size: 14px; }#footable_112.ninja_stacked_table > tbody, #footable_112.ninja_stacked_table { background: transparent !important; }#footable_114 { font-family: inherit; font-size: 14px; }#footable_114.ninja_stacked_table > tbody, #footable_114.ninja_stacked_table { background: transparent !important; }#footable_113 { font-family: inherit; font-size: 14px; }#footable_118 { font-family: inherit; font-size: 14px; }#footable_118.ninja_stacked_table > tbody, #footable_118.ninja_stacked_table { background: transparent !important; }#footable_119 { font-family: inherit; font-size: 14px; }#footable_119.ninja_stacked_table > tbody, #footable_119.ninja_stacked_table { background: transparent !important; }#footable_120 { font-family: inherit; font-size: 14px; }#footable_120.ninja_stacked_table > tbody, #footable_120.ninja_stacked_table { background: transparent !important; }#footable_915 { font-family: inherit; font-size: 14px; }#footable_915.ninja_stacked_table > tbody, #footable_915.ninja_stacked_table { background: transparent !important; }#footable_127 { font-family: inherit; font-size: 14px; }#footable_127.ninja_stacked_table > tbody, #footable_127.ninja_stacked_table { background: transparent !important; }#footable_128 { font-family: inherit; font-size: 14px; }#footable_129 { font-family: inherit; font-size: 14px; }#footable_924 { font-family: inherit; font-size: 14px; }#footable_130 { font-family: inherit; font-size: 14px; }.lity-hide { display: none; }.site-branding { max-height: inherit; }.site-branding a.brand { display: flex; gap: 1em; flex-direction: row; align-items: center; text-decoration: none; color: inherit; max-height: inherit; }.site-branding a.brand img { display: block; }.header-navigation-style-underline-fullheight, .header-navigation-style-fullheight { height: 100%; align-items: center; }.header-navigation-style-underline-fullheight .header-menu-container, .header-navigation-style-fullheight .header-menu-container { height: 100%; align-items: center; }.header-navigation-style-underline-fullheight .header-menu-container > ul, .header-navigation-style-fullheight .header-menu-container > ul { height: 100%; align-items: center; }.header-navigation-style-underline-fullheight .header-menu-container > ul > li, .header-navigation-style-fullheight .header-menu-container > ul > li { display: flex; height: 100%; align-items: center; }.header-navigation-style-underline-fullheight .header-menu-container > ul > li > a, .header-navigation-style-fullheight .header-menu-container > ul > li > a { display: flex; height: 100%; align-items: center; }.header-navigation, .header-menu-container { display: flex; }.header-navigation li.menu-item > a { display: block; width: 100%; text-decoration: none; color: var(--global-palette4); transition: 0.2s ease-in-out; transform: translate3d(0px, 0px, 0px); }.header-navigation li.menu-item > a:hover, .header-navigation li.menu-item > a:focus { color: var(--global-palette-highlight); }.header-navigation ul li.menu-item > a { padding: 0.6em 0.5em; }.header-navigation .menu { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; list-style: none; margin: 0px; padding: 0px; }.menu-toggle-open { display: flex; background: rgba(0, 0, 0, 0); align-items: center; box-shadow: none; }.menu-toggle-open .menu-toggle-label { padding-right: 5px; }.menu-toggle-open .menu-toggle-icon { display: flex; }.menu-toggle-open:hover, .menu-toggle-open:focus { border-color: currentcolor; background: rgba(0, 0, 0, 0); box-shadow: none; }.menu-toggle-open.menu-toggle-style-default { border: 0px; }.wp-site-blocks .menu-toggle-open { box-shadow: none; }.mobile-navigation { width: 100%; }.mobile-navigation a { display: block; width: 100%; text-decoration: none; padding: 0.6em 0.5em; }.mobile-navigation ul { display: block; list-style: none; margin: 0px; padding: 0px; }.popup-drawer { position: fixed; display: none; inset: 0px 99999rem 0px -99999rem; transition:opacity, left, right 0.25s, 0s, 0s ease-in, ease, ease; z-index: 100000; }.popup-drawer .drawer-overlay { background-color: rgba(0, 0, 0, 0.4); position: fixed; inset: 0px; opacity: 0; transition:opacity 0.2s ease-in-out; }.popup-drawer .drawer-inner { width: 100%; transform: translateX(100%); max-width: 90%; right: 0px; top: 0px; overflow: auto; background: #090c10; color: #ffffff; bottom: 0px; opacity: 0; position: fixed; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2rem 0px; display: flex; flex-direction: column; transition:transform, opacity 0.3s, 0.25s cubic-bezier(0.77, 0.2, 0.05, 1), cubic-bezier(0.77, 0.2, 0.05, 1); }.popup-drawer .drawer-header { padding: 0px 1.5em; display: flex; justify-content: flex-end; min-height: calc(1.2em + 24px); }.popup-drawer .drawer-header .drawer-toggle { background: rgba(0, 0, 0, 0); border: 0px; font-size: 24px; line-height: 1; padding: 0.6em 0.15em; color: inherit; display: flex; box-shadow: none; border-radius: 0px; }.popup-drawer .drawer-header .drawer-toggle:hover { box-shadow: none; }.popup-drawer .drawer-content { padding: 0px 1.5em 1.5em; }.popup-drawer .drawer-header .drawer-toggle { width: 1em; position: relative; height: 1em; box-sizing: content-box; font-size: 24px; }.drawer-toggle .toggle-close-bar { width: 0.75em; height: 0.08em; background: currentcolor; transform-origin: center center; position: absolute; margin-top: -0.04em; opacity: 0; border-radius: 0.08em; left: 50%; margin-left: -0.375em; top: 50%; transform: rotate(45deg) translateX(-50%); transition:transform, opacity 0.3s, 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), cubic-bezier(0.77, 0.2, 0.05, 1); }.drawer-toggle .toggle-close-bar:last-child { transform: rotate(-45deg) translateX(50%); }#main-header { display: none; }#masthead { position: relative; z-index: 11; }@media screen and (min-width: 1025px){#main-header { display: block; }#mobile-header { display: none; }}.site-header-row { display: grid; grid-template-columns: auto auto; }.site-header-row.site-header-row-center-column { grid-template-columns: 1fr auto 1fr; }.site-header-row.site-header-row-only-center-column { display: flex; justify-content: center; }.site-header-row.site-header-row-only-center-column .site-header-section-center { flex-grow: 1; }.site-header-section { display: flex; max-height: inherit; }.site-header-item { display: flex; align-items: center; margin-right: 10px; max-height: inherit; }.site-header-section > .site-header-item:last-child { margin-right: 0px; }.drawer-content .site-header-item { margin-right: 0px; margin-bottom: 10px; }.drawer-content .site-header-item:last-child { margin-bottom: 0px; }.site-header-section-right { justify-content: flex-end; }.site-header-section-center { justify-content: center; }.kadence-sticky-header { position: relative; z-index: 1; }#mobile-drawer { z-index: 99999; }.widget-area ul { padding-left: 0.5em; }.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) { color: var(--global-palette3); text-decoration: none; }.entry { box-shadow: rgba(0, 0, 0, 0.05) 0px 15px 25px -10px; border-radius: 0.25rem; }.content-wrap { position: relative; }.site-main { min-width: 0px; }.single-content { margin: var(--global-md-spacing) 0 0; }.single-content address, .single-content figure, .single-content hr, .single-content p, .single-content table, .single-content pre, .single-content form, .single-content .wp-block-buttons, .single-content .wp-block-button, .single-content .wc-block-grid, .single-content .wp-block-kadence-advancedbtn, .single-content .wp-block-media-text, .single-content .wp-block-cover, .single-content .entry-content-asset, .single-content .wp-block-kadence-form, .single-content .wp-block-group, .single-content .wp-block-yoast-faq-block, .single-content .wp-block-yoast-how-to-block, .single-content .schema-faq-section, .single-content .wp-block-kadence-tableofcontents, .single-content .enlighter-default, .single-content .wp-block-kadence-iconlist, .single-content [class*="__inner-content"] { margin-top: 0px; margin-bottom: var(--global-md-spacing); }.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 { margin: 1.5em 0px 0.5em; }.single-content h1:first-child, .single-content h2:first-child, .single-content h3:first-child, .single-content h4:first-child, .single-content h5:first-child, .single-content h6:first-child { margin-top: 0px; }.single-content h1 + *, .single-content h2 + *, .single-content h3 + *, .single-content h4 + *, .single-content h5 + *, .single-content h6 + * { margin-top: 0px; }.single-content address:last-child, .single-content figure:last-child, .single-content hr:last-child, .single-content p:last-child, .single-content table:last-child, .single-content pre:last-child, .single-content form:last-child, .single-content .wp-block-buttons:last-child, .single-content .wp-block-button:last-child, .single-content .wp-block-kadence-advancedbtn:last-child, .single-content .wp-block-media-text:last-child, .single-content .wp-block-cover:last-child, .single-content .entry-content-asset:last-child, .single-content .wp-block-kadence-form:last-child, .single-content .wp-block-group:last-child, .single-content .wp-block-yoast-faq-block:last-child, .single-content .wp-block-yoast-how-to-block:last-child, .single-content .schema-faq-section:last-child, .single-content .wp-block-kadence-tableofcontents:last-child, .single-content .enlighter-default:last-child, .single-content .wp-block-kadence-iconlist:last-child, .single-content h1:last-child, .single-content h2:last-child, .single-content h3:last-child, .single-content h4:last-child, .single-content h5:last-child, .single-content h6:last-child, .single-content ul:last-child, .single-content ol:last-child { margin-bottom: 0px; }.entry-content::after { display: table; clear: both; content: ""; }.title-align-center { text-align: center; }.entry-header { margin-bottom: 1em; }.entry-title { overflow-wrap: break-word; }.site-footer-row { display: grid; grid-template-columns: repeat(2, minmax(0px, 1fr)); }.site-footer-row.site-footer-row-columns-1 { display: flex; justify-content: center; }.site-footer-row.site-footer-row-columns-1 .site-footer-section { flex: 1 1 0%; text-align: center; min-width: 0px; }.site-footer-section { display: flex; max-height: inherit; }.footer-widget-area { flex: 1 1 0%; min-width: 0px; display: flex; }.footer-widget-area > * { flex: 1 1 0%; min-width: 0px; }.footer-widget-area.content-align-center { text-align: center; }.footer-widget-area.content-align-center .footer-navigation { justify-content: center; }.footer-navigation, .footer-menu-container { display: flex; }.footer-navigation a { display: block; width: 100%; text-decoration: none; color: var(--global-palette4); transition: 0.2s ease-in-out; }.footer-navigation a:hover, .footer-navigation a:focus { color: var(--global-palette-highlight); }.footer-navigation ul { display: block; list-style: none; margin: 0px; padding: 0px; }.footer-navigation ul li a { padding: 0.6em 0.5em; }.footer-navigation .menu { display: flex; flex-wrap: wrap; justify-content: center; }.site-footer-wrap .footer-navigation .footer-menu-container > ul li a:hover { text-decoration: none; }.site-footer-wrap .ft-ro-lstyle-noline a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) { text-decoration: none; }.site-footer-section { position: relative; }.footer-html { margin: 1em 0px; }.footer-html p:last-child { margin-bottom: 0px; }.footer-html p:first-child { margin-top: 0px; }form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) { background-color: #409eff; color: #ffffff; }.fluentform_wrapper_1.ffs_custom_wrap { }.fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--label label { color: #423d33; }.fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--content input, .fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--content .ff-el-form-control.ff_stripe_card_element, .fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--content textarea, .fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--content select, .fluentform_wrapper_1.ffs_custom_wrap .choices__list--single, .fluentform_wrapper_1.ffs_custom_wrap .choices[data-type*="select-multiple"] { background-color: #f5f9f2; color: #423d33; font-size: 15px; border-style: solid; border-color: #69a94f; border-width: 1px; }.fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--content input:focus, .fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--content .ff-el-form-control.ff_stripe_card_element:focus, .fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--content textarea:focus, .fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--content select:focus { background-color: #ffffff; color: #4f6f41; border-style: solid; border-color: #4f6f41; border-width: 1px; }.fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--content input::placeholder, .fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--content textarea::placeholder { color: #625d52; }.fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--content input::placeholder, .fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--content textarea::placeholder { font-size: 15px; }.fluentform_wrapper_1.ffs_custom_wrap .ff_submit_btn_wrapper .ff-btn-submit:not(.ff_btn_no_style) { background-color: #69a94f; color: #ffffff; padding: 12px 18px; }body.swift-nojs [data-s3cid="66"]{min-width:172.734375px;}body.swift-nojs [data-s3cid="67"]{min-width:172.734375px;}body.swift-nojs [data-s3cid="68"]{min-width:172.734375px;}body.swift-nojs [data-s3cid="76"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="77"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="78"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="86"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="87"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="88"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="98"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="99"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="100"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="108"]{min-width:172.734375px;}body.swift-nojs [data-s3cid="109"]{min-width:172.734375px;}body.swift-nojs [data-s3cid="110"]{min-width:172.734375px;}body.swift-nojs [data-s3cid="118"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="119"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="120"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="132"]{min-width:166px;}body.swift-nojs [data-s3cid="133"]{min-width:166px;}body.swift-nojs [data-s3cid="134"]{min-width:166px;}body.swift-nojs [data-s3cid="152"]{min-width:166px;}body.swift-nojs [data-s3cid="153"]{min-width:166px;}body.swift-nojs [data-s3cid="154"]{min-width:166px;}body.swift-nojs [data-s3cid="162"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="163"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="164"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="174"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="175"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="176"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="194"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="195"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="196"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="204"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="205"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="206"]{min-width:165.234375px;}body.swift-nojs [data-s3cid="216"]{min-width:172.734375px;}body.swift-nojs [data-s3cid="217"]{min-width:172.734375px;}body.swift-nojs [data-s3cid="218"]{min-width:172.734375px;}body.swift-nojs [data-s3cid="226"]{min-width:166px;}body.swift-nojs [data-s3cid="227"]{min-width:166px;}body.swift-nojs [data-s3cid="228"]{min-width:166px;}body.swift-nojs [data-s3cid="243"]{max-height:63px;}body.swift-nojs [data-s3cid="244"]{max-height:63px;}html{opacity:1}}