/* 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 *,
.etcl.etcl-neon5 *::before,
.etcl.etcl-neon5 *::after {
  box-sizing: border-box; }

/* line 50, theme.scss */
.etcl.etcl-neon5 * {
  margin: 0;
  padding: 0; }

/* line 55, 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 63, theme.scss */
.etcl.etcl-neon5 a {
  text-decoration: none;
  color: inherit; }

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

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

/* Buttons */
/* line 81, 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 97, theme.scss */
.etcl.etcl-neon5 .n-btn-primary:hover {
  background: var(--n-accent2); }

/* line 101, 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 117, theme.scss */
.etcl.etcl-neon5 .n-btn-ghost:hover {
  border-color: var(--n-accent);
  color: var(--n-accent); }

/* HERO */
/* line 123, 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);
  align-items: stretch; }

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

/* line 140, 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 152, 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 161, 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 169, theme.scss */
.etcl.etcl-neon5 .n-hero h1 .n-acc {
  color: var(--n-accent); }

/* line 173, 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 181, theme.scss */
.etcl.etcl-neon5 .n-hero-ctas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 480px; }

/* line 188, 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;
  padding-left: 16px;
  padding-right: 16px; }

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

/* line 204, theme.scss */
.etcl.etcl-neon5 .n-hero-photo img {
  position: absolute;
  inset: 0;
  object-position: center 28%; }

/* Ticker */
/* line 211, theme.scss */
.etcl.etcl-neon5 .n-ticker {
  background: var(--n-accent);
  padding: 13px 0;
  overflow: hidden;
  display: flex;
  gap: 48px; }

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

/* line 227, 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(calc(-100% - 48px)); } }
/* Stats */
/* line 242, 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 249, theme.scss */
.etcl.etcl-neon5 .n-stat {
  padding: 36px 32px;
  border-right: 1px solid var(--n-border-l); }

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

/* line 258, 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 266, theme.scss */
.etcl.etcl-neon5 .n-stat-label {
  font-size: 13px;
  color: var(--n-muted-l);
  line-height: 1.5; }

/* line 272, theme.scss */
.etcl.etcl-neon5 .n-stat-label small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--n-muted2-l);
  line-height: 1.45; }

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

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

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

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

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

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

/* line 310, 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 319, theme.scss */
.etcl.etcl-neon5 .n-section h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 12px; }

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

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

/* line 337, 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 342, theme.scss */
.etcl.etcl-neon5 .n-section--light h2,
.etcl.etcl-neon5 .n-section--light2 h2 {
  color: var(--n-text-l); }

/* line 347, 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); }

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

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

/* line 369, 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 381, theme.scss */
.etcl.etcl-neon5 .n-audience-featured-tag,
.etcl.etcl-neon5 .n-audience-featured .n-audience-tag {
  display: inline-block;
  width: fit-content;
  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;
  background: rgba(0, 0, 0, 0.15); }

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

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

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

/* line 413, 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 421, theme.scss */
.etcl.etcl-neon5 .n-audience-featured-item:last-child {
  border-bottom: none; }

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

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

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

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

/* line 452, 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);
  border-left: 4px solid var(--n-accent);
  transition: background .2s; }

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

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

/* line 468, 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 482, theme.scss */
.etcl.etcl-neon5 .n-audience-mini h3 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px; }

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

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

/* line 502, theme.scss */
.etcl.etcl-neon5 .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; }

/* Categories */
/* line 513, 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 521, theme.scss */
.etcl.etcl-neon5 .n-cat-card {
  background: var(--n-light);
  display: flex;
  flex-direction: column;
  transition: background .15s; }

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

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

/* line 540, theme.scss */
.etcl.etcl-neon5 .n-cat-photo a {
  position: absolute;
  inset: 0;
  display: block; }

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

/* line 551, 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 560, 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 567, theme.scss */
.etcl.etcl-neon5 .n-cat-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }

/* line 573, 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); }

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

/* line 589, 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 596, theme.scss */
.etcl.etcl-neon5 .n-benefit-strip-item:last-child {
  border-right: none; }

/* line 600, 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; }

/* line 608, 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 616, 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-bottom: 16px; }

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

/* line 630, 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; }

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

/* line 647, 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 657, theme.scss */
.etcl.etcl-neon5 .n-warehouse-photo img {
  position: absolute;
  inset: 0; }

/* line 662, 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 670, theme.scss */
.etcl.etcl-neon5 .n-warehouse {
  background: var(--n-light);
  padding: 36px 32px; }

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

/* line 680, 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 689, theme.scss */
.etcl.etcl-neon5 .n-warehouse--active h3 {
  color: #ffffff !important;
  font-size: 18px; }

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

/* line 699, 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 705, theme.scss */
.etcl.etcl-neon5 .n-warehouse--active ul li::before {
  color: var(--n-accent); }

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

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

/* line 723, 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 733, theme.scss */
.etcl.etcl-neon5 .n-warehouse ul li::before {
  content: '\2192\00a0';
  color: var(--n-accent);
  font-size: 11px;
  flex-shrink: 0; }

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

/* line 744, 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);
  border-bottom: 1px solid rgba(255, 140, 66, 0.4);
  padding-bottom: 2px;
  transition: border-color .2s, color .2s; }

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

/* Steps */
/* line 762, 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 770, theme.scss */
.etcl.etcl-neon5 .n-step {
  background: var(--n-dark2);
  padding: 28px 22px;
  transition: background .2s; }

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

/* line 780, 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 789, theme.scss */
.etcl.etcl-neon5 .n-step h3 {
  font-size: 15px;
  font-weight: 800;
  color: var(--n-text-d);
  margin-bottom: 8px; }

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

/* FAQ */
/* line 803, 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 811, theme.scss */
.etcl.etcl-neon5 .n-faq-item {
  background: var(--n-light);
  padding: 28px 28px;
  transition: background .15s; }

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

/* line 821, 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 831, 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 843, theme.scss */
.etcl.etcl-neon5 .n-faq-a {
  font-size: 13px;
  color: var(--n-muted-l);
  line-height: 1.65;
  padding-left: 32px; }

/* Final two-column section */
/* line 851, theme.scss */
.etcl.etcl-neon5 .n-final-section {
  padding: 64px 72px;
  background: #f8ede4;
  border-top: 1px solid rgba(255, 140, 66, 0.16);
  border-bottom: 1px solid rgba(255, 140, 66, 0.16); }

/* line 858, theme.scss */
.etcl.etcl-neon5 .n-final-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  gap: 30px;
  align-items: start; }

/* line 867, theme.scss */
.etcl.etcl-neon5 .n-final-side {
  background: var(--n-dark);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 30px 28px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16); }

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

/* line 885, theme.scss */
.etcl.etcl-neon5 .n-final-side h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.12;
  color: #ffffff;
  margin-bottom: 12px; }

/* line 893, theme.scss */
.etcl.etcl-neon5 .n-final-lead {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 22px; }

/* line 900, theme.scss */
.etcl.etcl-neon5 .n-final-contacts {
  display: grid;
  gap: 12px;
  margin-bottom: 22px; }

/* line 906, theme.scss */
.etcl.etcl-neon5 .n-final-contact {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 14px 16px; }

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

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

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

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

/* line 937, theme.scss */
.etcl.etcl-neon5 .n-final-contact small {
  color: rgba(255, 255, 255, 0.65); }

/* line 941, theme.scss */
.etcl.etcl-neon5 .n-final-pricebox {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 18px; }

/* line 947, theme.scss */
.etcl.etcl-neon5 .n-final-pricebox strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px; }

/* line 955, theme.scss */
.etcl.etcl-neon5 .n-final-pricebox p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82); }

/* line 961, theme.scss */
.etcl.etcl-neon5 .n-final-pricebox p + p {
  margin-top: 10px; }

/* line 965, theme.scss */
.etcl.etcl-neon5 .n-final-points {
  display: grid;
  gap: 10px; }

/* line 970, theme.scss */
.etcl.etcl-neon5 .n-final-points li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84); }

/* line 978, theme.scss */
.etcl.etcl-neon5 .n-final-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--n-accent); }

/* line 989, theme.scss */
.etcl.etcl-neon5 .n-final-form {
  background: #ffffff;
  border: 1px solid rgba(255, 140, 66, 0.24);
  border-left: 4px solid var(--n-accent);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 20px 46px rgba(17, 17, 17, 0.1); }

/* line 998, theme.scss */
.etcl.etcl-neon5 .n-final-form h3 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.14;
  color: var(--n-text-l);
  margin-bottom: 8px; }

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

/* line 1013, theme.scss */
.etcl.etcl-neon5 .n-final-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px; }

/* line 1020, theme.scss */
.etcl.etcl-neon5 .n-final-badges span {
  font-size: 12px;
  font-weight: 700;
  color: var(--n-accent);
  background: rgba(255, 140, 66, 0.1);
  border: 1px solid rgba(255, 140, 66, 0.28);
  padding: 6px 10px;
  border-radius: 3px;
  line-height: 1.2; }

/* line 1031, theme.scss */
.etcl.etcl-neon5 .n-final-form-embed {
  overflow: hidden;
  border-radius: 4px; }

/* line 1036, theme.scss */
.etcl.etcl-neon5 .n-final-form-embed iframe {
  display: block;
  width: 100%;
  height: 760px;
  min-height: 760px;
  border: 0;
  background: transparent; }

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

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

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

  /* line 1059, theme.scss */
  .etcl.etcl-neon5 .n-final-section {
    padding: 56px 56px; } }
@media (max-width: 900px) {
  /* line 1065, theme.scss */
  .etcl.etcl-neon5 .n-hero {
    grid-template-columns: 1fr;
    min-height: auto; }

  /* line 1070, theme.scss */
  .etcl.etcl-neon5 .n-hero-photo {
    height: auto;
    aspect-ratio: 16 / 10;
    max-height: 320px;
    order: 2; }

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

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

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

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

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

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

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

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

  /* line 1110, 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 1116, theme.scss */
  .etcl.etcl-neon5 .n-benefit-strip-item:last-child {
    border-bottom: none; }

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

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

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

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

  /* line 1136, theme.scss */
  .etcl.etcl-neon5 .n-section {
    padding: 56px 40px; } }
@media (max-width: 768px) {
  /* line 1142, theme.scss */
  .etcl.etcl-neon5 .n-hero-content {
    padding: 44px 28px; }

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

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

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

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

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

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

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

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

  /* line 1178, theme.scss */
  .etcl.etcl-neon5 .n-final-section {
    padding: 40px 28px; }

  /* line 1182, theme.scss */
  .etcl.etcl-neon5 .n-final-grid {
    grid-template-columns: 1fr;
    gap: 18px; }

  /* line 1187, theme.scss */
  .etcl.etcl-neon5 .n-final-form {
    order: 1;
    padding: 24px; }

  /* line 1192, theme.scss */
  .etcl.etcl-neon5 .n-final-side {
    order: 2;
    padding: 24px 20px; }

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

  /* line 1201, theme.scss */
  .etcl.etcl-neon5 .n-final-form h3 {
    font-size: 27px; }

  /* line 1205, theme.scss */
  .etcl.etcl-neon5 .n-final-form-embed iframe {
    height: 760px;
    min-height: 760px; } }
@media (max-width: 480px) {
  /* line 1212, theme.scss */
  .etcl.etcl-neon5 .n-hero-content {
    padding: 36px 20px; }

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

  /* line 1220, theme.scss */
  .etcl.etcl-neon5 .n-hero-photo {
    aspect-ratio: 16 / 10;
    max-height: 260px; }

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

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

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

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

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

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

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

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

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

  /* line 1271, theme.scss */
  .etcl.etcl-neon5 .n-final-section {
    padding: 36px 16px; }

  /* line 1275, theme.scss */
  .etcl.etcl-neon5 .n-final-form {
    padding: 18px 16px; }

  /* line 1279, theme.scss */
  .etcl.etcl-neon5 .n-final-form h3 {
    font-size: 24px; }

  /* line 1283, theme.scss */
  .etcl.etcl-neon5 .n-final-form p {
    font-size: 14px;
    margin-bottom: 16px; }

  /* line 1288, theme.scss */
  .etcl.etcl-neon5 .n-final-side {
    padding: 18px 16px; }

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

  /* line 1296, theme.scss */
  .etcl.etcl-neon5 .n-final-lead,
  .etcl.etcl-neon5 .n-final-pricebox p,
  .etcl.etcl-neon5 .n-final-points li,
  .etcl.etcl-neon5 .n-final-contact p {
    font-size: 13px; }

  /* line 1303, theme.scss */
  .etcl.etcl-neon5 .n-final-badges span {
    font-size: 11px;
    padding: 5px 8px; }

  /* line 1308, theme.scss */
  .etcl.etcl-neon5 .n-final-form-embed iframe {
    height: 820px;
    min-height: 820px; } }
@media (max-width: 360px) {
  /* line 1315, theme.scss */
  .etcl.etcl-neon5 .n-hero-content {
    padding: 28px 16px; }

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

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

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

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

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

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

  /* line 1345, theme.scss */
  .etcl.etcl-neon5 .n-final-side h2,
  .etcl.etcl-neon5 .n-final-form h3 {
    font-size: 22px; } }
@media (max-width: 932px) and (orientation: landscape) {
  /* line 1352, theme.scss */
  .etcl.etcl-neon5 .n-hero-photo {
    display: none; }

  /* line 1356, theme.scss */
  .etcl.etcl-neon5 .n-hero {
    grid-template-columns: 1fr;
    min-height: auto; }

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