/*! Made by Erol v2.0.0 | (c) 2025 Erol LLC | MIT License | http://github.com/cferdinandi/build-tools-boilerplate */
/* Responsive Variables */
/* New */
/* RGB 255, 211, 0 */
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}
.flickity-slider > .slide {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 110px);
	margin: 0 16px 40px 16px;
	overflow: hidden;
}
.flickity-slider > .slide a {
	display: block;
	cursor: url("https://cdn2.assets-servd.host/silky-civet/production/shared/interface/plus_80_64a.svg") 40 40, pointer;
	border: 0;
}
.flickity-slider > .slide > .heading {
	font-family: Empirica, sans-serif;
	color: #363533;
	text-transform: uppercase;
	letter-spacing: 3px;
	/* This will enforce even spacing and prevent ligatures */
	font-variant-ligatures: no-common-ligatures;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	letter-spacing: 4px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 40px;
	left: 0;
}
.flickity-slider > .slide > .heading a {
	color: #100f0f;
}
.flickity-slider > .slide > .graphic {
	margin: 8%;
	height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f4f4;
}
.flickity-slider > .slide > .graphic > .work-preview {
	height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flickity-slider > .slide > .graphic > .work-preview > img {
	object-fit: contain;
	object-position: left;
	height: 100%;
}
.flickity-slider > .slide:nth-of-type(2) > .graphic,
.flickity-slider > .slide:nth-of-type(2) .work-preview {
	height: 56vh;
}
.flickity-slider > .slide:nth-of-type(3) > .graphic,
.flickity-slider > .slide:nth-of-type(3) .work-preview {
	height: 64vh;
}
.flickity-slider > .slide:nth-of-type(4) > .graphic,
.flickity-slider > .slide:nth-of-type(4) .work-preview {
	height: 32vh;
}
.flickity-slider > .slide:nth-of-type(5) > .graphic,
.flickity-slider > .slide:nth-of-type(5) .work-preview {
	height: 72vh;
}
.flickity-slider > .slide:nth-of-type(6) > .graphic,
.flickity-slider > .slide:nth-of-type(6) .work-preview {
	height: 96vh;
}
.flickity-slider > .slide:last-of-type > .graphic,
.flickity-slider > .slide:last-of-type .work-preview {
	height: 24vh;
}

/* draggable */
.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.carousel.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: url("https://cdn2.assets-servd.host/silky-civet/production/shared/interface/drag_80_50a.svg") 40 40, w-resize;
}
.carousel.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
	cursor: url("https://cdn2.assets-servd.host/silky-civet/production/shared/interface/drag_80_50a.svg") 40 40, w-resize;
}
.carousel.flickity-enabled {
	overflow: hidden;
	position: relative;
}
.carousel.flickity-enabled:focus {
	outline: none;
}
.carousel.flickity-enabled > .flickity-button {
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	opacity: 0.4;
	-webkit-background-size: 80px;
	-moz-background-size: 80px;
	background-size: 80px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	border: 0;
}
.carousel.flickity-enabled > .flickity-button svg {
	display: none;
}
.carousel.flickity-enabled > .flickity-button:hover {
	opacity: 0.75;
	background-image: none !important;
}
.carousel.flickity-enabled > .flickity-button.previous {
	background-position: center left;
	right: 70%;
	left: 12%;
	background-image: url("https://cdn2.assets-servd.host/silky-civet/production/shared/interface/arrow_80_west_50a.svg");
}
.carousel.flickity-enabled > .flickity-button.previous:hover {
	left: 11.5%;
	cursor: url("https://cdn2.assets-servd.host/silky-civet/production/shared/interface/arrow_80_west_50a.svg") 40 40, w-resize;
}
.carousel.flickity-enabled > .flickity-button.previous:active {
	left: 11%;
}
.carousel.flickity-enabled > .flickity-button.next {
	background-position: center right;
	left: 70%;
	right: 12%;
	background-image: url("https://cdn2.assets-servd.host/silky-civet/production/shared/interface/arrow_80_east_50a.svg");
}
.carousel.flickity-enabled > .flickity-button.next:hover {
	right: 11.5%;
	cursor: url("https://cdn2.assets-servd.host/silky-civet/production/shared/interface/arrow_80_east_50a.svg") 40 40, e-resize;
}
.carousel.flickity-enabled > .flickity-button.next:active {
	right: 11%;
}
.carousel.flickity-enabled > .flickity-page-dots {
	/* Left and right set not to overlap the arrows */
	position: absolute;
	top: auto;
	right: 0;
	bottom: 16px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	margin: 0 auto;
	position: absolute;
	list-style: none;
	cursor: pointer;
}
.carousel.flickity-enabled > .flickity-page-dots > .dot {
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	-webkit-transition: width 300ms cubic-bezier(0.16, 1, 0.3, 1);
	-moz-transition: width 300ms cubic-bezier(0.16, 1, 0.3, 1);
	transition: width 300ms cubic-bezier(0.16, 1, 0.3, 1);
	margin: 0 8px;
	width: 8px;
	height: 8px;
	background: rgba(44, 42, 40, 0.5);
}
.carousel.flickity-enabled > .flickity-page-dots > .dot.is-selected {
	width: 80px;
	background: #2c2a28;
}

/*# sourceMappingURL=home.css.map */