/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
--------------------------------------- */
/*	Font size mixin
--------------------------------------- */
/*	Defined widths
--------------------------------------- */
/*	Import components
--------------------------------------- */
/* #region HERO - INTRO ======================================================================= */
.hero {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 450px) {
  .hero {
    margin-top: 6rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 850px) {
  .hero {
    margin-top: 11rem;
    margin-bottom: 8rem;
  }
}
.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__inner .col {
  width: 100%;
}
@media (min-width: 640px) {
  .hero__inner .col .col {
    width: 50%;
  }
}
.hero__title {
  margin-bottom: 3.5rem;
}
.hero__content {
  max-width: 40.7rem;
  margin-bottom: 4rem;
  line-height: 1.75;
}

/* #endregion */
/*	Doublecolumn
======================================================================== */
.doublecolumn__content > div {
  max-width: 40.7rem;
}
.doublecolumn__title {
  margin-bottom: 3.5rem;
}
.doublecolumn__text {
  margin-bottom: 3rem;
  line-height: 1.75;
}
.doublecolumn .button {
  min-width: 25rem;
}

/* #region GRID GALLERY ======================================================================= */
.grid-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  /*	Counts
  --------------------------------------- */
}
.grid-gallery__item {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin: 0.8rem auto;
  border-radius: 0.8rem;
  overflow: hidden;
}
.grid-gallery__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 450px) {
  .grid-gallery__item {
    width: calc(50% - 1.6rem);
    padding-top: calc(50% - 1.6rem);
  }
}
.grid-gallery.count {
  /*	2 items
  --------------------------------------- */
  /*	3 items
  --------------------------------------- */
}
@media (min-width: 450px) {
  .grid-gallery.count-2 .grid-gallery__item {
    width: calc(100% - 1.6rem);
    padding-top: 50%;
  }
}
@media (min-width: 450px) {
  .grid-gallery.count-3 .grid-gallery__item:nth-child(3) {
    width: calc(100% - 1.6rem);
    padding-top: 50%;
  }
}

/* #endregion */
/*# sourceMappingURL=custom-production.css.map */
