/*! bulma.io v0.7.2 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.3333333333%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.6666666667%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.3333333333%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.6666666667%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.3333333333%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.6666666667%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.3333333333%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.6666666667%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1087px) {
  .column.is-narrow-touch {
    flex: none;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1088px) {
  .column.is-narrow-desktop {
    flex: none;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .column.is-narrow-widescreen {
    flex: none;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1472px) {
  .column.is-narrow-fullhd {
    flex: none;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1088px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1087px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1088px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1280px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1472px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1087px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1088px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1472px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1087px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1088px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1472px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1087px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1088px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1472px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1087px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1088px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1472px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1087px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1088px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1472px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1087px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1088px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1472px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1087px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1088px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1472px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1087px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1088px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1472px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.75rem;
}
.tile.is-vertical {
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

html {
  scroll-behavior: smooth;
  background: black;
}

body {
  background: transparent !important;
  font-family: "athelas", Georgia, serif;
  width: 100%;
  min-width: 100%;
  color: #dddddd;
}

#mute {
  display: none;
}

.page .post-meta {
  display: none !important;
}

.columns.quote .text {
  padding: 2rem 0rem !important;
}

.liner {
  height: 1px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  background: -moz-linear-gradient(left, rgb(221, 221, 221) 0%, rgb(221, 221, 221) 76%, rgba(221, 221, 221, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(221, 221, 221) 0%, rgb(221, 221, 221) 76%, rgba(221, 221, 221, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(221, 221, 221) 0%, rgb(221, 221, 221) 76%, rgba(221, 221, 221, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dddddd", endColorstr="#00dddddd",GradientType=1 ); /* IE6-9 */
  display: block;
  opacity: 0.24;
}

.fade-rise-fast {
  animation-name: rise_up;
  animation-duration: 550ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 350ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  opacity: 0;
}

.fade-rise-slow {
  animation-name: rise_up;
  animation-duration: 750ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 750ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  opacity: 0;
}

.fade-rise-slower {
  animation-name: rise_up;
  animation-duration: 750ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 1150ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  opacity: 0;
}

@keyframes rise_up {
  from {
    opacity: 0;
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media screen and (max-width: 768px) {
  .gallery.columns {
    display: flex;
  }
}

.primary-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
}
.primary-menu ul.nav {
  float: right;
}
.primary-menu ul.nav li a {
  font-size: 14px;
  color: #dddddd;
  text-transform: uppercase !important;
  text-decoration: none !important;
  font-style: normal !important;
  padding-top: 19px;
  padding-bottom: 19px;
}
.primary-menu ul.nav li a:hover {
  color: #f1f1f1 !important;
  text-decoration: none !important;
}
.primary-menu ul.nav li.current-menu-item a {
  text-decoration: underline !important;
}

@media only screen and (max-width: 1344px) {
  .primary-menu ul.nav li a {
    font-size: 13px;
    padding: 19px 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .primary-menu {
    display: none !important;
  }
}
.mobile-menu-button {
  display: none;
}

#primary.hidden {
  opacity: 0;
}

.mobile-menu {
  display: block;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  opacity: 0;
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.mobile-menu.active {
  display: block;
}
.mobile-menu.ready {
  opacity: 1;
}
.mobile-menu #menu-main-menu-1 {
  float: none;
  display: flex;
  flex-direction: column;
  margin-left: 12px;
  margin-top: 6rem;
}
.mobile-menu #menu-main-menu-1 li a {
  font-size: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-style: normal !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  font-weight: light;
  letter-spacing: 0.25rem;
}
.mobile-menu #menu-main-menu-1 li a:hover {
  text-decoration: underline;
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .mobile-menu-button {
    display: block;
  }
  .mobile-menu-button:hover {
    opacity: 0.7;
  }
  .mobile-menu-button.active {
    background-image: url("../images/menu-button-close.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.history-img {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.152);
  padding: 8px;
}

#archive-header {
  margin-top: 15vh;
  margin-left: 13vw;
}
@media screen and (max-width: 768px) {
  #archive-header {
    margin-top: 0vh;
    margin-left: 20px;
  }
}
#archive-header h1 {
  color: white;
}
#archive-header h3 {
  margin-top: 10px;
}
#archive-header ul.recent-post-list {
  padding-left: 22px;
  padding-right: 22px;
  margin-top: 13px;
  display: block;
}
#archive-header ul.recent-post-list li a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 2px 0px 2px 0px;
  color: #dddddd;
  text-decoration: none;
  text-decoration: none;
}
#archive-header ul.recent-post-list li a:hover {
  text-decoration: underline;
  color: #99ccff;
}

#post-header h5.meta {
  color: hsl(0, 0%, 71%);
  display: inline-block;
  margin-bottom: 0px;
}
#post-header .liner {
  margin-bottom: 30px;
}
#post-header .post-jump {
  position: relative;
  top: -100px;
}

#post-footer {
  padding: 0rem;
  margin-bottom: 120px;
}
#post-footer .single-return {
  color: white;
  font-style: normal !important;
}
#post-footer .single-return .rotate {
  transform: rotate(270deg);
  top: 2px;
  margin-right: 7px;
}
#post-footer .single-return:hover h5 {
  text-decoration: underline;
  color: #99ccff;
}
#post-footer .single-return:hover .rotate {
  transform: scale(1.3) rotate(270deg);
}
#post-footer .north {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjgsMCAwLDE2IDgsMTEuNCAxNiwxNiAiLz48L3N2Zz4=);
  cursor: pointer;
}
#post-footer .north:hover {
  transform: scale(1.3);
}
#post-footer h5.meta {
  color: hsl(0, 0%, 71%);
  display: inline-block;
  margin-bottom: 0px;
}
#post-footer h5.meta a {
  margin: 0px 5px;
  font-style: initial !important;
  text-decoration: none !important;
}
#post-footer h5.meta a:hover {
  text-decoration: underline !important;
  color: #99ccff;
}
#post-footer .liner {
  margin-top: 30px;
}

.post-builder-content .post {
  margin-bottom: 65px;
}
.post-builder-content .post .columns:first-of-type .liner:first-of-type {
  display: none;
}
.post-builder-content .post .columns:first-of-type .text {
  padding-top: 0rem !important;
}

.archive-footer {
  width: 100%;
  margin-bottom: 150px;
}

.minimal-button {
  border-radius: 9999px;
  padding: 8px 14px;
  display: inline-flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  color: rgb(123, 123, 123) !important;
  text-decoration: none !important;
  border: 1px solid rgb(37, 37, 37);
}
.minimal-button .label {
  font-size: 12px;
  margin-top: 2px;
  font-style: normal !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1rem;
}
.minimal-button svg {
  width: 16px;
  height: 16px;
}
.minimal-button:hover {
  background: rgb(31, 31, 31);
  color: white !important;
}

.meta-hide.gone {
  display: none !important;
}

#archive-roll,
#homepage-layout {
  width: 84%;
  max-width: 748px;
  margin: 0 auto;
  margin-top: 15vh;
}
@media screen and (max-width: 768px) {
  #archive-roll,
  #homepage-layout {
    margin-top: 60px;
  }
}
#archive-roll h1,
#archive-roll h2,
#archive-roll h3,
#archive-roll h4,
#archive-roll h5,
#archive-roll h6,
#homepage-layout h1,
#homepage-layout h2,
#homepage-layout h3,
#homepage-layout h4,
#homepage-layout h5,
#homepage-layout h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: white;
}
#archive-roll .post img,
#homepage-layout .post img {
  width: 100% !important;
  height: auto !important;
  border-radius: 5px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
#archive-roll .post img:hover,
#homepage-layout .post img:hover {
  filter: brightness(1.2);
}
#archive-roll .post .caption,
#homepage-layout .post .caption {
  position: relative;
  top: -10px;
  color: hsl(0, 0%, 48%);
  font-size: 15px;
  line-height: 120%;
}
#archive-roll .normal-text-block a,
#archive-roll .side-image-text a,
#homepage-layout .normal-text-block a,
#homepage-layout .side-image-text a {
  font-size: 16px !important;
  font-style: initial !important;
}
#archive-roll .normal-text-block a:hover,
#archive-roll .side-image-text a:hover,
#homepage-layout .normal-text-block a:hover,
#homepage-layout .side-image-text a:hover {
  color: #99ccff;
}
#archive-roll .normal-text-block ul li,
#archive-roll .normal-text-block ol li,
#archive-roll .side-image-text ul li,
#archive-roll .side-image-text ol li,
#homepage-layout .normal-text-block ul li,
#homepage-layout .normal-text-block ol li,
#homepage-layout .side-image-text ul li,
#homepage-layout .side-image-text ol li {
  padding: 10px 0px;
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  #archive-roll .normal-text-block ul li,
  #archive-roll .normal-text-block ol li,
  #archive-roll .side-image-text ul li,
  #archive-roll .side-image-text ol li,
  #homepage-layout .normal-text-block ul li,
  #homepage-layout .normal-text-block ol li,
  #homepage-layout .side-image-text ul li,
  #homepage-layout .side-image-text ol li {
    font-size: 14px !important;
  }
}
#archive-roll .side-image-text.image-align-right,
#homepage-layout .side-image-text.image-align-right {
  flex-direction: row-reverse;
}
#archive-roll .side-image-text img,
#homepage-layout .side-image-text img {
  margin-bottom: 20px;
}
#archive-roll .gallery.full .column,
#homepage-layout .gallery.full .column {
  width: 100% !important;
  flex: none;
}
#archive-roll .gallery.half .column,
#homepage-layout .gallery.half .column {
  width: 50% !important;
  flex: none;
}
#archive-roll .gallery.third .column,
#homepage-layout .gallery.third .column {
  width: 33.3% !important;
  flex: none;
}
#archive-roll .gallery.quarter .column,
#homepage-layout .gallery.quarter .column {
  width: 25% !important;
  flex: none;
}
#archive-roll .full-single-image img,
#homepage-layout .full-single-image img {
  margin-bottom: 20px;
}
#archive-roll .fitvids,
#homepage-layout .fitvids {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
#archive-roll .quote,
#homepage-layout .quote {
  margin: 0px 0 40px;
}
#archive-roll .quote .column,
#homepage-layout .quote .column {
  padding: 0;
}
#archive-roll .quote .text,
#homepage-layout .quote .text {
  font-size: 2rem;
  line-height: 160%;
  padding: 0rem 0 4rem;
  display: inline-block;
}
#archive-roll .quote .text p,
#homepage-layout .quote .text p {
  font-size: 24px;
}
#archive-roll .quote .attribution,
#homepage-layout .quote .attribution {
  padding: 0rem 0 1.5rem;
  font-size: 1.18rem;
  display: inline-block;
  color: hsl(0, 0%, 48%);
}
#archive-roll .dividing-line-block .is-12,
#homepage-layout .dividing-line-block .is-12 {
  padding: 0px;
}
#archive-roll .dividing-line-block,
#homepage-layout .dividing-line-block {
  width: 100%;
  margin: 0px 0 30px;
  padding: 2rem 0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #archive-roll {
    margin-top: 90px;
    width: auto;
    max-width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0px !important;
  }
}

.lightbox-gallery img {
  opacity: 0;
}
.lightbox-gallery img.loaded {
  opacity: 1;
  -webkit-transition: all 1050ms ease-in-out;
  -moz-transition: all 1050ms ease-in-out;
  -ms-transition: all 1050ms ease-in-out;
  -o-transition: all 1050ms ease-in-out;
  transition: all 1050ms ease-in-out;
}

.feature-image img {
  opacity: 0;
}

.home .background-zone {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  overflow: hidden;
  z-index: -1;
}
.home .background-zone .gradient-cover {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 40%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.home .background-zone img {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(25px);
  opacity: 0;
}
.home .background-zone img.loaxded {
  transition-delay: 500ms;
  opacity: 0.8;
  -webkit-transition: all 1450ms ease-in-out;
  -moz-transition: all 1450ms ease-in-out;
  -ms-transition: all 1450ms ease-in-out;
  -o-transition: all 1450ms ease-in-out;
  transition: all 1450ms ease-in-out;
}
.home .background-zone img.unblur {
  filter: blur(0px);
  transition-delay: 500ms;
  -webkit-transition: filter 3450ms ease-in-out;
  -moz-transition: filter 3450ms ease-in-out;
  -ms-transition: filter 3450ms ease-in-out;
  -o-transition: filter 3450ms ease-in-out;
  transition: filter 3450ms ease-in-out;
  transform: translateY(0px) scale(1);
}
@media only screen and (max-width: 768px) {
  .home .background-zone img {
    object-position: 70%;
  }
}
.home .background-zone.video video {
  position: absolute;
  top: 25vw;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  opacity: 0;
  animation-name: videoFade;
  animation-duration: 2000ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0;
  animation-iteration-count: 1;
}

.background-zone {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  overflow: hidden;
  z-index: -1;
}
.background-zone .gradient-cover {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 40%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.background-zone img {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  object-fit: none;
  object-position: top;
  filter: blur(25px);
  opacity: 0;
}
.background-zone img.loaxded {
  transition-delay: 500ms;
  opacity: 0.8;
  -webkit-transition: all 1450ms ease-in-out;
  -moz-transition: all 1450ms ease-in-out;
  -ms-transition: all 1450ms ease-in-out;
  -o-transition: all 1450ms ease-in-out;
  transition: all 1450ms ease-in-out;
}
.background-zone img.unblur {
  filter: blur(0px);
  transition-delay: 500ms;
  -webkit-transition: filter 3450ms ease-in-out;
  -moz-transition: filter 3450ms ease-in-out;
  -ms-transition: filter 3450ms ease-in-out;
  -o-transition: filter 3450ms ease-in-out;
  transition: filter 3450ms ease-in-out;
  transform: translateY(0px) scale(1);
}
.background-zone.video video {
  position: absolute;
  top: 25vw;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  opacity: 0;
  animation-name: videoFade;
  animation-duration: 2000ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0;
  animation-iteration-count: 1;
}

@keyframes videoFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.home #mute {
  display: block;
}
.home {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .home {
    justify-content: normal;
  }
}
.home #homepage-layout {
  display: flex;
  flex-direction: row;
  justify-items: center;
  margin-top: -5%;
}
@media only screen and (max-width: 768px) {
  .home #homepage-layout {
    margin-left: 8% !important;
    margin-top: 70% !important;
  }
  .home #homepage-layout img.featured {
    border-radius: 99999px;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    object-position: center;
  }
  .home #homepage-layout img.featured:hover {
    opacity: 1;
    filter: none !important;
  }
}

.page-template-page-history .post {
  margin-bottom: 100px;
}
.page-template-page-history .history-block {
  padding-bottom: 70px;
  background-image: url("../images/dotted-line-bg.svg");
  background-repeat: repeat-y;
  background-position: 16.8% 0px;
  background-size: 6px 20px;
  position: relative;
}
.page-template-page-history .history-block img:hover {
  opacity: 1 !important;
  filter: brightness(1.25);
}
.page-template-page-history .history-block:last-of-type .fade-block {
  position: absolute;
  top: 50%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.96) 98%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.96) 98%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.96) 98%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
}
@media only screen and (max-width: 768px) {
  .page-template-page-history .history-block {
    background-image: url();
  }
}
.page-template-page-history .history-block .column {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.page-template-page-history .history-block .column.standin {
  background-image: url(../images/big-dot.svg);
  background-position: 51.5% 48%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-template-page-history .history-block .column.standin {
    background-image: url();
  }
}
.page-template-page-history .history-block h4 {
  margin-bottom: 5px !important;
}
.page-template-page-history .newsletter-tail {
  width: 100% !important;
}

.newsletter-tail {
  position: relative;
  border-radius: 10px;
  width: 84%;
  max-width: 748px;
  margin: 0 auto;
  margin-bottom: 200px;
}
.newsletter-tail #mc-embedded-subscribe-form {
  padding: 0px !important;
  margin-top: 10px;
}
.newsletter-tail #mc-embedded-subscribe-form .email {
  max-width: 50%;
  display: inline-block !important;
  margin-right: 2%;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 10px !important;
  color: white !important;
}
.newsletter-tail #mc-embedded-subscribe-form .button {
  display: inline-block !important;
  margin-top: 10px !important;
  height: 37px !important;
  line-height: 20px !important;
  background: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  font-style: italic;
  letter-spacing: 0.2rem;
  width: auto !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.newsletter-tail #mc-embedded-subscribe-form .button:hover {
  background: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.newsletter-tail #mc-embedded-subscribe-form .email:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  border: 1px solid #99ccff;
}
.newsletter-tail #mc-embedded-subscribe-form .email::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.86) !important;
}
.newsletter-tail #mc-embedded-subscribe-form .email:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.86) !important;
}
.newsletter-tail #mc-embedded-subscribe-form .email::placeholder {
  color: rgba(255, 255, 255, 0.86) !important;
}
.newsletter-tail .mce_inline_error {
  background-color: transparent !important;
}

.posts-navigation {
  margin-bottom: 70px;
  margin-top: 70px;
}
.posts-navigation h2 {
  font-size: 24px !important;
}
.posts-navigation a {
  font-size: 16px;
}

.audio-disable {
  position: fixed;
  bottom: 15px;
  right: 15px;
  color: rgba(255, 255, 255, 0.281);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.audio-disable:hover {
  color: rgba(255, 255, 255, 0.581);
}
.audio-disable.hidden {
  display: none;
}

.home .page-footer {
  display: none;
}

.page-footer {
  background: none;
  position: relative;
  z-index: 1200;
  width: 100%;
  right: 0px;
  padding: 20px;
  height: auto !important;
  margin: 0;
  background: rgba(21, 21, 21, 0.439);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page-footer a {
  font-size: 14px !important;
  font-style: normal;
  color: rgba(255, 255, 255, 0.534) !important;
}

.footer-details {
  font-size: 14px !important;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.534) !important;
}
@media screen and (max-width: 768px) {
  .footer-details {
    flex-direction: column;
  }
}

.social-disc-holder-new {
  display: flex;
  gap: 10px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9999999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-transition: all 160ms ease-in-out;
  -moz-transition: all 160ms ease-in-out;
  -ms-transition: all 160ms ease-in-out;
  -o-transition: all 160ms ease-in-out;
  transition: all 160ms ease-in-out;
  text-decoration: none !important;
}

.social-icon:hover {
  background: rgba(255, 255, 255, 0.16);
  color: white;
  border-color: rgba(255, 255, 255, 0.24);
  transform: translateY(-1px);
}

.page-footer .social-disc {
  width: 26px;
  height: 26px;
  -webkit-border-radius: 13px 13px 13px 13px;
  border-radius: 13px 13px 13px 13px;
  margin-left: 12px;
  float: right;
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

/* Container for the background image and overlay */
.image-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/* Animated element that follows the subject */
.subject-marker {
  position: absolute;
  /* These will be calculated with CSS custom properties */
  left: calc(var(--subject-x) * 1%);
  top: calc(var(--subject-y) * 1%);
  transform: translate(-50%, -50%);
  opacity: 0;
  /* Your animation styles here */
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(249, 204, 160, 0.8) 0%, rgba(251, 211, 155, 0.1) 13.5%, rgba(255, 250, 240, 0) 70%);
  border-radius: 50%;
  animation: pulse 6s infinite;
  animation-delay: 2500ms;
}

.lens-flare {
  position: absolute;
  left: calc(var(--subject-x) * 1% + 1px);
  top: calc(var(--subject-y) * 1% - 12px);
  transform: translate(-50%, -50%);
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background-image: url("../images/lens-flare-2.svg");
  background-position: center;
  background-size: cover;
  animation: lens 6s infinite;
  animation-delay: 2500ms;
  transform: rotate(120deg);
  opacity: 0;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  75% {
    transform: translate(-50%, -50%) scale(1.52);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes lens {
  0% {
    transform: translate(-50%, -50%) scale(0) rotate(120deg);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
    opacity: 0;
  }
}
html.menuopen {
  overflow: hidden !important;
}

#content.fixed-nav {
  position: relative;
  top: 52px;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}
article.sticky,
aside.sticky,
figure.sticky,
footer.sticky,
header.sticky,
hgroup.sticky,
section.sticky {
  border: 1px solid hsl(171, 100%, 41%);
  border-radius: 3px;
  padding: 1.5rem;
  position: relative;
}
article .cat-links a,
aside .cat-links a,
figure .cat-links a,
footer .cat-links a,
header .cat-links a,
hgroup .cat-links a,
section .cat-links a {
  margin-right: 0.5em;
}
article .entry-content pre, article .comment-content pre,
aside .entry-content pre,
aside .comment-content pre,
figure .entry-content pre,
figure .comment-content pre,
footer .entry-content pre,
footer .comment-content pre,
header .entry-content pre,
header .comment-content pre,
hgroup .entry-content pre,
hgroup .comment-content pre,
section .entry-content pre,
section .comment-content pre {
  border-radius: 0.25rem;
  margin: 1rem 0rem;
}
article .entry-content img, article .comment-content img,
aside .entry-content img,
aside .comment-content img,
figure .entry-content img,
figure .comment-content img,
footer .entry-content img,
footer .comment-content img,
header .entry-content img,
header .comment-content img,
hgroup .entry-content img,
hgroup .comment-content img,
section .entry-content img,
section .comment-content img {
  max-width: 100%;
}
article .entry-content figure, article .comment-content figure,
aside .entry-content figure,
aside .comment-content figure,
figure .entry-content figure,
figure .comment-content figure,
footer .entry-content figure,
footer .comment-content figure,
header .entry-content figure,
header .comment-content figure,
hgroup .entry-content figure,
hgroup .comment-content figure,
section .entry-content figure,
section .comment-content figure {
  max-width: 100% !important;
  margin-left: 0;
  margin-right: 0;
}
article .entry-content figure .wp-caption-text, article .comment-content figure .wp-caption-text,
aside .entry-content figure .wp-caption-text,
aside .comment-content figure .wp-caption-text,
figure .entry-content figure .wp-caption-text,
figure .comment-content figure .wp-caption-text,
footer .entry-content figure .wp-caption-text,
footer .comment-content figure .wp-caption-text,
header .entry-content figure .wp-caption-text,
header .comment-content figure .wp-caption-text,
hgroup .entry-content figure .wp-caption-text,
hgroup .comment-content figure .wp-caption-text,
section .entry-content figure .wp-caption-text,
section .comment-content figure .wp-caption-text {
  text-align: left;
  font-size: 0.8rem;
}
article .entry-content figure img, article .comment-content figure img,
aside .entry-content figure img,
aside .comment-content figure img,
figure .entry-content figure img,
figure .comment-content figure img,
footer .entry-content figure img,
footer .comment-content figure img,
header .entry-content figure img,
header .comment-content figure img,
hgroup .entry-content figure img,
hgroup .comment-content figure img,
section .entry-content figure img,
section .comment-content figure img {
  max-width: 100% !important;
}

.single .post .entry-meta .updated {
  display: none;
}
.single .post .entry-meta .cat-links a {
  margin-right: 0;
}
.single .post .entry-meta:last-of-type {
  margin-bottom: 1rem;
}

#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar .widget-area {
  position: relative;
  top: -12px;
}
#sidebar .widget-area .widget {
  margin: 0 0 1.5rem 0;
}

.comments-area {
  margin-top: 4rem;
}
.comments-area .comment-list {
  list-style: none;
}
.comments-area .comment-list .comment {
  margin-top: 1rem;
}
.comments-area .comment-list .comment .comment-author.vcard .fn {
  font-size: 1.25rem;
  vertical-align: text-bottom;
  margin-left: 0.25rem;
  top: -5px;
  position: relative;
}
.comments-area .comment-list .comment .comment-author.vcard .says {
  display: none;
}
.comments-area .comment-list .comment .comment-metadata {
  font-size: 0.85rem;
  margin: 0rem 2.6rem 0.5rem;
}
.comments-area .comment-list .comment .comment-body {
  margin: 1.5rem 0;
}
.comments-area .comment-list .comment .comment-content {
  margin: 0.5rem 2.6rem;
}
.comments-area .comment-list .comment .comment-content p {
  margin-bottom: 0.5rem;
}
.comments-area .comment-list .comment .reply {
  margin: 1rem 2.6rem;
}
.comments-area .comment-list .comment img.avatar {
  border-radius: 2px;
}
.comments-area .children {
  list-style: none;
  margin-left: 2.6rem;
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-8 {
    --columnGap: 0rem !important;
  }
}

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