.elementor-3984 .elementor-element.elementor-element-1dc1d10{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3984 .elementor-element.elementor-element-c7a44e2{width:100%;max-width:100%;}.elementor-3984 .elementor-element.elementor-element-c7a44e2 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3984 .elementor-element.elementor-element-d64949d{width:100%;max-width:100%;}.elementor-3984 .elementor-element.elementor-element-d64949d > .elementor-widget-container{margin:-40px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3984 .elementor-element.elementor-element-71b41ce{width:100%;max-width:100%;}.elementor-3984 .elementor-element.elementor-element-71b41ce > .elementor-widget-container{margin:-20px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-d64949d */:root {
  --accent: #800059;
  --accent-hover: #5A003E;
  --accent-tint: #FAEEF5;
  --cta-bg: #FEBE4F;
  --cta-hover: #E5A840;
  --cta-text: #331A00;
  --dark-bg: #2A001D; 
  --dark-text: #FFFFFF;
  --bg-primary: #FFFFFF;
  --bg-section: #F8F9FA;
  --bg-alt: #F3F4F6;
  --bg-card: #FFFFFF;
  --text-primary: #111827;
  --text-muted: #4B5563;
  --text-subtle: #9CA3AF;
  --border: #E5E7EB;
  --container: 1240px;
  --transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
*, *::before, *::after { box-sizing: border-box; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; color: var(--text-primary); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: clip; margin: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 40px; position: relative; z-index: 2; }
section { padding: 100px 0; position: relative; }

/* Base Tyopgraphy */
.label { font-size: 14px; font-weight: 600; letter-spacing: 0.05em; color: var(--accent); text-transform: uppercase; display: inline-block; margin-bottom: 8px;}
.section-heading { font-family: 'Outfit', system-ui, sans-serif; font-size: clamp(32px, 4vw, 40px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.15; color: var(--text-primary); margin-top: 4px; }
.section-sub { font-size: 17px; color: var(--text-muted); max-width: 680px; margin-top: 18px; line-height: 1.6; }
.section-head-wrap { margin-bottom: 56px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 14px; font-weight: 600; border-radius: 4px; padding: 14px 32px;
  transition: var(--transition); white-space: nowrap; position: relative; overflow: hidden;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.btn::after {
  content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg); transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1); pointer-events: none;
}
.btn:hover::after { left: 150%; }
.btn-accent { background: linear-gradient(135deg, #FFCD73 0%, #FEBE4F 100%); color: var(--cta-text); box-shadow: 0 4px 12px rgba(254, 190, 79, 0.15); border: 1px solid rgba(255,255,255,0.3); }
.btn-accent:hover { background: linear-gradient(135deg, #FFE299 0%, #FFCD73 100%); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(254, 190, 79, 0.3); }
.btn-white-ghost { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.3); color: #fff; }
.btn-white-ghost:hover { background: rgba(255, 255, 255, 0.15); border-color: #fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; border: 1px solid var(--border); color: var(--text-primary); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(128, 0, 89, 0.08); }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--accent); transition: var(--transition); }
.link-arrow svg { width: 16px; height: 16px; transition: transform 0.3s ease; }
.link-arrow:hover { gap: 10px; color: var(--accent-hover); }

/* Hero */
.hero { position: relative; height: 100vh; min-height: 700px; width: 100%; display: flex; align-items: center; background: var(--dark-bg); overflow: hidden; margin: 0; padding: 0; }
.hero-slider { width: 100%; height: 100%; position: relative; z-index: 5; }
.slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; display: flex; align-items: center; transition: opacity 1.2s ease, visibility 1.2s ease; width: 100%; height: 100%; }
.slide.active { opacity: 1; visibility: visible; z-index: 2; }
.slide-bg { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; overflow: hidden; }
@keyframes kenBurns { 0% { transform: scale(1); } 100% { transform: scale(1.08); } }
.slide-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1); opacity: 0; transition: opacity 1.2s ease; }
.slide.active .slide-bg img { opacity: 1; animation: kenBurns 12s ease-out forwards; }
.slide-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(105deg, rgba(42, 0, 29, 0.95) 0%, rgba(128, 0, 89, 0.65) 45%, rgba(128, 0, 89, 0.1) 100%); }
.slide-overlay::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 75% 50%, transparent 0%, rgba(42, 0, 29, 0.6) 100%); }
.hero-grid { position: absolute; inset: 0; z-index: 3; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 80px 80px; opacity: 1; }
.hero-lines { position: absolute; inset: -5% -5%; width: 110%; height: 110%; z-index: 4; pointer-events: none; }
.hero-line-path { fill: none; stroke: rgba(255,255,255,0.08); stroke-width: 1.5; }
.hero-line-pulse { fill: none; stroke: rgba(255,255,255,0.6); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 150 2500; animation: traceLine 12s linear infinite; }
@keyframes traceLine { to { stroke-dashoffset: -2650; } }
.hl-1 { animation-delay: 0s; } .hl-2 { animation-delay: -4s; animation-duration: 14s; } .hl-3 { animation-delay: -8s; animation-duration: 10s; }
.hero-container { width: 100%; z-index: 10; }
.slide-content { padding-top: 76px; max-width: 800px; }
.slide-content-inner > * { transform: translateY(30px); opacity: 0; transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease; }
.slide.active .hero-label { transition-delay: 0.1s; transform: translateY(0); opacity: 1; }
.slide.active .hero-title { transition-delay: 0.25s; transform: translateY(0); opacity: 1; }
.slide.active .hero-desc  { transition-delay: 0.4s; transform: translateY(0); opacity: 1; }
.slide.active .hero-ctas  { transition-delay: 0.55s; transform: translateY(0); opacity: 1; }
.hero-label { display: inline-block; color: var(--cta-bg); font-size: 15px; font-weight: 600; letter-spacing: 0.05em; margin-bottom: 20px; text-transform: uppercase; }
.hero-title { font-family: 'Outfit', system-ui, sans-serif; font-size: clamp(48px, 6vw, 76px); font-weight: 700; color: #fff; letter-spacing: -0.02em; line-height: 1.05; margin: 0 0 24px; }
.hero-desc { font-size: clamp(17px, 2vw, 20px); color: rgba(255,255,255,0.9); line-height: 1.6; max-width: 680px; }
.hero-ctas { margin-top: 40px; display: flex; gap: 16px; flex-wrap: wrap; }
.slider-wrapper { position: absolute; bottom: 56px; left: 0; width: 100%; z-index: 30; pointer-events: none; }
.slider-nav { display: flex; gap: 12px; pointer-events: auto; }
.slider-dot { width: 40px; height: 3px; background: rgba(255,255,255,0.3); cursor: pointer; transition: background 0.3s ease, width 0.3s ease; }
.slider-dot.active { background: #fff; }

/* Blocks */
.bg-white { background: var(--bg-primary); }
.bg-section { background: var(--bg-section); }
.trust { background: var(--bg-primary); border-bottom: 1px solid var(--border); padding: 48px 0; }
.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 64px; flex-wrap: wrap; }
.stats { display: flex; align-items: center; gap: 0; }
.stat { padding: 0 40px; border-left: 1px solid var(--border); }
.stat:first-child { padding-left: 0; border-left: none; }
.stat-num { font-size: 42px; font-weight: 700; color: var(--accent); line-height: 1; }
.stat-label { font-size: 14px; font-weight: 500; color: var(--text-muted); margin-top: 8px; }
.trust-logos { flex: 1; min-width: 320px; overflow: hidden; }
.trust-logos-label { font-size: 12px; font-weight: 600; color: var(--text-subtle); margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.1em; }
.marquee { width: 100%; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; align-items: center; gap: 56px; width: max-content; animation: scroll-x 35s linear infinite; }
.marquee-track img { height: 36px; width: auto; filter: grayscale(100%) opacity(0.4); }
@keyframes scroll-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-content { display: flex; flex-direction: column; justify-content: center; }
.about-img { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 3; background: var(--bg-alt); box-shadow: 0 24px 48px rgba(0,0,0,0.08); }
.about-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-content p { font-size: 17px; color: var(--text-muted); line-height: 1.7; margin-bottom: 32px; }

.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 48px; }
.product-card { display: flex; flex-direction: column; background: var(--bg-primary); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; text-decoration: none; transition: all 0.3s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(0,0,0,0.06); border-color: rgba(128, 0, 89, 0.2); }
.product-img { aspect-ratio: 16/10; background: var(--bg-alt); overflow: hidden; position: relative;}
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; filter: grayscale(20%); }
.product-card:hover .product-img img { transform: scale(1.05); filter: grayscale(0%); }
.product-info { padding: 24px; display: flex; flex-direction: column; flex: 1; justify-content: space-between; }
.product-info h3 { font-family: 'Outfit', system-ui, sans-serif; font-size: clamp(18px, 1.5vw, 22px); font-weight: 600; color: var(--text-primary); margin-bottom: 16px; line-height: 1.3; }
.explore-card { background: linear-gradient(135deg, var(--accent-tint) 0%, var(--bg-primary) 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px; border-color: rgba(128, 0, 89, 0.15); }
.explore-card:hover { background: linear-gradient(135deg, var(--bg-primary) 0%, var(--accent-tint) 100%); }
.explore-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1); box-shadow: 0 8px 16px rgba(128,0,89,0.2); }
.explore-card:hover .explore-icon { transform: translateX(8px); box-shadow: 0 12px 24px rgba(128,0,89,0.3); }
.explore-card h3 { color: var(--accent); font-family: 'Outfit', system-ui, sans-serif; font-size: 24px; font-weight: 600; margin: 0; }

.applications-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: 240px; gap: 16px; }
.app-tile { position: relative; grid-column: span 2; overflow: hidden; border-radius: 12px; background: var(--bg-alt); text-decoration: none; }
.app-tile:nth-child(1), .app-tile:nth-child(2) { grid-column: span 3; }
.app-tile img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.05) brightness(0.85); transition: transform 0.6s ease; }
.app-tile:hover img { transform: scale(1.06); filter: saturate(1.15) brightness(1); }
.app-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,8,16,0.9) 0%, transparent 60%); }
.tile-name { position: absolute; left: 24px; bottom: 24px; z-index: 1; font-size: 24px; font-weight: 600; color: #fff; }

.cases-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 24px; align-items: stretch; }
.cases-side { display: grid; grid-template-rows: 1fr 1fr; gap: 24px; }
.case-card { display: flex; flex-direction: column; justify-content: flex-end; position: relative; border-radius: 16px; overflow: hidden; text-decoration: none; transition: transform 0.4s ease, box-shadow 0.4s ease; background: var(--dark-bg); }
.case-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
.case-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; z-index: 1; }
.case-card:hover img { transform: scale(1.04); }
.case-card::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(to top, rgba(10,5,8,0.95) 0%, rgba(10,5,8,0.3) 70%, transparent 100%); }
.case-card.featured { min-height: 600px; }
.case-card.featured .case-content { padding: 48px; }
.case-card.featured h3 { font-size: clamp(28px, 3vw, 36px); line-height: 1.2; margin: 12px 0; }
.case-card.featured p { font-size: 17px; color: rgba(255,255,255,0.85); line-height: 1.6; margin: 0; }
.case-card:not(.featured) .case-content { padding: 32px; }
.case-card:not(.featured) h3 { font-size: clamp(20px, 2vw, 24px); line-height: 1.3; margin: 8px 0 0; }
.case-card:not(.featured) p { display: none; } 
.case-content { position: relative; z-index: 3; }
.case-content h3 { font-family: 'Outfit', system-ui, sans-serif; font-weight: 700; color: #fff; }
.case-tag { display: inline-block; font-size: 13px; font-weight: 600; color: var(--cta-bg); text-transform: uppercase; letter-spacing: 0.05em; }
.section-footer-cta { margin-top: 56px; display: flex; justify-content: center; }

.resources-list { display: flex; flex-direction: column; gap: 24px; }
.resource-row { display: flex; align-items: center; gap: 40px; padding: 24px; background: var(--bg-primary); border: 1px solid var(--border); border-radius: 12px; transition: all 0.3s ease; text-decoration: none; }
.resource-row:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(0,0,0,0.06); border-color: rgba(128, 0, 89, 0.2); }
.resource-img-wrap { width: 280px; aspect-ratio: 16/10; border-radius: 8px; overflow: hidden; flex-shrink: 0; background: var(--bg-alt); }
.resource-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.resource-row:hover .resource-img-wrap img { transform: scale(1.05); }
.resource-content { flex: 1; }
.resource-tag { display: inline-block; font-size: 13px; font-weight: 600; color: var(--accent); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
.resource-content h3 { font-family: 'Outfit', system-ui, sans-serif; font-size: 24px; font-weight: 600; color: var(--text-primary); line-height: 1.3; margin: 12px 0; }

.cta-banner { position: relative; overflow: hidden; padding: 100px 0; background: var(--dark-bg); }
.cta-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 56px; align-items: center; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 64px; }
.cta-text h2 { font-family: 'Outfit', system-ui, sans-serif; font-size: 42px; font-weight: 700; line-height: 1.1; color: var(--dark-text); margin-top: 12px; }

/* Animations */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.stagger-children > * { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.stagger-children.is-visible > *:nth-child(1) { transition-delay: 0.1s; }
.stagger-children.is-visible > *:nth-child(2) { transition-delay: 0.2s; }
.stagger-children.is-visible > *:nth-child(3) { transition-delay: 0.3s; }
.stagger-children.is-visible > *:nth-child(4) { transition-delay: 0.4s; }
.stagger-children.is-visible > *:nth-child(5) { transition-delay: 0.5s; }
.stagger-children.is-visible > *:nth-child(6) { transition-delay: 0.6s; }
.stagger-children.is-visible > *:nth-child(7) { transition-delay: 0.7s; }
.stagger-children.is-visible > *:nth-child(8) { transition-delay: 0.8s; }
.stagger-children.is-visible > *:nth-child(9) { transition-delay: 0.9s; }
.stagger-children.is-visible > * { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1024px) {
  .container { padding: 0 24px; }
  .about-layout { gap: 40px; }
  .products-grid { gap: 20px; }
  .product-info { padding: 16px; }
  .cases-grid { gap: 20px; }
  .cases-side { gap: 20px; }
  .case-card.featured { min-height: 480px; }
  .case-card.featured .case-content { padding: 32px; }
  .case-card:not(.featured) .case-content { padding: 24px; }
}
@media (max-width: 767px) {
  .hero { min-height: 80vh; }
  .slide-content { padding-top: 40px; }
  .about-layout { grid-template-columns: 1fr; gap: 40px; }
  .about-content { order: -1; }
  .trust-inner { flex-direction: column; align-items: stretch; gap: 40px; }
  .stats { flex-direction: column; align-items: flex-start; gap: 24px; }
  .stat { padding: 0; border-left: none; }
  .products-grid { grid-template-columns: 1fr; gap: 24px; }
  .app-tile:nth-child(1), .app-tile:nth-child(2), .app-tile { grid-column: span 6; }
  .cases-grid { grid-template-columns: 1fr; gap: 24px; }
  .cases-side { grid-template-columns: 1fr; grid-template-rows: auto; gap: 24px; }
  .case-card.featured { min-height: 400px; }
  .case-card:not(.featured) { min-height: 300px; }
  .resource-row { flex-direction: column; align-items: stretch; gap: 20px; padding: 20px; }
  .resource-img-wrap { width: 100%; aspect-ratio: 16/9; }
  .cta-layout { grid-template-columns: 1fr; padding: 40px 24px; gap: 32px; }
  .slider-wrapper { bottom: 24px; }
  .slider-nav { justify-content: center; left: auto; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71b41ce */:root {
  --accent: #800059;
  --cta-bg: #FEBE4F;
  --dark-bg: #2A001D; 
  --dark-text: #FFFFFF;
  --dark-text-muted: rgba(255,255,255,0.8);
  --dark-border: rgba(255,255,255,0.15);
  --container: 1240px;
  --transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
*, *::before, *::after { box-sizing: border-box; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; margin: 0; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; margin: 0; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 40px; position: relative; z-index: 2; }

/* Footer Styling */
.footer { background: var(--dark-bg); padding-top: 80px; color: var(--dark-text); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 2.2fr; gap: 40px; }
.footer-logo { height: 40px; width: auto; margin-bottom: 24px; filter: brightness(0) invert(1); }
.footer-brand .tagline { font-size: 15px; color: var(--dark-text-muted); margin-bottom: 24px; max-width: 280px; line-height: 1.6; }
.footer-contact li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; font-size: 14px; color: var(--dark-text-muted); }
.footer-contact .ci { width: 18px; height: 18px; color: var(--cta-bg); flex-shrink: 0; margin-top: 2px;}
.footer-col h4 { font-size: 14px; color: #fff; margin-bottom: 24px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-top: 0; }
.footer-col ul li { margin-bottom: 14px; }
.footer-col a { font-size: 15px; color: var(--dark-text-muted); transition: var(--transition); }
.footer-col a:hover { color: var(--cta-bg); }
.footer-col.products-col ul { column-count: 2; column-gap: 32px; }
.footer-col.products-col ul li { break-inside: avoid; page-break-inside: avoid; }

.footer-socials { display: flex; gap: 12px; margin-top: 24px; }
.footer-socials a { width: 36px; height: 36px; border: 1px solid var(--dark-border); border-radius: 6px; display: flex; align-items: center; justify-content: center; color: var(--dark-text-muted); background: rgba(255,255,255,0.03); transition: var(--transition); }
.footer-socials a:hover { color: var(--dark-bg); background: var(--cta-bg); border-color: var(--cta-bg); transform: translateY(-2px); }
.footer-socials svg { width: 18px; height: 18px; }

.footer-bottom { border-top: 1px solid var(--dark-border); margin-top: 64px; padding: 24px 0; display: flex; flex-direction: column; align-items: center; gap: 16px; font-size: 13px; color: var(--dark-text-muted); }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
.footer-legal a { color: var(--dark-text-muted); transition: var(--transition); }
.footer-legal a:hover { color: var(--cta-bg); }

@media (min-width: 768px) {
  .footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; }
}
@media (max-width: 1024px) {
  .container { padding: 0 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-col.products-col { grid-column: span 2; }
}
@media (max-width: 767px) {
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-col.products-col { grid-column: span 1; }
  .footer-col.products-col ul { column-count: 1; }
}/* End custom CSS */