.hero-section-without-button {
position: relative;
}
.hero-section-without-button #breadcrumbs {
width: 100%;
position: absolute;
top: 80px;
left: 0;
z-index: 10;
}
@media screen and (max-width: 890px) {
.hero-section-without-button #breadcrumbs {
top: 0;
}
}
.hero-section-without-button #breadcrumbs .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 3rem 2.5rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2rem;
-ms-flex-item-align: stretch;
align-self: stretch;
max-width: 125rem;
}
@media screen and (max-width: 600px) {
.hero-section-without-button #breadcrumbs .container {
padding: 3rem 1.5rem;
}
}
.hero-section-without-button #breadcrumbs li {
color: #fff;
text-align: center;
font-size: clamp(1.4rem, 1.6vw, 1.6rem);
font-style: normal;
line-height: normal;
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
text-shadow: 0 0 16px rgba(0, 0, 0, 0.77);
list-style: none !important;
}
.hero-section-without-button #breadcrumbs li::marker {
content: none !important;
}
.hero-section-without-button #breadcrumbs li svg {
-webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.77));
filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.77));
}
.hero-section-without-button #breadcrumbs li a {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-shadow: inherit;
color: #fff;
}
.hero-section-without-button #breadcrumbs li a svg {
-webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.77));
filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.77));
width: auto;
height: 1em;
vertical-align: middle;
}
.hero-section-without-button #breadcrumbs li a svg path {
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hero-section-without-button #breadcrumbs li a:hover {
color: #1bbbe9;
}
.hero-section-without-button #breadcrumbs li a:hover svg path {
fill: #1bbbe9;
}
.hero-section-without-button .hero-section {
position: relative;
min-height: 79.1rem;
width: 100vw;
overflow: hidden;
}
.hero-section-without-button .hero-slider {
width: 100%;
height: 100%;
position: relative;
top: 0;
left: 0;
}
.hero-section-without-button .hero-slider__background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.hero-section-without-button .hero-slider__background img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50%;
object-position: 50%;
aspect-ratio: auto 1920/558;
}
.hero-section-without-button .hero-slider__background::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(42, 77, 111, 0)), color-stop(50%, rgba(42, 77, 111, 0.5)));
background: linear-gradient(270deg, rgba(42, 77, 111, 0) 25%, rgba(42, 77, 111, 0.5) 50%);
}
.hero-section-without-button .hero-slider .swiper-slide {
position: relative;
height: 100%;
opacity: 0;
-webkit-transition: opacity 1.5s ease;
transition: opacity 1.5s ease;
}
.hero-section-without-button .hero-slider .swiper-slide.swiper-slide-active {
opacity: 1;
}
.hero-section-without-button .hero-slider .container {
position: relative;
z-index: 2;
height: 100%;
}
.hero-section-without-button .hero-slider .swiper-pagination {
position: absolute;
bottom: 4rem;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 2;
}
.hero-section-without-button .hero-slider .swiper-pagination-bullet {
width: 1rem;
height: 1rem;
background: rgba(255, 255, 255, 0.5);
opacity: 1;
margin: 0 0.5rem;
}
.hero-section-without-button .hero-slider .swiper-pagination-bullet-active {
background: #fff;
}
.hero-section-without-button .hero-section-without-button__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-item-align: stretch;
align-self: stretch;
padding-top: var(--headerHeight);
position: relative;
z-index: 2;
height: 100%;
}
@media screen and (max-width: 890px) {
.hero-section-without-button .hero-section-without-button__content {
padding-top: 50px;
}
}
.hero-section-without-button .hero-section-without-button__content-header {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: clamp(6rem, 8vw, 15rem) 0rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(2rem, 8vw, 10rem);
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
.hero-section-without-button .hero-section-without-button__content-header.row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.hero-section-without-button .hero-section-without-button__content-header .title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: clamp(2rem, 3vw, 4rem);
-ms-flex-item-align: stretch;
align-self: stretch;
max-width: 100%;
}
.hero-section-without-button .hero-section-without-button__content-header .title h1,
.hero-section-without-button .hero-section-without-button__content-header .title .subheader {
color: #fff;
max-width: 100%;
}
@media screen and (max-width: 640px) {
.hero-section-without-button .hero-section-without-button__content-header .title h1 {
font-size: 4rem;
line-height: normal;
}
.hero-section-without-button .hero-section-without-button__content-header .title .subheader {
font-size: 2rem;
line-height: 1.2;
}
}