@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #FFFFFF);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #000000);
  --color-btn-bg-is-dark:var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade:var(--draft-color-btn-bg-minor-shade, #1a1a1a);
  --color-btn-bg-minor-shade-is-dark:var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade:var(--draft-color-btn-bg-major-shade, #333333);
  --color-btn-bg-major-shade-is-dark:var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #808080);
  --color-btn-bg-half-shade-is-dark:var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text:var(--draft-color-accent-text, #122035);
  --color-accent-text-is-dark:var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade:var(--draft-color-accent-text-minor-shade, #1d3456);
  --color-accent-text-minor-shade-is-dark:var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade:var(--draft-color-accent-text-major-shade, #294877);
  --color-accent-text-major-shade-is-dark:var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #5c87c7);
  --color-accent-text-half-shade-is-dark:var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark:var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark:var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade:var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark:var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade:var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark:var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade:var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark:var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light:var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade:var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light:var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade:var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light:var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade:var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, circle);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning:var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light:var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light:var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade:var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light:var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade:var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark:var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success:var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light:var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade:var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light:var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade:var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light:var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade:var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark:var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error:var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light:var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light:var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light:var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark:var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info:var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light:var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade:var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light:var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade:var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light:var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade:var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, Jost);
  --font-size:var(--draft-font-size, 14px);
  --font-family-heading:var(--draft-font-family-heading, Jost);
  --heading-ratio:var(--draft-heading-ratio, 1.4);
  --heading-weight:var(--draft-heading-weight, 700);
  --collection_count:var(--draft-collection_count, 100);
  --search_count:var(--draft-search_count, 100);
  --blog_size:var(--draft-blog_size, 50);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar:var(--draft-delta_sidebar, 2);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, right);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, true); }

/* line 4, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 8, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 12, theme.scss */
.ya-pay-widget {
  width: 280px !important;
  padding: 0 !important;
  margin-top: 0 !important;
  border-radius: 0 !important; }
  @media (max-width: 768px) {
    /* line 12, theme.scss */
    .ya-pay-widget {
      width: calc(100% - 0.5rem) !important; } }

/* BLOOM_CSS_START */
/* line 22, theme.scss */
.bloom-video-feature {
  max-width: 1240px;
  margin: 72px auto 28px;
  padding: 0 24px;
  text-align: center; }

/* line 22, theme.scss */
.bloom-video-feature__eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #817a70; }

/* line 22, theme.scss */
.bloom-video-feature__title {
  margin: 0;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.05;
  font-weight: 500; }

/* line 22, theme.scss */
.bloom-video-feature__copy {
  max-width: 680px;
  margin: 18px auto 32px;
  color: #666;
  font-size: 16px;
  line-height: 1.55; }

/* line 22, theme.scss */
.bloom-video-stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  background: #eee; }

/* line 22, theme.scss */
.bloom-video-stage iframe {
  display: block!important;
  width: 100%!important;
  height: 100%!important;
  border: 0; }

/* line 22, theme.scss */
.bloom-video-cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #eee; }

/* line 22, theme.scss */
.bloom-video-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center; }

/* line 22, theme.scss */
.bloom-video-cover:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.28)); }

/* line 22, theme.scss */
.bloom-video-cover__play {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.18); }

/* line 22, theme.scss */
.bloom-video-cover__play:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 25px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #111; }

/* line 22, theme.scss */
.bloom-video-cover__hint {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  white-space: nowrap; }

@media (max-width: 640px) {
  /* line 22, theme.scss */
  .bloom-video-feature {
    margin-top: 44px;
    padding: 0 16px; }

  /* line 22, theme.scss */
  .bloom-video-feature__title {
    font-size: 34px; }

  /* line 22, theme.scss */
  .bloom-video-feature__copy {
    font-size: 14px;
    margin-bottom: 22px; }

  /* line 22, theme.scss */
  .bloom-video-stage {
    aspect-ratio: 4/5; } }
/* BLOOM_CSS_END */
/* KAWS_EDITORIAL_START */
/* line 26, theme.scss */
.bloom-video-feature--kaws {
  display: grid;
  grid-template-columns: minmax(260px, 34%) 1fr;
  grid-template-rows: auto auto 1fr;
  column-gap: 56px;
  align-items: start;
  text-align: left;
  padding: 0 36px; }

/* line 26, theme.scss */
.bloom-video-feature--kaws .bloom-video-feature__eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin-top: 8px;
  color: #111;
  border-top: 1px solid #111;
  padding-top: 18px; }

/* line 26, theme.scss */
.bloom-video-feature--kaws .bloom-video-feature__title {
  grid-column: 1;
  grid-row: 2;
  margin-top: 30px;
  font-size: clamp(38px, 4.5vw, 68px);
  line-height: .98; }

/* line 26, theme.scss */
.bloom-video-feature--kaws .bloom-video-feature__copy {
  grid-column: 1;
  grid-row: 3;
  margin: 28px 0 0;
  max-width: 360px;
  font-size: 16px;
  line-height: 1.65; }

/* line 26, theme.scss */
.bloom-video-feature--kaws .bloom-video-stage {
  grid-column: 2;
  grid-row: 1/4;
  aspect-ratio: 4/3; }

/* line 26, theme.scss */
.bloom-video-feature--kaws .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 26, theme.scss */
  .bloom-video-feature--kaws {
    display: block;
    padding: 0 16px; }

  /* line 26, theme.scss */
  .bloom-video-feature--kaws .bloom-video-feature__title {
    margin-top: 22px; }

  /* line 26, theme.scss */
  .bloom-video-feature--kaws .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 26, theme.scss */
  .bloom-video-feature--kaws .bloom-video-stage {
    aspect-ratio: 4/5; } }
/* KAWS_EDITORIAL_END */
/* ARCHITEKTOR_HERO_CROP_FIX_START */
/* Полный заголовок Telegram-слайда без обрезания строк. Фото использует исходное кадрирование темы. */
/* line 32, theme.scss */
.promo-slider__item:has(img[src*="DSCF5770_04ff59a2c693e89954fe45da6ae4ac6f"]) .promo-slider__item-content__title {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important; }

/* ARCHITEKTOR_HERO_CROP_FIX_END */
/* CUBE_VIDEO_START */
/* line 42, theme.scss */
.bloom-video-feature--cube {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.65fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 54px;
  align-items: start;
  padding: 0 36px;
  text-align: left; }

/* line 51, theme.scss */
.bloom-video-feature--cube .bloom-video-stage {
  grid-column: 1;
  grid-row: 1/4;
  aspect-ratio: 4/3;
  background: #f3f1ed; }

/* line 57, theme.scss */
.bloom-video-feature--cube .bloom-video-feature__eyebrow {
  grid-column: 2;
  grid-row: 1;
  margin: 8px 0 0;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #8c674e; }

/* line 65, theme.scss */
.bloom-video-feature--cube .bloom-video-feature__title {
  grid-column: 2;
  grid-row: 2;
  margin-top: 30px;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: .98;
  font-weight: 500; }

/* line 73, theme.scss */
.bloom-video-feature--cube .bloom-video-feature__copy {
  grid-column: 2;
  grid-row: 3;
  max-width: 350px;
  margin: 28px 0 0;
  color: #666;
  font-size: 16px;
  line-height: 1.65; }

/* line 82, theme.scss */
.bloom-video-feature--cube .bloom-video-cover {
  background: #f3f1ed; }

/* line 83, theme.scss */
.bloom-video-feature--cube .bloom-video-cover img {
  object-fit: contain;
  padding: clamp(20px, 3vw, 48px); }

/* line 87, theme.scss */
.bloom-video-feature--cube .bloom-video-cover:after {
  background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.22)); }

/* line 90, theme.scss */
.bloom-video-feature--cube .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 99, theme.scss */
  .bloom-video-feature--cube {
    display: block;
    padding: 0 16px; }

  /* line 100, theme.scss */
  .bloom-video-feature--cube .bloom-video-feature__eyebrow {
    margin-top: 0; }

  /* line 101, theme.scss */
  .bloom-video-feature--cube .bloom-video-feature__title {
    margin-top: 22px;
    font-size: 40px; }

  /* line 102, theme.scss */
  .bloom-video-feature--cube .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 103, theme.scss */
  .bloom-video-feature--cube .bloom-video-stage {
    aspect-ratio: 4/5; }

  /* line 104, theme.scss */
  .bloom-video-feature--cube .bloom-video-cover img {
    padding: 18px; } }
/* CUBE_VIDEO_END */
/* KORA_VIDEO_START */
/* line 109, theme.scss */
.bloom-video-feature--kora {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
  grid-template-areas: "eyebrow eyebrow" "title copy" "stage stage";
  column-gap: 72px;
  align-items: end;
  padding: 0 36px;
  text-align: left; }

/* line 118, theme.scss */
.bloom-video-feature--kora .bloom-video-feature__eyebrow {
  grid-area: eyebrow;
  margin: 0 0 28px;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #777166; }

/* line 125, theme.scss */
.bloom-video-feature--kora .bloom-video-feature__title {
  grid-area: title;
  max-width: 760px;
  margin: 0;
  font-size: clamp(40px, 5vw, 70px);
  line-height: .96;
  font-weight: 500;
  letter-spacing: -.025em; }

/* line 134, theme.scss */
.bloom-video-feature--kora .bloom-video-feature__copy {
  grid-area: copy;
  max-width: 440px;
  margin: 0 0 3px;
  color: #666;
  font-size: 16px;
  line-height: 1.65; }

/* line 142, theme.scss */
.bloom-video-feature--kora .bloom-video-stage {
  grid-area: stage;
  margin-top: 38px;
  aspect-ratio: 16/8.7;
  background: #e9e5de; }

/* line 148, theme.scss */
.bloom-video-feature--kora .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

/* line 152, theme.scss */
.bloom-video-feature--kora .bloom-video-cover:after {
  background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.3)); }

/* line 155, theme.scss */
.bloom-video-feature--kora .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 164, theme.scss */
  .bloom-video-feature--kora {
    display: block;
    padding: 0 16px; }

  /* line 165, theme.scss */
  .bloom-video-feature--kora .bloom-video-feature__eyebrow {
    margin-bottom: 22px; }

  /* line 166, theme.scss */
  .bloom-video-feature--kora .bloom-video-feature__title {
    font-size: 40px; }

  /* line 167, theme.scss */
  .bloom-video-feature--kora .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 168, theme.scss */
  .bloom-video-feature--kora .bloom-video-stage {
    margin-top: 0;
    aspect-ratio: 4/5; } }
/* KORA_VIDEO_END */
/* TEREKHOV_VIDEO_START */
/* line 172, theme.scss */
.bloom-video-feature--terekhov {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  grid-template-areas: "eyebrow eyebrow" "title title" "stage stage" ". copy";
  column-gap: 52px;
  align-items: start;
  padding: 0 36px;
  text-align: left; }

/* line 181, theme.scss */
.bloom-video-feature--terekhov .bloom-video-feature__eyebrow {
  grid-area: eyebrow;
  margin: 0 0 24px;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #737373; }

/* line 188, theme.scss */
.bloom-video-feature--terekhov .bloom-video-feature__title {
  grid-area: title;
  max-width: 920px;
  margin: 0;
  font-size: clamp(44px, 6vw, 82px);
  line-height: .94;
  font-weight: 500;
  letter-spacing: -.035em; }

/* line 197, theme.scss */
.bloom-video-feature--terekhov .bloom-video-stage {
  grid-area: stage;
  margin-top: 38px;
  aspect-ratio: 16/8.2;
  background: #f1f1ef; }

/* line 203, theme.scss */
.bloom-video-feature--terekhov .bloom-video-feature__copy {
  display: none;
  grid-area: copy;
  max-width: 390px;
  margin: 22px 0 0;
  padding-top: 16px;
  border-top: 1px solid #b8b8b3;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 214, theme.scss */
.bloom-video-feature--terekhov .bloom-video-cover {
  background: #f1f1ef; }

/* line 215, theme.scss */
.bloom-video-feature--terekhov .bloom-video-cover img {
  object-fit: cover;
  object-position: center;
  padding: 0; }

/* line 220, theme.scss */
.bloom-video-feature--terekhov .bloom-video-cover:after {
  background: linear-gradient(180deg, transparent 64%, rgba(0, 0, 0, 0.24)); }

/* line 223, theme.scss */
.bloom-video-feature--terekhov .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 232, theme.scss */
  .bloom-video-feature--terekhov {
    display: block;
    padding: 0 16px; }

  /* line 233, theme.scss */
  .bloom-video-feature--terekhov .bloom-video-feature__eyebrow {
    margin-bottom: 20px; }

  /* line 234, theme.scss */
  .bloom-video-feature--terekhov .bloom-video-feature__title {
    font-size: 44px; }

  /* line 235, theme.scss */
  .bloom-video-feature--terekhov .bloom-video-stage {
    margin-top: 26px;
    aspect-ratio: 4/5; }

  /* line 236, theme.scss */
  .bloom-video-feature--terekhov .bloom-video-feature__copy {
    margin: 18px 0 0; }

  /* line 237, theme.scss */
  .bloom-video-feature--terekhov .bloom-video-cover img {
    padding: 18px; } }
/* line 240, theme.scss */
.bloom-video-feature--terekhov .bloom-video-feature__title:after {
  content: 'Посмотреть, как изготавливаем';
  display: block;
  margin-top: 18px;
  color: #777;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase; }

/* line 251, theme.scss */
.bloom-video-feature--terekhov .bloom-video-cover__hint {
  display: none; }

/* TEREKHOV_VIDEO_END */
/* PO_TWO_VIDEO_START */
/* line 254, theme.scss */
.bloom-video-feature--po-process,
.bloom-video-feature--po-object {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 56px;
  align-items: start;
  padding: 0 36px;
  text-align: left; }

/* line 264, theme.scss */
.bloom-video-feature--po-process .bloom-video-stage,
.bloom-video-feature--po-object .bloom-video-stage {
  grid-column: 1;
  grid-row: 1/4;
  aspect-ratio: 4/3;
  background: #f2f0ec; }

/* line 271, theme.scss */
.bloom-video-feature--po-process .bloom-video-feature__eyebrow,
.bloom-video-feature--po-object .bloom-video-feature__eyebrow {
  grid-column: 2;
  grid-row: 1;
  margin: 8px 0 0;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #777; }

/* line 280, theme.scss */
.bloom-video-feature--po-process .bloom-video-feature__title,
.bloom-video-feature--po-object .bloom-video-feature__title {
  grid-column: 2;
  grid-row: 2;
  margin-top: 30px;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: .98;
  font-weight: 500; }

/* line 289, theme.scss */
.bloom-video-feature--po-process .bloom-video-feature__copy,
.bloom-video-feature--po-object .bloom-video-feature__copy {
  grid-column: 2;
  grid-row: 3;
  max-width: 350px;
  margin: 26px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 299, theme.scss */
.bloom-video-feature--po-process .bloom-video-cover,
.bloom-video-feature--po-object .bloom-video-cover {
  background: #f2f0ec; }

/* line 301, theme.scss */
.bloom-video-feature--po-process .bloom-video-cover img,
.bloom-video-feature--po-object .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

/* line 306, theme.scss */
.bloom-video-feature--po-process .bloom-video-cover__hint,
.bloom-video-feature--po-object .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px; }

/* line 315, theme.scss */
.bloom-video-feature--po-object {
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  margin-top: 92px; }

/* line 319, theme.scss */
.bloom-video-feature--po-object .bloom-video-stage {
  grid-column: 2; }

/* line 320, theme.scss */
.bloom-video-feature--po-object .bloom-video-feature__eyebrow,
.bloom-video-feature--po-object .bloom-video-feature__title,
.bloom-video-feature--po-object .bloom-video-feature__copy {
  grid-column: 1; }

@media (max-width: 760px) {
  /* line 324, theme.scss */
  .bloom-video-feature--po-process,
  .bloom-video-feature--po-object {
    display: block;
    padding: 0 16px; }

  /* line 326, theme.scss */
  .bloom-video-feature--po-object {
    margin-top: 58px; }

  /* line 327, theme.scss */
  .bloom-video-feature--po-process .bloom-video-feature__eyebrow,
  .bloom-video-feature--po-object .bloom-video-feature__eyebrow {
    margin-top: 0; }

  /* line 329, theme.scss */
  .bloom-video-feature--po-process .bloom-video-feature__title,
  .bloom-video-feature--po-object .bloom-video-feature__title {
    margin-top: 22px;
    font-size: 40px; }

  /* line 331, theme.scss */
  .bloom-video-feature--po-process .bloom-video-feature__copy,
  .bloom-video-feature--po-object .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 333, theme.scss */
  .bloom-video-feature--po-process .bloom-video-stage,
  .bloom-video-feature--po-object .bloom-video-stage {
    aspect-ratio: 4/5; } }
/* PO_TWO_VIDEO_END */
/* VETEROK_TWO_VIDEO_START */
/* line 338, theme.scss */
.bloom-video-feature--vet-smart {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(270px, 0.7fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 58px;
  align-items: start;
  padding: 0 36px;
  text-align: left; }

/* line 347, theme.scss */
.bloom-video-feature--vet-smart .bloom-video-stage {
  grid-column: 1;
  grid-row: 1/4;
  aspect-ratio: 4/3;
  background: #f0f0ee; }

/* line 353, theme.scss */
.bloom-video-feature--vet-smart .bloom-video-feature__eyebrow {
  grid-column: 2;
  grid-row: 1;
  margin: 8px 0 0;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #777; }

/* line 356, theme.scss */
.bloom-video-feature--vet-smart .bloom-video-feature__title {
  grid-column: 2;
  grid-row: 2;
  margin-top: 30px;
  font-size: clamp(40px, 4.6vw, 66px);
  line-height: .96;
  font-weight: 500; }

/* line 359, theme.scss */
.bloom-video-feature--vet-smart .bloom-video-feature__copy {
  grid-column: 2;
  grid-row: 3;
  max-width: 360px;
  margin: 26px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 362, theme.scss */
.bloom-video-feature--vet-smart .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

/* line 363, theme.scss */
.bloom-video-feature--vet-smart .bloom-video-cover__hint,
.bloom-video-feature--vet-relief .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px; }

/* line 367, theme.scss */
.bloom-video-feature--vet-relief {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.5fr);
  grid-template-areas: "eyebrow eyebrow" "title copy" "stage stage";
  column-gap: 64px;
  align-items: end;
  margin-top: 96px;
  padding: 0 36px;
  text-align: left; }

/* line 377, theme.scss */
.bloom-video-feature--vet-relief .bloom-video-feature__eyebrow {
  grid-area: eyebrow;
  margin: 0 0 24px;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #777; }

/* line 380, theme.scss */
.bloom-video-feature--vet-relief .bloom-video-feature__title {
  grid-area: title;
  margin: 0;
  font-size: clamp(44px, 5.6vw, 78px);
  line-height: .94;
  font-weight: 500; }

/* line 383, theme.scss */
.bloom-video-feature--vet-relief .bloom-video-feature__copy {
  grid-area: copy;
  max-width: 430px;
  margin: 0 0 4px;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 386, theme.scss */
.bloom-video-feature--vet-relief .bloom-video-stage {
  grid-area: stage;
  margin-top: 36px;
  aspect-ratio: 16/8.4;
  background: #111; }

/* line 389, theme.scss */
.bloom-video-feature--vet-relief .bloom-video-cover {
  background: #111; }

/* line 390, theme.scss */
.bloom-video-feature--vet-relief .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

@media (max-width: 760px) {
  /* line 392, theme.scss */
  .bloom-video-feature--vet-smart,
  .bloom-video-feature--vet-relief {
    display: block;
    padding: 0 16px; }

  /* line 394, theme.scss */
  .bloom-video-feature--vet-relief {
    margin-top: 58px; }

  /* line 395, theme.scss */
  .bloom-video-feature--vet-smart .bloom-video-feature__eyebrow,
  .bloom-video-feature--vet-relief .bloom-video-feature__eyebrow {
    margin-top: 0; }

  /* line 397, theme.scss */
  .bloom-video-feature--vet-smart .bloom-video-feature__title,
  .bloom-video-feature--vet-relief .bloom-video-feature__title {
    margin-top: 22px;
    font-size: 40px; }

  /* line 399, theme.scss */
  .bloom-video-feature--vet-smart .bloom-video-feature__copy,
  .bloom-video-feature--vet-relief .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 401, theme.scss */
  .bloom-video-feature--vet-smart .bloom-video-stage,
  .bloom-video-feature--vet-relief .bloom-video-stage {
    margin-top: 0;
    aspect-ratio: 4/5; } }
/* VETEROK_TWO_VIDEO_END */
/* BOND_VIDEO_START */
/* line 406, theme.scss */
.bloom-video-feature--bond {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  grid-template-areas: "eyebrow eyebrow" "title copy" "stage stage";
  column-gap: 64px;
  align-items: end;
  max-width: 1240px;
  padding: 0 36px;
  background: #fff;
  text-align: left; }

/* line 417, theme.scss */
.bloom-video-feature--bond .bloom-video-feature__eyebrow {
  grid-area: eyebrow;
  width: max-content;
  margin: 0 0 26px;
  padding: 8px 14px;
  border: 1px solid #aaa49d;
  border-radius: 999px;
  color: #66615b;
  font-size: 10px; }

/* line 427, theme.scss */
.bloom-video-feature--bond .bloom-video-feature__title {
  grid-area: title;
  max-width: 780px;
  margin: 0;
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: .95;
  font-weight: 500;
  letter-spacing: -.03em; }

/* line 436, theme.scss */
.bloom-video-feature--bond .bloom-video-feature__copy {
  grid-area: copy;
  max-width: 420px;
  margin: 0 0 4px;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 444, theme.scss */
.bloom-video-feature--bond .bloom-video-stage {
  grid-area: stage;
  margin-top: 38px;
  overflow: hidden;
  aspect-ratio: 16/8.5;
  border-radius: 0;
  background: #ddd9d3; }

/* line 452, theme.scss */
.bloom-video-feature--bond .bloom-video-cover {
  background: #ddd9d3; }

/* line 453, theme.scss */
.bloom-video-feature--bond .bloom-video-cover img {
  object-fit: cover;
  object-position: center 54%; }

/* line 457, theme.scss */
.bloom-video-feature--bond .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 466, theme.scss */
  .bloom-video-feature--bond {
    display: block;
    margin-top: 44px;
    padding: 30px 16px 16px; }

  /* line 467, theme.scss */
  .bloom-video-feature--bond .bloom-video-feature__eyebrow {
    margin-bottom: 22px; }

  /* line 468, theme.scss */
  .bloom-video-feature--bond .bloom-video-feature__title {
    font-size: 42px; }

  /* line 469, theme.scss */
  .bloom-video-feature--bond .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 470, theme.scss */
  .bloom-video-feature--bond .bloom-video-stage {
    margin-top: 0;
    aspect-ratio: 4/5;
    border-radius: 0; } }
/* BOND_VIDEO_END */
/* TRIBE_TWO_VIDEO_START */
/* line 475, theme.scss */
.bloom-video-feature--tribe-space {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.5fr);
  grid-template-areas: "eyebrow eyebrow" "title copy" "stage stage";
  column-gap: 66px;
  align-items: end;
  padding: 0 36px;
  text-align: left; }

/* line 484, theme.scss */
.bloom-video-feature--tribe-space .bloom-video-feature__eyebrow {
  grid-area: eyebrow;
  margin: 0 0 24px;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #8b704f; }

/* line 487, theme.scss */
.bloom-video-feature--tribe-space .bloom-video-feature__title {
  grid-area: title;
  margin: 0;
  font-size: clamp(46px, 5.8vw, 80px);
  line-height: .94;
  font-weight: 500;
  letter-spacing: -.035em; }

/* line 490, theme.scss */
.bloom-video-feature--tribe-space .bloom-video-feature__copy {
  grid-area: copy;
  max-width: 430px;
  margin: 0 0 4px;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 493, theme.scss */
.bloom-video-feature--tribe-space .bloom-video-stage {
  grid-area: stage;
  margin-top: 36px;
  aspect-ratio: 16/8.3;
  background: #f0ebe4; }

/* line 496, theme.scss */
.bloom-video-feature--tribe-space .bloom-video-cover {
  background: #f0ebe4; }

/* line 497, theme.scss */
.bloom-video-feature--tribe-space .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

/* line 498, theme.scss */
.bloom-video-feature--tribe-space .bloom-video-cover__hint,
.bloom-video-feature--tribe-craft .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px; }

/* line 502, theme.scss */
.bloom-video-feature--tribe-craft {
  display: grid;
  grid-template-columns: minmax(270px, 0.65fr) minmax(0, 1.35fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 58px;
  align-items: start;
  margin-top: 96px;
  padding: 0 36px;
  text-align: left; }

/* line 512, theme.scss */
.bloom-video-feature--tribe-craft .bloom-video-feature__eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin: 8px 0 0;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #8b704f; }

/* line 515, theme.scss */
.bloom-video-feature--tribe-craft .bloom-video-feature__title {
  grid-column: 1;
  grid-row: 2;
  margin-top: 30px;
  font-size: clamp(40px, 4.7vw, 68px);
  line-height: .96;
  font-weight: 500; }

/* line 518, theme.scss */
.bloom-video-feature--tribe-craft .bloom-video-feature__copy {
  grid-column: 1;
  grid-row: 3;
  max-width: 360px;
  margin: 26px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 521, theme.scss */
.bloom-video-feature--tribe-craft .bloom-video-stage {
  grid-column: 2;
  grid-row: 1/4;
  aspect-ratio: 4/3;
  background: #eee9e2; }

/* line 524, theme.scss */
.bloom-video-feature--tribe-craft .bloom-video-cover {
  background: #eee9e2; }

/* line 525, theme.scss */
.bloom-video-feature--tribe-craft .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

@media (max-width: 760px) {
  /* line 527, theme.scss */
  .bloom-video-feature--tribe-space,
  .bloom-video-feature--tribe-craft {
    display: block;
    padding: 0 16px; }

  /* line 529, theme.scss */
  .bloom-video-feature--tribe-craft {
    margin-top: 58px; }

  /* line 530, theme.scss */
  .bloom-video-feature--tribe-space .bloom-video-feature__eyebrow,
  .bloom-video-feature--tribe-craft .bloom-video-feature__eyebrow {
    margin-top: 0; }

  /* line 532, theme.scss */
  .bloom-video-feature--tribe-space .bloom-video-feature__title,
  .bloom-video-feature--tribe-craft .bloom-video-feature__title {
    margin-top: 22px;
    font-size: 40px; }

  /* line 534, theme.scss */
  .bloom-video-feature--tribe-space .bloom-video-feature__copy,
  .bloom-video-feature--tribe-craft .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 536, theme.scss */
  .bloom-video-feature--tribe-space .bloom-video-stage,
  .bloom-video-feature--tribe-craft .bloom-video-stage {
    margin-top: 0;
    aspect-ratio: 4/5; }

  /* line 538, theme.scss */
  .bloom-video-feature--tribe-space .bloom-video-cover img {
    padding: 18px; } }
/* TRIBE_TWO_VIDEO_END */
/* EDGE_VIDEO_START */
/* line 544, theme.scss */
.bloom-video-feature--edge {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  grid-template-areas: "eyebrow eyebrow" "title copy" "stage stage";
  column-gap: 64px;
  align-items: end;
  padding: 0 36px;
  text-align: left;
  background: #fff; }

/* line 549, theme.scss */
.bloom-video-feature--edge .bloom-video-feature__eyebrow {
  grid-area: eyebrow;
  margin: 0 0 24px;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #777;
  letter-spacing: .18em; }

/* line 552, theme.scss */
.bloom-video-feature--edge .bloom-video-feature__title {
  grid-area: title;
  margin: 0;
  font-size: clamp(48px, 6vw, 84px);
  line-height: .93;
  font-weight: 500;
  letter-spacing: -.04em; }

/* line 555, theme.scss */
.bloom-video-feature--edge .bloom-video-feature__copy {
  grid-area: copy;
  max-width: 430px;
  margin: 0 0 5px;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 558, theme.scss */
.bloom-video-feature--edge .bloom-video-stage {
  grid-area: stage;
  margin-top: 38px;
  aspect-ratio: 16/7.6;
  background: #171717; }

/* line 561, theme.scss */
.bloom-video-feature--edge .bloom-video-cover {
  background: #171717; }

/* line 562, theme.scss */
.bloom-video-feature--edge .bloom-video-cover img {
  object-fit: cover;
  object-position: center 48%; }

/* line 563, theme.scss */
.bloom-video-feature--edge .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 567, theme.scss */
  .bloom-video-feature--edge {
    display: block;
    padding: 0 16px; }

  /* line 568, theme.scss */
  .bloom-video-feature--edge .bloom-video-feature__title {
    margin-top: 22px;
    font-size: 40px; }

  /* line 569, theme.scss */
  .bloom-video-feature--edge .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 570, theme.scss */
  .bloom-video-feature--edge .bloom-video-stage {
    margin-top: 0;
    aspect-ratio: 4/5; } }
/* EDGE_VIDEO_END */
/* AIST_VIDEO_START */
/* line 576, theme.scss */
.bloom-video-feature--aist {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  grid-template-areas: "eyebrow eyebrow" "title copy" "stage stage";
  column-gap: 72px;
  align-items: end;
  padding: 0 36px;
  text-align: left;
  background: #fff; }

/* line 581, theme.scss */
.bloom-video-feature--aist .bloom-video-feature__eyebrow {
  grid-area: eyebrow;
  margin: 0 0 28px;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #777;
  letter-spacing: .2em; }

/* line 584, theme.scss */
.bloom-video-feature--aist .bloom-video-feature__title {
  grid-area: title;
  margin: 0;
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: .94;
  font-weight: 500;
  letter-spacing: -.035em; }

/* line 587, theme.scss */
.bloom-video-feature--aist .bloom-video-feature__copy {
  grid-area: copy;
  max-width: 500px;
  margin: 0 0 4px;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 590, theme.scss */
.bloom-video-feature--aist .bloom-video-stage {
  grid-area: stage;
  margin-top: 38px;
  aspect-ratio: 16/8.2;
  background: #e9e7e4; }

/* line 593, theme.scss */
.bloom-video-feature--aist .bloom-video-cover {
  background: #e9e7e4; }

/* line 594, theme.scss */
.bloom-video-feature--aist .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

/* line 595, theme.scss */
.bloom-video-feature--aist .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 599, theme.scss */
  .bloom-video-feature--aist {
    display: block;
    padding: 0 16px; }

  /* line 600, theme.scss */
  .bloom-video-feature--aist .bloom-video-feature__title {
    margin-top: 22px;
    font-size: 40px; }

  /* line 601, theme.scss */
  .bloom-video-feature--aist .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 602, theme.scss */
  .bloom-video-feature--aist .bloom-video-stage {
    margin-top: 0;
    aspect-ratio: 4/5; } }
/* AIST_VIDEO_END */
/* VOROTA_VIDEO_START */
/* line 608, theme.scss */
.bloom-video-feature--vorota {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  grid-template-areas: "eyebrow eyebrow" "title copy" "stage stage";
  column-gap: 70px;
  align-items: end;
  padding: 0 36px;
  text-align: left;
  background: #fff; }

/* line 613, theme.scss */
.bloom-video-feature--vorota .bloom-video-feature__eyebrow {
  grid-area: eyebrow;
  margin: 0 0 26px;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #8a745d;
  letter-spacing: .2em; }

/* line 616, theme.scss */
.bloom-video-feature--vorota .bloom-video-feature__title {
  grid-area: title;
  margin: 0;
  font-size: clamp(48px, 6.2vw, 86px);
  line-height: .92;
  font-weight: 500;
  letter-spacing: -.04em; }

/* line 619, theme.scss */
.bloom-video-feature--vorota .bloom-video-feature__copy {
  grid-area: copy;
  max-width: 420px;
  margin: 0 0 5px;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 622, theme.scss */
.bloom-video-feature--vorota .bloom-video-stage {
  grid-area: stage;
  margin-top: 40px;
  aspect-ratio: 16/8.4;
  background: #e9e4dc; }

/* line 625, theme.scss */
.bloom-video-feature--vorota .bloom-video-cover {
  background: #e9e4dc; }

/* line 626, theme.scss */
.bloom-video-feature--vorota .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

/* line 627, theme.scss */
.bloom-video-feature--vorota .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 631, theme.scss */
  .bloom-video-feature--vorota {
    display: block;
    padding: 0 16px; }

  /* line 632, theme.scss */
  .bloom-video-feature--vorota .bloom-video-feature__title {
    margin-top: 22px;
    font-size: 40px; }

  /* line 633, theme.scss */
  .bloom-video-feature--vorota .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 634, theme.scss */
  .bloom-video-feature--vorota .bloom-video-stage {
    margin-top: 0;
    aspect-ratio: 4/5; } }
/* VOROTA_VIDEO_END */
/* BALLOONS_VIDEO_START */
/* line 640, theme.scss */
.bloom-video-feature--balloons {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 36px;
  text-align: center;
  background: #fff; }

/* line 643, theme.scss */
.bloom-video-feature--balloons .bloom-video-feature__eyebrow {
  width: 100%;
  margin: 0 0 26px;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #858585;
  letter-spacing: .22em; }

/* line 646, theme.scss */
.bloom-video-feature--balloons .bloom-video-feature__title {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(52px, 7.2vw, 96px);
  line-height: .9;
  font-weight: 500;
  letter-spacing: -.045em; }

/* line 649, theme.scss */
.bloom-video-feature--balloons .bloom-video-feature__copy {
  max-width: 620px;
  margin: 26px auto 0;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 652, theme.scss */
.bloom-video-feature--balloons .bloom-video-stage {
  width: 100%;
  margin-top: 38px;
  aspect-ratio: 16/8.2;
  background: #e8e8e6; }

/* line 655, theme.scss */
.bloom-video-feature--balloons .bloom-video-cover {
  background: #e8e8e6; }

/* line 656, theme.scss */
.bloom-video-feature--balloons .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

/* line 657, theme.scss */
.bloom-video-feature--balloons .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 661, theme.scss */
  .bloom-video-feature--balloons {
    padding: 0 16px; }

  /* line 662, theme.scss */
  .bloom-video-feature--balloons .bloom-video-feature__title {
    font-size: 42px; }

  /* line 663, theme.scss */
  .bloom-video-feature--balloons .bloom-video-feature__copy {
    margin-top: 18px; }

  /* line 664, theme.scss */
  .bloom-video-feature--balloons .bloom-video-stage {
    margin-top: 26px;
    aspect-ratio: 4/5; } }
/* BALLOONS_VIDEO_END */
/* BEREZKA_VIDEO_START */
/* line 670, theme.scss */
.bloom-video-feature--berezka {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1.42fr);
  grid-template-areas: "eyebrow title" "copy title" "stage stage";
  column-gap: 72px;
  align-items: end;
  padding: 0 36px;
  text-align: left;
  background: #fff; }

/* line 675, theme.scss */
.bloom-video-feature--berezka .bloom-video-feature__eyebrow {
  grid-area: eyebrow;
  margin: 0 0 24px;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #8a745d;
  letter-spacing: .2em; }

/* line 678, theme.scss */
.bloom-video-feature--berezka .bloom-video-feature__title {
  grid-area: title;
  margin: 0;
  text-align: right;
  font-size: clamp(48px, 6vw, 84px);
  line-height: .92;
  font-weight: 500;
  letter-spacing: -.04em; }

/* line 681, theme.scss */
.bloom-video-feature--berezka .bloom-video-feature__copy {
  grid-area: copy;
  max-width: 420px;
  margin: 0 0 4px;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 684, theme.scss */
.bloom-video-feature--berezka .bloom-video-stage {
  grid-area: stage;
  margin-top: 40px;
  aspect-ratio: 16/8.3;
  background: #e8e3dc; }

/* line 687, theme.scss */
.bloom-video-feature--berezka .bloom-video-cover {
  background: #e8e3dc; }

/* line 688, theme.scss */
.bloom-video-feature--berezka .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

/* line 689, theme.scss */
.bloom-video-feature--berezka .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 693, theme.scss */
  .bloom-video-feature--berezka {
    display: block;
    padding: 0 16px; }

  /* line 694, theme.scss */
  .bloom-video-feature--berezka .bloom-video-feature__title {
    text-align: left;
    margin-top: 22px;
    font-size: 40px; }

  /* line 695, theme.scss */
  .bloom-video-feature--berezka .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 696, theme.scss */
  .bloom-video-feature--berezka .bloom-video-stage {
    margin-top: 0;
    aspect-ratio: 4/5; } }
/* BEREZKA_VIDEO_END */
/* PI2_VIDEO_START */
/* line 702, theme.scss */
.bloom-video-feature--pi2 {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  grid-template-areas: "eyebrow eyebrow" "title copy" "stage stage";
  column-gap: 76px;
  align-items: end;
  padding: 0 36px;
  text-align: left;
  background: #fff; }

/* line 707, theme.scss */
.bloom-video-feature--pi2 .bloom-video-feature__eyebrow {
  grid-area: eyebrow;
  margin: 0 0 26px;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #777;
  letter-spacing: .22em; }

/* line 710, theme.scss */
.bloom-video-feature--pi2 .bloom-video-feature__title {
  grid-area: title;
  margin: 0;
  font-size: clamp(48px, 6vw, 84px);
  line-height: .92;
  font-weight: 500;
  letter-spacing: -.04em; }

/* line 713, theme.scss */
.bloom-video-feature--pi2 .bloom-video-feature__copy {
  grid-area: copy;
  max-width: 440px;
  margin: 0 0 5px;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 716, theme.scss */
.bloom-video-feature--pi2 .bloom-video-stage {
  grid-area: stage;
  margin-top: 40px;
  aspect-ratio: 16/8.1;
  background: #e9e7e2; }

/* line 719, theme.scss */
.bloom-video-feature--pi2 .bloom-video-cover {
  background: #e9e7e2; }

/* line 720, theme.scss */
.bloom-video-feature--pi2 .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

/* line 721, theme.scss */
.bloom-video-feature--pi2 .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 725, theme.scss */
  .bloom-video-feature--pi2 {
    display: block;
    padding: 0 16px; }

  /* line 726, theme.scss */
  .bloom-video-feature--pi2 .bloom-video-feature__title {
    margin-top: 22px;
    font-size: 40px; }

  /* line 727, theme.scss */
  .bloom-video-feature--pi2 .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 728, theme.scss */
  .bloom-video-feature--pi2 .bloom-video-stage {
    margin-top: 0;
    aspect-ratio: 4/5; } }
/* PI2_VIDEO_END */
/* BAR_PI_VIDEO_START */
/* line 734, theme.scss */
.bloom-video-feature--bar-pi {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 64px;
  align-items: start;
  padding: 0 36px;
  text-align: left;
  background: #fff; }

/* line 739, theme.scss */
.bloom-video-feature--bar-pi .bloom-video-feature__eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #777;
  letter-spacing: .2em; }

/* line 742, theme.scss */
.bloom-video-feature--bar-pi .bloom-video-feature__title {
  grid-column: 1;
  grid-row: 2;
  margin: 34px 0 0;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: .94;
  font-weight: 500;
  letter-spacing: -.035em; }

/* line 745, theme.scss */
.bloom-video-feature--bar-pi .bloom-video-feature__copy {
  grid-column: 1;
  grid-row: 3;
  max-width: 390px;
  margin: 28px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 748, theme.scss */
.bloom-video-feature--bar-pi .bloom-video-stage {
  grid-column: 2;
  grid-row: 1/4;
  aspect-ratio: 4/3;
  background: #dedede; }

/* line 751, theme.scss */
.bloom-video-feature--bar-pi .bloom-video-cover {
  background: #dedede; }

/* line 752, theme.scss */
.bloom-video-feature--bar-pi .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

/* line 753, theme.scss */
.bloom-video-feature--bar-pi .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 757, theme.scss */
  .bloom-video-feature--bar-pi {
    display: block;
    padding: 0 16px; }

  /* line 758, theme.scss */
  .bloom-video-feature--bar-pi .bloom-video-feature__title {
    margin-top: 22px;
    font-size: 40px; }

  /* line 759, theme.scss */
  .bloom-video-feature--bar-pi .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 760, theme.scss */
  .bloom-video-feature--bar-pi .bloom-video-stage {
    margin-top: 0;
    aspect-ratio: 4/5; } }
/* BAR_PI_VIDEO_END */
/* LO_VIDEO_START */
/* line 766, theme.scss */
.bloom-video-feature--lo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  grid-template-areas: "eyebrow eyebrow" "title title" ". copy" "stage stage";
  column-gap: 64px;
  align-items: end;
  padding: 0 36px;
  text-align: left;
  background: #fff; }

/* line 771, theme.scss */
.bloom-video-feature--lo .bloom-video-feature__eyebrow {
  grid-area: eyebrow;
  margin: 0 0 26px;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #777;
  letter-spacing: .22em; }

/* line 774, theme.scss */
.bloom-video-feature--lo .bloom-video-feature__title {
  grid-area: title;
  max-width: 1120px;
  margin: 0;
  font-size: clamp(50px, 6.8vw, 92px);
  line-height: .9;
  font-weight: 500;
  letter-spacing: -.045em; }

/* line 777, theme.scss */
.bloom-video-feature--lo .bloom-video-feature__copy {
  grid-area: copy;
  max-width: 440px;
  margin: 26px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 780, theme.scss */
.bloom-video-feature--lo .bloom-video-stage {
  grid-area: stage;
  margin-top: 38px;
  aspect-ratio: 16/8.2;
  background: #dedede; }

/* line 783, theme.scss */
.bloom-video-feature--lo .bloom-video-cover {
  background: #dedede; }

/* line 784, theme.scss */
.bloom-video-feature--lo .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

/* line 785, theme.scss */
.bloom-video-feature--lo .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 789, theme.scss */
  .bloom-video-feature--lo {
    display: block;
    padding: 0 16px; }

  /* line 790, theme.scss */
  .bloom-video-feature--lo .bloom-video-feature__title {
    margin-top: 22px;
    font-size: 40px; }

  /* line 791, theme.scss */
  .bloom-video-feature--lo .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 792, theme.scss */
  .bloom-video-feature--lo .bloom-video-stage {
    margin-top: 0;
    aspect-ratio: 4/5; } }
/* LO_VIDEO_END */
/* NOVA_VIDEO_START */
/* line 798, theme.scss */
.bloom-video-feature--nova {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 64px;
  align-items: start;
  padding: 0 36px;
  text-align: left;
  background: #fff; }

/* line 803, theme.scss */
.bloom-video-feature--nova .bloom-video-stage {
  grid-column: 1;
  grid-row: 1/4;
  aspect-ratio: 4/3;
  background: #ded8cf; }

/* line 806, theme.scss */
.bloom-video-feature--nova .bloom-video-feature__eyebrow {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #8a745d;
  letter-spacing: .19em; }

/* line 809, theme.scss */
.bloom-video-feature--nova .bloom-video-feature__title {
  grid-column: 2;
  grid-row: 2;
  margin: 34px 0 0;
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: .94;
  font-weight: 500;
  letter-spacing: -.035em; }

/* line 812, theme.scss */
.bloom-video-feature--nova .bloom-video-feature__copy {
  grid-column: 2;
  grid-row: 3;
  max-width: 400px;
  margin: 28px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 815, theme.scss */
.bloom-video-feature--nova .bloom-video-cover {
  background: #ded8cf; }

/* line 816, theme.scss */
.bloom-video-feature--nova .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

/* line 817, theme.scss */
.bloom-video-feature--nova .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 821, theme.scss */
  .bloom-video-feature--nova {
    display: block;
    padding: 0 16px; }

  /* line 822, theme.scss */
  .bloom-video-feature--nova .bloom-video-feature__title {
    margin-top: 22px;
    font-size: 40px; }

  /* line 823, theme.scss */
  .bloom-video-feature--nova .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 824, theme.scss */
  .bloom-video-feature--nova .bloom-video-stage {
    margin-top: 0;
    aspect-ratio: 4/5; } }
/* NOVA_VIDEO_END */
/* BUBBLE_VIDEO_START */
/* line 830, theme.scss */
.bloom-video-feature--bubble {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  grid-template-areas: "eyebrow eyebrow" "title copy" "stage stage";
  column-gap: 72px;
  align-items: end;
  padding: 0 36px;
  text-align: left;
  background: #fff; }

/* line 835, theme.scss */
.bloom-video-feature--bubble .bloom-video-feature__eyebrow {
  grid-area: eyebrow;
  margin: 0 0 26px;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #777;
  letter-spacing: .22em; }

/* line 838, theme.scss */
.bloom-video-feature--bubble .bloom-video-feature__title {
  grid-area: title;
  margin: 0;
  font-size: clamp(46px, 5.6vw, 78px);
  line-height: .93;
  font-weight: 500;
  letter-spacing: -.04em; }

/* line 841, theme.scss */
.bloom-video-feature--bubble .bloom-video-feature__copy {
  grid-area: copy;
  max-width: 500px;
  margin: 0 0 5px;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 844, theme.scss */
.bloom-video-feature--bubble .bloom-video-stage {
  grid-area: stage;
  margin-top: 40px;
  aspect-ratio: 16/8.2;
  background: #dfdedb; }

/* line 847, theme.scss */
.bloom-video-feature--bubble .bloom-video-cover {
  background: #dfdedb; }

/* line 848, theme.scss */
.bloom-video-feature--bubble .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

/* line 849, theme.scss */
.bloom-video-feature--bubble .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 853, theme.scss */
  .bloom-video-feature--bubble {
    display: block;
    padding: 0 16px; }

  /* line 854, theme.scss */
  .bloom-video-feature--bubble .bloom-video-feature__title {
    margin-top: 22px;
    font-size: 40px; }

  /* line 855, theme.scss */
  .bloom-video-feature--bubble .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 856, theme.scss */
  .bloom-video-feature--bubble .bloom-video-stage {
    margin-top: 0;
    aspect-ratio: 4/5; } }
/* BUBBLE_VIDEO_END */
/* DENSITY_VIDEO_START */
/* line 861, theme.scss */
.bloom-video-feature--density {
  max-width: 1824px;
  margin: 0 auto;
  padding: 92px 40px 76px;
  background: #fff;
  color: #111;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  column-gap: 72px;
  align-items: end; }

/* line 865, theme.scss */
.bloom-video-feature--density .bloom-video-feature__eyebrow {
  grid-column: 1;
  margin: 0 0 15px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #777; }

/* line 868, theme.scss */
.bloom-video-feature--density .bloom-video-feature__title {
  grid-column: 1;
  margin: 0;
  font-size: clamp(44px, 5.1vw, 88px);
  line-height: .96;
  letter-spacing: -.055em;
  font-weight: 500; }

/* line 871, theme.scss */
.bloom-video-feature--density .bloom-video-feature__copy {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0 0 4px;
  max-width: 500px;
  font-size: 16px;
  line-height: 1.55;
  color: #555; }

/* line 874, theme.scss */
.bloom-video-feature--density .bloom-video-stage {
  grid-column: 1 / -1;
  position: relative;
  margin-top: 46px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #eee;
  border-radius: 0; }

/* line 877, theme.scss */
.bloom-video-feature--density .bloom-video-stage iframe {
  width: 100%!important;
  height: 100%!important;
  border: 0;
  border-radius: 0!important; }

/* line 878, theme.scss */
.bloom-video-feature--density .bloom-video-cover {
  border-radius: 0!important; }

/* line 879, theme.scss */
.bloom-video-feature--density .bloom-video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0!important; }

/* line 880, theme.scss */
.bloom-video-feature--density .bloom-video-cover__hint {
  left: 28px;
  bottom: 25px;
  transform: none;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase; }

@media (max-width: 760px) {
  /* line 882, theme.scss */
  .bloom-video-feature--density {
    display: block;
    padding: 68px 16px 48px; }

  /* line 883, theme.scss */
  .bloom-video-feature--density .bloom-video-feature__title {
    font-size: 43px; }

  /* line 884, theme.scss */
  .bloom-video-feature--density .bloom-video-feature__copy {
    margin: 22px 0 0;
    font-size: 15px; }

  /* line 885, theme.scss */
  .bloom-video-feature--density .bloom-video-stage {
    margin-top: 30px;
    aspect-ratio: 4/5; } }
/* DENSITY_VIDEO_END */
/* EGGS_VIDEO_START */
/* line 890, theme.scss */
.bloom-video-feature--eggs {
  max-width: 1824px;
  margin: 0 auto;
  padding: 96px 40px 76px;
  background: #fff;
  color: #111;
  text-align: center; }

/* line 891, theme.scss */
.bloom-video-feature--eggs .bloom-video-feature__eyebrow {
  margin: 0 0 20px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .28em;
  color: #777; }

/* line 892, theme.scss */
.bloom-video-feature--eggs .bloom-video-feature__title {
  max-width: 1100px;
  margin: 0 auto;
  font-size: clamp(48px, 6.2vw, 106px);
  line-height: .92;
  letter-spacing: -.06em;
  font-weight: 500; }

/* line 893, theme.scss */
.bloom-video-feature--eggs .bloom-video-feature__copy {
  max-width: 670px;
  margin: 28px auto 0;
  font-size: 16px;
  line-height: 1.6;
  color: #555; }

/* line 894, theme.scss */
.bloom-video-feature--eggs .bloom-video-stage {
  position: relative;
  margin-top: 48px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #eee;
  border-radius: 0; }

/* line 895, theme.scss */
.bloom-video-feature--eggs .bloom-video-stage iframe {
  width: 100%!important;
  height: 100%!important;
  border: 0;
  border-radius: 0!important; }

/* line 896, theme.scss */
.bloom-video-feature--eggs .bloom-video-cover {
  border-radius: 0!important; }

/* line 897, theme.scss */
.bloom-video-feature--eggs .bloom-video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 66%;
  border-radius: 0!important; }

/* line 898, theme.scss */
.bloom-video-feature--eggs .bloom-video-cover__hint {
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap; }

@media (max-width: 760px) {
  /* line 899, theme.scss */
  .bloom-video-feature--eggs {
    padding: 68px 16px 48px; }

  /* line 899, theme.scss */
  .bloom-video-feature--eggs .bloom-video-feature__title {
    font-size: 46px; }

  /* line 899, theme.scss */
  .bloom-video-feature--eggs .bloom-video-feature__copy {
    margin-top: 22px;
    font-size: 15px; }

  /* line 899, theme.scss */
  .bloom-video-feature--eggs .bloom-video-stage {
    margin-top: 32px;
    aspect-ratio: 4/5; }

  /* line 899, theme.scss */
  .bloom-video-feature--eggs .bloom-video-cover img {
    object-position: center 70%; } }
/* EGGS_VIDEO_END */
/* HOMMAGE_VIDEO_START */
/* line 903, theme.scss */
.bloom-video-feature--hom-process, .bloom-video-feature--hom-object {
  max-width: 1824px;
  margin: 0 auto;
  padding: 88px 40px 74px;
  background: #fff;
  color: #111;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  column-gap: 80px;
  align-items: end; }

/* line 904, theme.scss */
.bloom-video-feature--hom-process .bloom-video-feature__eyebrow, .bloom-video-feature--hom-object .bloom-video-feature__eyebrow {
  grid-column: 1;
  margin: 0 0 16px;
  font-size: 11px;
  letter-spacing: .24em;
  color: #777; }

/* line 905, theme.scss */
.bloom-video-feature--hom-process .bloom-video-feature__title, .bloom-video-feature--hom-object .bloom-video-feature__title {
  grid-column: 1;
  margin: 0;
  font-size: clamp(42px, 5vw, 82px);
  line-height: .98;
  letter-spacing: -.05em;
  font-weight: 500; }

/* line 906, theme.scss */
.bloom-video-feature--hom-process .bloom-video-feature__copy, .bloom-video-feature--hom-object .bloom-video-feature__copy {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0 0 4px;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.6;
  color: #555; }

/* line 907, theme.scss */
.bloom-video-feature--hom-process .bloom-video-stage, .bloom-video-feature--hom-object .bloom-video-stage {
  grid-column: 1 / -1;
  position: relative;
  margin-top: 44px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #eee;
  border-radius: 0; }

/* line 908, theme.scss */
.bloom-video-feature--hom-process .bloom-video-stage iframe, .bloom-video-feature--hom-object .bloom-video-stage iframe {
  width: 100%!important;
  height: 100%!important;
  border: 0;
  border-radius: 0!important; }

/* line 909, theme.scss */
.bloom-video-feature--hom-process .bloom-video-cover, .bloom-video-feature--hom-object .bloom-video-cover {
  border-radius: 0!important; }

/* line 910, theme.scss */
.bloom-video-feature--hom-process .bloom-video-cover img, .bloom-video-feature--hom-object .bloom-video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0!important; }

/* line 911, theme.scss */
.bloom-video-feature--hom-process .bloom-video-cover img {
  object-position: center 58%; }

/* line 912, theme.scss */
.bloom-video-feature--hom-object {
  padding-top: 46px;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr); }

/* line 913, theme.scss */
.bloom-video-feature--hom-object .bloom-video-feature__eyebrow, .bloom-video-feature--hom-object .bloom-video-feature__title {
  grid-column: 2; }

/* line 914, theme.scss */
.bloom-video-feature--hom-object .bloom-video-feature__copy {
  grid-column: 1;
  grid-row: 1 / span 2; }

/* line 915, theme.scss */
.bloom-video-feature--hom-object .bloom-video-cover img {
  object-position: center 52%; }

/* line 916, theme.scss */
.bloom-video-feature--hom-process .bloom-video-cover__hint, .bloom-video-feature--hom-object .bloom-video-cover__hint {
  left: 28px;
  bottom: 25px;
  transform: none;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase; }

@media (max-width: 760px) {
  /* line 917, theme.scss */
  .bloom-video-feature--hom-process, .bloom-video-feature--hom-object {
    display: block;
    padding: 64px 16px 46px; }

  /* line 917, theme.scss */
  .bloom-video-feature--hom-object {
    padding-top: 30px; }

  /* line 917, theme.scss */
  .bloom-video-feature--hom-process .bloom-video-feature__title, .bloom-video-feature--hom-object .bloom-video-feature__title {
    font-size: 42px; }

  /* line 917, theme.scss */
  .bloom-video-feature--hom-process .bloom-video-feature__copy, .bloom-video-feature--hom-object .bloom-video-feature__copy {
    margin: 22px 0 0;
    font-size: 15px; }

  /* line 917, theme.scss */
  .bloom-video-feature--hom-process .bloom-video-stage, .bloom-video-feature--hom-object .bloom-video-stage {
    margin-top: 30px;
    aspect-ratio: 4/5; } }
/* HOMMAGE_VIDEO_END */
/* HOMMAGE_LONG_VIDEO_START */
/* line 921, theme.scss */
.bloom-video-feature--hommage-process, .bloom-video-feature--hommage-object {
  max-width: 1824px;
  margin: 0 auto;
  padding: 90px 40px 72px;
  background: #fff;
  color: #111; }

/* line 922, theme.scss */
.bloom-video-feature--hommage-process .bloom-video-feature__eyebrow, .bloom-video-feature--hommage-object .bloom-video-feature__eyebrow {
  margin: 0 0 18px;
  font-size: 11px;
  letter-spacing: .24em;
  color: #777; }

/* line 923, theme.scss */
.bloom-video-feature--hommage-process .bloom-video-feature__title {
  max-width: 1250px;
  margin: 0;
  font-size: clamp(48px, 6vw, 100px);
  line-height: .92;
  letter-spacing: -.058em;
  font-weight: 500; }

/* line 924, theme.scss */
.bloom-video-feature--hommage-process .bloom-video-feature__copy {
  max-width: 580px;
  margin: 28px 0 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: #555; }

/* line 925, theme.scss */
.bloom-video-feature--hommage-process .bloom-video-stage, .bloom-video-feature--hommage-object .bloom-video-stage {
  position: relative;
  margin-top: 42px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #eee;
  border-radius: 0; }

/* line 926, theme.scss */
.bloom-video-feature--hommage-process .bloom-video-stage iframe, .bloom-video-feature--hommage-object .bloom-video-stage iframe {
  width: 100%!important;
  height: 100%!important;
  border: 0;
  border-radius: 0!important; }

/* line 927, theme.scss */
.bloom-video-feature--hommage-process .bloom-video-cover, .bloom-video-feature--hommage-object .bloom-video-cover {
  border-radius: 0!important; }

/* line 928, theme.scss */
.bloom-video-feature--hommage-process .bloom-video-cover img, .bloom-video-feature--hommage-object .bloom-video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0!important; }

/* line 929, theme.scss */
.bloom-video-feature--hommage-process .bloom-video-cover img {
  object-position: center 48%; }

/* line 930, theme.scss */
.bloom-video-feature--hommage-object {
  padding-top: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 620px);
  column-gap: 70px;
  align-items: end; }

/* line 931, theme.scss */
.bloom-video-feature--hommage-object .bloom-video-feature__eyebrow {
  grid-column: 2; }

/* line 932, theme.scss */
.bloom-video-feature--hommage-object .bloom-video-feature__title {
  grid-column: 2;
  margin: 0;
  font-size: clamp(42px, 5vw, 84px);
  line-height: .96;
  letter-spacing: -.052em;
  font-weight: 500; }

/* line 933, theme.scss */
.bloom-video-feature--hommage-object .bloom-video-feature__copy {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 0 0 4px;
  max-width: 580px;
  font-size: 16px;
  line-height: 1.6;
  color: #555; }

/* line 934, theme.scss */
.bloom-video-feature--hommage-object .bloom-video-stage {
  grid-column: 1 / -1; }

/* line 935, theme.scss */
.bloom-video-feature--hommage-object .bloom-video-cover img {
  object-position: center 54%; }

/* line 936, theme.scss */
.bloom-video-feature--hommage-process .bloom-video-cover__hint, .bloom-video-feature--hommage-object .bloom-video-cover__hint {
  left: 28px;
  bottom: 25px;
  transform: none;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase; }

@media (max-width: 760px) {
  /* line 937, theme.scss */
  .bloom-video-feature--hommage-process, .bloom-video-feature--hommage-object {
    display: block;
    padding: 64px 16px 46px; }

  /* line 937, theme.scss */
  .bloom-video-feature--hommage-object {
    padding-top: 30px; }

  /* line 937, theme.scss */
  .bloom-video-feature--hommage-process .bloom-video-feature__title, .bloom-video-feature--hommage-object .bloom-video-feature__title {
    font-size: 42px; }

  /* line 937, theme.scss */
  .bloom-video-feature--hommage-process .bloom-video-feature__copy, .bloom-video-feature--hommage-object .bloom-video-feature__copy {
    margin: 22px 0 0;
    font-size: 15px; }

  /* line 937, theme.scss */
  .bloom-video-feature--hommage-process .bloom-video-stage, .bloom-video-feature--hommage-object .bloom-video-stage {
    margin-top: 30px;
    aspect-ratio: 4/5; } }
/* HOMMAGE_LONG_VIDEO_END */
/* BLOOM_CHAIR_VIDEO_START */
/* line 941, theme.scss */
.bloom-video-feature--bloom-chair {
  max-width: 1824px;
  margin: 0 auto;
  padding: 94px 40px 74px;
  background: #fff;
  color: #111;
  display: grid;
  grid-template-columns: minmax(300px, 600px) minmax(0, 1fr);
  column-gap: 76px;
  align-items: end; }

/* line 942, theme.scss */
.bloom-video-feature--bloom-chair .bloom-video-feature__eyebrow {
  grid-column: 1;
  margin: 0 0 18px;
  font-size: 11px;
  letter-spacing: .26em;
  color: #8a7f72; }

/* line 943, theme.scss */
.bloom-video-feature--bloom-chair .bloom-video-feature__title {
  grid-column: 1;
  margin: 0;
  font-size: clamp(48px, 5.6vw, 94px);
  line-height: .94;
  letter-spacing: -.06em;
  font-weight: 500; }

/* line 944, theme.scss */
.bloom-video-feature--bloom-chair .bloom-video-feature__copy {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: end;
  width: 100%;
  max-width: 520px;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid #111;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  color: #5f5952; }

/* line 945, theme.scss */
.bloom-video-feature--bloom-chair .bloom-video-stage {
  grid-column: 1 / -1;
  position: relative;
  margin-top: 46px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #e8dfd3;
  border-radius: 0; }

/* line 946, theme.scss */
.bloom-video-feature--bloom-chair .bloom-video-stage iframe {
  width: 100%!important;
  height: 100%!important;
  border: 0;
  border-radius: 0!important; }

/* line 947, theme.scss */
.bloom-video-feature--bloom-chair .bloom-video-cover {
  border-radius: 0!important; }

/* line 948, theme.scss */
.bloom-video-feature--bloom-chair .bloom-video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  border-radius: 0!important; }

/* line 949, theme.scss */
.bloom-video-feature--bloom-chair .bloom-video-cover__hint {
  left: 28px;
  bottom: 25px;
  transform: none;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase; }

@media (max-width: 760px) {
  /* line 950, theme.scss */
  .bloom-video-feature--bloom-chair {
    display: block;
    padding: 66px 16px 48px; }

  /* line 950, theme.scss */
  .bloom-video-feature--bloom-chair .bloom-video-feature__title {
    font-size: 45px; }

  /* line 950, theme.scss */
  .bloom-video-feature--bloom-chair .bloom-video-feature__copy {
    margin: 22px 0 0;
    font-size: 15px; }

  /* line 950, theme.scss */
  .bloom-video-feature--bloom-chair .bloom-video-stage {
    margin-top: 30px;
    aspect-ratio: 4/5; }

  /* line 950, theme.scss */
  .bloom-video-feature--bloom-chair .bloom-video-cover img {
    object-position: center 68%; } }
/* BLOOM_CHAIR_VIDEO_END */
/* KAWS_CHAIR_VIDEO_START */
/* line 954, theme.scss */
.bloom-video-feature--kaws-chair {
  max-width: 1824px;
  margin: 0 auto;
  padding: 92px 40px 74px;
  background: #fff;
  color: #111;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 540px);
  column-gap: 78px;
  align-items: end; }

/* line 955, theme.scss */
.bloom-video-feature--kaws-chair .bloom-video-feature__eyebrow {
  grid-column: 1;
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .18em;
  color: #b32219; }

/* line 956, theme.scss */
.bloom-video-feature--kaws-chair .bloom-video-feature__title {
  grid-column: 1;
  margin: 0;
  max-width: 1050px;
  font-size: clamp(50px, 6vw, 102px);
  line-height: .91;
  letter-spacing: -.062em;
  font-weight: 500; }

/* line 957, theme.scss */
.bloom-video-feature--kaws-chair .bloom-video-feature__copy {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: end;
  width: 100%;
  max-width: 500px;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid #111;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  color: #4d4d4d; }

/* line 958, theme.scss */
.bloom-video-feature--kaws-chair .bloom-video-stage {
  grid-column: 1 / -1;
  position: relative;
  margin-top: 46px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #073b3d;
  border-radius: 0; }

/* line 959, theme.scss */
.bloom-video-feature--kaws-chair .bloom-video-stage iframe {
  width: 100%!important;
  height: 100%!important;
  border: 0;
  border-radius: 0!important; }

/* line 960, theme.scss */
.bloom-video-feature--kaws-chair .bloom-video-cover {
  border-radius: 0!important; }

/* line 961, theme.scss */
.bloom-video-feature--kaws-chair .bloom-video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  border-radius: 0!important; }

/* line 962, theme.scss */
.bloom-video-feature--kaws-chair .bloom-video-cover__hint {
  left: 28px;
  bottom: 25px;
  transform: none;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase; }

@media (max-width: 760px) {
  /* line 963, theme.scss */
  .bloom-video-feature--kaws-chair {
    display: block;
    padding: 66px 16px 48px; }

  /* line 963, theme.scss */
  .bloom-video-feature--kaws-chair .bloom-video-feature__title {
    font-size: 44px; }

  /* line 963, theme.scss */
  .bloom-video-feature--kaws-chair .bloom-video-feature__copy {
    margin: 24px 0 0;
    max-width: none; }

  /* line 963, theme.scss */
  .bloom-video-feature--kaws-chair .bloom-video-stage {
    margin-top: 30px;
    aspect-ratio: 4/5; }

  /* line 963, theme.scss */
  .bloom-video-feature--kaws-chair .bloom-video-cover img {
    object-position: center 62%; } }
/* KAWS_CHAIR_VIDEO_END */
/* SHELL_VIDEO_START */
/* line 967, theme.scss */
.bloom-video-feature--shell-screen {
  max-width: 1824px;
  margin: 0 auto;
  padding: 92px 40px 74px;
  background: #fff;
  color: #111;
  display: grid;
  grid-template-columns: minmax(320px, 660px) minmax(0, 1fr);
  column-gap: 82px;
  align-items: end; }

/* line 968, theme.scss */
.bloom-video-feature--shell-screen .bloom-video-feature__eyebrow {
  grid-column: 1;
  margin: 0 0 18px;
  font-size: 12px;
  letter-spacing: .28em;
  color: #777; }

/* line 969, theme.scss */
.bloom-video-feature--shell-screen .bloom-video-feature__title {
  grid-column: 1;
  margin: 0;
  font-size: clamp(48px, 5.4vw, 92px);
  line-height: .94;
  letter-spacing: -.058em;
  font-weight: 500; }

/* line 970, theme.scss */
.bloom-video-feature--shell-screen .bloom-video-feature__copy {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: end;
  width: 100%;
  max-width: 540px;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid #111;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  color: #505050; }

/* line 971, theme.scss */
.bloom-video-feature--shell-screen .bloom-video-stage {
  grid-column: 1 / -1;
  position: relative;
  margin-top: 46px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #111;
  border-radius: 0; }

/* line 972, theme.scss */
.bloom-video-feature--shell-screen .bloom-video-stage iframe {
  width: 100%!important;
  height: 100%!important;
  border: 0;
  border-radius: 0!important; }

/* line 973, theme.scss */
.bloom-video-feature--shell-screen .bloom-video-cover {
  border-radius: 0!important; }

/* line 974, theme.scss */
.bloom-video-feature--shell-screen .bloom-video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  border-radius: 0!important; }

/* line 975, theme.scss */
.bloom-video-feature--shell-screen .bloom-video-cover__hint {
  left: 28px;
  bottom: 25px;
  transform: none;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase; }

@media (max-width: 760px) {
  /* line 976, theme.scss */
  .bloom-video-feature--shell-screen {
    display: block;
    padding: 66px 16px 48px; }

  /* line 976, theme.scss */
  .bloom-video-feature--shell-screen .bloom-video-feature__title {
    font-size: 43px; }

  /* line 976, theme.scss */
  .bloom-video-feature--shell-screen .bloom-video-feature__copy {
    margin: 24px 0 0;
    max-width: none; }

  /* line 976, theme.scss */
  .bloom-video-feature--shell-screen .bloom-video-stage {
    margin-top: 30px;
    aspect-ratio: 4/5; }

  /* line 976, theme.scss */
  .bloom-video-feature--shell-screen .bloom-video-cover img {
    object-position: center 56%; } }
/* SHELL_VIDEO_END */
/* WORD_STONE_VIDEO_START */
/* line 980, theme.scss */
.bloom-video-feature--word-cabinet {
  max-width: 1824px;
  margin: 0 auto;
  padding: 92px 40px 74px;
  background: #fff;
  color: #111;
  text-align: center; }

/* line 981, theme.scss */
.bloom-video-feature--word-cabinet .bloom-video-feature__eyebrow {
  margin: 0 0 18px;
  font-size: 11px;
  letter-spacing: .28em;
  color: #8b745b; }

/* line 982, theme.scss */
.bloom-video-feature--word-cabinet .bloom-video-feature__title {
  margin: 0 auto;
  max-width: 1100px;
  font-size: clamp(50px, 6vw, 100px);
  line-height: .92;
  letter-spacing: -.06em;
  font-weight: 500; }

/* line 983, theme.scss */
.bloom-video-feature--word-cabinet .bloom-video-feature__copy {
  max-width: 650px;
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid #111;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  color: #555; }

/* line 984, theme.scss */
.bloom-video-feature--word-cabinet .bloom-video-stage, .bloom-video-feature--stone-table .bloom-video-stage {
  position: relative;
  margin-top: 44px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0; }

/* line 985, theme.scss */
.bloom-video-feature--word-cabinet .bloom-video-stage {
  background: #eee; }

/* line 986, theme.scss */
.bloom-video-feature--word-cabinet .bloom-video-stage iframe, .bloom-video-feature--stone-table .bloom-video-stage iframe {
  width: 100%!important;
  height: 100%!important;
  border: 0;
  border-radius: 0!important; }

/* line 987, theme.scss */
.bloom-video-feature--word-cabinet .bloom-video-cover, .bloom-video-feature--stone-table .bloom-video-cover {
  border-radius: 0!important; }

/* line 988, theme.scss */
.bloom-video-feature--word-cabinet .bloom-video-cover img, .bloom-video-feature--stone-table .bloom-video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0!important; }

/* line 989, theme.scss */
.bloom-video-feature--word-cabinet .bloom-video-cover img {
  object-position: center 55%; }

/* line 990, theme.scss */
.bloom-video-feature--stone-table {
  max-width: 1824px;
  margin: 0 auto;
  padding: 92px 40px 74px;
  background: #fff;
  color: #111;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 540px);
  column-gap: 82px;
  align-items: end; }

/* line 991, theme.scss */
.bloom-video-feature--stone-table .bloom-video-feature__eyebrow {
  grid-column: 1;
  margin: 0 0 16px;
  font-size: 11px;
  letter-spacing: .28em;
  color: #777; }

/* line 992, theme.scss */
.bloom-video-feature--stone-table .bloom-video-feature__title {
  grid-column: 1;
  margin: 0;
  font-size: clamp(48px, 5.8vw, 98px);
  line-height: .92;
  letter-spacing: -.06em;
  font-weight: 500; }

/* line 993, theme.scss */
.bloom-video-feature--stone-table .bloom-video-feature__copy {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: end;
  width: 100%;
  max-width: 520px;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid #111;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  color: #505050; }

/* line 994, theme.scss */
.bloom-video-feature--stone-table .bloom-video-stage {
  grid-column: 1 / -1;
  background: #262626; }

/* line 995, theme.scss */
.bloom-video-feature--stone-table .bloom-video-cover img {
  object-position: center 54%; }

/* line 996, theme.scss */
.bloom-video-feature--word-cabinet .bloom-video-cover__hint, .bloom-video-feature--stone-table .bloom-video-cover__hint {
  left: 28px;
  bottom: 25px;
  transform: none;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase; }

@media (max-width: 760px) {
  /* line 997, theme.scss */
  .bloom-video-feature--word-cabinet, .bloom-video-feature--stone-table {
    display: block;
    padding: 66px 16px 48px; }

  /* line 997, theme.scss */
  .bloom-video-feature--word-cabinet .bloom-video-feature__title, .bloom-video-feature--stone-table .bloom-video-feature__title {
    font-size: 43px; }

  /* line 997, theme.scss */
  .bloom-video-feature--word-cabinet .bloom-video-feature__copy, .bloom-video-feature--stone-table .bloom-video-feature__copy {
    margin: 24px 0 0;
    max-width: none; }

  /* line 997, theme.scss */
  .bloom-video-feature--word-cabinet .bloom-video-stage, .bloom-video-feature--stone-table .bloom-video-stage {
    margin-top: 30px;
    aspect-ratio: 4/5; } }
/* line 998, theme.scss */
.bloom-video-feature--word-cabinet ~ .layout .gallery__item:has(.gallery__item-link[href=""]) {
  display: none; }

/* WORD_STONE_VIDEO_END */
