@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, #2B2D30);
  --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, #3f4246);
  --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, #53575c);
  --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, #91959c);
  --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, #F50000);
  --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, #ff1010);
  --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, #ff2b2b);
  --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, #ff7a7a);
  --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, #2B2D30);
  --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, #3f4246);
  --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, #53575c);
  --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, #91959c);
  --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, #FFFDFD);
  --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, #fff0f0);
  --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, #ffdbdb);
  --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, #ff0000);
  --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, 1.5);
  --heading-weight:var(--draft-heading-weight, 600);
  --collection_count:var(--draft-collection_count, 12);
  --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, 1920px);
  --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, false);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, true);
  --compare_enabled:var(--draft-compare_enabled, true); }

/* line 4, theme.scss */
:root {
  --lp-bg: #07090d;
  --lp-panel: #0d121a;
  --lp-panel-2: #111824;
  --lp-line: rgba(217,221,227,.17);
  --lp-line-strong: rgba(217,221,227,.34);
  --lp-text: #f5f7fa;
  --lp-muted: #9da8b7;
  --lp-silver: #d9dde3;
  --lp-blue: #0082ff;
  --lp-blue-2: #41a5ff;
  --lp-radius: 22px;
  --lp-shell: 1240px; }

/* line 19, theme.scss */
* {
  box-sizing: border-box; }

/* line 20, theme.scss */
html {
  scroll-behavior: smooth;
  background: var(--lp-bg); }

/* line 21, theme.scss */
body.lp-body {
  margin: 0;
  background: radial-gradient(circle at 82% 12%, rgba(0, 130, 255, 0.08), rgba(0, 0, 0, 0) 31rem), #07090d;
  color: var(--lp-text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  overflow-x: hidden; }

/* line 31, theme.scss */
body.lp-body.settings_loaded {
  visibility: visible; }

/* line 32, theme.scss */
.lp-body a {
  color: inherit;
  text-decoration: none; }

/* line 33, theme.scss */
.lp-body img {
  display: block;
  max-width: 100%; }

/* line 34, theme.scss */
.lp-shell {
  width: calc(100% - 40px);
  max-width: var(--lp-shell);
  margin: 0 auto; }

/* line 36, theme.scss */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(5, 7, 10, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px); }

/* line 42, theme.scss */
.lp-header__inner {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px; }

/* line 43, theme.scss */
.lp-brand {
  display: inline-flex;
  align-items: center;
  width: 220px;
  max-width: 34vw; }

/* line 44, theme.scss */
.lp-brand img {
  width: 100%; }

/* line 45, theme.scss */
.lp-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  letter-spacing: .045em;
  text-transform: uppercase; }

/* line 46, theme.scss */
.lp-nav a {
  color: #cbd2dc;
  transition: .2s ease; }

/* line 47, theme.scss */
.lp-nav a:hover {
  color: #fff; }

/* line 48, theme.scss */
.lp-nav__cta {
  padding: 12px 18px;
  border: 1px solid rgba(0, 130, 255, 0.65);
  border-radius: 999px; }

/* line 49, theme.scss */
.lp-nav__cta:hover {
  background: var(--lp-blue); }

/* line 50, theme.scss */
.lp-menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 10px; }

/* line 51, theme.scss */
.lp-menu-btn span {
  display: block;
  height: 1px;
  margin: 6px 0;
  background: #fff;
  transition: .2s; }

/* line 52, theme.scss */
.lp-mobile-menu {
  display: none; }

/* line 54, theme.scss */
.lp-main {
  min-height: 60vh; }

/* line 55, theme.scss */
.lp-hero {
  min-height: calc(100vh - 82px);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid var(--lp-line); }

/* line 61, theme.scss */
.lp-hero__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(0.72) contrast(1.08) brightness(0.62);
  transform: scale(1.02); }

/* line 62, theme.scss */
.lp-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 6, 9, 0.96) 0%, rgba(4, 6, 9, 0.75) 46%, rgba(4, 6, 9, 0.28) 78%, rgba(4, 6, 9, 0.52) 100%), linear-gradient(0deg, rgba(4, 6, 9, 0.92) 0%, transparent 42%); }

/* line 68, theme.scss */
.lp-hero__content {
  position: relative;
  z-index: 2;
  padding: 90px 0 56px; }

/* line 69, theme.scss */
.lp-hero__eyebrow, .lp-kicker {
  color: var(--lp-blue-2);
  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 700;
  text-transform: uppercase; }

/* line 70, theme.scss */
.lp-hero__logo {
  width: min(650px, 70vw);
  margin: 16px 0 8px;
  mix-blend-mode: screen; }

/* line 71, theme.scss */
.lp-hero h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.045em;
  max-width: 900px;
  font-weight: 700; }

/* line 72, theme.scss */
.lp-hero h1 span, .lp-split-hero h2 span, .lp-player-problem h2 span {
  color: var(--lp-blue-2); }

/* line 73, theme.scss */
.lp-hero__lead {
  max-width: 720px;
  margin: 24px 0 30px;
  color: #d4dae3;
  font-size: clamp(16px, 1.5vw, 20px); }

/* line 74, theme.scss */
.lp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

/* line 75, theme.scss */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease; }

/* line 82, theme.scss */
.lp-btn:hover {
  transform: translateY(-2px); }

/* line 83, theme.scss */
.lp-btn--primary {
  background: var(--lp-blue);
  color: #fff!important; }

/* line 84, theme.scss */
.lp-btn--primary:hover {
  background: #1990ff; }

/* line 85, theme.scss */
.lp-btn--ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff!important;
  background: rgba(0, 0, 0, 0.12); }

/* line 86, theme.scss */
.lp-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
  max-width: 880px;
  border-top: 1px solid rgba(255, 255, 255, 0.18); }

/* line 91, theme.scss */
.lp-hero__proof div {
  padding: 18px 26px 0 0; }

/* line 92, theme.scss */
.lp-hero__proof strong {
  display: block;
  font-size: 24px; }

/* line 93, theme.scss */
.lp-hero__proof span {
  color: var(--lp-muted);
  font-size: 13px; }

/* line 95, theme.scss */
.lp-intro, .lp-section {
  padding: 110px 0; }

/* line 96, theme.scss */
.lp-intro {
  background: linear-gradient(180deg, #080b10, #07090d); }

/* line 97, theme.scss */
.lp-section-head {
  max-width: 850px;
  margin-bottom: 48px; }

/* line 98, theme.scss */
.lp-section-head--compact {
  max-width: 760px; }

/* line 99, theme.scss */
.lp-section-head h2, .lp-split-hero h2, .lp-player-problem h2, .lp-page h1 {
  margin: 12px 0 18px;
  font-size: clamp(38px, 5.2vw, 70px);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 700; }

/* line 104, theme.scss */
.lp-section-head p, .lp-split-hero__copy p, .lp-player-problem p {
  margin: 0;
  color: #aeb8c6;
  font-size: 18px;
  max-width: 780px; }

/* line 107, theme.scss */
.lp-direction-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px; }

/* line 108, theme.scss */
.lp-direction-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-line);
  background: #0b0f15; }

/* line 112, theme.scss */
.lp-direction-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease; }

/* line 113, theme.scss */
.lp-direction-card:hover img {
  transform: scale(1.035); }

/* line 114, theme.scss */
.lp-direction-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 7, 10, 0.98) 2%, rgba(5, 7, 10, 0.38) 65%, rgba(5, 7, 10, 0.14)); }

/* line 115, theme.scss */
.lp-direction-card__content {
  position: absolute;
  inset: auto 36px 34px; }

/* line 116, theme.scss */
.lp-direction-card__content > span {
  color: var(--lp-blue-2);
  font-size: 11px;
  letter-spacing: .16em; }

/* line 117, theme.scss */
.lp-direction-card h3 {
  margin: 10px 0 12px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1;
  letter-spacing: -.035em; }

/* line 118, theme.scss */
.lp-direction-card h3 b {
  color: var(--lp-blue-2); }

/* line 119, theme.scss */
.lp-direction-card p {
  color: #c6cdd7;
  max-width: 480px; }

/* line 120, theme.scss */
.lp-direction-card strong {
  display: block;
  margin-top: 22px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase; }

/* line 122, theme.scss */
.lp-section--panel {
  background: linear-gradient(180deg, #0b1017, #080b10);
  border-top: 1px solid var(--lp-line);
  border-bottom: 1px solid var(--lp-line); }

/* line 123, theme.scss */
.lp-split-hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 64px; }

/* line 124, theme.scss */
.lp-split-hero--reverse {
  grid-template-columns: .95fr 1.05fr; }

/* line 125, theme.scss */
.lp-split-hero__copy .lp-btn {
  margin-top: 30px; }

/* line 126, theme.scss */
.lp-split-hero__media {
  margin: 0;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  overflow: hidden;
  background: #0b0f15; }

/* line 127, theme.scss */
.lp-split-hero__media img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover; }

/* line 128, theme.scss */
.lp-split-hero__media figcaption {
  padding: 14px 18px;
  border-top: 1px solid var(--lp-line);
  color: var(--lp-muted);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase; }

/* line 130, theme.scss */
.lp-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 70px; }

/* line 131, theme.scss */
.lp-stat-grid article, .lp-cap-grid article, .lp-system-grid article, .lp-diagnostic article {
  background: linear-gradient(180deg, #0f151e, #0a0e14);
  border: 1px solid var(--lp-line);
  border-radius: 16px;
  padding: 28px; }

/* line 136, theme.scss */
.lp-stat-grid strong {
  display: block;
  color: #fff;
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -.04em; }

/* line 137, theme.scss */
.lp-stat-grid span {
  display: block;
  margin-top: 6px;
  color: var(--lp-muted);
  font-size: 13px; }

/* line 139, theme.scss */
.lp-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px; }

/* line 140, theme.scss */
.lp-problem-grid article {
  border-top: 1px solid var(--lp-line-strong);
  padding: 24px 22px 26px 0;
  min-height: 190px; }

/* line 141, theme.scss */
.lp-problem-grid span, .lp-cap-grid span, .lp-system-grid span, .lp-diagnostic span {
  color: var(--lp-blue);
  font-size: 12px;
  font-weight: 700; }

/* line 142, theme.scss */
.lp-problem-grid h3, .lp-cap-grid h3, .lp-system-grid h3, .lp-diagnostic h3 {
  margin: 14px 0 9px;
  font-size: 21px;
  line-height: 1.1; }

/* line 143, theme.scss */
.lp-problem-grid p, .lp-cap-grid p, .lp-system-grid p, .lp-diagnostic p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 14px; }

/* line 145, theme.scss */
.lp-cap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px; }

/* line 146, theme.scss */
.lp-cap-grid article {
  min-height: 190px; }

/* line 148, theme.scss */
.lp-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px; }

/* line 149, theme.scss */
.lp-case {
  overflow: hidden;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: #0b0f15; }

/* line 150, theme.scss */
.lp-case img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  filter: saturate(0.82); }

/* line 151, theme.scss */
.lp-case > div {
  padding: 24px; }

/* line 152, theme.scss */
.lp-case span {
  color: var(--lp-blue);
  font-size: 11px;
  letter-spacing: .12em; }

/* line 153, theme.scss */
.lp-case h3 {
  margin: 8px 0;
  font-size: 24px;
  line-height: 1.1; }

/* line 154, theme.scss */
.lp-case p {
  margin: 0;
  color: var(--lp-muted); }

/* line 156, theme.scss */
.lp-process {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
  gap: 0; }

/* line 157, theme.scss */
.lp-process:before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--lp-blue), transparent); }

/* line 158, theme.scss */
.lp-process div {
  position: relative;
  padding: 0 12px;
  text-align: center; }

/* line 159, theme.scss */
.lp-process span {
  position: relative;
  z-index: 2;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #07101a;
  border: 1px solid var(--lp-blue);
  color: #fff;
  font-size: 12px; }

/* line 160, theme.scss */
.lp-process strong {
  display: block;
  font-size: 16px; }

/* line 161, theme.scss */
.lp-process small {
  display: block;
  margin-top: 5px;
  color: var(--lp-muted); }

/* line 163, theme.scss */
.lp-player {
  background: radial-gradient(circle at 13% 30%, rgba(0, 130, 255, 0.1), rgba(0, 0, 0, 0) 34rem); }

/* line 164, theme.scss */
.lp-player-problem {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 70px;
  align-items: center; }

/* line 165, theme.scss */
.lp-quote-card {
  padding: 36px;
  border: 1px solid rgba(0, 130, 255, 0.45);
  border-radius: var(--lp-radius);
  background: linear-gradient(145deg, rgba(0, 130, 255, 0.1), rgba(9, 13, 19, 0.9)); }

/* line 166, theme.scss */
.lp-quote-card span {
  display: block;
  color: var(--lp-blue-2);
  font-size: 12px;
  letter-spacing: .14em;
  margin-bottom: 18px; }

/* line 167, theme.scss */
.lp-quote-card strong {
  display: block;
  font-size: clamp(25px, 3vw, 40px);
  line-height: 1.12; }

/* line 169, theme.scss */
.lp-diagnostic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 42px; }

/* line 170, theme.scss */
.lp-diagnostic article {
  min-height: 190px; }

/* line 171, theme.scss */
.lp-system-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px; }

/* line 172, theme.scss */
.lp-system-grid article {
  min-height: 170px; }

/* line 173, theme.scss */
.lp-note {
  margin: 26px 0 0;
  padding: 20px 22px;
  border-left: 2px solid var(--lp-blue);
  background: #0c1118;
  color: #b8c1cd; }

/* line 175, theme.scss */
.lp-route {
  overflow: hidden; }

/* line 176, theme.scss */
.lp-route__line {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0; }

/* line 177, theme.scss */
.lp-route__line div {
  position: relative;
  padding: 24px 10px 0;
  border-top: 1px solid rgba(0, 130, 255, 0.8); }

/* line 178, theme.scss */
.lp-route__line div:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lp-blue);
  box-shadow: 0 0 22px rgba(0, 130, 255, 0.65); }

/* line 179, theme.scss */
.lp-route__line span {
  display: block;
  color: var(--lp-blue);
  font-size: 11px;
  margin-bottom: 10px; }

/* line 180, theme.scss */
.lp-route__line strong {
  font-size: 19px; }

/* line 182, theme.scss */
.lp-team {
  background: #080b10;
  border-top: 1px solid var(--lp-line); }

/* line 183, theme.scss */
.lp-team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px; }

/* line 184, theme.scss */
.lp-person {
  overflow: hidden;
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  background: #0c1118; }

/* line 185, theme.scss */
.lp-person img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center top;
  background: #111;
  filter: saturate(0.82) contrast(1.03); }

/* line 186, theme.scss */
.lp-person > div {
  padding: 18px; }

/* line 187, theme.scss */
.lp-person span {
  display: block;
  min-height: 34px;
  color: var(--lp-blue-2);
  font-size: 9px;
  line-height: 1.35;
  letter-spacing: .09em; }

/* line 188, theme.scss */
.lp-person h3 {
  margin: 9px 0;
  font-size: 20px; }

/* line 189, theme.scss */
.lp-person p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 12px;
  line-height: 1.5; }

/* line 191, theme.scss */
.lp-gallery {
  background: linear-gradient(180deg, #07090d, #090d13); }

/* line 192, theme.scss */
.lp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 10px; }

/* line 193, theme.scss */
.lp-gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid var(--lp-line); }

/* line 194, theme.scss */
.lp-gallery-grid figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease; }

/* line 195, theme.scss */
.lp-gallery-grid figure:hover img {
  transform: scale(1.035); }

/* line 196, theme.scss */
.lp-gallery-grid__wide {
  grid-column: span 2; }

/* line 197, theme.scss */
.lp-gallery-grid__tall {
  grid-row: span 2; }

/* line 199, theme.scss */
.lp-contact {
  border-top: 1px solid var(--lp-line);
  background: radial-gradient(circle at 50% 110%, rgba(0, 130, 255, 0.12), rgba(0, 0, 0, 0) 36rem); }

/* line 200, theme.scss */
.lp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px; }

/* line 201, theme.scss */
.lp-form-card {
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: #0b1017;
  overflow: hidden; }

/* line 202, theme.scss */
.lp-form-card__head {
  padding: 30px 30px 24px;
  border-bottom: 1px solid var(--lp-line); }

/* line 203, theme.scss */
.lp-form-card__head > span {
  color: var(--lp-blue-2);
  font-size: 11px;
  letter-spacing: .14em; }

/* line 204, theme.scss */
.lp-form-card__head h3 {
  margin: 8px 0 10px;
  font-size: 27px;
  line-height: 1.08; }

/* line 205, theme.scss */
.lp-form-card__head p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 14px; }

/* line 206, theme.scss */
.lp-form-card form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 28px 30px 32px; }

/* line 207, theme.scss */
.lp-field {
  min-width: 0; }

/* line 208, theme.scss */
.lp-field--full {
  grid-column: 1/-1; }

/* line 209, theme.scss */
.lp-field label {
  display: block;
  margin-bottom: 7px;
  color: #cfd5de;
  font-size: 12px; }

/* line 210, theme.scss */
.lp-field input, .lp-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: #080c12;
  color: #fff;
  outline: none;
  padding: 13px 14px;
  font: inherit;
  font-size: 14px; }

/* line 214, theme.scss */
.lp-field input:focus, .lp-field textarea:focus {
  border-color: var(--lp-blue);
  box-shadow: 0 0 0 3px rgba(0, 130, 255, 0.1); }

/* line 215, theme.scss */
.lp-field textarea {
  resize: vertical;
  min-height: 110px; }

/* line 216, theme.scss */
.lp-field small, .lp-agree small {
  display: block;
  margin-top: 5px;
  color: #ff7f8a;
  font-size: 11px; }

/* line 217, theme.scss */
.lp-agree {
  grid-column: 1/-1;
  color: var(--lp-muted);
  font-size: 12px; }

/* line 218, theme.scss */
.lp-agree label {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  cursor: pointer; }

/* line 219, theme.scss */
.lp-agree input {
  margin-top: 3px;
  accent-color: var(--lp-blue); }

/* line 220, theme.scss */
.lp-success {
  display: none;
  grid-column: 1/-1;
  padding: 14px 16px;
  border: 1px solid rgba(58, 218, 140, 0.35);
  border-radius: 12px;
  color: #baf2d4;
  background: rgba(58, 218, 140, 0.08); }

/* line 221, theme.scss */
.lp-success.is-show {
  display: block; }

/* line 223, theme.scss */
.lp-footer {
  padding: 48px 0;
  border-top: 1px solid var(--lp-line);
  background: #05070a; }

/* line 224, theme.scss */
.lp-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr .65fr .85fr 1.1fr;
  gap: 34px;
  align-items: start; }

/* line 225, theme.scss */
.lp-footer__logo {
  width: 220px; }

/* line 226, theme.scss */
.lp-footer p {
  color: var(--lp-muted);
  margin: 14px 0 0; }

/* line 227, theme.scss */
.lp-footer__links {
  display: grid;
  gap: 9px;
  font-size: 13px; }

/* line 228, theme.scss */
.lp-footer__meta {
  display: grid;
  gap: 8px;
  color: #718093;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: right; }

/* line 230, theme.scss */
.lp-page {
  min-height: 70vh;
  padding: 100px 0; }

/* line 231, theme.scss */
.lp-page__inner {
  max-width: 920px; }

/* line 232, theme.scss */
.lp-page h1 {
  font-size: clamp(38px, 5vw, 68px); }

/* line 233, theme.scss */
.lp-page__content {
  color: #c8d0db;
  font-size: 17px; }

/* line 234, theme.scss */
.lp-back {
  color: var(--lp-blue-2) !important;
  font-size: 12px;
  letter-spacing: .08em; }

/* line 235, theme.scss */
.lp-fallback-logo {
  width: 420px;
  max-width: 80%;
  margin-bottom: 26px; }

@media (max-width: 1080px) {
  /* line 238, theme.scss */
  .lp-nav {
    gap: 15px;
    font-size: 11px; }

  /* line 239, theme.scss */
  .lp-stat-grid, .lp-problem-grid, .lp-system-grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 240, theme.scss */
  .lp-cap-grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 241, theme.scss */
  .lp-team-grid {
    grid-template-columns: repeat(3, 1fr); }

  /* line 242, theme.scss */
  .lp-process {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 34px; }

  /* line 243, theme.scss */
  .lp-process:before {
    display: none; } }
@media (max-width: 820px) {
  /* line 247, theme.scss */
  .lp-shell {
    width: calc(100% - 28px); }

  /* line 248, theme.scss */
  .lp-header__inner {
    height: 70px; }

  /* line 249, theme.scss */
  .lp-brand {
    width: 180px; }

  /* line 250, theme.scss */
  .lp-nav {
    display: none; }

  /* line 251, theme.scss */
  .lp-menu-btn {
    display: block; }

  /* line 252, theme.scss */
  .lp-mobile-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    padding: 20px 14px 24px;
    background: rgba(5, 7, 10, 0.98);
    border-bottom: 1px solid var(--lp-line); }

  /* line 256, theme.scss */
  .lp-mobile-menu.is-open {
    display: grid;
    gap: 4px; }

  /* line 257, theme.scss */
  .lp-mobile-menu a {
    padding: 13px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em; }

  /* line 259, theme.scss */
  .lp-hero {
    min-height: 760px; }

  /* line 260, theme.scss */
  .lp-hero__photo {
    object-position: 60% center; }

  /* line 261, theme.scss */
  .lp-hero__veil {
    background: linear-gradient(0deg, rgba(4, 6, 9, 0.98) 8%, rgba(4, 6, 9, 0.54) 75%, rgba(4, 6, 9, 0.55)); }

  /* line 262, theme.scss */
  .lp-hero__content {
    padding: 100px 0 34px; }

  /* line 263, theme.scss */
  .lp-hero__logo {
    width: min(610px, 92vw); }

  /* line 264, theme.scss */
  .lp-hero__proof {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 38px; }

  /* line 265, theme.scss */
  .lp-hero__proof div {
    padding: 12px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

  /* line 267, theme.scss */
  .lp-intro, .lp-section {
    padding: 74px 0; }

  /* line 268, theme.scss */
  .lp-direction-grid, .lp-split-hero, .lp-split-hero--reverse, .lp-player-problem, .lp-form-grid, .lp-footer__grid {
    grid-template-columns: 1fr; }

  /* line 269, theme.scss */
  .lp-direction-card {
    min-height: 460px; }

  /* line 270, theme.scss */
  .lp-split-hero {
    gap: 34px; }

  /* line 271, theme.scss */
  .lp-split-hero--reverse .lp-split-hero__media {
    order: 2; }

  /* line 272, theme.scss */
  .lp-split-hero--reverse .lp-split-hero__copy {
    order: 1; }

  /* line 273, theme.scss */
  .lp-split-hero__media img {
    aspect-ratio: 16/11; }

  /* line 274, theme.scss */
  .lp-case-grid {
    grid-template-columns: 1fr; }

  /* line 275, theme.scss */
  .lp-process {
    grid-template-columns: repeat(2, 1fr); }

  /* line 276, theme.scss */
  .lp-diagnostic {
    grid-template-columns: 1fr; }

  /* line 277, theme.scss */
  .lp-route__line {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px; }

  /* line 278, theme.scss */
  .lp-team-grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 279, theme.scss */
  .lp-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px; }

  /* line 280, theme.scss */
  .lp-footer__meta {
    text-align: left; } }
@media (max-width: 560px) {
  /* line 284, theme.scss */
  .lp-hero h1 {
    font-size: 42px; }

  /* line 285, theme.scss */
  .lp-section-head h2, .lp-split-hero h2, .lp-player-problem h2 {
    font-size: 40px; }

  /* line 286, theme.scss */
  .lp-section-head p, .lp-split-hero__copy p, .lp-player-problem p {
    font-size: 16px; }

  /* line 287, theme.scss */
  .lp-hero__actions .lp-btn {
    width: 100%; }

  /* line 288, theme.scss */
  .lp-direction-card {
    min-height: 420px; }

  /* line 289, theme.scss */
  .lp-direction-card__content {
    inset: auto 22px 22px; }

  /* line 290, theme.scss */
  .lp-stat-grid, .lp-problem-grid, .lp-cap-grid, .lp-system-grid {
    grid-template-columns: 1fr; }

  /* line 291, theme.scss */
  .lp-process {
    grid-template-columns: 1fr 1fr; }

  /* line 292, theme.scss */
  .lp-route__line {
    grid-template-columns: 1fr 1fr; }

  /* line 293, theme.scss */
  .lp-team-grid {
    grid-template-columns: 1fr; }

  /* line 294, theme.scss */
  .lp-person {
    display: grid;
    grid-template-columns: 42% 58%; }

  /* line 295, theme.scss */
  .lp-person img {
    height: 100%;
    aspect-ratio: auto; }

  /* line 296, theme.scss */
  .lp-person span {
    min-height: 0; }

  /* line 297, theme.scss */
  .lp-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px; }

  /* line 298, theme.scss */
  .lp-gallery-grid__wide {
    grid-column: span 2; }

  /* line 299, theme.scss */
  .lp-form-card form {
    grid-template-columns: 1fr;
    padding: 22px 18px 26px; }

  /* line 300, theme.scss */
  .lp-form-card__head {
    padding: 24px 18px 20px; }

  /* line 301, theme.scss */
  .lp-field--full, .lp-agree, .lp-success {
    grid-column: 1; }

  /* line 302, theme.scss */
  .lp-footer__grid {
    gap: 28px; } }
/* === v2: contacts, working feedback forms, legal pages === */
/* line 307, theme.scss */
.lp-nav__phone {
  color: #fff!important;
  white-space: nowrap;
  font-weight: 700; }

/* line 308, theme.scss */
.lp-nav__telegram {
  color: var(--lp-blue-2) !important;
  white-space: nowrap; }

/* line 309, theme.scss */
.lp-footer__links strong {
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 3px; }

/* line 310, theme.scss */
.lp-footer__legal a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.2);
  text-underline-offset: 4px; }

/* line 311, theme.scss */
.lp-footer__legal a:hover {
  color: var(--lp-blue-2);
  text-decoration-color: currentColor; }

/* line 312, theme.scss */
.lp-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid var(--lp-line);
  color: #718093;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase; }

/* line 318, theme.scss */
.lp-direct-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: -16px 0 34px;
  max-width: 760px; }

/* line 322, theme.scss */
.lp-direct-contact a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid var(--lp-line);
  border-radius: 14px;
  background: #0b1017;
  transition: border-color .2s ease, transform .2s ease; }

/* line 327, theme.scss */
.lp-direct-contact a:hover {
  border-color: rgba(0, 130, 255, 0.62);
  transform: translateY(-2px); }

/* line 328, theme.scss */
.lp-direct-contact span {
  color: var(--lp-muted);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase; }

/* line 329, theme.scss */
.lp-direct-contact strong {
  color: #fff;
  font-size: 17px; }

/* line 331, theme.scss */
.lp-honeypot {
  position: absolute!important;
  left: -10000px!important;
  top: auto!important;
  width: 1px!important;
  height: 1px!important;
  overflow: hidden!important; }

/* line 335, theme.scss */
.lp-captcha {
  min-height: 72px; }

/* line 336, theme.scss */
.lp-form-status {
  min-height: 20px;
  color: #a8d8ff;
  font-size: 12px; }

/* line 337, theme.scss */
.lp-form-status.is-error {
  color: #ff8e9a; }

/* line 338, theme.scss */
.lp-form-card [data-feedback-submit][disabled] {
  opacity: .65;
  cursor: wait;
  transform: none; }

/* line 339, theme.scss */
.lp-agree a {
  color: var(--lp-blue-2);
  text-decoration: underline;
  text-underline-offset: 3px; }

/* line 341, theme.scss */
.lp-feedback-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 300;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(3, 5, 8, 0.78);
  backdrop-filter: blur(12px); }

/* line 346, theme.scss */
.lp-feedback-modal.is-show {
  display: flex; }

/* line 347, theme.scss */
.lp-feedback-modal__card {
  position: relative;
  width: min(100%, 460px);
  padding: 38px 32px 30px;
  border: 1px solid rgba(0, 130, 255, 0.42);
  border-radius: 22px;
  background: linear-gradient(160deg, #101722, #090d13);
  text-align: center;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55); }

/* line 353, theme.scss */
.lp-feedback-modal__card h3 {
  margin: 12px 0 8px;
  font-size: 34px; }

/* line 354, theme.scss */
.lp-feedback-modal__card p {
  margin: 0 auto 24px;
  color: var(--lp-muted); }

/* line 355, theme.scss */
.lp-feedback-modal__card .lp-btn {
  width: 100%; }

/* line 356, theme.scss */
.lp-feedback-modal__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(0, 130, 255, 0.13);
  border: 1px solid rgba(0, 130, 255, 0.5);
  color: var(--lp-blue-2);
  font-size: 25px; }

/* line 361, theme.scss */
.lp-feedback-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #cdd5df;
  font-size: 28px;
  cursor: pointer; }

/* line 365, theme.scss */
body.lp-modal-open {
  overflow: hidden; }

/* Keep system outside widgets functional while editor controls stay unobtrusive. */
/* line 368, theme.scss */
.outside-widgets .delete-widget-link,
.outside-widgets .add-widget-link {
  display: none; }

@media (max-width: 1180px) {
  /* line 372, theme.scss */
  .lp-nav__phone, .lp-nav__telegram {
    display: none; } }
@media (max-width: 820px) {
  /* line 376, theme.scss */
  .lp-footer__grid {
    grid-template-columns: 1fr 1fr; }

  /* line 377, theme.scss */
  .lp-direct-contact {
    grid-template-columns: 1fr; } }
@media (max-width: 560px) {
  /* line 381, theme.scss */
  .lp-footer__grid {
    grid-template-columns: 1fr; }

  /* line 382, theme.scss */
  .lp-footer__bottom {
    flex-direction: column; }

  /* line 383, theme.scss */
  .lp-direct-contact strong {
    font-size: 15px; } }
/* =========================================================
   LET'S PLAY HOCKEY — COOKIE BANNER FIX
   Overrides the default InSales system cookie widget styling.
   The widget logic remains native InSales.
   ========================================================= */
/* line 393, theme.scss */
.outside-widgets .layout:has(.cookie-banner),
.outside-widgets [class*="layout"]:has(.cookie-banner) {
  z-index: 250 !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  background: rgba(7, 9, 13, 0.97) !important;
  border-top: 1px solid rgba(217, 221, 227, 0.14) !important;
  box-shadow: 0 -10px 38px rgba(0, 0, 0, 0.28) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px); }

/* line 409, theme.scss */
.outside-widgets .cookie-banner {
  width: calc(100% - 40px) !important;
  max-width: var(--lp-shell, 1240px) !important;
  margin: 0 auto !important;
  padding: 18px 0 !important;
  align-items: center !important;
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  background: transparent !important; }

/* line 421, theme.scss */
.outside-widgets .cookie-text,
.outside-widgets .cookie-text p,
.outside-widgets .cookie-text a {
  color: #d9dde3 !important; }

/* line 427, theme.scss */
.outside-widgets .cookie-text {
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.55 !important; }

/* line 433, theme.scss */
.outside-widgets .cookie-text p {
  margin: 0 !important; }

/* line 437, theme.scss */
.outside-widgets .cookie-text a {
  color: #41a5ff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important; }

/* line 443, theme.scss */
.outside-widgets .cookie-link {
  justify-self: end !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 10px !important; }

/* line 451, theme.scss */
.outside-widgets .cookie-link .button,
.outside-widgets .cookie-link button {
  min-width: 156px !important;
  height: 46px !important;
  padding: 0 24px !important;
  border: 1px solid #0082ff !important;
  border-radius: 999px !important;
  background: #0082ff !important;
  color: #ffffff !important;
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background .2s ease, border-color .2s ease, transform .2s ease !important; }

/* line 469, theme.scss */
.outside-widgets .cookie-link .button:hover,
.outside-widgets .cookie-link button:hover {
  background: #1990ff !important;
  border-color: #1990ff !important;
  transform: translateY(-1px); }

/* line 476, theme.scss */
.outside-widgets .button.cookie-decline {
  background: transparent !important;
  color: #d9dde3 !important;
  border-color: rgba(217, 221, 227, 0.32) !important; }

/* line 482, theme.scss */
.outside-widgets [style*="--cookie_hide_decline_button:true"] .cookie-decline {
  display: none !important; }

@media screen and (max-width: 767px) {
  /* line 487, theme.scss */
  .outside-widgets .cookie-banner {
    width: calc(100% - 28px) !important;
    padding: 16px 0 !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important; }

  /* line 494, theme.scss */
  .outside-widgets .cookie-link {
    justify-self: stretch !important;
    width: 100% !important; }

  /* line 499, theme.scss */
  .outside-widgets .cookie-link .button,
  .outside-widgets .cookie-link button {
    width: 100% !important; }

  /* line 504, theme.scss */
  .outside-widgets .cookie-text {
    font-size: 12px !important; } }
/* =========================================================
   V4 — PLAYER PROGRAM + TEAM FROM PRESENTATION
   ========================================================= */
/* line 512, theme.scss */
.lp-player .lp-split-hero__copy h2 span,
.lp-section--panel .lp-section-head h2 span,
.lp-player-program .lp-section-head h2 span,
.lp-team .lp-section-head h2 span {
  color: var(--lp-blue-2); }

/* line 517, theme.scss */
.lp-player-benefits {
  margin-top: 72px;
  padding: 34px;
  border: 1px solid rgba(0, 130, 255, 0.34);
  border-radius: var(--lp-radius);
  background: linear-gradient(145deg, rgba(0, 130, 255, 0.08), rgba(9, 13, 19, 0.92)); }

/* line 524, theme.scss */
.lp-player-benefits__head {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 26px; }

/* line 525, theme.scss */
.lp-player-benefits__head h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
  letter-spacing: -.035em; }

/* line 526, theme.scss */
.lp-player-benefits__head h3 b {
  color: var(--lp-blue-2); }

/* line 527, theme.scss */
.lp-player-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px; }

/* line 528, theme.scss */
.lp-player-benefits__grid article {
  min-height: 142px;
  padding: 22px;
  border: 1px solid var(--lp-line);
  border-radius: 14px;
  background: #0a0f16; }

/* line 532, theme.scss */
.lp-player-benefits__grid span {
  display: block;
  color: var(--lp-blue);
  font-size: 11px;
  font-weight: 700; }

/* line 533, theme.scss */
.lp-player-benefits__grid strong {
  display: block;
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.25; }

/* line 534, theme.scss */
.lp-player-statement {
  margin: 25px 0 0;
  color: #b8c1cd;
  font-size: 16px; }

/* line 535, theme.scss */
.lp-player-statement b {
  color: var(--lp-blue-2); }

/* line 537, theme.scss */
.lp-player-differences {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px; }

/* line 538, theme.scss */
.lp-player-differences article {
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--lp-line);
  border-radius: 16px;
  background: linear-gradient(180deg, #0f151e, #0a0e14); }

/* line 543, theme.scss */
.lp-player-differences span {
  color: var(--lp-blue);
  font-size: 11px;
  font-weight: 700; }

/* line 544, theme.scss */
.lp-player-differences h3 {
  margin: 28px 0 8px;
  font-size: 22px; }

/* line 545, theme.scss */
.lp-player-differences p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 1.5; }

/* line 546, theme.scss */
.lp-player-problem-quote {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 36px;
  align-items: center;
  margin-top: 18px;
  padding: 30px 32px;
  border: 1px solid rgba(0, 130, 255, 0.4);
  border-radius: 16px;
  background: rgba(0, 130, 255, 0.06); }

/* line 552, theme.scss */
.lp-player-problem-quote > span {
  color: var(--lp-blue-2);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .12em; }

/* line 553, theme.scss */
.lp-player-problem-quote strong {
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.16; }

/* line 554, theme.scss */
.lp-player-problem-quote b {
  color: var(--lp-blue-2); }

/* line 556, theme.scss */
.lp-program-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px; }

/* line 557, theme.scss */
.lp-program-steps article {
  position: relative;
  min-height: 150px;
  padding: 24px;
  border: 1px solid rgba(0, 130, 255, 0.28);
  border-radius: 16px;
  background: linear-gradient(180deg, #0f151e, #0a0e14); }

/* line 562, theme.scss */
.lp-program-steps article:after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 18px;
  height: 1px;
  background: linear-gradient(90deg, var(--lp-blue), transparent);
  opacity: .65; }

/* line 563, theme.scss */
.lp-program-steps span {
  display: block;
  color: var(--lp-blue-2);
  font-size: 12px;
  font-weight: 700; }

/* line 564, theme.scss */
.lp-program-steps strong {
  display: block;
  margin-top: 32px;
  font-size: 18px;
  line-height: 1.2; }

/* line 565, theme.scss */
.lp-note--center {
  text-align: center;
  border-left: 0;
  border-top: 2px solid var(--lp-blue); }

/* line 567, theme.scss */
.lp-player-result-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px; }

/* line 568, theme.scss */
.lp-player-result-grid article {
  min-height: 190px;
  padding: 24px 20px;
  border: 1px solid var(--lp-line);
  border-radius: 16px;
  background: #0a0f16; }

/* line 572, theme.scss */
.lp-player-result-grid > article > span {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 130, 255, 0.55);
  border-radius: 50%;
  color: var(--lp-blue-2);
  font-size: 11px; }

/* line 573, theme.scss */
.lp-player-result-grid h3 {
  margin: 20px 0 7px;
  font-size: 19px;
  line-height: 1.15; }

/* line 574, theme.scss */
.lp-player-result-grid p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 13px;
  line-height: 1.45; }

/* line 576, theme.scss */
.lp-player-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px; }

/* line 577, theme.scss */
.lp-player-plan-grid article {
  min-height: 205px;
  padding: 28px;
  border: 1px solid var(--lp-line);
  border-radius: 16px;
  background: linear-gradient(155deg, rgba(0, 130, 255, 0.08), #0a0f16 52%); }

/* line 582, theme.scss */
.lp-player-plan-grid span {
  color: var(--lp-blue-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em; }

/* line 583, theme.scss */
.lp-player-plan-grid h3 {
  margin: 54px 0 0;
  font-size: 21px;
  line-height: 1.2; }

/* line 584, theme.scss */
.lp-player-plan-extra {
  margin-top: 14px;
  padding: 20px 24px;
  border: 1px solid rgba(0, 130, 255, 0.28);
  border-radius: 14px;
  color: #bbc5d2;
  background: #0a0e14; }

/* line 585, theme.scss */
.lp-player-plan-extra b {
  color: #fff; }

/* line 587, theme.scss */
.lp-format-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px; }

/* line 588, theme.scss */
.lp-format-grid article {
  min-height: 300px;
  padding: 30px;
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  background: linear-gradient(180deg, #0e151f, #090d13); }

/* line 593, theme.scss */
.lp-format-grid__title {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 130, 255, 0.3); }

/* line 594, theme.scss */
.lp-format-grid__title span {
  display: block;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.035em; }

/* line 595, theme.scss */
.lp-format-grid__title small {
  display: block;
  margin-top: 7px;
  color: var(--lp-blue-2);
  font-size: 12px;
  font-weight: 700; }

/* line 596, theme.scss */
.lp-format-grid p {
  margin: 28px 0 0;
  color: #b3bdca;
  font-size: 15px;
  line-height: 1.6; }

/* line 598, theme.scss */
.lp-start-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px; }

/* line 599, theme.scss */
.lp-start-grid article {
  min-height: 220px;
  padding: 26px;
  border-top: 1px solid rgba(0, 130, 255, 0.72);
  background: #090d13; }

/* line 600, theme.scss */
.lp-start-grid span {
  color: var(--lp-blue-2);
  font-size: 11px;
  font-weight: 700; }

/* line 601, theme.scss */
.lp-start-grid h3 {
  margin: 28px 0 10px;
  font-size: 21px;
  line-height: 1.15; }

/* line 602, theme.scss */
.lp-start-grid p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 1.5; }

/* line 603, theme.scss */
.lp-player-start__cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 22px;
  padding: 28px 30px;
  border: 1px solid rgba(0, 130, 255, 0.35);
  border-radius: 16px;
  background: rgba(0, 130, 255, 0.06); }

/* line 607, theme.scss */
.lp-player-start__cta p {
  max-width: 760px;
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: #d1d8e1; }

/* line 608, theme.scss */
.lp-player-start__cta .lp-btn {
  flex: 0 0 auto; }

/* Team cards now carry the full specialist descriptions from the supplied presentation. */
/* line 611, theme.scss */
.lp-team-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px; }

/* line 612, theme.scss */
.lp-person {
  display: flex;
  flex-direction: column;
  height: 100%; }

/* line 613, theme.scss */
.lp-person img {
  aspect-ratio: 4/5;
  object-position: center center;
  filter: none; }

/* line 614, theme.scss */
.lp-person > div {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px; }

/* line 615, theme.scss */
.lp-person span {
  min-height: 0;
  color: var(--lp-blue-2);
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: .09em; }

/* line 616, theme.scss */
.lp-person h3 {
  margin: 9px 0 14px;
  font-size: 22px;
  line-height: 1.05; }

/* line 617, theme.scss */
.lp-person p {
  font-size: 12px;
  line-height: 1.55; }

/* line 618, theme.scss */
.lp-person__lead {
  margin: 0 0 12px!important;
  color: #c0c8d2!important; }

/* line 619, theme.scss */
.lp-person ul {
  margin: 0;
  padding: 0 0 0 17px;
  color: var(--lp-muted);
  font-size: 12px;
  line-height: 1.48; }

/* line 620, theme.scss */
.lp-person li + li {
  margin-top: 7px; }

/* line 621, theme.scss */
.lp-person li::marker {
  color: var(--lp-blue); }

/* line 622, theme.scss */
.lp-person b {
  color: #fff;
  font-weight: 700; }

/* line 623, theme.scss */
.lp-person__meta {
  margin-top: auto!important;
  padding-top: 16px;
  color: #8fa1b5!important;
  font-size: 10px!important; }

/* line 625, theme.scss */
.lp-native-feedback-success {
  display: none;
  grid-column: 1/-1;
  padding: 13px 15px;
  border: 1px solid rgba(58, 218, 140, 0.35);
  border-radius: 12px;
  color: #baf2d4;
  background: rgba(58, 218, 140, 0.08);
  font-size: 12px; }

/* line 630, theme.scss */
.lp-native-feedback-success.is-show {
  display: block; }

@media (max-width: 1080px) {
  /* line 633, theme.scss */
  .lp-player-benefits__grid, .lp-player-differences, .lp-player-plan-grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 634, theme.scss */
  .lp-program-steps {
    grid-template-columns: repeat(3, 1fr); }

  /* line 635, theme.scss */
  .lp-player-result-grid {
    grid-template-columns: repeat(3, 1fr); }

  /* line 636, theme.scss */
  .lp-team-grid {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 820px) {
  /* line 640, theme.scss */
  .lp-player-benefits {
    margin-top: 48px;
    padding: 24px; }

  /* line 641, theme.scss */
  .lp-player-benefits__head, .lp-player-problem-quote {
    grid-template-columns: 1fr;
    gap: 18px; }

  /* line 642, theme.scss */
  .lp-program-steps {
    grid-template-columns: repeat(2, 1fr); }

  /* line 643, theme.scss */
  .lp-player-result-grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 644, theme.scss */
  .lp-format-grid {
    grid-template-columns: 1fr; }

  /* line 645, theme.scss */
  .lp-start-grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 646, theme.scss */
  .lp-player-start__cta {
    align-items: flex-start;
    flex-direction: column; } }
@media (max-width: 560px) {
  /* line 650, theme.scss */
  .lp-player-benefits {
    padding: 20px 16px; }

  /* line 651, theme.scss */
  .lp-player-benefits__grid, .lp-player-differences, .lp-program-steps, .lp-player-result-grid, .lp-player-plan-grid, .lp-start-grid, .lp-team-grid {
    grid-template-columns: 1fr; }

  /* line 652, theme.scss */
  .lp-player-benefits__grid article, .lp-player-differences article, .lp-program-steps article, .lp-player-result-grid article, .lp-player-plan-grid article, .lp-start-grid article {
    min-height: auto; }

  /* line 653, theme.scss */
  .lp-player-plan-grid h3 {
    margin-top: 34px; }

  /* line 654, theme.scss */
  .lp-format-grid article {
    min-height: auto;
    padding: 24px; }

  /* line 655, theme.scss */
  .lp-player-start__cta {
    padding: 22px 18px; }

  /* line 656, theme.scss */
  .lp-player-start__cta .lp-btn {
    width: 100%; }

  /* line 657, theme.scss */
  .lp-person {
    display: block; }

  /* line 658, theme.scss */
  .lp-person img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5; }

  /* line 659, theme.scss */
  .lp-person > div {
    display: block;
    padding: 20px; }

  /* line 660, theme.scss */
  .lp-person__meta {
    margin-top: 16px!important; } }
