From 834ad1a55d0097a27ffeaa7b8a3a64f667d91a19 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Sat, 27 Jan 2024 18:33:49 +0100 Subject: [PATCH] edited styles for filterecontent, ajuts and convos --- adminstyles.css | 516 ++++++++++++++---- adminstyles.css.map | 2 +- assets/css/adminstyles.css | 2 +- page-templates/convos-search.php | 2 +- page-templates/funds-search.php | 2 +- sass/components/content/_posts-and-pages.scss | 11 +- style.css | 440 +++++++++++---- style.css.map | 2 +- 8 files changed, 762 insertions(+), 215 deletions(-) diff --git a/adminstyles.css b/adminstyles.css index 274a3be..d346173 100644 --- a/adminstyles.css +++ b/adminstyles.css @@ -9,6 +9,7 @@ } .edit-post-visual-editor__content-area { + /* Theme Name: XarxaProd.cat 2024 @@ -33,6 +34,7 @@ Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ */ + /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- @@ -60,204 +62,279 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ - Alignments --------------------------------------------------------------*/ + /*-------------------------------------------------------------- # Generic --------------------------------------------------------------*/ + /* Normalize --------------------------------------------- */ + /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ + /* Document ========================================================================== */ + /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ + /* Sections ========================================================================== */ + /** * Remove the margin in all browsers. */ + /** * Render the `main` element consistently in IE. */ + /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ + /* Grouping content ========================================================================== */ + /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ + /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ + /* Text-level semantics ========================================================================== */ + /** * Remove the gray background on active links in IE 10. */ + /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ + /** * Add the correct font weight in Chrome, Edge, and Safari. */ + /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ + /** * Add the correct font size in all browsers. */ + /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ + /* Embedded content ========================================================================== */ + /** * Remove the border on images inside links in IE 10. */ + /* Forms ========================================================================== */ + /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ + /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ + /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ + /** * Correct the inability to style clickable types in iOS and Safari. */ + /** * Remove the inner border and padding in Firefox. */ + /** * Restore the focus styles unset by the previous rule. */ + /** * Correct the padding in Firefox. */ + /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ + /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ + /** * Remove the default vertical scrollbar in IE 10+. */ + /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ + /** * Correct the cursor style of increment and decrement buttons in Chrome. */ + /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ + /** * Remove the inner padding in Chrome and Safari on macOS. */ + /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ + /* Interactive ========================================================================== */ + /* * Add the correct display in Edge, IE 10+, and Firefox. */ + /* * Add the correct display in all browsers. */ + /* Misc ========================================================================== */ + /** * Add the correct display in IE 10+. */ + /** * Add the correct display in IE 10. */ + /* Box sizing --------------------------------------------- */ + /* Inherit box-sizing to more easily change it's value on a component level. @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ + /*-------------------------------------------------------------- # Base --------------------------------------------------------------*/ + /* Typography --------------------------------------------- */ + /* Your custom style Add your custom styles in this file so it is easier to update the theme. */ + /* Elements --------------------------------------------- */ + /* Make sure embeds and iframes fit their containers. */ + /* Links --------------------------------------------- */ + /* Forms --------------------------------------------- */ + /*-------------------------------------------------------------- # Layouts --------------------------------------------------------------*/ + /*-------------------------------------------------------------- # Components --------------------------------------------------------------*/ + /* Navigation --------------------------------------------- */ + /* Posts and pages --------------------------------------------- */ + /* Comments --------------------------------------------- */ + /* Widgets --------------------------------------------- */ + /* Media --------------------------------------------- */ + /* Make sure logo link wraps around logo image. */ + /* Captions --------------------------------------------- */ + /* Galleries --------------------------------------------- */ + /*-------------------------------------------------------------- # Plugins --------------------------------------------------------------*/ + /* Jetpack infinite scroll --------------------------------------------- */ + /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */ + /* Re-display the Theme Footer when Infinite Scroll has reached its end. */ - /* Guttenberg + + /* Guttenberg --------------------------------------------- */ - /* Contact Form 7 + + /* Contact Form 7 --------------------------------------------- */ + /* contact forms styles used in wp backend with CF7 */ + /* styles applied if written in wp backend * class="contactform contactform-WHATEVER" * */ + /*-------------------------------------------------------------- # Utilities --------------------------------------------------------------*/ + /* Accessibility --------------------------------------------- */ + /* Text meant only for screen readers. */ + /* Do not show the outline on the skip link target. */ + /* Alignments --------------------------------------------- */ } @@ -470,11 +547,11 @@ Add your custom styles in this file so it is easier to update the theme. padding: 0; min-width: unset; max-width: unset; - width: 0px; + width: 0; min-height: unset; max-height: unset; - height: 0px; - font-size: 0px; + height: 0; + font-size: 0; line-height: 0px; text-decoration: none; border: 0; @@ -483,77 +560,117 @@ Add your custom styles in this file so it is easier to update the theme. } @media screen { + .edit-post-visual-editor__content-area h1, .edit-post-visual-editor__content-area h2, .edit-post-visual-editor__content-area h3, .edit-post-visual-editor__content-area h4, .edit-post-visual-editor__content-area h5, .edit-post-visual-editor__content-area h6, - .edit-post-visual-editor__content-area .h1, .edit-post-visual-editor__content-area .h2, .edit-post-visual-editor__content-area .h3, .edit-post-visual-editor__content-area .h4, .edit-post-visual-editor__content-area .h5, .edit-post-visual-editor__content-area .h6 { + .edit-post-visual-editor__content-area .h1, + .edit-post-visual-editor__content-area .h2, + .edit-post-visual-editor__content-area .h3, + .edit-post-visual-editor__content-area .h4, + .edit-post-visual-editor__content-area .h5, + .edit-post-visual-editor__content-area .h6 { clear: both; line-height: 1.1; } - .edit-post-visual-editor__content-area h1, .edit-post-visual-editor__content-area .h1 { + + .edit-post-visual-editor__content-area h1, + .edit-post-visual-editor__content-area .h1 { font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.8rem; text-transform: uppercase; } - .edit-post-visual-editor__content-area h1.small, .edit-post-visual-editor__content-area .h1.small { + + .edit-post-visual-editor__content-area h1.small, + .edit-post-visual-editor__content-area .h1.small { font-size: 1.5rem; } - .edit-post-visual-editor__content-area h2, .edit-post-visual-editor__content-area .h2 { + + .edit-post-visual-editor__content-area h2, + .edit-post-visual-editor__content-area .h2 { font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.5rem; text-transform: uppercase; } - .edit-post-visual-editor__content-area h2.small, .edit-post-visual-editor__content-area .h2.small { + + .edit-post-visual-editor__content-area h2.small, + .edit-post-visual-editor__content-area .h2.small { font-size: 1.2rem; } - .edit-post-visual-editor__content-area h3, .edit-post-visual-editor__content-area .h3 { + + .edit-post-visual-editor__content-area h3, + .edit-post-visual-editor__content-area .h3 { font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.3rem; text-transform: uppercase; } - .edit-post-visual-editor__content-area h3.small, .edit-post-visual-editor__content-area .h3.small { + + .edit-post-visual-editor__content-area h3.small, + .edit-post-visual-editor__content-area .h3.small { font-size: 1rem; } - .edit-post-visual-editor__content-area h4, .edit-post-visual-editor__content-area .h4 { + + .edit-post-visual-editor__content-area h4, + .edit-post-visual-editor__content-area .h4 { font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.2rem; text-transform: uppercase; } - .edit-post-visual-editor__content-area h4.small, .edit-post-visual-editor__content-area .h4.small { + + .edit-post-visual-editor__content-area h4.small, + .edit-post-visual-editor__content-area .h4.small { font-size: 0.9rem; } - .edit-post-visual-editor__content-area h5, .edit-post-visual-editor__content-area .h5 { + + .edit-post-visual-editor__content-area h5, + .edit-post-visual-editor__content-area .h5 { font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.1rem; text-transform: uppercase; } - .edit-post-visual-editor__content-area h5.small, .edit-post-visual-editor__content-area .h5.small { + + .edit-post-visual-editor__content-area h5.small, + .edit-post-visual-editor__content-area .h5.small { font-size: 0.8rem; } - .edit-post-visual-editor__content-area h6, .edit-post-visual-editor__content-area .h6 { + + .edit-post-visual-editor__content-area h6, + .edit-post-visual-editor__content-area .h6 { font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.1rem; } - .edit-post-visual-editor__content-area h6.small, .edit-post-visual-editor__content-area .h6.small { + + .edit-post-visual-editor__content-area h6.small, + .edit-post-visual-editor__content-area .h6.small { font-size: 0.8rem; } + .edit-post-visual-editor__content-area .site-main h1, .edit-post-visual-editor__content-area .site-main h2, .edit-post-visual-editor__content-area .site-main h3, .edit-post-visual-editor__content-area .site-main h4, .edit-post-visual-editor__content-area .site-main h5, .edit-post-visual-editor__content-area .site-main h6, - .edit-post-visual-editor__content-area .site-main .h1, .edit-post-visual-editor__content-area .site-main .h2, .edit-post-visual-editor__content-area .site-main .h3, .edit-post-visual-editor__content-area .site-main .h4, .edit-post-visual-editor__content-area .site-main .h5, .edit-post-visual-editor__content-area .site-main .h6, + .edit-post-visual-editor__content-area .site-main .h1, + .edit-post-visual-editor__content-area .site-main .h2, + .edit-post-visual-editor__content-area .site-main .h3, + .edit-post-visual-editor__content-area .site-main .h4, + .edit-post-visual-editor__content-area .site-main .h5, + .edit-post-visual-editor__content-area .site-main .h6, .edit-post-visual-editor__content-area .site-main .entry-content { margin: 0; } - .edit-post-visual-editor__content-area .single h1, .edit-post-visual-editor__content-area .single .h1 { + + .edit-post-visual-editor__content-area .single h1, + .edit-post-visual-editor__content-area .single .h1 { font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } - .edit-post-visual-editor__content-area .home-featured h2, .edit-post-visual-editor__content-area .home-featured .h2 { + + .edit-post-visual-editor__content-area .home-featured h2, + .edit-post-visual-editor__content-area .home-featured .h2 { margin: 1.2rem 0; font-size: 2rem; line-height: 1.2; @@ -562,52 +679,80 @@ Add your custom styles in this file so it is easier to update the theme. } @media screen and (min-width: 48em) { - .edit-post-visual-editor__content-area h1, .edit-post-visual-editor__content-area .h1 { + + .edit-post-visual-editor__content-area h1, + .edit-post-visual-editor__content-area .h1 { font-size: 3.5rem; } - .edit-post-visual-editor__content-area h2, .edit-post-visual-editor__content-area .h2 { + + .edit-post-visual-editor__content-area h2, + .edit-post-visual-editor__content-area .h2 { font-size: 2.5rem; } - .edit-post-visual-editor__content-area h3, .edit-post-visual-editor__content-area .h3 { + + .edit-post-visual-editor__content-area h3, + .edit-post-visual-editor__content-area .h3 { font-size: 1.5rem; } - .edit-post-visual-editor__content-area h4, .edit-post-visual-editor__content-area .h4 { + + .edit-post-visual-editor__content-area h4, + .edit-post-visual-editor__content-area .h4 { font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.3rem; } - .edit-post-visual-editor__content-area h5, .edit-post-visual-editor__content-area .h5 { + + .edit-post-visual-editor__content-area h5, + .edit-post-visual-editor__content-area .h5 { font-size: 1.3rem; } - .edit-post-visual-editor__content-area h6, .edit-post-visual-editor__content-area .h6 { + + .edit-post-visual-editor__content-area h6, + .edit-post-visual-editor__content-area .h6 { font-size: 1.3rem; } - .edit-post-visual-editor__content-area .home-featured h2, .edit-post-visual-editor__content-area .home-featured .h2 { + + .edit-post-visual-editor__content-area .home-featured h2, + .edit-post-visual-editor__content-area .home-featured .h2 { font-size: 3.5rem; border-bottom: 0.8rem solid #000; } } @media screen and (min-width: 1440px) { - .edit-post-visual-editor__content-area h1, .edit-post-visual-editor__content-area .h1 { + + .edit-post-visual-editor__content-area h1, + .edit-post-visual-editor__content-area .h1 { font-size: 3.5rem; } - .edit-post-visual-editor__content-area h2, .edit-post-visual-editor__content-area .h2 { + + .edit-post-visual-editor__content-area h2, + .edit-post-visual-editor__content-area .h2 { font-size: 2.5rem; } - .edit-post-visual-editor__content-area h3, .edit-post-visual-editor__content-area .h3 { + + .edit-post-visual-editor__content-area h3, + .edit-post-visual-editor__content-area .h3 { font-size: 1.6rem; } - .edit-post-visual-editor__content-area h4, .edit-post-visual-editor__content-area .h4 { + + .edit-post-visual-editor__content-area h4, + .edit-post-visual-editor__content-area .h4 { font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.4rem; } - .edit-post-visual-editor__content-area h5, .edit-post-visual-editor__content-area .h5 { + + .edit-post-visual-editor__content-area h5, + .edit-post-visual-editor__content-area .h5 { font-size: 1.4rem; } - .edit-post-visual-editor__content-area h6, .edit-post-visual-editor__content-area .h6 { + + .edit-post-visual-editor__content-area h6, + .edit-post-visual-editor__content-area .h6 { font-size: 1.4rem; } - .edit-post-visual-editor__content-area .home-featured h2, .edit-post-visual-editor__content-area .home-featured .h2 { + + .edit-post-visual-editor__content-area .home-featured h2, + .edit-post-visual-editor__content-area .home-featured .h2 { font-size: 3.5rem; border-bottom: 0.8rem solid #000; } @@ -676,8 +821,9 @@ Add your custom styles in this file so it is easier to update the theme. } @font-face { + .edit-post-visual-editor__content-area { - font-family: Neue Haas Grotesk Pro; + font-family: "Neue Haas Grotesk Pro"; src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot); src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-45Light.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-45Light.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-45Light.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light) format(svg); font-weight: 300; @@ -687,8 +833,9 @@ Add your custom styles in this file so it is easier to update the theme. } @font-face { + .edit-post-visual-editor__content-area { - font-family: Neue Haas Grotesk Pro; + font-family: "Neue Haas Grotesk Pro"; src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot); src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-55Roman.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-55Roman.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-55Roman.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman) format(svg); font-weight: 500; @@ -698,11 +845,12 @@ Add your custom styles in this file so it is easier to update the theme. } @font-face { + .edit-post-visual-editor__content-area { - font-family: Neue Haas Grotesk Pro; + font-family: "Neue Haas Grotesk Pro"; src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot); src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-75Bold.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-75Bold.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-75Bold.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold) format(svg); - font-weight: bold; + font-weight: 700; font-style: normal; font-display: swap; } @@ -829,7 +977,8 @@ Add your custom styles in this file so it is easier to update the theme. text-decoration: none; } -.edit-post-visual-editor__content-area .xarxaprod-faqs-types a:visited, .edit-post-visual-editor__content-area .xarxaprod-faqs-types a:hover { +.edit-post-visual-editor__content-area .xarxaprod-faqs-types a:visited, +.edit-post-visual-editor__content-area .xarxaprod-faqs-types a:hover { color: #fff; } @@ -869,7 +1018,9 @@ Add your custom styles in this file so it is easier to update the theme. color: #000; } -.edit-post-visual-editor__content-area a:hover, .edit-post-visual-editor__content-area a:focus, .edit-post-visual-editor__content-area a:active { +.edit-post-visual-editor__content-area a:hover, +.edit-post-visual-editor__content-area a:focus, +.edit-post-visual-editor__content-area a:active { color: #333; } @@ -877,7 +1028,8 @@ Add your custom styles in this file so it is easier to update the theme. outline: thin dotted; } -.edit-post-visual-editor__content-area a:hover, .edit-post-visual-editor__content-area a:active { +.edit-post-visual-editor__content-area a:hover, +.edit-post-visual-editor__content-area a:active { outline: 0; } @@ -917,7 +1069,8 @@ Add your custom styles in this file so it is easier to update the theme. border-color: #111; } -.edit-post-visual-editor__content-area button:active, .edit-post-visual-editor__content-area button:focus, +.edit-post-visual-editor__content-area button:active, +.edit-post-visual-editor__content-area button:focus, .edit-post-visual-editor__content-area input[type="button"]:active, .edit-post-visual-editor__content-area input[type="button"]:focus, .edit-post-visual-editor__content-area input[type="reset"]:active, @@ -938,7 +1091,7 @@ Add your custom styles in this file so it is easier to update the theme. .edit-post-visual-editor__content-area .button-more::after { content: "+"; display: inline-block; - font-weight: bold; + font-weight: 700; text-align: center; } @@ -966,16 +1119,16 @@ Add your custom styles in this file so it is easier to update the theme. .edit-post-visual-editor__content-area .xarxaprod-search-form .search-submit { z-index: 10; - margin: 0rem; + margin: 0; border: none; width: 2.5rem; height: 2.5rem; background: none; cursor: pointer; - font-size: 0px; + font-size: 0; } -.edit-post-visual-editor__content-area .xarxaprod-icon-search:before { +.edit-post-visual-editor__content-area .xarxaprod-icon-search::before { position: absolute; padding: 0; margin: 0.2rem 0 0 -1.5rem; @@ -1042,6 +1195,7 @@ Add your custom styles in this file so it is easier to update the theme. } @media screen { + .edit-post-visual-editor__content-area .site { display: grid; grid-template-columns: 1fr minmax(0, 35em) minmax(0, 35em) 1fr; @@ -1049,24 +1203,30 @@ Add your custom styles in this file so it is easier to update the theme. margin: auto; padding: 0; } + .edit-post-visual-editor__content-area .site > header { grid-column: 1 / -1; } + .edit-post-visual-editor__content-area .site > main { grid-column: 2 / 4; } + .edit-post-visual-editor__content-area .site > aside { grid-column: 2 / 4; } + .edit-post-visual-editor__content-area .site > footer { grid-column: 1 / -1; } + .edit-post-visual-editor__content-area .site-header { position: sticky; z-index: 900; top: 0; margin-bottom: 2rem; } + .edit-post-visual-editor__content-area .site-header .main { display: flex; flex-flow: column; @@ -1074,18 +1234,24 @@ Add your custom styles in this file so it is easier to update the theme. justify-content: space-between; padding-left: 1rem; } + .edit-post-visual-editor__content-area .site-header .secondary { display: flex; flex-flow: column; align-items: end; } + .edit-post-visual-editor__content-area .site-main { padding: 0 1rem; } + .edit-post-visual-editor__content-area .home-featured { padding: 0 1rem; } - .edit-post-visual-editor__content-area .xarxaprod-destacats, .edit-post-visual-editor__content-area .xarxaprod-featured, .edit-post-visual-editor__content-area .archive-posts { + + .edit-post-visual-editor__content-area .xarxaprod-destacats, + .edit-post-visual-editor__content-area .xarxaprod-featured, + .edit-post-visual-editor__content-area .archive-posts { display: grid; grid-template-columns: repeat(1, 1fr); gap: 1rem; @@ -1093,6 +1259,7 @@ Add your custom styles in this file so it is easier to update the theme. } @media screen and (max-width: 48em) { + .edit-post-visual-editor__content-area .site-header { display: grid; grid-template-columns: 1fr 1fr; @@ -1102,6 +1269,7 @@ Add your custom styles in this file so it is easier to update the theme. } @media screen and (min-width: 48em) { + .edit-post-visual-editor__content-area .site-header { display: grid; grid-template-columns: 1fr minmax(0, 35em) minmax(0, 35em) 1fr; @@ -1109,82 +1277,111 @@ Add your custom styles in this file so it is easier to update the theme. margin: auto; padding: 0; } + .edit-post-visual-editor__content-area .site-header .main { grid-column: 2/4; flex-flow: row; align-items: center; width: 100%; } + .edit-post-visual-editor__content-area .site-header .secondary { grid-column: 2/4; align-items: center; width: 100%; } + .edit-post-visual-editor__content-area .site-main { padding: 0 2rem; } + .edit-post-visual-editor__content-area .home-featured { padding: 0 2rem; } + .edit-post-visual-editor__content-area.single .site-main { width: 45rem; margin: 0 auto; } - .edit-post-visual-editor__content-area .xarxaprod-destacats, .edit-post-visual-editor__content-area .xarxaprod-featured, .edit-post-visual-editor__content-area .archive-posts { + + .edit-post-visual-editor__content-area .xarxaprod-destacats, + .edit-post-visual-editor__content-area .xarxaprod-featured, + .edit-post-visual-editor__content-area .archive-posts { grid-template-columns: repeat(4, 1fr); } + .edit-post-visual-editor__content-area .xarxaprod-faqs-aside { display: flex; flex-direction: row; align-items: center; justify-content: space-between; } - .edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:hover, .edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:active, .edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:focus, .edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:target { + + .edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:hover, + .edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:active, + .edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:focus, + .edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:target { flex-grow: 1; } } @media screen and (min-width: 80em) { + .edit-post-visual-editor__content-area .site-main { padding: 0; } + .edit-post-visual-editor__content-area .home-featured { padding: 0; } } @media screen { + .edit-post-visual-editor__content-area { + /* begin of menu-hidden */ + /* end of menu hidden*/ + /* Small menu. */ } + .edit-post-visual-editor__content-area .hide-content { display: block; - width: 0px; - height: 0px; + width: 0; + height: 0; margin: 0; padding: 0; overflow: hidden; } + .edit-post-visual-editor__content-area .custom-logo { min-width: 11rem; margin: 1rem; } - .edit-post-visual-editor__content-area .main-navigation ul, .edit-post-visual-editor__content-area .secondary-navigation ul { + + .edit-post-visual-editor__content-area .main-navigation ul, + .edit-post-visual-editor__content-area .secondary-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; } - .edit-post-visual-editor__content-area .main-navigation ul ul.sub-menu, .edit-post-visual-editor__content-area .secondary-navigation ul ul.sub-menu { + + .edit-post-visual-editor__content-area .main-navigation ul ul.sub-menu, + .edit-post-visual-editor__content-area .secondary-navigation ul ul.sub-menu { padding-top: 0.5rem; padding-left: 1rem; } - .edit-post-visual-editor__content-area .main-navigation li, .edit-post-visual-editor__content-area .secondary-navigation li { + + .edit-post-visual-editor__content-area .main-navigation li, + .edit-post-visual-editor__content-area .secondary-navigation li { position: relative; } - .edit-post-visual-editor__content-area .main-navigation a, .edit-post-visual-editor__content-area .secondary-navigation a { + + .edit-post-visual-editor__content-area .main-navigation a, + .edit-post-visual-editor__content-area .secondary-navigation a { display: flex; align-items: center; min-height: 100%; @@ -1192,14 +1389,16 @@ Add your custom styles in this file so it is easier to update the theme. text-decoration: none; font-size: 1rem; } + .edit-post-visual-editor__content-area .main-navigation .current_page_item > a, .edit-post-visual-editor__content-area .main-navigation .current-menu-item > a, .edit-post-visual-editor__content-area .main-navigation .current_page_ancestor > a, - .edit-post-visual-editor__content-area .main-navigation .current-menu-ancestor > a, .edit-post-visual-editor__content-area .secondary-navigation .current_page_item > a, + .edit-post-visual-editor__content-area .main-navigation .current-menu-ancestor > a, + .edit-post-visual-editor__content-area .secondary-navigation .current_page_item > a, .edit-post-visual-editor__content-area .secondary-navigation .current-menu-item > a, .edit-post-visual-editor__content-area .secondary-navigation .current_page_ancestor > a, .edit-post-visual-editor__content-area .secondary-navigation .current-menu-ancestor > a { - font-weight: bold; + font-weight: 700; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; border-left: 1px solid #000; } @@ -1209,25 +1408,32 @@ Add your custom styles in this file so it is easier to update the theme. font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; border-left: 1px solid #000; } + .edit-post-visual-editor__content-area .secondary-navigation { padding: 0 1em 1em 0; } + .edit-post-visual-editor__content-area .secondary-navigation ul { display: inline-block; } + .edit-post-visual-editor__content-area .secondary-navigation ul li { padding: 0.5em 0; } + .edit-post-visual-editor__content-area .secondary-navigation a { text-transform: uppercase; } + .edit-post-visual-editor__content-area .toggle-secondary-navigation .show-mobile { display: inherit; } + .edit-post-visual-editor__content-area .toggle, .edit-post-visual-editor__content-area .toggled-menu { display: none; } + .edit-post-visual-editor__content-area .toggle:checked + .toggled-menu { display: block; position: absolute; @@ -1238,6 +1444,7 @@ Add your custom styles in this file so it is easier to update the theme. margin-top: 0; padding: 0 2rem; } + .edit-post-visual-editor__content-area .toggle-show { position: relative; display: inline-block; @@ -1247,6 +1454,7 @@ Add your custom styles in this file so it is easier to update the theme. border-top: 0.3em solid #000; border-bottom: 0.3em solid #000; } + .edit-post-visual-editor__content-area .toggle-show::before { content: ""; position: absolute; @@ -1255,20 +1463,24 @@ Add your custom styles in this file so it is easier to update the theme. width: 100%; border-top: 0.3em solid #000; } + .edit-post-visual-editor__content-area .toggle-hide { display: flex; justify-content: end; margin-right: -0.5em; } + .edit-post-visual-editor__content-area .toggle-hide::after { content: "x"; padding: 0; font-size: 3rem; - font-weight: bold; + font-weight: 700; } + .edit-post-visual-editor__content-area .main-navigation.toggled ul { display: block; } + .edit-post-visual-editor__content-area .main-navigation.toggled .main-navigation-content { display: inline-block; position: absolute; @@ -1282,36 +1494,48 @@ Add your custom styles in this file so it is easier to update the theme. } @media screen and (max-width: 47.99em) { + .edit-post-visual-editor__content-area .main-navigation-content { text-transform: uppercase; } + .edit-post-visual-editor__content-area .main-navigation-content li { padding: 0.5rem 0; } + .edit-post-visual-editor__content-area .secondary-navigation-content { padding: 4rem 2rem; } } @media screen and (min-width: 48em) { + .edit-post-visual-editor__content-area { - /* - * css menu toggler + + /* + * css menu toggler * */ - /* end css menu toggler + + /* end css menu toggler * */ } + .edit-post-visual-editor__content-area .custom-logo { min-width: 11rem; margin: 1rem 1rem 1rem 0; } + .edit-post-visual-editor__content-area .menu-toggle { display: none; } - .edit-post-visual-editor__content-area .main-navigation ul, .edit-post-visual-editor__content-area .secondary-navigation ul { + + .edit-post-visual-editor__content-area .main-navigation ul, + .edit-post-visual-editor__content-area .secondary-navigation ul { display: flex; } - .edit-post-visual-editor__content-area .main-navigation ul ul, .edit-post-visual-editor__content-area .secondary-navigation ul ul { + + .edit-post-visual-editor__content-area .main-navigation ul ul, + .edit-post-visual-editor__content-area .secondary-navigation ul ul { background-color: rgba(255, 255, 255, 0.9); box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; @@ -1320,49 +1544,65 @@ Add your custom styles in this file so it is easier to update the theme. left: -999em; z-index: 99999; } - .edit-post-visual-editor__content-area .main-navigation ul ul ul, .edit-post-visual-editor__content-area .secondary-navigation ul ul ul { + + .edit-post-visual-editor__content-area .main-navigation ul ul ul, + .edit-post-visual-editor__content-area .secondary-navigation ul ul ul { left: -999em; top: 0; } + .edit-post-visual-editor__content-area .main-navigation ul ul li:hover > ul, - .edit-post-visual-editor__content-area .main-navigation ul ul li.focus > ul, .edit-post-visual-editor__content-area .secondary-navigation ul ul li:hover > ul, + .edit-post-visual-editor__content-area .main-navigation ul ul li.focus > ul, + .edit-post-visual-editor__content-area .secondary-navigation ul ul li:hover > ul, .edit-post-visual-editor__content-area .secondary-navigation ul ul li.focus > ul { display: block; left: 4em; top: 1em; } - .edit-post-visual-editor__content-area .main-navigation ul ul a, .edit-post-visual-editor__content-area .secondary-navigation ul ul a { + + .edit-post-visual-editor__content-area .main-navigation ul ul a, + .edit-post-visual-editor__content-area .secondary-navigation ul ul a { width: 200px; } + .edit-post-visual-editor__content-area .main-navigation ul li:hover > ul, - .edit-post-visual-editor__content-area .main-navigation ul li.focus > ul, .edit-post-visual-editor__content-area .secondary-navigation ul li:hover > ul, + .edit-post-visual-editor__content-area .main-navigation ul li.focus > ul, + .edit-post-visual-editor__content-area .secondary-navigation ul li:hover > ul, .edit-post-visual-editor__content-area .secondary-navigation ul li.focus > ul { left: auto; } - .edit-post-visual-editor__content-area .main-navigation a, .edit-post-visual-editor__content-area .secondary-navigation a { + + .edit-post-visual-editor__content-area .main-navigation a, + .edit-post-visual-editor__content-area .secondary-navigation a { padding: 0 0.5rem; } + .edit-post-visual-editor__content-area .main-navigation .current_page_item > a, .edit-post-visual-editor__content-area .main-navigation .current-menu-item > a, .edit-post-visual-editor__content-area .main-navigation .current_page_ancestor > a, - .edit-post-visual-editor__content-area .main-navigation .current-menu-ancestor > a, .edit-post-visual-editor__content-area .secondary-navigation .current_page_item > a, + .edit-post-visual-editor__content-area .main-navigation .current-menu-ancestor > a, + .edit-post-visual-editor__content-area .secondary-navigation .current_page_item > a, .edit-post-visual-editor__content-area .secondary-navigation .current-menu-item > a, .edit-post-visual-editor__content-area .secondary-navigation .current_page_ancestor > a, .edit-post-visual-editor__content-area .secondary-navigation .current-menu-ancestor > a { border-left: none; } + .edit-post-visual-editor__content-area .main-navigation { padding-bottom: 1em; } + .edit-post-visual-editor__content-area .main-navigation ul { justify-content: end; } + .edit-post-visual-editor__content-area .main-navigation ul ul.sub-menu { flex-direction: column; padding-top: 2rem; padding-left: 1rem; padding-bottom: 1rem; } + .edit-post-visual-editor__content-area .main-navigation ul ul.sub-menu li { margin: 0.5rem 0; } @@ -1385,9 +1625,11 @@ Add your custom styles in this file so it is easier to update the theme. width: 90%; margin-top: 2.3em; } + .edit-post-visual-editor__content-area .secondary-navigation { padding: 1.5em 0; } + .edit-post-visual-editor__content-area .menu-item-has-children::after { content: ""; display: inline-block; @@ -1404,17 +1646,21 @@ Add your custom styles in this file so it is easier to update the theme. -ms-transform: rotate(45deg); transform: rotate(45deg); } + .edit-post-visual-editor__content-area .toggle-secondary-navigation .show-mobile, .edit-post-visual-editor__content-area .toggle-secondary-navigation .hide-not-mobile { display: none; } + .edit-post-visual-editor__content-area .toggled-menu { display: inherit; } } -.site-main .edit-post-visual-editor__content-area .comment-navigation, .site-main -.edit-post-visual-editor__content-area .posts-navigation, .site-main +.site-main .edit-post-visual-editor__content-area .comment-navigation, +.site-main +.edit-post-visual-editor__content-area .posts-navigation, +.site-main .edit-post-visual-editor__content-area .post-navigation { margin: 0 0 1.5em; align-self: end; @@ -1439,14 +1685,19 @@ Add your custom styles in this file so it is easier to update the theme. } @media screen and (min-width: 80em) { + .edit-post-visual-editor__content-area .main-navigation .toggle-sidebar-segona .show-mobile, - .edit-post-visual-editor__content-area .main-navigation .toggle-sidebar-segona .hide-not-mobile, .edit-post-visual-editor__content-area .secondary-navigation .toggle-sidebar-segona .show-mobile, + .edit-post-visual-editor__content-area .main-navigation .toggle-sidebar-segona .hide-not-mobile, + .edit-post-visual-editor__content-area .secondary-navigation .toggle-sidebar-segona .show-mobile, .edit-post-visual-editor__content-area .secondary-navigation .toggle-sidebar-segona .hide-not-mobile { display: none; } - .edit-post-visual-editor__content-area .main-navigation a, .edit-post-visual-editor__content-area .secondary-navigation a { + + .edit-post-visual-editor__content-area .main-navigation a, + .edit-post-visual-editor__content-area .secondary-navigation a { padding: 0 1rem; } + .edit-post-visual-editor__content-area .main-navigation { padding-bottom: 0; } @@ -1459,84 +1710,107 @@ Add your custom styles in this file so it is easier to update the theme. } @media screen { + .edit-post-visual-editor__content-area { - /* used in - * ./template-parts/section-eachpost.php + + /* used in + * ./template-parts/section-eachpost.php * */ - /* used in - * ./template-parts/content-xarxaprod-ajut.php - * ./template-parts/section-eachpost.php + + /* used in + * ./template-parts/content-xarxaprod-ajut.php + * ./template-parts/section-eachpost.php * */ + /* filters form custom fields */ } + .edit-post-visual-editor__content-area .sticky { display: block; } + .edit-post-visual-editor__content-area .post, .edit-post-visual-editor__content-area .page { margin: 0 0 5em; } + .edit-post-visual-editor__content-area .updated:not(.published) { display: none; } + .edit-post-visual-editor__content-area .page-content, .edit-post-visual-editor__content-area .entry-content, .edit-post-visual-editor__content-area .entry-summary { margin: 1.5em 0 0; } + .edit-post-visual-editor__content-area .page-links { clear: both; margin: 0 0 1.5em; } + .edit-post-visual-editor__content-area .xarxaprod-card-each { display: flex; flex-direction: column; } - .edit-post-visual-editor__content-area .xarxaprod-card-each .entry-title, .edit-post-visual-editor__content-area .xarxaprod-card-each h6 { + + .edit-post-visual-editor__content-area .xarxaprod-card-each .entry-title, + .edit-post-visual-editor__content-area .xarxaprod-card-each h6 { border-bottom: 1px solid #000; margin: 0; padding: 0.5rem 0; } + .edit-post-visual-editor__content-area .xarxaprod-card-each p { padding: 0.5rem 0; margin: 0; } + .edit-post-visual-editor__content-area .xarxaprod-card-each .more-link { margin-top: 2rem; } + .edit-post-visual-editor__content-area .xarxaprod-card-each .button-more { padding: 0; margin: 0; } + .edit-post-visual-editor__content-area .xarxaprod-fund-info-fields, .edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields { display: grid; } + .edit-post-visual-editor__content-area .xarxaprod-fund-info-fields .xarxaprod-fund-info-field, .edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields .xarxaprod-fund-info-field { padding-bottom: 1rem; border-bottom: 1px solid #000; } + .edit-post-visual-editor__content-area .xarxaprod-fund-info-fields h6, .edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields h6 { font-size: 2.4rem; font-variant: all-petite-caps; } + .edit-post-visual-editor__content-area .xarxaprod-fund-info-fields p, .edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields p { margin: 0.5rem 0 0 0; } + .edit-post-visual-editor__content-area .xarxaprod-fund-info-fields li, .edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields li { font-size: 1.3rem; } + .edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields .xarxaprod-fund-info-field { margin: 0; } + .edit-post-visual-editor__content-area .xarxaprod-fund-info-fields .xarxaprod-fund-info-field { margin: 1rem 0 0.5rem 0; } + .edit-post-visual-editor__content-area .xarxaprod-funder-name, .edit-post-visual-editor__content-area .xarxaprod-fund-contact-name, .edit-post-visual-editor__content-area .xarxaprod-fund-web { @@ -1548,34 +1822,42 @@ Add your custom styles in this file so it is easier to update the theme. line-height: 0.9; align-items: center; } + .edit-post-visual-editor__content-area .xarxaprod-funder-name a, .edit-post-visual-editor__content-area .xarxaprod-fund-contact-name a, .edit-post-visual-editor__content-area .xarxaprod-fund-web a { text-decoration: none; font-size: 0.8rem; } - .edit-post-visual-editor__content-area .xarxaprod-filtered-funds { + + .edit-post-visual-editor__content-area .xarxaprod-filtered-content { display: grid; grid: 1fr; } - .edit-post-visual-editor__content-area .xarxaprod-filtered-funds .os_fund_target .filter, - .edit-post-visual-editor__content-area .xarxaprod-filtered-funds .os_fund_source .filter, - .edit-post-visual-editor__content-area .xarxaprod-filtered-funds .os_fund_field .filter { + + .edit-post-visual-editor__content-area .xarxaprod-filtered-content .os_fund_target .filter, + .edit-post-visual-editor__content-area .xarxaprod-filtered-content .os_fund_source .filter, + .edit-post-visual-editor__content-area .xarxaprod-filtered-content .os_fund_field .filter { display: none; } + .edit-post-visual-editor__content-area .xarxaprod-filters section { margin: 1em 0; } + .edit-post-visual-editor__content-area .xarxaprod-filters .button-more { width: 100%; max-width: 11.7em; } + .edit-post-visual-editor__content-area .xarxaprod-filters .button-more::after { margin-left: 1rem; } + .edit-post-visual-editor__content-area .archive-posts { grid-template-columns: repeat(1, minmax(0, 1fr)); } + .edit-post-visual-editor__content-area .xarxaprod-titol-opcions { display: inline-block; width: 100%; @@ -1590,19 +1872,24 @@ Add your custom styles in this file so it is easier to update the theme. border: 1px solid #000; text-transform: uppercase; } - .edit-post-visual-editor__content-area .xarxaprod-titol-opcions:after { + + .edit-post-visual-editor__content-area .xarxaprod-titol-opcions::after { content: ">"; display: inline; float: right; } - .edit-post-visual-editor__content-area .xarxaprod-titol-opcions:hover:after { + + .edit-post-visual-editor__content-area .xarxaprod-titol-opcions:hover::after { transform: rotate(90deg); animation: rotate 0.5s; } + @keyframes rotate { + 0% { transform: rotate(0); } + 100% { transform: rotate(90deg); } @@ -1610,17 +1897,21 @@ Add your custom styles in this file so it is easier to update the theme. } @media screen and (max-width: 48em) { + .edit-post-visual-editor__content-area .post, .edit-post-visual-editor__content-area .page { margin: 0 0 1em; } + .edit-post-visual-editor__content-area .xarxaprod-filters section { display: block; } + .edit-post-visual-editor__content-area .xarxaprod-filters section h5 { display: block; width: 100%; } + .edit-post-visual-editor__content-area .xarxaprod-filters section .filter { display: inline-block; width: 45%; @@ -1628,21 +1919,27 @@ Add your custom styles in this file so it is easier to update the theme. margin-right: 0.3em; float: left; } + .edit-post-visual-editor__content-area .xarxaprod-filters section .filter:last-of-type { margin-bottom: 2rem; } } @media screen and (min-width: 48em) { + .edit-post-visual-editor__content-area .xarxaprod-filters { padding-right: 2em; } - .edit-post-visual-editor__content-area .xarxaprod-filters section { + + .edit-post-visual-editor__content-area .xarxaprod-filters section, + .edit-post-visual-editor__content-area .xarxaprod-filters xarxaprod-filtered-calls { margin: 1em 0; } - .edit-post-visual-editor__content-area .xarxaprod-filtered-funds { + + .edit-post-visual-editor__content-area .xarxaprod-filtered-content { grid-template-columns: 1fr 2fr; } + .edit-post-visual-editor__content-area .archive-posts { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap: 3em; @@ -1650,9 +1947,11 @@ Add your custom styles in this file so it is easier to update the theme. } @media screen and (min-width: 80em) { - .edit-post-visual-editor__content-area .xarxaprod-filtered-funds { + + .edit-post-visual-editor__content-area .xarxaprod-filtered-content { grid-template-columns: 1fr 3fr; } + .edit-post-visual-editor__content-area .archive-posts { grid-template-columns: repeat(3, minmax(0, 1fr)); } @@ -1802,7 +2101,7 @@ Add your custom styles in this file so it is easier to update the theme. .edit-post-visual-editor__content-area .black-blocs .wp-block-column a::after { content: "+"; position: absolute; - bottom: 0rem; + bottom: 0; left: 0.7rem; font-size: 5rem; } @@ -1825,11 +2124,11 @@ Add your custom styles in this file so it is easier to update the theme. border-color: #f6cc4c; background-color: #f6cc4c; color: #fff; - font-family: "din-medium"; - font-weight: bold; + font-family: din-medium; + font-weight: 700; text-align: center; - margin: 0em; - padding: 0rem; + margin: 0; + padding: 0; } .edit-post-visual-editor__content-area .wpcf7-form .wpcf7-submit { @@ -1858,11 +2157,13 @@ Add your custom styles in this file so it is easier to update the theme. margin-top: 0; } -.edit-post-visual-editor__content-area .contactform .break-after-column, .edit-post-visual-editor__content-area .contactform .saltar-columna { +.edit-post-visual-editor__content-area .contactform .break-after-column, +.edit-post-visual-editor__content-area .contactform .saltar-columna { break-after: column; } -.edit-post-visual-editor__content-area .contactform-consultoria .contactform-name, .edit-post-visual-editor__content-area .contactform-consultoria .contactform-email { +.edit-post-visual-editor__content-area .contactform-consultoria .contactform-name, +.edit-post-visual-editor__content-area .contactform-consultoria .contactform-email { max-width: 40%; display: inline-block; } @@ -1913,16 +2214,19 @@ Add your custom styles in this file so it is easier to update the theme. justify-content: left; } -.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"], .edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] { +.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"], +.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] { display: block; } -.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"] input[type="date"], .edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] input[type="date"] { +.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"] input[type="date"], +.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] input[type="date"] { width: auto; background-color: #fff; } -.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before, .edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before { +.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before, +.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before { display: inline-block; width: 2rem; } @@ -1973,16 +2277,20 @@ Add your custom styles in this file so it is easier to update the theme. } .edit-post-visual-editor__content-area .alignleft { + /*rtl:ignore*/ float: left; + /*rtl:ignore*/ margin-right: 1.5em; margin-bottom: 1.5em; } .edit-post-visual-editor__content-area .alignright { + /*rtl:ignore*/ float: right; + /*rtl:ignore*/ margin-left: 1.5em; margin-bottom: 1.5em; @@ -2020,7 +2328,7 @@ Your custom style Add your custom styles in this file so it is easier to update the theme. */ @font-face { - font-family: Neue Haas Grotesk Pro; + font-family: "Neue Haas Grotesk Pro"; src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot); src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-45Light.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-45Light.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-45Light.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light) format(svg); font-weight: 300; @@ -2029,7 +2337,7 @@ Add your custom styles in this file so it is easier to update the theme. } @font-face { - font-family: Neue Haas Grotesk Pro; + font-family: "Neue Haas Grotesk Pro"; src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot); src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-55Roman.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-55Roman.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-55Roman.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman) format(svg); font-weight: 500; @@ -2038,12 +2346,10 @@ Add your custom styles in this file so it is easier to update the theme. } @font-face { - font-family: Neue Haas Grotesk Pro; + font-family: "Neue Haas Grotesk Pro"; src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot); src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-75Bold.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-75Bold.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-75Bold.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold) format(svg); - font-weight: bold; + font-weight: 700; font-style: normal; font-display: swap; } - -/*# sourceMappingURL=adminstyles.css.map */ \ No newline at end of file diff --git a/adminstyles.css.map b/adminstyles.css.map index 72883f1..63f03ab 100644 --- a/adminstyles.css.map +++ b/adminstyles.css.map @@ -43,5 +43,5 @@ "sass/adminstyles/_fonts.scss" ], "names": [], - "mappings": "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" + "mappings": "AAIA,AACE,SADO,CACP,kBAAkB,AAAA,gCAAgC,AAAA,SAAS;AAD7D,SAAS,CAEP,0CAA0C,CAAC;CACzC,gBAAgB,EAAE,IAAI;CACtB,MAAM,EAAE,SAAS;CAClB;;AAED,AAAA,kBAAkB,CAAC,iBAAiB,CAAC;CACnC,gBAAgB,EAAE,IAAI;CACvB;;AAIH,AAAA,sCAAsC,CAAC;CCjBvC;;;;;;;;;;;;;;;;;;;;;;;EAuBE;CAEF;;;;;;;;;;;;;;;;;;;;;;;;;;gEA0BgE;CAKhE;;gEAEgE;CAEhE;gDACgD;CO7DhD,4EAA4E;CAE5E;+EAC+E;CAE/E;;;GAGG;CAOH;+EAC+E;CAE/E;;GAEG;CAMH;;GAEG;CAMH;;;GAGG;CAOH;+EAC+E;CAE/E;;;GAGG;CAQH;;;GAGG;CAOH;+EAC+E;CAE/E;;GAEG;CAMH;;;GAGG;CAQH;;GAEG;CAOH;;;GAGG;CASH;;GAEG;CAMH;;;GAGG;CAkBH;+EAC+E;CAE/E;;GAEG;CAMH;+EAC+E;CAE/E;;;GAGG;CAaH;;;GAGG;CAOH;;;GAGG;CAOH;;GAEG;CASH;;GAEG;CAUH;;GAEG;CASH;;GAEG;CAMH;;;;;GAKG;CAWH;;GAEG;CAMH;;GAEG;CAMH;;;GAGG;CAQH;;GAEG;CAOH;;;GAGG;CAOH;;GAEG;CAMH;;;GAGG;CAOH;+EAC+E;CAE/E;;GAEG;CAMH;;GAEG;CAMH;+EAC+E;CAE/E;;GAEG;CAMH;;GAEG;CPxRH;gDACgD;CQjEhD;4FAC4F;CRmE5F;;gEAEgE;CStEhE;gDACgD;CIDhD;;;;EAIE;CJAF;gDACgD;CQLhD,wDAAwD;CRYxD;gDACgD;CAGhD;gDACgD;CTwDhD;;gEAEgE;CAKhE;;gEAEgE;CuBlFhE;gDACgD;CAGhD;gDACgD;CAIhD;gDACgD;CAGhD;gDACgD;CAGhD;gDACgD;CMThD,kDAAkD;CNYlD;gDACgD;CAGhD;gDACgD;CvB2DhD;;gEAEgE;CAEhE;gDACgD;CgC1FhD,8EAA8E;CAM9E,2EAA2E;ChCuF3E;gDACgD;CAGhD;gDACgD;CkClGhD,sDAAsD;CAiCtD;;KAEK;ClCmEL;;gEAEgE;CAEhE;gDACgD;CmC3GhD,yCAAyC;CAkCzC,sDAAsD;CnC4EtD;gDACgD;CDjF/C;;AAbD,AQPA,sCROsC,CQPtC,IAAI,CAAC;CACJ,WAAW,EAAE,IAAI;CACjB,wBAAwB,EAAE,IAAI;CAC9B;;ARID,AQKA,sCRLsC,CQKtC,IAAI,CAAC;CACJ,MAAM,EAAE,CAAC;CACT;;ARPD,AQaA,sCRbsC,CQatC,IAAI,CAAC;CACJ,OAAO,EAAE,KAAK;CACd;;ARfD,AQsBA,sCRtBsC,CQsBtC,EAAE,CAAC;CACF,SAAS,EAAE,GAAG;CACd,MAAM,EAAE,QAAQ;CAChB;;ARzBD,AQmCA,sCRnCsC,CQmCtC,EAAE,CAAC;CACF,UAAU,EAAE,WAAW;CACvB,MAAM,EAAE,CAAC;CACT,QAAQ,EAAE,OAAO;CACjB;;ARvCD,AQ8CA,sCR9CsC,CQ8CtC,GAAG,CAAC;CACH,WAAW,EAAE,oBAAoB;CACjC,SAAS,EAAE,GAAG;CACd;;ARjDD,AQ0DA,sCR1DsC,CQ0DtC,CAAC,CAAC;CACD,gBAAgB,EAAE,WAAW;CAC7B;;AR5DD,AQmEA,sCRnEsC,CQmEtC,IAAI,CAAA,AAAA,KAAC,AAAA,EAAO;CACX,aAAa,EAAE,IAAI;CACnB,eAAe,EAAE,SAAS;CAC1B,eAAe,EAAE,gBAAgB;CACjC;;ARvED,AQ6EA,sCR7EsC,CQ6EtC,CAAC;AR7ED,sCAAsC,CQ8EtC,MAAM,CAAC;CACN,WAAW,EAAE,MAAM;CACnB;;ARhFD,AQuFA,sCRvFsC,CQuFtC,IAAI;ARvFJ,sCAAsC,CQwFtC,GAAG;ARxFH,sCAAsC,CQyFtC,IAAI,CAAC;CACJ,WAAW,EAAE,oBAAoB;CACjC,SAAS,EAAE,GAAG;CACd;;AR5FD,AQkGA,sCRlGsC,CQkGtC,KAAK,CAAC;CACL,SAAS,EAAE,GAAG;CACd;;ARpGD,AQ2GA,sCR3GsC,CQ2GtC,GAAG;AR3GH,sCAAsC,CQ4GtC,GAAG,CAAC;CACH,SAAS,EAAE,GAAG;CACd,WAAW,EAAE,CAAC;CACd,QAAQ,EAAE,QAAQ;CAClB,cAAc,EAAE,QAAQ;CACxB;;ARjHD,AQmHA,sCRnHsC,CQmHtC,GAAG,CAAC;CACH,MAAM,EAAE,OAAO;CACf;;ARrHD,AQuHA,sCRvHsC,CQuHtC,GAAG,CAAC;CACH,GAAG,EAAE,MAAM;CACX;;ARzHD,AQkIA,sCRlIsC,CQkItC,GAAG,CAAC;CACH,YAAY,EAAE,IAAI;CAClB;;ARpID,AQ8IA,sCR9IsC,CQ8ItC,MAAM;AR9IN,sCAAsC,CQ+ItC,KAAK;AR/IL,sCAAsC,CQgJtC,QAAQ;ARhJR,sCAAsC,CQiJtC,MAAM;ARjJN,sCAAsC,CQkJtC,QAAQ,CAAC;CACR,WAAW,EAAE,OAAO;CACpB,SAAS,EAAE,IAAI;CACf,WAAW,EAAE,IAAI;CACjB,MAAM,EAAE,CAAC;CACT;;ARvJD,AQ8JA,sCR9JsC,CQ8JtC,MAAM;AR9JN,sCAAsC,CQ+JtC,KAAK,CAAC;CACL,QAAQ,EAAE,OAAO;CACjB;;ARjKD,AQwKA,sCRxKsC,CQwKtC,MAAM;ARxKN,sCAAsC,CQyKtC,MAAM,CAAC;CACN,cAAc,EAAE,IAAI;CACpB;;AR3KD,AQiLA,sCRjLsC,CQiLtC,MAAM;ARjLN,sCAAsC,EQkLtC,AAAA,IAAC,CAAK,QAAQ,AAAb;ARlLD,sCAAsC,EQmLtC,AAAA,IAAC,CAAK,OAAO,AAAZ;ARnLD,sCAAsC,EQoLtC,AAAA,IAAC,CAAK,QAAQ,AAAb,EAAe;CACf,kBAAkB,EAAE,MAAM;CAC1B;;ARtLD,AQ4LA,sCR5LsC,CQ4LtC,MAAM,AAAA,kBAAkB;AR5LxB,sCAAsC,EQ6LtC,AAAA,IAAC,CAAK,QAAQ,AAAb,CAAc,kBAAkB;AR7LjC,sCAAsC,EQ8LtC,AAAA,IAAC,CAAK,OAAO,AAAZ,CAAa,kBAAkB;AR9LhC,sCAAsC,EQ+LtC,AAAA,IAAC,CAAK,QAAQ,AAAb,CAAc,kBAAkB,CAAC;CACjC,YAAY,EAAE,IAAI;CAClB,OAAO,EAAE,CAAC;CACV;;ARlMD,AQwMA,sCRxMsC,CQwMtC,MAAM,AAAA,eAAe;ARxMrB,sCAAsC,EQyMtC,AAAA,IAAC,CAAK,QAAQ,AAAb,CAAc,eAAe;ARzM9B,sCAAsC,EQ0MtC,AAAA,IAAC,CAAK,OAAO,AAAZ,CAAa,eAAe;AR1M7B,sCAAsC,EQ2MtC,AAAA,IAAC,CAAK,QAAQ,AAAb,CAAc,eAAe,CAAC;CAC9B,OAAO,EAAE,qBAAqB;CAC9B;;AR7MD,AQmNA,sCRnNsC,CQmNtC,QAAQ,CAAC;CACR,OAAO,EAAE,qBAAqB;CAC9B;;ARrND,AQ8NA,sCR9NsC,CQ8NtC,MAAM,CAAC;CACN,UAAU,EAAE,UAAU;CACtB,KAAK,EAAE,OAAO;CACd,OAAO,EAAE,KAAK;CACd,SAAS,EAAE,IAAI;CACf,OAAO,EAAE,CAAC;CACV,WAAW,EAAE,MAAM;CACnB;;ARrOD,AQ2OA,sCR3OsC,CQ2OtC,QAAQ,CAAC;CACR,cAAc,EAAE,QAAQ;CACxB;;AR7OD,AQmPA,sCRnPsC,CQmPtC,QAAQ,CAAC;CACR,QAAQ,EAAE,IAAI;CACd;;ARrPD,AQ4PA,sCR5PsC,EQ4PtC,AAAA,IAAC,CAAK,UAAU,AAAf;AR5PD,sCAAsC,EQ6PtC,AAAA,IAAC,CAAK,OAAO,AAAZ,EAAc;CACd,UAAU,EAAE,UAAU;CACtB,OAAO,EAAE,CAAC;CACV;;ARhQD,AQsQA,sCRtQsC,EQsQtC,AAAA,IAAC,CAAK,QAAQ,AAAb,CAAc,2BAA2B;ARtQ1C,sCAAsC,EQuQtC,AAAA,IAAC,CAAK,QAAQ,AAAb,CAAc,2BAA2B,CAAC;CAC1C,MAAM,EAAE,IAAI;CACZ;;ARzQD,AQgRA,sCRhRsC,EQgRtC,AAAA,IAAC,CAAK,QAAQ,AAAb,EAAe;CACf,kBAAkB,EAAE,SAAS;CAC7B,cAAc,EAAE,IAAI;CACpB;;ARnRD,AQyRA,sCRzRsC,EQyRtC,AAAA,IAAC,CAAK,QAAQ,AAAb,CAAc,2BAA2B,CAAC;CAC1C,kBAAkB,EAAE,IAAI;CACxB;;AR3RD,AQkSA,sCRlSsC,CQkStC,4BAA4B,CAAC;CAC5B,kBAAkB,EAAE,MAAM;CAC1B,IAAI,EAAE,OAAO;CACb;;ARrSD,AQ8SA,sCR9SsC,CQ8StC,OAAO,CAAC;CACP,OAAO,EAAE,KAAK;CACd;;ARhTD,AQsTA,sCRtTsC,CQsTtC,OAAO,CAAC;CACP,OAAO,EAAE,SAAS;CAClB;;ARxTD,AQiUA,sCRjUsC,CQiUtC,QAAQ,CAAC;CACR,OAAO,EAAE,IAAI;CACb;;ARnUD,AQyUA,sCRzUsC,EQyUtC,AAAA,MAAC,AAAA,EAAQ;CACR,OAAO,EAAE,IAAI;CACb;;AR3UD,ASfA,sCTesC,CSftC,CAAC;ATeD,sCAAsC,CSdtC,CAAC,AAAA,QAAQ;ATcT,sCAAsC,CSbtC,CAAC,AAAA,OAAO,CAAC;CACR,UAAU,EAAE,OAAO;CACnB;;ATWD,ASTA,sCTSsC,CSTtC,IAAI,CAAC;CACJ,UAAU,EAAE,UAAU;CACtB;;ATOD,AWjBA,sCXiBsC,CWjBtC,IAAI;AXiBJ,sCAAsC,CWhBtC,MAAM;AXgBN,sCAAsC,CWftC,KAAK;AXeL,sCAAsC,CWdtC,MAAM;AXcN,sCAAsC,CWbtC,QAAQ;AXaR,sCAAsC,CWZtC,QAAQ,CAAC;CACR,KAAK,ERYS,IAAI;CQXlB,WAAW,EPNE,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;COOzJ,SAAS,EPIQ,IAAI;COHrB,WAAW,EPIa,GAAG;COH3B;;AXOD,AWNA,sCXMsC,CWNtC,KAAK,CAAC;CACL,OAAO,EAAE,YAAY;CACrB,MAAM,EAAE,CAAC;CACT,OAAO,EAAE,CAAC;CACV,SAAS,EAAE,KAAK;CAChB,SAAS,EAAE,KAAK;CAChB,KAAK,EAAE,GAAG;CACV,UAAU,EAAE,KAAK;CACjB,UAAU,EAAE,KAAK;CACjB,MAAM,EAAE,GAAG;CACX,SAAS,EAAE,GAAG;CACd,WAAW,EAAE,GAAG;CAChB,eAAe,EAAE,IAAI;CACrB,MAAM,EAAE,CAAC;CACT,UAAU,EAAE,IAAI;CAChB,gBAAgB,EAAE,WAAW;CAC7B;;AC3BD,MAAM,CAAC,MAAM;CZiBb,AYhBC,sCZgBqC,CYhBrC,EAAE;CZgBH,sCAAsC,CYfrC,EAAE;CZeH,sCAAsC,CYdrC,EAAE;CZcH,sCAAsC,CYbrC,EAAE;CZaH,sCAAsC,CYZrC,EAAE;CZYH,sCAAsC,CYXrC,EAAE;CZWH,sCAAsC,CYVrC,GAAG,EZUJ,sCAAsC,CYVjC,GAAG,EZUR,sCAAsC,CYV7B,GAAG,EZUZ,sCAAsC,CYVzB,GAAG,EZUhB,sCAAsC,CYVrB,GAAG,EZUpB,sCAAsC,CYVjB,GAAG,CAAA;EACtB,KAAK,EAAE,IAAI;EACX,WAAW,ERMa,GAAG;EQL3B;CZOF,AYNC,sCZMqC,CYNrC,EAAE,EZMH,sCAAsC,CYNlC,GAAG,CAAC;EACN,WAAW,ERXC,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;EQYxJ,SAAS,EAAE,MAAoB;EAC/B,cAAc,EAAE,SAAS;EAIzB;CZDF,AYFE,sCZEoC,CYNrC,EAAE,AAIA,MAAM,EZET,sCAAsC,CYNlC,GAAG,AAIJ,MAAM,CAAC;EACP,SAAS,EAAE,MAAoB;EAC/B;CZAH,AYEC,sCZFqC,CYErC,EAAE,EZFH,sCAAsC,CYElC,GAAG,CAAC;EACN,WAAW,ERnBC,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;EQoBxJ,SAAS,EAAE,MAAoB;EAC/B,cAAc,EAAE,SAAS;EAIzB;CZTF,AYME,sCZNoC,CYErC,EAAE,AAIA,MAAM,EZNT,sCAAsC,CYElC,GAAG,AAIJ,MAAM,CAAC;EACP,SAAS,EAAE,MAAoB;EAC/B;CZRH,AYUC,sCZVqC,CYUrC,EAAE,EZVH,sCAAsC,CYUlC,GAAG,CAAC;EACN,WAAW,ER3BC,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;EQ4BxJ,SAAS,EAAE,MAAoB;EAC/B,cAAc,EAAE,SAAS;EAIzB;CZjBF,AYcE,sCZdoC,CYUrC,EAAE,AAIA,MAAM,EZdT,sCAAsC,CYUlC,GAAG,AAIJ,MAAM,CAAC;EACP,SAAS,EAAE,IAAkB;EAC7B;CZhBH,AYkBC,sCZlBqC,CYkBrC,EAAE,EZlBH,sCAAsC,CYkBlC,GAAG,CAAC;EACN,WAAW,ERnCC,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;EQoCxJ,SAAS,EAAE,MAAoB;EAC/B,cAAc,EAAE,SAAS;EAIzB;CZzBF,AYsBE,sCZtBoC,CYkBrC,EAAE,AAIA,MAAM,EZtBT,sCAAsC,CYkBlC,GAAG,AAIJ,MAAM,CAAC;EACP,SAAS,EAAE,MAAoB;EAC/B;CZxBH,AY0BC,sCZ1BqC,CY0BrC,EAAE,EZ1BH,sCAAsC,CY0BlC,GAAG,CAAC;EACN,WAAW,ER3CC,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;EQ4CxJ,SAAS,EAAE,MAAoB;EAC/B,cAAc,EAAE,SAAS;EAIzB;CZjCF,AY8BE,sCZ9BoC,CY0BrC,EAAE,AAIA,MAAM,EZ9BT,sCAAsC,CY0BlC,GAAG,AAIJ,MAAM,CAAC;EACP,SAAS,EAAE,MAAoB;EAC/B;CZhCH,AYkCC,sCZlCqC,CYkCrC,EAAE,EZlCH,sCAAsC,CYkClC,GAAG,CAAC;EACN,WAAW,ERnDC,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;EQoDxJ,SAAS,EAAE,MAAoB;EAI/B;CZxCF,AYqCE,sCZrCoC,CYkCrC,EAAE,AAGA,MAAM,EZrCT,sCAAsC,CYkClC,GAAG,AAGJ,MAAM,CAAC;EACP,SAAS,EAAE,MAAoB;EAC/B;CZvCH,AY0CI,sCZ1CkC,CYyCrC,UAAU,CACP,EAAE;CZ1CN,sCAAsC,CYyCrC,UAAU,CAET,EAAE;CZ3CJ,sCAAsC,CYyCrC,UAAU,CAGT,EAAE;CZ5CJ,sCAAsC,CYyCrC,UAAU,CAIT,EAAE;CZ7CJ,sCAAsC,CYyCrC,UAAU,CAKT,EAAE;CZ9CJ,sCAAsC,CYyCrC,UAAU,CAMT,EAAE;CZ/CJ,sCAAsC,CYyCrC,UAAU,CAOT,GAAG,EZhDL,sCAAsC,CYyCrC,UAAU,CAOL,GAAG,EZhDT,sCAAsC,CYyCrC,UAAU,CAOD,GAAG,EZhDb,sCAAsC,CYyCrC,UAAU,CAOG,GAAG,EZhDjB,sCAAsC,CYyCrC,UAAU,CAOO,GAAG,EZhDrB,sCAAsC,CYyCrC,UAAU,CAOW,GAAG;CZhDzB,sCAAsC,CYyCrC,UAAU,CAQT,cAAc,CAAC;EACT,MAAM,EAAE,CAAC;EACZ;CZnDL,AYsDE,sCZtDoC,CYqDrC,OAAO,CACN,EAAE,EZtDJ,sCAAsC,CYqDrC,OAAO,CACH,GAAG,CAAC;EACN,WAAW,ERvEA,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;EQwEvJ;CZxDH,AY2DE,sCZ3DoC,CY0DrC,cAAc,CACb,EAAE,EZ3DJ,sCAAsC,CY0DrC,cAAc,CACV,GAAG,CAAC;EACN,MAAM,EAAE,QAAQ;EAChB,SAAS,EAAE,IAAkB;EAC7B,WAAW,EAAE,GAAG;EAChB,aAAa,EAAE,MAAM,CAAC,KAAK,CT9Df,IAAI;ES+DhB;;;AAGH,MAAM,CAAC,MAAM,MAAM,SAAS,EAAE,IAAI;CZnElC,AYoEC,sCZpEqC,CYoErC,EAAE,EZpEH,sCAAsC,CYoElC,GAAG,CAAC;EACN,SAAS,EAAE,MAAoB;EAC/B;CZtEF,AYuEC,sCZvEqC,CYuErC,EAAE,EZvEH,sCAAsC,CYuElC,GAAG,CAAC;EACN,SAAS,EAAE,MAAoB;EAC/B;CZzEF,AY0EC,sCZ1EqC,CY0ErC,EAAE,EZ1EH,sCAAsC,CY0ElC,GAAG,CAAC;EACN,SAAS,EAAE,MAAoB;EAC/B;CZ5EF,AY6EC,sCZ7EqC,CY6ErC,EAAE,EZ7EH,sCAAsC,CY6ElC,GAAG,CAAC;EACN,WAAW,ER9FC,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;EQ+FxJ,SAAS,EAAE,MAAoB;EAC/B;CZhFF,AYiFC,sCZjFqC,CYiFrC,EAAE,EZjFH,sCAAsC,CYiFlC,GAAG,CAAC;EACN,SAAS,EAAE,MAAoB;EAC/B;CZnFF,AYoFC,sCZpFqC,CYoFrC,EAAE,EZpFH,sCAAsC,CYoFlC,GAAG,CAAC;EACN,SAAS,EAAE,MAAoB;EAC/B;CZtFF,AYwFE,sCZxFoC,CYuFrC,cAAc,CACb,EAAE,EZxFJ,sCAAsC,CYuFrC,cAAc,CACV,GAAG,CAAC;EACN,SAAS,EAAE,MAAoB;EAC/B,aAAa,EAAE,MAAM,CAAC,KAAK,CTzFf,IAAI;ES0FhB;;;AAGH,MAAM,CAAC,MAAM,MAAM,SAAS,EAAE,MAAM;CZ9FpC,AY+FC,sCZ/FqC,CY+FrC,EAAE,EZ/FH,sCAAsC,CY+FlC,GAAG,CAAC;EACN,SAAS,EAAE,MAAoB;EAC/B;CZjGF,AYkGC,sCZlGqC,CYkGrC,EAAE,EZlGH,sCAAsC,CYkGlC,GAAG,CAAC;EACN,SAAS,EAAE,MAAoB;EAC/B;CZpGF,AYqGC,sCZrGqC,CYqGrC,EAAE,EZrGH,sCAAsC,CYqGlC,GAAG,CAAC;EACN,SAAS,EAAE,MAAoB;EAC/B;CZvGF,AYwGC,sCZxGqC,CYwGrC,EAAE,EZxGH,sCAAsC,CYwGlC,GAAG,CAAC;EACN,WAAW,ERzHC,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;EQ0HxJ,SAAS,EAAE,MAAoB;EAC/B;CZ3GF,AY4GC,sCZ5GqC,CY4GrC,EAAE,EZ5GH,sCAAsC,CY4GlC,GAAG,CAAC;EACN,SAAS,EAAE,MAAoB;EAC/B;CZ9GF,AY+GC,sCZ/GqC,CY+GrC,EAAE,EZ/GH,sCAAsC,CY+GlC,GAAG,CAAC;EACN,SAAS,EAAE,MAAoB;EAC/B;CZjHF,AYmHE,sCZnHoC,CYkHrC,cAAc,CACb,EAAE,EZnHJ,sCAAsC,CYkHrC,cAAc,CACV,GAAG,CAAC;EACN,SAAS,EAAE,MAAoB;EAC/B,aAAa,EAAE,MAAM,CAAC,KAAK,CTpHf,IAAI;ESqHhB;;;AZtHH,AajBA,sCbiBsC,CajBtC,CAAC,CAAC;CACD,aAAa,EAAE,KAAK;CACpB;;AbeD,AabA,sCbasC,CabtC,GAAG;AbaH,sCAAsC,CaZtC,IAAI;AbYJ,sCAAsC,CaXtC,EAAE;AbWF,sCAAsC,CaVtC,CAAC,CAAC;CACD,UAAU,EAAE,MAAM;CAClB;;AbQD,AaNA,sCbMsC,CaNtC,UAAU,CAAC;CACV,MAAM,EAAE,CAAC;CAIT;;AbCD,AaJC,sCbIqC,CaNtC,UAAU,CAET,CAAC,CAAC;CACA,SAAS,EAAE,MAAoB;CAC/B;;AbEH,AaCA,sCbDsC,CaCtC,OAAO,CAAC;CACP,MAAM,EAAE,SAAS;CACjB;;AbHD,AaKA,sCbLsC,CaKtC,GAAG,CAAC;CACH,UAAU,EVVW,IAAI;CUWzB,WAAW,ETbA,kBAAkB,EAAE,OAAO,EAAE,SAAS;CScjD,WAAW,ETXY,GAAG;CSY1B,aAAa,EAAE,KAAK;CACpB,SAAS,EAAE,IAAI;CACf,QAAQ,EAAE,IAAI;CACd,OAAO,EAAE,KAAK;CACd;;AbbD,AaeA,sCbfsC,CaetC,IAAI;AbfJ,sCAAsC,CagBtC,KAAK;AbhBL,sCAAsC,CaiBtC,GAAG;AbjBH,sCAAsC,CakBtC,EAAE;AblBF,sCAAsC,CamBtC,GAAG,CAAC;CACH,WAAW,ET3BC,MAAM,EAAE,QAAQ,EAAE,aAAa,EAAE,kBAAkB,EAAE,SAAS,EAAE,IAAI;CS4BhF,gBAAgB,EVzBK,IAAI;CU0BzB;;AbtBD,AawBA,sCbxBsC,CawBtC,IAAI;AbxBJ,sCAAsC,CayBtC,OAAO,CAAC;CACP,aAAa,EAAE,GAAG,CAAC,MAAM,CV5BP,IAAI;CU6BtB,MAAM,EAAE,IAAI;CACZ;;Ab5BD,Aa8BA,sCb9BsC,Ca8BtC,IAAI;Ab9BJ,sCAAsC,Ca+BtC,GAAG,CAAC;CACH,UAAU,EVtCS,OAAO;CUuC1B,eAAe,EAAE,IAAI;CACrB;;AblCD,AaoCA,sCbpCsC,CaoCtC,GAAG,CAAC;CACH,SAAS,EAAE,IAAI;CACf;;AbtCD,AauCA,sCbvCsC,CauCtC,MAAM,CAAC;CACN,SAAS,EAAE,GAAG;CACd;;ACrDD,UAAU;CdYV,AAAA,sCAAsC,CAAtC;EcXI,WAAW,EAAE,qBAAqB;EAClC,GAAG,EAAE,gDAAgD;EACrD,GAAG,EAAE,uDAAuD,CAAC,yBAAyB,EAClF,kDAAkD,CAAC,aAAa,EAChE,iDAAiD,CAAC,YAAY,EAC9D,gDAAgD,CAAC,gBAAgB,EACjE,2EAA2E,CAAC,WAAW;EAC3F,WAAW,EAAE,GAAG;EAChB,UAAU,EAAE,MAAM;EAClB,YAAY,EAAE,IAAI;EderB;;;AcZD,UAAU;CdDV,AAAA,sCAAsC,CAAtC;EcEI,WAAW,EAAE,qBAAqB;EAClC,GAAG,EAAE,gDAAgD;EACrD,GAAG,EAAE,uDAAuD,CAAC,yBAAyB,EAClF,kDAAkD,CAAC,aAAa,EAChE,iDAAiD,CAAC,YAAY,EAC9D,gDAAgD,CAAC,gBAAgB,EACjE,2EAA2E,CAAC,WAAW;EAC3F,WAAW,EAAE,GAAG;EAChB,UAAU,EAAE,MAAM;EAClB,YAAY,EAAE,IAAI;EdErB;;;AcCD,UAAU;CddV,AAAA,sCAAsC,CAAtC;EceI,WAAW,EAAE,qBAAqB;EAClC,GAAG,EAAE,+CAA+C;EACpD,GAAG,EAAE,sDAAsD,CAAC,yBAAyB,EACjF,iDAAiD,CAAC,aAAa,EAC/D,gDAAgD,CAAC,YAAY,EAC7D,+CAA+C,CAAC,gBAAgB,EAChE,yEAAyE,CAAC,WAAW;EACzF,WAAW,EAAE,IAAI;EACjB,UAAU,EAAE,MAAM;EAClB,YAAY,EAAE,IAAI;EdXrB;;;AAbD,AejBA,sCfiBsC,CejBtC,IAAI,CAAC;CACH,UAAU,EZ4Ba,IAAI;CY3B3B,gBAAgB,EAAE,0CAA0C;CAC5D,eAAe,EAAE,KAAK;CACtB,mBAAmB,EAAE,aAAa;CAClC,iBAAiB,EAAE,SAAS;CAE7B;;AfUD,AgBjBA,sChBiBsC,CgBjBtC,EAAE,CAAC;CACF,gBAAgB,EbiBF,IAAI;CahBlB,MAAM,EAAE,CAAC;CACT,MAAM,EAAE,GAAG;CACX,aAAa,EAAE,KAAK;CACpB;;AhBYD,AiBjBA,sCjBiBsC,CiBjBtC,EAAE;AjBiBF,sCAAsC,CiBhBtC,EAAE,CAAC;CACD,MAAM,EAAE,eAAe;CACvB,OAAO,EAAE,CAAC;CACX;;AjBaD,AiBXA,sCjBWsC,CiBXtC,EAAE,CAAC;CACD,UAAU,EAAE,IAAI;CACjB;;AjBSD,AiBPA,sCjBOsC,CiBPtC,EAAE,CAAC;CACD,UAAU,EAAE,OAAO;CACpB;;AjBKD,AiBHA,sCjBGsC,CiBHtC,EAAE,GAAG,EAAE;AjBGP,sCAAsC,CiBFtC,EAAE,GAAG,EAAE,CAAC;CACN,aAAa,EAAE,CAAC;CAChB,WAAW,EAAE,KAAK;CACnB;;AjBDD,AiBGA,sCjBHsC,CiBGtC,EAAE,CAAC;CACD,WAAW,EAAE,GAAG;CACjB;;AjBLD,AiBOA,sCjBPsC,CiBOtC,EAAE,CAAC;CACD,MAAM,EAAE,eAAe;CACvB,OAAO,EAAE,CAAC;CACX;;AjBVD,AiBaE,sCjBboC,CiBYtC,OAAO,AAAA,IAAK,CAAA,UAAU,EACpB,gBAAgB,CAAC;CACf,MAAM,EAAE,CAAC;CACT,OAAO,EAAE,CAAC;CACV,OAAO,EAAE,MAAM;CAWhB;;AjB3BH,AiBiBI,sCjBjBkC,CiBYtC,OAAO,AAAA,IAAK,CAAA,UAAU,EACpB,gBAAgB,CAId,EAAE,CAAC;CACD,OAAO,EAAC,YAAY;CACpB,MAAM,EAAC,OAAO;CACd,OAAO,EAAE,mBAAmB;CAC5B,KAAK,Ed5BI,IAAI;Cc6Bb,gBAAgB,EdrBP,IAAI;CcsBb,WAAW,EbvCH,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;CawCpJ,SAAS,EAAE,MAAoB;CAC/B,cAAc,EAAE,SAAS;CAC1B;;AjB1BL,AiB4BE,sCjB5BoC,CiBYtC,OAAO,AAAA,IAAK,CAAA,UAAU,EAgBpB,oBAAoB,CAAC,EAAE,CAAC;CACtB,gBAAgB,Ed1BJ,OAAO;Cc2BpB;;AjB9BH,AiB+BE,sCjB/BoC,CiBYtC,OAAO,AAAA,IAAK,CAAA,UAAU,EAmBpB,oBAAoB,CAAC,EAAE,CAAC;CACtB,gBAAgB,EdzBD,OAAO;Cc0BvB;;AjBjCH,AiBkCE,sCjBlCoC,CiBYtC,OAAO,AAAA,IAAK,CAAA,UAAU,EAsBpB,mBAAmB,CAAC,EAAE,CAAC;CACrB,gBAAgB,Ed/BJ,OAAO;CcgCpB;;AjBpCH,AiBqCE,sCjBrCoC,CiBYtC,OAAO,AAAA,IAAK,CAAA,UAAU,EAyBpB,mBAAmB,CAAC,EAAE,CAAC;CACrB,gBAAgB,Ed9BL,OAAO;Cc+BnB;;AjBvCH,AiBwCE,sCjBxCoC,CiBYtC,OAAO,AAAA,IAAK,CAAA,UAAU,EA4BpB,kBAAkB,CAAC;CACjB,OAAO,EAAE,KAAK;CACd,MAAM,EAAC,QAAQ;CAIhB;;AjB9CH,AiB2CI,sCjB3CkC,CiBYtC,OAAO,AAAA,IAAK,CAAA,UAAU,EA4BpB,kBAAkB,CAGhB,EAAE,CAAC;CACD,SAAS,EAAE,MAAoB;CAChC;;AjB7CL,AiB+CE,sCjB/CoC,CiBYtC,OAAO,AAAA,IAAK,CAAA,UAAU,EAmCpB,wBAAwB,CAAC;CACrB,OAAO,EAAC,YAAY;CACpB,MAAM,EAAC,OAAO;CACd,OAAO,EAAE,mBAAmB;CAC5B,KAAK,Ed1DI,IAAI;Cc2Db,gBAAgB,Ed5CP,OAAO;Cc6ChB,WAAW,EbrEH,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;CasEpJ,SAAS,EAAE,MAAoB;CAC/B,cAAc,EAAE,SAAS;CAC5B;;AjBxDH,AiB2DE,sCjB3DoC,CiB0DtC,qBAAqB,CACnB,EAAE,CAAC;CACD,MAAM,EAAE,CAAC;CACV;;AjB7DH,AiB8DE,sCjB9DoC,CiB0DtC,qBAAqB,CAInB,SAAS,CAAC;CACR,OAAO,EAAC,YAAY;CACpB,MAAM,EAAE,mBAAmB;CAC3B,OAAO,EAAE,mBAAmB;CAC5B,KAAK,EdzEM,IAAI;Cc0Ef,gBAAgB,EdlEL,IAAI;CcmEf,WAAW,EbpFD,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;CaqFtJ,SAAS,EAAE,MAAoB;CAC/B,cAAc,EAAE,SAAS;CAC1B;;AjBvEH,AiBwEE,sCjBxEoC,CiB0DtC,qBAAqB,CAcnB,YAAY,CAAA;CACV,gBAAgB,EdtEJ,OAAO;CcuEpB;;AjB1EH,AiB2EE,sCjB3EoC,CiB0DtC,qBAAqB,CAiBnB,CAAC,CAAC;CACA,KAAK,EdnFM,IAAI;CcoFf,eAAe,EAAE,IAAI;CAItB;;AjBjFH,AiB8EI,sCjB9EkC,CiB0DtC,qBAAqB,CAiBnB,CAAC,AAGE,QAAQ,EjB9Eb,sCAAsC,CiB0DtC,qBAAqB,CAiBnB,CAAC,AAGa,MAAM,CAAA;CAChB,KAAK,EdtFI,IAAI;CcuFd;;AjBhFL,AiBsFM,sCjBtFgC,CiBmFtC,sBAAsB,CACpB,OAAO,AAAA,IAAK,CAAA,UAAU,EACpB,gBAAgB,CACd,EAAE,CAAC;CACD,SAAS,EAAE,MAAoB;CAChC;;AjBxFP,AiB0FI,sCjB1FkC,CiBmFtC,sBAAsB,CACpB,OAAO,AAAA,IAAK,CAAA,UAAU,EAMpB,wBAAwB,CAAC;CACvB,SAAS,EAAE,MAAoB;CAChC;;AjB5FL,AkBhBA,sClBgBsC,CkBhBtC,KAAK;AlBgBL,sCAAsC,CkBftC,MAAM;AlBeN,sCAAsC,CkBdtC,MAAM,CAAC;CACN,SAAS,EAAE,IAAI;CACf;;AlBYD,AkBVA,sClBUsC,CkBVtC,GAAG,CAAC;CACH,MAAM,EAAE,IAAI;CACZ,SAAS,EAAE,IAAI;CACf;;AlBOD,AkBLA,sClBKsC,CkBLtC,MAAM,CAAC;CACN,MAAM,EAAE,KAAK;CACb;;AlBGD,AmBjBA,sCnBiBsC,CmBjBtC,KAAK,CAAC;CACL,MAAM,EAAE,SAAS;CACjB,KAAK,EAAE,IAAI;CACX;;AnBcD,AoBjBA,sCpBiBsC,CoBjBtC,CAAC,CAAC;CACD,KAAK,EjBiBS,IAAI;CiBGlB;;ApBJD,AoBdC,sCpBcqC,CoBjBtC,CAAC,AAGC,QAAQ,CAAC;CACT,KAAK,EjBcQ,IAAI;CiBbjB;;ApBYF,AoBVC,sCpBUqC,CoBjBtC,CAAC,AAOC,MAAM,EpBUR,sCAAsC,CoBjBtC,CAAC,AAQC,MAAM,EpBSR,sCAAsC,CoBjBtC,CAAC,AASC,OAAO,CAAC;CACR,KAAK,EjBMc,IAAI;CiBLvB;;ApBMF,AoBJC,sCpBIqC,CoBjBtC,CAAC,AAaC,MAAM,CAAC;CACP,OAAO,EAAE,WAAW;CACpB;;ApBEF,AoBAC,sCpBAqC,CoBjBtC,CAAC,AAiBC,MAAM,EpBAR,sCAAsC,CoBjBtC,CAAC,AAkBC,OAAO,CAAC;CACR,OAAO,EAAE,CAAC;CACV;;ApBHF,AoBOC,sCpBPqC,CoBMtC,CAAC,AACC,OAAO,CAAC;CACR,eAAe,EAAE,IAAI;CACrB;;ApBTF,AoBeC,sCpBfqC,CoBWtC,OAAO,CAIN,CAAC;ApBfF,sCAAsC,CoBYtC,QAAQ,CAGP,CAAC;ApBfF,sCAAsC,CoBatC,aAAa,CAEZ,CAAC;ApBfF,sCAAsC,CoBctC,YAAY,CACX,CAAC,CAAC;CACD,eAAe,EAAE,IAAI;CACrB;;ApBjBF,AqBjBA,sCrBiBsC,CqBjBtC,MAAM;ArBiBN,sCAAsC,CqBhBtC,KAAK,CAAA,AAAA,IAAC,CAAK,QAAQ,AAAb;ArBgBN,sCAAsC,CqBftC,KAAK,CAAA,AAAA,IAAC,CAAK,OAAO,AAAZ;ArBeN,sCAAsC,CqBdtC,KAAK,CAAA,AAAA,IAAC,CAAK,QAAQ,AAAb;ArBcN,sCAAsC,CqBbtC,OAAO;ArBaP,sCAAsC,CqBZtC,sBAAsB,CAAC;CACtB,MAAM,EAAE,SAAS;CACjB,YAAY,ElBsCU,IAAI;CkBrC1B,aAAa,EAAE,CAAC;CAChB,UAAU,ElBuBgB,IAAI;CkBtB9B,KAAK,ElBQS,IAAI;CkBPlB,WAAW,EAAE,CAAC;CAEb,OAAO,EAAE,KAAK;CACf,MAAM,EAAE,CAAC;CAWT;;ArBRD,AqBAC,sCrBAqC,CqBjBtC,MAAM,AAiBJ,MAAM;ArBAR,sCAAsC,CqBhBtC,KAAK,CAAA,AAAA,IAAC,CAAK,QAAQ,AAAb,CAgBJ,MAAM;ArBAR,sCAAsC,CqBftC,KAAK,CAAA,AAAA,IAAC,CAAK,OAAO,AAAZ,CAeJ,MAAM;ArBAR,sCAAsC,CqBdtC,KAAK,CAAA,AAAA,IAAC,CAAK,QAAQ,AAAb,CAcJ,MAAM;ArBAR,sCAAsC,CqBbtC,OAAO,AAaL,MAAM;ArBAR,sCAAsC,CqBZtC,sBAAsB,AAYpB,MAAM,CAAC;CACP,YAAY,ElB4Be,IAAI;CkB3B/B;;ArBFF,AqBIC,sCrBJqC,CqBjBtC,MAAM,AAqBJ,OAAO,ErBJT,sCAAsC,CqBjBtC,MAAM,AAsBJ,MAAM;ArBLR,sCAAsC,CqBhBtC,KAAK,CAAA,AAAA,IAAC,CAAK,QAAQ,AAAb,CAoBJ,OAAO;ArBJT,sCAAsC,CqBhBtC,KAAK,CAAA,AAAA,IAAC,CAAK,QAAQ,AAAb,CAqBJ,MAAM;ArBLR,sCAAsC,CqBftC,KAAK,CAAA,AAAA,IAAC,CAAK,OAAO,AAAZ,CAmBJ,OAAO;ArBJT,sCAAsC,CqBftC,KAAK,CAAA,AAAA,IAAC,CAAK,OAAO,AAAZ,CAoBJ,MAAM;ArBLR,sCAAsC,CqBdtC,KAAK,CAAA,AAAA,IAAC,CAAK,QAAQ,AAAb,CAkBJ,OAAO;ArBJT,sCAAsC,CqBdtC,KAAK,CAAA,AAAA,IAAC,CAAK,QAAQ,AAAb,CAmBJ,MAAM;ArBLR,sCAAsC,CqBbtC,OAAO,AAiBL,OAAO;ArBJT,sCAAsC,CqBbtC,OAAO,AAkBL,MAAM;ArBLR,sCAAsC,CqBZtC,sBAAsB,AAgBpB,OAAO;ArBJT,sCAAsC,CqBZtC,sBAAsB,AAiBpB,MAAM,CAAC;CACP,YAAY,ElBwBe,IAAI;CkBvB/B;;ArBPF,AqBSA,sCrBTsC,CqBStC,YAAY,CAAC;CAEX,OAAO,EAAE,YAAY;CAUtB;;ArBrBD,AqBYC,sCrBZqC,CqBStC,YAAY,AAGV,OAAO,CAAC;CACR,OAAO,EAAE,GAAG;CACV,OAAO,EAAE,YAAY;CACrB,WAAW,EAAE,IAAI;CACjB,UAAU,EAAE,MAAM;CACpB;;ArBjBF,AqBkBC,sCrBlBqC,CqBStC,YAAY,AASV,MAAM,AAAA,OAAO,CAAC;CACd,OAAO,EAAE,GAAG;CACZ;;ArBpBF,AqBwBE,sCrBxBoC,CqBsBtC,UAAU,CACT,YAAY,AACV,OAAO,CAAC;CACR,SAAS,EAAE,IAAI;CACZ,KAAK,EAAE,IAAI;CACd;;ArB3BH,AqBkCE,sCrBlCoC,CqBgCtC,aAAa,CACZ,YAAY,AACV,QAAQ,CAAC;CACT,OAAO,EAAE,SAAS;CAClB;;ArBpCH,AqBwCC,sCrBxCqC,CqBwCrC,sBAAsB,CAAC;CACpB,OAAO,EAAE,IAAI;CACf,MAAM,EAAE,QAAQ;CAchB;;ArBxDF,AqB2CI,sCrB3CkC,CqBwCrC,sBAAsB,CAGnB,aAAa,CAAC;CACZ,OAAO,EAAE,KAAK;CACf;;ArB7CL,AqB8CI,sCrB9CkC,CqBwCrC,sBAAsB,CAMnB,cAAc,CAAA;CACf,OAAO,EAAE,EAAE;CACR,MAAM,EAAE,IAAI;CACZ,MAAM,EAAE,IAAI;CACZ,KAAK,EAAE,MAAM;CACb,MAAM,EAAE,MAAM;CACjB,UAAU,EAAE,IAAI;CAChB,MAAM,EAAE,OAAO;CACZ,SAAS,EAAE,GAAG;CACf;;ArBvDL,AqB2DI,sCrB3DkC,CqB2DlC,sBAAsB,AAAA,OAAO,CAAC;CAC5B,QAAQ,EAAE,QAAQ;CAClB,OAAO,EAAE,CAAC;CACV,MAAM,EAAE,kBAAkB;CAC7B,OAAO,EAAE,CAAC;CACV,SAAS,EAAE,MAAM;CACd,UAAU,EAAE,MAAM;CAClB,SAAS,EAAE,IAAI;CACf,OAAO,EAAE,OAAO;CACnB,iBAAiB,EAAE,aAAa;CAC7B,cAAc,EAAE,aAAa;CAC7B,YAAY,EAAE,aAAa;CAC3B,SAAS,EAAE,aAAa;CACzB;;ArBxEL,AsBjBA,sCtBiBsC,CsBjBtC,KAAK,CAAA,AAAA,IAAC,CAAK,MAAM,AAAX;AtBiBN,sCAAsC,CsBhBtC,KAAK,CAAA,AAAA,IAAC,CAAK,OAAO,AAAZ;AtBgBN,sCAAsC,CsBftC,KAAK,CAAA,AAAA,IAAC,CAAK,KAAK,AAAV;AtBeN,sCAAsC,CsBdtC,KAAK,CAAA,AAAA,IAAC,CAAK,UAAU,AAAf;AtBcN,sCAAsC,CsBbtC,KAAK,CAAA,AAAA,IAAC,CAAK,QAAQ,AAAb;AtBaN,sCAAsC,CsBZtC,KAAK,CAAA,AAAA,IAAC,CAAK,QAAQ,AAAb;AtBYN,sCAAsC,CsBXtC,KAAK,CAAA,AAAA,IAAC,CAAK,KAAK,AAAV;AtBWN,sCAAsC,CsBVtC,KAAK,CAAA,AAAA,IAAC,CAAK,OAAO,AAAZ;AtBUN,sCAAsC,CsBTtC,KAAK,CAAA,AAAA,IAAC,CAAK,MAAM,AAAX;AtBSN,sCAAsC,CsBRtC,KAAK,CAAA,AAAA,IAAC,CAAK,OAAO,AAAZ;AtBQN,sCAAsC,CsBPtC,KAAK,CAAA,AAAA,IAAC,CAAK,MAAM,AAAX;AtBON,sCAAsC,CsBNtC,KAAK,CAAA,AAAA,IAAC,CAAK,MAAM,AAAX;AtBMN,sCAAsC,CsBLtC,KAAK,CAAA,AAAA,IAAC,CAAK,UAAU,AAAf;AtBKN,sCAAsC,CsBJtC,KAAK,CAAA,AAAA,IAAC,CAAK,gBAAgB,AAArB;AtBIN,sCAAsC,CsBHtC,KAAK,CAAA,AAAA,IAAC,CAAK,OAAO,AAAZ;AtBGN,sCAAsC,CsBFtC,QAAQ,CAAC;CACR,KAAK,EnBCc,IAAI;CmBAvB,gBAAgB,EnBJK,IAAI;CmBKzB,MAAM,EAAE,IAAI;CACZ,aAAa,EAAE,CAAC;CAChB,KAAK,EAAE,IAAI;CACX,OAAO,EAAE,MAAM;CAKf;;AtBTD,AsBMC,sCtBNqC,CsBjBtC,KAAK,CAAA,AAAA,IAAC,CAAK,MAAM,AAAX,CAuBJ,MAAM;AtBNR,sCAAsC,CsBhBtC,KAAK,CAAA,AAAA,IAAC,CAAK,OAAO,AAAZ,CAsBJ,MAAM;AtBNR,sCAAsC,CsBftC,KAAK,CAAA,AAAA,IAAC,CAAK,KAAK,AAAV,CAqBJ,MAAM;AtBNR,sCAAsC,CsBdtC,KAAK,CAAA,AAAA,IAAC,CAAK,UAAU,AAAf,CAoBJ,MAAM;AtBNR,sCAAsC,CsBbtC,KAAK,CAAA,AAAA,IAAC,CAAK,QAAQ,AAAb,CAmBJ,MAAM;AtBNR,sCAAsC,CsBZtC,KAAK,CAAA,AAAA,IAAC,CAAK,QAAQ,AAAb,CAkBJ,MAAM;AtBNR,sCAAsC,CsBXtC,KAAK,CAAA,AAAA,IAAC,CAAK,KAAK,AAAV,CAiBJ,MAAM;AtBNR,sCAAsC,CsBVtC,KAAK,CAAA,AAAA,IAAC,CAAK,OAAO,AAAZ,CAgBJ,MAAM;AtBNR,sCAAsC,CsBTtC,KAAK,CAAA,AAAA,IAAC,CAAK,MAAM,AAAX,CAeJ,MAAM;AtBNR,sCAAsC,CsBRtC,KAAK,CAAA,AAAA,IAAC,CAAK,OAAO,AAAZ,CAcJ,MAAM;AtBNR,sCAAsC,CsBPtC,KAAK,CAAA,AAAA,IAAC,CAAK,MAAM,AAAX,CAaJ,MAAM;AtBNR,sCAAsC,CsBNtC,KAAK,CAAA,AAAA,IAAC,CAAK,MAAM,AAAX,CAYJ,MAAM;AtBNR,sCAAsC,CsBLtC,KAAK,CAAA,AAAA,IAAC,CAAK,UAAU,AAAf,CAWJ,MAAM;AtBNR,sCAAsC,CsBJtC,KAAK,CAAA,AAAA,IAAC,CAAK,gBAAgB,AAArB,CAUJ,MAAM;AtBNR,sCAAsC,CsBHtC,KAAK,CAAA,AAAA,IAAC,CAAK,OAAO,AAAZ,CASJ,MAAM;AtBNR,sCAAsC,CsBFtC,QAAQ,AAQN,MAAM,CAAC;CACP,KAAK,EnBNQ,IAAI;CmBOjB;;AtBRF,AsBWA,sCtBXsC,CsBWtC,MAAM,CAAC;CACN,MAAM,EAAE,GAAG,CAAC,KAAK,CnBXH,IAAI;CmBYlB;;AtBbD,AsBeA,sCtBfsC,CsBetC,QAAQ,CAAC;CACR,KAAK,EAAE,IAAI;CACX;;AClCD,MAAM,CAAC,MAAM;CvBiBb,AuBdC,sCvBcqC,CuBdrC,KAAK,CAAC;EACL,OAAO,EAAE,IAAI;EACb,qBAAqB,EAAE,GAAG,CAAC,eAAc,CAAC,eAAc,CAAC,GAAG;EAC5D,mBAAmB,EACnB,gCAGQ;EACR,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,CAAC;EAaV;CvBRF,AuBJE,sCvBIoC,CuBdrC,KAAK,GAUF,MAAM,CAAC;EACR,WAAW,EAAE,MAAM;EACnB;CvBEH,AuBDE,sCvBCoC,CuBdrC,KAAK,GAaF,IAAI,CAAC;EACN,WAAW,EAAE,KAAK;EAClB;CvBDH,AuBEE,sCvBFoC,CuBdrC,KAAK,GAgBF,KAAK,CAAC;EACP,WAAW,EAAE,KAAK;EAClB;CvBJH,AuBKE,sCvBLoC,CuBdrC,KAAK,GAmBF,MAAM,CAAC;EACR,WAAW,EAAE,MAAM;EACnB;CvBPH,AuBSC,sCvBTqC,CuBSrC,YAAY,CAAC;EACZ,QAAQ,EAAE,MAAM;EAChB,OAAO,EAAE,GAAG;EACZ,GAAG,EAAE,CAAC;EACN,aAAa,EAAE,IAAI;EAanB;CvB1BF,AuBcE,sCvBdoC,CuBSrC,YAAY,CAKX,KAAK,CAAC;EACL,OAAO,EAAE,IAAI;EACb,SAAS,EAAE,MAAM;EACjB,WAAW,EAAE,OAAO;EACpB,eAAe,EAAE,aAAa;EAC9B,YAAY,EAAE,IAAI;EAClB;CvBpBH,AuBqBE,sCvBrBoC,CuBSrC,YAAY,CAYX,UAAU,CAAC;EACV,OAAO,EAAE,IAAI;EACb,SAAS,EAAE,MAAM;EACjB,WAAW,EAAE,GAAG;EAChB;CvBzBH,AuB2BC,sCvB3BqC,CuB2BrC,UAAU,CAAC;EACV,OAAO,EAAE,MAAM;EACf;CvB7BF,AuBgCC,sCvBhCqC,CuBgCrC,cAAc,CAAC;EACd,OAAO,EAAE,MAAM;EACf;CvBlCF,AuBmCC,sCvBnCqC,CuBmCrC,oBAAoB,EvBnCrB,sCAAsC,CuBmChB,mBAAmB,EvBnCzC,sCAAsC,CuBmCI,cAAc,CAAC;EACvD,OAAO,EAAE,IAAI;EACb,qBAAqB,EAAE,cAAe;EACtC,GAAG,EjBxCO,IAAI;EiByCd;;;AAEF,MAAM,CAAC,MAAM,MAAM,SAAS,EAAE,IAAI;CvBzClC,AuB2CC,sCvB3CqC,CuB2CrC,YAAY,CAAC;EACZ,OAAO,EAAE,IAAI;EACX,qBAAqB,EAAE,OAAO;EAC9B,OAAO,EAAE,QAAQ;EACjB,WAAW,EAAE,MAAM;EACrB;;;AAUF,MAAM,CAAC,MAAM,MAAM,SAAS,EAAE,IAAI;CvB1DlC,AuBsEC,sCvBtEqC,CuBsErC,YAAY,CAAC;EACZ,OAAO,EAAE,IAAI;EACX,qBAAqB,EAAE,GAAG,CAAC,eAAe,CAAC,eAAe,CAAC,GAAG;EAC9D,mBAAmB,EACjB,sBACY;EACd,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,CAAC;EAaZ;CvB1FF,AuB+EE,sCvB/EoC,CuBsErC,YAAY,CASX,KAAK,CAAC;EACJ,WAAW,EAAE,GAAG;EAChB,SAAS,EAAE,GAAG;EACd,WAAW,EAAE,MAAM;EACnB,KAAK,EAAE,IAAI;EACZ;CvBpFH,AuBqFE,sCvBrFoC,CuBsErC,YAAY,CAeX,UAAU,CAAC;EACT,WAAW,EAAE,GAAG;EACf,WAAW,EAAE,MAAM;EACrB,KAAK,EAAE,IAAI;EACX;CvBzFH,AuB2FC,sCvB3FqC,CuB2FrC,UAAU,CAAC;EACV,OAAO,EAAE,MAAM;EACf;CvB7FF,AuBgGC,sCvBhGqC,CuBgGrC,cAAc,CAAC;EACd,OAAO,EAAE,MAAM;EACf;CvBlGF,AuBoGE,sCvBpGoC,AuBmGpC,OAAO,CACP,UAAU,CAAC;EACV,KAAK,EAAE,KAAK;EACZ,MAAM,EAAE,MAAM;EACd;CvBvGH,AuByGC,sCvBzGqC,CuByGrC,oBAAoB,EvBzGrB,sCAAsC,CuByGhB,mBAAmB,EvBzGzC,sCAAsC,CuByGI,cAAc,CAAC;EACvD,qBAAqB,EAAE,cAAe;EACtC;CvB3GF,AuB4GE,sCvB5GoC,CuB4GpC,qBAAqB,CAAC;EACpB,OAAO,EAAE,IAAI;EACb,cAAc,EAAE,GAAG;EACnB,WAAW,EAAE,MAAM;EACnB,eAAe,EAAE,aAAa;EAM/B;CvBtHH,AuBkHG,sCvBlHmC,CuB4GpC,qBAAqB,CAKrB,sBAAsB,AACpB,MAAM,EvBlHV,sCAAsC,CuB4GpC,qBAAqB,CAKrB,sBAAsB,AACZ,OAAO,EvBlHnB,sCAAsC,CuB4GpC,qBAAqB,CAKrB,sBAAsB,AACH,MAAM,EvBlH3B,sCAAsC,CuB4GpC,qBAAqB,CAKrB,sBAAsB,AACK,OAAO,CAAC;EAChC,SAAS,EAAE,CAAC;EACZ;;;AAIL,MAAM,CAAC,MAAM,MAAM,SAAS,EAAE,IAAI;CvBxHlC,AuB6IC,sCvB7IqC,CuB6IrC,UAAU,CAAC;EACV,OAAO,EAAE,CAAC;EACV;CvB/IF,AuBkJC,sCvBlJqC,CuBkJrC,cAAc,CAAC;EACd,OAAO,EAAE,CAAC;EACV;;;AErKF,MAAM,CAAC,MAAM;CzBiBb,AAAA,sCAAsC,CAAC;EyB6DtC,0BAA0B;EA+C1B,uBAAuB;EAEvB,iBAAiB;EzBjGjB;CAbD,AyBhBC,sCzBgBqC,CyBhBrC,aAAa,CAAC;EACb,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,GAAG;EACV,MAAM,EAAC,GAAG;EACV,MAAM,EAAE,CAAC;EACT,OAAO,EAAC,CAAC;EACT,QAAQ,EAAC,MAAM;EACf;CzBSF,AyBRC,sCzBQqC,CyBRrC,YAAY,CAAC;EACZ,SAAS,EAAE,KAAK;EAChB,MAAM,EAAE,IAAI;EACZ;CzBKF,AyBHE,sCzBGoC,CyBJrC,gBAAgB,CACf,EAAE,EzBGJ,sCAAsC,CyBJpB,qBAAqB,CACrC,EAAE,CAAC;EACF,OAAO,EAAE,IAAI;EACb,UAAU,EAAE,IAAI;EAChB,MAAM,EAAE,CAAC;EACT,YAAY,EAAE,CAAC;EAMf;CzBPH,AyBGM,sCzBHgC,CyBJrC,gBAAgB,CACf,EAAE,CAME,EAAE,AAAA,SAAS,EzBHjB,sCAAsC,CyBJpB,qBAAqB,CACrC,EAAE,CAME,EAAE,AAAA,SAAS,CAAC;EACV,WAAW,EAAE,MAAM;EACnB,YAAY,EAAE,IAAI;EACnB;CzBNP,AyBSE,sCzBToC,CyBJrC,gBAAgB,CAaf,EAAE,EzBTJ,sCAAsC,CyBJpB,qBAAqB,CAarC,EAAE,CAAC;EACF,QAAQ,EAAE,QAAQ;EAKlB;CzBfH,AyBiBE,sCzBjBoC,CyBJrC,gBAAgB,CAqBf,CAAC,EzBjBH,sCAAsC,CyBJpB,qBAAqB,CAqBrC,CAAC,CAAC;EACD,OAAO,EAAE,IAAI;EACb,WAAW,EAAE,MAAM;EACnB,UAAU,EAAE,IAAI;EAChB,OAAO,EAAE,QAAQ;EACjB,eAAe,EAAE,IAAI;EACrB,SAAS,EAAE,IAAI;EACf;CzBxBH,AyB0BE,sCzB1BoC,CyBJrC,gBAAgB,CA8Bf,kBAAkB,GAAG,CAAC;CzB1BxB,sCAAsC,CyBJrC,gBAAgB,CA+Bf,kBAAkB,GAAG,CAAC;CzB3BxB,sCAAsC,CyBJrC,gBAAgB,CAgCf,sBAAsB,GAAG,CAAC;CzB5B5B,sCAAsC,CyBJrC,gBAAgB,CAiCf,sBAAsB,GAAG,CAAC,EzB7B5B,sCAAsC,CyBJpB,qBAAqB,CA8BrC,kBAAkB,GAAG,CAAC;CzB1BxB,sCAAsC,CyBJpB,qBAAqB,CA+BrC,kBAAkB,GAAG,CAAC;CzB3BxB,sCAAsC,CyBJpB,qBAAqB,CAgCrC,sBAAsB,GAAG,CAAC;CzB5B5B,sCAAsC,CyBJpB,qBAAqB,CAiCrC,sBAAsB,GAAG,CAAC,CAAC;EAC1B,WAAW,EAAE,IAAI;EACjB,WAAW,ErB/CA,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;EqBgDvJ,WAAW,EAAE,GAAG,CAAC,KAAK,CtB/BV,IAAI;EsBgChB;CzBjCH,AyBqCE,sCzBrCoC,CyBoCrC,gBAAgB,CACf,CAAC,CAAA,AAAA,IAAC,EAAM,kBAAkB,AAAxB;CzBrCJ,sCAAsC,CyBoCrC,gBAAgB,CAEf,CAAC,CAAA,AAAA,IAAC,EAAM,sBAAsB,AAA5B;CzBtCJ,sCAAsC,CyBoCrC,gBAAgB,CAGf,CAAC,CAAA,AAAA,IAAC,EAAM,uBAAuB,AAA7B,EACF;EACC,WAAW,ErBzDA,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;EqB0DvJ,WAAW,EAAE,GAAG,CAAC,KAAK,CtBzCV,IAAI;EsB0ChB;CzB3CH,AyB6CC,sCzB7CqC,CyB6CrC,qBAAqB,CAAC;EACrB,OAAO,EAAE,WAAW;EAUpB;CzBxDF,AyB+CE,sCzB/CoC,CyB6CrC,qBAAqB,CAEpB,EAAE,CAAC;EACF,OAAO,EAAE,YAAY;EAIrB;CzBpDH,AyBiDG,sCzBjDmC,CyB6CrC,qBAAqB,CAEpB,EAAE,CAED,EAAE,CAAC;EACF,OAAO,EAAE,OAAO;EAChB;CzBnDJ,AyBqDE,sCzBrDoC,CyB6CrC,qBAAqB,CAQpB,CAAC,CAAC;EACD,cAAc,EAAE,SAAS;EACzB;CzBvDH,AyB8DC,sCzB9DqC,CyB8DrC,4BAA4B,CAAC,YAAY,CAAA;EACxC,OAAO,EAAC,OAAO;EACf;CzBhEF,AyBiEC,sCzBjEqC,CyBiErC,OAAO;CzBjER,sCAAsC,CyBkErC,aAAa,CAAC;EACb,OAAO,EAAE,IAAI;EACb;CzBpEF,AyBqEC,sCzBrEqC,CyBqErC,OAAO,AAAA,QAAQ,GAAC,aAAa,CAAA;EAC5B,OAAO,EAAE,KAAK;EACd,QAAQ,EAAE,QAAQ;EAClB,IAAI,EAAC,CAAC;EACN,GAAG,EAAC,CAAC;EACL,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,KAAK;EACb,UAAU,EAAE,CAAC;EACb,OAAO,EAAE,MAAM;EAEf;CzB/EF,AyBgFC,sCzBhFqC,CyBgFrC,YAAY,CAAC;EACZ,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,YAAY;EACrB,KAAK,EAAE,KAAK;EACZ,MAAM,EAAE,KAAK;EACb,YAAY,EAAE,KAAK;EACnB,UAAU,EAAE,KAAK,CAAC,KAAK,CtBrFV,IAAI;EsBsFjB,aAAa,EAAE,KAAK,CAAC,KAAK,CtBtFb,IAAI;EsBuFjB;CzBxFF,AyByFC,sCzBzFqC,CyByFrC,YAAY,AAAA,QAAQ,CAAC;EACpB,OAAO,EAAE,EAAE;EACX,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,KAAK;EACV,IAAI,EAAE,CAAC;EACP,KAAK,EAAE,IAAI;EACX,UAAU,EAAE,KAAK,CAAC,KAAK,CtB9FV,IAAI;EsB+FjB;CzBhGF,AyBiGC,sCzBjGqC,CyBiGrC,YAAY,CAAC;EACZ,OAAO,EAAE,IAAI;EACb,eAAe,EAAE,GAAG;EACpB,YAAY,EAAE,MAAM;EACpB;CzBrGF,AyBsGC,sCzBtGqC,CyBsGrC,YAAY,AAAA,OAAO,CAAA;EAClB,OAAO,EAAE,GAAG;EACZ,OAAO,EAAE,CAAC;EACV,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,IAAI;EACjB;CzB3GF,AyBgHE,sCzBhHoC,CyB+GrC,gBAAgB,AAAA,QAAQ,CACvB,EAAE,CAAC;EACF,OAAO,EAAE,KAAK;EACd;CzBlHH,AyBmHE,sCzBnHoC,CyB+GrC,gBAAgB,AAAA,QAAQ,CAIvB,wBAAwB,CAAC;EACxB,OAAO,EAAE,YAAY;EACrB,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,IAAI;EACT,IAAI,EAAE,CAAC;EACP,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,kBAAkB;EAC1B,OAAO,EAAE,IAAI;EACb,gBAAgB,EtBlIJ,IAAI;EsBmIhB;;;AAeH,MAAM,CAAC,MAAM,MAAM,SAAS,EAAE,OAAO;CzB3IrC,AyBoJC,sCzBpJqC,CyBoJrC,wBAAwB,CAAC;EACxB,cAAc,EAAE,SAAS;EAIzB;CzBzJF,AyBsJE,sCzBtJoC,CyBoJrC,wBAAwB,CAEvB,EAAE,CAAC;EACF,OAAO,EAAE,QAAQ;EACjB;CzBxJH,AyB0JC,sCzB1JqC,CyB0JrC,6BAA6B,CAAC;EAC7B,OAAO,EAAE,SAAS;EAClB;;;AAEF,MAAM,CAAC,MAAM,MAAM,SAAS,EAAE,IAAI;CzB9JlC,AAAA,sCAAsC,CAAC;EyBoSrC;;OAEK;EAQN;MACK;EzBlSL;CAbD,AyBiKC,sCzBjKqC,CyBiKrC,YAAY,CAAC;EACZ,SAAS,EAAE,KAAK;EAChB,MAAM,EAAE,gBAAgB;EACxB;CzBpKF,AyBqKC,sCzBrKqC,CyBqKrC,YAAY,CAAC;EACZ,OAAO,EAAE,IAAI;EACb;CzBvKF,AyB0KE,sCzB1KoC,CyByKrC,gBAAgB,CACf,EAAE,EzB1KJ,sCAAsC,CyByKpB,qBAAqB,CACrC,EAAE,CAAC;EACF,OAAO,EAAE,IAAI;EA2Cb;CzBtNH,AyB6KG,sCzB7KmC,CyByKrC,gBAAgB,CACf,EAAE,CAGD,EAAE,EzB7KL,sCAAsC,CyByKpB,qBAAqB,CACrC,EAAE,CAGD,EAAE,CAAC;EACF,gBAAgB,EAAE,wBAAqB;EACvC,UAAU,EAAE,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,kBAAkB;EACxC,KAAK,EAAE,IAAI;EACX,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,IAAI;EACT,IAAI,EAAE,MAAM;EACZ,OAAO,EAAE,KAAK;EA4Bd;CzBhNJ,AyBsLI,sCzBtLkC,CyByKrC,gBAAgB,CACf,EAAE,CAGD,EAAE,CASD,EAAE,EzBtLN,sCAAsC,CyByKpB,qBAAqB,CACrC,EAAE,CAGD,EAAE,CASD,EAAE,CAAC;EACF,IAAI,EAAE,MAAM;EACZ,GAAG,EAAE,CAAC;EACN;CzBzLL,AyB6LK,sCzB7LiC,CyByKrC,gBAAgB,CACf,EAAE,CAGD,EAAE,CAcD,EAAE,AAEA,MAAM,GAAG,EAAE;CzB7LjB,sCAAsC,CyByKrC,gBAAgB,CACf,EAAE,CAGD,EAAE,CAcD,EAAE,AAGA,MAAM,GAAG,EAAE,EzB9LjB,sCAAsC,CyByKpB,qBAAqB,CACrC,EAAE,CAGD,EAAE,CAcD,EAAE,AAEA,MAAM,GAAG,EAAE;CzB7LjB,sCAAsC,CyByKpB,qBAAqB,CACrC,EAAE,CAGD,EAAE,CAcD,EAAE,AAGA,MAAM,GAAG,EAAE,CAAC;EACZ,OAAO,EAAE,KAAK;EACd,IAAI,EAAE,GAAG;EACT,GAAG,EAAE,GAAG;EACR;CzBlMN,AyBqMI,sCzBrMkC,CyByKrC,gBAAgB,CACf,EAAE,CAGD,EAAE,CAwBD,CAAC,EzBrML,sCAAsC,CyByKpB,qBAAqB,CACrC,EAAE,CAGD,EAAE,CAwBD,CAAC,CAAC;EACD,KAAK,EAAE,KAAK;EACZ;CzBvML,AyBkNG,sCzBlNmC,CyByKrC,gBAAgB,CACf,EAAE,CAwCD,EAAE,AAAA,MAAM,GAAG,EAAE;CzBlNhB,sCAAsC,CyByKrC,gBAAgB,CACf,EAAE,CAyCD,EAAE,AAAA,MAAM,GAAG,EAAE,EzBnNhB,sCAAsC,CyByKpB,qBAAqB,CACrC,EAAE,CAwCD,EAAE,AAAA,MAAM,GAAG,EAAE;CzBlNhB,sCAAsC,CyByKpB,qBAAqB,CACrC,EAAE,CAyCD,EAAE,AAAA,MAAM,GAAG,EAAE,CAAC;EACb,IAAI,EAAE,IAAI;EACV;CzBrNJ,AyBwNE,sCzBxNoC,CyByKrC,gBAAgB,CA+Cf,CAAC,EzBxNH,sCAAsC,CyByKpB,qBAAqB,CA+CrC,CAAC,CAAC;EACD,OAAO,EAAE,QAAQ;EACjB;CzB1NH,AyB2NE,sCzB3NoC,CyByKrC,gBAAgB,CAkDf,kBAAkB,GAAG,CAAC;CzB3NxB,sCAAsC,CyByKrC,gBAAgB,CAmDf,kBAAkB,GAAG,CAAC;CzB5NxB,sCAAsC,CyByKrC,gBAAgB,CAoDf,sBAAsB,GAAG,CAAC;CzB7N5B,sCAAsC,CyByKrC,gBAAgB,CAqDf,sBAAsB,GAAG,CAAC,EzB9N5B,sCAAsC,CyByKpB,qBAAqB,CAkDrC,kBAAkB,GAAG,CAAC;CzB3NxB,sCAAsC,CyByKpB,qBAAqB,CAmDrC,kBAAkB,GAAG,CAAC;CzB5NxB,sCAAsC,CyByKpB,qBAAqB,CAoDrC,sBAAsB,GAAG,CAAC;CzB7N5B,sCAAsC,CyByKpB,qBAAqB,CAqDrC,sBAAsB,GAAG,CAAC,CAAC;EAC1B,WAAW,EAAE,IAAI;EACjB;CzBhOH,AyBkOC,sCzBlOqC,CyBkOrC,gBAAgB,CAAC;EAChB,cAAc,EAAE,GAAG;EAsCnB;CzBzQF,AyBoOE,sCzBpOoC,CyBkOrC,gBAAgB,CAEf,EAAE,CAAC;EACF,eAAe,EAAE,GAAG;EAUpB;CzB/OH,AyBsOM,sCzBtOgC,CyBkOrC,gBAAgB,CAEf,EAAE,CAEE,EAAE,AAAA,SAAS,CAAC;EACV,cAAc,EAAE,MAAM;EACtB,WAAW,EAAE,IAAI;EACjB,YAAY,EAAE,IAAI;EAClB,cAAc,EAAE,IAAI;EAIrB;CzB9OP,AyB2OQ,sCzB3O8B,CyBkOrC,gBAAgB,CAEf,EAAE,CAEE,EAAE,AAAA,SAAS,CAKT,EAAE,CAAC;EACD,MAAM,EAAE,QAAQ;EACjB;CzB7OT,AyBgPE,sCzBhPoC,CyBkOrC,gBAAgB,CAcf,CAAC,CAAA,AAAA,IAAC,EAAM,kBAAkB,AAAxB;CzBhPJ,sCAAsC,CyBkOrC,gBAAgB,CAef,CAAC,CAAA,AAAA,IAAC,EAAM,sBAAsB,AAA5B;CzBjPJ,sCAAsC,CyBkOrC,gBAAgB,CAgBf,CAAC,CAAA,AAAA,IAAC,EAAM,uBAAuB,AAA7B,EACF;EACC,WAAW,ErBpQA,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;EqBqQvJ,WAAW,EAAC,IAAI;EAChB;CzBtPH,AyBuPE,sCzBvPoC,CyBkOrC,gBAAgB,CAqBf,CAAC,CAAA,AAAA,IAAC,EAAM,kBAAkB,AAAxB,CAAyB,OAAO;CzBvPpC,sCAAsC,CyBkOrC,gBAAgB,CAsBf,CAAC,CAAA,AAAA,IAAC,EAAM,sBAAsB,AAA5B,CAA6B,OAAO;CzBxPxC,sCAAsC,CyBkOrC,gBAAgB,CAuBf,CAAC,CAAA,AAAA,IAAC,EAAM,uBAAuB,AAA7B,CAA8B,OAAO;CzBzPzC,sCAAsC,CyBkOrC,gBAAgB,CAwBf,kBAAkB,CAAC,CAAC,AAAA,OAAO,CAAC;EAC3B,OAAO,EAAE,YAAY;EACrB,OAAO,EAAE,EAAE;EACX,QAAQ,EAAE,QAAQ;EAClB,IAAI,EAAE,EAAE;EACR,UAAU,EAAE,GAAG;EACf,MAAM,EAAE,IAAI;EACZ,KAAK,EAAE,GAAG;EACV,UAAU,EAAE,KAAK;EAEjB;CzBpQH,AyB0QC,sCzB1QqC,CyB0QrC,qBAAqB,CAAC;EACrB,OAAO,EAAE,OAAO;EAChB;CzB5QF,AyB8QE,sCzB9QoC,CyB6QrC,uBAAuB,AACrB,OAAO,CAAC;EACR,OAAO,EAAE,EAAE;EACX,OAAO,EAAE,YAAY;EACrB,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,GAAG;EACR,KAAK,EAAE,KAAK;EACZ,KAAK,EAAE,KAAK;EACZ,MAAM,EAAE,KAAK;EACb,MAAM,EAAE,GAAG,CAAC,KAAK,CtBrRL,IAAI;EsBsRhB,UAAU,EAAE,IAAI;EAChB,WAAW,EAAE,IAAI;EACjB,cAAc,EAAE,aAAa;EAC7B,iBAAiB,EAAE,aAAa;EAChC,aAAa,EAAE,aAAa;EAC5B,SAAS,EAAE,aAAa;EACxB;CzB7RH,AyBuSC,sCzBvSqC,CyBuSrC,4BAA4B,CAAC,YAAY;CzBvS1C,sCAAsC,CyBwSrC,4BAA4B,CAAC,gBAAgB,CAAA;EAC5C,OAAO,EAAE,IAAI;EACb;CzB1SF,AyB2SC,sCzB3SqC,CyB2SrC,aAAa,CAAC;EACb,OAAO,EAAE,OAAO;EAChB;;;AASD,AAAA,UAAU,CzBtTX,sCAAsC,CyBkTtC,mBAAmB,EAIlB,UAAU;AzBtTX,sCAAsC,CyBmTtC,iBAAiB,EAGhB,UAAU;AzBtTX,sCAAsC,CyBoTtC,gBAAgB,CAEF;CACZ,MAAM,EAAE,SAAS;CACjB,UAAU,EAAE,GAAG;CACf;;AzBzTF,AyB2TC,sCzB3TqC,CyBkTtC,mBAAmB,CASlB,UAAU;AzB3TX,sCAAsC,CyBmTtC,iBAAiB,CAQhB,UAAU;AzB3TX,sCAAsC,CyBoTtC,gBAAgB,CAOf,UAAU,CAAC;CACV,OAAO,EAAE,IAAI;CACb;;AzB7TF,AyB+TC,sCzB/TqC,CyBkTtC,mBAAmB,CAalB,aAAa;AzB/Td,sCAAsC,CyBmTtC,iBAAiB,CAYhB,aAAa;AzB/Td,sCAAsC,CyBoTtC,gBAAgB,CAWf,aAAa,CAAC;CACb,IAAI,EAAE,OAAO;CACb;;AzBjUF,AyBmUC,sCzBnUqC,CyBkTtC,mBAAmB,CAiBlB,SAAS;AzBnUV,sCAAsC,CyBmTtC,iBAAiB,CAgBhB,SAAS;AzBnUV,sCAAsC,CyBoTtC,gBAAgB,CAef,SAAS,CAAC;CAET,IAAI,EAAE,OAAO;CACb;;AAEF,MAAM,CAAC,MAAM,MAAM,SAAS,EAAE,IAAI;CzBxUlC,AyB0UE,sCzB1UoC,CyByUrC,gBAAgB,CACf,sBAAsB,CAAC,YAAY;CzB1UrC,sCAAsC,CyByUrC,gBAAgB,CAEf,sBAAsB,CAAC,gBAAgB,EzB3UzC,sCAAsC,CyByUpB,qBAAqB,CACrC,sBAAsB,CAAC,YAAY;CzB1UrC,sCAAsC,CyByUpB,qBAAqB,CAErC,sBAAsB,CAAC,gBAAgB,CAAA;EACtC,OAAO,EAAC,IAAI;EACZ;CzB7UH,AyB+UE,sCzB/UoC,CyByUrC,gBAAgB,CAMf,CAAC,EzB/UH,sCAAsC,CyByUpB,qBAAqB,CAMrC,CAAC,CAAC;EACD,OAAO,EAAE,MAAM;EACf;CzBjVH,AyBmVC,sCzBnVqC,CyBmVrC,gBAAgB,CAAC;EAChB,cAAc,EAAE,CAAC;EAOjB;CzB3VF,AyBqVE,sCzBrVoC,CyBmVrC,gBAAgB,CAEf,CAAC,CAAA,AAAA,IAAC,EAAM,kBAAkB,AAAxB,CAAyB,OAAO;CzBrVpC,sCAAsC,CyBmVrC,gBAAgB,CAGf,CAAC,CAAA,AAAA,IAAC,EAAM,sBAAsB,AAA5B,CAA6B,OAAO;CzBtVxC,sCAAsC,CyBmVrC,gBAAgB,CAIf,CAAC,CAAA,AAAA,IAAC,EAAM,uBAAuB,AAA7B,CAA8B,OAAO;CzBvVzC,sCAAsC,CyBmVrC,gBAAgB,CAKf,kBAAkB,CAAC,CAAC,AAAA,OAAO,CAAC;EAC3B,UAAU,EAAE,GAAG;EACf;;;AC3WH,MAAM,CAAC,MAAM;C1BiBb,AAAA,sCAAsC,CAAC;E0BQrC;;OAEK;EAsBL;;;OAGK;EA4CL;KACG;E1BnEJ;CAbD,A0BhBE,sC1BgBoC,C0BhBpC,OAAO,CAAC;EACN,OAAO,EAAE,KAAK;EACf;C1BcH,A0BZE,sC1BYoC,C0BZpC,KAAK;C1BYP,sCAAsC,C0BXpC,KAAK,CAAC;EACJ,MAAM,EAAE,OAAO;EAChB;C1BSH,A0BPE,sC1BOoC,C0BPpC,QAAQ,AAAA,IAAK,CAAA,UAAU,EAAE;EACvB,OAAO,EAAE,IAAI;EACd;C1BKH,A0BHE,sC1BGoC,C0BHpC,aAAa;C1BGf,sCAAsC,C0BFpC,cAAc;C1BEhB,sCAAsC,C0BDpC,cAAc,CAAC;EACb,MAAM,EAAE,SAAS;EAClB;C1BDH,A0BGE,sC1BHoC,C0BGpC,WAAW,CAAC;EACV,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,SAAS;EAClB;C1BNH,A0BWE,sC1BXoC,C0BWpC,oBAAoB,CAAC;EACnB,OAAO,EAAE,IAAI;EACb,cAAc,EAAE,MAAM;EAkBvB;C1B/BH,A0BcI,sC1BdkC,C0BWpC,oBAAoB,CAGlB,YAAY,E1BdhB,sCAAsC,C0BWpC,oBAAoB,CAGL,EAAE,CAAC;EACd,aAAa,EAAE,GAAG,CAAC,KAAK,CvBdf,IAAI;EuBeb,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,QAAQ;EAClB;C1BlBL,A0BmBI,sC1BnBkC,C0BWpC,oBAAoB,CAQlB,CAAC,CAAC;EACA,OAAO,EAAE,QAAQ;EACjB,MAAM,EAAC,CAAC;EACT;C1BtBL,A0BuBI,sC1BvBkC,C0BWpC,oBAAoB,CAYlB,UAAU,CAAC;EAEV,UAAU,EAAE,IAAI;EAChB;C1B1BL,A0B2BI,sC1B3BkC,C0BWpC,oBAAoB,CAgBlB,YAAY,CAAC;EACX,OAAO,EAAC,CAAC;EACT,MAAM,EAAC,CAAC;EACT;C1B9BL,A0BoCE,sC1BpCoC,C0BoCpC,2BAA2B;C1BpC7B,sCAAsC,C0BqCpC,mCAAmC,CAAC;EAClC,OAAO,EAAE,IAAI;EAed;C1BrDH,A0BuCI,sC1BvCkC,C0BoCpC,2BAA2B,CAGzB,0BAA0B;C1BvC9B,sCAAsC,C0BqCpC,mCAAmC,CAEjC,0BAA0B,CAAC;EACzB,cAAc,EAAE,IAAI;EACpB,aAAa,EAAE,GAAG,CAAC,KAAK,CvBxCf,IAAI;EuByCd;C1B1CL,A0B2CI,sC1B3CkC,C0BoCpC,2BAA2B,CAOzB,EAAE;C1B3CN,sCAAsC,C0BqCpC,mCAAmC,CAMjC,EAAE,CAAC;EACD,SAAS,EAAE,MAAM;EACjB,YAAY,EAAE,eAAe;EAC9B;C1B9CL,A0B+CI,sC1B/CkC,C0BoCpC,2BAA2B,CAWzB,CAAC;C1B/CL,sCAAsC,C0BqCpC,mCAAmC,CAUjC,CAAC,CAAC;EACA,MAAM,EAAE,YAAY;EACrB;C1BjDL,A0BkDI,sC1BlDkC,C0BoCpC,2BAA2B,CAczB,EAAE;C1BlDN,sCAAsC,C0BqCpC,mCAAmC,CAajC,EAAE,CAAC;EACD,SAAS,EAAE,MAAM;EAClB;C1BpDL,A0BuDI,sC1BvDkC,C0BsDpC,mCAAmC,CACjC,0BAA0B,CAAC;EACzB,MAAM,EAAE,CAAC;EACV;C1BzDL,A0B4DI,sC1B5DkC,C0B2DpC,2BAA2B,CACzB,0BAA0B,CAAC;EACzB,MAAM,EAAE,eAAe;EACxB;C1B9DL,A0BgEE,sC1BhEoC,C0BgEpC,sBAAsB;C1BhExB,sCAAsC,C0BiEpC,4BAA4B;C1BjE9B,sCAAsC,C0BkEpC,mBAAmB,CAAC;EAClB,OAAO,EAAE,IAAI;EACb,MAAM,EAAC,CAAC;EACR,OAAO,EAAE,CAAC;EACV,YAAY,EAAE,eAAe;EAC7B,SAAS,EAAE,MAAM;EACjB,WAAW,EAAE,GAAG;EAChB,WAAW,EAAE,MAAM;EAKpB;C1B9EH,A0B0EI,sC1B1EkC,C0BgEpC,sBAAsB,CAUpB,CAAC;C1B1EL,sCAAsC,C0BiEpC,4BAA4B,CAS1B,CAAC;C1B1EL,sCAAsC,C0BkEpC,mBAAmB,CAQjB,CAAC,CAAC;EACA,eAAe,EAAE,IAAI;EACrB,SAAS,EAAE,MAAM;EAClB;C1B7EL,A0BkFE,sC1BlFoC,C0BkFpC,2BAA2B,CAAC;EAC1B,OAAO,EAAC,IAAI;EACZ,IAAI,EAAE,GAAG;EAQV;C1B5FH,A0BwFM,sC1BxFgC,C0BkFpC,2BAA2B,CAGzB,eAAe,CAGb,OAAO;C1BxFb,sCAAsC,C0BkFpC,2BAA2B,CAIzB,eAAe,CAEb,OAAO;C1BxFb,sCAAsC,C0BkFpC,2BAA2B,CAKzB,cAAc,CACZ,OAAO,CAAC;EACN,OAAO,EAAE,IAAI;EACd;C1B1FP,A0B8FI,sC1B9FkC,C0B6FpC,kBAAkB,CAChB,OAAO,CAAC;EACN,MAAM,EAAE,KAAK;EACd;C1BhGL,A0BiGG,sC1BjGmC,C0B6FpC,kBAAkB,CAIjB,YAAY,CAAC;EACV,KAAK,EAAE,IAAI;EACX,SAAS,EAAE,MAAM;EAInB;C1BvGJ,A0BoGM,sC1BpGgC,C0B6FpC,kBAAkB,CAIjB,YAAY,AAGR,OAAO,CAAC;EACV,WAAW,EAAE,IAAI;EACjB;C1BtGL,A0ByGE,sC1BzGoC,C0ByGpC,cAAc,CAAC;EAEb,qBAAqB,EAAE,yBAAyB;EACjD;C1B5GH,A0B8GE,sC1B9GoC,C0B8GpC,wBAAwB,CAAC;EAEvB,OAAO,EAAE,YAAY;EACrB,KAAK,EAAE,IAAI;EACX,SAAS,EAAE,IAAI;EACf,aAAa,EAAE,CAAC;EAChB,aAAa,EAAE,IAAI;EACnB,OAAO,EAAE,eAAe;EACxB,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,OAAO;EACf,WAAW,EtBxID,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;EsByItJ,SAAS,EAAE,MAAoB;EAC/B,MAAM,EAAE,GAAG,CAAC,KAAK,CvB9FE,IAAI;EuB+FvB,cAAc,EAAE,SAAS;EAoB1B;C1B/IH,A0B4HI,sC1B5HkC,C0B8GpC,wBAAwB,AAcrB,MAAM,CAAC;EACN,OAAO,EAAE,GAAG;EACZ,OAAO,EAAE,MAAM;EACf,KAAK,EAAC,KAAK;EACZ;C1BhIL,A0BkIM,sC1BlIgC,C0B8GpC,wBAAwB,AAmBrB,MAAM,AACJ,MAAM,CAAC;EACN,SAAS,EAAE,aAAa;EACxB,SAAS,EAAE,WAAW;EACvB;CAEH,UAAU,CAAV,MAAU;EACR,EAAE;GACA,SAAS,EAAE,SAAS;;EAEtB,IAAI;GACF,SAAS,EAAE,aAAa;;;;;AAMhC,MAAM,CAAC,MAAM,MAAM,SAAS,EAAE,IAAI;C1BlJlC,A0BqJE,sC1BrJoC,C0BqJpC,KAAK;C1BrJP,sCAAsC,C0BsJpC,KAAK,CAAC;EACJ,MAAM,EAAE,OAAO;EAChB;C1BxJH,A0B2JI,sC1B3JkC,C0B0JpC,kBAAkB,CAChB,OAAO,CAAC;EACN,OAAO,EAAE,KAAK;EAef;C1B3KL,A0B6JM,sC1B7JgC,C0B0JpC,kBAAkB,CAChB,OAAO,CAEL,EAAE,CAAC;EACD,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACZ;C1BhKP,A0BiKM,sC1BjKgC,C0B0JpC,kBAAkB,CAChB,OAAO,CAML,OAAO,CAAC;EACN,OAAO,EAAE,YAAY;EACrB,KAAK,EAAE,GAAG;EACV,UAAU,EAAE,MAAM;EAClB,YAAY,EAAE,KAAK;EACnB,KAAK,EAAE,IAAI;EAIZ;C1B1KP,A0BuKQ,sC1BvK8B,C0B0JpC,kBAAkB,CAChB,OAAO,CAML,OAAO,AAMJ,aAAa,CAAC;EACb,aAAa,EAAE,IAAI;EACpB;;;AAKT,MAAM,CAAC,MAAM,MAAM,SAAS,EAAE,IAAI;C1B9KlC,A0BgLE,sC1BhLoC,C0BgLpC,kBAAkB,CAAC;EACjB,aAAa,EAAE,GAAG;EAInB;C1BrLH,A0BkLI,sC1BlLkC,C0BgLpC,kBAAkB,CAEhB,OAAO,E1BlLX,sCAAsC,C0BgLpC,kBAAkB,CAEN,wBAAwB,CAAA;EAChC,MAAM,EAAE,KAAK;EACd;C1BpLL,A0BuLI,sC1BvLkC,C0BuLlC,2BAA2B,CAAC;EAC1B,qBAAqB,EAAE,OAAO;EAC/B;C1BzLL,A0B0LI,sC1B1LkC,C0B0LlC,cAAc,CAAC;EACb,qBAAqB,EAAE,yBAAyB;EAChD,QAAQ,EAAE,GAAG;EACd;;;AAEL,MAAM,CAAC,MAAM,MAAM,SAAS,EAAE,IAAI;C1B/LlC,A0BkMI,sC1BlMkC,C0BkMlC,2BAA2B,CAAC;EAC1B,qBAAqB,EAAE,OAAO;EAC/B;C1BpML,A0BqMI,sC1BrMkC,C0BqMlC,cAAc,CAAC;EACb,qBAAqB,EAAE,yBAAyB;EACjD;;;A1BvML,A4BjBA,sC5BiBsC,C4BjBtC,gBAAgB,CAAC,CAAC,CAAC;CAClB,SAAS,EAAE,UAAU;CACrB;;A5BeD,A4BbA,sC5BasC,C4BbtC,aAAa,CAAC;CACb,OAAO,EAAE,KAAK;CACd;;A5BWD,A6BjBA,sC7BiBsC,C6BjBtC,OAAO,CAAC;CACP,MAAM,EAAE,SAAS;CAMjB;;A7BUD,A6BbC,sC7BaqC,C6BjBtC,OAAO,CAIN,MAAM,CAAC;CACN,SAAS,EAAE,IAAI;CACf;;A7BWF,A8BjBA,sC9BiBsC,C8BjBtC,aAAa,CAAC,UAAU;A9BiBxB,sCAAsC,C8BhBtC,cAAc,CAAC,UAAU;A9BgBzB,sCAAsC,C8BftC,gBAAgB,CAAC,UAAU,CAAC;CAC3B,MAAM,EAAE,IAAI;CACZ,aAAa,EAAE,CAAC;CAChB,UAAU,EAAE,CAAC;CACb,OAAO,EAAE,CAAC;CACV;;A9BUD,A8BPA,sC9BOsC,C8BPtC,iBAAiB,CAAC;CACjB,OAAO,EAAE,YAAY;CACrB;;A9BKD,A+BjBA,sC/BiBsC,C+BjBtC,WAAW,CAAC;CACX,aAAa,EAAE,KAAK;CACpB,SAAS,EAAE,IAAI;CAUf;;A/BKD,A+BbC,sC/BaqC,C+BjBtC,WAAW,CAIV,GAAG,CAAA,AAAA,KAAC,EAAO,WAAW,AAAlB,EAAoB;CxBFxB,OAAO,EAAE,KAAK;CACd,WAAW,EAAE,IAAI;CACjB,YAAY,EAAE,IAAI;CwBGjB;;A/BUF,A+BRC,sC/BQqC,C+BjBtC,WAAW,CASV,gBAAgB,CAAC;CAChB,MAAM,EAAE,UAAU;CAClB;;A/BMF,A+BHA,sC/BGsC,C+BHtC,gBAAgB,CAAC;CAChB,UAAU,EAAE,MAAM;CAClB;;A/BCD,AgCjBA,sChCiBsC,CgCjBtC,QAAQ,CAAC;CACR,aAAa,EAAE,KAAK;CACpB,OAAO,EAAE,IAAI;CACb,QAAQ,EAAE,KAAK;CACf;;AhCaD,AgCXA,sChCWsC,CgCXtC,aAAa,CAAC;CACb,OAAO,EAAE,YAAY;CACrB,UAAU,EAAE,MAAM;CAClB,KAAK,EAAE,IAAI;CACX;;AhCOD,AgCFC,sChCEqC,CgCFrC,kBAAkB,CAAK;CACtB,qBAAqB,EAAE,cAAe;CACtC;;AhCAF,AgCFC,sChCEqC,CgCFrC,kBAAkB,CAAK;CACtB,qBAAqB,EAAE,cAAe;CACtC;;AhCAF,AgCFC,sChCEqC,CgCFrC,kBAAkB,CAAK;CACtB,qBAAqB,EAAE,cAAe;CACtC;;AhCAF,AgCFC,sChCEqC,CgCFrC,kBAAkB,CAAK;CACtB,qBAAqB,EAAE,cAAe;CACtC;;AhCAF,AgCFC,sChCEqC,CgCFrC,kBAAkB,CAAK;CACtB,qBAAqB,EAAE,cAAe;CACtC;;AhCAF,AgCFC,sChCEqC,CgCFrC,kBAAkB,CAAK;CACtB,qBAAqB,EAAE,cAAe;CACtC;;AhCAF,AgCFC,sChCEqC,CgCFrC,kBAAkB,CAAK;CACtB,qBAAqB,EAAE,cAAe;CACtC;;AhCAF,AgCFC,sChCEqC,CgCFrC,kBAAkB,CAAK;CACtB,qBAAqB,EAAE,cAAe;CACtC;;AhCAF,AgCGA,sChCHsC,CgCGtC,gBAAgB,CAAC;CAChB,OAAO,EAAE,KAAK;CACd;;AhCLD,AiChBA,sCjCgBsC,CiChBtC,gBAAgB,CAAC,iBAAiB;AjCgBlC,sCAAsC,CiCftC,gBAAgB,AAAA,YAAY,CAAC,YAAY,CAAC;CACzC,OAAO,EAAE,IAAI;CACb;;AjCaD,AiCVA,sCjCUsC,CiCVtC,aAAa,AAAA,YAAY,CAAC,YAAY,CAAC;CACtC,OAAO,EAAE,KAAK;CACd;;AjCQD,AkCjBA,sClCiBsC,CkCjBtC,YAAY,CAAC;CACX,OAAO,E9BWS,IAAI,C8BXM,CAAC;CAC3B,GAAG,E9BUa,IAAI;C8BwCrB;;AlCnCD,AkCbE,sClCaoC,CkCjBtC,YAAY,CAIV,gBAAgB,CAAC;CACf,UAAU,EAAE,IAAI;CAChB,OAAO,EAAE,IAAI;CACb,cAAc,EAAE,MAAM;CACtB,QAAQ,EAAE,QAAQ;CAClB,UAAU,EAAE,KAAK;CACjB,OAAO,E9BEO,IAAI;C8BuCnB;;AlClCH,AkCLI,sClCKkC,CkCjBtC,YAAY,CAIV,gBAAgB,CAQd,EAAE;AlCKN,sCAAsC,CkCjBtC,YAAY,CAIV,gBAAgB,CASd,EAAE;AlCIN,sCAAsC,CkCjBtC,YAAY,CAIV,gBAAgB,CAUd,EAAE;AlCGN,sCAAsC,CkCjBtC,YAAY,CAIV,gBAAgB,CAWd,EAAE;AlCEN,sCAAsC,CkCjBtC,YAAY,CAIV,gBAAgB,CAYd,EAAE;AlCCN,sCAAsC,CkCjBtC,YAAY,CAIV,gBAAgB,CAad,EAAE,CAAC;CACD,UAAU,EAAE,MAAsB;CAClC,WAAW,E9BlBH,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;C8BmBpJ,SAAS,EAAE,IAAoB;CAC/B,WAAW,E9BRQ,IAAG;C8BSvB;;AlCLL,AkCOI,sClCPkC,CkCjBtC,YAAY,CAIV,gBAAgB,CAoBd,CAAC,CAAC;CACA,WAAW,E9BxBH,uBAAuB,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU;C8ByBpJ,SAAS,EAAE,MAAsB;CAClC;;AlCVL,AkCYI,sClCZkC,CkCjBtC,YAAY,CAIV,gBAAgB,CAyBd,CAAC,CAAC;CACA,KAAK,E/BpBI,IAAI;C+BqBb,eAAe,EAAE,IAAI;CAmBtB;;AlCjCL,AkCgBM,sClChBgC,CkCjBtC,YAAY,CAIV,gBAAgB,CAyBd,CAAC,AAIE,OAAO,CAAC;CACP,OAAO,EAAE,GAAG;CACZ,QAAQ,EAAE,QAAQ;CAClB,MAAM,EAAE,IAAI;CACZ,IAAI,EAAE,MAAM;CACZ,SAAS,EAAE,IAAI;CAChB;;AlCtBP,AkC2BQ,sClC3B8B,CkCjBtC,YAAY,CAIV,gBAAgB,CAyBd,CAAC,AAYE,MAAM,AAGJ,OAAO,CAAC;CACP,OAAO,EAAE,GAAG;CAGb;;AlC/BT,AmCfA,sCnCesC,CmCftC,gBAAgB,AAAA,IAAK,CAAA,MAAM,EAAE;CAC3B,gBAAgB,EhCuBL,OAAO;CgCtBnB;;AnCaD,AmCZA,sCnCYsC,CmCZtC,oBAAoB,CAAC;CACnB,KAAK,EhCoBM,OAAO;CgCnBnB;;AnCUD,AmCTA,sCnCSsC,CmCTtC,MAAM,CAAC,IAAI,AAAA,QAAQ,CAAC,sBAAsB;AnCS1C,sCAAsC,CmCRtC,MAAM,CAAC,IAAI,AAAA,WAAW,CAAC,sBAAsB;AnCQ7C,sCAAsC,CmCPtC,MAAM,CAAC,IAAI,AAAA,iBAAiB,CAAC,sBAAsB,CAAC;CAClD,YAAY,EhCUE,OAAO;CgCTrB,gBAAgB,EhCSF,OAAO;CgCRrB,KAAK,EhCHQ,IAAI;CgCIjB,WAAW,EAAE,YAAY;CACzB,WAAW,EAAE,IAAI;CACjB,UAAU,EAAE,MAAM;CAClB,MAAM,EAAE,GAAG;CACX,OAAO,EAAE,IAAI;CACd;;AnCFD,AmCIE,sCnCJoC,CmCGtC,WAAW,CACT,aAAa,CAAC;CACZ,WAAW,EAAE,IAAI;CAClB;;AnCNH,AmCOE,sCnCPoC,CmCGtC,WAAW,CAIT,cAAc,CAAC;CACb,MAAM,EAAE,WAAW;CACpB;;AnCTH,AmCYA,sCnCZsC,CmCYtC,sBAAsB,CAAC;CACrB,MAAM,EAAE,QAAQ;CACjB;;AnCdD,AmCmBA,sCnCnBsC,CmCmBtC,YAAY,CAAC;CACX,aAAa,EAAE,IAAI;CAYpB;;AnChCD,AmCqBE,sCnCrBoC,CmCmBtC,YAAY,CAEV,EAAE,CAAC;CACD,OAAO,EAAE,IAAI;CACd;;AnCvBH,AmCwBE,sCnCxBoC,CmCmBtC,YAAY,CAKV,CAAC,CAAC;CACA,OAAO,EAAE,KAAK;CACd,YAAY,EAAE,YAAY;CAC1B,UAAU,EAAE,CAAC;CACd;;AnC5BH,AmC6BE,sCnC7BoC,CmCmBtC,YAAY,CAUV,mBAAmB,EnC7BrB,sCAAsC,CmCmBtC,YAAY,CAUW,eAAe,CAAA;CAClC,WAAW,EAAC,MAAM;CACnB;;AnC/BH,AmCkCE,sCnClCoC,CmCiCtC,wBAAwB,CACtB,iBAAiB,EnClCnB,sCAAsC,CmCiCtC,wBAAwB,CACH,kBAAkB,CAAC;CACpC,SAAS,EAAE,GAAG;CACd,OAAO,EAAE,YAAY;CACtB;;AnCrCH,AmCsCE,sCnCtCoC,CmCiCtC,wBAAwB,CAKtB,iBAAiB,CAAC;CAChB,KAAK,EAAE,IAAI;CACZ;;AnCxCH,AmCyCE,sCnCzCoC,CmCiCtC,wBAAwB,CAQtB,kBAAkB,CAAC;CACjB,KAAK,EAAC,KAAK;CACX,aAAa,EAAE,IAAI;CACpB;;AnC5CH,AmCgDA,sCnChDsC,CmCgDtC,uBAAuB,CAAC;CACtB,OAAO,EAAE,IAAI;CACb,WAAW,EAAE,MAAM;CACnB,eAAe,EAAE,GAAG;CACrB;;AnCpDD,AmCqDA,sCnCrDsC,CmCqDtC,sBAAsB,CAAC;CACrB,OAAO,EAAE,YAAY;CACrB,YAAY,EAAE,CAAC;CACf,UAAU,EAAE,GAAG;CACf,KAAK,EAAE,IAAI;CAKZ;;AnC9DD,AmC0DE,sCnC1DoC,CmCqDtC,sBAAsB,CAKpB,uBAAuB,CAAC,QAAQ,CAAC;CAC/B,OAAO,EAAE,YAAY;CACrB,UAAU,EAAE,MAAM;CACnB;;AnC7DH,AmC+DA,sCnC/DsC,CmC+DtC,yBAAyB,CAAC;CACxB,OAAO,EAAE,IAAI;CACb,eAAe,EAAE,aAAa;CA+B/B;;AnChGD,AmCkEE,sCnClEoC,CmC+DtC,yBAAyB,CAGvB,CAAC,CAAA;CACC,OAAO,EAAE,YAAY;CACtB;;AnCpEH,AmCqEE,sCnCrEoC,CmC+DtC,yBAAyB,CAMvB,gBAAgB,CAAC;CACf,OAAO,EAAC,KAAK;CAMd;;AnC5EH,AmCuEI,sCnCvEkC,CmC+DtC,yBAAyB,CAMvB,gBAAgB,CAEd,KAAK,CAAC;CACJ,OAAO,EAAE,IAAI;CACb,cAAc,EAAE,WAAW;CAC3B,eAAe,EAAE,IAAI;CACtB;;AnC3EL,AmC8EI,sCnC9EkC,CmC+DtC,yBAAyB,CAcvB,wBAAwB,CACrB,AAAA,SAAC,CAAU,mBAAmB,AAA7B,GnC9EN,sCAAsC,CmC+DtC,yBAAyB,CAcvB,wBAAwB,CACY,AAAA,SAAC,CAAU,iBAAiB,AAA3B,EAA6B;CAC9D,OAAO,EAAE,KAAK;CASf;;AnCxFL,AmCgFM,sCnChFgC,CmC+DtC,yBAAyB,CAcvB,wBAAwB,CACrB,AAAA,SAAC,CAAU,mBAAmB,AAA7B,EAEA,KAAK,CAAA,AAAA,IAAC,CAAK,MAAM,AAAX,GnChFZ,sCAAsC,CmC+DtC,yBAAyB,CAcvB,wBAAwB,CACY,AAAA,SAAC,CAAU,iBAAiB,AAA3B,EAEjC,KAAK,CAAA,AAAA,IAAC,CAAK,MAAM,AAAX,EAAa;CACjB,KAAK,EAAE,IAAI;CACX,gBAAgB,EhCzFT,IAAI;CgC0FZ;;AnCnFP,AmCoFM,sCnCpFgC,CmC+DtC,yBAAyB,CAcvB,wBAAwB,CACrB,AAAA,SAAC,CAAU,mBAAmB,AAA7B,CAMC,QAAQ,EnCpFf,sCAAsC,CmC+DtC,yBAAyB,CAcvB,wBAAwB,CACY,AAAA,SAAC,CAAU,iBAAiB,AAA3B,CAMhC,QAAQ,CAAC;CACR,OAAO,EAAE,YAAY;CACrB,KAAK,EAAE,IAAI;CACZ;;AnCvFP,AmCyFI,sCnCzFkC,CmC+DtC,yBAAyB,CAcvB,wBAAwB,CAYrB,AAAA,SAAC,CAAU,mBAAmB,AAA7B,CAA8B,QAAQ,CAAC;CACvC,OAAO,EAAC,SAAS;CAClB;;AnC3FL,AmC4FI,sCnC5FkC,CmC+DtC,yBAAyB,CAcvB,wBAAwB,CAerB,AAAA,SAAC,CAAU,iBAAiB,AAA3B,CAA4B,QAAQ,CAAC;CACrC,OAAO,EAAC,MAAM;CACf;;AnC9FL,AoChBA,sCpCgBsC,CoChBtC,mBAAmB,CAAC;CACnB,MAAM,EAAE,CAAC;CACT,IAAI,EAAE,wBAAwB;CAC9B,SAAS,EAAE,UAAU;CACrB,MAAM,EAAE,GAAG;CACX,MAAM,EAAE,IAAI;CACZ,QAAQ,EAAE,MAAM;CAChB,OAAO,EAAE,CAAC;CACV,QAAQ,EAAE,mBAAmB;CAC7B,KAAK,EAAE,GAAG;CACV,SAAS,EAAE,iBAAiB;CAqB5B;;ApCfD,AoCJC,sCpCIqC,CoChBtC,mBAAmB,AAYjB,MAAM,CAAC;CACP,gBAAgB,EjCgBS,IAAI;CiCf7B,aAAa,EAAE,GAAG;CAClB,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,kBAAkB;CAC1C,IAAI,EAAE,eAAe;CACrB,SAAS,EAAE,IAAI;CACf,KAAK,EjCDQ,IAAI;CiCEjB,OAAO,EAAE,KAAK;CACd,SAAS,EAAE,QAAQ;CACnB,WAAW,EAAE,GAAG;CAChB,MAAM,EAAE,IAAI;CACZ,IAAI,EAAE,GAAG;CACT,WAAW,EAAE,MAAM;CACnB,OAAO,EAAE,cAAc;CACvB,eAAe,EAAE,IAAI;CACrB,GAAG,EAAE,GAAG;CACR,KAAK,EAAE,IAAI;CACX,OAAO,EAAE,MAAM;CACf;;ApCdF,AoCkBA,sCpClBsC,CoCkBtC,QAAQ,CAAA,AAAA,QAAC,CAAS,IAAI,AAAb,CAAc,MAAM,CAAC;CAC7B,OAAO,EAAE,CAAC;CACV;;ApCpBD,AqCjBA,sCrCiBsC,CqCjBtC,UAAU,CAAC;CAEV,cAAc;CACd,KAAK,EAAE,IAAI;CAEX,cAAc;CACd,YAAY,EAAE,KAAK;CACnB,aAAa,EAAE,KAAK;CACpB;;ArCSD,AqCPA,sCrCOsC,CqCPtC,WAAW,CAAC;CAEX,cAAc;CACd,KAAK,EAAE,KAAK;CAEZ,cAAc;CACd,WAAW,EAAE,KAAK;CAClB,aAAa,EAAE,KAAK;CACpB;;ArCDD,AqCGA,sCrCHsC,CqCGtC,YAAY,CAAC;CACZ,KAAK,EAAE,IAAI;C9BnBX,OAAO,EAAE,KAAK;CACd,WAAW,EAAE,IAAI;CACjB,YAAY,EAAE,IAAI;C8BqBlB,aAAa,EAAE,KAAK;CACpB;;ArCTD,AAOA,sCAPsC,CAOtC,MAAO,CAAA,SAAS,EAAE;CAChB,SAAS,EAAE,KAAK;CACjB;;AATD,AAUA,sCAVsC,CAUtC,YAAY,CAAC,gBAAgB,CAAC,CAAC,AAAA,OAAO,CAAC;CACnC,OAAO,EAAC,IAAI;CACb;;AAEH,AAAA,sBAAsB,CAAC,sBAAsB,CAAC;CAC5C,KAAK,EAAE,eAAe;CACtB,gBAAgB,EAAE,eAAe;CACjC,aAAa,EAAE,YAAY;CAC3B,UAAU,EAAE,eAAe;CAC3B,eAAe,EAAE,eAAe;CAChC,OAAO,EAAG,0BAA0B;CACpC,SAAS,EAAE,kBAAkB;CAC9B;;AsCvCD;;;;EAIE;AACF,UAAU;CACN,WAAW,EAAE,qBAAqB;CAClC,GAAG,EAAE,gDAAgD;CACrD,GAAG,EAAE,uDAAuD,CAAC,yBAAyB,EAClF,kDAAkD,CAAC,aAAa,EAChE,iDAAiD,CAAC,YAAY,EAC9D,gDAAgD,CAAC,gBAAgB,EACjE,2EAA2E,CAAC,WAAW;CAC3F,WAAW,EAAE,GAAG;CAChB,UAAU,EAAE,MAAM;CAClB,YAAY,EAAE,IAAI;;;AAGtB,UAAU;CACN,WAAW,EAAE,qBAAqB;CAClC,GAAG,EAAE,gDAAgD;CACrD,GAAG,EAAE,uDAAuD,CAAC,yBAAyB,EAClF,kDAAkD,CAAC,aAAa,EAChE,iDAAiD,CAAC,YAAY,EAC9D,gDAAgD,CAAC,gBAAgB,EACjE,2EAA2E,CAAC,WAAW;CAC3F,WAAW,EAAE,GAAG;CAChB,UAAU,EAAE,MAAM;CAClB,YAAY,EAAE,IAAI;;;AAGtB,UAAU;CACN,WAAW,EAAE,qBAAqB;CAClC,GAAG,EAAE,+CAA+C;CACpD,GAAG,EAAE,sDAAsD,CAAC,yBAAyB,EACjF,iDAAiD,CAAC,aAAa,EAC/D,gDAAgD,CAAC,YAAY,EAC7D,+CAA+C,CAAC,gBAAgB,EAChE,yEAAyE,CAAC,WAAW;CACzF,WAAW,EAAE,IAAI;CACjB,UAAU,EAAE,MAAM;CAClB,YAAY,EAAE,IAAI" } \ No newline at end of file diff --git a/assets/css/adminstyles.css b/assets/css/adminstyles.css index ca74b96..9e18f6e 100644 --- a/assets/css/adminstyles.css +++ b/assets/css/adminstyles.css @@ -1 +1 @@ -.wp-admin .components-button.edit-post-fullscreen-mode-close.has-icon,.wp-admin .edit-post-fullscreen-mode-close_site-icon{background-color:#fff;filter:invert(1)}.site-icon-preview .app-icon-preview{background-color:#fff}.edit-post-visual-editor__content-area{/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */}.edit-post-visual-editor__content-area html{line-height:1.15;-webkit-text-size-adjust:100%}.edit-post-visual-editor__content-area body{margin:0}.edit-post-visual-editor__content-area main{display:block}.edit-post-visual-editor__content-area h1{font-size:2em;margin:0.67em 0}.edit-post-visual-editor__content-area hr{box-sizing:content-box;height:0;overflow:visible}.edit-post-visual-editor__content-area pre{font-family:monospace, monospace;font-size:1em}.edit-post-visual-editor__content-area a{background-color:transparent}.edit-post-visual-editor__content-area abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}.edit-post-visual-editor__content-area b,.edit-post-visual-editor__content-area strong{font-weight:bolder}.edit-post-visual-editor__content-area code,.edit-post-visual-editor__content-area kbd,.edit-post-visual-editor__content-area samp{font-family:monospace, monospace;font-size:1em}.edit-post-visual-editor__content-area small{font-size:80%}.edit-post-visual-editor__content-area sub,.edit-post-visual-editor__content-area sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.edit-post-visual-editor__content-area sub{bottom:-0.25em}.edit-post-visual-editor__content-area sup{top:-0.5em}.edit-post-visual-editor__content-area img{border-style:none}.edit-post-visual-editor__content-area button,.edit-post-visual-editor__content-area input,.edit-post-visual-editor__content-area optgroup,.edit-post-visual-editor__content-area select,.edit-post-visual-editor__content-area textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}.edit-post-visual-editor__content-area button,.edit-post-visual-editor__content-area input{overflow:visible}.edit-post-visual-editor__content-area button,.edit-post-visual-editor__content-area select{text-transform:none}.edit-post-visual-editor__content-area button,.edit-post-visual-editor__content-area [type="button"],.edit-post-visual-editor__content-area [type="reset"],.edit-post-visual-editor__content-area [type="submit"]{-webkit-appearance:button}.edit-post-visual-editor__content-area button::-moz-focus-inner,.edit-post-visual-editor__content-area [type="button"]::-moz-focus-inner,.edit-post-visual-editor__content-area [type="reset"]::-moz-focus-inner,.edit-post-visual-editor__content-area [type="submit"]::-moz-focus-inner{border-style:none;padding:0}.edit-post-visual-editor__content-area button:-moz-focusring,.edit-post-visual-editor__content-area [type="button"]:-moz-focusring,.edit-post-visual-editor__content-area [type="reset"]:-moz-focusring,.edit-post-visual-editor__content-area [type="submit"]:-moz-focusring{outline:1px dotted ButtonText}.edit-post-visual-editor__content-area fieldset{padding:0.35em 0.75em 0.625em}.edit-post-visual-editor__content-area legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.edit-post-visual-editor__content-area progress{vertical-align:baseline}.edit-post-visual-editor__content-area textarea{overflow:auto}.edit-post-visual-editor__content-area [type="checkbox"],.edit-post-visual-editor__content-area [type="radio"]{box-sizing:border-box;padding:0}.edit-post-visual-editor__content-area [type="number"]::-webkit-inner-spin-button,.edit-post-visual-editor__content-area [type="number"]::-webkit-outer-spin-button{height:auto}.edit-post-visual-editor__content-area [type="search"]{-webkit-appearance:textfield;outline-offset:-2px}.edit-post-visual-editor__content-area [type="search"]::-webkit-search-decoration{-webkit-appearance:none}.edit-post-visual-editor__content-area ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.edit-post-visual-editor__content-area details{display:block}.edit-post-visual-editor__content-area summary{display:list-item}.edit-post-visual-editor__content-area template{display:none}.edit-post-visual-editor__content-area [hidden]{display:none}.edit-post-visual-editor__content-area *,.edit-post-visual-editor__content-area *::before,.edit-post-visual-editor__content-area *::after{box-sizing:inherit}.edit-post-visual-editor__content-area html{box-sizing:border-box}.edit-post-visual-editor__content-area body,.edit-post-visual-editor__content-area button,.edit-post-visual-editor__content-area input,.edit-post-visual-editor__content-area select,.edit-post-visual-editor__content-area optgroup,.edit-post-visual-editor__content-area textarea{color:#000;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1rem;line-height:1.3}.edit-post-visual-editor__content-area .hide{display:inline-block;margin:0;padding:0;min-width:unset;max-width:unset;width:0px;min-height:unset;max-height:unset;height:0px;font-size:0px;line-height:0px;text-decoration:none;border:0;background:none;background-color:transparent}@media screen{.edit-post-visual-editor__content-area h1,.edit-post-visual-editor__content-area h2,.edit-post-visual-editor__content-area h3,.edit-post-visual-editor__content-area h4,.edit-post-visual-editor__content-area h5,.edit-post-visual-editor__content-area h6,.edit-post-visual-editor__content-area .h1,.edit-post-visual-editor__content-area .h2,.edit-post-visual-editor__content-area .h3,.edit-post-visual-editor__content-area .h4,.edit-post-visual-editor__content-area .h5,.edit-post-visual-editor__content-area .h6{clear:both;line-height:1.1}.edit-post-visual-editor__content-area h1,.edit-post-visual-editor__content-area .h1{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.8rem;text-transform:uppercase}.edit-post-visual-editor__content-area h1.small,.edit-post-visual-editor__content-area .h1.small{font-size:1.5rem}.edit-post-visual-editor__content-area h2,.edit-post-visual-editor__content-area .h2{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.5rem;text-transform:uppercase}.edit-post-visual-editor__content-area h2.small,.edit-post-visual-editor__content-area .h2.small{font-size:1.2rem}.edit-post-visual-editor__content-area h3,.edit-post-visual-editor__content-area .h3{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.3rem;text-transform:uppercase}.edit-post-visual-editor__content-area h3.small,.edit-post-visual-editor__content-area .h3.small{font-size:1rem}.edit-post-visual-editor__content-area h4,.edit-post-visual-editor__content-area .h4{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.2rem;text-transform:uppercase}.edit-post-visual-editor__content-area h4.small,.edit-post-visual-editor__content-area .h4.small{font-size:.9rem}.edit-post-visual-editor__content-area h5,.edit-post-visual-editor__content-area .h5{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.1rem;text-transform:uppercase}.edit-post-visual-editor__content-area h5.small,.edit-post-visual-editor__content-area .h5.small{font-size:.8rem}.edit-post-visual-editor__content-area h6,.edit-post-visual-editor__content-area .h6{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.1rem}.edit-post-visual-editor__content-area h6.small,.edit-post-visual-editor__content-area .h6.small{font-size:.8rem}.edit-post-visual-editor__content-area .site-main h1,.edit-post-visual-editor__content-area .site-main h2,.edit-post-visual-editor__content-area .site-main h3,.edit-post-visual-editor__content-area .site-main h4,.edit-post-visual-editor__content-area .site-main h5,.edit-post-visual-editor__content-area .site-main h6,.edit-post-visual-editor__content-area .site-main .h1,.edit-post-visual-editor__content-area .site-main .h2,.edit-post-visual-editor__content-area .site-main .h3,.edit-post-visual-editor__content-area .site-main .h4,.edit-post-visual-editor__content-area .site-main .h5,.edit-post-visual-editor__content-area .site-main .h6,.edit-post-visual-editor__content-area .site-main .entry-content{margin:0}.edit-post-visual-editor__content-area .single h1,.edit-post-visual-editor__content-area .single .h1{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.edit-post-visual-editor__content-area .home-featured h2,.edit-post-visual-editor__content-area .home-featured .h2{margin:1.2rem 0;font-size:2rem;line-height:1.2;border-bottom:0.6rem solid #000}}@media screen and (min-width: 48em){.edit-post-visual-editor__content-area h1,.edit-post-visual-editor__content-area .h1{font-size:3.5rem}.edit-post-visual-editor__content-area h2,.edit-post-visual-editor__content-area .h2{font-size:2.5rem}.edit-post-visual-editor__content-area h3,.edit-post-visual-editor__content-area .h3{font-size:1.5rem}.edit-post-visual-editor__content-area h4,.edit-post-visual-editor__content-area .h4{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.3rem}.edit-post-visual-editor__content-area h5,.edit-post-visual-editor__content-area .h5{font-size:1.3rem}.edit-post-visual-editor__content-area h6,.edit-post-visual-editor__content-area .h6{font-size:1.3rem}.edit-post-visual-editor__content-area .home-featured h2,.edit-post-visual-editor__content-area .home-featured .h2{font-size:3.5rem;border-bottom:0.8rem solid #000}}@media screen and (min-width: 1440px){.edit-post-visual-editor__content-area h1,.edit-post-visual-editor__content-area .h1{font-size:3.5rem}.edit-post-visual-editor__content-area h2,.edit-post-visual-editor__content-area .h2{font-size:2.5rem}.edit-post-visual-editor__content-area h3,.edit-post-visual-editor__content-area .h3{font-size:1.6rem}.edit-post-visual-editor__content-area h4,.edit-post-visual-editor__content-area .h4{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.4rem}.edit-post-visual-editor__content-area h5,.edit-post-visual-editor__content-area .h5{font-size:1.4rem}.edit-post-visual-editor__content-area h6,.edit-post-visual-editor__content-area .h6{font-size:1.4rem}.edit-post-visual-editor__content-area .home-featured h2,.edit-post-visual-editor__content-area .home-featured .h2{font-size:3.5rem;border-bottom:0.8rem solid #000}}.edit-post-visual-editor__content-area p{margin-bottom:1.5em}.edit-post-visual-editor__content-area dfn,.edit-post-visual-editor__content-area cite,.edit-post-visual-editor__content-area em,.edit-post-visual-editor__content-area i{font-style:italic}.edit-post-visual-editor__content-area blockquote{margin:0}.edit-post-visual-editor__content-area blockquote p{font-size:1.1rem}.edit-post-visual-editor__content-area address{margin:0 0 1.5em}.edit-post-visual-editor__content-area pre{background:#eee;font-family:"Courier 10 Pitch",courier,monospace;line-height:1.4;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}.edit-post-visual-editor__content-area code,.edit-post-visual-editor__content-area .code,.edit-post-visual-editor__content-area kbd,.edit-post-visual-editor__content-area tt,.edit-post-visual-editor__content-area var{font-family:monaco,consolas,"Andale Mono","DejaVu Sans Mono",monospace,mono;background-color:#eee}.edit-post-visual-editor__content-area abbr,.edit-post-visual-editor__content-area acronym{border-bottom:1px dotted #666;cursor:help}.edit-post-visual-editor__content-area mark,.edit-post-visual-editor__content-area ins{background:#fdfdfd;text-decoration:none}.edit-post-visual-editor__content-area big{font-size:125%}.edit-post-visual-editor__content-area .small{font-size:80%}@font-face{.edit-post-visual-editor__content-area{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-45Light.eot);src:url(assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-45Light.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-45Light.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-45Light.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light) format(svg);font-weight:300;font-style:normal;font-display:swap}}@font-face{.edit-post-visual-editor__content-area{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-55Roman.eot);src:url(assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-55Roman.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-55Roman.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-55Roman.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman) format(svg);font-weight:500;font-style:normal;font-display:swap}}@font-face{.edit-post-visual-editor__content-area{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-75Bold.eot);src:url(assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-75Bold.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-75Bold.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-75Bold.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold) format(svg);font-weight:bold;font-style:normal;font-display:swap}}.edit-post-visual-editor__content-area body{background:none;background-image:url(./assets/img/background-colors-02.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat}.edit-post-visual-editor__content-area hr{background-color:#000;border:0;height:1px;margin-bottom:1.5em}.edit-post-visual-editor__content-area ul,.edit-post-visual-editor__content-area ol{margin:0 0 0.5em 0.5em;padding:0}.edit-post-visual-editor__content-area ul{list-style:none}.edit-post-visual-editor__content-area ol{list-style:decimal}.edit-post-visual-editor__content-area li>ul,.edit-post-visual-editor__content-area li>ol{margin-bottom:0;margin-left:0.5em}.edit-post-visual-editor__content-area dt{font-weight:700}.edit-post-visual-editor__content-area dd{margin:0 0 0.5em 0.5em;padding:0}.edit-post-visual-editor__content-area article:not(.type-post) .xarxaprod-label{margin:0;padding:0;display:inline}.edit-post-visual-editor__content-area article:not(.type-post) .xarxaprod-label li{display:inline-block;margin:0.1em 0;padding:0.2em 0.2em 0 0.2em;color:#fff;background-color:#000;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:.7rem;text-transform:uppercase}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_target li{background-color:#ff8d76}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_source li{background-color:#5bcee8}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_field li{background-color:#f6cc4c}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_dates li{background-color:#69ed82}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_call{display:block;margin:0.2rem 0}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_call li{font-size:1.2rem}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_apply_text{display:inline-block;margin:0.1em 0;padding:0.2em 0.2em 0 0.2em;color:#fff;background-color:#69ed82;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:.7rem;text-transform:uppercase}.edit-post-visual-editor__content-area .xarxaprod-faqs-types ul{margin:0}.edit-post-visual-editor__content-area .xarxaprod-faqs-types .cat-item{display:inline-block;margin:0.1em 0.5em 0.1em 0;padding:0.2em 0.2em 0 0.2em;color:#fff;background-color:#000;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.1rem;text-transform:uppercase}.edit-post-visual-editor__content-area .xarxaprod-faqs-types .current-cat{background-color:#ff8d76}.edit-post-visual-editor__content-area .xarxaprod-faqs-types a{color:#fff;text-decoration:none}.edit-post-visual-editor__content-area .xarxaprod-faqs-types a:visited,.edit-post-visual-editor__content-area .xarxaprod-faqs-types a:hover{color:#fff}.edit-post-visual-editor__content-area .single-xarxaprod-ajut article:not(.type-post) .xarxaprod-label li{font-size:1.1rem}.edit-post-visual-editor__content-area .single-xarxaprod-ajut article:not(.type-post) .item-os_fund_apply_text{font-size:1.1rem}.edit-post-visual-editor__content-area embed,.edit-post-visual-editor__content-area iframe,.edit-post-visual-editor__content-area object{max-width:100%}.edit-post-visual-editor__content-area img{height:auto;max-width:100%}.edit-post-visual-editor__content-area figure{margin:1em 0}.edit-post-visual-editor__content-area table{margin:0 0 1.5em;width:100%}.edit-post-visual-editor__content-area a{color:#000}.edit-post-visual-editor__content-area a:visited{color:#000}.edit-post-visual-editor__content-area a:hover,.edit-post-visual-editor__content-area a:focus,.edit-post-visual-editor__content-area a:active{color:#333}.edit-post-visual-editor__content-area a:focus{outline:thin dotted}.edit-post-visual-editor__content-area a:hover,.edit-post-visual-editor__content-area a:active{outline:0}.edit-post-visual-editor__content-area a.button{text-decoration:none}.edit-post-visual-editor__content-area .button a,.edit-post-visual-editor__content-area .excerpt a,.edit-post-visual-editor__content-area .post-excerpt a,.edit-post-visual-editor__content-area .entry-title a{text-decoration:none}.edit-post-visual-editor__content-area button,.edit-post-visual-editor__content-area input[type="button"],.edit-post-visual-editor__content-area input[type="reset"],.edit-post-visual-editor__content-area input[type="submit"],.edit-post-visual-editor__content-area .button,.edit-post-visual-editor__content-area .wp-block-button__link{border:1px solid;border-color:#000;border-radius:0;background:none;color:#000;line-height:1;padding:0.5em;margin:0}.edit-post-visual-editor__content-area button:hover,.edit-post-visual-editor__content-area input[type="button"]:hover,.edit-post-visual-editor__content-area input[type="reset"]:hover,.edit-post-visual-editor__content-area input[type="submit"]:hover,.edit-post-visual-editor__content-area .button:hover,.edit-post-visual-editor__content-area .wp-block-button__link:hover{border-color:#111}.edit-post-visual-editor__content-area button:active,.edit-post-visual-editor__content-area button:focus,.edit-post-visual-editor__content-area input[type="button"]:active,.edit-post-visual-editor__content-area input[type="button"]:focus,.edit-post-visual-editor__content-area input[type="reset"]:active,.edit-post-visual-editor__content-area input[type="reset"]:focus,.edit-post-visual-editor__content-area input[type="submit"]:active,.edit-post-visual-editor__content-area input[type="submit"]:focus,.edit-post-visual-editor__content-area .button:active,.edit-post-visual-editor__content-area .button:focus,.edit-post-visual-editor__content-area .wp-block-button__link:active,.edit-post-visual-editor__content-area .wp-block-button__link:focus{border-color:#222}.edit-post-visual-editor__content-area .button-more{display:inline-block}.edit-post-visual-editor__content-area .button-more::after{content:"+";display:inline-block;font-weight:bold;text-align:center}.edit-post-visual-editor__content-area .button-more:hover::after{content:">"}.edit-post-visual-editor__content-area .more-link .button-more::after{font-size:4rem;width:4rem}.edit-post-visual-editor__content-area .category-faq .button-more::before{content:"accedir"}.edit-post-visual-editor__content-area .xarxaprod-search-form{display:flex;margin:0.5rem 0}.edit-post-visual-editor__content-area .xarxaprod-search-form .search-field{padding:0.5em}.edit-post-visual-editor__content-area .xarxaprod-search-form .search-submit{z-index:10;margin:0rem;border:none;width:2.5rem;height:2.5rem;background:none;cursor:pointer;font-size:0px}.edit-post-visual-editor__content-area .xarxaprod-icon-search:before{position:absolute;padding:0;margin:0.2rem 0 0 -1.5rem;z-index:0;min-width:2.5rem;min-height:2.5rem;font-size:2rem;content:"\26b2";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.edit-post-visual-editor__content-area input[type="text"],.edit-post-visual-editor__content-area input[type="email"],.edit-post-visual-editor__content-area input[type="url"],.edit-post-visual-editor__content-area input[type="password"],.edit-post-visual-editor__content-area input[type="search"],.edit-post-visual-editor__content-area input[type="number"],.edit-post-visual-editor__content-area input[type="tel"],.edit-post-visual-editor__content-area input[type="range"],.edit-post-visual-editor__content-area input[type="date"],.edit-post-visual-editor__content-area input[type="month"],.edit-post-visual-editor__content-area input[type="week"],.edit-post-visual-editor__content-area input[type="time"],.edit-post-visual-editor__content-area input[type="datetime"],.edit-post-visual-editor__content-area input[type="datetime-local"],.edit-post-visual-editor__content-area input[type="color"],.edit-post-visual-editor__content-area textarea{color:#111;background-color:#eee;border:none;border-radius:0;width:100%;padding:0.3rem}.edit-post-visual-editor__content-area input[type="text"]:focus,.edit-post-visual-editor__content-area input[type="email"]:focus,.edit-post-visual-editor__content-area input[type="url"]:focus,.edit-post-visual-editor__content-area input[type="password"]:focus,.edit-post-visual-editor__content-area input[type="search"]:focus,.edit-post-visual-editor__content-area input[type="number"]:focus,.edit-post-visual-editor__content-area input[type="tel"]:focus,.edit-post-visual-editor__content-area input[type="range"]:focus,.edit-post-visual-editor__content-area input[type="date"]:focus,.edit-post-visual-editor__content-area input[type="month"]:focus,.edit-post-visual-editor__content-area input[type="week"]:focus,.edit-post-visual-editor__content-area input[type="time"]:focus,.edit-post-visual-editor__content-area input[type="datetime"]:focus,.edit-post-visual-editor__content-area input[type="datetime-local"]:focus,.edit-post-visual-editor__content-area input[type="color"]:focus,.edit-post-visual-editor__content-area textarea:focus{color:#000}.edit-post-visual-editor__content-area select{border:1px solid #000}.edit-post-visual-editor__content-area textarea{width:100%}@media screen{.edit-post-visual-editor__content-area .site{display:grid;grid-template-columns:1fr minmax(0, 35em) minmax(0, 35em) 1fr;grid-template-areas:"header" "main" "aside" "footer";margin:auto;padding:0}.edit-post-visual-editor__content-area .site>header{grid-column:1 / -1}.edit-post-visual-editor__content-area .site>main{grid-column:2 / 4}.edit-post-visual-editor__content-area .site>aside{grid-column:2 / 4}.edit-post-visual-editor__content-area .site>footer{grid-column:1 / -1}.edit-post-visual-editor__content-area .site-header{position:sticky;z-index:900;top:0;margin-bottom:2rem}.edit-post-visual-editor__content-area .site-header .main{display:flex;flex-flow:column;align-items:initial;justify-content:space-between;padding-left:1rem}.edit-post-visual-editor__content-area .site-header .secondary{display:flex;flex-flow:column;align-items:end}.edit-post-visual-editor__content-area .site-main{padding:0 1rem}.edit-post-visual-editor__content-area .home-featured{padding:0 1rem}.edit-post-visual-editor__content-area .xarxaprod-destacats,.edit-post-visual-editor__content-area .xarxaprod-featured,.edit-post-visual-editor__content-area .archive-posts{display:grid;grid-template-columns:repeat(1, 1fr);gap:1rem}}@media screen and (max-width: 48em){.edit-post-visual-editor__content-area .site-header{display:grid;grid-template-columns:1fr 1fr;padding:0.5rem 0;align-items:center}}@media screen and (min-width: 48em){.edit-post-visual-editor__content-area .site-header{display:grid;grid-template-columns:1fr minmax(0, 35em) minmax(0, 35em) 1fr;grid-template-areas:"main " "secondary ";margin:auto;padding:0}.edit-post-visual-editor__content-area .site-header .main{grid-column:2/4;flex-flow:row;align-items:center;width:100%}.edit-post-visual-editor__content-area .site-header .secondary{grid-column:2/4;align-items:center;width:100%}.edit-post-visual-editor__content-area .site-main{padding:0 2rem}.edit-post-visual-editor__content-area .home-featured{padding:0 2rem}.edit-post-visual-editor__content-area.single .site-main{width:45rem;margin:0 auto}.edit-post-visual-editor__content-area .xarxaprod-destacats,.edit-post-visual-editor__content-area .xarxaprod-featured,.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(4, 1fr)}.edit-post-visual-editor__content-area .xarxaprod-faqs-aside{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:hover,.edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:active,.edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:focus,.edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:target{flex-grow:1}}@media screen and (min-width: 80em){.edit-post-visual-editor__content-area .site-main{padding:0}.edit-post-visual-editor__content-area .home-featured{padding:0}}@media screen{.edit-post-visual-editor__content-area .hide-content{display:block;width:0px;height:0px;margin:0;padding:0;overflow:hidden}.edit-post-visual-editor__content-area .custom-logo{min-width:11rem;margin:1rem}.edit-post-visual-editor__content-area .main-navigation ul,.edit-post-visual-editor__content-area .secondary-navigation ul{display:none;list-style:none;margin:0;padding-left:0}.edit-post-visual-editor__content-area .main-navigation ul ul.sub-menu,.edit-post-visual-editor__content-area .secondary-navigation ul ul.sub-menu{padding-top:0.5rem;padding-left:1rem}.edit-post-visual-editor__content-area .main-navigation li,.edit-post-visual-editor__content-area .secondary-navigation li{position:relative}.edit-post-visual-editor__content-area .main-navigation a,.edit-post-visual-editor__content-area .secondary-navigation a{display:flex;align-items:center;min-height:100%;padding:0 0.5rem;text-decoration:none;font-size:1rem}.edit-post-visual-editor__content-area .main-navigation .current_page_item>a,.edit-post-visual-editor__content-area .main-navigation .current-menu-item>a,.edit-post-visual-editor__content-area .main-navigation .current_page_ancestor>a,.edit-post-visual-editor__content-area .main-navigation .current-menu-ancestor>a,.edit-post-visual-editor__content-area .secondary-navigation .current_page_item>a,.edit-post-visual-editor__content-area .secondary-navigation .current-menu-item>a,.edit-post-visual-editor__content-area .secondary-navigation .current_page_ancestor>a,.edit-post-visual-editor__content-area .secondary-navigation .current-menu-ancestor>a{font-weight:bold;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;border-left:1px solid #000}.edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"],.edit-post-visual-editor__content-area .main-navigation a[href^="http://xarxaprod.cat"],.edit-post-visual-editor__content-area .main-navigation a[href^="https://xarxaprod.cat"]{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;border-left:1px solid #000}.edit-post-visual-editor__content-area .secondary-navigation{padding:0 1em 1em 0}.edit-post-visual-editor__content-area .secondary-navigation ul{display:inline-block}.edit-post-visual-editor__content-area .secondary-navigation ul li{padding:0.5em 0}.edit-post-visual-editor__content-area .secondary-navigation a{text-transform:uppercase}.edit-post-visual-editor__content-area .toggle-secondary-navigation .show-mobile{display:inherit}.edit-post-visual-editor__content-area .toggle,.edit-post-visual-editor__content-area .toggled-menu{display:none}.edit-post-visual-editor__content-area .toggle:checked+.toggled-menu{display:block;position:absolute;left:0;top:0;width:100%;height:100vh;margin-top:0;padding:0 2rem}.edit-post-visual-editor__content-area .toggle-show{position:relative;display:inline-block;width:1.8em;height:1.4em;margin-right:0.3em;border-top:0.3em solid #000;border-bottom:0.3em solid #000}.edit-post-visual-editor__content-area .toggle-show::before{content:"";position:absolute;top:0.3em;left:0;width:100%;border-top:0.3em solid #000}.edit-post-visual-editor__content-area .toggle-hide{display:flex;justify-content:end;margin-right:-0.5em}.edit-post-visual-editor__content-area .toggle-hide::after{content:"x";padding:0;font-size:3rem;font-weight:bold}.edit-post-visual-editor__content-area .main-navigation.toggled ul{display:block}.edit-post-visual-editor__content-area .main-navigation.toggled .main-navigation-content{display:inline-block;position:absolute;top:5rem;left:0;width:100%;height:calc(100vh - 5rem);padding:3rem;background-color:#fff}.edit-post-visual-editor__content-area .menu-toggle{display:inline-block;width:10rem;height:4rem;margin:0;padding:0;font-size:0;border:none;background-position:center;background-repeat:no-repeat;background-size:contain}}@media screen and (max-width: 47.99em){.edit-post-visual-editor__content-area .site-branding{display:block;width:0px;height:0px;overflow:hidden;margin:0;padding:0}.edit-post-visual-editor__content-area .main-navigation-content{text-transform:uppercase}.edit-post-visual-editor__content-area .main-navigation-content li{padding:0.5rem 0}.edit-post-visual-editor__content-area .secondary-navigation-content{padding:4rem 2rem}}@media screen and (min-width: 48em){.edit-post-visual-editor__content-area .custom-logo{min-width:11rem;margin:1rem 1rem 1rem 0}.edit-post-visual-editor__content-area .menu-toggle{display:none}.edit-post-visual-editor__content-area .main-navigation ul,.edit-post-visual-editor__content-area .secondary-navigation ul{display:flex}.edit-post-visual-editor__content-area .main-navigation ul ul,.edit-post-visual-editor__content-area .secondary-navigation ul ul{background-color:rgba(255,255,255,0.9);box-shadow:0 3px 3px rgba(0,0,0,0.2);float:left;position:absolute;top:100%;left:-999em;z-index:99999}.edit-post-visual-editor__content-area .main-navigation ul ul ul,.edit-post-visual-editor__content-area .secondary-navigation ul ul ul{left:-999em;top:0}.edit-post-visual-editor__content-area .main-navigation ul ul li:hover>ul,.edit-post-visual-editor__content-area .main-navigation ul ul li.focus>ul,.edit-post-visual-editor__content-area .secondary-navigation ul ul li:hover>ul,.edit-post-visual-editor__content-area .secondary-navigation ul ul li.focus>ul{display:block;left:4em;top:1em}.edit-post-visual-editor__content-area .main-navigation ul ul a,.edit-post-visual-editor__content-area .secondary-navigation ul ul a{width:200px}.edit-post-visual-editor__content-area .main-navigation ul li:hover>ul,.edit-post-visual-editor__content-area .main-navigation ul li.focus>ul,.edit-post-visual-editor__content-area .secondary-navigation ul li:hover>ul,.edit-post-visual-editor__content-area .secondary-navigation ul li.focus>ul{left:auto}.edit-post-visual-editor__content-area .main-navigation a,.edit-post-visual-editor__content-area .secondary-navigation a{padding:0 0.5rem}.edit-post-visual-editor__content-area .main-navigation .current_page_item>a,.edit-post-visual-editor__content-area .main-navigation .current-menu-item>a,.edit-post-visual-editor__content-area .main-navigation .current_page_ancestor>a,.edit-post-visual-editor__content-area .main-navigation .current-menu-ancestor>a,.edit-post-visual-editor__content-area .secondary-navigation .current_page_item>a,.edit-post-visual-editor__content-area .secondary-navigation .current-menu-item>a,.edit-post-visual-editor__content-area .secondary-navigation .current_page_ancestor>a,.edit-post-visual-editor__content-area .secondary-navigation .current-menu-ancestor>a{border-left:none}.edit-post-visual-editor__content-area .main-navigation{padding-bottom:1em}.edit-post-visual-editor__content-area .main-navigation ul{justify-content:end}.edit-post-visual-editor__content-area .main-navigation ul ul.sub-menu{flex-direction:column;padding-top:2rem;padding-left:1rem;padding-bottom:1rem}.edit-post-visual-editor__content-area .main-navigation ul ul.sub-menu li{margin:0.5rem 0}.edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"],.edit-post-visual-editor__content-area .main-navigation a[href^="http://xarxaprod.cat"],.edit-post-visual-editor__content-area .main-navigation a[href^="https://xarxaprod.cat"]{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;border-left:none}.edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"]::after,.edit-post-visual-editor__content-area .main-navigation a[href^="http://xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .main-navigation a[href^="https://xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .main-navigation .current-menu-item a::after{display:inline-block;content:"";position:absolute;left:5%;min-height:2px;height:100%;width:90%;margin-top:2.3em}.edit-post-visual-editor__content-area .secondary-navigation{padding:1.5em 0}.edit-post-visual-editor__content-area .menu-item-has-children::after{content:"";display:inline-block;position:absolute;top:40%;right:0.3em;width:0.3em;height:0.3em;border:1px solid #000;border-top:none;border-left:none;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.edit-post-visual-editor__content-area .toggle-secondary-navigation .show-mobile,.edit-post-visual-editor__content-area .toggle-secondary-navigation .hide-not-mobile{display:none}.edit-post-visual-editor__content-area .toggled-menu{display:inherit}}.site-main .edit-post-visual-editor__content-area .comment-navigation,.site-main .edit-post-visual-editor__content-area .posts-navigation,.site-main .edit-post-visual-editor__content-area .post-navigation{margin:0 0 1.5em;align-self:end}.edit-post-visual-editor__content-area .comment-navigation .nav-links,.edit-post-visual-editor__content-area .posts-navigation .nav-links,.edit-post-visual-editor__content-area .post-navigation .nav-links{display:flex}.edit-post-visual-editor__content-area .comment-navigation .nav-previous,.edit-post-visual-editor__content-area .posts-navigation .nav-previous,.edit-post-visual-editor__content-area .post-navigation .nav-previous{flex:1 0 50%}.edit-post-visual-editor__content-area .comment-navigation .nav-next,.edit-post-visual-editor__content-area .posts-navigation .nav-next,.edit-post-visual-editor__content-area .post-navigation .nav-next{flex:1 0 50%}@media screen and (min-width: 80em){.edit-post-visual-editor__content-area .main-navigation .toggle-sidebar-segona .show-mobile,.edit-post-visual-editor__content-area .main-navigation .toggle-sidebar-segona .hide-not-mobile,.edit-post-visual-editor__content-area .secondary-navigation .toggle-sidebar-segona .show-mobile,.edit-post-visual-editor__content-area .secondary-navigation .toggle-sidebar-segona .hide-not-mobile{display:none}.edit-post-visual-editor__content-area .main-navigation a,.edit-post-visual-editor__content-area .secondary-navigation a{padding:0 1rem}.edit-post-visual-editor__content-area .main-navigation{padding-bottom:0}.edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"]::after,.edit-post-visual-editor__content-area .main-navigation a[href^="http://xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .main-navigation a[href^="https://xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .main-navigation .current-menu-item a::after{margin-top:5em}}@media screen{.edit-post-visual-editor__content-area .sticky{display:block}.edit-post-visual-editor__content-area .post,.edit-post-visual-editor__content-area .page{margin:0 0 5em}.edit-post-visual-editor__content-area .updated:not(.published){display:none}.edit-post-visual-editor__content-area .page-content,.edit-post-visual-editor__content-area .entry-content,.edit-post-visual-editor__content-area .entry-summary{margin:1.5em 0 0}.edit-post-visual-editor__content-area .page-links{clear:both;margin:0 0 1.5em}.edit-post-visual-editor__content-area .xarxaprod-card-each{display:flex;flex-direction:column}.edit-post-visual-editor__content-area .xarxaprod-card-each .entry-title,.edit-post-visual-editor__content-area .xarxaprod-card-each h6{border-bottom:1px solid #000;margin:0;padding:0.5rem 0}.edit-post-visual-editor__content-area .xarxaprod-card-each p{padding:0.5rem 0;margin:0}.edit-post-visual-editor__content-area .xarxaprod-card-each .more-link{margin-top:2rem}.edit-post-visual-editor__content-area .xarxaprod-card-each .button-more{padding:0;margin:0}.edit-post-visual-editor__content-area .xarxaprod-fund-info-fields,.edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields{display:grid}.edit-post-visual-editor__content-area .xarxaprod-fund-info-fields .xarxaprod-fund-info-field,.edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields .xarxaprod-fund-info-field{padding-bottom:1rem;border-bottom:1px solid #000}.edit-post-visual-editor__content-area .xarxaprod-fund-info-fields h6,.edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields h6{font-size:2.4rem;font-variant:all-petite-caps}.edit-post-visual-editor__content-area .xarxaprod-fund-info-fields p,.edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields p{margin:0.5rem 0 0 0}.edit-post-visual-editor__content-area .xarxaprod-fund-info-fields li,.edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields li{font-size:1.3rem}.edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields .xarxaprod-fund-info-field{margin:0}.edit-post-visual-editor__content-area .xarxaprod-fund-info-fields .xarxaprod-fund-info-field{margin:1rem 0 0.5rem 0}.edit-post-visual-editor__content-area .xarxaprod-funder-name,.edit-post-visual-editor__content-area .xarxaprod-fund-contact-name,.edit-post-visual-editor__content-area .xarxaprod-fund-web{display:flex;margin:0;padding:0;font-variant:all-petite-caps;font-size:1.1rem;line-height:0.9;align-items:center}.edit-post-visual-editor__content-area .xarxaprod-funder-name a,.edit-post-visual-editor__content-area .xarxaprod-fund-contact-name a,.edit-post-visual-editor__content-area .xarxaprod-fund-web a{text-decoration:none;font-size:0.8rem}.edit-post-visual-editor__content-area .xarxaprod-filtered-funds{display:grid;grid:1fr}.edit-post-visual-editor__content-area .xarxaprod-filtered-funds .os_fund_target .filter,.edit-post-visual-editor__content-area .xarxaprod-filtered-funds .os_fund_source .filter,.edit-post-visual-editor__content-area .xarxaprod-filtered-funds .os_fund_field .filter{display:none}.edit-post-visual-editor__content-area .xarxaprod-filters section{margin:1em 0}.edit-post-visual-editor__content-area .xarxaprod-filters .button-more{width:100%;max-width:11.7em}.edit-post-visual-editor__content-area .xarxaprod-filters .button-more::after{margin-left:1rem}.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(1, minmax(0, 1fr))}.edit-post-visual-editor__content-area .xarxaprod-titol-opcions{display:inline-block;width:100%;max-width:13em;margin-bottom:0;margin-bottom:1rem;padding:0.6em 1em 0.4em;clear:both;cursor:pointer;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:.9rem;border:1px solid #000;text-transform:uppercase}.edit-post-visual-editor__content-area .xarxaprod-titol-opcions:after{content:">";display:inline;float:right}.edit-post-visual-editor__content-area .xarxaprod-titol-opcions:hover:after{transform:rotate(90deg);animation:rotate 0.5s}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(90deg)}}}@media screen and (max-width: 48em){.edit-post-visual-editor__content-area .post,.edit-post-visual-editor__content-area .page{margin:0 0 1em}.edit-post-visual-editor__content-area .xarxaprod-filters section{display:block}.edit-post-visual-editor__content-area .xarxaprod-filters section h5{display:block;width:100%}.edit-post-visual-editor__content-area .xarxaprod-filters section .filter{display:inline-block;width:45%;margin-top:0.5rem;margin-right:0.3em;float:left}.edit-post-visual-editor__content-area .xarxaprod-filters section .filter:last-of-type{margin-bottom:2rem}}@media screen and (min-width: 48em){.edit-post-visual-editor__content-area .xarxaprod-filters{padding-right:2em}.edit-post-visual-editor__content-area .xarxaprod-filters section{margin:1em 0}.edit-post-visual-editor__content-area .xarxaprod-filtered-funds{grid-template-columns:1fr 2fr}.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:3em}}@media screen and (min-width: 80em){.edit-post-visual-editor__content-area .xarxaprod-filtered-funds{grid-template-columns:1fr 3fr}.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(3, minmax(0, 1fr))}}.edit-post-visual-editor__content-area .comment-content a{word-wrap:break-word}.edit-post-visual-editor__content-area .bypostauthor{display:block}.edit-post-visual-editor__content-area .widget{margin:0 0 1.5em}.edit-post-visual-editor__content-area .widget select{max-width:100%}.edit-post-visual-editor__content-area .page-content .wp-smiley,.edit-post-visual-editor__content-area .entry-content .wp-smiley,.edit-post-visual-editor__content-area .comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.edit-post-visual-editor__content-area .custom-logo-link{display:inline-block}.edit-post-visual-editor__content-area .wp-caption{margin-bottom:1.5em;max-width:100%}.edit-post-visual-editor__content-area .wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto}.edit-post-visual-editor__content-area .wp-caption .wp-caption-text{margin:0.8075em 0}.edit-post-visual-editor__content-area .wp-caption-text{text-align:center}.edit-post-visual-editor__content-area .gallery{margin-bottom:1.5em;display:grid;grid-gap:1.5em}.edit-post-visual-editor__content-area .gallery-item{display:inline-block;text-align:center;width:100%}.edit-post-visual-editor__content-area .gallery-columns-2{grid-template-columns:repeat(2, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-3{grid-template-columns:repeat(3, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-4{grid-template-columns:repeat(4, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-5{grid-template-columns:repeat(5, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-6{grid-template-columns:repeat(6, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-7{grid-template-columns:repeat(7, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-8{grid-template-columns:repeat(8, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-9{grid-template-columns:repeat(9, 1fr)}.edit-post-visual-editor__content-area .gallery-caption{display:block}.edit-post-visual-editor__content-area .infinite-scroll .posts-navigation,.edit-post-visual-editor__content-area .infinite-scroll.neverending .site-footer{display:none}.edit-post-visual-editor__content-area .infinity-end.neverending .site-footer{display:block}.edit-post-visual-editor__content-area .black-blocs{padding:1rem 0;gap:1rem}.edit-post-visual-editor__content-area .black-blocs .wp-block-column{align-self:auto;display:flex;flex-direction:column;position:relative;min-height:17rem;padding:1rem}.edit-post-visual-editor__content-area .black-blocs .wp-block-column h1,.edit-post-visual-editor__content-area .black-blocs .wp-block-column h2,.edit-post-visual-editor__content-area .black-blocs .wp-block-column h3,.edit-post-visual-editor__content-area .black-blocs .wp-block-column h4,.edit-post-visual-editor__content-area .black-blocs .wp-block-column h5,.edit-post-visual-editor__content-area .black-blocs .wp-block-column h6{min-height:4.8rem;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:2rem;line-height:1.04}.edit-post-visual-editor__content-area .black-blocs .wp-block-column p{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:.9rem}.edit-post-visual-editor__content-area .black-blocs .wp-block-column a{color:#fff;text-decoration:none}.edit-post-visual-editor__content-area .black-blocs .wp-block-column a::after{content:"+";position:absolute;bottom:-1rem;left:0.7rem;font-size:5rem}.edit-post-visual-editor__content-area .black-blocs .wp-block-column a:hover{color:#ccc}.edit-post-visual-editor__content-area .black-blocs .wp-block-column a:hover::after{content:">";font-size:3rem;bottom:0}.edit-post-visual-editor__content-area .wpcf7-not-valid:not(:focus){background-color:#ff686e}.edit-post-visual-editor__content-area .wpcf7-not-valid-tip{color:#ff686e}.edit-post-visual-editor__content-area .wpcf7 form.invalid .wpcf7-response-output,.edit-post-visual-editor__content-area .wpcf7 form.unaccepted .wpcf7-response-output,.edit-post-visual-editor__content-area .wpcf7 form.payment-required .wpcf7-response-output{border-color:#f6cc4c;background-color:#f6cc4c;color:#fff;font-family:"din-medium";font-weight:bold;text-align:center;margin:0em;padding:0rem}.edit-post-visual-editor__content-area .wpcf7-form .wpcf7-submit{margin-left:1rem}.edit-post-visual-editor__content-area .wpcf7-form .wpcf7-spinner{margin:0 -24px 0 0}.edit-post-visual-editor__content-area .wpcf7-list-item-label{margin:0 0.3rem}.edit-post-visual-editor__content-area .contactform{margin-bottom:1rem}.edit-post-visual-editor__content-area .contactform br{display:none}.edit-post-visual-editor__content-area .contactform p{display:block;break-inside:avoid-column;margin-top:0}.edit-post-visual-editor__content-area .contactform .break-after-column,.edit-post-visual-editor__content-area .contactform .saltar-columna{break-after:column}.edit-post-visual-editor__content-area .contactform-consultoria .contactform-name,.edit-post-visual-editor__content-area .contactform-consultoria .contactform-email{max-width:40%;display:inline-block}.edit-post-visual-editor__content-area .contactform-consultoria .contactform-name{float:left}.edit-post-visual-editor__content-area .contactform-consultoria .contactform-email{float:right;margin-bottom:1rem}.edit-post-visual-editor__content-area .contactform-acceptance{display:flex;align-items:center;justify-content:end}.edit-post-visual-editor__content-area .contactform-fund-info{display:inline-block;column-count:2;column-gap:2em;width:100%}.edit-post-visual-editor__content-area .contactform-fund-info .contactform-descripcio textarea{display:inline-block;min-height:15.5em}.edit-post-visual-editor__content-area .contactform-fund-options{display:flex;justify-content:space-between}.edit-post-visual-editor__content-area .contactform-fund-options p{display:inline-block}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-list-item{display:block}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-list-item label{display:flex;flex-direction:row-reverse;justify-content:left}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"],.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]{display:block}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"] input[type="date"],.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] input[type="date"]{width:auto;background-color:#fff}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before,.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before{display:inline-block;width:2rem}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before{content:"inici: "}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before{content:"fi: "}.edit-post-visual-editor__content-area .screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.edit-post-visual-editor__content-area .screen-reader-text:focus{background-color:none;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;clip-path:none;color:#000;display:block;font-size:0.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.edit-post-visual-editor__content-area #primary[tabindex="-1"]:focus{outline:0}.edit-post-visual-editor__content-area .alignleft{float:left;margin-right:1.5em;margin-bottom:1.5em}.edit-post-visual-editor__content-area .alignright{float:right;margin-left:1.5em;margin-bottom:1.5em}.edit-post-visual-editor__content-area .aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;margin-bottom:1.5em}.edit-post-visual-editor__content-area :where(.wp-block){max-width:80rem}.edit-post-visual-editor__content-area .black-blocs .wp-block-column a::after{display:none}.editor-styles-wrapper .wp-block-button__link{color:#000 !important;background-color:#fff !important;border-radius:0 !important;box-shadow:none !important;text-decoration:none !important;padding:0.6em 1em 0.4em !important;font-size:inherit !important}@font-face{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-45Light.eot);src:url(assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-45Light.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-45Light.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-45Light.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light) format(svg);font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-55Roman.eot);src:url(assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-55Roman.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-55Roman.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-55Roman.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman) format(svg);font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-75Bold.eot);src:url(assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-75Bold.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-75Bold.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-75Bold.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold) format(svg);font-weight:bold;font-style:normal;font-display:swap} +.wp-admin .components-button.edit-post-fullscreen-mode-close.has-icon,.wp-admin .edit-post-fullscreen-mode-close_site-icon{background-color:#fff;filter:invert(1)}.site-icon-preview .app-icon-preview{background-color:#fff}.edit-post-visual-editor__content-area{/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */}.edit-post-visual-editor__content-area html{line-height:1.15;-webkit-text-size-adjust:100%}.edit-post-visual-editor__content-area body{margin:0}.edit-post-visual-editor__content-area main{display:block}.edit-post-visual-editor__content-area h1{font-size:2em;margin:0.67em 0}.edit-post-visual-editor__content-area hr{box-sizing:content-box;height:0;overflow:visible}.edit-post-visual-editor__content-area pre{font-family:monospace, monospace;font-size:1em}.edit-post-visual-editor__content-area a{background-color:transparent}.edit-post-visual-editor__content-area abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}.edit-post-visual-editor__content-area b,.edit-post-visual-editor__content-area strong{font-weight:bolder}.edit-post-visual-editor__content-area code,.edit-post-visual-editor__content-area kbd,.edit-post-visual-editor__content-area samp{font-family:monospace, monospace;font-size:1em}.edit-post-visual-editor__content-area small{font-size:80%}.edit-post-visual-editor__content-area sub,.edit-post-visual-editor__content-area sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.edit-post-visual-editor__content-area sub{bottom:-0.25em}.edit-post-visual-editor__content-area sup{top:-0.5em}.edit-post-visual-editor__content-area img{border-style:none}.edit-post-visual-editor__content-area button,.edit-post-visual-editor__content-area input,.edit-post-visual-editor__content-area optgroup,.edit-post-visual-editor__content-area select,.edit-post-visual-editor__content-area textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}.edit-post-visual-editor__content-area button,.edit-post-visual-editor__content-area input{overflow:visible}.edit-post-visual-editor__content-area button,.edit-post-visual-editor__content-area select{text-transform:none}.edit-post-visual-editor__content-area button,.edit-post-visual-editor__content-area [type="button"],.edit-post-visual-editor__content-area [type="reset"],.edit-post-visual-editor__content-area [type="submit"]{-webkit-appearance:button}.edit-post-visual-editor__content-area button::-moz-focus-inner,.edit-post-visual-editor__content-area [type="button"]::-moz-focus-inner,.edit-post-visual-editor__content-area [type="reset"]::-moz-focus-inner,.edit-post-visual-editor__content-area [type="submit"]::-moz-focus-inner{border-style:none;padding:0}.edit-post-visual-editor__content-area button:-moz-focusring,.edit-post-visual-editor__content-area [type="button"]:-moz-focusring,.edit-post-visual-editor__content-area [type="reset"]:-moz-focusring,.edit-post-visual-editor__content-area [type="submit"]:-moz-focusring{outline:1px dotted ButtonText}.edit-post-visual-editor__content-area fieldset{padding:0.35em 0.75em 0.625em}.edit-post-visual-editor__content-area legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.edit-post-visual-editor__content-area progress{vertical-align:baseline}.edit-post-visual-editor__content-area textarea{overflow:auto}.edit-post-visual-editor__content-area [type="checkbox"],.edit-post-visual-editor__content-area [type="radio"]{box-sizing:border-box;padding:0}.edit-post-visual-editor__content-area [type="number"]::-webkit-inner-spin-button,.edit-post-visual-editor__content-area [type="number"]::-webkit-outer-spin-button{height:auto}.edit-post-visual-editor__content-area [type="search"]{-webkit-appearance:textfield;outline-offset:-2px}.edit-post-visual-editor__content-area [type="search"]::-webkit-search-decoration{-webkit-appearance:none}.edit-post-visual-editor__content-area ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.edit-post-visual-editor__content-area details{display:block}.edit-post-visual-editor__content-area summary{display:list-item}.edit-post-visual-editor__content-area template{display:none}.edit-post-visual-editor__content-area [hidden]{display:none}.edit-post-visual-editor__content-area *,.edit-post-visual-editor__content-area *::before,.edit-post-visual-editor__content-area *::after{box-sizing:inherit}.edit-post-visual-editor__content-area html{box-sizing:border-box}.edit-post-visual-editor__content-area body,.edit-post-visual-editor__content-area button,.edit-post-visual-editor__content-area input,.edit-post-visual-editor__content-area select,.edit-post-visual-editor__content-area optgroup,.edit-post-visual-editor__content-area textarea{color:#000;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1rem;line-height:1.3}.edit-post-visual-editor__content-area .hide{display:inline-block;margin:0;padding:0;min-width:unset;max-width:unset;width:0px;min-height:unset;max-height:unset;height:0px;font-size:0px;line-height:0px;text-decoration:none;border:0;background:none;background-color:transparent}@media screen{.edit-post-visual-editor__content-area h1,.edit-post-visual-editor__content-area h2,.edit-post-visual-editor__content-area h3,.edit-post-visual-editor__content-area h4,.edit-post-visual-editor__content-area h5,.edit-post-visual-editor__content-area h6,.edit-post-visual-editor__content-area .h1,.edit-post-visual-editor__content-area .h2,.edit-post-visual-editor__content-area .h3,.edit-post-visual-editor__content-area .h4,.edit-post-visual-editor__content-area .h5,.edit-post-visual-editor__content-area .h6{clear:both;line-height:1.1}.edit-post-visual-editor__content-area h1,.edit-post-visual-editor__content-area .h1{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.8rem;text-transform:uppercase}.edit-post-visual-editor__content-area h1.small,.edit-post-visual-editor__content-area .h1.small{font-size:1.5rem}.edit-post-visual-editor__content-area h2,.edit-post-visual-editor__content-area .h2{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.5rem;text-transform:uppercase}.edit-post-visual-editor__content-area h2.small,.edit-post-visual-editor__content-area .h2.small{font-size:1.2rem}.edit-post-visual-editor__content-area h3,.edit-post-visual-editor__content-area .h3{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.3rem;text-transform:uppercase}.edit-post-visual-editor__content-area h3.small,.edit-post-visual-editor__content-area .h3.small{font-size:1rem}.edit-post-visual-editor__content-area h4,.edit-post-visual-editor__content-area .h4{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.2rem;text-transform:uppercase}.edit-post-visual-editor__content-area h4.small,.edit-post-visual-editor__content-area .h4.small{font-size:.9rem}.edit-post-visual-editor__content-area h5,.edit-post-visual-editor__content-area .h5{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.1rem;text-transform:uppercase}.edit-post-visual-editor__content-area h5.small,.edit-post-visual-editor__content-area .h5.small{font-size:.8rem}.edit-post-visual-editor__content-area h6,.edit-post-visual-editor__content-area .h6{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.1rem}.edit-post-visual-editor__content-area h6.small,.edit-post-visual-editor__content-area .h6.small{font-size:.8rem}.edit-post-visual-editor__content-area .site-main h1,.edit-post-visual-editor__content-area .site-main h2,.edit-post-visual-editor__content-area .site-main h3,.edit-post-visual-editor__content-area .site-main h4,.edit-post-visual-editor__content-area .site-main h5,.edit-post-visual-editor__content-area .site-main h6,.edit-post-visual-editor__content-area .site-main .h1,.edit-post-visual-editor__content-area .site-main .h2,.edit-post-visual-editor__content-area .site-main .h3,.edit-post-visual-editor__content-area .site-main .h4,.edit-post-visual-editor__content-area .site-main .h5,.edit-post-visual-editor__content-area .site-main .h6,.edit-post-visual-editor__content-area .site-main .entry-content{margin:0}.edit-post-visual-editor__content-area .single h1,.edit-post-visual-editor__content-area .single .h1{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.edit-post-visual-editor__content-area .home-featured h2,.edit-post-visual-editor__content-area .home-featured .h2{margin:1.2rem 0;font-size:2rem;line-height:1.2;border-bottom:0.6rem solid #000}}@media screen and (min-width: 48em){.edit-post-visual-editor__content-area h1,.edit-post-visual-editor__content-area .h1{font-size:3.5rem}.edit-post-visual-editor__content-area h2,.edit-post-visual-editor__content-area .h2{font-size:2.5rem}.edit-post-visual-editor__content-area h3,.edit-post-visual-editor__content-area .h3{font-size:1.5rem}.edit-post-visual-editor__content-area h4,.edit-post-visual-editor__content-area .h4{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.3rem}.edit-post-visual-editor__content-area h5,.edit-post-visual-editor__content-area .h5{font-size:1.3rem}.edit-post-visual-editor__content-area h6,.edit-post-visual-editor__content-area .h6{font-size:1.3rem}.edit-post-visual-editor__content-area .home-featured h2,.edit-post-visual-editor__content-area .home-featured .h2{font-size:3.5rem;border-bottom:0.8rem solid #000}}@media screen and (min-width: 1440px){.edit-post-visual-editor__content-area h1,.edit-post-visual-editor__content-area .h1{font-size:3.5rem}.edit-post-visual-editor__content-area h2,.edit-post-visual-editor__content-area .h2{font-size:2.5rem}.edit-post-visual-editor__content-area h3,.edit-post-visual-editor__content-area .h3{font-size:1.6rem}.edit-post-visual-editor__content-area h4,.edit-post-visual-editor__content-area .h4{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.4rem}.edit-post-visual-editor__content-area h5,.edit-post-visual-editor__content-area .h5{font-size:1.4rem}.edit-post-visual-editor__content-area h6,.edit-post-visual-editor__content-area .h6{font-size:1.4rem}.edit-post-visual-editor__content-area .home-featured h2,.edit-post-visual-editor__content-area .home-featured .h2{font-size:3.5rem;border-bottom:0.8rem solid #000}}.edit-post-visual-editor__content-area p{margin-bottom:1.5em}.edit-post-visual-editor__content-area dfn,.edit-post-visual-editor__content-area cite,.edit-post-visual-editor__content-area em,.edit-post-visual-editor__content-area i{font-style:italic}.edit-post-visual-editor__content-area blockquote{margin:0}.edit-post-visual-editor__content-area blockquote p{font-size:1.1rem}.edit-post-visual-editor__content-area address{margin:0 0 1.5em}.edit-post-visual-editor__content-area pre{background:#eee;font-family:"Courier 10 Pitch",courier,monospace;line-height:1.4;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}.edit-post-visual-editor__content-area code,.edit-post-visual-editor__content-area .code,.edit-post-visual-editor__content-area kbd,.edit-post-visual-editor__content-area tt,.edit-post-visual-editor__content-area var{font-family:monaco,consolas,"Andale Mono","DejaVu Sans Mono",monospace,mono;background-color:#eee}.edit-post-visual-editor__content-area abbr,.edit-post-visual-editor__content-area acronym{border-bottom:1px dotted #666;cursor:help}.edit-post-visual-editor__content-area mark,.edit-post-visual-editor__content-area ins{background:#fdfdfd;text-decoration:none}.edit-post-visual-editor__content-area big{font-size:125%}.edit-post-visual-editor__content-area .small{font-size:80%}@font-face{.edit-post-visual-editor__content-area{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-45Light.eot);src:url(assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-45Light.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-45Light.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-45Light.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light) format(svg);font-weight:300;font-style:normal;font-display:swap}}@font-face{.edit-post-visual-editor__content-area{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-55Roman.eot);src:url(assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-55Roman.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-55Roman.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-55Roman.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman) format(svg);font-weight:500;font-style:normal;font-display:swap}}@font-face{.edit-post-visual-editor__content-area{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-75Bold.eot);src:url(assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-75Bold.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-75Bold.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-75Bold.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold) format(svg);font-weight:bold;font-style:normal;font-display:swap}}.edit-post-visual-editor__content-area body{background:none;background-image:url(./assets/img/background-colors-02.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat}.edit-post-visual-editor__content-area hr{background-color:#000;border:0;height:1px;margin-bottom:1.5em}.edit-post-visual-editor__content-area ul,.edit-post-visual-editor__content-area ol{margin:0 0 0.5em 0.5em;padding:0}.edit-post-visual-editor__content-area ul{list-style:none}.edit-post-visual-editor__content-area ol{list-style:decimal}.edit-post-visual-editor__content-area li>ul,.edit-post-visual-editor__content-area li>ol{margin-bottom:0;margin-left:0.5em}.edit-post-visual-editor__content-area dt{font-weight:700}.edit-post-visual-editor__content-area dd{margin:0 0 0.5em 0.5em;padding:0}.edit-post-visual-editor__content-area article:not(.type-post) .xarxaprod-label{margin:0;padding:0;display:inline}.edit-post-visual-editor__content-area article:not(.type-post) .xarxaprod-label li{display:inline-block;margin:0.1em 0;padding:0.2em 0.2em 0 0.2em;color:#fff;background-color:#000;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:.7rem;text-transform:uppercase}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_target li{background-color:#ff8d76}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_source li{background-color:#5bcee8}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_field li{background-color:#f6cc4c}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_dates li{background-color:#69ed82}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_call{display:block;margin:0.2rem 0}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_call li{font-size:1.2rem}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_apply_text{display:inline-block;margin:0.1em 0;padding:0.2em 0.2em 0 0.2em;color:#fff;background-color:#69ed82;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:.7rem;text-transform:uppercase}.edit-post-visual-editor__content-area .xarxaprod-faqs-types ul{margin:0}.edit-post-visual-editor__content-area .xarxaprod-faqs-types .cat-item{display:inline-block;margin:0.1em 0.5em 0.1em 0;padding:0.2em 0.2em 0 0.2em;color:#fff;background-color:#000;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.1rem;text-transform:uppercase}.edit-post-visual-editor__content-area .xarxaprod-faqs-types .current-cat{background-color:#ff8d76}.edit-post-visual-editor__content-area .xarxaprod-faqs-types a{color:#fff;text-decoration:none}.edit-post-visual-editor__content-area .xarxaprod-faqs-types a:visited,.edit-post-visual-editor__content-area .xarxaprod-faqs-types a:hover{color:#fff}.edit-post-visual-editor__content-area .single-xarxaprod-ajut article:not(.type-post) .xarxaprod-label li{font-size:1.1rem}.edit-post-visual-editor__content-area .single-xarxaprod-ajut article:not(.type-post) .item-os_fund_apply_text{font-size:1.1rem}.edit-post-visual-editor__content-area embed,.edit-post-visual-editor__content-area iframe,.edit-post-visual-editor__content-area object{max-width:100%}.edit-post-visual-editor__content-area img{height:auto;max-width:100%}.edit-post-visual-editor__content-area figure{margin:1em 0}.edit-post-visual-editor__content-area table{margin:0 0 1.5em;width:100%}.edit-post-visual-editor__content-area a{color:#000}.edit-post-visual-editor__content-area a:visited{color:#000}.edit-post-visual-editor__content-area a:hover,.edit-post-visual-editor__content-area a:focus,.edit-post-visual-editor__content-area a:active{color:#333}.edit-post-visual-editor__content-area a:focus{outline:thin dotted}.edit-post-visual-editor__content-area a:hover,.edit-post-visual-editor__content-area a:active{outline:0}.edit-post-visual-editor__content-area a.button{text-decoration:none}.edit-post-visual-editor__content-area .button a,.edit-post-visual-editor__content-area .excerpt a,.edit-post-visual-editor__content-area .post-excerpt a,.edit-post-visual-editor__content-area .entry-title a{text-decoration:none}.edit-post-visual-editor__content-area button,.edit-post-visual-editor__content-area input[type="button"],.edit-post-visual-editor__content-area input[type="reset"],.edit-post-visual-editor__content-area input[type="submit"],.edit-post-visual-editor__content-area .button,.edit-post-visual-editor__content-area .wp-block-button__link{border:1px solid;border-color:#000;border-radius:0;background:none;color:#000;line-height:1;padding:0.5em;margin:0}.edit-post-visual-editor__content-area button:hover,.edit-post-visual-editor__content-area input[type="button"]:hover,.edit-post-visual-editor__content-area input[type="reset"]:hover,.edit-post-visual-editor__content-area input[type="submit"]:hover,.edit-post-visual-editor__content-area .button:hover,.edit-post-visual-editor__content-area .wp-block-button__link:hover{border-color:#111}.edit-post-visual-editor__content-area button:active,.edit-post-visual-editor__content-area button:focus,.edit-post-visual-editor__content-area input[type="button"]:active,.edit-post-visual-editor__content-area input[type="button"]:focus,.edit-post-visual-editor__content-area input[type="reset"]:active,.edit-post-visual-editor__content-area input[type="reset"]:focus,.edit-post-visual-editor__content-area input[type="submit"]:active,.edit-post-visual-editor__content-area input[type="submit"]:focus,.edit-post-visual-editor__content-area .button:active,.edit-post-visual-editor__content-area .button:focus,.edit-post-visual-editor__content-area .wp-block-button__link:active,.edit-post-visual-editor__content-area .wp-block-button__link:focus{border-color:#222}.edit-post-visual-editor__content-area .button-more{display:inline-block}.edit-post-visual-editor__content-area .button-more::after{content:"+";display:inline-block;font-weight:bold;text-align:center}.edit-post-visual-editor__content-area .button-more:hover::after{content:">"}.edit-post-visual-editor__content-area .more-link .button-more::after{font-size:4rem;width:4rem}.edit-post-visual-editor__content-area .category-faq .button-more::before{content:"accedir"}.edit-post-visual-editor__content-area .xarxaprod-search-form{display:flex;margin:0.5rem 0}.edit-post-visual-editor__content-area .xarxaprod-search-form .search-field{padding:0.5em}.edit-post-visual-editor__content-area .xarxaprod-search-form .search-submit{z-index:10;margin:0rem;border:none;width:2.5rem;height:2.5rem;background:none;cursor:pointer;font-size:0px}.edit-post-visual-editor__content-area .xarxaprod-icon-search:before{position:absolute;padding:0;margin:0.2rem 0 0 -1.5rem;z-index:0;min-width:2.5rem;min-height:2.5rem;font-size:2rem;content:"\26b2";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.edit-post-visual-editor__content-area input[type="text"],.edit-post-visual-editor__content-area input[type="email"],.edit-post-visual-editor__content-area input[type="url"],.edit-post-visual-editor__content-area input[type="password"],.edit-post-visual-editor__content-area input[type="search"],.edit-post-visual-editor__content-area input[type="number"],.edit-post-visual-editor__content-area input[type="tel"],.edit-post-visual-editor__content-area input[type="range"],.edit-post-visual-editor__content-area input[type="date"],.edit-post-visual-editor__content-area input[type="month"],.edit-post-visual-editor__content-area input[type="week"],.edit-post-visual-editor__content-area input[type="time"],.edit-post-visual-editor__content-area input[type="datetime"],.edit-post-visual-editor__content-area input[type="datetime-local"],.edit-post-visual-editor__content-area input[type="color"],.edit-post-visual-editor__content-area textarea{color:#111;background-color:#eee;border:none;border-radius:0;width:100%;padding:0.3rem}.edit-post-visual-editor__content-area input[type="text"]:focus,.edit-post-visual-editor__content-area input[type="email"]:focus,.edit-post-visual-editor__content-area input[type="url"]:focus,.edit-post-visual-editor__content-area input[type="password"]:focus,.edit-post-visual-editor__content-area input[type="search"]:focus,.edit-post-visual-editor__content-area input[type="number"]:focus,.edit-post-visual-editor__content-area input[type="tel"]:focus,.edit-post-visual-editor__content-area input[type="range"]:focus,.edit-post-visual-editor__content-area input[type="date"]:focus,.edit-post-visual-editor__content-area input[type="month"]:focus,.edit-post-visual-editor__content-area input[type="week"]:focus,.edit-post-visual-editor__content-area input[type="time"]:focus,.edit-post-visual-editor__content-area input[type="datetime"]:focus,.edit-post-visual-editor__content-area input[type="datetime-local"]:focus,.edit-post-visual-editor__content-area input[type="color"]:focus,.edit-post-visual-editor__content-area textarea:focus{color:#000}.edit-post-visual-editor__content-area select{border:1px solid #000}.edit-post-visual-editor__content-area textarea{width:100%}@media screen{.edit-post-visual-editor__content-area .site{display:grid;grid-template-columns:1fr minmax(0, 35em) minmax(0, 35em) 1fr;grid-template-areas:"header" "main" "aside" "footer";margin:auto;padding:0}.edit-post-visual-editor__content-area .site>header{grid-column:1 / -1}.edit-post-visual-editor__content-area .site>main{grid-column:2 / 4}.edit-post-visual-editor__content-area .site>aside{grid-column:2 / 4}.edit-post-visual-editor__content-area .site>footer{grid-column:1 / -1}.edit-post-visual-editor__content-area .site-header{position:sticky;z-index:900;top:0;margin-bottom:2rem}.edit-post-visual-editor__content-area .site-header .main{display:flex;flex-flow:column;align-items:initial;justify-content:space-between;padding-left:1rem}.edit-post-visual-editor__content-area .site-header .secondary{display:flex;flex-flow:column;align-items:end}.edit-post-visual-editor__content-area .site-main{padding:0 1rem}.edit-post-visual-editor__content-area .home-featured{padding:0 1rem}.edit-post-visual-editor__content-area .xarxaprod-destacats,.edit-post-visual-editor__content-area .xarxaprod-featured,.edit-post-visual-editor__content-area .archive-posts{display:grid;grid-template-columns:repeat(1, 1fr);gap:1rem}}@media screen and (max-width: 48em){.edit-post-visual-editor__content-area .site-header{display:grid;grid-template-columns:1fr 1fr;padding:0.5rem 0;align-items:center}}@media screen and (min-width: 48em){.edit-post-visual-editor__content-area .site-header{display:grid;grid-template-columns:1fr minmax(0, 35em) minmax(0, 35em) 1fr;grid-template-areas:"main " "secondary ";margin:auto;padding:0}.edit-post-visual-editor__content-area .site-header .main{grid-column:2/4;flex-flow:row;align-items:center;width:100%}.edit-post-visual-editor__content-area .site-header .secondary{grid-column:2/4;align-items:center;width:100%}.edit-post-visual-editor__content-area .site-main{padding:0 2rem}.edit-post-visual-editor__content-area .home-featured{padding:0 2rem}.edit-post-visual-editor__content-area.single .site-main{width:45rem;margin:0 auto}.edit-post-visual-editor__content-area .xarxaprod-destacats,.edit-post-visual-editor__content-area .xarxaprod-featured,.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(4, 1fr)}.edit-post-visual-editor__content-area .xarxaprod-faqs-aside{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:hover,.edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:active,.edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:focus,.edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:target{flex-grow:1}}@media screen and (min-width: 80em){.edit-post-visual-editor__content-area .site-main{padding:0}.edit-post-visual-editor__content-area .home-featured{padding:0}}@media screen{.edit-post-visual-editor__content-area .hide-content{display:block;width:0px;height:0px;margin:0;padding:0;overflow:hidden}.edit-post-visual-editor__content-area .custom-logo{min-width:11rem;margin:1rem}.edit-post-visual-editor__content-area .main-navigation ul,.edit-post-visual-editor__content-area .secondary-navigation ul{display:none;list-style:none;margin:0;padding-left:0}.edit-post-visual-editor__content-area .main-navigation ul ul.sub-menu,.edit-post-visual-editor__content-area .secondary-navigation ul ul.sub-menu{padding-top:0.5rem;padding-left:1rem}.edit-post-visual-editor__content-area .main-navigation li,.edit-post-visual-editor__content-area .secondary-navigation li{position:relative}.edit-post-visual-editor__content-area .main-navigation a,.edit-post-visual-editor__content-area .secondary-navigation a{display:flex;align-items:center;min-height:100%;padding:0 0.5rem;text-decoration:none;font-size:1rem}.edit-post-visual-editor__content-area .main-navigation .current_page_item>a,.edit-post-visual-editor__content-area .main-navigation .current-menu-item>a,.edit-post-visual-editor__content-area .main-navigation .current_page_ancestor>a,.edit-post-visual-editor__content-area .main-navigation .current-menu-ancestor>a,.edit-post-visual-editor__content-area .secondary-navigation .current_page_item>a,.edit-post-visual-editor__content-area .secondary-navigation .current-menu-item>a,.edit-post-visual-editor__content-area .secondary-navigation .current_page_ancestor>a,.edit-post-visual-editor__content-area .secondary-navigation .current-menu-ancestor>a{font-weight:bold;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;border-left:1px solid #000}.edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"],.edit-post-visual-editor__content-area .main-navigation a[href^="http://xarxaprod.cat"],.edit-post-visual-editor__content-area .main-navigation a[href^="https://xarxaprod.cat"]{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;border-left:1px solid #000}.edit-post-visual-editor__content-area .secondary-navigation{padding:0 1em 1em 0}.edit-post-visual-editor__content-area .secondary-navigation ul{display:inline-block}.edit-post-visual-editor__content-area .secondary-navigation ul li{padding:0.5em 0}.edit-post-visual-editor__content-area .secondary-navigation a{text-transform:uppercase}.edit-post-visual-editor__content-area .toggle-secondary-navigation .show-mobile{display:inherit}.edit-post-visual-editor__content-area .toggle,.edit-post-visual-editor__content-area .toggled-menu{display:none}.edit-post-visual-editor__content-area .toggle:checked+.toggled-menu{display:block;position:absolute;left:0;top:0;width:100%;height:100vh;margin-top:0;padding:0 2rem}.edit-post-visual-editor__content-area .toggle-show{position:relative;display:inline-block;width:1.8em;height:1.4em;margin-right:0.3em;border-top:0.3em solid #000;border-bottom:0.3em solid #000}.edit-post-visual-editor__content-area .toggle-show::before{content:"";position:absolute;top:0.3em;left:0;width:100%;border-top:0.3em solid #000}.edit-post-visual-editor__content-area .toggle-hide{display:flex;justify-content:end;margin-right:-0.5em}.edit-post-visual-editor__content-area .toggle-hide::after{content:"x";padding:0;font-size:3rem;font-weight:bold}.edit-post-visual-editor__content-area .main-navigation.toggled ul{display:block}.edit-post-visual-editor__content-area .main-navigation.toggled .main-navigation-content{display:inline-block;position:absolute;top:5rem;left:0;width:100%;height:calc(100vh - 5rem);padding:3rem;background-color:#fff}}@media screen and (max-width: 47.99em){.edit-post-visual-editor__content-area .main-navigation-content{text-transform:uppercase}.edit-post-visual-editor__content-area .main-navigation-content li{padding:0.5rem 0}.edit-post-visual-editor__content-area .secondary-navigation-content{padding:4rem 2rem}}@media screen and (min-width: 48em){.edit-post-visual-editor__content-area .custom-logo{min-width:11rem;margin:1rem 1rem 1rem 0}.edit-post-visual-editor__content-area .menu-toggle{display:none}.edit-post-visual-editor__content-area .main-navigation ul,.edit-post-visual-editor__content-area .secondary-navigation ul{display:flex}.edit-post-visual-editor__content-area .main-navigation ul ul,.edit-post-visual-editor__content-area .secondary-navigation ul ul{background-color:rgba(255,255,255,0.9);box-shadow:0 3px 3px rgba(0,0,0,0.2);float:left;position:absolute;top:100%;left:-999em;z-index:99999}.edit-post-visual-editor__content-area .main-navigation ul ul ul,.edit-post-visual-editor__content-area .secondary-navigation ul ul ul{left:-999em;top:0}.edit-post-visual-editor__content-area .main-navigation ul ul li:hover>ul,.edit-post-visual-editor__content-area .main-navigation ul ul li.focus>ul,.edit-post-visual-editor__content-area .secondary-navigation ul ul li:hover>ul,.edit-post-visual-editor__content-area .secondary-navigation ul ul li.focus>ul{display:block;left:4em;top:1em}.edit-post-visual-editor__content-area .main-navigation ul ul a,.edit-post-visual-editor__content-area .secondary-navigation ul ul a{width:200px}.edit-post-visual-editor__content-area .main-navigation ul li:hover>ul,.edit-post-visual-editor__content-area .main-navigation ul li.focus>ul,.edit-post-visual-editor__content-area .secondary-navigation ul li:hover>ul,.edit-post-visual-editor__content-area .secondary-navigation ul li.focus>ul{left:auto}.edit-post-visual-editor__content-area .main-navigation a,.edit-post-visual-editor__content-area .secondary-navigation a{padding:0 0.5rem}.edit-post-visual-editor__content-area .main-navigation .current_page_item>a,.edit-post-visual-editor__content-area .main-navigation .current-menu-item>a,.edit-post-visual-editor__content-area .main-navigation .current_page_ancestor>a,.edit-post-visual-editor__content-area .main-navigation .current-menu-ancestor>a,.edit-post-visual-editor__content-area .secondary-navigation .current_page_item>a,.edit-post-visual-editor__content-area .secondary-navigation .current-menu-item>a,.edit-post-visual-editor__content-area .secondary-navigation .current_page_ancestor>a,.edit-post-visual-editor__content-area .secondary-navigation .current-menu-ancestor>a{border-left:none}.edit-post-visual-editor__content-area .main-navigation{padding-bottom:1em}.edit-post-visual-editor__content-area .main-navigation ul{justify-content:end}.edit-post-visual-editor__content-area .main-navigation ul ul.sub-menu{flex-direction:column;padding-top:2rem;padding-left:1rem;padding-bottom:1rem}.edit-post-visual-editor__content-area .main-navigation ul ul.sub-menu li{margin:0.5rem 0}.edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"],.edit-post-visual-editor__content-area .main-navigation a[href^="http://xarxaprod.cat"],.edit-post-visual-editor__content-area .main-navigation a[href^="https://xarxaprod.cat"]{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;border-left:none}.edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"]::after,.edit-post-visual-editor__content-area .main-navigation a[href^="http://xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .main-navigation a[href^="https://xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .main-navigation .current-menu-item a::after{display:inline-block;content:"";position:absolute;left:5%;min-height:2px;height:100%;width:90%;margin-top:2.3em}.edit-post-visual-editor__content-area .secondary-navigation{padding:1.5em 0}.edit-post-visual-editor__content-area .menu-item-has-children::after{content:"";display:inline-block;position:absolute;top:40%;right:0.3em;width:0.3em;height:0.3em;border:1px solid #000;border-top:none;border-left:none;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.edit-post-visual-editor__content-area .toggle-secondary-navigation .show-mobile,.edit-post-visual-editor__content-area .toggle-secondary-navigation .hide-not-mobile{display:none}.edit-post-visual-editor__content-area .toggled-menu{display:inherit}}.site-main .edit-post-visual-editor__content-area .comment-navigation,.site-main .edit-post-visual-editor__content-area .posts-navigation,.site-main .edit-post-visual-editor__content-area .post-navigation{margin:0 0 1.5em;align-self:end}.edit-post-visual-editor__content-area .comment-navigation .nav-links,.edit-post-visual-editor__content-area .posts-navigation .nav-links,.edit-post-visual-editor__content-area .post-navigation .nav-links{display:flex}.edit-post-visual-editor__content-area .comment-navigation .nav-previous,.edit-post-visual-editor__content-area .posts-navigation .nav-previous,.edit-post-visual-editor__content-area .post-navigation .nav-previous{flex:1 0 50%}.edit-post-visual-editor__content-area .comment-navigation .nav-next,.edit-post-visual-editor__content-area .posts-navigation .nav-next,.edit-post-visual-editor__content-area .post-navigation .nav-next{flex:1 0 50%}@media screen and (min-width: 80em){.edit-post-visual-editor__content-area .main-navigation .toggle-sidebar-segona .show-mobile,.edit-post-visual-editor__content-area .main-navigation .toggle-sidebar-segona .hide-not-mobile,.edit-post-visual-editor__content-area .secondary-navigation .toggle-sidebar-segona .show-mobile,.edit-post-visual-editor__content-area .secondary-navigation .toggle-sidebar-segona .hide-not-mobile{display:none}.edit-post-visual-editor__content-area .main-navigation a,.edit-post-visual-editor__content-area .secondary-navigation a{padding:0 1rem}.edit-post-visual-editor__content-area .main-navigation{padding-bottom:0}.edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"]::after,.edit-post-visual-editor__content-area .main-navigation a[href^="http://xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .main-navigation a[href^="https://xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .main-navigation .current-menu-item a::after{margin-top:5em}}@media screen{.edit-post-visual-editor__content-area .sticky{display:block}.edit-post-visual-editor__content-area .post,.edit-post-visual-editor__content-area .page{margin:0 0 5em}.edit-post-visual-editor__content-area .updated:not(.published){display:none}.edit-post-visual-editor__content-area .page-content,.edit-post-visual-editor__content-area .entry-content,.edit-post-visual-editor__content-area .entry-summary{margin:1.5em 0 0}.edit-post-visual-editor__content-area .page-links{clear:both;margin:0 0 1.5em}.edit-post-visual-editor__content-area .xarxaprod-card-each{display:flex;flex-direction:column}.edit-post-visual-editor__content-area .xarxaprod-card-each .entry-title,.edit-post-visual-editor__content-area .xarxaprod-card-each h6{border-bottom:1px solid #000;margin:0;padding:0.5rem 0}.edit-post-visual-editor__content-area .xarxaprod-card-each p{padding:0.5rem 0;margin:0}.edit-post-visual-editor__content-area .xarxaprod-card-each .more-link{margin-top:2rem}.edit-post-visual-editor__content-area .xarxaprod-card-each .button-more{padding:0;margin:0}.edit-post-visual-editor__content-area .xarxaprod-fund-info-fields,.edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields{display:grid}.edit-post-visual-editor__content-area .xarxaprod-fund-info-fields .xarxaprod-fund-info-field,.edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields .xarxaprod-fund-info-field{padding-bottom:1rem;border-bottom:1px solid #000}.edit-post-visual-editor__content-area .xarxaprod-fund-info-fields h6,.edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields h6{font-size:2.4rem;font-variant:all-petite-caps}.edit-post-visual-editor__content-area .xarxaprod-fund-info-fields p,.edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields p{margin:0.5rem 0 0 0}.edit-post-visual-editor__content-area .xarxaprod-fund-info-fields li,.edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields li{font-size:1.3rem}.edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields .xarxaprod-fund-info-field{margin:0}.edit-post-visual-editor__content-area .xarxaprod-fund-info-fields .xarxaprod-fund-info-field{margin:1rem 0 0.5rem 0}.edit-post-visual-editor__content-area .xarxaprod-funder-name,.edit-post-visual-editor__content-area .xarxaprod-fund-contact-name,.edit-post-visual-editor__content-area .xarxaprod-fund-web{display:flex;margin:0;padding:0;font-variant:all-petite-caps;font-size:1.1rem;line-height:0.9;align-items:center}.edit-post-visual-editor__content-area .xarxaprod-funder-name a,.edit-post-visual-editor__content-area .xarxaprod-fund-contact-name a,.edit-post-visual-editor__content-area .xarxaprod-fund-web a{text-decoration:none;font-size:0.8rem}.edit-post-visual-editor__content-area .xarxaprod-filtered-content{display:grid;grid:1fr}.edit-post-visual-editor__content-area .xarxaprod-filtered-content .os_fund_target .filter,.edit-post-visual-editor__content-area .xarxaprod-filtered-content .os_fund_source .filter,.edit-post-visual-editor__content-area .xarxaprod-filtered-content .os_fund_field .filter{display:none}.edit-post-visual-editor__content-area .xarxaprod-filters section{margin:1em 0}.edit-post-visual-editor__content-area .xarxaprod-filters .button-more{width:100%;max-width:11.7em}.edit-post-visual-editor__content-area .xarxaprod-filters .button-more::after{margin-left:1rem}.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(1, minmax(0, 1fr))}.edit-post-visual-editor__content-area .xarxaprod-titol-opcions{display:inline-block;width:100%;max-width:13em;margin-bottom:0;margin-bottom:1rem;padding:0.6em 1em 0.4em;clear:both;cursor:pointer;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:.9rem;border:1px solid #000;text-transform:uppercase}.edit-post-visual-editor__content-area .xarxaprod-titol-opcions:after{content:">";display:inline;float:right}.edit-post-visual-editor__content-area .xarxaprod-titol-opcions:hover:after{transform:rotate(90deg);animation:rotate 0.5s}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(90deg)}}}@media screen and (max-width: 48em){.edit-post-visual-editor__content-area .post,.edit-post-visual-editor__content-area .page{margin:0 0 1em}.edit-post-visual-editor__content-area .xarxaprod-filters section{display:block}.edit-post-visual-editor__content-area .xarxaprod-filters section h5{display:block;width:100%}.edit-post-visual-editor__content-area .xarxaprod-filters section .filter{display:inline-block;width:45%;margin-top:0.5rem;margin-right:0.3em;float:left}.edit-post-visual-editor__content-area .xarxaprod-filters section .filter:last-of-type{margin-bottom:2rem}}@media screen and (min-width: 48em){.edit-post-visual-editor__content-area .xarxaprod-filters{padding-right:2em}.edit-post-visual-editor__content-area .xarxaprod-filters section,.edit-post-visual-editor__content-area .xarxaprod-filters xarxaprod-filtered-calls{margin:1em 0}.edit-post-visual-editor__content-area .xarxaprod-filtered-content{grid-template-columns:1fr 2fr}.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:3em}}@media screen and (min-width: 80em){.edit-post-visual-editor__content-area .xarxaprod-filtered-content{grid-template-columns:1fr 3fr}.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(3, minmax(0, 1fr))}}.edit-post-visual-editor__content-area .comment-content a{word-wrap:break-word}.edit-post-visual-editor__content-area .bypostauthor{display:block}.edit-post-visual-editor__content-area .widget{margin:0 0 1.5em}.edit-post-visual-editor__content-area .widget select{max-width:100%}.edit-post-visual-editor__content-area .page-content .wp-smiley,.edit-post-visual-editor__content-area .entry-content .wp-smiley,.edit-post-visual-editor__content-area .comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.edit-post-visual-editor__content-area .custom-logo-link{display:inline-block}.edit-post-visual-editor__content-area .wp-caption{margin-bottom:1.5em;max-width:100%}.edit-post-visual-editor__content-area .wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto}.edit-post-visual-editor__content-area .wp-caption .wp-caption-text{margin:0.8075em 0}.edit-post-visual-editor__content-area .wp-caption-text{text-align:center}.edit-post-visual-editor__content-area .gallery{margin-bottom:1.5em;display:grid;grid-gap:1.5em}.edit-post-visual-editor__content-area .gallery-item{display:inline-block;text-align:center;width:100%}.edit-post-visual-editor__content-area .gallery-columns-2{grid-template-columns:repeat(2, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-3{grid-template-columns:repeat(3, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-4{grid-template-columns:repeat(4, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-5{grid-template-columns:repeat(5, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-6{grid-template-columns:repeat(6, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-7{grid-template-columns:repeat(7, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-8{grid-template-columns:repeat(8, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-9{grid-template-columns:repeat(9, 1fr)}.edit-post-visual-editor__content-area .gallery-caption{display:block}.edit-post-visual-editor__content-area .infinite-scroll .posts-navigation,.edit-post-visual-editor__content-area .infinite-scroll.neverending .site-footer{display:none}.edit-post-visual-editor__content-area .infinity-end.neverending .site-footer{display:block}.edit-post-visual-editor__content-area .black-blocs{padding:1rem 0;gap:1rem}.edit-post-visual-editor__content-area .black-blocs .wp-block-column{align-self:auto;display:flex;flex-direction:column;position:relative;min-height:17rem;padding:1rem}.edit-post-visual-editor__content-area .black-blocs .wp-block-column h1,.edit-post-visual-editor__content-area .black-blocs .wp-block-column h2,.edit-post-visual-editor__content-area .black-blocs .wp-block-column h3,.edit-post-visual-editor__content-area .black-blocs .wp-block-column h4,.edit-post-visual-editor__content-area .black-blocs .wp-block-column h5,.edit-post-visual-editor__content-area .black-blocs .wp-block-column h6{min-height:4.8rem;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:2rem;line-height:1.04}.edit-post-visual-editor__content-area .black-blocs .wp-block-column p{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:.9rem}.edit-post-visual-editor__content-area .black-blocs .wp-block-column a{color:#fff;text-decoration:none}.edit-post-visual-editor__content-area .black-blocs .wp-block-column a::after{content:"+";position:absolute;bottom:0rem;left:0.7rem;font-size:5rem}.edit-post-visual-editor__content-area .black-blocs .wp-block-column a:hover::after{content:">"}.edit-post-visual-editor__content-area .wpcf7-not-valid:not(:focus){background-color:#ff686e}.edit-post-visual-editor__content-area .wpcf7-not-valid-tip{color:#ff686e}.edit-post-visual-editor__content-area .wpcf7 form.invalid .wpcf7-response-output,.edit-post-visual-editor__content-area .wpcf7 form.unaccepted .wpcf7-response-output,.edit-post-visual-editor__content-area .wpcf7 form.payment-required .wpcf7-response-output{border-color:#f6cc4c;background-color:#f6cc4c;color:#fff;font-family:"din-medium";font-weight:bold;text-align:center;margin:0em;padding:0rem}.edit-post-visual-editor__content-area .wpcf7-form .wpcf7-submit{margin-left:1rem}.edit-post-visual-editor__content-area .wpcf7-form .wpcf7-spinner{margin:0 -24px 0 0}.edit-post-visual-editor__content-area .wpcf7-list-item-label{margin:0 0.3rem}.edit-post-visual-editor__content-area .contactform{margin-bottom:1rem}.edit-post-visual-editor__content-area .contactform br{display:none}.edit-post-visual-editor__content-area .contactform p{display:block;break-inside:avoid-column;margin-top:0}.edit-post-visual-editor__content-area .contactform .break-after-column,.edit-post-visual-editor__content-area .contactform .saltar-columna{break-after:column}.edit-post-visual-editor__content-area .contactform-consultoria .contactform-name,.edit-post-visual-editor__content-area .contactform-consultoria .contactform-email{max-width:40%;display:inline-block}.edit-post-visual-editor__content-area .contactform-consultoria .contactform-name{float:left}.edit-post-visual-editor__content-area .contactform-consultoria .contactform-email{float:right;margin-bottom:1rem}.edit-post-visual-editor__content-area .contactform-acceptance{display:flex;align-items:center;justify-content:end}.edit-post-visual-editor__content-area .contactform-fund-info{display:inline-block;column-count:2;column-gap:2em;width:100%}.edit-post-visual-editor__content-area .contactform-fund-info .contactform-descripcio textarea{display:inline-block;min-height:15.5em}.edit-post-visual-editor__content-area .contactform-fund-options{display:flex;justify-content:space-between}.edit-post-visual-editor__content-area .contactform-fund-options p{display:inline-block}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-list-item{display:block}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-list-item label{display:flex;flex-direction:row-reverse;justify-content:left}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"],.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]{display:block}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"] input[type="date"],.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] input[type="date"]{width:auto;background-color:#fff}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before,.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before{display:inline-block;width:2rem}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before{content:"inici: "}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before{content:"fi: "}.edit-post-visual-editor__content-area .screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.edit-post-visual-editor__content-area .screen-reader-text:focus{background-color:none;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;clip-path:none;color:#000;display:block;font-size:0.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.edit-post-visual-editor__content-area #primary[tabindex="-1"]:focus{outline:0}.edit-post-visual-editor__content-area .alignleft{float:left;margin-right:1.5em;margin-bottom:1.5em}.edit-post-visual-editor__content-area .alignright{float:right;margin-left:1.5em;margin-bottom:1.5em}.edit-post-visual-editor__content-area .aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;margin-bottom:1.5em}.edit-post-visual-editor__content-area :where(.wp-block){max-width:80rem}.edit-post-visual-editor__content-area .black-blocs .wp-block-column a::after{display:none}.editor-styles-wrapper .wp-block-button__link{color:#000 !important;background-color:#fff !important;border-radius:0 !important;box-shadow:none !important;text-decoration:none !important;padding:0.6em 1em 0.4em !important;font-size:inherit !important}@font-face{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-45Light.eot);src:url(assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-45Light.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-45Light.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-45Light.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light) format(svg);font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-55Roman.eot);src:url(assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-55Roman.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-55Roman.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-55Roman.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman) format(svg);font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-75Bold.eot);src:url(assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-75Bold.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-75Bold.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-75Bold.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold) format(svg);font-weight:bold;font-style:normal;font-display:swap} diff --git a/page-templates/convos-search.php b/page-templates/convos-search.php index f211a45..caa00d2 100644 --- a/page-templates/convos-search.php +++ b/page-templates/convos-search.php @@ -35,7 +35,7 @@ get_header(); endif; ?> -
+