.blog-page{
    overflow: hidden;
}

.blog-page .container{
	position: relative;
}

.blog-page_img{
	position: absolute;
	z-index: 1;
	width: 795px;
	pointer-events: none;
}

@media (min-width: 768px){
	.blog-page_img{
		width: 650px;
	}
}

@media (min-width: 992px){
	.blog-page_img{
		width: 650px;
	}
}

@media (min-width: 1200px){
	.blog-page_img{
		width: 780px;
	}
}

@media (min-width: 1600px){
	.blog-page_img{
		width: 895px;
	}
}

.blog-page_img.blog-page_img--1{
	display: none;
}

@media (min-width: 992px){
	.blog-page_img.blog-page_img--1{
		display: block;
		top: -40px;
		right: -230px;
	}
}

@media (min-width: 1200px){
	.blog-page_img.blog-page_img--1{
		top: 70px;
		right: -100px;
	}
}


.blog-page_img.blog-page_img--2{
	display: none;
}

@media (min-width: 992px){
	.blog-page_img.blog-page_img--2{
		display: block;
		top: 900px;
		left: -160px;
	}
}

@media (min-width: 1200px){
	.blog-page_img.blog-page_img--2{
		top: 1000px;
	}
}

@media (min-width: 1600px){
	.blog-page_img.blog-page_img--2{
		top: 1020px;
	}
}

.blog-page_img.blog-page_img--4{
	left: 50%;
	bottom: -240px;
	transform: translateX(-50%);
}

@media (min-width: 768px){
	.blog-page_img.blog-page_img--4{
		bottom: -160px;
	}
}

@media (min-width: 1200px){
	.blog-page_img.blog-page_img--4{
		bottom: -200px;
	}
}

@media (min-width: 1600px){
	.blog-page_img.blog-page_img--4{
		bottom: -270px;
	}
}

.featured{
	position: relative;
	z-index: 2;
    padding-top: 48px;
    padding-bottom: 40px;
}

@media (min-width: 992px){
	.featured{
		padding-top: 80px;
		padding-bottom: 145px;
	}
}

.featured_title{
    margin-top: 0;
    margin-bottom: 16px;
	color: var(--dark-01);
	font-size: 48px;
	font-weight: 400;
	line-height: 94%;
	text-shadow: 0px 4px 0px #CEC58D;
    text-transform: uppercase;
}

@media (min-width: 768px){
	.featured_title{
		margin-bottom: 24px;
		max-width: 460px;
		font-size: 67px;
		text-shadow: 0px 8px 0px var(--light-06);
	}
}

.featured_text{
    margin-top: 0;
    margin-bottom: 0;
    font-family: "futura-pt";
    font-size: 20px;
	font-weight: 450;
	line-height: normal;
}

@media (min-width: 768px){
	.featured_text{
		max-width: 370px;
		font-size: 24px;
	}
}

.featured_label{
	margin-top: 32px;
	margin-bottom: 16px;
	font-family: "futura-pt";
	font-size: 18px;
	font-weight: 450;
	line-height: normal;
}

@media (min-width: 768px){
	.featured_label{
		margin-top: 48px;
		font-size: 24px;
	}
}

.featured_posts{
    display: flex;
	flex-direction: column;
    align-items: flex-start;
	row-gap: 40px;
}

@media (min-width: 992px){
	.featured_posts{
		flex-direction: row;
		column-gap: 32px;
	}
}

@media (min-width: 1200px){
	.featured_posts{
		column-gap: 125px;
	}
}

@media (min-width: 1600px){
	.featured_posts{
		column-gap: 142px;
	}
}

.featured_posts_side{
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}

@media (min-width: 992px){
	.post.post--main .post_title{
		font-size: 32px;
	}
}

@media (min-width: 992px){
	.post.post--main .post_desc p{
		font-size: 24px;
	}
}

@media (max-width: 991px){
	.card-post{
		align-items: flex-start;
		padding: 0;
		background-color: transparent;
		text-align: left;
	}
}

@media (max-width: 991px){
	.card-post_img{
		margin-bottom: 25px;
		height: auto;
		aspect-ratio: 2/1.25;
		object-fit: cover;
	}
}

.more-posts{
	position: relative;
	z-index: 2;
}

.more-posts_grid{
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}

@media (min-width: 992px){
	.more-posts_grid{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 24px;
		row-gap: 72px;
	}
}

.more-posts .btn{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 190px;
}

@media (min-width: 1200px){
	.more-posts .btn{
		margin-top: 56px;
		width: 230px;
	}
}

.videos{
	position: relative;
	z-index: 2;
	margin-top: 96px;
}

.videos .blog-page_img--5{
	display: none;
	left: -210px;
	bottom: -130px;
	z-index: 1;
}

@media (min-width: 1200px){
	.videos .blog-page_img--5{
		display: block;
	}
}

.videos_title{
	position: relative;
	z-index: 2;
	margin-top: 0;
	margin-bottom: 24px;
	color: var(--dark-01);
	font-size: 48px;
	font-weight: 400;
	line-height: 94%;
	text-shadow: 0px 4px 0px #CEC58D;
	text-transform: uppercase;
}

@media (min-width: 768px){
	.videos_title{
		max-width: 684px;
		font-size: 67px;
		text-shadow: 0px 8px 0px #CEC58D;
	}
}

.videos_grid{
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}

@media (min-width: 992px){
	.videos_grid{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 24px;
	}
}

.videos_wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 16px;
	row-gap: 16px;
}

@media (min-width: 992px){
	.videos_wrapper{
		column-gap: 24px;
		row-gap: 24px;
	}
}

.videos_big iframe,
.videos_small iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 991px){
	.videos_big{
		height: 245px;
	}
}

@media (max-width: 991px){
	.videos_small{
		height: 120px;
	}
}

.find-out{
	position: relative;
	z-index: 2;
	margin-top: 96px;
	padding-bottom: 200px;
}

@media (min-width: 992px){
	.find-out{
		margin-top: 144px;
		padding-bottom: 190px;
	}
}

.find-out_title{
	margin-top: 0;
	margin-bottom: 16px;
	color: var(--dark-01);
	font-size: 48px;
	font-weight: 400;
	line-height: 94%;
	text-shadow: 0px 4px 0px #CEC58D;
	text-transform: uppercase;
}

@media (min-width: 768px){
	.find-out_title{
		margin-bottom: 24px;
		max-width: 588px;
		font-size: 67px;
		text-shadow: 0px 8px 0px #CEC58D;
	}
}

.find-out_text{
	margin-top: 0;
	margin-bottom: 16px;
	font-family: "futura-pt";
	font-size: 20px;
	font-weight: 450;
	line-height: normal;
}

@media (min-width: 768px){
	.find-out_text{
		margin-bottom: 0;
		font-size: 24px;
	}
}

.find-out_swiper{
	overflow: visible;
}

.find-out .arrows{
	display: flex;
	align-items: center;
	column-gap: 16px;
}

@media (min-width: 992px){
	.find-out .arrows{
		column-gap: 24px;
	}
}

@media (min-width: 768px){
	.find-out_swiper .swiper-slide{
		width: 320px;
	}
}

@media (min-width: 992px){
	.find-out_swiper .swiper-slide{
		width: 380px;
	}
}

@media (min-width: 1600px){
	.find-out_swiper .swiper-slide{
		width: 450px;
	}
}

.find-out .swiper-button-next,
.find-out .swiper-button-prev{
	position: static;
	margin: 0;
	color: #FAF7DF;
	width: 48px;
	transition: opacity ease 0.4s;
}

.find-out .swiper-button-prev::after,
.find-out .swiper-button-next::after{
	content: none;
}

.find-out .swiper-button-next .swiper-button_icon,
.find-out .swiper-button-prev .swiper-button_icon{
	width: 48px;
}

.find-out .swiper-button-next{
	left: 80px;
}

.find-out .swiper-button-prev, .find-out .swiper-button-next{
	background-color: transparent !important;
}

.find-out .swiper-button-prev.swiper-button-disabled, .find-out .swiper-button-next.swiper-button-disabled{
	visibility: visible;
}

.find-out .navigations-wrapper{
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}

@media (min-width: 992px){
	.find-out .navigations-wrapper{
		justify-content: flex-start;
		margin-top: 40px;
	}
}

.find-out .pagination{
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 992px){
	.find-out .pagination{
		display: none;
	}
}

.find-out .swiper-pagination{
	position: static;
}

.find-out .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: #E7DEAC;
	opacity: 1;
}

.find-out .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #19372A;
	opacity: 1;
}

.find-out_btn{
	margin-top: 16px;
	margin-bottom: 40px;
	width: 100%;
	max-width: 262px;
}

@media (min-width: 768px){
	.find-out_btn{
		margin-top: 24px;
		margin-bottom: 64px;
	}
}

.find-out_img{
	display: none
}

@media (min-width: 992px){
	.find-out_img{
		display: block;
		position: absolute;
		top: 70px;
		right: -180px;
		width: 500px;
		pointer-events: none;
	}
}

@media (min-width: 1200px){
	.find-out_img{
		top: -40px;
		right: -200px;
		width: 769px;
	}
}

@media (min-width: 1600px){
	.find-out_img{
		right: -260px;
	}
}

/* Instagram Plugin */
.instagram-section{
	position: relative;
	margin-top: 120px;
}

.hand{
	position: absolute;
	top: -100px;
    right: -30px;
    max-width: 150px;
    transform: scaleX(-1);
}

@media (min-width: 768px){
	.hand{
		top: -80px;
		right: -100px;
		max-width: 300px;
	}
}

@media (min-width: 1200px){
	.hand{
		top: 90px;
		left: -120px;
		max-width: 430px;
		transform: none;
	}
}

@media (min-width: 1600px){
	.hand{
		left: -150px;
	}
}

@media (min-width: 1800px){
	.hand{
		left: -260px;
	}
}

.blog-page_img--3{
	right: 50%;
    bottom: -100px;
    transform: translateX(50%);
}

@media (max-width: 767px){
	.blog-page_img--3{
		width: 420px;
	}
}

@media (min-width: 1200px){
	.blog-page_img--3{
		right: -320px;
		bottom: -100px;
		transform: none;
	}
}

.instagram-section_text{
	display: inline-flex;
	flex-direction: column;
	row-gap: 8px;
	margin-top: 0;
	margin-bottom: 42px;
	color: #59805E;
	font-family: "futura-pt";
	font-size: 18px;
	font-weight: 450;
	line-height: normal;
	text-transform: uppercase;
}

@media (min-width: 768px){
	.instagram-section_text{
		display: flex;
		flex-direction: row;
		align-items: center;
		column-gap: 8px;
		margin-bottom: 16px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 920px;
		font-size: 16px;
	}
}

.sk-ww-instagram-location, .zoom-instagram{
	position: relative;
	z-index: 2;
	margin: 0 -24px;
    width: calc(100% + 48px) !important;
	padding: 0;
	background-color: transparent !important;
	border-radius: 0 !important;
}

@media (min-width: 768px){
	.sk-ww-instagram-location, .zoom-instagram{
		margin: 0 auto;
		width: 100%;
		max-width: 920px;
	}
}

@media (min-width: 992px){
	.sk-ww-instagram-location, .zoom-instagram{
		padding: 38px;
		background-color: rgba(239, 233, 199, 0.9) !important;
		box-shadow: 0px 4px 0px 0px #CEB997;
	}
}

.sk-ig-all-posts{
	background-color: #165B3D;
}

.sk-ww-instagram-location .sk-ig-post-hover{
	height: 100% !important;
    width: 100% !important;
    justify-content: center;
    align-items: center;
}

.sk-ww-instagram-location .sk-ww-instagram-location-item:hover .sk-ig-post-hover{
	display: flex !important;
}

.sk-ww-instagram-location .sk-ww-instagram-location-item{
	border-radius: 0 !important;
}

@media (max-width: 767px){
	.sk-ww-instagram-location .sk-ww-instagram-location-item{
		margin: 0 !important;
		width: 33.3% !important;
	}
}

.sk-ig-post-img{
	width: 100%;
	height: auto !important;
	object-fit: cover;
}

.instagram-section .sk-ww-instagram-location .sk-ig-bottom-btn-container{
	display: none !important;
}