/* POLISH PARTITION: about.css
   Owner: the "About / generic pages" page-Codex. Add ALL your CSS here, scoped under: .page-template-default.page
   This file loads AFTER cpd.css (it wins). Do NOT edit cpd.css or any other partial. */

.page-template-default.page {
  background: var(--paper);
  overflow-x: clip;
}

.page-template-default.page .site-header {
  box-shadow: 0 10px 28px rgba(18, 53, 31, 0.06);
}

.page-template-default.page chat-widget[data-active="false"] {
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  z-index: 99999999 !important;
  display: block !important;
  width: 98px !important;
  height: 82px !important;
  overflow: hidden !important;
  clip-path: inset(0) !important;
  transform: translateZ(0) !important;
}

.page-template-default.page .grecaptcha-badge {
  visibility: hidden !important;
  pointer-events: none !important;
}

.page-template-default.page section > .container {
  width: min(var(--max), calc(100% - 44px));
  max-width: none;
  padding: 24px 0 42px;
}

.page-template-default.page section > .container > .row {
  margin: 0;
}

.page-template-default.page section > .container > .row::before,
.page-template-default.page section > .container > .row::after {
  display: none;
}

.page-template-default.page .col-xs-12.p0 {
  float: none;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
}

.page-template-default.page .rank-math-breadcrumb {
  max-width: 1040px;
  margin: 0 auto 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.page-template-default.page .rank-math-breadcrumb p {
  margin: 0;
}

.page-template-default.page .rank-math-breadcrumb a {
  color: var(--green-650);
  font-weight: 700;
  text-decoration: none;
}

.page-template-default.page .col-xs-12.p0 h1 {
  margin: 0 0 18px;
  color: var(--green-950);
  font-family: "Archivo Narrow", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(42px, 4.4vw, 58px);
  font-weight: 700;
  line-height: 0.96;
  text-transform: uppercase;
}

.page-template-default.page .col-xs-12.p0 p {
  max-width: 980px;
  margin: 0 0 13px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}

.page-template-default.page .col-xs-12.p0 p:empty {
  display: none;
}

.page-template-default.page .col-xs-12.p0 strong,
.page-template-default.page .col-xs-12.p0 b {
  color: var(--green-950);
  font-weight: 800;
}

.page-template-default.page .col-xs-12.p0 p:has(img.wp-image-90),
.page-template-default.page .col-xs-12.p0 p:has(img.wp-image-91) {
  margin: 16px 0 11px;
  line-height: 1;
}

.page-template-default.page .col-xs-12.p0 img.wp-image-90,
.page-template-default.page .col-xs-12.p0 img.wp-image-91 {
  display: block;
  width: auto;
  height: auto;
  box-sizing: content-box;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(18, 53, 31, 0.06);
}

.page-template-default.page .col-xs-12.p0 img.wp-image-90 {
  max-width: 78px;
  padding: 8px;
}

.page-template-default.page .col-xs-12.p0 img.wp-image-91 {
  max-width: 112px;
  padding: 7px 9px;
}

.page-template-default.page .col-xs-12.p0 p:has(img.wp-image-224) {
  max-width: 900px;
  margin: clamp(20px, 3vw, 28px) auto 0;
}

.page-template-default.page .col-xs-12.p0 img.wp-image-224 {
  display: block;
  width: min(100%, 900px);
  height: clamp(73px, 20.34vw, 183px);
  margin: 0 auto !important;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 859px) {
  .page-template-default.page chat-widget[data-active="false"] {
    display: none !important;
  }

  .page-template-default.page .site-header {
    background: var(--paper);
    backdrop-filter: none;
  }

  .page-template-default.page section > .container {
    width: min(100% - 32px, var(--max));
    padding-top: 20px;
    padding-bottom: 34px;
  }

  .page-template-default.page .rank-math-breadcrumb {
    margin-bottom: 12px;
  }

  .page-template-default.page .col-xs-12.p0 h1 {
    margin-bottom: 14px;
    font-size: clamp(33px, 9vw, 40px);
  }

  .page-template-default.page .col-xs-12.p0 p {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 1.58;
  }

  .page-template-default.page .col-xs-12.p0 p:has(img.wp-image-90),
  .page-template-default.page .col-xs-12.p0 p:has(img.wp-image-91) {
    margin: 16px 0 10px;
  }

  .page-template-default.page .col-xs-12.p0 img.wp-image-90 {
    max-width: 72px;
  }

  .page-template-default.page .col-xs-12.p0 img.wp-image-91 {
    max-width: 104px;
  }

  .page-template-default.page .col-xs-12.p0 p:has(img.wp-image-224) {
    margin-top: 24px;
  }

  .page-template-default.page footer .container.p30 {
    width: min(100% - 32px, var(--max));
    padding-right: 0;
    padding-left: 0;
  }
}
