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



.quae_logofont {
    font-family: 'quae_logofont';
    font-size: 12pt;
    height: 60px;
    width: 60px;
}

audio, canvas, video {
    display: inline-block;
    display: inline;
    zoom: 1;
}

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

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: yellow;
    color: black;
}

p, pre {
    margin: 0;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl, menu, ol, ul {
    margin: 0;
}

dd {
    margin: 0;
}

menu, ol, ul {
    padding: 0;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

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

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0px solid silver;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    margin: 0;
    padding: 0;
    display: block;
}

html, body {
    color: white;
    background: black;
    width: 100%;
    margin: 0;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
}

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

a, a:hover, a:active, a:focus, button {
    outline: none;
}

a {
    color: white;
    text-decoration: none;
}

a.marked, a:hover, .current-menu-item a {
    color: white;
    text-decoration: underline;
}

.no-underline, .no-underline a, .thumb a, .thumb {
    text-decoration: none !important;
}

.no-underline a:hover {
    text-decoration: underline;
}

a.underline, .underline {
    text-decoration: underline;
}

a.active-link {
    opacity: 0.5;
}

h1 a, h1 a:hover {
    text-decoration: none !important;
}

.line-through {
    text-decoration: line-through !important;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

strong, .bold {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-weight: normal;
    font-style: normal;
}

em, .italic {
    font-family: "Helvetica Neue Italic", sans-serif;
    font-style: normal;
}

p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.paragraph-indent p {
    text-indent: 35px;
    text-indent: 2.8vw;
}

.indent {
    margin-left: 35px;
    margin-left: 2.8vw;
}

.indent-padd {
    padding-left: 35px;
    padding-left: 2.8vw;
}

.text-item.paragraph-indent.no-first p:first-child {
    text-indent: 0px;
}

.align-center p, .figcaption p {
    text-indent: 0px;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

ul li {
    display: block;
    overflow: visible;
}

#moire-module a.history.uppercase.huge.no-underline {
    border-bottom: 1px solid transparent !important;
}

#moire-module a.history.uppercase.huge.no-underline:hover {
    border-bottom: 1px solid white !important;
}

input[type="submit"].huge {
    text-decoration: none !important;
    border-bottom: 1px solid transparent !important;
}

input[type="submit"].huge:hover {
    text-decoration: none !important;
    border-bottom: 1px solid white !important;
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid white;
    height: 0px;
    width: 100%;
}

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

pre code {
    padding: 4%;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    width: 100%;
    display: block;
}

blockquote {
    padding: 0;
    margin: 0;
    margin: 0px 20px 0px 20px;
}

blockquote p {
    margin: 0 !important;
    padding: 0 !important;
}

blockquote cite {
    font-style: normal;
}

table {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
}

table th {
    font-weight: normal;
}

table tr {
    border: 0;
    text-align: left;
    border: 1px solid black;
}

table tr td {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}

table tr td p {
    padding-right: 0px;
}

iframe, video {
    margin: 0;
    padding: 0;
    display: block;
    background: transparent;
    position: relative;
    z-index: 99;
}

.video-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: red;
}

.video-cover-play {
    position: absolute;
    z-index: 999 !important;
    left: 50% !important;
    top: 50% !important;
    width: 100px !important;
    height: 100px !important;
    margin-left: -50px !important;
    margin-top: -50px !important;
    color: white !important;
    font-size: 140px !important;
    line-height: 96px !important;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

.video-cover-play img {
    width: 100px !important;
    height: 100px !important;
}

.video-cover-play.hide-fix {
    opacity: 0 !important;
}

.img-holder {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background: transparent;
    position: relative;
    display: block;
}

.img-holder.native {
    width: auto;
    min-width: 0;
    max-width: 100%;
}

.img-holder.transparent-bg {
    background: transparent;
}

.img-holder.ready {
    background: transparent !important;
}

.img-holder img {
    width: 100%;
    height: auto;
}

.img-holder.viewport-constrain {
    margin: 0px auto !important;
    width: auto;
    min-width: 0 !important;
    max-width: 100% !important;
}

.img-holder.viewport-constrain img.viewport-constrain {
    height: 75%;
    width: auto;
}

#logo .logo-fade {
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    -moz-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin-top: 5px;
    position: relative;
    display: block;
    float: left;
}

#logo h1 {
    display: block;
}

#logo h1 a {
    display: block;
    color: white !important;
    -webkit-transition: color 0s ease, opacity 0.3s ease;
    -moz-transition: color 0s ease, opacity 0.3s ease;
    transition: color 0s ease, opacity 0.3s ease;
}

#logo:hover .logo-fade {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin-top: 0px;
}

#logo.invert h1 a {
    color: black !important;
}

.slide-spinn {
    background: black;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 99;
    display: none;
}

#block {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: black;
}

#partial-block {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 989;
    background: black;
}

#new-cover {
    position: relative;
}

#new-cover #new-cover-vector {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

#new-cover #new-cover-vector .img-holder {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#new-cover #new-cover-vector .frame {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
    padding-left: 30px;
    padding-right: 30px;
}

#new-cover #new-cover-vector .frame .frame-inner {
    margin-left: 10%;
    margin-right: 10%;
}

#new-cover #new-cover-vector .frame .frame-inner .frame-inner-inner .frame-border.border {
    border: 1px solid white;
    -webkit-transition: border 0.2s ease;
    -moz-transition: border 0.2s ease;
    transition: border 0.2s ease;
}

#new-cover #new-cover-vector .frame .frame-inner .frame-inner-inner .frame-border.border.invert {
    border: 1px solid black;
}

#new-cover #new-cover-caption {
    position: absolute;
    z-index: 99;
    bottom: 30px;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

#new-cover #new-cover-caption #new-cover-caption-inner {
    -webkit-transition: color 0s ease;
    -moz-transition: color 0s ease;
    transition: color 0s ease;
    color: white;
}

#new-cover #new-cover-caption #new-cover-caption-inner a {
    color: white;
}

#new-cover #new-cover-caption.invert #new-cover-caption-inner {
    color: black;
}

#new-cover #new-cover-caption.invert #new-cover-caption-inner a {
    color: black;
}

#works-index-hover-holder {
    position: relative;
    height: 1px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
}

#works-index-hover-holder #works-index-hover {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
    border: 1px solid transparent;
}

#works-index-hover-holder #works-index-hover.border {
    border: 1px solid white;
}

#works-index-hover-holder #works-index-hover.show {
    opacity: 1;
}

.works-image-transmit {
    display: inline-block;
}

.indent span:last-child .taxonomy-separator, .indent-padd span:last-child .taxonomy-separator, .fake-indent span:last-child .taxonomy-separator {
    display: none;
}

.last .last-marker {
    display: inline;
}

.last .last-marker:last-child .taxonomy-separator {
    display: none;
}

#essay-index-hover-holder {
    position: relative;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
}

#essay-index-hover-holder #essay-index-hover {
    position: absolute;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

#essay-index-hover-holder #essay-index-hover #essay-index-overlay {
    position: absolute;
    background: linear-gradient(to bottom, transparent, black);
    width: 100%;
    bottom: -1px;
    height: 33.33%;
    z-index: 1001;
}

#essay-index-hover-holder #essay-index-hover.show {
    opacity: 1;
    margin-top: 0px;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.empty {
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    height: 1px !important;
}

.left {
    float: left;
}

.right {
    float: right !important;
}

.ping-center {
    left: 50%;
    position: relative;
}

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

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

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

.hide, .hide-desktop {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.hundred {
    width: 100% !important;
}

.fifty {
    width: 50%;
}

.fade-zero {
    opacity: 0 !important;
}

.figcaption, figcaption {
    padding-top: 18px;
}

html * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.selectable, h2, h3, h4, p, span, a, figcaption, .figcaption, ul li,
blockquote, input, textarea, select, em, strong {
    -webkit-touch-callout: text !important;
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

.no-user-select {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

::selection {
    background: rgba(208, 199, 194, 0.3);
}

::-moz-selection {
    background: rgba(208, 199, 194, 0.3);
}

input, textarea, select {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    text-align: center;
    -webkit-appearance: none;
    border: 0px;
    border-bottom: 0px solid white !important;
    width: 100%;
    display: inline;
    background: black;
    color: white !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-font-smoothing: antialiased;
}

input[type="checkbox"], input[type="radio"] {
    margin-bottom: 0;
    width: auto;
    height: auto;
    background: none;
    margin-left: 2px;
    margin-right: 10px;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

button, .button, input[type="submit"] {
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
    display: inline-block;
    width: auto;
    text-align: left;
    background: transparent;
    border: 0px solid white;
    color: white;
    clear: both !important;
    text-decoration: none;
}

button:hover, .button:hover, input[type="submit"]:hover {
    text-decoration: underline;
}

#searchform input {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    text-align: center;
    color: white;
    display: inline-block !important;
}

.lasagna-layer {
    float: left;
    width: 100%;
}

.more-module button.eo-more.loading {
    background: #555555;
}

.more-module button.done, .more-module button.done:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: default !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

.more-module button.done-alt, .more-module button.done-alt:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: default !important;
    pointer-events: none !important;
    opacity: 0 !important;
    display: none;
}

.link-button a {
    margin: 20px !important;
    display: inline-block;
}

::-webkit-input-placeholder {
    color: white;
    opacity: 1;
}

::-moz-placeholder {
    color: white;
    -moz-opacity: 1;
    opacity: 1;
}

:-ms-input-placeholder {
    color: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(100);
    opacity: 1;
}

label {
    display: block;
    width: 100%;
}

input.underline::-webkit-input-placeholder {
    text-decoration: underline;
}

input.underline::-moz-placeholder {
    text-decoration: underline;
}

input.underline:-ms-input-placeholder {
    text-decoration: underline;
}

.a-0, .a-0-0 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.a-0-1 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(100);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
}

.a-0-2 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(100);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.a-0-3 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(100);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.a-0-4 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(100);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.a-0-5 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(100);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.a-0-6 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(100);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.a-0-7 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(100);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.a-0-8 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(100);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.a-0-9 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(100);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.a-1, .a-1-0 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#wrap .module, #wrap #footer-inner, #wrap #header-inner {
    margin: 0px auto;
    padding-left: 30px;
    padding-right: 30px;
}

#wrap #moire-module #moire-main {
    margin-top: -11px;
    margin-top: -10.5px !important;
    margin-top: -0.84vw !important;
}

#wrap #moire-module #moire-main-alt {
    margin-top: -5px;
    margin-top: -4.2px !important;
    margin-top: -0.336vw !important;
}

#wrap #carlnas-tag-module {
    border: 0px solid black;
}

#wrap p a, #wrap div.inner-col a, #wrap .add-color a {
    color: white !important;
}

#wrap .mpt-header-adjusted {
    padding-top: 30px;
}

#wrap #header {
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    position: absolute;
    width: 100%;
}

#wrap #header #header-inner {
    overflow: hidden;
}

#wrap #header #header-inner #header-fix {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

#wrap .separator-module {
    padding-top: 0px;
    padding-bottom: 10.5px;
}

#wrap .key-next, #wrap .key-prev {
    position: fixed;
    bottom: -200px;
}

#wrap #change {
    position: relative;
}

#wrap #change #content {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

#wrap #change #content .thumb.border .post-inner .post-image {
    border: 1px solid white !important;
}

#wrap #change #content .content-item {
    display: block;
    width: 100%;
    overflow: hidden;
}

#wrap #change #content .img-holder.border img {
    border: 1px solid white !important;
}

#wrap #change #content .img-holder.reverse-height {
    height: 350px;
    height: 28vw;
    width: auto;
}

#wrap #change #content .thumb {
    overflow: auto;
    display: block;
}

#wrap #change #content .thumb .img-holder, #wrap #change #content .thumb .post-essay-text {
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#wrap #change #content .thumb .post-inner .post-title {
    padding-top: 18px;
}

#wrap #change #content .thumb .post-inner .post-image {
    position: relative;
    border: 1px solid transparent !important;
}

#wrap #change #content .thumb .post-inner .post-image .post-essay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#wrap #change #content .thumb .post-inner .post-image .post-essay-text .post-essay-fade {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(to bottom, transparent, black);
}

#wrap #change #content .thumb:hover .img-holder, #wrap #change #content .thumb:hover .post-essay-text {
    opacity: 1;
}

#wrap #change #content .thumb:hover figcaption {
    text-decoration: underline;
}

#wrap #change #content .thumb:hover .post-inner .post-title {
    text-decoration: underline;
}

#wrap #change #content .thumb.marked .img-holder, #wrap #change #content .thumb.marked .post-essay-text {
    opacity: 1;
}

#wrap #change #content .thumb.marked figcaption {
    text-decoration: underline;
}

#wrap #change #content .thumb.marked .post-inner .post-title {
    text-decoration: underline;
}

#wrap #change .lasagna-layer {
    float: left;
    width: 100%;
}

#wrap #change .lasagna-layer .post-type-essay {
    overflow: visible;
}

#wrap #change .lasagna-layer .post-type-essay .thumb {
    overflow: auto;
    display: block;
    width: auto !important;
}

#wrap #change .lasagna-layer .post-type-essay .thumb .post-inner .post-title {
    padding-top: 18px;
}

#wrap #change .lasagna-layer .post-type-essay .thumb .post-inner .post-image {
    position: relative;
    height: 350px;
    height: 28vw;
    width: 350px;
    width: 28vw;
}

#wrap #change .lasagna-layer .post-type-essay .thumb .post-inner .post-image .post-essay-text {
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#wrap #change .lasagna-layer .post-type-essay .thumb:hover .post-essay-text {
    opacity: 1 !important;
}

.module {
    clear: both;
    border-bottom: 1px solid white;
}

#footer-module.module, #moire-module.module, #more-module.module,
.module.nmb {
    border-bottom: 0px solid white;
}

.clearfix:after, .module:after, .stack:after, .lasagna-layer:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.col {
    float: left;
}

.col img {
    width: 100%;
    height: auto;
}

.col-padd, .col-padd-hori {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-10 {
    width: 10%;
}

.col-12 {
    width: 12.5%;
}

.col-16 {
    width: 16.667%;
}

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-30 {
    width: 30%;
}

.col-33 {
    width: 33.333%;
}

.col-40 {
    width: 40%;
}

.col-50 {
    width: 50%;
}

.col-60 {
    width: 60%;
}

.col-66 {
    width: 66.667%;
}

.col-70 {
    width: 70%;
}

.col-75 {
    width: 75%;
}

.col-80 {
    width: 80%;
}

.col-87 {
    width: 87.5%;
}

.col-90 {
    width: 90%;
}

.col-100 {
    width: 100%;
}

.push-10 {
    margin-left: 10%;
}

.push-12 {
    margin-left: 12.5%;
}

.push-16 {
    margin-left: 16.667%;
}

.push-20 {
    margin-left: 20%;
}

.push-25 {
    margin-left: 25%;
}

.push-30 {
    margin-left: 30%;
}

.push-33 {
    margin-left: 33.333%;
}

.push-40 {
    margin-left: 40%;
}

.push-50 {
    margin-left: 50%;
}

.push-60 {
    margin-left: 60%;
}

.push-66 {
    margin-left: 66.667%;
}

.push-70 {
    margin-left: 70%;
}

.push-75 {
    margin-left: 75%;
}

.push-80 {
    margin-left: 80%;
}

.push-87 {
    margin-left: 87.5%;
}

.push-90 {
    margin-left: 90%;
}

.pull-10 {
    margin-right: 10%;
}

.pull-12 {
    margin-right: 12.5%;
}

.pull-16 {
    margin-right: 16.667%;
}

.pull-20 {
    margin-right: 20%;
}

.pull-25 {
    margin-right: 25%;
}

.pull-30 {
    margin-right: 30%;
}

.pull-33 {
    margin-right: 33.333%;
}

.pull-40 {
    margin-right: 40%;
}

.pull-50 {
    margin-right: 50%;
}

.pull-60 {
    margin-right: 60%;
}

.pull-66 {
    margin-right: 66.667%;
}

.pull-70 {
    margin-right: 70%;
}

.pull-75 {
    margin-right: 75%;
}

.pull-80 {
    margin-right: 80%;
}

.pull-87 {
    margin-right: 87.5%;
}

.pull-90 {
    margin-right: 90%;
}

.module.mpt-lb-0, .breaktop.bmt-lb-0, .freestyle.mpt-lb-0 {
    padding-top: 0px;
    padding-top: 0vw;
}

.module.mpt-lb-0-1, .breaktop.bmt-lb-0-1, .freestyle.mpt-lb-0-1 {
    padding-top: 2.1px;
    padding-top: 0.168vw;
}

.module.mpt-lb-0-25, .breaktop.bmt-lb-0-25, .freestyle.mpt-lb-0-25 {
    padding-top: 5.25px;
    padding-top: 0.42vw;
}

.module.mpt-lb-0-5, .breaktop.bmt-lb-0-5, .freestyle.mpt-lb-0-5 {
    padding-top: 10.5px;
    padding-top: 0.84vw;
}

.module.mpt-lb-1, .breaktop.bmt-lb-1, .freestyle.mpt-lb-1 {
    padding-top: 21px;
    padding-top: 1.68vw;
}

.module.mpt-lb-1-5, .breaktop.bmt-lb-1-5, .freestyle.mpt-lb-1-5 {
    padding-top: 31.5px;
    padding-top: 2.52vw;
}

.module.mpt-lb-2, .breaktop.bmt-lb-2, .freestyle.mpt-lb-2 {
    padding-top: 42px;
    padding-top: 3.36vw;
}

.module.mpt-lb-2-5, .breaktop.bmt-lb-2-5, .freestyle.mpt-lb-2-5 {
    padding-top: 52.5px;
    padding-top: 4.2vw;
}

.module.mpt-lb-3, .breaktop.bmt-lb-3, .freestyle.mpt-lb-3 {
    padding-top: 63px;
    padding-top: 5.04vw;
}

.module.mpt-lb-3-5, .breaktop.bmt-lb-3-5, .freestyle.mpt-lb-3-5 {
    padding-top: 73.5px;
    padding-top: 5.88vw;
}

.module.mpt-lb-4, .breaktop.bmt-lb-4, .freestyle.mpt-lb-4 {
    padding-top: 84px;
    padding-top: 6.72vw;
}

.module.mpt-lb-4-5, .breaktop.bmt-lb-4-5, .freestyle.mpt-lb-4-5 {
    padding-top: 94.5px;
    padding-top: 7.56vw;
}

.module.mpt-lb-5, .breaktop.bmt-lb-5, .freestyle.mpt-lb-5 {
    padding-top: 105px;
    padding-top: 8.4vw;
}

.module.mpt-lb-5-5, .breaktop.bmt-lb-5-5, .freestyle.mpt-lb-5-5 {
    padding-top: 115.5px;
    padding-top: 9.24vw;
}

.module.mpt-lb-6, .breaktop.bmt-lb-6, .freestyle.mpt-lb-6 {
    padding-top: 126px;
    padding-top: 10.08vw;
}

.module.mpb-lb-0, .breaktop.bmb-lb-0, .freestyle.mpb-lb-0 {
    padding-bottom: 0px;
    padding-bottom: 0vw;
}

.module.mpb-lb-0-1, .breaktop.bmb-lb-0-1, .freestyle.mpb-lb-0-1 {
    padding-bottom: 2.1px;
    padding-bottom: 0.168vw;
}

.module.mpb-lb-0-25, .breaktop.bmb-lb-0-25, .freestyle.mpb-lb-0-25 {
    padding-bottom: 5.25px;
    padding-bottom: 0.42vw;
}

.module.mpb-lb-0-5, .breaktop.bmb-lb-0-5, .freestyle.mpb-lb-0-5 {
    padding-bottom: 10.5px;
    padding-bottom: 0.84vw;
}

.module.mpb-lb-1, .breaktop.bmb-lb-1, .freestyle.mpb-lb-1 {
    padding-bottom: 21px;
    padding-bottom: 1.68vw;
}

.module.mpb-lb-1-5, .breaktop.bmb-lb-1-5, .freestyle.mpb-lb-1-5 {
    padding-bottom: 31.5px;
    padding-bottom: 2.52vw;
}

.module.mpb-lb-2, .breaktop.bmb-lb-2, .freestyle.mpb-lb-2 {
    padding-bottom: 42px;
    padding-bottom: 3.36vw;
}

.module.mpb-lb-2-5, .breaktop.bmb-lb-2-5, .freestyle.mpb-lb-2-5 {
    padding-bottom: 52.5px;
    padding-bottom: 4.2vw;
}

.module.mpb-lb-3, .breaktop.bmb-lb-3, .freestyle.mpb-lb-3 {
    padding-bottom: 63px;
    padding-bottom: 5.04vw;
}

.module.mpb-lb-3-5, .breaktop.bmb-lb-3-5, .freestyle.mpb-lb-3-5 {
    padding-top: 73.5px;
    padding-bottom: 5.88vw;
}

.module.mpb-lb-4, .breaktop.bmb-lb-4, .freestyle.mpb-lb-4 {
    padding-bottom: 84px;
    padding-bottom: 6.72vw;
}

.module.mpb-lb-4-5, .breaktop.bmb-lb-4-5, .freestyle.mpb-lb-4-5 {
    padding-bottom: 94.5px;
    padding-bottom: 7.56vw;
}

.module.mpb-lb-5, .breaktop.bmb-lb-5, .freestyle.mpb-lb-5 {
    padding-bottom: 105px;
    padding-bottom: 8.4vw;
}

.module.mpb-lb-5-5, .breaktop.bmb-lb-5-5, .freestyle.mpb-lb-5-5 {
    padding-bottom: 115.5px;
    padding-bottom: 9.24vw;
}

.module.mpb-lb-6, .breaktop.bmb-lb-6, .freestyle.mpb-lb-6 {
    padding-bottom: 126px;
    padding-bottom: 10.08vw;
}

.col-inner-hori {
    margin-left: 30px;
    margin-left: 2.4vw;
    margin-right: 30px;
    margin-right: 2.4vw;
}

.col-inner {
    margin: 30px;
    margin: 2.4vw;
}

.col-padd {
    padding: 30px;
    padding: 2.4vw;
}

.col-padd-hori {
    padding: 30px;
    padding: 2.4vw;
    padding-top: 0px;
    padding-bottom: 0px;
}

.hv-item {
    position: relative;
}

.hv-item .move {
    position: absolute;
    top: 0;
    z-index: 99;
    display: block;
    width: 100%;
}

.hv-item:hover .move {
    z-index: 997;
}

.h-n-g-20 .move {
    left: -600px;
    margin-right: 600px;
}

.h-n-g-19 .move {
    left: -570px;
    margin-right: 570px;
}

.h-n-g-18 .move {
    left: -540px;
    margin-right: 540px;
}

.h-n-g-17 .move {
    left: -510px;
    margin-right: 510px;
}

.h-n-g-16 .move {
    left: -480px;
    margin-right: 480px;
}

.h-n-g-15 .move {
    left: -450px;
    margin-right: 450px;
}

.h-n-g-14 .move {
    left: -420px;
    margin-right: 420px;
}

.h-n-g-13 .move {
    left: -390px;
    margin-right: 390px;
}

.h-n-g-12 .move {
    left: -360px;
    margin-right: 360px;
}

.h-n-g-11 .move {
    left: -330px;
    margin-right: 330px;
}

.h-n-g-10 .move {
    left: -300px;
    margin-right: 300px;
}

.h-n-g-9 .move {
    left: -270px;
    margin-right: 270px;
}

.h-n-g-8 .move {
    left: -240px;
    margin-right: 240px;
}

.h-n-g-7 .move {
    left: -210px;
    margin-right: 210px;
}

.h-n-g-6 .move {
    left: -180px;
    margin-right: 180px;
}

.h-n-g-5 .move {
    left: -150px;
    margin-right: 150px;
}

.h-n-g-4 .move {
    left: -120px;
    margin-right: 120px;
}

.h-n-g-3 .move {
    left: -90px;
    margin-right: 90px;
}

.h-n-g-2 .move {
    left: -60px;
    margin-right: 60px;
}

.h-n-g-1 .move {
    left: -30px;
    margin-right: 30px;
}

.h-g-0 .move {
    left: 0px;
    margin-right: 0px;
}

.h-g-1 .move {
    left: 30px;
    margin-right: -30px;
}

.h-g-2 .move {
    left: 60px;
    margin-right: -60px;
}

.h-g-3 .move {
    left: 90px;
    margin-right: -90px;
}

.h-g-4 .move {
    left: 120px;
    margin-right: -120px;
}

.h-g-5 .move {
    left: 150px;
    margin-right: -150px;
}

.h-g-6 .move {
    left: 180px;
    margin-right: -180px;
}

.h-g-7 .move {
    left: 210px;
    margin-right: -210px;
}

.h-g-8 .move {
    left: 240px;
    margin-right: -240px;
}

.h-g-9 .move {
    left: 270px;
    margin-right: -270px;
}

.h-g-10 .move {
    left: 300px;
    margin-right: -300px;
}

.h-g-11 .move {
    left: 330px;
    margin-right: -330px;
}

.h-g-12 .move {
    left: 360px;
    margin-right: -360px;
}

.h-g-13 .move {
    left: 390px;
    margin-right: -390px;
}

.h-g-14 .move {
    left: 420px;
    margin-right: -420px;
}

.h-g-15 .move {
    left: 450px;
    margin-right: -450px;
}

.h-g-16 .move {
    left: 480px;
    margin-right: -480px;
}

.h-g-17 .move {
    left: 510px;
    margin-right: -510px;
}

.h-g-18 .move {
    left: 540px;
    margin-right: -540px;
}

.h-g-19 .move {
    left: 570px;
    margin-right: -570px;
}

.h-g-20 .move {
    left: 600px;
    margin-right: -600px;
}

.v-n-g-20 {
    padding-bottom: -600px;
}

.v-n-g-20 .move {
    top: -600px;
}

.v-n-g-19 {
    padding-bottom: -570px;
}

.v-n-g-19 .move {
    top: -570px;
}

.v-n-g-18 {
    padding-bottom: -540px;
}

.v-n-g-18 .move {
    top: -540px;
}

.v-n-g-17 {
    padding-bottom: -510px;
}

.v-n-g-17 .move {
    top: -510px;
}

.v-n-g-16 {
    padding-bottom: -480px;
}

.v-n-g-16 .move {
    top: -480px;
}

.v-n-g-15 {
    padding-bottom: -450px;
}

.v-n-g-15 .move {
    top: -450px;
}

.v-n-g-14 {
    padding-bottom: -420px;
}

.v-n-g-14 .move {
    top: -420px;
}

.v-n-g-13 {
    padding-bottom: -390px;
}

.v-n-g-13 .move {
    top: -390px;
}

.v-n-g-12 {
    padding-bottom: -360px;
}

.v-n-g-12 .move {
    top: -360px;
}

.v-n-g-11 {
    padding-bottom: -330px;
}

.v-n-g-11 .move {
    top: -330px;
}

.v-n-g-10 {
    padding-bottom: -300px;
}

.v-n-g-10 .move {
    top: -300px;
}

.v-n-g-9 {
    padding-bottom: -270px;
}

.v-n-g-9 .move {
    top: -270px;
}

.v-n-g-8 {
    padding-bottom: -240px;
}

.v-n-g-8 .move {
    top: -240px;
}

.v-n-g-7 {
    padding-bottom: -210px;
}

.v-n-g-7 .move {
    top: -210px;
}

.v-n-g-6 {
    padding-bottom: -180px;
}

.v-n-g-6 .move {
    top: -180px;
}

.v-n-g-5 {
    padding-bottom: -150px;
}

.v-n-g-5 .move {
    top: -150px;
}

.v-n-g-4 {
    padding-bottom: -120px;
}

.v-n-g-4 .move {
    top: -120px;
}

.v-n-g-3 {
    padding-bottom: -90px;
}

.v-n-g-3 .move {
    top: -90px;
}

.v-n-g-2 {
    padding-bottom: -60px;
}

.v-n-g-2 .move {
    top: -60px;
}

.v-n-g-1 {
    padding-bottom: -30px;
}

.v-n-g-1 .move {
    top: -30px;
}

.v-g-0 {
    padding-bottom: 0px;
}

.v-g-0 .move {
    top: 0px;
}

.v-g-1 {
    padding-bottom: 30px;
}

.v-g-1 .move {
    top: 30px;
}

.v-g-2 {
    padding-bottom: 60px;
}

.v-g-2 .move {
    top: 60px;
}

.v-g-3 {
    padding-bottom: 90px;
}

.v-g-3 .move {
    top: 90px;
}

.v-g-4 {
    padding-bottom: 120px;
}

.v-g-4 .move {
    top: 120px;
}

.v-g-5 {
    padding-bottom: 150px;
}

.v-g-5 .move {
    top: 150px;
}

.v-g-6 {
    padding-bottom: 180px;
}

.v-g-6 .move {
    top: 180px;
}

.v-g-7 {
    padding-bottom: 210px;
}

.v-g-7 .move {
    top: 210px;
}

.v-g-8 {
    padding-bottom: 240px;
}

.v-g-8 .move {
    top: 240px;
}

.v-g-9 {
    padding-bottom: 270px;
}

.v-g-9 .move {
    top: 270px;
}

.v-g-10 {
    padding-bottom: 300px;
}

.v-g-10 .move {
    top: 300px;
}

.v-g-11 {
    padding-bottom: 330px;
}

.v-g-11 .move {
    top: 330px;
}

.v-g-12 {
    padding-bottom: 360px;
}

.v-g-12 .move {
    top: 360px;
}

.v-g-13 {
    padding-bottom: 390px;
}

.v-g-13 .move {
    top: 390px;
}

.v-g-14 {
    padding-bottom: 420px;
}

.v-g-14 .move {
    top: 420px;
}

.v-g-15 {
    padding-bottom: 450px;
}

.v-g-15 .move {
    top: 450px;
}

.v-g-16 {
    padding-bottom: 480px;
}

.v-g-16 .move {
    top: 480px;
}

.v-g-17 {
    padding-bottom: 510px;
}

.v-g-17 .move {
    top: 510px;
}

.v-g-18 {
    padding-bottom: 540px;
}

.v-g-18 .move {
    top: 540px;
}

.v-g-19 {
    padding-bottom: 570px;
}

.v-g-19 .move {
    top: 570px;
}

.v-g-20 {
    padding-bottom: 600px;
}

.v-g-20 .move {
    top: 600px;
}

.small div.break, .small p, .small h2, .small ul, .small ol, .small blockquote,
.small pre {
    margin-bottom: 14px;
    margin-bottom: 1.12vw;
}

.small p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.small p:last-child {
    margin-bottom: 0px;
}

.small .lb-0 {
    margin-bottom: 0px;
}

.default div.break, .default p, .default h2, .default ul, .default ol,
.default blockquote, .default pre {
    margin-bottom: 21px;
    margin-bottom: 1.68vw;
}

.default p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.default p:last-child {
    margin-bottom: 0px;
}

.default .lb-0 {
    margin-bottom: 0px;
}

.medium div.break, .medium p, .medium h2, .medium ul, .medium ol, .medium blockquote,
.medium pre {
    margin-bottom: 24px;
    margin-bottom: 1.92vw;
}

.medium p:last-child {
    margin-bottom: 0px;
}

.medium .lb-0 {
    margin-bottom: 0px;
}

.large div.break, .large p, .large h2, .large ul, .large ol, .large blockquote,
.large pre {
    margin-bottom: 28px;
    margin-bottom: 2.24vw;
}

.large p:last-child {
    margin-bottom: 0px;
}

.large .lb-0 {
    margin-bottom: 0px;
}

.huge div.break, .huge p, .huge h2, .huge ul, .huge ol, .huge blockquote,
.huge pre {
    margin-bottom: 50px;
    margin-bottom: 4vw;
}

.huge p:last-child {
    margin-bottom: 0px;
}

.huge .lb-0 {
    margin-bottom: 0px;
}

.mega div.break, .mega p, .mega h2, .mega ul, .mega ol, .mega blockquote,
.mega pre {
    margin-bottom: 60px;
    margin-bottom: 4.8vw;
}

.mega p:last-child {
    margin-bottom: 0px;
}

.mega .lb-0 {
    margin-bottom: 0px;
}

.lb {
    margin-bottom: 21px;
    margin-bottom: 1.68vw;
}

.lb-0-1 {
    margin-bottom: 2px;
    margin-bottom: 0.168vw;
}

.lb-0-25 {
    margin-bottom: 5px;
    margin-bottom: 0.42vw;
}

.lb-0-5 {
    margin-bottom: 10px;
    margin-bottom: 0.84vw;
}

.lb-1 {
    margin-bottom: 21px;
    margin-bottom: 1.68vw;
}

.lb-1-5 {
    margin-bottom: 31px;
    margin-bottom: 2.52vw;
}

.lb-2 {
    margin-bottom: 42px;
    margin-bottom: 3.36vw;
}

.lb-2-5 {
    margin-bottom: 52px;
    margin-bottom: 4.2vw;
}

.lb-3 {
    margin-bottom: 63px;
    margin-bottom: 5.04vw;
}

.lb-3-5 {
    margin-bottom: 73px;
    margin-bottom: 5.88vw;
}

.lb-4 {
    margin-bottom: 84px;
    margin-bottom: 6.72vw;
}

.lb-4-5 {
    margin-bottom: 94px;
    margin-bottom: 7.56vw;
}

.lb-5 {
    margin-bottom: 105px;
    margin-bottom: 8.4vw;
}

.lb-5-5 {
    margin-bottom: 115px;
    margin-bottom: 9.24vw;
}

.lb-6 {
    margin-bottom: 126px;
    margin-bottom: 10.08vw;
}

.small.lb {
    margin-bottom: 14px;
    margin-bottom: 1.12vw;
}

.small.lb-0-1 {
    margin-bottom: 1px;
    margin-bottom: 0.112vw;
}

.small.lb-0-25 {
    margin-bottom: 3px;
    margin-bottom: 0.28vw;
}

.small.lb-0-5 {
    margin-bottom: 7px;
    margin-bottom: 0.56vw;
}

.small.lb-1 {
    margin-bottom: 14px;
    margin-bottom: 1.12vw;
}

.small.lb-1-5 {
    margin-bottom: 21px;
    margin-bottom: 1.68vw;
}

.small.lb-2 {
    margin-bottom: 28px;
    margin-bottom: 2.24vw;
}

.small.lb-2-5 {
    margin-bottom: 35px;
    margin-bottom: 2.8vw;
}

.small.lb-3 {
    margin-bottom: 42px;
    margin-bottom: 3.36vw;
}

.small.lb-3-5 {
    margin-bottom: 49px;
    margin-bottom: 3.92vw;
}

.small.lb-4 {
    margin-bottom: 56px;
    margin-bottom: 4.48vw;
}

.small.lb-4-5 {
    margin-bottom: 63px;
    margin-bottom: 5.04vw;
}

.small.lb-5 {
    margin-bottom: 70px;
    margin-bottom: 5.6vw;
}

.small.lb-5-5 {
    margin-bottom: 77px;
    margin-bottom: 6.16vw;
}

.small.lb-6 {
    margin-bottom: 84px;
    margin-bottom: 6.72vw;
}

.default.lb {
    margin-bottom: 21px;
    margin-bottom: 1.68vw;
}

.default.lb-0-1 {
    margin-bottom: 2px;
    margin-bottom: 0.168vw;
}

.default.lb-0-25 {
    margin-bottom: 5px;
    margin-bottom: 0.42vw;
}

.default.lb-0-5 {
    margin-bottom: 10px;
    margin-bottom: 0.84vw;
}

.default.lb-1 {
    margin-bottom: 21px;
    margin-bottom: 1.68vw;
}

.default.lb-1-5 {
    margin-bottom: 31px;
    margin-bottom: 2.52vw;
}

.default.lb-2 {
    margin-bottom: 42px;
    margin-bottom: 3.36vw;
}

.default.lb-2-5 {
    margin-bottom: 52px;
    margin-bottom: 4.2vw;
}

.default.lb-3 {
    margin-bottom: 63px;
    margin-bottom: 5.04vw;
}

.default.lb-3-5 {
    margin-bottom: 73px;
    margin-bottom: 5.88vw;
}

.default.lb-4 {
    margin-bottom: 84px;
    margin-bottom: 6.72vw;
}

.default.lb-4-5 {
    margin-bottom: 94px;
    margin-bottom: 7.56vw;
}

.default.lb-5 {
    margin-bottom: 105px;
    margin-bottom: 8.4vw;
}

.default.lb-5-5 {
    margin-bottom: 115px;
    margin-bottom: 9.24vw;
}

.default.lb-6 {
    margin-bottom: 126px;
    margin-bottom: 10.08vw;
}

.medium.lb {
    margin-bottom: 24px;
    margin-bottom: 1.92vw;
}

.medium.lb-0-1 {
    margin-bottom: 2px;
    margin-bottom: 0.192vw;
}

.medium.lb-0-25 {
    margin-bottom: 6px;
    margin-bottom: 0.48vw;
}

.medium.lb-0-5 {
    margin-bottom: 12px;
    margin-bottom: 0.96vw;
}

.medium.lb-1 {
    margin-bottom: 24px;
    margin-bottom: 1.92vw;
}

.medium.lb-1-5 {
    margin-bottom: 36px;
    margin-bottom: 2.88vw;
}

.medium.lb-2 {
    margin-bottom: 48px;
    margin-bottom: 3.84vw;
}

.medium.lb-2-5 {
    margin-bottom: 60px;
    margin-bottom: 4.8vw;
}

.medium.lb-3 {
    margin-bottom: 72px;
    margin-bottom: 5.76vw;
}

.medium.lb-3-5 {
    margin-bottom: 84px;
    margin-bottom: 6.72vw;
}

.medium.lb-4 {
    margin-bottom: 96px;
    margin-bottom: 7.68vw;
}

.medium.lb-4-5 {
    margin-bottom: 108px;
    margin-bottom: 8.64vw;
}

.medium.lb-5 {
    margin-bottom: 120px;
    margin-bottom: 9.6vw;
}

.medium.lb-5-5 {
    margin-bottom: 132px;
    margin-bottom: 10.56vw;
}

.medium.lb-6 {
    margin-bottom: 144px;
    margin-bottom: 11.52vw;
}

.large.lb {
    margin-bottom: 28px;
    margin-bottom: 2.24vw;
}

.large.lb-0-1 {
    margin-bottom: 2px;
    margin-bottom: 0.224vw;
}

.large.lb-0-25 {
    margin-bottom: 7px;
    margin-bottom: 0.56vw;
}

.large.lb-0-5 {
    margin-bottom: 14px;
    margin-bottom: 1.12vw;
}

.large.lb-1 {
    margin-bottom: 28px;
    margin-bottom: 2.24vw;
}

.large.lb-1-5 {
    margin-bottom: 42px;
    margin-bottom: 3.36vw;
}

.large.lb-2 {
    margin-bottom: 56px;
    margin-bottom: 4.48vw;
}

.large.lb-2-5 {
    margin-bottom: 70px;
    margin-bottom: 5.6vw;
}

.large.lb-3 {
    margin-bottom: 84px;
    margin-bottom: 6.72vw;
}

.large.lb-3-5 {
    margin-bottom: 98px;
    margin-bottom: 7.84vw;
}

.large.lb-4 {
    margin-bottom: 112px;
    margin-bottom: 8.96vw;
}

.large.lb-4-5 {
    margin-bottom: 126px;
    margin-bottom: 10.08vw;
}

.large.lb-5 {
    margin-bottom: 140px;
    margin-bottom: 11.2vw;
}

.large.lb-5-5 {
    margin-bottom: 154px;
    margin-bottom: 12.32vw;
}

.large.lb-6 {
    margin-bottom: 168px;
    margin-bottom: 13.44vw;
}

.huge.lb {
    margin-bottom: 50px;
    margin-bottom: 4vw;
}

.huge.lb-0-1 {
    margin-bottom: 5px;
    margin-bottom: 0.4vw;
}

.huge.lb-0-25 {
    margin-bottom: 12px;
    margin-bottom: 1vw;
}

.huge.lb-0-5 {
    margin-bottom: 25px;
    margin-bottom: 2vw;
}

.huge.lb-1 {
    margin-bottom: 50px;
    margin-bottom: 4vw;
}

.huge.lb-1-5 {
    margin-bottom: 75px;
    margin-bottom: 6vw;
}

.huge.lb-2 {
    margin-bottom: 100px;
    margin-bottom: 8vw;
}

.huge.lb-2-5 {
    margin-bottom: 125px;
    margin-bottom: 10vw;
}

.huge.lb-3 {
    margin-bottom: 150px;
    margin-bottom: 12vw;
}

.huge.lb-3-5 {
    margin-bottom: 175px;
    margin-bottom: 14vw;
}

.huge.lb-4 {
    margin-bottom: 200px;
    margin-bottom: 16vw;
}

.huge.lb-4-5 {
    margin-bottom: 225px;
    margin-bottom: 18vw;
}

.huge.lb-5 {
    margin-bottom: 250px;
    margin-bottom: 20vw;
}

.huge.lb-5-5 {
    margin-bottom: 275px;
    margin-bottom: 22vw;
}

.huge.lb-6 {
    margin-bottom: 300px;
    margin-bottom: 24vw;
}

.mega.lb {
    margin-bottom: 60px;
    margin-bottom: 4.8vw;
}

.mega.lb-0-1 {
    margin-bottom: 6px;
    margin-bottom: 0.48vw;
}

.mega.lb-0-25 {
    margin-bottom: 15px;
    margin-bottom: 1.2vw;
}

.mega.lb-0-5 {
    margin-bottom: 30px;
    margin-bottom: 2.4vw;
}

.mega.lb-1 {
    margin-bottom: 60px;
    margin-bottom: 4.8vw;
}

.mega.lb-1-5 {
    margin-bottom: 90px;
    margin-bottom: 7.2vw;
}

.mega.lb-2 {
    margin-bottom: 120px;
    margin-bottom: 9.6vw;
}

.mega.lb-2-5 {
    margin-bottom: 150px;
    margin-bottom: 12vw;
}

.mega.lb-3 {
    margin-bottom: 180px;
    margin-bottom: 14.4vw;
}

.mega.lb-3-5 {
    margin-bottom: 210px;
    margin-bottom: 16.8vw;
}

.mega.lb-4 {
    margin-bottom: 240px;
    margin-bottom: 19.2vw;
}

.mega.lb-4-5 {
    margin-bottom: 270px;
    margin-bottom: 21.6vw;
}

.mega.lb-5 {
    margin-bottom: 300px;
    margin-bottom: 24vw;
}

.mega.lb-5-5 {
    margin-bottom: 330px;
    margin-bottom: 26.4vw;
}

.mega.lb-6 {
    margin-bottom: 360px;
    margin-bottom: 28.8vw;
}

#header, #content, #focus-nav, #focus, #new-cover, #footer {
    font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    font-size: 1.44vw;
    line-height: 21px;
    line-height: 1.68vw;
    letter-spacing: 0em;
}

#header h1, #header h2, #header h3, #header h4, #header h5, #header h6,
#header input, #header textarea, #header button, #header select, #content h1,
#content h2, #content h3, #content h4, #content h5, #content h6, #content input,
#content textarea, #content button, #content select, #focus-nav h1, #focus-nav h2,
#focus-nav h3, #focus-nav h4, #focus-nav h5, #focus-nav h6, #focus-nav input,
#focus-nav textarea, #focus-nav button, #focus-nav select, #focus h1,
#focus h2, #focus h3, #focus h4, #focus h5, #focus h6, #focus input, #focus textarea,
#focus button, #focus select, #new-cover h1, #new-cover h2, #new-cover h3,
#new-cover h4, #new-cover h5, #new-cover h6, #new-cover input, #new-cover textarea,
#new-cover button, #new-cover select, #footer h1, #footer h2, #footer h3,
#footer h4, #footer h5, #footer h6, #footer input, #footer textarea, #footer button,
#footer select {
    font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    font-size: 1.44vw;
    line-height: 21px;
    line-height: 1.68vw;
    letter-spacing: 0em;
}

#header .small, #content .small, #focus-nav .small, #focus .small, #new-cover .small,
#footer .small {
    font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    font-size: 0.96vw;
    line-height: 14px;
    line-height: 1.12vw;
    letter-spacing: 0em;
    vertical-align: baseline;
    word-wrap: normal;
    -webkit-hyphens: none;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-font-variant-ligatures: common-ligatures;
    -webkit-font-kerning: auto;
}

#header .default, #content .default, #focus-nav .default, #focus .default,
#new-cover .default, #footer .default {
    font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    font-size: 1.44vw;
    line-height: 21px;
    line-height: 1.68vw;
    letter-spacing: 0em;
}

#header .medium, #content .medium, #focus-nav .medium, #focus .medium,
#new-cover .medium, #footer .medium {
    font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    font-size: 1.6vw;
    line-height: 24px;
    line-height: 1.92vw;
    letter-spacing: 0em;
}

#header .large, #content .large, #focus-nav .large, #focus .large, #new-cover .large,
#footer .large {
    font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    font-size: 1.92vw;
    line-height: 28px;
    line-height: 2.24vw;
    letter-spacing: 0em;
}

#header .huge, #content .huge, #focus-nav .huge, #focus .huge, #new-cover .huge,
#footer .huge {
    font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
    font-size: 4vw;
    line-height: 50px;
    line-height: 4vw;
    letter-spacing: 0em;
}

#header .mega, #content .mega, #focus-nav .mega, #focus .mega, #new-cover .mega,
#footer .mega {
    font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 60px;
    font-size: 4.8vw;
    line-height: 60px;
    line-height: 4.8vw;
    letter-spacing: 0em;
}

.royalSlider {
    position: absolute;
    left: 0;
    width: 100%;
    height: 600px;
    overflow: hidden;
    z-index: 1;
}

.royalSlider .rsSlide {
    position: absolute;
    z-index: 998;
}

.royalSlider .rsSlide a.rsContent {
    display: block;
}

.royalSlider .rsSublime {
    height: 100%;
    width: 100%;
}

.royalSlider .rsImg {
    cursor: pointer;
    z-index: 999;
}

.royalSlider .rsImg img {
    z-index: 999;
}

.royalSlider .rsContent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
}

.royalSlider .rsContent .img-holder {
    width: auto;
    height: auto;
    background: transparent !important;
}

.royalSlider .rsContent .img-holder img {
    width: auto;
    height: auto;
}

.royalSlider .rsOverlay, .royalSlider .slide-overlay {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 199;
}

.royalSlider .rsOverlay .img-holder, .royalSlider .slide-overlay .img-holder {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.royalSlider .slide-frame {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
    padding-left: 30px;
    padding-right: 30px;
}

.royalSlider .slide-frame .slide-frame-inner {
    margin-left: 10%;
    margin-right: 10%;
    background: transparent;
}

.royalSlider .slide-frame .slide-frame-inner .slide-frame-border.border {
    border: 1px solid white;
    background: transparent;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.royalSlider .slide-frame .slide-frame-inner .slide-frame-border.border.invert {
    border: 1px solid black;
}

.royalSlider .rsGCaption {
    color: white;
    font-size: inherit;
    padding: 0;
    margin: 0;
    margin-left: 30px;
}

.royalSlider.cover-slideshow .rsSublime {
    opacity: 0 !important;
}

.royalSlider.cover-slideshow .rsSublime.sublime-ready {
    opacity: 1 !important;
}

.royalSlider.cover-slideshow .rsArrowLeft .rsArrowIcn {
    left: 0px;
}

.royalSlider.cover-slideshow .rsArrowRight .rsArrowIcn {
    right: 0px;
}

.royalSlider.full {
    background: black;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {}

@media all and (min-width: 1025px) {}

@media all and (max-width: 1024px) and (min-width: 768px) {
    .hide-tablet {
        display: none !important;
    }

    #logo .logo-fade {
        margin-top: 0px;
    }

    #logo:hover .logo-fade {
        opacity: 0;
    }

    #new-cover #new-cover-vector .frame {
        padding-left: 20px;
        padding-right: 20px;
    }

    #new-cover #new-cover-vector .frame .frame-inner {
        margin-left: 10%;
        margin-right: 10%;
    }

    #new-cover #new-cover-caption {
        bottom: 20px;
    }

    #wrap {}

    #wrap #change #content .thumb .post-inner .post-title {
        padding-top: 14px;
    }

    #wrap #change #content .figcaption, #wrap #change #content figcaption {
        padding-top: 14px;
    }

    #wrap #change #content #moire-module #moire-main {
        margin-top: -8px;
        margin-top: -8px !important;
        margin-top: -1.0416666666667vw !important;
    }

    #wrap #change #content #moire-module #moire-main-alt {
        margin-top: 0px;
    }

    #wrap .royalSlider .slide-frame {
        padding-left: 20px;
        padding-right: 20px;
    }

    #wrap .royalSlider .slide-frame .slide-frame-inner {
        margin-left: 10%;
        margin-right: 10%;
    }

    #wrap .module, #wrap #header-inner, #wrap #footer-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    #wrap #header {
        left: 0px !important;
        width: 100%;
        position: absolute !important;
    }

    #wrap #header #header-inner #header-fix {
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #wrap #footer {
        padding-top: 2px;
        padding-bottom: 12px;
    }

    #wrap .module.mpt-lb-0, #wrap .breaktop.bmt-lb-0, #wrap .freestyle.mpt-lb-0 {
        padding-top: 0px;
        padding-top: 0vw;
    }

    #wrap .module.mpt-lb-0-1, #wrap .breaktop.bmt-lb-0-1, #wrap .freestyle.mpt-lb-0-1 {
        padding-top: 1.6px;
        padding-top: 0.20833333333333vw;
    }

    #wrap .module.mpt-lb-0-25, #wrap .breaktop.bmt-lb-0-25, #wrap .freestyle.mpt-lb-0-25 {
        padding-top: 4px;
        padding-top: 0.52083333333333vw;
    }

    #wrap .module.mpt-lb-0-5, #wrap .breaktop.bmt-lb-0-5, #wrap .freestyle.mpt-lb-0-5 {
        padding-top: 8px;
        padding-top: 1.0416666666667vw;
    }

    #wrap .module.mpt-lb-1, #wrap .breaktop.bmt-lb-1, #wrap .freestyle.mpt-lb-1 {
        padding-top: 16px;
        padding-top: 2.0833333333333vw;
    }

    #wrap .module.mpt-lb-1-5, #wrap .breaktop.bmt-lb-1-5, #wrap .freestyle.mpt-lb-1-5 {
        padding-top: 24px;
        padding-top: 3.125vw;
    }

    #wrap .module.mpt-lb-2, #wrap .breaktop.bmt-lb-2, #wrap .freestyle.mpt-lb-2 {
        padding-top: 32px;
        padding-top: 4.1666666666667vw;
    }

    #wrap .module.mpt-lb-2-5, #wrap .breaktop.bmt-lb-2-5, #wrap .freestyle.mpt-lb-2-5 {
        padding-top: 40px;
        padding-top: 5.2083333333333vw;
    }

    #wrap .module.mpt-lb-3, #wrap .breaktop.bmt-lb-3, #wrap .freestyle.mpt-lb-3 {
        padding-top: 48px;
        padding-top: 6.25vw;
    }

    #wrap .module.mpt-lb-3-5, #wrap .breaktop.bmt-lb-3-5, #wrap .freestyle.mpt-lb-3-5 {
        padding-top: 56px;
        padding-top: 7.2916666666667vw;
    }

    #wrap .module.mpt-lb-4, #wrap .breaktop.bmt-lb-4, #wrap .freestyle.mpt-lb-4 {
        padding-top: 64px;
        padding-top: 8.3333333333333vw;
    }

    #wrap .module.mpt-lb-4-5, #wrap .breaktop.bmt-lb-4-5, #wrap .freestyle.mpt-lb-4-5 {
        padding-top: 72px;
        padding-top: 9.375vw;
    }

    #wrap .module.mpt-lb-5, #wrap .breaktop.bmt-lb-5, #wrap .freestyle.mpt-lb-5 {
        padding-top: 80px;
        padding-top: 10.416666666667vw;
    }

    #wrap .module.mpt-lb-5-5, #wrap .breaktop.bmt-lb-5-5, #wrap .freestyle.mpt-lb-5-5 {
        padding-top: 88px;
        padding-top: 11.458333333333vw;
    }

    #wrap .module.mpt-lb-6, #wrap .breaktop.bmt-lb-6, #wrap .freestyle.mpt-lb-6 {
        padding-top: 96px;
        padding-top: 12.5vw;
    }

    #wrap .module.mpb-lb-0, #wrap .breaktop.bmb-lb-0, #wrap .freestyle.mpb-lb-0 {
        padding-bottom: 0px;
        padding-bottom: 0vw;
    }

    #wrap .module.mpb-lb-0-1, #wrap .breaktop.bmb-lb-0-1, #wrap .freestyle.mpb-lb-0-1 {
        padding-bottom: 1.6px;
        padding-bottom: 0.20833333333333vw;
    }

    #wrap .module.mpb-lb-0-25, #wrap .breaktop.bmb-lb-0-25, #wrap .freestyle.mpb-lb-0-25 {
        padding-bottom: 4px;
        padding-bottom: 0.52083333333333vw;
    }

    #wrap .module.mpb-lb-0-5, #wrap .breaktop.bmb-lb-0-5, #wrap .freestyle.mpb-lb-0-5 {
        padding-bottom: 8px;
        padding-bottom: 1.0416666666667vw;
    }

    #wrap .module.mpb-lb-1, #wrap .breaktop.bmb-lb-1, #wrap .freestyle.mpb-lb-1 {
        padding-bottom: 16px;
        padding-bottom: 2.0833333333333vw;
    }

    #wrap .module.mpb-lb-1-5, #wrap .breaktop.bmb-lb-1-5, #wrap .freestyle.mpb-lb-1-5 {
        padding-bottom: 24px;
        padding-bottom: 3.125vw;
    }

    #wrap .module.mpb-lb-2, #wrap .breaktop.bmb-lb-2, #wrap .freestyle.mpb-lb-2 {
        padding-bottom: 32px;
        padding-bottom: 4.1666666666667vw;
    }

    #wrap .module.mpb-lb-2-5, #wrap .breaktop.bmb-lb-2-5, #wrap .freestyle.mpb-lb-2-5 {
        padding-bottom: 40px;
        padding-bottom: 5.2083333333333vw;
    }

    #wrap .module.mpb-lb-3, #wrap .breaktop.bmb-lb-3, #wrap .freestyle.mpb-lb-3 {
        padding-bottom: 48px;
        padding-bottom: 6.25vw;
    }

    #wrap .module.mpb-lb-3-5, #wrap .breaktop.bmb-lb-3-5, #wrap .freestyle.mpb-lb-3-5 {
        padding-top: 56px;
        padding-bottom: 7.2916666666667vw;
    }

    #wrap .module.mpb-lb-4, #wrap .breaktop.bmb-lb-4, #wrap .freestyle.mpb-lb-4 {
        padding-bottom: 64px;
        padding-bottom: 8.3333333333333vw;
    }

    #wrap .module.mpb-lb-4-5, #wrap .breaktop.bmb-lb-4-5, #wrap .freestyle.mpb-lb-4-5 {
        padding-bottom: 72px;
        padding-bottom: 9.375vw;
    }

    #wrap .module.mpb-lb-5, #wrap .breaktop.bmb-lb-5, #wrap .freestyle.mpb-lb-5 {
        padding-bottom: 80px;
        padding-bottom: 10.416666666667vw;
    }

    #wrap .module.mpb-lb-5-5, #wrap .breaktop.bmb-lb-5-5, #wrap .freestyle.mpb-lb-5-5 {
        padding-bottom: 88px;
        padding-bottom: 11.458333333333vw;
    }

    #wrap .module.mpb-lb-6, #wrap .breaktop.bmb-lb-6, #wrap .freestyle.mpb-lb-6 {
        padding-bottom: 96px;
        padding-bottom: 12.5vw;
    }

    #wrap .col-inner-hori {
        margin-right: 5px;
        margin-left: 5px;
    }

    #wrap .col-inner {
        margin: 5px;
    }

    #wrap .col-padd {
        padding: 5px;
    }

    #wrap .col-padd-hori {
        padding: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #wrap .h-n-g-20 .move {
        left: -200px;
        margin-right: 200px;
    }

    #wrap .h-n-g-19 .move {
        left: -190px;
        margin-right: 190px;
    }

    #wrap .h-n-g-18 .move {
        left: -180px;
        margin-right: 180px;
    }

    #wrap .h-n-g-17 .move {
        left: -170px;
        margin-right: 170px;
    }

    #wrap .h-n-g-16 .move {
        left: -160px;
        margin-right: 160px;
    }

    #wrap .h-n-g-15 .move {
        left: -150px;
        margin-right: 150px;
    }

    #wrap .h-n-g-14 .move {
        left: -140px;
        margin-right: 140px;
    }

    #wrap .h-n-g-13 .move {
        left: -130px;
        margin-right: 130px;
    }

    #wrap .h-n-g-12 .move {
        left: -120px;
        margin-right: 120px;
    }

    #wrap .h-n-g-11 .move {
        left: -110px;
        margin-right: 110px;
    }

    #wrap .h-n-g-10 .move {
        left: -100px;
        margin-right: 100px;
    }

    #wrap .h-n-g-9 .move {
        left: -90px;
        margin-right: 90px;
    }

    #wrap .h-n-g-8 .move {
        left: -80px;
        margin-right: 80px;
    }

    #wrap .h-n-g-7 .move {
        left: -70px;
        margin-right: 70px;
    }

    #wrap .h-n-g-6 .move {
        left: -60px;
        margin-right: 60px;
    }

    #wrap .h-n-g-5 .move {
        left: -50px;
        margin-right: 50px;
    }

    #wrap .h-n-g-4 .move {
        left: -40px;
        margin-right: 40px;
    }

    #wrap .h-n-g-3 .move {
        left: -30px;
        margin-right: 30px;
    }

    #wrap .h-n-g-2 .move {
        left: -20px;
        margin-right: 20px;
    }

    #wrap .h-n-g-1 .move {
        left: -10px;
        margin-right: 10px;
    }

    #wrap .h-g-0 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-1 .move {
        left: 10px;
        margin-right: -10px;
    }

    #wrap .h-g-2 .move {
        left: 20px;
        margin-right: -20px;
    }

    #wrap .h-g-3 .move {
        left: 30px;
        margin-right: -30px;
    }

    #wrap .h-g-4 .move {
        left: 40px;
        margin-right: -40px;
    }

    #wrap .h-g-5 .move {
        left: 50px;
        margin-right: -50px;
    }

    #wrap .h-g-6 .move {
        left: 60px;
        margin-right: -60px;
    }

    #wrap .h-g-7 .move {
        left: 70px;
        margin-right: -70px;
    }

    #wrap .h-g-8 .move {
        left: 80px;
        margin-right: -80px;
    }

    #wrap .h-g-9 .move {
        left: 90px;
        margin-right: -90px;
    }

    #wrap .h-g-10 .move {
        left: 100px;
        margin-right: -100px;
    }

    #wrap .h-g-11 .move {
        left: 110px;
        margin-right: -110px;
    }

    #wrap .h-g-12 .move {
        left: 120px;
        margin-right: -120px;
    }

    #wrap .h-g-13 .move {
        left: 130px;
        margin-right: -130px;
    }

    #wrap .h-g-14 .move {
        left: 140px;
        margin-right: -140px;
    }

    #wrap .h-g-15 .move {
        left: 150px;
        margin-right: -150px;
    }

    #wrap .h-g-16 .move {
        left: 160px;
        margin-right: -160px;
    }

    #wrap .h-g-17 .move {
        left: 170px;
        margin-right: -170px;
    }

    #wrap .h-g-18 .move {
        left: 180px;
        margin-right: -180px;
    }

    #wrap .h-g-19 .move {
        left: 190px;
        margin-right: -190px;
    }

    #wrap .h-g-20 .move {
        left: 200px;
        margin-right: -200px;
    }

    #wrap .v-n-g-20 {
        padding-bottom: -200px;
    }

    #wrap .v-n-g-20 .move {
        top: -200px;
    }

    #wrap .v-n-g-19 {
        padding-bottom: -190px;
    }

    #wrap .v-n-g-19 .move {
        top: -190px;
    }

    #wrap .v-n-g-18 {
        padding-bottom: -180px;
    }

    #wrap .v-n-g-18 .move {
        top: -180px;
    }

    #wrap .v-n-g-17 {
        padding-bottom: -170px;
    }

    #wrap .v-n-g-17 .move {
        top: -170px;
    }

    #wrap .v-n-g-16 {
        padding-bottom: -160px;
    }

    #wrap .v-n-g-16 .move {
        top: -160px;
    }

    #wrap .v-n-g-15 {
        padding-bottom: -150px;
    }

    #wrap .v-n-g-15 .move {
        top: -150px;
    }

    #wrap .v-n-g-14 {
        padding-bottom: -140px;
    }

    #wrap .v-n-g-14 .move {
        top: -140px;
    }

    #wrap .v-n-g-13 {
        padding-bottom: -130px;
    }

    #wrap .v-n-g-13 .move {
        top: -130px;
    }

    #wrap .v-n-g-12 {
        padding-bottom: -120px;
    }

    #wrap .v-n-g-12 .move {
        top: -120px;
    }

    #wrap .v-n-g-11 {
        padding-bottom: -110px;
    }

    #wrap .v-n-g-11 .move {
        top: -110px;
    }

    #wrap .v-n-g-10 {
        padding-bottom: -100px;
    }

    #wrap .v-n-g-10 .move {
        top: -100px;
    }

    #wrap .v-n-g-9 {
        padding-bottom: -90px;
    }

    #wrap .v-n-g-9 .move {
        top: -90px;
    }

    #wrap .v-n-g-8 {
        padding-bottom: -80px;
    }

    #wrap .v-n-g-8 .move {
        top: -80px;
    }

    #wrap .v-n-g-7 {
        padding-bottom: -70px;
    }

    #wrap .v-n-g-7 .move {
        top: -70px;
    }

    #wrap .v-n-g-6 {
        padding-bottom: -60px;
    }

    #wrap .v-n-g-6 .move {
        top: -60px;
    }

    #wrap .v-n-g-5 {
        padding-bottom: -50px;
    }

    #wrap .v-n-g-5 .move {
        top: -50px;
    }

    #wrap .v-n-g-4 {
        padding-bottom: -40px;
    }

    #wrap .v-n-g-4 .move {
        top: -40px;
    }

    #wrap .v-n-g-3 {
        padding-bottom: -30px;
    }

    #wrap .v-n-g-3 .move {
        top: -30px;
    }

    #wrap .v-n-g-2 {
        padding-bottom: -20px;
    }

    #wrap .v-n-g-2 .move {
        top: -20px;
    }

    #wrap .v-n-g-1 {
        padding-bottom: -10px;
    }

    #wrap .v-n-g-1 .move {
        top: -10px;
    }

    #wrap .v-g-0 {
        padding-bottom: 0px;
    }

    #wrap .v-g-0 .move {
        top: 0px;
    }

    #wrap .v-g-1 {
        padding-bottom: 10px;
    }

    #wrap .v-g-1 .move {
        top: 10px;
    }

    #wrap .v-g-2 {
        padding-bottom: 20px;
    }

    #wrap .v-g-2 .move {
        top: 20px;
    }

    #wrap .v-g-3 {
        padding-bottom: 30px;
    }

    #wrap .v-g-3 .move {
        top: 30px;
    }

    #wrap .v-g-4 {
        padding-bottom: 40px;
    }

    #wrap .v-g-4 .move {
        top: 40px;
    }

    #wrap .v-g-5 {
        padding-bottom: 50px;
    }

    #wrap .v-g-5 .move {
        top: 50px;
    }

    #wrap .v-g-6 {
        padding-bottom: 60px;
    }

    #wrap .v-g-6 .move {
        top: 60px;
    }

    #wrap .v-g-7 {
        padding-bottom: 70px;
    }

    #wrap .v-g-7 .move {
        top: 70px;
    }

    #wrap .v-g-8 {
        padding-bottom: 80px;
    }

    #wrap .v-g-8 .move {
        top: 80px;
    }

    #wrap .v-g-9 {
        padding-bottom: 90px;
    }

    #wrap .v-g-9 .move {
        top: 90px;
    }

    #wrap .v-g-10 {
        padding-bottom: 100px;
    }

    #wrap .v-g-10 .move {
        top: 100px;
    }

    #wrap .v-g-11 {
        padding-bottom: 110px;
    }

    #wrap .v-g-11 .move {
        top: 110px;
    }

    #wrap .v-g-12 {
        padding-bottom: 120px;
    }

    #wrap .v-g-12 .move {
        top: 120px;
    }

    #wrap .v-g-13 {
        padding-bottom: 130px;
    }

    #wrap .v-g-13 .move {
        top: 130px;
    }

    #wrap .v-g-14 {
        padding-bottom: 140px;
    }

    #wrap .v-g-14 .move {
        top: 140px;
    }

    #wrap .v-g-15 {
        padding-bottom: 150px;
    }

    #wrap .v-g-15 .move {
        top: 150px;
    }

    #wrap .v-g-16 {
        padding-bottom: 160px;
    }

    #wrap .v-g-16 .move {
        top: 160px;
    }

    #wrap .v-g-17 {
        padding-bottom: 170px;
    }

    #wrap .v-g-17 .move {
        top: 170px;
    }

    #wrap .v-g-18 {
        padding-bottom: 180px;
    }

    #wrap .v-g-18 .move {
        top: 180px;
    }

    #wrap .v-g-19 {
        padding-bottom: 190px;
    }

    #wrap .v-g-19 .move {
        top: 190px;
    }

    #wrap .v-g-20 {
        padding-bottom: 200px;
    }

    #wrap .v-g-20 .move {
        top: 200px;
    }

    #wrap .small div.break, #wrap .small p, #wrap .small h2, #wrap .small ul,
    #wrap .small ol, #wrap .small blockquote, #wrap .small pre {
        margin-bottom: 16px;
        margin-bottom: 2.0833333333333vw;
    }

    #wrap .small p:last-child {
        margin-bottom: 0px;
    }

    #wrap .small .lb-0 {
        margin-bottom: 0px;
    }

    #wrap .default div.break, #wrap .default p, #wrap .default h2, #wrap .default ul,
    #wrap .default ol, #wrap .default blockquote, #wrap .default pre {
        margin-bottom: 16px;
        margin-bottom: 2.0833333333333vw;
    }

    #wrap .default p:last-child {
        margin-bottom: 0px;
    }

    #wrap .default .lb-0 {
        margin-bottom: 0px;
    }

    #wrap .medium div.break, #wrap .medium p, #wrap .medium h2, #wrap .medium ul,
    #wrap .medium ol, #wrap .medium blockquote, #wrap .medium pre {
        margin-bottom: 16px;
        margin-bottom: 2.0833333333333vw;
    }

    #wrap .medium p:last-child {
        margin-bottom: 0px;
    }

    #wrap .medium .lb-0 {
        margin-bottom: 0px;
    }

    #wrap .large div.break, #wrap .large p, #wrap .large h2, #wrap .large ul,
    #wrap .large ol, #wrap .large blockquote, #wrap .large pre {
        margin-bottom: 23px;
        margin-bottom: 2.9947916666667vw;
    }

    #wrap .large p:last-child {
        margin-bottom: 0px;
    }

    #wrap .large .lb-0 {
        margin-bottom: 0px;
    }

    #wrap .huge div.break, #wrap .huge p, #wrap .huge h2, #wrap .huge ul, #wrap .huge ol,
    #wrap .huge blockquote, #wrap .huge pre {
        margin-bottom: 36px;
        margin-bottom: 4.6875vw;
    }

    #wrap .huge p:last-child {
        margin-bottom: 0px;
    }

    #wrap .huge .lb-0 {
        margin-bottom: 0px;
    }

    #wrap .mega div.break, #wrap .mega p, #wrap .mega h2, #wrap .mega ul, #wrap .mega ol,
    #wrap .mega blockquote, #wrap .mega pre {
        margin-bottom: 40px;
        margin-bottom: 5.2083333333333vw;
    }

    #wrap .mega p:last-child {
        margin-bottom: 0px;
    }

    #wrap .mega .lb-0 {
        margin-bottom: 0px;
    }

    #wrap .lb {
        margin-bottom: 16px;
        margin-bottom: 2.0833333333333vw;
    }

    #wrap .lb-0-1 {
        margin-bottom: 1px;
        margin-bottom: 0.20833333333333vw;
    }

    #wrap .lb-0-25 {
        margin-bottom: 4px;
        margin-bottom: 0.52083333333333vw;
    }

    #wrap .lb-0-5 {
        margin-bottom: 8px;
        margin-bottom: 1.0416666666667vw;
    }

    #wrap .lb-1 {
        margin-bottom: 16px;
        margin-bottom: 2.0833333333333vw;
    }

    #wrap .lb-1-5 {
        margin-bottom: 24px;
        margin-bottom: 3.125vw;
    }

    #wrap .lb-2 {
        margin-bottom: 32px;
        margin-bottom: 4.1666666666667vw;
    }

    #wrap .lb-2-5 {
        margin-bottom: 40px;
        margin-bottom: 5.2083333333333vw;
    }

    #wrap .lb-3 {
        margin-bottom: 48px;
        margin-bottom: 6.25vw;
    }

    #wrap .lb-3-5 {
        margin-bottom: 56px;
        margin-bottom: 7.2916666666667vw;
    }

    #wrap .lb-4 {
        margin-bottom: 64px;
        margin-bottom: 8.3333333333333vw;
    }

    #wrap .lb-4-5 {
        margin-bottom: 72px;
        margin-bottom: 9.375vw;
    }

    #wrap .lb-5 {
        margin-bottom: 80px;
        margin-bottom: 10.416666666667vw;
    }

    #wrap .lb-5-5 {
        margin-bottom: 88px;
        margin-bottom: 11.458333333333vw;
    }

    #wrap .lb-6 {
        margin-bottom: 96px;
        margin-bottom: 12.5vw;
    }

    #wrap .small.lb {
        margin-bottom: 16px;
        margin-bottom: 2.0833333333333vw;
    }

    #wrap .small.lb-0-1 {
        margin-bottom: 1px;
        margin-bottom: 0.20833333333333vw;
    }

    #wrap .small.lb-0-25 {
        margin-bottom: 4px;
        margin-bottom: 0.52083333333333vw;
    }

    #wrap .small.lb-0-5 {
        margin-bottom: 8px;
        margin-bottom: 1.0416666666667vw;
    }

    #wrap .small.lb-1 {
        margin-bottom: 16px;
        margin-bottom: 2.0833333333333vw;
    }

    #wrap .small.lb-1-5 {
        margin-bottom: 24px;
        margin-bottom: 3.125vw;
    }

    #wrap .small.lb-2 {
        margin-bottom: 32px;
        margin-bottom: 4.1666666666667vw;
    }

    #wrap .small.lb-2-5 {
        margin-bottom: 40px;
        margin-bottom: 5.2083333333333vw;
    }

    #wrap .small.lb-3 {
        margin-bottom: 48px;
        margin-bottom: 6.25vw;
    }

    #wrap .small.lb-3-5 {
        margin-bottom: 56px;
        margin-bottom: 7.2916666666667vw;
    }

    #wrap .small.lb-4 {
        margin-bottom: 64px;
        margin-bottom: 8.3333333333333vw;
    }

    #wrap .small.lb-4-5 {
        margin-bottom: 72px;
        margin-bottom: 9.375vw;
    }

    #wrap .small.lb-5 {
        margin-bottom: 80px;
        margin-bottom: 10.416666666667vw;
    }

    #wrap .small.lb-5-5 {
        margin-bottom: 88px;
        margin-bottom: 11.458333333333vw;
    }

    #wrap .small.lb-6 {
        margin-bottom: 96px;
        margin-bottom: 12.5vw;
    }

    #wrap .default.lb {
        margin-bottom: 16px;
        margin-bottom: 2.0833333333333vw;
    }

    #wrap .default.lb-0-1 {
        margin-bottom: 1px;
        margin-bottom: 0.20833333333333vw;
    }

    #wrap .default.lb-0-25 {
        margin-bottom: 4px;
        margin-bottom: 0.52083333333333vw;
    }

    #wrap .default.lb-0-5 {
        margin-bottom: 8px;
        margin-bottom: 1.0416666666667vw;
    }

    #wrap .default.lb-1 {
        margin-bottom: 16px;
        margin-bottom: 2.0833333333333vw;
    }

    #wrap .default.lb-1-5 {
        margin-bottom: 24px;
        margin-bottom: 3.125vw;
    }

    #wrap .default.lb-2 {
        margin-bottom: 32px;
        margin-bottom: 4.1666666666667vw;
    }

    #wrap .default.lb-2-5 {
        margin-bottom: 40px;
        margin-bottom: 5.2083333333333vw;
    }

    #wrap .default.lb-3 {
        margin-bottom: 48px;
        margin-bottom: 6.25vw;
    }

    #wrap .default.lb-3-5 {
        margin-bottom: 56px;
        margin-bottom: 7.2916666666667vw;
    }

    #wrap .default.lb-4 {
        margin-bottom: 64px;
        margin-bottom: 8.3333333333333vw;
    }

    #wrap .default.lb-4-5 {
        margin-bottom: 72px;
        margin-bottom: 9.375vw;
    }

    #wrap .default.lb-5 {
        margin-bottom: 80px;
        margin-bottom: 10.416666666667vw;
    }

    #wrap .default.lb-5-5 {
        margin-bottom: 88px;
        margin-bottom: 11.458333333333vw;
    }

    #wrap .default.lb-6 {
        margin-bottom: 96px;
        margin-bottom: 12.5vw;
    }

    #wrap .medium.lb {
        margin-bottom: 16px;
        margin-bottom: 2.0833333333333vw;
    }

    #wrap .medium.lb-0-1 {
        margin-bottom: 1px;
        margin-bottom: 0.20833333333333vw;
    }

    #wrap .medium.lb-0-25 {
        margin-bottom: 4px;
        margin-bottom: 0.52083333333333vw;
    }

    #wrap .medium.lb-0-5 {
        margin-bottom: 8px;
        margin-bottom: 1.0416666666667vw;
    }

    #wrap .medium.lb-1 {
        margin-bottom: 16px;
        margin-bottom: 2.0833333333333vw;
    }

    #wrap .medium.lb-1-5 {
        margin-bottom: 24px;
        margin-bottom: 3.125vw;
    }

    #wrap .medium.lb-2 {
        margin-bottom: 32px;
        margin-bottom: 4.1666666666667vw;
    }

    #wrap .medium.lb-2-5 {
        margin-bottom: 40px;
        margin-bottom: 5.2083333333333vw;
    }

    #wrap .medium.lb-3 {
        margin-bottom: 48px;
        margin-bottom: 6.25vw;
    }

    #wrap .medium.lb-3-5 {
        margin-bottom: 56px;
        margin-bottom: 7.2916666666667vw;
    }

    #wrap .medium.lb-4 {
        margin-bottom: 64px;
        margin-bottom: 8.3333333333333vw;
    }

    #wrap .medium.lb-4-5 {
        margin-bottom: 72px;
        margin-bottom: 9.375vw;
    }

    #wrap .medium.lb-5 {
        margin-bottom: 80px;
        margin-bottom: 10.416666666667vw;
    }

    #wrap .medium.lb-5-5 {
        margin-bottom: 88px;
        margin-bottom: 11.458333333333vw;
    }

    #wrap .medium.lb-6 {
        margin-bottom: 96px;
        margin-bottom: 12.5vw;
    }

    #wrap .large.lb {
        margin-bottom: 23px;
        margin-bottom: 2.9947916666667vw;
    }

    #wrap .large.lb-0-1 {
        margin-bottom: 2px;
        margin-bottom: 0.29947916666667vw;
    }

    #wrap .large.lb-0-25 {
        margin-bottom: 5px;
        margin-bottom: 0.74869791666667vw;
    }

    #wrap .large.lb-0-5 {
        margin-bottom: 11px;
        margin-bottom: 1.4973958333333vw;
    }

    #wrap .large.lb-1 {
        margin-bottom: 23px;
        margin-bottom: 2.9947916666667vw;
    }

    #wrap .large.lb-1-5 {
        margin-bottom: 34px;
        margin-bottom: 4.4921875vw;
    }

    #wrap .large.lb-2 {
        margin-bottom: 46px;
        margin-bottom: 5.9895833333333vw;
    }

    #wrap .large.lb-2-5 {
        margin-bottom: 57px;
        margin-bottom: 7.4869791666667vw;
    }

    #wrap .large.lb-3 {
        margin-bottom: 69px;
        margin-bottom: 8.984375vw;
    }

    #wrap .large.lb-3-5 {
        margin-bottom: 80px;
        margin-bottom: 10.481770833333vw;
    }

    #wrap .large.lb-4 {
        margin-bottom: 92px;
        margin-bottom: 11.979166666667vw;
    }

    #wrap .large.lb-4-5 {
        margin-bottom: 103px;
        margin-bottom: 13.4765625vw;
    }

    #wrap .large.lb-5 {
        margin-bottom: 115px;
        margin-bottom: 14.973958333333vw;
    }

    #wrap .large.lb-5-5 {
        margin-bottom: 126px;
        margin-bottom: 16.471354166667vw;
    }

    #wrap .large.lb-6 {
        margin-bottom: 138px;
        margin-bottom: 17.96875vw;
    }

    #wrap .huge.lb {
        margin-bottom: 36px;
        margin-bottom: 4.6875vw;
    }

    #wrap .huge.lb-0-1 {
        margin-bottom: 3px;
        margin-bottom: 0.46875vw;
    }

    #wrap .huge.lb-0-25 {
        margin-bottom: 9px;
        margin-bottom: 1.171875vw;
    }

    #wrap .huge.lb-0-5 {
        margin-bottom: 18px;
        margin-bottom: 2.34375vw;
    }

    #wrap .huge.lb-1 {
        margin-bottom: 36px;
        margin-bottom: 4.6875vw;
    }

    #wrap .huge.lb-1-5 {
        margin-bottom: 54px;
        margin-bottom: 7.03125vw;
    }

    #wrap .huge.lb-2 {
        margin-bottom: 72px;
        margin-bottom: 9.375vw;
    }

    #wrap .huge.lb-2-5 {
        margin-bottom: 90px;
        margin-bottom: 11.71875vw;
    }

    #wrap .huge.lb-3 {
        margin-bottom: 108px;
        margin-bottom: 14.0625vw;
    }

    #wrap .huge.lb-3-5 {
        margin-bottom: 126px;
        margin-bottom: 16.40625vw;
    }

    #wrap .huge.lb-4 {
        margin-bottom: 144px;
        margin-bottom: 18.75vw;
    }

    #wrap .huge.lb-4-5 {
        margin-bottom: 162px;
        margin-bottom: 21.09375vw;
    }

    #wrap .huge.lb-5 {
        margin-bottom: 180px;
        margin-bottom: 23.4375vw;
    }

    #wrap .huge.lb-5-5 {
        margin-bottom: 198px;
        margin-bottom: 25.78125vw;
    }

    #wrap .huge.lb-6 {
        margin-bottom: 216px;
        margin-bottom: 28.125vw;
    }

    #wrap .mega.lb {
        margin-bottom: 40px;
        margin-bottom: 5.2083333333333vw;
    }

    #wrap .mega.lb-0-1 {
        margin-bottom: 4px;
        margin-bottom: 0.52083333333333vw;
    }

    #wrap .mega.lb-0-25 {
        margin-bottom: 10px;
        margin-bottom: 1.3020833333333vw;
    }

    #wrap .mega.lb-0-5 {
        margin-bottom: 20px;
        margin-bottom: 2.6041666666667vw;
    }

    #wrap .mega.lb-1 {
        margin-bottom: 40px;
        margin-bottom: 5.2083333333333vw;
    }

    #wrap .mega.lb-1-5 {
        margin-bottom: 60px;
        margin-bottom: 7.8125vw;
    }

    #wrap .mega.lb-2 {
        margin-bottom: 80px;
        margin-bottom: 10.416666666667vw;
    }

    #wrap .mega.lb-2-5 {
        margin-bottom: 100px;
        margin-bottom: 13.020833333333vw;
    }

    #wrap .mega.lb-3 {
        margin-bottom: 120px;
        margin-bottom: 15.625vw;
    }

    #wrap .mega.lb-3-5 {
        margin-bottom: 140px;
        margin-bottom: 18.229166666667vw;
    }

    #wrap .mega.lb-4 {
        margin-bottom: 160px;
        margin-bottom: 20.833333333333vw;
    }

    #wrap .mega.lb-4-5 {
        margin-bottom: 180px;
        margin-bottom: 23.4375vw;
    }

    #wrap .mega.lb-5 {
        margin-bottom: 200px;
        margin-bottom: 26.041666666667vw;
    }

    #wrap .mega.lb-5-5 {
        margin-bottom: 220px;
        margin-bottom: 28.645833333333vw;
    }

    #wrap .mega.lb-6 {
        margin-bottom: 240px;
        margin-bottom: 31.25vw;
    }

    #wrap #header, #wrap #content, #wrap #focus-nav, #wrap #focus, #wrap #new-cover,
    #wrap #footer {
        font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 13px;
        font-size: 1.6927083333333vw;
        line-height: 16px;
        line-height: 2.0833333333333vw;
        letter-spacing: 0em;
    }

    #wrap #header h1, #wrap #header h2, #wrap #header h3, #wrap #header h4,
    #wrap #header h5, #wrap #header h6, #wrap #header input, #wrap #header textarea,
    #wrap #header button, #wrap #header select, #wrap #content h1, #wrap #content h2,
    #wrap #content h3, #wrap #content h4, #wrap #content h5, #wrap #content h6,
    #wrap #content input, #wrap #content textarea, #wrap #content button,
    #wrap #content select, #wrap #focus-nav h1, #wrap #focus-nav h2, #wrap #focus-nav h3,
    #wrap #focus-nav h4, #wrap #focus-nav h5, #wrap #focus-nav h6, #wrap #focus-nav input,
    #wrap #focus-nav textarea, #wrap #focus-nav button, #wrap #focus-nav select,
    #wrap #focus h1, #wrap #focus h2, #wrap #focus h3, #wrap #focus h4, #wrap #focus h5,
    #wrap #focus h6, #wrap #focus input, #wrap #focus textarea, #wrap #focus button,
    #wrap #focus select, #wrap #new-cover h1, #wrap #new-cover h2, #wrap #new-cover h3,
    #wrap #new-cover h4, #wrap #new-cover h5, #wrap #new-cover h6, #wrap #new-cover input,
    #wrap #new-cover textarea, #wrap #new-cover button, #wrap #new-cover select,
    #wrap #footer h1, #wrap #footer h2, #wrap #footer h3, #wrap #footer h4, #wrap #footer h5,
    #wrap #footer h6, #wrap #footer input, #wrap #footer textarea, #wrap #footer button,
    #wrap #footer select {
        font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 13px;
        font-size: 1.6927083333333vw;
        line-height: 16px;
        line-height: 2.0833333333333vw;
        letter-spacing: 0em;
    }

    #wrap #header .small, #wrap #content .small, #wrap #focus-nav .small,
    #wrap #focus .small, #wrap #new-cover .small, #wrap #footer .small {
        font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 13px;
        font-size: 1.6927083333333vw;
        line-height: 16px;
        line-height: 2.0833333333333vw;
        letter-spacing: 0em;
        vertical-align: baseline;
        word-wrap: normal;
        -webkit-hyphens: none;
        text-rendering: optimizelegibility;
        -webkit-font-smoothing: antialiased;
        -webkit-font-variant-ligatures: common-ligatures;
        -webkit-font-kerning: auto;
    }

    #wrap #header .default, #wrap #content .default, #wrap #focus-nav .default,
    #wrap #focus .default, #wrap #new-cover .default, #wrap #footer .default {
        font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 13px;
        font-size: 1.6927083333333vw;
        line-height: 16px;
        line-height: 2.0833333333333vw;
        letter-spacing: 0em;
    }

    #wrap #header .medium, #wrap #content .medium, #wrap #focus-nav .medium,
    #wrap #focus .medium, #wrap #new-cover .medium, #wrap #footer .medium {
        font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 13px;
        font-size: 1.6927083333333vw;
        line-height: 16px;
        line-height: 2.0833333333333vw;
        letter-spacing: 0em;
    }

    #wrap #header .large, #wrap #content .large, #wrap #focus-nav .large,
    #wrap #focus .large, #wrap #new-cover .large, #wrap #footer .large {
        font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 18px;
        font-size: 2.34375vw;
        line-height: 23px;
        line-height: 2.9947916666667vw;
        letter-spacing: 0em;
    }

    #wrap #header .huge, #wrap #content .huge, #wrap #focus-nav .huge, #wrap #focus .huge,
    #wrap #new-cover .huge, #wrap #footer .huge {
        font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 36px;
        font-size: 4.6875vw;
        line-height: 36px;
        line-height: 4.6875vw;
        letter-spacing: 0em;
    }

    #wrap #header .mega, #wrap #content .mega, #wrap #focus-nav .mega, #wrap #focus .mega,
    #wrap #new-cover .mega, #wrap #footer .mega {
        font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 40px;
        font-size: 5.2083333333333vw;
        line-height: 40px;
        line-height: 5.2083333333333vw;
        letter-spacing: 0em;
    }
}

@media all and (max-width: 767px) and (min-width: 0px) {
    .hide-mobile {
        display: none !important;
    }

    #logo .logo-fade {
        margin-top: 0px;
    }

    #logo:hover .logo-fade {
        opacity: 0;
    }

    #new-cover #new-cover-vector .frame {
        padding-left: 8px;
        padding-right: 8px;
    }

    #new-cover #new-cover-vector .frame .frame-inner {
        margin-left: 10%;
        margin-right: 10%;
    }

    #new-cover #new-cover-caption {
        bottom: 12px;
    }

    #wrap {}

    #wrap #change #content .thumb .post-inner .post-title {
        padding-top: 10px;
    }

    #wrap #change #content .figcaption, #wrap #change #content figcaption {
        padding-top: 10px;
    }

    #wrap #change #content #moire-module #moire-main {
        margin-top: -4px;
        margin-top: -6px !important;
        margin-top: -1.6vw !important;
    }

    #wrap #change #content #moire-module #moire-main-alt {
        margin-top: 1px !important;
    }

    #wrap .royalSlider .slide-frame {
        padding-left: 8px;
        padding-right: 8px;
    }

    #wrap .royalSlider .slide-frame .slide-frame-inner {
        margin-left: 10%;
        margin-right: 10%;
    }

    #wrap .module, #wrap #header-inner, #wrap #footer-inner {
        padding-left: 8px;
        padding-right: 8px;
    }

    #wrap #header {
        left: 0px !important;
        width: 100%;
        position: absolute !important;
    }

    #wrap #header #header-inner #header-fix {
        overflow: hidden;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #wrap #footer {
        padding-top: 0px;
        padding-bottom: 12px;
    }

    #wrap #query-all-works-module .col-10, #wrap #query-archive .col-10 {
        width: 15%;
    }

    #wrap #query-all-works-module .col-90, #wrap #query-archive .col-90 {
        width: 85%;
    }

    #wrap .module.mpt-lb-0, #wrap .breaktop.bmt-lb-0, #wrap .freestyle.mpt-lb-0 {
        padding-top: 0px;
        padding-top: 0vw;
    }

    #wrap .module.mpt-lb-0-1, #wrap .breaktop.bmt-lb-0-1, #wrap .freestyle.mpt-lb-0-1 {
        padding-top: 0.66px;
        padding-top: 0.176vw;
    }

    #wrap .module.mpt-lb-0-25, #wrap .breaktop.bmt-lb-0-25, #wrap .freestyle.mpt-lb-0-25 {
        padding-top: 1.65px;
        padding-top: 0.44vw;
    }

    #wrap .module.mpt-lb-0-5, #wrap .breaktop.bmt-lb-0-5, #wrap .freestyle.mpt-lb-0-5 {
        padding-top: 3.3px;
        padding-top: 0.88vw;
    }

    #wrap .module.mpt-lb-1, #wrap .breaktop.bmt-lb-1, #wrap .freestyle.mpt-lb-1 {
        padding-top: 6.6px;
        padding-top: 1.76vw;
    }

    #wrap .module.mpt-lb-1-5, #wrap .breaktop.bmt-lb-1-5, #wrap .freestyle.mpt-lb-1-5 {
        padding-top: 9.9px;
        padding-top: 2.64vw;
    }

    #wrap .module.mpt-lb-2, #wrap .breaktop.bmt-lb-2, #wrap .freestyle.mpt-lb-2 {
        padding-top: 13.2px;
        padding-top: 3.52vw;
    }

    #wrap .module.mpt-lb-2-5, #wrap .breaktop.bmt-lb-2-5, #wrap .freestyle.mpt-lb-2-5 {
        padding-top: 16.5px;
        padding-top: 4.4vw;
    }

    #wrap .module.mpt-lb-3, #wrap .breaktop.bmt-lb-3, #wrap .freestyle.mpt-lb-3 {
        padding-top: 19.8px;
        padding-top: 5.28vw;
    }

    #wrap .module.mpt-lb-3-5, #wrap .breaktop.bmt-lb-3-5, #wrap .freestyle.mpt-lb-3-5 {
        padding-top: 23.1px;
        padding-top: 6.16vw;
    }

    #wrap .module.mpt-lb-4, #wrap .breaktop.bmt-lb-4, #wrap .freestyle.mpt-lb-4 {
        padding-top: 26.4px;
        padding-top: 7.04vw;
    }

    #wrap .module.mpt-lb-4-5, #wrap .breaktop.bmt-lb-4-5, #wrap .freestyle.mpt-lb-4-5 {
        padding-top: 29.7px;
        padding-top: 7.92vw;
    }

    #wrap .module.mpt-lb-5, #wrap .breaktop.bmt-lb-5, #wrap .freestyle.mpt-lb-5 {
        padding-top: 33px;
        padding-top: 8.8vw;
    }

    #wrap .module.mpt-lb-5-5, #wrap .breaktop.bmt-lb-5-5, #wrap .freestyle.mpt-lb-5-5 {
        padding-top: 36.3px;
        padding-top: 9.68vw;
    }

    #wrap .module.mpt-lb-6, #wrap .breaktop.bmt-lb-6, #wrap .freestyle.mpt-lb-6 {
        padding-top: 39.6px;
        padding-top: 10.56vw;
    }

    #wrap .module.mpb-lb-0, #wrap .breaktop.bmb-lb-0, #wrap .freestyle.mpb-lb-0 {
        padding-bottom: 0px;
        padding-bottom: 0vw;
    }

    #wrap .module.mpb-lb-0-1, #wrap .breaktop.bmb-lb-0-1, #wrap .freestyle.mpb-lb-0-1 {
        padding-bottom: 0.66px;
        padding-bottom: 0.176vw;
    }

    #wrap .module.mpb-lb-0-25, #wrap .breaktop.bmb-lb-0-25, #wrap .freestyle.mpb-lb-0-25 {
        padding-bottom: 1.65px;
        padding-bottom: 0.44vw;
    }

    #wrap .module.mpb-lb-0-5, #wrap .breaktop.bmb-lb-0-5, #wrap .freestyle.mpb-lb-0-5 {
        padding-bottom: 3.3px;
        padding-bottom: 0.88vw;
    }

    #wrap .module.mpb-lb-1, #wrap .breaktop.bmb-lb-1, #wrap .freestyle.mpb-lb-1 {
        padding-bottom: 6.6px;
        padding-bottom: 1.76vw;
    }

    #wrap .module.mpb-lb-1-5, #wrap .breaktop.bmb-lb-1-5, #wrap .freestyle.mpb-lb-1-5 {
        padding-bottom: 9.9px;
        padding-bottom: 2.64vw;
    }

    #wrap .module.mpb-lb-2, #wrap .breaktop.bmb-lb-2, #wrap .freestyle.mpb-lb-2 {
        padding-bottom: 13.2px;
        padding-bottom: 3.52vw;
    }

    #wrap .module.mpb-lb-2-5, #wrap .breaktop.bmb-lb-2-5, #wrap .freestyle.mpb-lb-2-5 {
        padding-bottom: 16.5px;
        padding-bottom: 4.4vw;
    }

    #wrap .module.mpb-lb-3, #wrap .breaktop.bmb-lb-3, #wrap .freestyle.mpb-lb-3 {
        padding-bottom: 19.8px;
        padding-bottom: 5.28vw;
    }

    #wrap .module.mpb-lb-3-5, #wrap .breaktop.bmb-lb-3-5, #wrap .freestyle.mpb-lb-3-5 {
        padding-top: 23.1px;
        padding-bottom: 6.16vw;
    }

    #wrap .module.mpb-lb-4, #wrap .breaktop.bmb-lb-4, #wrap .freestyle.mpb-lb-4 {
        padding-bottom: 26.4px;
        padding-bottom: 7.04vw;
    }

    #wrap .module.mpb-lb-4-5, #wrap .breaktop.bmb-lb-4-5, #wrap .freestyle.mpb-lb-4-5 {
        padding-bottom: 29.7px;
        padding-bottom: 7.92vw;
    }

    #wrap .module.mpb-lb-5, #wrap .breaktop.bmb-lb-5, #wrap .freestyle.mpb-lb-5 {
        padding-bottom: 33px;
        padding-bottom: 8.8vw;
    }

    #wrap .module.mpb-lb-5-5, #wrap .breaktop.bmb-lb-5-5, #wrap .freestyle.mpb-lb-5-5 {
        padding-bottom: 36.3px;
        padding-bottom: 9.68vw;
    }

    #wrap .module.mpb-lb-6, #wrap .breaktop.bmb-lb-6, #wrap .freestyle.mpb-lb-6 {
        padding-bottom: 39.6px;
        padding-bottom: 10.56vw;
    }

    #wrap .col-inner-hori {
        margin-right: 4px;
        margin-left: 4px;
    }

    #wrap .col-inner {
        margin: 4px;
    }

    #wrap .col-padd {
        padding: 4px;
    }

    #wrap .col-padd-hori {
        padding: 4px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #wrap .h-n-g-20 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-19 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-18 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-17 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-16 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-15 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-14 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-13 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-12 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-11 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-10 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-9 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-8 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-7 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-6 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-5 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-4 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-3 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-2 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-n-g-1 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-0 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-1 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-2 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-3 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-4 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-5 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-6 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-7 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-8 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-9 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-10 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-11 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-12 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-13 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-14 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-15 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-16 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-17 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-18 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-19 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .h-g-20 .move {
        left: 0px;
        margin-right: 0px;
    }

    #wrap .v-n-g-20 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-20 .move {
        top: 0px;
    }

    #wrap .v-n-g-19 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-19 .move {
        top: 0px;
    }

    #wrap .v-n-g-18 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-18 .move {
        top: 0px;
    }

    #wrap .v-n-g-17 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-17 .move {
        top: 0px;
    }

    #wrap .v-n-g-16 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-16 .move {
        top: 0px;
    }

    #wrap .v-n-g-15 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-15 .move {
        top: 0px;
    }

    #wrap .v-n-g-14 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-14 .move {
        top: 0px;
    }

    #wrap .v-n-g-13 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-13 .move {
        top: 0px;
    }

    #wrap .v-n-g-12 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-12 .move {
        top: 0px;
    }

    #wrap .v-n-g-11 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-11 .move {
        top: 0px;
    }

    #wrap .v-n-g-10 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-10 .move {
        top: 0px;
    }

    #wrap .v-n-g-9 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-9 .move {
        top: 0px;
    }

    #wrap .v-n-g-8 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-8 .move {
        top: 0px;
    }

    #wrap .v-n-g-7 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-7 .move {
        top: 0px;
    }

    #wrap .v-n-g-6 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-6 .move {
        top: 0px;
    }

    #wrap .v-n-g-5 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-5 .move {
        top: 0px;
    }

    #wrap .v-n-g-4 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-4 .move {
        top: 0px;
    }

    #wrap .v-n-g-3 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-3 .move {
        top: 0px;
    }

    #wrap .v-n-g-2 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-2 .move {
        top: 0px;
    }

    #wrap .v-n-g-1 {
        padding-bottom: 0px;
    }

    #wrap .v-n-g-1 .move {
        top: 0px;
    }

    #wrap .v-g-0 {
        padding-bottom: 0px;
    }

    #wrap .v-g-0 .move {
        top: 0px;
    }

    #wrap .v-g-1 {
        padding-bottom: 0px;
    }

    #wrap .v-g-1 .move {
        top: 0px;
    }

    #wrap .v-g-2 {
        padding-bottom: 0px;
    }

    #wrap .v-g-2 .move {
        top: 0px;
    }

    #wrap .v-g-3 {
        padding-bottom: 0px;
    }

    #wrap .v-g-3 .move {
        top: 0px;
    }

    #wrap .v-g-4 {
        padding-bottom: 0px;
    }

    #wrap .v-g-4 .move {
        top: 0px;
    }

    #wrap .v-g-5 {
        padding-bottom: 0px;
    }

    #wrap .v-g-5 .move {
        top: 0px;
    }

    #wrap .v-g-6 {
        padding-bottom: 0px;
    }

    #wrap .v-g-6 .move {
        top: 0px;
    }

    #wrap .v-g-7 {
        padding-bottom: 0px;
    }

    #wrap .v-g-7 .move {
        top: 0px;
    }

    #wrap .v-g-8 {
        padding-bottom: 0px;
    }

    #wrap .v-g-8 .move {
        top: 0px;
    }

    #wrap .v-g-9 {
        padding-bottom: 0px;
    }

    #wrap .v-g-9 .move {
        top: 0px;
    }

    #wrap .v-g-10 {
        padding-bottom: 0px;
    }

    #wrap .v-g-10 .move {
        top: 0px;
    }

    #wrap .v-g-11 {
        padding-bottom: 0px;
    }

    #wrap .v-g-11 .move {
        top: 0px;
    }

    #wrap .v-g-12 {
        padding-bottom: 0px;
    }

    #wrap .v-g-12 .move {
        top: 0px;
    }

    #wrap .v-g-13 {
        padding-bottom: 0px;
    }

    #wrap .v-g-13 .move {
        top: 0px;
    }

    #wrap .v-g-14 {
        padding-bottom: 0px;
    }

    #wrap .v-g-14 .move {
        top: 0px;
    }

    #wrap .v-g-15 {
        padding-bottom: 0px;
    }

    #wrap .v-g-15 .move {
        top: 0px;
    }

    #wrap .v-g-16 {
        padding-bottom: 0px;
    }

    #wrap .v-g-16 .move {
        top: 0px;
    }

    #wrap .v-g-17 {
        padding-bottom: 0px;
    }

    #wrap .v-g-17 .move {
        top: 0px;
    }

    #wrap .v-g-18 {
        padding-bottom: 0px;
    }

    #wrap .v-g-18 .move {
        top: 0px;
    }

    #wrap .v-g-19 {
        padding-bottom: 0px;
    }

    #wrap .v-g-19 .move {
        top: 0px;
    }

    #wrap .v-g-20 {
        padding-bottom: 0px;
    }

    #wrap .v-g-20 .move {
        top: 0px;
    }

    #wrap .small div.break, #wrap .small p, #wrap .small h2, #wrap .small ul,
    #wrap .small ol, #wrap .small blockquote, #wrap .small pre {
        margin-bottom: 11px;
        margin-bottom: 2.9333333333333vw;
    }

    #wrap .small p:last-child {
        margin-bottom: 0px;
    }

    #wrap .small .lb-0 {
        margin-bottom: 0px;
    }

    #wrap .default div.break, #wrap .default p, #wrap .default h2, #wrap .default ul,
    #wrap .default ol, #wrap .default blockquote, #wrap .default pre {
        margin-bottom: 12px;
        margin-bottom: 3.2vw;
    }

    #wrap .default p:last-child {
        margin-bottom: 0px;
    }

    #wrap .default .lb-0 {
        margin-bottom: 0px;
    }

    #wrap .medium div.break, #wrap .medium p, #wrap .medium h2, #wrap .medium ul,
    #wrap .medium ol, #wrap .medium blockquote, #wrap .medium pre {
        margin-bottom: 11px;
        margin-bottom: 2.9333333333333vw;
    }

    #wrap .medium p:last-child {
        margin-bottom: 0px;
    }

    #wrap .medium .lb-0 {
        margin-bottom: 0px;
    }

    #wrap .large div.break, #wrap .large p, #wrap .large h2, #wrap .large ul,
    #wrap .large ol, #wrap .large blockquote, #wrap .large pre {
        margin-bottom: 14px;
        margin-bottom: 3.7333333333333vw;
    }

    #wrap .large p:last-child {
        margin-bottom: 0px;
    }

    #wrap .large .lb-0 {
        margin-bottom: 0px;
    }

    #wrap .huge div.break, #wrap .huge p, #wrap .huge h2, #wrap .huge ul, #wrap .huge ol,
    #wrap .huge blockquote, #wrap .huge pre {
        margin-bottom: 24px;
        margin-bottom: 6.4vw;
    }

    #wrap .huge p:last-child {
        margin-bottom: 0px;
    }

    #wrap .huge .lb-0 {
        margin-bottom: 0px;
    }

    #wrap .mega div.break, #wrap .mega p, #wrap .mega h2, #wrap .mega ul, #wrap .mega ol,
    #wrap .mega blockquote, #wrap .mega pre {
        margin-bottom: 24px;
        margin-bottom: 6.4vw;
    }

    #wrap .mega p:last-child {
        margin-bottom: 0px;
    }

    #wrap .mega .lb-0 {
        margin-bottom: 0px;
    }

    #wrap .lb {
        margin-bottom: 12px;
        margin-bottom: 3.2vw;
    }

    #wrap .lb-0-1 {
        margin-bottom: 1px;
        margin-bottom: 0.32vw;
    }

    #wrap .lb-0-25 {
        margin-bottom: 3px;
        margin-bottom: 0.8vw;
    }

    #wrap .lb-0-5 {
        margin-bottom: 6px;
        margin-bottom: 1.6vw;
    }

    #wrap .lb-1 {
        margin-bottom: 12px;
        margin-bottom: 3.2vw;
    }

    #wrap .lb-1-5 {
        margin-bottom: 18px;
        margin-bottom: 4.8vw;
    }

    #wrap .lb-2 {
        margin-bottom: 24px;
        margin-bottom: 6.4vw;
    }

    #wrap .lb-2-5 {
        margin-bottom: 30px;
        margin-bottom: 8vw;
    }

    #wrap .lb-3 {
        margin-bottom: 36px;
        margin-bottom: 9.6vw;
    }

    #wrap .lb-3-5 {
        margin-bottom: 42px;
        margin-bottom: 11.2vw;
    }

    #wrap .lb-4 {
        margin-bottom: 48px;
        margin-bottom: 12.8vw;
    }

    #wrap .lb-4-5 {
        margin-bottom: 54px;
        margin-bottom: 14.4vw;
    }

    #wrap .lb-5 {
        margin-bottom: 60px;
        margin-bottom: 16vw;
    }

    #wrap .lb-5-5 {
        margin-bottom: 66px;
        margin-bottom: 17.6vw;
    }

    #wrap .lb-6 {
        margin-bottom: 72px;
        margin-bottom: 19.2vw;
    }

    #wrap .small.lb {
        margin-bottom: 11px;
        margin-bottom: 2.9333333333333vw;
    }

    #wrap .small.lb-0-1 {
        margin-bottom: 1px;
        margin-bottom: 0.29333333333333vw;
    }

    #wrap .small.lb-0-25 {
        margin-bottom: 2px;
        margin-bottom: 0.73333333333333vw;
    }

    #wrap .small.lb-0-5 {
        margin-bottom: 5px;
        margin-bottom: 1.4666666666667vw;
    }

    #wrap .small.lb-1 {
        margin-bottom: 11px;
        margin-bottom: 2.9333333333333vw;
    }

    #wrap .small.lb-1-5 {
        margin-bottom: 16px;
        margin-bottom: 4.4vw;
    }

    #wrap .small.lb-2 {
        margin-bottom: 22px;
        margin-bottom: 5.8666666666667vw;
    }

    #wrap .small.lb-2-5 {
        margin-bottom: 27px;
        margin-bottom: 7.3333333333333vw;
    }

    #wrap .small.lb-3 {
        margin-bottom: 33px;
        margin-bottom: 8.8vw;
    }

    #wrap .small.lb-3-5 {
        margin-bottom: 38px;
        margin-bottom: 10.266666666667vw;
    }

    #wrap .small.lb-4 {
        margin-bottom: 44px;
        margin-bottom: 11.733333333333vw;
    }

    #wrap .small.lb-4-5 {
        margin-bottom: 49px;
        margin-bottom: 13.2vw;
    }

    #wrap .small.lb-5 {
        margin-bottom: 55px;
        margin-bottom: 14.666666666667vw;
    }

    #wrap .small.lb-5-5 {
        margin-bottom: 60px;
        margin-bottom: 16.133333333333vw;
    }

    #wrap .small.lb-6 {
        margin-bottom: 66px;
        margin-bottom: 17.6vw;
    }

    #wrap .default.lb {
        margin-bottom: 12px;
        margin-bottom: 3.2vw;
    }

    #wrap .default.lb-0-1 {
        margin-bottom: 1px;
        margin-bottom: 0.32vw;
    }

    #wrap .default.lb-0-25 {
        margin-bottom: 3px;
        margin-bottom: 0.8vw;
    }

    #wrap .default.lb-0-5 {
        margin-bottom: 6px;
        margin-bottom: 1.6vw;
    }

    #wrap .default.lb-1 {
        margin-bottom: 12px;
        margin-bottom: 3.2vw;
    }

    #wrap .default.lb-1-5 {
        margin-bottom: 18px;
        margin-bottom: 4.8vw;
    }

    #wrap .default.lb-2 {
        margin-bottom: 24px;
        margin-bottom: 6.4vw;
    }

    #wrap .default.lb-2-5 {
        margin-bottom: 30px;
        margin-bottom: 8vw;
    }

    #wrap .default.lb-3 {
        margin-bottom: 36px;
        margin-bottom: 9.6vw;
    }

    #wrap .default.lb-3-5 {
        margin-bottom: 42px;
        margin-bottom: 11.2vw;
    }

    #wrap .default.lb-4 {
        margin-bottom: 48px;
        margin-bottom: 12.8vw;
    }

    #wrap .default.lb-4-5 {
        margin-bottom: 54px;
        margin-bottom: 14.4vw;
    }

    #wrap .default.lb-5 {
        margin-bottom: 60px;
        margin-bottom: 16vw;
    }

    #wrap .default.lb-5-5 {
        margin-bottom: 66px;
        margin-bottom: 17.6vw;
    }

    #wrap .default.lb-6 {
        margin-bottom: 72px;
        margin-bottom: 19.2vw;
    }

    #wrap .medium.lb {
        margin-bottom: 11px;
        margin-bottom: 2.9333333333333vw;
    }

    #wrap .medium.lb-0-1 {
        margin-bottom: 1px;
        margin-bottom: 0.29333333333333vw;
    }

    #wrap .medium.lb-0-25 {
        margin-bottom: 2px;
        margin-bottom: 0.73333333333333vw;
    }

    #wrap .medium.lb-0-5 {
        margin-bottom: 5px;
        margin-bottom: 1.4666666666667vw;
    }

    #wrap .medium.lb-1 {
        margin-bottom: 11px;
        margin-bottom: 2.9333333333333vw;
    }

    #wrap .medium.lb-1-5 {
        margin-bottom: 16px;
        margin-bottom: 4.4vw;
    }

    #wrap .medium.lb-2 {
        margin-bottom: 22px;
        margin-bottom: 5.8666666666667vw;
    }

    #wrap .medium.lb-2-5 {
        margin-bottom: 27px;
        margin-bottom: 7.3333333333333vw;
    }

    #wrap .medium.lb-3 {
        margin-bottom: 33px;
        margin-bottom: 8.8vw;
    }

    #wrap .medium.lb-3-5 {
        margin-bottom: 38px;
        margin-bottom: 10.266666666667vw;
    }

    #wrap .medium.lb-4 {
        margin-bottom: 44px;
        margin-bottom: 11.733333333333vw;
    }

    #wrap .medium.lb-4-5 {
        margin-bottom: 49px;
        margin-bottom: 13.2vw;
    }

    #wrap .medium.lb-5 {
        margin-bottom: 55px;
        margin-bottom: 14.666666666667vw;
    }

    #wrap .medium.lb-5-5 {
        margin-bottom: 60px;
        margin-bottom: 16.133333333333vw;
    }

    #wrap .medium.lb-6 {
        margin-bottom: 66px;
        margin-bottom: 17.6vw;
    }

    #wrap .large.lb {
        margin-bottom: 14px;
        margin-bottom: 3.7333333333333vw;
    }

    #wrap .large.lb-0-1 {
        margin-bottom: 1px;
        margin-bottom: 0.37333333333333vw;
    }

    #wrap .large.lb-0-25 {
        margin-bottom: 3px;
        margin-bottom: 0.93333333333333vw;
    }

    #wrap .large.lb-0-5 {
        margin-bottom: 7px;
        margin-bottom: 1.8666666666667vw;
    }

    #wrap .large.lb-1 {
        margin-bottom: 14px;
        margin-bottom: 3.7333333333333vw;
    }

    #wrap .large.lb-1-5 {
        margin-bottom: 21px;
        margin-bottom: 5.6vw;
    }

    #wrap .large.lb-2 {
        margin-bottom: 28px;
        margin-bottom: 7.4666666666667vw;
    }

    #wrap .large.lb-2-5 {
        margin-bottom: 35px;
        margin-bottom: 9.3333333333333vw;
    }

    #wrap .large.lb-3 {
        margin-bottom: 42px;
        margin-bottom: 11.2vw;
    }

    #wrap .large.lb-3-5 {
        margin-bottom: 49px;
        margin-bottom: 13.066666666667vw;
    }

    #wrap .large.lb-4 {
        margin-bottom: 56px;
        margin-bottom: 14.933333333333vw;
    }

    #wrap .large.lb-4-5 {
        margin-bottom: 63px;
        margin-bottom: 16.8vw;
    }

    #wrap .large.lb-5 {
        margin-bottom: 70px;
        margin-bottom: 18.666666666667vw;
    }

    #wrap .large.lb-5-5 {
        margin-bottom: 77px;
        margin-bottom: 20.533333333333vw;
    }

    #wrap .large.lb-6 {
        margin-bottom: 84px;
        margin-bottom: 22.4vw;
    }

    #wrap .huge.lb {
        margin-bottom: 24px;
        margin-bottom: 6.4vw;
    }

    #wrap .huge.lb-0-1 {
        margin-bottom: 2px;
        margin-bottom: 0.64vw;
    }

    #wrap .huge.lb-0-25 {
        margin-bottom: 6px;
        margin-bottom: 1.6vw;
    }

    #wrap .huge.lb-0-5 {
        margin-bottom: 12px;
        margin-bottom: 3.2vw;
    }

    #wrap .huge.lb-1 {
        margin-bottom: 24px;
        margin-bottom: 6.4vw;
    }

    #wrap .huge.lb-1-5 {
        margin-bottom: 36px;
        margin-bottom: 9.6vw;
    }

    #wrap .huge.lb-2 {
        margin-bottom: 48px;
        margin-bottom: 12.8vw;
    }

    #wrap .huge.lb-2-5 {
        margin-bottom: 60px;
        margin-bottom: 16vw;
    }

    #wrap .huge.lb-3 {
        margin-bottom: 72px;
        margin-bottom: 19.2vw;
    }

    #wrap .huge.lb-3-5 {
        margin-bottom: 84px;
        margin-bottom: 22.4vw;
    }

    #wrap .huge.lb-4 {
        margin-bottom: 96px;
        margin-bottom: 25.6vw;
    }

    #wrap .huge.lb-4-5 {
        margin-bottom: 108px;
        margin-bottom: 28.8vw;
    }

    #wrap .huge.lb-5 {
        margin-bottom: 120px;
        margin-bottom: 32vw;
    }

    #wrap .huge.lb-5-5 {
        margin-bottom: 132px;
        margin-bottom: 35.2vw;
    }

    #wrap .huge.lb-6 {
        margin-bottom: 144px;
        margin-bottom: 38.4vw;
    }

    #wrap .mega.lb {
        margin-bottom: 24px;
        margin-bottom: 6.4vw;
    }

    #wrap .mega.lb-0-1 {
        margin-bottom: 2px;
        margin-bottom: 0.64vw;
    }

    #wrap .mega.lb-0-25 {
        margin-bottom: 6px;
        margin-bottom: 1.6vw;
    }

    #wrap .mega.lb-0-5 {
        margin-bottom: 12px;
        margin-bottom: 3.2vw;
    }

    #wrap .mega.lb-1 {
        margin-bottom: 24px;
        margin-bottom: 6.4vw;
    }

    #wrap .mega.lb-1-5 {
        margin-bottom: 36px;
        margin-bottom: 9.6vw;
    }

    #wrap .mega.lb-2 {
        margin-bottom: 48px;
        margin-bottom: 12.8vw;
    }

    #wrap .mega.lb-2-5 {
        margin-bottom: 60px;
        margin-bottom: 16vw;
    }

    #wrap .mega.lb-3 {
        margin-bottom: 72px;
        margin-bottom: 19.2vw;
    }

    #wrap .mega.lb-3-5 {
        margin-bottom: 84px;
        margin-bottom: 22.4vw;
    }

    #wrap .mega.lb-4 {
        margin-bottom: 96px;
        margin-bottom: 25.6vw;
    }

    #wrap .mega.lb-4-5 {
        margin-bottom: 108px;
        margin-bottom: 28.8vw;
    }

    #wrap .mega.lb-5 {
        margin-bottom: 120px;
        margin-bottom: 32vw;
    }

    #wrap .mega.lb-5-5 {
        margin-bottom: 132px;
        margin-bottom: 35.2vw;
    }

    #wrap .mega.lb-6 {
        margin-bottom: 144px;
        margin-bottom: 38.4vw;
    }

    #wrap #header, #wrap #content, #wrap #focus-nav, #wrap #focus, #wrap #new-cover,
    #wrap #footer {
        font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 9px;
        font-size: 2.4vw;
        line-height: 12px;
        line-height: 3.2vw;
        letter-spacing: 0em;
    }

    #wrap #header h1, #wrap #header h2, #wrap #header h3, #wrap #header h4,
    #wrap #header h5, #wrap #header h6, #wrap #header input, #wrap #header textarea,
    #wrap #header button, #wrap #header select, #wrap #content h1, #wrap #content h2,
    #wrap #content h3, #wrap #content h4, #wrap #content h5, #wrap #content h6,
    #wrap #content input, #wrap #content textarea, #wrap #content button,
    #wrap #content select, #wrap #focus-nav h1, #wrap #focus-nav h2, #wrap #focus-nav h3,
    #wrap #focus-nav h4, #wrap #focus-nav h5, #wrap #focus-nav h6, #wrap #focus-nav input,
    #wrap #focus-nav textarea, #wrap #focus-nav button, #wrap #focus-nav select,
    #wrap #focus h1, #wrap #focus h2, #wrap #focus h3, #wrap #focus h4, #wrap #focus h5,
    #wrap #focus h6, #wrap #focus input, #wrap #focus textarea, #wrap #focus button,
    #wrap #focus select, #wrap #new-cover h1, #wrap #new-cover h2, #wrap #new-cover h3,
    #wrap #new-cover h4, #wrap #new-cover h5, #wrap #new-cover h6, #wrap #new-cover input,
    #wrap #new-cover textarea, #wrap #new-cover button, #wrap #new-cover select,
    #wrap #footer h1, #wrap #footer h2, #wrap #footer h3, #wrap #footer h4, #wrap #footer h5,
    #wrap #footer h6, #wrap #footer input, #wrap #footer textarea, #wrap #footer button,
    #wrap #footer select {
        font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 9px;
        font-size: 2.4vw;
        line-height: 12px;
        line-height: 3.2vw;
        letter-spacing: 0em;
    }

    #wrap #header .small, #wrap #content .small, #wrap #focus-nav .small,
    #wrap #focus .small, #wrap #new-cover .small, #wrap #footer .small {
        font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 8px;
        font-size: 2.1333333333333vw;
        line-height: 11px;
        line-height: 2.9333333333333vw;
        letter-spacing: 0em;
        vertical-align: baseline;
        word-wrap: normal;
        -webkit-hyphens: none;
        text-rendering: optimizelegibility;
        -webkit-font-smoothing: antialiased;
        -webkit-font-variant-ligatures: common-ligatures;
        -webkit-font-kerning: auto;
    }

    #wrap #header .default, #wrap #content .default, #wrap #focus-nav .default,
    #wrap #focus .default, #wrap #new-cover .default, #wrap #footer .default {
        font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 9px;
        font-size: 2.4vw;
        line-height: 12px;
        line-height: 3.2vw;
        letter-spacing: 0em;
    }

    #wrap #header .medium, #wrap #content .medium, #wrap #focus-nav .medium,
    #wrap #focus .medium, #wrap #new-cover .medium, #wrap #footer .medium {
        font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 8px;
        font-size: 2.1333333333333vw;
        line-height: 11px;
        line-height: 2.9333333333333vw;
        letter-spacing: 0em;
    }

    #wrap #header .large, #wrap #content .large, #wrap #focus-nav .large,
    #wrap #focus .large, #wrap #new-cover .large, #wrap #footer .large {
        font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 11px;
        font-size: 2.9333333333333vw;
        line-height: 14px;
        line-height: 3.7333333333333vw;
        letter-spacing: 0em;
    }

    #wrap #header .huge, #wrap #content .huge, #wrap #focus-nav .huge, #wrap #focus .huge,
    #wrap #new-cover .huge, #wrap #footer .huge {
        font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        font-size: 6.4vw;
        line-height: 24px;
        line-height: 6.4vw;
        letter-spacing: 0em;
    }

    #wrap #header .mega, #wrap #content .mega, #wrap #focus-nav .mega, #wrap #focus .mega,
    #wrap #new-cover .mega, #wrap #footer .mega {
        font-family: "NeueHaasGroteskDisp W01", Times, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        font-size: 6.4vw;
        line-height: 24px;
        line-height: 6.4vw;
        letter-spacing: 0em;
    }
}

body#mobile {
    -webkit-tap-highlight-color: transparent;
}

body#mobile #block {
    height: 120% !important;
}

body#mobile #new-cover #new-cover-caption {
    display: none;
    opacity: 0;
}

body#tablet {
    -webkit-tap-highlight-color: transparent;
}

body#tablet #block {
    height: 120% !important;
}

.icons, .rsArrowIcn {
    font-family: 'carlnas_iconsregular' !important;
    font-weight: 400 !important;
}

.search-everything-highlight-color {
    background: transparent !important;
}

.search-everything-highlight-color a, .search-everything-highlight-color p {
    background: transparent !important;
}

body.search-results a, body.search-results p {
    background: transparent !important;
}


