/* colors */
/* breakpoints */
/* font faces */
@font-face {
  font-family: 'modern_pictograms_proregular';
  src: url("../fonts/ModernPictogramsPro-v278.eot");
  src: url("../fonts/ModernPictogramsPro-v278.eot?#iefix") format("embedded-opentype"), url("../fonts/ModernPictogramsPro-v278.woff2") format("woff2"), url("../fonts/ModernPictogramsPro-v278.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Graphik Web';
  src: url("../fonts/Graphik-Regular-Web.eot");
  src: url("../fonts/Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Regular-Web.ttf") format("truetype"), url("../fonts/Graphik-Regular-Web.woff") format("woff"), url("Graphik-Regular-Web.svg#Graphik-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Web';
  src: url("../fonts/Graphik-Light-Web.eot");
  src: url("../fonts/Graphik-Light-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Light-Web.woff") format("woff"), url("../fonts/Graphik-Light-Web.ttf") format("truetype"), url("../fonts/Graphik-Light-Web.svg#Graphik-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

/* font sizes */
/* --------------------------------------------------------
Remove the unit of a length
@param {Number} $number - Number to remove unit from
@return {Number} - Unitless number
-------------------------------------------------------- */
/* spacing */
:root {
  --offset: 32px;
  --offset-half: calc( var(--offset) / 2 );
  --header-line-height: 28px;
  --gutter: 20px;
  --gutter-half: calc( var(--gutter) / 2 );
  --header-height: calc(var(--gutter) + var(--header-line-height)); }

/* grid */
/* layers */
/* section header */
.section-header--underline {
  border-bottom: 1px solid #7a7d80;
  padding-bottom: 0; }

.section-header,
.section-header__container {
  color: #222023;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  display: flex;
  padding-top: calc(var(--gutter));
  padding-bottom: calc(var(--gutter));
  overflow: hidden;
  box-sizing: border-box; }

.section-header__icon {
  color: #222023;
  font-family: "modern_pictograms_proregular";
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "modern_pictograms_proregular";
  font-weight: regular;
  font-size: 27px;
  line-height: calc( 26.4 / 27);
  flex-grow: 0;
  padding-right: calc(var(--gutter-half));
  width: 1em; }
  @media screen and (min-width: 600px) {
    .section-header__icon {
      font-size: 38px;
      line-height: calc( 39.6 / 38); } }
  @media screen and (min-width: 768px) {
    .section-header__icon {
      font-size: 42px;
      line-height: calc( 46.2 / 42); } }
  @media screen and (min-width: 1024px) {
    .section-header__icon {
      font-size: 50px;
      line-height: calc( 46.2 / 50); } }
  @media screen and (min-width: 1200px) {
    .section-header__icon {
      font-size: 50px;
      line-height: calc( 46.2 / 50); } }

.section-header__headline {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 24px;
  line-height: calc( 26.4 / 24);
  margin-top: 0;
  margin-bottom: 0;
  flex-grow: 1; }
  @media screen and (min-width: 600px) {
    .section-header__headline {
      font-size: 36px;
      line-height: calc( 39.6 / 36); } }
  @media screen and (min-width: 768px) {
    .section-header__headline {
      font-size: 42px;
      line-height: calc( 46.2 / 42); } }
  @media screen and (min-width: 1024px) {
    .section-header__headline {
      max-width: calc( 681.984px - var(--gutter-half) + 50px); } }
  @media screen and (min-width: 1200px) {
    .section-header__headline {
      max-width: calc( 600px - var(--gutter-half) + 50px); } }

.section-header__close {
  flex-grow: 1;
  text-align: right;
  align-self: center; }

.section-header__close-link {
  text-decoration: none;
  color: #222023; }

.section-header__x {
  font-family: "modern_pictograms_proregular";
  font-weight: regular;
  font-size: 27px;
  line-height: calc( 26.4 / 27);
  margin: 0;
  display: inline-block; }
  @media screen and (min-width: 600px) {
    .section-header__x {
      font-size: 38px;
      line-height: calc( 39.6 / 38); } }
  @media screen and (min-width: 768px) {
    .section-header__x {
      font-size: 42px;
      line-height: calc( 46.2 / 42); } }
  @media screen and (min-width: 1024px) {
    .section-header__x {
      font-size: 50px;
      line-height: calc( 46.2 / 50); } }
  @media screen and (min-width: 1200px) {
    .section-header__x {
      font-size: 50px;
      line-height: calc( 46.2 / 50); } }

/* section container */
.section-container {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px; }

/* global nav */
.sticky {
  position: fixed;
  top: 0;
  width: 100vw;
  height: auto;
  z-index: 10;
  mix-blend-mode: multiply; }
  .state--searching .sticky {
    display: none; }

.global-header {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px; }
  .state--searching .global-header {
    background-color: white; }

.title-row {
  box-sizing: border-box; }

.global-nav {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end; }

a.global-nav__link {
  color: #222023;
  text-decoration: none; }
  a.global-nav__link.global-nav__link--muted {
    color: #7a7d80; }

h1.title {
  font-weight: normal;
  margin: 0;
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18); }
  @media screen and (min-width: 600px) {
    h1.title {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    h1.title {
      font-size: 20px;
      line-height: calc( 28 / 20); } }

.nav-item {
  margin: 0;
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18);
  padding-left: 20px;
  padding-right: 0; }
  @media screen and (min-width: 600px) {
    .nav-item {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .nav-item {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  .nav-item .nav-item--is-text {
    display: none; }
  .nav-item .nav-item--is-pictogram {
    display: block;
    font-family: "modern_pictograms_proregular";
    font-weight: regular;
    font-size: 25px;
    line-height: calc( 28 / 25); }
  @media screen and (min-width: 600px) {
    .nav-item {
      padding-left: 32px;
      padding-right: 32px; }
      .nav-item .nav-item--is-text {
        display: block; }
      .nav-item .nav-item--is-pictogram {
        display: none; } }

h1.title:hover,
.nav-item:hover {
  color: #222023; }

/* page */
html, body {
  margin: 0;
  padding: 0;
  color: #222023;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.state--searching {
  overflow: hidden; }

/* intro component */
body.debug .intro,
body.debug .intro__pictogram-col,
body.debug .intro__pictogram-row,
body.debug .intro__pictogram {
  border-bottom: 1px solid #7a7d80; }

.intro {
  position: relative;
  margin-top: calc(var(--header-height) + var(--gutter-half));
  padding-bottom: calc(var(--header-height) + var(--gutter-half));
  border-bottom: 1px solid #7a7d80; }

.intro-container {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px; }

.intro__pictogram-row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  max-width: 1200px; }

.intro__pictogram-col {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  max-width: calc( 1200px - ( ( 1200px/6 ) * 2 )); }
  .intro__pictogram-col .intro__pictogram-row {
    margin-left: 0;
    margin-right: 0; }

.intro__pictogram {
  box-sizing: border-box;
  font-family: "modern_pictograms_proregular";
  text-align: center;
  color: #7a7d80;
  position: relative;
  font-size: calc( 50vw - 40px);
  width: 50vw;
  height: calc( 50vw - ( 50px ));
  padding-top: 20px;
  overflow: hidden; }

.intro__character {
  position: absolute;
  width: 100%;
  top: 105%;
  left: 0;
  transition: top 0.8s; }
  .intro__character.state--next {
    transition: top 0s;
    top: -100%; }
  .intro__character.state--visible {
    top: 0; }
  .intro__character.color-fuchsia-pale {
    color: #b850a5; }
  .intro__character.color-blue {
    color: #355084; }
  .intro__character.color-olive {
    color: #797d16; }
  .intro__character.color-yellow {
    color: #e1c824; }
  .intro__character.color-orange {
    color: #c56208; }
  .intro__character.color-green {
    color: #086e54; }
  .intro__character.color-fuchsia-rose {
    color: #a8245c; }
  .intro__character.color-brown {
    color: #7e5319; }
  .intro__character.color-grey {
    color: #7a7d80; }
  .intro__character.color-black {
    color: #222023; }
  .intro__character.color-white {
    color: white; }
  .intro__character.color-transparent {
    color: rgba(0, 0, 0, 0); }

.intro__pictogram--tiny {
  display: none; }

@media screen and (min-width: 320px) {
  .intro__pictogram--tiny {
    display: block; }
  .intro__pictogram {
    font-size: calc( 50vw - 40px);
    width: 50vw;
    height: calc( 50vw - ( 50px ));
    padding-top: 20px; } }

.intro__pictogram--small {
  display: none; }

@media screen and (min-width: 600px) {
  .intro__pictogram--small {
    display: block; }
  .intro__pictogram {
    font-size: calc( 33.33333vw - 40px);
    width: 33.33333vw;
    height: calc( 33.33333vw - ( 50px ));
    padding-top: 20px; } }

.intro__pictogram--medium {
  display: none; }

@media screen and (min-width: 768px) {
  .intro__pictogram--medium {
    display: block; }
  .intro__pictogram {
    font-size: calc( 25vw - 40px);
    width: 25vw;
    height: calc( 25vw - ( 50px ));
    padding-top: 20px; } }

.intro__pictogram--large {
  display: none; }

@media screen and (min-width: 1024px) {
  .intro__pictogram--large {
    display: block; }
  .intro__pictogram {
    font-size: calc( 20vw - 40px);
    width: 20vw;
    height: calc( 20vw - ( 50px ));
    padding-top: 20px; } }

.intro__pictogram--huge {
  display: none; }

@media screen and (min-width: 1200px) {
  .intro__pictogram--huge {
    display: block; }
  .intro__pictogram {
    font-size: calc( 200px - 40px);
    width: 200px;
    height: calc( 200px - ( 50px ));
    padding-top: 20px; } }

.intro__description {
  box-sizing: border-box;
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18); }
  @media screen and (min-width: 600px) {
    .intro__description {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .intro__description {
      font-size: 20px;
      line-height: calc( 28 / 20); } }

.intro__description-text {
  margin-top: 0; }
  @media screen and (min-width: 600px) {
    .intro__description-text {
      margin-top: 1em; } }

.intro__browse-link {
  text-decoration: none;
  color: #b850a5; }
  .intro__browse-link:hover {
    color: #222023; }

.intro__browse {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  width: auto;
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18); }
  @media screen and (min-width: 600px) {
    .intro__browse {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .intro__browse {
      font-size: 20px;
      line-height: calc( 28 / 20); } }

.intro__browse-arrow {
  display: inline-block;
  padding-left: var(--gutter);
  font-family: "modern_pictograms_proregular";
  font-weight: regular;
  font-size: 40px;
  line-height: calc( 25.2 / 40);
  margin: 0;
  vertical-align: middle;
  height: auto; }
  @media screen and (min-width: 600px) {
    .intro__browse-arrow {
      font-size: 48px;
      line-height: calc( 28 / 48); } }
  @media screen and (min-width: 1024px) {
    .intro__browse-arrow {
      font-size: 48px;
      line-height: calc( 28 / 48); } }

@media screen and (min-width: 320px) {
  .intro__description {
    padding: 20px;
    width: calc( 50vw * 2 - 10px); }
  .intro__pictogram-col {
    width: calc(  100% - 100vw + 10px); } }

@media screen and (min-width: 600px) {
  .intro__description {
    padding: 20px;
    width: calc( 33.33333vw * 2 - 10px); }
  .intro__pictogram-col {
    width: calc(  100% - 66.66667vw + 10px); } }

@media screen and (min-width: 768px) {
  .intro__description {
    padding: 20px;
    width: calc( 25vw * 2 - 10px); }
  .intro__pictogram-col {
    width: calc(  100% - 50vw + 10px); } }

@media screen and (min-width: 1024px) {
  .intro__description {
    padding: 20px;
    width: calc( 20vw * 2 - 10px); }
  .intro__pictogram-col {
    width: calc(  100% - 40vw + 10px); } }

@media screen and (min-width: 1200px) {
  .intro__description {
    padding: 20px;
    width: calc( 200px * 2 - 10px); }
  .intro__pictogram-col {
    width: calc(  100% - 400px + 10px); } }

/* news */
.news {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  border-bottom: 1px solid #7a7d80; }

@media screen and (min-width: 600px) {
  .news__container {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding: 0 32px;
    max-width: 1200px; } }

.news--small,
.news--large {
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: var(--header-height) 0; }
  @media screen and (min-width: 600px) {
    .news--small,
    .news--large {
      width: calc( 50% - 1px);
      border-left: 1px solid rgba(0, 0, 0, 0); } }
  .news--small .news__header,
  .news--large .news__header {
    color: #222023;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding: 0 32px;
    max-width: 1200px;
    display: flex;
    padding-top: calc(var(--gutter));
    padding-bottom: calc(var(--gutter));
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 10px; }
  .news--small .news__icon,
  .news--large .news__icon {
    color: #222023;
    font-family: "modern_pictograms_proregular";
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "modern_pictograms_proregular";
    font-weight: regular;
    font-size: 27px;
    line-height: calc( 26.4 / 27);
    flex-grow: 0;
    padding-right: calc(var(--gutter-half));
    width: 1em; }
    @media screen and (min-width: 600px) {
      .news--small .news__icon,
      .news--large .news__icon {
        font-size: 38px;
        line-height: calc( 39.6 / 38); } }
    @media screen and (min-width: 768px) {
      .news--small .news__icon,
      .news--large .news__icon {
        font-size: 42px;
        line-height: calc( 46.2 / 42); } }
    @media screen and (min-width: 1024px) {
      .news--small .news__icon,
      .news--large .news__icon {
        font-size: 50px;
        line-height: calc( 46.2 / 50); } }
    @media screen and (min-width: 1200px) {
      .news--small .news__icon,
      .news--large .news__icon {
        font-size: 50px;
        line-height: calc( 46.2 / 50); } }
  .news--small .news__headline,
  .news--large .news__headline {
    font-family: "Graphik Web";
    font-weight: 400;
    font-size: 24px;
    line-height: calc( 26.4 / 24);
    margin-top: 0;
    margin-bottom: 0;
    flex-grow: 1; }
    @media screen and (min-width: 600px) {
      .news--small .news__headline,
      .news--large .news__headline {
        font-size: 36px;
        line-height: calc( 39.6 / 36); } }
    @media screen and (min-width: 768px) {
      .news--small .news__headline,
      .news--large .news__headline {
        font-size: 42px;
        line-height: calc( 46.2 / 42); } }
    @media screen and (min-width: 1024px) {
      .news--small .news__headline,
      .news--large .news__headline {
        max-width: calc( 681.984px - var(--gutter-half) + 50px); } }
    @media screen and (min-width: 1200px) {
      .news--small .news__headline,
      .news--large .news__headline {
        max-width: calc( 600px - var(--gutter-half) + 50px); } }
  .news--small .news__footer,
  .news--large .news__footer {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding: 0 32px;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px; }
  .news--small .news__caption,
  .news--small .news__link,
  .news--large .news__caption,
  .news--large .news__link {
    box-sizing: border-box;
    margin-left: calc(-1 * var(--gutter));
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    width: 100%;
    padding-right: 0; }
  .news--small .news__caption,
  .news--large .news__caption {
    font-family: "Graphik Web";
    font-weight: 400;
    font-size: 18px;
    line-height: calc( 25.2 / 18); }
    @media screen and (min-width: 600px) {
      .news--small .news__caption,
      .news--large .news__caption {
        font-size: 20px;
        line-height: calc( 28 / 20); } }
    @media screen and (min-width: 1024px) {
      .news--small .news__caption,
      .news--large .news__caption {
        font-size: 20px;
        line-height: calc( 28 / 20); } }
  .news--small .news__link,
  .news--large .news__link {
    font-family: "modern_pictograms_proregular";
    font-weight: regular;
    font-size: 100px;
    line-height: calc( 100 / 100);
    margin-top: 0;
    margin-bottom: 32px;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .news--small .news__link,
      .news--large .news__link {
        font-size: 120px;
        line-height: calc( 120 / 120); } }
    .news--small .news__link a,
    .news--large .news__link a {
      color: #7a7d80;
      text-decoration: none; }
      .news--small .news__link a:hover,
      .news--large .news__link a:hover {
        color: #222023; }

.news--large {
  border-bottom: 1px solid #7a7d80; }
  @media screen and (min-width: 600px) {
    .news--large {
      box-sizing: border-box;
      width: 100%; } }
  @media screen and (min-width: 600px) {
    .news--large .news__header {
      color: #222023;
      box-sizing: border-box;
      position: relative;
      margin: 0 auto;
      padding: 0 32px;
      max-width: 1200px;
      display: flex;
      padding-top: calc(var(--gutter));
      padding-bottom: calc(var(--gutter));
      overflow: hidden;
      box-sizing: border-box; } }
  @media screen and (min-width: 600px) {
    .news--large .news__footer {
      box-sizing: border-box;
      position: relative;
      margin: 0 auto;
      padding: 0 32px;
      max-width: 1200px;
      display: flex;
      flex-wrap: nowrap; } }
  @media screen and (min-width: 600px) {
    .news--large .news__caption {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 66.666%;
      padding-right: 0; } }
  @media screen and (min-width: 768px) {
    .news--large .news__caption {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 50%;
      padding-right: 0; } }
  @media screen and (min-width: 600px) {
    .news--large .news__caption + .news__link {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 33.333%;
      padding-right: 0;
      text-align: right; } }
  @media screen and (min-width: 768px) {
    .news--large .news__caption + .news__link {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 50%;
      padding-right: 0; } }

.news--small .news__header {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  padding: 32px 10px 32px 32px; }

.news--small .news__footer {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  padding: 0 32px; }
  @media screen and (min-width: 768px) {
    .news--small .news__footer {
      width: 96%;
      margin-left: 0; } }

@media screen and (min-width: 600px) {
  .news--small + .news--small {
    border-left: 1px solid #7a7d80; } }

@media screen and (min-width: 600px) {
  .news--small + .news--small .news__header {
    color: #222023;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding: 0 32px;
    max-width: 1200px;
    display: flex;
    padding-top: calc(var(--gutter));
    padding-bottom: calc(var(--gutter));
    overflow: hidden;
    box-sizing: border-box;
    padding: 32px 0 32px 32px; } }

@media screen and (min-width: 600px) {
  .news--small + .news--small .news__footer {
    padding: 0 0 0 32px; } }

@media screen and (min-width: 768px) {
  .news--small:nth-child(odd) .news__header {
    padding-left: 0; } }

@media screen and (min-width: 768px) {
  .news--small:nth-child(odd) .news__footer {
    padding-left: 0; } }

.news--small:nth-child(even) {
  border-top: 1px solid #7a7d80; }
  @media screen and (min-width: 600px) {
    .news--small:nth-child(even) {
      border-top-width: 0px; } }

.news__image {
  max-width: 100%;
  min-width: 100%; }

/* browse */
.browse {
  padding-top: var(--header-height);
  box-sizing: border-box;
  border-bottom: 1px solid #7a7d80; }

.browse__header {
  color: #222023;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  display: flex;
  padding-top: calc(var(--gutter));
  padding-bottom: calc(var(--gutter));
  overflow: hidden;
  box-sizing: border-box; }

.browse__icon {
  color: #222023;
  font-family: "modern_pictograms_proregular";
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "modern_pictograms_proregular";
  font-weight: regular;
  font-size: 27px;
  line-height: calc( 26.4 / 27);
  flex-grow: 0;
  padding-right: calc(var(--gutter-half));
  width: 1em; }
  @media screen and (min-width: 600px) {
    .browse__icon {
      font-size: 38px;
      line-height: calc( 39.6 / 38); } }
  @media screen and (min-width: 768px) {
    .browse__icon {
      font-size: 42px;
      line-height: calc( 46.2 / 42); } }
  @media screen and (min-width: 1024px) {
    .browse__icon {
      font-size: 50px;
      line-height: calc( 46.2 / 50); } }
  @media screen and (min-width: 1200px) {
    .browse__icon {
      font-size: 50px;
      line-height: calc( 46.2 / 50); } }

.browse__headline {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 24px;
  line-height: calc( 26.4 / 24);
  margin-top: 0;
  margin-bottom: 0;
  flex-grow: 1; }
  @media screen and (min-width: 600px) {
    .browse__headline {
      font-size: 36px;
      line-height: calc( 39.6 / 36); } }
  @media screen and (min-width: 768px) {
    .browse__headline {
      font-size: 42px;
      line-height: calc( 46.2 / 42); } }
  @media screen and (min-width: 1024px) {
    .browse__headline {
      max-width: calc( 681.984px - var(--gutter-half) + 50px); } }
  @media screen and (min-width: 1200px) {
    .browse__headline {
      max-width: calc( 600px - var(--gutter-half) + 50px); } }

.browse .search-results__all-character {
  color: #355084;
  margin-bottom: 5vw; }

/* featured-retail-item */
.featured-retail-item {
  padding-top: var(--header-height);
  padding-bottom: 32px;
  box-sizing: border-box;
  border-bottom: 1px solid #7a7d80; }

.featured-retail-item__header {
  color: #222023;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  display: flex;
  padding-top: calc(var(--gutter));
  padding-bottom: calc(var(--gutter));
  overflow: hidden;
  box-sizing: border-box; }

.featured-retail-item__icon {
  color: #222023;
  font-family: "modern_pictograms_proregular";
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "modern_pictograms_proregular";
  font-weight: regular;
  font-size: 27px;
  line-height: calc( 26.4 / 27);
  flex-grow: 0;
  padding-right: calc(var(--gutter-half));
  width: 1em; }
  @media screen and (min-width: 600px) {
    .featured-retail-item__icon {
      font-size: 38px;
      line-height: calc( 39.6 / 38); } }
  @media screen and (min-width: 768px) {
    .featured-retail-item__icon {
      font-size: 42px;
      line-height: calc( 46.2 / 42); } }
  @media screen and (min-width: 1024px) {
    .featured-retail-item__icon {
      font-size: 50px;
      line-height: calc( 46.2 / 50); } }
  @media screen and (min-width: 1200px) {
    .featured-retail-item__icon {
      font-size: 50px;
      line-height: calc( 46.2 / 50); } }

.featured-retail-item__headline {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 24px;
  line-height: calc( 26.4 / 24);
  margin-top: 0;
  margin-bottom: 0;
  flex-grow: 1; }
  @media screen and (min-width: 600px) {
    .featured-retail-item__headline {
      font-size: 36px;
      line-height: calc( 39.6 / 36); } }
  @media screen and (min-width: 768px) {
    .featured-retail-item__headline {
      font-size: 42px;
      line-height: calc( 46.2 / 42); } }
  @media screen and (min-width: 1024px) {
    .featured-retail-item__headline {
      max-width: calc( 681.984px - var(--gutter-half) + 50px); } }
  @media screen and (min-width: 1200px) {
    .featured-retail-item__headline {
      max-width: calc( 600px - var(--gutter-half) + 50px); } }

.featured-retail-item__container {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  display: flex; }

.featured-retail-item__explained {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  max-width: 1200px;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .featured-retail-item__explained {
      flex-wrap: nowrap; } }

.featured-retail-item__feature {
  box-sizing: border-box;
  margin-left: calc(-1 * var(--gutter));
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 100%; }
  @media screen and (min-width: 600px) {
    .featured-retail-item__feature {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 50%;
      margin-left: 0; } }
  @media screen and (min-width: 768px) {
    .featured-retail-item__feature {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 33.333%;
      margin-left: 0; } }

.featured-retail-item__gram {
  font-family: "modern_pictograms_proregular";
  font-size: 200px;
  color: #c56208;
  text-align: center; }
  .featured-retail-item__gram.color-fuchsia-pale {
    color: #b850a5; }
  .featured-retail-item__gram.color-blue {
    color: #355084; }
  .featured-retail-item__gram.color-olive {
    color: #797d16; }
  .featured-retail-item__gram.color-yellow {
    color: #e1c824; }
  .featured-retail-item__gram.color-orange {
    color: #c56208; }
  .featured-retail-item__gram.color-green {
    color: #086e54; }
  .featured-retail-item__gram.color-fuchsia-rose {
    color: #a8245c; }
  .featured-retail-item__gram.color-brown {
    color: #7e5319; }
  .featured-retail-item__gram.color-grey {
    color: #7a7d80; }
  .featured-retail-item__gram.color-black {
    color: #222023; }
  .featured-retail-item__gram.color-white {
    color: white; }
  .featured-retail-item__gram.color-transparent {
    color: rgba(0, 0, 0, 0); }

.featured-retail-item__blurb {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18);
  text-align: left; }
  @media screen and (min-width: 600px) {
    .featured-retail-item__blurb {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .featured-retail-item__blurb {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 600px) {
    .featured-retail-item__blurb {
      text-align: center; } }
  .featured-retail-item__blurb a {
    color: #7a7d80;
    text-decoration: none; }

.featured-retail-item__cta-container {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px; }

.featured-retail-item__cta-row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  max-width: 1200px;
  justify-content: center; }

.featured-retail-item__button {
  text-decoration: none;
  color: white; }

.featured-retail-item__cta {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18);
  padding: 10px 30px;
  background-color: #222023;
  color: white; }
  @media screen and (min-width: 600px) {
    .featured-retail-item__cta {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .featured-retail-item__cta {
      font-size: 20px;
      line-height: calc( 28 / 20); } }

/* global-footer */
.section-header + .global-footer,
.purchase-form + .global-footer {
  border-top: 1px solid #7a7d80; }

.footer__container {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 10px; }

.office-credit {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18);
  color: #7a7d80; }
  @media screen and (min-width: 600px) {
    .office-credit {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .office-credit {
      font-size: 20px;
      line-height: calc( 28 / 20); } }

.office-link {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18);
  text-decoration: none;
  color: #7a7d80; }
  @media screen and (min-width: 600px) {
    .office-link {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .office-link {
      font-size: 20px;
      line-height: calc( 28 / 20); } }

.footer__state {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end; }

.footer__user-link {
  font-family: "modern_pictograms_proregular";
  color: #222023;
  font-family: "modern_pictograms_proregular";
  font-weight: regular;
  font-size: 25px;
  line-height: calc( 28 / 25);
  padding-left: 20px;
  text-decoration: none; }
  .footer__user-link.footer__user-link--muted {
    color: #7a7d80; }
    .footer__user-link.footer__user-link--muted:hover {
      color: #222023; }

/* search */
.search-sheet {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  background: white;
  z-index: 20; }

.search {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: calc(100vh - var(--header-height)); }

.search-field,
.search-display,
.search-results {
  width: 100%;
  position: relative;
  box-sizing: border-box; }

.search-field,
.search-display {
  border-bottom: 1px solid #7a7d80; }

.search-header,
.search-field,
.search-display {
  flex-grow: 0; }

.search-results {
  flex-grow: 1; }

.search-field__container,
.search-display__container {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px; }

.search-field__row,
.search-display__row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  max-width: 1200px; }

.search-field__row {
  padding-top: 20px;
  padding-bottom: 20px; }

.search-field__input {
  box-sizing: border-box;
  margin-left: calc(-1 * var(--gutter));
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 85%;
  margin-left: 0;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-bottom: 0;
  padding-top: 0;
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 24px;
  line-height: calc( 26.4 / 24); }
  @media screen and (min-width: 600px) {
    .search-field__input {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 91.666%;
      margin-left: 0; } }
  .search-field__input:focus {
    outline: none; }
  .search-field__input:invalid {
    border-bottom-color: #c56208; }
  @media screen and (min-width: 600px) {
    .search-field__input {
      font-size: 36px;
      line-height: calc( 39.6 / 36); } }
  @media screen and (min-width: 768px) {
    .search-field__input {
      font-size: 42px;
      line-height: calc( 46.2 / 42); } }

.search-field__close {
  box-sizing: border-box;
  margin-left: calc(-1 * var(--gutter));
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 15%;
  padding-right: 0;
  text-align: right;
  align-self: center; }
  @media screen and (min-width: 600px) {
    .search-field__close {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 8.333%;
      padding-right: 0; } }

a.search-field__close-link {
  text-decoration: none;
  color: #222023; }

.search-field__x {
  font-family: "modern_pictograms_proregular";
  font-weight: regular;
  font-size: 27px;
  line-height: calc( 26.4 / 27); }
  @media screen and (min-width: 600px) {
    .search-field__x {
      font-size: 38px;
      line-height: calc( 39.6 / 38); } }
  @media screen and (min-width: 768px) {
    .search-field__x {
      font-size: 42px;
      line-height: calc( 46.2 / 42); } }
  @media screen and (min-width: 1024px) {
    .search-field__x {
      font-size: 50px;
      line-height: calc( 46.2 / 50); } }
  @media screen and (min-width: 1200px) {
    .search-field__x {
      font-size: 50px;
      line-height: calc( 46.2 / 50); } }

.search-display__list,
.search-display__small,
.search-display__large,
.search-field__x,
.search-result__grid-character,
.search-result__list-character,
.search-results__all-character {
  font-family: "modern_pictograms_proregular";
  margin: 0; }

.search-result__grid-character,
.search-result__list-character {
  color: #797d16; }

/* search-display */
.search-display__list,
.search-display__small,
.search-display__large {
  cursor: pointer;
  font-family: "modern_pictograms_proregular";
  font-weight: regular;
  font-size: 36px;
  line-height: calc( 50 / 36);
  color: #222023;
  padding-left: 20px; }

.state--displaying-list .search-display__small,
.state--displaying-list .search-display__large {
  color: #7a7d80; }
  .state--displaying-list .search-display__small:hover,
  .state--displaying-list .search-display__large:hover {
    color: #222023; }

.state--displaying-list .search-result__list-character {
  font-family: "modern_pictograms_proregular";
  font-weight: regular;
  font-size: 50px;
  line-height: calc( 50 / 50); }
  @media screen and (min-width: 600px) {
    .state--displaying-list .search-result__list-character {
      font-size: 80px;
      line-height: calc( 80 / 80); } }
  @media screen and (min-width: 768px) {
    .state--displaying-list .search-result__list-character {
      font-size: 100px;
      line-height: calc( 100 / 100); } }
  @media screen and (min-width: 1024px) {
    .state--displaying-list .search-result__list-character {
      font-size: 120px;
      line-height: calc( 120 / 120); } }

.state--displaying-small .search-display__list,
.state--displaying-small .search-display__large {
  color: #7a7d80; }
  .state--displaying-small .search-display__list:hover,
  .state--displaying-small .search-display__large:hover {
    color: #222023; }

.state--displaying-small .search-result__grid-character {
  font-family: "modern_pictograms_proregular";
  font-weight: regular;
  font-size: 120px;
  line-height: calc( 120 / 120); }
  @media screen and (min-width: 1024px) {
    .state--displaying-small .search-result__grid-character {
      font-size: 120px;
      line-height: calc( 120 / 120); } }

.state--displaying-small .search-result__grid-item {
  width: 100%; }
  @media screen and (min-width: 320px) {
    .state--displaying-small .search-result__grid-item {
      width: 50%; } }
  @media screen and (min-width: 600px) {
    .state--displaying-small .search-result__grid-item {
      width: 33.333%; } }
  @media screen and (min-width: 768px) {
    .state--displaying-small .search-result__grid-item {
      width: 25%; } }

.state--displaying-large .search-display__small,
.state--displaying-large .search-display__list {
  color: #7a7d80; }
  .state--displaying-large .search-display__small:hover,
  .state--displaying-large .search-display__list:hover {
    color: #222023; }

.state--displaying-large .search-result__grid-character {
  font-family: "modern_pictograms_proregular";
  font-weight: regular;
  font-size: 200px;
  line-height: calc( 200 / 200); }
  @media screen and (min-width: 1024px) {
    .state--displaying-large .search-result__grid-character {
      font-size: 200px;
      line-height: calc( 200 / 200); } }

.state--displaying-large .search-result__grid-item {
  box-sizing: border-box;
  margin-left: calc(-1 * var(--gutter));
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 100%; }
  @media screen and (min-width: 600px) {
    .state--displaying-large .search-result__grid-item {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 50%; } }
  @media screen and (min-width: 768px) {
    .state--displaying-large .search-result__grid-item {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 33.333%; } }

.state--disabled.search-display__small, .state--disabled.search-display__large, .state--disabled.search-display__list {
  color: #7a7d80;
  pointer-events: none;
  cursor: no-drop; }

/* search-results */
.search-results {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.search-results__container {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  padding-top: 32px;
  padding-bottom: 32px; }

.search-results__all {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  padding-top: 10px;
  padding-bottom: 20px; }
  @media screen and (min-width: 600px) {
    .search-results__all {
      padding-top: 32px;
      padding-bottom: 32px; } }

.search-results__grid-row,
.search-results__all-row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  max-width: 1200px;
  flex-wrap: wrap; }

.search-result__grid-item {
  text-align: center; }

.search-result__grid-tags {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 12px;
  line-height: calc( 18 / 12); }
  @media screen and (min-width: 1024px) {
    .search-result__grid-tags {
      font-size: 12px;
      line-height: calc( 18 / 12); } }

.search-results__list-item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #7a7d80; }

.search-results__list-col {
  display: flex;
  flex-direction: column;
  align-content: flex-start; }

.search-result__list-row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  max-width: 1200px; }

.search-result__list-character {
  box-sizing: border-box;
  margin-left: calc(-1 * var(--gutter));
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 30%;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .search-result__list-character {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 25%; } }

.search-result__list-tags {
  box-sizing: border-box;
  margin-left: calc(-1 * var(--gutter));
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 70%;
  align-self: center; }
  @media screen and (min-width: 768px) {
    .search-result__list-tags {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 75%; } }

.search-result__list-primary-tag {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 24px;
  line-height: calc( 26.4 / 24);
  margin: 0; }
  @media screen and (min-width: 600px) {
    .search-result__list-primary-tag {
      font-size: 36px;
      line-height: calc( 39.6 / 36); } }
  @media screen and (min-width: 768px) {
    .search-result__list-primary-tag {
      font-size: 42px;
      line-height: calc( 46.2 / 42); } }

.search-result__list-secondary-tag {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18);
  margin: 0; }
  @media screen and (min-width: 600px) {
    .search-result__list-secondary-tag {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .search-result__list-secondary-tag {
      font-size: 20px;
      line-height: calc( 28 / 20); } }

.search-results__all-row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  max-width: 1200px;
  flex-wrap: wrap; }

.search-results__all-link {
  text-decoration: none; }

a.search-results__tag-link {
  text-decoration: none;
  color: inherit; }

.search-results__all-link {
  box-sizing: border-box;
  margin-left: calc(-1 * var(--gutter));
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 20%;
  margin: 0;
  padding: 0;
  align-self: center; }
  @media screen and (min-width: 600px) {
    .search-results__all-link {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 15%;
      margin: 0;
      padding: 0; } }
  @media screen and (min-width: 768px) {
    .search-results__all-link {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 12%;
      margin: 0;
      padding: 0; } }
  @media screen and (min-width: 1024px) {
    .search-results__all-link {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 10%;
      margin: 0;
      padding: 0; } }

.search-results__all-character {
  font-family: "modern_pictograms_proregular";
  font-weight: regular;
  font-size: 32px;
  line-height: calc( 32 / 32);
  color: #7a7d80;
  text-align: center; }
  @media screen and (min-width: 600px) {
    .search-results__all-character {
      font-size: 50px;
      line-height: calc( 50 / 50); } }
  .search-results__all-character:hover {
    color: #222023; }

/* cart */
.cart {
  padding-top: var(--header-height);
  box-sizing: border-box;
  border-bottom: 1px solid #7a7d80; }

.cart__header {
  color: #222023;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  display: flex;
  padding-top: calc(var(--gutter));
  padding-bottom: calc(var(--gutter));
  overflow: hidden;
  box-sizing: border-box; }

.cart__icon {
  color: #222023;
  font-family: "modern_pictograms_proregular";
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "modern_pictograms_proregular";
  font-weight: regular;
  font-size: 27px;
  line-height: calc( 26.4 / 27);
  flex-grow: 0;
  padding-right: calc(var(--gutter-half));
  width: 1em; }
  @media screen and (min-width: 600px) {
    .cart__icon {
      font-size: 38px;
      line-height: calc( 39.6 / 38); } }
  @media screen and (min-width: 768px) {
    .cart__icon {
      font-size: 42px;
      line-height: calc( 46.2 / 42); } }
  @media screen and (min-width: 1024px) {
    .cart__icon {
      font-size: 50px;
      line-height: calc( 46.2 / 50); } }
  @media screen and (min-width: 1200px) {
    .cart__icon {
      font-size: 50px;
      line-height: calc( 46.2 / 50); } }

.header__close {
  flex-grow: 1;
  text-align: right;
  align-self: center; }

.header__close-link {
  text-decoration: none;
  color: #222023; }

.header__x {
  font-family: "modern_pictograms_proregular";
  font-weight: regular;
  font-size: 27px;
  line-height: calc( 26.4 / 27);
  margin: 0; }
  @media screen and (min-width: 600px) {
    .header__x {
      font-size: 38px;
      line-height: calc( 39.6 / 38); } }
  @media screen and (min-width: 768px) {
    .header__x {
      font-size: 42px;
      line-height: calc( 46.2 / 42); } }
  @media screen and (min-width: 1024px) {
    .header__x {
      font-size: 50px;
      line-height: calc( 46.2 / 50); } }
  @media screen and (min-width: 1200px) {
    .header__x {
      font-size: 50px;
      line-height: calc( 46.2 / 50); } }

.cart__headline {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 24px;
  line-height: calc( 26.4 / 24);
  margin-top: 0;
  margin-bottom: 0;
  flex-grow: 1;
  line-height: 1; }
  @media screen and (min-width: 600px) {
    .cart__headline {
      font-size: 36px;
      line-height: calc( 39.6 / 36); } }
  @media screen and (min-width: 768px) {
    .cart__headline {
      font-size: 42px;
      line-height: calc( 46.2 / 42); } }
  @media screen and (min-width: 1024px) {
    .cart__headline {
      max-width: calc( 681.984px - var(--gutter-half) + 50px); } }
  @media screen and (min-width: 1200px) {
    .cart__headline {
      max-width: calc( 600px - var(--gutter-half) + 50px); } }

.cart__logout {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 12px;
  line-height: calc( 18 / 12);
  display: block; }
  @media screen and (min-width: 1024px) {
    .cart__logout {
      font-size: 12px;
      line-height: calc( 18 / 12); } }
  .cart__logout a {
    text-decoration: none;
    color: #222023; }

.cart__item {
  position: relative;
  border-bottom: 1px solid #7a7d80; }
  .cart__item:last-child {
    border-bottom: 0; }

.cart__container {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  padding-top: 32px;
  padding-bottom: 32px; }

.cart__description {
  flex-grow: 1;
  align-self: center;
  margin-left: 0; }

.cart__status {
  flex-grow: 0;
  padding-right: 0; }
  .cart__status a {
    text-decoration: none;
    cursor: pointer; }
    .cart__status a .cart__status-icon {
      transition: color 0.2s cubic-bezier(0.17, 0.67, 0.92, 0.95); }
      .cart__status a .cart__status-icon:hover {
        transition: color 0.2s cubic-bezier(0.17, 0.67, 0.92, 0.95);
        color: #222023; }

.cart__status-icon,
.cart__status-price {
  color: #a8245c;
  margin: 0;
  text-align: right; }

.cart__status-icon {
  font-family: "modern_pictograms_proregular";
  font-weight: regular;
  font-size: 40px;
  line-height: calc( 40 / 40); }
  @media screen and (min-width: 600px) {
    .cart__status-icon {
      font-size: 50px;
      line-height: calc( 50 / 50); } }
  @media screen and (min-width: 768px) {
    .cart__status-icon {
      font-size: 60px;
      line-height: calc( 60 / 60); } }

.cart__status-price {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 24px;
  line-height: calc( 26.4 / 24); }
  @media screen and (min-width: 600px) {
    .cart__status-price {
      font-size: 36px;
      line-height: calc( 39.6 / 36); } }
  @media screen and (min-width: 768px) {
    .cart__status-price {
      font-size: 42px;
      line-height: calc( 46.2 / 42); } }

.cart__description-primary {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 24px;
  line-height: calc( 26.4 / 24);
  margin: 0;
  color: #a8245c; }
  @media screen and (min-width: 600px) {
    .cart__description-primary {
      font-size: 36px;
      line-height: calc( 39.6 / 36); } }
  @media screen and (min-width: 768px) {
    .cart__description-primary {
      font-size: 42px;
      line-height: calc( 46.2 / 42); } }

.cart__description-version {
  color: #7a7d80; }

.cart__description-secondary {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18);
  margin: 0;
  color: #a8245c; }
  @media screen and (min-width: 600px) {
    .cart__description-secondary {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .cart__description-secondary {
      font-size: 20px;
      line-height: calc( 28 / 20); } }

.cart__description-secondary--pictogram {
  font-family: "modern_pictograms_proregular";
  font-weight: regular;
  font-size: 36px;
  line-height: calc( 36 / 36);
  color: #7a7d80;
  display: inline-block;
  margin: 0 5px 0 0; }

.cart__price-text {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18);
  margin: 0;
  text-align: right; }
  @media screen and (min-width: 600px) {
    .cart__price-text {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .cart__price-text {
      font-size: 20px;
      line-height: calc( 28 / 20); } }

/* login */
.login-form,
.login-form--step {
  border-bottom: 1px solid #7a7d80; }

.login-form {
  margin-top: var(--header-height); }

.login-form__form {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
  padding-bottom: 32px; }

.login-form__intro-login {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18);
  box-sizing: border-box;
  margin-left: calc(-1 * var(--gutter));
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 85%;
  padding-right: 0;
  margin-bottom: 32px; }
  @media screen and (min-width: 600px) {
    .login-form__intro-login {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .login-form__intro-login {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 768px) {
    .login-form__intro-login {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 62%;
      padding-right: 0; } }

.login-form__email,
.login-form__password,
.login-form__button {
  border: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: 1px solid #222023;
  margin-bottom: 20px;
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18); }
  .login-form__email:focus,
  .login-form__password:focus,
  .login-form__button:focus {
    outline: none; }
  .login-form__email:invalid,
  .login-form__password:invalid,
  .login-form__button:invalid {
    border-bottom-color: #c56208; }
  @media screen and (min-width: 600px) {
    .login-form__email,
    .login-form__password,
    .login-form__button {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .login-form__email,
    .login-form__password,
    .login-form__button {
      font-size: 20px;
      line-height: calc( 28 / 20); } }

.login-form__forgot-password.state--active,
.login-form__forgot-password.state--requesting,
.login-form__forgot-password.state--error,
.login-form__forgot-password.state--sent {
  display: block; }

.login-form__forgot-password.state--active,
.login-form__forgot-password.state--requesting {
  font-family: "modern_pictograms_proregular";
  font-weight: regular;
  font-size: 30px;
  line-height: calc( 30 / 30); }

.login-form__forgot-password.state--error,
.login-form__forgot-password.state--sent {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18); }
  @media screen and (min-width: 600px) {
    .login-form__forgot-password.state--error,
    .login-form__forgot-password.state--sent {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .login-form__forgot-password.state--error,
    .login-form__forgot-password.state--sent {
      font-size: 20px;
      line-height: calc( 28 / 20); } }

.login-form__intro-step {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18);
  margin-bottom: 10px; }
  @media screen and (min-width: 600px) {
    .login-form__intro-step {
      font-size: 30px;
      line-height: calc( 33 / 30); } }

.login-form__email,
.login-form__password-wrapper,
.login-form__button,
.login-form__intro-step,
.login-form--step .log-out__text,
.login-form .log-out__text {
  padding-bottom: calc(var(--gutter-half));
  box-sizing: border-box;
  margin-left: calc(-1 * var(--gutter));
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 80%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0; }
  @media screen and (min-width: 600px) {
    .login-form__email,
    .login-form__password-wrapper,
    .login-form__button,
    .login-form__intro-step,
    .login-form--step .log-out__text,
    .login-form .log-out__text {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 60%;
      margin-left: 20%;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0; } }
  @media screen and (min-width: 768px) {
    .login-form__email,
    .login-form__password-wrapper,
    .login-form__button,
    .login-form__intro-step,
    .login-form--step .log-out__text,
    .login-form .log-out__text {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 40%;
      margin-left: 20%;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0; } }

.login-form__password-wrapper {
  position: relative;
  padding-bottom: 0; }

.login-form__password {
  width: calc( 100% - 1px);
  padding-bottom: 10px; }

.login-form__forgot-password {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #355084;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-bottom: 0;
  padding-top: 0;
  background-color: white; }
  .login-form__forgot-password:focus {
    outline: none; }
  .login-form__forgot-password:invalid {
    border-bottom-color: #c56208; }

.login-form__button {
  text-align: left;
  background-color: white;
  color: #b850a5;
  opacity: 0.4; }
  .login-form__button.state--active {
    color: #a8245c;
    opacity: 1.0;
    cursor: pointer; }

.login-form__errors {
  box-sizing: border-box;
  margin-left: calc(-1 * var(--gutter));
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 80%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 600px) {
    .login-form__errors {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 60%;
      margin-left: 20%;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 768px) {
    .login-form__errors {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 40%;
      margin-left: 20%;
      padding-left: 0;
      padding-right: 0; } }

.login-form__error {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18);
  color: #7e5319; }
  @media screen and (min-width: 600px) {
    .login-form__error {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .login-form__error {
      font-size: 20px;
      line-height: calc( 28 / 20); } }

/* section */
.log-out {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #7a7d80; }

.sticky + .log-out {
  margin-top: var(--header-height); }

.log-out__container {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px; }

.log-out__text {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18);
  color: #7a7d80; }
  @media screen and (min-width: 600px) {
    .log-out__text {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .log-out__text {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  .log-out__text a {
    text-decoration: none;
    color: #222023; }

/* purchase */
.purchase-form {
  box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  opacity: 0.4;
  padding-top: 32px; }
  .purchase-form.state--active {
    opacity: 1.0; }

.purchase-form__form {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 32px; }

.login-form + .purchase-form .purchase-form__form {
  padding-top: 0; }

.purchase-form__cvc {
  width: 3em; }

.purchase-form__mm {
  width: 1.8em;
  margin-left: 1em; }

.purchase-form__yyyy {
  width: 3em;
  margin-left: 1em; }

.purchase-form__intro {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18);
  padding-bottom: 10px;
  margin-bottom: 10px; }
  @media screen and (min-width: 600px) {
    .purchase-form__intro {
      font-size: 30px;
      line-height: calc( 33 / 30); } }

.purchase-form__credit-card,
.purchase-form__cvc,
.purchase-form__mm,
.purchase-form__yyyy,
.purchase-form__button {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18);
  border: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #222023; }
  @media screen and (min-width: 600px) {
    .purchase-form__credit-card,
    .purchase-form__cvc,
    .purchase-form__mm,
    .purchase-form__yyyy,
    .purchase-form__button {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .purchase-form__credit-card,
    .purchase-form__cvc,
    .purchase-form__mm,
    .purchase-form__yyyy,
    .purchase-form__button {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  .purchase-form__credit-card:focus,
  .purchase-form__cvc:focus,
  .purchase-form__mm:focus,
  .purchase-form__yyyy:focus,
  .purchase-form__button:focus {
    outline: none; }
  .purchase-form__credit-card:invalid,
  .purchase-form__cvc:invalid,
  .purchase-form__mm:invalid,
  .purchase-form__yyyy:invalid,
  .purchase-form__button:invalid {
    border-bottom-color: #c56208; }

.purchase-form__intro,
.purchase-form__credit-card,
.purchase-form__button {
  box-sizing: border-box;
  margin-left: calc(-1 * var(--gutter));
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 80%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0; }
  @media screen and (min-width: 600px) {
    .purchase-form__intro,
    .purchase-form__credit-card,
    .purchase-form__button {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 60%;
      margin-left: 20%;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 768px) {
    .purchase-form__intro,
    .purchase-form__credit-card,
    .purchase-form__button {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 40%;
      margin-left: 20%;
      padding-left: 0;
      padding-right: 0; } }

.purchase-form__total {
  box-sizing: border-box;
  margin-left: calc(-1 * var(--gutter));
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 20%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 24px;
  line-height: calc( 26.4 / 24);
  text-align: right; }
  @media screen and (min-width: 600px) {
    .purchase-form__total {
      font-size: 36px;
      line-height: calc( 39.6 / 36); } }
  @media screen and (min-width: 768px) {
    .purchase-form__total {
      font-size: 42px;
      line-height: calc( 46.2 / 42); } }

.purchase-form__cvc {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 600px) {
    .purchase-form__cvc {
      margin-left: 20%; } }

.purchase-form__button {
  text-align: left;
  background-color: white;
  color: #b850a5;
  opacity: 0.4; }
  .purchase-form__button.state--active {
    color: #a8245c;
    opacity: 1.0;
    cursor: pointer; }

.purchase-form__errors {
  box-sizing: border-box;
  margin-left: calc(-1 * var(--gutter));
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 80%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 600px) {
    .purchase-form__errors {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 60%;
      margin-left: 20%;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 768px) {
    .purchase-form__errors {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 40%;
      margin-left: 20%;
      padding-left: 0;
      padding-right: 0; } }

.purchase-form__error {
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18);
  color: #7e5319; }
  @media screen and (min-width: 600px) {
    .purchase-form__error {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .purchase-form__error {
      font-size: 20px;
      line-height: calc( 28 / 20); } }

/* user-settings */
.user-settings {
  padding-top: var(--header-height);
  box-sizing: border-box;
  border-bottom: 1px solid #222023; }

.change-password__form {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
  padding-bottom: 32px; }

.change-password__input,
.change-password__submit {
  border: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-bottom: calc(var(--gutter-half));
  box-sizing: border-box;
  margin-left: calc(-1 * var(--gutter));
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 80%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  border-bottom: 1px solid #222023;
  margin-bottom: 20px;
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18); }
  .change-password__input:focus,
  .change-password__submit:focus {
    outline: none; }
  .change-password__input:invalid,
  .change-password__submit:invalid {
    border-bottom-color: #c56208; }
  @media screen and (min-width: 600px) {
    .change-password__input,
    .change-password__submit {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 60%;
      margin-left: 20%;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0; } }
  @media screen and (min-width: 768px) {
    .change-password__input,
    .change-password__submit {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 40%;
      margin-left: 20%;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0; } }
  @media screen and (min-width: 600px) {
    .change-password__input,
    .change-password__submit {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .change-password__input,
    .change-password__submit {
      font-size: 20px;
      line-height: calc( 28 / 20); } }

.change-password__submit {
  text-align: left;
  background-color: white;
  color: #b850a5;
  opacity: 0.4; }
  .change-password__submit.state--active {
    color: #a8245c;
    opacity: 1.0;
    cursor: pointer; }

.change-password__notification-input {
  border: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-bottom: calc(var(--gutter-half));
  box-sizing: border-box;
  margin-left: calc(-1 * var(--gutter));
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 80%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 18px;
  line-height: calc( 25.2 / 18); }
  .change-password__notification-input:focus {
    outline: none; }
  .change-password__notification-input:invalid {
    border-bottom-color: #c56208; }
  @media screen and (min-width: 600px) {
    .change-password__notification-input {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 60%;
      margin-left: 20%;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0; } }
  @media screen and (min-width: 768px) {
    .change-password__notification-input {
      box-sizing: border-box;
      margin-left: calc(-1 * var(--gutter));
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      width: 40%;
      margin-left: 20%;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0; } }
  @media screen and (min-width: 600px) {
    .change-password__notification-input {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
  @media screen and (min-width: 1024px) {
    .change-password__notification-input {
      font-size: 20px;
      line-height: calc( 28 / 20); } }
