/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000000;
    --color-white: #ffffff;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --radius-md: 6px;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-seledyn-strong: #0cbaaf;
    --color-seledyn-300: #63c6bf;
    --color-seledyn-400: #5ab5af;
    --color-seledyn-500: #008285;
    --color-seledyn-600: #005b5d;
    --color-footer-bg: #004243;
    --color-bg-25: #f5f7f8;
    --color-bg-50: #eceff1;
    --color-bg-100: #cfd8dc;
    --color-grey-600: #546e7a;
    --color-card-border: #ebebeb;
    --spacing-40: 40px;
    --spacing-64: 64px;
    --radius-card: 24px;
    --content-pad: 64px;
    --max-w: 1440px;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .container {
    width: 100%;
    @media (width >= 380px) {
      max-width: 380px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .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,);
  }
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Sofia Pro", "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: var(--color-white);
  color: var(--color-black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}
.grad {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.t-strong {
  color: var(--color-seledyn-strong);
}
.section {
  padding-block: 40px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 16px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  border-radius: calc(infinity * 1px);
  padding-inline: 16px;
  padding-block: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, opacity 0.15s ease;
}
.btn svg {
  flex: none;
}
.btn--primary {
  background-color: var(--color-seledyn-strong);
  color: var(--color-white);
  border-color: var(--seledyn-strong);
}
.btn--primary:hover {
  background-color: #0aa69c;
  box-shadow: 0 8px 20px rgba(12, 186, 175, 0.28);
}
.btn--white {
  background-color: var(--color-white);
  color: var(--color-seledyn-500);
}
.btn--white:hover {
  --tw-translate-y: calc(1px * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-bottom: 1px solid var(--bg-50);
}
.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.logo {
  display: inline-flex;
  align-items: center;
  height: 46px;
}
.logo__img {
  height: 46px;
  width: auto;
}
.navbar__menu {
  display: flex;
  align-items: center;
  gap: 48px;
}
.navbar__links {
  display: flex;
  align-items: center;
  gap: 48px;
}
.navbar__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-black);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.navbar__link:hover {
  color: var(--color-seledyn-500);
}
.navbar__link svg {
  opacity: 80%;
}
.navbar__nav {
  display: flex;
}
.navbar__links {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.navbar__item {
  position: relative;
}
.navbar__sub {
  margin: 0;
  list-style-type: none;
  padding-inline: 0;
  padding-block: 8px;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 200px;
  background: var(--white, #fff);
  border: 1px solid var(--bg-50, #e9efee);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
  visibility: hidden;
  opacity: 0%;
  --tw-translate-y: 6px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
  z-index: 60;
}
.navbar__item--has-children:hover > .navbar__sub, .navbar__item--has-children:focus-within > .navbar__sub {
  visibility: visible;
  opacity: 100%;
  --tw-translate-y: 0;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.navbar__item--has-children > .navbar__link {
  cursor: pointer;
}
.navbar__sublink {
  display: block;
  padding-inline: 20px;
  padding-block: 9px;
  font-size: 15px;
  color: var(--color-black);
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}
.navbar__sublink:hover {
  background: var(--bg-50, #f2f8f7);
  color: var(--color-seledyn-500);
}
.navbar__toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 32px;
  width: 32px;
  --tw-border-style: none;
  border-style: none;
  background-image: none;
  cursor: pointer;
  padding: 5px;
}
.navbar__toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--seledyn-600);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.navbar__toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.navbar__toggle.is-open span:nth-child(2) {
  --tw-scale-x: 0%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  opacity: 0%;
}
.navbar__toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 46px;
}
.brand-logo__mark {
  height: 40px;
  width: 40px;
  border-radius: calc(infinity * 1px);
  background: var(--grad);
  display: grid;
  place-items: center;
  flex: none;
}
.brand-logo__txt {
  display: flex;
  flex-direction: column;
  --tw-leading: 1.05;
  line-height: 1.05;
}
.brand-logo__txt b {
  font-size: 18px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-seledyn-500);
}
.brand-logo__txt span {
  font-size: 11px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-grey-600);
  --tw-tracking: 0.02em;
  letter-spacing: 0.02em;
}
.logo--light .brand-logo__txt b {
  color: var(--color-white);
}
.logo--light .brand-logo__txt span {
  color: var(--color-seledyn-400);
}
.navbar__toggle {
  @media (width < 1025px) {
    display: flex;
  }
}
.navbar__menu {
  @media (width < 64rem) {
    position: fixed;
  }
  @media (width < 64rem) {
    top: 72px;
  }
  @media (width < 64rem) {
    right: 0;
  }
  @media (width < 64rem) {
    left: 0;
  }
  @media (width < 64rem) {
    flex-direction: column;
  }
  @media (width < 64rem) {
    align-items: stretch;
  }
  @media (width < 64rem) {
    gap: 24px;
  }
  @media (width < 64rem) {
    --tw-translate-y: calc(150% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (max-width: 1024px) {
  .navbar__menu {
    background: var(--white);
    border-bottom: 1px solid var(--bg-50);
    padding: var(--sp-24) var(--content-pad);
    transition: transform 0.3s ease;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  }
}
.navbar__menu.is-open {
  @media (width < 64rem) {
    --tw-translate-y: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.navbar__nav {
  @media (width < 64rem) {
    width: 100%;
  }
}
.navbar__links {
  @media (width < 64rem) {
    flex-direction: column;
  }
  @media (width < 64rem) {
    align-items: flex-start;
  }
  @media (width < 64rem) {
    gap: 16px;
  }
  @media (width < 64rem) {
    width: 100%;
  }
}
.navbar__cta {
  @media (width < 64rem) {
    align-self: flex-start;
  }
}
.navbar__sub {
  @media (width < 64rem) {
    position: static;
  }
  @media (width < 64rem) {
    visibility: visible;
  }
  @media (width < 64rem) {
    opacity: 100%;
  }
  @media (width < 64rem) {
    --tw-translate-y: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  @media (width < 64rem) {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  @media (width < 64rem) {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  @media (width < 64rem) {
    border-radius: 0;
  }
  @media (width < 64rem) {
    padding-block: 6px;
  }
  @media (width < 64rem) {
    padding-right: 0;
  }
  @media (width < 64rem) {
    padding-left: 16px;
  }
  @media (width < 64rem) {
    min-width: 0;
  }
  @media (width < 64rem) {
    background-color: transparent;
  }
}
.navbar__item {
  @media (width < 64rem) {
    width: 100%;
  }
}
.footer {
  margin-top: 80px;
  background-color: var(--color-footer-bg);
}
.footer__inner {
  border-radius: 0;
  background-color: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.footer__brand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  gap: 40px;
}
.footer__copy {
  font-size: 14px;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-seledyn-400);
}
.footer__cols {
  display: flex;
  gap: 64px;
}
.footer__col {
  width: 200px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__col h4 {
  font-size: 16px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
}
.footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__col a {
  font-size: 16px;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-white);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.footer__col a:hover {
  color: var(--color-seledyn-300);
}
.footer__inner {
  @media (width < 768px) {
    flex-direction: column;
  }
  @media (width < 768px) {
    gap: 40px;
  }
}
.footer__cols {
  @media (width < 480px) {
    flex-direction: column;
  }
  @media (width < 480px) {
    gap: 40px;
  }
}
.page404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 64px;
  padding-inline: 64px;
  padding-top: 96px;
  padding-bottom: 120px;
  @media (width < 768px) {
    gap: 40px;
  }
  @media (width < 768px) {
    padding-top: 56px;
  }
  @media (width < 768px) {
    padding-bottom: 72px;
  }
}
.page404__graphic {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  @media (width < 768px) {
    gap: 8px;
  }
}
.page404__digit {
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.02em;
  letter-spacing: -0.02em;
  font-size: 300px;
  color: var(--color-seledyn-600);
  @media (width < 768px) {
    font-size: 150px;
  }
  @media (width < 380px) {
    font-size: 110px;
  }
}
.page404__bulb {
  display: inline-flex;
}
.page404__bulb svg {
  display: block;
  height: 300px;
  width: 230px;
  @media (width < 768px) {
    height: 152px;
  }
  @media (width < 768px) {
    width: 116px;
  }
  @media (width < 380px) {
    height: 116px;
  }
  @media (width < 380px) {
    width: 86px;
  }
}
.page404__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 640px;
}
.page404__title {
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: -0.01em;
  letter-spacing: -0.01em;
  color: var(--color-black);
  font-size: 48px;
  @media (width < 768px) {
    font-size: 30px;
  }
}
.page404__text {
  --tw-leading: 1.5;
  line-height: 1.5;
  color: var(--color-black);
  font-size: 18px;
  @media (width < 768px) {
    font-size: 16px;
  }
}
.hero {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: var(--spacing-64) !important;
}
.hero__left {
  min-width: 0;
  flex: 1 1 0;
}
.hero__intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 539px;
}
.hero__title {
  font-size: 56px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -1px;
  letter-spacing: -1px;
}
.hero__subtitle {
  font-size: 20px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.hero__operators {
  padding-block: 40px;
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.hero__operators-title {
  font-size: 32px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -1px;
  letter-spacing: -1px;
}
.op-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.op-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-card-border);
  background-color: var(--color-white);
  border-radius: 24px;
  padding: 16px;
  min-height: 100px;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-property: box-shadow;
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
  --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, rgba(0,0,0,0.04)));
  --tw-drop-shadow: var(--tw-drop-shadow-size);
  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,);
}
.op-card:hover {
  --tw-translate-y: calc(2px * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border-color: var(--seledyn-300);
}
.op-card .chevron {
  flex: none;
  color: var(--color-seledyn-500);
}
.op-card__logo-wrap {
  display: flex;
  min-width: 0;
  align-items: center;
}
.op-card__logo-img {
  height: 38px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}
.op-card__logo-img[data-brand="tauron"] {
  height: 47px;
}
.op-card__logo-img[data-brand="pge"] {
  height: 37px;
}
.op-card__logo-img[data-brand="energa"] {
  height: 32px;
}
.op-card__logo-img[data-brand="enea"] {
  height: 30px;
}
.op-card__logo-img[data-brand="eon"] {
  height: 26px;
}
.op-card__logo {
  font-size: 22px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: 0.02em;
  letter-spacing: 0.02em;
}
.op-card__logo[data-brand="tauron"] {
  color: #ed6b1f;
  font-size: 18px;
}
.op-card__logo[data-brand="enea"] {
  color: #84329b;
  text-transform: lowercase;
}
.op-card__logo[data-brand="pge"] {
  color: #1a3c8b;
}
.op-card__logo[data-brand="energa"] {
  color: #00833e;
  font-size: 19px;
}
.op-card__logo[data-brand="eon"] {
  color: #e2001a;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  text-transform: lowercase;
}
.op-card__logo[data-brand="eon"] span {
  color: var(--seledyn-strong);
}
.hero__media {
  position: relative;
  flex: none;
  height: 400px;
  width: 533px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #95c3e7 0%, #c1e7f0 60%, #e7f3f2 100%);
}
.hero__photo {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero__badge {
  position: absolute;
  top: 200px;
  left: 50px;
  height: 65px;
  width: 155px;
  border-radius: 8px;
  background-color: var(--color-white);
  --tw-shadow: 0 10px 30px var(--tw-shadow-color, rgba(0,0,0,0.12));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.hero__badge-pill {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 20px;
  width: 135px;
  border-radius: calc(infinity * 1px);
  background: #e7f3f2;
}
.hero__badge-bar {
  position: absolute;
  top: 35px;
  left: 10px;
  height: 20px;
  width: 68px;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-seledyn-strong);
}
.hero__badge-bolt {
  position: absolute;
  top: -8px;
  right: -8px;
  height: 33px;
  width: 33px;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-white);
  display: grid;
  place-items: center;
  --tw-shadow: 0 4px 10px var(--tw-shadow-color, rgba(0,0,0,0.12));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.hero {
  @media (width < 64rem) {
    flex-direction: column;
  }
  @media (width < 64rem) {
    align-items: stretch;
  }
}
.hero__intro {
  @media (width < 64rem) {
    max-width: none;
  }
}
.hero__title {
  @media (width < 1200px) {
    font-size: 48px;
  }
  @media (width < 768px) {
    font-size: 40px;
  }
  @media (width < 480px) {
    font-size: 32px;
  }
}
.hero__operators-title {
  @media (width < 768px) {
    font-size: 26px;
  }
}
.hero__operators {
  @media (width < 768px) {
    gap: 24px;
  }
}
.hero__media {
  @media (width < 1200px) {
    height: 360px;
  }
  @media (width < 1200px) {
    width: 460px;
  }
  @media (width < 64rem) {
    height: 360px;
  }
  @media (width < 64rem) {
    width: 100%;
  }
}
.op-grid {
  @media (width < 768px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  @media (width < 768px) {
    gap: 11px;
  }
  @media (width < 480px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  @media (width < 480px) {
    gap: 8px;
  }
}
.op-card {
  @media (width < 480px) {
    justify-content: center;
  }
  @media (width < 480px) {
    min-height: 80px;
  }
  @media (width < 480px) {
    padding: 12px;
  }
  @media (width < 480px) {
    border-radius: 16px;
  }
}
.op-card .chevron {
  @media (width < 480px) {
    display: none;
  }
}
.op-card__logo-wrap {
  @media (width < 480px) {
    width: 100%;
  }
  @media (width < 480px) {
    justify-content: center;
  }
}
.op-card__logo-img {
  @media (width < 480px) {
    max-width: 85px;
  }
}
.banner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 64px;
  background-color: var(--color-seledyn-600);
  border-radius: 24px;
  margin-top: var(--spacing-40);
  margin-bottom: 80px;
  padding-block: 64px;
  padding-right: 40px;
  padding-left: 64px;
  overflow: hidden;
}
.banner::after {
  content: "";
  position: absolute;
  right: -207px;
  top: -141px;
  width: 414px;
  height: 320px;
  background: var(--seledyn-500);
  transform: rotate(45deg);
  border-radius: 24px;
}
.banner__badge {
  position: absolute;
  top: 16px;
  left: 18px;
  background-color: var(--color-seledyn-strong);
  color: var(--color-white);
  font-size: 14px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  padding-inline: 12px;
  padding-block: 8px;
  border-radius: 8px;
  z-index: 2;
}
.banner__price {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  color: var(--color-white);
  flex: none;
}
.banner__price-big {
  font-size: 56px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -1px;
  letter-spacing: -1px;
}
.banner__price-small {
  font-size: 24px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.banner__divider {
  width: 1px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.25);
  z-index: 1;
}
.banner__cta-row {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: 64px;
}
.banner__text {
  min-width: 0;
  flex: 1;
  color: var(--color-white);
  font-size: 32px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -1px;
  letter-spacing: -1px;
}
.banner__btn {
  font-size: 20px;
  padding-inline: 24px;
  padding-block: 12px;
}
.banner {
  @media (width < 64rem) {
    flex-wrap: wrap;
  }
  @media (width < 64rem) {
    gap: 24px;
  }
  @media (width < 64rem) {
    padding-inline: 40px;
  }
  @media (width < 64rem) {
    padding-block: 48px;
  }
  @media (width < 768px) {
    flex-direction: column;
  }
  @media (width < 768px) {
    align-items: stretch;
  }
  @media (width < 768px) {
    gap: 16px !important;
  }
  @media (width < 768px) {
    padding: 24px !important;
  }
  @media (width < 768px) {
    padding-top: 56px !important;
  }
}
.banner__price-big {
  @media (width < 1200px) {
    font-size: 48px;
  }
  @media (width < 480px) {
    font-size: 40px;
  }
}
.banner__price {
  @media (width < 768px) {
    flex-direction: row;
  }
  @media (width < 768px) {
    align-items: baseline;
  }
  @media (width < 768px) {
    gap: 8px;
  }
}
.banner__divider {
  @media (width < 64rem) {
    display: none;
  }
}
.banner__cta-row {
  @media (width < 64rem) {
    width: 100%;
  }
  @media (width < 64rem) {
    flex-direction: column;
  }
  @media (width < 64rem) {
    align-items: flex-start;
  }
  @media (width < 64rem) {
    gap: 24px;
  }
  @media (width < 768px) {
    align-items: stretch !important;
  }
  @media (width < 768px) {
    gap: 16px !important;
  }
}
.banner__text {
  @media (width < 480px) {
    font-size: 22px;
  }
  @media (width < 64rem) {
    font-size: 28px;
  }
}
.banner__btn {
  @media (width < 768px) {
    width: 100%;
  }
  @media (width < 768px) {
    justify-content: center;
  }
}
@layer components {
  .section--steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px !important;
    gap: 48px;
  }
  .steps__title {
    width: 100%;
    text-align: center;
    font-size: 48px;
    --tw-leading: 1.2;
    line-height: 1.2;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: -1px;
    letter-spacing: -1px;
  }
  .steps {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 24px;
  }
  .steps__numbers {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 64px;
    height: 80px;
    margin-top: 34px;
  }
  .steps__line {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    border-top: 2px dashed var(--bg-50);
  }
  .step-num {
    position: relative;
  }
  .step-num span {
    position: absolute;
    left: calc(1 / 2 * 100%);
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    top: -34px;
    font-size: 56px;
    --tw-leading: 1.2;
    line-height: 1.2;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-bg-100);
    @media (width < 768px) {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    letter-spacing: -2.24px;
  }
  .step-num .dot {
    position: absolute;
    left: calc(1 / 2 * 100%);
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    top: 35px;
    height: 10px;
    width: 10px;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-seledyn-strong);
  }
  .step-icon {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    place-items: center;
    height: 96px;
    width: 96px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-bg-50);
    border-radius: 24px;
    background-color: var(--color-white);
    @media (width < 768px) {
      display: flex;
    }
    @media (width < 768px) {
      align-items: center;
    }
    @media (width < 768px) {
      justify-content: center;
    }
  }
  .step-num--icon .step-icon {
    color: var(--color-seledyn-strong);
  }
  .step-icon::before {
    content: "";
    position: absolute;
    inset: 10px;
    background: var(--bg-50);
    border-radius: 16px;
    z-index: 0;
  }
  .step-icon svg {
    position: relative;
    z-index: 1;
  }
  .steps__descriptions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 64px;
    text-align: center;
  }
  .step-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .step-desc h3 {
    font-size: 20px;
    --tw-leading: 1.4;
    line-height: 1.4;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    letter-spacing: -0.2px;
  }
  .step-desc p {
    font-size: 16px;
    --tw-leading: 1.5;
    line-height: 1.5;
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    max-width: 240px;
  }
}
.steps__title {
  @media (width < 768px) {
    font-size: 34px;
  }
}
.steps {
  @media (width < 768px) {
    display: grid;
  }
  @media (width < 768px) {
    grid-template-columns: 56px 1fr;
  }
  @media (width < 768px) {
    align-items: flex-start;
  }
  @media (width < 768px) {
    column-gap: 16px;
  }
  @media (width < 768px) {
    row-gap: 0;
  }
}
.steps__numbers, .steps__descriptions {
  @media (width < 768px) {
    display: contents;
  }
}
.steps__line {
  @media (width < 768px) {
    display: none;
  }
}
.step-num {
  @media (width < 768px) {
    position: relative;
  }
  @media (width < 768px) {
    display: block;
  }
  @media (width < 768px) {
    height: auto;
  }
  @media (width < 768px) {
    min-height: 56px;
  }
  @media (width < 768px) {
    padding-bottom: 24px;
  }
}
.step-num {
  @media (width < 768px) {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  @media (width < 768px) {
    &::before {
      content: var(--tw-content);
      left: calc(1 / 2 * 100%);
    }
  }
  @media (width < 768px) {
    &::before {
      content: var(--tw-content);
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @media (width < 768px) {
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  @media (width < 768px) {
    &::before {
      content: var(--tw-content);
      top: 56px;
    }
  }
  @media (width < 768px) {
    &::before {
      content: var(--tw-content);
      bottom: calc(24px * -1);
    }
  }
  @media (width < 768px) {
    &::before {
      content: var(--tw-content);
      z-index: 0;
    }
  }
  @media (width < 768px) {
    &::before {
      content: var(--tw-content);
      width: 2px;
    }
  }
  @media (width < 768px) {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-bg-50);
    }
  }
}
.step-num:nth-child(5) {
  @media (width < 768px) {
    &::before {
      content: var(--tw-content);
      display: none;
    }
  }
}
.step-num span {
  @media (width < 768px) {
    position: static;
  }
  @media (width < 768px) {
    display: block;
  }
  @media (width < 768px) {
    width: 100%;
  }
  @media (width < 768px) {
    --tw-translate-x: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  @media (width < 768px) {
    text-align: center;
  }
  @media (width < 768px) {
    font-size: 36px;
  }
  @media (width < 768px) {
    --tw-leading: 1;
    line-height: 1;
  }
  @media (width < 768px) {
    --tw-tracking: -1.44px;
    letter-spacing: -1.44px;
  }
  @media (width < 768px) {
    color: var(--color-bg-100);
  }
}
.step-num .dot {
  @media (width < 768px) {
    position: absolute;
  }
  @media (width < 768px) {
    top: 46px;
  }
  @media (width < 768px) {
    left: calc(1 / 2 * 100%);
  }
  @media (width < 768px) {
    z-index: 1;
  }
  @media (width < 768px) {
    display: block;
  }
  @media (width < 768px) {
    height: 10px;
  }
  @media (width < 768px) {
    width: 10px;
  }
  @media (width < 768px) {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.step-num--icon {
  @media (width < 768px) {
    display: block;
  }
  @media (width < 768px) {
    min-height: 48px;
  }
}
.step-num--icon .step-icon {
  @media (width < 768px) {
    position: static;
  }
  @media (width < 768px) {
    margin-inline: auto;
  }
  @media (width < 768px) {
    height: 48px;
  }
  @media (width < 768px) {
    width: 48px;
  }
  @media (width < 768px) {
    border-radius: 12px;
  }
  @media (width < 768px) {
    display: flex;
  }
  @media (width < 768px) {
    align-items: center;
  }
  @media (width < 768px) {
    justify-content: center;
  }
  @media (width < 768px) {
    &::before {
      content: var(--tw-content);
      inset: 6px;
    }
  }
  @media (width < 768px) {
    &::before {
      content: var(--tw-content);
      border-radius: 8px;
    }
  }
}
.steps__numbers .step-num:nth-child(2) {
  @media (width < 768px) {
    order: 1;
  }
}
.steps__numbers .step-num:nth-child(3) {
  @media (width < 768px) {
    order: 3;
  }
}
.steps__numbers .step-num:nth-child(4) {
  @media (width < 768px) {
    order: 5;
  }
}
.steps__numbers .step-num:nth-child(5) {
  @media (width < 768px) {
    order: 7;
  }
}
.steps__descriptions .step-desc:nth-child(1) {
  @media (width < 768px) {
    order: 2;
  }
}
.steps__descriptions .step-desc:nth-child(2) {
  @media (width < 768px) {
    order: 4;
  }
}
.steps__descriptions .step-desc:nth-child(3) {
  @media (width < 768px) {
    order: 6;
  }
}
.steps__descriptions .step-desc:nth-child(4) {
  @media (width < 768px) {
    order: 8;
  }
}
.step-desc {
  @media (width < 768px) {
    align-items: flex-start;
  }
  @media (width < 768px) {
    gap: 8px;
  }
  @media (width < 768px) {
    padding-bottom: 24px;
  }
  @media (width < 768px) {
    text-align: left;
  }
}
.step-desc p {
  @media (width < 768px) {
    max-width: none;
  }
}
.section.section--map {
  margin-bottom: 80px;
}
.map-card {
  position: relative;
  border-radius: 24px;
  background-color: var(--color-bg-25);
  min-height: 244px;
}
.map-card__deco {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 24px;
  pointer-events: none;
  z-index: 0;
}
.map-card__deco::after {
  content: "";
  position: absolute;
  right: -167px;
  top: -121px;
  width: 300px;
  height: 200px;
  background: var(--seledyn-500);
  transform: rotate(45deg);
  border-radius: 12px;
}
.map-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  max-width: 700px;
}
.map-card__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.map-card__text h2 {
  font-size: 32px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -1px;
  letter-spacing: -1px;
}
.map-card__text p {
  font-size: 16px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.map-card__content .btn {
  align-self: flex-start;
  padding-right: 12px;
}
.map-card__graphic {
  position: absolute;
  top: calc(60px * -1);
  right: 113px;
  height: auto;
  width: 437px;
  z-index: 1;
}
.map-card__img {
  display: block;
  height: auto;
  width: 100%;
}
.hexmap {
  position: absolute;
  inset: 0;
  background: radial-gradient( circle at 30% 40%, rgba(99, 198, 191, 0.45), transparent 55% ), radial-gradient(circle at 65% 60%, rgba(0, 130, 133, 0.3), transparent 55%);
  -webkit-mask: repeating-radial-gradient( circle at center, #000 0 2px, transparent 2px 26px );
  opacity: 0.9;
}
.map-card__graphic .pin {
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: var(--color-white);
  color: var(--color-black);
  font-size: 13px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  padding-inline: 11px;
  padding-block: 4px;
  border-radius: calc(infinity * 1px);
  white-space: nowrap;
  --tw-shadow: 0 4px 12px var(--tw-shadow-color, rgba(0,0,0,0.08));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.map-card__content {
  @media (width < 64rem) {
    max-width: 100%;
  }
}
.map-card__graphic {
  @media (width < 768px) {
    display: none;
  }
  @media (width < 64rem) {
    right: -40px;
  }
  @media (width < 64rem) {
    opacity: 0.35;
  }
}
.benefits {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: var(--color-seledyn-600);
  margin-bottom: 80px;
  border-radius: 24px;
  padding: 40px;
  overflow: hidden;
}
.benefits::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/themes/mojedoladowania/assets/bg-korzysci.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: multiply, normal;
  pointer-events: none;
}
.benefits::after {
  content: "";
  position: absolute;
  right: -172px;
  top: -160px;
  width: 460px;
  height: 260px;
  background: var(--seledyn-500);
  transform: rotate(45deg);
  border-radius: 24px;
  pointer-events: none;
}
.benefits__title {
  position: relative;
  z-index: 1;
  font-size: 48px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -1px;
  letter-spacing: -1px;
  color: var(--color-white);
}
.benefits__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}
.benefit {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.benefit__icon {
  position: relative;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: none;
}
.benefit__icon svg {
  position: relative;
  z-index: 1;
  display: block;
}
.benefit__icon-img {
  display: block;
  height: 80px;
  width: 80px;
  object-fit: contain;
}
.benefit__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--color-white);
}
.benefit__text h3 {
  font-size: 20px;
  --tw-leading: 1.4;
  line-height: 1.4;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.2px;
  letter-spacing: -0.2px;
}
.benefit__text p {
  font-size: 16px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.benefits__btn {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  padding-right: 12px;
}
.benefits__grid {
  @media (width < 768px) {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  @media (width < 768px) {
    gap: 32px;
  }
  @media (width < 64rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.benefits {
  @media (width < 768px) {
    padding: 24px;
  }
}
.benefits__title {
  @media (width < 768px) {
    font-size: 34px;
  }
}
.benefit {
  @media (width < 768px) {
    flex-direction: row;
  }
  @media (width < 768px) {
    align-items: flex-start;
  }
  @media (width < 768px) {
    justify-content: space-between;
  }
  @media (width < 768px) {
    gap: 16px;
  }
}
.benefit__text {
  @media (width < 768px) {
    order: 1;
  }
  @media (width < 768px) {
    flex: 1 1 auto;
  }
}
.benefit__icon {
  @media (width < 768px) {
    order: 2;
  }
  @media (width < 768px) {
    height: 64px;
  }
  @media (width < 768px) {
    width: 64px;
  }
  @media (width < 768px) {
    flex: none;
  }
  @media (width < 768px) {
    justify-content: center;
  }
}
.benefit__icon svg, .benefit__icon-img {
  @media (width < 768px) {
    height: 64px;
  }
  @media (width < 768px) {
    width: 64px;
  }
}
.section--blog {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  @media (width < 768px) {
    flex-direction: column;
  }
  @media (width < 768px) {
    align-items: flex-start;
  }
  @media (width < 768px) {
    gap: 24px;
  }
}
.blog__title {
  font-size: 32px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -1px;
  letter-spacing: -1px;
  @media (width < 768px) {
    font-size: 24px;
  }
}
.blog__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-black);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.blog__all:hover {
  color: var(--color-seledyn-500);
}
.blog__grid {
  margin-bottom: 120px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.blog-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-card__img {
  position: relative;
  height: 240px;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--bg-100), var(--bg-50));
}
.blog-card__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.badge {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background-color: var(--color-seledyn-strong);
  color: var(--color-white);
  font-size: 14px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  padding-inline: 8px;
  padding-block: 4px;
  border-radius: 24px;
}
.blog-card__title {
  font-size: 20px;
  --tw-leading: 1.4;
  line-height: 1.4;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.2px;
  letter-spacing: -0.2px;
  overflow: hidden;
  min-height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.author__avatar {
  height: 32px;
  width: 32px;
  border-radius: calc(infinity * 1px);
  flex: none;
  background: linear-gradient(135deg, var(--seledyn-300), var(--seledyn-500));
}
.author__meta {
  display: flex;
  flex-direction: column;
}
.author__name {
  font-size: 12px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-black);
}
.author__sub {
  font-size: 12px;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-grey-600);
  display: inline-flex;
  gap: 4px;
}
.author__sub i {
  font-style: normal;
}
.blog__grid {
  @media (width < 768px) {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  @media (width < 64rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.blog-card:last-child {
  @media (width < 64rem) {
    grid-column: span 2 / span 2;
  }
  @media (width < 64rem) {
    max-width: 50%;
  }
  @media (width < 768px) {
    grid-column: auto !important;
  }
  @media (width < 768px) {
    max-width: none !important;
  }
}
.section--faq {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 80px;
  padding-bottom: 40px;
}
.faq__title {
  font-size: 24px;
  --tw-leading: 1.4;
  line-height: 1.4;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.24px;
  letter-spacing: -0.24px;
}
.faq__cols {
  display: flex;
  gap: 64px;
}
.faq__col {
  min-width: 0;
  flex: 1 1 0;
}
.faq__col p {
  font-size: 14px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  margin-bottom: 12px;
}
.faq__col p:last-child {
  margin-bottom: 0;
}
.faq__cols {
  @media (width < 768px) {
    flex-direction: column;
  }
  @media (width < 768px) {
    gap: 24px;
  }
}
.page-op.op-tauron {
  --brand: #e2007a;
}
.page-op.op-enea {
  --brand: #003087;
}
.page-op.op-pge {
  --brand: #1a7466;
}
.page-op.op-energa {
  --brand: #d81e04;
}
.page-op.op-eon {
  --brand: #ea1b0a;
}
.op-hero {
  position: relative;
  overflow: hidden;
  background: var(--brand);
}
.op-hero__video {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.op-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( 90deg, var(--brand), var(--brand) );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 90deg, color-mix(in srgb, var(--brand) 92%, transparent), color-mix(in srgb, var(--brand) 55%, transparent) );
  }
  z-index: 1;
  pointer-events: none;
}
.op-hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin-inline: auto;
  min-height: 299px;
  padding: 40px var(--content-pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--sp-8);
}
.breadcrumb {
  position: absolute;
  top: 12px;
  left: var(--content-pad);
  display: flex;
  align-items: center;
  gap: var(--sp-8);
  font-size: 12px;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-white);
}
.breadcrumb a {
  text-decoration-line: underline;
}
.breadcrumb a:hover {
  opacity: 85%;
}
.breadcrumb__sep {
  opacity: 80%;
}
.op-hero__title {
  font-size: 40px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.4px;
  letter-spacing: -0.4px;
  color: var(--color-white);
  max-width: 629px;
}
.op-hero__subtitle {
  font-size: 18px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  max-width: 629px;
}
.op-hero__logo {
  position: absolute;
  top: calc(1 / 2 * 100%);
  right: var(--content-pad);
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  height: auto;
  width: auto;
  max-height: 64px;
  max-width: 320px;
  object-fit: contain;
}
.op-hero__logo--txt {
  font-size: 40px;
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  --tw-tracking: 0.04em;
  letter-spacing: 0.04em;
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
}
.amount-tile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-50);
  background-color: var(--color-white);
  border-radius: 16px;
  padding-inline: 24px;
  padding-block: 16px;
  min-height: 90px;
  --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, rgba(0,0,0,0.04)));
  --tw-drop-shadow: var(--tw-drop-shadow-size);
  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: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.amount-tile:hover {
  --tw-translate-y: calc(2px * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border-color: var(--brand);
}
.amount-tile .chevron {
  flex: none;
  color: var(--color-grey-600);
}
.amount {
  display: inline-flex;
  align-items: flex-end;
  gap: 6px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.48px;
  letter-spacing: -0.48px;
}
.amount b {
  font-size: 48px;
  --tw-leading: 1.2;
  line-height: 1.2;
  color: var(--color-black);
}
.amount i {
  font-size: 32px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-tracking: -0.32px;
  letter-spacing: -0.32px;
  font-style: normal;
  color: var(--brand);
}
.amount-tile--featured .amount b {
  color: var(--brand);
}
.amount-tile--featured {
  overflow: hidden;
}
.amount-tile--featured .corner {
  position: absolute;
  right: -28px;
  top: -28px;
  width: 56px;
  height: 56px;
  background: var(--brand);
  transform: rotate(45deg);
}
.amount-tile--featured .chevron {
  color: var(--brand);
}
.section--featured, .section--amounts, .section--custom {
  margin-top: 40px;
}
.featured {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-50);
  background-color: var(--color-white);
  border-radius: var(--radius-card);
  padding: 32px;
  --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, rgba(0,0,0,0.04)));
  --tw-drop-shadow: var(--tw-drop-shadow-size);
  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,);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.featured__head {
  display: flex;
  align-items: center;
  gap: var(--sp-12);
}
.featured__head .star {
  color: var(--brand);
  flex: none;
}
.featured__head h2 {
  font-size: 24px;
  --tw-leading: 1.4;
  line-height: 1.4;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.24px;
  letter-spacing: -0.24px;
}
.featured__grid {
  display: flex;
  gap: var(--sp-16);
}
.featured__grid .amount-tile {
  min-width: 0;
  flex: 1 1 0;
}
.section--amounts {
  display: flex;
  flex-direction: column;
  gap: var(--sp-40);
}
.amounts__title {
  font-size: 24px;
  --tw-leading: 1.4;
  line-height: 1.4;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.24px;
  letter-spacing: -0.24px;
}
.amounts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--sp-16);
}
.section--custom {
  display: flex;
  justify-content: center;
}
.custom-card {
  width: 100%;
  max-width: 600px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-100);
  border-radius: var(--radius-card);
  padding-inline: 64px;
  padding-block: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.custom-card__head {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: var(--sp-8);
}
.custom-card__head h2 {
  font-size: 40px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.4px;
  letter-spacing: -0.4px;
  color: var(--brand);
}
.custom-card__head p {
  font-size: 16px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.field {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: var(--sp-8);
}
.field label {
  font-size: 16px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.field__input {
  background-color: var(--color-bg-25);
  border-radius: var(--sp-8);
  padding: 12px;
}
.field__input input {
  width: 100%;
  --tw-border-style: none;
  border-style: none;
  background-image: none;
  --tw-outline-style: none;
  outline-style: none;
  color: var(--color-black);
  font: inherit;
  font-size: 16px;
}
.field__input input::placeholder {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-grey-600);
}
.btn--brand {
  background: var(--brand);
  color: var(--color-white);
}
.btn--brand:hover {
  background: #c70069;
}
.btn--brand:disabled {
  cursor: not-allowed;
  opacity: 35%;
}
.custom-card__btn {
  padding-right: 12px;
}
.banner--op {
  background: var(--brand);
  overflow: visible;
}
.banner--op::after {
  display: none;
}
.banner--op .banner__deco {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 24px;
  pointer-events: none;
  z-index: 0;
}
.banner--op .banner__deco::after {
  content: "";
  position: absolute;
  right: -207px;
  top: -141px;
  width: 414px;
  height: 320px;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(45deg);
  border-radius: 24px;
}
.banner--op .banner__badge {
  background-color: var(--color-white);
  color: var(--brand);
}
.banner--op .banner__btn {
  color: var(--brand);
}
.banner__cta-row--split {
  justify-content: space-between;
  gap: var(--sp-24);
}
.banner__cta-row--split .banner__text {
  flex: 0 1 440px;
}
.banner__woman {
  position: absolute;
  right: 240px;
  bottom: 0;
  height: 280px;
  width: auto;
  max-height: none;
  pointer-events: none;
  z-index: 2;
}
.grad-op {
  background: linear-gradient( 90deg, var(--brand), var(--brand) );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 90deg, color-mix(in srgb, var(--brand) 60%, #000), var(--brand) );
  }
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.page-op .step-num .dot {
  background: var(--brand);
}
.page-op .t-strong {
  color: var(--brand);
}
.page-op .step-icon::before {
  background-color: var(--color-bg-50);
}
.page-op .step-icon {
  color: var(--brand);
}
.featured__grid {
  @media (width < 768px) {
    flex-direction: column;
  }
  @media (width < 64rem) {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .featured__grid .amount-tile {
    flex: 1 1 calc(50% - var(--sp-16));
  }
}
.amounts__grid {
  @media (width < 768px) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  @media (width < 64rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.banner__woman {
  @media (width < 64rem) {
    display: none;
  }
}
.banner__cta-row--split .banner__text {
  @media (width < 768px) {
    flex: 0 auto;
  }
}
.op-hero__title {
  @media (width < 768px) {
    font-size: 30px;
  }
}
.op-hero__logo {
  @media (width < 768px) {
    max-height: 48px;
  }
  @media (width < 768px) {
    max-width: 200px;
  }
}
.op-hero__inner {
  @media (width < 768px) {
    min-height: 220px;
  }
  @media (width < 768px) {
    padding-top: 48px;
  }
}
.featured {
  @media (width < 768px) {
    padding: 24px;
  }
}
.featured__grid .amount-tile {
  @media (width < 768px) {
    flex: 1 1 auto;
  }
}
.custom-card {
  @media (width < 768px) {
    padding: 24px;
  }
}
.amount b {
  @media (width < 768px) {
    font-size: 40px;
  }
}
.amount i {
  @media (width < 768px) {
    font-size: 28px;
  }
}
.page-head {
  padding-top: 24px;
  padding-bottom: 8px;
}
.breadcrumb--dark {
  position: static;
  color: var(--color-black);
  padding-inline: 0;
  padding-block: 8px;
}
.breadcrumb--dark a {
  text-decoration-line: underline;
}
.breadcrumb--dark a:hover {
  color: var(--color-seledyn-500);
}
.page-title {
  font-size: 40px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.4px;
  letter-spacing: -0.4px;
  padding-inline: 0;
  padding-block: 16px;
}
.container {
  margin-inline: auto;
  width: 100%;
  max-width: var(--max-w);
  padding: 0;
  padding-right: var(--content-pad);
  padding-left: var(--content-pad);
}
.blog-list {
  padding-top: 32px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.blog-list__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-24);
  flex-wrap: wrap;
}
.blog-list__head .page-title {
  padding: 0;
}
.search {
  display: flex;
  align-items: center;
  gap: var(--sp-8);
  background-color: var(--color-bg-25);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-50);
  border-radius: calc(infinity * 1px);
  padding-inline: 16px;
  padding-block: 12px;
  width: 416px;
  max-width: 100%;
}
.search__icon {
  color: var(--color-grey-600);
  flex: 0 0 auto;
}
.search input {
  min-width: 0;
  flex: 1 1 0;
  --tw-border-style: none;
  border-style: none;
  background-image: none;
  --tw-outline-style: none;
  outline-style: none;
  font-family: inherit;
  font-size: 16px;
}
.search input::placeholder {
  color: var(--color-grey-600);
}
.blog-list__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-16);
  flex-wrap: wrap;
}
.chips {
  display: flex;
  gap: var(--sp-12);
  flex-wrap: wrap;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-inline: 16px;
  padding-block: 8px;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-100);
  font-size: 14px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-grey-600);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.chip:hover {
  border-color: var(--seledyn-300);
  color: var(--color-seledyn-500);
}
.chip--active {
  background-color: var(--color-seledyn-strong);
  border-color: var(--seledyn-strong);
  color: var(--color-white);
}
.sort {
  position: relative;
  display: inline-block;
}
.sort__toggle {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-8);
  cursor: pointer;
  --tw-border-style: none;
  border-style: none;
  background-image: none;
  font-family: inherit;
  font-size: 14px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-grey-600);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.sort__toggle:hover {
  color: var(--color-seledyn-500);
}
.sort__toggle svg {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.sort.is-open .sort__toggle svg {
  rotate: 180deg;
}
.sort__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 20;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 6px;
  list-style-type: none;
  background-color: var(--color-white);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-card-border);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgb(0 0 0 / 0.1);
  visibility: hidden;
  opacity: 0%;
  --tw-translate-y: -4px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.sort.is-open .sort__menu {
  visibility: visible;
  --tw-translate-y: 0;
  translate: var(--tw-translate-x) var(--tw-translate-y);
  opacity: 100%;
}
.sort__item {
  display: block;
  padding-inline: 12px;
  padding-block: 10px;
  border-radius: 8px;
  font-size: 14px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-grey-600);
  text-decoration-line: none;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.sort__item:hover {
  background-color: var(--color-bg-25);
  color: var(--color-seledyn-500);
}
.sort__item--active {
  background-color: var(--color-seledyn-strong);
  color: var(--color-white);
}
.sort__item--active:hover {
  background-color: var(--color-seledyn-strong);
  color: var(--color-white);
}
.blog__grid--list {
  row-gap: 48px;
}
.blog-card__img {
  display: block;
}
.blog-card__title a {
  color: inherit;
}
.blog-card__title a:hover {
  color: var(--color-seledyn-500);
}
.pagination {
  margin-top: 48px;
}
.pagination .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 40px;
  padding-inline: 10px;
  border-radius: calc(infinity * 1px);
  font-size: 15px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-grey-600);
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
a.page-numbers:hover {
  background-color: var(--color-bg-25);
  color: var(--color-seledyn-500);
}
.pagination .page-numbers.current {
  background-color: var(--color-seledyn-strong);
  color: var(--color-white);
}
.pagination .page-numbers.dots {
  min-width: 24px;
  padding-inline: 4px;
  color: var(--color-grey-600);
  pointer-events: none;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  color: var(--color-seledyn-strong);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-card-border);
}
.pagination .page-arrow {
  display: block;
}
a.page-numbers.prev:hover, a.page-numbers.next:hover {
  border-color: var(--color-seledyn-strong);
  background-color: var(--color-white);
  color: var(--color-seledyn-strong);
  --tw-translate-y: -1px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.06);
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-seledyn-500);
  padding-inline: 0;
  padding-block: 8px;
}
.back-link:hover {
  color: var(--color-seledyn-600);
}
.article {
  max-width: 880px;
  padding-top: 16px;
  padding-bottom: 48px;
}
.article__head {
  display: flex;
  flex-direction: column;
  gap: var(--sp-24);
  margin-bottom: 32px;
}
.article__title {
  font-size: 40px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.4px;
  letter-spacing: -0.4px;
}
.author--lg .author__avatar {
  height: 40px;
  width: 40px;
}
.author--lg .author__name {
  font-size: 14px;
}
.author--lg .author__sub {
  font-size: 14px;
}
.article__hero {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 32px;
  background: linear-gradient(135deg, var(--bg-100), var(--bg-50));
  aspect-ratio: 16/7;
}
.article__hero img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.article__body {
  display: block;
}
.article__body :is(h1, h2, h3, h4, h5, h6, p) {
  margin: 24px 0;
}
.article__body p.toc__title {
  margin: 0 !important;
}
.article__body p {
  font-size: 16px;
  --tw-leading: 1.7;
  line-height: 1.7;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  --tw-tracking: -0.16px;
  letter-spacing: -0.16px;
}
.article__body h2 {
  font-size: 24px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.24px;
  letter-spacing: -0.24px;
}
.article__body h3 {
  font-size: 20px;
  --tw-leading: 1.4;
  line-height: 1.4;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.2px;
  letter-spacing: -0.2px;
}
.article__body :is(h2, h3) {
  scroll-margin-top: 96px;
}
.toc {
  border-radius: 16px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-50);
  background-color: var(--color-bg-25);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 12px;
}
.toc__title {
  font-size: 18px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  margin: 0;
}
.toc__list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  list-style: none;
  counter-reset: toc;
}
.toc__sublist {
  margin-top: 8px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  list-style: none;
  counter-reset: toc;
}
.toc__item, .toc__subitem {
  counter-increment: toc;
}
.toc__link {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 16px;
  --tw-leading: 1.4;
  line-height: 1.4;
  color: var(--color-black);
  text-decoration-line: none;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.toc__link::before {
  content: counters(toc, ".") ".";
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-seledyn-500);
  flex: none;
}
.toc__subitem .toc__link {
  font-size: 15px;
  color: var(--color-grey-600);
}
.toc__link:hover {
  color: var(--color-seledyn-500);
}
.article__table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 8px;
  font-size: 15px;
}
.article__table th, .article__table td {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-100);
  padding-inline: 16px;
  padding-block: 12px;
  text-align: left;
}
.article__table th {
  background-color: var(--color-bg-25);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.article__figs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-block: 8px;
}
.article__figs figure {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.article__figs img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--bg-100), var(--bg-50));
}
.article__figs figcaption {
  font-size: 12px;
  color: var(--color-grey-600);
}
.blog__grid--list {
  @media (width < 768px) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.search {
  @media (width < 768px) {
    width: 100%;
  }
}
.article__title {
  @media (width < 768px) {
    font-size: 30px;
  }
}
.article__figs {
  @media (width < 768px) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.article__figs img {
  @media (width < 768px) {
    height: 220px;
  }
}
.legal {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: 176px;
  padding-top: 40px;
  padding-bottom: 80px;
}
.legal__title {
  font-size: 40px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.4px;
  letter-spacing: -0.4px;
  padding-inline: 0;
  padding-block: 16px;
}
.legal__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1088px;
}
.legal__sec {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.legal__h {
  font-size: 24px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.24px;
  letter-spacing: -0.24px;
}
.legal__p {
  font-size: 16px;
  --tw-leading: 1.7;
  line-height: 1.7;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  --tw-tracking: -0.16px;
  letter-spacing: -0.16px;
}
.legal__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 24px;
}
.legal__list li {
  list-style-type: disc;
  margin-left: 24px;
  font-size: 16px;
  --tw-leading: 1.7;
  line-height: 1.7;
  --tw-tracking: -0.16px;
  letter-spacing: -0.16px;
}
.legal {
  @media (width < 64rem) {
    padding-inline: 64px;
  }
  @media (width < 64rem) {
    padding-top: 32px;
  }
  @media (width < 64rem) {
    padding-bottom: 64px;
  }
  @media (width < 600px) {
    padding-top: 24px;
  }
  @media (width < 600px) {
    padding-bottom: 48px;
  }
  @media (width < 600px) {
    padding-inline: var(--content-pad);
  }
}
.legal__title {
  @media (width < 600px) {
    font-size: 30px;
  }
}
.contact {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: var(--sp-48);
  padding-top: 32px;
  padding-bottom: 32px;
}
.contact__info {
  display: flex;
  gap: var(--sp-48);
  flex: 0 1 640px;
  padding-top: 16px;
}
.contact__col {
  min-width: 0;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: var(--sp-48);
}
.contact__group {
  display: flex;
  flex-direction: column;
  gap: var(--sp-8);
}
.contact__label {
  font-size: 16px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.contact__h {
  font-size: 24px;
  --tw-leading: 1.4;
  line-height: 1.4;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.24px;
  letter-spacing: -0.24px;
}
.contact__link {
  text-decoration-line: underline;
}
.contact__link:hover {
  color: var(--color-seledyn-500);
}
.contact__addr {
  font-size: 14px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.contact__note {
  font-size: 14px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.contact__media {
  width: 482px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__img {
  height: auto;
  max-width: 100%;
  filter: blur(3px);
}
.contact__bolt {
  display: none;
  align-items: center;
  justify-content: center;
}
.contact {
  @media (width < 900px) {
    flex-direction: column;
  }
  @media (width < 900px) {
    gap: var(--sp-40);
  }
}
.contact__media {
  @media (width < 900px) {
    width: 100%;
  }
}
.contact__img {
  @media (width < 900px) {
    max-height: 280px;
  }
}
.contact__bolt svg {
  @media (width < 900px) {
    max-height: 280px;
  }
}
.contact__info {
  @media (width < 600px) {
    flex-direction: column;
  }
  @media (width < 600px) {
    gap: var(--sp-40);
  }
}
.page-title {
  @media (width < 600px) {
    font-size: 32px;
  }
}
.panel {
  padding-top: 32px;
  padding-bottom: 64px;
}
.panel__inner {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  max-width: 1088px;
}
.panel-side {
  position: sticky;
  top: 88px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 304px;
}
.panel-menu {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-100);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: var(--color-white);
}
.menu-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-inline: 10px;
  padding-block: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-100);
  border-radius: 8px;
  font-size: 14px;
  color: var(--color-black);
  background-color: var(--color-white);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.menu-tab svg {
  height: 24px;
  width: 24px;
  color: var(--color-grey-600);
  flex: 0 0 auto;
}
.menu-tab:hover {
  border-color: var(--seledyn-300);
}
body[data-panel="dane"] .menu-tab--dane, body[data-panel="doladowania"] .menu-tab--doladowania, body[data-panel="adresy"] .menu-tab--adresy, body[data-panel="komunikacja"] .menu-tab--komunikacja {
  border-color: var(--color-seledyn-strong);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-seledyn-strong);
}
body[data-panel="dane"] .menu-tab--dane svg, body[data-panel="doladowania"] .menu-tab--doladowania svg, body[data-panel="adresy"] .menu-tab--adresy svg, body[data-panel="komunikacja"] .menu-tab--komunikacja svg {
  color: var(--color-seledyn-strong);
}
.menu-tab.is-active {
  border-color: var(--color-seledyn-strong);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-seledyn-strong);
}
.menu-tab.is-active svg {
  color: var(--color-seledyn-strong);
}
.orders-empty {
  font-size: 16px;
  color: var(--color-grey-600);
}
.page-content--panel {
  width: 100%;
}
.panel-logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-seledyn-strong);
  color: var(--color-seledyn-strong);
  background-color: var(--color-white);
  border-radius: calc(infinity * 1px);
  padding-inline: 16px;
  padding-block: 8px;
  font-size: 16px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.panel-logout:hover {
  background-color: var(--color-seledyn-strong);
  color: var(--color-white);
}
.panel-content {
  min-width: 0;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.panel-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.panel-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.panel-section__head h2 {
  font-size: 24px;
  --tw-leading: 1.4;
  line-height: 1.4;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.24px;
  letter-spacing: -0.24px;
}
.panel-edit {
  cursor: pointer;
  --tw-border-style: none;
  border-style: none;
  background-image: none;
  color: var(--color-grey-600);
  display: inline-flex;
  padding: 2px;
}
.panel-edit:hover {
  color: var(--color-seledyn-500);
}
.field-view {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field-view > label {
  font-size: 16px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.field-box {
  background-color: var(--color-bg-25);
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
}
.field-box input {
  --tw-border-style: none;
  border-style: none;
  background-image: none;
  --tw-outline-style: none;
  outline-style: none;
  width: 100%;
  font-size: 16px;
  color: var(--color-black);
  font: inherit;
}
.field-box input:disabled {
  color: var(--color-black);
  opacity: 100%;
  -webkit-text-fill-color: var(--black);
}
.field-box .eye {
  color: var(--color-grey-600);
  flex: 0 0 auto;
  cursor: pointer;
}
.panel-divider {
  height: 1px;
  width: 100%;
  background: var(--bg-50);
}
.panel-actions {
  display: flex;
  gap: 12px;
}
.btn--ghost {
  background-color: var(--color-white);
  color: var(--color-black);
  border-color: var(--bg-100);
}
.btn--ghost:hover {
  border-color: var(--seledyn-300);
}
.is-hidden {
  display: none !important;
}
.orders {
  display: flex;
  flex-direction: column;
}
.orders__head, .order-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 110px 130px 110px auto;
  align-items: center;
  gap: 20px;
}
.orders__head {
  padding-inline: 0;
  padding-top: 0;
  padding-bottom: 12px;
  font-size: 14px;
  color: var(--color-grey-600);
}
.order-row {
  padding-inline: 0;
  padding-block: 16px;
  border-top: 1px solid var(--bg-50);
}
.order-tile {
  height: 48px;
  width: 64px;
  border-radius: 8px;
  display: grid;
  place-items: center;
}
.order-tile--tauron {
  background-color: #e2007a;
}
.order-name {
  font-size: 16px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.order-price {
  font-size: 16px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.order-date {
  font-size: 14px;
  color: var(--color-grey-600);
}
.status {
  font-size: 14px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.status--ok {
  color: var(--color-seledyn-500);
}
.status--pending {
  color: #c77700;
}
.status--wait {
  color: var(--color-grey-600);
}
.btn--sm {
  padding-inline: 16px;
  padding-block: 6px;
  font-size: 14px;
}
.order-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding-inline: 0;
  padding-block: 16px;
  border-top: 1px solid var(--bg-50);
  border-bottom: 1px solid var(--bg-50);
}
.order-summary div span {
  display: block;
}
.order-summary .k {
  font-size: 13px;
  color: var(--color-grey-600);
  margin-bottom: 4px;
}
.order-summary .v {
  font-size: 16px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.order-card {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-100);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.order-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.order-card__top .order-name {
  display: flex;
  align-items: center;
  gap: 16px;
}
.spec {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.spec__row {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  gap: 16px;
}
.spec__row .lbl {
  color: var(--color-grey-600);
}
.spec__note {
  font-size: 13px;
  --tw-leading: 1.5;
  line-height: 1.5;
  color: var(--color-grey-600);
}
.order-total {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  padding-top: 12px;
  border-top: 1px solid var(--bg-50);
}
.order-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background-color: var(--color-bg-25);
  border-radius: 12px;
  padding-inline: 24px;
  padding-block: 20px;
}
.order-code__label {
  font-size: 16px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.order-code__value {
  font-size: 28px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: 2px;
  letter-spacing: 2px;
  color: var(--color-seledyn-500);
}
.addr-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.addr-card {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-100);
  border-radius: 12px;
  padding-inline: 24px;
  padding-block: 20px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.addr-card__label {
  font-size: 13px;
  color: var(--color-grey-600);
  margin-bottom: 10px;
}
.addr-card__lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 15px;
  --tw-leading: 1.5;
  line-height: 1.5;
}
.addr-card__lines b {
  font-size: 16px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.addr-card__actions {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--color-grey-600);
}
.addr-card__actions button {
  cursor: pointer;
  --tw-border-style: none;
  border-style: none;
  background-image: none;
  color: inherit;
  padding: 2px;
}
.addr-card__actions button:hover {
  color: var(--color-seledyn-500);
}
.comm {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 620px;
}
.comm__lead {
  font-size: 24px;
  --tw-leading: 1.4;
  line-height: 1.4;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.24px;
  letter-spacing: -0.24px;
}
.comm__sub {
  font-size: 16px;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.comm__opt {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}
.comm__opt input {
  height: 20px;
  width: 20px;
  accent-color: var(--seledyn-strong);
}
.panel__inner {
  @media (width < 900px) {
    flex-direction: column;
  }
  @media (width < 900px) {
    gap: 32px;
  }
}
.panel-side {
  @media (width < 900px) {
    position: static;
  }
  @media (width < 900px) {
    width: 100%;
  }
  @media (width < 900px) {
    flex: 1 1 auto;
  }
}
.panel-menu {
  @media (width < 900px) {
    width: 100%;
  }
}
.orders__head {
  @media (width < 900px) {
    display: none;
  }
}
@media (max-width: 900px) {
  .order-row {
    grid-template-columns: 48px 1fr auto;
    grid-row-gap: 4px;
  }
  .order-row .order-date, .order-row .status {
    grid-column: 2;
  }
}
.order-summary {
  @media (width < 900px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.order-code__value {
  @media (width < 900px) {
    font-size: 22px;
  }
}
.page-content--account {
  min-height: calc(100vh - 72px);
  display: grid;
  place-items: center;
  grid-template-columns: minmax(0, 1fr);
  padding-inline: 24px;
  padding-block: 48px;
}
.page-content--account .entry-content, .page-content--account .woocommerce {
  width: 100%;
}
.page-content--account .woocommerce {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.auth {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-24);
  width: 480px;
  max-width: 100%;
}
.auth__box {
  width: 100%;
  background-color: var(--color-white);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-100);
  border-radius: 16px;
  padding: var(--sp-24);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.auth__title {
  margin: 0;
  font-size: 32px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.32px;
  letter-spacing: -0.32px;
  color: var(--color-black);
}
.auth__form {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.auth__fields {
  display: flex;
  flex-direction: column;
  gap: var(--sp-16);
}
.auth__field {
  display: flex;
  flex-direction: column;
  gap: var(--sp-8);
}
.auth__label {
  font-size: 16px;
  color: var(--color-black);
}
.auth__input {
  height: 48px;
  width: 100%;
  background-color: var(--color-bg-25);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: transparent;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-family: inherit;
  color: var(--color-black);
}
.auth__input:focus {
  --tw-outline-style: none;
  outline-style: none;
  border-color: var(--seledyn-300);
  background: var(--white);
}
.auth__submit {
  width: 100%;
  padding-inline: 24px;
  padding-block: 12px;
  font-size: 16px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  font-family: inherit;
  color: var(--color-white);
  background-color: var(--color-seledyn-strong);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-seledyn-strong);
  border-radius: calc(infinity * 1px);
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
.auth__submit:hover {
  background-color: #0aa69c;
  box-shadow: 0 8px 20px rgba(12, 186, 175, 0.28);
}
.auth__divider {
  display: flex;
  align-items: center;
  gap: var(--sp-16);
}
.auth__divider::before, .auth__divider::after {
  content: "";
  flex: 1 0 0;
  height: 1px;
  background: var(--bg-100);
}
.auth__divider span {
  font-size: 16px;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-black);
}
.auth__social {
  display: flex;
  flex-direction: column;
  gap: var(--sp-16);
}
.auth__social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-12);
  background-color: var(--color-white);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-100);
  border-radius: calc(infinity * 1px);
  padding-inline: 24px;
  padding-block: 12px;
  font-size: 16px;
  color: var(--color-black);
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
.auth__social-btn:hover {
  background-color: var(--color-bg-25);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
.auth__social-btn svg {
  flex: 0 0 auto;
}
.auth__note {
  margin: 0;
  font-size: 12px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  text-align: center;
  color: var(--color-black);
}
.auth__register-q {
  margin: 0;
  font-size: 16px;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-black);
}
.auth__register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 24px;
  padding-block: 12px;
  font-size: 16px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  background-color: var(--color-seledyn-strong);
  border-radius: calc(infinity * 1px);
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
.auth__register:hover {
  background-color: #0aa69c;
  box-shadow: 0 8px 20px rgba(12, 186, 175, 0.28);
}
.page-content--account .woocommerce-error, .page-content--account .woocommerce-message, .page-content--account .woocommerce-info {
  list-style-type: none;
  margin-inline: 0;
  margin-top: 0;
  margin-bottom: 16px;
  padding-inline: 16px;
  padding-block: 12px;
  border-radius: 12px;
  font-size: 14px;
  background-color: var(--color-bg-25);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-100);
  color: var(--color-black);
}
.page-content--account .woocommerce-error {
  border-color: #e2007a;
}
.page-content--account {
  @media (width < 768px) {
    min-height: auto;
  }
  @media (width < 768px) {
    padding: 32px 16px;
  }
}
.auth__title {
  @media (width < 768px) {
    font-size: 26px;
  }
}
.navbar--checkout {
  position: static;
}
.navbar--checkout .navbar__inner {
  justify-content: flex-start;
}
.md-checkout-wrap {
  padding-inline: 0;
  padding-top: 40px;
  padding-bottom: 80px;
}
.md-checkout-wrap .container {
  max-width: 1120px;
}
.md-checkout #place_order, .md-checkout .woocommerce #payment #place_order, .md-checkout button.button, .md-checkout .button.alt {
  background-color: var(--color-seledyn-strong);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-seledyn-strong);
  color: var(--color-white);
  border-radius: calc(infinity * 1px);
  padding-inline: 28px;
  padding-block: 14px;
  font-size: 16px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
.md-checkout #place_order:hover, .md-checkout button.button:hover, .md-checkout .button.alt:hover {
  background-color: #0aa69c;
  box-shadow: 0 8px 20px rgba(12, 186, 175, 0.28);
}
.md-checkout #place_order {
  width: 100%;
}
.md-checkout-back {
  display: block;
  text-align: center;
  margin-top: 16px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-seledyn-500);
  text-decoration-line: underline;
}
.md-checkout-back:hover {
  color: var(--color-seledyn-strong);
}
.md-checkout .md-refund-note td {
  font-size: 13px;
  --tw-leading: 1.5;
  line-height: 1.5;
  color: var(--color-grey-600);
  padding-inline: 0;
  padding-block: 12px;
}
.md-checkout input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0 8px 0 0;
  border: 1.5px solid var(--bg-100);
  border-radius: 6px;
  background: var(--white);
  cursor: pointer;
  position: relative;
  vertical-align: -4px;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.md-checkout input[type="checkbox"]:checked {
  background: var(--seledyn-strong);
  border-color: var(--seledyn-strong);
}
.md-checkout input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.md-checkout .woocommerce-form__label-for-checkbox, .md-checkout .woocommerce-terms-and-conditions-wrapper label {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.md-checkout .woocommerce-checkout .col2-set, .md-checkout .woocommerce-checkout #order_review {
  margin-top: 8px;
}
.md-checkout .form-row {
  margin-bottom: 14px;
}
.md-checkout .woocommerce {
  margin-inline: auto;
  max-width: 1120px;
}
.md-checkout .woocommerce form.checkout {
  display: block;
}
.md-checkout .col2-set {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.md-checkout .col2-set .col-1, .md-checkout .col2-set .col-2 {
  flex: 1 1 0;
  min-width: 280px;
  float: none;
  width: auto;
}
.md-checkout h3, .md-checkout h2 {
  font-size: 22px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  margin-inline: 0;
  margin-top: 0;
  margin-bottom: 18px;
}
.md-checkout .form-row {
  margin-inline: 0;
  margin-top: 0;
  margin-bottom: 16px;
}
.md-checkout .form-row label {
  display: block;
  font-size: 14px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-black);
  margin-bottom: 6px;
}
.md-checkout .required {
  border-style: var(--tw-border-style);
  border-width: 0px;
  color: #e2007a;
}
.md-checkout .input-text, .md-checkout select, .md-checkout textarea {
  width: 100%;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-100);
  border-radius: 12px;
  padding-inline: 14px;
  padding-block: 12px;
  font-size: 15px;
  font-family: inherit;
  color: var(--color-black);
  background-color: var(--color-bg-25);
  transition: border-color 0.15s ease, background 0.15s ease;
}
.md-checkout .input-text:focus, .md-checkout select:focus, .md-checkout textarea:focus {
  border-color: var(--seledyn-strong);
  background: var(--white);
  --tw-outline-style: none;
  outline-style: none;
}
.md-checkout textarea {
  min-height: 96px;
  resize: vertical;
}
.md-checkout .select2-container--default .select2-selection--single {
  height: auto;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-100);
  border-radius: 12px;
  background-color: var(--color-bg-25);
  padding: 8px;
}
.md-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  --tw-leading: 1.4;
  line-height: 1.4;
  color: var(--color-black);
  padding-inline: 6px;
  padding-block: 0;
}
.md-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.md-checkout .select2-dropdown {
  border-color: var(--bg-100);
  border-radius: 12px;
}
.md-checkout .form-row-first {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.md-checkout .form-row-last {
  float: right;
  width: 48%;
}
.md-checkout .form-row-wide {
  clear: both;
}
.md-checkout .woocommerce-billing-fields__field-wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.md-checkout .shop_table {
  width: 100%;
  border-collapse: collapse;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-50);
  border-radius: 16px;
  overflow: hidden;
}
.md-checkout .shop_table th, .md-checkout .shop_table td {
  padding-inline: 16px;
  padding-block: 14px;
  text-align: left;
}
.md-checkout .shop_table thead th {
  background-color: var(--color-bg-25);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.md-checkout .shop_table tbody td, .md-checkout .shop_table tfoot td, .md-checkout .shop_table tfoot th {
  border-top: 1px solid var(--bg-50);
}
.md-checkout .order-total th, .md-checkout .order-total td {
  font-size: 18px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.md-checkout #payment {
  background-color: var(--color-bg-25);
  border-radius: 16px;
  padding-inline: 20px;
  padding-block: 8px;
  margin-top: 16px;
}
.md-checkout #payment ul.payment_methods {
  border-style: var(--tw-border-style);
  border-width: 0px;
  padding-inline: 0;
  padding-block: 12px;
}
.md-checkout #payment .place-order {
  padding-inline: 0;
  padding-block: 16px;
}
.md-co-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 48px;
  align-items: flex-start;
}
.md-co-main {
  min-width: 0;
}
.md-co-main #customer_details .col2-set {
  display: block;
}
.md-co-main #customer_details .col-1, .md-co-main #customer_details .col-2 {
  float: none;
  width: 100%;
}
.md-co-main h3 {
  font-size: 28px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  margin-inline: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.md-pay-title {
  font-size: 28px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  margin-inline: 0;
  margin-top: 28px;
  margin-bottom: 16px;
}
.md-checkout .md-sms {
  margin-top: 6px;
}
.md-checkout .wc_payment_methods {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.md-checkout .wc_payment_method {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-100);
  border-radius: 14px;
  padding-inline: 18px;
  padding-block: 14px;
}
.md-checkout .wc_payment_method > label {
  display: flex;
  align-items: center;
  gap: 12px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  margin: 0;
  cursor: pointer;
}
.md-checkout .wc_payment_method input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid var(--bg-100);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  flex: 0 0 22px;
}
.md-checkout .wc_payment_method input[type="radio"]:checked {
  border-color: var(--seledyn-strong);
}
.md-checkout .wc_payment_method input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--seledyn-strong);
}
.md-checkout .wc_payment_method:has(input:checked) {
  border-color: var(--seledyn-strong);
}
.md-checkout .payment_box {
  background-color: var(--color-bg-25);
  border-radius: 10px;
  padding-inline: 14px;
  padding-block: 12px;
  margin-top: 10px;
  font-size: 14px;
}
.md-co-aside #order_review_heading {
  font-size: 18px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  margin-inline: 0;
  margin-top: 0;
  margin-bottom: 16px;
}
.md-summary {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-bg-50);
  border-radius: 18px;
  padding-inline: 24px;
  padding-top: 4px;
  padding-bottom: 22px;
}
.md-summary__product {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-inline: 0;
  padding-block: 22px;
}
.md-summary__logo {
  height: 64px;
  width: 64px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background-color: var(--color-bg-25);
  overflow: hidden;
  flex: 0 0 64px;
}
.md-summary__logo img {
  max-height: 60%;
  max-width: 80%;
  object-fit: contain;
}
.md-summary__name {
  font-size: 17px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.md-summary__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-inline: 0;
  padding-block: 14px;
  border-top: 1px solid var(--bg-50);
}
.md-summary__k {
  color: var(--color-grey-600);
}
.md-summary__v {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.md-summary__row--amount .md-summary__v {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.md-summary__section {
  padding-inline: 0;
  padding-top: 14px;
  padding-bottom: 4px;
  border-top: 1px solid var(--bg-50);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.md-summary__note {
  font-size: 13px;
  --tw-leading: 1.5;
  line-height: 1.5;
  color: var(--color-grey-600);
  padding-inline: 0;
  padding-block: 12px;
  border-top: 1px solid var(--bg-50);
}
.md-summary__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-inline: 0;
  padding-top: 14px;
  padding-bottom: 2px;
  border-top: 1px solid var(--bg-50);
  font-size: 20px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.md-summary__fee {
  font-size: 13px;
  color: var(--color-grey-600);
}
@media (max-width: 900px) {
  .md-co-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.md-co-aside {
  @media (width < 900px) {
    order: -1;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-font-weight: initial;
      --tw-border-style: solid;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-content: "";
      --tw-ease: initial;
    }
  }
}
