.hero_home-layout {
	position: relative;
	color: #ffffff;
	overflow: hidden;
	min-height: calc(100vh - 0px);
	display: flex;
	flex-direction: column;
}

.flex-layout.hero_home-layout{
  position: relative;
}

.flex-layout.hero_home-layout:after {
  content: '';
  display: block;
  background: rgba(49, 32, 25, 0.10);
  backdrop-filter: blur(16px);
  position: absolute;
  bottom:0;
  left:0;
  max-height: 85px;
  height: 100%;
  width:100%;
  z-index: 2;
}

.hero_home-bottom-inner.hero-bottom-slider {
  padding-bottom: 1.5rem;
}

.hero_home-layout .hero-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.hero_home-layout .hero-bg-vid {
	object-fit: unset;
	pointer-events: none;
}

.hero_home-layout video.hero-bg-vid,
.hero_home-layout .hero-bg-vid iframe {
	position: absolute;
	/* inset: 0; */
	width: 100%;
	height: 100%;
	border: 0;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%); object-fit: cover;
}

.hero_home-layout .hero-bg-vid iframe {
	@media (min-aspect-ratio: 16/9) {
      height: 56.25vw
    }

    @media (max-aspect-ratio: 16/9) {
      width: 177.78vh
    }
}

.hero_home-layout::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	/* background: rgba(0, 0, 0, 0.2); */
	background: linear-gradient(256deg, rgba(0, 0, 0, 0.00) 40.05%, rgba(0, 0, 0, 0.50) 70.96%), rgba(16, 56, 59, 0.20);
	
}

.hero_home-arch {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.hero_home-content {
	position: relative;
	z-index: 10;
	flex: 1;
	display: flex;
	align-items: center;
}

.hero_home-content .pk-row {
	padding-bottom: 3rem;
	width: 100%;
}

.hero_home-supertitle {
	line-height: 1.4;
	margin-bottom: 0.75rem;
	opacity: 0.85;
	letter-spacing: 0.01em;
}

.hero_home-title {
	margin-bottom: 2rem;
}

.hero_home-title h1,
.hero_home-title h2,
.hero_home-title h3,
.hero_home-title p {
	color: #ffffff;
	line-height: 1.1;
	margin: 0;
}

.hero_home-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}

.hero_home-btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 0.625rem;
	background: var(--Rust, #8C3E12);
	color: #ffffff;
	padding: 19px 32px;
	border-radius: 1000px;
	text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
	line-height: 1;
}

.hero_home-btn-primary:hover,
.hero_home-btn-primary:focus,
.hero_home-btn-primary:active{
background: var(--Rust, #8C3E12);
}

.hero_home-btn-primary svg{
	  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.hero_home-btn-primary:hover svg,
.hero_home-btn-primary:active svg,
.hero_home-btn-primary:focus svg{
	transform:translateX(5px);
}


.hero_home-btn-ghost {
	display: inline-flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(5px);
	color: #ffffff;
	padding: 19px 32px;
	border-radius: 1000px;
	text-decoration: none;
	transition: all 0.25s ease, border-color 0.25s ease;
	line-height: 1;
	letter-spacing: -0.36px;
}

.hero_home-btn-ghost:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.6);
}

.hero_home-bottom {
	position: relative;
	z-index: 10;
}

.hero_home-bottom .pk-row {
	padding-block: 0;
}

.hero_home-bottom-inner {
	display: flex;
	align-items: center;
	gap: 2.5rem;
	padding: 1rem 0;
	flex-wrap: wrap; justify-content: space-between;
}

.hero_home-rating {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-shrink: 0;
}

.hero_home-stars {
	display: flex;
	gap: 2px;
}

.hero_home-rating-text {
	white-space: nowrap;
}

.hero_home-usp {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	opacity: 0.9;
}

.hero_home-usp svg {
	flex-shrink: 0;
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	.hero_home-layout {
	min-height: calc(100vh - 45px);
	}

	.hero_home-inner {
		max-width: 100%;
	}

	.hero_home-bottom-inner {
		gap: 1rem;
	}

	.hero_home-usp:last-child {
		display: none;
	}
	.hero_home-buttons{
		flex-wrap: wrap;
	}
	.hero_home-buttons a{
        flex: 1;
        min-width: fit-content;
        flex-shrink: 1;
    }
}

@media screen and (max-width: 480px) {
	.hero_home-buttons {
		flex-direction: column;
		align-items: flex-start;
	}
}




.hero-bottom-slider .hero_home-usp {
	display: flex;
}

@media screen and (max-width: 1239px) {
	.hero_home-bottom-inner.hero-bottom-slider {
		position: relative;
		height: 56px;
		gap: 0;
		overflow: hidden;
		justify-content: center;
		padding-bottom: 4rem;;
	}

	.hero-bottom-slider .hero-slide-item {
		position: absolute;
		inset: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0;
		transition: opacity 0.6s ease;
		pointer-events: none;
	}

	.hero-bottom-slider .hero-slide-item.is-active {
		opacity: 1;
		pointer-events: auto;
	}
}

