/* 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, #EF4444);
  --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, #f15f5f);
  --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, #f47c7c);
  --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, #fbd0d0);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #585858);
  --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, #6a6a6a);
  --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, #7a7a7a);
  --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, #acacac);
  --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, #3B3B3B);
  --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, #4e4e4e);
  --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, #626262);
  --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, #9d9d9d);
  --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, Manrope);
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Manrope);
  --heading-ratio: var(--draft-heading-ratio, 2);
  --heading-weight: var(--draft-heading-weight, 500);
  --collection_count: var(--draft-collection_count, 24);
  --search_count: var(--draft-search_count, 15);
  --blog_size: var(--draft-blog_size, 12);
  --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, 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, false);
  --compare_enabled: var(--draft-compare_enabled, false); }

/* 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 */
.button {
  border-radius: 10px; }

/* line 18, theme.scss */
.banner-list__item-content .button {
  background: #fff;
  color: #000; }

/* line 24, theme.scss */
.etcl.etcl-neon5 {
  --n-dark: #111111;
  --n-dark2: #1a1a1a;
  --n-dark3: #222222;
  --n-light: #ffffff;
  --n-light2: #f5f5f5;
  --n-border-d: rgba(255, 255, 255, 0.1);
  --n-border-l: #e2e2e2;
  --n-accent: #FF8C42;
  --n-accent2: #e67a30;
  --n-text-d: #ffffff;
  --n-muted-d: rgba(255, 255, 255, 0.82);
  --n-muted2-d: rgba(255, 255, 255, 0.72);
  --n-text-l: #111111;
  --n-muted-l: #333333;
  --n-muted2-l: #666666;
  --n-font: 'Segoe UI', Arial, sans-serif; }

/* line 43, theme.scss */
.etcl.etcl-neon5 *,
.etcl.etcl-neon5 *::before,
.etcl.etcl-neon5 *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* line 51, theme.scss */
.etcl.etcl-neon5 {
  font-family: var(--n-font);
  background: var(--n-dark);
  color: var(--n-text-d);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

/* line 59, theme.scss */
.etcl.etcl-neon5 a {
  text-decoration: none;
  color: inherit; }

/* line 60, theme.scss */
.etcl.etcl-neon5 ul, .etcl.etcl-neon5 ol {
  list-style: none; }

/* line 61, theme.scss */
.etcl.etcl-neon5 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 63, theme.scss */
.etcl.etcl-neon5 .n-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--n-accent);
  color: #fff;
  padding: 16px 32px;
  min-width: 220px;
  border-radius: 3px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .3px;
  transition: background .2s;
  white-space: nowrap; }

/* line 78, theme.scss */
.etcl.etcl-neon5 .n-btn-primary:hover {
  background: var(--n-accent2); }

/* line 80, theme.scss */
.etcl.etcl-neon5 .n-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  padding: 16px 32px;
  min-width: 220px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 15px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  transition: border-color .2s, color .2s;
  white-space: nowrap; }

/* line 95, theme.scss */
.etcl.etcl-neon5 .n-btn-ghost:hover {
  border-color: var(--n-accent);
  color: var(--n-accent); }

/* line 100, theme.scss */
.etcl.etcl-neon5 .n-btn-ghost-light {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--n-text-l);
  padding: 16px 32px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 15px;
  border: 1.5px solid var(--n-border-l);
  transition: border-color .2s, color .2s;
  white-space: nowrap; }

/* line 113, theme.scss */
.etcl.etcl-neon5 .n-btn-ghost-light:hover {
  border-color: var(--n-accent);
  color: var(--n-accent); }

/* line 118, theme.scss */
.etcl.etcl-neon5 .n-btn-dark {
  display: inline-flex;
  align-items: center;
  background: var(--n-dark);
  color: #fff;
  padding: 16px 36px;
  border-radius: 3px;
  font-weight: 800;
  font-size: 15px;
  transition: background .2s;
  white-space: nowrap; }

/* line 130, theme.scss */
.etcl.etcl-neon5 .n-btn-dark:hover {
  background: var(--n-dark3); }

/* line 132, theme.scss */
.etcl.etcl-neon5 .n-hero {
  background: var(--n-dark);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  border-bottom: 1px solid var(--n-border-d); }

/* line 140, theme.scss */
.etcl.etcl-neon5 .n-hero-content {
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }

/* line 148, theme.scss */
.etcl.etcl-neon5 .n-hero-content::after {
  content: '';
  position: absolute;
  left: -80px;
  bottom: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 140, 66, 0.12) 0%, rgba(0, 0, 0, 0) 65%);
  pointer-events: none; }

/* line 160, theme.scss */
.etcl.etcl-neon5 .n-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--n-accent);
  margin-bottom: 24px; }

/* line 169, theme.scss */
.etcl.etcl-neon5 .n-hero h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.06;
  color: var(--n-text-d);
  margin-bottom: 22px; }

/* line 177, theme.scss */
.etcl.etcl-neon5 .n-hero h1 .n-acc {
  color: var(--n-accent); }

/* line 179, theme.scss */
.etcl.etcl-neon5 .n-hero .n-lead {
  font-size: 16px;
  color: var(--n-muted-d);
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 40px; }

/* line 187, theme.scss */
.etcl.etcl-neon5 .n-hero-ctas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 480px; }

/* line 194, theme.scss */
.etcl.etcl-neon5 .n-hero-ctas .n-btn-primary,
.etcl.etcl-neon5 .n-hero-ctas .n-btn-ghost {
  width: 100%;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px; }

/* line 204, theme.scss */
.etcl.etcl-neon5 .n-hero-photo {
  position: relative;
  overflow: hidden;
  background: var(--n-dark2);
  min-height: 400px; }

/* line 211, theme.scss */
.etcl.etcl-neon5 .n-hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

/* line 220, theme.scss */
.etcl.etcl-neon5 .n-photo-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--n-muted2-d);
  font-size: 13px;
  text-align: center;
  padding: 24px;
  border: 1.5px dashed rgba(255, 255, 255, 0.15); }

/* line 235, theme.scss */
.etcl.etcl-neon5 .n-photo-placeholder .n-photo-icon {
  font-size: 40px;
  opacity: .3;
  line-height: 1; }

/* line 241, theme.scss */
.etcl.etcl-neon5 .n-photo-placeholder strong {
  color: var(--n-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }

/* line 249, theme.scss */
.etcl.etcl-neon5 .n-photo-placeholder span {
  font-size: 11px;
  color: var(--n-muted2-d);
  line-height: 1.6; }

/* line 255, theme.scss */
.etcl.etcl-neon5 .n-ticker {
  background: var(--n-accent);
  padding: 13px 0;
  overflow: hidden; }

/* line 261, theme.scss */
.etcl.etcl-neon5 .n-ticker-inner {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: n-tick 24s linear infinite; }

/* line 268, theme.scss */
.etcl.etcl-neon5 .n-ticker-inner span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  flex-shrink: 0; }

@keyframes n-tick {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
/* line 282, theme.scss */
.etcl.etcl-neon5 .n-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--n-light);
  border-bottom: 1px solid var(--n-border-l); }

/* line 289, theme.scss */
.etcl.etcl-neon5 .n-stat {
  padding: 36px 32px;
  border-right: 1px solid var(--n-border-l); }

/* line 294, theme.scss */
.etcl.etcl-neon5 .n-stat:last-child {
  border-right: none; }

/* line 296, theme.scss */
.etcl.etcl-neon5 .n-stat-num {
  font-size: 42px;
  font-weight: 900;
  color: var(--n-accent);
  line-height: 1;
  margin-bottom: 8px; }

/* line 304, theme.scss */
.etcl.etcl-neon5 .n-stat-label {
  font-size: 13px;
  color: var(--n-muted-l);
  line-height: 1.5; }

/* line 310, theme.scss */
.etcl.etcl-neon5 .n-section {
  padding: 80px 72px;
  border-bottom: 1px solid var(--n-border-d); }

/* line 315, theme.scss */
.etcl.etcl-neon5 .n-section--dark {
  background: var(--n-dark);
  border-bottom-color: var(--n-border-d); }

/* line 320, theme.scss */
.etcl.etcl-neon5 .n-section--dark2 {
  background: var(--n-dark2);
  border-bottom-color: var(--n-border-d); }

/* line 325, theme.scss */
.etcl.etcl-neon5 .n-section--light {
  background: var(--n-light);
  border-bottom-color: var(--n-border-l); }

/* line 330, theme.scss */
.etcl.etcl-neon5 .n-section--light2 {
  background: var(--n-light2);
  border-bottom-color: var(--n-border-l); }

/* line 335, theme.scss */
.etcl.etcl-neon5 .n-section--dark h2,
.etcl.etcl-neon5 .n-section--dark2 h2 {
  color: var(--n-text-d); }

/* line 340, theme.scss */
.etcl.etcl-neon5 .n-section--dark .n-section-desc,
.etcl.etcl-neon5 .n-section--dark2 .n-section-desc {
  color: var(--n-muted-d); }

/* line 345, theme.scss */
.etcl.etcl-neon5 .n-section--light h2,
.etcl.etcl-neon5 .n-section--light2 h2 {
  color: var(--n-text-l); }

/* line 350, theme.scss */
.etcl.etcl-neon5 .n-section--light .n-section-desc,
.etcl.etcl-neon5 .n-section--light2 .n-section-desc {
  color: var(--n-muted-l); }

/* line 355, theme.scss */
.etcl.etcl-neon5 .n-section-header {
  margin-bottom: 48px; }

/* line 357, theme.scss */
.etcl.etcl-neon5 .n-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--n-accent);
  margin-bottom: 14px; }

/* line 366, theme.scss */
.etcl.etcl-neon5 .n-section h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 12px; }

/* line 373, theme.scss */
.etcl.etcl-neon5 .n-section-desc {
  font-size: 16px;
  max-width: 600px;
  line-height: 1.65; }

/* line 379, theme.scss */
.etcl.etcl-neon5 .n-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--n-border-d);
  border: 1px solid var(--n-border-d); }

/* line 387, theme.scss */
.etcl.etcl-neon5 .n-audience-card {
  background: var(--n-dark2);
  padding: 36px 32px;
  transition: background .2s; }

/* line 393, theme.scss */
.etcl.etcl-neon5 .n-audience-card:hover {
  background: var(--n-dark3); }

/* line 395, theme.scss */
.etcl.etcl-neon5 .n-audience-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--n-accent);
  border: 1px solid var(--n-accent);
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 16px; }

/* line 408, theme.scss */
.etcl.etcl-neon5 .n-audience-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--n-text-d);
  margin-bottom: 10px; }

/* line 415, theme.scss */
.etcl.etcl-neon5 .n-audience-card p {
  font-size: 14px;
  color: var(--n-muted-d);
  line-height: 1.65;
  margin-bottom: 18px; }

/* line 422, theme.scss */
.etcl.etcl-neon5 .n-audience-card ul li {
  font-size: 13px;
  color: var(--n-muted-d);
  padding: 7px 0;
  border-bottom: 1px solid var(--n-border-d);
  display: flex;
  align-items: center;
  gap: 10px; }

/* line 432, theme.scss */
.etcl.etcl-neon5 .n-audience-card ul li::before {
  content: '\2192\00a0';
  color: var(--n-accent);
  font-size: 12px;
  flex-shrink: 0; }

/* line 439, theme.scss */
.etcl.etcl-neon5 .n-audience-card ul li:last-child {
  border-bottom: none; }

/* line 441, theme.scss */
.etcl.etcl-neon5 .n-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--n-border-l);
  border: 1px solid var(--n-border-l); }

/* line 449, theme.scss */
.etcl.etcl-neon5 .n-cat-card {
  background: var(--n-light);
  display: flex;
  flex-direction: column;
  transition: background .15s; }

/* line 456, theme.scss */
.etcl.etcl-neon5 .n-cat-card:hover {
  background: var(--n-light2); }

/* line 458, theme.scss */
.etcl.etcl-neon5 .n-cat-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--n-light2);
  overflow: hidden; }

/* line 466, theme.scss */
.etcl.etcl-neon5 .n-cat-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 474, theme.scss */
.etcl.etcl-neon5 .n-cat-photo .n-photo-placeholder {
  border: none;
  background: var(--n-light2);
  color: var(--n-muted2-l); }

/* line 480, theme.scss */
.etcl.etcl-neon5 .n-cat-photo .n-photo-placeholder strong {
  color: var(--n-accent); }

/* line 484, theme.scss */
.etcl.etcl-neon5 .n-cat-photo .n-photo-placeholder span {
  color: var(--n-muted2-l); }

/* line 488, theme.scss */
.etcl.etcl-neon5 .n-cat-body {
  padding: 22px 22px 26px;
  flex: 1; }

/* line 493, theme.scss */
.etcl.etcl-neon5 .n-cat-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--n-accent);
  margin-bottom: 8px; }

/* line 502, theme.scss */
.etcl.etcl-neon5 .n-cat-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--n-text-l);
  margin-bottom: 6px; }

/* line 509, theme.scss */
.etcl.etcl-neon5 .n-cat-card p {
  font-size: 13px;
  color: var(--n-muted-l);
  margin-bottom: 14px;
  line-height: 1.55; }

/* line 516, theme.scss */
.etcl.etcl-neon5 .n-cat-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }

/* line 522, theme.scss */
.etcl.etcl-neon5 .n-cat-tags span {
  font-size: 11px;
  color: var(--n-muted-l);
  border: 1px solid var(--n-border-l);
  padding: 3px 9px;
  border-radius: 2px;
  background: var(--n-light2); }

/* line 531, theme.scss */
.etcl.etcl-neon5 .n-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--n-border-d);
  border: 1px solid var(--n-border-d); }

/* line 539, theme.scss */
.etcl.etcl-neon5 .n-feature {
  background: var(--n-dark2);
  padding: 36px 32px;
  display: flex;
  gap: 20px;
  transition: background .2s; }

/* line 547, theme.scss */
.etcl.etcl-neon5 .n-feature:hover {
  background: var(--n-dark3); }

/* line 549, theme.scss */
.etcl.etcl-neon5 .n-feature-num {
  font-size: 11px;
  font-weight: 700;
  color: var(--n-accent);
  letter-spacing: 1px;
  flex-shrink: 0;
  padding-top: 4px;
  opacity: .7; }

/* line 559, theme.scss */
.etcl.etcl-neon5 .n-feature h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--n-text-d);
  margin-bottom: 8px; }

/* line 566, theme.scss */
.etcl.etcl-neon5 .n-feature p {
  font-size: 13px;
  color: var(--n-muted-d);
  line-height: 1.65; }

/* line 572, theme.scss */
.etcl.etcl-neon5 .n-feature ul {
  margin-top: 12px; }

/* line 574, theme.scss */
.etcl.etcl-neon5 .n-feature ul li {
  font-size: 12px;
  color: var(--n-muted-d);
  padding: 6px 0;
  border-bottom: 1px solid var(--n-border-d);
  display: flex;
  align-items: center;
  gap: 8px; }

/* line 584, theme.scss */
.etcl.etcl-neon5 .n-feature ul li::before {
  content: '\2192\00a0';
  color: var(--n-accent);
  font-size: 14px;
  line-height: 1;
  flex-shrink: 0; }

/* line 592, theme.scss */
.etcl.etcl-neon5 .n-feature ul li:last-child {
  border-bottom: none; }

/* line 594, theme.scss */
.etcl.etcl-neon5 .n-warehouse-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start; }

/* line 601, theme.scss */
.etcl.etcl-neon5 .n-warehouse-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--n-light2);
  overflow: hidden;
  border: 1px solid var(--n-border-l);
  border-radius: 2px; }

/* line 611, theme.scss */
.etcl.etcl-neon5 .n-warehouse-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 619, theme.scss */
.etcl.etcl-neon5 .n-warehouse-photo .n-photo-placeholder {
  border: none;
  background: var(--n-light2);
  color: var(--n-muted2-l); }

/* line 625, theme.scss */
.etcl.etcl-neon5 .n-warehouse-photo .n-photo-placeholder strong {
  color: var(--n-accent); }

/* line 629, theme.scss */
.etcl.etcl-neon5 .n-warehouse-photo .n-photo-placeholder span {
  color: var(--n-muted2-l); }

/* line 633, theme.scss */
.etcl.etcl-neon5 .n-warehouses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--n-border-l);
  border: 1px solid var(--n-border-l); }

/* line 641, theme.scss */
.etcl.etcl-neon5 .n-warehouse {
  background: var(--n-light);
  padding: 36px 32px; }

/* line 646, theme.scss */
.etcl.etcl-neon5 .n-warehouse--active {
  background: var(--n-dark);
  border-left: 4px solid var(--n-accent); }

/* line 651, theme.scss */
.etcl.etcl-neon5 .n-warehouse-code {
  font-size: 44px;
  font-weight: 900;
  color: var(--n-accent);
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -2px; }

/* line 660, theme.scss */
.etcl.etcl-neon5 .n-warehouse--active h3 {
  color: #ffffff !important;
  font-size: 18px; }

/* line 661, theme.scss */
.etcl.etcl-neon5 .n-warehouse--active p {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 14px; }

/* line 662, theme.scss */
.etcl.etcl-neon5 .n-warehouse--active ul li {
  color: rgba(255, 255, 255, 0.92) !important;
  border-bottom-color: rgba(255, 255, 255, 0.18);
  font-size: 13px; }

/* line 667, theme.scss */
.etcl.etcl-neon5 .n-warehouse--active ul li::before {
  color: var(--n-accent); }

/* line 669, theme.scss */
.etcl.etcl-neon5 .n-warehouse h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--n-text-l);
  margin-bottom: 8px; }

/* line 676, theme.scss */
.etcl.etcl-neon5 .n-warehouse p {
  font-size: 13px;
  color: var(--n-muted-l);
  line-height: 1.65;
  margin-bottom: 16px; }

/* line 683, theme.scss */
.etcl.etcl-neon5 .n-warehouse ul li {
  font-size: 12px;
  color: var(--n-muted-l);
  padding: 6px 0;
  border-bottom: 1px solid var(--n-border-l);
  display: flex;
  align-items: center;
  gap: 8px; }

/* line 693, theme.scss */
.etcl.etcl-neon5 .n-warehouse ul li::before {
  content: '\2192\00a0';
  color: var(--n-accent);
  font-size: 11px;
  flex-shrink: 0; }

/* line 700, theme.scss */
.etcl.etcl-neon5 .n-warehouse ul li:last-child {
  border-bottom: none; }

/* line 701, theme.scss */
.etcl.etcl-neon5 .n-warehouse-link {
  display: inline-block;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--n-accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 140, 66, 0.4);
  padding-bottom: 2px;
  transition: border-color .2s, color .2s; }

/* line 713, theme.scss */
.etcl.etcl-neon5 .n-warehouse-link:hover {
  color: #ff6a00;
  border-bottom-color: #ff6a00; }

/* line 718, theme.scss */
.etcl.etcl-neon5 .n-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--n-border-d);
  border: 1px solid var(--n-border-d); }

/* line 726, theme.scss */
.etcl.etcl-neon5 .n-step {
  background: var(--n-dark2);
  padding: 28px 22px;
  transition: background .2s; }

/* line 732, theme.scss */
.etcl.etcl-neon5 .n-step:hover {
  background: var(--n-dark3); }

/* line 734, theme.scss */
.etcl.etcl-neon5 .n-step-num {
  font-size: 30px;
  font-weight: 900;
  color: var(--n-accent);
  line-height: 1;
  margin-bottom: 14px;
  opacity: .85; }

/* line 743, theme.scss */
.etcl.etcl-neon5 .n-step h3 {
  font-size: 15px;
  font-weight: 800;
  color: var(--n-text-d);
  margin-bottom: 8px; }

/* line 750, theme.scss */
.etcl.etcl-neon5 .n-step p {
  font-size: 12px;
  color: var(--n-muted-d);
  line-height: 1.6; }

/* line 756, theme.scss */
.etcl.etcl-neon5 .n-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--n-border-l);
  border: 1px solid var(--n-border-l); }

/* line 764, theme.scss */
.etcl.etcl-neon5 .n-faq-item {
  background: var(--n-light);
  padding: 28px 28px;
  transition: background .15s; }

/* line 770, theme.scss */
.etcl.etcl-neon5 .n-faq-item:hover {
  background: var(--n-light2); }

/* line 772, theme.scss */
.etcl.etcl-neon5 .n-faq-q {
  font-size: 15px;
  font-weight: 700;
  color: var(--n-text-l);
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: flex-start; }

/* line 782, theme.scss */
.etcl.etcl-neon5 .n-faq-q::before {
  content: 'Q';
  font-size: 10px;
  font-weight: 700;
  color: var(--n-accent);
  border: 1px solid var(--n-accent);
  padding: 2px 6px;
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 3px; }

/* line 794, theme.scss */
.etcl.etcl-neon5 .n-faq-a {
  font-size: 13px;
  color: var(--n-muted-l);
  line-height: 1.65;
  padding-left: 32px; }

/* line 801, theme.scss */
.etcl.etcl-neon5 .n-cta {
  padding: 80px 72px;
  background: var(--n-accent);
  position: relative;
  overflow: hidden; }

/* line 808, theme.scss */
.etcl.etcl-neon5 .n-cta::before {
  content: '';
  position: absolute;
  right: -80px;
  top: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  pointer-events: none; }

/* line 820, theme.scss */
.etcl.etcl-neon5 .n-cta h2 {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  max-width: 600px;
  margin-bottom: 14px;
  line-height: 1.1;
  position: relative; }

/* line 830, theme.scss */
.etcl.etcl-neon5 .n-cta p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 500px;
  margin-bottom: 36px;
  line-height: 1.65;
  position: relative; }

/* line 839, theme.scss */
.etcl.etcl-neon5 .n-cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  position: relative; }

/* line 846, theme.scss */
.etcl.etcl-neon5 .n-contacts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--n-border-d);
  border: 1px solid var(--n-border-d); }

/* line 854, theme.scss */
.etcl.etcl-neon5 .n-contact-item {
  background: var(--n-dark2);
  padding: 28px 28px; }

/* line 859, theme.scss */
.etcl.etcl-neon5 .n-contact-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--n-accent);
  margin-bottom: 12px; }

/* line 868, theme.scss */
.etcl.etcl-neon5 .n-contact-item p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.75; }

/* line 874, theme.scss */
.etcl.etcl-neon5 .n-contact-item a {
  color: #ffffff;
  transition: color .2s; }

/* line 879, theme.scss */
.etcl.etcl-neon5 .n-contact-item a:hover {
  color: var(--n-accent); }

/* line 881, theme.scss */
.etcl.etcl-neon5 .n-form-section {
  padding: 80px 72px;
  background: var(--n-light);
  border-bottom: 1px solid var(--n-border-l); }

/* line 887, theme.scss */
.etcl.etcl-neon5 .n-form-wrap {
  max-width: 560px; }

/* line 889, theme.scss */
.etcl.etcl-neon5 .n-form-wrap h2 {
  font-size: 32px;
  font-weight: 900;
  color: var(--n-text-l);
  margin-bottom: 8px; }

/* line 896, theme.scss */
.etcl.etcl-neon5 .n-form-wrap p {
  font-size: 15px;
  color: var(--n-muted-l);
  margin-bottom: 32px;
  line-height: 1.65; }

/* line 903, theme.scss */
.etcl.etcl-neon5 .n-form-placeholder {
  border: 1.5px dashed var(--n-border-l);
  padding: 48px 32px;
  text-align: center;
  color: var(--n-muted2-l);
  font-size: 13px;
  border-radius: 3px;
  background: var(--n-light2); }

/* line 913, theme.scss */
.etcl.etcl-neon5 .n-topbar {
  background: #0d0d0d;
  border-bottom: 1px solid var(--n-border-d);
  padding: 10px 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px; }

/* line 922, theme.scss */
.etcl.etcl-neon5 .n-topbar-brand {
  font-size: 13px;
  font-weight: 700;
  color: var(--n-accent);
  letter-spacing: .3px; }

/* line 928, theme.scss */
.etcl.etcl-neon5 .n-topbar-nav {
  display: flex;
  align-items: center;
  gap: 24px; }

/* line 933, theme.scss */
.etcl.etcl-neon5 .n-topbar-nav a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  transition: color .2s;
  white-space: nowrap; }

/* line 939, theme.scss */
.etcl.etcl-neon5 .n-topbar-nav a:hover {
  color: var(--n-accent); }

/* line 940, theme.scss */
.etcl.etcl-neon5 .n-topbar-switch {
  font-size: 12px;
  font-weight: 700;
  color: var(--n-accent);
  border: 1px solid rgba(255, 140, 66, 0.4);
  padding: 5px 14px;
  border-radius: 3px;
  transition: background .2s, color .2s;
  white-space: nowrap; }

/* line 950, theme.scss */
.etcl.etcl-neon5 .n-topbar-switch:hover {
  background: var(--n-accent);
  color: #fff; }

/* line 955, theme.scss */
.etcl.etcl-neon5 .n-footer {
  padding: 32px 72px;
  background: #0d0d0d;
  border-top: 1px solid var(--n-border-d);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px; }

/* line 966, theme.scss */
.etcl.etcl-neon5 .n-footer-brand {
  font-size: 14px;
  font-weight: 700;
  color: var(--n-accent); }

/* line 972, theme.scss */
.etcl.etcl-neon5 .n-footer-links {
  display: flex;
  gap: 24px; }

/* line 977, theme.scss */
.etcl.etcl-neon5 .n-footer-links a {
  font-size: 12px;
  color: var(--n-muted2-d);
  transition: color .2s; }

/* line 983, theme.scss */
.etcl.etcl-neon5 .n-footer-links a:hover {
  color: var(--n-accent); }

/* line 985, theme.scss */
.etcl.etcl-neon5 .n-footer-copy {
  font-size: 12px;
  color: var(--n-muted2-d); }

/* line 990, theme.scss */
.etcl.etcl-neon5 .n-audience-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--n-border-d); }

/* line 997, theme.scss */
.etcl.etcl-neon5 .n-audience-featured {
  background: var(--n-accent);
  padding: 48px 40px;
  border-right: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden; }

/* line 1007, theme.scss */
.etcl.etcl-neon5 .n-audience-featured::before {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.07);
  pointer-events: none; }

/* line 1018, theme.scss */
.etcl.etcl-neon5 .n-audience-featured .n-audience-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 4px 10px;
  border-radius: 2px;
  width: fit-content;
  background: rgba(0, 0, 0, 0.15); }

/* line 1031, theme.scss */
.etcl.etcl-neon5 .n-audience-featured h3 {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  line-height: 1.3; }

/* line 1038, theme.scss */
.etcl.etcl-neon5 .n-audience-featured > p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
  margin: 0; }

/* line 1044, theme.scss */
.etcl.etcl-neon5 .n-audience-featured .n-feat-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0; }

/* line 1052, theme.scss */
.etcl.etcl-neon5 .n-audience-featured .n-feat-list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28); }

/* line 1059, theme.scss */
.etcl.etcl-neon5 .n-audience-featured .n-feat-list li:last-child {
  border-bottom: none; }

/* line 1061, theme.scss */
.etcl.etcl-neon5 .n-audience-featured-num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.4);
  min-width: 28px;
  flex-shrink: 0; }

/* line 1069, theme.scss */
.etcl.etcl-neon5 .n-audience-featured-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28); }

/* line 1076, theme.scss */
.etcl.etcl-neon5 .n-audience-featured-item:last-child {
  border-bottom: none; }

/* line 1077, theme.scss */
.etcl.etcl-neon5 .n-audience-featured-item strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 3px; }

/* line 1084, theme.scss */
.etcl.etcl-neon5 .n-audience-featured-item p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.5; }

/* line 1090, theme.scss */
.etcl.etcl-neon5 .n-audience-featured-items {
  margin-top: 20px; }

/* line 1093, theme.scss */
.etcl.etcl-neon5 .n-audience-featured-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.65;
  margin-bottom: 4px; }

/* line 1100, theme.scss */
.etcl.etcl-neon5 .n-audience-featured .n-feat-num {
  font-size: 10px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4); }

/* line 1101, theme.scss */
.etcl.etcl-neon5 .n-audience-featured .n-feat-title {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff; }

/* line 1102, theme.scss */
.etcl.etcl-neon5 .n-audience-featured .n-feat-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9); }

/* line 1104, theme.scss */
.etcl.etcl-neon5 .n-audience-cards {
  display: flex;
  flex-direction: column;
  gap: 0; }

/* line 1109, theme.scss */
.etcl.etcl-neon5 .n-audience-mini {
  background: rgba(255, 140, 66, 0.1);
  padding: 28px 32px;
  border-bottom: 1px solid rgba(255, 140, 66, 0.2);
  transition: background .2s;
  border-left: 4px solid var(--n-accent); }

/* line 1116, theme.scss */
.etcl.etcl-neon5 .n-audience-mini:last-child {
  border-bottom: none; }

/* line 1117, theme.scss */
.etcl.etcl-neon5 .n-audience-mini:hover {
  background: rgba(255, 140, 66, 0.18); }

/* line 1118, theme.scss */
.etcl.etcl-neon5 .n-audience-mini .n-audience-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--n-accent);
  border: 1px solid var(--n-accent);
  padding: 3px 8px;
  border-radius: 2px;
  margin-bottom: 10px; }

/* line 1131, theme.scss */
.etcl.etcl-neon5 .n-audience-mini h3 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px; }

/* line 1137, theme.scss */
.etcl.etcl-neon5 .n-audience-mini > p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin: 0 0 12px; }

/* line 1143, theme.scss */
.etcl.etcl-neon5 .n-audience-mini .n-mini-tags,
.etcl.etcl-neon5 .n-audience-mini .n-audience-mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }

/* line 1149, theme.scss */
.etcl.etcl-neon5 .n-audience-mini .n-mini-tag,
.etcl.etcl-neon5 .n-audience-mini .n-audience-mini-tags span {
  font-size: 11px;
  font-weight: 600;
  color: var(--n-accent);
  background: rgba(255, 140, 66, 0.15);
  border: 1px solid rgba(255, 140, 66, 0.5);
  padding: 3px 10px;
  border-radius: 2px; }

/* line 1160, theme.scss */
.etcl.etcl-neon5 .n-audience-mini .n-audience-mini-tags span + span::before {
  content: '';
  margin: 0 6px;
  color: rgba(255, 140, 66, 0.5);
  font-weight: 400; }

/* line 1167, theme.scss */
.etcl.etcl-neon5 .n-benefit-strip-item {
  padding: 0 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column; }

/* line 1173, theme.scss */
.etcl.etcl-neon5 .n-benefit-strip-item:last-child {
  border-right: none; }

/* line 1174, theme.scss */
.etcl.etcl-neon5 .n-benefit-strip-body h3 {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.4; }

/* line 1181, theme.scss */
.etcl.etcl-neon5 .n-benefit-strip-body p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
  margin: 0 0 16px 0; }

/* line 1187, theme.scss */
.etcl.etcl-neon5 .n-benefit-strip-tags {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }

/* line 1193, theme.scss */
.etcl.etcl-neon5 .n-benefit-strip-tags span {
  font-size: 11px;
  color: var(--n-accent);
  border: 1px solid rgba(255, 140, 66, 0.35);
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: 600; }

/* line 1202, theme.scss */
.etcl.etcl-neon5 .n-benefits-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--n-border-d); }

/* line 1208, theme.scss */
.etcl.etcl-neon5 .n-benefit-col {
  padding: 40px 32px;
  border-right: 1px solid var(--n-border-d);
  display: flex;
  flex-direction: column;
  gap: 12px; }

/* line 1215, theme.scss */
.etcl.etcl-neon5 .n-benefit-col:last-child {
  border-right: none; }

/* line 1216, theme.scss */
.etcl.etcl-neon5 .n-benefit-big-num {
  font-size: 64px;
  font-weight: 900;
  color: var(--n-accent);
  line-height: 1;
  opacity: 0.38;
  font-family: var(--n-font); }

/* line 1224, theme.scss */
.etcl.etcl-neon5 .n-benefit-col h3 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3; }

/* line 1231, theme.scss */
.etcl.etcl-neon5 .n-benefit-col > p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  margin: 0;
  flex: 1; }

/* line 1238, theme.scss */
.etcl.etcl-neon5 .n-benefit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

/* line 1246, theme.scss */
.etcl.etcl-neon5 .n-benefit-tag {
  font-size: 11px;
  font-weight: 600;
  color: var(--n-accent);
  background: rgba(255, 140, 66, 0.1);
  padding: 3px 8px;
  border-radius: 2px; }

/* line 1254, theme.scss */
.etcl.etcl-neon5 .n-benefit-tag::before {
  content: '\2192\00a0';
  opacity: 0.7; }

@media (max-width: 1200px) {
  /* line 1260, theme.scss */
  .etcl.etcl-neon5 .n-hero-content {
    padding: 72px 56px; }

  /* line 1261, theme.scss */
  .etcl.etcl-neon5 .n-hero h1 {
    font-size: 46px; }

  /* line 1262, theme.scss */
  .etcl.etcl-neon5 .n-section {
    padding: 72px 56px; }

  /* line 1263, theme.scss */
  .etcl.etcl-neon5 .n-cta {
    padding: 72px 56px; }

  /* line 1264, theme.scss */
  .etcl.etcl-neon5 .n-form-section {
    padding: 72px 56px; }

  /* line 1265, theme.scss */
  .etcl.etcl-neon5 .n-footer {
    padding: 28px 56px; } }
@media (max-width: 900px) {
  /* line 1270, theme.scss */
  .etcl.etcl-neon5 .n-hero {
    grid-template-columns: 1fr; }

  /* line 1273, theme.scss */
  .etcl.etcl-neon5 .n-hero-photo {
    min-height: 280px;
    aspect-ratio: 16 / 7;
    order: -1; }

  /* line 1278, theme.scss */
  .etcl.etcl-neon5 .n-hero-content {
    padding: 56px 40px; }

  /* line 1281, theme.scss */
  .etcl.etcl-neon5 .n-hero h1 {
    font-size: 40px; }

  /* line 1284, theme.scss */
  .etcl.etcl-neon5 .n-hero-ctas {
    max-width: 100%; }

  /* line 1287, theme.scss */
  .etcl.etcl-neon5 .n-hero-ctas .n-btn-primary,
  .etcl.etcl-neon5 .n-hero-ctas .n-btn-ghost {
    flex: 1 1 0; }

  /* line 1293, theme.scss */
  .etcl.etcl-neon5 .n-stats {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1296, theme.scss */
  .etcl.etcl-neon5 .n-audience-layout {
    grid-template-columns: 1fr; }

  /* line 1297, theme.scss */
  .etcl.etcl-neon5 .n-audience-featured {
    padding: 36px 28px; }

  /* line 1298, theme.scss */
  .etcl.etcl-neon5 .n-audience-featured h3 {
    font-size: 22px; }

  /* line 1301, theme.scss */
  .etcl.etcl-neon5 .n-cat-grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1304, theme.scss */
  .etcl.etcl-neon5 .n-features-grid {
    grid-template-columns: 1fr; }

  /* line 1305, theme.scss */
  .etcl.etcl-neon5 .n-benefits-strip {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1306, theme.scss */
  .etcl.etcl-neon5 .n-benefit-strip-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 20px 0; }

  /* line 1307, theme.scss */
  .etcl.etcl-neon5 .n-benefit-strip-item:last-child {
    border-bottom: none; }

  /* line 1310, theme.scss */
  .etcl.etcl-neon5 .n-warehouse-layout {
    grid-template-columns: 1fr; }

  /* line 1311, theme.scss */
  .etcl.etcl-neon5 .n-warehouses {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1314, theme.scss */
  .etcl.etcl-neon5 .n-steps {
    grid-template-columns: repeat(3, 1fr); }

  /* line 1317, theme.scss */
  .etcl.etcl-neon5 .n-faq {
    grid-template-columns: 1fr; }

  /* line 1320, theme.scss */
  .etcl.etcl-neon5 .n-contacts {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1323, theme.scss */
  .etcl.etcl-neon5 .n-section {
    padding: 56px 40px; }

  /* line 1324, theme.scss */
  .etcl.etcl-neon5 .n-cta {
    padding: 56px 40px; }

  /* line 1325, theme.scss */
  .etcl.etcl-neon5 .n-form-section {
    padding: 56px 40px; }

  /* line 1326, theme.scss */
  .etcl.etcl-neon5 .n-footer {
    padding: 24px 40px; } }
@media (max-width: 768px) {
  /* line 1330, theme.scss */
  .etcl.etcl-neon5 .n-hero-content {
    padding: 44px 28px; }

  /* line 1331, theme.scss */
  .etcl.etcl-neon5 .n-hero h1 {
    font-size: 34px; }

  /* line 1332, theme.scss */
  .etcl.etcl-neon5 .n-hero .n-lead {
    font-size: 15px; }

  /* line 1334, theme.scss */
  .etcl.etcl-neon5 .n-section {
    padding: 48px 28px; }

  /* line 1335, theme.scss */
  .etcl.etcl-neon5 .n-section h2 {
    font-size: 28px; }

  /* line 1337, theme.scss */
  .etcl.etcl-neon5 .n-stat {
    padding: 24px 20px; }

  /* line 1338, theme.scss */
  .etcl.etcl-neon5 .n-stat-num {
    font-size: 34px; }

  /* line 1341, theme.scss */
  .etcl.etcl-neon5 .n-audience-cards {
    gap: 1px; }

  /* line 1344, theme.scss */
  .etcl.etcl-neon5 .n-steps {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1347, theme.scss */
  .etcl.etcl-neon5 .n-contacts {
    grid-template-columns: 1fr; }

  /* line 1349, theme.scss */
  .etcl.etcl-neon5 .n-cta {
    padding: 48px 28px; }

  /* line 1350, theme.scss */
  .etcl.etcl-neon5 .n-cta h2 {
    font-size: 30px; }

  /* line 1351, theme.scss */
  .etcl.etcl-neon5 .n-form-section {
    padding: 48px 28px; }

  /* line 1352, theme.scss */
  .etcl.etcl-neon5 .n-footer {
    padding: 24px 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px; } }
@media (max-width: 480px) {
  /* line 1362, theme.scss */
  .etcl.etcl-neon5 .n-hero-content {
    padding: 36px 20px; }

  /* line 1363, theme.scss */
  .etcl.etcl-neon5 .n-hero h1 {
    font-size: 28px; }

  /* line 1364, theme.scss */
  .etcl.etcl-neon5 .n-hero-photo {
    min-height: 220px;
    aspect-ratio: 4/3; }

  /* line 1367, theme.scss */
  .etcl.etcl-neon5 .n-hero-ctas {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 10px; }

  /* line 1372, theme.scss */
  .etcl.etcl-neon5 .n-hero-ctas .n-btn-primary,
  .etcl.etcl-neon5 .n-hero-ctas .n-btn-ghost {
    width: 100%;
    justify-content: center;
    padding: 14px 20px; }

  /* line 1380, theme.scss */
  .etcl.etcl-neon5 .n-cta-actions {
    flex-direction: column;
    gap: 10px; }

  /* line 1384, theme.scss */
  .etcl.etcl-neon5 .n-btn-primary,
  .etcl.etcl-neon5 .n-btn-ghost,
  .etcl.etcl-neon5 .n-btn-dark {
    width: 100%;
    justify-content: center; }

  /* line 1392, theme.scss */
  .etcl.etcl-neon5 .n-section {
    padding: 40px 20px; }

  /* line 1393, theme.scss */
  .etcl.etcl-neon5 .n-section h2 {
    font-size: 24px; }

  /* line 1396, theme.scss */
  .etcl.etcl-neon5 .n-stats {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1397, theme.scss */
  .etcl.etcl-neon5 .n-stat {
    padding: 20px 16px; }

  /* line 1398, theme.scss */
  .etcl.etcl-neon5 .n-stat-num {
    font-size: 28px; }

  /* line 1401, theme.scss */
  .etcl.etcl-neon5 .n-cat-grid {
    grid-template-columns: 1fr; }

  /* line 1404, theme.scss */
  .etcl.etcl-neon5 .n-benefits-strip {
    grid-template-columns: 1fr; }

  /* line 1405, theme.scss */
  .etcl.etcl-neon5 .n-benefit-big-num {
    font-size: 40px; }

  /* line 1408, theme.scss */
  .etcl.etcl-neon5 .n-warehouses {
    grid-template-columns: 1fr; }

  /* line 1411, theme.scss */
  .etcl.etcl-neon5 .n-steps {
    grid-template-columns: 1fr; }

  /* line 1414, theme.scss */
  .etcl.etcl-neon5 .n-cta {
    padding: 40px 20px; }

  /* line 1415, theme.scss */
  .etcl.etcl-neon5 .n-cta h2 {
    font-size: 24px; }

  /* line 1418, theme.scss */
  .etcl.etcl-neon5 .n-form-section {
    padding: 40px 20px; }

  /* line 1421, theme.scss */
  .etcl.etcl-neon5 .n-footer {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px; }

  /* line 1427, theme.scss */
  .etcl.etcl-neon5 .n-footer-links {
    flex-direction: column;
    gap: 8px; } }
@media (max-width: 360px) {
  /* line 1431, theme.scss */
  .etcl.etcl-neon5 .n-hero-content {
    padding: 28px 16px; }

  /* line 1432, theme.scss */
  .etcl.etcl-neon5 .n-hero h1 {
    font-size: 24px; }

  /* line 1433, theme.scss */
  .etcl.etcl-neon5 .n-section {
    padding: 32px 16px; }

  /* line 1434, theme.scss */
  .etcl.etcl-neon5 .n-cta {
    padding: 32px 16px; }

  /* line 1435, theme.scss */
  .etcl.etcl-neon5 .n-form-section {
    padding: 32px 16px; }

  /* line 1436, theme.scss */
  .etcl.etcl-neon5 .n-kicker {
    font-size: 10px;
    letter-spacing: 2px; }

  /* line 1437, theme.scss */
  .etcl.etcl-neon5 .n-eyebrow {
    font-size: 10px;
    letter-spacing: 2px; }

  /* line 1438, theme.scss */
  .etcl.etcl-neon5 .n-stat-num {
    font-size: 24px; }

  /* line 1439, theme.scss */
  .etcl.etcl-neon5 .n-section h2 {
    font-size: 21px; } }
@media (max-width: 768px) {
  /* line 1443, theme.scss */
  .etcl.etcl-neon5 .n-audience-layout {
    grid-template-columns: 1fr; }

  /* line 1444, theme.scss */
  .etcl.etcl-neon5 .n-audience-featured {
    padding: 32px 24px; }

  /* line 1445, theme.scss */
  .etcl.etcl-neon5 .n-audience-featured h3 {
    font-size: 22px; } }
@media (max-width: 480px) {
  /* line 1449, theme.scss */
  .etcl.etcl-neon5 .n-hero-messengers {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px; }

  /* line 1454, theme.scss */
  .etcl.etcl-neon5 .n-messenger-btn {
    width: 100%;
    justify-content: center; } }
@media (max-width: 1024px) {
  /* line 1461, theme.scss */
  .etcl.etcl-neon5 .n-topbar {
    padding: 10px 40px; } }
@media (max-width: 768px) {
  /* line 1464, theme.scss */
  .etcl.etcl-neon5 .n-topbar {
    padding: 10px 24px;
    gap: 12px; }

  /* line 1465, theme.scss */
  .etcl.etcl-neon5 .n-topbar-nav {
    gap: 16px; } }
@media (max-width: 480px) {
  /* line 1468, theme.scss */
  .etcl.etcl-neon5 .n-topbar {
    padding: 8px 16px;
    flex-wrap: wrap; }

  /* line 1469, theme.scss */
  .etcl.etcl-neon5 .n-topbar-nav {
    gap: 12px; }

  /* line 1470, theme.scss */
  .etcl.etcl-neon5 .n-topbar-nav a {
    font-size: 11px; }

  /* line 1471, theme.scss */
  .etcl.etcl-neon5 .n-topbar-switch {
    font-size: 11px;
    padding: 4px 10px; } }
