/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.5.15,
* Autoprefixer: v10.5.0
* Browsers: last 4 version
*/

section.heroSectionContainer {
    position: relative;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.heroSectionOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 0;
}
.heroSectionOverlay canvas#ditherCanvas {
    position: relative;
    z-index: 0;
}
.heroSectionOverlay img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    inset: 0;
    mix-blend-mode: multiply;
    z-index: 2;
    pointer-events: none;
}

section.heroSectionContainer .scroll-down {
    position: absolute;
    z-index: 3;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: var(--yellow);
}

.heroSectionOverlay::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: rgba(0,0,0,.2);
    z-index: 0;
    opacity: 0;
}

.heroSectionOverlay::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(180deg, rgba(37, 38, 42, 0.10) 54.63%, var(--gray) 88.47%);
    z-index: 1;
    pointer-events: none;
}
.heroSectionInfoWrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    pointer-events: none;
}
.heroSectionInfoWrapper .info-wrap {
    width: 45%;
}
section.heroSectionContainer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.machineryLogo {
    position: absolute;
    left: var(--spaceX);
    bottom: 10rem;
    width: 10rem;
    aspect-ratio: 1 / 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

.machineryLogo img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
body[data-pagetype="singleProject"] section.heroSectionContainer {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media only screen and (max-width: 768px){}
@media only screen and (min-width: 640px) and (max-width: 768px){}
@media only screen and (min-width: 769px) and (max-width: 1199px){}
@media only screen and (min-width: 1200px) and (max-width: 1399px){}
@media only screen and (min-width: 1400px) and (max-width: 1700px){}