@charset "UTF-8";
/*
.site-header {
    z-index: z('site-header');
}
*/
@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,400i");
small {
  font-size: 85%;
}

i, em, .italic {
  font-style: italic;
}

b, strong, .bold {
  font-weight: 500;
}

::selection {
  color: rgba(0, 0, 0, 0.7);
  background: #ffe697;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 0;
}
h1.serif, h2.serif, h3.serif, h4.serif, h5.serif, h6.serif {
  font-weight: 400;
}

h1, .h1 {
  font-size: 3rem;
  line-height: 1.125;
}
h1.title, .h1.title {
  font-size: 36px;
}
@media screen and (min-width: 640px) {
  h1.title, .h1.title {
    font-size: calc(4.4077134986vw + 7.7906336088px);
  }
}
@media screen and (min-width: 1366px) {
  h1.title, .h1.title {
    font-size: 68px;
  }
}

h2, .h2 {
  font-size: 2rem;
  line-height: 1.125;
}
h2.title, .h2.title {
  font-size: 36px;
}
@media screen and (min-width: 640px) {
  h2.title, .h2.title {
    font-size: calc(1.652892562vw + 25.4214876033px);
  }
}
@media screen and (min-width: 1366px) {
  h2.title, .h2.title {
    font-size: 48px;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.35;
}
h3.title, .h3.title {
  font-size: 21px;
}
@media screen and (min-width: 640px) {
  h3.title, .h3.title {
    font-size: calc(2.0661157025vw + 7.7768595041px);
  }
}
@media screen and (min-width: 1366px) {
  h3.title, .h3.title {
    font-size: 36px;
  }
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.35;
}
h4.title, .h4.title {
  font-size: 18px;
}
@media screen and (min-width: 640px) {
  h4.title, .h4.title {
    font-size: calc(0.4132231405vw + 15.3553719008px);
  }
}
@media screen and (min-width: 1366px) {
  h4.title, .h4.title {
    font-size: 21px;
  }
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6, .card__image .name, .gallery__item .name, .overline {
  font-size: 0.875rem;
}

p {
  font-size: 1.125rem;
  margin: 1rem 0;
}

.serif {
  font-family: "Vollkorn", "Georgia", serif;
  font-weight: 400;
}

.italic {
  font-style: italic;
}

.overline {
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(64, 71, 86, 0.5);
}

.currency {
  display: inline-block;
  font-size: 35%;
  vertical-align: middle;
  margin-left: 3px;
}

mark, .mark {
  position: relative;
  font-weight: inherit;
  color: currentColor;
  background: none;
  white-space: nowrap;
  z-index: 10;
}
mark::after, .mark::after {
  content: "";
  display: block;
  left: -8px;
  bottom: 0;
  position: absolute;
  height: 0.6em;
  width: 100%;
  width: calc(100% + 16px);
  background-color: #ffe385;
  transform: rotate(-0.65deg);
  z-index: -1;
}

/*
// dynamic font-size
// font-size / (viewport units / 100)
*/
.title, .heading {
  font-family: "Vollkorn", "Georgia", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.125;
  font-size: 2rem;
  margin: 0;
}
.title + .button, .heading + .button {
  margin: 1rem 0 0;
}
.title mark::after, .heading mark::after {
  bottom: 0.325em;
  height: 0.325em;
}

.subtitle {
  font-size: 1.125rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 1rem;
}

blockquote {
  position: relative;
  padding: 0 0 0 1.5rem;
}
blockquote::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  background: #ddd;
  border-radius: 8px;
  width: 8px;
}
blockquote *:last-child {
  margin-bottom: 0;
}
blockquote p {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 0;
}
blockquote footer {
  line-height: 1.5;
  color: rgba(64, 71, 86, 0.5);
}
blockquote footer::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 900;
  margin: 2px 6px 0 0;
  opacity: 0.8;
}
blockquote + * {
  margin-top: 1.5rem;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 100%;
  box-sizing: border-box;
  background-color: #222;
}

body {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #404756;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: none;
  background-color: #222;
}

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

a {
  color: #3f8ee9;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #569bec;
}
a.currentColor {
  color: currentColor;
}
a.currentColor:hover {
  color: #3f8ee9;
}

button {
  cursor: pointer;
  appearance: none;
  font-family: system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  text-transform: inherit;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
  transition: color 0.3s ease;
}

figure {
  position: relative;
  padding: 0;
  margin: 0;
}

figcaption {
  padding: 0;
}

img, svg, object, video {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

ul, ol {
  line-height: 1.5;
  padding: 0 0 0 2.5rem;
  margin: 1.5rem 0;
}
ul li, ol li {
  padding: 0;
  margin: 0;
}
ul.list-none, ol.list-none {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.list-inline, ol.list-inline {
  list-style: none;
}
ul.list-inline-block, ol.list-inline-block {
  padding: 0;
  margin: 0;
}
ul.list-inline-block li, ol.list-inline-block li {
  display: inline-block;
  margin: 0 1.5rem 0 0;
}

ol {
  list-style: decimal-leading-zero;
}

hr {
  padding: 0;
  margin: 1.5rem 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.row > div {
  position: relative;
}

.wrapper {
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
}

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

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

[class*=col-xs] {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: auto;
}

.col-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  justify-content: flex-start;
  text-align: left;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: right;
}

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

.middle-xs {
  align-items: center;
}

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

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

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

  [class*=col-sm] {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: auto;
  }

  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: left;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: right;
  }

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

  .middle-sm {
    align-items: center;
  }

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

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }

  [class*=col-md] {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: auto;
  }

  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: left;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: right;
  }

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

  .middle-md {
    align-items: center;
  }

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

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 90em) {
  .container {
    width: 82rem;
  }

  [class*=col-lg] {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: auto;
  }

  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: left;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: right;
  }

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

  .middle-lg {
    align-items: center;
  }

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

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
.nav__logo {
  position: absolute;
  left: 50%;
  margin-left: -57px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .nav__logo {
    position: relative;
    left: auto;
    flex: 1;
    text-align: left;
    max-width: 160px;
    margin: 0 0.75rem 0 0;
  }
}

a.logo {
  display: inline-block;
  color: currentColor;
  height: auto;
  width: 100%;
  max-width: 114px;
}
a.logo:hover {
  color: #3f8ee9;
}
a.logo svg path {
  fill: currentColor;
}
a.logo img[src*=".svg"] {
  width: 100%;
  min-width: 114px;
}
@media screen and (min-width: 992px) {
  a.logo {
    margin-right: 0.75rem;
  }
}

.nav__main {
  flex: 1;
  display: none;
  color: rgba(64, 71, 86, 0.5);
  text-align: center;
  line-height: 1;
  margin: 0 0.75rem;
}
.nav__main a, .nav__main button {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  color: currentColor;
  margin: 0 0.75rem;
}
.nav__main a:hover, .nav__main a:focus, .nav__main button:hover, .nav__main button:focus {
  color: #3f8ee9;
}
@media screen and (min-width: 992px) {
  .nav__main {
    display: block;
  }
}

.nav__user {
  text-align: right;
  line-height: 1;
  width: 100%;
}
.nav__user .avatar {
  margin-left: 0.5rem;
}
@media screen and (min-width: 992px) {
  .nav__user {
    flex: 1;
    margin-left: 0.75rem;
    max-width: 160px;
  }
}

.nav__sub {
  display: flex;
  align-items: center;
  position: relative;
  list-style: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.75rem 5%;
  margin: 0.5rem -5% 0;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  /*
  &::after {
      position: sticky;
      top: 0;
      right: 0;
      bottom: 0;
      display: inline-block;
      content: "\f061";
      font-family: $family-icons;
      font-weight: 900;
      text-align: center;
      color: $color-primary;
      padding: .5rem .75rem;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      background: rgba(255, 255, 255, .95);
      box-shadow: 0 0 12px rgba(0, 0, 0, .1);
      pointer-events: visible;
  }
  */
}
.nav__sub li {
  display: inline-block;
  text-align: center;
  color: rgba(64, 71, 86, 0.5);
  padding: 0;
  margin: 0;
}
.nav__sub li.nav__sub__options {
  flex: 1;
  text-align: right;
  align-self: flex-end;
}
.nav__sub li.nav__sub__options a {
  display: inline-block;
}
.nav__sub li.nav__sub__options .sub__search {
  position: relative;
  top: 1px;
}
.nav__sub li:not(:last-child) {
  margin-right: 0.75rem;
}
.nav__sub li:hover {
  color: #404756;
}
.nav__sub li.active {
  color: #3f8ee9;
}
.nav__sub a {
  display: block;
  color: currentColor;
  line-height: 2.6;
  padding: 0 1.125rem;
  border-radius: 24px;
  border: 1px solid rgba(51, 51, 51, 0.15);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .nav__sub {
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem 0 0;
    margin: 0;
  }
  .nav__sub li:first-child {
    margin-left: 0;
  }
  .nav__sub li:last-child {
    margin-right: 0;
  }
  .nav__sub li:not(:last-child) {
    margin-right: 1.5rem;
  }
  .nav__sub li:not(.nav__sub__options)::after {
    content: "";
    display: block;
    margin: auto;
    height: 3px;
    width: 0;
    background: transparent;
    transition: width 0.5s ease, background-color 0.5s ease;
  }
  .nav__sub li:not(.nav__sub__options):hover::after, .nav__sub li:not(.nav__sub__options).active::after {
    width: 32px;
    background: #3f8ee9;
  }
  .nav__sub li:not(.nav__sub__options).active {
    color: #3f8ee9;
  }
  .nav__sub li:not(.nav__sub__options).active a {
    background: none;
  }
  .nav__sub li:not(.nav__sub__options) a:not([class]) {
    position: relative;
    top: 2px;
    line-height: 1.5;
    padding: 0.5rem 0;
    border: 0;
    background: none;
  }
}

.tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.tabs .button--save {
  top: 0.5rem;
}

.tabs__label {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: #888;
  padding: 0.5rem 0;
  margin: 0;
  width: 100%;
  transition: color 0.1s;
}
@media (min-width: 768px) {
  .tabs__label {
    width: auto;
    padding: 0;
    margin: 0 1.5rem 0 0;
  }
  .tabs__label::after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 0;
    height: 3px;
    background: transparent;
    transition: width 0.5s ease, background-color 0.5s ease;
  }
  .tabs__label:hover::after {
    width: 32px;
    background: #3f8ee9;
  }
}

.tabs__input {
  position: absolute;
  opacity: 0;
}
.tabs__input:focus + .tabs__label {
  z-index: 1;
}
.tabs__input:checked + .tabs__label {
  color: #3f8ee9;
}
.tabs__input:checked + .tabs__label::after {
  width: 32px;
  background: #3f8ee9;
}

.tabs__panel {
  display: none;
  padding: 1.5rem 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .tabs__panel {
    order: 99;
  }
}

.tabs__input:checked + .tabs__label + .tabs__panel {
  display: block;
  width: 100%;
}

.menu {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  cursor: pointer;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 1.5rem;
  z-index: 400;
  transition: opacity 0.3s ease;
}
.menu:hover .menu__bars::before, .menu:hover .menu__bars::after {
  width: 24px;
}
.menu.active .menu__bars {
  background: none;
}
.menu.active .menu__bars::before, .menu.active .menu__bars:after {
  top: 0;
  width: 24px;
  transform: rotate(45deg);
  background: #404756;
}
.menu.active .menu__bars::after {
  transform: rotate(-45deg);
}
.menu.active .menu__bars:hover {
  transform: scale(1.2);
}
@media screen and (min-width: 992px) {
  .menu {
    display: none;
  }
}

.menu__bars {
  display: block;
  position: relative;
  width: 24px;
  height: 4px;
  margin: 10px 0;
  border-radius: 4px;
  background: #3f8ee9;
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu__bars::before, .menu__bars::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 4px;
  border-radius: 4px;
  background: #3f8ee9;
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu__bars::before {
  top: -8px;
  width: 20px;
}
.menu__bars::after {
  top: 8px;
  width: 14px;
}

body.show-panel-nav, body.show-panel-notes {
  overflow: hidden;
}
body.show-panel-nav .shade, body.show-panel-notes .shade {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
body.show-panel-nav .panel--nav {
  transform: translate3d(0, 0, 0);
}
body.show-panel-notes .menu {
  opacity: 0;
  pointer-events: none;
}
body.show-panel-notes .panel--notes {
  transform: translate3d(0, 0, 0);
}
body.show-search {
  overflow: hidden;
}
body.show-search .shade {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.15s ease;
}
body.show-search .search {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.15s ease;
}

.panel {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 85vw;
  background: #fff;
  transition: 0.3s ease;
  z-index: 200;
}
.panel--nav {
  left: 0;
  transform: translate3d(-100vw, 0, 0);
  box-shadow: 10px 2px 17px rgba(0, 0, 0, 0.2);
}
.panel--notes {
  right: 0;
  transform: translate3d(100vw, 0, 0);
  box-shadow: -10px -2px 17px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
  .panel {
    width: 400px;
  }
}

.panel__header {
  padding: 1.25rem 1.5rem;
  min-height: 68px;
  max-height: 68px;
  border-bottom: 1px solid #eee;
}

.panel__content {
  padding: 1.5rem;
}

.panel__search {
  padding: 1.5rem 1rem 1rem;
}
.panel__search .search__input {
  border: 0;
  background-color: #f1f1f1;
}
.panel__search .search__input:focus {
  background-color: #f1f1f1;
}

.panel__nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.panel__nav li:not(:first-child) {
  border-top: 1px solid #eee;
}
.panel__nav a {
  display: block;
  font-size: 1.125rem;
  color: currentColor;
  padding: 0.75rem 1.5rem;
}
.panel__nav a:hover {
  color: #3f8ee9;
}

.shade {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translate3d(0, -100vh, 0);
  transition: opacity 0.3s ease;
  z-index: 150;
}

@media screen and (max-width: 992px) {
  .button.button--upload {
    position: fixed;
    right: 0.75rem;
    bottom: 0.75rem;
    font-size: 1.85rem;
    text-align: center;
    color: #fff;
    line-height: 1.5625;
    padding: 0;
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 50%;
    border: 0;
    background: #3f8ee9;
    transition: 0.3s ease;
    z-index: 10000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  }
  .button.button--upload i[class^=fa] {
    margin: 0;
    line-height: inherit;
  }
  .button.button--upload:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
  }
  .button.button--upload span {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .button.js-toggle-nav, .nav__mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .nav__main a, .nav__main button {
    padding: 0rem;
  }
}
a.logo {
  padding: 0;
}

.nav__search {
  padding: 0rem;
}
.nav__search .search__input {
  box-shadow: none;
}

.site__content {
  padding-top: 70px !important;
}

@media screen and (max-width: 991px) {
  .site__content {
    padding-top: 0px !important;
  }

  a.logo {
    display: inline-block;
    color: currentColor;
    height: auto;
    width: 100%;
    max-width: 114px;
    position: relative;
    margin-left: -65px;
  }

  .nav__user {
    text-align: right;
    line-height: 1;
    width: 100%;
    max-width: 100%;
  }
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  line-height: 1.8;
}

.nav__search {
  display: inline-block;
  width: 10px;
}
.nav__search .search__input {
  cursor: pointer;
  font-family: system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  color: rgba(64, 71, 86, 0.5);
  padding: 5px 10px;
  padding-left: 30px;
  border-color: transparent;
  background-position: 10px center;
  text-transform: none;
  transition: 0.3s ease;
}
.nav__search .search__input::placeholder {
  color: transparent;
}
.nav__search .search__input:focus {
  width: 14rem;
  border-color: rgba(51, 51, 51, 0.15);
  transition: 0.3s ease;
}
.nav__search .search__input:focus::placeholder {
  color: rgba(64, 71, 86, 0.5);
}

.sub__search {
  display: inline-block;
  margin-right: 0.5rem;
  max-width: 14rem;
}
.sub__search .search__input {
  border-color: transparent;
  background-color: #f1f1f1;
}

.search__results {
  color: rgba(64, 71, 86, 0.5);
  font-weight: 500;
  padding: 0 0 1.5rem;
  margin: 0;
  list-style: none;
}
.search__results li {
  display: inline-block;
  margin-right: 1.5rem;
}

.site__header {
  position: relative;
  color: #404756;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
  padding: 20px 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 0 1px rgba(76, 87, 102, 0.1);
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .site__header {
    position: fixed;
    top: 0;
    left: 0;
  }
}

.site__content {
  position: relative;
  text-align: left;
  min-height: 50vh;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .site__content {
    padding-top: 70px;
  }
}

.site__footer {
  color: #5f626c;
  padding: 1.5rem 0;
  background-color: #222;
}
.site__footer [class*=col-] {
  margin-top: 1.5rem;
}
.site__footer .list-inline {
  padding: 0;
  margin: 0;
  line-height: 1.8;
}
.site__footer h6 {
  font-weight: 600;
  text-transform: uppercase;
  color: #9599a2;
  margin-bottom: 0.5rem;
}
.site__footer a {
  color: currentColor;
}
.site__footer a:hover {
  color: #3f8ee9;
}
.site__footer a.brand:hover {
  color: #fff;
}
.site__footer hr {
  border-color: rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 992px) {
  .site__footer {
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }
  .site__footer:hover {
    opacity: 1;
  }
}

.section {
  padding: 4rem 0;
}
.section--tabs {
  padding-top: 0.5rem;
}

.outer {
  padding: 4rem 0;
}
.outer.outer--bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f2f9ff;
  background-image: linear-gradient(to bottom, #f2f9ff, #fff);
}
.outer.gradient, .outer.gradient--alt {
  background-color: #e3f2ff;
  background-image: linear-gradient(to top, #fff1eb 0%, #c5e4ff 100%);
}
.outer.gradient > *, .outer.gradient--alt > * {
  position: relative;
  z-index: 10;
}
.outer.gradient::before, .outer.gradient::after, .outer.gradient--alt::before, .outer.gradient--alt::after {
  content: "";
  display: block;
  position: absolute;
}
.outer.gradient::before, .outer.gradient--alt::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50%);
}
.outer.gradient::after, .outer.gradient--alt::after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6rem;
  background-image: linear-gradient(-2deg, white 50%, rgba(255, 255, 255, 0) 50.1%);
}
.outer.gradient--alt {
  background-image: linear-gradient(to bottom, #fff1eb 0%, #c5e4ff 100%);
}
@media screen and (min-width: 992px) {
  .outer {
    padding: 5rem 0;
  }
}

.inner {
  margin: 0 auto;
  padding: 0 1.5rem;
  max-width: 1488px;
}
.inner--flex {
  display: flex;
  align-items: center;
}
.inner--center {
  position: relative;
  display: flex;
  height: 100%;
}
.inner--center > div {
  margin: auto;
}
@media screen and (min-width: 992px) {
  .inner.inner--narrow {
    max-width: 52rem;
  }
}

.header {
  padding: 4rem 0 0;
}
@media screen and (max-width: 768px) {
  .header--profile .title {
    margin-left: 3.25rem;
  }
}

.header__avatar {
  text-align: center;
  z-index: 100;
}
.header__avatar .avatar {
  position: absolute;
  top: 3.2rem;
  left: 5%;
  left: calc(5% + 5px);
  max-width: 36px;
}
@media screen and (min-width: 768px) {
  .header__avatar {
    position: relative;
  }
  .header__avatar .avatar {
    top: -3.5rem;
    left: 50%;
    max-width: 160px;
    margin-left: -80px;
  }
  .header__avatar .avatar__image {
    border: 0.75rem solid #fff;
  }
}

.grad-grey {
  background: linear-gradient(to bottom, #eee, #fff 40%);
}

.grad-blue {
  background: linear-gradient(to bottom, rgba(63, 142, 233, 0.2), #fff 40%);
}

.flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  margin: 0 -1rem;
}
.flex--start {
  justify-content: flex-start;
}
.flex .flex__item, .flex .item {
  flex: 1;
  position: relative;
  margin: 0 1rem 1rem;
}

form, fieldset {
  text-align: left;
  padding: 0;
  margin: 0;
  border: 0;
}

.field,
.form__item {
  margin-bottom: 1.5rem;
}

.form .row {
  margin-bottom: 1rem;
}
.form .row .field, .form .row .form__item {
  margin: 0;
}

label {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgba(64, 71, 86, 0.5);
  text-transform: uppercase;
  margin: 0 0 0.5em;
}
label .req {
  color: #E64A19;
}

::placeholder {
  color: rgba(64, 71, 86, 0.5);
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  appearance: none;
  white-space: nowrap;
  display: block;
  font-size: 1rem;
  color: rgba(64, 71, 86, 0.8);
  width: 100%;
  padding: 0.625rem 0.75rem;
  margin: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 3px;
  background-color: #fff;
  outline: none;
  transition: background-color 0.3s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  background-color: #f2f9ff;
}
input[type=text].disabled, input[type=text]:disabled,
input[type=email].disabled,
input[type=email]:disabled,
input[type=number].disabled,
input[type=number]:disabled,
input[type=password].disabled,
input[type=password]:disabled,
input[type=search].disabled,
input[type=search]:disabled,
input[type=tel].disabled,
input[type=tel]:disabled,
input[type=url].disabled,
input[type=url]:disabled,
select.disabled,
select:disabled,
textarea.disabled,
textarea:disabled {
  cursor: default;
  opacity: 0.7;
  resize: none;
  pointer-events: none;
  user-select: none;
}
input[type=text]:-webkit-autofill, input[type=text]:-webkit-autofill:hover, input[type=text]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  border-color: inherit !important;
  background: #f2f9ff !important;
  box-shadow: none;
}
input[type=text].no-label,
input[type=email].no-label,
input[type=number].no-label,
input[type=password].no-label,
input[type=search].no-label,
input[type=tel].no-label,
input[type=url].no-label,
select.no-label,
textarea.no-label {
  margin-top: 1.25rem;
}

input[type=search] {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  line-height: 2.6;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 2.25rem;
  border-radius: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23a1a5ac" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
  background-size: 14px;
  background-position: 14px center;
  background-repeat: no-repeat;
  max-height: 38px;
}
input[type=search]:focus {
  color: #404756;
  background-color: #fff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 3rem;
  min-height: 40px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%23d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
}
select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%23a1a5ac" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}

textarea {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  padding: 12px;
  min-height: 10rem;
  max-height: 50vh;
  resize: vertical;
  overflow-x: hidden;
  white-space: pre-line;
}
textarea:focus {
  background: #fff;
}

.form-checkboxes label {
  display: inline-block;
  margin-right: 1rem;
}

input[type=checkbox], input[type=radio] {
  margin: 0 2px 0 0;
}

@supports (appearance: none) or (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox], input[type=radio] {
    position: relative;
    top: 4px;
    appearance: none;
    overflow: hidden;
    outline: none;
    cursor: pointer;
  }
  input[type=checkbox].toggle, input[type=radio].toggle {
    top: -2px;
    width: 2.5rem;
    height: 1.5rem;
    margin-right: 0.25rem;
    background: #ccc;
    border-radius: 3rem;
    outline: none;
    transition: all 0.3s ease;
    vertical-align: middle;
  }
  input[type=checkbox].toggle::after, input[type=radio].toggle::after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.75rem;
    background: #fff;
    transform: scale(0.65);
    left: 2px;
    transition: all 0.2s ease-in-out;
  }
  input[type=checkbox].toggle:checked, input[type=radio].toggle:checked {
    background: #3f8ee9;
  }
  input[type=checkbox].toggle:checked::after, input[type=radio].toggle:checked::after {
    left: calc(100% - 1.5rem - 2px);
  }
  input[type=checkbox].toggle--red:checked, input[type=checkbox].toggle--contra:checked, input[type=radio].toggle--red:checked, input[type=radio].toggle--contra:checked {
    background: #E64A19;
  }
  input[type=checkbox].toggle--green:checked, input[type=checkbox].toggle--pro:checked, input[type=radio].toggle--green:checked, input[type=radio].toggle--pro:checked {
    background: #00C853;
  }

  input[type=checkbox]:not([class])::before,
input[type=radio]:not([class])::before {
    content: "";
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 3px;
    border: 2px solid rgba(0, 0, 0, 0.145);
    transition: 0.3s ease;
  }
  input[type=checkbox]:not([class])::after,
input[type=radio]:not([class])::after {
    content: "";
    position: absolute;
    display: block;
    transition: 0.3s ease;
    opacity: 0;
  }
  input[type=checkbox]:not([class]):focus::before,
input[type=radio]:not([class]):focus::before {
    border-color: #aaa;
  }
  input[type=checkbox]:not([class]):checked::before,
input[type=radio]:not([class]):checked::before {
    border-color: #3f8ee9;
  }
  input[type=checkbox]:not([class]):checked::after,
input[type=radio]:not([class]):checked::after {
    opacity: 1;
  }

  input[type=checkbox]:not([class])::after {
    top: -1px;
    left: 6px;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    background-color: transparent;
    box-shadow: 3px 3px 0px 0px #3f8ee9;
  }

  input[type=radio]:not([class])::before {
    border-radius: 50%;
  }
  input[type=radio]:not([class])::after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #3f8ee9;
  }
}
.form__errors li {
  font-size: 0.875rem;
  color: #E64A19;
  margin: 0.35rem 0;
}

.field ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.35rem;
}
.field li {
  font-size: 0.875rem;
  color: #E64A19;
}

table.table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  border: 0;
}
table.table tr {
  transition: background-color 0.3s ease;
}
table.table tr:hover {
  background-color: #f2f9ff;
}
table.table tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.145);
}
table.table thead tr:hover {
  background-color: #fff;
}
table.table th, table.table td {
  padding: 0.75rem;
}
table.table th:last-child, table.table td:last-child {
  text-align: right;
}
table.table th {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(64, 71, 86, 0.5);
  vertical-align: middle;
  border-bottom: 2px solid rgba(0, 0, 0, 0.145);
}
table.table td {
  font-size: 0.875rem;
  color: #404756;
  vertical-align: top;
}
@media (max-width: 767px) {
  table.table--responsive {
    border-collapse: separate;
    border: 1px solid #ddd;
    border-radius: 3px;
  }
  table.table--responsive, table.table--responsive tbody, table.table--responsive tr, table.table--responsive td {
    display: block;
    overflow: hidden;
  }
  table.table--responsive thead, table.table--responsive th {
    display: none;
  }
  table.table--responsive tr {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    background: #fff;
  }
  table.table--responsive tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  table.table--responsive tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 0;
  }
  table.table--responsive tr.open {
    background: #f8f8f8;
  }
  table.table--responsive tr.open td[data-label] {
    display: flex;
  }
  table.table--responsive tr.open td:not([data-label]):nth-child(2) {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
  }
  table.table--responsive td:not([data-label]) {
    cursor: pointer;
    color: #888;
    text-align: center;
    background: transparent;
    padding: 0 10px;
    margin: -10px 0 10px;
  }
  table.table--responsive td:not([data-label]):first-child {
    margin-top: 10px;
  }
  table.table--responsive td:not([data-label]):nth-child(2) {
    color: #555;
  }
  table.table--responsive td[data-label] {
    display: none;
    justify-content: flex-start;
    background-color: #fff;
  }
  table.table--responsive td[data-label]:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  table.table--responsive td[data-label]::before {
    content: attr(data-label);
    min-width: 130px;
    font-weight: bold;
    white-space: normal;
    text-align: left;
    padding: 10px;
    margin: -10px 10px -10px -10px;
  }
}

.alert {
  position: fixed;
  left: 1.5rem;
  bottom: 1.5rem;
  color: #404756;
  text-align: center;
  font-weight: 500;
  padding: 1rem 6.5rem 1rem 4rem;
  margin-right: 1.5rem;
  max-width: 768px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  z-index: 10000000;
}
.alert p {
  font-size: 1rem;
  margin: 0;
}
.alert a {
  color: currentColor;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.alert a:hover {
  color: currentColor;
  opacity: 1;
}
.alert small {
  opacity: 0.7;
}
.alert--wide {
  left: 0;
  bottom: 0;
  padding: 1.5rem 15%;
  margin: 0;
  width: 100%;
  max-width: none;
  border-radius: 0;
}
.alert--wide-top {
  top: 0;
  left: 0;
  bottom: auto;
  padding: 1.5rem 15%;
  margin: 0;
  width: 100%;
  max-width: none;
  border-radius: 0;
}
.alert--pro .button, .alert--contra .button, .alert--warning .button {
  color: currentColor;
  border-color: #fff;
  background: none;
}
.alert--pro .button:hover, .alert--contra .button:hover, .alert--warning .button:hover {
  color: #404756;
  background: #fff;
}
.alert--pro {
  color: #fff;
  background-color: #00C853;
}
.alert--contra {
  color: #fff;
  background-color: #E64A19;
}
.alert--warning {
  color: #fff;
  background-color: #f8c82e;
}
.alert--hide {
  transform: translateY(100px);
  opacity: 0;
}
.alert--timeout {
  animation-name: alertOut;
  animation-delay: 5s;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
}
.alert .alert__icon,
.alert .js-close {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
.alert .alert__icon {
  font-size: 26px;
}
.alert .js-close {
  left: auto;
  right: 1rem;
}
.alert .button--circle:hover {
  color: #404756;
  background: #fff;
}

@keyframes alertOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
    opacity: 0;
  }
}
.note {
  padding: 1rem;
  border-radius: 3px;
  border: 1px solid #eee;
  margin-bottom: 1rem;
}

.frame {
  padding: 0 1rem;
}
.frame figcaption {
  line-height: 1.2;
  color: rgba(64, 71, 86, 0.5);
  margin-top: -20%;
}
.frame .avatar__container {
  padding: 0 30%;
}
.frame .avatar {
  padding: 4px;
  max-width: 200px;
  width: 100%;
}

.frame__image {
  border-radius: 3px;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2);
}

.description {
  position: relative;
  color: #555;
  margin: 0 auto;
  max-width: 55rem;
  max-height: 232px;
  padding-bottom: 1rem;
  transition: 0.3s ease;
  overflow: hidden;
}
.description::first-letter {
  float: left;
  font-family: "Vollkorn", "Georgia", serif;
  font-size: 68px;
  font-style: italic;
  color: #404756;
  line-height: 60px;
  padding-top: 6px;
  padding-right: 16px;
}
.description.active {
  max-height: none;
  padding-bottom: 3rem;
}
.description.active .description__fadeout {
  opacity: 0;
  height: 0;
}

.description__fadeout {
  cursor: pointer;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  opacity: 1;
  border: 0;
  outline: none;
  background: linear-gradient(to bottom, transparent, #fff 70%);
  transition: 0.3s ease;
  z-index: 10;
}

.banner {
  display: flex;
  position: relative;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
}
.banner {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 640px) {
  .banner {
    padding-top: calc(4.1666666667vw + 21.3333333333px);
    padding-bottom: calc(4.1666666667vw + 21.3333333333px);
  }
}
@media screen and (min-width: 2560px) {
  .banner {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.banner + .outer {
  padding-top: 0;
}

.banner__content {
  position: relative;
  padding: 0 1.5rem;
  margin: auto;
  z-index: 10;
}

.banner__image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.cta {
  text-align: center;
  min-height: 18rem;
  padding-top: 3rem;
  background-color: #fff;
  background-image: url("/styleguide/img/bg-cta.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.cta {
  padding-bottom: 56px;
}
@media screen and (min-width: 640px) {
  .cta {
    padding-bottom: calc(13.75vw - 32px);
  }
}
@media screen and (min-width: 2560px) {
  .cta {
    padding-bottom: 320px;
  }
}

.cta__content {
  padding: 0 1.5rem;
  margin: 0 auto;
}

.keywords {
  text-align: center;
  padding-top: 0;
}
.keywords .button {
  margin: 5px 2px !important;
}

.list.list--events {
  margin: 0 0 3rem;
}
.list.list--events .event {
  padding: 1rem;
  margin: 0 -1rem 0.5rem;
  border-radius: 3px;
  transition: 0.3s ease;
}
.list.list--events .event:hover {
  background: #f2f9ff;
}

.event {
  display: flex;
  flex-flow: row;
  align-items: center;
  color: currentColor;
}
.event small {
  color: rgba(64, 71, 86, 0.5);
}

.event__info {
  flex: 2;
}

.event__dates {
  flex: 1;
  border-left: 1px dashed #ddd;
  padding: 0 1.5rem;
}
.event__dates > div {
  display: inline-block;
  margin-right: 3rem;
}

.event__participants {
  flex: 1;
  text-align: right;
}
.event__participants .avatar {
  margin: 0 2px;
}

.date.date--calendar {
  display: block;
  color: #404756;
  text-align: center;
  padding: 2px;
  margin-right: 1.5rem;
  width: 3.125rem;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.date.date--calendar span {
  display: block;
}
.date.date--calendar .date__month {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  padding: 3px 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #E64A19;
}
.date.date--calendar .date__day {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 2px 0;
}

.poster {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.poster + .poster {
  flex-direction: column-reverse;
  padding: 6% 0;
}
.poster > * {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .poster {
    flex-direction: row !important;
    padding: 0;
  }
  .poster .poster__media {
    max-width: 544px;
  }
  .poster .poster__calendar {
    max-width: 420px;
  }
  .poster .poster__comments {
    max-width: 544px;
  }
  .poster .poster__members {
    max-width: 760px;
    padding: 0 1rem;
  }
  .poster .poster__members > figure {
    width: 100%;
  }
  .poster > * {
    padding: 0;
  }
  .poster > *:nth-child(2) {
    margin: 0 0 0 6%;
  }
}

.poster__media {
  width: 100%;
}
.poster__media img[src*=".svg"] {
  width: 100%;
}

.poster__text.card {
  min-width: 17rem;
  max-width: 20rem;
  padding: 3rem 3rem 2rem;
}
@media screen and (min-width: 768px) {
  .poster__text.card {
    max-width: 340px;
  }
}

.poster__members {
  display: flex;
  text-align: center;
  align-items: center;
}
.poster__members .frame {
  background: none;
}
.poster__members .frame:nth-child(2) {
  transform: translateY(-30px);
}
.poster__members .frame:nth-child(3) {
  display: none;
}
@media screen and (min-width: 1280px) {
  .poster__members .frame:nth-child(2) {
    transform: translateY(-30px);
  }
  .poster__members .frame:nth-child(3) {
    display: block;
    transform: translateY(20px);
  }
}

.poster__comments {
  position: relative;
  width: 100%;
}

.poster__comments__list {
  padding: 0 2.5rem;
}
.poster__comments__list .comment {
  font-size: 0.875rem;
}
.poster__comments__list .comment:nth-of-type(2) {
  left: 1rem;
}

.poster__comments__image {
  margin: 2rem 0;
  border-radius: 3px;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2);
  transform: rotate(1deg);
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .poster__comments__list {
    position: absolute;
    bottom: -4rem;
  }

  .poster__comments__image {
    top: -6rem;
  }
}
.poster__calendar {
  width: 70%;
}

.calendar {
  display: flex;
  flex-wrap: wrap;
  padding: 2px;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 6px 6px 64px rgba(0, 0, 0, 0.05);
  transform: rotate(1deg);
  transition: 0.5s ease;
  counter-reset: calendar_days -1;
}

.calendar__item {
  position: relative;
  flex: 1 1 30%;
  margin: 4px;
  padding: 0.25rem 0 0 0.25rem;
  border-radius: 3px;
  background: #e3f2ff;
  counter-increment: calendar_days;
}
.calendar__item::before {
  content: "";
  float: left;
  display: block;
  padding-top: 100%;
}
.calendar__item::after {
  content: counter(calendar_days);
  position: absolute;
  bottom: 0;
  display: block;
  font-size: 0.65rem;
  font-weight: 500;
  text-align: right;
  width: 100%;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.2);
}
.calendar__item--month {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  background: #3f8ee9;
}
.calendar__item--month::after {
  display: none;
}
.calendar__item .badge {
  text-indent: -9999rem;
  max-height: 12px;
}
@media screen and (min-width: 768px) {
  .calendar__item .badge {
    text-indent: 0;
    max-height: none;
  }
}

.button {
  cursor: pointer;
  appearance: none;
  display: inline-block;
  font-family: system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 2.5;
  text-shadow: none;
  padding: 0 1.125em;
  margin: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 24px;
  background-color: none;
  transition: color 0.3s ease, border-color 0.4s ease, background-color 0.3s ease;
  vertical-align: middle;
  outline: none;
  color: #fff;
  background-color: #3f8ee9;
}
.button + .button {
  margin-left: 0.35rem;
}
.button--block {
  display: block;
}
.button--xxs {
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 2;
  padding: 0 8px;
}
.button--xs {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 2.2;
  padding: 0 0.85em;
}
.button--xs span {
  display: none;
}
.button--sm {
  font-size: 0.75rem;
  font-weight: 700;
}
.button--md {
  font-size: 0.875rem;
}
.button--lg {
  font-size: 1rem;
}
.button--rp {
  font-size: 1rem;
  box-shadow: 0 4px 12px 0 rgba(212, 226, 239, 0.7), 0 0 0 1px rgba(0, 0, 0, 0.03);
}
@media screen and (min-width: 992px) {
  .button--rp {
    font-size: 1.25rem;
    border-radius: 32px;
    padding: 0 1.35em;
    transition: color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
  }
  .button--rp:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 21px 0 rgba(212, 226, 239, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.03);
  }
  .button--rp:active {
    transform: scale(0.95);
  }
}
.button[disabled], .button .disabled {
  cursor: default;
  pointer-events: none;
  user-select: none;
}
.button:hover {
  color: #fff;
  background-color: #569bec;
  opacity: 1 !important;
}
.button--save {
  position: absolute;
  top: 0;
  right: 0;
}
.button--outline {
  color: rgba(64, 71, 86, 0.5);
  border-color: rgba(51, 51, 51, 0.15);
  background: none;
}
.button--outline:hover {
  color: #569bec;
  border-color: #569bec;
  background: none;
}
.button--outline.button--inverted {
  color: currentColor;
  border-color: currentColor;
  opacity: 0.7;
  transition: 0.3s ease;
}
.button--outline.button--inverted:hover {
  opacity: 1;
}
.button--dark {
  background-color: rgba(0, 0, 0, 0.7);
}
.button--dark:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.button--light {
  color: #404756;
  background-color: #fff;
}
.button--light:hover {
  color: #404756;
  background-color: #fff;
}
.button--muted {
  color: rgba(64, 71, 86, 0.5);
  background-color: #eae9ea;
}
.button--muted:hover {
  color: #404756;
  background-color: #eae9ea;
}
.button--clear {
  color: rgba(64, 71, 86, 0.5);
  background: none;
}
.button--clear:hover {
  color: #3f8ee9;
  background: none;
}
.button--circle {
  font-size: 0.875rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  padding: 0;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  border: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.3s ease;
  z-index: 10;
}
.button--circle i[class^=fa] {
  line-height: inherit;
}
.button--circle:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
.button--circle.button--xs {
  height: 1.75rem;
  width: 1.75rem;
}
@media screen and (min-width: 768px) {
  .button--xs span {
    display: inline;
  }
}

.badge, a.badge {
  cursor: default;
  position: relative;
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  line-height: 1.55;
  padding: 0 6px;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
  z-index: 10;
}
.badge i[class^=fa], a.badge i[class^=fa] {
  margin-right: 4px;
}
.badge:hover, a.badge:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.85);
}
.badge.badge--primary, a.badge.badge--primary {
  background: rgba(63, 142, 233, 0.75);
}
.badge.badge--primary:hover, a.badge.badge--primary:hover {
  background: #3f8ee9;
}
.badge.badge--green, a.badge.badge--green {
  background: rgba(0, 200, 83, 0.75);
}
.badge.badge--green:hover, a.badge.badge--green:hover {
  background: #00C853;
}
.badge.badge--yellow, a.badge.badge--yellow {
  background: rgba(248, 200, 46, 0.75);
}
.badge.badge--yellow:hover, a.badge.badge--yellow:hover {
  background: #f8c82e;
}
.badge.badge--red, a.badge.badge--red {
  background: rgba(230, 74, 25, 0.75);
}
.badge.badge--red:hover, a.badge.badge--red:hover {
  background: #E64A19;
}

a.badge {
  cursor: pointer;
}

.gridx {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem -0.75rem 0;
}
.gridx > * {
  flex: 1;
  margin: 0 0.75rem 1.5rem;
  min-width: calc(25% - 1.5rem);
  max-width: calc(25% - 1.5rem);
}

@supports (display: grid) {
  .gridx {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 2rem;
    margin: 1.5rem 0;
  }
  .gridx > * {
    flex: none;
    margin: 0;
    max-width: unset;
    min-width: unset;
  }
}
.gridx__title {
  margin: 3rem 0 1.5rem;
}
.gridx__title:first-of-type {
  margin-top: 1.5rem;
}

.cover {
  padding: 1rem;
}
.cover img {
  width: 100%;
  margin-bottom: 0.75rem;
  filter: saturate(0.75);
  transition: filter 0.65s ease;
}
.cover:hover img {
  filter: saturate(1);
}
.cover figcaption {
  font-size: 0.875rem;
  color: rgba(64, 71, 86, 0.8);
}

.gallery__item {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.gallery__item .button--primary {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 100;
}
.gallery__item figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: left;
  padding: 2rem 12px 7px;
  width: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.45) 100%);
  opacity: 0;
  transition: 0.6s ease;
}
.gallery__item figcaption a {
  color: currentColor;
}
.gallery__item .avatar {
  margin: 3px 6px 3px 0;
}
.gallery__item .name {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0;
}
.gallery__item small {
  opacity: 0.7;
}
.gallery__item:hover figcaption, .gallery__item.featured figcaption {
  opacity: 1;
  transition: 0.3s ease;
}

.gallery {
  position: relative;
  z-index: 10;
}
.gallery--simple {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  text-align: center;
  margin: 0 -0.5rem;
}
.gallery--simple .gallery__item {
  margin: 0.5rem;
}
.gallery--simple .gallery__image {
  position: absolute;
  vertical-align: bottom;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery--simple .gallery__pusher {
  display: block;
}
.gallery--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-auto-rows: 0;
  grid-auto-flow: dense;
  grid-gap: 1rem;
  overflow: hidden;
}
.gallery--grid .gallery__item {
  grid-column-start: auto;
  grid-row-start: auto;
}
.gallery--grid .gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
}
.gallery--grid .gallery__item.landscape.featured {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery--grid .gallery__item.portrait {
  display: none;
  grid-row: span 2;
}
.gallery--grid .gallery__item.square.featured {
  grid-column: span 2;
  grid-row: span 3;
}
.gallery--grid .gallery__image {
  height: 100%;
  width: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .gallery--grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-template-rows: auto;
    grid-auto-rows: minmax(150px, auto);
  }
  .gallery--grid .gallery__item.portrait {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .gallery--grid {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}

.card {
  position: relative;
  color: #404756;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.09);
}

.card__title {
  text-align: center;
  padding: 1.5rem;
  padding-bottom: 0;
}

.card__preview {
  padding: 5px;
  width: 100%;
  max-height: 220px;
  object-fit: cover;
}
.card__preview + .card__content {
  margin-top: -75px;
}
.card__preview + .card__content .avatar {
  padding: 5px;
  margin-bottom: 1rem;
}

.card__image {
  position: relative;
  padding: 1.5rem;
  padding-bottom: 0;
  margin: 0;
}
.card__image > img {
  border-radius: 3px;
}
.card__image figcaption {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 0;
  text-align: left;
  color: #fff;
  padding: 2rem 12px 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.45) 100%);
  transition: 0.6s ease;
}
.card__image figcaption a {
  color: currentColor;
}
.card__image .avatar {
  margin: 3px 6px 3px 0;
}
.card__image .name {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin: 3px 0;
}
.card__image small {
  color: currentColor;
  opacity: 0.7;
}
.card__image--wide {
  padding: 5px;
}
.card__image--wide figcaption {
  left: 5px;
  right: 5px;
  bottom: 5px;
}

.card__content {
  position: relative;
  padding: 1.5rem;
}

.card__footer {
  padding: 1.5rem;
  padding-top: 0;
  margin-top: auto;
  vertical-align: top;
}
.card__footer--border {
  text-transform: uppercase;
  text-align: center;
  padding: 0.25rem 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.card .overline {
  margin: 0 0 0.5rem;
}
.card .overline i[class^=fa] {
  margin-right: 0.25rem;
}
.card .date {
  margin: 0.75rem 0 1.5rem;
}
.card p, .card small {
  color: rgba(64, 71, 86, 0.5);
}
.card figcaption small {
  color: currentColor;
}
.card hr {
  margin: 0;
}

blockquote.card {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-style: normal;
  min-width: 45%;
  max-width: none;
  padding: 1.5rem;
}
blockquote.card::before {
  display: none;
}
blockquote.card p {
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.35;
  margin-top: 0;
}
blockquote.card strong {
  font-weight: normal;
  color: #404756;
}
blockquote.card cite {
  display: block;
  font-size: 0.875rem;
  font-style: normal;
  color: #404756;
}
blockquote.card cite a {
  color: #404756;
}
blockquote.card cite a:hover {
  color: #3f8ee9;
}
blockquote.card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2;
  padding-top: 0.5rem;
  margin-top: auto;
}
blockquote.card footer::before {
  display: none;
}
@media screen and (min-width: 992px) {
  blockquote.card {
    min-width: auto;
  }
}

.card.card--plan {
  display: flex;
  color: rgba(64, 71, 86, 0.5);
  text-align: center;
}
.card.card--plan .card__content {
  width: 100%;
  padding: 2rem 1.5rem 1rem;
}
.card.card--plan .heading {
  color: #404756;
}
.card.card--plan .price {
  color: #3f8ee9;
}
.card.card--plan small {
  display: block;
  margin: 0.5rem 0 1.5rem;
}

.card.card--poster {
  display: flex;
  flex-direction: column;
}
.card.card--poster .date {
  margin-top: -3.75rem;
}
.card.card--poster .card__poster {
  padding: 4px;
}

.card.card--center {
  max-width: 340px;
}
.card.card--center .card__footer {
  padding-bottom: 3rem;
}

.card.card--flat {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
}

.card.card--float {
  box-shadow: 0 6px 21px rgba(0, 0, 0, 0.11), 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.card.card--lift {
  transition: transform 0.65s ease, box-shadow 0.65s ease;
}
.card.card--lift:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 4px 17px 0 rgba(33, 33, 33, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.09);
}

.avatar__outer {
  position: relative;
  text-align: center;
  width: 100%;
}

.avatar {
  appearance: none;
  position: relative;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  max-width: 48px;
  vertical-align: middle;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  outline: none;
}
.avatar.pull-left {
  margin-right: 0.75rem;
}
.avatar.pull-right {
  margin-left: 0.75rem;
}
.avatar__image {
  display: block;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: bottom;
}
.avatar--xxs {
  max-width: 21px;
}
.avatar--xs {
  max-width: 28px;
}
.avatar--sm {
  max-width: 36px;
}
.avatar--md {
  max-width: 48px;
}
.avatar--lg {
  max-width: 100px;
}
.avatar--xl {
  max-width: 160px;
}
.avatar--notify::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -6px;
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #3f8ee9;
}
.avatar--premium::after {
  display: inline-block;
  position: absolute;
  bottom: -4px;
  right: -4px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  text-align: center;
  color: #3f8ee9;
  padding-top: 3px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #fff;
}
.avatar--premium.avatar--sm::after {
  bottom: -6px;
  right: -6px;
}
.avatar--premium.avatar--xl::after {
  bottom: 6%;
  right: 6%;
}

.list__faces {
  display: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.list__faces li {
  display: inline-block;
  margin: 0 0.75rem 1rem;
}
.list__faces figure {
  max-width: 148px;
}
.list__faces figure:hover img {
  transform: scale(1.1);
}
.list__faces img {
  max-width: 100%;
  border: 8px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  transform: translate3d(0);
  transition: transform 0.3s ease;
}
.list__faces figcaption {
  font-family: "Vollkorn", "Georgia", serif;
  font-style: italic;
  font-size: 1.25rem;
  color: #666;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .list__faces {
    display: block;
  }
}

body.body--display {
  overflow: hidden;
}
body.body--display .site__content {
  position: relative;
  padding: 0;
  background-color: #222;
}

.display__options {
  position: fixed;
  top: 0;
  right: 0;
  text-align: right;
  padding: 1.5rem;
  z-index: 200;
}

.display {
  display: flex;
  height: 100%;
  width: 100%;
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transition: 0.3s ease;
}
.display--sidebar {
  transform: translateX(-400px);
  transform: translate3d(-400px, 0, 0);
}

.display__canvas {
  flex: 1;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 2rem;
  overflow: auto;
}
.display__canvas--zoom {
  padding: 0;
}
.display__canvas--zoom .display__media {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  cursor: url(/assets/icons/zoom-minus.png) 20 20, auto;
}
.display__canvas--zoom .display__media img {
  height: auto;
  width: auto;
  max-height: unset;
  max-width: unset;
}

.display__media {
  display: block;
  margin: auto;
  border-radius: 3px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
  cursor: url(/assets/icons/zoom-plus.png) 20 20, auto;
}
.display__media img {
  height: auto;
  width: auto;
  max-height: calc(100vh - 4rem);
  max-width: 100%;
}

.display__sidebar {
  display: block;
  position: absolute;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  color: #fff;
  padding: 4rem 1.5rem 1.5rem;
  border-left: 1px solid #333;
  background: #222;
  overflow: hidden;
}
.display__sidebar hr {
  border-bottom-color: #333;
}
.display__sidebar .comment__list {
  margin-top: 3rem;
}

.comment__list {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
}
.comment__list .comment {
  padding: 0;
  box-shadow: none;
  background: none;
}

.comment {
  position: relative;
  padding: 1.5rem;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
}
.comment:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.comment .avatar {
  float: left;
}
.comment .comment__content {
  margin-left: 3.5rem;
  overflow: hidden;
}

.comment__text {
  color: #888;
  overflow: hidden;
}
.comment__text p {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 0.5rem;
}

.comment__compose {
  overflow: hidden;
  margin: 1rem 0 1rem;
}
.comment__compose textarea {
  color: #888;
  border: 1px solid #333;
  background: rgba(0, 0, 0, 0.1);
}
.comment__compose textarea:focus {
  background: #fff;
}

body.body--index .banner:first-of-type {
  background-image: linear-gradient(to bottom, #e3f2ff, rgba(255, 255, 255, 0));
}
@media screen and (max-width: 768px) {
  body.body--index .gallery .gallery__item:not(.featured) {
    display: none;
  }
}

#section__learn::after {
  background-image: linear-gradient(-2deg, #f2f9ff 50%, rgba(255, 255, 255, 0) 50.1%);
}

#section__learn__comments .poster__comments {
  display: none;
}
@media screen and (min-width: 992px) {
  #section__learn__comments {
    margin: 6rem 0;
  }
  #section__learn__comments .poster__comments {
    display: block;
  }
}

.site__content section.outer {
  background-color: #fff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #section__testimonials {
    margin-top: -1rem;
  }
}
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.cf::after {
  content: "";
  display: table;
  clear: both;
}

.position-relative {
  position: relative;
}

.position-sticky {
  position: sticky;
  top: 0;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.display-inline {
  display: inline;
}

.display-inlineblock {
  display: inline-block;
}

.display-block {
  display: block;
}

.align-v {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.align-h {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.text-left {
  text-align: left;
}

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

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

@media screen and (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }

  .text-center-sm {
    text-align: center;
  }

  .text-right-sm {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .text-left-md {
    text-align: left;
  }

  .text-center-md {
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }
}
.capitalize {
  text-transform: capitalize;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.color-default {
  color: #404756;
}

.color-primary {
  color: #3f8ee9;
}

.color-light {
  color: rgba(64, 71, 86, 0.8);
}

.color-grey {
  color: #ddd;
}

.color-blue {
  color: #3f8ee9;
}

.color-green {
  color: #00C853;
}

.color-yellow {
  color: #f8c82e;
}

.color-red {
  color: #E64A19;
}

.color-twitter {
  color: #5ea0ef;
}

.color-facebook {
  color: #475995;
}

.color-google {
  color: #cb4539;
}

.color-googleplus {
  color: #dd4b39;
}

.color-youtube {
  color: #db0000;
}

.color-pinterest {
  color: #bd091c;
}

.color-instagram {
  color: #405de6;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.ma {
  margin: auto;
}

.m0a {
  margin: 0 auto;
}

.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}

.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mv0 {
  margin-top: 0;
  margin-bottom: 0;
}

.p2 {
  padding: 3%;
}

.pt2 {
  padding-top: 3%;
}

.pb2 {
  padding-bottom: 3%;
}

.pv2 {
  padding-top: 3%;
  padding-bottom: 3%;
}

.m2 {
  margin: 3%;
}

.mt2 {
  margin-top: 3%;
}

.mb2 {
  margin-bottom: 3%;
}

.mv2 {
  margin-top: 3%;
  margin-bottom: 3%;
}

.p3 {
  padding: 2%;
}

.pt3 {
  padding-top: 2%;
}

.pb3 {
  padding-bottom: 2%;
}

.pv3 {
  padding-top: 2%;
  padding-bottom: 2%;
}

.m3 {
  margin: 2%;
}

.mt3 {
  margin-top: 2%;
}

.mb3 {
  margin-bottom: 2%;
}

.mv3 {
  margin-top: 2%;
  margin-bottom: 2%;
}

.pxs {
  padding: 1.5rem;
}

.ptxs {
  padding-top: 1.5rem;
}

.pbxs {
  padding-bottom: 1.5rem;
}

.pvxs {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.mxs {
  margin: 1.5rem;
}

.mtxs {
  margin-top: 1.5rem;
}

.mbxs {
  margin-bottom: 1.5rem;
}

.mvxs {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ps {
  padding: 3rem;
}

.pts {
  padding-top: 3rem;
}

.pbs {
  padding-bottom: 3rem;
}

.pvs {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.ms {
  margin: 3rem;
}

.mts {
  margin-top: 3rem;
}

.mbs {
  margin-bottom: 3rem;
}

.mvs {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.pm {
  padding: 6%;
}

.ptm {
  padding-top: 6%;
}

.pbm {
  padding-bottom: 6%;
}

.pvm {
  padding-top: 6%;
  padding-bottom: 6%;
}

.mm {
  margin: 6%;
}

.mtm {
  margin-top: 6%;
}

.mbm {
  margin-bottom: 6%;
}

.mvm {
  margin-top: 6%;
  margin-bottom: 6%;
}

.pl {
  padding: 9%;
}

.ptl {
  padding-top: 9%;
}

.pbl {
  padding-bottom: 9%;
}

.pvl {
  padding-top: 9%;
  padding-bottom: 9%;
}

.ml {
  margin: 9%;
}

.mtl {
  margin-top: 9%;
}

.mbl {
  margin-bottom: 9%;
}

.mvl {
  margin-top: 9%;
  margin-bottom: 9%;
}

.ph {
  padding: 12%;
}

.pth {
  padding-top: 12%;
}

.pbh {
  padding-bottom: 12%;
}

.pvh {
  padding-top: 12%;
  padding-bottom: 12%;
}

.mh {
  margin: 12%;
}

.mth {
  margin-top: 12%;
}

.mbh {
  margin-bottom: 12%;
}

.mvh {
  margin-top: 12%;
  margin-bottom: 12%;
}

.img-circle {
  border-radius: 50%;
}

.group {
  display: flex;
}
.group > * {
  flex: 1;
}

.dev {
  padding: 1rem;
  border: 2px solid blue;
  background: #f1f1f1;
}

html.theme--dark {
  background: #222;
}
html.theme--dark body {
  color: #fff;
}
html.theme--dark .site__header {
  border-color: #222;
  background: #333;
}
html.theme--dark .site__content {
  background: #333;
}
