@charset "UTF-8";
/* ====================================================
   1. ГЛОБАЛЬНЫЙ СБРОС СИСТЕМНЫХ СТИЛЕЙ INSALES
   ==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
/* 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, #5956CE);
  --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, #6f6cd4);
  --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, #8582db);
  --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, #c7c6ee);
  --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, #202223);
  --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, #35383a);
  --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, #4a4f51);
  --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, #8c9295);
  --color-accent-text-half-shade-is-dark:var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark:var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark:var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade:var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark:var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade:var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark:var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade:var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark:var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light:var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade:var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light:var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade:var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light:var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade:var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 6px);
  --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, 'PT Root UI');
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, 'PT Root UI');
  --heading-ratio:var(--draft-heading-ratio, 1.75);
  --heading-weight:var(--draft-heading-weight, 500);
  --collection_count:var(--draft-collection_count, 10);
  --search_count:var(--draft-search_count, 10);
  --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, 1272px);
  --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, false);
  --compare_enabled:var(--draft-compare_enabled, false); }

/* line 7, theme.scss */
header:not(.ai-header) {
  display: none !important;
  opacity: 0 !important;
  height: 0 !important; }

/* line 13, theme.scss */
footer:not(.ai-footer-clean) {
  display: none !important;
  opacity: 0 !important;
  height: 0 !important; }

/* line 19, theme.scss */
.outside-widgets,
[data-fixed-panels="bottom"],
#nru-footer,
.nru-brand,
.insales-ui-panel,
.header-wrapper,
.footer-wrapper,
.breadcrumb-wrapper,
.site-header,
.site-footer {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  pointer-events: none !important; }

/* line 36, theme.scss */
.page_layout,
main,
.page-wrapper,
.wrapper,
.container,
#page-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  display: block !important; }

/* line 50, theme.scss */
html {
  scroll-behavior: smooth; }

/* ====================================================
   2. ТИПОГРАФИКА И ДИЗАЙН-СИСТЕМА
   ==================================================== */
/* line 59, theme.scss */
:root {
  --color-primary: rgb(255, 107, 0);
  --color-primary-hover: rgb(230, 96, 0);
  --color-dark-h: #111827;
  --color-dark-p: #4B5563;
  --color-bg-alt: #F8F9FA;
  --color-border: #E5E7EB;
  --radius-lg: 24px; }

/* line 69, theme.scss */
body {
  font-family: 'Inter', sans-serif;
  color: var(--color-dark-p);
  background-color: #ffffff;
  line-height: 1.6;
  margin: 0 !important;
  padding-top: 75px !important;
  -webkit-font-smoothing: antialiased; }

/* line 79, theme.scss */
.ai-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  position: relative;
  box-sizing: border-box; }

/* line 88, theme.scss */
h1 {
  font-size: 56px;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0; }

/* line 89, theme.scss */
h2 {
  font-size: 42px;
  color: var(--color-dark-h);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 70px;
  display: block;
  width: 100%; }

/* line 90, theme.scss */
h3 {
  font-size: 24px;
  color: var(--color-dark-h);
  font-weight: 800;
  line-height: 1.2;
  margin: 0; }

/* ====================================================
   3. ШАПКА САЙТА (FIXED HEADER)
   ==================================================== */
/* line 95, theme.scss */
.ai-header {
  display: flex !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999 !important;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-border);
  height: 75px;
  align-items: center; }

/* line 109, theme.scss */
.ai-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

/* line 116, theme.scss */
.ai-logo {
  font-weight: 800;
  font-size: 24px;
  color: var(--color-dark-h);
  text-decoration: none; }

/* line 123, theme.scss */
.ai-nav {
  display: flex;
  gap: 30px; }

/* line 128, theme.scss */
.ai-nav a {
  text-decoration: none;
  color: var(--color-dark-h);
  font-weight: 600;
  font-size: 15px; }

/* ====================================================
   4. КНОПКИ
   ==================================================== */
/* line 138, theme.scss */
.ai-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  background-color: var(--color-primary);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s; }

/* line 154, theme.scss */
.ai-btn:hover {
  background-color: var(--color-primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 107, 0, 0.2); }

/* line 160, theme.scss */
.ai-btn-sm {
  padding: 10px 20px;
  font-size: 14px; }

/* line 165, theme.scss */
.ai-btn-outline {
  background: transparent;
  border: 2px solid var(--color-dark-h);
  color: var(--color-dark-h) !important; }

/* ====================================================
   5. СЕКЦИИ
   ==================================================== */
/* line 174, theme.scss */
.ai-section {
  padding: 120px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  clear: both;
  box-sizing: border-box; }

/* line 184, theme.scss */
.ai-bg-alt {
  background-color: var(--color-bg-alt); }

/* line 185, theme.scss */
.ai-bg-dark {
  background-color: #111827; }

/* Hero Экран */
/* line 188, theme.scss */
.ai-hero-fullscreen {
  position: relative;
  width: 100%;
  padding: 160px 0;
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: flex-start !important;
  /* Меняем центр на верхний край */
  padding-top: 100px !important;
  min-height: 85vh; }

/* line 200, theme.scss */
.ai-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.98) 0%, rgba(17, 24, 39, 0.85) 45%, rgba(17, 24, 39, 0.1) 100%);
  z-index: 1; }

/* line 210, theme.scss */
.ai-hero-content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%; }

/* line 216, theme.scss */
.ai-hero-content-full {
  max-width: 650px; }

/* line 220, theme.scss */
.ai-hero-content-full p {
  font-size: 20px;
  color: #D1D5DB;
  margin-top: 28px;
  margin-bottom: 40px; }

/* line 227, theme.scss */
.ai-hero-actions {
  display: flex;
  align-items: center;
  gap: 24px; }

/* Бегущая строка */
@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
/* line 239, theme.scss */
.ai-social-proof {
  background: #111827;
  padding: 40px 0;
  overflow: hidden;
  width: 100%;
  clear: both; }

/* line 247, theme.scss */
.ai-marquee {
  display: flex;
  width: 100%;
  overflow: hidden; }

/* line 253, theme.scss */
.ai-marquee-content {
  display: flex;
  gap: 60px;
  animation: marquee 25s linear infinite; }

/* line 259, theme.scss */
.ai-marquee-content span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  opacity: 0.4;
  white-space: nowrap; }

/* Блок Проблем */
/* line 268, theme.scss */
.ai-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  width: 100%; }

/* line 275, theme.scss */
.ai-card {
  background: #ffffff;
  border: 1px solid var(--color-border);
  padding: 40px;
  border-radius: var(--radius-lg);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; }

/* line 283, theme.scss */
.ai-card-icon {
  color: var(--color-primary);
  margin-bottom: 25px;
  display: block; }

/* line 289, theme.scss */
.ai-card-problem:hover {
  border-color: #EF4444;
  transform: translateY(-5px); }

/* line 294, theme.scss */
.ai-card h3 {
  margin-bottom: 20px; }

/* Блок Кейсов */
/* line 299, theme.scss */
.ai-case-card {
  position: relative;
  overflow: hidden;
  z-index: 1; }

/* line 305, theme.scss */
.ai-case-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 107, 0, 0.08), transparent);
  transition: transform 0.5s;
  z-index: -1; }

/* line 317, theme.scss */
.ai-case-card:hover {
  transform: translateY(-8px);
  border-color: var(--color-primary);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05); }

/* line 323, theme.scss */
.ai-case-card:hover::after {
  transform: translateX(200%); }

/* line 327, theme.scss */
.ai-case-tag {
  display: inline-block;
  padding: 4px 12px;
  background: #F8F9FA;
  color: #6B7280;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px; }

/* Блок Решения (Текст слева, картинка справа) */
/* line 339, theme.scss */
.ai-flex-split {
  display: flex;
  align-items: center;
  gap: 80px;
  width: 100%; }

/* line 346, theme.scss */
.ai-flex-text {
  flex: 1;
  text-align: left; }

/* line 351, theme.scss */
.ai-flex-visual {
  flex: 1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1); }

/* line 358, theme.scss */
.ai-flex-visual img {
  width: 100%;
  height: auto;
  display: block; }

/* Блок Гарантий (Текст белый) */
/* line 365, theme.scss */
.ai-guarantee-box {
  border: 1px solid #374151;
  background: #1F2937;
  padding: 80px 60px;
  border-radius: var(--radius-lg);
  position: relative; }

/* line 373, theme.scss */
.ai-guarantee-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: var(--color-primary); }

/* line 383, theme.scss */
.ai-text-white {
  color: #ffffff !important;
  text-align: left !important;
  margin-bottom: 50px; }

/* line 389, theme.scss */
.ai-guarantee-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px; }

/* line 395, theme.scss */
.ai-guarantee-item h3 {
  color: #ffffff !important;
  font-size: 22px;
  margin-bottom: 15px; }

/* line 401, theme.scss */
.ai-guarantee-item p {
  color: #E5E7EB !important;
  font-size: 16px;
  opacity: 1; }

/* line 407, theme.scss */
.ai-guarantee-num {
  color: var(--color-primary);
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 15px;
  display: block; }

/* Блок Тарифов */
/* line 416, theme.scss */
.ai-tariffs-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 25px;
  align-items: stretch;
  width: 100%; }

/* line 425, theme.scss */
.ai-tariff-desc {
  margin-top: 20px; }
  /* line 427, theme.scss */
  .ai-tariff-desc ul li {
    font-size: 15px;
    color: var(--color-dark-p);
    line-height: 1.4; }

/* line 434, theme.scss */
.ai-tariff-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  /* Позволяем карточке расти под контент */ }

/* line 441, theme.scss */
.ai-tariff-card {
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 50px 30px;
  flex: 1;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, border-color 0.3s;
  position: relative; }

/* line 454, theme.scss */
.ai-tariff-card.highlight {
  border: 3px solid var(--color-primary);
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(255, 107, 0, 0.15); }

/* line 460, theme.scss */
.ai-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-primary);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 800;
  z-index: 10;
  white-space: nowrap; }

/* line 475, theme.scss */
.ai-tariff-price {
  font-size: 38px;
  font-weight: 800;
  color: var(--color-dark-h);
  margin-top: 25px;
  margin-bottom: 25px; }

/* Блок Автора (Текст слева, фото справа) */
/* line 484, theme.scss */
.ai-author-flex {
  display: flex;
  align-items: center;
  gap: 80px;
  width: 100%; }

/* line 491, theme.scss */
.ai-author-text {
  flex: 1.2;
  text-align: left; }

/* line 496, theme.scss */
.ai-author-photo {
  width: 450px;
  height: 450px;
  border-radius: var(--radius-lg);
  object-fit: cover;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); }

/* Блок FAQ */
/* line 505, theme.scss */
.ai-faq-item {
  border-bottom: 1px solid var(--color-border); }

/* line 509, theme.scss */
.ai-faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  padding: 25px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-dark-h); }

/* line 524, theme.scss */
.ai-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out; }

/* line 530, theme.scss */
.ai-faq-answer p {
  padding-bottom: 25px;
  margin: 0;
  color: var(--color-dark-p); }

/* Футер (В одну строку) */
/* line 537, theme.scss */
.ai-footer-clean {
  display: block !important;
  padding: 60px 0;
  background: #ffffff;
  border-top: 1px solid var(--color-border);
  clear: both;
  width: 100%; }

/* line 546, theme.scss */
.ai-footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

/* line 553, theme.scss */
.ai-footer-copy {
  font-size: 14px;
  color: var(--color-dark-p); }

/* line 558, theme.scss */
.ai-footer-links a {
  color: var(--color-dark-h);
  text-decoration: none;
  margin-left: 40px;
  font-weight: 700;
  font-size: 14px; }

/* ====================================================
   6. АДАПТИВНОСТЬ (MOBILE)
   ==================================================== */
@media (max-width: 1150px) {
  /* line 570, theme.scss */
  .ai-tariffs-grid {
    flex-wrap: wrap; }

  /* line 573, theme.scss */
  .ai-tariff-card {
    min-width: 320px;
    max-width: 450px; } }
@media (max-width: 1000px) {
  /* line 580, theme.scss */
  .ai-flex-split,
  .ai-author-flex {
    flex-direction: column;
    text-align: center;
    gap: 50px; }

  /* line 587, theme.scss */
  .ai-author-photo {
    width: 100%;
    height: auto; }

  /* line 592, theme.scss */
  .ai-footer-flex {
    flex-direction: column;
    gap: 20px; }

  /* line 597, theme.scss */
  .ai-footer-links {
    margin-left: 0; }

  /* line 601, theme.scss */
  .ai-footer-links a {
    margin-left: 20px;
    margin-right: 20px; } }
@media (max-width: 768px) {
  /* line 608, theme.scss */
  body {
    padding-top: 60px !important; }

  /* line 612, theme.scss */
  h1 {
    font-size: 36px; }

  /* line 613, theme.scss */
  h2 {
    font-size: 32px;
    margin-bottom: 40px; }

  /* line 615, theme.scss */
  .ai-nav {
    display: none; }

  /* line 619, theme.scss */
  .ai-section {
    padding: 80px 0; } }
