@charset "utf-8";
.latest_image {
	padding: 0 0 var(--down-offset);
}
.latest_image .swiper-slide {
	position: relative;
}
.latest_image .swiper-slide .txt-wrap {
	font-size: var(--default-font-size);
}
.latest_image .swiper-slide .txt-wrap * {
	opacity: 1;
}
.latest_image .swiper-slide .txt-wrap .txt-1 {
	font-size: 1.95em;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	padding: 25px 0 0;
}
.latest_image .swiper-slide .txt-wrap .txt-2 {
	font-size: 1.23em;
	letter-spacing: 0;
	line-height: 170%;
	padding: 10px 0 27px;
}
@media (max-width: 1100px) {
	.latest_image .swiper-slide .txt-wrap {
		font-size: var(--default-tablet-font-size);
	}
}
@media (max-width: 769px) {
	.latest_image {
		padding: 0;
	}
	.latest_image .swiper-slide.down {
		transform: translateY(0);
	}
}
@media (max-width: 640px) {
	.latest_image .swiper-slide .txt-wrap {
		font-size: var(--default-mobile-font-size);
	}
}
@media (max-width: 480px) {
	.latest_image .swiper-slide .txt-wrap .txt-1 {
		font-size: 1.5em;
	}
	.latest_image .swiper-slide .txt-wrap .txt-2 {
		font-size: 1.1em;
	}
}
@media (max-width: 360px) {
	.latest_image .swiper-slide .txt-wrap .txt-1 {
		font-size: 1.3em;
	}
	.latest_image .swiper-slide .txt-wrap .txt-2 {
		font-size: 0.9em;
	}
}