.pub-layout{min-height:100vh;display:flex;flex-direction:column;background-color:var(--pub-bg-primary,#ffffff);color:var(--pub-text-primary,#222222);transition:background-color .3s ease,color .3s ease}.pub-layout,.pub-main{position:relative;max-width:100vw!important;width:100%}.pub-main{flex:1 1;z-index:1}.pub-orbs{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.pub-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;transition:opacity .5s ease}.pub-orb--1{top:5%;left:-5%;width:500px;height:500px;background:hsla(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.15);animation:floatOrb1 25s ease-in-out infinite}.pub-orb--2{bottom:10%;right:-10%;width:600px;height:600px;background:hsla(var(--theme-hue,217),var(--theme-saturation,91%),calc(var(--theme-lightness, 60%) + 10%),.12);animation:floatOrb2 30s ease-in-out infinite}.pub-orb--3{top:40%;left:-8%;width:400px;height:400px;background:hsla(38,92%,50%,.08);animation:floatOrb3 20s ease-in-out infinite}.pub-orb--4{top:15%;right:5%;width:350px;height:350px;background:hsla(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.08);animation:floatOrb4 22s ease-in-out infinite}@keyframes floatOrb1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,20px) scale(1.05)}50%{transform:translate(10px,40px) scale(.98)}75%{transform:translate(-20px,15px) scale(1.02)}}@keyframes floatOrb2{0%,to{transform:translate(0) scale(1)}25%{transform:translate(-40px,-30px) scale(1.03)}50%{transform:translate(-20px,-50px) scale(.97)}75%{transform:translate(25px,-20px) scale(1.01)}}@keyframes floatOrb3{0%,to{transform:translate(0) scale(1)}33%{transform:translate(25px,-35px) scale(1.04)}66%{transform:translate(-15px,25px) scale(.96)}}@keyframes floatOrb4{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-30px,40px) scale(1.06)}}@media (max-width:768px){.pub-orb{filter:blur(60px);opacity:.3}.pub-orb--1{width:200px;height:200px;top:2%;left:-10%}.pub-orb--2{width:250px;height:250px;bottom:5%;right:-15%}.pub-orb--3{width:180px;height:180px;top:35%;left:-12%}.pub-orb--4{width:150px;height:150px;top:10%;right:-5%}}[data-theme-mode=dark-blue] .pub-orb,[data-theme-mode=dark-emerald] .pub-orb,[data-theme-mode=dark-ocean] .pub-orb,[data-theme-mode=dark-violet] .pub-orb,[data-theme-mode=dark] .pub-orb{opacity:.6}[data-theme-mode=dark-blue] .pub-orb--1,[data-theme-mode=dark-emerald] .pub-orb--1,[data-theme-mode=dark-ocean] .pub-orb--1,[data-theme-mode=dark-violet] .pub-orb--1,[data-theme-mode=dark] .pub-orb--1{background:hsla(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.2)}[data-theme-mode=dark-blue] .pub-orb--2,[data-theme-mode=dark-emerald] .pub-orb--2,[data-theme-mode=dark-ocean] .pub-orb--2,[data-theme-mode=dark-violet] .pub-orb--2,[data-theme-mode=dark] .pub-orb--2{background:hsla(var(--theme-hue,217),var(--theme-saturation,91%),calc(var(--theme-lightness, 60%) + 10%),.15)}[data-theme-mode=dark-blue] .pub-orb--3,[data-theme-mode=dark-emerald] .pub-orb--3,[data-theme-mode=dark-ocean] .pub-orb--3,[data-theme-mode=dark-violet] .pub-orb--3,[data-theme-mode=dark] .pub-orb--3{background:hsla(38,92%,50%,.12)}[data-theme-mode=dark-blue] .pub-orb--4,[data-theme-mode=dark-emerald] .pub-orb--4,[data-theme-mode=dark-ocean] .pub-orb--4,[data-theme-mode=dark-violet] .pub-orb--4,[data-theme-mode=dark] .pub-orb--4{background:hsla(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.12)}[data-theme-mode=dark-blue] .pub-layout,[data-theme-mode=dark-emerald] .pub-layout,[data-theme-mode=dark-ocean] .pub-layout,[data-theme-mode=dark-violet] .pub-layout,[data-theme-mode=dark] .pub-layout{background-color:var(--pub-bg-primary);color:var(--pub-text-primary)}[data-theme-mode=dark-blue] .pub-section--white,[data-theme-mode=dark-emerald] .pub-section--white,[data-theme-mode=dark-ocean] .pub-section--white,[data-theme-mode=dark-violet] .pub-section--white,[data-theme-mode=dark] .pub-section--white{background-color:var(--pub-bg-primary)}[data-theme-mode=dark-blue] .pub-section--gray,[data-theme-mode=dark-emerald] .pub-section--gray,[data-theme-mode=dark-ocean] .pub-section--gray,[data-theme-mode=dark-violet] .pub-section--gray,[data-theme-mode=dark] .pub-section--gray{background-color:var(--pub-bg-secondary)}[data-theme-mode=dark-blue] .pub-section__title,[data-theme-mode=dark-emerald] .pub-section__title,[data-theme-mode=dark-ocean] .pub-section__title,[data-theme-mode=dark-violet] .pub-section__title,[data-theme-mode=dark] .pub-section__title{color:var(--pub-text-primary)}.pub-container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}.pub-section{padding-top:48px;padding-bottom:48px}@media (min-width:768px){.pub-section{padding-top:64px;padding-bottom:64px}}.pub-section--gray,.pub-section--white{background-color:#ffffff}.pub-section__title{font-size:22px;font-weight:600;color:#222222;text-align:left;margin-bottom:24px;line-height:1.3}@media (min-width:768px){.pub-section__title{font-size:26px}}