*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}

img{
    max-width: 100%;
}

a{
    text-decoration: none;
}

body{
    font-family: Arial, Helvetica, sans-serif;
}

.module-story-main {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.module-story-main a{
    display: block;
}

.module-story-main [role=button],
a,
.module-story-main area,
.module-story-main button,
.module-story-main input,
.module-story-main label,
.module-story-main select,
.module-story-main summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

.module-story-block-container {
	display: inline-block;
	margin: 10px;
	min-width: 75px
}

.module-story-main {
	display: flex;
	margin: auto;
	justify-content: center
}

.module-story.bg-white {
	margin-top: 0
}

.module-story-block-image-container {
	top: 0;
	height: 65px;
	width: 65px;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto
}

.module-story-block-image-container img {
	width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: auto;
    object-fit: cover;
    display: block;
}

.no-margin-bottom {
	margin-bottom: 0;
	font-size: 12px;
	margin-top: 6px
}

main#content .container.cf {
	padding-left: 10px;
	padding-right: 10px
}

.module-story-main::-webkit-scrollbar {
	display: none
}

.module-story-main {
	-ms-overflow-style: none;
	scrollbar-width: none
}

@media (max-width: 767px) {

	.module-story-main,
	.module-story.bg-white {
		display: flex;
	}

	.module-story-block-container {
		margin: 10px 2.5px
	}
}

/*# sourceMappingURL=/s/files/1/0468/6420/3943/t/9/assets/mobile-pro-slider.css.map?v=157881096167307144991647249876 */