@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap);

/*
Theme Name: Ioś
Theme URI:
Author:
Author URI:
Description:
Version: 2021.06.101
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: ios

Ioś is distributed under the terms of the GNU GPL
*/

/* Do we need to serve a font? Add the @font-face styles here.*/

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
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 Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Lato, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.container{
  width: 100%;
}

@media (min-width: 600px){
  .container{
    max-width: 600px;
  }
}

@media (min-width: 782px){
  .container{
    max-width: 782px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

:root {
  --color-primary: #0064ac;
  --color-secondary: #9bca44;
  --color-lightblue: #50a5d2;
  --color-lightgrey: #868686;
  --color-font: #4d4d4d;
  --color-success: #62be46;
  --color-danger: #dc3545;
  --color-warning: #eeefa5;
  --color-light: #cbcbcb;
  --color-dark: #0d004b;
  --color-verylight: #fff;
}

*.has-primary-color[class] {
    color: #0064ac;
    color: var(--color-primary);
  }

*.has-primary-background-color[class] {
    background-color: #0064ac;
    background-color: var(--color-primary);
  }

*.has-secondary-color[class] {
    color: #9bca44;
    color: var(--color-secondary);
  }

*.has-secondary-background-color[class] {
    background-color: #9bca44;
    background-color: var(--color-secondary);
  }

*.has-lightblue-color[class] {
    color: #50a5d2;
    color: var(--color-lightblue);
  }

*.has-lightblue-background-color[class] {
    background-color: #50a5d2;
    background-color: var(--color-lightblue);
  }

*.has-lightgrey-color[class] {
    color: #868686;
    color: var(--color-lightgrey);
  }

*.has-lightgrey-background-color[class] {
    background-color: #868686;
    background-color: var(--color-lightgrey);
  }

*.has-font-color[class] {
    color: #4d4d4d;
    color: var(--color-font);
  }

*.has-font-background-color[class] {
    background-color: #4d4d4d;
    background-color: var(--color-font);
  }

*.has-success-color[class] {
    color: #62be46;
    color: var(--color-success);
  }

*.has-success-background-color[class] {
    background-color: #62be46;
    background-color: var(--color-success);
  }

*.has-danger-color[class] {
    color: #dc3545;
    color: var(--color-danger);
  }

*.has-danger-background-color[class] {
    background-color: #dc3545;
    background-color: var(--color-danger);
  }

*.has-warning-color[class] {
    color: #eeefa5;
    color: var(--color-warning);
  }

*.has-warning-background-color[class] {
    background-color: #eeefa5;
    background-color: var(--color-warning);
  }

*.has-light-color[class] {
    color: #cbcbcb;
    color: var(--color-light);
  }

*.has-light-background-color[class] {
    background-color: #cbcbcb;
    background-color: var(--color-light);
  }

*.has-dark-color[class] {
    color: #0d004b;
    color: var(--color-dark);
  }

*.has-dark-background-color[class] {
    background-color: #0d004b;
    background-color: var(--color-dark);
  }

*.has-verylight-color[class] {
    color: #fff;
    color: var(--color-verylight);
  }

*.has-verylight-background-color[class] {
    background-color: #fff;
    background-color: var(--color-verylight);
  }

.dark *.has-primary-color[class] {
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.dark *.has-primary-background-color[class] {
      background-color: #0064ac;
      background-color: var(--color-primary);
      --tw-bg-opacity: 1;
      background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

.dark *.has-secondary-color[class] {
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.dark *.has-secondary-background-color[class] {
      --tw-bg-opacity: 1;
      background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

.dark *.has-lightblue-color[class] {
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.dark *.has-lightblue-background-color[class] {
      --tw-bg-opacity: 1;
      background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

.dark *.has-lightgrey-color[class] {
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.dark *.has-lightgrey-background-color[class] {
      --tw-bg-opacity: 1;
      background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

.dark *.has-font-color[class] {
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.dark *.has-font-background-color[class] {
      --tw-bg-opacity: 1;
      background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

.dark *.has-success-color[class] {
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.dark *.has-success-background-color[class] {
      --tw-bg-opacity: 1;
      background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

.dark *.has-danger-color[class] {
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.dark *.has-danger-background-color[class] {
      --tw-bg-opacity: 1;
      background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

.dark *.has-warning-color[class] {
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.dark *.has-warning-background-color[class] {
      --tw-bg-opacity: 1;
      background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

.dark *.has-light-color[class] {
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.dark *.has-light-background-color[class] {
      --tw-bg-opacity: 1;
      background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

.dark *.has-dark-color[class] {
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.dark *.has-dark-background-color[class] {
      --tw-bg-opacity: 1;
      background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

.dark *.has-verylight-color[class] {
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.dark *.has-verylight-background-color[class] {
      --tw-bg-opacity: 1;
      background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

.entry-content > *:not(.alignwide):not(.alignfull) {
    width: 100%
  }

@media (min-width: 600px){
    .entry-content > *:not(.alignwide):not(.alignfull){
      max-width: 600px;
    }
  }

@media (min-width: 782px){
    .entry-content > *:not(.alignwide):not(.alignfull){
      max-width: 782px;
    }
  }

@media (min-width: 1024px){
    .entry-content > *:not(.alignwide):not(.alignfull){
      max-width: 1024px;
    }
  }

@media (min-width: 1280px){
    .entry-content > *:not(.alignwide):not(.alignfull){
      max-width: 1280px;
    }
  }

@media (min-width: 1536px){
    .entry-content > *:not(.alignwide):not(.alignfull){
      max-width: 1536px;
    }
  }

.entry-content > *:not(.alignwide):not(.alignfull){
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

@media (max-width: 600px){
  .entry-content > *:not(.alignwide):not(.alignfull){
      padding-left: 0.5rem;

      padding-right: 0.5rem;
  }
    }

.entry-content > *.alignwide {
    margin-left: auto;
    margin-right: auto;
  }

.entry-content.prose > *.alignfull > *:not(.alignwide):not(.alignfull) {
  width: 100%;
}

@media (min-width: 600px){
  .entry-content.prose > *.alignfull > *:not(.alignwide):not(.alignfull){
    max-width: 600px;
  }
}

@media (min-width: 782px){
  .entry-content.prose > *.alignfull > *:not(.alignwide):not(.alignfull){
    max-width: 782px;
  }
}

@media (min-width: 1024px){
  .entry-content.prose > *.alignfull > *:not(.alignwide):not(.alignfull){
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .entry-content.prose > *.alignfull > *:not(.alignwide):not(.alignfull){
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .entry-content.prose > *.alignfull > *:not(.alignwide):not(.alignfull){
    max-width: 1536px;
  }
}

.entry-content.prose > *.alignfull > *:not(.alignwide):not(.alignfull){
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 1280px) {
  .entry-content > *.alignwide {
    max-width: calc(1024px + 12rem);
  }
}

[x-cloak] {
  display: none !important;
}

html, body {
  overflow-x: hidden;
}

.wp-block-file {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.wp-block-file .wp-block-file__button {
    border-radius: 0;
    background-color: #0064ac;
    background-color: var(--color-primary);
  }

.wp-block-file .wp-block-file__button:hover{
    background-color: #9bca44;
    background-color: var(--color-secondary);
  }

.wp-block-file .wp-block-file__button:focus{
    background-color: #9bca44;
    background-color: var(--color-secondary);
  }

.wp-block-file .wp-block-file__button{
    display: inline-block;
  }

.wp-block-file .wp-block-file__button:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

.wp-block-file .wp-block-file__button{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.wp-block-file .wp-block-file__button:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.wp-block-file .wp-block-file__button{
    white-space: nowrap;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 100ms;
  }

@media (min-width: 782px){
    .wp-block-file .wp-block-file__button{
      text-align: center;
    }
  }

.wp-block-file a:first-child {
    display: flex;
    align-items: center;
  }

.wp-block-file a:first-child:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3csvg version='1.1' id='download' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' enable-background='new 0 0 50 50' xml:space='preserve'%3e%3cpath fill='%239bca44' d='M22.277,36.049l0.002-0.002c0.046,0.046,0.099,0.076,0.148,0.119c0.144,0.127,0.289,0.254,0.448,0.359 c0.06,0.037,0.125,0.062,0.185,0.098c0.156,0.089,0.316,0.181,0.481,0.248c0.078,0.03,0.162,0.045,0.242,0.071 c0.153,0.051,0.306,0.104,0.464,0.134c0.106,0.021,0.215,0.021,0.324,0.032c0.136,0.015,0.268,0.038,0.403,0.038 c0.135,0,0.269-0.023,0.403-0.038c0.109-0.011,0.217-0.011,0.324-0.032c0.154-0.029,0.305-0.083,0.455-0.133 c0.084-0.025,0.17-0.041,0.252-0.072c0.16-0.065,0.313-0.154,0.466-0.242c0.065-0.036,0.136-0.063,0.2-0.105 c0.152-0.102,0.293-0.223,0.433-0.347c0.053-0.046,0.111-0.08,0.163-0.13v0.002l12.829-12.83c1.506-1.504,1.505-3.945,0-5.451 c-1.507-1.507-3.946-1.507-5.452,0l-6.217,6.217V5.642h-0.012C28.707,3.612,27.03,2,24.974,2c-2.057,0-3.734,1.612-3.844,3.642 h-0.011v18.343L14.9,17.768c-1.505-1.507-3.945-1.507-5.452,0c-1.504,1.506-1.504,3.947,0,5.451L22.277,36.049z'/%3e%3cpath fill='%239bca44' d='M45.403,36.422c0-2.719-4.217-2.719-4.217,0c0,1.756,0.431,4.14-0.794,5.566 c-0.844,0.982-2.344,0.795-3.497,0.795H24.974H13.052c-1.278,0-2.427,0.123-3.496-0.795c-1.304-1.117-0.795-4.046-0.795-5.566 c0-2.719-4.216-2.719-4.216,0c0,2.438-0.141,4.643,0.826,6.93C6.386,45.755,9.3,47,11.742,47h13.232h13.232 c2.747,0,4.939-1.343,6.371-3.648C45.791,41.395,45.403,38.614,45.403,36.422'/%3e%3c/svg%3e");
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    background-repeat: no-repeat;
    flex-shrink: 0;
  }

.wp-block-file a:first-child:hover:before {
    background-image: url("data:image/svg+xml,%3csvg version='1.1' id='download' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' enable-background='new 0 0 50 50' xml:space='preserve'%3e%3cpath fill='%230064ac' d='M22.277,36.049l0.002-0.002c0.046,0.046,0.099,0.076,0.148,0.119c0.144,0.127,0.289,0.254,0.448,0.359 c0.06,0.037,0.125,0.062,0.185,0.098c0.156,0.089,0.316,0.181,0.481,0.248c0.078,0.03,0.162,0.045,0.242,0.071 c0.153,0.051,0.306,0.104,0.464,0.134c0.106,0.021,0.215,0.021,0.324,0.032c0.136,0.015,0.268,0.038,0.403,0.038 c0.135,0,0.269-0.023,0.403-0.038c0.109-0.011,0.217-0.011,0.324-0.032c0.154-0.029,0.305-0.083,0.455-0.133 c0.084-0.025,0.17-0.041,0.252-0.072c0.16-0.065,0.313-0.154,0.466-0.242c0.065-0.036,0.136-0.063,0.2-0.105 c0.152-0.102,0.293-0.223,0.433-0.347c0.053-0.046,0.111-0.08,0.163-0.13v0.002l12.829-12.83c1.506-1.504,1.505-3.945,0-5.451 c-1.507-1.507-3.946-1.507-5.452,0l-6.217,6.217V5.642h-0.012C28.707,3.612,27.03,2,24.974,2c-2.057,0-3.734,1.612-3.844,3.642 h-0.011v18.343L14.9,17.768c-1.505-1.507-3.945-1.507-5.452,0c-1.504,1.506-1.504,3.947,0,5.451L22.277,36.049z'/%3e%3cpath fill='%230064ac' d='M45.403,36.422c0-2.719-4.217-2.719-4.217,0c0,1.756,0.431,4.14-0.794,5.566 c-0.844,0.982-2.344,0.795-3.497,0.795H24.974H13.052c-1.278,0-2.427,0.123-3.496-0.795c-1.304-1.117-0.795-4.046-0.795-5.566 c0-2.719-4.216-2.719-4.216,0c0,2.438-0.141,4.643,0.826,6.93C6.386,45.755,9.3,47,11.742,47h13.232h13.232 c2.747,0,4.939-1.343,6.371-3.648C45.791,41.395,45.403,38.614,45.403,36.422'/%3e%3c/svg%3e");
  }

/* @import "sass/gallery.scss"; */

/* @import "sass/navs.scss"; */

#page-top .divide-light > :not([hidden]) ~ :not([hidden]){
  border-color: #cbcbcb;
  border-color: var(--color-light);
}

#page-top .sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

#page-top .bg-fixed{
  background-attachment: fixed;
}

#page-top .bg-transparent{
  background-color: transparent;
}

#page-top .bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

#page-top .bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#page-top .bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

#page-top .bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

#page-top .bg-primary{
  background-color: #0064ac;
  background-color: var(--color-primary);
}

#page-top .bg-secondary{
  background-color: #9bca44;
  background-color: var(--color-secondary);
}

#page-top .bg-lightgrey{
  background-color: #868686;
  background-color: var(--color-lightgrey);
}

#page-top .bg-light{
  background-color: #cbcbcb;
  background-color: var(--color-light);
}

#page-top .group:hover .group-hover\:bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

#page-top .group:hover .group-hover\:bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

#page-top .hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

#page-top .hover\:bg-primary:hover{
  background-color: #0064ac;
  background-color: var(--color-primary);
}

#page-top .hover\:bg-secondary:hover{
  background-color: #9bca44;
  background-color: var(--color-secondary);
}

#page-top .hover\:bg-font:hover{
  background-color: #4d4d4d;
  background-color: var(--color-font);
}

#page-top .focus\:bg-gray-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

#page-top .focus\:bg-dark:focus{
  background-color: #0d004b;
  background-color: var(--color-dark);
}

#page-top .dark .dark\:bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

#page-top .dark .dark\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#page-top .dark .dark\:bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

#page-top .dark .dark\:bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

#page-top .dark .dark\:bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

#page-top .dark .dark\:hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

#page-top .dark .dark\:hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

#page-top .dark .dark\:hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

#page-top .dark .dark\:hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

#page-top .bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

#page-top .bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

#page-top .from-black{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

#page-top .from-bluedark{
  --tw-gradient-from: #0364ac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 100, 172, 0));
}

#page-top .from-greenlight{
  --tw-gradient-from: #a9c850;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 200, 80, 0));
}

#page-top .via-transparent{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

#page-top .to-bluelight{
  --tw-gradient-to: #429bcc;
}

#page-top .to-greendark{
  --tw-gradient-to: #82bb44;
}

#page-top .group:hover .group-hover\:from-secondary{
  --tw-gradient-from: var(--color-secondary);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

#page-top .group:hover .group-hover\:to-secondary{
  --tw-gradient-to: var(--color-secondary);
}

#page-top .hover\:from-secondary:hover{
  --tw-gradient-from: var(--color-secondary);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

#page-top .hover\:to-green-900:hover{
  --tw-gradient-to: #064e3b;
}

#page-top .hover\:to-secondary:hover{
  --tw-gradient-to: var(--color-secondary);
}

#page-top .dark .dark\:from-black{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

#page-top .dark .dark\:to-black{
  --tw-gradient-to: #000;
}

#page-top .dark .dark\:hover\:from-gray-800:hover{
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

#page-top .dark .dark\:hover\:to-gray-800:hover{
  --tw-gradient-to: #1f2937;
}

#page-top .bg-center{
  background-position: center;
}

#page-top .bg-top{
  background-position: top;
}

#page-top .bg-no-repeat{
  background-repeat: no-repeat;
}

#page-top .bg-cover{
  background-size: cover;
}

#page-top .bg-contain{
  background-size: contain;
}

#page-top .border-transparent{
  border-color: transparent;
}

#page-top .border-current{
  border-color: currentColor;
}

#page-top .border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

#page-top .border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

#page-top .border-primary{
  border-color: #0064ac;
  border-color: var(--color-primary);
}

#page-top .border-lightgrey{
  border-color: #868686;
  border-color: var(--color-lightgrey);
}

#page-top .border-font{
  border-color: #4d4d4d;
  border-color: var(--color-font);
}

#page-top .border-light{
  border-color: #cbcbcb;
  border-color: var(--color-light);
}

#page-top .hover\:border-primary:hover{
  border-color: #0064ac;
  border-color: var(--color-primary);
}

#page-top .hover\:border-secondary:hover{
  border-color: #9bca44;
  border-color: var(--color-secondary);
}

#page-top .dark .dark\:border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

#page-top .rounded-lg{
  border-radius: 0.5rem;
}

#page-top .border-solid{
  border-style: solid;
}

#page-top .border-2{
  border-width: 2px;
}

#page-top .border{
  border-width: 1px;
}

#page-top .border-t{
  border-top-width: 1px;
}

#page-top .border-r{
  border-right-width: 1px;
}

#page-top .border-b{
  border-bottom-width: 1px;
}

#page-top .border-l{
  border-left-width: 1px;
}

#page-top .block{
  display: block;
}

#page-top .inline-block{
  display: inline-block;
}

#page-top .flex{
  display: flex;
}

#page-top .inline-flex{
  display: inline-flex;
}

#page-top .table{
  display: table;
}

#page-top .contents{
  display: contents;
}

#page-top .hidden{
  display: none;
}

#page-top .flex-col{
  flex-direction: column;
}

#page-top .flex-wrap{
  flex-wrap: wrap;
}

#page-top .items-end{
  align-items: flex-end;
}

#page-top .items-center{
  align-items: center;
}

#page-top .items-stretch{
  align-items: stretch;
}

#page-top .justify-start{
  justify-content: flex-start;
}

#page-top .justify-end{
  justify-content: flex-end;
}

#page-top .justify-center{
  justify-content: center;
}

#page-top .justify-between{
  justify-content: space-between;
}

#page-top .justify-around{
  justify-content: space-around;
}

#page-top .flex-grow-0{
  flex-grow: 0;
}

#page-top .flex-grow{
  flex-grow: 1;
}

#page-top .order-1{
  order: 1;
}

#page-top .order-2{
  order: 2;
}

#page-top .order-3{
  order: 3;
}

#page-top .clear-both{
  clear: both;
}

#page-top .font-bold{
  font-weight: 700;
}

#page-top .h-0{
  height: 0px;
}

#page-top .h-1{
  height: 0.25rem;
}

#page-top .h-2{
  height: 0.5rem;
}

#page-top .h-3{
  height: 0.75rem;
}

#page-top .h-4{
  height: 1rem;
}

#page-top .h-5{
  height: 1.25rem;
}

#page-top .h-6{
  height: 1.5rem;
}

#page-top .h-8{
  height: 2rem;
}

#page-top .h-10{
  height: 2.5rem;
}

#page-top .h-11{
  height: 2.75rem;
}

#page-top .h-14{
  height: 3.5rem;
}

#page-top .h-32{
  height: 8rem;
}

#page-top .h-40{
  height: 10rem;
}

#page-top .h-80{
  height: 20rem;
}

#page-top .h-128{
  height: 32rem;
}

#page-top .h-full{
  height: 100%;
}

#page-top .text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#page-top .text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

#page-top .text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#page-top .text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#page-top .text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

#page-top .text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

#page-top .text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

#page-top .leading-none{
  line-height: 1;
}

#page-top .leading-tight{
  line-height: 1.25;
}

#page-top .leading-relaxed{
  line-height: 1.625;
}

#page-top .list-none{
  list-style-type: none;
}

#page-top .mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

#page-top .my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#page-top .mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

#page-top .my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#page-top .mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

#page-top .my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#page-top .my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#page-top .my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

#page-top .my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#page-top .my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

#page-top .my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

#page-top .mx-auto{
  margin-left: auto;
  margin-right: auto;
}

#page-top .-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

#page-top .-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

#page-top .-mx-2\.5{
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

#page-top .mt-0{
  margin-top: 0px;
}

#page-top .mb-0{
  margin-bottom: 0px;
}

#page-top .mr-1{
  margin-right: 0.25rem;
}

#page-top .mb-1{
  margin-bottom: 0.25rem;
}

#page-top .ml-1{
  margin-left: 0.25rem;
}

#page-top .mt-2{
  margin-top: 0.5rem;
}

#page-top .mr-2{
  margin-right: 0.5rem;
}

#page-top .mb-2{
  margin-bottom: 0.5rem;
}

#page-top .mt-3{
  margin-top: 0.75rem;
}

#page-top .mb-3{
  margin-bottom: 0.75rem;
}

#page-top .ml-3{
  margin-left: 0.75rem;
}

#page-top .mr-4{
  margin-right: 1rem;
}

#page-top .mb-4{
  margin-bottom: 1rem;
}

#page-top .ml-4{
  margin-left: 1rem;
}

#page-top .mb-5{
  margin-bottom: 1.25rem;
}

#page-top .mt-6{
  margin-top: 1.5rem;
}

#page-top .mb-6{
  margin-bottom: 1.5rem;
}

#page-top .mr-8{
  margin-right: 2rem;
}

#page-top .mb-8{
  margin-bottom: 2rem;
}

#page-top .ml-8{
  margin-left: 2rem;
}

#page-top .mt-10{
  margin-top: 2.5rem;
}

#page-top .mb-10{
  margin-bottom: 2.5rem;
}

#page-top .mt-12{
  margin-top: 3rem;
}

#page-top .mb-12{
  margin-bottom: 3rem;
}

#page-top .mt-14{
  margin-top: 3.5rem;
}

#page-top .mt-20{
  margin-top: 5rem;
}

#page-top .mb-20{
  margin-bottom: 5rem;
}

#page-top .mt-24{
  margin-top: 6rem;
}

#page-top .mt-28{
  margin-top: 7rem;
}

#page-top .mt-32{
  margin-top: 8rem;
}

#page-top .mt-40{
  margin-top: 10rem;
}

#page-top .ml-auto{
  margin-left: auto;
}

#page-top .mt-0\.5{
  margin-top: 0.125rem;
}

#page-top .-ml-0{
  margin-left: 0px;
}

#page-top .-ml-2{
  margin-left: -0.5rem;
}

#page-top .-mt-6{
  margin-top: -1.5rem;
}

#page-top .-mr-6{
  margin-right: -1.5rem;
}

#page-top .-mt-12{
  margin-top: -3rem;
}

#page-top .-mt-16{
  margin-top: -4rem;
}

#page-top .-ml-0\.5{
  margin-left: -0.125rem;
}

#page-top .max-h-1{
  max-height: 0.25rem;
}

#page-top .max-h-48{
  max-height: 12rem;
}

#page-top .max-h-full{
  max-height: 100%;
}

#page-top .max-w-sm{
  max-width: 24rem;
}

#page-top .max-w-screen-sm{
  max-width: 600px;
}

#page-top .max-w-screen-lg{
  max-width: 1024px;
}

#page-top .max-w-screen-xl{
  max-width: 1280px;
}

#page-top .max-w-screen-2xl{
  max-width: 1536px;
}

#page-top .object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

#page-top .object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

#page-top .opacity-0{
  opacity: 0;
}

#page-top .opacity-25{
  opacity: 0.25;
}

#page-top .opacity-100{
  opacity: 1;
}

#page-top .focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#page-top .overflow-hidden{
  overflow: hidden;
}

#page-top .overflow-y-auto{
  overflow-y: auto;
}

#page-top .overflow-x-hidden{
  overflow-x: hidden;
}

#page-top .p-0{
  padding: 0px;
}

#page-top .p-2{
  padding: 0.5rem;
}

#page-top .p-3{
  padding: 0.75rem;
}

#page-top .p-4{
  padding: 1rem;
}

#page-top .p-6{
  padding: 1.5rem;
}

#page-top .p-8{
  padding: 2rem;
}

#page-top .p-2\.5{
  padding: 0.625rem;
}

#page-top .py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#page-top .px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#page-top .py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#page-top .px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

#page-top .py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#page-top .px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

#page-top .py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

#page-top .py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#page-top .px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#page-top .px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

#page-top .py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#page-top .pb-0{
  padding-bottom: 0px;
}

#page-top .pt-4{
  padding-top: 1rem;
}

#page-top .pb-4{
  padding-bottom: 1rem;
}

#page-top .pb-6{
  padding-bottom: 1.5rem;
}

#page-top .pr-8{
  padding-right: 2rem;
}

#page-top .pl-8{
  padding-left: 2rem;
}

#page-top .pb-12{
  padding-bottom: 3rem;
}

#page-top .pb-20{
  padding-bottom: 5rem;
}

#page-top .pb-24{
  padding-bottom: 6rem;
}

#page-top .pt-40{
  padding-top: 10rem;
}

#page-top .pb-40{
  padding-bottom: 10rem;
}

#page-top .static{
  position: static;
}

#page-top .fixed{
  position: fixed;
}

#page-top .absolute{
  position: absolute;
}

#page-top .relative{
  position: relative;
}

#page-top .top-0{
  top: 0px;
}

#page-top .right-0{
  right: 0px;
}

#page-top .bottom-0{
  bottom: 0px;
}

#page-top .left-0{
  left: 0px;
}

#page-top .top-1{
  top: 0.25rem;
}

#page-top .top-2{
  top: 0.5rem;
}

#page-top .right-2{
  right: 0.5rem;
}

#page-top .bottom-2{
  bottom: 0.5rem;
}

#page-top .left-2{
  left: 0.5rem;
}

#page-top .right-3{
  right: 0.75rem;
}

#page-top .top-14{
  top: 3.5rem;
}

#page-top .top-20{
  top: 5rem;
}

#page-top .top-0\.5{
  top: 0.125rem;
}

#page-top .top-2\.5{
  top: 0.625rem;
}

#page-top .right-2\.5{
  right: 0.625rem;
}

#page-top .bottom-2\.5{
  bottom: 0.625rem;
}

#page-top .left-2\.5{
  left: 0.625rem;
}

#page-top .-top-6{
  top: -1.5rem;
}

#page-top .-top-8{
  top: -2rem;
}

#page-top .-top-11{
  top: -2.75rem;
}

#page-top .-top-14{
  top: -3.5rem;
}

#page-top .top-1\/2{
  top: 50%;
}

*{
  --tw-shadow: 0 0 #0000;
}

#page-top .shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#page-top .shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#page-top .shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#page-top .shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

#page-top .focus\:ring-blue-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

#page-top .focus\:ring-dark:focus{
  --tw-ring-color: var(--color-dark);
}

#page-top .text-left{
  text-align: left;
}

#page-top .text-center{
  text-align: center;
}

#page-top .text-right{
  text-align: right;
}

#page-top .text-current{
  color: currentColor;
}

#page-top .text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#page-top .text-gray-100{
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

#page-top .text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

#page-top .text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

#page-top .text-primary{
  color: #0064ac;
  color: var(--color-primary);
}

#page-top .text-secondary{
  color: #9bca44;
  color: var(--color-secondary);
}

#page-top .text-font{
  color: #4d4d4d;
  color: var(--color-font);
}

#page-top .text-light{
  color: #cbcbcb;
  color: var(--color-light);
}

#page-top .text-dark{
  color: #0d004b;
  color: var(--color-dark);
}

#page-top .group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#page-top .group:hover .group-hover\:text-secondary{
  color: #9bca44;
  color: var(--color-secondary);
}

#page-top .hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#page-top .hover\:text-primary:hover{
  color: #0064ac;
  color: var(--color-primary);
}

#page-top .hover\:text-secondary:hover{
  color: #9bca44;
  color: var(--color-secondary);
}

#page-top .focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#page-top .dark .dark\:text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#page-top .dark .dark\:text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#page-top .dark .dark\:hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#page-top .dark .dark\:hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#page-top .truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#page-top .uppercase{
  text-transform: uppercase;
}

#page-top .whitespace-nowrap{
  white-space: nowrap;
}

#page-top .w-1{
  width: 0.25rem;
}

#page-top .w-2{
  width: 0.5rem;
}

#page-top .w-3{
  width: 0.75rem;
}

#page-top .w-4{
  width: 1rem;
}

#page-top .w-5{
  width: 1.25rem;
}

#page-top .w-6{
  width: 1.5rem;
}

#page-top .w-8{
  width: 2rem;
}

#page-top .w-10{
  width: 2.5rem;
}

#page-top .w-20{
  width: 5rem;
}

#page-top .w-28{
  width: 7rem;
}

#page-top .w-36{
  width: 9rem;
}

#page-top .w-40{
  width: 10rem;
}

#page-top .w-56{
  width: 14rem;
}

#page-top .w-auto{
  width: auto;
}

#page-top .w-1\/2{
  width: 50%;
}

#page-top .w-2\/3{
  width: 66.666667%;
}

#page-top .w-8\/12{
  width: 66.666667%;
}

#page-top .w-full{
  width: 100%;
}

#page-top .z-0{
  z-index: 0;
}

#page-top .z-10{
  z-index: 10;
}

#page-top .z-20{
  z-index: 20;
}

#page-top .z-30{
  z-index: 30;
}

#page-top .z-40{
  z-index: 40;
}

#page-top .transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#page-top .origin-top-right{
  transform-origin: top right;
}

#page-top .origin-top-left{
  transform-origin: top left;
}

#page-top .scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

#page-top .scale-x-0{
  --tw-scale-x: 0;
}

#page-top .scale-x-100{
  --tw-scale-x: 1;
}

#page-top .scale-y-0{
  --tw-scale-y: 0;
}

#page-top .scale-y-100{
  --tw-scale-y: 1;
}

#page-top .group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

#page-top .translate-y-1\/2{
  --tw-translate-y: 50%;
}

#page-top .-translate-y-1\/2{
  --tw-translate-y: -50%;
}

#page-top .-translate-y-full{
  --tw-translate-y: -100%;
}

#page-top .transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#page-top .transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#page-top .transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#page-top .transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#page-top .ease-linear{
  transition-timing-function: linear;
}

#page-top .ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

#page-top .ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#page-top .duration-75{
  transition-duration: 75ms;
}

#page-top .duration-100{
  transition-duration: 100ms;
}

#page-top .duration-200{
  transition-duration: 200ms;
}

#page-top .duration-300{
  transition-duration: 300ms;
}

#page-top .duration-500{
  transition-duration: 500ms;
}

#page-top .delay-300{
  transition-delay: 300ms;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #0064ac;
  background-color: var(--color-primary);
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover{
  background-color: #9bca44;
  background-color: var(--color-secondary);
}

input[type=button]:focus, input[type=submit]:focus, input[type=reset]:focus{
  background-color: #9bca44;
  background-color: var(--color-secondary);
}

input[type=button], input[type=submit], input[type=reset]{
  cursor: pointer;
  display: inline-block;
}

input[type=button]:focus, input[type=submit]:focus, input[type=reset]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input[type=button], input[type=submit], input[type=reset]{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

input[type=button]:focus, input[type=submit]:focus, input[type=reset]:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

input[type=button], input[type=submit], input[type=reset]{
  white-space: nowrap;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 100ms;
}

@media (min-width: 782px){
  input[type=button], input[type=submit], input[type=reset]{
    text-align: center;
  }
}

#menu-menu-glowne >.active > a {
  background-color: #9bca44;
  background-color: var(--color-secondary);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#menu-menu-glowne li.menu-item:nth-of-type(-n+6) {
    flex-grow: 1;
  }

.nav-links {
  display: flex;
  justify-content: space-between;
}

#cookie-notice #cn-accept-cookie.cn-button {
  background-color: #0064ac;
  background-color: var(--color-primary);
  padding: 0.5rem;
}

html {
  scroll-padding-top: 150px;
  /* height of sticky header */
}

[type="text"],
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

[type="text"], [type="email"], [type="url"], [type="password"], [type="number"], [type="date"], [type="datetime-local"], [type="month"], [type="search"], [type="tel"], [type="time"], [type="week"], [multiple], textarea, select{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.dark [type="text"], .dark [type="email"], .dark [type="url"], .dark [type="password"], .dark [type="number"], .dark [type="date"], .dark [type="datetime-local"], .dark [type="month"], .dark [type="search"], .dark [type="tel"], .dark [type="time"], .dark [type="week"], .dark [multiple], .dark textarea, .dark select{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

[type="text"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  border-color: #2563eb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  color-adjust: unset;
}

[type="checkbox"],
[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
}

[type="checkbox"] {
  border-radius: 0px;
}

[type="radio"] {
  border-radius: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

[type="checkbox"]:checked,
[type="radio"]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type="checkbox"]:checked:hover,
[type="checkbox"]:checked:focus,
[type="radio"]:checked:hover,
[type="radio"]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type="checkbox"]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type="checkbox"]:indeterminate:hover,
[type="checkbox"]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type="file"] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type="file"]:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

.prose [class~="lead"], .is-root-container [class~="lead"] {
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

.prose a, .is-root-container a {
    color: #9bca44;
    color: #9bca44;
    color: var(--color-secondary);
  }

.prose a:hover, .is-root-container a:hover {
      color: #0064ac;
      color: #0064ac;
      color: var(--color-primary);
    }

.prose .wp-block-lazyblock-wsparcie, .is-root-container .wp-block-lazyblock-wsparcie {
    margin-top: 0;
  }

.prose .wp-block-lazyblock-wsparcie a, .is-root-container .wp-block-lazyblock-wsparcie a {
      color: #0064ac;
      color: #0064ac;
      color: var(--color-primary);
    }

.prose .wp-block-lazyblock-wsparcie a:hover, .is-root-container .wp-block-lazyblock-wsparcie a:hover {
        color: #9bca44;
        color: #9bca44;
        color: var(--color-secondary);
      }

.prose strong, .is-root-container strong {
    font-weight: 700;
  }

.prose ol, .is-root-container ol {
    list-style: decimal;
    /* margin-top: 3em;*/
    position: relative;
    left: 1em;
  }

.prose ol > li, .is-root-container ol > li {
      position: relative;
      padding-left: 1em;
    }

.prose ol > li > ol, .is-root-container ol > li > ol {
        list-style: lower-alpha;
        margin-top: 0;
      }

.prose ul > li > ul:first-child, .is-root-container ul > li > ul:first-child {
    margin-top: 0;
  }

.prose ul:not(.is-style-bezkropek):not(.slick-dots):not(.wp-block-latest-posts__list):not(.blocks-gallery-grid) > li, .is-root-container ul:not(.is-style-bezkropek):not(.slick-dots):not(.wp-block-latest-posts__list):not(.blocks-gallery-grid) > li {
    position: relative;
    padding-left: 1.5em;
  }

.prose ul:not(.is-style-bezkropek):not(.slick-dots):not(.wp-block-latest-posts__list):not(.blocks-gallery-grid) > li::before, .is-root-container ul:not(.is-style-bezkropek):not(.slick-dots):not(.wp-block-latest-posts__list):not(.blocks-gallery-grid) > li::before {
      content: "";
      position: absolute;
      background-color: #0064ac;
      background-color: #0064ac;
      background-color: var(--color-primary);
      border-radius: 50%;
      width: 0.375em;
      height: 0.375em;
      top: 0.6875em;
      left: 0.25em;
    }

.prose ul:not(.is-style-bezkropek):not(.slick-dots):not(.wp-block-latest-posts__list):not(.blocks-gallery-grid) > li ul > li, .is-root-container ul:not(.is-style-bezkropek):not(.slick-dots):not(.wp-block-latest-posts__list):not(.blocks-gallery-grid) > li ul > li {
      position: relative;
      padding-left: 1.5em;
    }

.prose ul:not(.is-style-bezkropek):not(.slick-dots):not(.wp-block-latest-posts__list):not(.blocks-gallery-grid) > li ul > li::before, .is-root-container ul:not(.is-style-bezkropek):not(.slick-dots):not(.wp-block-latest-posts__list):not(.blocks-gallery-grid) > li ul > li::before {
        content: "";
        position: absolute;
        background-color: #0064ac;
        background-color: #0064ac;
        background-color: var(--color-primary);
        border-radius: 50%;
        width: 0.25em;
        height: 0.25em;
        top: 0.75em;
        left: 0.6em;
      }

.prose hr, .is-root-container hr {
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

.prose blockquote, .is-root-container blockquote {
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "“" "”" "‘" "’";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

.prose blockquote p:first-of-type::before, .is-root-container blockquote p:first-of-type::before {
        content: open-quote;
      }

.prose blockquote p:last-of-type::after, .is-root-container blockquote p:last-of-type::after {
        content: close-quote;
      }

.prose h1, .is-root-container h1 {
    color: #0d004b;
    color: #0d004b;
    color: var(--color-dark);
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

.prose h2, .is-root-container h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.375;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    color: #0d004b;
    color: var(--color-dark);
  }

.prose h3, .is-root-container h3 {
    color: #0064ac;
    color: #0064ac;
    color: var(--color-primary);
    margin-top: 2.5em;
    margin-bottom: 0.5em;
    line-height: 1.6;
  }

.prose h4, .is-root-container h4 {
    color: #0d004b;
    color: #0d004b;
    color: var(--color-dark);
    margin-top: 2.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

.prose figure figcaption, .is-root-container figure figcaption {
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

.prose code, .is-root-container code {
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

.prose code::before,
        .prose code::after,
        .is-root-container code::before,
        .is-root-container code::after {
      content: "`";
    }

.prose a code, .is-root-container a code {
    color: #111827;
  }

.prose pre, .is-root-container pre {
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

.prose pre code, .is-root-container pre code {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: 400;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }

.prose pre code::before,
            .prose pre code::after,
            .is-root-container pre code::before,
            .is-root-container pre code::after {
        content: "";
      }

.prose table, .is-root-container table {
    display: block;
    overflow-x: auto;
  }

@media (min-width: 600px){
    .prose table,.is-root-container table{
      display: table;
    }
  }

.prose table,.is-root-container table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

.prose thead, .is-root-container thead {
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #cbcbcb;
  }

.prose thead th, .is-root-container thead th {
      vertical-align: bottom;
      padding-right: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-left: 0.5714286em;
    }

.prose tbody tr, .is-root-container tbody tr {
      border-bottom-width: 1px;
      border-bottom-color: #cbcbcb;
    }

.prose tbody tr:last-child, .is-root-container tbody tr:last-child {
        border-bottom-width: 0;
      }

.prose tbody td, .is-root-container tbody td {
      vertical-align: top;
      padding-top: 0.5714286em;
      padding-right: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-left: 0.5714286em;
    }

.prose,
.is-root-container{
  font-size: 1rem;
}

.prose p, .is-root-container p {
    margin-top: 2.5em;
    margin-bottom: 0;
  }

.prose video, .is-root-container video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

.prose figure, .is-root-container figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

.prose figure > *, .is-root-container figure > * {
      margin-top: 0;
      margin-bottom: 0;
    }

.prose h2 code, .is-root-container h2 code {
    font-size: 0.875em;
  }

.prose h3 code, .is-root-container h3 code {
    font-size: 0.9em;
  }

.prose ul, .is-root-container ul {
    margin-top: 2.5em;
    margin-bottom: 0;
  }

.prose > div, .is-root-container > div {
    margin-top: 2.5em;
    margin-bottom: 0;
  }

.prose > ul > li p, .is-root-container > ul > li p {
        margin-top: 0.75em;
        margin-bottom: 0.75em;
      }

.prose hr + *,
    .prose h2 + *,
    .prose h3 + *,
    .prose h4 + *,
    .is-root-container hr + *,
    .is-root-container h2 + *,
    .is-root-container h3 + *,
    .is-root-container h4 + * {
    margin-top: 0;
  }

.prose thead th:first-child, .prose tbody td:first-child, .is-root-container thead th:first-child, .is-root-container tbody td:first-child {
      padding-left: 0;
    }

.prose thead th:last-child, .prose tbody td:last-child, .is-root-container thead th:last-child, .is-root-container tbody td:last-child {
      padding-right: 0;
    }

.prose > :first-child, .is-root-container > :first-child {
      margin-top: 0;
    }

.prose > :last-child, .is-root-container > :last-child {
      margin-bottom: 0;
    }

.prose ul.page-numbers > li,
        .prose ul.products > li,
        .is-root-container ul.page-numbers > li,
        .is-root-container ul.products > li {
      padding-left: 0;
    }

.prose ul.page-numbers > li::before, .prose ul.products > li::before, .is-root-container ul.page-numbers > li::before, .is-root-container ul.products > li::before {
        width: 0;
        height: 0;
        display: none;
      }

.dark .prose h1, .dark .prose h2, .dark .prose h3, .dark .prose h4, .dark .is-root-container h1, .dark .is-root-container h2, .dark .is-root-container h3, .dark .is-root-container h4  {
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

#kontakt p {
  line-height: 1.625;
  margin-bottom: 1.25rem;
}

#kontakt p a {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

#kontakt p a:hover{
    color: #9bca44;
    color: var(--color-secondary);
  }

.woocommerce p.return-to-shop {
  text-align: right;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #9bca44;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 0.875rem;
}

.woocommerce #wps-slider-section .wpsf-product {
  margin-left: 35px;
  text-align: left;
}

.woocommerce form .form-row .input-checkbox {
  display: inline-block;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-weight: 500;
  border-radius: 0;
  color: #fff;
  background-color: #9bca44;
  border: 0;
  display: inline-block;
}

.woocommerce a.added_to_cart,.woocommerce a.shipping-calculator-button {
  font-weight: 500;
  border-radius: 0;
  color: #fff;
  background-color: #0064ac;
  border: 0;
  display: inline-block;
  padding: 8px 14px;
  line-height: 19px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}

.woocommerce a.added_to_cart:hover,.woocommerce a.shipping-calculator-button:hover {
  background-color: #9bca44;
}

.woocommerce a.button.added {
  display: none;
}

#menu-menu-sklep a:hover {
  color: #0064ac;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #0064ac;
  color: #FFF;
}

.woocommerce #wps-slider-section .wpsf-product-title a {
  font-size: 14px;
  font-weight: 500;
}

.woocommerce #wps-slider-section .wpsf-product-price {
  padding-top: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #9bca44;
}

.woocommerce ul.products li.product .price {
  color: #9bca44;
  display: block;
  font-weight: 700;
  margin-bottom: .5em;
  font-size: 16px;
}

.woocommerce #wps-slider-section #sp-woo-product-slider-4195 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button) {
  color: #fff;
  background-color: #9bca44;
  border: 0px none #222222;
  font-weight: 400;
}

.woocommerce #wps-slider-section #sp-woo-product-slider-4195 .wpsf-cart-button a.added_to_cart{
  background-color: #0064ac !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 14px;
}

.woocommerce ul.products li.product .button {
  margin-top: 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 14px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #9bca44;
}

.woocommerce span.onsale {
  border-radius: 0;
  background-color: #9bca44;
  top: 0;
  left: unset;
}

.woocommerce ul.products li.product .onsale {
  margin: 0;
}

@media (min-width: 782px) {
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 25%;
  }

  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 70%;
  }
}

div.product .product_title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #0d004b;
  color: var(--color-dark);
}

.dark div.product .product_title{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #9bca44;
}

.woocommerce div.product .summary p.price {
  margin: 0.8rem 0;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #0064ac;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0 0 0 0;
}

div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  margin: 0 0;
}

div.product .woocommerce-tabs ul.tabs li.active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

.dark div.product .woocommerce-tabs ul.tabs li.active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

.woocommerce-product-details__short-description {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.woocommerce .quantity .qty {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

section.related.products {
  clear: both;
}

section.related.products h2 {
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
  color: #0d004b;
  color: var(--color-dark);
}

.dark section.related.products h2{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark #add_payment_method #payment, .dark .woocommerce-cart #payment, .dark .woocommerce-checkout #payment{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.woocommerce div#tab-description h2,.woocommerce div#tab-additional_information h2 {
  display: none;
}

.woocommerce div.product p.stock {
  margin-bottom: 1rem;
}

.woocommerce input[type=number]::-webkit-inner-spin-button, 
.woocommerce input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.woocommerce table.shop_attributes th {
  text-align: left;
}

.woocommerce h3#order_review_heading,.woocommerce .woocommerce-billing-fields h3 , label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.woocommerce .quantity .qty {
  border: 1px solid #d3ced2;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
  margin-left: .5rem;
}

@media only screen and (max-width: 768px) {
  .woocommerce.theme-ios ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
}

.woocommerce .products {
    display: flex;
    flex-wrap: wrap;
  }

.woocommerce .products li.product {
      display: flex;
      flex-direction: column;
    }

.woocommerce .products li.product .woocommerce-LoopProduct-link {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
      }

.woocommerce .products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
          flex-grow: 1;
        }

.woocommerce .products li.product .button.product_type_simple {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
      }

.woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
    padding: 8px 14px;
    line-height: 19px;
  }

.woocommerce .slick-track {
    display: flex;
    flex-wrap: wrap;
  }

.woocommerce .slick-track .slick-slide {
      display: flex;
      flex-direction: column;
    }

@media (min-width: 782px) {
    .woocommerce .slick-track .slick-slide {
        height: 440px
    }
      }

.woocommerce .slick-track .slick-slide .sp-wps-product-image-area {
        display: flex;
        flex-direction: column;
        height: 100%;
      }

.woocommerce .slick-track .slick-slide .sp-wps-product-details {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        width: 100%;
      }

.woocommerce .slick-track .slick-slide .sp-wps-product-details .sp-wps-product-details-inner {
          flex-grow: 1;
          display: flex;
          flex-direction: column;
        }

.woocommerce .slick-track .slick-slide .sp-wps-product-details .wpsf-product-title {
          flex-grow: 1;
        }

.woocommerce nav.woocommerce-pagination ul {
    border: 0px none #d3ced2;
  }

.woocommerce nav.woocommerce-pagination ul li {
      border-right: 0px none #d3ced2;
    }

.woocommerce nav.woocommerce-pagination ul li .next span,
            .woocommerce nav.woocommerce-pagination ul li .prev span {
        padding: 0;
      }

.woocommerce nav.woocommerce-pagination ul li a:focus,
    .woocommerce nav.woocommerce-pagination ul li a:hover,
    .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #9bca44;
    color: #ffffff;
  }

.prose .is-style-bezkropek li, .is-root-container .is-style-bezkropek li {
      margin-top: 0.5em;
      margin-bottom: 0;
    }

.prose .is-style-bezkropek li:first-child, .is-root-container .is-style-bezkropek li:first-child {
        margin-top: 0;
      }

.prose .wp-block-column > :first-child,
    .prose .wp-block-media-text__content > :first-child,
    .is-root-container .wp-block-column > :first-child,
    .is-root-container .wp-block-media-text__content > :first-child {
    margin-top: 0;
  }

.prose .wp-block-column > :last-child,
    .prose .wp-block-media-text__content > :last-child,
    .prose .wp-block-column > :last-child > figure,
    .prose .wp-block-cover__inner-container > :last-child,
    .is-root-container .wp-block-column > :last-child,
    .is-root-container .wp-block-media-text__content > :last-child,
    .is-root-container .wp-block-column > :last-child > figure,
    .is-root-container .wp-block-cover__inner-container > :last-child {
    margin-bottom: 0;
  }

@media (min-width: 600px) {
    .prose .wp-block-column > :first-child > figure, .is-root-container .wp-block-column > :first-child > figure {
      margin-top: 0;
    }
  }

.prose > * > :first-child, .prose .photoright > * :first-child, .prose .wp-block-cover__inner-container > :first-child, .is-root-container > * > :first-child, .is-root-container .photoright > * :first-child, .is-root-container .wp-block-cover__inner-container > :first-child{
    margin-top: 0px;
  }

.prose .wp-block-file, .is-root-container .wp-block-file {
    margin-top: 1.5em;
    margin-bottom: 0;
  }

.prose p:empty:before, .is-root-container p:empty:before {
    content: "​";
    display: none;
  }

.prose .wp-block-image > .aligncenter img, .is-root-container .wp-block-image > .aligncenter img {
    margin: 0 auto;
  }

.prose .wp-block-media-text.is-style-foto .wp-block-media-text__content, .is-root-container .wp-block-media-text.is-style-foto .wp-block-media-text__content {
      padding: 0 0 0 0;
    }

.prose .wp-block-media-text.is-style-foto .wp-block-media-text__media img, .is-root-container .wp-block-media-text.is-style-foto .wp-block-media-text__media img {
        margin-bottom: 2rem;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        width: 100vw;
      }

@media (min-width: 600px) {
    .prose .wp-block-media-text.is-style-foto, .is-root-container .wp-block-media-text.is-style-foto {
      display: flex;
      flex-direction: row;
      position: relative;
    }
      .prose .wp-block-media-text.is-style-foto .wp-block-media-text__content, .is-root-container .wp-block-media-text.is-style-foto .wp-block-media-text__content {
        padding: 0 2rem 0 0;
        width: 50%;
      }
      .prose .wp-block-media-text.is-style-foto .wp-block-media-text__media, .is-root-container .wp-block-media-text.is-style-foto .wp-block-media-text__media {
        width: 50vw;
        position: absolute;
        left: 50%;
        top: 0;
        overflow: hidden;
        height: 100%;
      }
        .prose .wp-block-media-text.is-style-foto .wp-block-media-text__media img, .is-root-container .wp-block-media-text.is-style-foto .wp-block-media-text__media img {
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          margin-bottom: 0;
        }
  }

.prose .wp-block-columns.is-style-etapy, .is-root-container .wp-block-columns.is-style-etapy {
    flex-wrap: wrap;
    position: relative;
    counter-reset: list-counter;
    padding: 40px 0px 0 0;
  }

.prose .wp-block-columns.is-style-etapy .wp-block-column, .is-root-container .wp-block-columns.is-style-etapy .wp-block-column {
      margin-left: 0;
      position: relative;
      border-top: 2px solid #cbcbcb;
      border-top: 2px solid var(--color-light);
      padding: 20px 40px 50px;
      counter-increment: list-counter;
    }

.prose .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(9):before, .is-root-container .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(9):before {
          width: 0;
          height: 0;
        }

.prose .wp-block-columns.is-style-etapy .wp-block-column:before, .is-root-container .wp-block-columns.is-style-etapy .wp-block-column:before {
        width: 18px;
        height: 18px;
        content: "";
        display: block;
        position: absolute;
        top: -9px;
        left: 36px;
        background-color: #0064ac;
        background-color: #0064ac;
        background-color: var(--color-primary);
        border: 3px solid #ffffff;
        border-radius: 50%;
        background-position-y: 50px;
      }

.prose .wp-block-columns.is-style-etapy .wp-block-column figure, .is-root-container .wp-block-columns.is-style-etapy .wp-block-column figure {
        margin-bottom: 0em;
      }

.prose .wp-block-columns.is-style-etapy .wp-block-column figure:before, .is-root-container .wp-block-columns.is-style-etapy .wp-block-column figure:before {
          content: counter(list-counter);
          display: block;
          position: absolute;
          top: -32px;
        }

.prose .wp-block-columns.is-style-etapy .wp-block-column figure img, .is-root-container .wp-block-columns.is-style-etapy .wp-block-column figure img {
          height: 70px;
          width: auto;
        }

.prose .wp-block-columns.is-style-etapy .wp-block-column p, .is-root-container .wp-block-columns.is-style-etapy .wp-block-column p {
        margin-top: 0.5rem;
      }

@media (min-width: 782px) {
    .prose .wp-block-columns.is-style-etapy, .is-root-container .wp-block-columns.is-style-etapy {
      padding: 40px 0px 0 100px;
    }
      .prose .wp-block-columns.is-style-etapy:before, .is-root-container .wp-block-columns.is-style-etapy:before {
        display: block;
        content: "";
        height: 40px;
        border-left: 2px solid #cbcbcb;
        border-left: 2px solid var(--color-light);
        position: absolute;
        top: 0;
      }
        .prose .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(1), .is-root-container .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(1) {
          order: 1;
        }
        .prose .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(2), .is-root-container .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(2) {
          order: 2;
        }
        .prose .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(3), .is-root-container .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(3) {
          order: 3;
          border-right: 2px solid #cbcbcb;
          border-right: 2px solid var(--color-light);
        }
        .prose .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(4), .is-root-container .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(4) {
          order: 6;
        }
        .prose .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(5), .is-root-container .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(5) {
          order: 5;
        }
        .prose .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(6), .is-root-container .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(6) {
          order: 4;
          border-left: 2px solid #cbcbcb;
          border-left: 2px solid var(--color-light);
        }
        .prose .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(7), .is-root-container .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(7) {
          order: 7;
        }
        .prose .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(8), .is-root-container .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(8) {
          order: 8;
        }
        .prose .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(9), .is-root-container .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(9) {
          order: 9;
        }
          .prose .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(9):before, .is-root-container .wp-block-columns.is-style-etapy .wp-block-column:nth-of-type(9):before {
            width: 0;
            height: 0;
          }
  }

.prose .wp-block-columns.is-style-placowki, .is-root-container .wp-block-columns.is-style-placowki {
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }

.prose .wp-block-columns.is-style-placowki .wp-block-column, .is-root-container .wp-block-columns.is-style-placowki .wp-block-column {
      background: linear-gradient(178deg, rgb(66, 155, 204) 0%, rgb(3, 100, 172) 100%);
      flex-basis: 30%;
      flex-grow: 0;
      margin-bottom: 2rem;
      padding: 1.2rem;
      color: #ffffff;
      display: flex;
      flex-direction: column;
      min-height: 260px;
    }

.prose .wp-block-columns.is-style-placowki .wp-block-column h3,
            .prose .wp-block-columns.is-style-placowki .wp-block-column a,
            .is-root-container .wp-block-columns.is-style-placowki .wp-block-column h3,
            .is-root-container .wp-block-columns.is-style-placowki .wp-block-column a {
        color: #ffffff;
      }

.prose .wp-block-columns.is-style-placowki .wp-block-column h3, .is-root-container .wp-block-columns.is-style-placowki .wp-block-column h3 {
        /* flex-grow: 1;*/
        min-height: 25%;
      }

.prose .wp-block-columns.is-style-kafle-zielone .wp-block-column, .is-root-container .wp-block-columns.is-style-kafle-zielone .wp-block-column {
      background-color: #9bca44;
      background-color: #9bca44;
      background-color: var(--color-secondary);
      margin-bottom: 1rem;
      min-height: 200px;
    }

.prose .wp-block-columns.is-style-kafle-zielone .wp-block-column:first-of-type, .is-root-container .wp-block-columns.is-style-kafle-zielone .wp-block-column:first-of-type {
        margin-left: 0rem;
      }

.prose .wp-block-columns.is-style-kafle-zielone .wp-block-column:hover, .is-root-container .wp-block-columns.is-style-kafle-zielone .wp-block-column:hover {
        background-color: #0064ac;
        background-color: #0064ac;
        background-color: var(--color-primary);
      }

.prose .wp-block-columns.is-style-kafle-zielone .wp-block-column .wp-block-image, .is-root-container .wp-block-columns.is-style-kafle-zielone .wp-block-column .wp-block-image {
        position: relative;
        height: 100%;
      }

.prose .wp-block-columns.is-style-kafle-zielone .wp-block-column .wp-block-image figure, .is-root-container .wp-block-columns.is-style-kafle-zielone .wp-block-column .wp-block-image figure {
          width: 100%;
          height: 100%;
          margin-top: 0;
          margin-bottom: 0;
        }

.prose .wp-block-columns.is-style-kafle-zielone .wp-block-column .wp-block-image figure a, .is-root-container .wp-block-columns.is-style-kafle-zielone .wp-block-column .wp-block-image figure a {
            margin: 0;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            padding-top: 1.5rem;
            z-index: 20;
          }

.prose .wp-block-columns.is-style-kafle-zielone .wp-block-column .wp-block-image figure a img, .is-root-container .wp-block-columns.is-style-kafle-zielone .wp-block-column .wp-block-image figure a img {
              height: 75px;
              width: auto;
            }

.prose .wp-block-columns.is-style-kafle-zielone .wp-block-column .wp-block-image figure figcaption, .is-root-container .wp-block-columns.is-style-kafle-zielone .wp-block-column .wp-block-image figure figcaption {
            font-size: 1rem;
            color: #ffffff;
            padding: 6rem 0 1.5rem;
            width: 100%;
            text-align: center;
            position: absolute;
          }

@media (min-width: 600px) {
    .prose .wp-block-columns.is-style-kafle-zielone .wp-block-column, .is-root-container .wp-block-columns.is-style-kafle-zielone .wp-block-column {
        margin-left: 1rem
    }
      }

@media (max-width: 781px) and (min-width: 600px) {
        .prose .wp-block-columns.is-style-kafle-zielone .wp-block-column:nth-of-type(2n + 1), .is-root-container .wp-block-columns.is-style-kafle-zielone .wp-block-column:nth-of-type(2n + 1) {
          margin-left: 0rem;
        }
      }

.prose .wp-block-columns.is-style-kafle-niebieskie, .is-root-container .wp-block-columns.is-style-kafle-niebieskie {
    justify-content: center;
    flex-wrap: wrap;
  }

.prose .wp-block-columns.is-style-kafle-niebieskie .wp-block-column, .is-root-container .wp-block-columns.is-style-kafle-niebieskie .wp-block-column {
      background-image: linear-gradient(to top, var(--tw-gradient-stops));
      --tw-gradient-from: #0364ac;
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 100, 172, 0));
      --tw-gradient-to: #429bcc
    }

.prose .wp-block-columns.is-style-kafle-niebieskie .wp-block-column:hover,.is-root-container .wp-block-columns.is-style-kafle-niebieskie .wp-block-column:hover{
      --tw-gradient-from: var(--color-secondary);
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
      --tw-gradient-to: var(--color-secondary);
    }

.prose .wp-block-columns.is-style-kafle-niebieskie .wp-block-column,.is-root-container .wp-block-columns.is-style-kafle-niebieskie .wp-block-column{
      border-width: 1px;
      display: flex;
      flex-direction: column;
      flex-grow: 0;
      margin-bottom: 1rem;
      padding: 0px;
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.prose .wp-block-columns.is-style-kafle-niebieskie .entry-content .patronaty div.wp-block-column.border-current:before, .is-root-container .wp-block-columns.is-style-kafle-niebieskie .entry-content .patronaty div.wp-block-column.border-current:before {
          content: "";
          display: block;
          padding-bottom: 100%;
          width: 100%;
          height: 0;
        }

.prose .wp-block-columns.is-style-kafle-niebieskie .projekty .wp-block-column, .is-root-container .wp-block-columns.is-style-kafle-niebieskie .projekty .wp-block-column {
        display: flex;
        align-items: center;
        position: relative;
      }

.prose .wp-block-columns.is-style-kafle-niebieskie .projekty .wp-block-column:after, .is-root-container .wp-block-columns.is-style-kafle-niebieskie .projekty .wp-block-column:after {
        content: "";
        display: block;
        padding-bottom: 100%;
      }

@media (min-width: 600px){
      .prose .wp-block-columns.is-style-kafle-niebieskie .wp-block-column,.is-root-container .wp-block-columns.is-style-kafle-niebieskie .wp-block-column{
        margin-left: 1rem;
      }
    }

.prose .wp-block-columns.is-style-kafle-niebieskie .wp-block-column,.is-root-container .wp-block-columns.is-style-kafle-niebieskie .wp-block-column{
      flex-basis: 30%;
      min-height: 240px;
    }

.prose .wp-block-columns.is-style-kafle-niebieskie .wp-block-column:first-of-type, .is-root-container .wp-block-columns.is-style-kafle-niebieskie .wp-block-column:first-of-type {
        margin-left: 0px;
      }

@media (min-width: 782px){
        .prose .wp-block-columns.is-style-kafle-niebieskie .wp-block-column:nth-of-type(4n + 0),.is-root-container .wp-block-columns.is-style-kafle-niebieskie .wp-block-column:nth-of-type(4n + 0){
          margin-left: 0px;
        }
      }

@media (min-width: 600px){
        .prose .wp-block-columns.is-style-kafle-niebieskie .wp-block-column:nth-of-type(3n + 0),.is-root-container .wp-block-columns.is-style-kafle-niebieskie .wp-block-column:nth-of-type(3n + 0){
          margin-left: 0px;
        }
      }

@media (min-width: 782px){
        .prose .wp-block-columns.is-style-kafle-niebieskie .wp-block-column:nth-of-type(3n + 0),.is-root-container .wp-block-columns.is-style-kafle-niebieskie .wp-block-column:nth-of-type(3n + 0){
          margin-left: 1rem;
        }
      }

.prose .wp-block-columns.is-style-kafle-niebieskie .wp-block-column .wp-block-image, .is-root-container .wp-block-columns.is-style-kafle-niebieskie .wp-block-column .wp-block-image {
        height: 100%;
        position: relative;
      }

.prose .wp-block-columns.is-style-kafle-niebieskie .wp-block-column .wp-block-image figure, .is-root-container .wp-block-columns.is-style-kafle-niebieskie .wp-block-column .wp-block-image figure {
          height: 100%;
          margin-top: 0px;
          margin-bottom: 0px;
          position: relative;
          width: 100%;
        }

.prose .wp-block-columns.is-style-kafle-niebieskie .wp-block-column .wp-block-image figure a, .is-root-container .wp-block-columns.is-style-kafle-niebieskie .wp-block-column .wp-block-image figure a {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            height: 100%;
            margin: 0px;
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
            width: 100%;
            z-index: 20;
          }

.prose .wp-block-columns.is-style-kafle-niebieskie .wp-block-column .wp-block-image figure img, .is-root-container .wp-block-columns.is-style-kafle-niebieskie .wp-block-column .wp-block-image figure img {
            height: 8rem;
            margin-top: 1.5rem;
            width: auto;
          }

.prose .wp-block-columns.is-style-kafle-niebieskie .wp-block-column .wp-block-image figure figcaption, .is-root-container .wp-block-columns.is-style-kafle-niebieskie .wp-block-column .wp-block-image figure figcaption {
            font-size: 1rem;
            line-height: 1.5rem;
            padding-left: 1rem;
            padding-right: 1rem;
            position: absolute;
            text-align: center;
            --tw-text-opacity: 1;
            color: rgba(255, 255, 255, var(--tw-text-opacity));
            width: 100%;
            top: 65%;
          }

.prose .wp-block-cover,
    .prose .wp-block-cover-image,
    .is-root-container .wp-block-cover,
    .is-root-container .wp-block-cover-image {
    min-height: 350px;
  }

.prose .wp-block-cover.has-parallax p.has-text-align-center, .is-root-container .wp-block-cover.has-parallax p.has-text-align-center {
      margin-top: 0.5em;
    }

.prose .wp-block-cover.has-parallax figure, .is-root-container .wp-block-cover.has-parallax figure {
      margin-top: 1rem;
      margin-bottom: 0;
    }

.prose .wp-block-buttons.is-style-wsparcie, .is-root-container .wp-block-buttons.is-style-wsparcie {
    justify-content: center;
  }

.prose .wp-block-buttons.is-style-wsparcie .wp-block-button, .is-root-container .wp-block-buttons.is-style-wsparcie .wp-block-button {
      /*  width: 120px;*/
      justify-content: center;
    }

.prose .wp-block-buttons, .is-root-container .wp-block-buttons {
    display: flex;
  }

/* justify-content: space-around;*/

.prose .wp-block-buttons .wp-block-button a.wp-block-button__link:focus,.is-root-container .wp-block-buttons .wp-block-button a.wp-block-button__link:focus{
        background-color: #9bca44;
        background-color: var(--color-secondary);
      }

.prose .wp-block-buttons .wp-block-button a.wp-block-button__link,.is-root-container .wp-block-buttons .wp-block-button a.wp-block-button__link{
        font-size: 1rem;
        line-height: 1.5rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
      }

.prose .wp-block-buttons .wp-block-button a.wp-block-button__link:focus,.is-root-container .wp-block-buttons .wp-block-button a.wp-block-button__link:focus{
        outline: 2px solid transparent;
        outline-offset: 2px;
      }

.prose .wp-block-buttons .wp-block-button a.wp-block-button__link,.is-root-container .wp-block-buttons .wp-block-button a.wp-block-button__link{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 2rem;
        padding-right: 2rem;
        text-decoration: none;
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
        transition-duration: 100ms;
      }

@media (min-width: 782px){
        .prose .wp-block-buttons .wp-block-button a.wp-block-button__link,.is-root-container .wp-block-buttons .wp-block-button a.wp-block-button__link{
          padding-left: 2.5rem;
          padding-right: 2.5rem;
        }
      }

.prose .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link:hover,.is-root-container .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link:hover{
        background-color: #9bca44;
        background-color: var(--color-secondary);
      }

.prose .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link,.is-root-container .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link{
        border-width: 1px;
        display: inline-block;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 2rem;
        padding-right: 2rem;
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        text-transform: uppercase;
      }

.prose .wp-block-buttons .wp-block-button.is-style-outline .entry-content .patronaty diva.wp-block-button__link.border-current:before, .is-root-container .wp-block-buttons .wp-block-button.is-style-outline .entry-content .patronaty diva.wp-block-button__link.border-current:before {
            content: "";
            display: block;
            padding-bottom: 100%;
            width: 100%;
            height: 0;
          }

.prose .wp-block-buttons .wp-block-button.is-style-outline .projekty a.wp-block-button__link, .is-root-container .wp-block-buttons .wp-block-button.is-style-outline .projekty a.wp-block-button__link {
          display: flex;
          align-items: center;
          position: relative;
        }

.prose .wp-block-buttons .wp-block-button.is-style-outline .projekty a.wp-block-button__link:after, .is-root-container .wp-block-buttons .wp-block-button.is-style-outline .projekty a.wp-block-button__link:after {
          content: "";
          display: block;
          padding-bottom: 100%;
        }

@media (min-width: 782px){
        .prose .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link,.is-root-container .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link{
          padding-left: 2.5rem;
          padding-right: 2.5rem;
        }
      }

.prose .wp-block-buttons .wp-block-button.is-style-fill, .is-root-container .wp-block-buttons .wp-block-button.is-style-fill {
      display: flex;
    }

.prose .wp-block-buttons .wp-block-button.is-style-fill a.wp-block-button__link, .is-root-container .wp-block-buttons .wp-block-button.is-style-fill a.wp-block-button__link {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
        --tw-gradient-from: #a9c850;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 200, 80, 0));
        --tw-gradient-to: #82bb44;
      }

.prose .wp-block-buttons .wp-block-button.is-style-fill a.wp-block-button__link:hover,.is-root-container .wp-block-buttons .wp-block-button.is-style-fill a.wp-block-button__link:hover{
        --tw-gradient-from: #82bb44;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 187, 68, 0));
        --tw-gradient-to: #a9c850;
      }

.prose .wp-block-buttons .wp-block-button.is-style-fill a.wp-block-button__link,.is-root-container .wp-block-buttons .wp-block-button.is-style-fill a.wp-block-button__link{
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        display: flex;
        align-items: center;
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
      }

.prose .wp-block-buttons .wp-block-button.is-style-fill .entry-content .patronaty diva.wp-block-button__link.border-current:before, .is-root-container .wp-block-buttons .wp-block-button.is-style-fill .entry-content .patronaty diva.wp-block-button__link.border-current:before {
            content: "";
            display: block;
            padding-bottom: 100%;
            width: 100%;
            height: 0;
          }

.prose .wp-block-buttons .wp-block-button.is-style-fill .projekty a.wp-block-button__link, .is-root-container .wp-block-buttons .wp-block-button.is-style-fill .projekty a.wp-block-button__link {
          display: flex;
          align-items: center;
          position: relative;
        }

.prose .wp-block-buttons .wp-block-button.is-style-fill .projekty a.wp-block-button__link:after, .is-root-container .wp-block-buttons .wp-block-button.is-style-fill .projekty a.wp-block-button__link:after {
          content: "";
          display: block;
          padding-bottom: 100%;
        }

.prose .wp-block-buttons .wp-block-button.is-style-mail, .is-root-container .wp-block-buttons .wp-block-button.is-style-mail {
      margin: 0.5rem 2rem;
    }

.prose .wp-block-buttons .wp-block-button.is-style-mail a.wp-block-button__link, .is-root-container .wp-block-buttons .wp-block-button.is-style-mail a.wp-block-button__link {
        background: none;
        color: #0064ac;
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0;
        transition-property: none;
        font-weight: 700;
      }

.prose .wp-block-buttons .wp-block-button.is-style-mail a.wp-block-button__link:hover, .is-root-container .wp-block-buttons .wp-block-button.is-style-mail a.wp-block-button__link:hover {
          color: #9bca44;
        }

.prose .wp-block-buttons .wp-block-button.is-style-mail a.wp-block-button__link:hover:before, .is-root-container .wp-block-buttons .wp-block-button.is-style-mail a.wp-block-button__link:hover:before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239bca44' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z'/%3E%3C/svg%3E");
          }

.prose .wp-block-buttons .wp-block-button.is-style-mail a.wp-block-button__link:before, .is-root-container .wp-block-buttons .wp-block-button.is-style-mail a.wp-block-button__link:before {
          display: block;
          content: " ";
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230064ac' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: 42px 42px;
          height: 42px;
          width: 42px;
          margin: 0 auto;
        }

.prose .wp-block-buttons .wp-block-button.is-style-phone, .is-root-container .wp-block-buttons .wp-block-button.is-style-phone {
      margin: 0.5rem 2rem;
    }

.prose .wp-block-buttons .wp-block-button.is-style-phone a.wp-block-button__link, .is-root-container .wp-block-buttons .wp-block-button.is-style-phone a.wp-block-button__link {
        background: none;
        color: #0064ac;
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0;
        transition-property: none;
        font-weight: 700;
      }

.prose .wp-block-buttons .wp-block-button.is-style-phone a.wp-block-button__link:hover, .is-root-container .wp-block-buttons .wp-block-button.is-style-phone a.wp-block-button__link:hover {
          color: #9bca44;
        }

.prose .wp-block-buttons .wp-block-button.is-style-phone a.wp-block-button__link:hover:before, .is-root-container .wp-block-buttons .wp-block-button.is-style-phone a.wp-block-button__link:hover:before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239bca44' class='bi bi-telephone' viewBox='0 0 16 16'%3E%3Cpath d='M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z'/%3E%3C/svg%3E");
          }

.prose .wp-block-buttons .wp-block-button.is-style-phone a.wp-block-button__link:before, .is-root-container .wp-block-buttons .wp-block-button.is-style-phone a.wp-block-button__link:before {
          display: block;
          content: " ";
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230064ac' class='bi bi-telephone' viewBox='0 0 16 16'%3E%3Cpath d='M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: 42px 42px;
          height: 42px;
          width: 42px;
          margin: 0 auto;
        }

.prose .wp-block-columns.is-style-historia, .is-root-container .wp-block-columns.is-style-historia {
    /* flex-wrap: wrap;*/
    position: relative;
    padding: 20px 20px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1rem;
    border-left: 4px solid #cbcbcb;
    border-left: 4px solid var(--color-light);
  }

.prose .wp-block-columns.is-style-historia:before, .is-root-container .wp-block-columns.is-style-historia:before {
      width: 18px;
      height: 18px;
      content: "";
      display: block;
      position: absolute;
      top: 27px;
      left: -11px;
      background-color: #fff;
      border: 4px solid #cbcbcb;
      border: 4px solid var(--color-light);
      border-radius: 50%;
      background-position-y: 50px;
    }

.prose .wp-block-columns.is-style-historia .wp-block-column, .is-root-container .wp-block-columns.is-style-historia .wp-block-column {
      margin-left: 0;
      position: relative;
    }

/* padding: 20px 40px 50px;*/

.prose .wp-block-columns.is-style-historia .wp-block-column:nth-of-type(9):before, .is-root-container .wp-block-columns.is-style-historia .wp-block-column:nth-of-type(9):before {
          width: 0;
          height: 0;
        }

.prose .wp-block-columns.is-style-historia .wp-block-column p, .is-root-container .wp-block-columns.is-style-historia .wp-block-column p {
        margin-top: 0.3rem;
      }

div.wp-block-lazyblock-linia-pozioma {
  margin-top: 4em;
  margin-bottom: 4em;
}

div.wp-block-lazyblock-linia-pozioma.alignfull > div {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    /* margin-bottom: 1.5rem;*/
  }

.wp-block-columns.is-style-linia .wp-block-column > :first-child {
    margin-top: 0;
  }

.wp-block-columns.is-style-linia .wp-block-column > :last-child {
    margin-bottom: 0;
  }

.wp-block-columns.is-style-linia .wp-block-column:not(:first-child) {
    border-left: 5px solid #0064ac;
    padding-left: 2rem;
    position: relative;
    margin-top: 3rem
  }

@media (min-width: 600px){
    .wp-block-columns.is-style-linia .wp-block-column:not(:first-child){
      margin-top: 0px;
    }
  }

.wp-block-columns.is-style-linia .wp-block-column:not(:first-child)::before {
      display: block;
      content: " ";
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='5px' height='60px' viewBox='0 0 5 60' enable-background='new 0 0 5 60' xml:space='preserve'%3E%3Crect fill='%234CA2D1' width='5' height='5'/%3E%3Crect y='10' fill='%2394C636' width='5' height='40'/%3E%3Crect y='5' fill='%23FFFFFF' width='5' height='5'/%3E%3Crect y='50' fill='%23FFFFFF' width='5' height='5'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      /* background-size: 5px 50%;*/
      height: 60px;
      width: 100%;
      position: absolute;
      left: 0;
      margin-left: -5px;
    }

.wp-block-columns.is-style-fakty .wp-block-column {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

.wp-block-columns.is-style-fakty .wp-block-image {
    margin-bottom: 0.5em;
  }

.wp-block-columns.is-style-fakty figure {
    margin-top: 0;
    margin-bottom: 0;
  }

.wp-block-columns.is-style-fakty p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 100%;
  }

@media (min-width: 782px) {
    .wp-block-columns.is-style-fakty .wp-block-column {
      margin-top: 0;
      margin-bottom: 0;
    }
  }

.wp-block-lazyblock-kafelki-kwadrat .aspect-ratio-square {
    padding-bottom: 100%;
  }

@media (min-width: 600px) {
    .wp-block-lazyblock-kafelki-kwadrat .aspect-ratio-square {
      padding-bottom: 50%;
    }
  }

@media (min-width: 782px) {
    .wp-block-lazyblock-kafelki-kwadrat .aspect-ratio-square {
      padding-bottom: 33.333333%;
    }
  }

.single-projekty .wp-block-media-text {
    margin-bottom: 2rem;
  }

.single-projekty .wp-block-media-text .wp-block-media-text__content > * {
      margin: 0;
    }

.widget-area h3 {
  margin-top: 2.5em;
  margin-bottom: 0.5em;
  line-height: 1.6;
}

#navshop a:hover {
    color: #9bca44;
    color: #9bca44;
    color: var(--color-secondary);
  }

#navshop a.wpmenucart-contents:hover {
    color: #0e064b;
    color: #0d004b;
    color: var(--color-dark);
  }

.wp-block-cover .wp-block-columns {
    margin-top: 1.75em;
  }

p.is-style-image {
  display: flex;
  align-items: center;
}

p.is-style-image img {
    margin-right: 1rem;
    margin-left: 1rem;
  }

.wp-block-image.is-style-circle img {
    border-radius: 50%;
  }

.wp-block-columns.is-style-kierownictwo .wp-block-column {
    margin-bottom: 1rem;
    position: relative;
    min-height: 310px;
  }

.wp-block-columns.is-style-kierownictwo .wp-block-column:first-of-type {
      margin-left: 0rem;
    }

.wp-block-columns.is-style-kierownictwo .wp-block-column p {
      position: absolute;
      top: 14.5rem;
      width: 100%;
      font-size: 80%;
    }

.wp-block-columns.is-style-kierownictwo .wp-block-column .wp-block-image {
      position: relative;
      height: 100%;
    }

.wp-block-columns.is-style-kierownictwo .wp-block-column .wp-block-image figure {
        width: 100%;
        height: 100%;
        margin-top: 0;
        margin-bottom: 0;
      }

.wp-block-columns.is-style-kierownictwo .wp-block-column .wp-block-image figure a {
          margin: 0;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: flex-start;
          justify-content: center;
          z-index: 20;
        }

.wp-block-columns.is-style-kierownictwo .wp-block-column .wp-block-image figure a img {
            height: 240px;
            width: auto;
            transition-property: background-color, border-color, color, fill, stroke;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
            border: 6px solid;
            border-color: transparent;
          }

.wp-block-columns.is-style-kierownictwo .wp-block-column .wp-block-image figure a:hover img {
              border-color: #9bca44;
            }

.wp-block-columns.is-style-kierownictwo .wp-block-column .wp-block-image figure figcaption {
          font-size: 1rem;
          padding: 14rem 0 1.5rem;
          width: 100%;
          text-align: center;
          color: #0064ac;
          color: #0064ac;
          color: var(--color-primary);
          position: absolute;
        }

.wp-block-columns.is-style-kierownictwo .wp-block-column .wp-block-image:hover figcaption {
        color: #9bca44;
        color: #9bca44;
        color: var(--color-secondary);
      }

@media (min-width: 600px) {
  .wp-block-columns.is-style-kierownictwo .wp-block-column {
      margin-left: 1rem
  }
    }

@media (max-width: 781px) and (min-width: 600px) {
      .wp-block-columns.is-style-kierownictwo .wp-block-column:nth-of-type(2n + 1) {
        margin-left: 0rem;
      }
    }

.home .entry-content > .wp-block-cover:first-child .wp-block-cover__inner-container {
      padding-top: 12rem;
    }

.home .entry-content > .wp-block-cover:first-child .wp-block-cover__inner-container h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
        margin-bottom: 2rem;
      }

@media (min-width: 1024px){
        .home .entry-content > .wp-block-cover:first-child .wp-block-cover__inner-container h1{
          font-size: 4.5rem;
          line-height: 1;
        }
      }

.home .entry-content > .wp-block-cover:first-child .wp-block-cover__inner-container p {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }

.home .entry-content > .wp-block-cover:first-child .wp-block-cover__inner-container p {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }

.home .entry-content > .wp-block-cover:first-child .wp-block-cover__inner-container .wp-block-buttons a {
        margin-top: 1.5rem;
        margin-bottom: 2rem;
      }

@media (min-width: 782px){
    .home h2{
      font-size: 1.875rem;
      line-height: 2.25rem;
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }

.entry-content .wp-block-latest-posts__list.columns-4 a:before {
      content: "";
      display: block;
      padding-bottom: 100%;
      width: 100%;
      margin-bottom: 2rem;
    }

.entry-content .wp-block-latest-posts__list.columns-4 li {
      display: flex;
      flex-direction: column;
      margin: 0px;
      margin-bottom: 1rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      position: relative;
      width: 100%;
    }

@media (min-width: 600px){
      .entry-content .wp-block-latest-posts__list.columns-4 li{
        width: 50%;
      }
    }

@media (min-width: 782px){
      .entry-content .wp-block-latest-posts__list.columns-4 li{
        width: 25%;
      }
    }

.entry-content .wp-block-latest-posts__list.columns-4 .wp-block-latest-posts__featured-image {
      overflow: hidden;
      position: absolute;
      top: 0px;
      right: 0.5rem;
      left: 0.5rem;
    }

.entry-content .wp-block-latest-posts__list.columns-4 .wp-block-latest-posts__featured-image img {
        width: 100%;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
        transition-duration: 100ms;
      }

.entry-content .wp-block-latest-posts__list.columns-4 li:hover .wp-block-latest-posts__featured-image img {
          --tw-scale-x: 1.1;
          --tw-scale-y: 1.1;
        }

.entry-content .wp-block-latest-posts__list.columns-4 a {
      border-width: 1px;
      display: flex;
      flex-direction: column;
      font-weight: 700;
      height: 100%;
      padding-top: 1rem;
      padding-bottom: 1rem;
      padding-left: 1rem;
      padding-right: 1rem;
      color: #4d4d4d;
      color: var(--color-font);
    }

.entry-content .wp-block-latest-posts__list.columns-4 a:hover{
      color: #9bca44;
      color: var(--color-secondary);
    }

.entry-content .wp-block-latest-posts__list.columns-4 a{
      width: 100%;
      z-index: 10;
      transition-property: background-color, border-color, color, fill, stroke;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
      transition-duration: 100ms;
    }

.entry-content .wp-block-latest-posts__list.columns-4 .entry-content .patronaty diva.border-current:before {
          content: "";
          display: block;
          padding-bottom: 100%;
          width: 100%;
          height: 0;
        }

.entry-content .wp-block-latest-posts__list.columns-4 .projekty a {
        display: flex;
        align-items: center;
        position: relative;
      }

.entry-content .wp-block-latest-posts__list.columns-4 .projekty a:after {
        content: "";
        display: block;
        padding-bottom: 100%;
      }

.entry-content .wp-block-latest-posts__list.columns-3 li {
      --tw-bg-opacity: 1;
      background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
      border-width: 1px;
      display: flex;
      flex-direction: column;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 1rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      position: relative;
      width: 100%;
    }

.entry-content .wp-block-latest-posts__list.columns-3 .entry-content .patronaty divli.border-current:before {
          content: "";
          display: block;
          padding-bottom: 100%;
          width: 100%;
          height: 0;
        }

.entry-content .wp-block-latest-posts__list.columns-3 .projekty li {
        display: flex;
        align-items: center;
        position: relative;
      }

.entry-content .wp-block-latest-posts__list.columns-3 .projekty li:after {
        content: "";
        display: block;
        padding-bottom: 100%;
      }

@media (min-width: 600px){
      .entry-content .wp-block-latest-posts__list.columns-3 li{
        width: 50%;
      }
    }

@media (min-width: 782px){
      .entry-content .wp-block-latest-posts__list.columns-3 li{
        width: 33.333333%;
      }
    }

.entry-content .wp-block-latest-posts__list.columns-3 .wp-block-latest-posts__featured-image {
      overflow: hidden;
    }

.entry-content .wp-block-latest-posts__list.columns-3 .wp-block-latest-posts__featured-image img {
        width: 100%;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
        transition-duration: 100ms;
      }

.entry-content .wp-block-latest-posts__list.columns-3 li:hover .wp-block-latest-posts__featured-image img {
          --tw-scale-x: 1.1;
          --tw-scale-y: 1.1;
        }

.entry-content .wp-block-latest-posts__list.columns-3 a {
      font-weight: 700;
      padding: 0.75rem;
      color: #0d004b;
      color: var(--color-dark);
    }

.entry-content .wp-block-latest-posts__list.columns-3 .wp-block-latest-posts__post-excerpt{
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }

.entry-content .patronaty div.border.border-current:before {
      content: "";
      display: block;
      padding-bottom: 100%;
      width: 100%;
      height: 0;
    }

.projekty .border {
    display: flex;
    align-items: center;
    position: relative;
  }

.projekty .border:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }

.projekty .wp-post-image {
    position: absolute;
  }

.dark .entry-content > .wp-block-latest-posts__list a {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
      }

.dark .entry-content > .wp-block-latest-posts__list a:hover{
        color: #9bca44;
        color: var(--color-secondary);
      }

.dark .entry-content .wp-block-buttons .wp-block-button.is-style-fill a.wp-block-button__link {
          --tw-gradient-from: #000;
          --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
          --tw-gradient-to: #000;
        }

.dark .entry-content .wp-block-buttons .wp-block-button.is-style-fill a.wp-block-button__link:hover{
          --tw-gradient-from: #1f2937;
          --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
          --tw-gradient-to: #1f2937;
        }

.dark .entry-content .wp-block-buttons .wp-block-button.is-style-fill a.wp-block-button__link{
          border-width: 1px;
        }

.dark .entry-content .wp-block-buttons .wp-block-button.is-style-fill .entry-content .patronaty diva.wp-block-button__link.border-current:before {
              content: "";
              display: block;
              padding-bottom: 100%;
              width: 100%;
              height: 0;
            }

.dark .entry-content .wp-block-buttons .wp-block-button.is-style-fill .projekty a.wp-block-button__link {
            display: flex;
            align-items: center;
            position: relative;
          }

.dark .entry-content .wp-block-buttons .wp-block-button.is-style-fill .projekty a.wp-block-button__link:after {
            content: "";
            display: block;
            padding-bottom: 100%;
          }

.dark .entry-content .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link:hover{
          --tw-bg-opacity: 1;
          background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
        }

.dark .entry-content .wp-block-columns.is-style-kafle-niebieskie .wp-block-column {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
        --tw-gradient-to: #000;
      }

.dark .entry-content .wp-block-columns.is-style-kafle-niebieskie .wp-block-column:hover{
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
        --tw-gradient-to: #1f2937;
      }

.dark .wp-block-cover img.wp-block-cover__image-background {
      opacity: 0.5;
    }

/* @import "sass/hamburger.scss"; */

@media (min-width: 600px){
  #page-top .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }

  #page-top .sm\:justify-end{
    justify-content: flex-end;
  }

  #page-top .sm\:flex-shrink-0{
    flex-shrink: 0;
  }

  #page-top .sm\:h-16{
    height: 4rem;
  }

  #page-top .sm\:h-20{
    height: 5rem;
  }

  #page-top .sm\:mt-40{
    margin-top: 10rem;
  }

  #page-top .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #page-top .sm\:w-auto{
    width: auto;
  }

  #page-top .sm\:w-1\/2{
    width: 50%;
  }

  #page-top .sm\:w-1\/3{
    width: 33.333333%;
  }

  #page-top .sm\:w-1\/4{
    width: 25%;
  }

  #page-top .sm\:w-6\/12{
    width: 50%;
  }
}

@media (min-width: 782px){
  #page-top .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  #page-top .md\:bg-fixed{
    background-attachment: fixed;
  }

  #page-top .md\:bg-top{
    background-position: top;
  }

  #page-top .md\:bg-cover{
    background-size: cover;
  }

  #page-top .md\:border-l-2{
    border-left-width: 2px;
  }

  #page-top .md\:block{
    display: block;
  }

  #page-top .md\:flex{
    display: flex;
  }

  #page-top .md\:hidden{
    display: none;
  }

  #page-top .md\:justify-end{
    justify-content: flex-end;
  }

  #page-top .md\:order-2{
    order: 2;
  }

  #page-top .md\:order-3{
    order: 3;
  }

  #page-top .md\:float-right{
    float: right;
  }

  #page-top .md\:h-128{
    height: 32rem;
  }

  #page-top .md\:h-3\/4{
    height: 75%;
  }

  #page-top .md\:h-full{
    height: 100%;
  }

  #page-top .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  #page-top .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  #page-top .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  #page-top .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  #page-top .md\:leading-loose{
    line-height: 2;
  }

  #page-top .md\:mt-0{
    margin-top: 0px;
  }

  #page-top .md\:ml-6{
    margin-left: 1.5rem;
  }

  #page-top .md\:mr-8{
    margin-right: 2rem;
  }

  #page-top .md\:mb-12{
    margin-bottom: 3rem;
  }

  #page-top .md\:mt-20{
    margin-top: 5rem;
  }

  #page-top .md\:mb-24{
    margin-bottom: 6rem;
  }

  #page-top .md\:mt-36{
    margin-top: 9rem;
  }

  #page-top .md\:-mr-6{
    margin-right: -1.5rem;
  }

  #page-top .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #page-top .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #page-top .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #page-top .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #page-top .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #page-top .md\:pt-6{
    padding-top: 1.5rem;
  }

  #page-top .md\:pr-12{
    padding-right: 3rem;
  }

  #page-top .md\:pl-12{
    padding-left: 3rem;
  }

  #page-top .md\:pb-32{
    padding-bottom: 8rem;
  }

  #page-top .md\:first\:pl-0:first-child{
    padding-left: 0px;
  }

  #page-top .md\:fixed{
    position: fixed;
  }

  #page-top .md\:absolute{
    position: absolute;
  }

  #page-top .md\:relative{
    position: relative;
  }

  #page-top .md\:top-0{
    top: 0px;
  }

  #page-top .md\:right-0{
    right: 0px;
  }

  #page-top .md\:top-12{
    top: 3rem;
  }

  #page-top .md\:top-16{
    top: 4rem;
  }

  #page-top .md\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #page-top .md\:w-auto{
    width: auto;
  }

  #page-top .md\:w-1\/2{
    width: 50%;
  }

  #page-top .md\:w-1\/3{
    width: 33.333333%;
  }

  #page-top .md\:w-2\/3{
    width: 66.666667%;
  }

  #page-top .md\:w-1\/4{
    width: 25%;
  }

  #page-top .md\:w-5\/12{
    width: 41.666667%;
  }

  #page-top .md\:w-7\/12{
    width: 58.333333%;
  }

  #page-top .md\:w-8\/12{
    width: 66.666667%;
  }

  #page-top .md\:origin-top-right{
    transform-origin: top right;
  }

  #page-top .md\:duration-500{
    transition-duration: 500ms;
  }
}

@media (min-width: 1024px){
  #page-top .lg\:flex-col{
    flex-direction: column;
  }

  #page-top .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  #page-top .lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #page-top .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #page-top .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #page-top .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #page-top .lg\:mb-4{
    margin-bottom: 1rem;
  }

  #page-top .lg\:mt-10{
    margin-top: 2.5rem;
  }

  #page-top .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  #page-top .lg\:mt-12{
    margin-top: 3rem;
  }

  #page-top .lg\:mb-12{
    margin-bottom: 3rem;
  }

  #page-top .lg\:mt-20{
    margin-top: 5rem;
  }

  #page-top .lg\:mb-20{
    margin-bottom: 5rem;
  }

  #page-top .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #page-top .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #page-top .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #page-top .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #page-top .lg\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  #page-top .lg\:pt-0{
    padding-top: 0px;
  }

  #page-top .lg\:pb-8{
    padding-bottom: 2rem;
  }

  #page-top .lg\:pb-10{
    padding-bottom: 2.5rem;
  }

  #page-top .lg\:pb-12{
    padding-bottom: 3rem;
  }

  #page-top .lg\:pb-20{
    padding-bottom: 5rem;
  }

  #page-top .lg\:absolute{
    position: absolute;
  }

  #page-top .lg\:w-1\/3{
    width: 33.333333%;
  }
}

@media (min-width: 1280px){
  #page-top .xl\:justify-between{
    justify-content: space-between;
  }

  #page-top .xl\:h-16{
    height: 4rem;
  }

  #page-top .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  #page-top .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  #page-top .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  #page-top .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  #page-top .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  #page-top .xl\:leading-loose{
    line-height: 2;
  }

  #page-top .xl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #page-top .xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #page-top .xl\:mt-6{
    margin-top: 1.5rem;
  }

  #page-top .xl\:mb-20{
    margin-bottom: 5rem;
  }

  #page-top .xl\:mt-48{
    margin-top: 12rem;
  }

  #page-top .xl\:mt-64{
    margin-top: 16rem;
  }

  #page-top .xl\:mt-72{
    margin-top: 18rem;
  }

  #page-top .xl\:-mr-24{
    margin-right: -6rem;
  }

  #page-top .xl\:-ml-24{
    margin-left: -6rem;
  }

  #page-top .xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #page-top .xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #page-top .xl\:top-16{
    top: 4rem;
  }

  #page-top .xl\:top-32{
    top: 8rem;
  }

  #page-top .xl\:w-16{
    width: 4rem;
  }

  #page-top .xl\:w-20{
    width: 5rem;
  }

  #page-top .xl\:w-36{
    width: 9rem;
  }

  #page-top .xl\:w-40{
    width: 10rem;
  }

  #page-top .xl\:w-64{
    width: 16rem;
  }

  #page-top .xl\:w-5\/12{
    width: 41.666667%;
  }
}

@media (min-width: 1536px){
  #page-top .\32xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  #page-top .\32xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

