@keyframes slide-horizontal-new { 
  0% { transform: translate(100%); }
}
@keyframes slide-horizontal-old { 
  80% { opacity: 1; }
  100% { opacity: 0; transform: translate(-100%); }
}
@keyframes slide-vertical-new { 
  0% { transform: translateY(-100%); }
}
@keyframes slide-vertical-old { 
  80% { opacity: 1; }
  100% { opacity: 0; transform: translateY(100%); }
}
@keyframes out-in-new { 
  0% { opacity: 0; }
}
@keyframes out-in-old { 
  100% { opacity: 0; }
}
:root:active-view-transition { view-transition-name: none; }
:root:active-view-transition::view-transition-group(*) { animation: auto ease 0s 1 normal none running none; }
:root:active-view-transition::view-transition-old(*) { animation: auto ease 0s 1 normal none running none; }
:root:active-view-transition::view-transition-new(*) { animation: auto ease 0s 1 normal none running none; }
:root::view-transition { pointer-events: none; }
:root:active-view-transition #SITE_HEADER { view-transition-name: header-group; }
:root:active-view-transition #WIX_ADS { view-transition-name: wix-ads-group; }
:root:active-view-transition #SITE_FOOTER { view-transition-name: footer-group; }
:root:active-view-transition #BACKGROUND_GROUP_TRANSITION_GROUP > div { view-transition-name: background-group; }
:root:active-view-transition::view-transition-group(page-group) { pointer-events: all; cursor: wait; animation-timing-function: revert; animation-delay: revert; animation-iteration-count: revert; animation-direction: revert; animation-fill-mode: revert; animation-play-state: revert; animation-name: revert; animation-timeline: revert; animation-range: revert; animation-duration: 0.6s; }
:root:active-view-transition::view-transition-old(page-group) { pointer-events: all; cursor: wait; animation-timing-function: revert; animation-delay: revert; animation-iteration-count: revert; animation-direction: revert; animation-fill-mode: revert; animation-play-state: revert; animation-name: revert; animation-timeline: revert; animation-range: revert; animation-duration: 0.6s; }
:root:active-view-transition::view-transition-new(page-group) { pointer-events: all; cursor: wait; animation-timing-function: revert; animation-delay: revert; animation-iteration-count: revert; animation-direction: revert; animation-fill-mode: revert; animation-play-state: revert; animation-name: revert; animation-timeline: revert; animation-range: revert; animation-duration: 0.6s; }
:root:active-view-transition-type(SlideHorizontal)::view-transition-old(page-group) { mix-blend-mode: normal; animation: 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s 1 normal forwards running slide-horizontal-old; }
:root:active-view-transition-type(SlideHorizontal)::view-transition-new(page-group) { mix-blend-mode: normal; animation: 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s 1 normal backwards running slide-horizontal-new; }
:root:active-view-transition-type(SlideVertical)::view-transition-old(page-group) { mix-blend-mode: normal; animation: 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s 1 normal forwards running slide-vertical-old; }
:root:active-view-transition-type(SlideVertical)::view-transition-new(page-group) { mix-blend-mode: normal; animation: 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s 1 normal backwards running slide-vertical-new; }
:root:active-view-transition-type(OutIn)::view-transition-old(page-group) { animation: 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0s 1 normal forwards running out-in-old; }
:root:active-view-transition-type(OutIn)::view-transition-new(page-group) { animation: 0.35s cubic-bezier(0.64, 0, 0.78, 0) 0.35s 1 normal backwards running out-in-new; }
@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*) { animation: auto ease 0s 1 normal none running none !important; }
  ::view-transition-old(*) { animation: auto ease 0s 1 normal none running none !important; }
  ::view-transition-new(*) { animation: auto ease 0s 1 normal none running none !important; }
}
html, body { vertical-align: baseline; background: 0px 0px; border: 0px; outline: 0px; margin: 0px; padding: 0px; }
body { --scrollbar-width: 0px; text-size-adjust: 100%; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
html, body { height: 100%; }
body { overflow: auto scroll; }
body:not(.responsive) #site-root { width: 100%; min-width: var(--site-width); }
body:not([data-js-loaded]) [data-hide-prejs] { visibility: hidden; }
interact-element { display: contents; }
#SITE_CONTAINER { position: relative; }
:root { --one-unit: 1vw; --section-max-width: 9999px; --spx-stopper-max: 9999px; --spx-stopper-min: 0px; --browser-zoom: 1; }
@supports ((-webkit-appearance:none)) and (stroke-color:transparent) {
  :root { --safari-sticky-fix: opacity; --experimental-safari-sticky-fix: translateZ(0); }
}
@supports (container-type:inline-size) {
  :root { --one-unit: 1cqw; }
}
[id^="oldHoverBox-"] { mix-blend-mode: plus-lighter; transition: opacity 0.5s, visibility 0.5s; }
[data-mesh-id$="inlineContent-gridContainer"]:has(> [id^="oldHoverBox-"]) { isolation: isolate; }
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, nav, button, section, header, footer, title { vertical-align: baseline; background: 0px 0px; border: 0px; outline: 0px; margin: 0px; padding: 0px; }
textarea, input, select { box-sizing: border-box; font-family: Helvetica, Arial, sans-serif; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0px; }
a { cursor: pointer; text-decoration: none; }
.testStyles { overflow-y: hidden; }
.reset-button { color: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; appearance: none; user-select: none; background: 0px 0px; border: 0px; outline: 0px; padding: 0px; line-height: normal; overflow: visible; }
:focus { outline: none; }
body.device-mobile-optimized:not(.disable-site-overflow) { overflow: hidden scroll; }
body.device-mobile-optimized:not(.responsive) #SITE_CONTAINER { width: 320px; margin-left: auto; margin-right: auto; position: relative; overflow-x: visible; }
body.device-mobile-optimized:not(.responsive):not(.blockSiteScrolling) #SITE_CONTAINER { margin-top: 0px; }
body.device-mobile-optimized > * { max-width: 100% !important; }
body.device-mobile-optimized #site-root { overflow: hidden; }
@supports (overflow:clip) {
  body.device-mobile-optimized #site-root { overflow: clip; }
}
body.device-mobile-non-optimized #SITE_CONTAINER #site-root { overflow: clip; }
body.device-mobile-non-optimized.fullScreenMode { background-color: rgb(95, 99, 96); }
body.device-mobile-non-optimized.fullScreenMode #site-root, body.device-mobile-non-optimized.fullScreenMode #SITE_BACKGROUND, body.device-mobile-non-optimized.fullScreenMode #MOBILE_ACTIONS_MENU, body.fullScreenMode #WIX_ADS { visibility: hidden; }
body.fullScreenMode { overflow: hidden !important; }
body.fullScreenMode.device-mobile-optimized #TINY_MENU { opacity: 0; pointer-events: none; }
body.fullScreenMode-scrollable.device-mobile-optimized { overflow: hidden auto !important; }
body.fullScreenMode-scrollable.device-mobile-optimized #site-root, body.fullScreenMode-scrollable.device-mobile-optimized #masterPage { overflow: hidden !important; }
body.fullScreenMode-scrollable.device-mobile-optimized #masterPage, body.fullScreenMode-scrollable.device-mobile-optimized #SITE_BACKGROUND { height: auto !important; }
body.fullScreenMode-scrollable.device-mobile-optimized #masterPage.mesh-layout { height: 0px !important; }
body.blockSiteScrolling, body.siteScrollingBlocked { width: 100%; position: fixed; }
body.siteScrollingBlockedIOSFix { overflow: hidden !important; }
body.blockSiteScrolling #SITE_CONTAINER { margin-top: calc(var(--blocked-site-scroll-margin-top)*-1); }
#site-root { top: var(--wix-ads-height); min-height: 100%; margin: 0px auto; position: relative; }
#site-root img:not([src]) { visibility: hidden; }
#site-root svg img:not([src]) { visibility: visible; }
.auto-generated-link { color: inherit; }
#SCROLL_TO_TOP, #SCROLL_TO_BOTTOM { height: 0px; }
.has-click-trigger { cursor: pointer; }
.fullScreenOverlay { z-index: 1005; justify-content: center; display: flex; position: fixed; inset: -60px 0px 0px; overflow-y: hidden; }
.fullScreenOverlay > .fullScreenOverlayContent { margin: 0px auto; position: absolute; inset: 60px 0px 0px; overflow: hidden; transform: translateZ(0px); }
[data-mesh-id$="inlineContent"], [data-mesh-id$="centeredContent"], [data-mesh-id$="form"] { pointer-events: none; position: relative; }
[data-mesh-id$="-gridWrapper"], [data-mesh-id$="-rotated-wrapper"] { pointer-events: none; }
[data-mesh-id$="-gridContainer"] > *, [data-mesh-id$="-rotated-wrapper"] > *, [data-mesh-id$="inlineContent"] > :not([data-mesh-id$="-gridContainer"]) { pointer-events: auto; }
.device-mobile-optimized #masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID { grid-area: 2 / 1 / 3 / 2; position: relative; }
#masterPage.mesh-layout { grid-template-rows: max-content max-content min-content max-content; grid-template-columns: 100%; justify-content: stretch; align-items: start; display: grid; }
#masterPage.mesh-layout #SITE_HEADER_WRAPPER, #masterPage.mesh-layout #SITE_HEADER-placeholder, #masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID[data-state~="mobileView"], #masterPage.mesh-layout #PAGES_CONTAINER, #masterPage.mesh-layout #soapBeforePagesContainer, #masterPage.mesh-layout #soapAfterPagesContainer, #masterPage.mesh-layout #SITE_FOOTER_WRAPPER, #masterPage.mesh-layout #SITE_FOOTER-placeholder { }
#masterPage.mesh-layout #SITE_HEADER_WRAPPER, #masterPage.mesh-layout #SITE_HEADER-placeholder { grid-area: 1 / 1 / 2 / 2; }
#masterPage.mesh-layout #PAGES_CONTAINER, #masterPage.mesh-layout #soapBeforePagesContainer, #masterPage.mesh-layout #soapAfterPagesContainer { grid-area: 3 / 1 / 4 / 2; }
#masterPage.mesh-layout #soapBeforePagesContainer, #masterPage.mesh-layout #soapAfterPagesContainer { width: 100%; }
#masterPage.mesh-layout #PAGES_CONTAINER { align-self: stretch; }
#masterPage.mesh-layout main#PAGES_CONTAINER { display: block; }
#masterPage.mesh-layout #SITE_FOOTER_WRAPPER, #masterPage.mesh-layout #SITE_FOOTER-placeholder { grid-area: 4 / 1 / 5 / 2; }
#masterPage.mesh-layout [data-mesh-id="PAGES_CONTAINERcenteredContent"], #masterPage.mesh-layout [data-mesh-id="PAGES_CONTAINERinlineContent"], #masterPage.mesh-layout #SITE_PAGES { height: 100%; }
#masterPage.mesh-layout.desktop > * { width: 100%; }
#masterPage.mesh-layout #SITE_PAGES, #masterPage.mesh-layout #SITE_HEADER_WRAPPER, #masterPage.mesh-layout #SITE_FOOTER_WRAPPER, #masterPage.mesh-layout #PAGES_CONTAINER, #masterPage.mesh-layout #masterPageinlineContent, #masterPage.mesh-layout #SITE_FOOTER, #masterPage.mesh-layout #SITE_HEADER { position: relative; }
#masterPage.mesh-layout #SITE_HEADER { grid-area: 1 / 1 / 2 / 2; }
#masterPage.mesh-layout #SITE_FOOTER { grid-area: 4 / 1 / 5 / 2; }
#masterPage.mesh-layout.overflow-x-clip #SITE_HEADER, #masterPage.mesh-layout.overflow-x-clip #SITE_FOOTER { overflow-x: clip; }
[data-z-counter] { z-index: 0; }
[data-z-counter="0"] { z-index: auto; }
.wixSiteProperties { -webkit-font-smoothing: antialiased; }
:root { --wst-button-color-fill-primary: rgb(var(--color_48)); --wst-button-color-border-primary: rgb(var(--color_49)); --wst-button-color-text-primary: rgb(var(--color_50)); --wst-button-color-fill-primary-hover: rgb(var(--color_51)); --wst-button-color-border-primary-hover: rgb(var(--color_52)); --wst-button-color-text-primary-hover: rgb(var(--color_53)); --wst-button-color-fill-primary-disabled: rgb(var(--color_54)); --wst-button-color-border-primary-disabled: rgb(var(--color_55)); --wst-button-color-text-primary-disabled: rgb(var(--color_56)); --wst-button-color-fill-secondary: rgb(var(--color_57)); --wst-button-color-border-secondary: rgb(var(--color_58)); --wst-button-color-text-secondary: rgb(var(--color_59)); --wst-button-color-fill-secondary-hover: rgb(var(--color_60)); --wst-button-color-border-secondary-hover: rgb(var(--color_61)); --wst-button-color-text-secondary-hover: rgb(var(--color_62)); --wst-button-color-fill-secondary-disabled: rgb(var(--color_63)); --wst-button-color-border-secondary-disabled: rgb(var(--color_64)); --wst-button-color-text-secondary-disabled: rgb(var(--color_65)); --wst-color-fill-base-1: rgb(var(--color_36)); --wst-color-fill-base-2: rgb(var(--color_37)); --wst-color-fill-base-shade-1: rgb(var(--color_38)); --wst-color-fill-base-shade-2: rgb(var(--color_39)); --wst-color-fill-base-shade-3: rgb(var(--color_40)); --wst-color-fill-accent-1: rgb(var(--color_41)); --wst-color-fill-accent-2: rgb(var(--color_42)); --wst-color-fill-accent-3: rgb(var(--color_43)); --wst-color-fill-accent-4: rgb(var(--color_44)); --wst-color-fill-background-primary: rgb(var(--color_11)); --wst-color-fill-background-secondary: rgb(var(--color_12)); --wst-color-text-primary: rgb(var(--color_15)); --wst-color-text-secondary: rgb(var(--color_14)); --wst-color-action: rgb(var(--color_18)); --wst-color-disabled: rgb(var(--color_39)); --wst-color-title: rgb(var(--color_45)); --wst-color-subtitle: rgb(var(--color_46)); --wst-color-line: rgb(var(--color_47)); --wst-font-style-h2: var(--font_2); --wst-font-style-h3: var(--font_3); --wst-font-style-h4: var(--font_4); --wst-font-style-h5: var(--font_5); --wst-font-style-h6: var(--font_6); --wst-font-style-body-large: var(--font_7); --wst-font-style-body-medium: var(--font_8); --wst-font-style-body-small: var(--font_9); --wst-font-style-body-x-small: var(--font_10); --wst-color-custom-1: rgb(var(--color_13)); --wst-color-custom-2: rgb(var(--color_16)); --wst-color-custom-3: rgb(var(--color_17)); --wst-color-custom-4: rgb(var(--color_19)); --wst-color-custom-5: rgb(var(--color_20)); --wst-color-custom-6: rgb(var(--color_21)); --wst-color-custom-7: rgb(var(--color_22)); --wst-color-custom-8: rgb(var(--color_23)); --wst-color-custom-9: rgb(var(--color_24)); --wst-color-custom-10: rgb(var(--color_25)); --wst-color-custom-11: rgb(var(--color_26)); --wst-color-custom-12: rgb(var(--color_27)); --wst-color-custom-13: rgb(var(--color_28)); --wst-color-custom-14: rgb(var(--color_29)); --wst-color-custom-15: rgb(var(--color_30)); --wst-color-custom-16: rgb(var(--color_31)); --wst-color-custom-17: rgb(var(--color_32)); --wst-color-custom-18: rgb(var(--color_33)); --wst-color-custom-19: rgb(var(--color_34)); --wst-color-custom-20: rgb(var(--color_35)); }
.wix-presets-wrapper { display: contents; }
.builder-root { box-sizing: border-box; }
@media (forced-colors: active) {
  #SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus, #SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus ~ .wixSdkShowFocusOnSibling { outline: canvastext solid 2px; outline-offset: 2px; }
}
.ZhVEJq { touch-action: manipulation; }
.twJknM { text-align: initial; box-sizing: border-box; align-items: center; justify-content: var(--label-align); width: max-content; min-width: 100%; display: flex; }
@media (forced-colors: active) {
  .twJknM { outline-offset: 0px; outline: buttontext solid 2px; }
  .twJknM:hover { outline-offset: 1px; outline: highlight solid 3px; }
  .twJknM:focus, .twJknM:focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
  [aria-disabled="true"] .twJknM { outline: none; }
}
.twJknM::before { content: ""; max-width: var(--margin-start,0px); flex-grow: 1; align-self: stretch; }
.twJknM::after { content: ""; max-width: var(--margin-end,0px); flex-grow: 1; align-self: stretch; }
.mu5PoX { height: 100%; }
.mu5PoX .twJknM { border-radius: var(--corvid-border-radius,var(--rd,0)); transition: var(--trans1,border-color .4s ease 0s, background-color .4s ease 0s); box-shadow: var(--shd,0 1px 4px #0009); position: absolute; inset: 0px; }
.mu5PoX .twJknM:link, .mu5PoX .twJknM:visited { border-color: rgba(0, 0, 0, 0); }
.mu5PoX .OR4Nv8 { font: var(--fnt,var(--font_5)); transition: var(--trans2,color .4s ease 0s); color: var(--corvid-color,rgb(var(--txt,var(--color_15,color_15)))); white-space: nowrap; margin: 0px; position: relative; }
.mu5PoX[aria-disabled="false"] .twJknM { background-color: var(--corvid-background-color,rgba(var(--bg,var(--color_17,color_17)),var(--alpha-bg,1))); border: solid var(--corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1))) var(--corvid-border-width,var(--brw,0)); cursor: pointer !important; }
body.device-mobile-optimized .mu5PoX[aria-disabled="false"]:active .twJknM, :host(.device-mobile-optimized) .mu5PoX[aria-disabled="false"]:active .twJknM { background-color: var(--corvid-hover-background-color,rgba(var(--bgh,var(--color_18,color_18)),var(--alpha-bgh,1))); border-color: var(--corvid-hover-border-color,rgba(var(--brdh,var(--color_15,color_15)),var(--alpha-brdh,1))); }
body.device-mobile-optimized .mu5PoX[aria-disabled="false"]:active .OR4Nv8, :host(.device-mobile-optimized) .mu5PoX[aria-disabled="false"]:active .OR4Nv8 { color: var(--corvid-hover-color,rgb(var(--txth,var(--color_15,color_15)))); }
body:not(.device-mobile-optimized) .mu5PoX[aria-disabled="false"]:hover .twJknM, :host(:not(.device-mobile-optimized)) .mu5PoX[aria-disabled="false"]:hover .twJknM { background-color: var(--corvid-hover-background-color,rgba(var(--bgh,var(--color_18,color_18)),var(--alpha-bgh,1))); border-color: var(--corvid-hover-border-color,rgba(var(--brdh,var(--color_15,color_15)),var(--alpha-brdh,1))); }
body:not(.device-mobile-optimized) .mu5PoX[aria-disabled="false"]:hover .OR4Nv8, :host(:not(.device-mobile-optimized)) .mu5PoX[aria-disabled="false"]:hover .OR4Nv8 { color: var(--corvid-hover-color,rgb(var(--txth,var(--color_15,color_15)))); }
.mu5PoX[aria-disabled="true"] .twJknM { background-color: var(--corvid-disabled-background-color,rgba(var(--bgd,204,204,204),var(--alpha-bgd,1))); border-color: var(--corvid-disabled-border-color,rgba(var(--brdd,204,204,204),var(--alpha-brdd,1))); border-width: var(--corvid-border-width,var(--brw,0)); border-style: solid; }
.mu5PoX[aria-disabled="true"] .OR4Nv8 { color: var(--corvid-disabled-color,rgb(var(--txtd,255,255,255))); }
.AVxir3 { text-align: initial; box-sizing: border-box; align-items: center; justify-content: var(--label-align); width: max-content; min-width: 100%; display: flex; }
@media (forced-colors: active) {
  .AVxir3 { outline-offset: 0px; outline: buttontext solid 2px; }
  .AVxir3:hover { outline-offset: 1px; outline: highlight solid 3px; }
  .AVxir3:focus, .AVxir3:focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
  [aria-disabled="true"] .AVxir3 { outline: none; }
}
.AVxir3::before { content: ""; max-width: var(--margin-start,0px); flex-grow: 1; align-self: stretch; }
.AVxir3::after { content: ""; max-width: var(--margin-end,0px); flex-grow: 1; align-self: stretch; }
.myoKiH[aria-disabled="false"] .AVxir3 { cursor: pointer; }
body.device-mobile-optimized .myoKiH[aria-disabled="false"]:active .p2iqNU, :host(.device-mobile-optimized) .myoKiH[aria-disabled="false"]:active .p2iqNU, body:not(.device-mobile-optimized) .myoKiH[aria-disabled="false"]:hover .p2iqNU, :host(:not(.device-mobile-optimized)) .myoKiH[aria-disabled="false"]:hover .p2iqNU { color: var(--corvid-hover-color,rgb(var(--txth,var(--color_15,color_15)))); transition: var(--trans,color .4s ease 0s); }
.myoKiH .AVxir3 { position: absolute; inset: 0px; }
.myoKiH .p2iqNU { font: var(--fnt,var(--font_5)); transition: var(--trans,color .4s ease 0s); color: var(--corvid-color,rgb(var(--txt,var(--color_15,color_15)))); white-space: nowrap; }
.myoKiH[aria-disabled="true"] .p2iqNU { color: var(--corvid-disabled-color,rgb(var(--txtd,255,255,255))); }
.Qh0lWW { width: 100%; height: 100%; display: block; }
.Qh0lWW img { max-width: var(--wix-img-max-width,100%); }
.Qh0lWW[data-animate-blur] img { filter: blur(9px); transition: filter 0.8s ease-in; }
.Qh0lWW[data-animate-blur] img[data-load-done] { filter: none; }
.CvsNRY { width: 100%; height: 100%; display: block; }
.zE5OV3 { clip-path: var(--fill-layer-clip); }
.zE5OV3, .gmNqmf { width: 100%; height: 100%; position: absolute; top: 0px; }
.W7Lthg img { width: 100%; height: 100%; }
.cDjjNV { opacity: 0; position: absolute; top: 0px; }
.kHSdIU { width: 0px; height: 0px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.qw7KvJ { position: var(--fill-layer-background-media-position); pointer-events: var(--fill-layer-background-media-pointer-events); width: 100%; height: 100%; top: 0px; left: 0px; }
.JTHMno, ._019NH { width: 100%; height: 100%; top: 0px; }
._019NH { position: absolute; }
.JTHMno { background-color: var(--fill-layer-background-overlay-color); position: var(--fill-layer-background-overlay-position); opacity: var(--fill-layer-background-overlay-blend-opacity-fallback,1); transform: var(--fill-layer-background-overlay-transform); }
@supports (mix-blend-mode:overlay) {
  .JTHMno { mix-blend-mode: var(--fill-layer-background-overlay-blend-mode); opacity: var(--fill-layer-background-overlay-blend-opacity,1); }
}
.ktMZav { width: 100%; height: 100%; mask-image: var(--mask-image,none); mask-position: var(--mask-position,0); mask-size: var(--mask-size,100%); mask-repeat: var(--mask-repeat,no-repeat); pointer-events: var(--fill-layer-background-media-pointer-events); position: absolute; top: 0px; left: 0px; overflow: hidden; }
.ktMZav.msp0lj { clip: rect(0px, auto, auto, 0px); }
.ktMZav .etGVsi { width: 100%; height: 100%; position: absolute; top: 0px; }
.ktMZav .VYAdNl { opacity: var(--fill-layer-image-opacity); height: var(--fill-layer-image-height,100%); }
.ktMZav .VYAdNl img { width: 100%; height: 100%; }
@supports ((-webkit-hyphens:none)) {
  .ktMZav.msp0lj { clip: auto; clip-path: inset(0px); }
}
.etSQ9j { height: 100%; }
.V9k0ll { background-color: var(--bg-overlay-color); background-image: var(--bg-gradient); transition: var(--inherit-transition); }
.qdIYms, .PmotZg { opacity: var(--fill-layer-video-opacity); }
.uKLH8m { width: 100%; height: var(--media-padding-height); top: var(--media-padding-top); bottom: var(--media-padding-bottom); position: absolute; }
.i5THm9 { transform: scale(var(--scale,1)); transition: var(--transform-duration,transform 0s); }
.PmotZg { width: 100%; height: 100%; position: relative; }
.fT5SOY { opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1)); }
.fT5SOY .VYAdNl, .fT5SOY .PmotZg, .fT5SOY .qdIYms { opacity: 1; }
.t7s6hq { --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1)); --divider-pin-layer-height__: var(--divider-layers-pin-factor__); --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1)); width: 100%; height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__)); position: absolute; left: 0px; }
.t7s6hq .uf5cBM { --divider-layer-i__: var(--divider-layer-i,0); width: 100%; height: calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__)); opacity: calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1)); background-repeat: repeat-x; background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom; border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__)); border-bottom-style: solid; position: absolute; left: 0px; }
.JR3YXh { --divider-height__: var(--divider-top-height,auto); --divider-offset-x__: var(--divider-top-offset-x,0px); --divider-layers-size__: var(--divider-top-layers-size,0); --divider-layers-y__: var(--divider-top-layers-y,0px); --divider-layers-x__: var(--divider-top-layers-x,0px); --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor,0); transform: var(--divider-top-flip,scaleY(-1)); opacity: var(--divider-top-opacity,1); border-top: var(--divider-top-padding,0) solid var(--divider-top-color,currentColor); top: 0px; }
.JR3YXh .uf5cBM { border-color: var(--divider-top-color,currentColor); background-image: var(--divider-top-image,none); background-size: var(--divider-top-size,contain); filter: var(--divider-top-filter,none); bottom: 0px; }
.JR3YXh .uf5cBM[data-divider-layer="1"] { display: var(--divider-top-layer-1-display,block); }
.JR3YXh .uf5cBM[data-divider-layer="2"] { display: var(--divider-top-layer-2-display,block); }
.JR3YXh .uf5cBM[data-divider-layer="3"] { display: var(--divider-top-layer-3-display,block); }
.UfnAzj { --divider-height__: var(--divider-bottom-height,auto); --divider-offset-x__: var(--divider-bottom-offset-x,0px); --divider-layers-size__: var(--divider-bottom-layers-size,0); --divider-layers-y__: var(--divider-bottom-layers-y,0px); --divider-layers-x__: var(--divider-bottom-layers-x,0px); --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor,0); transform: var(--divider-bottom-flip,none); opacity: var(--divider-bottom-opacity,1); border-bottom: var(--divider-bottom-padding,0) solid var(--divider-bottom-color,currentColor); bottom: 0px; }
.UfnAzj .uf5cBM { border-color: var(--divider-bottom-color,currentColor); background-image: var(--divider-bottom-image,none); background-size: var(--divider-bottom-size,contain); filter: var(--divider-bottom-filter,none); bottom: 0px; }
.UfnAzj .uf5cBM[data-divider-layer="1"] { display: var(--divider-bottom-layer-1-display,block); }
.UfnAzj .uf5cBM[data-divider-layer="2"] { display: var(--divider-bottom-layer-2-display,block); }
.UfnAzj .uf5cBM[data-divider-layer="3"] { display: var(--divider-bottom-layer-3-display,block); }
body:not(.device-mobile-optimized) .CeUMmm, :host(:not(.device-mobile-optimized)) .CeUMmm { display: flex; }
body:not(.device-mobile-optimized) .Ak0vpt, :host(:not(.device-mobile-optimized)) .Ak0vpt { width: calc(100% - var(--padding)*2); direction: var(--direction); column-gap: var(--margin); margin: 0px auto; display: flex; position: relative; }
body:not(.device-mobile-optimized) .Ak0vpt > *, :host(:not(.device-mobile-optimized)) .Ak0vpt > * { flex: var(--column-flex) 1 0%; min-width: 0px; margin-top: var(--padding); margin-bottom: var(--padding); direction: ltr; position: relative; top: 0px; left: 0px; }
body.device-mobile-optimized .Ak0vpt, :host(.device-mobile-optimized) .Ak0vpt { padding-top: var(--padding-y); padding-bottom: var(--padding-y); padding-left: var(--padding-x,0); padding-right: var(--padding-x,0); display: block; position: relative; }
body.device-mobile-optimized .Ak0vpt > *, :host(.device-mobile-optimized) .Ak0vpt > * { margin-bottom: var(--margin); position: relative; }
.D_Vynv { backface-visibility: hidden; }
.sFiSiq { width: 100%; height: 100%; display: block; }
.aDzdcC { clip-path: var(--fill-layer-clip); }
.aDzdcC, .rv3vOe { width: 100%; height: 100%; position: absolute; top: 0px; }
.dnHU4q img { width: 100%; height: 100%; }
.X9nqm0 { opacity: 0; position: absolute; top: 0px; }
.ZUV7Qj { width: 0px; height: 0px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.UZsu9f { position: var(--fill-layer-background-media-position); pointer-events: var(--fill-layer-background-media-pointer-events); width: 100%; height: 100%; top: 0px; left: 0px; }
.WnIl2C, .OAmk_6 { width: 100%; height: 100%; top: 0px; }
.OAmk_6 { position: absolute; }
.WnIl2C { background-color: var(--fill-layer-background-overlay-color); position: var(--fill-layer-background-overlay-position); opacity: var(--fill-layer-background-overlay-blend-opacity-fallback,1); transform: var(--fill-layer-background-overlay-transform); }
@supports (mix-blend-mode:overlay) {
  .WnIl2C { mix-blend-mode: var(--fill-layer-background-overlay-blend-mode); opacity: var(--fill-layer-background-overlay-blend-opacity,1); }
}
.QG9w8P { width: 100%; height: 100%; mask-image: var(--mask-image,none); mask-position: var(--mask-position,0); mask-size: var(--mask-size,100%); mask-repeat: var(--mask-repeat,no-repeat); pointer-events: var(--fill-layer-background-media-pointer-events); position: absolute; top: 0px; left: 0px; overflow: hidden; }
.QG9w8P.WIIr02 { clip: rect(0px, auto, auto, 0px); }
.QG9w8P .ayCf9D { width: 100%; height: 100%; position: absolute; top: 0px; }
.QG9w8P .fO4mKs { opacity: var(--fill-layer-image-opacity); height: var(--fill-layer-image-height,100%); }
.QG9w8P .fO4mKs img { width: 100%; height: 100%; }
@supports ((-webkit-hyphens:none)) {
  .QG9w8P.WIIr02 { clip: auto; clip-path: inset(0px); }
}
.ROWgFb { height: 100%; }
.LNYVZi { background-color: var(--bg-overlay-color); background-image: var(--bg-gradient); transition: var(--inherit-transition); }
.xSZeaB, .g4gDzl { opacity: var(--fill-layer-video-opacity); }
.Ulxuud { width: 100%; height: var(--media-padding-height); top: var(--media-padding-top); bottom: var(--media-padding-bottom); position: absolute; }
.NgeJ4N { transform: scale(var(--scale,1)); transition: var(--transform-duration,transform 0s); }
.g4gDzl { width: 100%; height: 100%; position: relative; }
wix-media-canvas { height: 100%; display: block; }
.bzwgbw { opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1)); }
.bzwgbw .fO4mKs, .bzwgbw .g4gDzl, .bzwgbw .xSZeaB { opacity: 1; }
.FDI5TK { position: relative; overflow: visible; }
.r6Fuoz { backface-visibility: hidden; }
.CztRwT { cursor: pointer; }
.kBvIHj { width: 100%; position: absolute; inset: 0px; }
.ptcyHf { transition: 0.2s ease-in; transform: translateY(-100%); }
.d3PC2t { transition: 0.2s; }
.xoyXk0 { opacity: 0; transition: 0.2s ease-in; }
.xoyXk0.YFsPrR { pointer-events: none; }
.NF0B4Q { opacity: 1; transition: 0.2s; }
.XgJ1FR { width: 100%; height: auto; position: relative; }
.YmWgf4 { width: 100%; position: relative; }
body:not(.device-mobile-optimized) .H2MmBb, :host(:not(.device-mobile-optimized)) .H2MmBb { margin-left: calc((100% - var(--site-width))/2); width: var(--site-width); }
.CDNoF4[data-focuscycled="active"] { outline: rgba(0, 0, 0, 0) solid 1px; }
.CDNoF4[data-focuscycled="active"]:not(:focus-within) { outline: rgba(0, 0, 0, 0) solid 2px; transition: outline 10ms; }
.CDNoF4 .EaoiSu { box-shadow: var(--shd,0 0 5px #000000b3); background-color: var(--screenwidth-corvid-background-color,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1))); border-top: var(--brwt,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1))); border-bottom: var(--brwb,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1))); position: absolute; inset: 0px; }
.CDNoF4 .CmHRsG { top: var(--brwt,0); right: 0px; bottom: var(--brwb,0); border-radius: var(--rd,0); background-color: rgba(var(--bgctr,var(--color_11,color_11)),var(--alpha-bgctr,1)); position: absolute; left: 0px; }
.CDNoF4 .H2MmBb { position: absolute; inset: 0px; }
body.device-mobile-optimized .CDNoF4 .H2MmBb, :host(.device-mobile-optimized) .CDNoF4 .H2MmBb { left: 10px; right: 10px; }
.wH18kY { pointer-events: none; }
._7xVID { position: var(--bg-position); top: var(--wix-ads-height); min-height: calc(100vh - var(--wix-ads-height)); width: 100%; height: 100%; min-width: var(--site-width); }
.apPOZK { box-sizing: border-box; width: 100%; height: 100%; }
.gRkIq0 { min-height: var(--image-min-height); min-width: var(--image-min-width); }
.gRkIq0 img, img.gRkIq0 { object-position: var(--object-position); filter: var(--filter-effect-svg-url); mask-image: var(--mask-image,none); mask-position: var(--mask-position,0); mask-size: var(--mask-size,100% 100%); mask-repeat: var(--mask-repeat,no-repeat); }
.W4V2qg { position: var(--position-fixed,static); left: var(--left,auto); top: var(--top,auto); z-index: var(--z-index,auto); }
.W4V2qg .gRkIq0 img { user-select: none; position: static; box-shadow: rgb(0, 0, 0) 0px 0px; }
.W4V2qg .apPOZK { display: block; overflow: hidden; }
.W4V2qg .gRkIq0 { overflow: hidden; }
.cs40a3 { cursor: pointer; }
.zfHuGu { width: 0px; height: 0px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.Q2EVO0 { width: 100%; height: 100%; position: relative; overflow: hidden; }
.Q2EVO0.LVl2Ij:hover { cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODM3MEUzMUU4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM3MEUzMUQ4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4bqsJgAAACF0lEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPmgI0F2YdmxXQUhX///sVQqK2tDVL4DFkhF8zK2NjY/4aGhshOOMJAJAB5ZjdAADGQCpiB4Cear3uwKQR74vv372BPLFq0CKZ4GnLcdMGiFtnXmzZtQo0Bdnb2r/b29nBFMIwUjkxghby8vHfFxMQwTMQWp0YggZcvX/5HBpqamhgKQdafAQnq6en9j4+P/4/me150nzsCPfYOKrkWKvYCymcjJozPgqIYIMAYcUjKAnEcELsDbVECOpkNiO8B+buAeCEQ3yUqFllYWNYh+4Obm/u/ubn5f0tLy//QPIqM90ATHVagDHTJH5BCfn7+/xcvXvyPC9y7d+8/KHqghv4FYj0M04BxeAOkQEhI6P+vX79QDECOeBj49+/ffzk5OZih91FyP4gAGiIDooH5hIGVlRUsAXQpGMMAMh+Y1xksLCzg5QxGrAFzwAxY2GzYsIGgC48cOYIclsuwBiIbG9sCmCJFRcX/+/fvxwi/EydOwIoDGH6JLQEiA26ga1egxSY2vAUpkcKKEV5iCwVOIObBU8w8RzLYgYHaAAACg5CxaxSLgwAAAABJRU5ErkJggg=="), auto; }
.Q2EVO0.aAFp_N:hover { cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I4QkNGQTI4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I4QkNGQTE4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hiSPZAAACGklEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPm/EcHUA3TURT+/fsXQ6G2tjZI4TNkhVwwK2NjY/8bGhoiO+EIA5EA5JndAAHEQCpgBoKfaL7uwaYQHLrfv38He2LRokUwxdOQ46YLFrXIYNOmTagxwM7O/tXe3h4sCYs3EEYKRyawQl5e3rtiYmL/sQH0ODUCCbx8+RJFkaamJoZCkPVnQIJ6enr/4+Pj/6P5nhfd545Aj72DSq6Fir2A8tmICeOzoCgGCDBGHJKyQBwHxO5AW5SATmYD4ntA/i4gXgjEd4mKRRYWlnXI/uDm5v5vbm7+39LS8j80jyLjPdBEhxUoA13yB6SQn5///8WLF//jAvfu3fsPih6ooX+BWA/DNGAc3gApEBIS+v/r16//hMC/f//+y8nJwQy9j2wWC4gAGiIDooH5hIGVlRUsAXQpVq98/PgRVBAwWFhYMDx69AhczkBj7RdyFpgBC5sNGzYQdOGRI0eQw3IZVpvZ2NgWwBQpKir+379/P4ZBJ06cgBUHMPwSWwJEBtxA165Ai01seAtSIoUVI7zEFgqcQMyDp5h5jmSwAwO1AQBU5q033XYWQwAAAABJRU5ErkJggg=="), auto; }
.BBRA6T { opacity: 0; pointer-events: none; background-color: rgb(var(--color_11)); border-radius: 50%; width: 40px; height: 40px; position: absolute; bottom: 12px; right: 12px; }
.BBRA6T path { fill: rgb(var(--color_15)); }
.BBRA6T:focus { opacity: 1; pointer-events: auto; cursor: auto; }
.T1Tm87 { opacity: 0; pointer-events: none; cursor: pointer; background-color: rgb(var(--color_11)); border-radius: 300px; width: 40px; height: 40px; margin: 16px; position: absolute; bottom: 0px; right: 0px; }
.T1Tm87 path { fill: rgb(var(--color_12)); }
.T1Tm87:focus { opacity: 1; pointer-events: auto; cursor: auto; }
.Zzikec { position: absolute; inset: 0px; }
.CCuraK { width: 100%; height: auto; position: relative; }
body:not(.responsive) .LDh6XF { grid-area: 1 / 1 / 1 / 1; place-self: start stretch; height: 100%; position: relative; left: 0px; }
body:not(.device-mobile-optimized) .Zzikec, :host(:not(.device-mobile-optimized)) .Zzikec { margin-left: calc((100% - var(--site-width))/2); width: var(--site-width); }
.DAloby .Zzikec { background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1)); overflow: hidden; }
body.device-mobile-optimized .Zzikec, :host(.device-mobile-optimized) .Zzikec { left: 10px; right: 10px; }
.pTvOx2 { position: absolute; inset: 0px; }
.JJb9Mt { width: 100%; height: auto; position: relative; }
body:not(.responsive) .i0StQr { grid-area: 1 / 1 / 1 / 1; place-self: start stretch; height: 100%; position: relative; left: 0px; }
body:not(.device-mobile-optimized) .pTvOx2, :host(:not(.device-mobile-optimized)) .pTvOx2 { margin-left: calc((100% - var(--site-width))/2); width: var(--site-width); }
body.device-mobile-optimized .pTvOx2, :host(.device-mobile-optimized) .pTvOx2 { left: 10px; right: 10px; }
.EtmdIW { cursor: pointer; }
.XWeqiF { opacity: 0; }
.bWoigz { opacity: 1; transition: opacity var(--transition-duration) cubic-bezier(.37, 0, .63, 1); }
.HTrn1j { opacity: 1; }
.sAGPNe { opacity: 0; transition: opacity var(--transition-duration) cubic-bezier(.37, 0, .63, 1); }
.cCFKrw { opacity: 0; }
.yifJnQ { opacity: 1; transition: opacity var(--transition-duration) cubic-bezier(.64, 0, .78, 0); }
._mj5qU { opacity: 1; }
.gG6uhp { opacity: 0; transition: opacity var(--transition-duration) cubic-bezier(.22, 1, .36, 1); }
.k0CnHT { transform: translate(100%); }
.URQNsX { transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1); transform: translate(0px); }
.CCwVTE { transform: translate(0px); }
.TX_1qK { transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1); transform: translate(-100%); }
.JMRv7x { transform: translate(-100%); }
.AOzCGi { transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1); transform: translate(0px); }
.WzSMGx { transform: translate(0px); }
.I76Pz6 { transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1); transform: translate(100%); }
.bX95uQ { transform: translateY(100%); }
.Ogwj62 { transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1); transform: translateY(0px); }
.GdyWfW { transform: translateY(0px); }
.YxqFze { transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1); transform: translateY(-100%); }
.NrDww4 { transform: translateY(-100%); }
.ciVV17 { transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1); transform: translateY(0px); }
.BMKrqh { transform: translateY(0px); }
.jNxMkI { transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1); transform: translateY(100%); }
body:not(.responsive) .Y3K28_ { overflow-x: clip; }
:root:active-view-transition .Y3K28_ { view-transition-name: page-group; }
.uvik8H { grid-template-rows: 1fr; grid-template-columns: 1fr; height: 100%; display: grid; }
.uvik8H > div { grid-area: 1 / 1 / 2 / 2; place-self: stretch !important; }
.StylableButton2545352419__root { cursor: pointer; box-sizing: border-box; touch-action: manipulation; border: 0px; width: 100%; min-width: 10px; height: 100%; min-height: 10px; padding: 0px; display: block; }
.StylableButton2545352419__root[disabled] { pointer-events: none; }
.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBackgroundColor { background-color: var(--corvid-background-color) !important; }
.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBackgroundColor { background-color: var(--corvid-hover-background-color) !important; }
.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBackgroundColor { background-color: var(--corvid-disabled-background-color) !important; }
.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBorderColor { border-color: var(--corvid-border-color) !important; }
.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBorderColor { border-color: var(--corvid-hover-border-color) !important; }
.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBorderColor { border-color: var(--corvid-disabled-border-color) !important; }
.StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius { border-radius: var(--corvid-border-radius) !important; }
.StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth { border-width: var(--corvid-border-width) !important; }
.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor, .StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor .StylableButton2545352419__label { color: var(--corvid-color) !important; }
.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor, .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor .StylableButton2545352419__label { color: var(--corvid-hover-color) !important; }
.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor, .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor .StylableButton2545352419__label { color: var(--corvid-disabled-color) !important; }
.StylableButton2545352419__link { box-sizing: border-box; color: rgb(0, 0, 0); text-decoration: none; }
.StylableButton2545352419__container { flex-direction: row; flex-grow: 1; flex-basis: auto; justify-content: center; align-items: center; width: 100%; height: 100%; transition: 0.2s, visibility; display: flex; overflow: hidden; }
.StylableButton2545352419__label { text-overflow: ellipsis; text-align: center; white-space: nowrap; min-width: 1.8em; max-width: 100%; transition: inherit; overflow: hidden; }
.StylableButton2545352419__root.StylableButton2545352419--isMaxContent .StylableButton2545352419__label { text-overflow: unset; }
.StylableButton2545352419__root.StylableButton2545352419--isWrapText .StylableButton2545352419__label { overflow-wrap: break-word; white-space: break-spaces; word-break: break-word; min-width: 10px; }
.StylableButton2545352419__icon { flex-shrink: 0; min-width: 1px; height: 50px; transition: inherit; }
.StylableButton2545352419__icon.StylableButton2545352419--override { display: block !important; }
.StylableButton2545352419__icon > span, .StylableButton2545352419__icon svg { width: inherit; height: inherit; display: flex; }
.StylableButton2545352419__root:not(:hover):not([disalbed]).StylableButton2545352419--hasIconColor .StylableButton2545352419__icon svg { fill: var(--corvid-icon-color) !important; stroke: var(--corvid-icon-color) !important; }
.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverIconColor .StylableButton2545352419__icon svg { fill: var(--corvid-hover-icon-color) !important; stroke: var(--corvid-hover-icon-color) !important; }
.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledIconColor .StylableButton2545352419__icon svg { fill: var(--corvid-disabled-icon-color) !important; stroke: var(--corvid-disabled-icon-color) !important; }
@media (forced-colors: active) {
  .StylableButton2545352419__root.StylableButton2545352419__forcedColorsBackground { color: buttontext !important; background: buttonface !important; }
  .StylableButton2545352419__root.StylableButton2545352419__forcedColorsBackground[disabled] { color: graytext !important; }
  .StylableButton2545352419__root.StylableButton2545352419__forcedColorsBackground .StylableButton2545352419__label { color: inherit !important; }
  .StylableButton2545352419__root:not([disabled]) { outline-offset: 0px; outline: buttontext solid 2px; }
  .StylableButton2545352419__root:hover:not([disabled]), .StylableButton2545352419__root[aria-pressed="true"], .StylableButton2545352419__root[aria-selected="true"], .StylableButton2545352419__root[data-preview="selected"] { outline-offset: 1px; outline: highlight solid 3px; }
  .StylableButton2545352419__root:focus, .StylableButton2545352419__root:focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
  .StylableButton2545352419__icon, .StylableButton2545352419__icon svg:not([data-type="ugc"]):not([data-type="color"]), .StylableButton2545352419__icon svg:not([data-type="ugc"]):not([data-type="color"]) * { fill: currentcolor !important; stroke: currentcolor !important; }
}
.IT88M3 { position: absolute; inset: 0px; }
.LXgYyC { cursor: pointer; }
.iL7Pq5 { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: var(--opacity); fill: var(--corvid-fill-color,var(--fill)); fill-opacity: var(--fill-opacity); stroke: var(--corvid-stroke-color,var(--stroke)); stroke-opacity: var(--stroke-opacity); stroke-width: var(--stroke-width); transform: var(--flip); filter: var(--drop-shadow,none); position: absolute; inset: 0px; }
.iL7Pq5 svg { width: var(--svg-calculated-width,100%); height: var(--svg-calculated-height,100%); padding: var(--svg-calculated-padding,0); margin: auto; position: absolute; inset: 0px; }
.iL7Pq5 svg:not([data-type="ugc"]) { overflow: visible; }
@media (forced-colors: active) {
  .iL7Pq5 svg:not([data-type="ugc"]):not([data-type="color"]) { fill: currentcolor; }
}
.gx51wo * { vector-effect: non-scaling-stroke; }
ul.font_100, ol.font_100 { color: rgb(8, 8, 8); font-variant: normal; letter-spacing: normal; margin: 0px; font-family: "Arial, Helvetica, sans-serif", serif; font-size: 10px; font-style: normal; font-weight: 400; line-height: normal; text-decoration: none; }
ul.font_100 li, ol.font_100 li { margin-bottom: 12px; }
ul.wix-list-text-align, ol.wix-list-text-align { list-style-position: inside; }
ul.wix-list-text-align p, ul.wix-list-text-align h1, ul.wix-list-text-align h2, ul.wix-list-text-align h3, ul.wix-list-text-align h4, ul.wix-list-text-align h5, ul.wix-list-text-align h6, ol.wix-list-text-align p, ol.wix-list-text-align h1, ol.wix-list-text-align h2, ol.wix-list-text-align h3, ol.wix-list-text-align h4, ol.wix-list-text-align h5, ol.wix-list-text-align h6 { display: inline; }
.E28gHm { cursor: pointer; }
.V9ooqn { clip: rect(0px, 0px, 0px, 0px); border: 0px; width: 1px; height: 1px; margin: -1px; padding: 0px; position: absolute; overflow: hidden; }
@supports ((-webkit-appearance:none)) and (stroke-color:transparent) {
  ._v6ohL > * > :first-child { vertical-align: top; }
}
@supports (-webkit-touch-callout:none) {
  ._v6ohL > * > :first-child { vertical-align: top; }
}
._v6ohL [data-attr-richtext-marker="true"] { display: block; }
._v6ohL [data-attr-richtext-marker="true"] table { border-collapse: collapse; width: 100%; margin: 15px 0px; }
._v6ohL [data-attr-richtext-marker="true"] table td { padding: 12px; position: relative; }
._v6ohL [data-attr-richtext-marker="true"] table td::after { content: ""; opacity: 0.2; border-bottom: 1px solid; border-left: 1px solid; position: absolute; inset: 0px; }
._v6ohL [data-attr-richtext-marker="true"] table tr td:last-child::after { border-right: 1px solid; }
._v6ohL [data-attr-richtext-marker="true"] table tr:first-child td::after { border-top: 1px solid; }
.N5mCVp :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) [class$="rich-text__text"], .N5mCVp :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div)[class$="rich-text__text"] { color: var(--corvid-color,currentColor); }
.N5mCVp :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) span[style*="color"] { color: var(--corvid-color,currentColor) !important; }
.V3wkP4 { min-height: var(--min-height); min-width: var(--min-width); direction: var(--text-direction); }
.V3wkP4 .nzCBBu { overflow-wrap: break-word; width: 100%; height: 100%; position: relative; }
.V3wkP4 .nzCBBu ul { list-style: inside; }
.V3wkP4 .nzCBBu li { margin-bottom: 12px; }
.UwkEpO p, .UwkEpO h1, .UwkEpO h2, .UwkEpO h3, .UwkEpO h4, .UwkEpO h5, .UwkEpO h6, .UwkEpO blockquote, .UwkEpO div { letter-spacing: normal; line-height: normal; }
.JykKzs { min-height: var(--min-height); min-width: var(--min-width); }
.JykKzs .nzCBBu { overflow-wrap: break-word; width: 100%; height: 100%; position: relative; }
.JykKzs .nzCBBu ol, .JykKzs .nzCBBu ul { letter-spacing: normal; margin-inline-start: 0.5em; padding-inline-start: 1.3em; line-height: normal; }
.JykKzs .nzCBBu ul { list-style-type: disc; }
.JykKzs .nzCBBu ol { list-style-type: decimal; }
.JykKzs .nzCBBu ul ul, .JykKzs .nzCBBu ol ul { line-height: normal; list-style-type: circle; }
.JykKzs .nzCBBu ol ol ul, .JykKzs .nzCBBu ol ul ul, .JykKzs .nzCBBu ul ol ul, .JykKzs .nzCBBu ul ul ul { line-height: normal; list-style-type: square; }
.JykKzs .nzCBBu li { font-style: inherit; font-weight: inherit; line-height: inherit; letter-spacing: normal; }
.JykKzs .nzCBBu p, .JykKzs .nzCBBu h1, .JykKzs .nzCBBu h2, .JykKzs .nzCBBu h3, .JykKzs .nzCBBu h4, .JykKzs .nzCBBu h5, .JykKzs .nzCBBu h6 { margin-block: 0px; letter-spacing: normal; margin: 0px; line-height: normal; }
.JykKzs .nzCBBu a { color: inherit; }
.N8MGzv, .UwkEpO { overflow-wrap: break-word; text-align: start; pointer-events: none; min-height: var(--min-height); min-width: var(--min-width); direction: var(--text-direction); mix-blend-mode: var(--blendMode,normal); text-transform: var(--textTransform,"none"); text-shadow: var(--textOutline,0px 0px transparent),var(--textShadow,0px 0px transparent); }
.N8MGzv > *, .UwkEpO > * { pointer-events: auto; }
.N8MGzv li, .UwkEpO li { font-style: inherit; font-weight: inherit; line-height: inherit; letter-spacing: normal; }
.N8MGzv ol, .UwkEpO ol, .N8MGzv ul, .UwkEpO ul { letter-spacing: normal; margin-inline: 0.5em 0px; line-height: normal; }
.N8MGzv:not(.PO9MfV) ol, .UwkEpO:not(.PO9MfV) ol, .N8MGzv:not(.PO9MfV) ul, .UwkEpO:not(.PO9MfV) ul { padding-inline: 1.3em 0px; }
.N8MGzv ul, .UwkEpO ul { list-style-type: disc; }
.N8MGzv ol, .UwkEpO ol { list-style-type: decimal; }
.N8MGzv ul ul, .UwkEpO ul ul, .N8MGzv ol ul, .UwkEpO ol ul { list-style-type: circle; }
.N8MGzv ul ul ul, .UwkEpO ul ul ul, .N8MGzv ol ul ul, .UwkEpO ol ul ul, .N8MGzv ul ol ul, .UwkEpO ul ol ul, .N8MGzv ol ol ul, .UwkEpO ol ol ul { list-style-type: square; }
.N8MGzv p, .UwkEpO p, .N8MGzv h1, .UwkEpO h1, .N8MGzv h2, .UwkEpO h2, .N8MGzv h3, .UwkEpO h3, .N8MGzv h4, .UwkEpO h4, .N8MGzv h5, .UwkEpO h5, .N8MGzv h6, .UwkEpO h6, .N8MGzv blockquote, .UwkEpO blockquote, .N8MGzv div, .UwkEpO div { margin-block: 0px; margin: 0px; }
.N8MGzv a, .UwkEpO a { color: inherit; }
.PO9MfV li { margin-inline: 1.3em 0px; }
@media (forced-colors: active) {
  .AWXfZq.V3wkP4 a:focus, .AWXfZq.V3wkP4 a:focus-visible, .AWXfZq.UwkEpO a:focus, .AWXfZq.UwkEpO a:focus-visible, .AWXfZq.JykKzs a:focus, .AWXfZq.JykKzs a:focus-visible, .AWXfZq.N8MGzv a:focus, .AWXfZq.N8MGzv a:focus-visible { box-shadow: none; outline-offset: 1px !important; outline: highlight solid 3px !important; }
}
.qe3oTb { pointer-events: none; white-space: nowrap; padding: 0px; overflow: hidden; }
.TvbeET { display: none; }
.CNHfeA { width: 100%; position: absolute; inset: 0px; }
.ZfNvr6 { transition: 0.2s ease-in; transform: translateY(-100%); }
.ICcIQy { transition: 0.2s; }
.xL7MJu { opacity: 0; transition: 0.2s ease-in; }
.xL7MJu.Dbjboh { pointer-events: none; }
.xg8z1A { opacity: 1; transition: 0.2s; }
.G6vvJF { width: 100%; height: auto; position: relative; }
.ZgDNL8 { width: 100%; position: relative; }
body:not(.device-mobile-optimized) ._c_gnD, :host(:not(.device-mobile-optimized)) ._c_gnD { margin-left: calc((100% - var(--site-width))/2); width: var(--site-width); }
.HQtdHX[data-focuscycled="active"] { outline: rgba(0, 0, 0, 0) solid 1px; }
.HQtdHX[data-focuscycled="active"]:not(:focus-within) { outline: rgba(0, 0, 0, 0) solid 2px; transition: outline 10ms; }
.HQtdHX ._c_gnD { position: absolute; inset: 0px; }
.w4DepW { direction: var(--direction); }
.w4DepW .tN_ggS .re13Ik { display: var(--item-display); width: var(--item-size); height: var(--item-size); margin-inline: var(--item-margin-inline); margin-block: var(--item-margin-block); }
.w4DepW .tN_ggS .re13Ik:last-child { margin-block: 0px; margin-inline: 0px; }
.w4DepW .tN_ggS .re13Ik .twXk19 { display: block; }
.w4DepW .tN_ggS .re13Ik .twXk19 .ZK9snE { width: var(--item-size); height: var(--item-size); }
@media (forced-colors: active) {
  .w4DepW .tN_ggS .re13Ik .twXk19 { outline-offset: 0px; outline: buttontext solid 2px; }
  .w4DepW .tN_ggS .re13Ik .twXk19:hover { outline-offset: -2px; outline: highlight solid 3px; }
  .w4DepW .tN_ggS .re13Ik .twXk19:focus, .w4DepW .tN_ggS .re13Ik .twXk19:focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
}
.w4DepW .tN_ggS { white-space: nowrap; width: 100%; height: 100%; position: absolute; }
body.device-mobile-optimized .w4DepW .tN_ggS, :host(.device-mobile-optimized) .w4DepW .tN_ggS { white-space: normal; }
.Qh0lWW { width: 100%; height: 100%; display: block; }
.Qh0lWW img { max-width: var(--wix-img-max-width,100%); }
.Qh0lWW[data-animate-blur] img { filter: blur(9px); transition: filter 0.8s ease-in; }
.Qh0lWW[data-animate-blur] img[data-load-done] { filter: none; }
.sFiSiq { width: 100%; height: 100%; display: block; }
.QED8q1 { width: 100%; height: calc(100% - var(--wix-ads-height)); margin-top: var(--wix-ads-height); pointer-events: none; z-index: var(--pinned-layer-in-container,var(--above-all-in-container)); grid-template-rows: 1fr; grid-template-columns: 1fr; display: grid; position: fixed; top: 0px; left: 0px; }
.MswS0Y { pointer-events: none; z-index: var(--pinned-layer-in-container,var(--above-all-in-container)); }
.Qh0lWW { width: 100%; height: 100%; display: block; }
.Qh0lWW img { max-width: var(--wix-img-max-width,100%); }
.Qh0lWW[data-animate-blur] img { filter: blur(9px); transition: filter 0.8s ease-in; }
.Qh0lWW[data-animate-blur] img[data-load-done] { filter: none; }
.sFiSiq { width: 100%; height: 100%; display: block; }
.aDzdcC { clip-path: var(--fill-layer-clip); }
.aDzdcC, .rv3vOe { width: 100%; height: 100%; position: absolute; top: 0px; }
.dnHU4q img { width: 100%; height: 100%; }
.X9nqm0 { opacity: 0; position: absolute; top: 0px; }
.ZUV7Qj { width: 0px; height: 0px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.UZsu9f { position: var(--fill-layer-background-media-position); pointer-events: var(--fill-layer-background-media-pointer-events); width: 100%; height: 100%; top: 0px; left: 0px; }
.WnIl2C, .OAmk_6 { width: 100%; height: 100%; top: 0px; }
.OAmk_6 { position: absolute; }
.WnIl2C { background-color: var(--fill-layer-background-overlay-color); position: var(--fill-layer-background-overlay-position); opacity: var(--fill-layer-background-overlay-blend-opacity-fallback,1); transform: var(--fill-layer-background-overlay-transform); }
@supports (mix-blend-mode:overlay) {
  .WnIl2C { mix-blend-mode: var(--fill-layer-background-overlay-blend-mode); opacity: var(--fill-layer-background-overlay-blend-opacity,1); }
}
.QG9w8P { width: 100%; height: 100%; mask-image: var(--mask-image,none); mask-position: var(--mask-position,0); mask-size: var(--mask-size,100%); mask-repeat: var(--mask-repeat,no-repeat); pointer-events: var(--fill-layer-background-media-pointer-events); position: absolute; top: 0px; left: 0px; overflow: hidden; }
.QG9w8P.WIIr02 { clip: rect(0px, auto, auto, 0px); }
.QG9w8P .ayCf9D { width: 100%; height: 100%; position: absolute; top: 0px; }
.QG9w8P .fO4mKs { opacity: var(--fill-layer-image-opacity); height: var(--fill-layer-image-height,100%); }
.QG9w8P .fO4mKs img { width: 100%; height: 100%; }
@supports ((-webkit-hyphens:none)) {
  .QG9w8P.WIIr02 { clip: auto; clip-path: inset(0px); }
}
.ROWgFb { height: 100%; }
.LNYVZi { background-color: var(--bg-overlay-color); background-image: var(--bg-gradient); transition: var(--inherit-transition); }
.xSZeaB, .g4gDzl { opacity: var(--fill-layer-video-opacity); }
.Ulxuud { width: 100%; height: var(--media-padding-height); top: var(--media-padding-top); bottom: var(--media-padding-bottom); position: absolute; }
.NgeJ4N { transform: scale(var(--scale,1)); transition: var(--transform-duration,transform 0s); }
.g4gDzl { width: 100%; height: 100%; position: relative; }
wix-media-canvas { height: 100%; display: block; }
.bzwgbw { opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1)); }
.bzwgbw .fO4mKs, .bzwgbw .g4gDzl, .bzwgbw .xSZeaB { opacity: 1; }
.uZIV9d { width: 100%; position: absolute; inset: 0px; }
.K5KBGW { transition: 0.2s ease-in; transform: translateY(-100%); }
.chRHgk { transition: 0.2s; }
.LVByTK { opacity: 0; transition: 0.2s ease-in; }
.LVByTK.qTsNsd { pointer-events: none; }
.Mz75IU { opacity: 1; transition: 0.2s; }
.XKFSfx { width: 100%; height: auto; position: relative; }
.Pd9Imi { width: 100%; position: relative; }
body:not(.device-mobile-optimized) .JEizld, :host(:not(.device-mobile-optimized)) .JEizld { margin-left: calc((100% - var(--site-width))/2); width: var(--site-width); }
.MLzr0a[data-focuscycled="active"] { outline: rgba(0, 0, 0, 0) solid 1px; }
.MLzr0a[data-focuscycled="active"]:not(:focus-within) { outline: rgba(0, 0, 0, 0) solid 2px; transition: outline 10ms; }
.MLzr0a .uZIV9d { border-radius: var(--rd,0); box-shadow: var(--shd,0 0 5px #00000080); border-top: var(--brwt,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1))); border-bottom: var(--brwb,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1))); background-color: rgba(0, 0, 0, 0); transition: 0.3s; position: absolute; inset: 0px; overflow: hidden; }
.MLzr0a .Q0rcTZ.uZIV9d { box-shadow: var(--shd-scrl,var(--shd,0 0 5px #00000080)); border-radius: var(--rd-scrl,var(--rd,0)); border-top: var(--brwt-scrl,var(--brwt,0)) solid var(--screenwidth-corvid-border-color,rgba(var(--brd-scrl,var(--brd,color_15)),var(--alpha-brd-scrl,1))); border-bottom: var(--brwb-scrl,var(--brwb,0)) solid var(--screenwidth-corvid-border-color,rgba(var(--brd-scrl,var(--brd,color_15)),var(--alpha-brd-scrl,1))); background-color: rgba(var(--bg-scrl,0, 0, 0),var(--alpha-bg-scrl,0)); }
.MLzr0a .XzOkCb { box-sizing: border-box; height: 100%; transition: 0.3s; }
.MLzr0a .Q0rcTZ > .XzOkCb { opacity: var(--alpha-bg,1); }
.MLzr0a .ncI7Xj { background-color: var(--screenwidth-corvid-background-color,transparent); height: 100%; transition: 0.3s; position: relative; }
.MLzr0a .Q0rcTZ > .ncI7Xj { opacity: var(--alpha-bg,1); }
.Qh0lWW { width: 100%; height: 100%; display: block; }
.Qh0lWW img { max-width: var(--wix-img-max-width,100%); }
.Qh0lWW[data-animate-blur] img { filter: blur(9px); transition: filter 0.8s ease-in; }
.Qh0lWW[data-animate-blur] img[data-load-done] { filter: none; }
.CvsNRY { width: 100%; height: 100%; display: block; }
.zE5OV3 { clip-path: var(--fill-layer-clip); }
.zE5OV3, .gmNqmf { width: 100%; height: 100%; position: absolute; top: 0px; }
.W7Lthg img { width: 100%; height: 100%; }
.cDjjNV { opacity: 0; position: absolute; top: 0px; }
.kHSdIU { width: 0px; height: 0px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.qw7KvJ { position: var(--fill-layer-background-media-position); pointer-events: var(--fill-layer-background-media-pointer-events); width: 100%; height: 100%; top: 0px; left: 0px; }
.JTHMno, ._019NH { width: 100%; height: 100%; top: 0px; }
._019NH { position: absolute; }
.JTHMno { background-color: var(--fill-layer-background-overlay-color); position: var(--fill-layer-background-overlay-position); opacity: var(--fill-layer-background-overlay-blend-opacity-fallback,1); transform: var(--fill-layer-background-overlay-transform); }
@supports (mix-blend-mode:overlay) {
  .JTHMno { mix-blend-mode: var(--fill-layer-background-overlay-blend-mode); opacity: var(--fill-layer-background-overlay-blend-opacity,1); }
}
.ktMZav { width: 100%; height: 100%; mask-image: var(--mask-image,none); mask-position: var(--mask-position,0); mask-size: var(--mask-size,100%); mask-repeat: var(--mask-repeat,no-repeat); pointer-events: var(--fill-layer-background-media-pointer-events); position: absolute; top: 0px; left: 0px; overflow: hidden; }
.ktMZav.msp0lj { clip: rect(0px, auto, auto, 0px); }
.ktMZav .etGVsi { width: 100%; height: 100%; position: absolute; top: 0px; }
.ktMZav .VYAdNl { opacity: var(--fill-layer-image-opacity); height: var(--fill-layer-image-height,100%); }
.ktMZav .VYAdNl img { width: 100%; height: 100%; }
@supports ((-webkit-hyphens:none)) {
  .ktMZav.msp0lj { clip: auto; clip-path: inset(0px); }
}
.etSQ9j { height: 100%; }
.V9k0ll { background-color: var(--bg-overlay-color); background-image: var(--bg-gradient); transition: var(--inherit-transition); }
.qdIYms, .PmotZg { opacity: var(--fill-layer-video-opacity); }
.uKLH8m { width: 100%; height: var(--media-padding-height); top: var(--media-padding-top); bottom: var(--media-padding-bottom); position: absolute; }
.i5THm9 { transform: scale(var(--scale,1)); transition: var(--transform-duration,transform 0s); }
.PmotZg { width: 100%; height: 100%; position: relative; }
wix-media-canvas { height: 100%; display: block; }
.fT5SOY { opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1)); }
.fT5SOY .VYAdNl, .fT5SOY .PmotZg, .fT5SOY .qdIYms { opacity: 1; }
.t7s6hq { --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1)); --divider-pin-layer-height__: var(--divider-layers-pin-factor__); --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1)); width: 100%; height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__)); position: absolute; left: 0px; }
.t7s6hq .uf5cBM { --divider-layer-i__: var(--divider-layer-i,0); width: 100%; height: calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__)); opacity: calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1)); background-repeat: repeat-x; background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom; border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__)); border-bottom-style: solid; position: absolute; left: 0px; }
.JR3YXh { --divider-height__: var(--divider-top-height,auto); --divider-offset-x__: var(--divider-top-offset-x,0px); --divider-layers-size__: var(--divider-top-layers-size,0); --divider-layers-y__: var(--divider-top-layers-y,0px); --divider-layers-x__: var(--divider-top-layers-x,0px); --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor,0); transform: var(--divider-top-flip,scaleY(-1)); opacity: var(--divider-top-opacity,1); border-top: var(--divider-top-padding,0) solid var(--divider-top-color,currentColor); top: 0px; }
.JR3YXh .uf5cBM { border-color: var(--divider-top-color,currentColor); background-image: var(--divider-top-image,none); background-size: var(--divider-top-size,contain); filter: var(--divider-top-filter,none); bottom: 0px; }
.JR3YXh .uf5cBM[data-divider-layer="1"] { display: var(--divider-top-layer-1-display,block); }
.JR3YXh .uf5cBM[data-divider-layer="2"] { display: var(--divider-top-layer-2-display,block); }
.JR3YXh .uf5cBM[data-divider-layer="3"] { display: var(--divider-top-layer-3-display,block); }
.UfnAzj { --divider-height__: var(--divider-bottom-height,auto); --divider-offset-x__: var(--divider-bottom-offset-x,0px); --divider-layers-size__: var(--divider-bottom-layers-size,0); --divider-layers-y__: var(--divider-bottom-layers-y,0px); --divider-layers-x__: var(--divider-bottom-layers-x,0px); --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor,0); transform: var(--divider-bottom-flip,none); opacity: var(--divider-bottom-opacity,1); border-bottom: var(--divider-bottom-padding,0) solid var(--divider-bottom-color,currentColor); bottom: 0px; }
.UfnAzj .uf5cBM { border-color: var(--divider-bottom-color,currentColor); background-image: var(--divider-bottom-image,none); background-size: var(--divider-bottom-size,contain); filter: var(--divider-bottom-filter,none); bottom: 0px; }
.UfnAzj .uf5cBM[data-divider-layer="1"] { display: var(--divider-bottom-layer-1-display,block); }
.UfnAzj .uf5cBM[data-divider-layer="2"] { display: var(--divider-bottom-layer-2-display,block); }
.UfnAzj .uf5cBM[data-divider-layer="3"] { display: var(--divider-bottom-layer-3-display,block); }
body:not(.device-mobile-optimized) .CeUMmm, :host(:not(.device-mobile-optimized)) .CeUMmm { display: flex; }
body:not(.device-mobile-optimized) .Ak0vpt, :host(:not(.device-mobile-optimized)) .Ak0vpt { width: calc(100% - var(--padding)*2); direction: var(--direction); column-gap: var(--margin); margin: 0px auto; display: flex; position: relative; }
body:not(.device-mobile-optimized) .Ak0vpt > *, :host(:not(.device-mobile-optimized)) .Ak0vpt > * { flex: var(--column-flex) 1 0%; min-width: 0px; margin-top: var(--padding); margin-bottom: var(--padding); direction: ltr; position: relative; top: 0px; left: 0px; }
body.device-mobile-optimized .Ak0vpt, :host(.device-mobile-optimized) .Ak0vpt { padding-top: var(--padding-y); padding-bottom: var(--padding-y); padding-left: var(--padding-x,0); padding-right: var(--padding-x,0); display: block; position: relative; }
body.device-mobile-optimized .Ak0vpt > *, :host(.device-mobile-optimized) .Ak0vpt > * { margin-bottom: var(--margin); position: relative; }
.D_Vynv { backface-visibility: hidden; }
.tMGFK1 { box-sizing: border-box; border-width: var(--brw,0); border-color: rgba(var(--brd), var(--alpha-brd,0)); border-radius: var(--rd,0); box-shadow: var(--shd,0); border-style: solid; }
.Qh0lWW { width: 100%; height: 100%; display: block; }
.Qh0lWW img { max-width: var(--wix-img-max-width,100%); }
.Qh0lWW[data-animate-blur] img { filter: blur(9px); transition: filter 0.8s ease-in; }
.Qh0lWW[data-animate-blur] img[data-load-done] { filter: none; }
.CvsNRY { width: 100%; height: 100%; display: block; }
.zE5OV3 { clip-path: var(--fill-layer-clip); }
.zE5OV3, .gmNqmf { width: 100%; height: 100%; position: absolute; top: 0px; }
.W7Lthg img { width: 100%; height: 100%; }
.cDjjNV { opacity: 0; position: absolute; top: 0px; }
.kHSdIU { width: 0px; height: 0px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.qw7KvJ { position: var(--fill-layer-background-media-position); pointer-events: var(--fill-layer-background-media-pointer-events); width: 100%; height: 100%; top: 0px; left: 0px; }
.JTHMno, ._019NH { width: 100%; height: 100%; top: 0px; }
._019NH { position: absolute; }
.JTHMno { background-color: var(--fill-layer-background-overlay-color); position: var(--fill-layer-background-overlay-position); opacity: var(--fill-layer-background-overlay-blend-opacity-fallback,1); transform: var(--fill-layer-background-overlay-transform); }
@supports (mix-blend-mode:overlay) {
  .JTHMno { mix-blend-mode: var(--fill-layer-background-overlay-blend-mode); opacity: var(--fill-layer-background-overlay-blend-opacity,1); }
}
.ktMZav { width: 100%; height: 100%; mask-image: var(--mask-image,none); mask-position: var(--mask-position,0); mask-size: var(--mask-size,100%); mask-repeat: var(--mask-repeat,no-repeat); pointer-events: var(--fill-layer-background-media-pointer-events); position: absolute; top: 0px; left: 0px; overflow: hidden; }
.ktMZav.msp0lj { clip: rect(0px, auto, auto, 0px); }
.ktMZav .etGVsi { width: 100%; height: 100%; position: absolute; top: 0px; }
.ktMZav .VYAdNl { opacity: var(--fill-layer-image-opacity); height: var(--fill-layer-image-height,100%); }
.ktMZav .VYAdNl img { width: 100%; height: 100%; }
@supports ((-webkit-hyphens:none)) {
  .ktMZav.msp0lj { clip: auto; clip-path: inset(0px); }
}
.etSQ9j { height: 100%; }
.V9k0ll { background-color: var(--bg-overlay-color); background-image: var(--bg-gradient); transition: var(--inherit-transition); }
.qdIYms, .PmotZg { opacity: var(--fill-layer-video-opacity); }
.uKLH8m { width: 100%; height: var(--media-padding-height); top: var(--media-padding-top); bottom: var(--media-padding-bottom); position: absolute; }
.i5THm9 { transform: scale(var(--scale,1)); transition: var(--transform-duration,transform 0s); }
.PmotZg { width: 100%; height: 100%; position: relative; }
wix-media-canvas { height: 100%; display: block; }
.fT5SOY { opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1)); }
.fT5SOY .VYAdNl, .fT5SOY .PmotZg, .fT5SOY .qdIYms { opacity: 1; }
.t7s6hq { --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1)); --divider-pin-layer-height__: var(--divider-layers-pin-factor__); --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1)); width: 100%; height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__)); position: absolute; left: 0px; }
.t7s6hq .uf5cBM { --divider-layer-i__: var(--divider-layer-i,0); width: 100%; height: calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__)); opacity: calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1)); background-repeat: repeat-x; background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom; border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__)); border-bottom-style: solid; position: absolute; left: 0px; }
.JR3YXh { --divider-height__: var(--divider-top-height,auto); --divider-offset-x__: var(--divider-top-offset-x,0px); --divider-layers-size__: var(--divider-top-layers-size,0); --divider-layers-y__: var(--divider-top-layers-y,0px); --divider-layers-x__: var(--divider-top-layers-x,0px); --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor,0); transform: var(--divider-top-flip,scaleY(-1)); opacity: var(--divider-top-opacity,1); border-top: var(--divider-top-padding,0) solid var(--divider-top-color,currentColor); top: 0px; }
.JR3YXh .uf5cBM { border-color: var(--divider-top-color,currentColor); background-image: var(--divider-top-image,none); background-size: var(--divider-top-size,contain); filter: var(--divider-top-filter,none); bottom: 0px; }
.JR3YXh .uf5cBM[data-divider-layer="1"] { display: var(--divider-top-layer-1-display,block); }
.JR3YXh .uf5cBM[data-divider-layer="2"] { display: var(--divider-top-layer-2-display,block); }
.JR3YXh .uf5cBM[data-divider-layer="3"] { display: var(--divider-top-layer-3-display,block); }
.UfnAzj { --divider-height__: var(--divider-bottom-height,auto); --divider-offset-x__: var(--divider-bottom-offset-x,0px); --divider-layers-size__: var(--divider-bottom-layers-size,0); --divider-layers-y__: var(--divider-bottom-layers-y,0px); --divider-layers-x__: var(--divider-bottom-layers-x,0px); --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor,0); transform: var(--divider-bottom-flip,none); opacity: var(--divider-bottom-opacity,1); border-bottom: var(--divider-bottom-padding,0) solid var(--divider-bottom-color,currentColor); bottom: 0px; }
.UfnAzj .uf5cBM { border-color: var(--divider-bottom-color,currentColor); background-image: var(--divider-bottom-image,none); background-size: var(--divider-bottom-size,contain); filter: var(--divider-bottom-filter,none); bottom: 0px; }
.UfnAzj .uf5cBM[data-divider-layer="1"] { display: var(--divider-bottom-layer-1-display,block); }
.UfnAzj .uf5cBM[data-divider-layer="2"] { display: var(--divider-bottom-layer-2-display,block); }
.UfnAzj .uf5cBM[data-divider-layer="3"] { display: var(--divider-bottom-layer-3-display,block); }
body:not(.device-mobile-optimized) .CeUMmm, :host(:not(.device-mobile-optimized)) .CeUMmm { display: flex; }
body:not(.device-mobile-optimized) .Ak0vpt, :host(:not(.device-mobile-optimized)) .Ak0vpt { width: calc(100% - var(--padding)*2); direction: var(--direction); column-gap: var(--margin); margin: 0px auto; display: flex; position: relative; }
body:not(.device-mobile-optimized) .Ak0vpt > *, :host(:not(.device-mobile-optimized)) .Ak0vpt > * { flex: var(--column-flex) 1 0%; min-width: 0px; margin-top: var(--padding); margin-bottom: var(--padding); direction: ltr; position: relative; top: 0px; left: 0px; }
body.device-mobile-optimized .Ak0vpt, :host(.device-mobile-optimized) .Ak0vpt { padding-top: var(--padding-y); padding-bottom: var(--padding-y); padding-left: var(--padding-x,0); padding-right: var(--padding-x,0); display: block; position: relative; }
body.device-mobile-optimized .Ak0vpt > *, :host(.device-mobile-optimized) .Ak0vpt > * { margin-bottom: var(--margin); position: relative; }
.D_Vynv { backface-visibility: hidden; }
.bxC6yg { box-sizing: border-box; border-width: var(--brw,0); border-color: rgba(var(--brd), var(--alpha-brd,0)); border-radius: var(--rd,0); box-shadow: var(--shd,0); border-style: solid; }
.Qh0lWW { width: 100%; height: 100%; display: block; }
.Qh0lWW img { max-width: var(--wix-img-max-width,100%); }
.Qh0lWW[data-animate-blur] img { filter: blur(9px); transition: filter 0.8s ease-in; }
.Qh0lWW[data-animate-blur] img[data-load-done] { filter: none; }
.sFiSiq { width: 100%; height: 100%; display: block; }
.aDzdcC { clip-path: var(--fill-layer-clip); }
.aDzdcC, .rv3vOe { width: 100%; height: 100%; position: absolute; top: 0px; }
.dnHU4q img { width: 100%; height: 100%; }
.X9nqm0 { opacity: 0; position: absolute; top: 0px; }
.ZUV7Qj { width: 0px; height: 0px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.UZsu9f { position: var(--fill-layer-background-media-position); pointer-events: var(--fill-layer-background-media-pointer-events); width: 100%; height: 100%; top: 0px; left: 0px; }
.WnIl2C, .OAmk_6 { width: 100%; height: 100%; top: 0px; }
.OAmk_6 { position: absolute; }
.WnIl2C { background-color: var(--fill-layer-background-overlay-color); position: var(--fill-layer-background-overlay-position); opacity: var(--fill-layer-background-overlay-blend-opacity-fallback,1); transform: var(--fill-layer-background-overlay-transform); }
@supports (mix-blend-mode:overlay) {
  .WnIl2C { mix-blend-mode: var(--fill-layer-background-overlay-blend-mode); opacity: var(--fill-layer-background-overlay-blend-opacity,1); }
}
.QG9w8P { width: 100%; height: 100%; mask-image: var(--mask-image,none); mask-position: var(--mask-position,0); mask-size: var(--mask-size,100%); mask-repeat: var(--mask-repeat,no-repeat); pointer-events: var(--fill-layer-background-media-pointer-events); position: absolute; top: 0px; left: 0px; overflow: hidden; }
.QG9w8P.WIIr02 { clip: rect(0px, auto, auto, 0px); }
.QG9w8P .ayCf9D { width: 100%; height: 100%; position: absolute; top: 0px; }
.QG9w8P .fO4mKs { opacity: var(--fill-layer-image-opacity); height: var(--fill-layer-image-height,100%); }
.QG9w8P .fO4mKs img { width: 100%; height: 100%; }
@supports ((-webkit-hyphens:none)) {
  .QG9w8P.WIIr02 { clip: auto; clip-path: inset(0px); }
}
.ROWgFb { height: 100%; }
.LNYVZi { background-color: var(--bg-overlay-color); background-image: var(--bg-gradient); transition: var(--inherit-transition); }
.xSZeaB, .g4gDzl { opacity: var(--fill-layer-video-opacity); }
.Ulxuud { width: 100%; height: var(--media-padding-height); top: var(--media-padding-top); bottom: var(--media-padding-bottom); position: absolute; }
.NgeJ4N { transform: scale(var(--scale,1)); transition: var(--transform-duration,transform 0s); }
.g4gDzl { width: 100%; height: 100%; position: relative; }
wix-media-canvas { height: 100%; display: block; }
.bzwgbw { opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1)); }
.bzwgbw .fO4mKs, .bzwgbw .g4gDzl, .bzwgbw .xSZeaB { opacity: 1; }
.FDI5TK { position: relative; overflow: visible; }
.r6Fuoz { backface-visibility: hidden; }
.CztRwT { cursor: pointer; }
.StylableButton2545352419__root { cursor: pointer; box-sizing: border-box; touch-action: manipulation; border: 0px; width: 100%; min-width: 10px; height: 100%; min-height: 10px; padding: 0px; display: block; }
.StylableButton2545352419__root[disabled] { pointer-events: none; }
.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBackgroundColor { background-color: var(--corvid-background-color) !important; }
.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBackgroundColor { background-color: var(--corvid-hover-background-color) !important; }
.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBackgroundColor { background-color: var(--corvid-disabled-background-color) !important; }
.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBorderColor { border-color: var(--corvid-border-color) !important; }
.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBorderColor { border-color: var(--corvid-hover-border-color) !important; }
.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBorderColor { border-color: var(--corvid-disabled-border-color) !important; }
.StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius { border-radius: var(--corvid-border-radius) !important; }
.StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth { border-width: var(--corvid-border-width) !important; }
.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor, .StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor .StylableButton2545352419__label { color: var(--corvid-color) !important; }
.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor, .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor .StylableButton2545352419__label { color: var(--corvid-hover-color) !important; }
.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor, .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor .StylableButton2545352419__label { color: var(--corvid-disabled-color) !important; }
.StylableButton2545352419__link { box-sizing: border-box; color: rgb(0, 0, 0); text-decoration: none; }
.StylableButton2545352419__container { flex-direction: row; flex-grow: 1; flex-basis: auto; justify-content: center; align-items: center; width: 100%; height: 100%; transition: 0.2s, visibility; display: flex; overflow: hidden; }
.StylableButton2545352419__label { text-overflow: ellipsis; text-align: center; white-space: nowrap; min-width: 1.8em; max-width: 100%; transition: inherit; overflow: hidden; }
.StylableButton2545352419__root.StylableButton2545352419--isMaxContent .StylableButton2545352419__label { text-overflow: unset; }
.StylableButton2545352419__root.StylableButton2545352419--isWrapText .StylableButton2545352419__label { overflow-wrap: break-word; white-space: break-spaces; word-break: break-word; min-width: 10px; }
.StylableButton2545352419__icon { flex-shrink: 0; min-width: 1px; height: 50px; transition: inherit; }
.StylableButton2545352419__icon.StylableButton2545352419--override { display: block !important; }
.StylableButton2545352419__icon > span, .StylableButton2545352419__icon svg { width: inherit; height: inherit; display: flex; }
.StylableButton2545352419__root:not(:hover):not([disalbed]).StylableButton2545352419--hasIconColor .StylableButton2545352419__icon svg { fill: var(--corvid-icon-color) !important; stroke: var(--corvid-icon-color) !important; }
.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverIconColor .StylableButton2545352419__icon svg { fill: var(--corvid-hover-icon-color) !important; stroke: var(--corvid-hover-icon-color) !important; }
.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledIconColor .StylableButton2545352419__icon svg { fill: var(--corvid-disabled-icon-color) !important; stroke: var(--corvid-disabled-icon-color) !important; }
@media (forced-colors: active) {
  .StylableButton2545352419__root.StylableButton2545352419__forcedColorsBackground { color: buttontext !important; background: buttonface !important; }
  .StylableButton2545352419__root.StylableButton2545352419__forcedColorsBackground[disabled] { color: graytext !important; }
  .StylableButton2545352419__root.StylableButton2545352419__forcedColorsBackground .StylableButton2545352419__label { color: inherit !important; }
  .StylableButton2545352419__root:not([disabled]) { outline-offset: 0px; outline: buttontext solid 2px; }
  .StylableButton2545352419__root:hover:not([disabled]), .StylableButton2545352419__root[aria-pressed="true"], .StylableButton2545352419__root[aria-selected="true"], .StylableButton2545352419__root[data-preview="selected"] { outline-offset: 1px; outline: highlight solid 3px; }
  .StylableButton2545352419__root:focus, .StylableButton2545352419__root:focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
  .StylableButton2545352419__icon, .StylableButton2545352419__icon svg:not([data-type="ugc"]):not([data-type="color"]), .StylableButton2545352419__icon svg:not([data-type="ugc"]):not([data-type="color"]) * { fill: currentcolor !important; stroke: currentcolor !important; }
}
.umBpNq { direction: var(--btn-direction); cursor: pointer; min-width: var(--btn-min-width); box-sizing: border-box; touch-action: manipulation; border-left: var(--border-left); border-right: var(--border-right); border-top: var(--border-top); border-bottom: var(--border-bottom); border-top-left-radius: var(--border-top-left-radius); border-top-right-radius: var(--border-top-right-radius); border-bottom-left-radius: var(--border-bottom-left-radius); border-bottom-right-radius: var(--border-bottom-right-radius); width: 100%; height: 100%; min-height: 10px; box-shadow: var(--box-shadow); background: var(--background); padding-left: var(--padding-left); padding-right: var(--padding-right); padding-top: var(--padding-top); padding-bottom: var(--padding-bottom); display: block; }
@media (forced-colors: active) {
  .umBpNq.cnbtKC { color: buttontext !important; background: buttonface !important; }
  .umBpNq:not(:disabled) { outline-offset: 0px; outline: buttontext solid 2px; }
  .umBpNq:not(:disabled):hover, .umBpNq:not(:disabled)[aria-pressed="true"], .umBpNq:not(:disabled)[aria-selected="true"], .umBpNq:not(:disabled)[data-preview="selected"] { outline-offset: 1px; outline: highlight solid 3px; }
  .umBpNq:not(:disabled):focus, .umBpNq:not(:disabled):focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
  .umBpNq.cnbtKC:disabled { color: graytext !important; }
}
.umBpNq.b5wzzG:not(:hover):not(:disabled) { border-color: var(--corvid-border-color,initial); }
.umBpNq.IdBKRQ:not(:hover):not(:disabled) { background-color: var(--corvid-background-color,var(--background)); }
.umBpNq:hover, .umBpNq [data-preview="hover"] { border-left: var(--hover-border-left,var(--border-left)); border-right: var(--hover-border-right,var(--border-right)); border-top: var(--hover-border-top,var(--border-top)); border-bottom: var(--hover-border-bottom,var(--border-bottom)); border-top-left-radius: var(--hover-border-top-left-radius,var(--border-top-left-radius)); border-top-right-radius: var(--hover-border-top-right-radius,var(--border-top-right-radius)); border-bottom-left-radius: var(--hover-border-bottom-left-radius,var(--border-bottom-left-radius)); border-bottom-right-radius: var(--hover-border-bottom-right-radius,var(--border-bottom-right-radius)); box-shadow: var(--hover-box-shadow,var(--box-shadow)); background: var(--hover-background,var(--background)); padding-left: var(--hover-padding-left,var(--padding-left)); padding-right: var(--hover-padding-right,var(--padding-right)); padding-top: var(--hover-padding-top,var(--padding-top)); padding-bottom: var(--hover-padding-bottom,var(--padding-bottom)); }
.umBpNq.olGtjp:hover:not(:disabled) { border-color: var(--corvid-hover-border-color,initial); }
.umBpNq.H4kLBj:hover:not(:disabled) { background-color: var(--corvid-hover-background-color,var(--hover-background,var(--background))); }
.umBpNq:disabled, .umBpNq [data-preview="disabled"] { cursor: default; border-left: var(--disabled-border-left,var(--border-left)); border-right: var(--disabled-border-right,var(--border-right)); border-top: var(--disabled-border-top,var(--border-top)); border-bottom: var(--disabled-border-bottom,var(--border-bottom)); border-top-left-radius: var(--disabled-border-top-left-radius,var(--border-top-left-radius)); border-top-right-radius: var(--disabled-border-top-right-radius,var(--border-top-right-radius)); border-bottom-left-radius: var(--disabled-border-bottom-left-radius,var(--border-bottom-left-radius)); border-bottom-right-radius: var(--disabled-border-bottom-right-radius,var(--border-bottom-right-radius)); box-shadow: var(--disabled-box-shadow,var(--box-shadow)); background: var(--disabled-background,var(--background)); padding-left: var(--disabled-padding-left,var(--padding-left)); padding-right: var(--disabled-padding-right,var(--padding-right)); padding-top: var(--disabled-padding-top,var(--padding-top)); padding-bottom: var(--disabled-padding-bottom,var(--padding-bottom)); }
.umBpNq.jRfRxf:disabled:not(:hover) { border-color: var(--corvid-disabled-border-color,initial); }
.umBpNq.yNUpJa:disabled:not(:hover) { background-color: var(--corvid-disabled-background-color,var(--disabled-background,var(--background))); }
.xuJAxK { font: var(--font,var(--font_8)); display: var(--label-display); color: var(--color); letter-spacing: var(--letter-spacing); line-height: var(--line-height); text-decoration-line: var(--text-decoration); direction: var(--direction); text-align: var(--text-align,revert); background-color: var(--text-highlight,transparent); text-transform: var(--text-transform); text-shadow: var(--text-outline),var(--text-shadow); overflow: var(--overflow,hidden); text-overflow: var(--label-text-overflow); white-space: var(--label-white-space); min-width: 1.8em; max-width: 100%; transition: inherit; }
.umBpNq.EOdpK9:not(:hover):not(:disabled) .xuJAxK { color: var(--corvid-color,var(--color)); }
.umBpNq:hover .xuJAxK, .umBpNq [data-preview="hover"] .xuJAxK { display: var(--hover-label-display,var(--label-display)); font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--hover-color,var(--color)); letter-spacing: var(--hover-letter-spacing,var(--letter-spacing)); line-height: var(--hover-line-height,var(--line-height)); text-decoration-line: var(--hover-text-decoration,var(--text-decoration)); direction: var(--hover-direction,var(--direction)); text-align: var(--hover-text-align,var(--text-align,revert)); background-color: var(--hover-text-highlight,var(--text-highlight,transparent)); text-transform: var(--hover-text-transform,var(--text-transform)); text-shadow: var(--hover-text-outline,var(--text-outline)),var(--hover-text-shadow,var(--text-shadow)); }
.umBpNq.wCtkkB:hover:not(:disabled) .xuJAxK { color: var(--corvid-hover-color,var(--hover-color,var(--color))); }
.umBpNq:disabled .xuJAxK, .umBpNq [data-preview="disabled"] .xuJAxK { display: var(--disabled-label-display,var(--label-display)); font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--disabled-color,var(--color)); letter-spacing: var(--disabled-letter-spacing,var(--letter-spacing)); line-height: var(--disabled-line-height,var(--line-height)); text-decoration-line: var(--disabled-text-decoration,var(--text-decoration)); direction: var(--disabled-direction,var(--direction)); text-align: var(--disabled-text-align,var(--text-align,revert)); background-color: var(--disabled-text-highlight,var(--text-highlight,transparent)); text-transform: var(--disabled-text-transform,var(--text-transform)); text-shadow: var(--disabled-text-outline,var(--text-outline)),var(--disabled-text-shadow,var(--text-shadow)); }
.umBpNq.GsVIhZ:disabled:not(:hover) .xuJAxK { color: var(--corvid-disabled-color,var(--disabled-color,var(--color))); }
.wVQcpq { box-sizing: border-box; color: rgb(0, 0, 0); text-decoration: none; }
.NZHz_8 { justify-content: var(--container-justify-content); flex-basis: auto; flex-direction: var(--container-flex-direction); align-items: var(--container-align-items); gap: var(--content-gap,"0px"); flex-grow: 1; width: 100%; height: 100%; transition: 0.4s, visibility; display: flex; overflow: hidden; }
.GvoWb8 { min-width: 1px; display: var(--icon-display); width: var(--icon-size); height: var(--icon-size); fill: var(--icon-color); flex-shrink: 0; order: var(--icon-order,0); transform: rotate(var(--icon-rotation)); transition: inherit; }
.umBpNq.LwoP3t:not(:hover):not(:disabled) .GvoWb8 { fill: var(--corvid-icon-color,var(--icon-color)); }
.umBpNq:hover .GvoWb8, .umBpNq [data-preview="hover"] .GvoWb8 { display: var(--hover-icon-display,var(--icon-display)); width: var(--hover-icon-size,var(--icon-size)); height: var(--hover-icon-size,var(--icon-size)); fill: var(--hover-icon-color,var(--icon-color)); transform: rotate(var(--hover-icon-rotation,var(--icon-rotation))); }
.umBpNq.Sbl9_q:hover:not(:disabled) .GvoWb8 { fill: var(--corvid-hover-icon-color,var(--hover-icon-color,var(--icon-color))); }
.umBpNq:disabled .GvoWb8, .umBpNq [data-preview="disabled"] .GvoWb8 { display: var(--disabled-icon-display,var(--icon-display)); width: var(--disabled-icon-size,var(--icon-size)); height: var(--disabled-icon-size,var(--icon-size)); fill: var(--disabled-icon-color,var(--icon-color)); transform: rotate(var(--disabled-icon-rotation,var(--icon-rotation))); }
.umBpNq.ET2QWr:disabled:not(:hover) .GvoWb8 { fill: var(--corvid-disabled-icon-color,var(--disabled-icon-color,var(--icon-color))); }
.GvoWb8 > span, .GvoWb8 svg { width: inherit; height: inherit; display: flex; }
@media (forced-colors: active) {
  .umBpNq.cnbtKC .xuJAxK { color: inherit !important; }
  .GvoWb8, .GvoWb8 svg:not([data-type="ugc"]):not([data-type="color"]), .GvoWb8 svg:not([data-type="ugc"]):not([data-type="color"]) * { fill: currentcolor !important; stroke: currentcolor !important; }
}
.WZxFET { direction: var(--btn-direction); cursor: pointer; min-width: var(--btn-min-width); box-sizing: border-box; touch-action: manipulation; border-left: var(--border-left); border-right: var(--border-right); border-top: var(--border-top); border-bottom: var(--border-bottom); border-top-left-radius: var(--border-top-left-radius); border-top-right-radius: var(--border-top-right-radius); border-bottom-left-radius: var(--border-bottom-left-radius); border-bottom-right-radius: var(--border-bottom-right-radius); width: 100%; height: 100%; min-height: 10px; box-shadow: var(--box-shadow); background: var(--background); padding-left: var(--padding-left); padding-right: var(--padding-right); padding-top: var(--padding-top); padding-bottom: var(--padding-bottom); display: block; }
@media (forced-colors: active) {
  .WZxFET.wIt3qS { color: buttontext !important; background: buttonface !important; }
  .WZxFET:not(:disabled) { outline-offset: 0px; outline: buttontext solid 2px; }
  .WZxFET:not(:disabled):hover, .WZxFET:not(:disabled)[aria-pressed="true"], .WZxFET:not(:disabled)[aria-selected="true"], .WZxFET:not(:disabled)[data-preview="selected"] { outline-offset: 1px; outline: highlight solid 3px; }
  .WZxFET:not(:disabled):focus, .WZxFET:not(:disabled):focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
  .WZxFET.wIt3qS:disabled { color: graytext !important; }
}
.WZxFET.LEgq9n:not(:hover):not(:disabled) { border-color: var(--corvid-border-color,initial); }
.WZxFET.ANbqd3:not(:hover):not(:disabled) { background-color: var(--corvid-background-color,var(--background)); }
.WZxFET:hover, .WZxFET [data-preview="hover"] { border-left: var(--hover-border-left,var(--border-left)); border-right: var(--hover-border-right,var(--border-right)); border-top: var(--hover-border-top,var(--border-top)); border-bottom: var(--hover-border-bottom,var(--border-bottom)); border-top-left-radius: var(--hover-border-top-left-radius,var(--border-top-left-radius)); border-top-right-radius: var(--hover-border-top-right-radius,var(--border-top-right-radius)); border-bottom-left-radius: var(--hover-border-bottom-left-radius,var(--border-bottom-left-radius)); border-bottom-right-radius: var(--hover-border-bottom-right-radius,var(--border-bottom-right-radius)); box-shadow: var(--hover-box-shadow,var(--box-shadow)); background: var(--hover-background,var(--background)); padding-left: var(--hover-padding-left,var(--padding-left)); padding-right: var(--hover-padding-right,var(--padding-right)); padding-top: var(--hover-padding-top,var(--padding-top)); padding-bottom: var(--hover-padding-bottom,var(--padding-bottom)); }
.WZxFET.QHgQsb:hover:not(:disabled) { border-color: var(--corvid-hover-border-color,initial); }
.WZxFET.YXO83s:hover:not(:disabled) { background-color: var(--corvid-hover-background-color,var(--hover-background,var(--background))); }
.WZxFET:disabled, .WZxFET [data-preview="disabled"] { cursor: default; border-left: var(--disabled-border-left,var(--border-left)); border-right: var(--disabled-border-right,var(--border-right)); border-top: var(--disabled-border-top,var(--border-top)); border-bottom: var(--disabled-border-bottom,var(--border-bottom)); border-top-left-radius: var(--disabled-border-top-left-radius,var(--border-top-left-radius)); border-top-right-radius: var(--disabled-border-top-right-radius,var(--border-top-right-radius)); border-bottom-left-radius: var(--disabled-border-bottom-left-radius,var(--border-bottom-left-radius)); border-bottom-right-radius: var(--disabled-border-bottom-right-radius,var(--border-bottom-right-radius)); box-shadow: var(--disabled-box-shadow,var(--box-shadow)); background: var(--disabled-background,var(--background)); padding-left: var(--disabled-padding-left,var(--padding-left)); padding-right: var(--disabled-padding-right,var(--padding-right)); padding-top: var(--disabled-padding-top,var(--padding-top)); padding-bottom: var(--disabled-padding-bottom,var(--padding-bottom)); }
.WZxFET.Pl_R65:disabled:not(:hover) { border-color: var(--corvid-disabled-border-color,initial); }
.WZxFET.qSNL2N:disabled:not(:hover) { background-color: var(--corvid-disabled-background-color,var(--disabled-background,var(--background))); }
.QeinDR { font: var(--font,var(--font_8)); display: var(--label-display); color: var(--color); letter-spacing: var(--letter-spacing); line-height: var(--line-height); text-decoration-line: var(--text-decoration); direction: var(--direction); text-align: var(--text-align,revert); background-color: var(--text-highlight,transparent); text-transform: var(--text-transform); text-shadow: var(--text-outline),var(--text-shadow); overflow: var(--overflow,hidden); text-overflow: var(--label-text-overflow); white-space: var(--label-white-space); min-width: 1.8em; max-width: 100%; transition: inherit; }
.WZxFET.xXDwXs:not(:hover):not(:disabled) .QeinDR { color: var(--corvid-color,var(--color)); }
.WZxFET:hover .QeinDR, .WZxFET [data-preview="hover"] .QeinDR { display: var(--hover-label-display,var(--label-display)); font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--hover-color,var(--color)); letter-spacing: var(--hover-letter-spacing,var(--letter-spacing)); line-height: var(--hover-line-height,var(--line-height)); text-decoration-line: var(--hover-text-decoration,var(--text-decoration)); direction: var(--hover-direction,var(--direction)); text-align: var(--hover-text-align,var(--text-align,revert)); background-color: var(--hover-text-highlight,var(--text-highlight,transparent)); text-transform: var(--hover-text-transform,var(--text-transform)); text-shadow: var(--hover-text-outline,var(--text-outline)),var(--hover-text-shadow,var(--text-shadow)); }
.WZxFET.DEbY45:hover:not(:disabled) .QeinDR { color: var(--corvid-hover-color,var(--hover-color,var(--color))); }
.WZxFET:disabled .QeinDR, .WZxFET [data-preview="disabled"] .QeinDR { display: var(--disabled-label-display,var(--label-display)); font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--disabled-color,var(--color)); letter-spacing: var(--disabled-letter-spacing,var(--letter-spacing)); line-height: var(--disabled-line-height,var(--line-height)); text-decoration-line: var(--disabled-text-decoration,var(--text-decoration)); direction: var(--disabled-direction,var(--direction)); text-align: var(--disabled-text-align,var(--text-align,revert)); background-color: var(--disabled-text-highlight,var(--text-highlight,transparent)); text-transform: var(--disabled-text-transform,var(--text-transform)); text-shadow: var(--disabled-text-outline,var(--text-outline)),var(--disabled-text-shadow,var(--text-shadow)); }
.WZxFET.liVS6k:disabled:not(:hover) .QeinDR { color: var(--corvid-disabled-color,var(--disabled-color,var(--color))); }
.OOhWpA { box-sizing: border-box; color: rgb(0, 0, 0); text-decoration: none; }
.UPWJFm { justify-content: var(--container-justify-content); flex-basis: auto; flex-direction: var(--container-flex-direction); align-items: var(--container-align-items); gap: var(--content-gap,"0px"); flex-grow: 1; width: 100%; height: 100%; transition: 0.4s, visibility; display: flex; overflow: hidden; }
.vwUNxR { min-width: 1px; display: var(--icon-display); width: var(--icon-size); height: var(--icon-size); fill: var(--icon-color); flex-shrink: 0; order: var(--icon-order,0); transform: rotate(var(--icon-rotation)); transition: inherit; }
.WZxFET.PlqraU:not(:hover):not(:disabled) .vwUNxR { fill: var(--corvid-icon-color,var(--icon-color)); }
.WZxFET:hover .vwUNxR, .WZxFET [data-preview="hover"] .vwUNxR { display: var(--hover-icon-display,var(--icon-display)); width: var(--hover-icon-size,var(--icon-size)); height: var(--hover-icon-size,var(--icon-size)); fill: var(--hover-icon-color,var(--icon-color)); transform: rotate(var(--hover-icon-rotation,var(--icon-rotation))); }
.WZxFET.jEsvuh:hover:not(:disabled) .vwUNxR { fill: var(--corvid-hover-icon-color,var(--hover-icon-color,var(--icon-color))); }
.WZxFET:disabled .vwUNxR, .WZxFET [data-preview="disabled"] .vwUNxR { display: var(--disabled-icon-display,var(--icon-display)); width: var(--disabled-icon-size,var(--icon-size)); height: var(--disabled-icon-size,var(--icon-size)); fill: var(--disabled-icon-color,var(--icon-color)); transform: rotate(var(--disabled-icon-rotation,var(--icon-rotation))); }
.WZxFET.xcGqHs:disabled:not(:hover) .vwUNxR { fill: var(--corvid-disabled-icon-color,var(--disabled-icon-color,var(--icon-color))); }
.vwUNxR > span, .vwUNxR svg { width: inherit; height: inherit; display: flex; }
@media (forced-colors: active) {
  .WZxFET.wIt3qS .QeinDR { color: inherit !important; }
  .vwUNxR, .vwUNxR svg:not([data-type="ugc"]):not([data-type="color"]), .vwUNxR svg:not([data-type="ugc"]):not([data-type="color"]) * { fill: currentcolor !important; stroke: currentcolor !important; }
}
.gDZ5xr { border-radius: var(--overflow-wrapper-border-radius); }
.ZBf0K1 { opacity: var(--hamburger-menu-container-initial-opacity); }
.ZBf0K1 > * { transform: var(--hamburger-menu-container-initial-transform); }
.ZBf0K1[data-animation-name="revealFromRight"] { clip-path: inset(0px); }
.ZBf0K1[data-animation-name="revealFromRight"] > * { transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
.ZBf0K1[data-animation-name="revealFromRight"][data-animation-state="enterActive"] > *, .ZBf0K1[data-animation-name="revealFromRight"][data-animation-state="enterDone"] > * { transform: translate(0px); }
.ZBf0K1[data-animation-name="fadeIn"] { transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
.ZBf0K1[data-animation-name="fadeIn"][data-animation-state="enterActive"], .ZBf0K1[data-animation-name="fadeIn"][data-animation-state="enterDone"] { opacity: 1; }
.fy6eJk { --container-overflow-y: hidden; }
[data-prehydration]:has([data-hamburger-toggle][data-hamburger-animation="revealFromRight"]:checked) .ZBf0K1 { clip-path: inset(0px); }
[data-prehydration]:has([data-hamburger-toggle][data-hamburger-animation="revealFromRight"]:checked) .ZBf0K1 > * { transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); transform: translate(0px); }
[data-prehydration]:has([data-hamburger-toggle][data-hamburger-animation="fadeIn"]:checked) .ZBf0K1 { opacity: 1; transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
[data-prehydration]:has([data-hamburger-toggle]:checked) .ZBf0K1 { z-index: 2; position: relative; }
[data-prehydration]:has([data-hamburger-toggle][data-hamburger-animation="none"]:checked) .ZBf0K1 { opacity: 1; }
[data-prehydration]:has([data-hamburger-toggle][data-hamburger-animation="none"]:checked) .ZBf0K1 > * { transform: translate(0px); }
.HamburgerMenuContainer502174924__root { box-sizing: border-box; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }
.Qkigz2 { box-sizing: border-box; top: 0px; background: var(--background); border: var(--border); border-radius: var(--border-radius); width: 100%; height: 100%; box-shadow: var(--box-shadow); position: absolute; inset-inline-start: 0px; }
.NxO5nt { flex-direction: var(--container-flex-direction); flex-grow: var(--menu-items-flex-grow); align-items: center; gap: var(--menu-items-main-axis-gap); flex-wrap: nowrap; display: flex; }
.fYThT1 { height: var(--menu-item-wrapper-height); display: var(--item-wrapper-display); width: var(--item-wrapper-width); justify-content: var(--container-align); flex-grow: var(--menu-items-flex-grow); }
.FBAIyH { width: var(--item-width); box-sizing: border-box; align-items: center; height: 100%; display: flex; position: relative; }
.FBAIyH a { color: inherit; }
.FBAIyH.QFOPOz { border-left: var(--item-border-left); border-right: var(--item-border-right); border-radius: var(--item-border-radius); padding-left: var(--item-padding-left,var(--item-horizontal-padding)); padding-right: var(--item-padding-right,var(--item-horizontal-padding)); }
[data-open]:not([data-animation-state="exitActive"]):not([data-animation-state="exitDone"]) > .fYThT1 > .FBAIyH, .FBAIyH[data-interactive="true"]:hover, .FBAIyH[data-preview="hover"], .FBAIyH.BjD2X8 { background: var(--item-hover-background,var(--item-background)); box-shadow: var(--item-hover-box-shadow,var(--item-box-shadow)); border-top: var(--item-hover-border-top,var(--item-border-top)); border-bottom: var(--item-hover-border-bottom,var(--item-border-bottom)); }
[data-open]:not([data-animation-state="exitActive"]):not([data-animation-state="exitDone"]) > .fYThT1 > .FBAIyH.QFOPOz, .FBAIyH[data-interactive="true"]:hover.QFOPOz, .FBAIyH[data-preview="hover"].QFOPOz, .FBAIyH.BjD2X8.QFOPOz { border-left: var(--item-hover-border-left,var(--item-border-left)); border-right: var(--item-hover-border-right,var(--item-border-right)); border-radius: var(--item-hover-border-radius,var(--item-border-radius)); }
[data-open]:not([data-animation-state="exitActive"]):not([data-animation-state="exitDone"]) > .fYThT1 > .FBAIyH .ijO_Jr, .FBAIyH[data-interactive="true"]:hover .ijO_Jr, .FBAIyH[data-preview="hover"] .ijO_Jr, .FBAIyH.BjD2X8 .ijO_Jr { color: var(--item-hover-color,var(--item-color)); text-decoration-line: var(--item-hover-text-decoration,var(--item-text-decoration)); text-shadow: var(--item-hover-text-outline,var(--item-text-outline)),var(--item-hover-text-shadow,var(--item-text-shadow)); background-color: var(--item-hover-text-highlight,var(--item-text-highlight)); line-height: var(--item-line-height); }
[data-open]:not([data-animation-state="exitActive"]):not([data-animation-state="exitDone"]) > .fYThT1 > .FBAIyH path, .FBAIyH[data-interactive="true"]:hover path, .FBAIyH[data-preview="hover"] path, .FBAIyH.BjD2X8 path { fill: var(--item-hover-icon-color,var(--item-icon-color,currentcolor)); }
.FBAIyH[data-selected], .FBAIyH[data-preview="selected"], .FBAIyH.aH0Njg { background: var(--item-selected-background,var(--item-background)); box-shadow: var(--item-selected-box-shadow,var(--item-box-shadow)); border-top: var(--item-selected-border-top,var(--item-border-top)); border-bottom: var(--item-selected-border-bottom,var(--item-border-bottom)); }
.FBAIyH[data-selected].QFOPOz, .FBAIyH[data-preview="selected"].QFOPOz, .FBAIyH.aH0Njg.QFOPOz { border-left: var(--item-selected-border-left,var(--item-border-left)); border-right: var(--item-selected-border-right,var(--item-border-right)); border-radius: var(--item-selected-border-radius,var(--item-border-radius)); }
.FBAIyH[data-selected] .ijO_Jr, .FBAIyH[data-preview="selected"] .ijO_Jr, .FBAIyH.aH0Njg .ijO_Jr { color: var(--item-selected-color,var(--item-color)); text-decoration-line: var(--item-selected-text-decoration,var(--item-text-decoration)); text-shadow: var(--item-selected-text-outline,var(--item-text-outline)),var(--item-selected-text-shadow,var(--item-text-shadow)); background-color: var(--item-selected-text-highlight,var(--item-text-highlight)); line-height: var(--item-line-height); }
.FBAIyH[data-selected] path, .FBAIyH[data-preview="selected"] path, .FBAIyH.aH0Njg path { fill: var(--item-selected-icon-color,var(--item-icon-color,currentcolor)); }
.FBAIyH > a::before { content: ""; position: absolute; inset: 0px; }
@media (forced-colors: active) {
  .FBAIyH { outline-offset: -1px; outline: buttontext solid 2px; }
  .FBAIyH .RXCM8H { color: buttontext; }
  [data-open]:not([data-animation-state="exitActive"]):not([data-animation-state="exitDone"]) > .fYThT1 > .FBAIyH, .FBAIyH[data-interactive="true"]:hover, .FBAIyH[data-preview="hover"], .FBAIyH.BjD2X8, .FBAIyH[data-selected], .FBAIyH[data-preview="selected"] { outline-offset: -2px; outline: highlight solid 3px; }
  [data-open]:not([data-animation-state="exitActive"]):not([data-animation-state="exitDone"]) > .fYThT1 > .FBAIyH .RXCM8H, .FBAIyH[data-interactive="true"]:hover .RXCM8H, .FBAIyH[data-preview="hover"] .RXCM8H, .FBAIyH.BjD2X8 .RXCM8H, .FBAIyH[data-selected] .RXCM8H, .FBAIyH[data-preview="selected"] .RXCM8H { color: highlight; }
  .FBAIyH:focus-within { outline-offset: -2px !important; outline: highlight dashed 3px !important; }
  .FBAIyH:focus-within .RXCM8H { color: highlight; }
  .FBAIyH > a:focus, .FBAIyH > a:focus-visible { outline: none !important; }
  .FBAIyH .RXCM8H:focus, .FBAIyH .RXCM8H:focus-visible { outline-offset: 1px !important; outline: highlight solid 3px !important; }
}
.ijO_Jr { direction: var(--item-direction); background-color: var(--item-text-highlight); white-space: nowrap; }
.rpHatU { --computed-anchor: var(--anchor,var(--dropdown-anchor)); --computed-align: var(--align,var(--dropdown-align)); --computed-space-above: var(--space-above,var(--dropdown-space-above)); --computed-horizontal-margin: var(--horizontal-margin,var(--dropdown-horizontal-margin)); --before-el-top: calc(-1 * var(--computed-space-above)); visibility: hidden; z-index: var(--above-all-z-index); margin-top: var(--computed-space-above) !important; top: auto !important; right: auto !important; bottom: auto !important; left: var(--dropdown-left) !important; display: none !important; position: absolute !important; }
.rpHatU::before { content: ""; height: var(--computed-space-above); top: var(--before-el-top); width: 100%; display: block; position: absolute; }
.rpHatU[data-open="true"] { visibility: visible; }
.NxO5nt[data-open="calculating"] .rpHatU, .NxO5nt[data-open="true"] .rpHatU { display: grid !important; }
.RXCM8H { cursor: pointer; display: var(--item-icon-display,flex); }
.RXCM8H svg { height: var(--item-icon-size); width: var(--item-icon-size); }
.RXCM8H path { fill: var(--item-icon-color,currentcolor); }
.RXCM8H.wWora8::before { content: ""; position: absolute; inset: 0px; }
.RXCM8H.G_xd9z { display: var(--sr-only-item-icon-display,flex); clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); position: absolute; }
.RXCM8H.G_xd9z:focus, .RXCM8H.G_xd9z:active { clip-path: unset; position: static; }
.kbbiAh[data-open] { transform: rotate(-180deg); }
.iincGk { display: var(--vertical-expand-collapse-display,var(--item-icon-display,flex)); }
.RXCM8H:not(.wWora8):not(.G_xd9z) { position: relative; }
.RXCM8H:not(.wWora8)::before { content: ""; height: max(100%, 24px); width: max(var(--item-icon-size),24px); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
@media (forced-colors: active) {
  .RXCM8H, .RXCM8H svg, .RXCM8H svg *, .RXCM8H path { fill: currentcolor !important; stroke: currentcolor !important; }
}
.JFWRCg { display: var(--horizontal-menu-dropdown-display,block); }
.lmsYvh { display: var(--vertical-menu-dropdown-display); margin-top: calc(var(--menu-items-main-axis-gap,0)*-1); width: 100%; }
.t_wvYI { --computed-space-above: var(--space-above,var(--dropdown-space-above)); visibility: var(--vertical-dropdown-visibility); height: var(--vertical-dropdown-height); margin-top: var(--vertical-dropdown-height,var(--computed-space-above)) !important; }
.Rfl5du .t_wvYI { visibility: unset; height: unset; margin-top: var(--computed-space-above) !important; }
.BDrALc { display: var(--divider-display,none); border-left: var(--horizontal-menu-item-divider,none); border-top: var(--vertical-menu-item-divider,none); align-self: stretch; }
.NxO5nt:last-child .BDrALc { display: none; }
.jGiW2t { display: contents; }
.twZzaW { display: none; }
.WCS58T { clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; width: 1px; height: 1px; margin: -1px; padding: 0px; position: absolute; overflow: hidden; }
[data-prehydration] [data-submenu-toggle]:checked ~ .lmsYvh .t_wvYI { visibility: unset; height: unset; margin-top: var(--computed-space-above) !important; }
[data-prehydration] .jGiW2t { z-index: 1; display: flex; position: relative; }
[data-prehydration] .jGiW2t .RXCM8H { pointer-events: none; }
[data-prehydration] .twZzaW { z-index: 1; cursor: pointer; pointer-events: auto; display: block; position: absolute; inset: 0px; }
[data-prehydration] .twZzaW::before { content: ""; min-width: 44px; min-height: 44px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
[data-prehydration] [data-submenu-toggle]:checked ~ .fYThT1 .kbbiAh { transform: rotate(-180deg); }
[data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="screen"] { visibility: visible; left: var(--computed-horizontal-margin) !important; width: calc(100vw - 2*var(--computed-horizontal-margin)) !important; display: grid !important; position: fixed !important; }
[data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuStretched"] { visibility: visible; width: 100% !important; display: grid !important; left: 0px !important; }
[data-prehydration] .NxO5nt:hover { anchor-name: --ee-hovered-menu-item; }
[data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuItem"], [data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuCustomWidth"] { visibility: visible; display: grid !important; }
[data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuItem"] { left: 0px !important; }
[data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuCustomWidth"][data-align="start"] { left: 0px !important; right: auto !important; }
[data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuCustomWidth"][data-align="center"] { left: 50% !important; right: auto !important; transform: translate(-50%) !important; }
[data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuCustomWidth"][data-align="end"] { left: auto !important; right: 0px !important; }
@supports (anchor-name:--a) {
  [data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuItem"] { width: max-content !important; min-width: anchor-size(--ee-hovered-menu-item width) !important; }
  [data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuItem"][data-align="start"], [data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuCustomWidth"][data-align="start"] { left: anchor(--ee-hovered-menu-item left) !important; right: auto !important; }
  [data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuItem"][data-align="center"], [data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuCustomWidth"][data-align="center"] { left: anchor(--ee-hovered-menu-item center) !important; right: auto !important; transform: translate(-50%) !important; }
  [data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuItem"][data-align="end"], [data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuCustomWidth"][data-align="end"] { left: auto !important; right: anchor(--ee-hovered-menu-item right) !important; }
}
.cVnJ7u { justify-content: var(--item-text-align); background: var(--item-background); box-shadow: var(--item-box-shadow); border-top: var(--item-border-top); border-bottom: var(--item-border-bottom); padding-top: var(--item-padding-top,var(--item-vertical-padding)); padding-bottom: var(--item-padding-bottom,var(--item-vertical-padding)); gap: var(--spacing-between-label-and-dropdown-icon); }
.GPIJZi { font: var(--item-font,font_6); color: var(--item-color); text-decoration-line: var(--item-text-decoration); text-transform: var(--item-text-transform); text-shadow: var(--item-text-outline),var(--item-text-shadow); letter-spacing: var(--item-letter-spacing); line-height: var(--item-line-height); }
.Y4Cdvx [data-part="menu-item"] { --underline-scale: scaleX(0); --wash-scale: scaleX(0); --circle-clip-path: circle(0%); --dropdown-icon-transform: rotate(0); --bullet-translate: translateX(-150%); --bullet-opacity: 0; --wave-tarnslate: scaleY(0); }
.Y4Cdvx [data-part="menu-item"]:not([data-animation-name="none"]) [data-part="dropdown-icon"] { transition-property: transform; transition-duration: 0.4s; }
.Y4Cdvx [data-part="menu-item"] [data-part="label"]::after, .Y4Cdvx [data-part="menu-item"] [data-part="dropdown-item-label"]::after { content: ""; width: 100%; height: 1px; display: var(--item-label-underline-display,block); background-color: currentcolor; transform: scaleX(0); }
.Y4Cdvx [data-part="menu-item"] [data-part="label"]::before { content: "•" / ""; display: var(--item-label-bullet-display,inline-block); opacity: 0; padding-inline-end: 3px; }
.Y4Cdvx [data-part="menu-item"] [data-part="menu-item-content"][data-selected] [data-part="label"]::after { display: var(--item-selected-label-underline-display,block); transform: scaleX(1); }
.Y4Cdvx [data-part="menu-item"] [data-part="menu-item-content"][data-selected] [data-part="label"]::before { opacity: 1; }
.Y4Cdvx [data-part="menu-item"][data-open="true"], .Y4Cdvx [data-part="menu-item"][data-animation-state="enterActive"], .Y4Cdvx [data-part="menu-item"][data-animation-state="enterDone"] { --underline-scale: scaleX(1); --wash-scale: scaleX(1); --circle-clip-path: circle(100%); --dropdown-icon-transform: rotate(-540deg); --bullet-translate: translateX(0%); --bullet-opacity: 1; --wave-tarnslate: scaleY(1.5); }
.Y4Cdvx [data-part="menu-item"] [data-selected] { --underline-scale: scaleX(1); --wash-scale: scaleX(0); --bullet-translate: translateX(0%); --bullet-opacity: 1; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="underline"] [data-part="label"]::after { transform-origin: 0px center; transform: var(--underline-scale); transition: transform 0.3s; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="underline"] [data-part="dropdown-item-label"]::after { transform-origin: 0px center; transition-property: transform; transition-duration: 0.3s; display: block; transform: scaleX(0); }
.Y4Cdvx [data-part="menu-item"][data-animation-name="underline"] [data-part="dropdown-item"]:hover [data-part="dropdown-item-label"]::after { transform: scaleX(1); }
.Y4Cdvx [data-part="menu-item"][data-animation-name="wash"] [data-part="menu-item-content"] { isolation: isolate; position: relative; overflow: hidden; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="wash"] [data-part="menu-item-content"]::before { content: ""; z-index: -1; background-color: var(--item-hover-background); transform-origin: 0px center; transform: var(--wash-scale); transition: transform 0.4s; display: block; position: absolute; inset: 0px; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="wash"] [data-part="menu-item-content"]:not([data-selected]):hover { background-color: var(--item-background); }
.Y4Cdvx [data-part="menu-item"][data-animation-name="wash"] [data-part="dropdown-item-label"] { transition: color 0.2s ease-in-out; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="circle"] [data-part="menu-item-content"] { isolation: isolate; position: relative; overflow: hidden; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="circle"] [data-part="menu-item-content"]::before { content: ""; z-index: -1; background-color: var(--item-hover-background); clip-path: var(--circle-clip-path); transition: clip-path 0.4s; display: block; position: absolute; inset: 0px; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="circle"] [data-part="menu-item-content"]:not([data-selected]):hover { background-color: var(--item-background); }
.Y4Cdvx [data-part="menu-item"][data-animation-name="circle"] [data-part="dropdown-icon"] { transform: var(--dropdown-icon-transform); }
.Y4Cdvx [data-part="menu-item"][data-animation-name="wave"] [data-part="menu-item-content"]:not([data-selected]):hover { background-color: var(--item-background); }
.Y4Cdvx [data-part="menu-item"][data-animation-name="wave"] [data-part="menu-item-content"] { isolation: isolate; position: relative; overflow: hidden; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="wave"] [data-part="menu-item-content"]::before { content: ""; z-index: -1; background-color: var(--item-hover-background); height: 135%; top: 0px; right: 0px; left: 0px; bottom: unset; transform-origin: center bottom; transform: var(--wave-tarnslate); transition: transform 0.4s; display: block; position: absolute; mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2758%27 height=%2717%27 preserveAspectRatio=%27none%27 viewBox=%27-0.004 0 58.004 25.784%27%3E%3Cpath d=%27M44.993-.004c-5.749 0-5.749 6.12-11.497 6.12s-5.751-6.12-11.502-6.12-5.749 6.12-11.497 6.12C5.105 6.116 4.771.728.003.064l-.004 25.719 58.012-.002-.008-19.841a6.69 6.69 0 0 1-1.505.176c-5.753 0-5.753-6.12-11.505-6.12Z%27/%3E%3C/svg%3E"); mask-position: 50% center; mask-size: 100% 100%; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="wave"] [data-part="dropdown-item-label"] { transition: color 0.2s ease-in-out; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="bullet"] [data-part="label"]::before { transform: var(--bullet-translate); opacity: var(--bullet-opacity); transition-duration: 0.3s; display: inline-block; }
.Y4Cdvx { width: 100%; height: 100%; overflow-x: var(--container-overflow-x,unset); overflow-y: var(--container-overflow-y,visible); scrollbar-width: none; box-sizing: border-box; display: flex; }
.Y4Cdvx.VxjUGd { border-left: var(--container-border-left); border-right: var(--container-border-right); border-radius: var(--container-border-radius); padding-right: var(--container-padding-right,0); padding-left: var(--container-padding-left,0); }
.tn8ZSa { direction: var(--direction); }
.OD_PyT { justify-content: var(--container-align); flex-grow: var(--menu-items-flex-grow); flex-direction: var(--container-flex-direction); flex-wrap: var(--container-flex-wrap,unset); scrollbar-width: none; row-gap: var(--menu-items-row-gap); column-gap: var(--menu-items-column-gap); width: 100%; min-width: fit-content; height: auto; display: flex; overflow-x: visible; }
.YUEUpV { background: var(--container-background); box-shadow: var(--container-box-shadow); border-top: var(--container-border-top); border-bottom: var(--container-border-bottom); padding-top: var(--container-padding-top,0); padding-bottom: var(--container-padding-bottom,0); }
.PnnIOa { cursor: pointer; pointer-events: auto; visibility: hidden; transform: var(--scroll-button-transform); --icon-rotation: var(--scroll-button-icon-rotation-deg,calc(var(--scroll-button-icon-rotation) * 1deg)); --icon-rotation-hover: var(--scroll-button-hover-icon-rotation-deg,calc(var(--scroll-button-hover-icon-rotation) * 1deg)); justify-content: center; align-items: center; display: flex; overflow: hidden; }
.PnnIOa.hcRPG3 { border-left: var(--scroll-button-border-left); border-right: var(--scroll-button-border-right); border-radius: var(--scroll-button-border-radius); }
.PnnIOa.hcRPG3 .KEUNmX { padding-right: var(--scroll-button-padding-right,0); padding-left: var(--scroll-button-padding-left,0); }
.PnnIOa.Od2sOd .KEUNmX { padding-inline-start: var(--scroll-button-padding-inline-start,0); padding-inline-end: var(--scroll-button-padding-inline-end,0); }
.PnnIOa:hover, .PnnIOa[data-preview="hover"] { background: var(--scroll-button-hover-background,var(--scroll-button-background)); box-shadow: var(--scroll-button-hover-box-shadow,var(--scroll-button-box-shadow)); border-top: var(--scroll-button-hover-border-top,var(--scroll-button-border-top)); border-bottom: var(--scroll-button-hover-border-bottom,var(--scroll-button-border-bottom)); }
.PnnIOa:hover.hcRPG3, .PnnIOa[data-preview="hover"].hcRPG3 { border-left: var(--scroll-button-hover-border-left,var(--scroll-button-border-left)); border-right: var(--scroll-button-hover-border-right,var(--scroll-button-border-right)); border-radius: var(--scroll-button-hover-border-radius,var(--scroll-button-border-radius)); }
.PnnIOa:hover.hcRPG3 .KEUNmX, .PnnIOa[data-preview="hover"].hcRPG3 .KEUNmX { padding-right: var(--scroll-button-hover-padding-right,var(--scroll-button-padding-right,0)); padding-left: var(--scroll-button-hover-padding-left,var(--scroll-button-padding-left,0)); }
.PnnIOa:hover .KEUNmX, .PnnIOa[data-preview="hover"] .KEUNmX { fill: var(--scroll-button-hover-icon-color,var(--scroll-button-icon-color)); transform: rotate(var(--icon-rotation-hover,var(--icon-rotation))); height: var(--scroll-button-hover-icon-size,var(--scroll-button-icon-size)); width: var(--scroll-button-hover-icon-size,var(--scroll-button-icon-size)); }
.PnnIOa:hover { transition: 80ms cubic-bezier(0, 0, 1, 1); }
.fXBvwp { visibility: visible; pointer-events: auto; }
.sLcDXV { visibility: hidden; pointer-events: none; }
.KEUNmX { min-width: 1px; max-width: 100%; max-height: 100%; fill: var(--scroll-button-icon-color); transform: rotate(var(--icon-rotation)); height: var(--scroll-button-icon-size); width: var(--scroll-button-icon-size); }
.KEUNmX > svg { width: inherit; height: inherit; }
@media (forced-colors: active) {
  .PnnIOa.fXBvwp { outline-offset: 0px; color: buttontext; outline: buttontext solid 2px; }
  .PnnIOa.fXBvwp:hover, .PnnIOa[data-preview="hover"] { outline-offset: 1px; color: highlight; outline: highlight solid 3px; }
  .KEUNmX, .KEUNmX * { fill: currentcolor; stroke: currentcolor; }
}
.MXA4tA { background: var(--scroll-button-background); box-shadow: var(--scroll-button-box-shadow); border-top: var(--scroll-button-border-top); border-bottom: var(--scroll-button-border-bottom); }
.UU6mel { padding-top: inherit; padding-bottom: inherit; border-style: inherit; border-width: inherit; border-image: inherit; pointer-events: none; display: var(--scroll-button-icon-display,flex); border-color: rgba(0, 0, 0, 0); justify-content: space-between; position: absolute; inset: 0px; }
.toi7Rj { direction: var(--submenu-direction,var(--dropdown-menu-direction,var(--direction))); box-sizing: border-box; background: var(--container-background,var(--dropdown-menu-container-background)); border-top: var(--container-border-top,var(--dropdown-menu-container-border-top)); border-bottom: var(--container-border-bottom,var(--dropdown-menu-container-border-bottom)); border-left: var(--container-border-left,var(--dropdown-menu-container-border-left)); border-right: var(--container-border-right,var(--dropdown-menu-container-border-right)); border-radius: var(--container-border-radius,var(--dropdown-menu-container-border-radius)); box-shadow: var(--container-box-shadow,var(--dropdown-menu-container-box-shadow)); text-align: var(--align,var(--dropdown-menu-align)); padding-top: var(--container-padding-top,var(--container-vertical-padding,var(--dropdown-menu-container-padding-top,var(--dropdown-menu-container-vertical-padding)))); padding-bottom: var(--container-padding-bottom,var(--container-vertical-padding,var(--dropdown-menu-container-padding-bottom,var(--dropdown-menu-container-vertical-padding)))); min-width: min-content !important; }
.toi7Rj.x0UOau { padding-right: var(--container-padding-right,var(--container-horizontal-padding,var(--dropdown-menu-container-padding-right,var(--dropdown-menu-container-horizontal-padding)))); padding-left: var(--container-padding-left,var(--container-horizontal-padding,var(--dropdown-menu-container-padding-left,var(--dropdown-menu-container-horizontal-padding)))); }
.toi7Rj.esKf1e { padding-inline-start: var(--container-padding-inline-start); padding-inline-end: var(--container-padding-inline-end); }
@media (forced-colors: active) {
  .toi7Rj { outline-offset: 0px; outline: buttontext solid 2px; }
  .toi7Rj:focus-within { outline-offset: 1px; outline: highlight solid 3px !important; }
}
.sbxaYn { --rows-number: calc((var(--items-number) / $columns-number) + .49); grid-template-columns: repeat(var(--columns-number,var(--dropdown-menu-columns-number)), 1fr); grid-template-rows: repeat(var(--rows-number), auto); row-gap: var(--item-vertical-spacing,var(--dropdown-menu-item-vertical-spacing)); column-gap: var(--item-horizontal-spacing,var(--dropdown-menu-item-horizontal-spacing)); display: grid; }
@supports (width:round(1.9px, 1px)) {
  .sbxaYn { --rows-number: calc(round(up, var(--items-number) / $columns-number)); }
}
.SjbYta { gap: var(--sub-items-vertical-spacing-between,var(--dropdown-menu-sub-items-vertical-spacing-between)); margin-top: var(--sub-items-vertical-spacing-before,var(--dropdown-menu-sub-items-vertical-spacing-before)); flex-direction: column; display: flex; }
.P3tBK7 { width: 100%; }
.ptLEUT { direction: var(--submenu-item-direction,var(--submenu-direction,var(--dropdown-menu-sub-item-direction,var(--dropdown-menu-direction,var(--direction))))); justify-self: var(--dropdown-menu-item-justify-self); text-align: var(--item-align,var(--align,var(--dropdown-menu-item-align,var(--dropdown-menu-align)))); padding-top: var(--item-padding-top,var(--item-vertical-padding,var(--dropdown-menu-item-vertical-padding))); padding-bottom: var(--item-padding-bottom,var(--item-vertical-padding,var(--dropdown-menu-item-vertical-padding))); display: block; }
.ptLEUT.x0UOau { border-left: var(--item-border-left,var(--dropdown-menu-item-border-left)); border-right: var(--item-border-right,var(--dropdown-menu-item-border-right)); border-radius: var(--item-border-radius,var(--dropdown-menu-item-border-radius)); padding-left: var(--item-padding-left,var(--item-horizontal-padding,var(--dropdown-menu-item-horizontal-padding))); padding-right: var(--item-padding-right,var(--item-horizontal-padding,var(--dropdown-menu-item-horizontal-padding))); }
.ptLEUT.esKf1e { padding-inline-start: var(--item-padding-inline-start,var(--item-horizontal-padding,var(--dropdown-menu-item-horizontal-padding))); padding-inline-end: var(--item-padding-inline-end,var(--item-horizontal-padding,var(--dropdown-menu-item-horizontal-padding))); }
.ptLEUT.WB5Q35, .ptLEUT[data-preview="selected"] { font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--item-selected-color,var(--item-color,var(--dropdown-menu-item-selected-color,var(--dropdown-menu-item-color)))); letter-spacing: var(--item-selected-letter-spacing,var(--item-letter-spacing,var(--dropdown-menu-item-selected-letter-spacing,var(--dropdown-menu-item-letter-spacing)))); line-height: var(--item-selected-line-height,var(--item-line-height,var(--dropdown-menu-item-selected-line-height,var(--dropdown-menu-item-line-height)))); text-decoration-line: var(--item-selected-text-decoration,var(--item-text-decoration,var(--dropdown-menu-item-selected-text-decoration,var(--dropdown-menu-item-text-decoration)))); text-transform: var(--item-selected-text-transform,var(--item-text-transform,var(--dropdown-menu-item-selected-text-transform,var(--dropdown-menu-item-text-transform)))); text-shadow: var(--item-selected-text-outline,var(--item-text-outline,var(--dropdown-menu-item-selected-text-outline,var(--dropdown-menu-item-text-outline)))),var(--item-selected-text-shadow,var(--item-text-shadow,var(--dropdown-menu-item-selected-text-shadow,var(--dropdown-menu-item-text-shadow)))); background: var(--item-selected-background,var(--item-background,var(--dropdown-menu-item-selected-background,var(--dropdown-menu-item-background)))); border-top: var(--item-selected-border-top,var(--item-border-top,var(--dropdown-menu-item-selected-border-top,var(--dropdown-menu-item-border-top)))); border-bottom: var(--item-selected-border-bottom,var(--item-border-bottom,var(--dropdown-menu-item-selected-border-bottom,var(--dropdown-menu-item-border-bottom)))); box-shadow: var(--item-selected-box-shadow,var(--item-box-shadow,var(--dropdown-menu-item-selected-box-shadow,var(--dropdown-menu-item-box-shadow)))); }
.ptLEUT.WB5Q35.x0UOau, .ptLEUT[data-preview="selected"].x0UOau { border-left: var(--item-selected-border-left,var(--item-border-left,var(--dropdown-menu-item-selected-border-left,var(--dropdown-menu-item-border-left)))); border-right: var(--item-selected-border-right,var(--item-border-right,var(--dropdown-menu-item-selected-border-right,var(--dropdown-menu-item-border-right)))); border-radius: var(--item-selected-border-radius,var(--item-border-radius,var(--dropdown-menu-item-selected-border-radius,var(--dropdown-menu-item-border-radius)))); }
.ptLEUT.WB5Q35 .u9_aLl, .ptLEUT[data-preview="selected"] .u9_aLl { background-color: var(--item-selected-text-highlight,var(--item-text-highlight,var(--dropdown-menu-item-selected-text-highlight,var(--dropdown-menu-item-text-highlight)))); }
.ptLEUT:hover, .ptLEUT.brJofP, .ptLEUT[data-preview="hover"] { font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--item-hover-color,var(--item-color,var(--dropdown-menu-item-hover-color,var(--dropdown-menu-item-color)))); letter-spacing: var(--item-hover-letter-spacing,var(--item-letter-spacing,var(--dropdown-menu-item-hover-letter-spacing,var(--dropdown-menu-item-letter-spacing)))); line-height: var(--item-hover-line-height,var(--item-line-height,var(--dropdown-menu-item-hover-line-height,var(--dropdown-menu-item-line-height)))); text-decoration-line: var(--item-hover-text-decoration,var(--item-text-decoration,var(--dropdown-menu-item-hover-text-decoration,var(--dropdown-menu-item-text-decoration)))); text-transform: var(--item-hover-text-transform,var(--item-text-transform,var(--dropdown-menu-item-hover-text-transform,var(--dropdown-menu-item-text-transform)))); text-shadow: var(--item-hover-text-outline,var(--item-text-outline,var(--dropdown-menu-item-hover-text-outline,var(--dropdown-menu-item-text-outline)))),var(--item-hover-text-shadow,var(--item-text-shadow,var(--dropdown-menu-item-hover-text-shadow,var(--dropdown-menu-item-text-shadow)))); background: var(--item-hover-background,var(--item-background,var(--dropdown-menu-item-hover-background,var(--dropdown-menu-item-background)))); border-top: var(--item-hover-border-top,var(--item-border-top,var(--dropdown-menu-item-hover-border-top,var(--dropdown-menu-item-border-top)))); border-bottom: var(--item-hover-border-bottom,var(--item-border-bottom,var(--dropdown-menu-item-hover-border-bottom,var(--dropdown-menu-item-border-bottom)))); box-shadow: var(--item-hover-box-shadow,var(--item-box-shadow,var(--dropdown-menu-item-hover-box-shadow,var(--dropdown-menu-item-box-shadow)))); }
.ptLEUT:hover.x0UOau, .ptLEUT.brJofP.x0UOau, .ptLEUT[data-preview="hover"].x0UOau { border-left: var(--item-hover-border-left,var(--item-border-left,var(--dropdown-menu-item-hover-border-left,var(--dropdown-menu-item-border-left)))); border-right: var(--item-hover-border-right,var(--item-border-right,var(--dropdown-menu-item-hover-border-right,var(--dropdown-menu-item-border-right)))); border-radius: var(--item-hover-border-radius,var(--item-border-radius,var(--dropdown-menu-item-hover-border-radius,var(--dropdown-menu-item-border-radius)))); }
.ptLEUT:hover .u9_aLl, .ptLEUT.brJofP .u9_aLl, .ptLEUT[data-preview="hover"] .u9_aLl { background-color: var(--item-hover-text-highlight,var(--item-text-highlight,var(--dropdown-menu-item-hover-text-highlight,var(--dropdown-menu-item-text-highlight)))); }
@media (forced-colors: active) {
  .ptLEUT { outline-offset: 0px; outline: buttontext solid 2px; }
  .ptLEUT.WB5Q35, .ptLEUT[data-preview="selected"], .ptLEUT:hover, .ptLEUT.brJofP, .ptLEUT[data-preview="hover"] { outline-offset: -2px; outline: highlight solid 3px; }
  .ptLEUT:focus, .ptLEUT:focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
}
.B2qCAf { direction: var(--submenu-sub-item-direction,var(--submenu-direction,var(--dropdown-menu-sub-item-direction,var(--dropdown-menu-direction,var(--direction))))); justify-self: var(--sub-item-justify-self); text-align: var(--sub-item-align,var(--align,var(--dropdown-menu-sub-item-align,var(--dropdown-menu-align)))); display: block; }
.B2qCAf.x0UOau { border-left: var(--sub-item-border-left,var(--dropdown-menu-sub-item-border-left)); border-right: var(--sub-item-border-right,var(--dropdown-menu-sub-item-border-right)); border-radius: var(--sub-item-border-radius,var(--dropdown-menu-sub-item-border-radius)); padding-left: var(--sub-item-padding-left,var(--sub-item-horizontal-padding,var(--dropdown-menu-sub-item-horizontal-padding))); padding-right: var(--sub-item-padding-right,var(--sub-item-horizontal-padding,var(--dropdown-menu-sub-item-horizontal-padding))); }
.B2qCAf.WB5Q35, .B2qCAf[data-preview="selected"] { font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--sub-item-selected-color,var(--sub-item-color,var(--dropdown-menu-sub-item-selected-color,var(--dropdown-menu-sub-item-color)))); letter-spacing: var(--sub-item-selected-letter-spacing,var(--sub-item-letter-spacing,var(--dropdown-menu-sub-item-selected-letter-spacing,var(--dropdown-menu-sub-item-letter-spacing)))); line-height: var(--sub-item-selected-line-height,var(--sub-item-line-height,var(--dropdown-menu-sub-item-selected-line-height,var(--dropdown-menu-sub-item-line-height)))); text-decoration-line: var(--sub-item-selected-text-decoration,var(--sub-item-text-decoration,var(--dropdown-menu-sub-item-selected-text-decoration,var(--dropdown-menu-sub-item-text-decoration)))); text-transform: var(--sub-item-selected-text-transform,var(--sub-item-text-transform,var(--dropdown-menu-sub-item-selected-text-transform,var(--dropdown-menu-sub-item-text-transform)))); text-shadow: var(--sub-item-selected-text-outline,var(--sub-item-text-outline,var(--dropdown-menu-sub-item-selected-text-outline,var(--dropdown-menu-sub-item-text-outline)))),var(--sub-item-selected-text-shadow,var(--sub-item-text-shadow,var(--dropdown-menu-sub-item-selected-text-shadow,var(--dropdown-menu-sub-item-text-shadow)))); background: var(--sub-item-selected-background,var(--sub-item-background,var(--dropdown-menu-sub-item-selected-background,var(--dropdown-menu-sub-item-background)))); border-top: var(--sub-item-selected-border-top,var(--sub-item-border-top,var(--dropdown-menu-sub-item-selected-border-top,var(--dropdown-menu-sub-item-border-top)))); border-bottom: var(--sub-item-selected-border-bottom,var(--sub-item-border-bottom,var(--dropdown-menu-sub-item-selected-border-bottom,var(--dropdown-menu-sub-item-border-bottom)))); box-shadow: var(--sub-item-selected-box-shadow,var(--sub-item-box-shadow,var(--dropdown-menu-sub-item-selected-box-shadow,var(--dropdown-menu-sub-item-box-shadow)))); }
.B2qCAf.WB5Q35.x0UOau, .B2qCAf[data-preview="selected"].x0UOau { border-left: var(--sub-item-selected-border-left,var(--sub-item-border-left,var(--dropdown-menu-sub-item-selected-border-left,var(--dropdown-menu-sub-item-border-left)))); border-right: var(--sub-item-selected-border-right,var(--sub-item-border-right,var(--dropdown-menu-sub-item-selected-border-right,var(--dropdown-menu-sub-item-border-right)))); border-radius: var(--sub-item-selected-border-radius,var(--sub-item-border-radius,var(--dropdown-menu-sub-item-selected-border-radius,var(--dropdown-menu-sub-item-border-radius)))); }
.B2qCAf.WB5Q35 .UCVF7R, .B2qCAf[data-preview="selected"] .UCVF7R { background-color: var(--sub-item-selected-text-highlight,var(--sub-item-text-highlight,var(--dropdown-menu-sub-item-selected-text-highlight,var(--dropdown-menu-sub-item-text-highlight)))); }
.B2qCAf:hover, .B2qCAf.brJofP, .B2qCAf[data-preview="hover"] { font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--sub-item-hover-color,var(--sub-item-color,var(--dropdown-menu-sub-item-hover-color,var(--dropdown-menu-sub-item-color)))); letter-spacing: var(--sub-item-hover-letter-spacing,var(--sub-item-letter-spacing,var(--dropdown-menu-sub-item-hover-letter-spacing,var(--dropdown-menu-sub-item-letter-spacing)))); line-height: var(--sub-item-hover-line-height,var(--sub-item-line-height,var(--dropdown-menu-sub-item-hover-line-height,var(--dropdown-menu-sub-item-line-height)))); text-decoration-line: var(--sub-item-hover-text-decoration,var(--sub-item-text-decoration,var(--dropdown-menu-sub-item-hover-text-decoration,var(--dropdown-menu-sub-item-text-decoration)))); text-transform: var(--sub-item-hover-text-transform,var(--sub-item-text-transform,var(--dropdown-menu-sub-item-hover-text-transform,var(--dropdown-menu-sub-item-text-transform)))); text-shadow: var(--sub-item-hover-text-outline,var(--sub-item-text-outline,var(--dropdown-menu-sub-item-hover-text-outline,var(--dropdown-menu-sub-item-text-outline)))),var(--sub-item-hover-text-shadow,var(--sub-item-text-shadow,var(--dropdown-menu-sub-item-hover-text-shadow,var(--dropdown-menu-sub-item-text-shadow)))); background: var(--sub-item-hover-background,var(--sub-item-background,var(--dropdown-menu-sub-item-hover-background,var(--dropdown-menu-sub-item-background)))); border-top: var(--sub-item-hover-border-top,var(--sub-item-border-top,var(--dropdown-menu-sub-item-hover-border-top,var(--dropdown-menu-sub-item-border-top)))); border-bottom: var(--sub-item-hover-border-bottom,var(--sub-item-border-bottom,var(--dropdown-menu-sub-item-hover-border-bottom,var(--dropdown-menu-sub-item-border-bottom)))); box-shadow: var(--sub-item-hover-box-shadow,var(--sub-item-box-shadow,var(--dropdown-menu-sub-item-hover-box-shadow,var(--dropdown-menu-sub-item-box-shadow)))); }
.B2qCAf:hover.x0UOau, .B2qCAf.brJofP.x0UOau, .B2qCAf[data-preview="hover"].x0UOau { border-left: var(--sub-item-hover-border-left,var(--sub-item-border-left,var(--dropdown-menu-sub-item-hover-border-left,var(--dropdown-menu-sub-item-border-left)))); border-right: var(--sub-item-hover-border-right,var(--sub-item-border-right,var(--dropdown-menu-sub-item-hover-border-right,var(--dropdown-menu-sub-item-border-right)))); border-radius: var(--sub-item-hover-border-radius,var(--sub-item-border-radius,var(--dropdown-menu-sub-item-hover-border-radius,var(--dropdown-menu-sub-item-border-radius)))); }
.B2qCAf:hover .UCVF7R, .B2qCAf.brJofP .UCVF7R, .B2qCAf[data-preview="hover"] .UCVF7R { background-color: var(--sub-item-hover-text-highlight,var(--sub-item-text-highlight,var(--dropdown-menu-sub-item-hover-text-highlight,var(--dropdown-menu-sub-item-text-highlight)))); }
@media (forced-colors: active) {
  .B2qCAf { outline-offset: 0px; outline: buttontext solid 2px; }
  .B2qCAf.WB5Q35, .B2qCAf[data-preview="selected"], .B2qCAf:hover, .B2qCAf.brJofP, .B2qCAf[data-preview="hover"] { outline-offset: -2px; outline: highlight solid 3px; }
  .B2qCAf:focus, .B2qCAf:focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
}
.u9_aLl { background-color: var(--item-text-highlight,var(--dropdown-menu-item-text-highlight)); text-align: inherit; text-decoration-line: inherit; text-transform: inherit; text-shadow: inherit; display: inline-block; }
.UCVF7R { background-color: var(--sub-item-text-highlight,var(--dropdown-menu-sub-item-text-highlight)); }
.eP1KVV { font: var(--item-font,var(--dropdown-menu-item-font,var(--font_7))); color: var(--item-color,var(--dropdown-menu-item-color)); letter-spacing: var(--item-letter-spacing,var(--dropdown-menu-item-letter-spacing)); line-height: var(--item-line-height,var(--dropdown-menu-item-line-height)); text-decoration-line: var(--item-text-decoration,var(--dropdown-menu-item-text-decoration)); text-transform: var(--item-text-transform,var(--dropdown-menu-item-text-transform)); text-shadow: var(--item-text-outline,var(--dropdown-menu-item-text-outline)),var(--item-text-shadow,var(--dropdown-menu-item-text-shadow)); background: var(--item-background,var(--dropdown-menu-item-background)); border-top: var(--item-border-top,var(--dropdown-menu-item-border-top)); border-bottom: var(--item-border-bottom,var(--dropdown-menu-item-border-bottom)); box-shadow: var(--item-box-shadow,var(--dropdown-menu-item-box-shadow)); }
._3mA1c { font: var(--sub-item-font,var(--dropdown-menu-sub-item-font)); color: var(--sub-item-color,var(--dropdown-menu-sub-item-color)); letter-spacing: var(--sub-item-letter-spacing,var(--dropdown-menu-sub-item-letter-spacing)); line-height: var(--sub-item-line-height,var(--dropdown-menu-sub-item-line-height)); text-decoration-line: var(--sub-item-text-decoration,var(--dropdown-menu-sub-item-text-decoration)); text-transform: var(--sub-item-text-transform,var(--dropdown-menu-sub-item-text-transform)); text-shadow: var(--sub-item-text-outline,var(--dropdown-menu-sub-item-text-outline)),var(--sub-item-text-shadow,var(--dropdown-menu-sub-item-text-shadow)); background: var(--sub-item-background,var(--dropdown-menu-sub-item-background)); border-top: var(--sub-item-border-top,var(--dropdown-menu-sub-item-border-top)); border-bottom: var(--sub-item-border-bottom,var(--dropdown-menu-sub-item-border-bottom)); box-shadow: var(--sub-item-box-shadow,var(--dropdown-menu-sub-item-box-shadow)); padding-top: var(--sub-item-padding-top,var(--sub-item-vertical-padding,var(--dropdown-menu-sub-item-vertical-padding))); padding-bottom: var(--sub-item-padding-bottom,var(--sub-item-vertical-padding,var(--dropdown-menu-sub-item-vertical-padding))); }
.cNddzb[data-animation-name="revealFromTop"] { transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), clip-path 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
.cNddzb[data-animation-name="revealFromTop"][data-animation-state="enter"], .cNddzb[data-animation-name="revealFromTop"][data-animation-state="exitActive"], .cNddzb[data-animation-name="revealFromTop"][data-animation-state="exitDone"] { clip-path: var(--animation-clip-path); opacity: 0; }
.cNddzb[data-animation-name="revealFromTop"][data-animation-state="exit"], .cNddzb[data-animation-name="revealFromTop"][data-animation-state="enterActive"] { clip-path: inset(var(--shadow-margin,0%) var(--shadow-margin,0%) var(--shadow-margin,0%) var(--shadow-margin,0%)); }
.cNddzb[data-animation-name="revealFromTop"][data-animation-state="enterDone"] { clip-path: unset; }
.cNddzb[data-animation-name="revealFromTop"][data-animation-state="enterActive"], .cNddzb[data-animation-name="revealFromTop"][data-animation-state="enterDone"], .cNddzb[data-animation-name="revealFromTop"][data-animation-state="exit"] { opacity: 1; }
.cNddzb[data-animation-name="fadeIn"] { transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
.cNddzb[data-animation-name="fadeIn"][data-animation-state="enter"], .cNddzb[data-animation-name="fadeIn"][data-animation-state="exitActive"], .cNddzb[data-animation-name="fadeIn"][data-animation-state="exitDone"] { opacity: 0; }
.cNddzb[data-animation-name="fadeIn"][data-animation-state="enterActive"], .cNddzb[data-animation-name="fadeIn"][data-animation-state="enterDone"], .cNddzb[data-animation-name="fadeIn"][data-animation-state="exit"] { opacity: 1; }
.cNddzb { background: var(--container-background,var(--dropdown-container-background)); border-top: var(--container-border-top,var(--dropdown-container-border-top)); border-bottom: var(--container-border-bottom,var(--dropdown-container-border-bottom)); box-shadow: var(--container-box-shadow,var(--dropdown-container-box-shadow)); }
.cNddzb.Nk9NbA { border-left: var(--container-border-left,var(--dropdown-container-border-left)); border-right: var(--container-border-right,var(--dropdown-container-border-right)); border-radius: var(--container-border-radius,var(--dropdown-container-border-radius)); }
.cNddzb.W_BIhg { border-inline-start: var(--container-border-inline-start,var(--dropdown-container-border-inline-start)); border-inline-end: var(--container-border-inline-end,var(--dropdown-container-border-inline-end)); border-start-start-radius: var(--container-border-start-start-radius,var(--dropdown-container-border-start-start-radius)); border-start-end-radius: var(--container-border-start-end-radius,var(--dropdown-container-border-start-end-radius)); border-end-end-radius: var(--container-border-end-end-radius,var(--dropdown-container-border-end-end-radius)); border-end-start-radius: var(--container-border-end-start-radius,var(--dropdown-container-border-end-start-radius)); }
.OOc2NG { direction: ltr; }
.G4Bkwp { box-sizing: border-box; }
div.wiZmhC { display: var(--l_display,var(--hamburger-menu-root-display,var(--container-display))); }
[data-hamburger-btn-label] { display: none; }
div.wiZmhC[data-prehydration] [data-hamburger-btn-label] { z-index: 1; cursor: pointer; pointer-events: auto; display: block; position: absolute; inset: 0px; }
.pcn0FH { clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; width: 1px; height: 1px; margin: -1px; padding: 0px; position: absolute; overflow: hidden; }
.HamburgerOpenButton3537389287__nav { display: inherit; height: inherit; width: auto; }
.uxNlIP { direction: var(--btn-direction); cursor: pointer; min-width: var(--btn-min-width); box-sizing: border-box; touch-action: manipulation; border-left: var(--border-left); border-right: var(--border-right); border-top: var(--border-top); border-bottom: var(--border-bottom); border-top-left-radius: var(--border-top-left-radius); border-top-right-radius: var(--border-top-right-radius); border-bottom-left-radius: var(--border-bottom-left-radius); border-bottom-right-radius: var(--border-bottom-right-radius); width: 100%; height: 100%; min-height: 10px; box-shadow: var(--box-shadow); background: var(--background); padding-left: var(--padding-left); padding-right: var(--padding-right); padding-top: var(--padding-top); padding-bottom: var(--padding-bottom); display: block; }
@media (forced-colors: active) {
  .uxNlIP.itVkSN { color: buttontext !important; background: buttonface !important; }
  .uxNlIP:not(:disabled) { outline-offset: 0px; outline: buttontext solid 2px; }
  .uxNlIP:not(:disabled):hover, .uxNlIP:not(:disabled)[aria-pressed="true"], .uxNlIP:not(:disabled)[aria-selected="true"], .uxNlIP:not(:disabled)[data-preview="selected"] { outline-offset: 1px; outline: highlight solid 3px; }
  .uxNlIP:not(:disabled):focus, .uxNlIP:not(:disabled):focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
  .uxNlIP.itVkSN:disabled { color: graytext !important; }
}
.uxNlIP.KuCfHA:not(:hover):not(:disabled) { border-color: var(--corvid-border-color,initial); }
.uxNlIP.aNAcG0:not(:hover):not(:disabled) { background-color: var(--corvid-background-color,var(--background)); }
.uxNlIP:hover, .uxNlIP [data-preview="hover"] { border-left: var(--hover-border-left,var(--border-left)); border-right: var(--hover-border-right,var(--border-right)); border-top: var(--hover-border-top,var(--border-top)); border-bottom: var(--hover-border-bottom,var(--border-bottom)); border-top-left-radius: var(--hover-border-top-left-radius,var(--border-top-left-radius)); border-top-right-radius: var(--hover-border-top-right-radius,var(--border-top-right-radius)); border-bottom-left-radius: var(--hover-border-bottom-left-radius,var(--border-bottom-left-radius)); border-bottom-right-radius: var(--hover-border-bottom-right-radius,var(--border-bottom-right-radius)); box-shadow: var(--hover-box-shadow,var(--box-shadow)); background: var(--hover-background,var(--background)); padding-left: var(--hover-padding-left,var(--padding-left)); padding-right: var(--hover-padding-right,var(--padding-right)); padding-top: var(--hover-padding-top,var(--padding-top)); padding-bottom: var(--hover-padding-bottom,var(--padding-bottom)); }
.uxNlIP.GPIMxy:hover:not(:disabled) { border-color: var(--corvid-hover-border-color,initial); }
.uxNlIP.KceBs9:hover:not(:disabled) { background-color: var(--corvid-hover-background-color,var(--hover-background,var(--background))); }
.uxNlIP:disabled, .uxNlIP [data-preview="disabled"] { cursor: default; border-left: var(--disabled-border-left,var(--border-left)); border-right: var(--disabled-border-right,var(--border-right)); border-top: var(--disabled-border-top,var(--border-top)); border-bottom: var(--disabled-border-bottom,var(--border-bottom)); border-top-left-radius: var(--disabled-border-top-left-radius,var(--border-top-left-radius)); border-top-right-radius: var(--disabled-border-top-right-radius,var(--border-top-right-radius)); border-bottom-left-radius: var(--disabled-border-bottom-left-radius,var(--border-bottom-left-radius)); border-bottom-right-radius: var(--disabled-border-bottom-right-radius,var(--border-bottom-right-radius)); box-shadow: var(--disabled-box-shadow,var(--box-shadow)); background: var(--disabled-background,var(--background)); padding-left: var(--disabled-padding-left,var(--padding-left)); padding-right: var(--disabled-padding-right,var(--padding-right)); padding-top: var(--disabled-padding-top,var(--padding-top)); padding-bottom: var(--disabled-padding-bottom,var(--padding-bottom)); }
.uxNlIP.N3sAZG:disabled:not(:hover) { border-color: var(--corvid-disabled-border-color,initial); }
.uxNlIP._FFhff:disabled:not(:hover) { background-color: var(--corvid-disabled-background-color,var(--disabled-background,var(--background))); }
.I0RXdK { font: var(--font,var(--font_8)); display: var(--label-display); color: var(--color); letter-spacing: var(--letter-spacing); line-height: var(--line-height); text-decoration-line: var(--text-decoration); direction: var(--direction); text-align: var(--text-align,revert); background-color: var(--text-highlight,transparent); text-transform: var(--text-transform); text-shadow: var(--text-outline),var(--text-shadow); overflow: var(--overflow,hidden); text-overflow: var(--label-text-overflow); white-space: var(--label-white-space); min-width: 1.8em; max-width: 100%; transition: inherit; }
.uxNlIP.siSNn5:not(:hover):not(:disabled) .I0RXdK { color: var(--corvid-color,var(--color)); }
.uxNlIP:hover .I0RXdK, .uxNlIP [data-preview="hover"] .I0RXdK { display: var(--hover-label-display,var(--label-display)); font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--hover-color,var(--color)); letter-spacing: var(--hover-letter-spacing,var(--letter-spacing)); line-height: var(--hover-line-height,var(--line-height)); text-decoration-line: var(--hover-text-decoration,var(--text-decoration)); direction: var(--hover-direction,var(--direction)); text-align: var(--hover-text-align,var(--text-align,revert)); background-color: var(--hover-text-highlight,var(--text-highlight,transparent)); text-transform: var(--hover-text-transform,var(--text-transform)); text-shadow: var(--hover-text-outline,var(--text-outline)),var(--hover-text-shadow,var(--text-shadow)); }
.uxNlIP.EJ6L9y:hover:not(:disabled) .I0RXdK { color: var(--corvid-hover-color,var(--hover-color,var(--color))); }
.uxNlIP:disabled .I0RXdK, .uxNlIP [data-preview="disabled"] .I0RXdK { display: var(--disabled-label-display,var(--label-display)); font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--disabled-color,var(--color)); letter-spacing: var(--disabled-letter-spacing,var(--letter-spacing)); line-height: var(--disabled-line-height,var(--line-height)); text-decoration-line: var(--disabled-text-decoration,var(--text-decoration)); direction: var(--disabled-direction,var(--direction)); text-align: var(--disabled-text-align,var(--text-align,revert)); background-color: var(--disabled-text-highlight,var(--text-highlight,transparent)); text-transform: var(--disabled-text-transform,var(--text-transform)); text-shadow: var(--disabled-text-outline,var(--text-outline)),var(--disabled-text-shadow,var(--text-shadow)); }
.uxNlIP.S6tzPA:disabled:not(:hover) .I0RXdK { color: var(--corvid-disabled-color,var(--disabled-color,var(--color))); }
.kAoW_K { box-sizing: border-box; color: rgb(0, 0, 0); text-decoration: none; }
.VzoZx_ { justify-content: var(--container-justify-content); flex-basis: auto; flex-direction: var(--container-flex-direction); align-items: var(--container-align-items); gap: var(--content-gap,"0px"); flex-grow: 1; width: 100%; height: 100%; transition: 0.4s, visibility; display: flex; overflow: hidden; }
.p_5A25 { min-width: 1px; display: var(--icon-display); width: var(--icon-size); height: var(--icon-size); fill: var(--icon-color); flex-shrink: 0; order: var(--icon-order,0); transform: rotate(var(--icon-rotation)); transition: inherit; }
.uxNlIP.iN4eVS:not(:hover):not(:disabled) .p_5A25 { fill: var(--corvid-icon-color,var(--icon-color)); }
.uxNlIP:hover .p_5A25, .uxNlIP [data-preview="hover"] .p_5A25 { display: var(--hover-icon-display,var(--icon-display)); width: var(--hover-icon-size,var(--icon-size)); height: var(--hover-icon-size,var(--icon-size)); fill: var(--hover-icon-color,var(--icon-color)); transform: rotate(var(--hover-icon-rotation,var(--icon-rotation))); }
.uxNlIP.SGrXAN:hover:not(:disabled) .p_5A25 { fill: var(--corvid-hover-icon-color,var(--hover-icon-color,var(--icon-color))); }
.uxNlIP:disabled .p_5A25, .uxNlIP [data-preview="disabled"] .p_5A25 { display: var(--disabled-icon-display,var(--icon-display)); width: var(--disabled-icon-size,var(--icon-size)); height: var(--disabled-icon-size,var(--icon-size)); fill: var(--disabled-icon-color,var(--icon-color)); transform: rotate(var(--disabled-icon-rotation,var(--icon-rotation))); }
.uxNlIP.ZBuT2t:disabled:not(:hover) .p_5A25 { fill: var(--corvid-disabled-icon-color,var(--disabled-icon-color,var(--icon-color))); }
.p_5A25 > span, .p_5A25 svg { width: inherit; height: inherit; display: flex; }
@media (forced-colors: active) {
  .uxNlIP.itVkSN .I0RXdK { color: inherit !important; }
  .p_5A25, .p_5A25 svg:not([data-type="ugc"]):not([data-type="color"]), .p_5A25 svg:not([data-type="ugc"]):not([data-type="color"]) * { fill: currentcolor !important; stroke: currentcolor !important; }
}
.HMOnu5 { display: inherit; height: inherit; width: auto; }
.HamburgerOverlay547129737__root { visibility: hidden; box-sizing: border-box; z-index: var(--above-all-z-index); left: 0px; height: calc(100vh - var(--wix-ads-height)) !important; width: 100vw !important; top: var(--wix-ads-height) !important; position: fixed !important; }
.HamburgerOverlay547129737__overlay { box-sizing: border-box; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }
.HamburgerOverlay547129737__root.HamburgerOverlay547129737--isMenuOpen { visibility: visible; }
.HamburgerOverlay547129737__root:not(.HamburgerOverlay547129737--showBackgroundOverlay) { background-color: rgba(0, 0, 0, 0); }
.HamburgerOverlay547129737__root.HamburgerOverlay547129737--shouldScroll { overflow: hidden scroll; }
.HamburgerOverlay547129737__scrollContent { position: relative; }
.OrbgmN[data-part="hamburger-overlay"] { opacity: var(--hamburger-overlay-initial-opacity); }
.OrbgmN[data-part="hamburger-overlay"][data-animation-name="fadeIn"] { transition: opacity 0.4s; }
.OrbgmN[data-part="hamburger-overlay"][data-animation-name="fadeIn"][data-animation-state="enterActive"], .OrbgmN[data-part="hamburger-overlay"][data-animation-name="fadeIn"][data-animation-state="enterDone"] { opacity: 1; }
.xdu0As { background: var(--background); border: var(--border); border-radius: var(--border-radius); box-shadow: var(--box-shadow); z-index: var(--above-all-z-index); box-sizing: border-box; visibility: hidden; inset-inline-start: 0px; height: calc(100vh - var(--wix-ads-height)) !important; width: 100vw !important; position: fixed !important; inset-block-start: var(--wix-ads-height) !important; }
.oSs9UC { box-sizing: border-box; width: 100%; height: 100%; position: absolute; inset-block-start: 0px; inset-inline-start: 0px; }
.UOTM1J { visibility: visible; }
.xdu0As:not(.mh8_De) { background-color: rgba(0, 0, 0, 0); }
.vCpC6x { overflow: hidden scroll; }
.mhdEAw { position: relative; }
[data-prehydration]:has([data-hamburger-toggle]:checked) [data-part="hamburger-overlay"] { transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), visibility linear; opacity: 1 !important; visibility: visible !important; }
[data-hamburger-overlay-label] { display: none; }
[data-prehydration]:has([data-hamburger-toggle]:checked) [data-part="hamburger-overlay"] [data-hamburger-overlay-label] { z-index: 1; cursor: pointer; display: block; position: absolute; inset: 0px; }
.EtmdIW { cursor: pointer; }
.gpDCD5 { --container-corvid-border-color: rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1)); --container-corvid-border-size: var(--brw,1px); --container-corvid-background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1)); --backdrop-filter: $backdrop-filter; }
.jv9xi4 { border: var(--container-corvid-border-width,var(--brw,1px)) solid var(--container-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1))); background-color: var(--container-corvid-background-color,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1))); backdrop-filter: var(--backdrop-filter,none); background-image: var(--bg-gradient,none); border-radius: var(--rd,5px); box-shadow: var(--shd,0 1px 4px #0009); position: absolute; inset: 0px; }
.StylableHorizontalMenu3372578893__root { box-sizing: border-box; width: 100%; height: 100%; display: flex; }
.StylableHorizontalMenu3372578893__root * { box-sizing: border-box; }
.StylableHorizontalMenu3372578893__menu { flex-wrap: var(--menu-flex-wrap,wrap); min-width: fit-content; display: flex; }
.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menuItem { box-sizing: border-box; height: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }
.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu > li:first-of-type .StylableHorizontalMenu3372578893__menuItem { margin-inline-start: 0px !important; }
.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu > li:last-of-type .StylableHorizontalMenu3372578893__menuItem { margin-inline-end: 0px !important; }
.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu { height: auto !important; margin: 0px !important; }
.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll { scrollbar-width: none; overflow-x: scroll; }
.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll::-webkit-scrollbar { display: none; }
.StylableHorizontalMenu3372578893__menuItem { position: relative; --focus-ring-box-shadow: inset 0 0 0 2px #116dff, inset 0 0 0 4px #fff !important; }
.StylableHorizontalMenu3372578893__megaMenuWrapper { display: flex; }
.itemDepth02233374943__root { cursor: pointer; flex: 1 1 0%; text-decoration: none; display: block; }
.itemDepth02233374943__root.itemDepth02233374943--isHovered, .itemDepth02233374943__root.itemDepth02233374943--isCurrentPage, .itemDepth02233374943__root.itemDepth02233374943--isHovered .itemDepth02233374943__label, .itemDepth02233374943__root.itemDepth02233374943--isCurrentPage .itemDepth02233374943__label { transition: 80ms cubic-bezier(0, 0, 1, 1); }
.itemDepth02233374943__container { align-items: center; height: 100%; display: flex; }
.itemDepth02233374943__label { white-space: nowrap; transition: inherit; }
.itemDepth02233374943__itemWrapper { flex-grow: inherit; }
.itemDepth02233374943__positionBox { z-index: var(--position-box-z-index,47); margin: auto; display: none; position: fixed; }
.itemDepth02233374943__positionBox.itemDepth02233374943--isColumn { position: absolute; left: 0px; right: 0px; }
.itemDepth02233374943__positionBox.itemDepth02233374943--isStretched { max-width: unset; }
@keyframes itemDepth02233374943__fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.itemDepth02233374943__animationBox { opacity: 0; animation-duration: calc(var(--is-animated) * .1s); animation-delay: calc(var(--is-animated) * 50ms); max-height: var(--max-height,none); overflow-y: var(--overflow-y,visible); transition: border-color 80ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 80ms cubic-bezier(0.25, 1, 0.5, 1); animation-fill-mode: forwards; }
.itemDepth02233374943__positionBox.itemDepth02233374943--isStretched > .itemDepth02233374943__animationBox { width: 100%; }
.itemDepth02233374943__positionBox.itemDepth02233374943--isStretched .itemDepth02233374943__megaMenuComp { width: 100% !important; }
.itemDepth02233374943__alignBox { display: flex; }
.itemDepth02233374943__list { column-gap: calc(1px * var(--horizontalSpacing)); }
.itemDepth02233374943__itemWrapper[data-hovered] > .itemDepth02233374943__positionBox { visibility: hidden; display: block; }
.itemDepth02233374943__itemWrapper[data-shown] > .itemDepth02233374943__positionBox { visibility: visible; display: block; }
.itemDepth02233374943__itemWrapper[data-hovered] > .itemDepth02233374943__positionBox > .itemDepth02233374943__animationBox { animation-name: itemDepth02233374943__fadeIn; }
.itemDepth02233374943__megaMenuComp { direction: ltr; flex-shrink: 0; margin-top: var(--containerMarginTop) !important; padding: 0px !important; }
.itemDepth02233374943__itemWrapper:not([data-hovered]) .itemDepth02233374943__megaMenuComp { display: none; }
[data-prehydration] .itemDepth02233374943__itemWrapper:hover > .itemDepth02233374943__positionBox.itemDepth02233374943--isColumn.itemDepth02233374943--isStretched { display: block; position: fixed !important; }
[data-prehydration] .itemDepth02233374943__itemWrapper:hover > .itemDepth02233374943__positionBox.itemDepth02233374943--isColumn > .itemDepth02233374943__animationBox { opacity: 1; }
[data-prehydration] .itemDepth02233374943__itemWrapper:hover > .itemDepth02233374943__positionBox.itemDepth02233374943--isColumn .itemDepth02233374943__megaMenuComp { display: block; }
.itemDepth12472627565__root { text-decoration: none; display: block; position: relative; }
.itemDepth12472627565__container { display: flex; }
.itemDepth12472627565__label { text-overflow: clip; white-space: var(--white-space); overflow-wrap: var(--label-word-wrap); display: block; overflow: hidden; text-align: inherit !important; }
.itemDepth12472627565__itemWrapper { break-inside: avoid; position: relative; }
.itemDepth12472627565__itemWrapper::after { content: ""; clear: both; display: table; }
.itemDepth12472627565__positionBox { position: var(--subsubmenu-box-position); display: var(--subsubmenu-box-display); top: 0px; left: var(--subsubmenu-box-left); right: var(--subsubmenu-box-right); }
.itemDepth12472627565__positionBox[data-reverted] { left: var(--subsubmenu-box-right); right: var(--subsubmenu-box-left); }
.itemDepth12472627565__itemWrapper[data-hovered] > .itemDepth12472627565__positionBox { display: block; }
@keyframes itemDepth12472627565__fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.itemDepth12472627565__animationBox { opacity: 0; animation-duration: calc(var(--is-animated) * .1s); animation-delay: calc(var(--is-animated) * 50ms); animation-fill-mode: forwards; margin-top: 0px !important; }
.itemDepth12472627565__itemWrapper[data-hovered] > .itemDepth12472627565__positionBox > .itemDepth12472627565__animationBox { animation-name: itemDepth12472627565__fadeIn; }
.submenu815198092__heading .itemDepth12472627565__label { color: rgb(0, 0, 0); }
.submenu815198092__pageWrapper { margin-left: auto !important; margin-right: auto !important; }
.submenu815198092__overrideWidth { width: 100% !important; }
.submenu815198092__rowItem:last-child { margin-bottom: 0px !important; }
.submenu815198092__rowItem:first-child, .submenu815198092__rowItem + .submenu815198092__rowItem { margin-top: 0px; }
.h75ntl { display: var(--navbar-display,block); height: 100%; }
.I9v6Rw:hover { z-index: var(--is-sticky,auto); }
.Aj_PK7 { clip: rect(0px, 0px, 0px, 0px); border: 0px; width: 1px; height: 1px; margin: -1px; padding: 0px; position: absolute; overflow: hidden; }
.wZrAIE { min-width: var(--min-width-override); min-height: var(--min-height-override); }
.itemShared2352141355__rootContainer { height: 100%; }
.itemShared2352141355__rootContainer.itemShared2352141355--isRow { flex-direction: row; display: flex; }
.itemShared2352141355__rootContainer.itemShared2352141355--isRow .itemShared2352141355__menuItem { flex-grow: 1; }
.itemShared2352141355__accessibilityIconWrapper { width: 0px; }
.itemShared2352141355__accessibilityIconWrapper.itemShared2352141355--isIconShown { width: unset; margin-inline: 4px 8px; }
.itemShared2352141355__accessibilityIconWrapper.itemShared2352141355--isTopLevel.itemShared2352141355--isIconShown { align-items: center; display: flex; }
.itemShared2352141355__accessibilityIcon { clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); width: 0px; height: 0px; }
.itemShared2352141355__accessibilityIcon.itemShared2352141355--isIconShown { width: 24px; height: 24px; clip-path: unset; background: rgb(255, 255, 255); }
.itemShared2352141355__accessibilityIcon.itemShared2352141355--isOpen { rotate: 180deg; }
.ScrollButton2305195801__root { cursor: pointer; opacity: 0; pointer-events: none; justify-content: center; align-items: center; display: flex; overflow: hidden; }
.ScrollButton2305195801__root:hover { transition: 80ms cubic-bezier(0, 0, 1, 1); }
.ScrollButton2305195801__root.ScrollButton2305195801---side-4-left { transform: scaleX(-1); }
.ScrollButton2305195801__root.ScrollButton2305195801--isVisible { opacity: 1; pointer-events: auto; }
.ScrollButton2305195801__icon { min-width: 1px; max-width: 100%; max-height: 100%; }
.ScrollButton2305195801__icon > svg { width: inherit; height: inherit; }
.ScrollControls2015960785__root { padding-top: inherit; padding-bottom: inherit; border-style: inherit; border-width: inherit; border-image: inherit; display: var(--scroll-controls-display,flex); pointer-events: none; border-color: rgba(0, 0, 0, 0); justify-content: space-between; position: absolute; inset: 0px; }
.BqYkvS { pointer-events: none; z-index: 9999; color: rgb(17, 109, 255); opacity: 0; cursor: pointer; background: rgb(255, 255, 255); border-radius: 24px; width: 0px; height: 0px; margin-left: -94px; padding: 0px 24px; font-family: Helvetica, Arial, メイリオ, meiryo, "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif; font-size: 14px; position: absolute; top: 60px; left: 50%; }
.BqYkvS:focus { opacity: 1; pointer-events: auto; border: 2px solid; width: auto; height: 40px; }
.Qh0lWW { width: 100%; height: 100%; display: block; }
.Qh0lWW img { max-width: var(--wix-img-max-width,100%); }
.Qh0lWW[data-animate-blur] img { filter: blur(9px); transition: filter 0.8s ease-in; }
.Qh0lWW[data-animate-blur] img[data-load-done] { filter: none; }
.sFiSiq { width: 100%; height: 100%; display: block; }
.aDzdcC { clip-path: var(--fill-layer-clip); }
.aDzdcC, .rv3vOe { width: 100%; height: 100%; position: absolute; top: 0px; }
.dnHU4q img { width: 100%; height: 100%; }
.X9nqm0 { opacity: 0; position: absolute; top: 0px; }
.ZUV7Qj { width: 0px; height: 0px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.UZsu9f { position: var(--fill-layer-background-media-position); pointer-events: var(--fill-layer-background-media-pointer-events); width: 100%; height: 100%; top: 0px; left: 0px; }
.WnIl2C, .OAmk_6 { width: 100%; height: 100%; top: 0px; }
.OAmk_6 { position: absolute; }
.WnIl2C { background-color: var(--fill-layer-background-overlay-color); position: var(--fill-layer-background-overlay-position); opacity: var(--fill-layer-background-overlay-blend-opacity-fallback,1); transform: var(--fill-layer-background-overlay-transform); }
@supports (mix-blend-mode:overlay) {
  .WnIl2C { mix-blend-mode: var(--fill-layer-background-overlay-blend-mode); opacity: var(--fill-layer-background-overlay-blend-opacity,1); }
}
.QG9w8P { width: 100%; height: 100%; mask-image: var(--mask-image,none); mask-position: var(--mask-position,0); mask-size: var(--mask-size,100%); mask-repeat: var(--mask-repeat,no-repeat); pointer-events: var(--fill-layer-background-media-pointer-events); position: absolute; top: 0px; left: 0px; overflow: hidden; }
.QG9w8P.WIIr02 { clip: rect(0px, auto, auto, 0px); }
.QG9w8P .ayCf9D { width: 100%; height: 100%; position: absolute; top: 0px; }
.QG9w8P .fO4mKs { opacity: var(--fill-layer-image-opacity); height: var(--fill-layer-image-height,100%); }
.QG9w8P .fO4mKs img { width: 100%; height: 100%; }
@supports ((-webkit-hyphens:none)) {
  .QG9w8P.WIIr02 { clip: auto; clip-path: inset(0px); }
}
.ROWgFb { height: 100%; }
.LNYVZi { background-color: var(--bg-overlay-color); background-image: var(--bg-gradient); transition: var(--inherit-transition); }
.xSZeaB, .g4gDzl { opacity: var(--fill-layer-video-opacity); }
.Ulxuud { width: 100%; height: var(--media-padding-height); top: var(--media-padding-top); bottom: var(--media-padding-bottom); position: absolute; }
.NgeJ4N { transform: scale(var(--scale,1)); transition: var(--transform-duration,transform 0s); }
.g4gDzl { width: 100%; height: 100%; position: relative; }
wix-media-canvas { height: 100%; display: block; }
.bzwgbw { opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1)); }
.bzwgbw .fO4mKs, .bzwgbw .g4gDzl, .bzwgbw .xSZeaB { opacity: 1; }
.ejT4cR { --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1)); --divider-pin-layer-height__: var(--divider-layers-pin-factor__); --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1)); width: 100%; height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__)); position: absolute; left: 0px; }
.ejT4cR .Mj2wZE { --divider-layer-i__: var(--divider-layer-i,0); width: 100%; height: calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__)); opacity: calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1)); background-repeat: repeat-x; background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom; border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__)); border-bottom-style: solid; position: absolute; left: 0px; }
.urGCgL { --divider-height__: var(--divider-top-height,auto); --divider-offset-x__: var(--divider-top-offset-x,0px); --divider-layers-size__: var(--divider-top-layers-size,0); --divider-layers-y__: var(--divider-top-layers-y,0px); --divider-layers-x__: var(--divider-top-layers-x,0px); --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor,0); transform: var(--divider-top-flip,scaleY(-1)); opacity: var(--divider-top-opacity,1); border-top: var(--divider-top-padding,0) solid var(--divider-top-color,currentColor); top: 0px; }
.urGCgL .Mj2wZE { border-color: var(--divider-top-color,currentColor); background-image: var(--divider-top-image,none); background-size: var(--divider-top-size,contain); filter: var(--divider-top-filter,none); bottom: 0px; }
.urGCgL .Mj2wZE[data-divider-layer="1"] { display: var(--divider-top-layer-1-display,block); }
.urGCgL .Mj2wZE[data-divider-layer="2"] { display: var(--divider-top-layer-2-display,block); }
.urGCgL .Mj2wZE[data-divider-layer="3"] { display: var(--divider-top-layer-3-display,block); }
.yIAE9q { --divider-height__: var(--divider-bottom-height,auto); --divider-offset-x__: var(--divider-bottom-offset-x,0px); --divider-layers-size__: var(--divider-bottom-layers-size,0); --divider-layers-y__: var(--divider-bottom-layers-y,0px); --divider-layers-x__: var(--divider-bottom-layers-x,0px); --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor,0); transform: var(--divider-bottom-flip,none); opacity: var(--divider-bottom-opacity,1); border-bottom: var(--divider-bottom-padding,0) solid var(--divider-bottom-color,currentColor); bottom: 0px; }
.yIAE9q .Mj2wZE { border-color: var(--divider-bottom-color,currentColor); background-image: var(--divider-bottom-image,none); background-size: var(--divider-bottom-size,contain); filter: var(--divider-bottom-filter,none); bottom: 0px; }
.yIAE9q .Mj2wZE[data-divider-layer="1"] { display: var(--divider-bottom-layer-1-display,block); }
.yIAE9q .Mj2wZE[data-divider-layer="2"] { display: var(--divider-bottom-layer-2-display,block); }
.yIAE9q .Mj2wZE[data-divider-layer="3"] { display: var(--divider-bottom-layer-3-display,block); }
.Le88gL { overflow: visible; }
.Le88gL > .QG9w8P .LNYVZi { background-color: var(--section-corvid-background-color,var(--bg-overlay-color)); }
.YVKX2I { backface-visibility: hidden; }
.ClLWjk { position: absolute; top: 0px; left: 0px; }
.Qm39GH { z-index: 9999; color: rgb(0, 0, 0); pointer-events: none; clip: rect(0px, 0px, 0px, 0px); background-color: rgb(255, 255, 255); border-radius: 50%; outline: rgb(0, 0, 0) solid 1px; place-items: center; width: 24px; height: 24px; display: grid; position: absolute; bottom: 3px; right: 3px; }
.Qm39GH:focus, .Qm39GH:active { pointer-events: auto; clip: auto; }
.StylableButton2545352419__root { cursor: pointer; box-sizing: border-box; touch-action: manipulation; border: 0px; width: 100%; min-width: 10px; height: 100%; min-height: 10px; padding: 0px; display: block; }
.StylableButton2545352419__root[disabled] { pointer-events: none; }
.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBackgroundColor { background-color: var(--corvid-background-color) !important; }
.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBackgroundColor { background-color: var(--corvid-hover-background-color) !important; }
.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBackgroundColor { background-color: var(--corvid-disabled-background-color) !important; }
.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBorderColor { border-color: var(--corvid-border-color) !important; }
.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBorderColor { border-color: var(--corvid-hover-border-color) !important; }
.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBorderColor { border-color: var(--corvid-disabled-border-color) !important; }
.StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius { border-radius: var(--corvid-border-radius) !important; }
.StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth { border-width: var(--corvid-border-width) !important; }
.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor, .StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor .StylableButton2545352419__label { color: var(--corvid-color) !important; }
.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor, .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor .StylableButton2545352419__label { color: var(--corvid-hover-color) !important; }
.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor, .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor .StylableButton2545352419__label { color: var(--corvid-disabled-color) !important; }
.StylableButton2545352419__link { box-sizing: border-box; color: rgb(0, 0, 0); text-decoration: none; }
.StylableButton2545352419__container { flex-direction: row; flex-grow: 1; flex-basis: auto; justify-content: center; align-items: center; width: 100%; height: 100%; transition: 0.2s, visibility; display: flex; overflow: hidden; }
.StylableButton2545352419__label { text-overflow: ellipsis; text-align: center; white-space: nowrap; min-width: 1.8em; max-width: 100%; transition: inherit; overflow: hidden; }
.StylableButton2545352419__root.StylableButton2545352419--isMaxContent .StylableButton2545352419__label { text-overflow: unset; }
.StylableButton2545352419__root.StylableButton2545352419--isWrapText .StylableButton2545352419__label { overflow-wrap: break-word; white-space: break-spaces; word-break: break-word; min-width: 10px; }
.StylableButton2545352419__icon { flex-shrink: 0; min-width: 1px; height: 50px; transition: inherit; }
.StylableButton2545352419__icon.StylableButton2545352419--override { display: block !important; }
.StylableButton2545352419__icon > span, .StylableButton2545352419__icon svg { width: inherit; height: inherit; display: flex; }
.StylableButton2545352419__root:not(:hover):not([disalbed]).StylableButton2545352419--hasIconColor .StylableButton2545352419__icon svg { fill: var(--corvid-icon-color) !important; stroke: var(--corvid-icon-color) !important; }
.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverIconColor .StylableButton2545352419__icon svg { fill: var(--corvid-hover-icon-color) !important; stroke: var(--corvid-hover-icon-color) !important; }
.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledIconColor .StylableButton2545352419__icon svg { fill: var(--corvid-disabled-icon-color) !important; stroke: var(--corvid-disabled-icon-color) !important; }
@media (forced-colors: active) {
  .StylableButton2545352419__root.StylableButton2545352419__forcedColorsBackground { color: buttontext !important; background: buttonface !important; }
  .StylableButton2545352419__root.StylableButton2545352419__forcedColorsBackground[disabled] { color: graytext !important; }
  .StylableButton2545352419__root.StylableButton2545352419__forcedColorsBackground .StylableButton2545352419__label { color: inherit !important; }
  .StylableButton2545352419__root:not([disabled]) { outline-offset: 0px; outline: buttontext solid 2px; }
  .StylableButton2545352419__root:hover:not([disabled]), .StylableButton2545352419__root[aria-pressed="true"], .StylableButton2545352419__root[aria-selected="true"], .StylableButton2545352419__root[data-preview="selected"] { outline-offset: 1px; outline: highlight solid 3px; }
  .StylableButton2545352419__root:focus, .StylableButton2545352419__root:focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
  .StylableButton2545352419__icon, .StylableButton2545352419__icon svg:not([data-type="ugc"]):not([data-type="color"]), .StylableButton2545352419__icon svg:not([data-type="ugc"]):not([data-type="color"]) * { fill: currentcolor !important; stroke: currentcolor !important; }
}
.nJiBti { box-sizing: border-box; border-top: var(--lnw,2px) solid rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1)); height: 0px; }
.lruJM4 { box-sizing: border-box; width: 100%; height: 100%; }
.KjjerE { min-height: var(--image-min-height); min-width: var(--image-min-width); }
.KjjerE img, img.KjjerE { object-position: var(--object-position); filter: var(--filter-effect-svg-url); mask-image: var(--mask-image,none); mask-position: var(--mask-position,0); mask-size: var(--mask-size,100% 100%); mask-repeat: var(--mask-repeat,no-repeat); }
.ixFSXh .KjjerE img { user-select: none; position: static; box-shadow: rgb(0, 0, 0) 0px 0px; }
.ixFSXh .lruJM4 { box-shadow: var(--shd,0 1px 3px #00000080); border-style: solid; border-color: rgba(var(--brd,var(--color_11,color_11)),var(--alpha-brd,1)); border-width: var(--brw,2px); background-color: rgba(var(--brd,var(--color_11,color_11)),var(--alpha-brd,1)); border-radius: 50%; display: block; overflow: hidden; }
.ixFSXh .KjjerE { border-radius: 50%; overflow: hidden; }
.cs40a3 { cursor: pointer; }
.zfHuGu { width: 0px; height: 0px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.Qh0lWW { width: 100%; height: 100%; display: block; }
.Qh0lWW img { max-width: var(--wix-img-max-width,100%); }
.Qh0lWW[data-animate-blur] img { filter: blur(9px); transition: filter 0.8s ease-in; }
.Qh0lWW[data-animate-blur] img[data-load-done] { filter: none; }
.sFiSiq { width: 100%; height: 100%; display: block; }
.Q2EVO0 { width: 100%; height: 100%; position: relative; overflow: hidden; }
.Q2EVO0.LVl2Ij:hover { cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODM3MEUzMUU4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM3MEUzMUQ4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4bqsJgAAACF0lEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPmgI0F2YdmxXQUhX///sVQqK2tDVL4DFkhF8zK2NjY/4aGhshOOMJAJAB5ZjdAADGQCpiB4Cear3uwKQR74vv372BPLFq0CKZ4GnLcdMGiFtnXmzZtQo0Bdnb2r/b29nBFMIwUjkxghby8vHfFxMQwTMQWp0YggZcvX/5HBpqamhgKQdafAQnq6en9j4+P/4/me150nzsCPfYOKrkWKvYCymcjJozPgqIYIMAYcUjKAnEcELsDbVECOpkNiO8B+buAeCEQ3yUqFllYWNYh+4Obm/u/ubn5f0tLy//QPIqM90ATHVagDHTJH5BCfn7+/xcvXvyPC9y7d+8/KHqghv4FYj0M04BxeAOkQEhI6P+vX79QDECOeBj49+/ffzk5OZih91FyP4gAGiIDooH5hIGVlRUsAXQpGMMAMh+Y1xksLCzg5QxGrAFzwAxY2GzYsIGgC48cOYIclsuwBiIbG9sCmCJFRcX/+/fvxwi/EydOwIoDGH6JLQEiA26ga1egxSY2vAUpkcKKEV5iCwVOIObBU8w8RzLYgYHaAAACg5CxaxSLgwAAAABJRU5ErkJggg=="), auto; }
.Q2EVO0.aAFp_N:hover { cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I4QkNGQTI4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I4QkNGQTE4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hiSPZAAACGklEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPm/EcHUA3TURT+/fsXQ6G2tjZI4TNkhVwwK2NjY/8bGhoiO+EIA5EA5JndAAHEQCpgBoKfaL7uwaYQHLrfv38He2LRokUwxdOQ46YLFrXIYNOmTagxwM7O/tXe3h4sCYs3EEYKRyawQl5e3rtiYmL/sQH0ODUCCbx8+RJFkaamJoZCkPVnQIJ6enr/4+Pj/6P5nhfd545Aj72DSq6Fir2A8tmICeOzoCgGCDBGHJKyQBwHxO5AW5SATmYD4ntA/i4gXgjEd4mKRRYWlnXI/uDm5v5vbm7+39LS8j80jyLjPdBEhxUoA13yB6SQn5///8WLF//jAvfu3fsPih6ooX+BWA/DNGAc3gApEBIS+v/r16//hMC/f//+y8nJwQy9j2wWC4gAGiIDooH5hIGVlRUsAXQpVq98/PgRVBAwWFhYMDx69AhczkBj7RdyFpgBC5sNGzYQdOGRI0eQw3IZVpvZ2NgWwBQpKir+379/P4ZBJ06cgBUHMPwSWwJEBtxA165Ai01seAtSIoUVI7zEFgqcQMyDp5h5jmSwAwO1AQBU5q033XYWQwAAAABJRU5ErkJggg=="), auto; }
.BBRA6T { opacity: 0; pointer-events: none; background-color: rgb(var(--color_11)); border-radius: 50%; width: 40px; height: 40px; position: absolute; bottom: 12px; right: 12px; }
.BBRA6T path { fill: rgb(var(--color_15)); }
.BBRA6T:focus { opacity: 1; pointer-events: auto; cursor: auto; }
.T1Tm87 { opacity: 0; pointer-events: none; cursor: pointer; background-color: rgb(var(--color_11)); border-radius: 300px; width: 40px; height: 40px; margin: 16px; position: absolute; bottom: 0px; right: 0px; }
.T1Tm87 path { fill: rgb(var(--color_12)); }
.T1Tm87:focus { opacity: 1; pointer-events: auto; cursor: auto; }
.QrIus { height: auto !important; }
.bsFmQ { overflow: hidden !important; }
@view-transition { navigation: auto; }
@font-face { font-family: caudex; font-style: normal; font-weight: 700; src: url("/design-assets/acc33bd88106e8923b4d70ca.woff2") format("woff2"); unicode-range: U+1F00-1FFF; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 700; src: url("/design-assets/72a7dc1291234c24535585f1.woff2") format("woff2"); unicode-range: U+1F00-1FFF; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 400; src: url("/design-assets/983ab94884405973d3ed822f.woff2") format("woff2"); unicode-range: U+1F00-1FFF; font-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 400; src: url("/design-assets/a8ddf95737fb437f6c3be3c0.woff2") format("woff2"); unicode-range: U+1F00-1FFF; font-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 700; src: url("/design-assets/4586fc7fae2e26c3ddd9318a.woff2") format("woff2"); unicode-range: U+370-3FF; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 700; src: url("/design-assets/1416d7c4e10e1d4bf1043ca5.woff2") format("woff2"); unicode-range: U+370-3FF; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 400; src: url("/design-assets/7aae601c2b2b4c3a3e0aed1a.woff2") format("woff2"); unicode-range: U+370-3FF; font-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 400; src: url("/design-assets/eed98eb7a1312ab1de0820dd.woff2") format("woff2"); unicode-range: U+370-3FF; font-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 700; src: url("/design-assets/99923e608816587846a7b029.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-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 700; src: url("/design-assets/0447b702bc0b8d94e4e909e1.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-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 400; src: url("/design-assets/8a9f5dcb50f0bb269227d875.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-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 400; src: url("/design-assets/2bcadd6ebdb54198f16a4696.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-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 700; src: url("/design-assets/1d13a470c23f7fe947135a3b.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-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 700; src: url("/design-assets/20dc0a92e0bf4d469d21a871.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-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 400; src: url("/design-assets/df7af9a13613a8ec29a45a02.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-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 400; src: url("/design-assets/39cc1afc41e6568c145f101b.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-display: swap; }
@font-face { font-family: din-next-w01-light; font-style: normal; font-weight: 400; src: url("/design-assets/9252183be1d488af82436d27.woff2") format("woff2"); unicode-range: U+401-40C, U+40E-44F, U+451-45C, U+45E-45F, U+490-491, U+2116; font-display: swap; }
@font-face { font-family: din-next-w01-light; font-style: normal; font-weight: 400; src: url("/design-assets/7001cafef9b9ce627a9889ad.woff2") format("woff2"); unicode-range: U+D, U+100-10F, U+111-130, U+132-151, U+154-15F, U+162-177, U+179-17C, U+1FA-1FF, U+218-21B, U+237, U+2C9, U+2D8-2D9, U+2DB, U+2DD, U+394, U+3A9, U+3C0, U+1E80-1E85, U+1EF2-1EF3, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2126, U+212E, U+2153-2154, U+215B-215E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04; font-display: swap; }
@font-face { font-family: din-next-w01-light; font-style: normal; font-weight: 400; src: url("/design-assets/328d7eb6d22b62994bebc1b6.woff2") format("woff2"); unicode-range: U+20-7E, U+A0-FF, U+110, U+131, U+152-153, U+160-161, U+178, U+17D-17E, U+192, U+2C6-2C7, U+2DA, U+2DC, U+3BC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122; font-display: swap; }
@font-face { font-family: forum; font-style: normal; font-weight: 400; src: url("/design-assets/7f8c99e1d3a1db83cda6c554.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; font-display: swap; }
@font-face { font-family: forum; font-style: normal; font-weight: 400; src: url("/design-assets/33c465bf8504995b500e5cc6.woff2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: forum; font-style: normal; font-weight: 400; src: url("/design-assets/094eb4a2c47f9ea13289f71a.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-display: swap; }
@font-face { font-family: forum; font-style: normal; font-weight: 400; src: url("/design-assets/701f6317948f052085f47269.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-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 900; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 900; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 800; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 800; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 600; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 600; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 700; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 700; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 400; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 400; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 500; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 500; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 900; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 900; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 800; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 800; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 600; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 600; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 700; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 700; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 400; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 400; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 500; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 500; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 900; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 900; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 800; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 800; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 600; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 600; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 700; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 700; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 400; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 400; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 500; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 500; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 900; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 900; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 800; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 800; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 600; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 600; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 700; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 700; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 400; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 400; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 500; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 500; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
#masterPage:not(.landingPage) #PAGES_CONTAINER { margin-top: 0px; margin-bottom: 0px; }
#masterPage.landingPage #SITE_FOOTER { display: none; }
#masterPage.landingPage #SITE_HEADER { display: none; }
#masterPage.landingPage #comp-mhyybvgx { display: none; }
#masterPage.landingPage #comp-mhyycwjz { display: none; }
#masterPage.landingPage #comp-mhyyf0lc { display: none; }
#masterPage.landingPage #comp-mhyzog72 { display: none; }
#masterPage.landingPage #SITE_HEADER-placeholder { display: none; }
#masterPage.landingPage #SITE_FOOTER-placeholder { display: none; }
#SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus, #SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus ~ .wixSdkShowFocusOnSibling { --focus-ring-box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #116dff; z-index: 1; box-shadow: var(--focus-ring-box-shadow) !important; }
.has-inner-focus-ring { --focus-ring-box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 3px #116dff !important; }
#masterPage { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
#PAGES_CONTAINER { --pinned-layer-in-container: 50; --above-all-in-container: 49; }
#SITE_FOOTER { --pinned-layer-in-container: 51; --above-all-in-container: 49; }
#SITE_HEADER { z-index: calc(var(--pinned-layers-in-page, 0) + 52); --above-all-in-container: 10000; }
#comp-mhyybvgx { z-index: calc(var(--pinned-layers-in-page, 0) + 53); --above-all-in-container: 10000; }
#comp-mhyycwjz { z-index: calc(var(--pinned-layers-in-page, 0) + 54); --above-all-in-container: 10000; }
#comp-mhyyf0lc { z-index: calc(var(--pinned-layers-in-page, 0) + 55); --above-all-in-container: 10000; }
#comp-mhyzog72 { z-index: calc(var(--pinned-layers-in-page, 0) + 56); --above-all-in-container: 10000; }
:root, :host, .spxThemeOverride { --full-viewport: 100 * var(--one-unit) * var(--browser-zoom); --scaling-factor: clamp(var(--spx-stopper-min), var(--full-viewport), min(var(--spx-stopper-max), var(--section-max-width))); --theme-spx-ratio: 1px; --color_0: 255,255,255; --color_1: 255,255,255; --color_2: 0,0,0; --color_3: 237,28,36; --color_4: 0,136,203; --color_5: 255,203,5; --color_6: 114,114,114; --color_7: 176,176,176; --color_8: 255,255,255; --color_9: 114,114,114; --color_10: 176,176,176; --color_11: 229,211,179; --color_12: 120,162,178; --color_13: 163,191,199; --color_14: 206,219,221; --color_15: 182,208,218; --color_16: 229,211,179; --color_17: 232,220,213; --color_18: 182,208,218; --color_19: 158,146,139; --color_20: 87,79,75; --color_21: 182,200,208; --color_22: 131,152,162; --color_23: 237,44,124; --color_24: 40,84,107; --color_25: 24,34,38; --color_26: 244,193,174; --color_27: 233,161,132; --color_28: 222,84,30; --color_29: 148,56,20; --color_30: 74,28,10; --color_31: 178,222,207; --color_32: 114,189,163; --color_33: 86,142,122; --color_34: 57,95,82; --color_35: 29,47,41; --color_36: 77,134,156; --color_37: 249,247,242; --color_38: 120,162,178; --color_39: 163,191,199; --color_40: 206,219,221; --color_41: 182,208,218; --color_42: 40,84,107; --color_43: 229,211,179; --color_44: 237,44,124; --color_45: 182,208,218; --color_46: 249,247,242; --color_47: 206,219,221; --color_48: 182,208,218; --color_49: 182,208,218; --color_50: 77,134,156; --color_51: 77,134,156; --color_52: 182,208,218; --color_53: 182,208,218; --color_54: 163,191,199; --color_55: 163,191,199; --color_56: 77,134,156; --color_57: 77,134,156; --color_58: 182,208,218; --color_59: 182,208,218; --color_60: 182,208,218; --color_61: 182,208,218; --color_62: 77,134,156; --color_63: 77,134,156; --color_64: 163,191,199; --color_65: 163,191,199; --wix-ads-height: 0px; --sticky-offset: 0px; --wix-ads-top-height: 0px; --site-width: 980px; --above-all-z-index: 100000; --portals-z-index: 100001; --wix-opt-in-direction: ltr; --wix-opt-in-direction-multiplier: 1; --font_0: normal normal normal 60px/1.4em caudex,serif; --font_1: normal normal normal 16px/1.4em din-next-w01-light,sans-serif; --font_2: italic normal normal 50px/1.4em caudex,serif; --font_3: normal normal normal 40px/1.4em caudex,serif; --font_4: normal normal normal 30px/1.4em caudex,serif; --font_5: italic normal normal 26px/1.4em caudex,serif; --font_6: normal normal normal 30px/1.4em forum,serif; --font_7: normal normal normal 21px/1.4em caudex,serif; --font_8: normal normal normal 17px/1.4em forum,serif; --font_9: normal normal normal 16px/1.4em forum,serif; --font_10: normal normal normal 12px/1.4em din-next-w01-light,sans-serif; -webkit-font-smoothing: antialiased; --minViewportSize: 320; --maxViewportSize: 1920; --customScaleViewportLimit: clamp(var(--minViewportSize) * 1px, var(--full-viewport), min(var(--section-max-width), var(--maxViewportSize) * 1px)); }
.theme-vars, .max-width-container { --full-viewport: 100 * var(--one-unit) * var(--browser-zoom); --scaling-factor: clamp(var(--spx-stopper-min), var(--full-viewport), min(var(--spx-stopper-max), var(--section-max-width))); --theme-spx-ratio: 1px; }
.max-width-container { --font_0: normal normal normal 60px/1.4em caudex,serif; --font_1: normal normal normal 16px/1.4em din-next-w01-light,sans-serif; --font_2: italic normal normal 50px/1.4em caudex,serif; --font_3: normal normal normal 40px/1.4em caudex,serif; --font_4: normal normal normal 30px/1.4em caudex,serif; --font_5: italic normal normal 26px/1.4em caudex,serif; --font_6: normal normal normal 30px/1.4em forum,serif; --font_7: normal normal normal 21px/1.4em caudex,serif; --font_8: normal normal normal 17px/1.4em forum,serif; --font_9: normal normal normal 16px/1.4em forum,serif; --font_10: normal normal normal 12px/1.4em din-next-w01-light,sans-serif; }
.font_0 { font: var(--font_0); color: rgb(var(--color_15)); letter-spacing: 0em; }
.font_1 { font: var(--font_1); color: rgb(var(--color_14)); letter-spacing: 0em; }
.font_2 { font: var(--font_2); color: rgb(var(--color_15)); letter-spacing: 0em; }
.font_3 { font: var(--font_3); color: rgb(var(--color_15)); letter-spacing: 0em; }
.font_4 { font: var(--font_4); color: rgb(var(--color_15)); letter-spacing: 0em; }
.font_5 { font: var(--font_5); color: rgb(var(--color_15)); letter-spacing: 0em; }
.font_6 { font: var(--font_6); color: rgb(var(--color_15)); letter-spacing: 0em; }
.font_7 { font: var(--font_7); color: rgb(var(--color_15)); letter-spacing: 0em; }
.font_8 { font: var(--font_8); color: rgb(var(--color_15)); letter-spacing: 0em; }
.font_9 { font: var(--font_9); color: rgb(var(--color_15)); letter-spacing: 0em; }
.font_10 { font: var(--font_10); color: rgb(var(--color_14)); letter-spacing: 0em; }
.color_0 { color: rgb(var(--color_0)); }
.color_1 { color: rgb(var(--color_1)); }
.color_2 { color: rgb(var(--color_2)); }
.color_3 { color: rgb(var(--color_3)); }
.color_4 { color: rgb(var(--color_4)); }
.color_5 { color: rgb(var(--color_5)); }
.color_6 { color: rgb(var(--color_6)); }
.color_7 { color: rgb(var(--color_7)); }
.color_8 { color: rgb(var(--color_8)); }
.color_9 { color: rgb(var(--color_9)); }
.color_10 { color: rgb(var(--color_10)); }
.color_11 { color: rgb(var(--color_11)); }
.color_12 { color: rgb(var(--color_12)); }
.color_13 { color: rgb(var(--color_13)); }
.color_14 { color: rgb(var(--color_14)); }
.color_15 { color: rgb(var(--color_15)); }
.color_16 { color: rgb(var(--color_16)); }
.color_17 { color: rgb(var(--color_17)); }
.color_18 { color: rgb(var(--color_18)); }
.color_19 { color: rgb(var(--color_19)); }
.color_20 { color: rgb(var(--color_20)); }
.color_21 { color: rgb(var(--color_21)); }
.color_22 { color: rgb(var(--color_22)); }
.color_23 { color: rgb(var(--color_23)); }
.color_24 { color: rgb(var(--color_24)); }
.color_25 { color: rgb(var(--color_25)); }
.color_26 { color: rgb(var(--color_26)); }
.color_27 { color: rgb(var(--color_27)); }
.color_28 { color: rgb(var(--color_28)); }
.color_29 { color: rgb(var(--color_29)); }
.color_30 { color: rgb(var(--color_30)); }
.color_31 { color: rgb(var(--color_31)); }
.color_32 { color: rgb(var(--color_32)); }
.color_33 { color: rgb(var(--color_33)); }
.color_34 { color: rgb(var(--color_34)); }
.color_35 { color: rgb(var(--color_35)); }
.color_36 { color: rgb(var(--color_36)); }
.color_37 { color: rgb(var(--color_37)); }
.color_38 { color: rgb(var(--color_38)); }
.color_39 { color: rgb(var(--color_39)); }
.color_40 { color: rgb(var(--color_40)); }
.color_41 { color: rgb(var(--color_41)); }
.color_42 { color: rgb(var(--color_42)); }
.color_43 { color: rgb(var(--color_43)); }
.color_44 { color: rgb(var(--color_44)); }
.color_45 { color: rgb(var(--color_45)); }
.color_46 { color: rgb(var(--color_46)); }
.color_47 { color: rgb(var(--color_47)); }
.color_48 { color: rgb(var(--color_48)); }
.color_49 { color: rgb(var(--color_49)); }
.color_50 { color: rgb(var(--color_50)); }
.color_51 { color: rgb(var(--color_51)); }
.color_52 { color: rgb(var(--color_52)); }
.color_53 { color: rgb(var(--color_53)); }
.color_54 { color: rgb(var(--color_54)); }
.color_55 { color: rgb(var(--color_55)); }
.color_56 { color: rgb(var(--color_56)); }
.color_57 { color: rgb(var(--color_57)); }
.color_58 { color: rgb(var(--color_58)); }
.color_59 { color: rgb(var(--color_59)); }
.color_60 { color: rgb(var(--color_60)); }
.color_61 { color: rgb(var(--color_61)); }
.color_62 { color: rgb(var(--color_62)); }
.color_63 { color: rgb(var(--color_63)); }
.color_64 { color: rgb(var(--color_64)); }
.color_65 { color: rgb(var(--color_65)); }
.backcolor_0 { background-color: rgb(var(--color_0)); }
.backcolor_1 { background-color: rgb(var(--color_1)); }
.backcolor_2 { background-color: rgb(var(--color_2)); }
.backcolor_3 { background-color: rgb(var(--color_3)); }
.backcolor_4 { background-color: rgb(var(--color_4)); }
.backcolor_5 { background-color: rgb(var(--color_5)); }
.backcolor_6 { background-color: rgb(var(--color_6)); }
.backcolor_7 { background-color: rgb(var(--color_7)); }
.backcolor_8 { background-color: rgb(var(--color_8)); }
.backcolor_9 { background-color: rgb(var(--color_9)); }
.backcolor_10 { background-color: rgb(var(--color_10)); }
.backcolor_11 { background-color: rgb(var(--color_11)); }
.backcolor_12 { background-color: rgb(var(--color_12)); }
.backcolor_13 { background-color: rgb(var(--color_13)); }
.backcolor_14 { background-color: rgb(var(--color_14)); }
.backcolor_15 { background-color: rgb(var(--color_15)); }
.backcolor_16 { background-color: rgb(var(--color_16)); }
.backcolor_17 { background-color: rgb(var(--color_17)); }
.backcolor_18 { background-color: rgb(var(--color_18)); }
.backcolor_19 { background-color: rgb(var(--color_19)); }
.backcolor_20 { background-color: rgb(var(--color_20)); }
.backcolor_21 { background-color: rgb(var(--color_21)); }
.backcolor_22 { background-color: rgb(var(--color_22)); }
.backcolor_23 { background-color: rgb(var(--color_23)); }
.backcolor_24 { background-color: rgb(var(--color_24)); }
.backcolor_25 { background-color: rgb(var(--color_25)); }
.backcolor_26 { background-color: rgb(var(--color_26)); }
.backcolor_27 { background-color: rgb(var(--color_27)); }
.backcolor_28 { background-color: rgb(var(--color_28)); }
.backcolor_29 { background-color: rgb(var(--color_29)); }
.backcolor_30 { background-color: rgb(var(--color_30)); }
.backcolor_31 { background-color: rgb(var(--color_31)); }
.backcolor_32 { background-color: rgb(var(--color_32)); }
.backcolor_33 { background-color: rgb(var(--color_33)); }
.backcolor_34 { background-color: rgb(var(--color_34)); }
.backcolor_35 { background-color: rgb(var(--color_35)); }
.backcolor_36 { background-color: rgb(var(--color_36)); }
.backcolor_37 { background-color: rgb(var(--color_37)); }
.backcolor_38 { background-color: rgb(var(--color_38)); }
.backcolor_39 { background-color: rgb(var(--color_39)); }
.backcolor_40 { background-color: rgb(var(--color_40)); }
.backcolor_41 { background-color: rgb(var(--color_41)); }
.backcolor_42 { background-color: rgb(var(--color_42)); }
.backcolor_43 { background-color: rgb(var(--color_43)); }
.backcolor_44 { background-color: rgb(var(--color_44)); }
.backcolor_45 { background-color: rgb(var(--color_45)); }
.backcolor_46 { background-color: rgb(var(--color_46)); }
.backcolor_47 { background-color: rgb(var(--color_47)); }
.backcolor_48 { background-color: rgb(var(--color_48)); }
.backcolor_49 { background-color: rgb(var(--color_49)); }
.backcolor_50 { background-color: rgb(var(--color_50)); }
.backcolor_51 { background-color: rgb(var(--color_51)); }
.backcolor_52 { background-color: rgb(var(--color_52)); }
.backcolor_53 { background-color: rgb(var(--color_53)); }
.backcolor_54 { background-color: rgb(var(--color_54)); }
.backcolor_55 { background-color: rgb(var(--color_55)); }
.backcolor_56 { background-color: rgb(var(--color_56)); }
.backcolor_57 { background-color: rgb(var(--color_57)); }
.backcolor_58 { background-color: rgb(var(--color_58)); }
.backcolor_59 { background-color: rgb(var(--color_59)); }
.backcolor_60 { background-color: rgb(var(--color_60)); }
.backcolor_61 { background-color: rgb(var(--color_61)); }
.backcolor_62 { background-color: rgb(var(--color_62)); }
.backcolor_63 { background-color: rgb(var(--color_63)); }
.backcolor_64 { background-color: rgb(var(--color_64)); }
.backcolor_65 { background-color: rgb(var(--color_65)); }
#PAGES_CONTAINER { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
#SITE_PAGES { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
#SITE_PAGES { --transition-duration: 700ms; }
#SITE_FOOTER { --brd: var(--color_15); --brwt: 0px; --brwb: 0px; --shd: none; --rd: 0px; --alpha-brd: 1; --backdrop-filter: none; --boxShadowToggleOn-shd: none; }
#SITE_FOOTER { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
[data-mesh-id="SITE_FOOTERinlineContent"] { height: auto; width: 100%; }
[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: auto; grid-template-rows: min-content 1fr; grid-template-columns: 100%; }
[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] > [id="comp-jusfc0ci"], [data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] > interact-element > [id="comp-jusfc0ci"] { position: relative; margin: 0px 0px -8px calc(50% - 490px); left: 0px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] > [id="comp-mbkri582"], [data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] > interact-element > [id="comp-mbkri582"] { position: relative; margin: 0px 0px 0px calc(50% - 490px); left: 0px; grid-area: 2 / 1 / 3 / 2; place-self: start; }
#SITE_FOOTER { --bg-overlay-color: rgb(var(--color_37)); --bg-gradient: none; }
#comp-jusfc0ci { --brw: 0px; --brd: var(--color_15); --rd: 0px; --shd: none; --alpha-brd: 1; --alpha-bg: 1; --bg: var(--color_11); --boxShadowToggleOn-shd: none; }
#comp-jusfc0ci { width: 980px; }
[data-mesh-id="comp-jusfc0dlinlineContent"] { height: auto; width: 100%; }
[data-mesh-id="comp-jusfc0dlinlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: auto; grid-template-rows: min-content 1fr; grid-template-columns: 100%; }
[data-mesh-id="comp-jusfc0dlinlineContent-gridContainer"] > [id="comp-mlzjkdtp"], [data-mesh-id="comp-jusfc0dlinlineContent-gridContainer"] > interact-element > [id="comp-mlzjkdtp"] { position: relative; margin: 66px 0px 17px calc(0% + 0px); left: 102px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="comp-jusfc0dlinlineContent-gridContainer"] > [id="comp-mlzjm2d2"], [data-mesh-id="comp-jusfc0dlinlineContent-gridContainer"] > interact-element > [id="comp-mlzjm2d2"] { position: relative; margin: 0px 0px 61px calc(0% + 0px); left: 16px; grid-area: 2 / 1 / 3 / 2; place-self: start; }
[data-mesh-id="comp-mlzjjc3iinlineContent"] { height: auto; width: 100%; position: static; min-height: 310px; }
[data-mesh-id="comp-mlzjjifoinlineContent"] { height: auto; width: 100%; }
[data-mesh-id="comp-mlzjjifoinlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: 310px; grid-template-rows: repeat(2, min-content) 1fr; grid-template-columns: 100%; }
[data-mesh-id="comp-mlzjjifoinlineContent-gridContainer"] > [id="comp-mlzjjig13"], [data-mesh-id="comp-mlzjjifoinlineContent-gridContainer"] > interact-element > [id="comp-mlzjjig13"] { position: relative; margin: 66px 0px 17px calc(0% + 0px); left: 34px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="comp-mlzjjifoinlineContent-gridContainer"] > [id="comp-mlzjjig3"], [data-mesh-id="comp-mlzjjifoinlineContent-gridContainer"] > interact-element > [id="comp-mlzjjig3"] { position: relative; margin: 0px 0px 20px calc(0% + 0px); left: 15px; grid-area: 2 / 1 / 3 / 2; place-self: start; }
[data-mesh-id="comp-mlzjjifoinlineContent-gridContainer"] > [id="comp-mlzjjig21"], [data-mesh-id="comp-mlzjjifoinlineContent-gridContainer"] > interact-element > [id="comp-mlzjjig21"] { position: relative; margin: 0px 0px 10px calc(0% + 0px); left: 80px; grid-area: 3 / 1 / 4 / 2; place-self: start; }
#comp-jusfc0ci { --bg-overlay-color: transparent; --bg-gradient: none; --padding: 0px; --margin: 0px; min-width: 980px; --direction: ltr; }
#comp-jusfc0dl { --brw: 0px; --brd: var(--color_15); --rd: 0px; --shd: none; --alpha-brd: 1; --alpha-bg: 1; --bg: var(--color_11); --boxShadowToggleOn-shd: none; }
#comp-jusfc0dl { width: 326px; }
#comp-jusfc0dl { --bg-overlay-color: transparent; --bg-gradient: none; width: 100%; --column-width: 326px; --column-flex: 326; }
#comp-mlzjkdtp { --contentPaddingLeft: 0px; --contentPaddingRight: 0px; --contentPaddingTop: 0px; --contentPaddingBottom: 0px; }
#comp-mlzjkdtp { width: 137px; height: 136px; }
#comp-mlzjkdtp { --height: 136px; --width: 137px; }
#comp-mlzjm2d2 { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-mlzjm2d2 { width: 310px; height: auto; }
#comp-mlzjm2d2 { --text-direction: var(--wix-opt-in-direction); }
#comp-mlzjjc3i { --brw: 0px; --brd: var(--color_15); --rd: 0px; --shd: none; --alpha-brd: 1; --alpha-bg: 1; --bg: var(--color_11); --boxShadowToggleOn-shd: none; }
#comp-mlzjjc3i { width: 327px; }
#comp-mlzjjc3i { --bg-overlay-color: transparent; --bg-gradient: none; width: 100%; --column-width: 327px; --column-flex: 327; }
#comp-mlzjjifo { --brw: 0px; --brd: var(--color_15); --rd: 0px; --shd: none; --alpha-brd: 1; --alpha-bg: 1; --bg: var(--color_11); --boxShadowToggleOn-shd: none; }
#comp-mlzjjifo { width: 327px; }
#comp-mlzjjifo { --bg-overlay-color: transparent; --bg-gradient: none; width: 100%; --column-width: 327px; --column-flex: 327; }
#comp-mlzjjig13 { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-mlzjjig13 { width: 287px; height: auto; }
#comp-mlzjjig13 { --text-direction: var(--wix-opt-in-direction); }
#comp-mlzjjig3 { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-mlzjjig3 { width: 293px; height: auto; }
#comp-mlzjjig3 { --text-direction: var(--wix-opt-in-direction); }
#comp-mlzjjig21 { width: 137px; height: 39px; }
#comp-mlzjjig21 { --item-size: 39px; --item-margin-block: 0; --item-margin-inline: 0px 10px; --item-display: inline-block; --direction: var(--wix-opt-in-direction, ltr); width: 137px; height: 39px; }
#comp-mbkri582 { left: 0px; margin-left: 0px; width: 100%; min-width: 980px; }
[data-mesh-id="comp-mbkri58j1inlineContent"] { height: auto; width: 100%; }
[data-mesh-id="comp-mbkri58j1inlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: auto; grid-template-rows: min-content 1fr; grid-template-columns: 100%; }
[data-mesh-id="comp-mbkri58j1inlineContent-gridContainer"] > [id="comp-mbkmyvu6"], [data-mesh-id="comp-mbkri58j1inlineContent-gridContainer"] > interact-element > [id="comp-mbkmyvu6"] { position: relative; margin: 17px 0px 30px calc(50% - 490px); left: 19px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="comp-mbkri58j1inlineContent-gridContainer"] > [id="comp-jutdzpbx"], [data-mesh-id="comp-mbkri58j1inlineContent-gridContainer"] > interact-element > [id="comp-jutdzpbx"] { position: relative; margin: 0px 0px 0px calc(50% - 490px); left: 376px; grid-area: 2 / 1 / 3 / 2; place-self: start; }
#comp-mbkri582 { --bg-overlay-color: transparent; --bg-gradient: none; --padding: 0px; --margin: 0px; min-width: 980px; --direction: ltr; }
#comp-mbkri58j1 { width: 980px; }
#comp-mbkri58j1 { --bg-overlay-color: rgb(var(--color_40)); --bg-gradient: none; width: 100%; --column-width: 980px; --column-flex: 980; }
#comp-mbkmyvu6 { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-mbkmyvu6 { width: 954px; height: auto; }
#comp-mbkmyvu6 { --text-direction: var(--wix-opt-in-direction); }
#comp-jutdzpbx { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-jutdzpbx { width: 216px; height: auto; }
#comp-jutdzpbx { --text-direction: var(--wix-opt-in-direction); }
#masterPage:not(.landingPage) { --top-offset: var(--header-height); --header-height: 166px; }
#masterPage.landingPage { --top-offset: 0px; }
#SITE_HEADER { --shd: 0px 1px 4px 0px rgba(0,0,0,0.6); --rd: 0px 0px 0px 0px; --brwt: 0px; --alpha-brd: 1; --backdrop-filter: none; --brd: var(--color_11); --boxShadowToggleOn-shd: none; --brwb: 0px; }
#SITE_HEADER { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
[data-mesh-id="SITE_HEADERinlineContent"] { height: auto; width: 100%; }
[data-mesh-id="SITE_HEADERinlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: auto; grid-template-rows: 1fr; grid-template-columns: 100%; }
[data-mesh-id="SITE_HEADERinlineContent-gridContainer"] > [id="comp-jusdew45"], [data-mesh-id="SITE_HEADERinlineContent-gridContainer"] > interact-element > [id="comp-jusdew45"] { position: relative; margin: 0px 0px 10px calc(50% - 490px); left: 0px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="SITE_HEADERinlineContent-gridContainer"] > [id="comp-mfphw6pa"], [data-mesh-id="SITE_HEADERinlineContent-gridContainer"] > interact-element > [id="comp-mfphw6pa"] { position: relative; margin: 0px 0px 0px calc(50% - 490px); left: 0px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
#SITE_HEADER { --bg-overlay-color: transparent; --bg-gradient: none; top: var(--wix-ads-height); position: sticky !important; }
#comp-jusdew45 { --brw: 0px; --brd: var(--color_15); --rd: 0px; --shd: none; --alpha-brd: 1; --alpha-bg: 1; --bg: var(--color_11); --boxShadowToggleOn-shd: none; }
#comp-jusdew45 { left: 0px; margin-left: 0px; width: 100%; min-width: 980px; }
[data-mesh-id="comp-jusdew4zinlineContent"] { height: auto; width: 100%; position: static; min-height: 87px; }
#comp-jusdew45 { --bg-overlay-color: rgb(var(--color_43)); --bg-gradient: none; --padding: 0px; --margin: 0px; min-width: 980px; --direction: ltr; }
#comp-jusdew4z { --brw: 0px; --brd: var(--color_15); --rd: 0px; --shd: none; --alpha-brd: 1; --alpha-bg: 1; --bg: var(--color_11); --boxShadowToggleOn-shd: none; }
#comp-jusdew4z { width: 980px; }
#comp-jusdew4z { --bg-overlay-color: transparent; --bg-gradient: none; width: 100%; --column-width: 980px; --column-flex: 980; }
#comp-mfphw6pa { left: 0px; margin-left: 0px; width: 100%; min-width: 980px; }
[data-mesh-id="comp-mfphw6pxinlineContent"] { height: auto; width: 100%; }
[data-mesh-id="comp-mfphw6pxinlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: auto; grid-template-rows: 1fr; grid-template-columns: 100%; }
[data-mesh-id="comp-mfphw6pxinlineContent-gridContainer"] > [id="comp-mmgdi8a3"], [data-mesh-id="comp-mfphw6pxinlineContent-gridContainer"] > interact-element > [id="comp-mmgdi8a3"] { position: relative; margin: 39px 0px 40px calc(50% - 490px); left: 0px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="comp-mfphw6pxinlineContent-gridContainer"] > [id="comp-mlz8zm95"], [data-mesh-id="comp-mfphw6pxinlineContent-gridContainer"] > interact-element > [id="comp-mlz8zm95"] { position: relative; margin: 79px 0px 65px calc(50% - 490px); left: 100px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="comp-mfphw6pxinlineContent-gridContainer"] > [id="comp-mmgdlfm4"], [data-mesh-id="comp-mfphw6pxinlineContent-gridContainer"] > interact-element > [id="comp-mmgdlfm4"] { position: relative; margin: 75px 0px 61px calc(50% - 490px); left: 504px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
#comp-mfphw6pa { --bg-overlay-color: transparent; --bg-gradient: none; --padding: 0px; --margin: 0px; min-width: 980px; --direction: ltr; }
#comp-mfphw6px { --brw: 0px; --brd: var(--color_15); --rd: 0px; --shd: none; --alpha-brd: 1; --alpha-bg: 1; --bg: var(--color_11); --boxShadowToggleOn-shd: none; }
#comp-mfphw6px { width: 980px; }
#comp-mfphw6px { --bg-gradient: linear-gradient(180deg, #F9F7F2 100%, #E5D3B3 100%); --bg-overlay-color: transparent; width: 100%; --column-width: 980px; --column-flex: 980; }
#comp-mmgdi8a3 { --contentPaddingLeft: 0px; --contentPaddingRight: 0px; --contentPaddingTop: 0px; --contentPaddingBottom: 0px; }
#comp-mmgdi8a3 { width: 89px; height: 87px; }
#comp-mmgdi8a3 { --height: 87px; --width: 89px; }
#comp-mlz8zm95 { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-mlz8zm95 { width: 310px; height: auto; }
#comp-mlz8zm95 { --text-direction: var(--wix-opt-in-direction); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading .itemDepth12472627565__container { justify-content: start; text-align: start; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading { padding: 10px; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading .itemDepth12472627565__label { font-size: 16px; letter-spacing: 0.05em; color: rgb(29, 103, 205); text-align: center; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading.itemDepth12472627565--isCurrentPage .itemDepth12472627565__label { text-decoration-line: underline; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading.itemDepth12472627565--isHovered .itemDepth12472627565__label { text-decoration-line: underline; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__listWrapper { --style-mpcoarth-width: 80; column-count: 3; --style-mpcoarth-columnsAmount: 3; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem { border-radius: 0px; margin-bottom: 8px; padding: 10px; border: 0px solid rgb(182, 208, 218); background: rgba(255, 255, 255, 0); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem.itemDepth12472627565--isCurrentPage { background: rgb(229, 211, 179); border-color: rgb(182, 208, 218); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem.itemDepth12472627565--isHovered { border-color: rgb(182, 208, 218); background: rgb(255, 255, 255); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__pageStretchWrapper { width: 100%; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__pageWrapper { margin-left: -4px; margin-right: -4px; width: calc(100% + 8px); margin-bottom: -8px; justify-content: flex-start; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem .itemDepth12472627565__container { justify-content: start; text-align: start; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem .itemDepth12472627565__label { text-align: center; font-weight: normal; font-style: normal; font-family: playfair-display-v2, serif; font-size: 14px; color: rgb(40, 84, 107); text-transform: uppercase; letter-spacing: 0.15em; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem.itemDepth12472627565--isCurrentPage .itemDepth12472627565__label { text-transform: none; color: rgb(182, 208, 218); text-decoration-line: none; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem.itemDepth12472627565--isHovered .itemDepth12472627565__label { color: rgb(182, 208, 218); text-decoration-line: none; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout { --style-mpcoarth-horizontalSpacing: 8; padding: 10px; margin-top: 0px; border: 0px solid rgb(182, 208, 218); --style-mpcoarth-flyoutAlignment: left; border-radius: 0.5em; background: rgb(255, 255, 255); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__menu { direction: ltr; justify-content: center; gap: 10px 48px; height: 100%; margin: 0px; flex-grow: unset; width: 100%; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__menuItem .itemDepth02233374943__container { justify-content: center; }
#comp-mmgdlfm4 .style-mpcoarth__root { padding: 0px; border-radius: 0px; border: 0px solid rgb(182, 208, 218); background: rgba(255, 255, 255, 0); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__menuItem { border-radius: 0px; background: rgba(255, 255, 255, 0); border: 0px solid rgb(182, 208, 218); margin: 0px; padding: 6px 7px; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__menuItem.itemDepth02233374943--isCurrentPage { border-color: rgb(182, 208, 218); background: rgba(255, 255, 255, 0); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__menuItem.itemDepth02233374943--isHovered { background: rgba(255, 255, 255, 0); border: 0px solid rgb(182, 208, 218); border-radius: 0px; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__positionBox { margin-left: 20px; margin-right: 20px; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__scrollButton { border-radius: 0px; padding: 0px 10px; border: 0px solid rgb(182, 208, 218); background: rgb(182, 208, 218); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__scrollButton:hover { border-radius: 0px; border: 0px solid rgb(182, 208, 218); box-shadow: rgba(0, 0, 0, 0) -3px 3px 15px 3px; background: rgb(182, 208, 218); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__menuItem .itemDepth02233374943__label { color: rgb(40, 84, 107); text-transform: uppercase; letter-spacing: 0.15em; font-style: normal; font-family: playfair-display-v2, serif; font-size: 13px; font-weight: 400; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__menuItem.itemDepth02233374943--isCurrentPage .itemDepth02233374943__label { color: rgb(182, 208, 218); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__menuItem.itemDepth02233374943--isHovered .itemDepth02233374943__label { color: rgb(237, 21, 102); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__scrollButton .ScrollButton2305195801__icon { width: 16px; height: 16px; fill: rgb(229, 211, 179); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__scrollButton:hover .ScrollButton2305195801__icon { fill: rgb(229, 211, 179); }
#comp-mmgdlfm4 { width: 629px; height: 30px; }
#comp-mmgdlfm4 { --is-animated: 1; --position-box-z-index: 47; --menu-flex-wrap: wrap; --subsubmenu-box-display: none; --subsubmenu-box-position: absolute; --white-space: nowrap; --label-word-wrap: normal; height: auto; max-height: unset; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 400; src: url("/design-assets/1c7e23d23bbc62c0392fb7fc.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 400; src: url("/design-assets/cb8412dbe78d7cf691391925.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 700; src: url("/design-assets/58bb7b4108d7baaaaf85f3a8.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 700; src: url("/design-assets/1037f8441ff870c8c6f7d83a.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 400; src: url("/design-assets/13170eb8fcc8d8ec596b25a2.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; font-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 400; src: url("/design-assets/d36eb00e43b7d2b73853eda6.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; font-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 700; src: url("/design-assets/1e1318eee2bb1e6d38c97871.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; font-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 700; src: url("/design-assets/581a5b1bd4ea72a023117136.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; font-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 400; src: url("/design-assets/1082a7ce0ecd8faa57e8219f.woff2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 400; src: url("/design-assets/24d8bf2c80bf411a8fc50b20.woff2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 700; src: url("/design-assets/c3bbabefe85dcc46b142bd64.woff2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 700; src: url("/design-assets/733b235e6ade636c0a234b91.woff2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 400; src: url("/design-assets/dca9c18cc4b08dbf87fe63a4.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-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 400; src: url("/design-assets/58bee113d9ad3fd15d2144c3.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-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 700; src: url("/design-assets/c9e886d35e4a2c2e114357fa.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-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 700; src: url("/design-assets/ec77231f349a84771af5c21b.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-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 400; src: url("/design-assets/48192d025da53353d67e32e6.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-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 400; src: url("/design-assets/6647026e3a13f5ce428712af.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-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 700; src: url("/design-assets/8e2004db457d8ec20ee135d2.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-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 700; src: url("/design-assets/358307b23485105928038888.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-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 900; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 900; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 800; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 800; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 600; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 600; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 700; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 700; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 400; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 400; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 500; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 500; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 900; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 900; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 800; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 800; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 600; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 600; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 700; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 700; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 400; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 400; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 500; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 500; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 900; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 900; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 800; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 800; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 600; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 600; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 700; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 700; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 400; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 400; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 500; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 500; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 900; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 900; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 800; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 800; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 600; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 600; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 700; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 700; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 400; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 400; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 500; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 500; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
#v42g1 { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
#masterPage { --pinned-layers-in-page: 0; }
[data-mesh-id="Containerv42g1inlineContent"] { height: auto; width: 100%; }
[data-mesh-id="Containerv42g1inlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: 40px; grid-template-rows: repeat(6, min-content) 1fr; grid-template-columns: 100%; padding-bottom: 0px; box-sizing: border-box; }
[data-mesh-id="Containerv42g1inlineContent-gridContainer"] > [id="comp-moewhknc"], [data-mesh-id="Containerv42g1inlineContent-gridContainer"] > interact-element > [id="comp-moewhknc"] { position: relative; margin: 0px 0px 0px calc(50% - 490px); left: 0px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="Containerv42g1inlineContent-gridContainer"] > [id="comp-moex7oqf"], [data-mesh-id="Containerv42g1inlineContent-gridContainer"] > interact-element > [id="comp-moex7oqf"] { position: relative; margin: 0px 0px 0px calc(50% - 490px); left: 0px; grid-area: 2 / 1 / 3 / 2; place-self: start; }
[data-mesh-id="Containerv42g1inlineContent-gridContainer"] > [id="comp-moexjx56"], [data-mesh-id="Containerv42g1inlineContent-gridContainer"] > interact-element > [id="comp-moexjx56"] { position: relative; margin: 0px 0px 0px calc(50% - 490px); left: 0px; grid-area: 3 / 1 / 4 / 2; place-self: start; }
[data-mesh-id="Containerv42g1inlineContent-gridContainer"] > [id="comp-moey5nkn"], [data-mesh-id="Containerv42g1inlineContent-gridContainer"] > interact-element > [id="comp-moey5nkn"] { position: relative; margin: 0px 0px 0px calc(50% - 490px); left: 0px; grid-area: 4 / 1 / 5 / 2; place-self: start; }
[data-mesh-id="Containerv42g1inlineContent-gridContainer"] > [id="comp-mofgwje3"], [data-mesh-id="Containerv42g1inlineContent-gridContainer"] > interact-element > [id="comp-mofgwje3"] { position: relative; margin: 0px 0px 0px calc(50% - 490px); left: 0px; grid-area: 5 / 1 / 6 / 2; place-self: start; }
[data-mesh-id="Containerv42g1inlineContent-gridContainer"] > [id="comp-mofhjvyl"], [data-mesh-id="Containerv42g1inlineContent-gridContainer"] > interact-element > [id="comp-mofhjvyl"] { position: relative; margin: 0px 0px 0px calc(50% - 490px); left: 0px; grid-area: 6 / 1 / 7 / 2; place-self: start; }
[data-mesh-id="Containerv42g1inlineContent-gridContainer"] > [id="comp-mofhzo85"], [data-mesh-id="Containerv42g1inlineContent-gridContainer"] > interact-element > [id="comp-mofhzo85"] { position: relative; margin: 0px 0px 0px calc(50% - 490px); left: 0px; grid-area: 7 / 1 / 8 / 2; place-self: start; }
#comp-moewhknc { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
[data-mesh-id="comp-moewhkncinlineContent"] { height: auto; width: 100%; }
[data-mesh-id="comp-moewhkncinlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: 680px; grid-template-rows: repeat(4, min-content) 1fr; grid-template-columns: 100%; }
[data-mesh-id="comp-moewhkncinlineContent-gridContainer"] > [id="comp-moewl8a6"], [data-mesh-id="comp-moewhkncinlineContent-gridContainer"] > interact-element > [id="comp-moewl8a6"] { position: relative; margin: 88px 0px 21px calc(50% - 490px); left: 424px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="comp-moewhkncinlineContent-gridContainer"] > [id="comp-moewncrr"], [data-mesh-id="comp-moewhkncinlineContent-gridContainer"] > interact-element > [id="comp-moewncrr"] { position: relative; margin: 0px 0px 66px calc(50% - 490px); left: 483px; grid-area: 2 / 1 / 3 / 2; place-self: start; }
[data-mesh-id="comp-moewhkncinlineContent-gridContainer"] > [id="comp-moewwmdm"], [data-mesh-id="comp-moewhkncinlineContent-gridContainer"] > interact-element > [id="comp-moewwmdm"] { position: relative; margin: 0px 0px 10px calc(50% - 490px); left: 562px; grid-area: 3 / 1 / 4 / 2; place-self: start; }
[data-mesh-id="comp-moewhkncinlineContent-gridContainer"] > [id="comp-moex5uos"], [data-mesh-id="comp-moewhkncinlineContent-gridContainer"] > interact-element > [id="comp-moex5uos"] { position: relative; margin: 0px 0px 10px calc(50% - 490px); left: 586px; grid-area: 5 / 1 / 6 / 2; place-self: start; }
[data-mesh-id="comp-moewhkncinlineContent-wedge-5"] { visibility: hidden; height: 545px; width: 0px; grid-area: 1 / 1 / 5 / 2; }
#comp-moewl8a6 { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-moewl8a6 { width: 568px; height: auto; }
#comp-moewncrr { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-moewncrr { width: 451px; height: auto; }
#comp-moewwmdm { width: 293px; height: 59px; }
#comp-moex5uos { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-moex5uos { width: 262px; height: auto; }
#comp-moex7oqf { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
[data-mesh-id="comp-moex7oqfinlineContent"] { height: auto; width: 100%; }
[data-mesh-id="comp-moex7oqfinlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: 678px; grid-template-rows: repeat(4, min-content) 1fr; grid-template-columns: 100%; }
[data-mesh-id="comp-moex7oqfinlineContent-gridContainer"] > [id="comp-mofjwhge"], [data-mesh-id="comp-moex7oqfinlineContent-gridContainer"] > interact-element > [id="comp-mofjwhge"] { position: relative; margin: 0px 0px 10px calc(50% - 490px); left: -228px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="comp-moex7oqfinlineContent-gridContainer"] > [id="comp-mofici1b"], [data-mesh-id="comp-moex7oqfinlineContent-gridContainer"] > interact-element > [id="comp-mofici1b"] { position: relative; margin: 0px 0px 10px calc(50% - 490px); left: 96px; grid-area: 3 / 1 / 4 / 2; place-self: start; }
[data-mesh-id="comp-moex7oqfinlineContent-gridContainer"] > [id="comp-moex9k97"], [data-mesh-id="comp-moex7oqfinlineContent-gridContainer"] > interact-element > [id="comp-moex9k97"] { position: relative; margin: 0px 0px 10px calc(50% - 490px); left: 34px; grid-area: 5 / 1 / 6 / 2; place-self: start; }
[data-mesh-id="comp-moex7oqfinlineContent-wedge-3"] { visibility: hidden; height: 102px; width: 0px; grid-area: 1 / 1 / 3 / 2; }
[data-mesh-id="comp-moex7oqfinlineContent-wedge-5"] { visibility: hidden; height: 281px; width: 0px; grid-area: 1 / 1 / 5 / 2; }
#comp-mofjwhge { --lnw: 3px; --brd: var(--color_36); --alpha-brd: 1; }
#comp-mofjwhge { width: 1436px; height: 7px; }
#comp-mofici1b { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-mofici1b { width: 829px; height: auto; }
#comp-moex9k97 { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-moex9k97 { width: 899px; height: auto; }
#comp-moexjx56 { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
[data-mesh-id="comp-moexjx56inlineContent"] { height: auto; width: 100%; }
[data-mesh-id="comp-moexjx56inlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: auto; grid-template-rows: repeat(3, min-content) 1fr; grid-template-columns: 100%; }
[data-mesh-id="comp-moexjx56inlineContent-gridContainer"] > [id="comp-moey15u8"], [data-mesh-id="comp-moexjx56inlineContent-gridContainer"] > interact-element > [id="comp-moey15u8"] { position: relative; margin: 0px 0px 2px calc(50% - 490px); left: -234px; grid-area: 1 / 1 / 5 / 2; place-self: start; }
[data-mesh-id="comp-moexjx56inlineContent-gridContainer"] > [id="comp-moexk6qh"], [data-mesh-id="comp-moexjx56inlineContent-gridContainer"] > interact-element > [id="comp-moexk6qh"] { position: relative; margin: 0px 0px 10px calc(50% - 490px); left: 506px; grid-area: 3 / 1 / 4 / 2; place-self: start; }
[data-mesh-id="comp-moexjx56inlineContent-gridContainer"] > [id="comp-mofjubim"], [data-mesh-id="comp-moexjx56inlineContent-gridContainer"] > interact-element > [id="comp-mofjubim"] { position: relative; margin: 0px 0px 10px calc(50% - 490px); left: -228px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="comp-moexjx56inlineContent-wedge-3"] { visibility: hidden; height: 87px; width: 0px; grid-area: 1 / 1 / 3 / 2; }
#comp-moey15u8 { --contentPaddingLeft: 0px; --contentPaddingRight: 0px; --contentPaddingTop: 0px; --contentPaddingBottom: 0px; }
#comp-moey15u8 { width: 680px; height: 765px; }
#comp-moexk6qh { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-moexk6qh { width: 466px; height: auto; }
#comp-mofjubim { --lnw: 3px; --brd: var(--color_36); --alpha-brd: 1; }
#comp-mofjubim { width: 1436px; height: 7px; }
#comp-moey5nkn { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
[data-mesh-id="comp-moey5nkninlineContent"] { height: auto; width: 100%; }
[data-mesh-id="comp-moey5nkninlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: 992px; grid-template-rows: repeat(4, min-content) 1fr; grid-template-columns: 100%; }
[data-mesh-id="comp-moey5nkninlineContent-gridContainer"] > [id="comp-mofjwukg"], [data-mesh-id="comp-moey5nkninlineContent-gridContainer"] > interact-element > [id="comp-mofjwukg"] { position: relative; margin: 0px 0px 10px calc(50% - 490px); left: -228px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="comp-moey5nkninlineContent-gridContainer"] > [id="comp-moeyfenr"], [data-mesh-id="comp-moey5nkninlineContent-gridContainer"] > interact-element > [id="comp-moeyfenr"] { position: relative; margin: 0px 0px 10px calc(50% - 490px); left: 231px; grid-area: 3 / 1 / 4 / 2; place-self: start; }
[data-mesh-id="comp-moey5nkninlineContent-gridContainer"] > [id="comp-mofihk2v"], [data-mesh-id="comp-moey5nkninlineContent-gridContainer"] > interact-element > [id="comp-mofihk2v"] { position: relative; margin: 28px 0px 10px calc(50% - 490px); left: 0px; grid-area: 5 / 1 / 6 / 2; place-self: start; }
[data-mesh-id="comp-moey5nkninlineContent-gridContainer"] > [id="comp-moeyndfr"], [data-mesh-id="comp-moey5nkninlineContent-gridContainer"] > interact-element > [id="comp-moeyndfr"] { position: relative; margin: 0px 0px 10px calc(50% - 490px); left: 552px; grid-area: 5 / 1 / 6 / 2; place-self: start; }
[data-mesh-id="comp-moey5nkninlineContent-wedge-3"] { visibility: hidden; height: 124px; width: 0px; grid-area: 1 / 1 / 3 / 2; }
[data-mesh-id="comp-moey5nkninlineContent-wedge-5"] { visibility: hidden; height: 274px; width: 0px; grid-area: 1 / 1 / 5 / 2; }
#comp-mofjwukg { --lnw: 3px; --brd: var(--color_36); --alpha-brd: 1; }
#comp-mofjwukg { width: 1436px; height: 7px; }
#comp-moeyfenr { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-moeyfenr { width: 536px; height: auto; }
#comp-mofihk2v { width: 552px; }
[data-mesh-id="comp-mofihk2vinlineContent"] { height: auto; width: 552px; }
[data-mesh-id="comp-mofihk2vinlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: auto; grid-template-rows: 1fr; grid-template-columns: 100%; }
[data-mesh-id="comp-mofihk2vinlineContent-gridContainer"] > [id="comp-mofhgmvw"], [data-mesh-id="comp-mofihk2vinlineContent-gridContainer"] > interact-element > [id="comp-mofhgmvw"] { position: relative; margin: 0px; left: 0px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="comp-mofihk2vinlineContent-gridContainer"] > [id="comp-moeybm9e"], [data-mesh-id="comp-mofihk2vinlineContent-gridContainer"] > interact-element > [id="comp-moeybm9e"] { position: relative; margin: 11px 0px 9px; left: 5px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
#comp-mofhgmvw { width: 552px; height: 493px; }
#comp-moeybm9e { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-moeybm9e { width: 526px; height: auto; }
#comp-moeyndfr { --contentPaddingLeft: 0px; --contentPaddingRight: 0px; --contentPaddingTop: 0px; --contentPaddingBottom: 0px; }
#comp-moeyndfr { width: 437px; height: 571px; }
#comp-mofgwje3 { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
[data-mesh-id="comp-mofgwje3inlineContent"] { height: auto; width: 100%; }
[data-mesh-id="comp-mofgwje3inlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: 696px; grid-template-rows: repeat(3, min-content) 1fr; grid-template-columns: 100%; }
[data-mesh-id="comp-mofgwje3inlineContent-gridContainer"] > [id="comp-mofjxj5w"], [data-mesh-id="comp-mofgwje3inlineContent-gridContainer"] > interact-element > [id="comp-mofjxj5w"] { position: relative; margin: 0px 0px 26px calc(50% - 490px); left: -270px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="comp-mofgwje3inlineContent-gridContainer"] > [id="comp-mofh3zx1"], [data-mesh-id="comp-mofgwje3inlineContent-gridContainer"] > interact-element > [id="comp-mofh3zx1"] { position: relative; margin: 0px 0px 42px calc(50% - 490px); left: 394px; grid-area: 2 / 1 / 3 / 2; place-self: start; }
[data-mesh-id="comp-mofgwje3inlineContent-gridContainer"] > [id="comp-mofh88g2"], [data-mesh-id="comp-mofgwje3inlineContent-gridContainer"] > interact-element > [id="comp-mofh88g2"] { position: relative; margin: 0px 0px 46px calc(50% - 490px); left: 237px; grid-area: 3 / 1 / 4 / 2; place-self: start; }
[data-mesh-id="comp-mofgwje3inlineContent-gridContainer"] > [id="comp-mofh8z8p"], [data-mesh-id="comp-mofgwje3inlineContent-gridContainer"] > interact-element > [id="comp-mofh8z8p"] { position: relative; margin: 0px 0px 10px calc(50% - 490px); left: 39px; grid-area: 4 / 1 / 5 / 2; place-self: start; }
#comp-mofjxj5w { --lnw: 3px; --brd: var(--color_36); --alpha-brd: 1; }
#comp-mofjxj5w { width: 1436px; height: 7px; }
#comp-mofh3zx1 { --shd: 0.00px 0.00px 14px 0px rgba(0,0,0,0.2); --brw: 6px; --brd: 255,255,255; --contentPaddingLeft: 6px; --contentPaddingRight: 6px; --contentPaddingBottom: 6px; --contentPaddingTop: 6px; --alpha-brd: 1; }
#comp-mofh3zx1 { width: 211px; height: 214px; }
#comp-mofh88g2 { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-mofh88g2 { width: 526px; height: auto; }
#comp-mofh8z8p { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-mofh8z8p { width: 922px; height: auto; }
#comp-mofhjvyl { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
[data-mesh-id="comp-mofhjvylinlineContent"] { height: auto; width: 100%; }
[data-mesh-id="comp-mofhjvylinlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: 794px; grid-template-rows: repeat(6, min-content) 1fr; grid-template-columns: 100%; }
[data-mesh-id="comp-mofhjvylinlineContent-gridContainer"] > [id="comp-mofjxtj8"], [data-mesh-id="comp-mofhjvylinlineContent-gridContainer"] > interact-element > [id="comp-mofjxtj8"] { position: relative; margin: 0px 0px 67px calc(50% - 490px); left: -228px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="comp-mofhjvylinlineContent-gridContainer"] > [id="comp-mofhmov1"], [data-mesh-id="comp-mofhjvylinlineContent-gridContainer"] > interact-element > [id="comp-mofhmov1"] { position: relative; margin: 0px 0px 10px calc(50% - 490px); left: 162px; grid-area: 2 / 1 / 3 / 2; place-self: start; }
[data-mesh-id="comp-mofhjvylinlineContent-gridContainer"] > [id="comp-mofhs79l"], [data-mesh-id="comp-mofhjvylinlineContent-gridContainer"] > interact-element > [id="comp-mofhs79l"] { position: relative; margin: 0px 0px -16px calc(50% - 490px); left: -28px; grid-area: 4 / 1 / 7 / 2; place-self: start; }
[data-mesh-id="comp-mofhjvylinlineContent-gridContainer"] > [id="comp-mofhnzjr"], [data-mesh-id="comp-mofhjvylinlineContent-gridContainer"] > interact-element > [id="comp-mofhnzjr"] { position: relative; margin: 22px 0px 40px calc(50% - 490px); left: 376px; grid-area: 4 / 1 / 5 / 2; place-self: start; }
[data-mesh-id="comp-mofhjvylinlineContent-gridContainer"] > [id="comp-mofht1g2"], [data-mesh-id="comp-mofhjvylinlineContent-gridContainer"] > interact-element > [id="comp-mofht1g2"] { position: relative; margin: 0px 0px 59px calc(50% - 490px); left: 391px; grid-area: 5 / 1 / 6 / 2; place-self: start; }
[data-mesh-id="comp-mofhjvylinlineContent-gridContainer"] > [id="comp-mofhwurj"], [data-mesh-id="comp-mofhjvylinlineContent-gridContainer"] > interact-element > [id="comp-mofhwurj"] { position: relative; margin: 0px 0px 10px calc(50% - 490px); left: 484px; grid-area: 7 / 1 / 8 / 2; place-self: start; }
[data-mesh-id="comp-mofhjvylinlineContent-wedge-4"] { visibility: hidden; height: 210px; width: 0px; grid-area: 1 / 1 / 4 / 2; }
#comp-mofjxtj8 { --lnw: 3px; --brd: var(--color_36); --alpha-brd: 1; }
#comp-mofjxtj8 { width: 1436px; height: 7px; }
#comp-mofhmov1 { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-mofhmov1 { width: 656px; height: auto; }
#comp-mofhs79l { --contentPaddingLeft: 0px; --contentPaddingRight: 0px; --contentPaddingTop: 0px; --contentPaddingBottom: 0px; }
#comp-mofhs79l { width: 370px; height: 455px; }
#comp-mofhnzjr { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-mofhnzjr { width: 922px; height: auto; }
#comp-mofht1g2 { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-mofht1g2 { width: 553px; height: auto; }
#comp-mofhwurj { width: 326px; height: 60px; }
#comp-mofhzo85 { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
[data-mesh-id="comp-mofhzo85inlineContent"] { height: auto; width: 100%; }
[data-mesh-id="comp-mofhzo85inlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: auto; grid-template-rows: repeat(6, min-content) 1fr; grid-template-columns: 100%; }
[data-mesh-id="comp-mofhzo85inlineContent-gridContainer"] > [id="comp-mofjy2ga"], [data-mesh-id="comp-mofhzo85inlineContent-gridContainer"] > interact-element > [id="comp-mofjy2ga"] { position: relative; margin: 0px 0px 10px calc(50% - 490px); left: -229px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="comp-mofhzo85inlineContent-gridContainer"] > [id="comp-mofi1isx"], [data-mesh-id="comp-mofhzo85inlineContent-gridContainer"] > interact-element > [id="comp-mofi1isx"] { position: relative; margin: 0px 0px 10px calc(50% - 490px); left: 58px; grid-area: 3 / 1 / 4 / 2; place-self: start; }
[data-mesh-id="comp-mofhzo85inlineContent-gridContainer"] > [id="comp-mofi2mhk"], [data-mesh-id="comp-mofhzo85inlineContent-gridContainer"] > interact-element > [id="comp-mofi2mhk"] { position: relative; margin: 0px 0px 10px calc(50% - 490px); left: 327px; grid-area: 5 / 1 / 6 / 2; place-self: start; }
[data-mesh-id="comp-mofhzo85inlineContent-gridContainer"] > [id="comp-mofjye9h"], [data-mesh-id="comp-mofhzo85inlineContent-gridContainer"] > interact-element > [id="comp-mofjye9h"] { position: relative; margin: 0px 0px 0px calc(50% - 490px); left: -221px; grid-area: 7 / 1 / 8 / 2; place-self: start; }
[data-mesh-id="comp-mofhzo85inlineContent-wedge-3"] { visibility: hidden; height: 86px; width: 0px; grid-area: 1 / 1 / 3 / 2; }
[data-mesh-id="comp-mofhzo85inlineContent-wedge-5"] { visibility: hidden; height: 354px; width: 0px; grid-area: 1 / 1 / 5 / 2; }
[data-mesh-id="comp-mofhzo85inlineContent-wedge-7"] { visibility: hidden; height: 495px; width: 0px; grid-area: 1 / 1 / 7 / 2; }
#comp-mofjy2ga { --lnw: 3px; --brd: var(--color_36); --alpha-brd: 1; }
#comp-mofjy2ga { width: 1436px; height: 7px; }
#comp-mofi1isx { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-mofi1isx { width: 899px; height: auto; }
#comp-mofi2mhk { width: 326px; height: 60px; }
#comp-mofjye9h { --lnw: 3px; --brd: var(--color_36); --alpha-brd: 1; }
#comp-mofjye9h { width: 1436px; height: 7px; }
#comp-moewwmdm .style-moex330z__root { transition: 0.2s, visibility; padding: 3px; border-radius: 50px; border: 0px solid rgb(63, 118, 82); background: rgb(237, 44, 124); }
#comp-moewwmdm .style-moex330z__root:hover { border: 0px solid rgb(63, 118, 82); background: rgb(120, 162, 178); }
#comp-moewwmdm .style-moex330z__root:hover .StylableButton2545352419__label { color: rgb(255, 255, 255); }
#comp-moewwmdm .style-moex330z__root:disabled { background: rgb(226, 226, 226); box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px; }
#comp-moewwmdm .style-moex330z__root:disabled .StylableButton2545352419__label { color: rgb(143, 143, 143); }
#comp-moewwmdm .style-moex330z__root:disabled .StylableButton2545352419__icon { fill: rgb(143, 143, 143); }
#comp-moewwmdm .style-moex330z__root .StylableButton2545352419__container { transition: inherit; }
#comp-moewwmdm .style-moex330z__root .StylableButton2545352419__label { transition: inherit; margin: 0px 4px 0px 0px; font-weight: normal; font-style: normal; letter-spacing: 0.25em; font-size: 15px; display: initial; font-family: montserrat, sans-serif; color: rgb(255, 255, 255); }
#comp-moewwmdm .style-moex330z__root .StylableButton2545352419__icon { transition: inherit; margin: 0px 0px 0px 4px; fill: rgb(229, 211, 179); width: 37px; height: 37px; display: none; }
#comp-moewwmdm .style-moex330z__root:hover .StylableButton2545352419__icon { fill: rgb(255, 255, 255); width: 42px; height: 42px; }
#comp-mofhwurj .style-mofhyp4d__root { transition: 0.2s, visibility; padding: 3px; border-radius: 50px; border: 0px solid rgb(63, 118, 82); background: rgb(237, 44, 124); }
#comp-mofhwurj .style-mofhyp4d__root:hover { border: 0px solid rgb(63, 118, 82); background: rgb(77, 134, 156); }
#comp-mofhwurj .style-mofhyp4d__root:hover .StylableButton2545352419__label { color: rgb(255, 255, 255); }
#comp-mofhwurj .style-mofhyp4d__root:disabled { background: rgb(226, 226, 226); box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px; }
#comp-mofhwurj .style-mofhyp4d__root:disabled .StylableButton2545352419__label { color: rgb(143, 143, 143); }
#comp-mofhwurj .style-mofhyp4d__root:disabled .StylableButton2545352419__icon { fill: rgb(143, 143, 143); }
#comp-mofhwurj .style-mofhyp4d__root .StylableButton2545352419__container { transition: inherit; }
#comp-mofhwurj .style-mofhyp4d__root .StylableButton2545352419__label { transition: inherit; margin: 0px 4px 0px 0px; font-style: normal; letter-spacing: 0.25em; display: initial; color: rgb(255, 255, 255); font-weight: 700; font-family: montserrat, sans-serif; font-size: 14px; }
#comp-mofhwurj .style-mofhyp4d__root .StylableButton2545352419__icon { transition: inherit; margin: 0px 0px 0px 4px; fill: rgb(229, 211, 179); width: 37px; height: 37px; display: none; }
#comp-mofhwurj .style-mofhyp4d__root:hover .StylableButton2545352419__icon { fill: rgb(255, 255, 255); width: 42px; height: 42px; }
#comp-mofi2mhk .style-mofi2mhp2__root { transition: 0.2s, visibility; padding: 3px; border-radius: 50px; border: 0px solid rgb(63, 118, 82); background: rgb(237, 44, 124); }
#comp-mofi2mhk .style-mofi2mhp2__root:hover { border: 0px solid rgb(63, 118, 82); background: rgb(77, 134, 156); }
#comp-mofi2mhk .style-mofi2mhp2__root:hover .StylableButton2545352419__label { color: rgb(255, 255, 255); }
#comp-mofi2mhk .style-mofi2mhp2__root:disabled { background: rgb(226, 226, 226); box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px; }
#comp-mofi2mhk .style-mofi2mhp2__root:disabled .StylableButton2545352419__label { color: rgb(143, 143, 143); }
#comp-mofi2mhk .style-mofi2mhp2__root:disabled .StylableButton2545352419__icon { fill: rgb(143, 143, 143); }
#comp-mofi2mhk .style-mofi2mhp2__root .StylableButton2545352419__container { transition: inherit; }
#comp-mofi2mhk .style-mofi2mhp2__root .StylableButton2545352419__label { transition: inherit; margin: 0px 4px 0px 0px; font-style: normal; letter-spacing: 0.25em; display: initial; color: rgb(255, 255, 255); font-weight: 700; font-family: montserrat, sans-serif; font-size: 14px; }
#comp-mofi2mhk .style-mofi2mhp2__root .StylableButton2545352419__icon { transition: inherit; margin: 0px 0px 0px 4px; fill: rgb(229, 211, 179); width: 37px; height: 37px; display: none; }
#comp-mofi2mhk .style-mofi2mhp2__root:hover .StylableButton2545352419__icon { fill: rgb(255, 255, 255); width: 42px; height: 42px; }
#v42g1 { width: auto; min-height: 40px; }
#pageBackground_v42g1 { --bg-position: fixed; --fill-layer-image-opacity: 1; --bg-overlay-color: rgb(var(--color_43)); --bg-gradient: none; }
#comp-moewhknc { --fill-layer-image-opacity: 1; --bg-overlay-color: rgb(var(--color_12)); --bg-gradient: none; min-width: 980px; }
#comp-moewl8a6 { --text-direction: var(--wix-opt-in-direction); }
#comp-moewncrr { --text-direction: var(--wix-opt-in-direction); }
#comp-moex5uos { --text-direction: var(--wix-opt-in-direction); }
#comp-moex7oqf { --bg-overlay-color: rgb(255, 255, 255); --bg-gradient: none; min-width: 980px; }
#comp-mofjwhge { transform-origin: center 1.5px; }
#comp-mofici1b { --text-direction: var(--wix-opt-in-direction); }
#comp-moex9k97 { --text-direction: var(--wix-opt-in-direction); }
#comp-moexjx56 { --bg-overlay-color: rgb(var(--color_37)); --bg-gradient: none; min-width: 980px; }
#comp-moey15u8 { --height: 765px; --width: 680px; }
#comp-moexk6qh { --text-direction: var(--wix-opt-in-direction); }
#comp-mofjubim { transform-origin: center 1.5px; }
#comp-moey5nkn { --bg-overlay-color: rgba(255, 255, 255, 0.99); --bg-gradient: none; min-width: 980px; }
#comp-mofjwukg { transform-origin: center 1.5px; }
#comp-moeyfenr { --text-direction: var(--wix-opt-in-direction); }
#comp-mofhgmvw { --fill-opacity: 1; --stroke-width: 0; --stroke: #B6D0DA; --stroke-opacity: 1; --fill: #F9F7F2; }
#comp-moeybm9e { --text-direction: var(--wix-opt-in-direction); }
#comp-moeyndfr { --height: 571px; --width: 437px; }
#comp-mofgwje3 { --bg-overlay-color: transparent; --bg-gradient: none; min-width: 980px; }
#comp-mofjxj5w { transform-origin: center 1.5px; }
#comp-mofh3zx1 { --height: 214px; --width: 211px; }
#comp-mofh88g2 { --text-direction: var(--wix-opt-in-direction); }
#comp-mofh8z8p { --text-direction: var(--wix-opt-in-direction); }
#comp-mofhjvyl { --bg-overlay-color: rgb(255, 255, 255); --bg-gradient: none; min-width: 980px; }
#comp-mofjxtj8 { transform-origin: center 1.5px; }
#comp-mofhmov1 { --text-direction: var(--wix-opt-in-direction); }
#comp-mofhs79l { --height: 455px; --width: 370px; --mask-image: none; --mask-position: 0% 0%; --mask-size: 100% 100%; --mask-repeat: no-repeat; }
#comp-mofhnzjr { --text-direction: var(--wix-opt-in-direction); }
#comp-mofht1g2 { --text-direction: var(--wix-opt-in-direction); }
#comp-mofhzo85 { --fill-layer-image-opacity: 0.24; --bg-overlay-color: rgb(var(--color_37)); --bg-gradient: none; min-width: 980px; }
#comp-mofjy2ga { transform-origin: center 1.5px; }
#comp-mofi1isx { --text-direction: var(--wix-opt-in-direction); }
#comp-mofjye9h { transform-origin: center 1.5px; }