.rb-gallery{--rb-slide-w:65vw;--rb-slide-h:480px;background:transparent;overflow:hidden;padding:60px 0;z-index:1}.rb-gallery,.rb-gallery__viewport{position:relative}.rb-gallery__track{align-items:center;display:flex;gap:24px;height:var(--rb-slide-h);justify-content:center}.rb-gallery__item{background-color:#0a4144;background-position:50%;background-size:cover;flex:0 0 var(--rb-slide-w);height:100%;max-width:900px;opacity:.45;transition:opacity .5s ease}.rb-gallery__item.is-active{opacity:1}.rb-gallery__arrow{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.25);color:var(--rb-dark);cursor:pointer;display:flex;font-size:13px;height:36px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:36px;z-index:2}.rb-gallery__arrow:hover{background:var(--rb-lime);color:var(--rb-dark)}.rb-gallery__arrow--prev{left:calc(50% - var(--rb-slide-w)/2 + 90px)}.rb-gallery__arrow--next{right:calc(50% - var(--rb-slide-w)/2 + 90px)}@media (max-width:991px){.rb-gallery{--rb-slide-w:80vw;--rb-slide-h:320px}.rb-gallery__track{gap:12px}.rb-gallery__arrow--prev{left:calc(50% - 40vw + 16px)}.rb-gallery__arrow--next{right:calc(50% - 40vw + 16px)}}