.static-page {
  --static-green: #0b6f30;
  --static-green-dark: #075523;
  --static-orange: #ff6b18;
  --static-text: #4c4742;
  --static-muted: #7b756e;
  --static-border: #e9e3da;
  color: var(--static-text);
  background: #fff;
}
.static-page-header {
  position: relative;
  padding: 22px 0 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%,rgba(255,107,24,.09),transparent 24%),
    linear-gradient(110deg,#f6fbf4,#fffaf4);
}
.static-page-header::after {
  content: "";
  position: absolute;
  right: -85px;
  bottom: -135px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(11,111,48,.1);
  border-radius: 50%;
}
.static-page-header__breadcrumb {
  min-height: 34px;
  margin-bottom: 23px;
}
.static-page-header__breadcrumb .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
}
.static-page-header__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: var(--static-orange);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.static-page-header h1 {
  max-width: 900px;
  margin: 0 0 11px;
  color: var(--static-green-dark);
  font-size: clamp(32px,4vw,48px);
  font-weight: 800;
  line-height: 1.2;
}
.static-page-header > .wrap-content > p {
  max-width: 690px;
  margin: 0 0 12px;
  color: #68625c;
  font-size: 14px;
  line-height: 1.7;
}
.static-page-header time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--static-muted);
  font-size: 14px;
}
.static-page-header time i {
  color: var(--static-green);
}
.static-page-body {
  padding: 38px 0 60px;
}
.static-page-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 330px;
  gap: 30px;
  align-items: start;
}
.static-page-article {
  min-width: 0;
}
.static-page-article__cover {
  aspect-ratio: 1.75/1;
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: 14px;
  background: #f2eee8;
  box-shadow: 0 8px 26px rgba(55,43,28,.09);
}
.static-page-article__cover picture,
.static-page-article__cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.static-page-article__content {
  color: var(--static-text);
  font-size: 14px;
  line-height: 1.85;
}
.static-page-article__content h2,
.static-page-article__content h3,
.static-page-article__content h4 {
  margin: 25px 0 12px;
  color: var(--static-green-dark);
  font-weight: 800;
  line-height: 1.4;
}
.static-page-article__content h2 {font-size:24px}
.static-page-article__content h3 {font-size:20px}
.static-page-article__content h4 {font-size:16px}
.static-page-article__content p {
  margin: 0 0 15px;
}
.static-page-article__content ul,
.static-page-article__content ol {
  margin: 0 0 18px;
  padding-left: 21px;
}
.static-page-article__content li {
  margin-bottom: 7px;
}
.static-page-article__content img {
  max-width: 100%;
  height: auto!important;
  margin: 10px auto;
  border-radius: 9px;
}
.static-page-article__content blockquote {
  margin: 22px 0;
  padding: 17px 20px;
  border-left: 4px solid var(--static-orange);
  border-radius: 0 9px 9px 0;
  background: #fff8f1;
}
.static-page-article__content table {
  width: 100%!important;
  margin: 18px 0;
  border-collapse: collapse;
}
.static-page-article__content th,
.static-page-article__content td {
  padding: 10px;
  border: 1px solid var(--static-border);
}
.static-page-article__content a {
  color: var(--static-green);
}
.static-page-article__commitment {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 30px;
  padding: 18px 20px;
  border: 1px solid #dcebdc;
  border-radius: 10px;
  background: #f6fbf4;
}
.static-page-article__commitment > i {
  color: var(--static-green);
  font-size: 27px;
}
.static-page-article__commitment strong,
.static-page-article__commitment span {
  display: block;
}
.static-page-article__commitment strong {
  margin-bottom: 3px;
  color: var(--static-green-dark);
  font-size: 14px;
}
.static-page-article__commitment span {
  color: var(--static-muted);
  font-size: 14px;
}
.static-page-sidebar {
  position: sticky;
  top: 20px;
}
.static-page-sidebar__box {
  padding: 23px 21px;
  border: 1px solid var(--static-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(58,45,29,.08);
}
.static-page-sidebar__eyebrow {
  color: var(--static-orange);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.static-page-sidebar__box > h2 {
  margin: 4px 0 18px;
  color: var(--static-green-dark);
  font-size: 19px;
  font-weight: 800;
}
.static-page-sidebar__box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.static-page-sidebar__box li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 13px 0;
  border-bottom: 1px solid var(--static-border);
}
.static-page-sidebar__box li:first-child {
  padding-top: 0;
}
.static-page-sidebar__box li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.static-page-sidebar__box li > i {
  width: 34px;
  height: 34px;
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 7px;
  color: var(--static-green);
  background: #f1f8ef;
}
.static-page-sidebar__box strong,
.static-page-sidebar__box span {
  display: block;
}
.static-page-sidebar__box strong {
  margin-bottom: 3px;
  color: var(--static-green-dark);
  font-size: 14px;
}
.static-page-sidebar__box li span {
  color: var(--static-muted);
  font-size: 14px;
  line-height: 1.5;
}
.static-page-sidebar__cta {
  margin-top: 18px;
  padding: 25px 22px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg,var(--static-green),var(--static-green-dark));
  text-align: center;
}
.static-page-sidebar__cta > i {
  font-size: 28px;
}
.static-page-sidebar__cta h2 {
  margin: 10px 0 7px;
  color: #fff;
  font-size: 17px;
}
.static-page-sidebar__cta p {
  margin: 0 0 15px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.6;
}
.static-page-sidebar__cta a {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: var(--static-orange);
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.static-page-sidebar__cta .static-page-sidebar__phone {
  margin-top: 8px;
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  background: transparent;
}
.static-page-sidebar__phone i {
  margin-right: 7px;
}
.static-page-empty {
  grid-column: 1/-1;
  padding: 55px 25px;
  border: 1px solid var(--static-border);
  border-radius: 12px;
  text-align: center;
}
.static-page-empty > i {
  display: block;
  margin-bottom: 10px;
  color: var(--static-green);
  font-size: 36px;
}
.static-page-empty strong {
  color: var(--static-green-dark);
  font-size: 16px;
}
.static-page-empty p {
  margin: 5px 0 0;
  color: var(--static-muted);
  font-size: 14px;
}
@media (max-width:991px) {
  .static-page-layout {
    grid-template-columns:minmax(0,1fr) 280px;
    gap:22px;
  }
}
@media (max-width:767px) {
  .static-page-layout {
    grid-template-columns:1fr;
  }
  .static-page-sidebar {
    position:static;
  }
}
@media (max-width:575px) {
  .static-page-header {
    padding-bottom:30px;
  }
  .static-page-body {
    padding-top:25px;
  }
  .static-page-article__cover {
    border-radius:9px;
  }
  .static-page-article__content {
    font-size:14px;
  }
}
