body.home {
	background-color: #333;
	height: 100vh;
	display: grid;
	grid-template-rows: auto 1fr auto;
}

body.home #primary {
	width: 100%;
	height: 100%;
	float: none;
	display: flex;
}

body.home article.page {
	display: flex;
	align-items: flex-start;
	margin-inline: auto;
}

body.home .entry-content {
	height: 80vh;
}

body.home .front-col {
	position: absolute;
	transform: scale(0.45);
	transition: all 0.3s ease-in-out;
}

body.home .front-col_left {
	left: -80px;
	top: -10px;
}

body.home .front-col_right {
	right: -90px;
	top: 210px;
}

body.home .front-title {
	position: absolute;
	transition: all 0.8s ease-out;
	font-size: 50px;
}

body.home .front-title a {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.8);
}

body.home .front-col:hover .front-title {
	transform: scale(1.5);
}

body.home .front-title_movie {
	left: 140px;
	bottom: 90px;
	margin: 0;
}

body.home .front-title_impact {
	right: 115px;
	bottom: 90px;
	margin: 0;
}

body.home .wp-block-column {
	margin-inline: 0 !important;
}

body.home .front-logo {
	margin-block-start: 0;
	transform: scale(0.75);
	position: relative;
	top: 310px;
	left: -100px;
}

body.home .log-lin {
	color: white;
	text-transform: uppercase;
	font-size: clamp(1.875rem, 1.3068rem + 2.4242vw, 3.125rem);
	font-style: normal;
	padding: 0;
	position: relative;
	top: 30px;
}

body.home .site-footer {
	padding-block-start: 65px;
}

body.home .site-footer .socials {
	top: 0;
}

@media (min-width: 768px) {
	body.home .front-col_left {
		left: -210px;
		top: -10px;
	}

	body.home .front-col_right {
		right: -200px;
		top: 280px;
	}

	body.home .front-logo {
		transform: none;
		position: relative;
		top: 370px;
		left: 90px;
	}

	body.home .front-title {
		font-size: 60px;
	}

	body.home .front-title_movie {
		left: 310px;
	}

	body.home .front-title_impact {
		right: 295px;
	}
}

@media all and (min-width: 782px) {
	body.home .front-col_left {
		left: 60px;
		top: 10px;
	}

	body.home .front-col_right {
		right: 60px;
		top: 10px;
	}

	body.home .front-col {
		position: relative;
		opacity: 0.3;
		transform: scale(0.7);
	}

	body.home .front-col:hover {
		transform: scale(1);
		opacity: 1;
	}

	body.home .front-logo {
		margin-block-start: 150px;
		transform: none;
		top: 0;
		left: 0;
	}

	body.home article.page {
		align-items: center;
	}

	body.home .entry-content {
		height: 60vh;
	}
	body.home .front-title {
		font-size: 50px;
	}

	body.home .front-title_movie {
		left: 150px;
	}
	body.home .front-title_impact {
		right: 130px;
	}
}

@media (min-width: 1200px) {
	body.home .front-col_left {
		left: 110px;
		top: 10px;
	}

	body.home .front-col_right {
		right: 105px;
		top: 10px;
	}

	body.home .front-title_movie {
		left: 190px;
	}
	body.home .front-title_impact {
		right: 175px;
	}
}
/* .page-impact .site-branding {
	opacity: 1 !important;
} */

/* #impact-menu {
	overflow: visible !important;
} */

.arrow__link a {
	font-weight: 400 !important;
	opacity: 0.75;
	transition: all 0.3s ease !important;
}
.arrow__link a:hover {
	font-weight: 700 !important;
	opacity: 1;
}

.page-impact .logo-video {
	background: url('img/logo_catlike-impact.png') center center/ contain
		no-repeat;
}
.page-movie .logo-video {
	background: url('img/logo_catlike-movie.png') center center / contain
		no-repeat;
}

.page-impact .entry-content {
	width: calc(100% - 3vw);
	max-width: 1100px;
	margin-block: 3vh;
	margin-inline: auto;
}

#impact-menu a {
	transition: color 0.5s ease;
	font-weight: 700;
	/* color: rgba(0, 0, 0, 0.6); */
	color: #fff;
}

@media screen and (min-width: 568px) {
	#impact-menu a {
		font-size: 1rem;
		line-height: 1.3;
	}
}

@media screen and (min-width: 768px) {
	#impact-menu a {
		font-size: 1.125rem;
		line-height: 1.3;
	}
}

@media screen and (min-width: 1025px) {
	#impact-menu a {
		font-size: 1.25rem;
		line-height: 1.5;
	}
}

#impact-menu a.skrolled {
	color: rgba(0, 0, 0, 0.6);
	/* color: #fff; */
}

@media all and (min-width: 64em) {
	#impact-menu a.skrolled {
		color: #333;
	}
}

#impact-menu .sub-menu {
	transition: all 0.3s ease;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 51px;
	padding: 0;
	margin: 0;
	border-radius: 2px;
}

#impact-menu .sub-menu > li {
	float: none;
	margin: 0;
	padding: 0;
}

#impact-menu .sub-menu > li a {
	transition: all 0.3s ease;
	/* color: rgba(0, 0, 0, 0.6); */
	color: #fff;
	padding: 10px 15px;
	text-align-last: left;
	/* border-left: 2px solid rgba(0, 0, 0, 0.6); */
	border-left: 2px solid #fff;
	background: 0 0;
}

@media screen and (min-width: 568px) {
	#impact-menu .sub-menu > li a {
		font-size: 0.875rem;
		line-height: 1.3;
	}
}

@media screen and (min-width: 1025px) {
	#impact-menu .sub-menu > li a {
		font-size: 1rem;
		line-height: 1.5;
	}
}

#impact-menu .sub-menu > li a:active,
#impact-menu .sub-menu > li a:focus,
#impact-menu .sub-menu > li a:hover {
	color: #333;
}

@media all and (min-width: 64em) {
	#impact-menu .sub-menu > li a.skrolled {
		color: rgba(0, 0, 0, 0.6);
		background: #fff;
		border-left: 2px solid rgba(0, 0, 0, 0.6);
	}
}

@media all and (max-width: 63.9375em) {
	#impact-menu .sub-menu {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		position: relative;
		max-height: none;
		width: 50%;
		top: 10px;
		margin: 0 auto;
	}
}

#impact-menu li:focus .sub-menu,
#impact-menu li:hover .sub-menu {
	max-height: 400px;
}

@media all and (min-width: 64em) {
	#impact-menu {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		margin-right: 20px;
	}

	#impact-menu > li {
		display: block;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}

	#impact-menu > li:first-child {
		margin-left: 0;
		padding-left: 0;
	}

	#impact-menu > li:last-child {
		margin-right: 0;
		padding-right: 0;
	}
}

@media all and (min-width: 75em) {
	#impact-menu {
		margin-right: 0;
	}
}

@media all and (max-width: );
