/*# sourceMappingURL=ticker.min.css.map */

.brxe-ticker {
	overflow: hidden;
	transform: translateZ(0);
}

.brxe-ticker .carouselTicker__track {
	width: -moz-max-content;
	width: max-content;
}

.brxe-ticker .carouselTicker__list {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	width: -moz-max-content;
	width: max-content;
	will-change: transform;
	backface-visibility: hidden;
	opacity: 0;
}

.brxe-ticker[data-ticker-ready="1"] .carouselTicker__list {
	opacity: 1;
}

.brxe-ticker .carouselTicker__item {
	margin: 0 0 0 30px;
	flex-shrink: 0;
}

.brxe-ticker .carouselTicker__item .title {
	font-size: 160px;
	line-height: 1.22;
	letter-spacing: -.04em;
	font-weight: 700 !important;
}

@media (max-width: 767px) {
	.brxe-ticker .carouselTicker__item .title {
		font-size: 55px;
	}
}

@media (max-width: 767px) {
	.brxe-ticker .carouselTicker__item {
		margin: 0 0 0 10px;
	}
}

.brxe-ticker .carouselTicker__item.logo svg {
	width: 120px;
	height: 123px;
}

@media (max-width: 767px) {
	.brxe-ticker .carouselTicker__item.logo svg {
		width: 40px;
		height: 40px;
	}
}
/*# sourceMappingURL=image-slider.min.css.map */

.brxe-image-slider {
	width: 100%;
}

.brxe-image-slider .image-slider {
	display: flex;
	overflow-x: hidden;
	scroll-snap-type: x mandatory;
	touch-action: pan-y;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.brxe-image-slider .image-slider::-webkit-scrollbar {
	display: none;
}

.brxe-image-slider .image-slider__slide {
	flex: 0 0 100%;
	scroll-snap-align: start;
	position: relative;
	height: -webkit-fill-available;
	height: -moz-available;
	height: stretch;
	max-height: -moz-fit-content;
	max-height: fit-content;
}

@media (max-width: 767px) {
	.brxe-image-slider .image-slider__slide {
		height: -moz-fit-content;
		height: fit-content;
	}
}

.brxe-image-slider .image-slider__slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.brxe-image-slider .image-slider__slide .image-slider__embed {
	position: absolute;
	inset: 0;
}

.brxe-image-slider .image-slider__slide .image-slider__embed wistia-player {
	display: block;
	width: 100%;
	height: 100%;
}

.brxe-image-slider .image-slider__content {
	position: absolute;
	bottom: 0;
	padding: 0;
	height: 56.2%;
	display: flex;
	gap: 24px;
	justify-content: center;
	flex-direction: column;
	width: 415px;
	left: calc(7.1% * min(1, calc(100vw / 1440px)));
	transform: scale(calc(.0694444444vw / 1px));
	transform-origin: left center;
}

@media (max-width: 767px) {
	.brxe-image-slider .image-slider__content {
		position: static;
		gap: 10px;
		padding: 20px;
		width: 100%;
		height: auto;
		transform: none;
	}
}

.brxe-image-slider .image-slider__dots {
	display: flex;
	justify-content: center;
	gap: 18px;
	margin-top: 22px;
}

@media (max-width: 767px) {
	.brxe-image-slider .image-slider__dots {
		gap: 15px;
	}
}

.brxe-image-slider .image-slider__dots .image-slider__dot {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: none;
	padding: 0;
	background: #d9d9d9;
	cursor: pointer;
	transition: background .3s;
}

.brxe-image-slider .image-slider__dots .image-slider__dot.active {
	background: #6a6a6a;
}

@media (max-width: 767px) {
	.brxe-image-slider .image-slider__dots .image-slider__dot {
		width: 12px;
		height: 12px;
	}
}
/*# sourceMappingURL=img-ticker.min.css.map */

.brxe-img-ticker {
	border: 1px solid var(--c-border);
	overflow: hidden;
}

.img-ticker {
	width: 100%;
	overflow: hidden;
}

.img-ticker__track {
	display: flex;
	gap: 30px;
	will-change: transform;
}

@media (max-width: 767px) {
	.img-ticker__track {
		gap: 0px;
	}
}

.img-ticker__slide {
	flex: 0 0 400px;
	width: 400px;
	height: 177px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--c-white);
	border-radius: var(--border-radius-2x);
	box-shadow: var(--box-shadow-default);
	overflow: hidden;
}

@media (max-width: 767px) {
	.img-ticker__slide {
		max-width: 150px;
		width: 100%;
		height: 80px;
	}
}

.img-ticker__slide img {
	max-width: 60%;
	max-height: 60%;
	width: auto;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
}
