.doob-bz-home-main,
.doob-bz-home-main * { box-sizing: border-box; }

.doob-bz-home-main {
  color: #41444e;
  background: #fff;
}

.doob-bz-home-main h1,
.doob-bz-home-main h2,
.doob-bz-home-main h3,
.doob-bz-home-main p,
.doob-bz-home-main ul { margin-top: 0; }

.doob-bz-home-main h1,
.doob-bz-home-main h2,
.doob-bz-home-main h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

.doob-bz-home-button {
  display: inline-flex;
  width: 261px;
  height: 45px;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #41444e;
  border-radius: 10px;
  color: #fff !important;
  background: #152238;
  box-shadow: 3px 4px 6px rgb(46 46 46 / 30%);
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.doob-bz-home-button:hover,
.doob-bz-home-button:focus-visible { background: #152238; }

.doob-bz-home-button:focus-visible,
.doob-bz-home-main button:focus-visible,
.doob-bz-home-main a:focus-visible {
  outline: 2px solid #5578cf;
  outline-offset: 4px;
}

.doob-bz-home-hero {
  position: relative;
  height: max(700px, 93vh);
  min-height: 700px;
  overflow: hidden;
  background: #fff;
}

.doob-bz-home-hero__slides {
  position: absolute;
  inset: 8px 7px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 8px;
  list-style: none;
}

.doob-bz-home-hero__slide,
.doob-bz-home-hero__slide picture,
.doob-bz-home-hero__slide img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.doob-bz-home-hero__slide {
  opacity: 0;
  transition: opacity 0.55s ease;
}

.doob-bz-home-hero__slide.is-active { opacity: 1; }

.doob-bz-home-hero__slide img {
  object-fit: cover;
  object-position: center;
}

.doob-bz-home-hero__panel {
  position: absolute;
  z-index: 2;
  top: 17%;
  left: 50%;
  width: min(880px, 82vw);
  min-height: 270px;
  padding: 35px 55px 28px;
  border-radius: 8px;
  color: #f2f2f2;
  background: rgb(0 0 0 / 69%);
  text-align: center;
  transform: translateX(-50%);
}

.doob-bz-home-hero__panel h1 {
  margin: 0;
  color: #f2f2f2;
  font-size: clamp(38px, 3.2vw, 48px);
  line-height: 1.28;
}

.doob-bz-home-hero__panel p {
  margin: 38px 0 0;
  color: #e2e2e2;
  font-size: 19px;
  line-height: 1.45;
}

.doob-bz-home-hero__cta {
  position: absolute;
  z-index: 3;
  bottom: 72px;
  left: 50%;
  width: 250px;
  min-height: 45px;
  border-color: #fff;
  background: transparent;
  transform: translateX(-50%);
}

.doob-bz-home-hero__cta:hover,
.doob-bz-home-hero__cta:focus-visible {
  color: #fff !important;
  background: transparent;
}

.doob-bz-home-hero__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #333;
  background: rgb(232 232 232 / 65%);
  cursor: pointer;
  transform: translateY(-50%);
}

.doob-bz-home-hero__arrow::before {
  position: absolute;
  top: 11px;
  width: 11px;
  height: 11px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  content: "";
}

.doob-bz-home-hero__arrow--prev { left: 22px; }
.doob-bz-home-hero__arrow--next { right: 22px; }
.doob-bz-home-hero__arrow--prev::before { left: 13px; transform: rotate(-45deg); }
.doob-bz-home-hero__arrow--next::before { right: 13px; transform: rotate(135deg); }

.doob-bz-home-intro {
  min-height: 312px;
  padding: 48px 24px 42px;
  border-bottom: 3px solid #ededed;
  text-align: center;
}

.doob-bz-home-intro h2,
.doob-bz-home-benefits > h2,
.doob-bz-home-product-types > h2,
.doob-bz-home-clients > h2,
.doob-bz-home-catalog-intro h2,
.doob-bz-home-branding > h2,
.doob-bz-home-contact > h2 {
  margin-bottom: 30px;
  color: #41444e;
  font-size: 42px;
  line-height: 1.05;
  text-align: center;
}

.doob-bz-home-intro p {
  width: min(620px, 100%);
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.45;
}

.doob-bz-home-benefits {
  min-height: 741px;
  padding: 56px 24px 44px;
  border-bottom: 3px solid #ededed;
}

.doob-bz-home-benefits > h2 { margin-bottom: 58px; }

.doob-bz-home-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 530px));
  gap: 52px 0;
  justify-content: center;
}

.doob-bz-home-benefit {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 30px;
  min-width: 0;
  padding-right: 34px;
}

.doob-bz-home-benefit img {
  width: 130px;
  height: 130px;
  border: 1px solid #555;
  border-radius: 50%;
  box-shadow: 3px 4px 6px rgb(46 46 46 / 28%);
  object-fit: cover;
}

.doob-bz-home-benefit h3 {
  margin: 4px 0 20px;
  font-size: 23px;
  line-height: 1.05;
}

.doob-bz-home-benefit p {
  margin: 0;
  font-size: 16px;
  line-height: 1.42;
}

.doob-bz-home-product-types {
  min-height: 1343px;
  padding: 52px 24px 42px;
  border-bottom: 3px solid #ededed;
}

.doob-bz-home-product-types > h2 { margin-bottom: 44px; }

.doob-bz-home-product-types__grid {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 52px 62px;
  justify-content: center;
}

.doob-bz-home-product-type { min-width: 0; }
.doob-bz-home-product-type a { text-decoration: none; }

.doob-bz-home-product-type img {
  width: 300px;
  height: 300px;
  box-shadow: 0 3px 14px rgb(0 0 0 / 22%);
  object-fit: cover;
  transition: transform 0.25s ease;
}

.doob-bz-home-product-type a:hover img,
.doob-bz-home-product-type a:focus-visible img { transform: translateY(-3px); }

.doob-bz-home-product-type h3 {
  margin: 24px auto 0;
  font-size: 21px;
  line-height: 1.05;
  text-align: center;
}

.doob-bz-home-design {
  position: relative;
  height: 801px;
  overflow: hidden;
  border-bottom: 3px solid #ededed;
  color: #fff;
  background: #111;
}

.doob-bz-home-design picture,
.doob-bz-home-design picture img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.doob-bz-home-design picture img { object-fit: cover; }

.doob-bz-home-design > div {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 50%;
  width: min(650px, 90%);
  text-align: center;
  transform: translateX(-50%);
}

.doob-bz-home-design h2 {
  margin: 0 0 28px;
  color: #fff;
  font-size: 43px;
  line-height: 1.12;
}

.doob-bz-home-design p {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
}

.doob-bz-home-clients {
  min-height: 320px;
  padding: 52px 0 32px;
  overflow: hidden;
  border-bottom: 3px solid #ededed;
}

.doob-bz-home-clients > h2 { margin-bottom: 38px; }

.doob-bz-home-clients__viewport {
  width: 100%;
  overflow: hidden;
}

.doob-bz-home-clients__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: doob-bz-home-clients 30s linear infinite;
}

.doob-bz-home-clients__track img {
  width: 150px;
  height: 150px;
  flex: 0 0 150px;
  object-fit: contain;
}

@keyframes doob-bz-home-clients {
  to { transform: translateX(-50%); }
}

.doob-bz-home-catalog-intro {
  min-height: 209px;
  padding: 44px 24px 28px;
  text-align: center;
}

.doob-bz-home-catalog-intro h2 { margin-bottom: 22px; }

.doob-bz-home-catalog-intro p {
  margin: 0;
  font-size: 17px;
  line-height: 1.4;
}

.doob-bz-home-catalog {
  padding: 0 10px;
}

.doob-bz-home-catalog__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 10px;
}

.doob-bz-home-catalog__card {
  min-width: 0;
  overflow: hidden;
}

.doob-bz-home-catalog__card a { display: block; }

.doob-bz-home-catalog__image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.doob-bz-home-catalog__card:hover .doob-bz-home-catalog__image,
.doob-bz-home-catalog__card:focus-within .doob-bz-home-catalog__image { transform: scale(1.015); }

.doob-bz-home-catalog__empty {
  padding: 80px 20px;
  text-align: center;
}

.doob-bz-home-catalog-cta {
  min-height: 129px;
  padding: 34px 24px 50px;
  border-bottom: 3px solid #ededed;
  text-align: center;
}

.doob-bz-home-catalog-cta .doob-bz-home-button { width: 250px; }

.doob-bz-home-faq-intro {
  min-height: 374px;
  padding: 80px 24px;
  border-bottom: 3px solid #ededed;
}

.doob-bz-home-faq-intro > div {
  width: min(760px, 100%);
  min-height: 250px;
  margin: 0 auto;
  padding: 46px 34px 38px;
  border: 1px solid #9f9175;
  border-radius: 10px;
  box-shadow: 0 3px 14px rgb(0 0 0 / 20%);
  text-align: center;
}

.doob-bz-home-faq-intro h2 {
  margin-bottom: 22px;
  font-size: 42px;
  line-height: 1.05;
}

.doob-bz-home-faq-intro p {
  margin-bottom: 27px;
  font-size: 16px;
}

.doob-bz-home-faq {
  width: min(calc(100% - 40px), 900px);
  margin: 0 auto;
  padding: 60px 0;
}

.doob-bz-home-faq > h2 {
  margin-bottom: 35px;
  font-size: 42px;
  text-align: center;
}

.doob-bz-home-faq__item { border-top: 1px solid #d2d2d2; }
.doob-bz-home-faq__item:last-child { border-bottom: 1px solid #d2d2d2; }
.doob-bz-home-faq__item h3 { margin: 0; }

.doob-bz-home-faq__item h3 button {
  display: flex;
  width: 100%;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 4px;
  border: 0;
  color: #41444e;
  background: transparent;
  cursor: pointer;
  font-size: 19px;
  font-weight: 600;
  text-align: left;
}

.doob-bz-home-faq__item h3 button > span:last-child {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.doob-bz-home-faq__item h3 button > span:last-child::before,
.doob-bz-home-faq__item h3 button > span:last-child::after {
  position: absolute;
  top: 10px;
  left: 2px;
  width: 18px;
  height: 2px;
  background: currentColor;
  content: "";
}

.doob-bz-home-faq__item h3 button > span:last-child::after { transform: rotate(90deg); }
.doob-bz-home-faq__item h3 button[aria-expanded="true"] > span:last-child::after { transform: rotate(0); }

.doob-bz-home-faq__item > div { padding: 0 45px 24px 4px; }
.doob-bz-home-faq__item > div p { margin: 0; line-height: 1.55; }

.doob-bz-home-branding {
  min-height: 682px;
  padding: 55px 24px 40px;
  border-bottom: 3px solid #ededed;
  text-align: center;
}

.doob-bz-home-branding > h2 { margin-bottom: 20px; }

.doob-bz-home-branding__intro {
  margin: 0 auto 25px;
  font-size: 16px;
  line-height: 1.42;
}

.doob-bz-home-branding__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 270px));
  gap: 24px;
  justify-content: center;
  margin-bottom: 30px;
}

.doob-bz-home-branding__grid article { min-width: 0; }

.doob-bz-home-branding__grid img {
  width: 260px;
  height: 260px;
  margin: 0 auto 24px;
  border-radius: 50%;
  box-shadow: 2px 3px 6px rgb(46 46 46 / 24%);
  object-fit: cover;
}

.doob-bz-home-branding__grid h3 {
  margin: 0 0 16px;
  font-size: 21px;
}

.doob-bz-home-branding__grid p {
  margin: 0;
  font-size: 16px;
}

.doob-bz-home-contact {
  min-height: 896px;
  padding: 54px 24px 42px;
  background: #f7f7f7;
  text-align: center;
}

.doob-bz-home-contact > h2 { margin-bottom: 22px; }

.doob-bz-home-contact__intro {
  width: min(570px, 100%);
  margin: 0 auto 37px;
  font-size: 16px;
  line-height: 1.4;
}

.doob-bz-home-contact__grid {
  display: grid;
  grid-template-columns: repeat(3, 220px);
  gap: 90px;
  justify-content: center;
  margin-bottom: 50px;
}

.doob-bz-home-contact__grid article a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.doob-bz-home-contact__grid img {
  width: 84px;
  height: 84px;
  margin-bottom: 16px;
  object-fit: contain;
  opacity: 0.75;
}

.doob-bz-home-contact__grid h3 {
  margin: 0 0 8px;
  font-size: 25px;
  text-transform: none;
}

.doob-bz-home-contact__grid p {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
}

.doob-bz-home-contact__form-title {
  margin: 0 0 34px;
  font-size: 34px;
}

.doob-bz-home-form {
  position: relative;
  display: grid;
  width: min(560px, 100%);
  gap: 20px;
  margin: 0 auto;
}

.doob-bz-home-form input,
.doob-bz-home-form button {
  width: 100%;
  height: 56px;
  border-radius: 15px;
}

.doob-bz-home-form input {
  padding: 0 22px;
  border: 1px solid #737373;
  color: #4d4d4d;
  background: #f7f7f7;
  font-size: 15px;
}

.doob-bz-home-form button {
  border: 0;
  color: #fff;
  background: #202738;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.doob-bz-home-form button:hover,
.doob-bz-home-form button:focus-visible { background: #374158; }

.doob-bz-home-honeypot {
  position: absolute;
  left: -10000px;
}

.doob-bz-home-form__status {
  padding: 12px 14px;
  border-radius: 8px;
  color: #174b25;
  background: #e6f5e9;
}

.doob-bz-home-form__status.is-error {
  color: #721c24;
  background: #f8d7da;
}

.doob-bz-home-contact__privacy {
  margin: 12px 0 0;
  color: #9b9b9b;
  font-size: 13px;
}

.doob-bz-home-back-to-top {
  position: fixed;
  z-index: 50;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgb(32 39 56 / 84%);
  cursor: pointer;
}

.doob-bz-home-back-to-top span::before {
  display: block;
  width: 12px;
  height: 12px;
  margin: 6px auto 0;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

@media (max-width: 1100px) {
  .doob-bz-home-product-types__grid {
    grid-template-columns: repeat(3, minmax(0, 280px));
    gap-inline: 32px;
  }

  .doob-bz-home-product-type img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .doob-bz-home-branding__grid img {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 980px) {
  .doob-bz-home-hero {
    height: 93svh;
    min-height: 650px;
  }

  .doob-bz-home-hero__slides {
    inset: 8px;
    border-radius: 28px;
  }

  .doob-bz-home-hero__panel {
    top: 26px;
    width: 100%;
    min-height: 100px;
    padding: 18px 28px 14px;
    border-radius: 0;
  }

  .doob-bz-home-hero__panel h1 {
    font-size: clamp(24px, 6vw, 34px);
    line-height: 1.02;
  }

  .doob-bz-home-hero__panel p { display: none; }
  .doob-bz-home-hero__cta { bottom: 28px; }

  .doob-bz-home-benefits__grid {
    grid-template-columns: minmax(0, 650px);
    gap: 36px;
  }

  .doob-bz-home-benefit { padding: 0; }

  .doob-bz-home-product-types {
    min-height: 0;
  }

  .doob-bz-home-product-types__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 14px;
  }

  .doob-bz-home-design {
    height: 600px;
  }

  .doob-bz-home-design > div { top: 36px; }

  .doob-bz-home-branding__grid {
    grid-template-columns: repeat(2, minmax(0, 270px));
    gap: 42px 24px;
  }

  .doob-bz-home-contact__grid { gap: 28px; }
}

@media (max-width: 639px) {
  .doob-bz-home-button {
    min-width: 255px;
    min-height: 46px;
  }

  .doob-bz-home-hero {
    height: calc(100svh - 50px);
    min-height: 700px;
  }

  .doob-bz-home-hero__slides { inset: 8px; }

  .doob-bz-home-hero__panel {
    top: 26px;
    padding: 15px 35px 13px;
  }

  .doob-bz-home-hero__panel h1 {
    font-size: 25px;
    line-height: 1.02;
  }

  .doob-bz-home-hero__arrow { top: 53%; }
  .doob-bz-home-hero__arrow--prev { left: 26px; }
  .doob-bz-home-hero__arrow--next { right: 26px; }

  .doob-bz-home-hero__cta {
    bottom: 27px;
    min-width: 230px;
    background: rgb(0 0 0 / 56%);
  }

  .doob-bz-home-intro {
    min-height: 332px;
    padding: 38px 40px 35px;
    text-align: left;
  }

  .doob-bz-home-intro h2 { display: none; }

  .doob-bz-home-intro p {
    font-size: 14px;
    line-height: 1.5;
  }

  .doob-bz-home-intro h2,
  .doob-bz-home-benefits > h2,
  .doob-bz-home-product-types > h2,
  .doob-bz-home-clients > h2,
  .doob-bz-home-catalog-intro h2,
  .doob-bz-home-branding > h2,
  .doob-bz-home-contact > h2 {
    font-size: 28px;
    line-height: 1.05;
  }

  .doob-bz-home-benefits {
    min-height: 1022px;
    padding: 40px 22px 36px;
  }

  .doob-bz-home-benefits > h2 { margin-bottom: 38px; }

  .doob-bz-home-benefits__grid { gap: 29px; }

  .doob-bz-home-benefit {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 17px;
  }

  .doob-bz-home-benefit img {
    width: 80px;
    height: 80px;
  }

  .doob-bz-home-benefit h3 {
    margin: 3px 0 12px;
    font-size: 19px;
    line-height: 1.05;
  }

  .doob-bz-home-benefit p {
    font-size: 14px;
    line-height: 1.5;
  }

  .doob-bz-home-product-types {
    padding: 38px 14px 32px;
  }

  .doob-bz-home-product-types > h2 { margin-bottom: 32px; }

  .doob-bz-home-product-types__grid { gap: 28px 13px; }

  .doob-bz-home-product-type h3 {
    min-height: 38px;
    margin-top: 13px;
    font-size: 15px;
    line-height: 1.05;
  }

  .doob-bz-home-design { height: 441px; }

  .doob-bz-home-design > div {
    top: 31px;
    width: calc(100% - 42px);
  }

  .doob-bz-home-design h2 {
    margin-bottom: 14px;
    font-size: 29px;
    line-height: 1.06;
  }

  .doob-bz-home-design p {
    font-size: 14px;
    line-height: 1.4;
  }

  .doob-bz-home-design p br { display: none; }

  .doob-bz-home-clients {
    min-height: 300px;
    padding-top: 43px;
  }

  .doob-bz-home-clients > h2 { margin-bottom: 35px; }

  .doob-bz-home-clients__track img {
    width: 140px;
    height: 140px;
    flex-basis: 140px;
  }

  .doob-bz-home-catalog-intro {
    min-height: 187px;
    padding: 38px 30px 24px;
  }

  .doob-bz-home-catalog-intro h2 { margin-bottom: 18px; }

  .doob-bz-home-catalog-intro p {
    font-size: 14px;
    line-height: 1.5;
  }

  .doob-bz-home-catalog-intro p br { display: none; }

  .doob-bz-home-catalog {
    padding: 0 10px;
  }

  .doob-bz-home-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 10px;
  }

  .doob-bz-home-catalog-cta {
    min-height: 115px;
    padding: 30px 24px 38px;
  }

  .doob-bz-home-faq-intro {
    min-height: 350px;
    padding: 58px 35px;
  }

  .doob-bz-home-faq-intro > div {
    min-height: 252px;
    padding: 34px 22px 28px;
  }

  .doob-bz-home-faq-intro h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .doob-bz-home-faq-intro p {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .doob-bz-home-faq {
    width: calc(100% - 40px);
    padding: 45px 0;
  }

  .doob-bz-home-faq > h2 { font-size: 30px; }
  .doob-bz-home-faq__item h3 button { font-size: 16px; }
  .doob-bz-home-faq__item > div { padding-right: 15px; }

  .doob-bz-home-branding {
    min-height: 781px;
    padding: 37px 20px 35px;
  }

  .doob-bz-home-branding > h2 { margin-bottom: 22px; }

  .doob-bz-home-branding__intro {
    max-width: 315px;
    margin-bottom: 25px;
    font-size: 14px;
  }

  .doob-bz-home-branding__intro br { display: none; }

  .doob-bz-home-branding__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 18px;
    margin-bottom: 30px;
  }

  .doob-bz-home-branding__grid img {
    width: min(150px, 100%);
    height: auto;
    aspect-ratio: 1;
    margin-bottom: 14px;
  }

  .doob-bz-home-branding__grid h3 {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .doob-bz-home-branding__grid p {
    font-size: 14px;
    line-height: 1.45;
  }

  .doob-bz-home-contact {
    min-height: 967px;
    padding: 45px 45px 35px;
  }

  .doob-bz-home-contact > h2 { margin-bottom: 22px; }

  .doob-bz-home-contact__intro {
    margin-bottom: 35px;
    font-size: 13px;
    line-height: 1.48;
  }

  .doob-bz-home-contact__grid {
    grid-template-columns: 1fr;
    gap: 23px;
    justify-items: start;
    margin: 0 auto 40px;
  }

  .doob-bz-home-contact__grid article { width: 100%; }

  .doob-bz-home-contact__grid article a {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 34px;
    text-align: left;
  }

  .doob-bz-home-contact__grid img {
    width: 75px;
    height: 75px;
    margin: 0;
  }

  .doob-bz-home-contact__grid h3 {
    margin: 2px 0 4px;
    font-size: 21px;
  }

  .doob-bz-home-contact__grid p { font-size: 16px; }

  .doob-bz-home-contact__form-title {
    margin-bottom: 28px;
    font-size: 25px;
    line-height: 1.08;
  }

  .doob-bz-home-form { gap: 20px; }
  .doob-bz-home-form input,
  .doob-bz-home-form button { height: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  .doob-bz-home-clients__track { animation: none; }
}

/* Geometry and type scale carried over from the original doob.bz zero-blocks. */
.doob-bz-home-main {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
}

.doob-bz-home-main h1,
.doob-bz-home-main h2,
.doob-bz-home-main h3 { font-weight: 700; }

.doob-bz-home-intro h2,
.doob-bz-home-benefits > h2,
.doob-bz-home-product-types > h2,
.doob-bz-home-clients > h2,
.doob-bz-home-catalog-intro h2,
.doob-bz-home-branding > h2,
.doob-bz-home-contact > h2,
.doob-bz-home-faq-intro h2 {
  font-size: 40px;
  line-height: 1.1;
}

.doob-bz-home-intro h2,
.doob-bz-home-benefits > h2,
.doob-bz-home-clients > h2,
.doob-bz-home-branding > h2 {
  width: min(640px, 100%);
  margin-inline: auto;
}

.doob-bz-home-product-types > h2,
.doob-bz-home-catalog-intro h2 {
  width: min(960px, 100%);
  margin-inline: auto;
}

.doob-bz-home-faq-intro h2 {
  width: min(688px, 100%);
  margin-inline: auto;
}

.doob-bz-home-contact > h2 {
  width: min(480px, 100%);
  margin-inline: auto;
}

.doob-bz-home-design h2 {
  width: min(494px, 100%);
  margin-inline: auto;
}

.doob-bz-home-hero__panel h1 {
  font-size: 43px;
  line-height: 1.4;
}

.doob-bz-home-hero__panel p {
  font-size: 21px;
  line-height: 1.45;
}

.doob-bz-home-intro {
  min-height: 312px;
  padding: 43px 24px 30px;
}

.doob-bz-home-intro h2 { margin-bottom: 30px; }

.doob-bz-home-intro p {
  width: min(600px, 100%);
  font-size: 16px;
  line-height: 1.4;
}

.doob-bz-home-benefits {
  min-height: 741px;
  padding: 43px 24px 35px;
}

.doob-bz-home-benefits > h2 { margin-bottom: 64px; }

.doob-bz-home-benefit h3 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.1;
}

.doob-bz-home-benefit p {
  font-size: 16px;
  line-height: 1.4;
}

.doob-bz-home-product-types {
  min-height: 1343px;
  padding: 33px 24px 42px;
}

.doob-bz-home-product-types > h2 { margin-bottom: 45px; }

.doob-bz-home-product-types__grid { row-gap: 52px; }

.doob-bz-home-product-type h3 {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.15;
}

.doob-bz-home-product-types > h2 { line-height: 1.15; }

.doob-bz-home-design { height: 801px; }

.doob-bz-home-design > div {
  top: 44px;
  width: min(511px, 90%);
}

.doob-bz-home-design h2 {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.1;
}

.doob-bz-home-design p {
  font-size: 16px;
  line-height: 1.4;
}

.doob-bz-home-clients {
  min-height: 320px;
  padding: 43px 0 40px;
}

.doob-bz-home-clients > h2 { margin-bottom: 43px; }

.doob-bz-home-catalog-intro {
  min-height: 209px;
  padding: 49px 24px 24px;
}

.doob-bz-home-catalog-intro h2 { margin-bottom: 16px; }

.doob-bz-home-catalog-intro p {
  width: min(531px, 100%);
  margin-inline: auto;
  font-size: 16px;
  line-height: 1.4;
}

.doob-bz-home-catalog {
  padding: 15px 10px 10px;
}

.doob-bz-home-catalog__grid { row-gap: 20px; }

.doob-bz-home-faq-intro {
  min-height: 374px;
  padding: 79px 24px 80px;
}

.doob-bz-home-faq-intro > div {
  width: min(760px, 100%);
  min-height: 215px;
  padding: 31px 28px 24px;
}

.doob-bz-home-faq-intro h2 {
  margin-bottom: 14px;
  line-height: 1.15;
}

.doob-bz-home-faq-intro p {
  width: min(451px, 100%);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.375;
}

@media (min-width: 1200px) {
  .doob-bz-home-faq-intro h2 { position: relative; left: 4px; }
  .doob-bz-home-faq-intro p { position: relative; left: 8px; }
  .doob-bz-home-faq-intro .doob-bz-home-button { position: relative; left: 1px; }
}

.doob-bz-home-branding {
  min-height: 682px;
  padding: 49px 24px 35px;
}

.doob-bz-home-branding > h2 { margin-bottom: 17px; }

.doob-bz-home-branding__intro {
  width: min(600px, 100%);
  margin-bottom: 46px;
  font-size: 16px;
  line-height: 1.4;
}

.doob-bz-home-branding__grid {
  grid-template-columns: repeat(4, 230px);
  gap: 48px 70px;
}

.doob-bz-home-branding__grid img {
  width: 230px;
  height: 230px;
  margin-bottom: 24px;
}

.doob-bz-home-branding__grid h3 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.4;
}

.doob-bz-home-branding__grid p {
  font-size: 16px;
  line-height: 1.4;
}

.doob-bz-home-contact {
  min-height: 896px;
  padding: 49px 24px 35px;
}

.doob-bz-home-contact > h2 {
  margin-bottom: 15px;
  line-height: 1.15;
}

.doob-bz-home-contact__intro {
  width: min(528px, 100%);
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.4;
}

.doob-bz-home-contact__grid {
  grid-template-columns: repeat(3, 228px);
  gap: 80px;
  margin-bottom: 40px;
}

.doob-bz-home-contact__grid img { margin-bottom: 22px; }

.doob-bz-home-contact__grid h3 {
  margin-bottom: 7px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.15;
}

.doob-bz-home-contact__grid p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.doob-bz-home-contact__form-title {
  margin-bottom: 37px;
  font-size: 34px;
  line-height: 1.15;
}

.doob-bz-home-contact__privacy { font-weight: 300; }

.doob-bz-home-intro p,
.doob-bz-home-benefit p,
.doob-bz-home-design p,
.doob-bz-home-catalog-intro p,
.doob-bz-home-branding__intro,
.doob-bz-home-contact__intro {
  line-height: 1.375;
}

@media (min-width: 1200px) {
  .doob-bz-home-benefits__grid {
    position: relative;
    left: -15px;
    grid-auto-rows: 139px;
    row-gap: 52px;
  }

  .doob-bz-home-benefit {
    position: relative;
    grid-template-columns: 130px 370px;
    gap: 30px;
    padding-right: 0;
  }

  .doob-bz-home-benefit:nth-child(5),
  .doob-bz-home-benefit:nth-child(6) { top: 1px; }

  .doob-bz-home-benefit h3 { line-height: 1.1; }
  .doob-bz-home-benefit:nth-child(1) h3 { width: 235px; margin-bottom: 20px; }
  .doob-bz-home-benefit:nth-child(1) p { width: 319px; }
  .doob-bz-home-benefit:nth-child(2) h3 { width: 306px; margin-bottom: 17px; }
  .doob-bz-home-benefit:nth-child(2) p { width: 384px; }
  .doob-bz-home-benefit:nth-child(3) h3 { width: 190px; margin-bottom: 18px; }
  .doob-bz-home-benefit:nth-child(3) p { width: 337px; }
  .doob-bz-home-benefit:nth-child(4) h3 { width: 281px; margin-bottom: 14px; }
  .doob-bz-home-benefit:nth-child(4) p { width: 403px; }
  .doob-bz-home-benefit:nth-child(5) h3 { width: 223px; margin-bottom: 21px; }
  .doob-bz-home-benefit:nth-child(5) p { width: 315px; }
  .doob-bz-home-benefit:nth-child(6) h3 { width: 277px; margin-bottom: 21px; }
  .doob-bz-home-benefit:nth-child(6) p { width: 325px; }

  .doob-bz-home-benefit:nth-child(2) h3,
  .doob-bz-home-benefit:nth-child(2) p { position: relative; left: 2px; }

  .doob-bz-home-benefit:nth-child(4) h3,
  .doob-bz-home-benefit:nth-child(4) p,
  .doob-bz-home-benefit:nth-child(6) h3,
  .doob-bz-home-benefit:nth-child(6) p { position: relative; left: 3px; }

  .doob-bz-home-product-types__grid { row-gap: 42px; }
  .doob-bz-home-product-type { position: relative; }
  .doob-bz-home-product-type h3 { position: relative; margin-top: 23px; }
  .doob-bz-home-product-type:nth-child(1) h3 { left: 0; width: 204px; }
  .doob-bz-home-product-type:nth-child(2) h3 { left: 0; width: 174px; }
  .doob-bz-home-product-type:nth-child(3) h3 { left: 3px; width: 191px; line-height: 1.4; }
  .doob-bz-home-product-type:nth-child(4) h3 { top: 1px; left: -3px; width: 191px; }
  .doob-bz-home-product-type:nth-child(5) h3 { top: 1px; left: 2px; width: 197px; }
  .doob-bz-home-product-type:nth-child(6) h3 { top: 1px; left: 3px; width: 141px; }
  .doob-bz-home-product-type:nth-child(7) h3 { top: -2px; left: 0; width: 168px; }
  .doob-bz-home-product-type:nth-child(8) h3 { top: 1px; left: 0; width: 166px; }
  .doob-bz-home-product-type:nth-child(9) h3 { top: 2px; left: 0; width: 243px; }
  .doob-bz-home-product-type:nth-child(3n) { left: 3px; }
  .doob-bz-home-product-type:nth-child(7),
  .doob-bz-home-product-type:nth-child(8) { top: -1px; }
  .doob-bz-home-product-type:nth-child(9) { top: -2px; }
}

@media (max-width: 1199px) {
  .doob-bz-home-intro h2,
  .doob-bz-home-benefits > h2,
  .doob-bz-home-product-types > h2,
  .doob-bz-home-clients > h2,
  .doob-bz-home-catalog-intro h2,
  .doob-bz-home-branding > h2,
  .doob-bz-home-faq-intro h2 { font-size: 36px; }

  .doob-bz-home-hero__panel h1 { font-size: 31px; }
  .doob-bz-home-hero__panel p { font-size: 18px; }

  .doob-bz-home-product-types__grid {
    grid-template-columns: repeat(3, 300px);
    column-gap: 42px;
  }

  .doob-bz-home-product-type img {
    width: 300px;
    height: 300px;
  }

  .doob-bz-home-branding__grid {
    grid-template-columns: repeat(4, 230px);
    column-gap: 35px;
  }

  .doob-bz-home-branding__grid img {
    width: 230px;
    height: 230px;
  }

  .doob-bz-home-contact { min-height: 870px; }
  .doob-bz-home-contact > h2 { font-size: 35px; line-height: 1.17; }
  .doob-bz-home-contact__intro { width: min(464px, 100%); font-size: 15px; }
  .doob-bz-home-contact__grid h3 { font-size: 25px; line-height: 1.17; }
  .doob-bz-home-contact__form-title { font-size: 31px; line-height: 1.17; }
}

@media (max-width: 980px) {
  .doob-bz-home-hero__panel {
    top: 17%;
    width: min(730px, 82vw);
    min-height: 270px;
    padding: 35px 55px 28px;
  }

  .doob-bz-home-hero__panel p { display: block; }
}

@media (max-width: 959px) {
  .doob-bz-home-hero__panel h1 { font-size: 26px; line-height: 1.5; }
  .doob-bz-home-hero__panel p { font-size: 17px; }

  .doob-bz-home-benefits {
    min-height: 1027px;
    padding: 25px 22px 30px;
  }

  .doob-bz-home-benefits > h2 { margin-bottom: 44px; }

  .doob-bz-home-benefits__grid { gap: 35px; }
  .doob-bz-home-benefit:nth-child(1) { order: 1; }
  .doob-bz-home-benefit:nth-child(2) { order: 4; }
  .doob-bz-home-benefit:nth-child(3) { order: 2; }
  .doob-bz-home-benefit:nth-child(4) { order: 5; }
  .doob-bz-home-benefit:nth-child(5) { order: 3; }
  .doob-bz-home-benefit:nth-child(6) { order: 6; }

  .doob-bz-home-benefit {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 24px;
  }

  .doob-bz-home-benefit img { width: 110px; height: 110px; }
  .doob-bz-home-benefit h3 { font-size: 20px; }

  .doob-bz-home-product-types {
    min-height: 1009px;
    padding: 24px 0 30px;
  }

  .doob-bz-home-product-types > h2 { margin-bottom: 38px; }

  .doob-bz-home-product-types__grid {
    grid-template-columns: repeat(3, 200px);
    gap: 39px 20px;
  }

  .doob-bz-home-product-type img { width: 200px; height: 200px; }
  .doob-bz-home-product-type h3 { font-size: 18px; }

  .doob-bz-home-design { height: 508px; }
  .doob-bz-home-design > div { top: 23px; width: min(412px, 90%); }
  .doob-bz-home-design h2 { font-size: 36px; }

  .doob-bz-home-catalog-intro {
    min-height: 172px;
    padding-top: 24px;
  }

  .doob-bz-home-catalog-intro h2 { margin-bottom: 17px; }

  .doob-bz-home-faq-intro { min-height: 285px; }
  .doob-bz-home-faq-intro > div { width: min(620px, 100%); }

  .doob-bz-home-branding {
    min-height: 987px;
    padding-top: 34px;
  }

  .doob-bz-home-branding__grid {
    grid-template-columns: repeat(2, 200px);
    gap: 60px 65px;
  }

  .doob-bz-home-branding__grid img { width: 200px; height: 200px; }

  .doob-bz-home-contact {
    min-height: 848px;
    padding-top: 34px;
  }

  .doob-bz-home-contact > h2 { font-size: 35px; }
  .doob-bz-home-contact__intro { width: min(384px, 100%); margin-bottom: 34px; font-size: 13px; line-height: 1.35; }
  .doob-bz-home-contact__grid { grid-template-columns: repeat(3, 165px); gap: 28px; }
  .doob-bz-home-contact__grid h3 { font-size: 22px; }
  .doob-bz-home-contact__form-title { font-size: 32px; }
}

@media (max-width: 639px) {
  .doob-bz-home-hero__panel {
    top: 26px;
    width: 100%;
    min-height: 100px;
    padding: 15px 35px 13px;
  }

  .doob-bz-home-hero__panel h1 { font-size: 28px; line-height: 1.1; }
  .doob-bz-home-hero__panel p { display: none; }

  .doob-bz-home-intro {
    min-height: 250px;
    padding: 26px 5px 24px;
    text-align: center;
  }

  .doob-bz-home-intro h2 { display: block; margin-bottom: 20px; font-size: 28px; }
  .doob-bz-home-intro p { width: min(470px, 100%); font-size: 14px; line-height: 1.4; }

  .doob-bz-home-benefits { min-height: 1010px; }
  .doob-bz-home-benefit { grid-template-columns: 90px minmax(0, 1fr); gap: 20px; }
  .doob-bz-home-benefit img { width: 90px; height: 90px; }
  .doob-bz-home-benefit h3 { font-size: 18px; }
  .doob-bz-home-benefit p { font-size: 14px; }

  .doob-bz-home-product-types {
    min-height: 993px;
    padding-top: 26px;
  }

  .doob-bz-home-product-types > h2 { margin-bottom: 37px; }

  .doob-bz-home-product-types__grid {
    grid-template-columns: repeat(3, 200px);
    gap: 36px 10px;
  }

  .doob-bz-home-product-type h3 {
    min-height: 0;
    margin-top: 28px;
    font-size: 16px;
  }

  .doob-bz-home-design { height: 454px; }
  .doob-bz-home-design > div { top: 28px; width: min(314px, 90%); }
  .doob-bz-home-design h2 { margin-bottom: 16px; font-size: 28px; }
  .doob-bz-home-design p { font-size: 14px; }

  .doob-bz-home-clients { min-height: 320px; padding-top: 35px; }
  .doob-bz-home-clients > h2 { margin-bottom: 64px; }

  .doob-bz-home-catalog-intro {
    min-height: 163px;
    padding: 24px 24px 20px;
  }

  .doob-bz-home-catalog-intro h2 { margin-bottom: 19px; }
  .doob-bz-home-catalog-intro p { font-size: 14px; line-height: 1.4; }

  .doob-bz-home-faq-intro {
    min-height: 249px;
    padding: 34px 10px 35px;
  }

  .doob-bz-home-faq-intro > div {
    width: min(460px, 100%);
    min-height: 180px;
    padding: 22px 15px 16px;
  }

  .doob-bz-home-faq-intro h2 { margin-bottom: 9px; font-size: 28px; }
  .doob-bz-home-faq-intro p { margin-bottom: 14px; font-size: 14px; }

  .doob-bz-home-branding {
    min-height: 910px;
    padding: 35px 10px 30px;
  }

  .doob-bz-home-branding > h2 { margin-bottom: 21px; }
  .doob-bz-home-branding__intro { width: min(386px, 100%); margin-bottom: 40px; font-size: 14px; }
  .doob-bz-home-branding__grid { grid-template-columns: repeat(2, 180px); gap: 47px 50px; }
  .doob-bz-home-branding__grid img { width: 180px; height: 180px; margin-bottom: 31px; }
  .doob-bz-home-branding__grid h3 { font-size: 18px; }
  .doob-bz-home-branding__grid p { font-size: 14px; }

  .doob-bz-home-contact {
    min-height: 839px;
    padding: 35px 10px 30px;
  }

  .doob-bz-home-contact > h2 { margin-bottom: 19px; font-size: 30px; }
  .doob-bz-home-contact__intro { width: min(385px, 100%); margin-bottom: 23px; }
  .doob-bz-home-contact__grid { grid-template-columns: repeat(3, 126px); gap: 42px; justify-items: stretch; margin-bottom: 50px; }
  .doob-bz-home-contact__grid article a { display: flex; text-align: center; }
  .doob-bz-home-contact__grid img { width: 75px; height: 75px; margin-bottom: 22px; }
  .doob-bz-home-contact__grid h3 { font-size: 22px; }
  .doob-bz-home-contact__form-title { font-size: 27px; }
}

@media (max-width: 479px) {
  .doob-bz-home-hero__panel h1 { font-size: 24px; }

  .doob-bz-home-intro {
    min-height: 317px;
    padding: 26px 5px 25px;
  }

  .doob-bz-home-intro h2 { margin-bottom: 21px; }
  .doob-bz-home-intro p { width: min(310px, 100%); }

  .doob-bz-home-product-types {
    min-height: 1094px;
    padding-top: 25px;
  }

  .doob-bz-home-product-types > h2 { margin-bottom: 39px; }
  .doob-bz-home-product-types__grid { grid-template-columns: repeat(2, 175px); gap: 28px 13px; }
  .doob-bz-home-product-type img { width: 175px; height: 175px; }
  .doob-bz-home-product-type h3 { margin-top: 13px; }

  .doob-bz-home-design { height: 441px; }
  .doob-bz-home-design > div { top: 30px; width: min(260px, 90%); }
  .doob-bz-home-design h2 { margin-bottom: 12px; }

  .doob-bz-home-clients { min-height: 300px; padding-top: 44px; }
  .doob-bz-home-clients > h2 { margin-bottom: 45px; }

  .doob-bz-home-catalog-intro {
    min-height: 172px;
    padding-top: 26px;
  }

  .doob-bz-home-catalog-intro h2 { margin-bottom: 11px; }

  .doob-bz-home-faq-intro {
    min-height: 260px;
    padding: 24px 0 21px;
  }

  .doob-bz-home-faq-intro > div {
    width: 320px;
    min-height: 215px;
    padding: 14px 10px 12px;
  }

  .doob-bz-home-faq-intro h2 { margin-bottom: 8px; }

  .doob-bz-home-branding {
    min-height: 766px;
    padding: 26px 0 25px;
  }

  .doob-bz-home-branding > h2 { margin-bottom: 21px; }
  .doob-bz-home-branding__intro { width: 290px; margin-bottom: 30px; }
  .doob-bz-home-branding__grid { grid-template-columns: repeat(2, 130px); gap: 57px 29px; }
  .doob-bz-home-branding__grid img { width: 130px; height: 130px; margin-bottom: 16px; }
  .doob-bz-home-branding__grid h3 { font-size: 16px; }

  .doob-bz-home-contact {
    min-height: 952px;
    padding: 27px 39px 25px;
  }

  .doob-bz-home-contact > h2 { margin-bottom: 19px; font-size: 26px; }
  .doob-bz-home-contact__intro { width: 300px; margin-bottom: 23px; }
  .doob-bz-home-contact__grid { grid-template-columns: 1fr; gap: 45px; margin-bottom: 52px; }
  .doob-bz-home-contact__grid article a { display: grid; grid-template-columns: 60px minmax(0, 1fr); gap: 27px; text-align: left; }
  .doob-bz-home-contact__grid img { width: 60px; height: 60px; margin: 0; }
  .doob-bz-home-contact__grid article:nth-child(2) img { width: 50px; height: 50px; margin: 5px; }
  .doob-bz-home-contact__grid article:nth-child(3) img { width: 55px; height: 55px; margin: 2px; }
  .doob-bz-home-contact__grid h3 { margin-top: 0; font-size: 20px; }
  .doob-bz-home-contact__form-title { margin-bottom: 49px; font-size: 23px; }
  .doob-bz-home-contact__privacy { font-size: 11px; }
}

/* Exact record rhythm and responsive text boxes from the accepted Tilda source. */
.doob-bz-home-hero__cta { bottom: 20px; }

@media (max-width: 1199px) {
  .doob-bz-home-intro { min-height: 311px; }
  .doob-bz-home-benefits { min-height: 751px; }
  .doob-bz-home-product-types { min-height: 1367px; }
  .doob-bz-home-catalog-intro { min-height: 198px; padding-top: 49px; }
  .doob-bz-home-catalog-cta { min-height: 139px; padding: 40px 24px 54px; }
  .doob-bz-home-faq-intro { min-height: 373px; padding: 79px 24px; }
  .doob-bz-home-branding { min-height: 681px; padding-top: 49px; }
  .doob-bz-home-contact { min-height: 885px; padding-top: 51px; }

  .doob-bz-home-intro h2 { width: min(586px, 100%); font-size: 36px; }
  .doob-bz-home-benefits > h2 { width: min(640px, 100%); font-size: 40px; }
  .doob-bz-home-product-types > h2 { width: min(960px, 100%); font-size: 40px; }
  .doob-bz-home-clients > h2 { width: min(640px, 100%); font-size: 40px; }
  .doob-bz-home-catalog-intro h2 { width: min(960px, 100%); font-size: 40px; }
  .doob-bz-home-faq-intro h2 { width: min(688px, 100%); font-size: 36px; }
  .doob-bz-home-branding > h2 { width: min(640px, 100%); font-size: 40px; }
  .doob-bz-home-contact > h2 { width: min(507px, 100%); font-size: 35px; }
  .doob-bz-home-design > div { width: min(441px, 90%); }
  .doob-bz-home-design h2 { width: min(441px, 100%); font-size: 36px; }
  .doob-bz-home-design p { width: min(421px, 100%); margin-inline: auto; }
}

@media (min-width: 981px) and (max-width: 1199px) {
  .doob-bz-home-design { height: 577px; }
  .doob-bz-home-design > div { top: 33px; }
}

@media (max-width: 959px) {
  .doob-bz-home-intro { min-height: 292px; }
  .doob-bz-home-benefits { min-height: 1042px; }
  .doob-bz-home-product-types { min-height: 1009px; }
  .doob-bz-home-design { height: 508px; }
  .doob-bz-home-catalog-intro { min-height: 187px; padding-top: 39px; }
  .doob-bz-home-catalog-cta { min-height: 139px; padding: 40px 24px 54px; }
  .doob-bz-home-faq-intro { min-height: 375px; padding: 79px 10px 81px; }
  .doob-bz-home-branding { min-height: 1002px; padding-top: 49px; }
  .doob-bz-home-contact { min-height: 863px; padding-top: 49px; }

  .doob-bz-home-intro h2 { width: min(586px, 100%); }
  .doob-bz-home-benefits > h2 { width: min(364px, 100%); font-size: 36px; }
  .doob-bz-home-product-types > h2 { width: min(392px, 100%); font-size: 36px; }
  .doob-bz-home-clients > h2 { width: min(640px, 100%); font-size: 36px; }
  .doob-bz-home-catalog-intro h2 { width: min(960px, 100%); font-size: 36px; }
  .doob-bz-home-faq-intro h2 { width: min(688px, 100%); }
  .doob-bz-home-branding > h2 { width: min(640px, 100%); font-size: 36px; }
  .doob-bz-home-contact > h2 { width: min(440px, 100%); }
  .doob-bz-home-design > div { width: min(412px, 90%); }
  .doob-bz-home-design h2 { width: min(441px, 100%); }
  .doob-bz-home-design p { width: min(412px, 100%); }
}

@media (max-width: 639px) {
  .doob-bz-home-button { width: 261px; height: 45px; min-width: 0; min-height: 45px; }
  .doob-bz-home-hero__cta { bottom: 48px; width: 230px; height: 40px; min-height: 40px; }
  .doob-bz-home-intro { min-height: 265px; }
  .doob-bz-home-benefits { min-height: 1025px; }
  .doob-bz-home-product-types { min-height: 993px; }
  .doob-bz-home-design { height: 454px; }
  .doob-bz-home-catalog-intro { min-height: 178px; padding-top: 39px; }
  .doob-bz-home-catalog-intro p { width: min(433px, 100%); }
  .doob-bz-home-catalog__grid { row-gap: 42px; }
  .doob-bz-home-catalog-cta { min-height: 115px; padding: 28px 24px 42px; }
  .doob-bz-home-faq-intro { min-height: 339px; padding: 79px 10px 80px; }
  .doob-bz-home-faq-intro p { width: min(451px, 100%); }
  .doob-bz-home-branding { min-height: 925px; padding-top: 50px; }
  .doob-bz-home-contact { min-height: 854px; padding-top: 50px; }

  .doob-bz-home-intro h2,
  .doob-bz-home-benefits > h2,
  .doob-bz-home-product-types > h2,
  .doob-bz-home-clients > h2,
  .doob-bz-home-catalog-intro h2,
  .doob-bz-home-faq-intro h2,
  .doob-bz-home-branding > h2 { font-size: 28px; }
  .doob-bz-home-intro h2 { width: min(445px, 100%); }
  .doob-bz-home-benefits > h2 { width: min(300px, 100%); }
  .doob-bz-home-product-types > h2 { width: min(392px, 100%); }
  .doob-bz-home-clients > h2 { width: min(297px, 100%); }
  .doob-bz-home-catalog-intro h2 { width: min(412px, 100%); }
  .doob-bz-home-faq-intro h2 { width: min(688px, 100%); }
  .doob-bz-home-branding > h2 { width: min(297px, 100%); }
  .doob-bz-home-contact > h2 { width: min(388px, 100%); }
  .doob-bz-home-design > div { width: min(314px, 90%); }
  .doob-bz-home-design h2 { width: min(318px, 100%); }
  .doob-bz-home-design p { width: min(314px, 100%); }
}

@media (max-width: 479px) {
  .doob-bz-home-hero { height: calc(100svh - 59px); }
  .doob-bz-home-hero__cta { bottom: 43px; }
  .doob-bz-home-intro { min-height: 332px; }
  .doob-bz-home-benefits {
    position: relative;
    height: 1022px;
    min-height: 1022px;
    overflow: hidden;
    padding: 0 0 15px;
  }

  .doob-bz-home-benefits > h2 {
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 50%;
    width: 300px;
    margin: 0;
    font-size: 28px;
    line-height: 1.1;
    transform: translateX(-50%);
  }

  .doob-bz-home-benefits__grid {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 320px;
    height: 1007px;
    transform: translateX(-50%);
  }

  .doob-bz-home-benefit {
    position: static;
    display: block;
    padding: 0;
  }

  .doob-bz-home-benefit img,
  .doob-bz-home-benefit h3,
  .doob-bz-home-benefit p {
    position: absolute;
    margin: 0;
  }

  .doob-bz-home-benefit img {
    top: var(--benefit-icon-top);
    left: calc(50% - 173px);
    width: 80px;
    max-width: none;
    height: 80px;
  }

  .doob-bz-home-benefit h3 {
    top: var(--benefit-title-top);
    left: calc(50% + var(--benefit-title-x) - var(--benefit-title-half));
    display: flex;
    width: var(--benefit-title-width);
    height: 40px;
    align-items: center;
    font-size: 18px;
    line-height: 1.1;
  }

  .doob-bz-home-benefit p {
    top: var(--benefit-copy-top);
    left: calc(50% + var(--benefit-copy-x) - var(--benefit-copy-half));
    width: var(--benefit-copy-width);
    font-size: 14px;
    line-height: 1.4;
  }

  .doob-bz-home-benefit:nth-child(1) {
    --benefit-icon-top: 99px;
    --benefit-title-top: 99px;
    --benefit-title-x: 4px;
    --benefit-title-width: 161px;
    --benefit-title-half: 80.5px;
    --benefit-copy-top: 151px;
    --benefit-copy-x: 44px;
    --benefit-copy-width: 241px;
    --benefit-copy-half: 120.5px;
  }

  .doob-bz-home-benefit:nth-child(2) {
    --benefit-icon-top: 544px;
    --benefit-title-top: 544px;
    --benefit-title-x: 42px;
    --benefit-title-width: 238px;
    --benefit-title-half: 119px;
    --benefit-copy-top: 596px;
    --benefit-copy-x: 47px;
    --benefit-copy-width: 247px;
    --benefit-copy-half: 123.5px;
  }

  .doob-bz-home-benefit:nth-child(3) {
    --benefit-icon-top: 255px;
    --benefit-title-top: 255px;
    --benefit-title-x: 5px;
    --benefit-title-width: 163px;
    --benefit-title-half: 81.5px;
    --benefit-copy-top: 308px;
    --benefit-copy-x: 50px;
    --benefit-copy-width: 254px;
    --benefit-copy-half: 127px;
  }

  .doob-bz-home-benefit:nth-child(4) {
    --benefit-icon-top: 718px;
    --benefit-title-top: 718px;
    --benefit-title-x: 45px;
    --benefit-title-width: 244px;
    --benefit-title-half: 122px;
    --benefit-copy-top: 769px;
    --benefit-copy-x: 47px;
    --benefit-copy-width: 247px;
    --benefit-copy-half: 123.5px;
  }

  .doob-bz-home-benefit:nth-child(5) {
    --benefit-icon-top: 410px;
    --benefit-title-top: 410px;
    --benefit-title-x: 5px;
    --benefit-title-width: 163px;
    --benefit-title-half: 81.5px;
    --benefit-copy-top: 462px;
    --benefit-copy-x: 41px;
    --benefit-copy-width: 236px;
    --benefit-copy-half: 118px;
  }

  .doob-bz-home-benefit:nth-child(6) {
    --benefit-icon-top: 854px;
    --benefit-title-top: 854px;
    --benefit-title-x: 20px;
    --benefit-title-width: 194px;
    --benefit-title-half: 97px;
    --benefit-copy-top: 907px;
    --benefit-copy-x: 65px;
    --benefit-copy-width: 284px;
    --benefit-copy-half: 142px;
  }

  .doob-bz-home-product-types { min-height: 1094px; }
  .doob-bz-home-design { height: 441px; }
  .doob-bz-home-clients { min-height: 300px; }
  .doob-bz-home-catalog-intro { min-height: 187px; padding-top: 41px; }
  .doob-bz-home-catalog-intro p { width: min(320px, 100%); }
  .doob-bz-home-catalog-cta { min-height: 115px; }
  .doob-bz-home-faq-intro { min-height: 350px; padding: 69px 0 66px; }
  .doob-bz-home-faq-intro p { width: min(237px, 100%); }
  .doob-bz-home-branding { min-height: 781px; padding-top: 41px; }
  .doob-bz-home-contact { min-height: 967px; padding-top: 42px; }

  .doob-bz-home-intro h2 { width: min(309px, 100%); }
  .doob-bz-home-product-types > h2 { width: min(322px, 100%); }
  .doob-bz-home-clients > h2 { width: min(281px, 100%); }
  .doob-bz-home-catalog-intro h2 { width: min(259px, 100%); }
  .doob-bz-home-faq-intro h2 { width: min(310px, 100%); }
  .doob-bz-home-branding > h2 { width: min(281px, 100%); }
  .doob-bz-home-contact > h2 { width: min(301px, 100%); font-size: 26px; }
  .doob-bz-home-design > div {
    top: 30px;
    width: 333px;
    max-width: none;
  }

  .doob-bz-home-design h2 {
    width: 333px;
    max-width: none;
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 31px;
  }

  .doob-bz-home-design p {
    width: 260px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
  }

  /* The accepted 390px Tilda layout intentionally omits this ninth tile. */
  .doob-bz-home-product-type:nth-child(9) { display: none; }

  .doob-bz-home-clients { padding-bottom: 30px; }

  .doob-bz-home-catalog { padding-bottom: 70px; }
  .doob-bz-home-catalog__grid { row-gap: 70px; }

  .doob-bz-home-branding { padding-bottom: 46px; }
  .doob-bz-home-branding__intro { margin-bottom: 28px; line-height: 20px; }
  .doob-bz-home-branding__grid { row-gap: 27px; margin-bottom: 25px; }
  .doob-bz-home-branding__grid h3 { margin-bottom: 10px; }
  .doob-bz-home-branding__grid p { line-height: 20px; }

  .doob-bz-home-faq-intro h2 {
    left: -6px;
    top: -1px;
    width: 310px;
    max-width: none;
  }
  .doob-bz-home-faq-intro p { left: 1px; top: 1px; line-height: 20px; }
  .doob-bz-home-faq-intro .doob-bz-home-button { left: 1px; top: 3px; }

  .doob-bz-home-contact { padding-right: 45px; padding-bottom: 34px; padding-left: 45px; }
  .doob-bz-home-contact > h2 { left: 1px; width: 301px; max-width: none; }
  .doob-bz-home-contact__intro { line-height: 18px; }
  .doob-bz-home-contact__grid { position: relative; top: -3px; }
  .doob-bz-home-contact__grid article a {
    grid-template-columns: 60px 155px;
    justify-content: start;
    padding-left: 29px;
  }
  .doob-bz-home-contact__grid h3,
  .doob-bz-home-contact__grid p { width: max-content; }
  .doob-bz-home-contact__grid article:nth-child(1) h3 { width: 120px; }
  .doob-bz-home-contact__grid article:nth-child(1) p { width: 155px; }
  .doob-bz-home-contact__grid article:nth-child(2) h3 { width: 144px; }
  .doob-bz-home-contact__grid article:nth-child(2) p { width: 148px; }
  .doob-bz-home-contact__grid article:nth-child(3) h3 { width: 87px; }
  .doob-bz-home-contact__grid article:nth-child(3) p { width: 125px; }
  .doob-bz-home-contact__grid article:nth-child(1) img { position: relative; top: 8px; }
  .doob-bz-home-contact__grid article:nth-child(1) h3 { position: relative; top: 13px; }
  .doob-bz-home-contact__grid article:nth-child(1) p { position: relative; top: 12px; }
  .doob-bz-home-contact__grid article:nth-child(2) img { position: relative; top: -2px; }
  .doob-bz-home-contact__grid article:nth-child(3) img { position: relative; top: 1px; }
  .doob-bz-home-contact__grid article:nth-child(3) h3 { position: relative; top: 6px; }
  .doob-bz-home-contact__grid article:nth-child(3) p { position: relative; top: 5px; }
  .doob-bz-home-contact__form-title { position: relative; left: 1px; top: 1px; margin-bottom: 22px; }
  .doob-bz-home-form { left: -1px; }
  .doob-bz-home-form input { height: 45px; }
  .doob-bz-home-form button { height: 50px; }
  .doob-bz-home-contact__privacy {
    position: relative;
    left: 4px;
    top: 15px;
    width: 290px;
    margin: 15px auto 0;
    font-size: 11px;
    line-height: 17px;
  }
}

/* Original shadows, surface layers and motion. */
.doob-bz-home-intro,
.doob-bz-home-benefits,
.doob-bz-home-product-types,
.doob-bz-home-design,
.doob-bz-home-clients,
.doob-bz-home-catalog-cta,
.doob-bz-home-faq-intro,
.doob-bz-home-branding { border-bottom: 0; }

.doob-bz-home-intro {
  position: relative;
  z-index: 4;
  box-shadow: 0 5px 4px rgb(135 135 135 / 30%);
}

@media (max-width: 479px) {
  .doob-bz-home-intro { box-shadow: none; }

  .doob-bz-home-intro::after {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    height: 1px;
    box-shadow: 0 5px 4px rgb(135 135 135 / 30%);
    content: "";
    pointer-events: none;
  }
}

.doob-bz-home-product-types {
  position: relative;
  z-index: 3;
  box-shadow: 0 -5px 4px rgb(135 135 135 / 30%), 0 5px 4px rgb(135 135 135 / 30%);
}

.doob-bz-home-catalog-intro {
  position: relative;
  z-index: 3;
  box-shadow: 0 -5px 4px rgb(135 135 135 / 30%);
}

.doob-bz-home-branding {
  position: relative;
  z-index: 3;
  box-shadow: 0 -5px 4px rgb(135 135 135 / 30%), 0 5px 4px rgb(135 135 135 / 30%);
}

.doob-bz-home-benefit img {
  border: 0;
  box-shadow: 1px 3px 4px rgb(0 0 0 / 40%);
}

.doob-bz-home-product-type img { box-shadow: 0 0 15px rgb(0 0 0 / 40%); }

.doob-bz-home-product-type a:hover img,
.doob-bz-home-product-type a:focus-visible img { transform: none; }

.doob-bz-home-branding__grid img { box-shadow: 0 1px 3px rgb(0 0 0 / 50%); }

.doob-bz-home-faq-intro > div {
  position: relative;
  overflow: hidden;
  background: #fafafa;
  box-shadow: 0 0 15px rgb(41 41 41 / 40%);
}

.doob-bz-home-faq-intro > div > * {
  position: relative;
  z-index: 1;
}

.doob-bz-home-faq-intro > div::after {
  position: absolute;
  z-index: 0;
  top: 55%;
  left: 24%;
  width: 13px;
  height: 86px;
  background: rgb(255 255 255 / 45%);
  content: "";
  pointer-events: none;
  transform: translate3d(0, -50%, 0) rotate(12deg);
  animation: doob-bz-home-faq-sheen 3s linear infinite;
}

.doob-bz-home-contact { background: #fff; }
.doob-bz-home-contact__grid img { opacity: 0.6; }

.doob-bz-home-hero__slides { border-radius: 10px; }

.doob-bz-home-hero__panel {
  border-radius: 10px;
  background: rgb(0 0 0 / 60%);
}

.doob-bz-home-hero__arrow { background: rgb(232 232 232 / 50%); }

.doob-bz-home-clients__track {
  gap: 20px;
  animation-duration: 25s;
  will-change: transform;
}

.doob-bz-home-clients__track img {
  width: 150px;
  height: 150px;
  flex-basis: 150px;
}

@keyframes doob-bz-home-clients {
  to { transform: translateX(-1700px); }
}

@keyframes doob-bz-home-faq-sheen {
  0%, 66.666% { transform: translate3d(0, -50%, 0) rotate(12deg); }
  100% { transform: translate3d(285px, -50%, 0) rotate(12deg); }
}

.doob-bz-reveal {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: var(--doob-bz-reveal-duration, 700ms);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}

.doob-bz-home-button.doob-bz-reveal {
  transition-property: opacity, transform, background-color, color, border-color, box-shadow;
  transition-duration: var(--doob-bz-reveal-duration, 700ms), var(--doob-bz-reveal-duration, 700ms), 0.2s, 0.2s, 0.2s, 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1), cubic-bezier(0.19, 1, 0.22, 1), ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}

.doob-bz-reveal--right { transform: translate3d(100px, 0, 0); }
.doob-bz-reveal--left { transform: translate3d(-100px, 0, 0); }
.doob-bz-reveal--up { transform: translate3d(0, 100px, 0); }

.doob-bz-home-hero__cta.doob-bz-reveal--right {
  transform: translateX(calc(-50% + 100px));
}

.doob-bz-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.doob-bz-home-hero__cta.doob-bz-reveal.is-visible { transform: translateX(-50%); }

@media (max-width: 639px) {
  .doob-bz-home-hero__slides { border-radius: 30px; }

  .doob-bz-home-hero__panel {
    border-radius: 0;
    background: rgb(0 0 0 / 55%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .doob-bz-reveal,
  .doob-bz-home-hero__cta.doob-bz-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .doob-bz-home-hero__cta.doob-bz-reveal { transform: translateX(-50%); }
  .doob-bz-home-faq-intro > div::after { animation: none; }
}
