/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@font-face{font-family:Avenir Black;src:url(/s/bundle/fonts/0b8d5ddb907f40f0f538469064ed7b82.eot);src:url(/s/bundle/fonts/0b8d5ddb907f40f0f538469064ed7b82.eot?#iefix) format("embedded-opentype"),url(/s/bundle/fonts/169aabe9949189a572753bbcb6c42240.woff2) format("woff2"),url(/s/bundle/fonts/891ce10c620e77f638de23230b495287.woff) format("woff"),url(/s/bundle/fonts/ab33339025e3cdbcd052efeb69e659a0.ttf) format("truetype");font-weight:900;font-style:normal}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}html{-webkit-box-sizing:border-box;box-sizing:border-box}body{margin:0;padding:0;min-height:var(--100vh)}.error-view{position:relative;padding:calc(var(--vh)*20) 0;height:80vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.error-view .error-view-content{max-width:600px}body,html{font-family:Times,Times New Roman,serif;font-size:18px;line-height:1.18;color:#000}@media(max-width:1025px){body,html{font-size:22px}}a{text-decoration:none;color:#000}p{margin-top:0;margin-bottom:30px}p a{border-bottom:2px solid #000}h1,h2,h3,h4,h5,h6{font-family:Avenir Black,Avenir,Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:900;font-size:40px;text-transform:uppercase;letter-spacing:.05em;margin-top:0;margin-bottom:18px}@media(max-width:1025px){h1,h2,h3,h4,h5,h6{font-size:35px}}.heading{font-family:Avenir Black,Avenir,Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:900;font-size:40px;text-transform:uppercase;letter-spacing:.05em}@media(max-width:1025px){.heading{font-size:35px}}.body{font-family:Times,Times New Roman,serif;font-size:18px;line-height:1.18}@media(max-width:1025px){.body{font-size:22px}}input[type=email],input[type=text],textarea{border:1px solid #000;color:#000;background:#fff;-webkit-box-shadow:none;box-shadow:none;outline:0;outline-offset:0}input[type=email]:hover,input[type=text]:hover,textarea:hover{color:#000;background:#fff}
.IndexView .MenuToggle{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}
.PageView{font-family:Times,Times New Roman,serif;font-size:18px;line-height:1.18;font-size:28px;position:relative;padding:calc(var(--vh)*20) 0;max-width:1000px;margin:0 auto;padding-left:10px;padding-right:10px;text-align:center}@media(max-width:1025px){.PageView{font-size:22px}}.PageView p{margin-bottom:50px}.PageView__title{font-family:Avenir Black,Avenir,Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;font-size:13.6vmin;line-height:calc(var(--100vh)/5);height:calc(var(--100vh)/5);white-space:nowrap;position:fixed;z-index:1390;bottom:0;left:0;width:100%;height:calc(var(--vh)*20);margin:0;padding:0;text-align:center;overflow:hidden;cursor:pointer}.PageView__title a{text-decoration:none}@media(max-width:767px){.PageView__title{font-size:35px}}@media(max-width:340px){.PageView__title{font-size:32px}}@media(min-width:768px)and (max-width:1180px)and (min-height:600px){.PageView__title{font-size:9.8vw}}.PageView iframe.pdf{max-width:100%;max-height:calc(var(--vh)*75)}
.CategoryIndex{padding:calc(var(--vh)*20) 0;width:100%;overflow:hidden;position:relative;text-align:center;background:#fff}.CategoryIndex__item{position:relative;display:block;max-width:100%;padding:0 0 40px;text-decoration:none;-webkit-box-sizing:content-box;box-sizing:content-box}.CategoryIndex__item img{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.CategoryIndex__item__title{font-family:Avenir Black,Avenir,Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:900;font-size:40px;text-transform:uppercase;letter-spacing:.05em;margin:4px 0 0}@media(max-width:1025px){.CategoryIndex__item__title{font-size:35px}}@media(max-width:1025px){.CategoryIndex__item{width:100%!important;top:auto!important;left:auto!important}.CategoryIndex__item img{width:100%!important;height:auto!important}}@media(min-width:1026px){.CategoryIndex{padding-left:15px;padding-right:15px}.CategoryIndex__item{padding:0;margin:30px;position:relative;display:inline-block;vertical-align:top}.CategoryIndex__item img{width:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}
.CollectionDetail{position:relative;padding:calc(var(--vh)*20) 0;background:#fff}.CollectionDetail__info h1{font-family:Avenir Black,Avenir,Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:900;font-size:40px;text-transform:uppercase;letter-spacing:.05em;font-size:42px;display:none!important}@media(max-width:1025px){.CollectionDetail__info h1{font-size:35px}}.CollectionDetail__title{cursor:pointer}.CollectionDetail__images img{display:block;width:100%;height:auto;margin-bottom:25px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(max-width:1025px){.CollectionDetail{position:relative;padding:calc(var(--vh)*20) 0}.CollectionDetail__info{position:relative!important;-webkit-transform:none!important;transform:none!important;top:0!important;margin-top:-20px;margin-bottom:60px;padding:0 15px;text-align:center}.CollectionDetail__info .Markup>:last-child{margin-bottom:0}.CollectionDetail__title{font-family:Avenir Black,Avenir,Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;font-size:13.6vmin;line-height:calc(var(--100vh)/5);height:calc(var(--100vh)/5);white-space:nowrap;position:fixed;z-index:1390;bottom:0;left:0;width:100%;height:calc(var(--vh)*20);margin:0;padding:0;text-align:center;overflow:hidden}.CollectionDetail__title a{text-decoration:none}}@media(max-width:1025px)and (max-width:767px){.CollectionDetail__title{font-size:35px}}@media(max-width:1025px)and (max-width:340px){.CollectionDetail__title{font-size:32px}}@media(max-width:1025px)and (min-width:768px)and (max-width:1180px)and (min-height:600px){.CollectionDetail__title{font-size:9.8vw}}@media(min-width:1026px){.CollectionDetail__title{font-family:Avenir Black,Avenir,Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;font-size:13.6vmin;line-height:calc(var(--100vh)/5);height:calc(var(--100vh)/5);white-space:nowrap;position:fixed;z-index:1390;bottom:0;left:0;width:100%;height:calc(var(--vh)*20);margin:0;padding:0;text-align:center;overflow:hidden}.CollectionDetail__title a{text-decoration:none}}@media(min-width:1026px)and (max-width:767px){.CollectionDetail__title{font-size:35px}}@media(min-width:1026px)and (max-width:340px){.CollectionDetail__title{font-size:32px}}@media(min-width:1026px)and (min-width:768px)and (max-width:1180px)and (min-height:600px){.CollectionDetail__title{font-size:9.8vw}}@media(min-width:1026px){.CollectionDetail__info{position:fixed;z-index:1350;left:0;top:calc(20vh - 7px);padding:0 38px;width:338px}.CollectionDetail__info p:last-child{margin-bottom:0}}@media(min-width:1026px){.CollectionDetail__images{padding-right:90px;margin-left:440px;margin-bottom:70px}.CollectionDetail__images img{margin-bottom:125px}}
.MediaView{position:fixed;z-index:1400;top:0;left:0;width:100%;height:var(--100vh);padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;color:#000}.MediaView__slider{position:relative;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;height:auto;width:100%;overflow:hidden}.MediaView__item{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;-webkit-transition:-webkit-transform .45s;transition:-webkit-transform .45s;transition:transform .45s;transition:transform .45s,-webkit-transform .45s}.MediaView__item--type-video .MediaView__item__video-image{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.MediaView__item--type-video .MediaView__item__play-button{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:100px;line-height:1;cursor:pointer}.MediaView__item--type-video .MediaView__item__play-button .material-icons{font-size:50px;line-height:1}@media(min-width:768px){.MediaView__item--type-video .MediaView__item__play-button .material-icons{font-size:70px}}.MediaView__item--type-video .video{position:relative;width:100%;height:100%;background:#000}.MediaView__item--type-video .video iframe{width:100%;height:100%}.MediaView__item__content{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.MediaView__item__content img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-o-object-fit:contain;object-fit:contain}.MediaView__caption{display:none}.MediaView.MediaView--single-item .MediaView__item{cursor:default}.MediaView.MediaView--cursor-left .MediaView__item{cursor:w-resize}.MediaView.MediaView--cursor-right .MediaView__item{cursor:e-resize}.MediaView.MediaView--cursor-middle .MediaView__item{cursor:not-allowed}@media(min-width:1026px){.MediaView{padding:20px 0}.MediaView__item{padding:0 20px}}
.TopMenuToggle{font-family:Avenir Black,Avenir,Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;font-size:13.6vmin;line-height:calc(var(--100vh)/5);height:calc(var(--100vh)/5);white-space:nowrap;position:fixed;z-index:1390;top:0;left:0;width:100%;height:calc(var(--vh)*20);text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.TopMenuToggle a{text-decoration:none}@media(max-width:767px){.TopMenuToggle{font-size:35px}}@media(max-width:340px){.TopMenuToggle{font-size:32px}}@media(min-width:768px)and (max-width:1180px)and (min-height:600px){.TopMenuToggle{font-size:9.8vw}}
.SiteBackground{position:fixed;z-index:-1;top:0;left:0;width:100%;height:var(--100vh);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;background:#faf200}.SiteBackground h1,.SiteBackground h2{font-family:Avenir Black,Avenir,Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;font-size:13.6vmin;line-height:calc(var(--100vh)/5);height:calc(var(--100vh)/5);white-space:nowrap;position:relative;margin:0;color:#fafafa;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.SiteBackground h1 a,.SiteBackground h2 a{text-decoration:none}@media(max-width:767px){.SiteBackground h1,.SiteBackground h2{font-size:35px}}@media(max-width:340px){.SiteBackground h1,.SiteBackground h2{font-size:32px}}@media(min-width:768px)and (max-width:1180px)and (min-height:600px){.SiteBackground h1,.SiteBackground h2{font-size:9.8vw}}.SiteBackground h1 a,.SiteBackground h2 a{position:absolute;top:0;left:0;width:100%;color:#000;cursor:pointer}.SiteBackground--theme-2{background:#0000fe}.SiteBackground--theme-2 h1,.SiteBackground--theme-2 h2{color:#000}.SiteBackground--theme-2 h1 a,.SiteBackground--theme-2 h2 a{color:#000}
.MainMenu .MenuToggle,.MainMenu .MenuToggle:hover{color:#000}@media(pointer:coarse){body.MainMenu--isOpen{overflow:hidden}}.MainMenu__links{position:fixed;z-index:1400;top:0;left:0;width:100%;height:var(--100vh);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.MainMenu__links a{font-family:Avenir Black,Avenir,Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;font-size:13.6vmin;line-height:calc(var(--100vh)/5);height:calc(var(--100vh)/5);white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.MainMenu__links a a{text-decoration:none}@media(max-width:767px){.MainMenu__links a{font-size:35px}}@media(max-width:340px){.MainMenu__links a{font-size:32px}}@media(min-width:768px)and (max-width:1180px)and (min-height:600px){.MainMenu__links a{font-size:9.8vw}}.MainMenu__links a.MainMenu--active_link{color:#e5e6e7}@media(max-width:767px){.MainMenu__links a:not(.MenuToggle){color:#fff!important}}.MainMenu__underlay{position:fixed;z-index:1399;top:0;left:0;width:100%;height:100%}.MainMenu__underlay{mix-blend-mode:multiply}.MainMenu__links a.MainMenu--active_link{color:#fff}.MainMenu--theme-0 .MainMenu__underlay{mix-blend-mode:normal}.MainMenu--theme-0 .MainMenu__links a{color:#000!important}.MainMenu--theme-1 .MainMenu__underlay{background:#01f9f9}.MainMenu--theme-2 .MainMenu__underlay{background:#0000fe}.MainMenu--theme-3 .MainMenu__underlay{background:#fa00f8}.MainMenu--theme-4 .MainMenu__underlay{background:#ff0}@media(max-width:767px){.MainMenu--theme-4 .MainMenu__underlay{background:#f7b505}}

