﻿.modulor--button-reset{margin:0;padding:0;background:none;border:none;display:inline;color:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;font-size:inherit;line-height:inherit;cursor:pointer}.modulor--figure-reset{margin:0;padding:0}.modulor--heading-reset{font-weight:inherit;font-style:inherit;margin:0;padding:0}.modulor--heading-reset:not(:last-child){margin-bottom:1em}.modulor--input-reset{font-family:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;border:0;margin:0;padding:0}.modulor--input-reset::-webkit-search-cancel-button,.modulor--input-reset::-webkit-search-decoration{-webkit-appearance:none;appearance:none;display:none}.modulor--link-reset{color:var(--modulor--color--blue);text-decoration-line:none}.modulor--list-reset{margin:0;padding:0;list-style:none}.off-screen{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}:root{--breakpoint-name: ""}@media (max-width: 1536px){:root{--breakpoint-name: "<=large"}}@media (max-width: 1280px){:root{--breakpoint-name: "<=medium"}}@media (max-width: 768px){:root{--breakpoint-name: "<=small"}}@media (max-width: 640px){:root{--breakpoint-name: "<=xsmall"}}.modulor--core--exception_component--root{background-color:var(--modulor--color--red, red);color:var(--modulor--color--white, white);margin:0;padding:1em}.modulor--core--exception_component--message{margin:0;margin-bottom:1em;padding:0}.modulor--core--exception_component--exception{font-weight:bold;margin:0;padding:0}.modulor--identity--link_to_sign_out_component--root{color:var(--modulor--color--red)}.modulor--view_components--audio--player--mute_unmute_button_component--root{display:none}.modulor--view_components--audio--player--mute_unmute_button_component--root[data-type="mute"][data-muted="false"]{display:initial}.modulor--view_components--audio--player--mute_unmute_button_component--root[data-type="unmute"][data-muted="true"]{display:initial}.modulor--view_components--audio--player--play_pause_button_component--root{display:none}.modulor--view_components--audio--player--play_pause_button_component--root[data-type="play"][data-playing="false"]{display:initial}.modulor--view_components--audio--player--play_pause_button_component--root[data-type="pause"][data-playing="true"]{display:initial}.modulor--view_components--audio--player--time_range_bar_component--root{position:relative;width:100%;height:var(--modulor--view-components--audio--player--time-range-bar--height, 0.5em);background-color:var(--modulor--view-components--audio--player--time-range-bar--background-color, lightgrey);cursor:pointer}.modulor--view_components--audio--player--time_range_bar_component--bar{position:absolute;bottom:0;left:0;top:0;background-color:var(--modulor--view-components--audio--player--time-range-bar--bar--background-color, black);width:var(--modulor--view-components--audio--player--time-range-bar--bar--width, var(--time-range-bar--bar--width));height:100%;transition-property:width;transition-duration:var(--modulor--view-components--audio--player--time-range-bar--bar--transition-duration, 0.3s)}.modulor--view_components--charts--axis_component--labels{overflow:hidden}.modulor--view_components--charts--axis_component--label{height:var(--lh, 1em)}.modulor--view_components--charts--axis_component--label .modulor--view_components--charts--axis_component--wrapper{display:inline-block}.modulor--view_components--charts--axis_component--root[data-dir="x"] .modulor--view_components--charts--axis_component--labels{display:grid;grid-template-columns:repeat(var(--count), 1fr);margin-left:calc(-1 * 0.5 * 1 / (var(--count) - 1) * 100%);margin-right:calc(-1 * 0.5 * 1 / (var(--count) - 1) * 100%)}.modulor--view_components--charts--axis_component--root[data-dir="x"] .modulor--view_components--charts--axis_component--label{text-align:center}.modulor--view_components--charts--axis_component--root[data-dir="x"] .modulor--view_components--charts--axis_component--label:first-child .modulor--view_components--charts--axis_component--wrapper{transform:translateX(50%)}.modulor--view_components--charts--axis_component--root[data-dir="x"] .modulor--view_components--charts--axis_component--label:last-child .modulor--view_components--charts--axis_component--wrapper{transform:translateX(-50%)}.modulor--view_components--charts--axis_component--root[data-dir="y"]{height:100%}.modulor--view_components--charts--axis_component--root[data-dir="y"] .modulor--view_components--charts--axis_component--labels{display:flex;flex-direction:column-reverse;justify-content:space-between;text-align:right;height:calc(100% + var(--lh, 1em))}.modulor--view_components--charts--axis_component--root[data-dir="y"] .modulor--view_components--charts--axis_component--label .modulor--view_components--charts--axis_component--wrapper{transform:translateY(-50%)}.modulor--view_components--charts--axis_component--root[data-dir="y"] .modulor--view_components--charts--axis_component--label:first-child .modulor--view_components--charts--axis_component--wrapper{transform:translateY(-100%)}.modulor--view_components--charts--axis_component--root[data-dir="y"] .modulor--view_components--charts--axis_component--label:last-child .modulor--view_components--charts--axis_component--wrapper{transform:translateY(0)}.modulor--view_components--charts--line_chart_component--container{display:grid;gap:var(--modulor--view-components--graphs--gap, var(--lh, 1em));grid-template-columns:min-content 1fr;grid-template-areas:"axis_y graph" ".      axis_x";overflow-x:hidden;overflow-y:visible}.modulor--view_components--charts--line_chart_component--svg{grid-area:graph;width:100%;height:100%;display:block;overflow:visible;aspect-ratio:var(--modulor--view-components--graphs--svg--aspect-ratio, 2);margin-top:var(--modulor--view-components--graphs--line--stroke-width, 0.1rem)}.modulor--view_components--charts--line_chart_component--axis_x{grid-area:axis_x}.modulor--view_components--charts--line_chart_component--axis_y{grid-area:axis_y}.modulor--view_components--charts--line_chart_component--line{stroke:var(--modulor--view-components--graphs--line--stroke, var(--modulor--color--black));stroke-width:var(--modulor--view-components--graphs--line--stroke-width, 0.1rem)}.modulor--view_components--charts--line_chart_component--path{stroke:var(--modulor--view-components--graphs--polyline--stroke, none);stroke-width:var(--modulor--view-components--graphs--polyline--stroke-width, none);fill:var(--modulor--view-components--graphs--polyline--fill, rgba(0,0,0,0.1))}.modulor--view_components--charts--line_chart_component--polyline{stroke:var(--modulor--view-components--graphs--polyline--stroke, none);stroke-width:var(--modulor--view-components--graphs--polyline--stroke-width, none);fill:var(--modulor--view-components--graphs--polyline--fill, rgba(0,0,0,0.1))}.modulor--view_components--expandable_list_component--button_to_more{display:none}.modulor--view_components--expandable_list_component--button_to_less{display:none}.modulor--view_components--expandable_list_component--root[aria-expanded] .modulor--view_components--expandable_list_component--button_to_less{display:block}.modulor--view_components--expandable_list_component--root[aria-expanded]:not([data-active]) .modulor--view_components--expandable_list_component--button_to_less{display:none}.modulor--view_components--expandable_list_component--root:not([aria-expanded]) .modulor--view_components--expandable_list_component--button_to_more{display:block}.modulor--view_components--expandable_list_component--root:not([data-active]):not([aria-expanded]) .modulor--view_components--expandable_list_component--button_to_more{display:none}.modulor--view_components--expandable_section_component--root:not([data-open]){--body-height: 0}.modulor--view_components--expandable_section_component--root[data-open]{--body-height: auto}.modulor--view_components--expandable_section_component--label{cursor:pointer}.modulor--view_components--expandable_section_component--root[data-with-icon] .modulor--view_components--expandable_section_component--label{display:var(--modulor--view-components--expandable-section--label--display, grid);grid-column-gap:var(--modulor--view-components--expandable-section--icon--grid-column-gap, 0.5em)}.modulor--view_components--expandable_section_component--root[data-with-icon][data-align-icon="left"] .modulor--view_components--expandable_section_component--label{grid-template-columns:var(--modulor--view-components--expandable-section--label--grid-template-columns, var(--modulor--view-components--expandable-section--icon--width, 0.7em) 1fr)}.modulor--view_components--expandable_section_component--root[data-with-icon][data-align-icon="right"] .modulor--view_components--expandable_section_component--label{grid-template-columns:var(--modulor--view-components--expandable-section--label--grid-template-columns, 1fr var(--modulor--view-components--expandable-section--icon--width, 0.7em))}.modulor--view_components--expandable_section_component--root[data-align-icon="right"] .modulor--view_components--expandable_section_component--summary{order:0}.modulor--view_components--expandable_section_component--root[data-align-icon="right"] .modulor--view_components--expandable_section_component--icon{order:1}.modulor--view_components--expandable_section_component--icon{display:flex;flex-direction:column;justify-content:center;align-items:center;width:var(--modulor--view-components--expandable-section--icon--width, 0.7em);height:var(--modulor--view-components--expandable-section--icon--height, 0.8em);transform-origin:center;transition:transform var(--modulor--view-components--expandable-section--open--transition-duration, 0);align-self:var(--modulor--view-components--expandable-section--icon--align-self, center)}.modulor--view_components--expandable_section_component--root[data-open] .modulor--view_components--expandable_section_component--icon{transform:var(--modulor--view-components--expandable-section--icon--open--transform, rotate(90deg))}.modulor--view_components--expandable_section_component--root[data-animated] .modulor--view_components--expandable_section_component--icon{transition:transform var(--modulor--view-components--expandable-section--open--transition-duration, 0.2s)}.modulor--view_components--expandable_section_component--checkbox{width:0;height:0;padding:0;margin:0;display:inline;-webkit-appearance:none}.modulor--view_components--expandable_section_component--checkbox:checked{outline:0}.modulor--view_components--expandable_section_component--root[data-with-checkbox]{display:grid;grid-template-columns:min-content 1fr;grid-column-gap:var(--modulor--view-components--expandable-section--icon--grid-column-gap, 0.5em);grid-template-areas:"checkbox label" "body body";align-items:baseline}.modulor--view_components--expandable_section_component--root[data-with-checkbox] .modulor--view_components--expandable_section_component--checkbox{display:initial;grid-area:checkbox}.modulor--view_components--expandable_section_component--root[data-with-checkbox] .modulor--view_components--expandable_section_component--label{grid-area:label}.modulor--view_components--expandable_section_component--root[data-with-checkbox] .modulor--view_components--expandable_section_component--body{grid-area:body}.modulor--view_components--expandable_section_component--body{display:none}.modulor--view_components--expandable_section_component--root[data-animated] .modulor--view_components--expandable_section_component--body{display:block;height:var(--body-height);overflow:hidden;transition:height var(--modulor--view-components--expandable-section--open--transition-duration, 0.2s)}.modulor--view_components--expandable_section_component--checkbox:checked~.modulor--view_components--expandable_section_component--body{display:block}.modulor--view_components--expandable_section--icon_component--root polygon{fill:var(--modulor--view-components--expandable-section--icon--fill, currentColor);stroke:var(--modulor--view-components--expandable-section--icon--stroke, none);stroke-width:var(--modulor--view-components--expandable-section--icon--stroke-width, none)}.modulor--view_components--expandable_text_component--root:not([aria-expanded]) .modulor--view_components--expandable_text_component--body{display:none}.modulor--view_components--expandable_text_component--root[aria-expanded] .modulor--view_components--expandable_text_component--show_all_button{display:none}.modulor--view_components--expandable_text_component--root:not([aria-expanded]) .modulor--view_components--expandable_text_component--show_less_button{display:none}.modulor--view_components--fit_text_component--root{width:100%;height:100%;display:flex;align-items:var(--modulor--view-components--fit-text--align-items, center);justify-content:var(--modulor--view-components--fit-text--justify-content, center);opacity:0}.modulor--view_components--fit_text_component--root[data-ready]{opacity:1}.modulor--view_components--fit_text_component--container{max-width:100%}.modulor--view_components--fit_to_container_component--root{width:100%;height:100%;position:relative;display:flex;flex-direction:column;visibility:hidden}.modulor--view_components--fit_to_container_component--root[data-is-ready]{visibility:visible}.modulor--view_components--fit_to_container_component--root[data-horizontal-align="left"]{align-items:flex-start}.modulor--view_components--fit_to_container_component--root[data-horizontal-align="center"]{align-items:center}.modulor--view_components--fit_to_container_component--root[data-horizontal-align="right"]{align-items:flex-end}.modulor--view_components--fit_to_container_component--root[data-vertical-align="top"]{justify-content:flex-start}.modulor--view_components--fit_to_container_component--root[data-vertical-align="center"]{justify-content:center}.modulor--view_components--fit_to_container_component--root[data-vertical-align="bottom"]{justify-content:flex-end}.modulor--view_components--form--remote_value_component--param{display:contents}.modulor--view_components--form--remote_value_component--value{display:contents}.modulor--view_components--grid_component--root{position:fixed;top:0;bottom:0;left:0;right:0;z-index:var(--modulor--view-components--grid--z-index, 1000);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-image:linear-gradient(to right, var(--color, magenta) 1px, transparent 1px),linear-gradient(to right, var(--color, magenta) 1px, transparent 1px);background-size:calc(100% / var(--columns)) 0.1rem,calc(100% / var(--columns)) 0.1rem;background-position-x:calc(var(--column-gap) / 2 - var(--column-gap)),calc(var(--column-gap) / 2);max-width:var(--max-width);margin:var(--margin);display:none}.modulor--view_components--grid_component--root:before{color:magenta;text-transform:uppercase;position:absolute;top:.5em;right:calc(var(--column-gap) / 2 + .5em);content:var(--breakpoint-name)}.modulor--view_components--grid_component--visible{display:block}.modulor--view_components--lazysizes_image_component--root{height:auto;width:100%;-o-object-position:var(--modulor--view-components--lazysizes-image--object-position, initial);object-position:var(--modulor--view-components--lazysizes-image--object-position, initial);-o-object-fit:var(--modulor--view-components--lazysizes-image--object-fit, contain);object-fit:var(--modulor--view-components--lazysizes-image--object-fit, contain)}.lazyloading{background-color:var(--modulor--view-components--lazysizes-image--object-position--lazyloading--background-color)}.modulor--view_components--link_to_anchor_component--root{color:inherit}.modulor--view_components--listbox_component--root:focus{outline:solid transparent}.modulor--view_components--map_component--root{width:100%;height:100%}.modulor--view_components--map_component--map{width:100%;height:100%}.modulor--view_components--mux_player_component--root{--controls: var(--modulor--view-components--mux-player--controls, initial);--play-button: var(--modulor--view-components--mux-player--play-button, initial);--seek-live-button: var(--modulor--view-components--mux-player--seek-live-button, initial);--seek-backward-button: var(--modulor--view-components--mux-player--seek-backward-button, initial);--seek-forward-button: var(--modulor--view-components--mux-player--seek-forward-button, initial);--mute-button: var(--modulor--view-components--mux-player--mute-button, initial);--captions-button: var(--modulor--view-components--mux-player--captions-button, initial);--airplay-button: var(--modulor--view-components--mux-player--airplay-button, initial);--pip-button: var(--modulor--view-components--mux-player--pip-button, initial);--fullscreen-button: var(--modulor--view-components--mux-player--fullscreen-button, initial);--cast-button: var(--modulor--view-components--mux-player--cast-button, initial);--playback-rate-button: var(--modulor--view-components--mux-player--playback-rate-button, initial);--volume-range: var(--modulor--view-components--mux-player--volume-range, initial);--time-range: var(--modulor--view-components--mux-player--time-range, initial);--time-display: var(--modulor--view-components--mux-player--time-display, initial);--duration-display: var(--modulor--view-components--mux-player--duration-display, initial);--center-controls: var(--modulor--view-components--mux-player--center-controls, initial);--bottom-play-button: var(--modulor--view-components--mux-player--bottom-play-button, initial)}.modulor--view_components--native_carousel--slide_component--root{flex-shrink:0;scroll-snap-align:var(--modulor--view-components--native-carousel-slide--scroll-snap-align, start);width:var(--modulor--view-components--native-carousel-slide--width, 100%);max-width:var(--modulor--view-components--native-carousel-slide--max-width, initial)}.modulor--view_components--native_carousel--slide_component--root:focus{outline:none}.modulor--view_components--native_carousel--slides_component--root{width:100%;height:100%;display:flex;transition:height var(--modulor--core--native-carouse--height-transition, 0);-webkit-overflow-scrolling:touch}.modulor--view_components--native_carousel--slides_component--root::-webkit-scrollbar{display:none}.modulor--view_components--native_carousel--slides_component--root{-ms-overflow-style:none;scrollbar-width:none}.modulor--view_components--popup_menu--body_component--root{position:absolute;z-index:var(--modulor--view-components--popup-menu--body--z-index, 100)}.modulor--view_components--popup_menu--body_component--root[data-alignment="right"]{right:0}.modulor--view_components--popup_menu_component--root{-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.modulor--view_components--popup_menu--summary_component--root{cursor:pointer}.modulor--view_components--popup_menu--summary_component--root::-webkit-details-marker{display:none}.modulor--view_components--popup_menu--summary_component--root:first-of-type{list-style-type:none}.modulor--view_components--responsive_container_component--root{height:0;overflow:hidden;display:block;position:relative;padding-bottom:calc(100% / (var(--aspect-ratio)))}.modulor--view_components--responsive_container_component--container{position:absolute;top:0;left:0;width:100%;height:100%}.modulor--view_components--responsive_container_component--container img,.modulor--view_components--responsive_container_component--container video{width:var(--modulor--view-components--responsive-container--container--tag-width, 100%);height:var(--modulor--view-components--responsive-container--container--tag-height, 100%)}.modulor--view_components--screenshot_component--root[data-unknown-dimensions]{--modulor--view-components--responsive-container--container--tag-height: auto}.modulor--view_components--skip_to_content_component--root{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.modulor--view_components--skip_to_content_component--root:focus{position:static;width:auto;height:auto}.modulor--view_components--slate_editor_component--editor{font-family:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;min-height:calc(var(--min-height) * 1em);max-height:calc(var(--max-height) * 1em);overflow:var(--overflow)}.modulor--view_components--slate_editor_component--editor [role="textbox"]{min-height:calc(var(--min-height) * 1em)}.modulor--view_components--slate_editor_component--editor blockquote{margin:0}.modulor--view_components--slate_editor_component--editor table{width:initial}.modulor--view_components--slate_editor_component--editor h1,.modulor--view_components--slate_editor_component--editor h2,.modulor--view_components--slate_editor_component--editor h3,.modulor--view_components--slate_editor_component--editor h4,.modulor--view_components--slate_editor_component--editor h5,.modulor--view_components--slate_editor_component--editor h6,.modulor--view_components--slate_editor_component--editor p,.modulor--view_components--slate_editor_component--editor table{margin:0;padding:0}.modulor--view_components--slate_editor_component--editor h1:not(:last-child),.modulor--view_components--slate_editor_component--editor h2:not(:last-child),.modulor--view_components--slate_editor_component--editor h3:not(:last-child),.modulor--view_components--slate_editor_component--editor h4:not(:last-child),.modulor--view_components--slate_editor_component--editor h5:not(:last-child),.modulor--view_components--slate_editor_component--editor h6:not(:last-child),.modulor--view_components--slate_editor_component--editor blockquote:not(:last-child),.modulor--view_components--slate_editor_component--editor p:not(:last-child),.modulor--view_components--slate_editor_component--editor table:not(:last-child){margin-bottom:1em}.modulor--view_components--slate_editor_component--editor ul,.modulor--view_components--slate_editor_component--editor ol{margin:0;-webkit-padding-start:2em;padding-inline-start:2em}.modulor--view_components--slate_editor_component--editor ul:not(:last-child),.modulor--view_components--slate_editor_component--editor ol:not(:last-child){margin-bottom:1em}.modulor--view_components--slate_editor_component--editor sub,.modulor--view_components--slate_editor_component--editor sup{line-height:0}.modulor--view_components--slate_editor_component--toolbar{margin-left:0 !important;margin-right:0 !important;padding:0 !important}.modulor--view_components--slate_editor_component--toolbar svg{width:1.8rem !important;height:1.8rem !important}.modulor--view_components--svg_rectangle_container_component--root{position:relative}.modulor--view_components--svg_rectangle_container_component--top{position:absolute;overflow:visible;top:0;left:calc(var(--modulor--view-component--svg-rectangle-container--svg-stroke-width, .4rem) * -.5);right:calc(var(--modulor--view-component--svg-rectangle-container--svg-stroke-width, .4rem) * -.5);height:var(--modulor--view-component--svg-rectangle-container--svg-stroke-width, 0.4rem);width:calc(var(--modulor--view-component--svg-rectangle-container--svg-stroke-width, .4rem) + 100%);transform:translateY(-50%)}.modulor--view_components--svg_rectangle_container_component--right{position:absolute;overflow:visible;right:0;top:calc(var(--modulor--view-component--svg-rectangle-container--svg-stroke-width, .4rem) * -.5);bottom:calc(var(--modulor--view-component--svg-rectangle-container--svg-stroke-width, .4rem) * -.5);width:var(--modulor--view-component--svg-rectangle-container--svg-stroke-width, 0.4rem);height:calc(var(--modulor--view-component--svg-rectangle-container--svg-stroke-width, .4rem) + 100%);transform:translateX(50%)}.modulor--view_components--svg_rectangle_container_component--bottom{position:absolute;overflow:visible;bottom:0;left:calc(var(--modulor--view-component--svg-rectangle-container--svg-stroke-width, .4rem) * -.5);right:calc(var(--modulor--view-component--svg-rectangle-container--svg-stroke-width, .4rem) * -.5);height:var(--modulor--view-component--svg-rectangle-container--svg-stroke-width, 0.4rem);width:calc(var(--modulor--view-component--svg-rectangle-container--svg-stroke-width, .4rem) + 100%);transform:translateY(50%)}.modulor--view_components--svg_rectangle_container_component--left{position:absolute;overflow:visible;left:0;top:calc(var(--modulor--view-component--svg-rectangle-container--svg-stroke-width, .4rem) * -.5);bottom:calc(var(--modulor--view-component--svg-rectangle-container--svg-stroke-width, .4rem) * -.5);width:var(--modulor--view-component--svg-rectangle-container--svg-stroke-width, 0.4rem);height:calc(var(--modulor--view-component--svg-rectangle-container--svg-stroke-width, .4rem) + 100%);transform:translateX(-50%)}.modulor--view_components--svg_rectangle_container_component--line{stroke:var(--modulor--view-component--svg-rectangle-container--svg-stroke, var(--modulor--color--black));stroke-width:var(--modulor--view-component--svg-rectangle-container--svg-stroke-width, 0.4rem)}.modulor--view_components--tags--select_component--root{display:inline-block;position:relative}.modulor--view_components--tags--select_component--custom{display:none;position:relative}@media (hover: hover){.modulor--view_components--tags--select_component--custom{display:block}}.modulor--view_components--tags--select_component--trigger{position:relative;width:100%;min-height:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modulor--view_components--tags--select_component--options{visibility:hidden;height:0;width:100%;position:absolute;margin:0;padding:0;list-style:none}.modulor--view_components--tags--select_component--custom[data-selected] .modulor--view_components--tags--select_component--options{visibility:visible;height:auto;z-index:1}.modulor--view_components--tags--select_component--option{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.modulor--view_components--tags--select_component--option>*{overflow:hidden;text-overflow:ellipsis;width:100%}.modulor--view_components--uploader--file_wrapper_component--root{display:contents}:root{--modulor--color--black: #000;--modulor--color--blue-light: #bcd6fd;--modulor--color--blue: blue;--modulor--color--gray-extra-light: #f1f2f2;--modulor--color--gray: gray;--modulor--color--green: #00bd00;--modulor--color--orange: orange;--modulor--color--red: red;--modulor--color--white: #fff;--modulor--color--yellow-post-it: #ffff90}:root{--modulor--columns: 6;--modulor--column-gap: 2rem}:root{--modulor--large-font-size: 4.6rem;--modulor--large-line-height: 4.8rem;--modulor--large-letter-spacing: 0.01em;--modulor--default-font-size: 1.8rem;--modulor--default-line-height: 2.2rem;--modulor--default-letter-spacing: 0.02em;--modulor--small-font-size: 1.4rem;--modulor--small-line-height: 1.8rem;--modulor--small-letter-spacing: 0.02em}@media (max-width: 1536px){:root{--modulor--large-font-size: 4.2rem;--modulor--large-line-height: 4.4rem;--modulor--large-letter-spacing: 0.01em}}@media (max-width: 1536px){:root{--modulor--default-font-size: 1.6rem;--modulor--default-line-height: 2.0rem;--modulor--default-letter-spacing: 0.02em}}@media (max-width: 1536px){:root{--modulor--small-font-size: 1.3rem;--modulor--small-line-height: 1.6rem;--modulor--small-letter-spacing: 0.03em}}.modulor--button{margin:0;padding:0;background:none;border:none;font-family:inherit;font-weight:inherit;font-style:inherit;font-size:inherit;line-height:inherit;cursor:pointer;color:var(--modulor--color--blue);text-decoration:none}.modulor--button:disabled,.modulor--button[disabled]{cursor:default;color:var(--modulor--color--gray)}.modulor--button *{text-decoration:none}.modulor--large-font-size{font-size:var(--modulor--large-font-size);line-height:var(--modulor--large-line-height);letter-spacing:var(--modulor--large-letter-spacing);text-decoration-thickness:.075em;text-underline-offset:.2em}.modulor--default-font-size{font-size:var(--modulor--default-font-size);line-height:var(--modulor--default-line-height);letter-spacing:var(--modulor--default-letter-spacing);text-decoration-thickness:.075em;text-underline-offset:.2em}.modulor--small-font-size{font-size:var(--modulor--small-font-size);line-height:var(--modulor--small-line-height);letter-spacing:var(--modulor--small-letter-spacing);text-decoration-thickness:.075em;text-underline-offset:.2em}.modulor--font{font-family:"Modulor Union", Helvetica, Arial, sans-serif;font-kerning:normal;font-feature-settings:"kern" on;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}.modulor--form--input-field{background-color:var(--modulor--color--white);font-family:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;border:0;border-radius:.1rem;margin:0;padding:.2em}.modulor--form--text-area{background-color:var(--modulor--color--white);font-family:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;border:0;margin:0;padding:.2em}.modulor--ui--button_bar_component--root{display:flex;flex-direction:row;gap:calc(var(--modulor--column-gap) / 2)}.modulor--ui--button_bar_component--item[data-justify="right"]{margin-left:auto}.modulor--ui--button_bar_component--item[data-justify="right"]~.modulor--ui--button_bar_component--item[data-justify="right"]{margin-left:initial}.modulor--ui--button_with_menu_wrapper_component--root{display:flex;flex-direction:row;justify-content:flex-end}.modulor--ui--button_with_menu_wrapper_component--button+.modulor--ui--button_with_menu_wrapper_component--menu{border-left:0.1rem solid var(--modulor--color--gray);padding-left:0.5em;margin-left:0.5em;margin-right:0.25em}.modulor--ui--dialog--button_to_close_component--root{color:var(--modulor--color--blue)}.modulor--ui--dialog_component--root{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--modulor--ui--dialog--component--z-index, 1000)}.modulor--ui--dialog_component--root:before{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);content:" ";display:block;z-index:-1}.modulor--ui--dialog_component--content{color:var(--modulor--color--black);background:var(--modulor--color--white);margin-left:auto;margin-right:auto;max-width:75%;max-height:90vh;display:flex;flex-direction:column;border-bottom-left-radius:.2rem;border-bottom-right-radius:.2rem;padding-top:calc(var(--modulor--default-line-height) / 2);padding-right:calc(var(--modulor--column-gap)/2);padding-bottom:calc(var(--modulor--default-line-height) / 2);padding-left:calc(var(--modulor--column-gap)/2)}.modulor--ui--dialog_component--header{display:flex;flex-direction:row;justify-content:space-between;flex:0 0;padding-bottom:calc(var(--modulor--default-line-height) / 2)}.modulor--ui--dialog_component--body{flex:1;overflow-y:auto}.modulor--ui--dialog_component--footer{padding-top:calc(var(--modulor--default-line-height) / 2);display:flex;flex-direction:row;justify-content:flex-end}.modulor--ui--editor_stamp_component--root{color:var(--modulor--color--gray)}.modulor--ui--editor_stamp_component--name:after{content:","}.modulor--ui--flash_component--root{text-align:center;cursor:pointer;padding-top:var(--modulor-pages--web-module--content--padding-top);padding-bottom:var(--modulor-pages--web-module--content--padding-bottom);padding-left:var(--modulor-pages--web-module--content--padding-left);padding-right:var(--modulor-pages--web-module--content--padding-right)}.modulor--ui--flash_component--root[data-type="notice"]{color:var(--modulor--color--green)}.modulor--ui--flash_component--root[data-type="alert"]{color:var(--modulor--color--red)}.modulor--ui--form--button_component--root{color:var(--modulor--color--blue)}.modulor--ui--form--date_range_component--root{display:inline-grid;grid-template-areas:"from to";grid-column-gap:.5em}.modulor--ui--form--date_range_component--from{grid-area:from}.modulor--ui--form--date_range_component--to{grid-area:to}.modulor--ui--form--datetime_range_component--root{display:inline-grid;grid-template-areas:"from to" "all_day all_day";grid-column-gap:.5em}.modulor--ui--form--datetime_range_component--from{grid-area:from}.modulor--ui--form--datetime_range_component--to{grid-area:to}.modulor--ui--form--datetime_range_component--all_day{grid-area:all_day}.modulor--ui--form--dependent_fields_component--root{display:contents}.modulor--ui--form--errors_component--error{color:var(--modulor--color--red)}.modulor--ui--form--fieldset_component--root{margin:0;padding:0;border:0}.modulor--ui--form--fieldset_component--root:not(:last-child){border-bottom:0.1rem solid var(--modulor--color--gray);margin-bottom:.5em;padding-bottom:.5em}.modulor--ui--form--fieldset_component--root[data-view-option="horizontal"]{display:grid;grid-auto-flow:column dense;grid-column-gap:var(--modulor--column-gap);grid-row-gap:1em;justify-content:start}.modulor--ui--form--fieldset_component--root[data-view-option="horizontal"][data-width="max"]{grid-auto-columns:1fr}.modulor--ui--form--fieldset_component--legend{padding:0;margin:0;margin-bottom:1em}.modulor--ui--form--hint_component--root{color:var(--modulor--color--gray)}.modulor--ui--form--inline_selector_input--button_to_remove_component--root{width:.6em;height:.6em}.modulor--ui--form--inline_selector_input_component--root{display:flex}.modulor--ui--form--inline_selector_input_component--input{display:flex;flex-direction:row;flex-wrap:wrap;background-color:var(--modulor--color--white);padding:.2em}.modulor--ui--form--inline_selector_input_component--input_with_options{flex:1}.modulor--ui--form--inline_selector_input_component--search_field{flex:1}.modulor--ui--form--inline_selector_input_component--button_to_dialog{white-space:nowrap;align-self:center}.modulor--ui--form--inline_selector_input--options_component--root{display:grid;grid-template-columns:100%;grid-row-gap:.1rem;margin-top:.1rem}.modulor--ui--form--inline_selector_input--options--option_component--root{cursor:pointer;background-color:var(--modulor--color--white);padding:.2em}.modulor--ui--form--inline_selector_input--options--option_component--root:hover{background-color:var(--modulor--color--yellow-post-it)}.modulor--ui--form--inline_selector_input--results_component--root{display:flex;flex-direction:row;flex-wrap:wrap}.modulor--ui--form--inline_selector_input--results--result_component--root{margin-right:.2em}.modulor--ui--form--inline_selector_input--results--result_component--label{background-color:var(--modulor--color--blue-light);display:flex;align-items:center;padding:.2em}.modulor--ui--form--inline_selector_input--results--result_component--button_to_remove{display:flex;align-items:center;padding-left:.5em;margin-right:.1em}.modulor--ui--form--inline_selector_input--search_field_component--root{width:100%;height:100%;min-width:10ch}.modulor--ui--form--input_component--with_errors_class{color:var(--modulor--color--red)}.modulor--ui--form--input_component--label{grid-area:label}.modulor--ui--form--input_component--input{grid-area:input}.modulor--ui--form--input_component--root[data-view-option="horizontal"]>.modulor--ui--form--input_component--label_and_input{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"label input";grid-column-gap:.5em}.modulor--ui--form--input_component--root[data-view-option="horizontal_reversed"]>.modulor--ui--form--input_component--label_and_input{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"input label";grid-column-gap:.5em}.modulor--ui--form--input_component--root[data-view-option="vertical"]>.modulor--ui--form--input_component--label_and_input{display:grid;grid-template-columns:auto;grid-template-areas:"label" "input"}.modulor--ui--form--input_component--root[data-view-option="vertical_reversed"]>.modulor--ui--form--input_component--label_and_input{display:grid;grid-template-columns:auto;grid-template-areas:"input" "label"}.modulor--ui--form--label_component--required{font-weight:bold}.modulor--ui--form--label_component--required:after{content:"*"}.modulor--ui--form--localized_input_component--with_errors_class{color:var(--modulor--color--red)}.modulor--ui--form--localized_input_component--locale_inputs{display:grid;grid-row-gap:.5em}.modulor--ui--form--localized_input--locale_input_component--root[data-multi-locale]{display:grid;grid-template-columns:min-content 1fr;grid-column-gap:.5em;align-items:baseline}.modulor--ui--form--localized_input--locale_input_component--root[data-multi-locale] .modulor--ui--form--localized_input--locale_input_component--label{min-width:3ch;text-transform:uppercase}.modulor--ui--form--localized_input--locale_input_component--input{width:100%}.modulor--ui--form--localized_input--locale_input_component--label,.modulor--ui--form--localized_input--locale_input_component--input{padding:0}.modulor--ui--form--mux_thumbnail_attrs_component--thumbnail{aspect-ratio:var(--aspect-ratio, initial);max-width:var(--modulor-ui--form--mux-thumbail-attrs--max-width, 20em)}.modulor--ui--form--mux_thumbnail_attrs_component--image{display:block;width:100%;height:auto}.modulor--ui--form--nested_fields_component--root{border:0;padding:0;margin:0}.modulor--ui--form--nested_fields_component--wrapper{padding-top:var(--modulor-pages--web-module--form--padding-top);padding-right:var(--modulor-pages--web-module--form--padding-right);padding-bottom:var(--modulor-pages--web-module--form--padding-bottom);padding-left:var(--modulor-pages--web-module--form--padding-left);border:0.1rem solid var(--modulor--color--gray)}.modulor--ui--form--nested_fields_component--add{display:grid;grid-template-columns:min-content 1fr;grid-column-gap:.5em;justify-items:left}.modulor--ui--form--nested_fields--fieldset_component--root{display:grid;grid-template-columns:1fr min-content;grid-column-gap:1em;grid-template-areas:"fieldset button";align-items:top;justify-content:start}.modulor--ui--form--nested_fields--fieldset_component--root[data-sortable]{grid-template-areas:"sort_handle fieldset button";grid-template-columns:min-content 1fr min-content}.modulor--ui--form--nested_fields--fieldset_component--root>fieldset{grid-area:fieldset}.modulor--ui--form--nested_fields--fieldset_component--button{grid-area:button}.modulor--ui--form--nested_fields--fieldset_component--button_to_remove{color:var(--modulor--color--red)}.modulor--ui--form--nested_fields--fieldset_component--sort_handle{grid-area:sort_handle;position:relative;width:1.5rem;height:100%;cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:var(--modulor--color--black);background-color:var(--modulor--color--gray-extra-light);margin-left:auto;margin-right:auto}.modulor--ui--form--nested_fields--fieldset_component--sort_handle:before{content:"::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::";line-height:.825;text-align:center;word-wrap:break-word;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;top:calc(50% - 1em);left:0;width:100%;height:2em;overflow:hidden}.modulor--ui--form--remote_value_component--button{color:var(--modulor--color--blue)}.modulor--ui--form--submit_component--root{color:var(--modulor--color--blue)}.modulor--ui--form--uploader_input--placeholder_component--spinner{--max-dimension: 18rem;width:100%;height:auto;max-width:var(--max-dimension);max-height:var(--max-dimension);display:flex;justify-content:center}@keyframes spinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.modulor--ui--form--uploader_input--uploaded_file_component--image{display:block;max-width:100%}.modulor--ui--form--uploader_input--uploaded_file--file_component--image,.modulor--ui--form--uploader_input--uploaded_file--file_component--video{display:block;max-width:100%}.modulor--ui--form--uploader_input--uploaded_file--file_component--audio{display:block}.modulor--ui--form--uploader_input--uploaded_file--file_component--pdf{aspect-ratio:2;max-width:100%}.modulor--ui--form--uploader_input--uploaded_file--file_component--file{--max-dimension: 18rem;width:100%;max-width:var(--max-dimension)}.modulor--ui--icons--close_component--root{position:relative;display:block;width:100%;height:100%;overflow:visible}.modulor--ui--icons--close_component--root *{stroke:var(--modulor--ui--icon--stroke, var(--modulor--color--black));stroke-width:var(--modulor--ui--icon--stroke-width, 0.075em)}.modulor--ui--icons--file_component--root{position:relative}.modulor--ui--icons--file_component--root svg{width:100%;height:auto}.modulor--ui--icons--file_component--content{position:absolute;top:0;left:0;width:100%;height:100%;padding:6%;padding-bottom:7.5%;-webkit-clip-path:polygon(0 0, 52% 0, 52% 34.5%, 100% 34.5%, 100% 100%, 0 100%);clip-path:polygon(0 0, 52% 0, 52% 34.5%, 100% 34.5%, 100% 100%, 0 100%)}.modulor--ui--icons--spinner_component--root{width:100%;height:100%;overflow:visible}.modulor--ui--icons--spinner_component--root path{transform-origin:center;animation:spinner .75s infinite linear;stroke:var(--modulor--ui--icon--stroke, var(--modulor--color--black));stroke-width:var(--modulor--ui--icon--stroke-width, 0.075em)}.modulor--ui--menu_component--root{background-color:var(--modulor--ui--menu-component--background-color, var(--modulor--color--white));padding:.5em}.modulor--ui--menu_component--sections{list-style:none;margin:0;padding:0}.modulor--ui--menu--section_component--root:not(:last-child){border-bottom:0.1rem solid var(--modulor--color--gray);margin-bottom:.25em;padding-bottom:.25em}.modulor--ui--menu_items_component--root{list-style:none;margin:0;padding:0}.modulor--ui--menu_items--item_component--root{white-space:nowrap}.modulor--ui--namespace_component--root{display:inline-block;vertical-align:baseline;border-radius:.1rem;padding-left:.2em;padding-right:.2em;color:var(--modulor--color--gray)}.modulor--ui--tabs_component--title{color:var(--modulor--color--gray);font-weight:inherit;font-style:inherit;margin:0;margin-bottom:.5em;padding:0}.modulor--ui--tabs_component--tabs{position:relative}.modulor--ui--tabs_component--tabs:after{content:"";display:block;position:absolute;bottom:0;left:0;right:0;border-top:1px solid currentColor}.modulor--ui--tabs--tab_component--root{display:inline-block;padding:1rem}.modulor--ui--tabs--tab_component--root[data-current]{border-left:1px solid;border-top:1px solid;border-right:1px solid;padding-left:.9rem;padding-top:.9rem;padding-right:.9rem;background-color:var(--modulor-ui--tabs--tab--background-color, var(--modulor--color--white));position:relative;z-index:1}.modulor--ui--tags--select--option_component--root{padding-top:.2em;padding-bottom:.2em}[data-highlight]>.modulor--ui--tags--select--option_component--root{background-color:var(--modulor--color--yellow-post-it)}.modulor--ui--tags--select--options_component--root{background-color:var(--modulor--color--white);border-radius:.1rem;padding:.2em}.modulor--ui--tags--select--trigger_component--root{background-color:var(--modulor--color--white);border-radius:.1rem;padding:.2em;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modulor--ui--tags--select--trigger_component--root>*{padding-right:2em}.modulor--ui--tags--select--trigger_component--root:after{content:"∨";position:absolute;top:.2em;right:.2em;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modulor--ui--text_component--root a{color:inherit}.modulor--ui--text_component--root h1,.modulor--ui--text_component--root h2,.modulor--ui--text_component--root h3,.modulor--ui--text_component--root h4,.modulor--ui--text_component--root h5{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;margin:0;padding:0;text-transform:uppercase}.modulor--ui--text_component--root p{margin:0}.modulor--ui--text_component--root p:not(:first-child){margin-top:var(--lh, 1em)}.modulor--ui--text_component--root p:not(:last-child){margin-bottom:var(--lh, 1em)}.modulor--ui--text_component--root ul,.modulor--ui--text_component--root ol{margin:0;padding-left:var(--lh, 1em);list-style:disc}.modulor--ui--text_component--root sub,.modulor--ui--text_component--root sup{line-height:0}.modulor--ui--text_component--root table{border-collapse:collapse;overflow:hidden;width:100%}.modulor--ui--text_component--root th,.modulor--ui--text_component--root td{position:relative}.modulor--ui--text_component--root th,.modulor--ui--text_component--root td{font-weight:inherit;padding:0;text-align:left;vertical-align:top}.modulor--ui--text_component--root th{text-transform:uppercase}.modulor--ui--type_component--root{display:inline-block;vertical-align:baseline;border-radius:.1rem;padding-left:.2em;padding-right:.2em;text-transform:uppercase}.modulor--ui--type_component--root[data-color="gray"]{color:var(--modulor--color--gray);background-color:var(--modulor--color--gray-extra-light)}.modulor--ui--type_component--root[data-color="yellow"]{color:var(--modulor--color--gray);background-color:var(--modulor--color--yellow-post-it)}.modulor--ui--uploader--button_to_remove_component--root{width:1em;height:1em}.modulor--ui--uploader_component--root{display:grid;grid-row-gap:1em}.modulor--ui--uploader--drag_drop_component--root{width:100%;height:100%}.modulor--ui--uploader--drag_drop_component--root .uppy-DragDrop-container{margin:0;padding:0;padding-top:calc(var(--modulor--default-line-height) / 2);padding-right:calc(var(--modulor--column-gap)/2);padding-bottom:calc(var(--modulor--default-line-height) / 2);padding-left:calc(var(--modulor--column-gap)/2);background:none;background-color:var(--modulor--color--gray-extra-light);border:none;display:inline;color:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;font-size:inherit;line-height:inherit;cursor:pointer}.modulor--ui--uploader--drag_drop_component--root .uppy-DragDrop-arrow{display:none}.modulor--ui--uploader--drag_drop_component--root .uppy-DragDrop-label{display:none}.modulor--ui--uploader--informer_component--root{position:relative}.modulor--ui--uploader--informer_component--root .uppy-Informer p{margin:0;padding:0}.modulor--ui--uploader--progress_bar_component--root{position:relative}.modulor--ui--uploader--progress_bar_component--root .uppy-ProgressBar{position:absolute;top:0;left:0;width:100%;height:1rem;transition:height .2s}.modulor--ui--uploader--progress_bar_component--root .uppy-ProgressBar[aria-hidden=true]{height:0}.modulor--ui--uploader--progress_bar_component--root .uppy-ProgressBar-inner{background-color:blue;height:100%;width:0;transition:width 0.4s ease}.modulor--ui--uploader--progress_bar_component--root .uppy-ProgressBar-percentage{display:none;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:var(--modulor--color--blue)}.modulor--resources--button_to_destroy_component--button{color:var(--modulor--color--red)}.modulor--resources--button_to_destroy_component--button[data-turbo-confirm]:after{content:"…"}.modulor--resources--button_with_menu_component--hidden_link{display:none}.modulor--resources--form_component--root{background-color:var(--modulor--color--gray-extra-light);padding-top:var(--modulor-pages--web-module--form--padding-top);padding-right:var(--modulor-pages--web-module--form--padding-right);padding-bottom:var(--modulor-pages--web-module--form--padding-bottom);padding-left:var(--modulor-pages--web-module--form--padding-left)}.modulor--resources--permissions_component--root{padding-top:var(--modulor-pages--web-module--form--padding-top);padding-right:var(--modulor-pages--web-module--form--padding-right);padding-bottom:var(--modulor-pages--web-module--form--padding-bottom);padding-left:var(--modulor-pages--web-module--form--padding-left);background-color:var(--modulor--color--gray-extra-light);--modulor-ui--tabs--tab--background-color: var(--modulor--color--gray-extra-light)}.modulor--resources--permissions_form_component--lock_forms{border-collapse:collapse;border-style:solid;border-width:.1rem;border-color:inherit;width:100%}.modulor--resources--permissions_form--row_component--column{padding:.3em}.modulor--resources--permissions_form--row_component--column:not(:last-child){padding-right:1em}.modulor--resources--permissions_form--row_component--lock_form label{font-weight:normal;text-transform:uppercase}.modulor--resources--permissions_form--row_component--lock_form label:after{display:none}.modulor--resources--permissions_form--row_component--lock_form[data-dirty]{background-color:var(--modulor--color--yellow-post-it)}.modulor--resources--permissions_form--row_component--root[data-depth="1"] .modulor--resources--permissions_form--row_component--subject_type,.modulor--resources--permissions_form--row_component--root[data-depth="1"] .modulor--resources--permissions_form--row_component--lock_form{padding-left:2em}.modulor--resources--permissions_form--row_component--root[data-depth="2"] .modulor--resources--permissions_form--row_component--subject_type,.modulor--resources--permissions_form--row_component--root[data-depth="2"] .modulor--resources--permissions_form--row_component--lock_form{padding-left:4em}.modulor--resources--permissions_form--row_component--root[data-depth="3"] .modulor--resources--permissions_form--row_component--subject_type,.modulor--resources--permissions_form--row_component--root[data-depth="3"] .modulor--resources--permissions_form--row_component--lock_form{padding-left:6em}.modulor--resources--properties_component--root{margin:0}.modulor--resources--properties--label_component--root{font-weight:bold}.modulor--resources--properties--label_component--root::after{content:":\00A0"}.modulor--resources--properties--value_component--root{margin:0}.modulor--resources--resource_tabs_component--root{text-transform:uppercase}.modulor--resources--table--body_component--root[data-controller*='modulor--ui--grouped'] [data-group-code]:not([data-group-code-first]) [data-name="group_code"]>*{visibility:hidden}.modulor--resources--table--body_component--root[data-controller*='modulor--ui--grouped'] [data-group-code][data-group-code-first]{border-top:.1rem solid}.modulor--resources--table--body_component--root[data-controller*='modulor--ui--grouped'] [data-group-code]:not([data-group-code-1-first]) [data-name="group_code_1"]>*{visibility:hidden}.modulor--resources--table--body_component--root[data-controller*='modulor--ui--grouped'] [data-group-code][data-group-code-1-first] td:nth-child(n+3){border-top:.1rem solid}.modulor--resources--table--body_component--root[data-controller*='modulor--ui--grouped'] [data-group-code]:not([data-group-code-2-first]) [data-name="group_code_2"]>*{visibility:hidden}.modulor--resources--table--body_component--root[data-controller*='modulor--ui--grouped'] [data-group-code][data-group-code-2-first] td:nth-child(n+4){border-top:.1rem solid}.modulor--resources--table--body_component--root[data-controller*='modulor--ui--grouped'] [data-group-code]:not([data-group-code-3-first]) [data-name="group_code_3"]>*{visibility:hidden}.modulor--resources--table--body_component--root[data-controller*='modulor--ui--grouped'] [data-group-code][data-group-code-3-first] td:nth-child(n+5){border-top:.1rem solid}.modulor--resources--table--cell_component--root{padding:.3em}.modulor--resources--table--cell_component--root:not(:last-child){padding-right:1em}.modulor--resources--table_component--root{border-collapse:collapse;border-style:solid;border-width:.1rem;border-color:inherit}.modulor--resources--table_component--root:not([data-selector]) td[data-name="selector"]{display:none}.modulor--resources--table--head_component--root{border-bottom:.1rem solid;font-weight:bold}.modulor--resources--table--head_component--row{vertical-align:top}.modulor--resources--table--head_component--cell{font-weight:inherit;text-align:left;padding:0}.modulor--resources--table--head_component--cell:not(:last-child){padding-right:1em}.modulor--resources--table--link_to_next_page_component--link_to_next_page{display:block;width:0;height:0;overflow:hidden}.modulor--resources--table--row_component--root{vertical-align:top}.modulor--resources--table--row_component--root[data-selected]{background-color:var(--modulor--color--yellow-post-it)}.modulor--attachments--attachment--preview--other_component--svg{width:100%;height:100%;overflow:visible;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.modulor--attachments--attachment--preview--other_component--svg *{fill:none;stroke:var(--modulor--view-components--attachment-thumbnail--other-component--stroke, var(--modulor--color--black));stroke-width:var(--modulor--view-components--attachment-thumbnail--other-component--stroke-width, 0.2rem)}.modulor--attachments--attachment--preview--video--mux_component--root mux-player{width:100%;height:100%}.modulor--attachments--attachment--properties--temporary_label_component--root{text-transform:uppercase}.modulor--attachments--attachment--resource_detail_component--root{--modulor--view-components--lazysizes-image--object-fit: contain;--modulor--view-components--lazysizes-image--object-position: top left}.modulor--attachments--attachment--resource_detail_component--caption{margin:0;padding:0}.modulor--attachments--attachment--resource_list--button_to_remove_component--root{width:1em;height:1em}.modulor--attachments--attachment--resource_list_component--items{display:grid;grid-template-columns:repeat(auto-fill, minmax(25rem, 1fr));grid-column-gap:var(--modulor--column-gap);grid-row-gap:1em}.modulor--attachments--attachment--resource_list--item_component--button_to_remove{width:1em;height:1em}.modulor--attachments--attachment--resource_list--item_component--root[data-selected]{background-color:var(--modulor--color--yellow-post-it)}.modulor--attachments--attachment--resource_list--thumbnail_component--root{--modulor--view-components--lazysizes-image--object-fit: contain;--modulor--view-components--lazysizes-image--object-position: top left;position:relative}.modulor--attachments--attachment--resource_list--thumbnail_component--check_box{position:absolute;left:0;top:0;z-index:1}.modulor--attachments--attachment--resource_list--thumbnail_component--toolbar{display:flex;flex-direction:row;justify-content:space-between;margin-top:.25em}.modulor--attachments--attachment--resource_list--thumbnail_component--properties{flex:1}.modulor--attachments--attachment--resource_list--thumbnail_component--properties:not(:last-child){margin-right:var(--modulor--column-gap)}.modulor--attachments--attachment--resource_list--thumbnail_component--file_name{word-break:break-word}.modulor--attachments--attachment--thumbnail--audio_component--icon{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:var(--modulor--view-components--attachment-thumbnail--audio-component--width, 100%);height:auto;overflow:visible}.modulor--attachments--attachment--thumbnail--audio_component--icon *{stroke:var(--modulor--view-components--attachment-thumbnail--audio-component--stroke, var(--modulor--color--black));stroke-width:var(--modulor--view-components--attachment-thumbnail--audio-component--stroke-width, 0.2rem);fill:var(--modulor--view-components--attachment-thumbnail--audio-component--fill, none)}img.modulor--attachments--attachment--thumbnail--font_component--root{width:auto;height:100%}.modulor--attachments--attachment--thumbnail--other_component--svg{width:100%;height:100%;overflow:visible;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.modulor--attachments--attachment--thumbnail--other_component--svg *{fill:none;stroke:var(--modulor--view-components--attachment-thumbnail--other-component--stroke, var(--modulor--color--black));stroke-width:var(--modulor--view-components--attachment-thumbnail--other-component--stroke-width, 0.2rem)}.modulor--attachments--attachment--thumbnail--video_component--icon{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:var(--modulor--view-components--attachment-thumbnail--other-component--width, 15%);height:auto;overflow:visible}.modulor--attachments--attachment--thumbnail--video_component--icon *{stroke:var(--modulor--view-components--attachment-thumbnail--other-component--stroke, none);stroke-width:var(--modulor--view-components--attachment-thumbnail--other-component--stroke-width, none);fill:var(--modulor--view-components--attachment-thumbnail--other-component--fill, var(--modulor--color--black))}.modulor--attachments--form--uploader_input_component--toolbar{display:grid;grid-template-columns:1fr min-content;grid-column-gap:1em}.modulor--attachments--form--uploader_input_component--uploader_fields{display:grid}.modulor--attachments--form--uploader_input_component--button_to_dialog{white-space:nowrap}.modulor--attachments--form--uploader_input--placeholder_component--root{--modulor--view-components--lazysizes-image--object-fit: contain;--modulor--view-components--lazysizes-image--object-position: top left;position:relative}.modulor--attachments--form--uploader_input--placeholder_component--file_name{word-break:break-word}.modulor--commerce--invoice--resource_table--row_component--root>[data-status="draft"]{background-color:var(--modulor--color--gray-extra-light)}.modulor--commerce--invoice--resource_table--row_component--root>[data-status="open"]{background-color:var(--modulor--color--orange)}.modulor--commerce--invoice--resource_table--row_component--root>[data-status="paid"]{background-color:var(--modulor--color--green)}.modulor--commerce--invoice--status_label_component--root{text-transform:uppercase}.modulor--commerce--order--resource_table--row_component--root>[data-status="draft"]{background-color:var(--modulor--color--gray-extra-light)}.modulor--commerce--order--resource_table--row_component--root>[data-status="open"]{background-color:var(--modulor--color--orange)}.modulor--commerce--order--resource_table--row_component--root>[data-status="fulfilled"]{background-color:var(--modulor--color--green)}.modulor--commerce--order--status_label_component--root{text-transform:uppercase}.modulor--commerce--payment--resource_table--row_component--root>[data-status="failed"]{background-color:var(--modulor--color--red)}.modulor--commerce--payment--resource_table--row_component--root>[data-status="pending"]{background-color:var(--modulor--color--orange)}.modulor--commerce--payment--resource_table--row_component--root>[data-status="succeeded"]{background-color:var(--modulor--color--green)}.modulor--commerce--payment--resource_tabs_component--root{text-transform:uppercase}.modulor--commerce--payment--status_label_component--root{text-transform:uppercase}.modulor--commerce--product--status_label_component--root{text-transform:uppercase}.modulor--commerce--subscription--status_label_component--root{text-transform:uppercase}:root{--modulor-pages--web-module--version--padding-top: 0;--modulor-pages--web-module--version--padding-right: 0;--modulor-pages--web-module--version--padding-bottom: 0;--modulor-pages--web-module--version--padding-left: 0;--modulor-pages--web-module--version--margin-top: calc(var(--modulor--default-line-height) * 2);--modulor-pages--web-module--version--margin-right: 0;--modulor-pages--web-module--version--margin-bottom: calc(var(--modulor--default-line-height) * 2);--modulor-pages--web-module--version--margin-left: 0;--modulor-pages--web-module--version--margin-top--first-child: 0;--modulor-pages--web-module--version--margin-bottom--last-child: 0;--modulor-pages--web-module--content--padding-top: calc(var(--modulor--default-line-height) / 2);--modulor-pages--web-module--content--padding-right: calc(var(--modulor--column-gap) / 2);--modulor-pages--web-module--content--padding-bottom: calc(var(--modulor--default-line-height) / 2);--modulor-pages--web-module--content--padding-left: calc(var(--modulor--column-gap) / 2);--modulor-pages--web-module--content--margin-top: 0;--modulor-pages--web-module--content--margin-right: 0;--modulor-pages--web-module--content--margin-bottom: 0;--modulor-pages--web-module--content--margin-left: 0;--modulor-pages--web-module--form--padding-top: calc(var(--modulor--default-line-height) / 2);--modulor-pages--web-module--form--padding-right: calc(var(--modulor--column-gap) / 2);--modulor-pages--web-module--form--padding-bottom: calc(var(--modulor--default-line-height) / 2);--modulor-pages--web-module--form--padding-left: calc(var(--modulor--column-gap) / 2);--modulor-pages--web-module--form--margin-top: 0;--modulor-pages--web-module--form--margin-right: 0;--modulor-pages--web-module--form--margin-bottom: 0;--modulor-pages--web-module--form--margin-left: 0}.modulor--module-full-padding--vertical{padding-top:calc(var(--modulor-pages--web-module--content--padding-top) + var(--modulor-pages--web-module--content--margin-top));padding-bottom:calc(var(--modulor-pages--web-module--content--padding-bottom) + var(--modulor-pages--web-module--content--margin-bottom))}.modulor--module-full-padding--horizontal{padding-left:calc(var(--modulor-pages--web-module--content--padding-left) + var(--modulor-pages--web-module--content--margin-left));padding-right:calc(var(--modulor-pages--web-module--content--padding-right) + var(--modulor-pages--web-module--content--margin-right))}.modulor--module-full-padding{padding-top:calc(var(--modulor-pages--web-module--content--padding-top) + var(--modulor-pages--web-module--content--margin-top));padding-bottom:calc(var(--modulor-pages--web-module--content--padding-bottom) + var(--modulor-pages--web-module--content--margin-bottom));padding-left:calc(var(--modulor-pages--web-module--content--padding-left) + var(--modulor-pages--web-module--content--margin-left));padding-right:calc(var(--modulor-pages--web-module--content--padding-right) + var(--modulor-pages--web-module--content--margin-right))}.modulor--remove-module-full-padding--horizontal{margin-left:calc(-1 * calc(var(--modulor-pages--web-module--content--padding-left) + var(--modulor-pages--web-module--content--margin-left)));margin-right:calc(-1 * calc(var(--modulor-pages--web-module--content--padding-right) + var(--modulor-pages--web-module--content--margin-right)))}.modulor--module-padding--vertical{padding-top:var(--modulor-pages--web-module--content--padding-top);padding-bottom:var(--modulor-pages--web-module--content--padding-bottom)}.modulor--module-padding--horizontal{padding-left:var(--modulor-pages--web-module--content--padding-left);padding-right:var(--modulor-pages--web-module--content--padding-right)}.modulor--module-padding{padding-top:var(--modulor-pages--web-module--content--padding-top);padding-bottom:var(--modulor-pages--web-module--content--padding-bottom);padding-left:var(--modulor-pages--web-module--content--padding-left);padding-right:var(--modulor-pages--web-module--content--padding-right)}.modulor--remove-module-padding--horizontal{margin-left:calc(-1 * var(--modulor-pages--web-module--content--padding-left));margin-right:calc(-1 * var(--modulor-pages--web-module--content--padding-right))}.modulor--pages--locale_switch_component--locale{display:inline;text-transform:uppercase}.modulor--pages--locale_switch_component--locale:not(:last-child):after{content:"/"}.modulor--pages--page--base--link_to_destroy_component--button{color:var(--modulor--color--red)}.modulor--pages--page--base--link_to_destroy_component--button[disabled]{color:var(--modulor--color--gray)}.modulor--pages--page--base--link_to_destroy_component--root[data-turbo-confirm] .modulor--pages--page--base--link_to_destroy_component--button:after{content:"…"}.modulor--pages--page--base--resource_tree_component--root:not([data-root]) .modulor--pages--page--base--resource_tree_component--nodes{margin-left:1em}.modulor--pages--page--base--resource_tree_component--link_to_next_page{margin-left:1em}.modulor--pages--page--base--resource_tree--label_component--root[data-disabled] .modulor--pages--page--base--resource_tree--label_component--title{color:var(--modulor--color--gray)}.modulor--pages--page--base--resource_tree--node_component--leaf{margin-left:1em}.modulor--pages--page--base--resource_tree--node_component--label{display:inline-flex}.modulor--pages--page--base--resource_tree--node_component--label[data-selected]{background-color:var(--modulor--color--yellow-post-it)}.modulor--pages--page--base--resource_tree--node_component--summary[data-disabled] .modulor--pages--page--base--resource_tree--node_component--label,.modulor--pages--page--base--resource_tree--node_component--summary[data-disabled]::-webkit-details-marker,.modulor--pages--page--base--resource_tree--node_component--summary[data-disabled]::marker{color:var(--modulor--color--gray)}.modulor--pages--page--base--resource_tree--node_component--summary[data-locked]::-webkit-details-marker,.modulor--pages--page--base--resource_tree--node_component--summary[data-locked]::marker{color:var(--modulor--color--gray)}.modulor--pages--page--link_to_start_new_page_component--root{text-decoration:none}.modulor--pages--page--link_to_start_new_page_component--root:after{content:" ";white-space:pre}.modulor--pages--page--new_page_form_component--form{background-color:var(--modulor--color--gray-extra-light);padding-top:var(--modulor-pages--web-module--form--padding-top);padding-right:var(--modulor-pages--web-module--form--padding-right);padding-bottom:var(--modulor-pages--web-module--form--padding-bottom);padding-left:var(--modulor-pages--web-module--form--padding-left)}.modulor--pages--page--new_page_from_template_form_component--template_namespaces{margin-bottom:1em}.modulor--pages--page--new_page_from_template_form_component--template_namespace:not(:last-child){margin-bottom:1em}.modulor--pages--page--new_page_from_template_form_component--template_namespace_name{margin:0;padding:0}.modulor--pages--page--new_page_from_template_form_component--web_module_form:not(:last-child){margin-bottom:1em}.modulor--pages--page--version--draft_label_component--root{color:var(--modulor--color--black);background-color:var(--modulor--color--yellow-post-it);text-transform:uppercase}.modulor--pages--page--version--link_to_destroy_component--root{position:relative}.modulor--pages--page--version--link_to_destroy_component--button{color:var(--modulor--color--blue)}.modulor--pages--page--version--link_to_edit_component--root{position:relative}.modulor--pages--page--version--link_to_publish_component--root{display:inline;position:relative}.modulor--pages--page--version--link_to_publish_component--button{color:var(--modulor--color--blue)}.modulor--pages--page--version--link_to_publish_component--button[disabled]{cursor:default;color:var(--modulor--color--gray)}.modulor--pages--page--version--link_to_show_component--root{position:relative}.modulor--pages--page--version--link_to_web_module_selector_component--root{color:var(--modulor--color--blue);display:inline-block;padding-top:var(--modulor-pages--web-module--content--padding-top);padding-right:var(--modulor-pages--web-module--content--padding-right);padding-bottom:var(--modulor-pages--web-module--content--padding-bottom);padding-left:var(--modulor-pages--web-module--content--padding-left);position:relative}.modulor--pages--page--version--toolbar_component--root{position:sticky;top:0;z-index:var(--modulor-pages--page-version--toolbar--z-index, 100);padding-top:var(--modulor-pages--web-module--content--padding-top);padding-right:var(--modulor-pages--web-module--content--padding-right);padding-bottom:var(--modulor-pages--web-module--content--padding-bottom);padding-left:var(--modulor-pages--web-module--content--padding-left);margin-top:var(--modulor-pages--page-version--toolbar--margin-top);margin-right:var(--modulor-pages--page-version--toolbar--margin-right);margin-bottom:var(--modulor-pages--page-version--toolbar--margin-bottom);margin-left:var(--modulor-pages--page-version--toolbar--margin-left)}.modulor--pages--page--version--toolbar_component--sticky{background-color:var(--modulor-pages--page-version--toolbar--background-color, var(--modulor--color--white))}.modulor--pages--page--version--toolbar_component--title{display:inline-block;max-width:20ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modulor--pages--page--version--web_module_selector_component--root{padding-top:var(--modulor-pages--web-module--content--padding-top);padding-right:var(--modulor-pages--web-module--content--padding-right);padding-bottom:var(--modulor-pages--web-module--content--padding-bottom);padding-left:var(--modulor-pages--web-module--content--padding-left);position:relative;z-index:var(--modulor-pages--page-version--web-module-selector--z-index, 0)}.modulor--pages--page--version--web_module_selector_component--namespaces{margin-bottom:1em}.modulor--pages--page--version--web_module_selector_component--namespace:not(:last-child){margin-bottom:1em}.modulor--pages--page--version--web_module_selector_component--namespace_name{margin:0;padding:0}.modulor--pages--web_module--base--web_module_type_component--root{color:var(--modulor--color--gray);background-color:var(--modulor--color--gray-extra-light)}.modulor--pages--web_module--content_component--root{margin-top:var(--modulor-pages--web-module--content--margin-top);margin-right:var(--modulor-pages--web-module--content--margin-right);margin-bottom:var(--modulor-pages--web-module--content--margin-bottom);margin-left:var(--modulor-pages--web-module--content--margin-left);padding-top:var(--modulor-pages--web-module--content--padding-top);padding-right:var(--modulor-pages--web-module--content--padding-right);padding-bottom:var(--modulor-pages--web-module--content--padding-bottom);padding-left:var(--modulor-pages--web-module--content--padding-left)}.modulor--pages--web_module--form_component--fields{position:relative;margin-top:var(--modulor-pages--web-module--form--margin-top);margin-right:var(--modulor-pages--web-module--form--margin-right);margin-bottom:var(--modulor-pages--web-module--form--margin-bottom);margin-left:var(--modulor-pages--web-module--form--margin-left);padding-top:var(--modulor-pages--web-module--form--padding-top);padding-right:var(--modulor-pages--web-module--form--padding-right);padding-bottom:var(--modulor-pages--web-module--form--padding-bottom);padding-left:var(--modulor-pages--web-module--form--padding-left);color:var(--modulor--color--black);background-color:var(--modulor--color--gray-extra-light)}.modulor--pages--web_module--form_component--buttons{padding-top:var(--modulor-pages--web-module--form--padding-top);padding-right:var(--modulor-pages--web-module--form--padding-right);padding-bottom:var(--modulor-pages--web-module--form--padding-bottom);padding-left:var(--modulor-pages--web-module--form--padding-left);display:grid;grid-auto-flow:column dense;grid-column-gap:calc(var(--modulor--column-gap) / 2);grid-row-gap:1em;justify-content:end}.modulor--pages--web_module--version--button_to_cancel_component--root{position:relative}.modulor--pages--web_module--version--button_to_create_component--root{position:relative}.modulor--pages--web_module--version--button_to_create_component--root[disabled]{color:var(--modulor--color--gray)}.modulor--pages--web_module--version--button_to_swap_component--root{position:relative;display:inline-block}.modulor--pages--web_module--version--button_to_update_component--root{position:relative}.modulor--pages--web_module--version--button_to_update_component--root[disabled]{color:var(--modulor--color--gray)}.modulor--pages--web_module--version_component--root{margin-top:var(--modulor-pages--web-module--version--margin-top);margin-right:var(--modulor-pages--web-module--version--margin-right);margin-bottom:var(--modulor-pages--web-module--version--margin-bottom);margin-left:var(--modulor-pages--web-module--version--margin-left);padding-top:var(--modulor-pages--web-module--version--padding-top);padding-right:var(--modulor-pages--web-module--version--padding-right);padding-bottom:var(--modulor-pages--web-module--version--padding-bottom);padding-left:var(--modulor-pages--web-module--version--padding-left)}.modulor--pages--web_module--version_component--root:first-child{margin-top:var(--modulor-pages--web-module--version--margin-top--first-child)}.modulor--pages--web_module--version_component--root:last-child{margin-bottom:var(--modulor-pages--web-module--version--margin-bottom--last-child)}.modulor--pages--web_module--version--draft_label_component--root{color:var(--modulor--color--black);background-color:var(--modulor--color--yellow-post-it);text-transform:uppercase}.modulor--pages--web_module--version--link_to_destroy_component--root{display:inline;position:relative;z-index:var(--modulor-pages--web-module--version--link--z-index, 0)}.modulor--pages--web_module--version--link_to_destroy_component--button{color:var(--modulor--color--red)}.modulor--pages--web_module--version--link_to_destroy_component--button[disabled]{color:var(--modulor--color--gray)}.modulor--pages--web_module--version--link_to_edit_component--root{position:relative;z-index:var(--modulor-pages--web-module--version--link--z-index, 0)}.modulor--pages--web_module--version--link_to_show_component--root{position:relative;z-index:var(--modulor-pages--web-module--version--link--z-index, 0)}.modulor--pages--web_module--version--toolbar_component--root{position:relative;z-index:var(--modulor-pages--web-module--version--toolbar--z-index, 1);padding-top:var(--modulor-pages--web-module--content--padding-top);padding-right:var(--modulor-pages--web-module--content--padding-right);padding-bottom:var(--modulor-pages--web-module--content--padding-bottom);padding-left:var(--modulor-pages--web-module--content--padding-left);margin-top:var(--modulor-pages--web-module--toolbar--margin-top);margin-right:var(--modulor-pages--web-module--toolbar--margin-right);margin-bottom:var(--modulor-pages--web-module--toolbar--margin-bottom);margin-left:var(--modulor-pages--web-module--toolbar--margin-left)}.modulor--pages--web_module--version--toolbar_component--disabled_link_to_edit{color:var(--modulor--color--gray)}.modulor--component_previews_module--content_component--root{display:grid;grid-template-columns:min-content 1fr;grid-column-gap:var(--modulor--column-gap)}.modulor--component_previews_module--content_component--preview{display:flex;flex-direction:column}.modulor--component_previews_module--content_component--iframe{flex:1}.modulor--component_previews_module--iframe_component--root{margin:0;padding:0;border:0;width:100%;height:100%}.modulor--component_previews_module--knobs--check_boxes_component--root{margin:0;padding:0;list-style:none}.modulor--component_previews_module--knobs_component--root{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.modulor--component_previews_module--knobs_component--label{display:block}.modulor--component_previews_module--knobs--select_component--label{display:block}.modulor--component_previews_module--knobs--text_field_component--label{display:block}.modulor--component_previews_module--source_component--root pre[class*="language-"]{font-family:"Menlo", monospace;margin:0;padding:1rem}.modulor--component_previews_module--source_component--root code[class*="language-"]{font-family:"Menlo", monospace;margin:0;padding:0}.modulor--component_previews_module--toolbar_component--root{display:flex;-moz-column-gap:var(--modulor--column-gap);column-gap:var(--modulor--column-gap);justify-content:flex-end}.modulor--component_previews_module--tree_component--root{margin:0;padding:0;list-style:none}.modulor--component_previews_module--tree_node_component--nodes{margin:0;padding:0;list-style:none;display:block;padding-left:1.25em}.modulor--component_previews_module--tree_node_component--node{display:block;white-space:nowrap}.modulor--component_previews_module--tree_node_component--button{margin:0;padding:0;background:none;border:none;font-size:inherit;line-height:inherit;cursor:pointer}.modulor--component_previews_module--tree_node_component--node[data-namespace]>.modulor--component_previews_module--tree_node_component--button{color:var(--modulor--color--gray)}.modulor--component_previews_module--tree_node_component--toggle{display:inline-block;margin-right:.25em;width:1em}.modulor--component_previews_module--tree_node_component--node:not([aria-expanded])>.modulor--component_previews_module--tree_node_component--nodes{display:none}.modulor--component_previews_module--tree_node_component--node[aria-expanded]>.modulor--component_previews_module--tree_node_component--button>.modulor--component_previews_module--tree_node_component--toggle{transform:rotate(90deg)}.modulor--component_previews_module--tree_node_component--examples{margin:0;padding:0;list-style:none;display:block;padding-left:0}.modulor--component_previews_module--tree_node_component--example{display:block}.modulor--component_previews_module--tree_node_component--link_to_example{text-decoration:none}.modulor--component_previews_module--tree_node_component--link_to_example[data-current]{font-weight:bold}.modulor--flash_module--content_component--root{margin:0;padding:0}.modulor--flash_module--version_component--root{--modulor-pages--web-module--version--margin-top: 0;--modulor-pages--web-module--version--margin-bottom: 0}.modulor--flash_module--version_component--root+*{margin-top:0}.modulor--header_module--content_component--title{margin:0;padding:0}.modulor--mailer_previews_module--layout_component--root{display:flex;flex-direction:row;flex-wrap:nowrap;width:100vw;height:100vh;overflow:hidden}.modulor--mailer_previews_module--layout_component--tree{margin:0;list-style:none;display:block;flex:0 1 auto}.modulor--mailer_previews_module--layout_component--rendered_mailer{flex:1 1 auto;max-width:100%;overflow:hidden;display:flex;flex-direction:column}.modulor--mailer_previews_module--layout_component--root[data-fullscreen="true"] .modulor--mailer_previews_module--layout_component--tree,.modulor--mailer_previews_module--layout_component--root[data-fullscreen="true"] .modulor--mailer_previews_module--layout_component--knobs{display:none}.modulor--mailer_previews_module--rendered_mailer_component--root{display:flex;flex-direction:column;width:100%;height:100%}.modulor--mailer_previews_module--rendered_mailer_component--preview{flex:1;border:0;margin:0;padding:0}.modulor--mailer_previews_module--tree_node_component--nodes{margin:0;padding:0;list-style:none;display:block;padding-left:1.25em}.modulor--mailer_previews_module--tree_node_component--node{display:block;white-space:nowrap}.modulor--mailer_previews_module--tree_node_component--button{margin:0;padding:0;background:none;border:none;font-size:inherit;line-height:inherit;cursor:pointer}.modulor--mailer_previews_module--tree_node_component--node[data-namespace]>.modulor--mailer_previews_module--tree_node_component--button{color:var(--modulor--color--gray)}.modulor--mailer_previews_module--tree_node_component--toggle{display:inline-block;margin-right:.25em;width:1em}.modulor--mailer_previews_module--tree_node_component--node:not([aria-expanded])>.modulor--mailer_previews_module--tree_node_component--nodes,.modulor--mailer_previews_module--tree_node_component--node:not([aria-expanded])>.modulor--mailer_previews_module--tree_node_component--emails{display:none}.modulor--mailer_previews_module--tree_node_component--node[aria-expanded]>.modulor--mailer_previews_module--tree_node_component--button>.modulor--mailer_previews_module--tree_node_component--toggle{transform:rotate(90deg)}.modulor--mailer_previews_module--tree_node_component--node[data-current]>.modulor--mailer_previews_module--tree_node_component--button>.modulor--mailer_previews_module--tree_node_component--name{font-weight:bold}.modulor--mailer_previews_module--tree_node_component--emails{margin:0;padding:0;list-style:none;display:block;padding-left:2.25em}.modulor--mailer_previews_module--tree_node_component--email{display:block}.modulor--mailer_previews_module--tree_node_component--email[data-current]{font-weight:bold}.modulor--note_module--content_component--details{display:inline-block;padding:.75em;padding-right:2em;color:var(--modulor--color--black);background-color:var(--modulor--color--yellow-post-it)}.modulor--note_module--content_component--details p{margin:0;padding:0}.modulor--note_module--content_component--details p:not(:last-child){margin-bottom:1em}.modulor--note_module--content_component--summary{cursor:pointer;outline:solid transparent}.modulor--note_module--content_component--details[open] .modulor--note_module--content_component--label{display:none}.modulor--shadow_module--content_component--disclaimer{color:var(--modulor--color--gray)}.modulor--shadow_module--disclaimer_component--link_to_page{text-decoration-line:underline}.modulor--sign_in_module--content_component--root{background-color:var(--modulor--color--yellow-post-it)}.modulor--sign_in_module--edit_password_form_component--title{margin:0;padding:0}.modulor--sign_in_module--password_reset_form_component--title{margin:0;padding:0}.modulor--sign_in_module--sign_in_form_component--title{margin:0;padding:0}.modulor--toolbar_module--user_menu_component--root{position:relative;z-index:var(--modulor--toolbar-module--user-menu--z-index, 999)}.modulor--yield_module--version_component--root[data-page-action-name="show"]{margin:0;padding:0}turbo-frame.modulor--yield_module--version_component--root[data-page-action-name="edit"]{display:block}
