/* === Slider Style === */
.dl-slider{
	overflow: hidden;
}

.dl-slider .swiper-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 650px;
}

.slider-content-wrap {
	height: 650px;
	display: flex;
	align-items: center;
}

.dl-slider .overlay {
	background-color: rgba(32, 20, 20, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.dl-slider .content-width {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.dl-slider .element {
	animation-duration: 800ms;
}

.dl-slider .slide-img, .dl-slider .slide-img-wrap {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -1;
}

.dl-slider .slide-img {
	object-fit: cover;
	object-position: center;
	animation-duration: 12000ms;
	animation-delay: 1000ms;
}

.dl-slider .text-right {
	text-align: left !important;
}

.dl-slider .text-right .content-width {
	display: flex;
	justify-content: flex-end;
}

.dl-slider.swiper-container-rtl .text-left, .dl-slider.swiper-container-rtl .text-right {
	text-align: right !important;
}

.dl-slider .text-right .slider-content {
	width: 50%;
}

.dl-slider .text-center .slider-content {
	padding: 0;
}

.dl-slider .text-center .dl-btn-group {
	justify-content: center;
}

.dl-slider .dl-caption {
	color: #fff;
	font-family: var(--redias-primary-font, 'Syne');
}

.dl-slider .dl-caption mark {
	background-color: transparent;
	color: inherit;
}

.dl-slider .dl-caption>div {
	display: inline-block;
}

.dl-slider .dl-caption .inner-layer {
	display: inline-block;
	overflow: hidden;
	padding: 3px 0;
}

.dl-slider .dl-caption.sub-heading {
	white-space: nowrap;
	font-size: 12px;
	font-family: var(--redias-secondary-font, 'DM Sans');
	letter-spacing: 0;
	line-height: 26px;
	min-height: 26px;
	font-weight: 600;
	color: rgb(255, 255, 255, 0.8);
	letter-spacing: 1px;
	text-transform: uppercase;
	visibility: inherit;
	transition: none 0s ease 0s;
	text-align: inherit;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	opacity: 1;
	margin-bottom: 15px;
}

.dl-slider .dl-caption.heading {
	white-space: nowrap;
	font-size: 42px;
	line-height: 50px;
	font-weight: 600;
	color: rgb(255, 255, 255);
	letter-spacing: -1px;
	min-height: 50px;
}

.dl-slider .slider-content {
	position: relative;
	z-index: 1;
}

.dl-slider .dl-caption.desc {
	font-family: var(--redias-secondary-font, 'DM Sans');
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.2px;
	line-height: 26px;
	color: #fff;
	margin-top: 15px;
}

@media ( max-width: 600px ) {
	.dl-slider .dl-caption.desc br{
		display: none;
	}
}

.dl-animation,
.dl-animation span {
	animation-duration: 0.3s;
	animation-fill-mode: both;
}

.dl-animation span {
	display: inline-block
}

.dl-slider .swiper-slide .dl-btn-group {
	margin-top: 25px;
	display: flex;
	align-items: center;
	column-gap: 20px;
	overflow: inherit;
}

.dl-slider .swiper-slide .dl-btn-group.text-masking{
	overflow: hidden;
}
.dl-slider .slider-secondary-btn,
.dl-slider .slider-btn {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	font-size: 12px;
	font-family: var(--redias-secondary-font, 'DM Sans');
	letter-spacing: 0;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	display: inline-flex;
	align-items: center;
	padding: 0 30px;
	line-height: 45px;
	border-radius: 2px;
	column-gap: 10px;
	position: relative;
	z-index: 1;
}
.dl-slider .slider-secondary-btn:hover,
.dl-slider .slider-btn:hover {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.dl-slider .slider-secondary-btn:before,
.dl-slider .slider-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.dl-slider .slider-secondary-btn:hover:before,
.dl-slider .slider-btn:hover:before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.dl-slider .slider-secondary-btn{
	background-color: #111;
	color: #fff;
	border: 1px solid #111;
}
.dl-slider .slider-secondary-btn:hover{
	color: #fff;
}

/* Play Button */
.dl-slider .dl-play-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 20px;
}

.dl-slider .dl-play-btn .play-icon {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	color: #54a6d5;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-animation: ripple_white 2s linear infinite;
	animation: ripple_white 2s linear infinite;
}

.dl-slider .dl-play-btn:hover {
	text-decoration: none;
}

.dl-slider .dl-play-btn:hover .play-icon {
	background-color: #54a6d5;
	color: #ffffff;
}

.dl-slider .dl-play-btn .play-icon svg {
	width: 13px;
}

.dl-slider .dl-play-btn small {
	font-size: 12px;
	position: relative;
	color: #fff;
	display: inline-block;
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
}

.dl-slider .dl-play-btn:hover small {
	color: #fff;
}

/* Play Button Ripple Effect */
@-webkit-keyframes ripple_colored {
	0% {
		-webkit-box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.08), 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08);
		box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.08), 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08);
	}

	100% {
		-webkit-box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08), 0px 0px 0px 18px rgba(73, 82, 232, 0);
		box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08), 0px 0px 0px 18px rgba(73, 82, 232, 0);
	}
}

@keyframes ripple_colored {
	0% {
		-webkit-box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.08), 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08);
		box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.08), 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08);
	}

	100% {
		-webkit-box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08), 0px 0px 0px 18px rgba(73, 82, 232, 0);
		box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08), 0px 0px 0px 18px rgba(73, 82, 232, 0);
	}
}

/* Ripple White */
@-webkit-keyframes ripple_white {
	0% {
		-webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.08), 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08);
		box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.08), 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08);
	}

	100% {
		-webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08), 0px 0px 0px 18px rgba(255, 255, 255, 0);
		box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08), 0px 0px 0px 18px rgba(255, 255, 255, 0);
	}
}

@keyframes ripple_white {
	0% {
		-webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.08), 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08);
		box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.08), 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08);
	}

	100% {
		-webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08), 0px 0px 0px 18px rgba(255, 255, 255, 0);
		box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08), 0px 0px 0px 18px rgba(255, 255, 255, 0);
	}
}


/* Reveal Text */
.dl-slider .reveal-text, .dl-slider .reveal-text span {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
	animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.dl-slider .clip-text, .dl-slider .reveal-text {
	position: relative;
	-webkit-animation-name: clip-text;
	animation-name: clip-text;
}

.dl-slider .reveal-text span {
	content: "";
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	pointer-events: none;
	-webkit-animation-name: text-revealer;
	animation-name: text-revealer;
}

/* Layers */
.slider-layer {
	background: var(--redias-primary-color, #ff6a32);
	display: block;
	width: 500px;
	height: 100%;
	clip-path: polygon(0 0, 80% 0%, 100% 100%, 0 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.dl-slider.swiper-container-rtl .slider-layer {
	left: auto;
	right: 0;
	clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0 100%);
}

/* === Slider Shape === */
.slider-shape-wrap {
    display: flex;
    align-items: center;
    width: 400px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: skew(25deg, 0deg);
}

.slider-shape-wrap .slider-shape {
    background-color: rgba(255, 106, 50, 0.7);
    width: 200px;
    height: 100%;
}

.slider-shape-wrap .slider-shape:last-child{
	background-color: rgba(8, 159, 172, 0.6);
}

/* === Slider Navigation & Dots === */
.dl-slider .dl-slider-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
	width: 100%;
	max-width: 1140px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 99;
	transform: translateX(-50%);
}

.swiper-container-rtl .dl-slider-controls.style-1 {
	flex-direction: row-reverse;
}

.dl-slider-button-prev, 
.dl-slider-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 24px;
	transition: all 0.2s ease-in-out;
	color: #111;
}

.dl-slider-button-prev:hover, 
.dl-slider-button-next:hover {
	color: var(--redias-primary-color, #ff6a32);
	transition: all 0.2s ease-in-out;
}

@media (max-width: 768px) {

	.mobile-none .dl-slider-button-prev,
	.mobile-none .dl-slider-button-next {
		display: none;
	}
}

/* Style 2 */
.nav-2.dl-slider-button-prev, .nav-2.dl-slider-button-next {
	background-color: #fff;
	fill: #0b2238;
	border: 1px solid #eee;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	z-index: 1;
}

.nav-2.dl-slider-button-next {
	left: auto;
	right: 0;
}

.nav-2.dl-slider-button-prev:hover, .nav-2.dl-slider-button-next:hover {
	background-color: #0b2238;
	fill: #fff;
	border: 1px solid #0b2238;
}

.hover-on-visible .nav-2 {
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.hover-on-visible:hover .nav-2 {
	visibility: visible;
	opacity: 1;
	left: 5px;
}

.hover-on-visible:hover .nav-2.dl-slider-button-next {
	left: auto;
	right: 5px;
}

/* Pagination */
.swiper-pagination-bullets.swiper-pagination-horizontal{ width: auto; }
.dl-swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
}

.dl-swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	background: transparent;
	opacity: 1;
	transition: all 300ms linear;
}

.dl-swiper-pagination .swiper-pagination-bullet-active {
	transition: all 300ms linear;
}

/* Style 1 */
.dl-swiper-pagination.pagi-style-1 {
	column-gap: 0;
}

.dl-swiper-pagination .swiper-pagination-bullet svg {
	width: 100%;
	height: 100%;
}

.dl-swiper-pagination .swiper-pagination-bullet .path {
	stroke: #eee;
	stroke-width: 1px;
	display: none;
}

.dl-swiper-pagination .swiper-pagination-bullet .solid-fill {
	fill: #eee;
}

.dl-swiper-pagination .swiper-pagination-bullet-active .path {
	stroke: var(--redias-primary-color, #ff6a32);
	display: inline-block !important;
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
	animation: dash ease-in 3s;
	animation-iteration-count: unset;
}

.dl-swiper-pagination .swiper-pagination-bullet-active .solid-fill {
	fill: var(--redias-primary-color, #ff6a32);
}

@-webkit-keyframes dash {
	from {
		stroke-dashoffset: 1000;
	}

	to {
		stroke-dashoffset: 0;
	}
}

@keyframes dash {
	from {
		stroke-dashoffset: 1000;
	}

	to {
		stroke-dashoffset: 0;
	}
}

/* Style 2 [Dots] */
.dl-swiper-pagination.pagi-style-2 .swiper-pagination-bullet {
	background-color: #fff;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transition: all 300ms linear;
}

.dl-swiper-pagination.pagi-style-2 .swiper-pagination-bullet-active {
	background-color: var(--redias-primary-color, #ff6a32);
	width: 30px;
	border-radius: 20px;
	transition: all 300ms linear;
}

/* Style 3 [Dots Stroke] */
.dl-swiper-pagination.pagi-style-3 {
	column-gap: 15px;
}

.dl-swiper-pagination.pagi-style-3 .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	overflow: hidden;
}

.dl-swiper-pagination.pagi-style-3 .swiper-pagination-bullet:before {
	background-color: #fff;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	transition: all 300ms linear;
}

.dl-swiper-pagination.pagi-style-3 .swiper-pagination-bullet-active:before {
	background-color: var(--redias-primary-color, #ff6a32);
	transform: scale(0.4);
	transition: all 300ms linear;
}

.dl-swiper-pagination.pagi-style-3 .swiper-pagination-bullet-active {
	box-shadow: 0 0 0 2px var(--redias-primary-color, #ff6a32);
}

/* Style 4 [Number] */
.dl-swiper-pagination.pagi-style-4 .swiper-pagination-bullet {
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.dl-swiper-pagination.pagi-style-4 .swiper-pagination-bullet .number {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	transition: all 300ms linear;
}

.dl-swiper-pagination.pagi-style-4 .swiper-pagination-bullet-active {
	width: 70px;
	column-gap: 10px;
}

.dl-swiper-pagination.pagi-style-4 .swiper-pagination-bullet-active .line {
	background-color: var(--redias-primary-color, #ff6a32);
	width: 100%;
	height: 2px;
	transition: all 300ms linear;
}

/* Style 5 [Line] */
.dl-swiper-pagination.pagi-style-5 .swiper-pagination-bullet {
	width: 50px;
	height: 3px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.dl-swiper-pagination.pagi-style-5 .swiper-pagination-bullet:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.2);
	transition: background 300ms ease;
}

.dl-swiper-pagination.pagi-style-5 .swiper-pagination-bullet-active:after {
	background-color: var(--redias-primary-color, #ff6a32);
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.autoplay-active .dl-swiper-pagination.pagi-style-5 .swiper-pagination-bullet-active:after {
	width: 0;
	animation: lineProgressBar 5000ms linear forwards;
}

@-moz-keyframes lineProgressBar {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@-webkit-keyframes lineProgressBar {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@-o-keyframes lineProgressBar {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@keyframes lineProgressBar {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

/* Style 6 [Fraction] */
.pagi-style-6.swiper-pagination-fraction {
	width: auto;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
}

/* Style 7 [Square Dots] */
.dl-swiper-pagination.pagi-style-7 .swiper-pagination-bullet {
	--redias-shadow-color: rgba(255, 101, 50, 0.5);
	background-color: #fff;
	width: 10px;
	height: 10px;
	transition: all 300ms linear;
}

.dl-swiper-pagination.pagi-style-7 .swiper-pagination-bullet-active {
	background-color: var(--redias-primary-color, #ff6a32);
	box-shadow: 0px 0px 0px 3px var(--redias-shadow-color);
	transition: all 300ms linear;
}

/* === Kenburns Effects === */
.swiper-slide-active .kenburns {
	animation-timing-function: linear;
	animation-fill-mode: both;
}
/* Kenburns Top */
.swiper-slide-active .kenburns-top {
	-webkit-animation-name: kenburns-top;
	animation-name: kenburns-top;
}

@-webkit-keyframes kenburns-top {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		-webkit-transform-origin: 50% 16%;
		transform-origin: 50% 16%;
	}
	100% {
		-webkit-transform: scale(1.25) translateY(-15px);
		transform: scale(1.25) translateY(-15px);
		-webkit-transform-origin: top;
		transform-origin: top;
	}
}

@keyframes kenburns-top {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		-webkit-transform-origin: 50% 16%;
		transform-origin: 50% 16%;
	}
	100% {
		-webkit-transform: scale(1.25) translateY(-15px);
		transform: scale(1.25) translateY(-15px);
		-webkit-transform-origin: top;
		transform-origin: top;
	}
}

/* Kenburns Top Right */
.swiper-slide-active .kenburns-top-right {
	-webkit-animation-name: kenburns-top-right;
	animation-name: kenburns-top-right;
}

@-webkit-keyframes kenburns-top-right {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 16%;
		transform-origin: 84% 16%;
	}
	100% {
		-webkit-transform: scale(1.25) translate(20px, -15px);
		transform: scale(1.25) translate(20px, -15px);
		-webkit-transform-origin: right top;
		transform-origin: right top;
	}
}

@keyframes kenburns-top-right {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 16%;
		transform-origin: 84% 16%;
	}
	100% {
		-webkit-transform: scale(1.25) translate(20px, -15px);
		transform: scale(1.25) translate(20px, -15px);
		-webkit-transform-origin: right top;
		transform-origin: right top;
	}
}

/* Kenburns Right */
.swiper-slide-active .kenburns-right {
	-webkit-animation-name: kenburns-right;
	animation-name: kenburns-right;
}

@-webkit-keyframes kenburns-right {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 50%;
		transform-origin: 84% 50%;
	}
	100% {
		-webkit-transform: scale(1.25) translateX(20px);
		transform: scale(1.25) translateX(20px);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

@keyframes kenburns-right {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 50%;
		transform-origin: 84% 50%;
	}
	100% {
		-webkit-transform: scale(1.25) translateX(20px);
		transform: scale(1.25) translateX(20px);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

/* Kenburns Bottom Right */
.swiper-slide-active .kenburns-bottom-right {
	-webkit-animation-name: kenburns-bottom-right;
	animation-name: kenburns-bottom-right;
}

@-webkit-keyframes kenburns-bottom-right {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 84%;
		transform-origin: 84% 84%;
	}
	100% {
		-webkit-transform: scale(1.25) translate(20px, 15px);
		transform: scale(1.25) translate(20px, 15px);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
}

@keyframes kenburns-bottom-right {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 84%;
		transform-origin: 84% 84%;
	}
	100% {
		-webkit-transform: scale(1.25) translate(20px, 15px);
		transform: scale(1.25) translate(20px, 15px);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
}

/* Kenburns Bottom */
.swiper-slide-active .kenburns-bottom {
	-webkit-animation-name: kenburns-bottom;
	animation-name: kenburns-bottom;
}

@-webkit-keyframes kenburns-bottom {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		-webkit-transform-origin: 50% 84%;
		transform-origin: 50% 84%;
	}
	100% {
		-webkit-transform: scale(1.25) translateY(15px);
		transform: scale(1.25) translateY(15px);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
}

@keyframes kenburns-bottom {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		-webkit-transform-origin: 50% 84%;
		transform-origin: 50% 84%;
	}
	100% {
		-webkit-transform: scale(1.25) translateY(15px);
		transform: scale(1.25) translateY(15px);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
}

/* Kenburns Bottom Left */
.swiper-slide-active .kenburns-bottom-left {
	-webkit-animation-name: kenburns-bottom-left;
	animation-name: kenburns-bottom-left;
}

@-webkit-keyframes kenburns-bottom-left {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 16% 84%;
		transform-origin: 16% 84%;
	}
	100% {
		-webkit-transform: scale(1.25) translate(-20px, 15px);
		transform: scale(1.25) translate(-20px, 15px);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
}

@keyframes kenburns-bottom-left {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 16% 84%;
		transform-origin: 16% 84%;
	}
	100% {
		-webkit-transform: scale(1.25) translate(-20px, 15px);
		transform: scale(1.25) translate(-20px, 15px);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
}

/* Kenburns Left */
.swiper-slide-active .kenburns-left {
	-webkit-animation-name: kenburns-left;
	animation-name: kenburns-left;
}

@-webkit-keyframes kenburns-left {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 16% 50%;
		transform-origin: 16% 50%;
	}
	100% {
		-webkit-transform: scale(1.25) translate(-20px, 15px);
		transform: scale(1.25) translate(-20px, 15px);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

@keyframes kenburns-left {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 16% 50%;
		transform-origin: 16% 50%;
	}
	100% {
		-webkit-transform: scale(1.25) translate(-20px, 15px);
		transform: scale(1.25) translate(-20px, 15px);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

/* Kenburns Top Left */
.swiper-slide-active .kenburns-top-left {
	-webkit-animation-name: kenburns-top-left;
	animation-name: kenburns-top-left;
}

@-webkit-keyframes kenburns-top-left {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 16% 16%;
		transform-origin: 16% 16%;
	}
	100% {
		-webkit-transform: scale(1.25) translate(-20px, -15px);
		transform: scale(1.25) translate(-20px, -15px);
		-webkit-transform-origin: top left;
		transform-origin: top left;
	}
}

@keyframes kenburns-top-left {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 16% 16%;
		transform-origin: 16% 16%;
	}
	100% {
		-webkit-transform: scale(1.25) translate(-20px, -15px);
		transform: scale(1.25) translate(-20px, -15px);
		-webkit-transform-origin: top left;
		transform-origin: top left;
	}
}

/* === Animation Effects === */
/* Slide In Top */
.dlSlideInTop {
	-webkit-animation-name: dlSlideInTop;
	animation-name: dlSlideInTop;
}

@-webkit-keyframes dlSlideInTop {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes dlSlideInTop {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

/* Slide In Right */
.dlSlideInRight {
	-webkit-animation-name: dlSlideInRight;
	animation-name: dlSlideInRight;
}

@-webkit-keyframes dlSlideInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes dlSlideInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

/* Slide In Bottom */
.dlSlideInBottom {
	-webkit-animation-name: dlSlideInBottom;
	animation-name: dlSlideInBottom;
}

@-webkit-keyframes dlSlideInBottom {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes dlSlideInBottom {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

/* Slide In Left */
.dlSlideInLeft {
	-webkit-animation-name: dlSlideInLeft;
	animation-name: dlSlideInLeft;
}

@-webkit-keyframes dlSlideInLeft {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes dlSlideInLeft {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

/* Bounce In Top */
.dlBounceInTop {
	-webkit-animation-name: dlBounceInTop;
	animation-name: dlBounceInTop;
}

@-webkit-keyframes dlBounceInTop {
	0% {
		-webkit-transform: translateY(-500px);
		transform: translateY(-500px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	38% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
	55% {
		-webkit-transform: translateY(-65px);
		transform: translateY(-65px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	72% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	81% {
		-webkit-transform: translateY(-28px);
		transform: translateY(-28px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	95% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes dlBounceInTop {
	0% {
		-webkit-transform: translateY(-500px);
		transform: translateY(-500px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	38% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
	55% {
		-webkit-transform: translateY(-65px);
		transform: translateY(-65px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	72% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	81% {
		-webkit-transform: translateY(-28px);
		transform: translateY(-28px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	95% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

/* Bounce In Right */
.dlBounceInRight {
	-webkit-animation-name: dlBounceInRight;
	animation-name: dlBounceInRight;
}

@-webkit-keyframes dlBounceInRight {
	0% {
		-webkit-transform: translateX(600px);
		transform: translateX(600px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	38% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
	55% {
		-webkit-transform: translateX(68px);
		transform: translateX(68px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	72% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	81% {
		-webkit-transform: translateX(32px);
		transform: translateX(32px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	90% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	95% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes dlBounceInRight {
	0% {
		-webkit-transform: translateX(600px);
		transform: translateX(600px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	38% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
	55% {
		-webkit-transform: translateX(68px);
		transform: translateX(68px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	72% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	81% {
		-webkit-transform: translateX(32px);
		transform: translateX(32px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	90% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	95% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

/* Bounce In Bottom */
.dlBounceInBottom {
	-webkit-animation-name: dlBounceInBottom;
	animation-name: dlBounceInBottom;
}

@-webkit-keyframes dlBounceInBottom {
	0% {
		-webkit-transform: translateY(500px);
		transform: translateY(500px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	38% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
	55% {
		-webkit-transform: translateY(65px);
		transform: translateY(65px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	72% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	81% {
		-webkit-transform: translateY(28px);
		transform: translateY(28px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	95% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes dlBounceInBottom {
	0% {
		-webkit-transform: translateY(500px);
		transform: translateY(500px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	38% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
	55% {
		-webkit-transform: translateY(65px);
		transform: translateY(65px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	72% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	81% {
		-webkit-transform: translateY(28px);
		transform: translateY(28px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	95% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

/* Bounce In Left */
.dlBounceInLeft {
	-webkit-animation-name: dlBounceInLeft;
	animation-name: dlBounceInLeft;
}

@-webkit-keyframes dlBounceInLeft {
	0% {
		-webkit-transform: translateX(-600px);
		transform: translateX(-600px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	38% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
	55% {
		-webkit-transform: translateX(-68px);
		transform: translateX(-68px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	72% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	81% {
		-webkit-transform: translateX(-28px);
		transform: translateX(-28px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	90% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	95% {
		-webkit-transform: translateX(-8px);
		transform: translateX(-8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes dlBounceInLeft {
	0% {
		-webkit-transform: translateX(-600px);
		transform: translateX(-600px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	38% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
	55% {
		-webkit-transform: translateX(-68px);
		transform: translateX(-68px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	72% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	81% {
		-webkit-transform: translateX(-28px);
		transform: translateX(-28px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	90% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	95% {
		-webkit-transform: translateX(-8px);
		transform: translateX(-8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

/* Bounce In Forword */
.dlBounceInForword {
	-webkit-animation-name: dlBounceInForword;
	animation-name: dlBounceInForword;
}

@-webkit-keyframes dlBounceInForword {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	38% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
	55% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	72% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	81% {
		-webkit-transform: scale(0.84);
		transform: scale(0.84);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	89% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	95% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes dlBounceInForword {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	38% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
	55% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	72% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	81% {
		-webkit-transform: scale(0.84);
		transform: scale(0.84);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	89% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	95% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

/* Bounce In Back */
.dlBounceInBack {
	-webkit-animation-name: dlBounceInBack;
	animation-name: dlBounceInBack;
}

@-webkit-keyframes dlBounceInBack {
	0% {
		-webkit-transform: scale(7);
		transform: scale(7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	38% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
	55% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	72% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	81% {
		-webkit-transform: scale(1.24);
		transform: scale(1.24);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	89% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	95% {
		-webkit-transform: scale(1.04);
		transform: scale(1.04);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes dlBounceInBack {
	0% {
		-webkit-transform: scale(7);
		transform: scale(7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	38% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
	55% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	72% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	81% {
		-webkit-transform: scale(1.24);
		transform: scale(1.24);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	89% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	95% {
		-webkit-transform: scale(1.04);
		transform: scale(1.04);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

/* Fade In */
.dlFadeIn {
	-webkit-animation: dlFadeIn 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: dlFadeIn 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes dlFadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes dlFadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Fade In Forword */
.dlFadeInForword {
	-webkit-animation-name: dlFadeInForword;
	animation-name: dlFadeInForword;
}

@-webkit-keyframes dlFadeInForword {
	0% {
		-webkit-transform: translateZ(-80px);
		transform: translateZ(-80px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes dlFadeInForword {
	0% {
		-webkit-transform: translateZ(-80px);
		transform: translateZ(-80px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

/* Fade In Back */
.dlFadeInBack {
	-webkit-animation-name: dlFadeInBack;
	animation-name: dlFadeInBack;
}

@-webkit-keyframes dlFadeInBack {
	0% {
		-webkit-transform: translateZ(80px);
		transform: translateZ(80px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes dlFadeInBack {
	0% {
		-webkit-transform: translateZ(80px);
		transform: translateZ(80px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

/* Fade In Top */
.dlFadeInTop {
	-webkit-animation-name: dlFadeInTop;
	animation-name: dlFadeInTop;
}

@-webkit-keyframes dlFadeInTop {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes dlFadeInTop {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

/* Fade In Top Right */
.dlFadeInTopRight {
	-webkit-animation-name: dlFadeInTopRight;
	animation-name: dlFadeInTopRight;
}

@-webkit-keyframes dlFadeInTopRight {
	0% {
		-webkit-transform: translateX(50px) translateY(-50px);
		transform: translateX(50px) translateY(-50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		opacity: 1;
	}
}

@keyframes dlFadeInTopRight {
	0% {
		-webkit-transform: translateX(50px) translateY(-50px);
		transform: translateX(50px) translateY(-50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		opacity: 1;
	}
}

/* Fade In Right */
.dlFadeInRight {
	-webkit-animation-name: dlFadeInRight;
	animation-name: dlFadeInRight;
}

@-webkit-keyframes dlFadeInRight {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes dlFadeInRight {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

/* Fade In Bottom Right */
.dlFadeInBottomRight {
	-webkit-animation-name: dlFadeInBottomRight;
	animation-name: dlFadeInBottomRight;
}

@-webkit-keyframes dlFadeInBottomRight {
	0% {
		-webkit-transform: translateX(50px) translateY(50px);
		transform: translateX(50px) translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		opacity: 1;
	}
}

@keyframes dlFadeInBottomRight {
	0% {
		-webkit-transform: translateX(50px) translateY(50px);
		transform: translateX(50px) translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		opacity: 1;
	}
}

/* Fade In Bottom */
.dlFadeInBottom {
	-webkit-animation-name: dlFadeInBottom;
	animation-name: dlFadeInBottom;
}

@-webkit-keyframes dlFadeInBottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes dlFadeInBottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

/* Fade In Bottom Left */
.dlFadeInBottomLeft {
	-webkit-animation-name: dlFadeInBottomLeft;
	animation-name: dlFadeInBottomLeft;
}

@-webkit-keyframes dlFadeInBottomLeft {
	0% {
		-webkit-transform: translateX(-50px) translateY(50px);
		transform: translateX(-50px) translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		opacity: 1;
	}
}

@keyframes dlFadeInBottomLeft {
	0% {
		-webkit-transform: translateX(-50px) translateY(50px);
		transform: translateX(-50px) translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		opacity: 1;
	}
}

/* Fade In Left */
.dlFadeInleft {
	-webkit-animation-name: dlFadeInleft;
	animation-name: dlFadeInleft;
}

@-webkit-keyframes dlFadeInleft {
	0% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes dlFadeInleft {
	0% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

/* Fade In Top Left */
.dlFadeInTopLeft {
	-webkit-animation-name: dlFadeInTopLeft;
	animation-name: dlFadeInTopLeft;
}

@-webkit-keyframes dlFadeInTopLeft {
	0% {
		-webkit-transform: translateX(-50px) translateY(-50px);
		transform: translateX(-50px) translateY(-50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		opacity: 1;
	}
}

@keyframes dlFadeInTopLeft {
	0% {
		-webkit-transform: translateX(-50px) translateY(-50px);
		transform: translateX(-50px) translateY(-50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		opacity: 1;
	}
}

/* Tracking In Expand */
.dlTrackingInExpand {
	-webkit-animation-name: dlTrackingInExpand;
	animation-name: dlTrackingInExpand;
}

@-webkit-keyframes dlTrackingInExpand {
	0% {
		letter-spacing: -8px;
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		opacity: 1;
	}
}

@keyframes dlTrackingInExpand {
	0% {
		letter-spacing: -8px;
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		opacity: 1;
	}
}

/* Tracking In Expand Forword */
.dlFrackingInExpandFwd {
	-webkit-animation-name: dlFrackingInExpandFwd;
	animation-name: dlFrackingInExpandFwd;
}

@-webkit-keyframes dlFrackingInExpandFwd {
	0% {
		letter-spacing: -0.5em;
		-webkit-transform: translateZ(-700px);
		transform: translateZ(-700px);
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes dlFrackingInExpandFwd {
	0% {
		letter-spacing: -0.5em;
		-webkit-transform: translateZ(-700px);
		transform: translateZ(-700px);
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

/* Tracking In Expand Forword Top */
.dlTrackingInExpandFwdTop {
	-webkit-animation-name: dlTrackingInExpandFwdTop;
	animation-name: dlTrackingInExpandFwdTop;
}

@-webkit-keyframes dlTrackingInExpandFwdTop {
	0% {
		letter-spacing: -0.5em;
		-webkit-transform: translateZ(-700px) translateY(-500px);
		transform: translateZ(-700px) translateY(-500px);
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1;
	}
}

@keyframes dlTrackingInExpandFwdTop {
	0% {
		letter-spacing: -0.5em;
		-webkit-transform: translateZ(-700px) translateY(-500px);
		transform: translateZ(-700px) translateY(-500px);
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1;
	}
}

/* Tracking In Expand Forword Bottom */
.dlTrackingInExpandFwdBottom {
	-webkit-animation-name: dlTrackingInExpandFwdBottom;
	animation-name: dlTrackingInExpandFwdBottom;
}

@-webkit-keyframes dlTrackingInExpandFwdBottom {
	0% {
		letter-spacing: -0.5em;
		-webkit-transform: translateZ(-700px) translateY(500px);
		transform: translateZ(-700px) translateY(500px);
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1;
	}
}

@keyframes dlTrackingInExpandFwdBottom {
	0% {
		letter-spacing: -0.5em;
		-webkit-transform: translateZ(-700px) translateY(500px);
		transform: translateZ(-700px) translateY(500px);
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1;
	}
}

/* Tracking In Contract */
.dlTrackingInContract {
	-webkit-animation-name: dlTrackingInContract;
	animation-name: dlTrackingInContract;
}

@-webkit-keyframes dlTrackingInContract {
	0% {
		letter-spacing: 1em;
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		letter-spacing: normal;
		opacity: 1;
	}
}

@keyframes dlTrackingInContract {
	0% {
		letter-spacing: 1em;
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		letter-spacing: normal;
		opacity: 1;
	}
}

/* Tracking In Contract Back */
.dlTrackingInContractBack {
	-webkit-animation-name: dlTrackingInContractBack;
	animation-name: dlTrackingInContractBack;
}

@-webkit-keyframes dlTrackingInContractBack {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(400px);
		transform: translateZ(400px);
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes dlTrackingInContractBack {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(400px);
		transform: translateZ(400px);
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

/* Tracking In Contract Back Top */
.dlTrackingInContractBackTop {
	-webkit-animation-name: dlTrackingInContractBackTop;
	animation-name: dlTrackingInContractBackTop;
}

@-webkit-keyframes dlTrackingInContractBackTop {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(400px) translateY(-300px);
		transform: translateZ(400px) translateY(-300px);
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1;
	}
}

@keyframes dlTrackingInContractBackTop {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(400px) translateY(-300px);
		transform: translateZ(400px) translateY(-300px);
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1;
	}
}

/* Tracking In Contract Back Bottom */
.dlTrackingInContractBackbottom {
	-webkit-animation-name: dlTrackingInContractBackbottom;
	animation-name: dlTrackingInContractBackbottom;
}

@-webkit-keyframes dlTrackingInContractBackbottom {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(400px) translateY(300px);
		transform: translateZ(400px) translateY(300px);
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1;
	}
}

@keyframes dlTrackingInContractBackbottom {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(400px) translateY(300px);
		transform: translateZ(400px) translateY(300px);
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1;
	}
}

/* Text Focus In */
.dlTextFocusIn {
	-webkit-animation-name: dlTextFocusIn;
	animation-name: dlTextFocusIn;
}

@-webkit-keyframes dlTextFocusIn {
	0% {
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}

@keyframes dlTextFocusIn {
	0% {
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}

/* Focus In Expand */
.dlFocusInExpand {
	-webkit-animation-name: dlFocusInExpand;
	animation-name: dlFocusInExpand;
}

@-webkit-keyframes dlFocusInExpand {
	0% {
		letter-spacing: -0.5em;
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}

@keyframes dlFocusInExpand {
	0% {
		letter-spacing: -0.5em;
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}

/* Focus In Expand Forword */
.dlFocusInExpandForword {
	-webkit-animation-name: dlFocusInExpandForword;
	animation-name: dlFocusInExpandForword;
}

@-webkit-keyframes dlFocusInExpandForword {
	0% {
		letter-spacing: -0.5em;
		-webkit-transform: translateZ(-800px);
		transform: translateZ(-800px);
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}

@keyframes dlFocusInExpandForword {
	0% {
		letter-spacing: -0.5em;
		-webkit-transform: translateZ(-800px);
		transform: translateZ(-800px);
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}

/* Focus In Contract */
.dlFocusInContract {
	-webkit-animation-name: dlFocusInContract;
	animation-name: dlFocusInContract;
}

@-webkit-keyframes dlFocusInContract {
	0% {
		letter-spacing: 8px;
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}

@keyframes dlFocusInContract {
	0% {
		letter-spacing: 8px;
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}

/* Focus In Contract Back */
.dlFocusInContractBack {
	-webkit-animation-name: dlFocusInContractBack;
	animation-name: dlFocusInContractBack;
}

@-webkit-keyframes dlFocusInContractBack {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(12px);
		transform: translateZ(12px);
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}

@keyframes dlFocusInContractBack {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(12px);
		transform: translateZ(12px);
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}

/* PopUp Effect */
.dlPopUp {
	animation-name: dlPopUp
}
@keyframes dlPopUp {
	0% {
		visibility: hidden;
	}

	50% {
		transform: scale(1.1);
		visibility: visible;
	}
}

/* Clip Text */
@-webkit-keyframes clip-text {
	from {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
	}

	to {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
	}
}

@keyframes clip-text {
	from {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
	}

	to {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
	}
}

/* Text Revealer */
@-webkit-keyframes text-revealer {
	0%, 50% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}

	60%, 100% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	60% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	100% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

@keyframes text-revealer {
	0%, 50% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}

	60%, 100% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	60% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	100% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

/* Text Revealer Vertical */
@-webkit-keyframes text-revealer-vartical {
	0%, 50% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}

	60%, 100% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	60% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	100% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@keyframes text-revealer-vartical {
	0%, 50% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}

	60%, 100% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	60% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	100% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}


/* Char Expand */
@-webkit-keyframes char-expand-fwd {
	0% {
		letter-spacing: -0.5em;
		-webkit-transform: translateZ(-700px);
		transform: translateZ(-700px);
		opacity: 0;
	}

	40% {
		opacity: 0.6;
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes char-expand-fwd {
	0% {
		letter-spacing: -0.5em;
		-webkit-transform: translateZ(-700px);
		transform: translateZ(-700px);
		opacity: 0;
	}

	40% {
		opacity: 0.6;
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

/* === Character Animation === */
.swiper-slide-active .char-top .char {
	-webkit-animation: dlFadeInTop 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
	animation: dlFadeInTop 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
	-webkit-animation-delay: calc(100ms * var(--char-index));
	animation-delay: calc(100ms * var(--char-index));
}

.swiper-slide-active .char-right .char {
	-webkit-animation: dlFadeInRight 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
	animation: dlFadeInRight 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
	-webkit-animation-delay: calc(100ms * var(--char-index));
	animation-delay: calc(100ms * var(--char-index));
}

.swiper-slide-active .char-expand .char {
	-webkit-animation: char-expand-fwd 0.8s cubic-bezier(0.3, 0, 0.7, 1) both;
	animation: char-expand-fwd 0.8s cubic-bezier(0.3, 0, 0.7, 1) both;
	-webkit-animation-delay: calc(100ms * var(--char-index));
	animation-delay: calc(100ms * var(--char-index));
}

.swiper-slide-active .char-bottom .char {
	-webkit-animation: dlFadeInBottom 0.8s cubic-bezier(0.3, 0, 0.7, 1) both;
	animation: dlFadeInBottom 0.8s cubic-bezier(0.3, 0, 0.7, 1) both;
	-webkit-animation-delay: calc(100ms * var(--char-index));
	animation-delay: calc(100ms * var(--char-index));
}

/* === Slider Preloader === */
.swiper-container {
	height: 300px;
}

.slider-preloader {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.slider-preloader .dot-flashing {
	position: relative;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background-color: #fff;
	color: #fff;
	animation: dotFlashing 1s infinite linear alternate;
	animation-delay: .5s;
}

.slider-preloader .dot-flashing::before, 
.slider-preloader .dot-flashing::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
}

.slider-preloader .dot-flashing::before {
	left: -15px;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background-color: #fff;
	color: #fff;
	animation: dotFlashing 1s infinite alternate;
	animation-delay: 0s;
}

.slider-preloader .dot-flashing::after {
	left: 15px;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background-color: #fff;
	color: #fff;
	animation: dotFlashing 1s infinite alternate;
	animation-delay: 1s;
}

@keyframes dotFlashing {
	0% {
		opacity: 1;
	}

	50%, 100% {
		opacity: 0.5;
	}
}

.slider-preloader .dot-flashing, 
.slider-preloader .dot-flashing::before, 
.slider-preloader .dot-flashing::after {
	background-color: #6c7a87;
}

.swiper-initialized,
.swiper-container-initialized {
	height: auto;
}
.swiper-initialized .slider-preloader,
.swiper-container-initialized .slider-preloader {
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s linear;
}