@import url("https://use.typekit.net/kup2reb.css");

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: .5rem;
  padding-left: .5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  -ms-flex: 0 1 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  -webkit-flex-basis: 8.33333333%;
  -ms-flex: 0 1 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  -webkit-flex-basis: 16.66666667%;
  -ms-flex: 0 1 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex: 0 1 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
  -ms-flex: 0 1 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  -webkit-flex-basis: 41.66666667%;
  -ms-flex: 0 1 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex: 0 1 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  -webkit-flex-basis: 58.33333333%;
  -ms-flex: 0 1 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  -webkit-flex-basis: 66.66666667%;
  -ms-flex: 0 1 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  -ms-flex: 0 1 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  -webkit-flex-basis: 83.33333333%;
  -ms-flex: 0 1 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  -webkit-flex-basis: 91.66666667%;
  -ms-flex: 0 1 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex: 0 1 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    -ms-flex: 0 1 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
    -ms-flex: 0 1 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex: 0 1 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex: 0 1 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex: 0 1 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
    -ms-flex: 0 1 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex: 0 1 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
    -ms-flex: 0 1 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
    -ms-flex: 0 1 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex: 0 1 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
    -ms-flex: 0 1 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
    -ms-flex: 0 1 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex: 0 1 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    -ms-flex: 0 1 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
    -ms-flex: 0 1 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex: 0 1 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex: 0 1 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex: 0 1 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
    -ms-flex: 0 1 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex: 0 1 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
    -ms-flex: 0 1 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
    -ms-flex: 0 1 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex: 0 1 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
    -ms-flex: 0 1 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
    -ms-flex: 0 1 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex: 0 1 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    -ms-flex: 0 1 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
    -ms-flex: 0 1 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex: 0 1 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex: 0 1 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex: 0 1 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
    -ms-flex: 0 1 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex: 0 1 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
    -ms-flex: 0 1 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
    -ms-flex: 0 1 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex: 0 1 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
    -ms-flex: 0 1 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
    -ms-flex: 0 1 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex: 0 1 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: Ubuntu_monospaced, Monaco, 'Andale Mono', 'Courier New', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  width: auto;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .mobileOnly {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) {
  .mobileOnly {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .desktopUp {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .desktopUp {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 768px) {
  .desktopUp-block {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .desktopUp-block {
    display: block !important;
  }
}

.noscroll {
  overflow: hidden;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "ff-basic-gothic-pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.44rem;
  -webkit-font-variant-ligatures: common-ligatures;
  -moz-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  letter-spacing: -0.015em;
}

p {
  margin-bottom: 1.44rem;
}

a {
  color: #323B48;
  text-decoration: none;
}

.link--underline {
  text-decoration: underline;
  display: inline-block;
}

.section--red a {
  color: #fff;
}

a:visited,
a:focus {
  color: inherit;
}

.btn {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 0.8rem;
  color: #323B48;
  border-bottom: 2px solid #323B48;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .09em;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .btn {
    font-size: 0.6875rem;
  }
}

.btn--submit {
  font-weight: 600;
  font-size: .9rem;
  text-transform: none;
  letter-spacing: 0;
}

.section--red .btn {
  color: #fff;
  border-color: #fff;
  border-bottom-color: #fff;
}

h1,
h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  color: #EA5861;
  margin-bottom: -webkit-calc(1.44rem * 1);
  margin-bottom: calc(1.44rem * 1);
}

@media only screen and (min-width: 768px) {
  h1,
  h2 {
    margin-bottom: -webkit-calc(1.44rem * 2.5);
    margin-bottom: calc(1.44rem * 2.5);
    font-size: 2.35rem;
    letter-spacing: -.035em;
  }
}

.section--red h2 {
  color: #fff;
}

h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: .125em;
  color: #EA5861;
  text-transform: uppercase;
  margin-bottom: -webkit-calc(1.44rem * 1.5);
  margin-bottom: calc(1.44rem * 1.5);
}

.section--red h3 {
  color: #fff;
}

h4 {
  font-size: .78rem;
  font-weight: 700;
  line-height: -webkit-calc(1.44rem * 1.5);
  line-height: calc(1.44rem * 1.5);
  letter-spacing: .09em;
  color: #AFB6C0;
  text-transform: uppercase;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  color: #323B48 !important;
  margin-top: 0 !important;
  margin-bottom: -webkit-calc(.75 * 1.44rem) !important;
  margin-bottom: calc(.75 * 1.44rem) !important;
  line-height: 1.2em !important;
}

.wysiwyg h2 {
  font-size: 1.85rem;
}

html {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

html.wp-admin-logged-in {
  margin-top: 0 !important;
}

body {
  position: relative;
  background: #fff;
  color: #323B48;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

html {
  height: 100%;
}

@media only screen and (min-width: 768px) {
  #wpadminbar {
    opacity: .7;
    padding-left: 1.6vw;
    padding-right: 1.6vw;
    -webkit-transition: all .1s;
    transition: all .1s;
  }

  #wpadminbar:hover {
    opacity: 1;
    height: 72px;
    padding-top: 20px;
    box-shadow: 0 1px 9px rgba(0,0,0,0.6);
  }
}

.photohug {
  position: relative;
  overflow: hidden;
}

.photohug img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all ease-out .56s;
  transition: all ease-out .56s;
  min-width: 100%;
  height: auto;
}

.photohug img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

a:hover .photohug img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.section {
  padding: -webkit-calc(1.44rem * 1.5) 16px;
  padding: calc(1.44rem * 1.5) 16px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .section {
    padding: -webkit-calc(1.44rem * 3.25) 6vw;
    padding: calc(1.44rem * 3.25) 6vw;
  }
}

.section--red {
  color: #fff;
  background: #EA5861;
}

@media only screen and (min-width: 768px) {
  .section--red {
    margin: 0 auto;
    min-height: 100vh;
    max-width: -webkit-calc(97% - 2px);
    max-width: calc(97% - 2px);
    box-shadow: 0 1.75vw 0 1.75vw #fff;
  }
}

.frame {
  position: fixed;
  z-index: 10;
  display: none;
  background-color: #EA5861;
}

@media only screen and (min-width: 768px) {
  .frame {
    display: block;
  }
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 56px;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .header {
    top: 1.5vw;
    right: 1.5vw;
    left: 1.5vw;
    height: 76px;
  }

  .header.frame--contain {
    box-shadow: 0 -1.5vw 0 1.5vw #fff;
  }
}

.header a {
  color: #fff;
}

.frame--contain .header {
  box-shadow: 0 -1.5vw 0 1.5vw #fff;
}

.header__logo {
  position: relative;
  z-index: 2;
  display: block;
  width: 130px;
  height: 56px;
  margin-left: 16px;
  background: url(../img/logo.png) left center no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

@media only screen and (min-width: 768px) {
  .header__logo {
    width: 154px;
    height: 76px;
    margin-left: 32px;
    margin-top: 0;
  }
}

.header__hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 56px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background: #EA5861;
  overflow-x: hidden;
  overflow-y: auto;
}

.menu.visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .menu {
    position: relative;
    display: block;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background: none;
    width: auto;
    height: auto;
    overflow: initial;
  }
}

.menu__list {
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .menu__list {
    margin: auto;
    padding-right: 32px;
    text-align: right;
  }
}

@media only screen and (min-width: 768px) {
  .menu__list li {
    display: inline-block;
    margin-left: 32px;
  }

  .menu__list li:first-child {
    margin-left: 0;
  }
}

.menu__list a {
  display: block;
  line-height: 4em;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .125em;
}

@media only screen and (min-width: 768px) {
  .menu__list a {
    font-size: 0.775rem;
    line-height: 59px;
    padding-top: 17px;
    letter-spacing: .1em;
    font-weight: 700;
  }
}

.menu__close {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 56px;
  top: 0;
  right: 0;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .menu__close {
    display: none;
  }
}

.frame--right {
  top: 1.5vw;
  right: 1.5vw;
  bottom: 1.5vw;
  width: 3px;
}

.frame--right.frame--contain {
  box-shadow: 1.5vw 0 0 1.5vw #fff;
}

.frame--contain .frame--right {
  box-shadow: 1.5vw 0 0 1.5vw #fff;
}

.frame--bottom {
  bottom: 1.5vw;
  left: 1.5vw;
  right: 1.5vw;
  height: 3px;
}

.frame--bottom.frame--contain {
  box-shadow: 0 1.5vw 0 1.5vw #fff;
}

.frame--contain .frame--bottom {
  box-shadow: 0 1.5vw 0 1.5vw #fff;
}

.frame--left {
  top: 1.5vw;
  left: 1.5vw;
  bottom: 1.5vw;
  width: 3px;
}

.frame--left.frame--contain {
  box-shadow: -1.5vw 0 0 1.5vw #fff;
}

.frame--contain .frame--left {
  box-shadow: -1.5vw 0 0 1.5vw #fff;
}

.section--intro {
  position: relative;
  width: 100%;
  height: 90vh;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .section--intro {
    height: 100vh;
  }
}

.section--intro h1 {
  position: absolute;
  z-index: 1;
  -ms-transform: translateY(-50%);
  width: 100%;
  font-size: 2.15rem;
  line-height: 1.1em;
  font-weight: 500;
  color: #EA5861;
  width: 100%;
  padding: 0 8px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  left: 2.8vw;
  bottom: 6vw;
}

@media only screen and (min-width: 768px) {
  .section--intro h1 {
    font-size: 2.5rem;
    line-height: 1.1em;
    bottom: 6rem;
    left: 4.9vw;
    max-width: 31rem;
  }
}

.intro__image--1 {
  position: absolute;
  width: 46vw;
  height: auto;
  top: -webkit-calc(26% + 14px);
  top: calc(26% + 14px);
  left: 0;
}

@media only screen and (min-width: 768px) {
  .intro__image--1 {
    left: 7vw;
    width: 29vw;
    top: 29%;
  }
}

.intro__image--2 {
  position: absolute;
  width: 64vw;
  height: auto;
  bottom: 14%;
  right: 16px;
}

@media only screen and (min-width: 768px) {
  .intro__image--2 {
    width: 30vw;
    left: 39%;
    bottom: 10%;
  }
}

.intro__image--3 {
  position: absolute;
  width: 30vw;
  height: auto;
  top: -webkit-calc(13% + 14px);
  top: calc(13% + 14px);
  right: 36px;
}

@media only screen and (min-width: 768px) {
  .intro__image--3 {
    right: 6vw;
    top: auto;
    bottom: 32%;
    width: 16vw;
  }
}

.intro__video {
  background: url("https://hausbrandenburg.com/assets/img/videos/intro.jpg") center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.intro__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .intro__video video {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .section--values {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: -webkit-calc(1.44rem * 7);
    padding-top: calc(1.44rem * 7);
    min-height: 90vh;
  }
}

.value {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 95%;
  padding-left: -webkit-calc(.5rem + 1vw);
  padding-left: calc(.5rem + 1vw);
  padding-right: -webkit-calc(.5rem + 1vw);
  padding-right: calc(.5rem + 1vw);
  text-align: left;
  margin-bottom: -webkit-calc(1.44rem * 1.5);
  margin-bottom: calc(1.44rem * 1.5);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.value:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .value {
    margin-bottom: 0;
    padding-bottom: 43%;
    text-align: center;
  }
}

.value .value__background {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -webkit-calc(.5rem + 1vw);
  right: calc(.5rem + 1vw);
  left: -webkit-calc(.5rem + 1vw);
  left: calc(.5rem + 1vw);
  bottom: 0;
  background: #6b5f61 no-repeat center center;
  background-size: cover;
}

.value .value__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  -webkit-transition: all .33s ease-in-out;
  transition: all .33s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .value .value__overlay {
    background: rgba(0,0,0,0.21);
  }
}

.value .value__content {
  position: absolute;
  right: -webkit-calc(.75rem + 1vw + .5rem);
  right: calc(.75rem + 1vw + .5rem);
  bottom: -webkit-calc(.75rem + 1vw);
  bottom: calc(.75rem + 1vw);
  left: -webkit-calc(.75rem + 1vw + .5rem);
  left: calc(.75rem + 1vw + .5rem);
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .value .value__content {
    right: -webkit-calc(.5rem + 1vw + .5rem);
    right: calc(.5rem + 1vw + .5rem);
    bottom: -webkit-calc(.85rem + 1vw);
    bottom: calc(.85rem + 1vw);
    left: -webkit-calc(.5rem + 1vw + .5rem);
    left: calc(.5rem + 1vw + .5rem);
  }
}

.value .value__content h3 {
  color: #fff;
}

.value .value__headline {
  position: absolute;
  font-size: 1.6rem;
  text-align: left;
  top: 1.4rem;
  left: -webkit-calc(.5rem + 1vw + .7rem);
  left: calc(.5rem + 1vw + .7rem);
  right: .5rem;
  font-size: 1.9rem;
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 600;
  width: 50%;
  line-height: 1.15em;
}

@media only screen and (min-width: 768px) {
  .value .value__headline {
    top: 1.4rem;
    left: -webkit-calc(.3rem + 1vw + 0rem);
    left: calc(.3rem + 1vw + 0rem);
    right: .5rem;
    font-size: 1.86rem;
  }
}

.value .value__summary {
  margin-bottom: 0;
  padding: 0 .1rem;
  font-size: 1rem;
  display: none;
}

@media only screen and (min-width: 768px) {
  .value .value__summary {
    display: block;
    padding: 0 .7rem 0 .8rem;
    font-size: 1rem;
    letter-spacing: -.02em;
    line-height: 1.38em;
    text-align: left;
    color: rgba(255,255,255,0);
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
  }
}

@media only screen and (min-width: 768px) {
  .value:first-child {
    padding-left: .5rem;
    padding-right: -webkit-calc(1rem + 2vw);
    padding-right: calc(1rem + 2vw);
  }

  .value:first-child .value__background {
    right: -webkit-calc(1rem + 2vw);
    right: calc(1rem + 2vw);
    left: .5rem;
  }

  .value:first-child .value__content {
    right: -webkit-calc(1rem + 2vw + .5rem);
    right: calc(1rem + 2vw + .5rem);
    left: -webkit-calc(.5rem + .5rem);
    left: calc(.5rem + .5rem);
  }

  .value:last-child {
    padding-right: .5rem;
    padding-left: -webkit-calc(1rem + 2vw);
    padding-left: calc(1rem + 2vw);
  }

  .value:last-child .value__background {
    right: .5rem;
    left: -webkit-calc(1rem + 2vw);
    left: calc(1rem + 2vw);
  }

  .value:last-child .value__content {
    left: -webkit-calc(1rem + 2vw + .5rem);
    left: calc(1rem + 2vw + .5rem);
    right: -webkit-calc(.5rem + .5rem);
    right: calc(.5rem + .5rem);
  }
}

@media only screen and (min-width: 768px) {
  .value:hover .value__overlay {
    background: rgba(234,88,97,0.9);
  }
}

.value:hover .value__summary {
  height: 100%;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .description__illus {
    margin-bottom: -webkit-calc(1.44rem * 1.5);
    margin-bottom: calc(1.44rem * 1.5);
  }
}

@media only screen and (min-width: 768px) {
  .grid--mashup li {
    margin-bottom: -webkit-calc(1.44rem * 2);
    margin-bottom: calc(1.44rem * 2);
  }
}

.grid--mashup img {
  display: block;
  width: 100%;
}

.grid--mashup h3 {
  line-height: 1;
  margin-top: -webkit-calc(1.44rem * 0.5);
  margin-top: calc(1.44rem * 0.5);
}

@media only screen and (min-width: 768px) {
  .grid--mashup h3 {
    margin-top: -webkit-calc(1.44rem * 0.65);
    margin-top: calc(1.44rem * 0.65);
  }
}

@media only screen and (min-width: 768px) {
  .section--collection {
    padding-bottom: 4.5vw;
  }
}

@media only screen and (min-width: 768px) {
  .section--people {
    padding-top: -webkit-calc(1.44rem * 3.5);
    padding-top: calc(1.44rem * 3.5);
    padding-bottom: -webkit-calc(1.44rem * 4);
    padding-bottom: calc(1.44rem * 4);
  }
}

@media only screen and (min-width: 768px) {
  .section--people h2 {
    margin-bottom: -webkit-calc(1.44rem * 2);
    margin-bottom: calc(1.44rem * 2);
  }
}

.people__handwerk {
  margin-bottom: -webkit-calc(1.44rem * 2);
  margin-bottom: calc(1.44rem * 2);
}

@media only screen and (min-width: 768px) {
  .people__handwerk {
    position: relative;
    margin-bottom: -webkit-calc(1.44rem * 2.5);
    margin-bottom: calc(1.44rem * 2.5);
  }
}

.people__video {
  position: relative;
  margin-bottom: -webkit-calc(1.44rem * .5);
  margin-bottom: calc(1.44rem * .5);
  overflow: hidden;
}

.people__video img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.icon--play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -19px;
  margin-top: -19px;
  text-align: center;
  -webkit-transition: all ease-in-out .21s;
  transition: all ease-in-out .21s;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  cursor: pointer;
}

.people__video:hover .icon--play {
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.icon--length {
  display: inline-block;
  margin-left: -1px;
  line-height: 1;
  font-weight: 600;
  margin-top: -1px;
  opacity: 0;
  -webkit-transition: all ease-in-out .21s;
  transition: all ease-in-out .21s;
  cursor: pointer;
}

.people__video:hover .icon--length {
  margin-top: 7px;
  opacity: 1;
}

.video__wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: -webkit-calc(100% / 16 * 9);
  padding-bottom: calc(100% / 16 * 9);
}

.video--hbbintro {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__control--playpause {
  position: absolute;
  left: 16px;
  border: 0;
  background: none;
  text-indent: -9999px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icon-pause-tiny.svg) no-repeat center center;
  background-size: contain;
  opacity: 0;
  bottom: 0px;
  -webkit-transition: all ease-in-out 0.24s;
  transition: all ease-in-out 0.24s;
}

.video__control--playpause.control--play {
  background-image: url(../img/icon-play-tiny.svg);
}

.video__control--playpause:active {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.video__control--playpause:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.video__control--fullscreen {
  position: absolute;
  right: 16px;
  border: 0;
  background: none;
  text-indent: -9999px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icon-fullscreen-tiny.svg) no-repeat center center;
  background-size: contain;
  opacity: 0;
  bottom: 0px;
  -webkit-transition: all ease-in-out 0.24s;
  transition: all ease-in-out 0.24s;
}

.video__control--fullscreen:active {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.video__control--fullscreen:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.people__video:hover .visible {
  opacity: 1;
  bottom: 16px;
}

.handwerk__description {
  padding-top: -webkit-calc(1.44rem * .25);
  padding-top: calc(1.44rem * .25);
  padding-right: 8px;
  margin-bottom: -webkit-calc(1.44rem * 2);
  margin-bottom: calc(1.44rem * 2);
}

@media only screen and (min-width: 768px) {
  .handwerk__description {
    margin-bottom: 1.44rem;
  }
}

.people__map {
  margin-top: -1.5em;
}

@media only screen and (min-width: 768px) {
  .people__map {
    position: absolute;
    top: 1vw;
    right: 0;
    width: 42.25vw;
    height: 42.64vw;
    background: url(../img/map-desktop.svg) no-repeat center center;
    background-size: contain;
  }
}

@media only screen and (min-width: 1700px) {
  .people__map {
    top: 0;
  }
}

.people__map svg {
  display: block;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  height: auto;
  margin-left: -10px;
}

@media only screen and (min-width: 768px) {
  .people__map svg {
    display: none;
  }
}

.people__map .map--mobile-numbers {
  display: none;
}

.map__markers {
  display: none;
}

@media only screen and (min-width: 768px) {
  .map__markers {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
}

.markers__marker {
  display: none;
}

@media only screen and (min-width: 768px) {
  .markers__marker {
    display: block;
    position: absolute;
    width: 19px;
    height: 24px;
    background: url(../img/icon-wappen.svg) no-repeat left center;
    background-size: contain;
    top: 50%;
    left: 50%;
    z-index: 1;
    padding-left: 24px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.01em;
    white-space: nowrap;
    text-indent: -4px;
    color: rgba(245,245,245,0) !important;
    -webkit-transition: all ease-in-out .21s;
    transition: all ease-in-out .21s;
  }

  .markers__marker .marker__label {
    display: inline-block !important;
  }

  .markers__marker:hover {
    text-indent: 0;
    color: #f5f5f5 !important;
    z-index: 999;
  }

  .markers__marker:hover .marker__label {
    background-color: rgba(234,88,97,0.72) !important;
  }

  .markers__marker strong {
    display: block;
    margin-top: -2px;
  }

  .markers__marker span {
    display: block;
    font-weight: 300;
  }
}

.people__betriebe {
  position: relative;
  top: -1.44rem;
  list-style: decimal;
  list-style-position: inside;
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  -webkit-transition: top 0.24s ease-out, height 0.24s ease-out, opacity 0.24s ease-out, padding 0.24s ease-out;
  transition: top 0.24s ease-out, height 0.24s ease-out, opacity 0.24s ease-out, padding 0.24s ease-out;
}

@media only screen and (min-width: 768px) {
  .people__betriebe {
    display: none;
  }
}

.people__betriebe.visible {
  overflow: visible;
  height: auto;
  top: 0;
  opacity: 1;
  padding: 1.44rem 0;
  margin-bottom: -webkit-calc(1.44rem * -2);
  margin-bottom: calc(1.44rem * -2);
}

.people__betriebe li {
  line-height: -webkit-calc(1.44rem * 1.5);
  line-height: calc(1.44rem * 1.5);
  font-weight: 600;
}

.btn--allebetriebe {
  -webkit-transition: opacity 0.24s ease-out;
  transition: opacity 0.24s ease-out;
}

@media only screen and (min-width: 768px) {
  .btn--allebetriebe {
    display: none;
  }
}

.btn--allebetriebe.invisible {
  position: relative;
  z-index: -1;
  opacity: 0;
}

.grid--people li {
  margin-bottom: 1.44rem;
}

.grid--people .photohug {
  margin-bottom: 4px;
}

.grid--people img {
  display: block;
}

.grid--people a {
  display: block;
  font-weight: 600;
}

.product__poster {
  width: 100vw;
  padding-top: 56px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .product__poster {
    height: 100vh;
    padding-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
  }
}

.poster__image {
  height: auto;
  min-width: 100%;
}

@media only screen and (min-width: 768px) {
  .poster__image {
    object-fit: cover;
    max-width: 100%;
    min-height: 100%;
  }
}

.product__title {
  position: absolute;
  top: -webkit-calc(58px + 1.5vw + 2.6vw);
  top: calc(58px + 1.5vw + 2.6vw);
  left: 16px;
  z-index: 9;
  font-size: 2rem;
  line-height: 1;
  color: #EA5861;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 700;
  opacity: 1;
  -webkit-transition: all ease-out .075s;
  transition: all ease-out .075s;
}

@media only screen and (min-width: 768px) {
  .product__title {
    position: fixed;
    top: -webkit-calc(82px + 1.5vw + 2.6vw);
    top: calc(82px + 1.5vw + 2.6vw);
    left: -webkit-calc(3px + 1.5vw + 3.25vw);
    left: calc(3px + 1.5vw + 3.25vw);
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.product__title.product__title--white {
  color: #fff;
}

.product__title.product__title--hidden {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .product__description {
    margin-top: 100vh;
    padding-top: -webkit-calc(1.44rem * 9);
    padding-top: calc(1.44rem * 9);
    padding-bottom: -webkit-calc(1.44rem * 9);
    padding-bottom: calc(1.44rem * 9);
    background-color: #fff;
  }
}

.product__material span,
.product__dimensions span {
  opacity: .75;
  font-weight: 300;
}

.product__material {
  margin-bottom: -webkit-calc(1.44rem * .5);
  margin-bottom: calc(1.44rem * .5);
}

.product__preview {
  margin-bottom: -webkit-calc(1.44rem * 2.5);
  margin-bottom: calc(1.44rem * 2.5);
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .product__preview {
    margin-top: -webkit-calc(1.44rem * -3.75);
    margin-top: calc(1.44rem * -3.75);
    margin-bottom: 0;
  }
}

.product__preview img {
  width: 100%;
  height: auto;
}

.product__preview__carousel div {
  width: 100%;
}

.product__preview__carousel.is-fullscreen div {
  height: 100%;
}

.flickity-viewport {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.nodots .flickity-page-dots {
  display: none;
}

.flickity-page-dots {
  bottom: -30px;
}

@media only screen and (min-width: 768px) {
  .flickity-page-dots {
    bottom: -40px;
  }
}

.flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 0;
  background-color: #AFB6C0;
  opacity: 1;
  top: -1px;
  position: relative;
  margin: 0 7px;
}

.flickity-page-dots .dot.is-selected {
  width: 8px;
  height: 8px;
  background-color: #EA5861;
  top: 0;
  position: relative;
}

.flickity-prev-next-button {
  display: none;
}

@media only screen and (min-width: 768px) {
  .flickity-prev-next-button {
    display: block;
    width: 26px;
    height: 26px;
  }
}

.flickity-button {
  background: transparent !important;
  color: rgba(175,182,192,0.85);
}

.flickity-button:disabled {
  opacity: 0;
}

.product__text {
  margin-bottom: -webkit-calc(1.44rem * 1);
  margin-bottom: calc(1.44rem * 1);
}

@media only screen and (min-width: 768px) {
  .product__text {
    margin-bottom: 0;
  }
}

.product__category {
  display: inline-block;
  position: relative;
  z-index: 3;
  float: left;
}

.product__category:after {
  content: " — ";
  margin-right: 3px;
}

.category__underline {
  display: inline-block;
  position: absolute;
  background: rgba(234,88,97,0.5);
  height: 6px;
  left: 0;
  right: 1.53rem;
  bottom: 3px;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .section--staged {
    padding-top: -webkit-calc(1.44rem * 1);
    padding-top: calc(1.44rem * 1);
    padding-bottom: -webkit-calc(1.44rem * 7);
    padding-bottom: calc(1.44rem * 7);
  }
}

@media only screen and (max-width: 768px) {
  .section--staged>div {
    margin-bottom: 1.44rem;
  }
}

.section--staged img {
  display: block;
}

@media only screen and (min-width: 768px) {
  .section--creators {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

.creators h2 {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .creators h2 {
    text-align: center;
    padding-top: -webkit-calc(1.44rem * 3);
    padding-top: calc(1.44rem * 3);
  }
}

.creator {
  margin-bottom: -webkit-calc(1.44rem * 2);
  margin-bottom: calc(1.44rem * 2);
  padding: 0 1rem;
  text-align: left;
}

.creator__photo {
  margin-bottom: -webkit-calc(1.44rem * 0.75);
  margin-bottom: calc(1.44rem * 0.75);
}

.creator__title {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.125em;
  margin-bottom: -webkit-calc(1.44rem * 0.4);
  margin-bottom: calc(1.44rem * 0.4);
}

.creator__subtitle {
  display: block;
  font-weight: 300;
  opacity: .75;
  margin-top: -webkit-calc(1.44rem * -0.35);
  margin-top: calc(1.44rem * -0.35);
  margin-bottom: -webkit-calc(1.44rem * 0.35);
  margin-bottom: calc(1.44rem * 0.35);
}

.creator__quote {
  margin: 0 0 -webkit-calc(1.44rem * 0.5) 0;
  margin: 0 0 calc(1.44rem * 0.5) 0;
  font-style: italic;
  padding: .125rem .6rem 0 0;
}

.creator .btn {
  opacity: .75;
}

@media only screen and (min-width: 768px) {
  .section--freisteller h2 {
    text-align: center;
    margin-top: -webkit-calc(1.44rem * 1);
    margin-top: calc(1.44rem * 1);
    margin-bottom: -webkit-calc(1.44rem * 3);
    margin-bottom: calc(1.44rem * 3);
  }
}

.frei__product {
  margin-bottom: -webkit-calc(1.44rem * 2.25) !important;
  margin-bottom: calc(1.44rem * 2.25) !important;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .frei__product {
    margin-bottom: -webkit-calc(1.44rem * 3) !important;
    margin-bottom: calc(1.44rem * 3) !important;
    padding: 0 3rem;
  }
}

.frei__product h3 {
  margin-top: -webkit-calc(1.44rem * .35);
  margin-top: calc(1.44rem * .35);
  margin-bottom: 0;
}

.frei__product a.active h3 {
  color: #AFB6C0;
}

.view-about .header,
.view-about .frame--bottom {
  box-shadow: none !important;
}

.about__photo {
  background-color: #F7FBFE;
  background: -webkit-linear-gradient(270deg, #F9FBFD 0%, #FCFDFE 20.17%, #F3F5F8 62.23%, #F3F4F6 63.36%, #EEF1F4 100%);
  background: linear-gradient(180deg, #F9FBFD 0%, #FCFDFE 20.17%, #F3F5F8 62.23%, #F3F4F6 63.36%, #EEF1F4 100%);
}

@media only screen and (min-width: 768px) {
  .about__photo {
    width: 42vw;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
  }
}

.about__photo__image {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 56px;
}

@media only screen and (min-width: 768px) {
  .about__photo__image {
    position: relative;
    left: 0;
    height: 100%;
    width: auto;
    max-width: 99999px;
    padding-top: 0;
  }
}

.about__content {
  width: 100%;
  margin: 0 auto;
  padding: 0 -webkit-calc(.5rem + 16px);
  padding: 0 calc(.5rem + 16px);
}

@media only screen and (min-width: 768px) {
  .about__content {
    width: 54vw;
    padding: -webkit-calc(5vw + 82px) 0 -webkit-calc(4.5vw);
    padding: calc(5vw + 82px) 0 calc(4.5vw);
    margin-left: 44vw;
  }
}

.about__content h1,
.about__content h2 {
  margin-top: -webkit-calc(1.44rem * 1.5);
  margin-top: calc(1.44rem * 1.5);
}

@media only screen and (min-width: 768px) {
  .about__content h1,
  .about__content h2 {
    margin-top: -webkit-calc(1.44rem * 2);
    margin-top: calc(1.44rem * 2);
    margin-bottom: -webkit-calc(1.44rem * 1);
    margin-bottom: calc(1.44rem * 1);
  }
}

.about__content h1 {
  margin-top: -webkit-calc(1.44rem * 1.25);
  margin-top: calc(1.44rem * 1.25);
}

@media only screen and (min-width: 768px) {
  .about__content h1 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .about__content__inner {
    max-width: -webkit-calc(640px + 1.44rem * 2);
    max-width: calc(640px + 1.44rem * 2);
    padding: 0 -webkit-calc(1.44rem * 2);
    padding: 0 calc(1.44rem * 2);
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .about__teams {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .about__teams>div {
    width: 50%;
    padding-right: .5rem;
  }
}

.about__teams ul {
  margin-bottom: 1.44rem;
}

.about__teams ul strong {
  display: inline-block;
  margin-bottom: 1px;
}

.section--contact {
  padding-top: -webkit-calc(1.5rem * 1.5 + 56px);
  padding-top: calc(1.5rem * 1.5 + 56px);
}

@media only screen and (min-width: 768px) {
  .section--contact {
    padding-top: -webkit-calc(5.5vw + 82px);
    padding-top: calc(5.5vw + 82px);
  }

  .section--contact h2 {
    margin-bottom: -webkit-calc(1.44rem * 1.5);
    margin-bottom: calc(1.44rem * 1.5);
  }
}

.field {
  margin-bottom: -webkit-calc(.35 * 1.44rem);
  margin-bottom: calc(.35 * 1.44rem);
}

.contact__form label {
  display: block;
  font-weight: 600;
  font-size: .9rem;
  margin-bottom: 3px;
}

.contact__form input,
textarea,
select {
  display: block;
  width: 100%;
  border: 0;
  background: rgba(255,255,255,0.18);
  margin-top: 2px;
  height: 48px;
  padding: 0 8px;
  color: #fff;
}

.contact__form input:focus,
textarea:focus,
select:focus {
  background: rgba(0,0,0,0.13);
  outline: none;
  border: 2px solid rgba(255,255,255,0.75);
}

.contact__form textarea {
  padding-top: 14px;
  padding-bottom: 14px;
  height: -webkit-calc(9 * 1.44rem);
  height: calc(9 * 1.44rem);
}

.field--tos {
  margin-top: -3px;
}

.field--tos input {
  float: left;
  width: auto;
  height: auto;
  margin-top: 6px;
  margin-right: 8px;
}

.field--tos p {
  margin-bottom: 0;
}

.field--tos span {
  font-size: .9rem;
  font-weight: 400;
}

.field--tos a {
  text-decoration: underline;
}

.btn--submit {
  background: none !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}

.btn--submit:hover,
.btn--submit:focus {
  background: #fff !important;
  color: #EA5861 !important;
}

.contact__info {
  position: relative;
  padding-top: -webkit-calc(1.44rem * 1.5);
  padding-top: calc(1.44rem * 1.5);
  padding-bottom: -webkit-calc(1.44rem * 2);
  padding-bottom: calc(1.44rem * 2);
}

@media only screen and (min-width: 768px) {
  .contact__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
  }
}

.contact__info p {
  margin: 0;
}

.contact__groups {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .contact__groups {
    padding-right: 3vw;
  }
}

.contact__info__map {
  position: absolute;
  top: -3vw;
  right: 0;
  width: 90vw;
  height: 91vw;
  background: url(../img/map-contact.svg) no-repeat top left;
  background-size: contain;
  opacity: .8;
}

@media only screen and (min-width: 768px) {
  .contact__info__map {
    top: -3vw;
    right: -3vw;
    width: 46vw;
    height: 46vw;
  }
}

.contact__group {
  margin-bottom: 1.44rem;
}

@media only screen and (min-width: 768px) {
  .contact__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.contact__group h4 {
  color: #fff;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.44rem;
  opacity: .8;
}

@media only screen and (min-width: 768px) {
  .contact__group h4 {
    margin-right: -webkit-calc(1.44rem * .75);
    margin-right: calc(1.44rem * .75);
    text-align: right;
    width: 220px;
  }
}

.contact__group div {
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .contact__group div {
    width: 480px;
  }
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.template-default .header,
.template-default .frame--bottom {
  box-shadow: none !important;
}

.section--page {
  min-height: 100vh;
  padding-top: -webkit-calc(1.5rem * 1.5 + 56px);
  padding-top: calc(1.5rem * 1.5 + 56px);
}

@media only screen and (min-width: 768px) {
  .section--page {
    padding-top: -webkit-calc(5.5vw + 82px);
    padding-top: calc(5.5vw + 82px);
  }
}

.page__content {
  padding-top: -webkit-calc(.75 * 1.44rem);
  padding-top: calc(.75 * 1.44rem);
}

.view-profile .header,
.view-profile .frame--bottom {
  box-shadow: none !important;
}

@media only screen and (min-width: 768px) {
  .profile__person {
    position: fixed;
    width: 35vw;
    max-width: 450px;
    z-index: 0;
  }
}

@media only screen and (min-width: 768px) {
  h2.profile__name {
    margin-bottom: -webkit-calc(1.5rem * 1.5) !important;
    margin-bottom: calc(1.5rem * 1.5) !important;
  }
}

h2.profile__name span {
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-top: 8px;
  color: #AFB6C0;
  letter-spacing: normal;
}

.profile__photo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .profile__photo {
    max-width: 86%;
    max-width: 340px;
  }
}

.profile__nav {
  margin-top: -webkit-calc(1.44rem * 1.35);
  margin-top: calc(1.44rem * 1.35);
}

.profile__nav li {
  margin-bottom: -webkit-calc(1.44rem * 1);
  margin-bottom: calc(1.44rem * 1);
  line-height: 1;
}

.profile__nav li:last-child {
  margin-bottom: 1.44rem;
}

.profile__nav a {
  position: relative;
  display: block;
  padding-left: 18px;
  line-height: 1;
  -webkit-transition: all ease-out .12s;
  transition: all ease-out .12s;
}

.profile__nav a:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-56%);
  -ms-transform: translateY(-56%);
  transform: translateY(-56%);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #AFB6C0;
  -webkit-transition: all ease-out .12s;
  transition: all ease-out .12s;
}

.profile__nav a.active {
  color: #EA5861;
  font-weight: 600;
}

.profile__nav a.active:before {
  width: 8px;
  height: 8px;
  background: #EA5861;
}

.profile__socialmedia {
  margin-top: -webkit-calc(1.44rem * 1);
  margin-top: calc(1.44rem * 1);
  margin-bottom: -webkit-calc(1.44rem * .5);
  margin-bottom: calc(1.44rem * .5);
  font-weight: 600;
}

.profile__socialmedia li {
  display: block;
  margin-bottom: -webkit-calc(1.44rem * .5);
  margin-bottom: calc(1.44rem * .5);
}

.profile__socialmedia a {
  color: #EA5861;
}

.profile__meta {
  opacity: .8;
}

@media only screen and (min-width: 768px) {
  .profile__products {
    padding-top: -webkit-calc(1.44rem * 1);
    padding-top: calc(1.44rem * 1);
  }
}

.profile__products .frei__product {
  padding: 0 4px;
}

.footer {
  position: relative;
  padding: 0 16px 1.44rem 16px;
  background: #fff;
  z-index: 9;
}

@media only screen and (min-width: 768px) {
  .footer {
    padding: 0 6vw -webkit-calc(1.44rem * 2) 6vw;
    padding: 0 6vw calc(1.44rem * 2) 6vw;
  }
}

.footer__links {
  padding-top: -webkit-calc(1.44rem * 1.75);
  padding-top: calc(1.44rem * 1.75);
  border-top: 1px solid #e4e5e7;
  border-bottom: 1px solid #e4e5e7;
}

.footer__links ul {
  margin-bottom: -webkit-calc(1.44rem * 1.5);
  margin-bottom: calc(1.44rem * 1.5);
}

@media only screen and (min-width: 768px) {
  .footer__links ul {
    margin-bottom: -webkit-calc(1.44rem * 4.5);
    margin-bottom: calc(1.44rem * 4.5);
  }
}

.footer__links a {
  display: block;
  font-weight: 600;
  line-height: -webkit-calc(1.44rem * 1.5);
  line-height: calc(1.44rem * 1.5);
}

.footer__links a svg {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 6px;
}

.footer__links a small {
  display: inline-block;
  margin-left: 1px;
  font-size: 1rem;
  font-weight: 500;
  color: #AFB6C0;
}

.footer__legal {
  padding-top: -webkit-calc(1.44rem * .5);
  padding-top: calc(1.44rem * .5);
  font-size: .85rem;
  line-height: -webkit-calc(1.44rem * 1.5);
  line-height: calc(1.44rem * 1.5);
  color: #AFB6C0;
}

@media only screen and (min-width: 768px) {
  .footer__legal li {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .footer__legal ul:first-child li {
    margin-right: 1.44rem;
  }

  .footer__legal ul:first-child li:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .footer__legal ul:last-child li {
    margin-left: 1.44rem;
  }

  .footer__legal ul:last-child li:first-child {
    margin-left: 0;
  }
}

.footer__legal a {
  text-decoration: underline;
  color: #AFB6C0;
}

.footer__list--language li {
  display: inline-block;
}

.footer__list--language a {
  color: #EA5861;
  font-weight: 600;
  text-decoration: none;
}

.footer__list--language .active {
  display: none;
}

@media only screen and (max-width: 768px) {
  .rellax {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

/*# sourceMappingURL=main.css.map */