@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, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --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, #121212);
  --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, #2a2a2a);
  --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, #414141);
  --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, #888888);
  --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, insales-default);
  --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, 'Golos Text');
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, 'Golos Text');
  --heading-ratio:var(--draft-heading-ratio, 1.4);
  --heading-weight:var(--draft-heading-weight, 500);
  --collection_count:var(--draft-collection_count, 24);
  --search_count:var(--draft-search_count, 12);
  --blog_size:var(--draft-blog_size, 8);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1240px);
  --delta_sidebar:var(--draft-delta_sidebar, 1);
  --type_sidebar:var(--draft-type_sidebar, sticky);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, left);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, true);
  --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);
  --compare_enabled:var(--draft-compare_enabled, true); }

/* line 66, theme.scss */
:root {
  --pq-bg: #FFFFFF;
  --pq-ink: #121212;
  --pq-ink-strong: #191919;
  --pq-black: #000000;
  --pq-on-dark: #FFFFFF;
  --pq-grey-500: #6B7280;
  --pq-grey-450: #767676;
  --pq-line: #E5E7EB;
  --pq-fill: #F9F9F9;
  --pq-price: #212B36;
  --pq-sale: #B3261E;
  --pq-navy: #1E3A73;
  --pq-maxw: 1240px;
  --pq-font: Golos Text, ui-sans-serif, system-ui, -apple-system, Segoe UI, Helvetica Neue, Arial, sans-serif; }

/* line 86, theme.scss */
body {
  font-family: "Golos Text", ui-sans-serif, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #121212;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

/* line 95, theme.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Golos Text", ui-sans-serif, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #191919;
  font-weight: 500;
  line-height: 1.25; }

/* line 102, theme.scss */
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease; }

/* line 108, theme.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 110, theme.scss */
hr {
  border: 0;
  border-top: 1px solid #E5E7EB;
  margin: 32px 0; }

/* line 116, theme.scss */
::selection {
  background: #000000;
  color: #FFFFFF; }

/* line 120, theme.scss */
input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  border-radius: 0; }

/* line 125, theme.scss */
input:not([type="checkbox"]):not([type="radio"]):focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #000000; }

/* line 138, theme.scss */
.pq-container {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 24px; }
  @media (max-width: 768px) {
    /* line 138, theme.scss */
    .pq-container {
      padding-inline: 16px; } }

/* line 147, theme.scss */
.pq-section {
  padding-block: 96px; }
  @media (max-width: 768px) {
    /* line 147, theme.scss */
    .pq-section {
      padding-block: 48px; } }
  /* line 150, theme.scss */
  .pq-section--fill {
    background: #F9F9F9; }
  /* line 151, theme.scss */
  .pq-section--dark {
    background: #000000;
    color: #FFFFFF; }

/* line 155, theme.scss */
.pq-eyebrow {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #6B7280; }

/* line 164, theme.scss */
.pq-heading {
  font-family: "Golos Text", ui-sans-serif, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #191919;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.2; }

/* line 175, theme.scss */
.pq-rule {
  height: 1px;
  background: #E5E7EB;
  border: 0;
  width: 100%; }

/* line 178, theme.scss */
.pq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  border: 0;
  border-radius: 0;
  background: #000000;
  color: #FFFFFF;
  font-family: "Golos Text", ui-sans-serif, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .1em;
  cursor: pointer;
  transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease; }
  /* line 195, theme.scss */
  .pq-btn:hover {
    opacity: .85; }
  /* line 197, theme.scss */
  .pq-btn--outline {
    background: transparent;
    color: #000000;
    box-shadow: inset 0 0 0 1px #000000; }
    /* line 201, theme.scss */
    .pq-btn--outline:hover {
      background: #000000;
      color: #FFFFFF;
      opacity: 1; }
  /* line 205, theme.scss */
  .pq-btn--on-image {
    background: transparent;
    color: #FFFFFF;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9); }
    /* line 209, theme.scss */
    .pq-btn--on-image:hover {
      background: #FFFFFF;
      color: #000000;
      opacity: 1; }

/* line 214, theme.scss */
.pq-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: #000000;
  color: #FFFFFF; }
  /* line 224, theme.scss */
  .pq-badge--sale {
    background: #B3261E; }

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

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

/* line 232, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 235, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 236, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 237, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 251, theme.scss */
:root body {
  --font-family: Golos Text, ui-sans-serif, system-ui, -apple-system, Segoe UI, Helvetica Neue, Arial, sans-serif;
  --font-family-heading: Golos Text, ui-sans-serif, system-ui, -apple-system, Segoe UI, Helvetica Neue, Arial, sans-serif;
  --color-btn-second-bg: #FFFFFF;
  --color-btn-second-color: #121212;
  --color-btn-second-border-color: #121212;
  --color-accent-text-minor-shade: #767676;
  --color-btn-bg-minor-shade: #2a2a2a;
  --color-btn-bg-hover: #2a2a2a;
  --color-form-controls-border-color: #E5E7EB; }

/* line 264, theme.scss */
.button:not(.button_only-icon):not(.button-link),
.add-cart-counter__btn-label,
.add-cart-counter__detail-dop-text {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 500; }

/* line 271, theme.scss */
.button:not(.button_only-icon):not(.button-link) {
  font-size: .8125rem; }

/* line 274, theme.scss */
.form-control {
  border-radius: 0;
  border-color: #E5E7EB; }
  /* line 277, theme.scss */
  .form-control:focus {
    border-color: #121212;
    box-shadow: none; }

/* line 282, theme.scss */
.widget-type_system_widget_v4_header_11_1 .header {
  background: #FFFFFF; }
/* line 283, theme.scss */
.widget-type_system_widget_v4_header_11_1 .header__content {
  border-bottom: 1px solid #E5E7EB; }
/* line 286, theme.scss */
.widget-type_system_widget_v4_header_11_1 .header__control-btn,
.widget-type_system_widget_v4_header_11_1 .header__search-btn,
.widget-type_system_widget_v4_header_11_1 .header__cabinet,
.widget-type_system_widget_v4_header_11_1 .header__favorite,
.widget-type_system_widget_v4_header_11_1 .header__cart {
  color: #121212; }
/* line 293, theme.scss */
.widget-type_system_widget_v4_header_11_1 .header__collections-head,
.widget-type_system_widget_v4_header_11_1 .header__collections-link {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .82rem;
  color: #121212; }
/* line 300, theme.scss */
.widget-type_system_widget_v4_header_11_1 .header__collections-link:hover {
  color: #4B5563; }
/* line 303, theme.scss */
.widget-type_system_widget_v4_header_11_1 .header__collections-submenu {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06); }
/* line 308, theme.scss */
.widget-type_system_widget_v4_header_11_1 .header__collections-submenu-content a {
  color: #121212; }

/* line 312, theme.scss */
.side-panel {
  background: #FFFFFF;
  color: #121212; }

/* line 313, theme.scss */
.menu__link.is-current {
  text-decoration: underline;
  font-weight: 500; }

/* line 317, theme.scss */
.product-preview .product-preview__title > a {
  color: #191919; }
  /* line 319, theme.scss */
  .product-preview .product-preview__title > a:hover {
    text-decoration: underline; }
/* line 321, theme.scss */
.product-preview .product-preview__price-cur {
  color: #212B36;
  font-weight: 500; }
/* line 322, theme.scss */
.product-preview .product-preview__price-old {
  color: #767676;
  text-decoration: line-through; }
/* line 323, theme.scss */
.product-preview .product-preview__available {
  color: #767676;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .04em; }

@media (hover: hover) and (min-width: 1025px) {
  /* line 333, theme.scss */
  .product-preview .product-preview__controls .add-cart-counter {
    opacity: 0;
    transition: opacity 0.2s ease; }

  /* line 337, theme.scss */
  .product-preview:hover .product-preview__controls .add-cart-counter {
    opacity: 1; } }
/* line 341, theme.scss */
.sticker.sticker-sale {
  background: #B3261E !important;
  color: #FFFFFF !important; }

/* line 342, theme.scss */
.sticker.sticker-preorder,
.sticker[data-sticker-title="Новинка"] {
  background: #121212 !important;
  color: #FFFFFF !important; }

/* line 346, theme.scss */
.subcollection-list__item-title {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #191919;
  font-weight: 500; }

/* line 352, theme.scss */
.subcollection-list__item-photo img {
  transition: transform .5s ease; }

/* line 353, theme.scss */
.subcollection-list__item:hover .subcollection-list__item-photo img {
  transform: scale(1.04); }

/* line 357, theme.scss */
.widget-type_system_widget_v4_product_1 .splide__arrow {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 0;
  box-shadow: none;
  color: #121212;
  opacity: 1; }
/* line 365, theme.scss */
.widget-type_system_widget_v4_product_1 .splide__pagination__page.is-active {
  background: #121212; }
/* line 366, theme.scss */
.widget-type_system_widget_v4_product_1 .product__slide-tumbs.is-active .product__photo-tumb,
.widget-type_system_widget_v4_product_1 .product__photo-tumb:hover {
  outline: 1px solid #121212;
  outline-offset: -1px; }
/* line 369, theme.scss */
.widget-type_system_widget_v4_product_1 .product__title {
  color: #191919; }
/* line 370, theme.scss */
.widget-type_system_widget_v4_product_1 .product__price-cur {
  color: #212B36; }
/* line 371, theme.scss */
.widget-type_system_widget_v4_product_1 .product__price-old {
  color: #767676;
  text-decoration: line-through; }
/* line 372, theme.scss */
.widget-type_system_widget_v4_product_1 .product__sku .sku-label {
  color: #767676; }
/* line 373, theme.scss */
.widget-type_system_widget_v4_product_1 .product__available {
  color: #767676;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .04em; }

/* line 382, theme.scss */
.tabs__head-item {
  text-transform: uppercase;
  letter-spacing: .05em; }
  /* line 385, theme.scss */
  .tabs__head-item.is-active {
    border-bottom: 2px solid #121212;
    color: #191919; }

/* line 387, theme.scss */
.property {
  border-bottom: 1px solid #E5E7EB; }

/* line 388, theme.scss */
.property__name {
  color: #4B5563; }

/* line 391, theme.scss */
.filter__head-title {
  text-transform: uppercase;
  letter-spacing: .06em; }

/* line 392, theme.scss */
.filter-item {
  border-bottom: 1px solid #E5E7EB; }

/* line 393, theme.scss */
.filter-option__btn.icon-check,
.agree__btn.icon-check {
  color: #121212; }

/* line 395, theme.scss */
.count,
.filter-option .count {
  color: #767676; }

/* line 399, theme.scss */
.noUi-connect {
  background: #121212; }

/* line 400, theme.scss */
.noUi-handle {
  background: #FFFFFF;
  border: 1px solid #121212;
  border-radius: 0;
  box-shadow: none; }

/* line 408, theme.scss */
select.js-sorting-trigger.form-control {
  border-radius: 0;
  border-color: #E5E7EB;
  color: #121212;
  text-transform: none; }

/* line 416, theme.scss */
.callback, .preorder, .notification {
  background: #FFFFFF; }

/* line 417, theme.scss */
.callback__title,
.preorder__title,
.notification__title {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #191919; }

/* line 426, theme.scss */
.btn-on-top {
  background: #121212;
  color: #FFFFFF;
  border-radius: 0; }

/* line 427, theme.scss */
.navigation-bar {
  background: #FFFFFF;
  border-top: 1px solid #E5E7EB; }
  /* line 430, theme.scss */
  .navigation-bar .navigation-bar__item {
    color: #6B7280; }
  /* line 431, theme.scss */
  .navigation-bar .navigation-bar__item.is-active {
    color: #121212; }

/* line 435, theme.scss */
.footer {
  border-top: 1px solid #E5E7EB;
  padding-top: 32px; }
  /* line 438, theme.scss */
  .footer .footer__menu-item {
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 400; }
  /* line 443, theme.scss */
  .footer .footer__area-copyright {
    color: #767676; }

/* line 451, theme.scss */
:root {
  --color-btn-bg: #111111 !important;
  --color-btn-bg-minor-shade: #2a2a2a !important;
  --color-btn-bg-major-shade: #2a2a2a !important;
  --color-accent-text: #111111 !important;
  --color-accent-text-minor-shade: #767676 !important;
  --color-accent-text-major-shade: #767676 !important;
  --color-text-dark: #121212 !important;
  --font-family: 'Golos Text', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
  --font-family-heading: 'Golos Text', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important; }

/* line 464, theme.scss */
.product-preview__controls .button,
.product-preview__compare-btn,
.product-preview .favorites_btn {
  color: #121212; }

/* line 469, theme.scss */
.pq-announce {
  background: #121212;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 9px 16px; }

/* line 479, theme.scss */
.pq-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0e0e0e;
  color: #FFFFFF;
  padding: clamp(64px, 12vw, 150px) 24px;
  text-align: center;
  margin-bottom: 64px;
  overflow: hidden; }
  @media (max-width: 768px) {
    /* line 479, theme.scss */
    .pq-hero {
      min-height: 66vh; } }

/* line 495, theme.scss */
.pq-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0; }

/* line 503, theme.scss */
.pq-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.44));
  z-index: 1; }

/* line 509, theme.scss */
.pq-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto; }

/* line 515, theme.scss */
.pq-hero__eyebrow {
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 22px; }

/* line 522, theme.scss */
.pq-hero__title {
  font-family: "Golos Text", ui-sans-serif, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.08;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #FFFFFF;
  margin: 0 0 22px; }

/* line 532, theme.scss */
.pq-hero__sub {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  max-width: 520px;
  margin: 0 auto 34px; }

/* line 539, theme.scss */
.pq-hero__cta {
  display: inline-block;
  padding: 15px 46px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.2s ease, color 0.2s ease; }
  /* line 549, theme.scss */
  .pq-hero__cta:hover {
    background: #FFFFFF;
    color: #121212; }

/* line 552, theme.scss */
.pq-statement {
  border-top: 1px solid #E5E7EB;
  padding: 96px 24px;
  text-align: center; }

/* line 557, theme.scss */
.pq-statement__eyebrow {
  font-size: 13px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #191919;
  margin-bottom: 18px; }

/* line 564, theme.scss */
.pq-statement__text {
  max-width: 640px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: #374151; }
