.btn--outline{background:transparent;border:1px solid #c8cfda;border-radius:8px;color:#293450;gap:8px;height:48px;padding:12px 16px;-webkit-text-decoration:none;text-decoration:none}.btn--outline:hover{background:#fff;border:1px solid #293450;color:#293450!important}.btn--outline .svg-wrap{width:12px}.divider-dot{background:#808a9e;border-radius:100%;display:inline-block;height:5px;margin:0 24px;width:5px}@media(max-width:768px){.divider-dot{margin:0 12px}}:root{--color-slate:#293450;--color-dark-slate:#1d212d;--color-comet:#293450;--color-smoke:#808a9e;--color-chalk:#eff1ff;--color-white:#fff;--color-indigo:#5048e6;--color-green:#51e59e;--color-sky:#a4dae8;--color-grey-bg:#fbfbfc;--color-aquamarine:#51e59e;--color-red:#e55151}.universal-layout--marquee{background:var(--background-color);color:var(--foreground-color);padding:0;position:relative}.universal-layout--marquee .section-intro{margin:0 auto;max-width:1400px;padding:calc(var(--section-gap)/2) 24px 0 24px}.universal-layout--marquee .container{flex-direction:column;max-width:none;padding:0;text-align:center;width:100%}.universal-layout--marquee .container .row{display:block}.universal-layout--marquee .container .buttons{margin-top:var(--vertical-margin)}.universal-layout--marquee .marquee-bar{align-items:center;display:flex;height:180px;overflow:hidden;width:100%;z-index:20}.universal-layout--marquee .marquee-bar-text{overflow:hidden;position:relative;--offset:20vw;--move-initial:calc(-25% + var(--offset));--move-final:calc(-50% + var(--offset))}.universal-layout--marquee .track{animation:marquee 55s linear infinite;display:flex;position:relative;transform:translate3d(var(--move-initial),0,0);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.universal-layout--marquee .marquee-item{align-items:center;display:flex;gap:4vw;padding:0 5vw}.universal-layout--marquee .marquee-item .media{aspect-ratio:3/2;position:relative;width:225px}.universal-layout--marquee .marquee-item .media img{height:100%;object-fit:contain;width:100%}.universal-layout--marquee .marquee-item .svg-wrap{align-items:center;display:flex;height:40px;justify-content:center;margin-right:20px;width:40px}.universal-layout--marquee .marquee-item .svg-wrap svg{height:100%;width:100%}.universal-layout--marquee .marquee-item .item-text{font-size:24px;white-space:nowrap}@keyframes marquee{0%{transform:translate3d(var(--move-initial),0,0)}to{transform:translate3d(var(--move-final),0,0)}}