@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}

.articleOvrlap {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background-image: url(images/bg.png);
	background-size: cover;
	background-position: center;
	position: relative;
}

@media (max-width:1025px) {
	.articleOvrlap {
		padding-top: 0;
		padding-bottom: 5.5rem;
	}
}

@media (max-width:767px) {
	.articleOvrlap { padding-bottom: 4rem; }
}

.articleOvrlap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/article-overlap-bg.png);
	background-size: cover;
	background-position: center;
	opacity: .34;
	background-color: #fae7e0;
}

.articleOvrlap.light-blue::before {
	opacity: 1;
	background-image: none;
	background-color: #ddeaed;
}

.articleOvrlap.light-blue::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/block-bg-2-texture.png);
	background-size: cover;
	background-position: center;
	opacity: .34;
}

.articleOvrlap.light-blue .container {
	position: relative;
	z-index: 1;
}

.articleOvrlap.light-orange::before {
	opacity: 1;
	background-image: none;
	background-color: rgba(224,94,47,.15);
}

.articleOvrlap.light-orange::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/block-bg-2-texture.png);
	background-size: cover;
	background-position: center;
	opacity: .34;
}

.articleOvrlap.light-orange .container {
	position: relative;
	z-index: 1;
}

.articleOvrlap.white::before {
	opacity: 1;
	background-color: #fafaf5;
	background-image: url(images/article-overlap-bg-3.png);
}

.articleOvrlap.light-blue a.articleOvrlap__textWrapper .articleOvrlap__description *,.articleOvrlap.light-blue a.articleOvrlap__textWrapper a,.articleOvrlap.light-blue a.articleOvrlap__textWrapper h2,.articleOvrlap.light-blue a.articleOvrlap__textWrapper h5,.articleOvrlap.light-orange a.articleOvrlap__textWrapper .articleOvrlap__description *,.articleOvrlap.light-orange a.articleOvrlap__textWrapper a,.articleOvrlap.light-orange a.articleOvrlap__textWrapper h2,.articleOvrlap.light-orange a.articleOvrlap__textWrapper h5,.articleOvrlap.white a.articleOvrlap__textWrapper .articleOvrlap__description *,.articleOvrlap.white a.articleOvrlap__textWrapper a,.articleOvrlap.white a.articleOvrlap__textWrapper h2,.articleOvrlap.white a.articleOvrlap__textWrapper h5 { transition: .3s ease-out; }
.articleOvrlap.light-blue .articleOvrlap__title,.articleOvrlap.light-orange .articleOvrlap__title,.articleOvrlap.white .articleOvrlap__title { color: #fff; }

@media (max-width:767px) {
	.articleOvrlap.light-blue .articleOvrlap__title,.articleOvrlap.light-orange .articleOvrlap__title,.articleOvrlap.white .articleOvrlap__title { color: #e4e4d4; }
}

.articleOvrlap.green::before {
	opacity: 1;
	background-image: none;
	background-color: #16322d;
}

.articleOvrlap.green::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/block-bg-2-texture.png);
	background-size: cover;
	background-position: center;
	opacity: .34;
}

.articleOvrlap.green .container {
	position: relative;
	z-index: 1;
}

@media (max-width:1025px) {
	.articleOvrlap.green .container { padding: 0 5rem!important; }
}

@media (max-width:767px) {
	.articleOvrlap.green .container { padding: 0 1.25rem!important; }
}

.articleOvrlap.green h2 { color: #fff; }
.articleOvrlap.green .articleOvrlap__maindescription * { color: #fff; }
.articleOvrlap.green .articleOvrlap__textWrapper { background-color: #fff; }

.articleOvrlap.green .articleOvrlap__textWrapper .articleOvrlap__description *,.articleOvrlap.green .articleOvrlap__textWrapper a,.articleOvrlap.green .articleOvrlap__textWrapper h2,.articleOvrlap.green .articleOvrlap__textWrapper h5 {
	color: #16322d;
	transition: .3s ease-out;
}

.articleOvrlap.green .articleOvrlap__textWrapper a:hover { color: #16322d; }
.articleOvrlap.green .articleOvrlap__button { margin-top: 2rem; }
.articleOvrlap.green .articleOvrlap__button .btn { background-color: #16322d!important; }
.articleOvrlap.green .articleOvrlap__button .btn:hover { color: #fff!important; }
.articleOvrlap.green .articleOvrlap__controls .swiper-button-next,.articleOvrlap.green .articleOvrlap__controls .swiper-button-prev { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='33' viewBox='0 0 60 33' fill='none'%3E%3Cpath d='M1.5 17H58.5L44.0509 31' stroke='%23E4E4D4' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 17H58.5L44.0509 2' stroke='%23E4E4D4' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.articleOvrlap.imageBlock--left .container { padding: 0 5rem 0 0; }

@media (max-width:1025px) {
	.articleOvrlap.imageBlock--left .container { padding: 0 1.5rem; }
}

@media (max-width:767px) {
	.articleOvrlap.imageBlock--left .container { padding: 0 1.25rem; }
}

.articleOvrlap.imageBlock--left .articleOvrlap__bottom,.articleOvrlap.imageBlock--left .articleOvrlap__top { padding-left: 5rem; }

@media (max-width:1025px) {
	.articleOvrlap.imageBlock--left .articleOvrlap__bottom,.articleOvrlap.imageBlock--left .articleOvrlap__top { padding-left: 0!important; }
}

.articleOvrlap.imageBlock--left .credit { left: 7rem; }

.articleOvrlap.imageBlock--right .articleOvrlap__image {
	margin-left: auto!important;
	margin-right: -5rem;
	border-radius: 1rem;
}

@media (max-width:1920px) {
	.articleOvrlap.imageBlock--right .articleOvrlap__image { border-radius: 1rem; }
}

@media (max-width:1025px) {
	.articleOvrlap.imageBlock--right .articleOvrlap__image {
		border-radius: 0;
		margin-left: -1.1875rem;
		margin-right: -1.25rem;
		width: calc(100% + 2.4375rem);
		height: auto;
	}
}

@media (max-width:767px) {
	.articleOvrlap.imageBlock--right .articleOvrlap__image {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

.articleOvrlap.imageBlock--right .articleOvrlap__textWrapper {
	right: auto;
	left: 0;
}

@media (max-width:1025px) {
	.articleOvrlap--1 { padding-top: 5rem; }
}

.articleOvrlap--1 .articleOvrlap__button { margin-top: 2rem; }

.articleOvrlap--1 .articleOvrlap__image {
	margin-right: 0!important;
	margin-left: 0!important;
	height: 43rem;
}

.articleOvrlap--1 .articleOvrlap__image img, .articleOvrlap--1 .articleOvrlap__image picture { height: 43rem; }
@media (max-width: 767px) {
	.articleOvrlap--1 .articleOvrlap__image img, .articleOvrlap--1 .articleOvrlap__image picture {
		height: auto;
		border-radius: 1rem;
		aspect-ratio: 0.75;
	}
}

@media (max-width:1025px) {
	.articleOvrlap--1 .articleOvrlap__image img, .articleOvrlap--1 .articleOvrlap__image picture { min-height: auto; }
}

.articleOvrlap--1 .articleOvrlap__textWrapper { width: 52%; }

@media (max-width:1025px) {
	.articleOvrlap--1 .articleOvrlap__textWrapper {
		width: 90%;
		margin-inline: auto;
		margin-bottom: 1rem;
	}
}

@media (max-width:1025px) {
	.articleOvrlap--1 .swiper-slide {
		border-radius: 1rem;
		overflow: hidden;
	}
}

.articleOvrlap--1 .articleOvrlap__controls {
	display: flex;
	gap: 1.69rem;
	justify-content: center;
}

.articleOvrlap--1 .articleOvrlap__controls .swiper-button-next,.articleOvrlap--1 .articleOvrlap__controls .swiper-button-prev {
	transition: opacity .3s ease-in-out;
	width: 3.5625rem;
	height: 1.8125rem;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='31' viewBox='0 0 59 31' fill='none'%3E%3Cpath d='M1 16H58L43.5509 30' stroke='%2316322D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 16H58L43.5509 1' stroke='%2316322D' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.articleOvrlap--1 .articleOvrlap__controls .swiper-button-prev { transform: rotate(180deg); }
.articleOvrlap--1 .articleOvrlap__controls .swiper-button-disabled { opacity: .2; }

.articleOvrlap__top {
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4rem;
	position: relative;
	padding-right: 5rem!important;
}

@media (min-width:1920px) {
	.articleOvrlap__top { padding-right: 0!important; }
}

@media (max-width:1025px) {
	.articleOvrlap__top { padding-right: 0!important; }
}

@media (max-width:767px) {
	.articleOvrlap__top {
		flex-direction: column;
		margin-bottom: 4rem;
	}
}

.articleOvrlap__top h2 {
	font-size: 3.5rem;
	color: #16322d;
}

.articleOvrlap__maindescription * { color: #16322d; }

.articleOvrlap__bottom {
	margin-top: 1rem;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	align-items: center;
	padding-right: 5rem!important;
}

@media (min-width:1920px) {
	.articleOvrlap__bottom { padding-right: 0!important; }
}

@media (max-width:1025px) {
	.articleOvrlap__bottom { padding-right: 0!important; }
}

.articleOvrlap__bottom .btn { z-index: 10; }

@media (max-width:767px) {
	.articleOvrlap__bottom {
		gap: 3rem;
		flex-direction: column;
	}
}

.articleOvrlap .container { padding: 0 0 0 5rem; }

@media (max-width:1025px) {
	.articleOvrlap .container {
		padding-left: 1.1875rem;
		padding-right: 1.25rem;
	}
}

.articleOvrlap__content { position: relative; }

.articleOvrlap__image {
	display: flex;
	margin-left: -5rem;
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
	width: 67rem;
	max-height: 80dvh;
}

.articleOvrlap__image img, .articleOvrlap__image picture {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 767px) {
	.articleOvrlap__image img, .articleOvrlap__image picture {
		aspect-ratio: 0.75;
		border-radius: 1rem 1rem 0 0;
	}
}

@media (max-width:1920px) {
	.articleOvrlap__image { border-radius: 1rem; }
}

@media (max-width:1025px) {
	.articleOvrlap__image {
		position: relative;
		margin-left: -1.1875rem;
		margin-right: -1.25rem;
		width: calc(100% + 2.4375rem);
		border-radius: 0;
	}
	
	.articleOvrlap__image .credit { display: none; }
	
	.articleOvrlap__image::before {
		content: "";
		display: block;
		padding-bottom: 82.4%;
	}
	
	.articleOvrlap__image img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
}

@media (max-width:767px) {
	.articleOvrlap__image {
		max-height: 27rem;
		border-radius: 1rem;
	}
	.articleOvrlap__image::before { padding-bottom: 0; }
}

.articleOvrlap__textWrapper {
	position: absolute;
	padding: 8.4375rem 5.875rem;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 52%;
	background: #16322d;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

@media (max-width:1025px) {
	.articleOvrlap__textWrapper {
		min-height: auto;
		width: 100%;
		padding: 2rem;
		border-radius: .5rem;
		transform: none;
		margin-top: -7.5rem;
		position: relative;
	}
}

.articleOvrlap__prehead {
	margin-bottom: 1rem;
	color: #fff;
}

@media (max-width:1025px) {
	.articleOvrlap__prehead { margin-bottom: .5rem; }
}

.articleOvrlap__title {
	color: #e4e4d4;
	margin-bottom: 1rem;
	max-width: 90.163%;
	font-weight: 700;
	letter-spacing: 0;
}

@media (max-width:1025px) {
	.articleOvrlap__title {
		margin-bottom: .5rem;
		line-height: 1.25;
	}
	
	.articleOvrlap__title.sm { font-size: 2rem; }
}

.articleOvrlap__description {
	color: #fff;
	max-width: 90.163%;
}

@media (max-width:1025px) {
	.articleOvrlap__description { max-width: 100%; }
	.articleOvrlap__description>* { font-size: 1rem; }
}

.articleOvrlap__description a { display: inline; }
.articleOvrlap__button { margin-top: 4.09375rem; }

@media (max-width:1025px) {
	.articleOvrlap__button { margin-top: 2.25rem; }
}

.articleOvrlap__button .btn {
	padding-left: 2rem;
	padding-right: 2rem;
	background-color: transparent;
	border: 1px solid #fff;
}

.articleOvrlap__button .btn:hover {
	background-color: #fff;
	color: #16322d;
}
