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

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

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

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

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-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-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 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-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-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 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-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-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 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-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-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 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.c-blue {
  color: #6547FE;
}

.c-bluedull {
  color: #34495e;
}

.c-bluedark {
  color: #0D0533;
}
@media (prefers-color-scheme: dark) {
  .c-bluedark {
    color: #fffefc;
  }
}

.c-text-subtle {
  color: #D3DFE5;
}
@media (prefers-color-scheme: dark) {
  .c-text-subtle {
    color: #4D4B53;
  }
}

.c-white {
  color: #fff;
}

.c-greylightest {
  color: #fffefc;
}

.c-greylight {
  color: #ccccd4;
}

.c-grey {
  color: #868197;
}

.bg-white {
  background-color: #fffefc;
}
@media (prefers-color-scheme: dark) {
  .bg-white {
    background-color: #110F1A;
  }
}

.bg-greylighter {
  background-color: #ebebed;
}
@media (prefers-color-scheme: dark) {
  .bg-greylighter {
    background-color: #0D0533;
  }
}

.bg-greylight {
  background-color: #ccccd4;
}

.bg-blue, .bg-bluedull, .bg-bluedark {
  color: #fff;
}
.bg-blue a, .bg-bluedull a, .bg-bluedark a {
  color: inherit;
  font-weight: 500;
}

.bg-blue {
  background-color: #6547FE;
}

.bg-bluedull {
  background-color: #34495e;
}

.bg-bluedark {
  background-color: #0D0533;
}

.bg-blackfaded10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.border-bluelight {
  border-color: #D3DFE5;
}
@media (prefers-color-scheme: dark) {
  .border-bluelight {
    border-color: #4D4B53;
  }
}

/* --- Reset --- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
  display: block;
}

a img {
  border: 0;
}

figure {
  position: relative;
  margin: 0;
}

figure img {
  max-width: 100%;
}

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

html, body {
  margin: 0;
  padding: 0;
}

body {
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFEFC;
  color: #0D0533;
  font-family: "Inclusive Sans", Helvetica, Arial, sans-serif;
  font-size: 125%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
body.dialogIsActive {
  overflow: hidden;
}
@media (prefers-color-scheme: dark) {
  body {
    background: #110F1A;
    color: #fffefc;
  }
}

::selection {
  background-color: #6547FE;
  color: #fff;
}

::-moz-selection {
  background-color: #6547FE;
  color: #fff;
}

a {
  text-decoration: none;
  color: #6547FE;
}
a.a--icon, a.a--icon-sm, a.a--icon-lg, a.a--twitter {
  color: #868197;
}
a.a--icon svg path, a.a--icon-sm svg path, a.a--icon-lg svg path, a.a--twitter svg path {
  fill: #868197;
}
a.a--icon-sm svg {
  width: 1rem;
}
a.a--icon svg {
  width: 1.5rem;
}
a.a--icon-lg svg {
  width: 2rem;
}

p a:active, p a:focus {
  outline: none;
  background-color: #6547FE;
  color: #fff;
}
p a:not(.button):hover {
  border-bottom: 1px solid currentColor;
}

h1 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #6547FE;
}

h2 {
  font-weight: 500;
}

h3 {
  font-size: 1.5rem;
  font-weight: 500;
}

h4 {
  font-size: 1.25rem;
  font-weight: normal;
}

h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.1;
  opacity: 0.25;
}

blockquote {
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  blockquote {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
blockquote p {
  line-height: 1.5em;
}

p + blockquote {
  margin-top: 1rem;
}

p {
  line-height: 2rem;
}

blockquote + p, ul + p, ol + p, p + p, h2 + p, h3 + p, h4 + p {
  margin-top: 1rem;
}

.block ul, .block ol {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  margin-left: 1.25rem;
}
.block ul li, .block ol li {
  margin-bottom: 0.5rem;
}

figure img {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .row {
    max-width: 90rem;
    margin: 0 auto;
  }
}

.u-mv2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u-mhauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mt05 {
  margin-top: 0.5rem !important;
}

.u-mt1 {
  margin-top: 1rem !important;
}

.u-mt2 {
  margin-top: 2rem !important;
}

.u-mt3 {
  margin-top: 3rem !important;
}

.u-mt4 {
  margin-top: 4rem !important;
}

.u-mb025 {
  margin-bottom: 0.25rem !important;
}

.u-mb05 {
  margin-bottom: 0.5rem !important;
}

.u-mb1 {
  margin-bottom: 1rem !important;
}

.u-mb15 {
  margin-bottom: 1.5rem !important;
}

.u-mb2 {
  margin-bottom: 2rem !important;
}

.u-mr1 {
  margin-right: 1rem !important;
}

.u-ml1 {
  margin-left: 1rem !important;
}

.u-pa1 {
  padding: 1rem !important;
}

.u-pv5vh {
  padding-top: 5vh !important;
  padding-bottom: 5vh !important;
}

.u-pv10vh {
  padding-top: 10vh !important;
  padding-bottom: 10vh !important;
}

.u-pv15vh {
  padding-top: 15vh !important;
  padding-bottom: 15vh !important;
}

.u-pv05 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.u-pv1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-pv2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-pv3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-ph2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pt1 {
  padding-top: 1rem !important;
}

.u-pt10vh {
  padding-top: 10vh !important;
}

.u-pt15vh {
  padding-top: 15vh !important;
}

.u-pt20vh {
  padding-top: 20vh !important;
}

.u-pt25vh {
  padding-top: 25vh !important;
}

.u-pt30vh {
  padding-top: 30vh !important;
}

.u-pb5vh {
  padding-bottom: 5vh !important;
}

.u-pb10vh {
  padding-bottom: 10vh !important;
}

.u-pb2 {
  padding-bottom: 2rem !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pr2 {
  padding-right: 2rem !important;
}

.u-lh125 {
  line-height: 1.25rem !important;
}

.u-maxwidth75p {
  max-width: 75%;
}

.u-minheight40vh {
  min-height: 40vh;
}

.u-aligncenter {
  text-align: center;
}

.u-alignright {
  text-align: right;
}

.u-block {
  display: block !important;
}

.u-inlineblock {
  display: inline-block !important;
}

.u-hide {
  display: none !important;
}

@media only screen and (max-width: 48em) {
  .u-hide-on-mobile {
    display: none !important;
  }
}
.u-floatleft {
  display: inline-block;
  float: left;
}

.u-floatright {
  display: inline-block;
  float: right;
}

.u-flex-space-between {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.u-flex-center {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.u-text-075x {
  font-size: 0.75rem !important;
}

.u-text-1x {
  font-size: 1rem !important;
}

.u-text-15x {
  font-size: 1.5rem !important;
}

.u-text-2x {
  font-size: 2rem !important;
}

.u-boxshadow {
  -webkit-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.15);
}

.u-op30 {
  opacity: 0.3;
}

.u-op50 {
  opacity: 0.5;
}

.u-op70 {
  opacity: 0.7;
}

body.isTouch .u-hide-for-touch {
  display: none !important;
}

.bubble {
  position: relative;
  display: inline-block;
  min-width: 3rem;
  min-height: 2rem;
  padding: 0 1rem;
  background-color: #6547FE;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  color: #fff;
  line-height: 1rem;
  -webkit-transform: translateY(3rem);
  -moz-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bubble:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(100% - 1rem);
  border: 0.75rem solid transparent;
  border-right-color: #6547FE;
  border-bottom-color: #6547FE;
}
.bubble.bubble--white {
  padding: 1rem;
  width: 100%;
  background-color: #fff;
  color: #0D0533;
}
.bubble.bubble--white:before {
  right: auto;
  left: calc(100% - 1rem);
  border-right-color: transparent;
  border-left-color: #fff;
  border-bottom-color: #fff;
}
.bubble .bubble__loader {
  position: absolute;
  opacity: 1;
  max-width: 5rem;
  max-height: 5rem;
  padding: 0.5rem 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.bubble .bubble__content {
  padding: 0.5rem 0;
  max-width: 0;
  max-height: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  overflow: hidden;
}
.bubble textarea {
  min-height: 4rem;
}
.bubble .field {
  width: 100%;
  min-width: 12rem;
  margin-bottom: 0.5rem;
  padding: calc(0.5rem - 2px);
  border: 2px solid transparent;
  background: rgb(240.3684210526, 240.3684210526, 241.8315789474);
  color: #0D0533;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font: inherit;
  resize: none;
}
.bubble .field:hover {
  outline: none;
  background: #ebebed;
}
.bubble .field:focus {
  outline: none;
  background: rgb(226.9473684211, 226.9473684211, 229.7526315789);
}
.bubble .field.hasError {
  border-color: #6547FE;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 11px 1rem;
  border: 1px solid transparent;
  border-radius: 1.5rem;
  font: inherit;
  line-height: 1rem;
  background-color: #6547FE;
  color: #fff;
}
.button:hover {
  background-color: rgb(58.5459459459, 20.2756756757, 253.7243243243);
  cursor: pointer;
}
.button:active, .button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 1rem rgba(101, 71, 254, 0.5);
  -moz-box-shadow: 0 0 1rem rgba(101, 71, 254, 0.5);
  box-shadow: 0 0 1rem rgba(101, 71, 254, 0.5);
}
.button.button--small {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
}
.button.button--dark {
  background-color: #0D0533;
}
.button.button--dark:hover {
  background-color: rgb(7.0803571429, 2.7232142857, 27.7767857143);
}
.button.button--white {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  color: #6547FE;
}
.button.button--white:hover {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: transparent;
  color: #6547FE;
}
.button.button--subtle {
  background-color: rgba(13, 5, 51, 0.05);
  border-color: transparent;
  color: #6547FE;
}
.button.button--subtle:hover {
  background-color: rgba(13, 5, 51, 0.1);
  color: #6547FE;
}
.button.button--outline {
  background: none;
  border-color: #6547FE;
  color: #6547FE;
}
.button.button--outline:hover {
  background: #6547FE;
  color: #fff;
}
.button.button--outline.button--subtle {
  border-color: #D3DFE5;
  color: inherit;
}
@media (prefers-color-scheme: dark) {
  .button.button--outline.button--subtle {
    border-color: #4D4B53;
  }
}
.button.button--outline.button--subtle:hover {
  background-color: #ebebed;
  color: #000;
}
.button.button--outline.button--dark {
  border-color: #0D0533;
  color: #0D0533;
}
.button.button--outline.button--dark:hover {
  background-color: #0D0533;
  color: #fff;
}
.button.button--outline.button--white {
  border-color: #fff;
  color: #fff;
}
.button.button--outline.button--white:hover {
  background-color: #fff;
  color: #6547FE;
}
.button.button--outline.button--white.button--reveal {
  border-color: transparent;
}
.button.button--outline.button--white.button--reveal:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.line {
  display: inline-block;
  height: 6rem;
  margin: 0 3rem 1rem;
  border-left: 1px solid #6547FE;
}
.line.line--white {
  border-left-color: #fff;
}
.line.line--light {
  border-left-color: #D3DFE5;
}
@media (prefers-color-scheme: dark) {
  .line.line--light {
    border-left-color: #4D4B53;
  }
}

.line-wrapper {
  text-align: center;
  padding: 3rem 0 0;
}

.logo {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .logo {
    top: 1rem;
    left: 1.5rem;
  }
}
.logo svg path {
  fill: #0D0533;
}
@media (prefers-color-scheme: dark) {
  .logo svg path {
    fill: #fffefc;
  }
}
.logo:hover svg path {
  fill: url(#paint0_linear);
}

.list__article {
  display: block;
  margin-bottom: 1rem;
  color: inherit;
}
.list__article h3 {
  font-family: "Merriweather", Georgia, serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #6547FE;
}
.list__article .meta {
  margin-top: 0.25rem;
  color: #ccccd4;
  font-size: 1rem;
}
.list__article p {
  margin-top: 0.5rem;
  font-family: "Merriweather", Georgia, serif;
  font-size: 1rem;
  line-height: 1.8rem;
  opacity: 0.8;
}

.article h1 {
  font-family: "Merriweather", Georgia, serif;
  font-size: 1.8rem;
  font-weight: normal;
  color: #6547FE;
}
.article figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.dialog--contact .dialog__header {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.dialog--contact .dialog__header h3 {
  padding: 1rem;
  line-height: 1.25rem;
  color: #fff;
  opacity: 0.3;
}
.dialog--contact .dialog__header a {
  display: inline-block;
  padding: 1rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.25rem;
}
.dialog--contact .dialog__footer {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  padding: 0 0.5rem;
}
.dialog--contact .conversation {
  max-width: 40rem;
  margin: 0 auto;
  width: 100%;
  min-height: 0;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  overflow-y: auto;
}
.dialog--contact .conversation [type=submit] {
  max-width: 120px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dialog--contact .conversation.isSending .field {
  pointer-events: none;
  background: transparent;
}
.dialog--contact .conversation.isSending [type=submit] {
  position: relative;
  max-width: 30px;
  padding-left: 14px;
  padding-right: 14px;
  overflow: hidden;
  font-size: 0;
  background: none;
  border-color: #ccccd4;
}
.dialog--contact .conversation.isSending [type=submit]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/spinner.gif");
  background-size: 100%;
}
.dialog--contact .conversation.isSuccess .field {
  pointer-events: none;
  background: transparent;
}
.dialog--contact .conversation.isSuccess [type=submit] {
  display: none;
}
.dialog--contact .bubble-wrap {
  max-height: 0;
  padding: 0.25rem 2rem 0.25rem 1rem;
  overflow: hidden;
}
.dialog--contact .bubble-wrap.bubble-wrap--right {
  padding-right: 1rem;
  padding-left: 2rem;
  text-align: right;
}
.dialog--contact .bubble-wrap.isLoaded {
  max-height: 40rem;
}
@media screen and (min-width: 768px) {
  .dialog--contact .bubble-wrap {
    padding: 0.5rem 5rem 0.5rem 1rem;
  }
  .dialog--contact .bubble-wrap.bubble-wrap--right {
    padding: 0.5rem 1rem 0.5rem 5rem;
  }
}
.dialog--contact .uniform__potty {
  position: absolute;
  left: -9999px;
}

.card-container {
  width: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  overflow-x: auto;
}

.owl-stage-outer {
  padding: 0.5rem 0;
}
.owl-stage-outer .card {
  margin-right: 1rem;
}

.card {
  display: inline-block;
  width: 20rem;
  min-width: 12rem;
  max-width: 100%;
  vertical-align: top;
  overflow: hidden;
  color: #0D0533;
}
@media (prefers-color-scheme: dark) {
  .card {
    color: #fffefc;
  }
}
.card.card--words {
  min-width: 15rem;
  max-width: 20rem;
  max-width: calc(100vw - 3rem);
  padding: 1.5rem;
}
.card.card--words .tweet {
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #0D0533;
}
@media screen and (max-width: 320px) {
  .card.card--words .tweet {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.card.card--words .timePosted, .card.card--words .interact {
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
}
.card.card--words .timePosted a, .card.card--words .interact a {
  color: rgba(13, 5, 51, 0.4);
}
.card.card--words .timePosted a:hover, .card.card--words .interact a:hover {
  color: #0D0533;
}
.card.card--words .interact {
  float: right;
  margin-bottom: -0.5rem;
}
.card.card--words .interact a + a {
  margin-left: 0.5rem;
}
.card.card--shadow {
  -webkit-box-shadow: 0 0.25rem 1rem rgba(13, 5, 51, 0.1);
  -moz-box-shadow: 0 0.25rem 1rem rgba(13, 5, 51, 0.1);
  box-shadow: 0 0.25rem 1rem rgba(13, 5, 51, 0.1);
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.card .card__title {
  color: #6547FE;
  margin-bottom: 0.25rem;
}
.card .card__title sup {
  margin-left: 0.5rem;
  color: #ccccd4;
  font-size: 0.75rem;
  font-weight: normal;
}
.card p {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .card p {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.card figure {
  border-radius: 0.75rem;
  overflow: hidden;
}
.card figure img {
  display: block;
  width: 100%;
}
.card--related figure {
  position: relative;
  padding-bottom: 0.6666666667;
}
.card--related figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card__info {
  padding: 1rem 0;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-dot {
  display: inline-block;
  padding: 0.25rem;
}
.owl-dot span {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}
.owl-dot.active span {
  background-color: #6547FE;
}
.owl-dot.active:only-child {
  display: none;
}

dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0;
  background-color: rgba(13, 5, 51, 0.9);
  border: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dialogIsActive dialog {
  opacity: 1;
  pointer-events: all;
}
.dialogIsActive .bubble-wrap.isLoaded .bubble {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.dialogIsActive .bubble-wrap.isLoaded .bubble .bubble__loader {
  opacity: 0;
  max-width: 0;
  max-height: 0;
}
.dialogIsActive .bubble-wrap.isLoaded .bubble .bubble__content {
  max-width: 40rem;
  max-height: 10rem;
}

footer {
  overflow: hidden;
}
footer h4 {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
footer a {
  color: inherit;
}
footer .footer-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  footer .footer-info {
    flex-direction: row;
  }
}

nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  max-width: 100vw;
  padding: 0 1rem;
  background: rgba(255, 254, 252, 0.8);
  -webkit-backdrop-filter: blur(0.5rem);
  -moz-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  border-top: 1px solid #D3DFE5;
}
@media screen and (min-width: 768px) {
  nav {
    padding: 0 2rem;
  }
}
@media (prefers-color-scheme: dark) {
  nav {
    background: rgba(17, 15, 26, 0.8);
    border-color: #4D4B53;
  }
}
nav .nav__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
nav ul {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  width: 100%;
  padding: 0.5rem 0;
  list-style: none;
  color: #34495e;
}
@media screen and (min-width: 768px) {
  nav ul {
    margin-left: -1rem;
  }
}
nav ul.hasActive {
  color: #868197;
}
nav ul.hasActive a.isActive {
  color: #0D0533;
}
@media (prefers-color-scheme: dark) {
  nav ul.hasActive a.isActive {
    color: #fffefc;
  }
}
nav li {
  display: flex;
  align-items: center;
}
nav li .button {
  margin-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  nav li .button {
    margin-left: 0.5rem;
  }
}
nav a {
  display: block;
  padding: 0.75rem 0.5rem;
  font-size: 1.125rem;
  line-height: 1rem;
  color: inherit;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  nav a {
    padding: 0.75rem 1rem;
    font-size: 1.25rem;
  }
}
nav .menu-grey {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
nav .menu-grey a {
  white-space: nowrap;
}
nav .menu-grey a.a--twitter {
  display: none;
}
@media screen and (min-width: 480px) {
  nav .menu-grey a.a--twitter {
    display: block;
  }
}
nav .menu-grey a.a--twitter svg path {
  fill: #ccccd4;
}
nav .menu-grey a.a--twitter:hover svg path {
  fill: #6547FE;
}

section {
  position: relative;
  padding: 0 1.25rem;
  max-height: auto;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  section {
    padding: 0 7rem;
  }
}
section * {
  z-index: 1;
}
section .container {
  max-width: 50rem;
  margin: 0 auto;
}
section .section__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.section--homeintro .section__bg-image {
  background-size: cover;
  background-position: right top;
}
@media screen and (max-width: 767px) {
  section.section--homeintro .section__bg-image {
    background-position: 40% top;
  }
}
section.section--bg .section__bg-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (max-width: 767px) {
  section.section--bg .section__bg-image {
    background-size: auto 400px;
    background-position: -20% bottom;
  }
}
section.section--bg2 .section__bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (max-width: 767px) {
  section.section--bg2 .section__bg-image {
    background-position: 60%;
  }
}
section.section--homeintro {
  min-height: 50vh;
}
section.section--homeintro ~ section {
  transform: translateY(40vh);
  transition: opacity 0.6s linear, transform 1.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition-delay: 0.6s;
  opacity: 0;
}
.isLoaded section.section--homeintro ~ section {
  transform: translateY(0);
  opacity: 1;
}
section.section--stream_of_words, section.section--stream_of_images {
  max-height: 100vh;
}
section.section--collapsed {
  max-height: 8.5rem;
}
@media screen and (min-width: 768px) {
  section .owl-carousel.card-container {
    margin-right: -2rem;
    width: calc(100% + 2rem);
  }
}

.featured-grid {
  display: grid;
  gap: 4rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .featured-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .featured-grid > *:nth-child(2n) {
    position: relative;
    transform: translateY(-30%);
  }
}
.featured-grid .item {
  display: block;
  box-shadow: 0 -0.5rem 0 rgba(52, 73, 94, 0);
  transition: all 0.3s ease;
  border-radius: 0.75rem;
}
.featured-grid .item figure {
  position: relative;
  padding-bottom: 62.5%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.featured-grid .item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.featured-grid .item:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.75rem 2.5rem rgba(52, 73, 94, 0.15);
}

.section-undo-p {
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-right: -2rem;
}

.section--bg-bottom-right {
  background-size: 80vw;
  background-position: bottom right;
}
@media screen and (min-width: 768px) {
  .section--bg-bottom-right {
    background-size: 80vw;
    background-position: bottom right;
  }
}

.section--page-header {
  padding-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .section--page-header {
    padding-top: 2.5rem;
  }
}
.section--page-header h1 {
  margin-left: 3.5rem;
}
@media screen and (min-width: 768px) {
  .section--page-header h1 {
    margin-left: 0;
  }
}

.section--projects {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .section--projects {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.section--next-project {
  background: #6547FE;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
}
.section--next-project .section__header * {
  margin-bottom: 1rem;
  font-size: 2rem;
  opacity: 0.3;
}
.section--next-project figure {
  border-radius: 0.5rem;
  overflow: hidden;
}
.section--next-project figure img {
  display: block;
}

.block {
  position: relative;
  padding: 3rem 1.25rem;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (min-width: 768px) {
  .block {
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .block {
    padding: 6rem 2rem;
  }
}
.block.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.block--info {
  padding-top: 1.75rem;
  background: #fffefc;
}
@media screen and (min-width: 768px) {
  .block--info {
    padding-top: 3rem;
  }
}
@media (prefers-color-scheme: dark) {
  .block--info {
    background: #110F1A;
  }
}
.block--info h1 {
  margin-left: 3.5rem;
  margin-bottom: 2.25rem;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .block--info h1 {
    margin-left: 0;
  }
}
.block--info blockquote {
  margin-top: 0;
  font-size: 1.25rem;
}
.block--info .actions {
  display: flex;
  margin: 0.75rem 0 1.5rem;
}
.block--info .actions a {
  margin-right: 1.25rem;
  padding: 0.25rem 0;
  border-bottom: 1px solid #ccccd4;
  color: #8d9da6;
}
@media (hover: hover) {
  .block--info .actions a:hover {
    color: #0D0533;
  }
}
@media (hover: hover) and (prefers-color-scheme: dark) {
  .block--info .actions a:hover {
    color: #fffefc;
  }
}
.block--keyvisual figure, .block--full_image figure {
  width: 100%;
}
.block--keyvisual figure img, .block--full_image figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: calc(100vw - 2.5rem);
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .block--keyvisual figure img, .block--full_image figure img {
    min-height: auto;
  }
}
.block--keyvisual {
  padding: 0;
}
.block--keyvisual figure img {
  min-height: 100vw;
}
@media screen and (min-width: 768px) {
  .block--keyvisual figure img {
    min-height: auto;
  }
}
.block--full_image {
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .block--full_image {
    padding: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .block--gallery .block__text,
  .block--gallery .block__image {
    -webkit-position: sticky;
    position: sticky;
    top: 3.5rem;
    align-self: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .block--gallery .block__text + .block__image,
  .block--gallery .block__image + .block__image {
    margin-top: 2rem;
  }
}
.block--gallery figure {
  width: 100%;
}
.block--gallery figure + figure {
  margin-top: 1.25rem;
}
.block--gallery figure img {
  display: block;
  width: 100%;
}

.project-info-main > * {
  transition: all cubic-bezier(0.5, 0, 0, 0.5) 1s;
  transform: translateY(3rem);
  opacity: 0;
}
.project-info-main > *:nth-child(1) {
  transition-delay: 0;
}
.project-info-main > *:nth-child(2) {
  transition-delay: 0.3s;
}
.project-info-main > *:nth-child(3) {
  transition-delay: 1s;
}
.isLoaded .project-info-main > * {
  transform: translateY(0);
  opacity: 1;
}

.project-info-side {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #868197;
  gap: 1rem;
}
@media (prefers-color-scheme: dark) {
  .project-info-side {
    color: #B8C5CC;
  }
}
@media screen and (min-width: 768px) {
  .project-info-side {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.project-info-side > * {
  transition: all cubic-bezier(0.5, 0, 0, 0.5) 1s;
  transform: translateY(3rem);
  opacity: 0;
}
.project-info-side > *:nth-child(2) {
  transition-delay: 1s;
}
.project-info-side > *:nth-child(1) {
  transition-delay: 1.3s;
}
.project-info-side > *:nth-child(3) {
  transition-delay: 1.6s;
}
.isLoaded .project-info-side > * {
  transform: translateY(0);
  opacity: 1;
}
.project-info-side a {
  color: inherit;
}
@media (hover: hover) {
  .project-info-side a:hover {
    color: #0D0533;
  }
}
@media (hover: hover) and (prefers-color-scheme: dark) {
  .project-info-side a:hover {
    color: #fffefc;
  }
}
.project-info-side a:focus {
  color: #6547FE;
}
.project-info-side h4 {
  line-height: 1.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #ccccd4;
}
.project-info-side .year,
.project-info-side .disciplines,
.project-info-side .team {
  flex-basis: 50%;
  flex-grow: 1;
}
.project-info-side .team .note {
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  opacity: 0.75;
}
.project-info-side .year {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .project-info-side .year {
    order: -1;
  }
}

.section--cv-intro {
  padding-top: 9rem;
}
.section--cv-intro .hero {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .section--cv-intro .hero {
    margin-left: -6.5rem;
    gap: 1.5rem;
  }
}
.section--cv-intro .hero figure {
  width: 4rem;
}
@media screen and (min-width: 768px) {
  .section--cv-intro .hero figure {
    width: 7rem;
  }
}
.section--cv-intro h1 {
  color: #0D0533;
  font-size: 2rem;
  line-height: 100%;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .section--cv-intro h1 {
    font-size: 5rem;
  }
}
@media (prefers-color-scheme: dark) {
  .section--cv-intro h1 {
    color: #fffefc;
  }
}
.section--cv-intro h2 {
  margin-left: 0.25rem;
  color: #868197;
  font-weight: normal;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .section--cv-intro h2 {
    font-size: 2.25rem;
  }
}
.section--cv-intro .tagline {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #6547FE;
}
.section--cv-intro .usps {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 4rem;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .section--cv-intro .usps {
    flex-direction: row;
  }
}
.section--cv-intro .usp {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .section--cv-intro .usp {
    flex-direction: column;
    gap: 1rem;
  }
}
.section--cv-intro .usp h3 {
  font-weight: 500;
  font-size: 1.5rem;
}
.section--cv-intro .usp p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #868197;
}

.section--details {
  padding-top: 6rem;
  text-align: center;
}
.section--details .page-nav-wrapper {
  text-align: center;
}
.section--details .page-nav {
  position: sticky;
  top: 1.5rem;
  z-index: 2;
  display: inline-flex;
  margin-bottom: 2rem;
  padding: 0.25rem;
  gap: 0.25rem;
  border-radius: 1.5rem;
  background: rgba(13, 5, 51, 0.03);
  -webkit-backdrop-filter: blur(0.5rem);
  -moz-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
}
@media (prefers-color-scheme: dark) {
  .section--details .page-nav {
    background: rgba(255, 254, 252, 0.03);
  }
}
.section--details .page-nav-item {
  display: flex;
  font-size: 1.25rem;
  padding: 10px 1rem 6px;
  border-radius: 1.25rem;
  cursor: pointer;
  color: #868197;
}
.section--details .page-nav-item:hover {
  color: #0D0533;
}
@media (prefers-color-scheme: dark) {
  .section--details .page-nav-item:hover {
    color: #fffefc;
  }
}
.section--details .page-nav-item.isActive {
  background: #fffefc;
  color: #0D0533;
  font-weight: 500;
}
@media (prefers-color-scheme: dark) {
  .section--details .page-nav-item.isActive {
    background: #110F1A;
    color: #fffefc;
  }
}
.section--details .experience-list {
  margin: 0 -1.25rem;
}
@media screen and (min-width: 768px) {
  .section--details .experience-list {
    margin: 0;
  }
}
.section--details .experience-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 1.25rem 0;
  border-bottom: 1px solid #D3DFE5;
  text-align: left;
  overflow: hidden;
}
@media (prefers-color-scheme: dark) {
  .section--details .experience-item {
    border-color: #4D4B53;
  }
}
@media screen and (min-width: 768px) {
  .section--details .experience-item {
    margin-bottom: 1rem;
    padding: 1rem 1.5rem 0;
    border-radius: 1rem;
    border: 1px solid #D3DFE5;
  }
}
@media screen and (min-width: 768px) and (prefers-color-scheme: dark) {
  .section--details .experience-item {
    border-color: #4D4B53;
  }
}
@media (hover: hover) {
  .section--details .experience-item:not(.isActive):hover {
    border-color: #868197;
  }
}
.section--details .experience-item:not(.isActive):active {
  background: rgba(13, 5, 51, 0.03);
  background: rgba(101, 71, 254, 0.03);
  border-color: #6547FE;
}
@media (prefers-color-scheme: dark) {
  .section--details .experience-item:not(.isActive):active {
    background: rgba(255, 254, 252, 0.03);
  }
}
.section--details .experience-item .header {
  display: flex;
  align-items: center;
  margin: -1rem -1.5rem;
  padding: 1rem 1.5rem;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.section--details .experience-item .xp-image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 2rem;
  max-height: 2rem;
  height: auto;
  margin-right: 0.5rem;
}
.section--details .experience-item .xp-image img {
  max-width: 100%;
  max-height: 100%;
}
.section--details .experience-item .title {
  flex: 0 1 100%;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .section--details .experience-item .title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.section--details .experience-item .title a {
  color: inherit;
  border-bottom: 1px solid currentColor;
}
.section--details .experience-item .title a:hover {
  color: #6547FE;
}
.section--details .experience-item .period {
  color: #B8C5CC;
}
@media (prefers-color-scheme: dark) {
  .section--details .experience-item .period {
    color: #868197;
  }
}
.section--details .experience-item .icon {
  display: flex;
  opacity: 0.25;
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.section--details .experience-item.isActive .icon {
  transform: rotate(180deg);
}
.section--details .experience-item:hover .icon {
  opacity: 1;
}
.section--details .experience-item .content {
  transition: max-height 0.7s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  max-height: 0;
}
.section--details .experience-item.isActive .content {
  opacity: 1;
  max-height: 100vh;
}
.section--details .experience-item .content p {
  color: #868197;
  line-height: 125%;
}
@media (prefers-color-scheme: dark) {
  .section--details .experience-item .content p {
    color: #B8C5CC;
  }
}
.section--details .experience-item .content .project-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  grid-auto-flow: column;
  grid-auto-columns: minmax(12rem, 1fr);
  gap: 1.25rem;
  margin: 0.5rem -1.25rem 1rem;
  padding: 1.25rem;
  color: #868197;
  overflow-x: scroll;
}
@media (prefers-color-scheme: dark) {
  .section--details .experience-item .content .project-list {
    color: #B8C5CC;
  }
}
@media screen and (min-width: 768px) {
  .section--details .experience-item .content .project-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    gap: 1.5rem;
    margin: 1.5rem 0;
    padding: 0;
  }
}
.section--details #projects {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .section--details #projects {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.section--details #projects .project-item {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.section--details #projects .project-item .project-image {
  margin-bottom: 1rem;
}
.section--details #projects .project-item h4 {
  color: #868197;
  font-weight: 500;
}
.section--details #projects .project-item p.description {
  margin: 0;
  font-size: 1.25rem;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .section--details #projects .project-item p.description {
    font-size: 1.5rem;
  }
}
.section--details .project-item--linked {
  color: #0D0533;
}
@media (prefers-color-scheme: dark) {
  .section--details .project-item--linked {
    color: #fffefc;
  }
}
.section--details .project-item--linked:hover {
  color: #6547FE;
}
.section--details .project-item--linked:hover svg {
  opacity: 1;
}
.section--details .project-item--linked:hover .project-image img {
  transform: scale(1.05);
}
.section--details .project-item--linked h4 {
  font-weight: 500;
}
.section--details .project-item h4 {
  display: flex;
  justify-content: space-between;
}
.section--details .project-item h4 svg {
  transform: rotate(-90deg);
  opacity: 0.25;
  width: 1rem;
}
.section--details .project-item .project-image {
  margin-top: 0.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
.section--details .project-item .project-image img {
  display: block;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section--education p, .section--education h4 {
  font-size: 1.25rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .section--education p, .section--education h4 {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
.section--education p .period, .section--education h4 .period {
  color: #B8C5CC;
}
@media (prefers-color-scheme: dark) {
  .section--education p .period, .section--education h4 .period {
    color: #868197;
  }
}