
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
/* Baner zgód — Consent Mode V2 (Solve Medical)
   Intro: prawy dolny róg. Preferencje (Dostosuj): wycentrowany panel. */

.nm-consent-fab {
  position: fixed;
  z-index: 999;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  padding: 0.625rem 1rem;
  border: 0;
  border-radius: 0.25rem;
  background-color: #0f193b;
  color: #fafbff;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: 0 4px 16px rgba(16, 24, 40, 0.2);
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.nm-consent-fab:hover {
  background-color: #1f3065;
}

.nm-consent-fab:focus-visible {
  background-color: #1f3065;
  outline: 2px solid #4bd78c;
  outline-offset: 2px;
}

.nm-consent-fab[hidden] {
  display: none !important;
}

.nm-consent {
  position: fixed;
  z-index: 999;
  right: 1rem;
  bottom: 1rem;
  left: auto;
  top: auto;
  width: min(24.5rem, calc(100vw - 2rem));
  max-width: calc(100vw - 2rem);
  max-height: min(85vh, 36rem);
  pointer-events: none;
  box-sizing: border-box;
}

.nm-consent[hidden] {
  display: none !important;
}

/* Widok preferencji — wycentrowany modal (bez paska bocznego strony). */

.nm-consent--details {
  inset: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: auto;
  max-width: none;
  max-height: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
  overflow: hidden;
  pointer-events: none;
}

.nm-consent--details::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(16, 24, 40, 0.28);
  pointer-events: none;
}

.nm-consent__panel {
  position: relative;
  pointer-events: auto;
  width: 100%;
  max-width: 100%;
  max-height: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1.25rem 1.25rem 1.5rem;
  border-radius: 0.5rem;
  background-color: #0f193b;
  color: #fafbff;
  box-shadow:
    0 12px 40px rgba(16, 24, 40, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.06);
  box-sizing: border-box;
}

.nm-consent--details .nm-consent__panel {
  width: min(28rem, 100%);
  max-height: min(85vh, 40rem);
  z-index: 1;
}

@media (min-width: 768px) {
  .nm-consent:not(.nm-consent--details) {
    width: min(26rem, calc(100vw - 2.5rem));
    max-width: calc(100vw - 2.5rem);
    right: 1.5rem;
    bottom: 1.5rem;
  }

  .nm-consent--details {
    padding: 1.5rem;
  }

  .nm-consent__panel {
    padding: 1.5rem 1.5rem 1.75rem;
  }
}

.nm-consent__title {
  margin: 0 0 0.625rem;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  color: #fafbff;
}

.nm-consent__text,
.nm-consent__category-desc,
.nm-consent__policy {
  margin: 0 0 0.875rem;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #edf0f7;
}

.nm-consent__policy-link {
  color: #55ef9d;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  border-radius: 0.125rem;
}

.nm-consent__policy-link:hover {
  color: #93fbbc;
}

.nm-consent__policy-link:focus-visible {
  color: #93fbbc;
  outline: 2px solid #4bd78c;
  outline-offset: 2px;
}

.nm-consent__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.nm-consent__actions--details {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

/* CTA — reużycie .nm-btn-secondary (+ węższy padding w panelu). */

.nm-consent__btn.nm-btn-secondary {
  width: 100%;
  padding: calc(0.75rem + 2px) calc(1.25rem + 2px);
}

.nm-consent__actions--details .nm-consent__btn.nm-btn-secondary {
  width: auto;
  flex: 1 1 auto;
  min-width: 9rem;
}

/* Ghost / link — Dostosuj, Odrzuć, Wstecz */

.nm-consent__btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0.25rem;
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  color: #edf0f7;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  cursor: pointer;
  transition: color 0.2s ease;
}

.nm-consent__btn--ghost:hover {
  color: #fafbff;
}

.nm-consent__btn--ghost:focus-visible {
  color: #fafbff;
  outline: 2px solid #4bd78c;
  outline-offset: 2px;
}

.nm-consent__actions--details .nm-consent__btn--ghost {
  width: auto;
  flex: 0 0 auto;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0.5rem;
}

.nm-consent__ghost-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem 1.25rem;
}

.nm-consent__ghost-row .nm-consent__btn--ghost {
  width: auto;
}

.nm-consent__categories {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.nm-consent__category {
  padding: 0.75rem 0.875rem;
  border: 1px solid #283d7c;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.03);
}

.nm-consent__category-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.35rem;
  cursor: pointer;
  border-radius: 0.25rem;
}

.nm-consent__category-head:focus-within .nm-consent__switch:focus-visible {
  outline: 2px solid #4bd78c;
  outline-offset: 2px;
}

.nm-consent__category-name {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fafbff;
}

.nm-consent__badge {
  font-size: 0.75rem;
  font-weight: 600;
  color: #55ef9d;
  white-space: nowrap;
}

.nm-consent__category-desc {
  margin: 0;
}

.nm-consent__switch {
  width: 1.15rem;
  height: 1.15rem;
  accent-color: #4bd78c;
  flex-shrink: 0;
}

.nm-consent__switch:focus {
  outline: none;
}

.nm-consent__switch:focus-visible {
  outline: 2px solid #4bd78c;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .nm-consent-fab,
  .nm-consent__btn.nm-btn-secondary,
  .nm-consent__btn--ghost {
    transition: none;
  }
}

/* Bramka HCP — raz na sesję (wycentrowany modal, mocniejsze tło + blur). */

.nm-hcp-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
  pointer-events: none;
}

.nm-hcp-gate[hidden] {
  display: none !important;
}

.nm-hcp-gate__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(16, 24, 40, 0.72);
  backdrop-filter: blur(10px);
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .nm-hcp-gate__backdrop {
    backdrop-filter: none;
  }
}

.nm-hcp-gate__panel {
  position: relative;
  z-index: 1;
  pointer-events: auto;
  width: min(28rem, 100%);
  max-height: min(85vh, 36rem);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1.5rem 1.5rem 1.75rem;
  border-radius: 0.5rem;
  background-color: #0f193b;
  color: #fafbff;
  box-shadow:
    0 12px 40px rgba(16, 24, 40, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.06);
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .nm-hcp-gate {
    padding: 1.5rem;
  }

  .nm-hcp-gate__panel {
    padding: 2rem 2rem 2.25rem;
    width: min(32rem, 100%);
  }
}

.nm-hcp-gate__title {
  margin: 0 0 1rem;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.045rem;
  color: #fafbff;
}

@media (min-width: 768px) {
  .nm-hcp-gate__title {
    font-size: 3rem;
    line-height: 1.25;
    letter-spacing: -0.06rem;
  }
}

.nm-hcp-gate__text {
  margin: 0 0 0.875rem;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #edf0f7;
}

.nm-hcp-gate__text:last-of-type {
  margin-bottom: 1.25rem;
}

.nm-hcp-gate__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.nm-hcp-gate__btn.nm-btn-secondary {
  width: 100%;
  padding: calc(0.75rem + 2px) calc(1.25rem + 2px);
}

.nm-hcp-gate__btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0.25rem;
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  color: #edf0f7;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  cursor: pointer;
  transition: color 0.2s ease;
}

.nm-hcp-gate__btn--ghost:hover {
  color: #fafbff;
}

.nm-hcp-gate__btn--ghost:focus-visible {
  color: #fafbff;
  outline: 2px solid #4bd78c;
  outline-offset: 2px;
}

.nm-hcp-gate__btn.nm-btn-secondary:focus-visible {
  outline: 2px solid #4bd78c;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .nm-hcp-gate__btn.nm-btn-secondary,
  .nm-hcp-gate__btn--ghost {
    transition: none;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(105 130 187 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(105 130 187 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (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 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
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.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --nm-midnight-950: #0f1c3a;
  --nm-white-lilac-50: #fafbff;
  --nm-blue-100: #edf0f7;
  --nm-blue-950: #0f193b;
  --nm-btn-border-gradient: radial-gradient(
      ellipse 130% 150% at 100% 0%,
      #0e1725 0%,
      #3452ab 53%,
      #349b65 100%
    );
  --nm-btn-border-gradient-vivid: radial-gradient(
      ellipse 130% 150% at 100% 0%,
      #0e1725 0%,
      #5a9dff 53%,
      #3dffb8 100%
    );
  --nm-progress-gradient: linear-gradient(
      90deg,
      #0e1725 0%,
      #3452ab 53.12%,
      #349b65 100%
    );
  --nm-focus-outline-color: #4bd78c;
}

/*
   * Focus klawiatury — jeden styl na całą stronę (nadpisuje user agent).
   * Komponenty z innym obrysem (błędy walidacji) mogą nadpisać w @layer components.
   */

:where(
    a,
    button,
    input,
    textarea,
    select,
    summary,
    [tabindex]:not([tabindex="-1"])
  ):focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--nm-focus-outline-color);
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/* Lenis smooth scroll — style zalecane przez bibliotekę. */

html.lenis,
  html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

:root :where(.is-layout-flow) > .sm-hero,
  :root :where(.is-layout-flow) > .nm-product-hero,
  :root :where(.is-layout-flow) > .nm-page-hero,
  :root :where(.is-layout-flow) > .nm-text-page-hero,
  :root :where(.is-layout-flow) > .nm-realizacja-hero,
  :root :where(.is-layout-flow) > .nm-realizacja-single,
  :root :where(.is-layout-flow) > .wp-block-group.nm-realizacja-single,
  :root :where(.is-layout-flow) > .nm-services-perspective,
  :root :where(.is-layout-flow) > .nm-why-us,
  :root :where(.is-layout-flow) > .nm-audience,
  :root :where(.is-layout-flow) > .nm-nasz-zespol,
  :root :where(.is-layout-flow) > .nm-rozwiazania-stack,
  :root :where(.is-layout-flow) > .nm-roznica-inwestycji,
  :root :where(.is-layout-flow) > .nm-mapa-placowek,
  :root :where(.is-layout-flow) > .nm-logotypy-partnerow,
  :root :where(.is-layout-flow) > .nm-realizacje,
  :root :where(.is-layout-flow) > .nm-wspolpraca,
  :root :where(.is-layout-flow) > .nm-liczby-mocy,
  :root :where(.is-layout-flow) > .nm-produkt-parametry,
  :root :where(.is-layout-flow) > .nm-centered-heading,
  :root :where(.is-layout-flow) > .nm-czym-sie-zajmujemy,
  :root :where(.is-layout-flow) > .nm-o-nas,
  :root :where(.is-layout-flow) > .nm-media-text,
  :root :where(.is-layout-flow) > .nm-opinie,
  :root :where(.is-layout-flow) > .nm-blog-latest,
  :root :where(.is-layout-flow) > .nm-faq,
  :root :where(.is-layout-flow) > .nm-kontakt,
  :root :where(.is-layout-flow) > .nm-formularz-kariery,
  :root :where(.is-layout-flow) > .nm-ebook-lead,
  :root :where(.is-layout-flow) > .nm-hifu-karta,
  :root :where(.is-layout-flow) > .nm-oferty-pracy,
  :root :where(.is-layout-flow) > .nm-tematy-rozmowy,
  :root :where(.is-layout-flow) > .nm-footer,
  :root :where(.is-layout-flow) > main.nm-produkty-catalog,
  :root :where(.is-layout-flow) > .nm-produkty-catalog,
  :root :where(.is-layout-flow) > .wp-block-group.nm-produkty-catalog,
  :root :where(.is-layout-flow) > main.nm-realizacje-catalog,
  :root :where(.is-layout-flow) > .nm-realizacje-catalog,
  :root :where(.is-layout-flow) > .wp-block-group.nm-realizacje-catalog,
  :root :where(.is-layout-flow) > main.nm-blog-catalog,
  :root :where(.is-layout-flow) > .nm-blog-catalog,
  :root :where(.is-layout-flow) > .wp-block-group.nm-blog-catalog,
  :root :where(.is-layout-constrained) > .sm-hero,
  :root :where(.is-layout-constrained) > .nm-product-hero,
  :root :where(.is-layout-constrained) > .nm-page-hero,
  :root :where(.is-layout-constrained) > .nm-text-page-hero,
  :root :where(.is-layout-constrained) > .nm-realizacja-hero,
  :root :where(.is-layout-constrained) > .nm-realizacja-single,
  :root :where(.is-layout-constrained) > .wp-block-group.nm-realizacja-single,
  :root :where(.is-layout-constrained) > .nm-produkt-parametry,
  :root :where(.is-layout-constrained) > .nm-centered-heading,
  :root :where(.is-layout-constrained) > .nm-czym-sie-zajmujemy,
  :root :where(.is-layout-constrained) > .nm-services-perspective,
  :root :where(.is-layout-constrained) > .nm-why-us,
  :root :where(.is-layout-constrained) > .nm-audience,
  :root :where(.is-layout-constrained) > .nm-nasz-zespol,
  :root :where(.is-layout-constrained) > .nm-rozwiazania-stack,
  :root :where(.is-layout-constrained) > .nm-roznica-inwestycji,
  :root :where(.is-layout-constrained) > .nm-mapa-placowek,
  :root :where(.is-layout-constrained) > .nm-logotypy-partnerow,
  :root :where(.is-layout-constrained) > .nm-realizacje,
  :root :where(.is-layout-constrained) > .nm-wspolpraca,
  :root :where(.is-layout-constrained) > .nm-liczby-mocy,
  :root :where(.is-layout-constrained) > .nm-o-nas,
  :root :where(.is-layout-constrained) > .nm-media-text,
  :root :where(.is-layout-constrained) > .nm-opinie,
  :root :where(.is-layout-constrained) > .nm-blog-latest,
  :root :where(.is-layout-constrained) > .nm-faq,
  :root :where(.is-layout-constrained) > .nm-kontakt,
  :root :where(.is-layout-constrained) > .nm-formularz-kariery,
  :root :where(.is-layout-constrained) > .nm-ebook-lead,
  :root :where(.is-layout-constrained) > .nm-hifu-karta,
  :root :where(.is-layout-constrained) > .nm-oferty-pracy,
  :root :where(.is-layout-constrained) > .nm-tematy-rozmowy,
  :root :where(.is-layout-constrained) > .nm-footer,
  :root :where(.is-layout-constrained) > main.nm-produkty-catalog,
  :root :where(.is-layout-constrained) > .nm-produkty-catalog,
  :root :where(.is-layout-constrained) > .wp-block-group.nm-produkty-catalog,
  :root :where(.is-layout-constrained) > main.nm-realizacje-catalog,
  :root :where(.is-layout-constrained) > .nm-realizacje-catalog,
  :root :where(.is-layout-constrained) > .wp-block-group.nm-realizacje-catalog,
  :root :where(.is-layout-constrained) > main.nm-blog-catalog,
  :root :where(.is-layout-constrained) > .nm-blog-catalog,
  :root :where(.is-layout-constrained) > .wp-block-group.nm-blog-catalog,
  .wp-block-group.nm-produkty-catalog > *,
  .wp-block-group.nm-realizacje-catalog > *,
  .wp-block-group.nm-blog-catalog > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

:root :where(.is-layout-flow) > main.nm-produkty-catalog,
  main.nm-produkty-catalog,
  .wp-block-group.nm-produkty-catalog,
  :root :where(.is-layout-flow) > main.nm-realizacje-catalog,
  main.nm-realizacje-catalog,
  .wp-block-group.nm-realizacje-catalog,
  :root :where(.is-layout-flow) > main.nm-blog-catalog,
  main.nm-blog-catalog,
  .wp-block-group.nm-blog-catalog {
  margin-block-start: 0;
  margin-block-end: 0;
}

/* Gutenberg dodaje margin-top na template part stopki — zerujemy. */

div.wp-block-template-part:has(.nm-site-header),
  footer.wp-block-template-part {
  margin-block-start: 0;
  margin-block-end: 0;
}

/* Header fixed — nie rezerwuje miejsca w flow; treść zaczyna się od góry. */

div.wp-block-template-part:has(.nm-site-header) {
  height: 0;
  overflow: visible;
}

/* main / entry-content — bez odstępu pod headerem (navbar nachodzi na sekcje). */

:root :where(.is-layout-flow) > main,
  :root :where(.is-layout-constrained) > main,
  main .wp-block-post-content,
  .entry-content.wp-block-post-content {
  margin-block-start: 0;
  margin-block-end: 0;
}

main .wp-block-post-content > *:first-child {
  margin-block-start: 0;
}

.nm-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 90rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .nm-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .nm-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.nm-container-wide {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 90rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .nm-container-wide {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .nm-container-wide {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.nm-heading-display-2xl {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2222;
  letter-spacing: -0.045rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .nm-heading-display-2xl {
    font-size: 3.75rem;
    line-height: 1.1;
    letter-spacing: -0.075rem;
  }
}

@media (min-width: 1024px) {
  .nm-heading-display-2xl {
    font-size: 4.5rem;
    line-height: 1.02;
    letter-spacing: -0.09rem;
  }
}

.nm-text-body-md {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(237 240 247 / var(--tw-text-opacity, 1));
}

.nm-text-body-xs {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(237 240 247 / var(--tw-text-opacity, 1));
}

.nm-text-label-sm {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
}

.nm-btn,
  .nm-btn-primary {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(15 25 59 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-decoration-line: none;
  --tw-shadow: 0px 1px 2px 0px #1018280d;
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: background-color,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.nm-btn:focus-visible,
  .nm-btn-primary:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #4bd78c;
}

.nm-btn-secondary {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border-width: 0px;
  text-decoration-line: none;
  --tw-shadow: 0px 1px 2px 0px #1018280d;
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.nm-btn-secondary:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #4bd78c;
}

.nm-btn-secondary {
  padding: calc(0.875rem + 2px) calc(1.5rem + 2px);
  background-image: var(--nm-btn-border-gradient);
  background-color: transparent;
  transition:
      background-image 0.3s ease,
      box-shadow 0.3s ease;
}

.nm-btn::before,
  .nm-btn-primary::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  padding: 2px;
  background: var(--nm-btn-border-gradient);
  -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
          mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: var(--nm-btn-ring-opacity, 0);
  transition: opacity 0.35s ease;
}

.nm-btn-secondary::before {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: -1;
  border-radius: 2px;
  background-color: #0f193b;
  transition: opacity 0.3s ease;
}

.nm-btn-primary {
  --nm-btn-ring-opacity: 0;
}

.nm-btn:hover,
  .nm-btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 48 101 / var(--tw-bg-opacity, 1));
  box-shadow:
      0 0 20px rgba(52, 155, 101, 0.2),
      0 1px 2px rgba(16, 24, 40, 0.05);
}

.nm-btn-secondary:hover,
  .nm-btn-secondary:focus-visible {
  background-image: var(--nm-btn-border-gradient);
  box-shadow:
      0 0 20px rgba(52, 155, 101, 0.2),
      0 1px 2px rgba(16, 24, 40, 0.05);
}

.nm-btn-secondary:hover::before,
  .nm-btn-secondary:focus-visible::before {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .nm-btn-secondary::before {
    transition: none;
  }
}

.nm-feature-list {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1rem;
}

@media (min-width: 640px) {
  .nm-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .nm-feature-list {
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.nm-feature-item {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(237 240 247 / var(--tw-text-opacity, 1));
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.nm-feature-bullet {
  height: 0.5rem;
  width: 0.5rem;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(75 215 140 / var(--tw-bg-opacity, 1));
}

/* Reużywalna karta z efektem hover (gradient odsłaniany po najechaniu).
     Używana w sekcjach "Dlaczego Solve Medical?" i "Liczby mocy".
     Sekcja ustawia tło bazowe karty oraz --nm-hover-card-gradient. */

.nm-hover-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 0.75rem;
  transition-property: background,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.nm-hover-card__bg {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  background-image: var(--nm-hover-card-gradient, none);
  background-color: var(--nm-hover-card-hover-bg, #1f3065);
}

.nm-hover-card:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: transparent;
}

.nm-hover-card:hover .nm-hover-card__bg {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .nm-hover-card__bg {
    opacity: 0;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.isolate {
  isolation: isolate;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-5 {
  margin-top: 1.25rem;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-2 {
  height: 0.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-full {
  width: 100%;
}

.max-w-page {
  max-width: 90rem;
}

.shrink-0 {
  flex-shrink: 0;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-sm {
  border-radius: 4px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-transparent {
  border-color: transparent;
}

.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 25 59 / var(--tw-bg-opacity, 1));
}

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.font-sans {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
}

.text-display-md {
  font-size: 2.25rem;
  line-height: 1.2222;
  letter-spacing: -0.045rem;
}

.text-text-md {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0;
}

.text-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}

.text-text-xs {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.text-white-lilac-50 {
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.shadow-xs {
  --tw-shadow: 0px 1px 2px 0px #1018280d;
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.transition-\[background\2c box-shadow\] {
  transition-property: background,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[background-color\2c box-shadow\] {
  transition-property: background-color,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:text-display-xl {
    font-size: 3.75rem;
    line-height: 1.1;
    letter-spacing: -0.075rem;
  }
}

@media (min-width: 1024px) {
  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.container {
  width: 100%;
}

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

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

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

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

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

/* Skip link — dostępność klawiatury */

.nm-skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 10001;
  --tw-translate-y: -200%;
  transform: translate(var(--tw-translate-x), 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));
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(15 25 59 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  --tw-shadow: 0px 2px 4px -2px #1018280f, 0px 4px 8px -2px #1018281a;
  --tw-shadow-colored: 0px 2px 4px -2px var(--tw-shadow-color), 0px 4px 8px -2px var(--tw-shadow-color);

  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.nm-skip-link:focus-visible {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 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));
}

/* =========================================================
     Header — zmienne wysokości (aktualizowane przez JS)
     ========================================================= */

.nm-site-header {
  --nm-hello-bar-height: 2.5rem;
  --nm-navbar-height: 4.75rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  pointer-events: none;
}

.nm-site-header a,
  .nm-site-header button {
  pointer-events: auto;
}

/* =========================================================
     Hello bar — zawsze widoczna, ciemna belka u góry
     ========================================================= */

.nm-hello-bar {
  height: var(--nm-hello-bar-height);
  background-color: #0f1c3a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nm-hello-bar__inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.nm-hello-bar__right {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.25rem;
}

.nm-hello-bar__contact {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(220 225 238 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.nm-hello-bar__contact:hover {
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
}

.nm-header-icon {
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(75 215 140 / var(--tw-text-opacity, 1));
}

/* =========================================================
     Navbar — nachodzi na treść (hero / entry-content); po scrollu kapsuły
     ========================================================= */

.nm-navbar {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  transition:
      background-color 0.35s ease,
      border-color 0.35s ease,
      padding 0.35s ease;
}

.nm-site-header.is-scrolled .nm-navbar {
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.nm-navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--nm-navbar-height);
  transition: min-height 0.35s ease, gap 0.35s ease;
}

.nm-site-header.is-scrolled .nm-navbar__inner {
  min-height: 3.75rem;
  gap: 0.75rem;
}

/* Logo / brand */

.nm-navbar__brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.625rem;
  text-decoration-line: none;
  transition:
      background-color 0.35s ease,
      box-shadow 0.35s ease,
      border-radius 0.35s ease,
      padding 0.35s ease;
}

.nm-site-header.is-scrolled .nm-navbar__brand {
  border-radius: .5rem;
  padding: 0.05rem 0.75rem;
  background-color: rgba(15, 25, 59, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.nm-navbar__logo svg {
  transition: width 0.35s ease, height 0.35s ease;
  width: 12.3125rem;
  height: auto;
}

.nm-site-header.is-scrolled .nm-navbar__logo svg {
  width: 9.5625rem;
}

/* Panel: menu + CTA (+ hamburger) */

.nm-navbar__panel {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transition:
      background-color 0.35s ease,
      box-shadow 0.35s ease,
      border-radius 0.35s ease,
      padding 0.35s ease,
      gap 0.35s ease;
  border-radius: 0;
  padding: 0;
}

.nm-site-header.is-scrolled .nm-navbar__panel {
  border-radius: .5rem;
  padding: 0.375rem 0.75rem;
  gap: 1.25rem;
  background-color: rgba(15, 25, 59, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.nm-navbar__nav {
  display: none;
}

@media (min-width: 1024px) {
  .nm-navbar__nav {
    display: block;
  }
}

.nm-navbar__menu {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nm-navbar__item {
  position: relative;
}

.nm-navbar__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 4px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.nm-navbar__link:hover,
  .nm-navbar__item.current-menu-item > .nm-navbar__link {
  --tw-text-opacity: 1;
  color: rgb(85 239 157 / var(--tw-text-opacity, 1));
}

.nm-navbar__chevron {
  flex-shrink: 0;
  opacity: 0.7;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.nm-navbar__item--has-children:hover > .nm-navbar__link .nm-navbar__chevron,
  .nm-navbar__item--has-children:focus-within > .nm-navbar__link .nm-navbar__chevron {
  transform: rotate(180deg);
}

/* Dropdown — .sub-menu to domyślna klasa WP gdy brak nm-navbar__submenu */

.nm-navbar__submenu,
  .nm-navbar__item--has-children > .sub-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 20;
  min-width: 12rem;
  border-radius: 8px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: rgba(15, 25, 59, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.375rem);
  transition:
      opacity 0.2s ease,
      transform 0.2s ease,
      visibility 0.2s ease;
}

.nm-navbar__item--has-children:hover > .nm-navbar__submenu,
  .nm-navbar__item--has-children:focus-within > .nm-navbar__submenu,
  .nm-navbar__item--has-children:hover > .sub-menu,
  .nm-navbar__item--has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nm-navbar__sublink {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(237 240 247 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.nm-navbar__sublink:hover {
  background-color: rgb(31 48 101 / 0.6);
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
}

/* CTA — mniejszy padding w navbarze */

.nm-navbar__cta.nm-btn-secondary {
  display: none;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .nm-navbar__cta.nm-btn-secondary {
    display: inline-flex;
  }
}

.nm-navbar__cta.nm-btn-secondary {
  padding: calc(0.375rem + 2px) calc(0.75rem + 2px);
  font-size: 0.875rem;
}

/* Hamburger */

.nm-navbar__toggle {
  position: relative;
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 4px;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

@media (min-width: 1024px) {
  .nm-navbar__toggle {
    display: none;
  }
}

.nm-navbar__toggle {
  cursor: pointer;
}

.nm-navbar__toggle-bar {
  display: block;
  height: 0.125rem;
  width: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 255 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.nm-site-header.is-nav-open .nm-navbar__toggle-bar:nth-child(1) {
  transform: translateY(0.5rem) rotate(45deg);
}

.nm-site-header.is-nav-open .nm-navbar__toggle-bar:nth-child(2) {
  opacity: 0;
}

.nm-site-header.is-nav-open .nm-navbar__toggle-bar:nth-child(3) {
  transform: translateY(-0.5rem) rotate(-45deg);
}

/* Drawer mobilny — przewijalny gdy nie mieści się na ekranie */

.nm-navbar__drawer {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  z-index: 30;
  max-height: calc(100dvh - var(--nm-header-total-height,7.25rem));
  overflow-y: auto;
  overscroll-behavior: contain;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .nm-navbar__drawer {
    display: none;
  }
}

.nm-navbar__drawer {
  background-color: rgba(15, 25, 59, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.nm-navbar__drawer[hidden] {
  display: none !important;
}

.nm-site-header.is-scrolled .nm-navbar__drawer {
  margin-left: 1rem;
  margin-right: 1rem;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  left: 0;
  right: 0;
}

.nm-navbar__drawer-nav .nm-navbar__menu {
  flex-direction: column;
  align-items: stretch;
  gap: 0px;
}

/* justify-between: napis po lewej, strzałka po prawej, puste pole w środku.
     Napis nawiguje, strzałka i puste pole rozwijają submenu. */

.nm-navbar__drawer-nav .nm-navbar__link {
  width: 100%;
  justify-content: space-between;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* Strzałka → wyraźny, powiększony obszar dotyku dla rozwijania. */

.nm-navbar__drawer-nav .nm-navbar__chevron {
  margin: -0.5rem;
  box-sizing: content-box;
  padding: 0.5rem;
}

.nm-navbar__drawer-nav .nm-navbar__submenu,
  .nm-navbar__drawer-nav .nm-navbar__item--has-children > .sub-menu {
  position: static;
  display: block;
  min-width: 0px;
  border-width: 0px;
  background-color: transparent;
  opacity: 1;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  visibility: visible;
  transform: none;
  padding-left: 1rem;
}

.nm-navbar__drawer-nav .nm-navbar__item--has-children:not(.is-sub-open) > .nm-navbar__submenu,
  .nm-navbar__drawer-nav .nm-navbar__item--has-children:not(.is-sub-open) > .sub-menu {
  display: none;
}

.nm-navbar__drawer-cta {
  margin-top: 1.5rem;
  width: 100%;
  justify-content: center;
}

@media (min-width: 1024px) {
  .nm-navbar__drawer-cta {
    display: none;
  }
}

.nm-navbar__drawer-nav .nm-navbar__item--has-children.is-sub-open > .nm-navbar__link .nm-navbar__chevron {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  .nm-navbar,
    .nm-navbar__inner,
    .nm-navbar__brand,
    .nm-navbar__panel,
    .nm-navbar__submenu,
    .nm-navbar__toggle-bar {
    transition: none;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.top-4 {
  top: 1rem;
}

.top-full {
  top: 100%;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-\[10001\] {
  z-index: 10001;
}

.z-\[2\] {
  z-index: 2;
}

.-m-2 {
  margin: -0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-full {
  height: 100%;
}

.max-h-\[calc\(100dvh-var\(--nm-header-total-height\2c 7\.25rem\)\)\] {
  max-height: calc(100dvh - var(--nm-header-total-height,7.25rem));
}

.w-10 {
  width: 2.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[12rem\] {
  min-width: 12rem;
}

.shrink-0 {
  flex-shrink: 0;
}

.-translate-y-\[200\%\] {
  --tw-translate-y: -200%;
  transform: translate(var(--tw-translate-x), 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));
}

.transform {
  transform: translate(var(--tw-translate-x), 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));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 8px;
}

.rounded-sm {
  border-radius: 4px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.bg-blue-900\/60 {
  background-color: rgb(31 48 101 / 0.6);
}

.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 25 59 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white-lilac-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 255 / var(--tw-bg-opacity, 1));
}

.p-0 {
  padding: 0px;
}

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

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

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

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

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

.font-sans {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
}

.text-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}

.text-text-xs {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(237 240 247 / var(--tw-text-opacity, 1));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(220 225 238 / var(--tw-text-opacity, 1));
}

.text-white-lilac-50 {
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
}

.no-underline {
  text-decoration-line: none;
}

.opacity-100 {
  opacity: 1;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow-md {
  --tw-shadow: 0px 2px 4px -2px #1018280f, 0px 4px 8px -2px #1018281a;
  --tw-shadow-colored: 0px 2px 4px -2px var(--tw-shadow-color), 0px 4px 8px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }
}

:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em}
/*# sourceURL=https://solvemedical.pl/wp-includes/blocks/template-part/theme.min.css */
/* ── Karta bloga — reużywalna w bloku blog-latest i archive.php ───────── */

.nm-blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 1rem;
  height: 100%;
}

/* ── Zdjęcie ───────────────────────────────────────────────────────────── */

.nm-blog-card__image-link {
  display: block;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}

.nm-blog-card__figure {
  margin: 0px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
}

.nm-blog-card__image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.nm-blog-card:hover .nm-blog-card__image {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  .nm-blog-card__image {
    transition: none;
  }
}

/* ── Body ──────────────────────────────────────────────────────────────── */

.nm-blog-card__body {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem;
}

/* ── Meta: kategoria + czas czytania ───────────────────────────────────── */

.nm-blog-card__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nm-blog-card__category {
  display: inline-block;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #344f9e;
  /* blue-700 */
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
}

.nm-blog-card__reading-time {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  color: #6A7282;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* ── Tytuł ─────────────────────────────────────────────────────────────── */

.nm-blog-card__title {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
  color: #0A0A0A;
  font-size: 1.125rem;
  line-height: 1.4;
}

.nm-blog-card__title-link {
  color: inherit;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.nm-blog-card__title-link:hover {
  --tw-text-opacity: 1;
  color: rgb(52 79 158 / var(--tw-text-opacity, 1));
}

/* ── Excerpt ───────────────────────────────────────────────────────────── */

.nm-blog-card__excerpt {
  flex: 1 1 0%;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  color: #4A5565;
  font-size: 1rem;
  line-height: 1.5;
}

/* ── Footer karty ──────────────────────────────────────────────────────── */

.nm-blog-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1rem;
}

.nm-blog-card__date {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  color: #6A7282;
  font-size: 0.875rem;
}

.nm-blog-card__cta {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(52 79 158 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  font-size: 0.875rem;
}

.nm-blog-card__cta:hover {
  --tw-text-opacity: 1;
  color: rgb(31 48 101 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

/* ── Paginacja katalogów (blog, produkty, realizacje) ───────────────────── */

.nm-catalog-pagination {
  margin-top: 3rem;
}

.nm-catalog-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(220 225 238 / var(--tw-text-opacity, 1));
}

.nm-catalog-pagination .nav-links a.prev.page-numbers,
  .nm-catalog-pagination .nav-links a.next.page-numbers {
  display: flex;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid #2563ff;
  padding: 0;
  min-height: 0;
  min-width: 0;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.nm-catalog-pagination .nav-links a.prev.page-numbers:hover,
  .nm-catalog-pagination .nav-links a.next.page-numbers:hover {
  background-color: rgb(31 48 101 / 0.4);
}

.nm-catalog-pagination .nav-links a.prev.page-numbers .nm-pagination__icon,
  .nm-catalog-pagination .nav-links a.next.page-numbers .nm-pagination__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.nm-catalog-pagination .page-numbers:not(.prev):not(.next) {
  display: inline-flex;
  min-height: 2.25rem;
  min-width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.nm-catalog-pagination a.page-numbers:not(.prev):not(.next):hover {
  background-color: rgb(31 48 101 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nm-catalog-pagination .page-numbers.current {
  --tw-bg-opacity: 1;
  background-color: rgb(75 102 172 / var(--tw-bg-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Hub archiwum: odstęp pod fixed header (jak product-hero / hero-banner-layout). */

.nm-produkty-catalog,
  .nm-realizacje-catalog,
  .nm-blog-catalog {
  --nm-catalog-gap-top: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(15 25 59 / var(--tw-bg-opacity, 1));
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .nm-produkty-catalog,
  .nm-realizacje-catalog,
  .nm-blog-catalog {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .nm-produkty-catalog,
  .nm-realizacje-catalog,
  .nm-blog-catalog {
    padding-bottom: 6rem;
  }
}

.nm-produkty-catalog,
  .nm-realizacje-catalog,
  .nm-blog-catalog {
  padding-top: calc(var(--nm-header-total-height, 7.25rem) + var(--nm-catalog-gap-top));
}

@media (min-width: 768px) {
  .nm-produkty-catalog,
    .nm-realizacje-catalog,
    .nm-blog-catalog {
    --nm-catalog-gap-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .nm-produkty-catalog,
    .nm-realizacje-catalog,
    .nm-blog-catalog {
    --nm-catalog-gap-top: 3.5rem;
  }
}

/* ── Katalog produktów (hub + kategoria) ───────────────────────────────── */

/* Opakowanie FSE (div.wp-block-group) — tylko zerowanie block-gap, bez własnego tła */

div.wp-block-group.nm-produkty-catalog {
  background-color: transparent;
  padding: 0px;
}

/* H1 z szablonu FSE (hub) — Display lg / Medium, max 44rem */

.nm-produkty-catalog > .nm-container .nm-produkty-catalog__title,
  .nm-produkty-catalog > .nm-container .wp-block-query-title.nm-produkty-catalog__title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  max-width: 44rem;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2222;
  letter-spacing: -0.045rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .nm-produkty-catalog > .nm-container .nm-produkty-catalog__title,
  .nm-produkty-catalog > .nm-container .wp-block-query-title.nm-produkty-catalog__title {
    font-size: 3rem;
    line-height: 1.25;
    letter-spacing: -0.06rem;
  }
}

.wp-block-group.nm-produkty-catalog > section.nm-produkty-catalog + .wp-block-group.nm-archive-first-page,
  .wp-block-group.nm-produkty-catalog > .wp-block-group.nm-archive-first-page,
  #main-content > section.nm-produkty-catalog + .wp-block-group.nm-archive-first-page,
  #main-content > .wp-block-group.nm-archive-first-page,
  main > .nm-produkty-catalog + .nm-archive-first-page,
  main > .wp-block-group.nm-archive-first-page,
  .wp-block-group.nm-produkty-catalog > .nm-why-us,
  main > .nm-produkty-hub > .nm-produkty-catalog + .nm-why-us,
  main > .nm-produkty-catalog + .nm-why-us {
  margin-block-start: 0;
}

.nm-produkty-catalog > .nm-container > .nm-produkty-catalog__header {
  margin-left: auto;
  margin-right: auto;
  max-width: 44rem;
  text-align: center;
  margin-block-end: 4rem;
}

/* Opis między H1 a filtrami (hub) — 2rem + 2rem = 4rem łącznie do filtrów */

.nm-produkty-catalog > .nm-container > .nm-produkty-catalog__header:has(+ .nm-produkty-catalog__intro) {
  margin-block-end: 2rem;
}

.nm-produkty-catalog__title {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2222;
  letter-spacing: -0.045rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .nm-produkty-catalog__title {
    font-size: 3rem;
    line-height: 1.25;
    letter-spacing: -0.06rem;
  }
}

/* ── Filtry kategorii ──────────────────────────────────────────────────── */

.nm-produkty-catalog > .nm-container > .nm-produkty-catalog__filters {
  margin-block-end: 2rem;
}

.nm-produkty-catalog__filters-list {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding: 0px;
}

@media (min-width: 768px) {
  .nm-produkty-catalog__filters-list {
    gap: 0.75rem;
  }
}

.nm-produkty-catalog__filter {
  display: inline-flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 255 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(37 99 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  line-height: 1;
}

.nm-produkty-catalog__filter:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(37 99 255 / var(--tw-text-opacity, 1));
}

.nm-produkty-catalog__filter.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nm-produkty-catalog__filter.is-active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Opis SEO — przed filtrami (hub i archiwum kategorii) */

.nm-produkty-catalog .wp-block-term-description.nm-produkty-catalog__intro,
  .nm-produkty-catalog__intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 44rem;
  text-align: center;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(220 225 238 / var(--tw-text-opacity, 1));
}

.nm-produkty-catalog > .nm-container > .nm-produkty-catalog__intro:has(+ .nm-produkty-catalog__filters) {
  margin-block-end: 2rem;
}

.nm-produkty-catalog .wp-block-term-description.nm-produkty-catalog__intro p + p,
  .nm-produkty-catalog__intro p + p {
  margin-top: 1rem;
}

/* ── Siatka 2 kolumny ──────────────────────────────────────────────────── */

.nm-produkty-catalog__grid {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .nm-produkty-catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.nm-produkty-catalog__item {
  display: flex;
}

.nm-produkty-catalog__item .nm-blog-card {
  width: 100%;
}

.nm-blog-card--produkt {
  background-color: transparent;
}

.nm-blog-card--produkt .nm-blog-card__body {
  --tw-bg-opacity: 1;
  background-color: rgb(237 240 247 / var(--tw-bg-opacity, 1));
  border-radius: 0 0 1rem 1rem;
}

.nm-blog-card--produkt:not(:has(.nm-blog-card__image-link)) .nm-blog-card__body {
  border-radius: 1rem;
}

.nm-blog-card--produkt .nm-blog-card__footer--produkt {
  justify-content: space-between;
  margin-top: auto;
  padding-top: 0.5rem;
}

/* ── Paginacja → src/partials/catalog-pagination.css (.nm-catalog-pagination) ── */

.nm-produkty-catalog__empty {
  text-align: center;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(220 225 238 / var(--tw-text-opacity, 1));
}

.nm-produkty-catalog__editor-hint {
  margin-top: 1.5rem;
  text-align: center;
  color: rgb(194 204 227 / 0.8);
}

.fixed {
  position: fixed;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0px;
}

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.h-12 {
  height: 3rem;
}

.h-full {
  height: 100%;
}

.min-h-9 {
  min-height: 2.25rem;
}

.w-full {
  width: 100%;
}

.min-w-9 {
  min-width: 2.25rem;
}

.max-w-\[44rem\] {
  max-width: 44rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.transform {
  transform: translate(var(--tw-translate-x), 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));
}

.list-none {
  list-style-type: none;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-2 {
  gap: 0.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-sm {
  border-radius: 4px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.bg-\[\#2563FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5F5FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 102 172 / var(--tw-bg-opacity, 1));
}

.bg-blue-900\/50 {
  background-color: rgb(31 48 101 / 0.5);
}

.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 25 59 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white-lilac-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 255 / var(--tw-bg-opacity, 1));
}

.p-0 {
  padding: 0px;
}

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.text-center {
  text-align: center;
}

.font-sans {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
}

.text-display-md {
  font-size: 2.25rem;
  line-height: 1.2222;
  letter-spacing: -0.045rem;
}

.text-text-md {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0;
}

.text-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.text-\[\#2563FF\] {
  --tw-text-opacity: 1;
  color: rgb(37 99 255 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(52 79 158 / var(--tw-text-opacity, 1));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(31 48 101 / var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

.text-white-lilac-50 {
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

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

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

@media (min-width: 768px) {
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
}

/* ══ Pasek filtrow katalogu (AIOS 2026-08) ═══════════════════════════════
   Jeden komponent zamiast trzech osobnych rzedow: kategorie jako chipy
   z licznikiem, ponizej segmented control producenta i sortowania oraz
   licznik wynikow. Kolory z brandingu: granat tla, akcent #2563ff.        */

.nm-produkty-catalog > .nm-container > .nm-catalog-filters {
  margin-block-end: 3rem;
  border-radius: 1.25rem;
  border: 1px solid rgb(255 255 255 / 0.10);
  background-color: rgb(255 255 255 / 0.045);
  padding: 1.5rem 1.25rem 1.25rem;
  backdrop-filter: blur(6px);
}

@media (min-width: 768px) {
  .nm-produkty-catalog > .nm-container > .nm-catalog-filters {
    padding: 1.75rem 2rem 1.5rem;
  }
}

/* ── Chipy kategorii ───────────────────────────────────────────────────── */

.nm-catalog-filters__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.nm-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 2.5rem;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.14);
  background-color: rgb(255 255 255 / 0.06);
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  color: rgb(220 225 238 / 1);
  text-decoration: none;
  transition: background-color 200ms, border-color 200ms, color 200ms, transform 200ms;
}

.nm-chip:hover {
  background-color: rgb(255 255 255 / 0.12);
  border-color: rgb(255 255 255 / 0.28);
  color: rgb(255 255 255 / 1);
  transform: translateY(-1px);
}

.nm-chip:focus-visible {
  outline: 2px solid rgb(37 99 255 / 1);
  outline-offset: 2px;
}

.nm-chip.is-active {
  background-color: rgb(37 99 255 / 1);
  border-color: rgb(37 99 255 / 1);
  color: rgb(255 255 255 / 1);
  box-shadow: 0 6px 20px rgb(37 99 255 / 0.35);
}

.nm-chip__count {
  display: inline-flex;
  min-width: 1.375rem;
  height: 1.375rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: rgb(255 255 255 / 0.12);
  padding: 0 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: rgb(220 225 238 / 1);
}

.nm-chip.is-active .nm-chip__count {
  background-color: rgb(255 255 255 / 0.22);
  color: rgb(255 255 255 / 1);
}

/* ── Dolny pasek: producent + sortowanie + licznik ─────────────────────── */

.nm-catalog-filters__bar {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgb(255 255 255 / 0.09);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.75rem;
}

@media (min-width: 1024px) {
  .nm-catalog-filters__bar {
    justify-content: space-between;
  }
}

.nm-catalog-filters__group {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.nm-catalog-filters__label {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(220 225 238 / 0.55);
  white-space: nowrap;
}

.nm-segmented {
  display: inline-flex;
  padding: 0.25rem;
  border-radius: 0.625rem;
  background-color: rgb(255 255 255 / 0.07);
  border: 1px solid rgb(255 255 255 / 0.10);
}

.nm-segmented__item {
  display: inline-flex;
  align-items: center;
  border-radius: 0.4375rem;
  padding: 0.4375rem 0.875rem;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: rgb(220 225 238 / 0.8);
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 180ms, color 180ms;
}

.nm-segmented__item:hover {
  color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / 0.07);
}

.nm-segmented__item:focus-visible {
  outline: 2px solid rgb(37 99 255 / 1);
  outline-offset: 2px;
}

.nm-segmented__item.is-active {
  background-color: rgb(255 255 255 / 1);
  color: rgb(16 28 63 / 1);
  font-weight: 500;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.18);
}

.nm-catalog-filters__count {
  margin: 0;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9375rem;
  color: rgb(220 225 238 / 0.65);
  white-space: nowrap;
}

.nm-catalog-filters__count strong {
  color: rgb(255 255 255 / 1);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

/* Telefon: kategorie jako pasek przewijany, bez lamania na 3 rzedy */

@media (max-width: 767px) {
  .nm-catalog-filters__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    scroll-snap-type: x proximity;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .nm-catalog-filters__list::-webkit-scrollbar {
    display: none;
  }

  .nm-catalog-filters__list > li {
    scroll-snap-align: start;
  }

  .nm-catalog-filters__bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── Karta produktu: producent + CTA "Zapytaj o produkt" ───────────────── */

.nm-blog-card__producent {
  display: inline-flex;
  align-items: center;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.3125rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgb(52 79 158 / 0.30);
  color: rgb(52 79 158 / 1);
  background-color: rgb(245 245 255 / 1);
  text-decoration: none;
  transition: color 200ms, background-color 200ms, border-color 200ms;
}

a.nm-blog-card__producent:hover,
a.nm-blog-card__producent:focus-visible {
  background-color: rgb(52 79 158 / 1);
  border-color: rgb(52 79 158 / 1);
  color: rgb(255 255 255 / 1);
}


/* ══ Kafelek produktu: osadzenie zdjecia (AIOS 2026-08) ══════════════════
   Packshoty maja przezroczyste tlo i wlasny cien kontaktowy. Delikatna
   poswiata pod urzadzeniem sprawia, ze kafelek czyta sie jak jedna calosc,
   a nie jak zdjecie polozone na tle.                                      */

.nm-blog-card--produkt .nm-blog-card__image-link {
  position: relative;
  border-radius: 1rem;
}

.nm-blog-card--produkt .nm-blog-card__image-link::before {
  content: "";
  position: absolute;
  inset: 12% 8% 4%;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at 50% 78%,
    rgb(120 156 255 / 0.16) 0%,
    rgb(120 156 255 / 0.06) 45%,
    rgb(120 156 255 / 0) 72%
  );
  pointer-events: none;
  transition: opacity 350ms ease;
}

.nm-blog-card--produkt .nm-blog-card__figure {
  position: relative;
}

.nm-produkty-catalog__item {
  transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nm-produkty-catalog__item:hover {
  transform: translateY(-4px);
}

.nm-blog-card--produkt .nm-blog-card__body {
  transition: box-shadow 350ms ease;
}

.nm-produkty-catalog__item:hover .nm-blog-card--produkt .nm-blog-card__body {
  box-shadow: 0 18px 40px rgb(4 10 30 / 0.45);
}

@media (prefers-reduced-motion: reduce) {
  .nm-produkty-catalog__item,
  .nm-blog-card--produkt .nm-blog-card__body {
    transition: none;
  }

  .nm-produkty-catalog__item:hover {
    transform: none;
  }
}

.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}
/*# sourceURL=https://solvemedical.pl/wp-includes/blocks/group/style.min.css */

:where(.wp-block-group.has-background){padding:1.25em 2.375em}
/*# sourceURL=https://solvemedical.pl/wp-includes/blocks/group/theme.min.css */
.container {
  width: 100%;
}

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

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

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

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

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

/* =========================================================
     Stopka — kontener
     ========================================================= */

.nm-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(15 25 59 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
}

@media (min-width: 1024px) {
  .nm-footer {
    padding-top: 6rem;
  }
}

/* ---- Siatka kolumn ---- */

.nm-footer__cols {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 640px) {
  .nm-footer__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .nm-footer__cols {
    grid-template-columns: 1.6fr 1.5fr 1fr 1fr;
    gap: 2.5rem;
  }
}

.nm-footer__col {
  display: flex;
  flex-direction: column;
}

/* ---- Nagłówki kolumn ---- */

.nm-footer__heading {
  margin-bottom: 1.25rem;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5556;
  letter-spacing: 0;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
}

/* ---- Menu / linki ---- */

.nm-footer__menu {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0px;
}

.nm-footer__menu li {
  margin: 0px;
  padding: 0px;
}

.nm-footer__menu a,
  .nm-footer__link,
  .nm-footer__copy-link {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  text-decoration-line: none;
  background-image: var(--nm-progress-gradient);
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding-bottom: 0.125rem;
  transition:
      background-size 0.25s ease,
      color 0.2s ease;
}

button.nm-footer__link {
  margin: 0px;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  text-align: left;
  font: inherit;
}

.nm-footer__menu a,
  .nm-footer__link {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(220 225 238 / var(--tw-text-opacity, 1));
}

.nm-footer__menu a:hover,
  .nm-footer__menu a:focus-visible,
  .nm-footer__link:hover,
  .nm-footer__link:focus-visible,
  .nm-footer__copy-link:hover,
  .nm-footer__copy-link:focus-visible {
  background-size: 100% 2px;
}

.nm-footer__menu a:hover,
  .nm-footer__menu a:focus-visible,
  .nm-footer__link:hover,
  .nm-footer__link:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
}

/* Kolumna prawna — linki nieco większe + większy odstęp do disclaimera */

.nm-footer__legal .nm-footer__menu {
  gap: 1rem;
}

.nm-footer__legal .nm-footer__menu a {
  font-size: 1.125rem;
  line-height: 1.5556;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
}

.nm-footer__legal button.nm-footer__link {
  font-size: 1.125rem;
  line-height: 1.5556;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
}

.nm-footer__disclaimer {
  margin-top: 1.75rem;
  max-width: 20rem;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(157 176 218 / var(--tw-text-opacity, 1));
}

/* ---- Dane firmy ---- */

.nm-footer__address {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(220 225 238 / var(--tw-text-opacity, 1));
  font-style: normal;
}

.nm-footer__meta {
  margin-top: 1rem;
  max-width: 20rem;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(194 204 227 / var(--tw-text-opacity, 1));
}

/* =========================================================
     Wordmark (wariant B) — zamiast wideo
     ========================================================= */

.nm-footer__brand {
  margin-top: 3rem;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .nm-footer__brand {
    margin-top: 4rem;
  }
}

.nm-footer__brand .nm-footer-wordmark__hint {
  display: none;
}

.nm-footer__brand .nm-footer-wordmark__spotlight {
  max-width: none;
}

/* =========================================================
     Pasek copyright pod białą kreską (szerokość kontenera)
     ========================================================= */

.nm-footer__bottom {
  margin-top: 2rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(250 251 255 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .nm-footer__bottom {
    margin-top: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}

.nm-footer__copy {
  margin: 0px;
  text-align: center;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(194 204 227 / var(--tw-text-opacity, 1));
}

.nm-footer__copy-sep {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  opacity: 0.6;
}

.nm-footer__copy-link {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 215 140 / var(--tw-text-opacity, 1));
}

.nm-footer__copy-link:hover,
  .nm-footer__copy-link:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(85 239 157 / var(--tw-text-opacity, 1));
}

@media (prefers-reduced-motion: reduce) {
  .nm-footer__menu a,
    .nm-footer__link,
    .nm-footer__copy-link {
    transition: none;
  }
}

.m-0 {
  margin: 0px;
}

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

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

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

.mt-4 {
  margin-top: 1rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.w-full {
  width: 100%;
}

.max-w-xs {
  max-width: 20rem;
}

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.overflow-hidden {
  overflow: hidden;
}

.border-0 {
  border-width: 0px;
}

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

.border-white-lilac-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 251 255 / var(--tw-border-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.p-0 {
  padding: 0px;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-center {
  text-align: center;
}

.font-sans {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
}

.text-text-lg {
  font-size: 1.125rem;
  line-height: 1.5556;
  letter-spacing: 0;
}

.text-text-md {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0;
}

.text-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}

.text-text-xs {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.not-italic {
  font-style: normal;
}

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

@media (min-width: 1024px) {
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }
}
:root {
  --nm-footer-wordmark-gradient: linear-gradient(
      105deg,
      #0e1725 0%,
      #3452ab 42%,
      #349b65 78%,
      #3dffb8 100%
    );
  --nm-footer-wordmark-spot-soft: clamp(7rem, 18vw, 14rem);
}

.nm-footer-wordmark-block {
  --tw-bg-opacity: 1;
  background-color: rgb(15 25 59 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  .nm-footer-wordmark-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.nm-footer-wordmark {
  position: relative;
  width: 100%;
}

.nm-footer-wordmark__meta {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  max-width: 42rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .nm-footer-wordmark__meta {
    margin-bottom: 3.5rem;
  }
}

.nm-footer-wordmark__badge {
  margin: 0px;
  margin-bottom: 0.75rem;
  display: inline-block;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(75 215 140 / 0.35);
  background-color: rgb(75 215 140 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  --tw-text-opacity: 1;
  color: rgb(85 239 157 / var(--tw-text-opacity, 1));
}

.nm-footer-wordmark__variant-title {
  margin: 0px;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.875rem;
  line-height: 1.2667;
  letter-spacing: 0;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .nm-footer-wordmark__variant-title {
    font-size: 2.25rem;
    line-height: 1.2222;
    letter-spacing: -0.045rem;
  }
}

.nm-footer-wordmark__variant-desc {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  max-width: 36rem;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(220 225 238 / var(--tw-text-opacity, 1));
}

.nm-footer-wordmark__spotlight {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 90rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: manipulation;
}

/* Grid-stack — identyczna siatka typografii dla obu warstw */

.nm-footer-wordmark__stack {
  position: relative;
  display: grid;
  width: 100%;
  grid-template: 1fr / 1fr;
  grid-template-areas: 'wordmark';
}

.nm-footer-wordmark__layer {
  grid-column-start: 1;
  grid-row-start: 1;
  margin: 0px;
  width: 100%;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.025em;
  grid-area: wordmark;
  font-size: var(--fw-fs, clamp(2.75rem, 12vw, 9.5rem));
}

.nm-footer-wordmark__inner {
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.nm-footer-wordmark__unit {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 0.35em, 0);
  filter: blur(4px);
}

.nm-footer-wordmark--ready .nm-footer-wordmark__unit:not(.nm-footer-wordmark__unit--shine) {
  animation: nm-fw-unit-in 0.62s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--fw-i, 0) * 45ms);
}

.nm-footer-wordmark--b .nm-footer-wordmark__unit:not(.nm-footer-wordmark__unit--shine) {
  animation-delay: calc(var(--fw-i, 0) * 120ms);
}

.nm-footer-wordmark--b.nm-footer-wordmark--ready .nm-footer-wordmark__unit:not(.nm-footer-wordmark__unit--shine) {
  animation-name: nm-fw-word-in;
}

/* Kopia układu wejścia — bez animacji, ta sama pozycja co warstwa bazowa */

.nm-footer-wordmark__unit--shine {
  opacity: 1;
  transform: none;
  filter: none;
  animation: none !important;
}

.nm-footer-wordmark__layer--base {
  z-index: 1;
  color: #0a1228;
}

.nm-footer-wordmark__layer--shine {
  pointer-events: none;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
}

.nm-footer-wordmark--ready:not(.nm-footer-wordmark--entry-done) .nm-footer-wordmark__spotlight {
  pointer-events: none;
  cursor: default;
}

.nm-footer-wordmark--entry-done .nm-footer-wordmark__layer--shine {
  visibility: visible;
}

/* Gradient + maska na tym samym elemencie co tekst (identyczny markup jak base) */

.nm-footer-wordmark__inner--shine {
  --fw-mx: 50%;
  --fw-my: 50%;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: var(--nm-footer-wordmark-gradient);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0;
  -webkit-mask-image: radial-gradient(
      circle var(--nm-footer-wordmark-spot-soft) at var(--fw-mx) var(--fw-my),
      #000 0%,
      #000 35%,
      transparent 72%
    );
  mask-image: radial-gradient(
      circle var(--nm-footer-wordmark-spot-soft) at var(--fw-mx) var(--fw-my),
      #000 0%,
      #000 35%,
      transparent 72%
    );
  transition: opacity 0.2s ease;
}

.nm-footer-wordmark--active .nm-footer-wordmark__inner--shine,
  .nm-footer-wordmark--touch .nm-footer-wordmark__inner--shine {
  opacity: 1;
  animation: none !important;
}

/* Wariant C — shimmer sterowany JS (wejście + opóźnienie po zjechaniu latarni) */

.nm-footer-wordmark--c.nm-footer-wordmark--shimmer:not(.nm-footer-wordmark--active):not(.nm-footer-wordmark--touch) .nm-footer-wordmark__inner--shine {
  animation: nm-fw-shimmer-once 1.35s ease forwards;
  -webkit-mask-image: none;
  mask-image: none;
}

.nm-footer-wordmark__hint {
  margin-top: 1.5rem;
  text-align: center;
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(157 176 218 / var(--tw-text-opacity, 1));
}

@keyframes nm-fw-unit-in {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes nm-fw-word-in {
  from {
    opacity: 0;
    transform: translate3d(-0.65em, 0, 0);
    clip-path: inset(0 100% 0 0);
    filter: blur(2px);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    clip-path: inset(0 0 0 0);
    filter: blur(0);
  }
}

@keyframes nm-fw-shimmer-once {
  0% {
    opacity: 0;
    background-position: 120% 50%;
  }

  18% {
    opacity: 0.85;
  }

  55% {
    opacity: 0.55;
    background-position: -20% 50%;
  }

  100% {
    opacity: 0;
    background-position: -20% 50%;
  }
}

.nm-footer-wordmark--c .nm-footer-wordmark__inner--shine {
  background-size: 220% 100%;
}

@media (hover: none), (max-width: 1023px) {
  .nm-footer-wordmark__hint {
    display: none;
  }

  .nm-footer-wordmark--entry-done .nm-footer-wordmark__inner--shine {
    opacity: 0.42;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.nm-footer-wordmark--reduced .nm-footer-wordmark__unit:not(.nm-footer-wordmark__unit--shine) {
  opacity: 1;
  transform: none;
  filter: none;
  animation: none !important;
}

.nm-footer-wordmark--reduced .nm-footer-wordmark__layer--shine {
  visibility: visible;
}

.nm-footer-wordmark--reduced .nm-footer-wordmark__inner--shine {
  opacity: 0.55;
  animation: none !important;
  -webkit-mask-image: none;
  mask-image: none;
}

.nm-footer-wordmark--reduced .nm-footer-wordmark__hint {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .nm-footer-wordmark__unit:not(.nm-footer-wordmark__unit--shine) {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none !important;
  }

  .nm-footer-wordmark__inner--shine {
    animation: none !important;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.relative {
  position: relative;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.col-start-1 {
  grid-column-start: 1;
}

.row-start-1 {
  grid-row-start: 1;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-page {
  max-width: 90rem;
}

.max-w-xl {
  max-width: 36rem;
}

.transform {
  transform: translate(var(--tw-translate-x), 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));
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-ocean-green-400\/35 {
  border-color: rgb(75 215 140 / 0.35);
}

.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 25 59 / var(--tw-bg-opacity, 1));
}

.bg-ocean-green-400\/10 {
  background-color: rgb(75 215 140 / 0.1);
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-center {
  text-align: center;
}

.font-sans {
  font-family: "General Sans", ui-sans-serif, system-ui, sans-serif;
}

.text-display-sm {
  font-size: 1.875rem;
  line-height: 1.2667;
  letter-spacing: 0;
}

.text-text-md {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0;
}

.text-text-xs {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[0\.92\] {
  line-height: 0.92;
}

.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}

.text-white-lilac-50 {
  --tw-text-opacity: 1;
  color: rgb(250 251 255 / var(--tw-text-opacity, 1));
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
/*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--blue-50: #f7f8fb;--wp--preset--color--blue-100: #edf0f7;--wp--preset--color--blue-200: #dce1ee;--wp--preset--color--blue-300: #c2cce3;--wp--preset--color--blue-400: #9db0da;--wp--preset--color--blue-500: #6982bb;--wp--preset--color--blue-600: #4b66ac;--wp--preset--color--blue-700: #344f9e;--wp--preset--color--blue-800: #283d7c;--wp--preset--color--blue-900: #1f3065;--wp--preset--color--blue-950: #0f193b;--wp--preset--color--midnight-50: #f7f8fb;--wp--preset--color--midnight-100: #eef1f6;--wp--preset--color--midnight-200: #dde2ed;--wp--preset--color--midnight-300: #c4cee0;--wp--preset--color--midnight-400: #9fb2d5;--wp--preset--color--midnight-500: #6a85b4;--wp--preset--color--midnight-600: #4d6ba2;--wp--preset--color--midnight-700: #3e5788;--wp--preset--color--midnight-800: #2e426d;--wp--preset--color--midnight-900: #22345a;--wp--preset--color--midnight-950: #0f1c3a;--wp--preset--color--ocean-green-50: #eafef0;--wp--preset--color--ocean-green-100: #cdfdde;--wp--preset--color--ocean-green-200: #93fbbc;--wp--preset--color--ocean-green-300: #55ef9d;--wp--preset--color--ocean-green-400: #4bd78c;--wp--preset--color--ocean-green-500: #43c17d;--wp--preset--color--ocean-green-600: #349b65;--wp--preset--color--ocean-green-700: #26774e;--wp--preset--color--ocean-green-800: #1c5d3d;--wp--preset--color--ocean-green-900: #154c31;--wp--preset--color--ocean-green-950: #092c1b;--wp--preset--color--white-lilac-50: #fafbff;--wp--preset--color--white-lilac-100: #f5f5f5;--wp--preset--color--white-lilac-200: #e6e6e6;--wp--preset--color--white-lilac-300: #d3d3d4;--wp--preset--color--white-lilac-400: #969698;--wp--preset--color--white-lilac-500: #77777a;--wp--preset--color--white-lilac-600: #58595c;--wp--preset--color--white-lilac-700: #454548;--wp--preset--color--white-lilac-800: #2d2d2f;--wp--preset--color--white-lilac-900: #1e1e1f;--wp--preset--color--white-lilac-950: #0c0c0d;--wp--preset--color--body-text: #10151f;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--display-2-xl: 4.5rem;--wp--preset--font-size--display-xl: 3.75rem;--wp--preset--font-size--display-lg: 3rem;--wp--preset--font-size--display-md: 2.25rem;--wp--preset--font-size--display-sm: 1.875rem;--wp--preset--font-size--display-xs: 1.5rem;--wp--preset--font-size--text-xl: 1.25rem;--wp--preset--font-size--text-lg: 1.125rem;--wp--preset--font-size--text-md: 1rem;--wp--preset--font-size--text-sm: 0.875rem;--wp--preset--font-size--text-xs: 0.75rem;--wp--preset--font-family--general-sans: "General Sans", ui-sans-serif, system-ui, sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--spacing--spacing-1: 100px;--wp--preset--spacing--spacing-2: 200px;--wp--preset--spacing--spacing-3: 150px;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);--wp--preset--shadow--xs: 0px 1px 2px 0px #1018280d;--wp--preset--shadow--sm: 0px 1px 2px 0px #1018280f, 0px 1px 3px 0px #1018281a;--wp--preset--shadow--md: 0px 2px 4px -2px #1018280f, 0px 4px 8px -2px #1018281a;--wp--preset--shadow--lg: 0px 4px 6px -2px #10182808, 0px 12px 16px -4px #10182814;--wp--preset--shadow--xl: 0px 8px 8px -4px #10182808, 0px 20px 24px -4px #10182814;--wp--preset--shadow--2-xl: 0px 24px 48px -12px #1018282e;--wp--preset--shadow--3-xl: 0px 32px 64px -12px #10182824;}:root { --wp--style--global--content-size: 1200px;--wp--style--global--wide-size: 1440px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{color: var(--wp--preset--color--body-text);font-family: var(--wp--preset--font-family--general-sans);font-size: var(--wp--preset--font-size--text-md);padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-blue-50-color{color: var(--wp--preset--color--blue-50) !important;}.has-blue-100-color{color: var(--wp--preset--color--blue-100) !important;}.has-blue-200-color{color: var(--wp--preset--color--blue-200) !important;}.has-blue-300-color{color: var(--wp--preset--color--blue-300) !important;}.has-blue-400-color{color: var(--wp--preset--color--blue-400) !important;}.has-blue-500-color{color: var(--wp--preset--color--blue-500) !important;}.has-blue-600-color{color: var(--wp--preset--color--blue-600) !important;}.has-blue-700-color{color: var(--wp--preset--color--blue-700) !important;}.has-blue-800-color{color: var(--wp--preset--color--blue-800) !important;}.has-blue-900-color{color: var(--wp--preset--color--blue-900) !important;}.has-blue-950-color{color: var(--wp--preset--color--blue-950) !important;}.has-midnight-50-color{color: var(--wp--preset--color--midnight-50) !important;}.has-midnight-100-color{color: var(--wp--preset--color--midnight-100) !important;}.has-midnight-200-color{color: var(--wp--preset--color--midnight-200) !important;}.has-midnight-300-color{color: var(--wp--preset--color--midnight-300) !important;}.has-midnight-400-color{color: var(--wp--preset--color--midnight-400) !important;}.has-midnight-500-color{color: var(--wp--preset--color--midnight-500) !important;}.has-midnight-600-color{color: var(--wp--preset--color--midnight-600) !important;}.has-midnight-700-color{color: var(--wp--preset--color--midnight-700) !important;}.has-midnight-800-color{color: var(--wp--preset--color--midnight-800) !important;}.has-midnight-900-color{color: var(--wp--preset--color--midnight-900) !important;}.has-midnight-950-color{color: var(--wp--preset--color--midnight-950) !important;}.has-ocean-green-50-color{color: var(--wp--preset--color--ocean-green-50) !important;}.has-ocean-green-100-color{color: var(--wp--preset--color--ocean-green-100) !important;}.has-ocean-green-200-color{color: var(--wp--preset--color--ocean-green-200) !important;}.has-ocean-green-300-color{color: var(--wp--preset--color--ocean-green-300) !important;}.has-ocean-green-400-color{color: var(--wp--preset--color--ocean-green-400) !important;}.has-ocean-green-500-color{color: var(--wp--preset--color--ocean-green-500) !important;}.has-ocean-green-600-color{color: var(--wp--preset--color--ocean-green-600) !important;}.has-ocean-green-700-color{color: var(--wp--preset--color--ocean-green-700) !important;}.has-ocean-green-800-color{color: var(--wp--preset--color--ocean-green-800) !important;}.has-ocean-green-900-color{color: var(--wp--preset--color--ocean-green-900) !important;}.has-ocean-green-950-color{color: var(--wp--preset--color--ocean-green-950) !important;}.has-white-lilac-50-color{color: var(--wp--preset--color--white-lilac-50) !important;}.has-white-lilac-100-color{color: var(--wp--preset--color--white-lilac-100) !important;}.has-white-lilac-200-color{color: var(--wp--preset--color--white-lilac-200) !important;}.has-white-lilac-300-color{color: var(--wp--preset--color--white-lilac-300) !important;}.has-white-lilac-400-color{color: var(--wp--preset--color--white-lilac-400) !important;}.has-white-lilac-500-color{color: var(--wp--preset--color--white-lilac-500) !important;}.has-white-lilac-600-color{color: var(--wp--preset--color--white-lilac-600) !important;}.has-white-lilac-700-color{color: var(--wp--preset--color--white-lilac-700) !important;}.has-white-lilac-800-color{color: var(--wp--preset--color--white-lilac-800) !important;}.has-white-lilac-900-color{color: var(--wp--preset--color--white-lilac-900) !important;}.has-white-lilac-950-color{color: var(--wp--preset--color--white-lilac-950) !important;}.has-body-text-color{color: var(--wp--preset--color--body-text) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-blue-50-background-color{background-color: var(--wp--preset--color--blue-50) !important;}.has-blue-100-background-color{background-color: var(--wp--preset--color--blue-100) !important;}.has-blue-200-background-color{background-color: var(--wp--preset--color--blue-200) !important;}.has-blue-300-background-color{background-color: var(--wp--preset--color--blue-300) !important;}.has-blue-400-background-color{background-color: var(--wp--preset--color--blue-400) !important;}.has-blue-500-background-color{background-color: var(--wp--preset--color--blue-500) !important;}.has-blue-600-background-color{background-color: var(--wp--preset--color--blue-600) !important;}.has-blue-700-background-color{background-color: var(--wp--preset--color--blue-700) !important;}.has-blue-800-background-color{background-color: var(--wp--preset--color--blue-800) !important;}.has-blue-900-background-color{background-color: var(--wp--preset--color--blue-900) !important;}.has-blue-950-background-color{background-color: var(--wp--preset--color--blue-950) !important;}.has-midnight-50-background-color{background-color: var(--wp--preset--color--midnight-50) !important;}.has-midnight-100-background-color{background-color: var(--wp--preset--color--midnight-100) !important;}.has-midnight-200-background-color{background-color: var(--wp--preset--color--midnight-200) !important;}.has-midnight-300-background-color{background-color: var(--wp--preset--color--midnight-300) !important;}.has-midnight-400-background-color{background-color: var(--wp--preset--color--midnight-400) !important;}.has-midnight-500-background-color{background-color: var(--wp--preset--color--midnight-500) !important;}.has-midnight-600-background-color{background-color: var(--wp--preset--color--midnight-600) !important;}.has-midnight-700-background-color{background-color: var(--wp--preset--color--midnight-700) !important;}.has-midnight-800-background-color{background-color: var(--wp--preset--color--midnight-800) !important;}.has-midnight-900-background-color{background-color: var(--wp--preset--color--midnight-900) !important;}.has-midnight-950-background-color{background-color: var(--wp--preset--color--midnight-950) !important;}.has-ocean-green-50-background-color{background-color: var(--wp--preset--color--ocean-green-50) !important;}.has-ocean-green-100-background-color{background-color: var(--wp--preset--color--ocean-green-100) !important;}.has-ocean-green-200-background-color{background-color: var(--wp--preset--color--ocean-green-200) !important;}.has-ocean-green-300-background-color{background-color: var(--wp--preset--color--ocean-green-300) !important;}.has-ocean-green-400-background-color{background-color: var(--wp--preset--color--ocean-green-400) !important;}.has-ocean-green-500-background-color{background-color: var(--wp--preset--color--ocean-green-500) !important;}.has-ocean-green-600-background-color{background-color: var(--wp--preset--color--ocean-green-600) !important;}.has-ocean-green-700-background-color{background-color: var(--wp--preset--color--ocean-green-700) !important;}.has-ocean-green-800-background-color{background-color: var(--wp--preset--color--ocean-green-800) !important;}.has-ocean-green-900-background-color{background-color: var(--wp--preset--color--ocean-green-900) !important;}.has-ocean-green-950-background-color{background-color: var(--wp--preset--color--ocean-green-950) !important;}.has-white-lilac-50-background-color{background-color: var(--wp--preset--color--white-lilac-50) !important;}.has-white-lilac-100-background-color{background-color: var(--wp--preset--color--white-lilac-100) !important;}.has-white-lilac-200-background-color{background-color: var(--wp--preset--color--white-lilac-200) !important;}.has-white-lilac-300-background-color{background-color: var(--wp--preset--color--white-lilac-300) !important;}.has-white-lilac-400-background-color{background-color: var(--wp--preset--color--white-lilac-400) !important;}.has-white-lilac-500-background-color{background-color: var(--wp--preset--color--white-lilac-500) !important;}.has-white-lilac-600-background-color{background-color: var(--wp--preset--color--white-lilac-600) !important;}.has-white-lilac-700-background-color{background-color: var(--wp--preset--color--white-lilac-700) !important;}.has-white-lilac-800-background-color{background-color: var(--wp--preset--color--white-lilac-800) !important;}.has-white-lilac-900-background-color{background-color: var(--wp--preset--color--white-lilac-900) !important;}.has-white-lilac-950-background-color{background-color: var(--wp--preset--color--white-lilac-950) !important;}.has-body-text-background-color{background-color: var(--wp--preset--color--body-text) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-blue-50-border-color{border-color: var(--wp--preset--color--blue-50) !important;}.has-blue-100-border-color{border-color: var(--wp--preset--color--blue-100) !important;}.has-blue-200-border-color{border-color: var(--wp--preset--color--blue-200) !important;}.has-blue-300-border-color{border-color: var(--wp--preset--color--blue-300) !important;}.has-blue-400-border-color{border-color: var(--wp--preset--color--blue-400) !important;}.has-blue-500-border-color{border-color: var(--wp--preset--color--blue-500) !important;}.has-blue-600-border-color{border-color: var(--wp--preset--color--blue-600) !important;}.has-blue-700-border-color{border-color: var(--wp--preset--color--blue-700) !important;}.has-blue-800-border-color{border-color: var(--wp--preset--color--blue-800) !important;}.has-blue-900-border-color{border-color: var(--wp--preset--color--blue-900) !important;}.has-blue-950-border-color{border-color: var(--wp--preset--color--blue-950) !important;}.has-midnight-50-border-color{border-color: var(--wp--preset--color--midnight-50) !important;}.has-midnight-100-border-color{border-color: var(--wp--preset--color--midnight-100) !important;}.has-midnight-200-border-color{border-color: var(--wp--preset--color--midnight-200) !important;}.has-midnight-300-border-color{border-color: var(--wp--preset--color--midnight-300) !important;}.has-midnight-400-border-color{border-color: var(--wp--preset--color--midnight-400) !important;}.has-midnight-500-border-color{border-color: var(--wp--preset--color--midnight-500) !important;}.has-midnight-600-border-color{border-color: var(--wp--preset--color--midnight-600) !important;}.has-midnight-700-border-color{border-color: var(--wp--preset--color--midnight-700) !important;}.has-midnight-800-border-color{border-color: var(--wp--preset--color--midnight-800) !important;}.has-midnight-900-border-color{border-color: var(--wp--preset--color--midnight-900) !important;}.has-midnight-950-border-color{border-color: var(--wp--preset--color--midnight-950) !important;}.has-ocean-green-50-border-color{border-color: var(--wp--preset--color--ocean-green-50) !important;}.has-ocean-green-100-border-color{border-color: var(--wp--preset--color--ocean-green-100) !important;}.has-ocean-green-200-border-color{border-color: var(--wp--preset--color--ocean-green-200) !important;}.has-ocean-green-300-border-color{border-color: var(--wp--preset--color--ocean-green-300) !important;}.has-ocean-green-400-border-color{border-color: var(--wp--preset--color--ocean-green-400) !important;}.has-ocean-green-500-border-color{border-color: var(--wp--preset--color--ocean-green-500) !important;}.has-ocean-green-600-border-color{border-color: var(--wp--preset--color--ocean-green-600) !important;}.has-ocean-green-700-border-color{border-color: var(--wp--preset--color--ocean-green-700) !important;}.has-ocean-green-800-border-color{border-color: var(--wp--preset--color--ocean-green-800) !important;}.has-ocean-green-900-border-color{border-color: var(--wp--preset--color--ocean-green-900) !important;}.has-ocean-green-950-border-color{border-color: var(--wp--preset--color--ocean-green-950) !important;}.has-white-lilac-50-border-color{border-color: var(--wp--preset--color--white-lilac-50) !important;}.has-white-lilac-100-border-color{border-color: var(--wp--preset--color--white-lilac-100) !important;}.has-white-lilac-200-border-color{border-color: var(--wp--preset--color--white-lilac-200) !important;}.has-white-lilac-300-border-color{border-color: var(--wp--preset--color--white-lilac-300) !important;}.has-white-lilac-400-border-color{border-color: var(--wp--preset--color--white-lilac-400) !important;}.has-white-lilac-500-border-color{border-color: var(--wp--preset--color--white-lilac-500) !important;}.has-white-lilac-600-border-color{border-color: var(--wp--preset--color--white-lilac-600) !important;}.has-white-lilac-700-border-color{border-color: var(--wp--preset--color--white-lilac-700) !important;}.has-white-lilac-800-border-color{border-color: var(--wp--preset--color--white-lilac-800) !important;}.has-white-lilac-900-border-color{border-color: var(--wp--preset--color--white-lilac-900) !important;}.has-white-lilac-950-border-color{border-color: var(--wp--preset--color--white-lilac-950) !important;}.has-body-text-border-color{border-color: var(--wp--preset--color--body-text) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-display-2-xl-font-size{font-size: var(--wp--preset--font-size--display-2-xl) !important;}.has-display-xl-font-size{font-size: var(--wp--preset--font-size--display-xl) !important;}.has-display-lg-font-size{font-size: var(--wp--preset--font-size--display-lg) !important;}.has-display-md-font-size{font-size: var(--wp--preset--font-size--display-md) !important;}.has-display-sm-font-size{font-size: var(--wp--preset--font-size--display-sm) !important;}.has-display-xs-font-size{font-size: var(--wp--preset--font-size--display-xs) !important;}.has-text-xl-font-size{font-size: var(--wp--preset--font-size--text-xl) !important;}.has-text-lg-font-size{font-size: var(--wp--preset--font-size--text-lg) !important;}.has-text-md-font-size{font-size: var(--wp--preset--font-size--text-md) !important;}.has-text-sm-font-size{font-size: var(--wp--preset--font-size--text-sm) !important;}.has-text-xs-font-size{font-size: var(--wp--preset--font-size--text-xs) !important;}.has-general-sans-font-family{font-family: var(--wp--preset--font-family--general-sans) !important;}
/*# sourceURL=global-styles-inline-css */
.wpa-test-msg{background: #d1ecf1 !important; border: 1px solid #bee5eb !important; border-radius: 5px !important;color: #0c5460 !important; font-size: 14px !important; padding:.75rem 1.25rem !important; font-family: Arial !important; margin-top:5px !important;}
span.wpa-button{ display: inline-block !important; padding-top: 5px !important; color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important; padding: 5px 10px !important; border-radius: 5px !important; margin-top:5px !important;  cursor: pointer !important; }

#altEmail_container, .altEmail_container{position:absolute !important; overflow: hidden !important; display: inline !important; height:1px !important; width: 1px !important;z-index:-1000 !important;}