.l-project__top {
  min-height: 35vw;
  background-color: lightgrey;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 74.99em) {
  .l-project__top {
    min-height: 40vw;
  }
}

@media (max-width: 61.99em) {
  .l-project__top {
    min-height: 45vw;
  }
}

@media (max-width: 47.99em) {
  .l-project__top {
    min-height: 50vw;
  }
}

@media (max-width: 35.99em) {
  .l-project__top {
    min-height: 300px;
  }
}

.l-project__header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-image: url("/plugins/ssi/projects/assets/images/project/sub-_h1-bar.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.l-project__header img {
  max-width: 400px;
  width: 18vw;
  position: absolute;
  bottom: 30%;
  right: 0;
}

@media (max-width: 35.99em) {
  .l-project__header img {
    display: none;
  }
}

.l-project__header h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "BebasNeue", serif;
  font-size: 4.5rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  max-width: calc(100% - 20vw);
  line-height: 1.1;
}

@media (max-width: 93.74em) {
  .l-project__header h1 {
    font-size: 3rem;
  }
}

@media (max-width: 74.99em) {
  .l-project__header h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 35.99em) {
  .l-project__header h1 {
    max-width: unset;
    font-size: 2rem;
  }
}

.l-project__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 430px;
      grid-template-columns: auto 430px;
  grid-gap: 5rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media (max-width: 93.74em) {
  .l-project__info {
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
  }
}

@media (max-width: 74.99em) {
  .l-project__info {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-width: 35.99em) {
  .l-project__info {
    margin-top: 3rem;
  }
}

.l-project__map {
  width: 100%;
  min-height: 450px;
  background-color: #d5c0a2;
}

@media (max-width: 93.74em) {
  .l-project__map {
    min-height: 400px;
  }
}

@media (max-width: 35.99em) {
  .l-project__map {
    min-height: 300px;
  }
}

.l-project__hr {
  height: 3px;
  background-color: #a62536;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.l-project__heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-size: 3.1rem;
  font-family: "BebasNeue", serif;
}

@media (max-width: 93.74em) {
  .l-project__heading {
    font-size: 2.4rem;
  }
}

.l-project__heading--white {
  color: #ffffff;
}

.l-project__heading--red {
  color: #a62536;
}

.l-project__box {
  background-color: #1a2a3b;
  position: relative;
  padding: 150px 100px;
  margin-left: calc(8vw - 35px);
  margin-right: calc(8vw - 35px);
}

@media (max-width: 93.74em) {
  .l-project__box {
    padding: 5rem 5rem;
    margin-left: 75px;
    margin-right: 75px;
  }
}

@media (max-width: 74.99em) {
  .l-project__box {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (max-width: 61.99em) {
  .l-project__box {
    padding: 8rem 3rem 5rem 3rem;
  }
}

@media (max-width: 47.99em) {
  .l-project__box {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 35.99em) {
  .l-project__box {
    padding: 2rem 1rem;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.l-project__frame {
  position: absolute;
}

@media (max-width: 35.99em) {
  .l-project__frame {
    display: none;
  }
}

.l-project__frame--top, .l-project__frame--bottom {
  width: 100%;
}

.l-project__frame--top svg, .l-project__frame--bottom svg {
  height: auto;
  width: 100%;
}

.l-project__frame--top {
  top: -10px;
  left: 0;
}

.l-project__frame--bottom {
  bottom: -10px;
  left: 0;
}

.l-project__frame--left, .l-project__frame--right {
  height: 100%;
}

.l-project__frame--left svg, .l-project__frame--right svg {
  height: 100%;
  width: auto;
  max-width: unset;
}

.l-project__frame--left {
  top: 0;
  left: -1px;
}

.l-project__frame--right {
  top: 0;
  right: -1px;
}

.l-project__bottle {
  max-width: 20vw;
  position: absolute;
  left: -2vw;
  top: 100px;
}

@media (max-width: 93.74em) {
  .l-project__bottle {
    top: 3rem;
  }
}

@media (max-width: 61.99em) {
  .l-project__bottle {
    top: -7vw;
  }
}

@media (max-width: 47.99em) {
  .l-project__bottle {
    max-width: 27vw;
    top: -10vw;
  }
}

@media (max-width: 35.99em) {
  .l-project__bottle {
    display: none;
  }
}

.l-project__gallery-wrapper h2 {
  text-align: center;
}

.l-project__gallery {
  width: 100%;
  padding-left: calc(16vw + 3rem);
  position: relative;
  z-index: 1;
}

@media (max-width: 61.99em) {
  .l-project__gallery {
    padding-left: 0;
  }
}

.l-project__gallery .slick-slide {
  margin: 0 10px;
}

@media (max-width: 35.99em) {
  .l-project__gallery .slick-slide {
    margin: 0;
  }
}

.l-project__gallery .slick-list {
  margin: 0 -10px;
}

@media (max-width: 35.99em) {
  .l-project__gallery .slick-list {
    margin: 0;
  }
}

.l-project__arrow {
  position: absolute;
  top: calc(50% - 29px);
  z-index: 2;
  cursor: pointer;
}

@media (max-width: 74.99em) {
  .l-project__arrow {
    width: 40px;
  }
}

.l-project__arrow svg {
  max-width: 100%;
}

.l-project__arrow--prev {
  margin-left: -29px;
}

@media (max-width: 74.99em) {
  .l-project__arrow--prev {
    margin-left: -20px;
  }
}

.l-project__arrow--next {
  right: -29px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 74.99em) {
  .l-project__arrow--next {
    right: -20px;
  }
}

.l-project__arrow .arrow-bg {
  -webkit-transition: fill .3s ease-in-out;
  transition: fill .3s ease-in-out;
}

.l-project__arrow:hover .arrow-bg {
  fill: #1a2a3b;
}

.l-project__film-wrapper {
  margin-top: 200px;
}

@media (max-width: 93.74em) {
  .l-project__film-wrapper {
    margin-top: 8rem;
  }
}

@media (max-width: 61.99em) {
  .l-project__film-wrapper {
    margin-top: 4rem;
  }
}

.l-project__film-wrapper h2 {
  text-align: center;
}

.l-project__film iframe {
  height: 35vw;
}

@media (max-width: 35.99em) {
  .l-project__film iframe {
    height: 60vw;
  }
}

.l-project__share {
  margin-top: 10rem;
}

@media (max-width: 74.99em) {
  .l-project__share {
    margin-top: 6rem;
  }
}

.l-project__share h2 {
  margin-bottom: 1rem;
}

.l-project__description {
  margin-top: 4rem;
  margin-bottom: 5rem;
}

.l-project__description h2, .l-project__description h3, .l-project__description h4, .l-project__description h5, .l-project__description h6 {
  margin-top: 2rem;
}

.c-grid-view {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

@media (max-width: 35.99em) {
  .c-grid-view {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.c-grid-view__logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  max-height: 150px;
  width: auto;
}

@media (max-width: 61.99em) {
  .c-grid-view__logo {
    max-height: 125px;
  }
}

a.h-with-icon:hover p {
  color: #a62536;
}

.h-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-with-icon img {
  margin-right: 1rem;
  max-width: 59px;
  height: auto;
}

@media (max-width: 93.74em) {
  .h-with-icon img {
    max-width: 45px;
  }
}

.h-with-icon p {
  margin: 0;
  font-weight: 500;
  color: #1a2a3b;
  -webkit-transition: color;
  transition: color;
  word-break: break-all;
}

.h-with-icon--address, .h-with-icon--localization {
  -ms-grid-column: 1;
  grid-column: 1;
}

.h-with-icon--address p, .h-with-icon--localization p {
  font-size: 1.3rem;
  line-height: 1.3;
}

@media (max-width: 93.74em) {
  .h-with-icon--address p, .h-with-icon--localization p {
    font-size: 1rem;
  }
}

@media (max-width: 35.99em) {
  .h-with-icon--address {
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

@media (max-width: 35.99em) {
  .h-with-icon--localization {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

@media (max-width: 35.99em) {
  .h-with-icon--grand {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

.h-with-icon--grand span {
  text-transform: uppercase;
  font-family: "BebasNeue", serif;
  font-size: 2.5rem;
  font-weight: 600;
}

@media (max-width: 93.74em) {
  .h-with-icon--grand span {
    font-size: 2rem;
  }
}

.h-with-icon--grand span:last-of-type {
  margin-left: 0.2rem;
  color: #a62536;
}
/*# sourceMappingURL=project-layout.css.map */