﻿@font-face{font-family:"Museo Sans Cyrl 500";src:url("../fonts/MuseoSansCyrl-500.woff") format("woff");font-weight:400;font-style:normal;font-display:swap;size-adjust:102%;ascent-override:93%;descent-override:25%;line-gap-override:0%}@font-face{font-family:"Museo Sans Cyrl 700";src:url("../fonts/MuseoSansCyrl-700.woff") format("woff");font-weight:700;font-style:normal;font-display:swap;size-adjust:104%;ascent-override:90%;descent-override:23%;line-gap-override:0%}@font-face{font-family:"Museo Sans Cyrl 900";src:url("../fonts/MuseoSansCyrl-900.woff") format("woff");font-weight:700;font-style:normal;font-display:swap;size-adjust:106%;ascent-override:88%;descent-override:22%;line-gap-override:0%}@font-face{font-family:"Museo Sans Cyrl 500 Fallback";src:local("Segoe UI"),local("Roboto"),local("Helvetica Neue"),local("Arial");size-adjust:102%;ascent-override:93%;descent-override:25%;line-gap-override:0%}@font-face{font-family:"Museo Sans Cyrl 700 Fallback";src:local("Segoe UI Semibold"),local("Roboto Medium"),local("Arial");size-adjust:104%;ascent-override:90%;descent-override:23%;line-gap-override:0%}@font-face{font-family:"Museo Sans Cyrl 900 Fallback";src:local("Arial Bold"),local("Arial");size-adjust:106%;ascent-override:88%;descent-override:22%;line-gap-override:0%}*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0}body.user-area{font-family:"Museo Sans Cyrl 500","Museo Sans Cyrl 500 Fallback",system-ui,sans-serif;background:#fff;color:#1a1f36;overflow-x:hidden}img{max-width:100%;height:auto}a{color:inherit}ul,ol{margin:0;padding:0;list-style:none}.hidden{display:none}.container{max-width:1440px;width:100%;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}.notifications-container{max-height:100vh;max-width:320px;pointer-events:none;position:fixed;width:100%;z-index:9999}.notifications-container.notify-is-x-center{left:50%;transform:translateX(-50%)}.notifications-container.notify-is-y-center{top:50%;transform:translateY(-50%)}.notifications-container.notify-is-center{left:50%;top:50%;transform:translate(-50%, -50%)}.notifications-container.notify-is-left{left:0}.notifications-container.notify-is-right{right:0}.notifications-container.notify-is-top{top:0}.notifications-container.notify-is-bottom{bottom:0}.notifications-container.notify-is-x-center.notify-is-top{top:var(--distance)}.notifications-container.notify-is-x-center.notify-is-bottom{bottom:var(--distance)}.notifications-container>*{pointer-events:auto}.notify{--notify-error: rgb(235, 87, 87);--notify-error-progress: rgb(192, 69, 69);--notify-success: rgb(111, 207, 151);--notify-success-progress: rgb(84, 170, 120);--notify-warning: rgb(242, 201, 76);--notify-warning-progress: rgb(196, 166, 79);--notify-info: rgb(81, 205, 243);--notify-info-progress: rgb(84, 169, 196);--notify-gray: rgb(51, 51, 51);--notify-gray-2: rgb(77, 77, 77);--notify-gray-3: rgb(130, 130, 130);--notify-white: rgb(255, 255, 255);--notify-white-2: rgba(255, 255, 255, 0.8);--notify-padding: 0.75rem;--notify-icon-size: 32px;--notify-close-icon-size: 16px;align-items:center;border-radius:6px;box-sizing:border-box;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;overflow:hidden;padding:var(--notify-padding);position:relative;text-decoration:none;transition-timing-function:ease;width:100%}.notify__icon{align-items:center;display:flex;flex-shrink:0;height:var(--notify-icon-size);justify-content:center;margin-right:12px;width:var(--notify-icon-size)}.notify__close{align-items:center;cursor:pointer;display:flex;height:var(--notify-close-icon-size);justify-content:center;position:absolute;right:12px;top:12px;user-select:none;width:var(--notify-close-icon-size)}.notify__close *{pointer-events:none}.notify__title{font-size:1rem;font-weight:600;padding-right:calc(var(--notify-padding) + var(--notify-close-icon-size))}.notify__text{font-size:.875rem;margin-top:.25rem}.notify--type-1{background-color:#fff;border:1px solid currentColor}.notify--type-1 .notify__close{color:var(--notify-gray-3)}.notify--type-1 .notify__title{color:var(--notify-gray)}.notify--type-1 .notify__text{color:var(--notify-gray-2)}.notify--type-2{color:var(--notify-gray)}.notify--type-3{color:var(--notify-white)}.notify--type-3 .notify__text{color:var(--notify-white-2)}.notify--error.notify--type-1{box-shadow:0 2px 26px rgba(215,0,0,.1);color:var(--notify-error)}.notify--error.notify--type-2,.notify--error.notify--type-3{background-color:var(--notify-error)}.notify--warning.notify--type-1{box-shadow:0 2px 26px rgba(242,201,76,.1);color:var(--notify-warning)}.notify--warning.notify--type-2,.notify--warning.notify--type-3{background-color:var(--notify-warning)}.notify--success.notify--type-1{box-shadow:0 2px 26px rgba(82,215,0,.1);color:var(--notify-success)}.notify--success.notify--type-2,.notify--success.notify--type-3{background-color:var(--notify-success)}.notify--info.notify--type-1{box-shadow:0 2px 26px rgba(84,175,202,.1);color:var(--notify-info)}.notify--info.notify--type-2,.notify--info.notify--type-3{background-color:var(--notify-info)}.notify--fade{opacity:0;will-change:opacity}.notify--fadeIn{opacity:1}.notify--slide{opacity:0;will-change:opacity,transform}.notify-is-center .notify--slide,.notify-is-y-center .notify--slide,.notify-is-x-center:not(.notify-is-bottom) .notify--slide{transform:translateY(-20px)}.notify-is-x-center.notify-is-bottom .notify--slide{transform:translateY(20px)}.notify-is-right .notify--slide{transform:translateX(calc(var(--distance) + 110%))}.notify-is-left .notify--slide{transform:translateX(calc(var(--distance) * -1 - 110%))}.notify-is-x-center:not(.notify-is-bottom) .notify--slideIn,.notify-is-center .notify--slideIn,.notify-is-y-center .notify--slideIn,.notify-is-x-center.notify-is-bottom .notify--slideIn{opacity:1;transform:translateY(0)}.notify-is-right .notify--slideIn,.notify-is-left .notify--slideIn{opacity:1;transform:translateX(0)}.notify-is-left .notify{left:var(--distance)}.notify-is-right .notify{right:var(--distance)}.notify-is-top .notify,.notify-is-center .notify,.notify-is-y-center .notify,.notify-is-x-center.notify-is-top .notify{margin-top:var(--gap)}.notify-is-bottom .notify,.notify-is-x-center:not(.notify-is-top) .notify{margin-bottom:var(--gap)}.notify.notify-autoclose{--progress-height: 5px;padding-bottom:calc(var(--notify-padding) + var(--progress-height))}.notify.notify-autoclose::before{animation:progress calc(var(--timeout)*1ms) linear forwards;bottom:0;content:"";height:var(--progress-height);left:0;position:absolute;transform:scale3d(1, 1, 1);transform-origin:left;width:100%}@keyframes progress{to{transform:scale3d(0, 1, 1)}}.notify.notify-autoclose.notify--error::before{background-color:var(--notify-error-progress)}.notify.notify-autoclose.notify--warning::before{background-color:var(--notify-warning-progress)}.notify.notify-autoclose.notify--success::before{background-color:var(--notify-success-progress)}.notify.notify-autoclose.notify--info::before{background-color:var(--notify-info-progress)}.modal-window{position:fixed;z-index:100;top:50%;left:50%;transform:translate(-50%, -80%) scale(0.9);width:520px;max-width:95%;min-height:200px;box-shadow:0 10px 30px rgba(0,0,0,.2);background-color:#fff;border-radius:4px;transition:all .18s ease-in-out;visibility:hidden;opacity:0}.modal-window.show{transform:translate(-50%, -50%) scale(1);opacity:1;visibility:visible;background:#4263df;border-radius:25px;padding:30px;color:#fff;height:280px;width:750px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background-size:cover}.modal-window.show .actions a{height:54px;padding:0 30px 0 8px;margin-top:20px;background:#6762e3 !important;border-radius:40px 40px 0 40px !important;font-family:"Museo Sans Cyrl 700","Museo Sans Cyrl 700 Fallback",system-ui,sans-serif;color:#f4f7ff !important;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;text-decoration:none;font-size:14px}.modal-window.show .actions a:hover{background:#323265 !important;color:#f4f7ff !important}.modal-window.show .actions a svg{width:40px;margin-right:16px}.modal-window.show .caption{font-size:30px;margin-top:10px;text-align:center;font-weight:600;max-width:625px}.modal-window.show p{margin-top:12px;font-size:18px;text-align:center}.modal-window__title{display:flex;justify-content:center;align-items:center;flex-flow:column wrap;height:100%;min-height:inherit}.modal-window__backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:99}.modal-close{position:absolute;width:44px;height:44px;border-radius:0 25px 0 25px;background:#fff;top:0;right:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.modal-close svg{width:16px;height:auto}.lp{color:#1a1f36;background:#fff;overflow-x:hidden;font-size:1.0625rem;line-height:1.6;font-family:"Museo Sans Cyrl 500","Museo Sans Cyrl 500 Fallback",system-ui,sans-serif}.lp .container{max-width:1440px;width:100%;margin:0 auto;padding:0 1.5rem}.lp-hero{padding:3rem 0 4rem;background:linear-gradient(180deg, #f0f4ff 0%, #fff 100%)}@media screen and (max-width: 768px){.lp-hero{padding:2rem 0 3rem}}.lp-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media screen and (max-width: 1024px){.lp-hero__grid{grid-template-columns:1fr;gap:2rem}}.lp-hero__title{font-family:"Museo Sans Cyrl 900","Museo Sans Cyrl 900 Fallback",system-ui,sans-serif;font-size:clamp(2.25rem,5vw,3.25rem);line-height:1.1;margin:0 0 1.25rem;color:#1a1f36}.lp-hero__gradient{display:block;background:linear-gradient(90deg, #4f6ef7 0%, #a855f7 50%, #ff6b4a 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.lp-hero__text{font-size:1.125rem;line-height:1.65;color:#64748b;margin:0 0 1.75rem;max-width:28rem}.lp-hero__actions{display:flex;flex-wrap:wrap;gap:.875rem;margin-bottom:1.25rem}.lp-hero__browsers{margin:0;font-size:.9375rem;color:#64748b}.lp-hero__visual{position:relative;min-height:320px}@media screen and (max-width: 768px){.lp-hero__visual{min-height:260px}}.lp-hero__browser{position:absolute;inset:10% 5% 5% 10%;background:#fff;border-radius:12px;box-shadow:0 16px 48px rgba(79,110,247,.15);border:1px solid rgba(79,110,247,.12);overflow:hidden}.lp-hero__browser-bar{display:flex;gap:6px;padding:10px 14px;background:#eef2ff}.lp-hero__browser-bar span{width:10px;height:10px;border-radius:50%;background:#cbd5e1}.lp-hero__browser-bar span:first-child{background:#f87171}.lp-hero__browser-bar span:nth-child(2){background:#fbbf24}.lp-hero__browser-bar span:nth-child(3){background:#34d399}.lp-hero__browser-body{height:200px;background:linear-gradient(135deg, #eef2ff 0%, #faf5ff 100%)}.lp-hero__float{position:absolute;z-index:2;width:72px;height:72px;background:#fff;border-radius:14px;box-shadow:0 4px 24px rgba(26,31,54,.08);display:flex;align-items:center;justify-content:center;padding:8px;transition:transform .3s ease;animation:lp-float 4s ease-in-out infinite}.lp-hero__float:hover{transform:scale(1.1) !important}.lp-hero__float img{max-width:100%;max-height:100%;object-fit:contain}.lp-hero__float--1{top:0;right:15%;animation-delay:0s}.lp-hero__float--2{top:35%;right:0;animation-delay:.5s;width:64px;height:64px}.lp-hero__float--3{bottom:15%;right:20%;animation-delay:1s;width:80px;height:80px}.lp-hero__float--4{top:20%;left:0;animation-delay:1.5s;width:60px;height:60px}@keyframes lp-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.lp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:999px;font-weight:600;font-size:1rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;border:none;cursor:pointer}.lp-btn:hover{transform:translateY(-2px)}.lp-btn--primary{background:linear-gradient(135deg, #ff6b4a 0%, #ff8c42 100%);color:#fff;box-shadow:0 8px 24px rgba(255,107,74,.35)}.lp-btn--primary:hover{color:#fff}.lp-btn--ghost{background:#fff;color:#1a1f36;border:2px solid #e2e8f0}.lp-btn--ghost:hover{border-color:#4f6ef7;color:#4f6ef7}.lp-btn--white{background:#fff;color:#4f6ef7;box-shadow:0 4px 16px rgba(0,0,0,.1);flex-shrink:0}.lp-btn--white:hover{color:#3d56c9;box-shadow:0 8px 24px rgba(0,0,0,.15)}.lp-btn--banner-ghost{background:rgba(255,255,255,.12);color:#fff;border:2px solid rgba(255,255,255,.45);backdrop-filter:blur(4px)}.lp-btn--banner-ghost:hover{background:rgba(255,255,255,.2);border-color:#fff;color:#fff}.lp-stats{padding:2rem 0;border-bottom:1px solid #eef2f7}.lp-stats__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;text-align:center}@media screen and (max-width: 768px){.lp-stats__grid{grid-template-columns:repeat(2, 1fr);gap:1.25rem}}.lp-stats__item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.lp-stats__item strong{font-size:1.5rem;font-weight:800;color:#4f6ef7}.lp-stats__item span:last-child{font-size:.9375rem;color:#64748b}.lp-stats__icon{font-size:1.5rem;margin-bottom:.25rem}.lp-section{padding:4rem 0}.lp-section--gray{background:#f8fafc}.lp-section__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}@media screen and (max-width: 768px){.lp-section__head{flex-direction:column;align-items:flex-start}}.lp-section__title{font-family:"Museo Sans Cyrl 700","Museo Sans Cyrl 700 Fallback",system-ui,sans-serif;font-size:1.875rem;margin:0;color:#1a1f36}.lp-section__title--center{text-align:center;margin-bottom:2.5rem}.lp-section__link{font-size:1rem;font-weight:600;color:#4f6ef7;text-decoration:none;white-space:nowrap}.lp-section__link:hover{color:#3d56c9}.lp-packs{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.25rem}@media screen and (max-width: 1200px){.lp-packs{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 1024px){.lp-packs{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 768px){.lp-packs{grid-template-columns:1fr}}.lp-pack{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:14px;border:1px solid #eef2f7;box-shadow:0 2px 12px rgba(26,31,54,.05);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.lp-pack:hover{border-color:#c7d2fe;box-shadow:0 8px 24px rgba(79,110,247,.12)}.lp-pack__preview{position:relative;display:block;width:100%;aspect-ratio:2/1;overflow:hidden;background:repeating-conic-gradient(#f1f5f9 0% 25%, #f8fafc 0% 50%) 50%/14px 14px;text-decoration:none;line-height:0}.lp-pack__preview img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.lp-pack__badge{position:absolute;top:.625rem;left:.625rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;padding:.3125rem .625rem;border-radius:999px;font-size:.75rem;font-weight:700;line-height:1;letter-spacing:.05em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg, #ff6b4a 0%, #ff8c42 100%);box-shadow:0 2px 10px rgba(255,107,74,.35);border:none;pointer-events:none}.lp-pack__body{padding:.75rem .875rem .625rem;min-width:0}.lp-pack__title{display:block;margin:0 0 .375rem;font-size:1rem;font-weight:700;line-height:1.35;color:#1a1f36;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-pack__title:hover{color:#4f6ef7}.lp-pack__tag{display:inline-block;max-width:100%;padding:.2rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:capitalize;color:#4f6ef7;background:#eef2ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-pack__footer{margin-top:auto;padding:.625rem .875rem .875rem;background:#fafbfc;border-top:1px solid #f1f5f9}.lp-pack__actions{display:flex;gap:.5rem;margin-top:auto}.lp-pack__actions .btn{flex:1 1 0;width:auto;max-width:none;min-width:0;height:auto;padding:.5625rem .75rem;font-size:.9375rem;font-weight:600;line-height:1.2;border-radius:999px;text-decoration:none;text-align:center;display:inline-flex;align-items:center;justify-content:center;border:none;box-sizing:border-box;cursor:pointer;font-family:"Museo Sans Cyrl 700","Museo Sans Cyrl 700 Fallback",system-ui,sans-serif;transition:background .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.lp-pack__actions .btn.add-cursor{background:linear-gradient(34deg, #0db1c0 0%, #56d8a7 100%);background-color:#0db1c0;color:#fff}.lp-pack__actions .btn.add-cursor:hover{background:linear-gradient(34deg, #0a9aaa 0%, #45c996 100%);background-color:#0a9aaa;color:#fff}.lp-pack__actions .btn.add-cursor.disabled,.lp-pack__actions .btn.add-cursor.added{background:#a3a7b4;background-color:#a3a7b4;color:#fff;cursor:default}.lp-pack__actions .btn.preview-cursor{background:#fff;background-color:#fff;color:#1a1f36;border:1px solid #dce3ec}.lp-pack__actions .btn.preview-cursor:hover{background:#eef2ff;background-color:#eef2ff;color:#4f6ef7;border-color:#c7d2fe}.lp-pack__actions .btn{padding:.5rem .625rem;font-size:.8125rem}.lp-tops{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.25rem}@media screen and (max-width: 1200px){.lp-tops{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 1024px){.lp-tops{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 768px){.lp-tops{grid-template-columns:1fr}}.lp-top{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:16px;border:1px solid #eef2f7;box-shadow:0 4px 24px rgba(26,31,54,.08);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.lp-top:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(79,110,247,.15)}.lp-top__rank{position:absolute;top:.75rem;left:.75rem;z-index:2;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.9375rem;font-weight:800;background:linear-gradient(135deg, #fbbf24, #f59e0b);color:#fff;box-shadow:0 2px 8px rgba(245,158,11,.4)}.lp-top__preview{display:block;height:160px;overflow:hidden;background:repeating-conic-gradient(#f1f5f9 0% 25%, #f8fafc 0% 50%) 50%/14px 14px;text-decoration:none;line-height:0}.lp-top__preview img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.lp-top__body{display:flex;flex:1;flex-direction:column;padding:.875rem 1rem 1rem}.lp-top__title{margin:0 0 .15rem;font-size:1rem;font-weight:700;color:#1a1f36;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-top__cat{margin:0 0 .35rem;font-size:.8125rem;color:#64748b;text-transform:capitalize}.lp-top__rating{margin:0 0 .625rem;font-size:.9375rem;font-weight:600;color:#f59e0b}.lp-top__actions{display:flex;gap:.5rem;margin-top:auto}.lp-top__actions .btn{flex:1 1 0;width:auto;max-width:none;min-width:0;height:auto;padding:.5625rem .75rem;font-size:.9375rem;font-weight:600;line-height:1.2;border-radius:999px;text-decoration:none;text-align:center;display:inline-flex;align-items:center;justify-content:center;border:none;box-sizing:border-box;cursor:pointer;font-family:"Museo Sans Cyrl 700","Museo Sans Cyrl 700 Fallback",system-ui,sans-serif;transition:background .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.lp-top__actions .btn.add-cursor{background:linear-gradient(34deg, #0db1c0 0%, #56d8a7 100%);background-color:#0db1c0;color:#fff}.lp-top__actions .btn.add-cursor:hover{background:linear-gradient(34deg, #0a9aaa 0%, #45c996 100%);background-color:#0a9aaa;color:#fff}.lp-top__actions .btn.add-cursor.disabled,.lp-top__actions .btn.add-cursor.added{background:#a3a7b4;background-color:#a3a7b4;color:#fff;cursor:default}.lp-top__actions .btn.preview-cursor{background:#fff;background-color:#fff;color:#1a1f36;border:1px solid #dce3ec}.lp-top__actions .btn.preview-cursor:hover{background:#eef2ff;background-color:#eef2ff;color:#4f6ef7;border-color:#c7d2fe}.lp-pills{display:flex;flex-wrap:wrap;gap:.875rem;justify-content:center}.lp-pill{display:flex;align-items:center;gap:.625rem;padding:.625rem 1.125rem .625rem .625rem;border-radius:999px;text-decoration:none;color:#1a1f36;font-weight:600;font-size:.9375rem;transition:transform .2s ease,box-shadow .2s ease}.lp-pill:hover{transform:translateY(-2px);box-shadow:0 4px 24px rgba(26,31,54,.08)}.lp-pill__icon{width:36px;height:36px;border-radius:50%;overflow:hidden;background:#fff;flex-shrink:0}.lp-pill__icon img{width:100%;height:100%;object-fit:cover}.lp-pill__count{font-size:.8125rem;font-weight:500;color:#64748b;margin-left:.25rem}.lp-pill--1{background:#fce7f3}.lp-pill--2{background:#dbeafe}.lp-pill--3{background:#d1fae5}.lp-pill--4{background:#ede9fe}.lp-pill--5{background:#ffedd5}.lp-pill--6{background:#e0f2fe}.lp-collections{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.25rem}@media screen and (max-width: 1200px){.lp-collections{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 1024px){.lp-collections{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 768px){.lp-collections{grid-template-columns:1fr}}.lp-collection{display:flex;flex-direction:column;background:#fff;border-radius:16px;border:1px solid #eef2f7;box-shadow:0 4px 24px rgba(26,31,54,.08);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.lp-collection:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(79,110,247,.15)}.lp-collection__cover{display:block;height:140px;overflow:hidden;line-height:0;text-decoration:none}.lp-collection__cover img{width:100%;height:100%;object-fit:contain;display:block;padding:1rem;box-sizing:border-box;transition:transform .35s ease}.lp-collection__cover:hover img{transform:scale(1.05)}.lp-collection__body{display:flex;flex:1;flex-direction:column;padding:1rem 1rem 1.125rem}.lp-collection__title{margin:0 0 .35rem;font-size:1.0625rem;font-weight:700;line-height:1.3}.lp-collection__title a{color:#1a1f36;text-decoration:none}.lp-collection__title a:hover{color:#4f6ef7}.lp-collection__desc{margin:0 0 .875rem;font-size:.9375rem;line-height:1.55;color:#64748b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lp-collection__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto}.lp-collection__count{font-size:.8125rem;font-weight:600;color:#64748b}.lp-collection__footer .btn.preview-cursor{flex-shrink:0;width:auto;min-width:5rem;padding:.5rem 1rem;font-size:.8125rem;border-radius:999px;background:#f8fafc;color:#1a1f36;border:1px solid #e2e8f0}.lp-collection__footer .btn.preview-cursor:hover{background:#eef2ff;color:#4f6ef7;border-color:#c7d2fe}.lp-collection--1 .lp-collection__cover{background:#fce7f3}.lp-collection--2 .lp-collection__cover{background:#dbeafe}.lp-collection--3 .lp-collection__cover{background:#d1fae5}.lp-collection--4 .lp-collection__cover{background:#ede9fe}.lp-collection--5 .lp-collection__cover{background:#ffedd5}.lp-collection--6 .lp-collection__cover{background:#e0f2fe}.lp-how__head{max-width:640px;margin:0 auto 3rem;text-align:center}.lp-how__head .lp-section__title{margin-bottom:.75rem}.lp-how__subtitle{margin:0;font-size:1.125rem;line-height:1.65;color:#64748b}.lp-how__steps{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;counter-reset:how-step}@media screen and (max-width: 1024px){.lp-how__steps{grid-template-columns:1fr;max-width:420px;margin:0 auto}}.lp-how__step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem 1.75rem;background:#fff;border-radius:16px;border:1px solid #eef2f7;box-shadow:0 4px 24px rgba(26,31,54,.08);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.lp-how__step:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(79,110,247,.15);border-color:rgba(79,110,247,.2)}.lp-how__step:not(:last-child)::after{content:"";position:absolute;top:50%;right:-0.85rem;width:1.25rem;height:1.25rem;border-top:2px solid rgba(79,110,247,.35);border-right:2px solid rgba(79,110,247,.35);transform:translateY(-50%) rotate(45deg);z-index:1}@media screen and (max-width: 1024px){.lp-how__step:not(:last-child)::after{display:none}}@media screen and (max-width: 1024px){.lp-how__step:not(:last-child)::before{content:"";position:absolute;left:50%;bottom:-1.5rem;width:2px;height:1.5rem;background:linear-gradient(180deg, rgba(79, 110, 247, 0.35), transparent);transform:translateX(-50%)}}.lp-how__num{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .5rem;margin-bottom:1rem;border-radius:999px;font-size:.8125rem;font-weight:800;letter-spacing:.04em;color:#4f6ef7;background:#eef2ff}.lp-how__icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin-bottom:1.25rem;border-radius:14px;color:#4f6ef7;background:linear-gradient(135deg, #eef2ff 0%, #f5f3ff 100%)}.lp-how__icon svg{width:2rem;height:2rem}.lp-how__title{margin:0 0 .5rem;font-family:"Museo Sans Cyrl 700","Museo Sans Cyrl 700 Fallback",system-ui,sans-serif;font-size:1.125rem;color:#1a1f36}.lp-how__text{margin:0;font-size:1rem;line-height:1.6;color:#64748b}.lp-how__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:.875rem;margin-top:2.75rem}.lp-reviews{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.25rem}@media screen and (max-width: 768px){.lp-reviews{grid-template-columns:1fr}}.lp-review{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #eef2f7;box-shadow:0 4px 24px rgba(26,31,54,.08)}.lp-review__stars{color:#fbbf24;font-size:1.0625rem;margin-bottom:.75rem;letter-spacing:2px}.lp-review p{margin:0 0 1rem;font-size:1rem;line-height:1.6;color:#64748b;font-style:italic}.lp-review__author{display:flex;flex-direction:column;gap:.15rem}.lp-review__author strong{font-size:1rem;color:#1a1f36}.lp-review__author span{font-size:.8125rem;color:#4f6ef7}.lp-faq{display:grid;grid-template-columns:repeat(2, 1fr);gap:.75rem;max-width:900px;margin:0 auto}@media screen and (max-width: 768px){.lp-faq{grid-template-columns:1fr}}.lp-faq__item{background:#fff;border-radius:12px;border:1px solid #eef2f7;overflow:hidden}.lp-faq__item summary{padding:1rem 1.25rem;font-weight:600;font-size:1rem;cursor:pointer;list-style:none;color:#1a1f36}.lp-faq__item summary::-webkit-details-marker{display:none}.lp-faq__item summary::after{content:"+";float:right;font-weight:400;color:#4f6ef7}.lp-faq__item[open] summary::after{content:"−"}.lp-faq__item p{margin:0;padding:0 1.25rem 1rem;font-size:1rem;line-height:1.6;color:#64748b}.lp-banner{padding:0 0 4rem}.lp-banner__box{position:relative;overflow:hidden;border-radius:24px;background:linear-gradient(135deg, #4f6ef7 0%, #6366f1 45%, #7c3aed 75%, #ff6b4a 100%);color:#fff;box-shadow:0 20px 60px rgba(79,110,247,.28)}.lp-banner__decor{pointer-events:none}.lp-banner__orb{position:absolute;border-radius:50%;filter:blur(0);opacity:.35}.lp-banner__orb--1{top:-4rem;right:-2rem;width:14rem;height:14rem;background:radial-gradient(circle, rgba(255, 255, 255, 0.45) 0%, transparent 70%)}.lp-banner__orb--2{bottom:-5rem;left:20%;width:18rem;height:18rem;background:radial-gradient(circle, rgba(255, 107, 74, 0.5) 0%, transparent 70%)}.lp-banner__grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;padding:3rem 3rem}@media screen and (max-width: 1024px){.lp-banner__grid{grid-template-columns:1fr;padding:2.5rem 2rem}}@media screen and (max-width: 768px){.lp-banner__grid{padding:2rem 1.5rem}}.lp-banner__content{max-width:36rem}.lp-banner__eyebrow{display:inline-block;margin-bottom:1rem;padding:.35rem .85rem;border-radius:999px;font-size:.8125rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.25)}.lp-banner__title{margin:0 0 .875rem;font-family:"Museo Sans Cyrl 900","Museo Sans Cyrl 900 Fallback",system-ui,sans-serif;font-size:clamp(1.75rem,3.5vw,2.5rem);line-height:1.15;font-style:normal}.lp-banner__title em{display:inline;font-style:normal;background:linear-gradient(90deg, #fde68a 0%, #fff 50%, #fbcfe8 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.lp-banner__desc{margin:0 0 1.25rem;font-size:1.0625rem;line-height:1.65;color:rgba(255,255,255,.92)}.lp-banner__meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:1.75rem;font-size:.9375rem;font-weight:600;color:rgba(255,255,255,.88)}.lp-banner__meta span{display:inline-flex;align-items:center}.lp-banner__meta span:not(:last-child)::after{content:"·";margin-left:1rem;opacity:.6}@media screen and (max-width: 768px){.lp-banner__meta span:not(:last-child)::after{display:none}}@media screen and (max-width: 768px){.lp-banner__meta{flex-direction:column;gap:.35rem}}.lp-banner__actions{display:flex;flex-wrap:wrap;gap:.875rem}.lp-banner__actions .btn.add-cursor.lp-btn--banner-ghost{width:auto;min-width:11.5rem;padding:.875rem 2rem}.lp-banner__visual{position:relative;width:220px;height:200px;flex-shrink:0}@media screen and (max-width: 1024px){.lp-banner__visual{display:none}}.lp-banner__cursor{position:absolute;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.95);border-radius:16px;box-shadow:0 12px 32px rgba(26,31,54,.18);padding:.65rem;animation:lp-float 4s ease-in-out infinite}.lp-banner__cursor img{width:100%;height:100%;object-fit:contain}.lp-banner__cursor--1{top:0;right:0;width:88px;height:88px;animation-delay:0s}.lp-banner__cursor--2{bottom:0;left:0;width:76px;height:76px;animation-delay:.6s}.lp-banner__cursor--3{top:35%;left:38%;width:96px;height:96px;animation-delay:1.2s}html{scroll-padding-top:96px}.user-area .lp{margin-top:0}@media screen and (max-width: 1023px){html{scroll-padding-top:88px}}@media screen and (max-width: 567px){html{scroll-padding-top:84px}}.lp-page-head{padding:2.5rem 0 2rem;background:linear-gradient(180deg, #f0f4ff 0%, #fff 100%);text-align:center}@media screen and (max-width: 768px){.lp-page-head{padding:2rem 0 1.5rem}}.lp-page-head__breadcrumb{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.35rem .5rem;margin-bottom:1rem;font-size:1rem;color:#64748b}.lp-page-head__breadcrumb a{color:#4f6ef7;text-decoration:none;font-weight:600}.lp-page-head__breadcrumb a:hover{color:#3d56c9}.lp-page-head__title{margin:0 0 .875rem;font-family:"Museo Sans Cyrl 900","Museo Sans Cyrl 900 Fallback",system-ui,sans-serif;font-size:clamp(2.125rem,4vw,2.875rem);line-height:1.15;color:#1a1f36}.lp-page-head__gradient{background:linear-gradient(90deg, #4f6ef7 0%, #a855f7 50%, #ff6b4a 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.lp-page-head__desc{max-width:640px;margin:0 auto .75rem;font-size:1.125rem;line-height:1.65;color:#64748b}.lp-page-head__meta{margin:0;font-size:1rem;font-weight:600;color:#4f6ef7}.lp-page-head__breadcrumb--left{justify-content:flex-start;text-align:left}.lp-empty{padding:3rem 1.5rem;text-align:center;background:#fff;border:1px dashed #dbeafe;border-radius:16px;color:#64748b}.lp-empty p{margin:0 0 1.25rem;font-size:1.0625rem}.lp-pagination{margin-top:2.5rem;display:flex;justify-content:center}.lp-pagination__nav{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.625rem}.lp-pagination__pages{display:flex;align-items:center;flex-wrap:wrap;gap:.375rem}.lp-pagination__page{min-width:2.5rem;height:2.5rem;padding:0 .625rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;border:1px solid #e2e8f0;color:#1a1f36;font-weight:600;font-size:.9375rem;line-height:1;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}.lp-pagination__page:hover{border-color:#4f6ef7;color:#4f6ef7;background:#eef2ff}.lp-pagination__page.is-active{background:linear-gradient(135deg, #4f6ef7 0%, #6366f1 100%);border-color:rgba(0,0,0,0);color:#fff;box-shadow:0 4px 14px rgba(79,110,247,.28)}.lp-pagination__btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:0 1rem;border-radius:999px;background:#fff;border:1px solid #e2e8f0;color:#4f6ef7;font-weight:600;font-size:.9375rem;line-height:1;text-decoration:none;white-space:nowrap;transition:background .2s ease,border-color .2s ease,color .2s ease}.lp-pagination__btn:hover{border-color:#4f6ef7;background:#eef2ff;color:#3d56c9}@media screen and (max-width: 768px){.lp-pagination__nav{gap:.5rem}.lp-pagination__btn{padding:0 .875rem;font-size:.875rem}.lp-pagination__page{min-width:2.25rem;height:2.25rem;font-size:.875rem}}.lp-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9);box-shadow:0 1px 8px rgba(26,31,54,.06)}.lp-header__bar{display:flex;align-items:center;gap:1.5rem;min-height:72px;padding-top:.5rem;padding-bottom:.5rem}.lp-header__logo{display:flex;align-items:center;gap:.625rem;flex-shrink:0;text-decoration:none;color:#1a1f36}.lp-header__logo img{height:48px;width:auto;flex-shrink:0}.lp-header__brand-name{font-family:"Museo Sans Cyrl 900","Museo Sans Cyrl 900 Fallback",system-ui,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.1;letter-spacing:-0.02em;white-space:nowrap}@media screen and (max-width: 768px){.lp-header__brand-name{font-size:1rem}}.lp-header__nav{flex:1 1 auto;display:none}@media(min-width: 992px){.lp-header__nav{display:block}}.lp-header__menu{display:flex;align-items:center;justify-content:flex-end;gap:.25rem;margin:0;padding:0;list-style:none}.lp-header__item{position:relative}.lp-header__item.is-active .lp-header__link{color:#1a1f36}.lp-header__item.is-active .lp-header__link::after{transform:scaleX(1)}.lp-header__item--dropdown:hover .lp-header__dropdown,.lp-header__item--dropdown:focus-within .lp-header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.lp-header__link{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .875rem;border:none;background:none;font-family:"Museo Sans Cyrl 700","Museo Sans Cyrl 700 Fallback",system-ui,sans-serif;font-size:.9375rem;color:#64748b;text-decoration:none;cursor:pointer;position:relative;transition:color .2s ease}.lp-header__link::after{content:"";position:absolute;left:.875rem;right:.875rem;bottom:.15rem;height:2px;border-radius:2px;background:#4f6ef7;transform:scaleX(0);transition:transform .2s ease}.lp-header__link:hover{color:#1a1f36}.lp-header__dropbtn::after{display:none}.lp-header__item--dropdown .lp-header__dropbtn::before{content:"";display:inline-block;width:.4rem;height:.4rem;margin-left:.15rem;border:solid currentColor;border-width:0 2px 2px 0;transform:rotate(45deg) translateY(-2px)}.lp-header__dropdown{position:absolute;top:calc(100% + .35rem);right:0;min-width:11rem;margin:0;padding:.5rem;list-style:none;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 24px rgba(26,31,54,.08);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.lp-header__dropdown-link{display:block;padding:.5rem .75rem;border-radius:8px;font-size:.9375rem;color:#1a1f36;text-decoration:none;transition:background .15s ease,color .15s ease}.lp-header__dropdown-link:hover{background:#f0f4ff;color:#4f6ef7}.lp-header__actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}@media(min-width: 992px){.lp-header__actions{margin-left:0}}.lp-header__search{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid #e2e8f0;border-radius:50%;background:#fff;cursor:pointer;transition:background .2s ease,border-color .2s ease}.lp-header__search img{width:18px;height:18px;opacity:.7}.lp-header__search:hover,.lp-header__search.is-active{background:#f0f4ff;border-color:#c7d2fe}.lp-header__search.is-active{background:#4f6ef7;border-color:#4f6ef7}.lp-header__search.is-active img{opacity:0}.lp-header__search.is-active::before,.lp-header__search.is-active::after{content:"";position:absolute;width:2px;height:14px;background:#fff;border-radius:1px}.lp-header__search.is-active::before{transform:rotate(45deg)}.lp-header__search.is-active::after{transform:rotate(-45deg)}.lp-header__cta{display:none;white-space:nowrap}@media(min-width: 768px){.lp-header__cta{display:inline-flex}}@media(max-width: 991px){.lp-header__cta span{display:none}}.lp-header__burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer}@media(min-width: 992px){.lp-header__burger{display:none}}.lp-header__burger span{display:block;width:18px;height:2px;margin:0 auto;background:#1a1f36;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.lp-header__burger.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.lp-header__burger.is-active span:nth-child(2){opacity:0}.lp-header__burger.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.lp-header__search-panel{position:absolute;left:0;right:0;top:100%;padding:1rem 0 1.25rem;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 12px 32px rgba(26,31,54,.08);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease}.lp-header__search-panel.is-active{opacity:1;visibility:visible;transform:translateY(0)}.lp-header__search-box{max-width:720px;margin:0 auto}.lp-header__search-input{width:100%;padding:.875rem 1.125rem;border:2px solid #e2e8f0;border-radius:999px;font-size:1rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.lp-header__search-input:focus{border-color:#4f6ef7;box-shadow:0 0 0 3px rgba(79,110,247,.15)}.lp-header__search-heading{margin:1rem 0 .5rem;font-size:.875rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.lp-header__search-results ul{margin:0;padding:0;list-style:none}.lp-header__search-results ul li{padding:.35rem 0}.lp-header__search-results ul a{color:#1a1f36;text-decoration:none}.lp-header__search-results ul a:hover{color:#4f6ef7}@media(max-width: 991px){.lp-header__nav.is-open{display:block;position:fixed;inset:72px 0 0;padding:1.5rem;background:#fff;overflow-y:auto;border-top:1px solid #e2e8f0}.lp-header__nav.is-open .lp-header__menu{flex-direction:column;align-items:stretch;gap:0}.lp-header__nav.is-open .lp-header__item{border-bottom:1px solid #f1f5f9}.lp-header__nav.is-open .lp-header__link{display:block;width:100%;padding:1rem .5rem;font-size:1rem}.lp-header__nav.is-open .lp-header__link::after{display:none}.lp-header__nav.is-open .lp-header__item--dropdown .lp-header__dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;padding:0 0 .5rem 1rem}.lp-header__nav.is-open .lp-header__dropdown-link{padding:.625rem .5rem}}body.active-menu{overflow:hidden}footer.lp-footer{width:100%;max-width:100%;margin-top:0;padding:0;overflow-x:hidden;background:#0f172a;color:rgba(255,255,255,.88);box-sizing:border-box}footer.lp-footer .container{display:block;max-width:1440px;width:100%;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;box-sizing:border-box}footer.lp-footer .bottom-menu,footer.lp-footer .logo{display:none}.lp-footer{width:100%;max-width:100%}.lp-footer__cta{width:100%;padding:3rem 0;background:linear-gradient(180deg, #fff 0%, #f8fafc 100%);box-sizing:border-box}.lp-footer__cta-box{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem 2rem;width:100%;max-width:100%;padding:2rem 2.25rem;border-radius:20px;background:linear-gradient(135deg, #4f6ef7 0%, #6366f1 45%, #7c3aed 100%);box-shadow:0 16px 48px rgba(79,110,247,.25);box-sizing:border-box}@media screen and (max-width: 1024px){.lp-footer__cta-box{flex-direction:column;align-items:stretch}}@media screen and (max-width: 768px){.lp-footer__cta-box{padding:1.75rem 1.5rem}}.lp-footer__cta-content{flex:1 1 auto;min-width:0;max-width:100%}.lp-footer__cta-title{margin:0 0 .5rem;font-family:"Museo Sans Cyrl 900","Museo Sans Cyrl 900 Fallback",system-ui,sans-serif;font-size:clamp(1.375rem,2.2vw,1.875rem);line-height:1.2;color:#fff;text-wrap:balance;overflow-wrap:anywhere}.lp-footer__cta-title em{display:inline;font-style:normal;background:linear-gradient(90deg, #fde68a 0%, #fff 45%, #fbcfe8 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.lp-footer__cta-desc{margin:0;font-size:1rem;line-height:1.6;color:rgba(255,255,255,.9)}.lp-footer__cta-box .lp-btn--primary{flex-shrink:0;box-shadow:0 8px 24px rgba(0,0,0,.15)}.lp-footer__main{width:100%;padding:3.5rem 0 2rem;background:#0f172a;box-sizing:border-box}.lp-footer__grid{display:grid;grid-template-columns:minmax(0, 1.4fr) repeat(4, minmax(0, 1fr));gap:2.5rem 2rem;width:100%;max-width:100%;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1);box-sizing:border-box}@media screen and (max-width: 1200px){.lp-footer__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media screen and (max-width: 768px){.lp-footer__grid{grid-template-columns:minmax(0, 1fr);gap:2rem}}.lp-footer__col{min-width:0}.lp-footer__brand{max-width:280px}@media screen and (max-width: 1200px){.lp-footer__brand{max-width:none;grid-column:1/-1}}.lp-footer__logo{display:inline-block;margin-bottom:1rem}.lp-footer__logo img{display:block;height:48px;width:auto;filter:brightness(0) invert(1)}.lp-footer__tagline{margin:0;font-size:.9375rem;line-height:1.65;color:rgba(255,255,255,.65)}.lp-footer__nav{display:contents}.lp-footer__heading{margin:0 0 1rem;font-family:"Museo Sans Cyrl 700","Museo Sans Cyrl 700 Fallback",system-ui,sans-serif;font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.45)}.lp-footer__links{margin:0;padding:0;list-style:none}.lp-footer__links li{margin-bottom:.625rem}.lp-footer__links a{font-size:.9375rem;line-height:1.4;color:rgba(255,255,255,.82);text-decoration:none;transition:color .2s ease}.lp-footer__links a:hover{color:#fff}.lp-footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem 1.5rem;width:100%;max-width:100%;padding-top:1.75rem;box-sizing:border-box}.lp-footer__copy,.lp-footer__note{margin:0;font-size:.8125rem;line-height:1.5;color:rgba(255,255,255,.45);min-width:0}.lp-footer__note{flex:1 1 16rem;max-width:100%;text-align:right}@media screen and (max-width: 768px){.lp-footer__note{flex:1 1 100%;text-align:left}}.lp-ad-section{padding:1.25rem 0;overflow:hidden}.lp-ad-section .container{max-width:1440px;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}.lp-ad-section ins.adsbygoogle{display:block;margin:0 auto;min-height:90px}.lp-ad-section--footer{padding:1.5rem 0 0;border-top:1px solid rgba(226,232,240,.9);background:#f8fafc}.lp-ad-inline{margin:1.5rem 0;overflow:hidden}.lp-ad-inline ins.adsbygoogle{display:block;margin:0 auto;min-height:90px}
