.block-hero {
position: relative;
text-align: center;
}
.block-hero .hero-image {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.block-hero .hero-image.logo-bg {
right: calc(50% + 8.333rem);
top: 2.944rem;
}
.block-hero .hero-image.logo-bg img {
width: auto;
height: auto;
float: right;
}
.block-hero.subpage .hero-image:after {
background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 14.18%, rgba(0, 0, 0, 0) 103.09%);
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.block-hero .hero-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.block-hero:not(.subpage) img {
object-position: center top;
}
.block-hero .hero-wrapper {
position: relative;
}
.block-hero:not(.subpage) .hero-wrapper {
padding: 9.278rem 0 5rem;
}
.block-hero.subpage .hero-wrapper {
padding: 14.444rem 0 2.944rem;
}
.block-hero .logo {
margin-bottom: 4.608rem;
}
.block-hero h1, .block-hero h2, .block-hero h3, .block-hero h4, .block-hero h5, .block-hero h6,
.block-hero .h1, .block-hero .h2, .block-hero .h3, .block-hero .h4, .block-hero .h5, .block-hero .h6 {
margin: 0;
}
.block-hero h1 > span {
display: block;
}
.block-hero.subpage .title {
font-weight: var(--font-weight-extra-bold);
}
.block-hero .subtitle {
margin-top: 0.278rem;
font-weight: var(--font-weight-medium);
}
@media only screen and (min-width: 992px) {
.block-hero .subtitle {
font-size: 2.722rem;
}
}
.block-hero .slogan {
position: relative;
margin-top: 1.167rem;
width: 33.778rem;
text-align: center;
}
.block-hero.subpage .slogan {
margin-top: 0.444rem;
}
.block-hero .slogan:before {
content: "";
background: var(--color-primary);
width: 100%;
height: 0.056rem;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.block-hero .slogan .btn {
cursor: text;
position: relative;
line-height: 1.889rem;
border: none;
padding: 0 1.111rem;
user-select: auto;
}
.block-hero .slogan .btn:hover {
color: var(--bs-btn-color);
background: var(--bs-btn-bg);
} @media only screen and (max-width: 767px) {
.block-hero .container {
padding: 0;
}
.block-hero .hero-image.logo-bg {
display: none;
}
.block-hero:not(.subpage) img {
object-position: 75% top;
}
.block-hero:not(.subpage) .hero-wrapper {
padding: 8.933rem 0 2.075rem;
}
.block-hero .logo {
margin-bottom: 1.408rem;
}
.block-hero .logo img {
height: 12.059rem;
}
.block-hero h1 {
font-size: var(--font-size-h2-mobile);
line-height: var(--line-height-h2-mobile);
}
.block-hero .subtitle {
font-size: 1.617rem;
line-height: 1.98rem;
}
.block-hero .slogan {
margin-top: 0.835rem;
width: 22.216rem;
}
.block-hero .slogan .btn {
line-height: 1.756rem;
padding: 0 0.977rem;
font-size: 1.085rem;
} .block-hero.subpage .hero-wrapper {
padding: 20.133rem 0 2.379rem;
}
.block-hero.subpage .title {
font-size: 2.533rem;
line-height: 2.667rem;
}
.block-hero.subpage .slogan {
margin-top: 0.731rem;
}
}.block-text {
padding: 6.444rem 0 5.389rem;
}
.block-text .txt-img-text {
margin-top: 3.167rem;
}
.block-text .btn {
margin-top: 2.722rem;
} @media only screen and (max-width: 767px) {
.block-text {
padding: 3.733rem 0 5.8rem;
}
.block-text .txt-img-text {
margin-top: 1.627rem;
}
.block-text .btn {
margin-top: 3.867rem;
}
}.block-media-with-parallax {
position: relative;
height: 33.444rem;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
padding: 3rem 0;
}
.block-media-with-parallax.ceWithImg {
height: 35.389rem;
}
.block-media-with-parallax.titletop {
justify-content: flex-start;
padding-top: 9.5rem;
}
.block-media-with-parallax.titlemoreTop {
justify-content: flex-start;
padding-top: 5.333rem;
}
.block-media-with-parallax .media-with-parallax {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: -1;
will-change: transform;
}
.block-media-with-parallax .media-with-parallax .media {
object-fit: cover;
width: 100%;
height: 100vh;
mix-blend-mode: multiply;
}
.block-media-with-parallax .media-with-parallax-wrapper {
position: relative;
}
.block-media-with-parallax .title {
margin: 0;
}
.block-media-with-parallax.titlemiddle .title {
margin: 1.111rem 0 0;
} @media only screen and (max-width: 767px) {
.block-media-with-parallax {
height: 30.933rem;
justify-content: flex-start;
padding: 4.867rem 0 3.6rem !important;
}
.block-media-with-parallax.ceWithImg {
height: 31.067rem;
}
.block-media-with-parallax.titlemiddle .title {
margin: 0;
}
}