.home-about {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 0 clamp(40px,8vw,72px);
  background: #fff
}
.home-about__inner {
  box-sizing: border-box;
  width: 100%;
  padding-inline: var(--layout-inline,clamp(16px,4vw,40px))
}
.home-about__layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  grid-template-areas: "about-eyebrow about-eyebrow" "about-head about-media" "about-main about-media";
  gap: clamp(18px,3vw,28px) 0;
  align-items: stretch
}
.home-about__head {
  display: contents
}
.home-about__content {
  grid-area: about-main;
  box-sizing: border-box;
  padding-right: clamp(20px,4vw,48px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%
}
.home-about__media {
  grid-area: about-media;
  box-sizing: border-box;
  position: relative;
  min-height: min(520px,70vw);
  border-left: 1px solid #d9d9d9;
  height: 100%
}
.home-about__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}
.home-about__head-top {
  grid-area: about-eyebrow;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: clamp(12px,2.5vw,24px);
  width: 100%;
  margin-bottom: 12px
}
.home-about__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--section-eyebrow-pad-y,12px) var(--section-eyebrow-pad-x,20px);
  margin: 0;
  min-height: var(--section-index-height,auto);
  box-sizing: border-box;
  background: rgba(240,242,242,.8);
  font-family: Roboto,var(--font),system-ui,sans-serif;
  font-weight: 500;
  font-size: var(--section-eyebrow-font-size, 14px);
  line-height: var(--section-eyebrow-line-height, 16px);
  color: #59595b
}
.home-about__index {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: var(--section-eyebrow-pad-y,12px) var(--section-eyebrow-pad-x,20px);
  margin: 0;
  box-sizing: border-box;
  width: var(--section-index-width,56px);
  min-width: var(--section-index-width,56px);
  height: var(--section-index-height,auto);
  min-height: var(--section-index-height,auto);
  background: rgba(240,242,242,.8);
  font-family: Roboto,var(--font),system-ui,sans-serif;
  font-weight: 500;
  font-size: var(--section-eyebrow-font-size, 14px);
  line-height: var(--section-eyebrow-line-height, 16px);
  color: #59595b
}
.home-about__title {
  grid-area: about-head;
  margin: 0;
  max-width: 36rem;
  font-family: Ubuntu,var(--font),system-ui,sans-serif;
  font-weight: 500;
  font-size: clamp(1.375rem, 3vw + .5rem, 2rem);
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #252529
}
.home-about__panels {
  display: flex;
  flex-direction: column;
  gap: clamp(18px,2.5vw,24px);
  flex: 1 1 auto;
  min-height: 0;
  justify-content: end
}
.home-about__panel {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: clamp(22px,3.5vw,32px);
  border-radius: 0;
  flex: 1 1 0;
  min-height: 0;
  display: flex;
  flex-direction: column
}
.home-about__panel--cream {
  background-color: #f8efcb
}
.home-about__panel--cream::before {
  content: "";
  position: absolute;
  inset: clamp(6px,1.2vw,12px);
  z-index: 0;
  pointer-events: none;
  background-image: url("../images/overlay-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}
.home-about__panel--lavender {
  background-color: #e2dce7
}
.home-about__panel--lavender::before {
  content: "";
  position: absolute;
  inset: clamp(6px,1.2vw,12px);
  z-index: 0;
  pointer-events: none;
  background-image: url("../images/overlay-2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}
@media (min-width:961px) {
  .home-about__panel--cream {
    flex: none;
    width: 100%;
    height: 180px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(24px,6vw,50px);
    isolation: isolate
  }
  .home-about__panel--lavender {
    flex: none;
    width: 100%;
    height: 168px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(24px,6vw,75px);
    isolation: isolate
  }
  .home-about__panel {
    padding: 18px
  }
  .home-about__panel--cream .home-about__panel-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 274px minmax(0,1fr);
    column-gap: clamp(24px,6vw,75px);
    justify-content: start;
    align-items: start;
    width: 100%;
    height: 100%;
    margin-top: 0;
    flex-wrap: nowrap;
    min-width: 0
  }
  .home-about__panel--cream .home-about__panel-lead {
    margin: 0;
    width: 274px;
    height: 42px;
    font-family: Roboto,var(--font),system-ui,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #252529;
    flex: none;
    min-width: 0
  }
  .home-about__panel--cream .home-about__catalog {
    margin: 0;
    width: 100%;
    height: 140px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: none;
    min-width: 0
  }
  .home-about__panel--cream .home-about__catalog-item {
    width: 100%;
    height: 28px;
    min-height: 28px;
    padding: 6px 10px;
    gap: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center
  }
  .home-about__panel--cream .home-about__catalog-item--wrap {
    height: 44px;
    min-height: 44px
  }
  .home-about__panel--cream .home-about__catalog-line {
    position: relative;
    width: 48px;
    border-top: 0
  }
  .home-about__panel--cream .home-about__catalog-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    transform: translateY(-50%);
    border-top: 1px solid #513172
  }
  .home-about__panel--cream .home-about__catalog-text {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    font-family: Roboto,var(--font),system-ui,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #252529;
    max-width: 254px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .home-about__panel--cream .home-about__catalog-item--wrap .home-about__catalog-text {
    height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal
  }
  .home-about__panel--lavender .home-about__panel-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 274px minmax(0,1fr);
    column-gap: clamp(24px,6vw,75px);
    justify-content: start;
    align-items: start;
    width: 100%;
    height: 100%;
    margin-top: 0;
    flex-wrap: nowrap;
    min-width: 0
  }
  .home-about__panel--lavender .home-about__panel-lead {
    margin: 0;
    width: 246px;
    height: 42px;
    font-family: Roboto,var(--font),system-ui,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #252529;
    flex: none;
    min-width: 0
  }
  .home-about__panel--lavender .home-about__benefits {
    margin: 0;
    width: 100%;
    height: 128px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    flex: none;
    min-width: 0
  }
  .home-about__panel--lavender .home-about__benefits-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding: 8px 10px;
    gap: 10px;
    box-sizing: border-box
  }
  .home-about__panel--lavender .home-about__benefits-icon-wrap {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    border: 0;
    padding: 10px;
    box-sizing: border-box;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='none' stroke='%23513172' stroke-width='0.8' stroke-linecap='square'%3E%3Cpath d='M6 14V6H14'/%3E%3Cpath d='M26 6H34V14'/%3E%3Cpath d='M6 26V34H14'/%3E%3Cpath d='M34 26V34H26'/%3E%3C/svg%3E") center/78% 78% no-repeat
  }
  .home-about__panel--lavender .home-about__benefits-icon-slot {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%
  }
  .home-about__panel--lavender .home-about__benefits-svg {
    width: 100%;
    height: 100%;
    max-width: 20px;
    max-height: 20px
  }
  .home-about__panel--lavender .home-about__benefits-svg--chart {
    width: 100%;
    height: 100%;
    max-width: 20px;
    max-height: 20px
  }
  .home-about__panel--lavender .home-about__benefits-text {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: 254px;
    height: 16px;
    font-family: Roboto,var(--font),system-ui,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #252529;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .home-about__panel--lavender .home-about__benefits-item,
  .home-about__panel--lavender .home-about__benefits-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
}
.home-about__panel-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: clamp(14px,2.5vw,24px);
  align-items: start;
  margin-top: auto
}
.home-about__panel-inner > * {
  min-width: 0
}
.home-about__panel-lead {
  margin: 0;
  position: relative;
  z-index: 1;
  flex: none;
  flex-grow: 0;
  font-family: Roboto,var(--font),system-ui,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(18px, .55vw + 16px, 20px);
  line-height: 1.2;
  color: #252529;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto
}
.home-about__catalog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 4px;
  margin: 0 auto;
  width: min(308px,100%);
  flex: none;
  position: relative;
  z-index: 2;
  list-style: none
}
.home-about__catalog-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 10px;
  gap: 10px;
  width: 100%;
  min-height: 28px;
  background: #fff;
  flex: none;
  align-self: stretch
}
.home-about__catalog-item--wrap {
  align-items: center;
  min-height: 44px
}
.home-about__catalog-line {
  flex: none;
  width: 30px;
  height: 0;
  align-self: center;
  border: 0;
  border-top: 1px solid #513172
}
.home-about__catalog-text {
  flex: 1 1 auto;
  width: auto;
  max-width: 254px;
  min-width: 0;
  font-family: Roboto,var(--font),system-ui,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #252529;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto
}
.home-about__benefits {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 4px;
  margin: 0 auto;
  width: min(308px,100%);
  flex: none;
  position: relative;
  z-index: 2;
  list-style: none
}
.home-about__benefits-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 10px;
  gap: 10px;
  width: 100%;
  min-height: 40px;
  background: #fff;
  flex: none;
  align-self: stretch
}
.home-about__benefits-icon-wrap {
  box-sizing: border-box;
  position: relative;
  flex: none;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='none' stroke='%23513172' stroke-width='0.8' stroke-linecap='square'%3E%3Cpath d='M6 14V6H14'/%3E%3Cpath d='M26 6H34V14'/%3E%3Cpath d='M6 26V34H14'/%3E%3Cpath d='M34 26V34H26'/%3E%3C/svg%3E") center/78% 78% no-repeat
}
.home-about__benefits-icon-slot {
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}
.home-about__benefits-svg {
  display: block;
  width: 26px;
  height: 26px;
  flex-shrink: 0
}
.home-about__benefits-svg--chart {
  width: 24px;
  height: 22px
}
.home-about__benefits-text {
  flex: 1 1 auto;
  width: auto;
  max-width: 254px;
  min-width: 0;
  font-family: Roboto,var(--font),system-ui,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #252529;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto
}
@media (max-width:960px) {
  .home-about__layout {
    grid-template-columns: 1fr;
    grid-template-areas: "about-eyebrow" "about-head" "about-media" "about-main"
  }
  .home-about__head {
    display: block
  }
  .home-about__content {
    padding-right: 0
  }
  .home-about__head-top {
    margin-bottom: clamp(12px,2vh,16px)
  }
  .home-about__panels {
    flex: none
  }
  .home-about__panel {
    --home-about-panel-h: clamp(260px, 72vw, 380px);
    flex: 0 0 auto;
    min-height: var(--home-about-panel-h)
  }
  .home-about__media {
    min-height: clamp(220px,55vw,420px);
    border-left: none;
    border-bottom: none;
    margin-bottom: clamp(16px,3.5vw,24px)
  }
}
@media (max-width:560px) {
  .home-about__title {
    width: 100%;
    font-family: Ubuntu,var(--font),system-ui,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #252529;
    min-height: 96px
  }
  .home-about__panel-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px
  }
  .home-about__panel-lead {
    width: min(340px,100%);
    text-align: left;
    font-size: 22px;
    line-height: 1.15
  }
  .home-about__benefits,
  .home-about__catalog {
    width: min(340px,100%);
    margin-left: auto;
    margin-right: auto
  }
  .home-about__benefits-item,
  .home-about__catalog-item {
    justify-content: center
  }
  .home-about__catalog-text {
    font-size: 14px;
    line-height: 16px;
    width: min(254px,100%);
    text-align: left
  }
  .home-about__benefits-text {
    font-size: 14px;
    line-height: 16px;
    width: min(254px,100%);
    text-align: left
  }
  .home-about__catalog-item {
    padding: 10px 12px;
    min-height: 40px
  }
  .home-about__benefits-item {
    padding: 12px 12px;
    min-height: 48px
  }
  .home-about__benefits-icon-wrap {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px
  }
  .home-about__benefits-icon-slot {
    width: 15px;
    height: 15px
  }
  .home-about__benefits-svg {
    width: 15px;
    height: 15px
  }
  .home-about__benefits-svg--chart {
    width: 14px;
    height: 13px
  }
}
@media (min-width:961px) {
  .home-about__panel--lavender .home-about__benefits-icon-wrap {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    padding: 10px;
    box-sizing: border-box;
    border: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='none' stroke='%23513172' stroke-width='0.8' stroke-linecap='square'%3E%3Cpath d='M6 14V6H14'/%3E%3Cpath d='M26 6H34V14'/%3E%3Cpath d='M6 26V34H14'/%3E%3Cpath d='M34 26V34H26'/%3E%3C/svg%3E") center/78% 78% no-repeat
  }
  .home-about__panel--lavender .home-about__benefits-icon-slot {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center
  }
  .home-about__panel--lavender .home-about__benefits-svg {
    width: 100%;
    height: 100%;
    max-width: 20px;
    max-height: 20px
  }
  .home-about__panel--lavender .home-about__benefits-svg--chart {
    max-width: 20px;
    max-height: 20px
  }
}
.page-product-home .block-works__inner {
  display: block
}
.page-product-home .block-specs__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%
}
.page-product-home .block-specs .home-directions__footer {
  margin-top: clamp(24px,4vw,40px)
}
.page-product-home .block-specs__intro {
  grid-template-columns: 1fr;
  grid-template-areas: "specs-eyebrow" "specs-head"
}