.rb-section{background:#f9f9f9;width:100%;padding:60px 0 56px}.rb-section__inner{max-width:1600px;margin:0 auto;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5)}.rb-section__header{display:flex;flex-direction:column;align-items:stretch;gap:12px;margin-bottom:36px}.rb-section__titles{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.rb-section__eyebrow{display:inline-block;background:#f6be00;border:1px solid #ffd600;color:#fff;font-size:15px;font-weight:700;line-height:1;padding:5px 11px;border-radius:4px}.rb-section__title{font-size:var(--rb-title-size, 45px);font-weight:700;color:#000;line-height:1.05;letter-spacing:3.83px;margin:0;text-transform:none}.rb-section__title-hl{color:var(--rb-accent, #e60023)}.rb-section__header-right{display:flex;align-items:center;justify-content:flex-end;width:100%;flex-shrink:0}.rb-section__header-right.is-nav-hidden{display:none}.rb-section__arrows{display:flex;gap:12px}.rb-section .rb-arrow{width:60px;height:60px;padding:0;border:0;border-radius:50%;background:transparent;display:grid;place-items:center;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.rb-section .rb-arrow svg{width:60px;height:60px;display:block;transition:transform .2s ease,opacity .2s ease}.rb-section .rb-arrow:hover:not(.is-disabled),.rb-section .rb-arrow:focus-visible:not(.is-disabled){transform:scale(1.06)}.rb-section .rb-arrow:hover:not(.is-disabled) svg,.rb-section .rb-arrow:focus-visible:not(.is-disabled) svg{opacity:.72}.rb-section .rb-arrow.is-disabled{opacity:.35;pointer-events:none;cursor:default}.rb-section__social{display:flex;gap:12px;align-items:center}.rb-section__social--mobile{display:none}.rb-section__social--desktop{position:absolute;right:0;bottom:0}.rb-social-link{display:flex;align-items:center;justify-content:center;color:#1a1a1a;transition:opacity .15s}.rb-section__social--desktop .rb-social-link svg{height:25px;width:auto;display:block}.rb-social-link:hover{opacity:.6}.rb-section__tabs{display:flex;gap:10px;margin-bottom:28px;flex-wrap:wrap;justify-content:center}.rb-tab{font-size:15px;font-weight:700;color:#555;background:#0000000d;border:1px solid transparent;border-radius:6px;padding:9px 20px;cursor:pointer;transition:background .18s,color .18s}.rb-tab.is-active{background:var(--rb-accent, #e60023);color:#fff}.rb-card.is-hidden{display:none}.rb-section__track-wrap{overflow:hidden;position:relative;width:100%}.rb-section__track{display:flex;gap:16px;transition:transform .4s cubic-bezier(.25,.46,.45,.94);touch-action:pan-y}.rb-card{flex:0 0 min(390px,100%);width:min(390px,100%);min-width:0}.rb-card__media{position:relative;border-radius:15px;overflow:hidden;aspect-ratio:390 / 220;background:#222}.rb-card__player{position:absolute;top:0;right:0;bottom:0;left:0}.rb-card__video,.rb-card__iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;object-fit:cover;object-position:center;display:block;background:#000}.rb-card__poster{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:0;margin:0;border:0;background:#222;cursor:pointer}.rb-card__poster--static{cursor:default}.rb-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.rb-card__img--placeholder{background:#222}.rb-card__play{position:relative;z-index:1;width:56px;height:56px;border-radius:50%;background:var(--rb-accent, #e60023);box-shadow:0 4px 16px #0000004d;display:flex;align-items:center;justify-content:center;transition:transform .2s}.rb-card__play svg{margin-left:3px;width:16px;height:19px}.rb-card__poster:hover .rb-card__play{transform:scale(1.08)}.rb-card__info{padding:16px 0 0}.rb-card__title{font-size:var(--rb-card-title-size, 20px);font-weight:700;color:#000;line-height:1.4;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rb-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.rb-card__subtitle{font-size:17px;font-weight:400;color:#000;margin:0;line-height:1.3;min-width:0;flex:1 1 auto}.rb-card__creator{display:flex;align-items:center;gap:10px;margin-top:12px}.rb-card__avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#e5e5e5}.rb-card__creator-name{font-size:15px;font-weight:600;color:#1a1a1a;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rb-section__footer{position:relative;margin-top:32px;min-height:24px}.rb-section__scrollbar{position:relative;width:640px;max-width:100%;height:4px;margin:0 auto;cursor:pointer}.rb-section__scrollbar.is-hidden{visibility:hidden}.rb-section__scrollbar:before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;transform:translateY(-50%);background:#0000000d;border-radius:2px}.rb-section__scrollbar-thumb{position:absolute;top:0;left:0;height:4px;width:0;background:#000;border-radius:2px;transition:left .4s cubic-bezier(.25,.46,.45,.94),width .2s}.rb-section--dark{background:#0d0d0d}.rb-section--dark .rb-section__title,.rb-section--dark .rb-card__title,.rb-section--dark .rb-card__subtitle{color:#fff}@media(min-width:1280px){.rb-section__track{gap:24px}.rb-card{flex:0 0 calc((100% - 48px) / 3);width:auto}.rb-card__media{aspect-ratio:520 / 294}}@media(max-width:1279px){.rb-section{padding:40px 0 36px}.rb-section__inner{padding:0 20px}.rb-section__header{margin-bottom:24px}.rb-section__header-right{display:none!important}.rb-section__title{font-size:29px;letter-spacing:2.45px;line-height:1.02}.rb-section__social--desktop{display:none}.rb-section__social--mobile{display:flex;flex-shrink:0}.rb-section__social--mobile .rb-social-link svg{height:20px;width:auto;display:block}.rb-card{flex:0 0 100%;width:100%}.rb-card__title{font-size:15px;line-height:1.42}.rb-card__subtitle{font-size:13px}.rb-card__play{width:53px;height:53px}.rb-section__scrollbar{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
