<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ktk-block-configurator {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}
    .ktk-block-configurator__right__title {
      font-size: 1.875rem;
      font-weight: 700;
      padding: 0 1.5rem 1rem;
    }
    @media screen and (max-width: 767px) {
      .ktk-block-configurator__right__title {
        font-size: 1.5rem;
        padding: 0 0 1rem;
      }
    }
    .ktk-block-configurator__left,
    .ktk-block-configurator__right {
      flex-basis: 100%;
    }
    .ktk-block-configurator__left {
      background-size: contain;
      background-repeat: no-repeat;
      padding-bottom: 20.25rem;
      background-position: left;
    }
      .ktk-block-configurator__right__iframe {
        width:100%;
        max-width:100%;
        min-height: 310px;
      }
@media (max-width:1023px) {
  .ktk-block-configurator {
    flex-direction: column;
  }
  .ktk-block-configurator__left,
  .ktk-block-configurator__right {
    width: 100%;
  }
  .ktk-block-configurator__left {
    width: 100vw;
    padding-bottom: 260px;
    background-size: cover;
    background-position: center;
    transform: translateX(-1rem);
    margin-bottom: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .ktk-block-configurator__left {
    transform: translateX(-1.75rem);
  }
  iframe.ktk-block-configurator__right__iframe {
    width: 100% !important;
    max-width: 100% !important;
    transform: none;
  }
}
</pre></body></html>