section.scrollable-section{position:relative}section.scrollable-section .scrollable-content{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;position:relative;scroll-snap-type:x mandatory;scroll-behavior:smooth}@media(max-width:767px){section.scrollable-section .scrollable-content::-webkit-scrollbar{display:none}}section.scrollable-section .scrollable-content::-webkit-scrollbar-track{background:transparent}section.scrollable-section .scrollable-content::-webkit-scrollbar-thumb{background:transparent}section.scrollable-section .scrollable-content::-webkit-scrollbar-thumb:hover{background:transparent}section.scrollable-section [data-margin].row,section.scrollable-section [data-pagebuilder=row]{display:flex;flex-wrap:nowrap;justify-content:flex-start;overflow:visible;scroll-snap-type:x mandatory}section.scrollable-section [data-margin].row>*,section.scrollable-section [data-pagebuilder=row]>*{scroll-snap-align:center;flex:0 0 auto}section.scrollable-section .section-scrollbar{position:relative;margin:30px auto 60px auto;z-index:1;display:block;overflow:hidden;width:calc(100% - 2.5rem);height:5px;border-radius:1.25rem;background:rgba(var(--bs-default-rgb),0.15)}section.scrollable-section .section-scrollbar.inactive{margin:30px auto 0 auto;visibility:hidden}@media(min-width:1200px){section.scrollable-section .section-scrollbar{max-width:calc(1140px - 1.25rem)}}@media(min-width:1400px){section.scrollable-section .section-scrollbar{max-width:calc(1320px - 1.25rem)}}section.scrollable-section .section-scrollbar .section-scrollbar-thumb{background:var(--bs-dark);border-radius:1.25rem;min-width:1.25rem;height:100%}section.scrollable-section .section-scrollbar .section-scrollbar-thumb:hover,section.scrollable-section .section-scrollbar .section-scrollbar-thumb:focus{background:var(--bs-primary);cursor:pointer}section.scrollable-section .scroll-arrow{position:absolute !important;top:50% !important;transform:translateY(calc(-50% - 47.5px)) !important;z-index:1000 !important;display:flex !important;align-items:center !important;justify-content:center !important;width:45px;height:45px;border-radius:var(--bs-border-radius);background:rgba(var(--bs-light-rgb),0.25);border:0;outline:0}section.scrollable-section .scroll-arrow.left-arrow{left:.625rem !important}section.scrollable-section .scroll-arrow.right-arrow{right:.625rem !important}section.scrollable-section .scroll-arrow.hide,section.scrollable-section .scroll-arrow.disabled{display:none !important}section.scrollable-section .scroll-arrow>i{color:rgba(var(--bs-dark),0.8);font-size:calc(45px * 0.5);font-weight:bold;text-align:center;line-height:1}section.scrollable-section .scroll-arrow:hover,section.scrollable-section .scroll-arrow:focus{background:rgba(var(--bs-light-rgb),1) !important}section.scrollable-section .scroll-arrow:hover>i,section.scrollable-section .scroll-arrow:focus>i{color:rgba(var(--bs-dark-rgb),1) !important}section.scrollable-section .scroll-arrow:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-light-rgb),0.5)}section.scrollable-section .scroll-arrow.disabled{opacity:0 !important}