:root{--color-surface:#fff;--color-surface-light:#e0e3e5;--color-surface-invert:#141414;--color-border:#000;--color-brand-1-base:#3b82f6;--color-brand-1-lighter:#93c5fd;--color-brand-1-darker:#1e40af;--color-brand-2-base:#f59e0b;--color-brand-2-lighter:#fde68a;--color-brand-2-darker:#b45309;--color-text:#161513;--color-text-invert:#fff;--color-text-medium:#919394;--color-navigation-links:#fff;--color-white:#fff;--color-neutral-000:#fff;--color-neutral-100:#f3f4f6;--color-neutral-200:#e5e7eb;--color-neutral-300:#d1d5db;--color-neutral-400:#9ca3af;--color-neutral-500:#6b7280;--color-neutral-600:#4b5563;--color-neutral-700:#374151;--color-neutral-800:#1f2937;--color-neutral-900:#111827;--color-error:red;--color-tag:#e0e3e5;--supt-notification-background-color:hsla(0,0%,8%,.1);--supt-notification-text-color:var(--color-text);--color-widget-background:hsla(0,0%,8%,.1);--color-widget-highlight:hsla(0,0%,8%,.6);--color-widget-highlight-text:var(--color-text-invert)}.-dark{--color-surface:#141414;--color-surface-light:#3b3c3d;--color-surface-invert:#fff;--color-border:#fff;--color-brand-1-base:#3b82f6;--color-brand-1-lighter:#93c5fd;--color-brand-1-darker:#1e40af;--color-brand-2-base:#f59e0b;--color-brand-2-lighter:#fde68a;--color-brand-2-darker:#b45309;--color-text:#fff;--color-text-invert:#161513;--color-text-medium:#646566;--color-navigation-links:#fff;--color-neutral-000:#000;--color-neutral-100:#f3f4f6;--color-neutral-200:#e5e7eb;--color-neutral-300:#d1d5db;--color-neutral-400:#9ca3af;--color-neutral-500:#6b7280;--color-neutral-600:#4b5563;--color-neutral-700:#374151;--color-neutral-800:#1f2937;--color-neutral-900:#111827;--color-error:red;--color-tag:#3b3c3d;--supt-notification-background-color:hsla(0,0%,100%,.1);--supt-notification-text-color:var(--color-text);--color-widget-background:hsla(0,0%,100%,.1);--color-widget-highlight:hsla(0,0%,100%,.6);--color-widget-highlight-text:var(--color-text-invert)}.editor-styles-wrapper{color:#161513;color:var(--color-text)}:root{--spacing-none:0px;--spacing-xs:2px;--spacing-sm:4px;--spacing-md:8px;--spacing-lg:16px;--spacing-xl:24px;--spacing-2xl:40px;--spacing-3xl:72px;--spacing-section-sm:32px;--spacing-section-lg:56px;--spacing-header-title:112px}@media screen and (min-width:768px){:root{--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:56px;--spacing-3xl:104px;--spacing-section-sm:40px;--spacing-section-lg:80px;--spacing-header-title:160px}}@keyframes slide-in{0%{transform:translateX(400px)}to{transform:translateX(0)}}@keyframes slide-out{0%{transform:translateX(0)}to{transform:translateX(400px)}}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down{0%{transform:translateY(0)}to{transform:translateY(calc(100% + 100px));transform:translateY(var(--slide-down-distance,calc(100% + 100px)))}}.supt-section-text-big{position:relative;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:8px;gap:8px;padding:56px 8px;padding:var(--spacing-section-lg) 8px}.supt-section-text-big__content{grid-column:1/span 12}@media screen and (min-width:768px){.supt-section-text-big__content{grid-column:1/span 11}}.supt-section-text-big__text{font-family:var(--font-primary);font-size:clamp(28px,1.88vw + 1.31rem,48px);line-height:clamp(28px,1.88vw + 1.31rem,48px);font-weight:400;letter-spacing:-1px;font-feature-settings:"tnum" on,"lnum" on}@media screen and (min-width:1440px){.supt-section-text-big__text{font-size:clamp(48px,1.79vw + 1.39rem,67px);line-height:clamp(48px,1.79vw + 1.39rem,67px)}}.supt-section-text-big__text{color:#161513;color:var(--color-text)}