* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-moz-selection {
    background: #d3d3d3
}

::selection {
    background: #d3d3d3
}

::-moz-selection {
    background: #d3d3d3
}

html {
    --black: #101010
}

body,
html {
    height: 100%;
    width: 100%
}

@media only screen and (min-width:1025px) {
    body,
    html {
        overflow: hidden
    }
}

html {
    font-size: 20px
}

@media screen and (min-width:2560px) {
    html {
        font-size: 22px
    }
}

@media screen and (max-width:1440px) {
    html {
        font-size: 17px
    }
}

@media screen and (max-width:1366px) {
    html {
        font-size: 16px
    }
}

body {
    isolation: isolate
}

@media screen and (min-width:0\0) {
    body:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 9000;
        background: #000
    }
    body:after {
        content: 'Browser not supported.';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10000;
        font-size: 1rem;
        color: #fff
    }
}

img {
    max-width: 100%;
    vertical-align: middle
}

a {
    color: inherit;
    text-decoration: inherit
}

h1,
h2 {
    font-size: 5.8vmax;
    font-weight: 700;
    line-height: 1.19;
    color: var(--black)
}

.q-h4,
h4 {
    font-size: 1.25rem;
    line-height: 2;
    color: #fff;
    font-weight: 500
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    .q-h4,
    h4 {
        font-size: 1.75rem
    }
}

h5 {
    font-size: 1rem;
    line-height: 1;
    color: var(--black)
}

.q-abs {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.q-front {
    position: relative;
    z-index: 100
}

.q-back {
    z-index: -1
}

.q-way-back {
    z-index: -10
}

.q-no-point {
    pointer-events: none
}

.q-mask {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

.q-masked {
    display: inline-block;
    visibility: hidden
}

.q-hide-overflow {
    overflow: hidden
}

.q-reveal {
    visibility: hidden;
    will-change: transform, opacity
}
 .q-media-image
{
	display: block;
   
}
.ysThink  .q-media-image
{
 width: 308px;
}
.q-move {
    will-change: transform
}

@media only screen and (min-width:1025px) {
    #q-main-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #fff;
    }
}

@media only screen and (min-width:1025px) {
    #q-main-scroll {
        position: relative;
        width: 100vh;
        height: 100vw;
        z-index: 100
    }
}

#q-main-scroll .scroll-content {
    will-change: transform
}

.scrollbar-track {
    display: none!important
}

#q-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--black);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 500
}

[data-lazy]:not(.q-loaded) {
    visibility: hidden
}

#q-amedeo #q-v-1 .q-bg-item:after,
#q-amedeo #q-v-2 .q-bg-item:after,
#q-kenozoik .q-bg-item:after,
#q-kenozoik .q-reveal-holder .q-rect-inner:after,
#q-tetsuo #q-v-1 .q-bg-item:after,
#q-tetsuo #q-v-2 .q-bg-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    left: -50%;
    top: -50%;
    height: 200%;
    width: 200%;
    background-image: url(../images/noise.png);
    background-repeat: repeat;
    -webkit-animation: noiseAnimation 1s steps(4) infinite;
    animation: noiseAnimation 1s steps(4) infinite
}

#q-blaze #q-v-1 .q-bg-item {
    left: auto;
    right: 30%;
    width: 35vw;
    overflow: hidden;
}

#q-blaze #q-v-1 .q-bg-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    left: -50%;
    top: -50%;
    height: 200%;
    width: 200%;
    background-image: url(../images/noise.png);
    background-repeat: repeat;
    -webkit-animation: noiseAnimation 1s steps(4) infinite;
    animation: noiseAnimation 1s steps(4) infinite
}

@-webkit-keyframes noiseAnimation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    10% {
        -webkit-transform: translate(-5%, -5%);
        transform: translate(-5%, -5%)
    }
    20% {
        -webkit-transform: translate(-10%, 5%);
        transform: translate(-10%, 5%)
    }
    30% {
        -webkit-transform: translate(5%, -10%);
        transform: translate(5%, -10%)
    }
    40% {
        -webkit-transform: translate(-5%, 15%);
        transform: translate(-5%, 15%)
    }
    50% {
        -webkit-transform: translate(-10%, 5%);
        transform: translate(-10%, 5%)
    }
    60% {
        -webkit-transform: translate(15%, 0);
        transform: translate(15%, 0)
    }
    70% {
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%)
    }
    80% {
        -webkit-transform: translate(-15%, 0);
        transform: translate(-15%, 0)
    }
    90% {
        -webkit-transform: translate(10%, 5%);
        transform: translate(10%, 5%)
    }
    100% {
        -webkit-transform: translate(5%, 0);
        transform: translate(5%, 0)
    }
}

@keyframes noiseAnimation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    10% {
        -webkit-transform: translate(-5%, -5%);
        transform: translate(-5%, -5%)
    }
    20% {
        -webkit-transform: translate(-10%, 5%);
        transform: translate(-10%, 5%)
    }
    30% {
        -webkit-transform: translate(5%, -10%);
        transform: translate(5%, -10%)
    }
    40% {
        -webkit-transform: translate(-5%, 15%);
        transform: translate(-5%, 15%)
    }
    50% {
        -webkit-transform: translate(-10%, 5%);
        transform: translate(-10%, 5%)
    }
    60% {
        -webkit-transform: translate(15%, 0);
        transform: translate(15%, 0)
    }
    70% {
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%)
    }
    80% {
        -webkit-transform: translate(-15%, 0);
        transform: translate(-15%, 0)
    }
    90% {
        -webkit-transform: translate(10%, 5%);
        transform: translate(10%, 5%)
    }
    100% {
        -webkit-transform: translate(5%, 0);
        transform: translate(5%, 0)
    }
}

.q-link-label {
    font-size: .8rem;
    white-space: nowrap;
    vertical-align: baseline;
    line-height: 1.1;
    color: #fff;
    font-weight: 400;
    letter-spacing: .01em
}

@-webkit-keyframes qMarquee {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes qMarquee {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

#q-scroll-vh {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

#q-scroll-vh .q-sizer {
    height: 600vh
}

#q-intro {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 3000;
    overflow: hidden;
    --skewX: 0;
    --skewY: 0
}

#q-intro section {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none
}

#q-intro.q-pointer {
    cursor: pointer
}

#q-intro-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--black);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: -1
}

#q-intro-title {
    position: absolute;
    left: 12.5%;
    bottom: 5rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 18vmin;
    line-height: 1.07
}

@media only screen and (max-width:768px) {
    #q-intro-title {
        left: 1rem;
        bottom: 3rem
    }
}

#q-intro-title>span {
    display: block;
    position: relative;
    width: 100%;
    color: #fff
}

#q-intro-title>span:first-child {
    -webkit-transform: translate3d(120vh, 0, 0);
    transform: translate3d(120vh, 0, 0)
}

#q-intro-title>span:nth-child(2) {
    -webkit-transform: translate3d(-120vh, 0, 0);
    transform: translate3d(-120vh, 0, 0)
}

#q-intro-title>span:nth-child(3) {
    -webkit-transform: translate3d(140vh, 0, 0);
    transform: translate3d(140vh, 0, 0)
}

#q-intro-title>span:last-child {
    -webkit-transform: translate3d(-160vh, 0, 0);
    transform: translate3d(-160vh, 0, 0)
}

#q-intro-title>span.q-idle .q-shadow,
#q-intro-title>span.q-idle .q-skew {
    -webkit-transform: none!important;
    transform: none!important
}

#q-intro-title .q-mark {
    display: inline-block;
    visibility: hidden
}

#q-intro-title .q-skew {
    display: block;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate3d(100vmax, 0, 0);
    transform: translate3d(100vmax, 0, 0);
    -webkit-transform: skewX(calc(var(--skewX) * -.2deg)) skewY(calc(var(--skewY) * -.05deg));
    transform: skewX(calc(var(--skewX) * -.2deg)) skewY(calc(var(--skewY) * -.05deg))
}

#q-intro-title .q-shadow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    will-change: transform
}

#q-intro-title .q-shadow.q-front {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: .25;
    -webkit-transform: translate3d(calc(var(--skewX) * 2px), calc(var(--skewY) * -2px), 0);
    transform: translate3d(calc(var(--skewX) * 2px), calc(var(--skewY) * -2px), 0)
}

#q-intro-title .q-shadow.q-back {
    color: rgba(211, 211, 211, .05);
    -webkit-transform: translate3d(calc(var(--skewX) * 1px), calc(var(--skewY) * -1px), 0);
    transform: translate3d(calc(var(--skewX) * 1px), calc(var(--skewY) * -1px), 0)
}

#q-intro-slider {
    position: absolute;
    top: calc(50% - 13.8vmax);
    left: calc(100% - 15vmax);
    height: 27.55vmax;
    width: 49vmax;
    background-color: #000;
    overflow: hidden;
    visibility: hidden
}

#q-intro-slider .q-inner {
    height: 100%
}

#q-intro-slider .q-intro-slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

#q-intro-slider .q-intro-slide:not(:first-child) {
    visibility: hidden
}

#q-intro-slider img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#q-pt-1 {
    overflow: hidden
}

.q-pt-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.q-with-intro #q-main-wrapper,
.q-with-intro body {
    overflow: hidden;
    height: 100vh
}

.q-with-intro #q-header {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

@media only screen and (max-width:1024px) {
    .q-with-intro #q-header {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.q-with-intro #q-loader {
    z-index: 5000
}

@media only screen and (max-width:1024px) {
    .q-with-intro {
        height: 100%;
        overflow: hidden;
        width: 100%;
        position: fixed
    }
}

[data-lazy]:not(.q-loaded) {
    visibility: hidden
}

#q-intro-scroll {
    position: fixed;
    bottom: 1.75rem;
    right: 1.75rem;
    height: 3.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    mix-blend-mode: difference;
    stroke: #fff
}

#q-intro-scroll svg {
    height: 100%;
    stroke-dasharray: 430;
    stroke-dashoffset: 430;
    fill: transparent
}

#q-skip-the-line {
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    mix-blend-mode: difference;
    cursor: pointer;
    visibility: hidden
}

#q-skip-the-line .q-inner {
    padding: 1.75rem
}

#q-skip-the-line svg {
    width: .8rem;
    margin: 0 .25rem;
    vertical-align: baseline
}

#q-skip-the-line svg line,
#q-skip-the-line svg polyline {
    stroke: #fff;
    stroke-width: 1;
    stroke-miterlimit: 10;
    fill: none
}

#q-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 6.3rem;
    background-color: #fff;
    border-right: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2000;
    will-change: width;
    visibility: hidden
}

.q-view-change #q-header {
    -webkit-transition: width .3s cubic-bezier(.785, .135, .15, .86) .3s, -webkit-transform .4s cubic-bezier(0, 0, 0, 1);
    transition: width .3s cubic-bezier(.785, .135, .15, .86) .3s, -webkit-transform .4s cubic-bezier(0, 0, 0, 1);
    transition: transform .4s cubic-bezier(0, 0, 0, 1), width .3s cubic-bezier(.785, .135, .15, .86) .3s;
    transition: transform .4s cubic-bezier(0, 0, 0, 1), width .3s cubic-bezier(.785, .135, .15, .86) .3s, -webkit-transform .4s cubic-bezier(0, 0, 0, 1)
}

.q-loaded #q-header {
    visibility: visible
}

@media only screen and (max-width:1024px) {
    #q-header {
        visibility: visible
    }
}

@media only screen and (min-width:1025px) {
    .q-page-view #q-header,
    .q-single-view #q-header {
        width: 4.032rem
    }
}

.q-view-change.q-page-view #q-header,
.q-view-change.q-single-view #q-header {
    -webkit-transition: width .5s cubic-bezier(.785, .135, .15, .86) .1s;
    transition: width .5s cubic-bezier(.785, .135, .15, .86) .1s
}

@media only screen and (max-width:1024px) {
    #q-header {
        width: 100vw;
        height: 3.75rem;
        border-right: none;
        padding: 0 2rem;
        border-bottom: 1px solid #ededed;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    #q-header {
        padding: 0 1.5rem
    }
}

#q-header-top {
    position: absolute;
    top: 1.75rem;
    left: 1rem;
    right: 1rem
}

@media only screen and (max-width:1024px) {
    #q-header-top {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

#q-burger {
    height: 60px;
    padding: 19px 0;
    width: 100%
}

@media only screen and (max-width:1024px) {
    #q-burger {
        width: auto;
        height: 100%
    }
}

#q-header-svg {
    width: 2.2rem;
    fill: #000;
    margin-bottom: .5rem;
    -webkit-transition: width .2s;
    transition: width .2s
}

@media only screen and (min-width:1025px) {
    .q-page-view #q-header-svg,
    .q-single-view #q-header-svg {
        width: 2rem
    }
    .q-view-change.q-page-view #q-header-svg,
    .q-view-change.q-single-view #q-header-svg {
        -webkit-transition: width .2s .35s;
        transition: width .2s .35s
    }
}

@media only screen and (max-width:1024px) {
    #q-header-svg {
        margin-bottom: 0rem;
        margin-right: 1rem
    }
}

#q-site-title {
   font-size: .9rem;
    color: #000;
    letter-spacing: .01em;
    font-weight: 500;
    white-space: nowrap
}

@media only screen and (min-width:1025px) {
    .q-page-view #q-site-title,
    .q-single-view #q-site-title {
        font-size: .85rem;
        -webkit-transform: rotate(-90deg) translateX(-140%);
        transform: rotate(-90deg) translateX(-140%);
        white-space: nowrap
    }
}

#q-burger {
    cursor: pointer
}

#q-burger line {
    fill: none;
    stroke: #000;
    stroke-width: 1;
    stroke-miterlimit: 10
}

#q-open-large line {
    stroke-dasharray: 53
}

.q-page-view #q-open-large,
.q-single-view #q-open-large {
    visibility: hidden
}

#q-open-small line {
    stroke-dasharray: 36
}

html:not(.q-single-view):not(.q-page-view) #q-open-small {
    visibility: hidden
}

#q-close line {
    stroke-dasharray: 30;
    stroke-dashoffset: 30
}

#q-header-bottom {
    position: absolute;
    bottom: 1.75rem;
    left: 1rem;
    right: 1rem
}

.q-page-view #q-header-bottom,
.q-single-view #q-header-bottom {
    bottom: 2rem
}

@media only screen and (max-width:1024px) {
    #q-header-bottom {
        position: static
    }
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    #q-header-bottom {
        display: none
    }
}

#q-site-tagline {
    font-size: .9rem;
    line-height: 1;
    color: #000;
    font-weight: 500;
    max-width: 4rem;
    margin-bottom: 1.4rem
}

.q-page-view #q-site-tagline,
.q-single-view #q-site-tagline {
    display: none
}

@media only screen and (max-width:1024px) {
    #q-site-tagline {
        display: none
    }
}

#q-site-copy {
    font-size: .6rem;
    line-height: 1.3;
    color: #4f4f4f
}

#q-site-copy a {
    white-space: nowrap
}

@media only screen and (min-width:1025px) {
    .q-page-view #q-site-copy,
    .q-single-view #q-site-copy {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        white-space: nowrap
    }
}

@media only screen and (max-width:1024px) {
    #q-site-copy {
        font-size: .75rem;
        text-align: right
    }
}

#q-navigation {
    position: fixed;
    top: 0;
    left: 6.3rem;
    height: 100%;
    width: calc(100% - 6.3rem);
    z-index: 10000;
    visibility: hidden;
    opacity: 0
}

#q-navigation>.q-inner {
    padding: 13vh 7.5vw 9vh 7.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    width: 100%
}

@media only screen and (max-width:1024px) {
    #q-navigation>.q-inner {
        padding: 5rem
    }
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    #q-navigation>.q-inner {
        display: block;
        padding: 3rem;
        overflow-y: scroll
    }
}

#q-navigation .q-svg-wrapper {
    position: absolute;
    top: 0;
    right: -15%;
    width: 100vh;
    height: 100vh;
    z-index: -1
}

#q-navigation .q-cta-title {
    font-size: .9rem
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    #q-navigation .q-cta-title {
        font-size: 1.25rem
    }
}

@media only screen and (max-width:1024px) {
    #q-navigation {
        top: 3.75rem;
        left: 0;
        height: calc(100% - 3.75rem);
        width: 100%
    }
}

#q-nav-svg {
    visibility: hidden
}

.q-nav-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%
}

@media only screen and (max-width:768px) {
    .q-nav-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    .q-nav-row {
        display: block;
        height: auto
    }
}

.q-nav-row:last-child {
    height: auto
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    .q-nav-row:last-child .q-nav-col-btm:first-child {
        margin-top: 4rem;
        margin-bottom: 2rem
    }
}

@media only screen and (max-width:768px) {
    .q-nav-row:last-child .q-nav-col-btm:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 5rem
    }
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    .q-nav-row:last-child .q-nav-col-btm:last-child {
        margin-top: 2rem
    }
}

.q-nav-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    .q-nav-col {
        display: block
    }
}

.q-nav-col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%
}

@media only screen and (max-width:768px) {
    .q-nav-col:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }
}

.q-nav-col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%
}

@media only screen and (max-width:768px) {
    .q-nav-col:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }
}

.q-nav-col-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    .q-nav-col-btm {
        display: block
    }
}

.q-nav-col-btm:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%
}

@media only screen and (max-width:768px) {
    .q-nav-col-btm:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%
    }
}

.q-nav-col-btm:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width:768px) {
    .q-nav-col-btm:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%
    }
}

.q-nav-col-btm:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:1440px) {
    .q-nav-col-btm:last-child>.q-inner {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width:1024px) {
    .q-nav-col-btm:last-child>.q-inner {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.q-nav-col-btm .q-text {
    font-size: .7rem;
    line-height: 1.42;
    color: #fff
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    .q-nav-col-btm .q-text {
        font-size: .8rem
    }
}

.q-external-link,
.q-nav-to-single,
.q-to-about {
    display: block
}

.q-external-link svg,
.q-nav-to-single svg,
.q-to-about svg {
    fill: none;
    stroke: #fff;
    stroke-width: 1px;
    height: .75rem;
    margin-left: .5rem;
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.q-external-link svg line,
.q-nav-to-single svg line,
.q-to-about svg line {
    stroke-dasharray: 18;
    stroke-dashoffset: 18;
    -webkit-transition: .2s .1s;
    transition: .2s .1s
}

.q-external-link svg polyline,
.q-nav-to-single svg polyline,
.q-to-about svg polyline {
    stroke-dasharray: 16;
    stroke-dashoffset: 16;
    -webkit-transition: .2s .15s;
    transition: .2s .15s
}

.q-external-link:hover svg,
.q-nav-to-single:hover svg,
.q-to-about:hover svg {
    opacity: 1;
    -webkit-transition: none;
    transition: none
}

.q-nav-btm-link svg {
    height: .65rem
}

.q-nav-item {
    position: relative
}

.q-external-link:hover line,
.q-nav-ul:hover line,
.q-to-about:hover line {
    stroke-dashoffset: 0
}

.q-external-link:hover polyline,
.q-nav-ul:hover polyline,
.q-to-about:hover polyline {
    stroke-dashoffset: 0
}

@media only screen and (max-width:1024px) {
    .q-external-link svg,
    .q-nav-ul svg,
    .q-to-about svg {
        display: none
    }
}

.q-newsletter {
    position: relative
}

@media screen and (min-width:1600px) {
    .q-newsletter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.q-newsletter label {
    position: relative;
    padding-right: .5rem;
    margin-right: .5rem;
    line-height: 1;
    font-size: 1rem
}

@media screen and (max-width:1440px) {
    .q-newsletter label {
        font-size: .9rem;
        line-height: 2
    }
}

@media only screen and (max-width:768px) {
    .q-newsletter label {
        display: block;
        line-height: 1
    }
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    .q-newsletter label {
        font-size: 1.25rem
    }
}

.q-newsletter fieldset {
    display: inline-block;
    position: relative;
    width: 300px;
    max-width: 75vw
}

.q-newsletter fieldset .q-line {
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.q-newsletter input {
    position: relative;
    top: .1rem;
    font-size: .7rem;
    color: #fff;
    background-color: transparent;
    border: none;
    overflow: auto;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    width: 100%
}

.q-newsletter input:focus {
    outline: 0
}

.q-newsletter input:focus~.q-line {
    border-bottom: 1px solid #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.q-newsletter input:focus~button svg {
    stroke-opacity: 1;
    -webkit-transition: .4s;
    transition: .4s
}

.q-newsletter input:focus.mce_inline_error~.indicates-required,
.q-newsletter input:focus:not(.mce_inline_error)~#mce-responses {
    display: block
}

.q-newsletter input:-webkit-autofill,
.q-newsletter input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset!important
}

@media only screen and (max-width:1024px) {
    .q-newsletter input {
        line-height: 2
    }
}

.q-newsletter button {
    position: absolute;
    right: 0;
    bottom: 33%;
    width: 1rem;
    text-indent: -.35rem;
    background: 0 0;
    border: none;
    cursor: pointer
}

@supports (-ms-ime-align:auto) {
    .q-newsletter button {
        line-height: 2
    }
}

.q-newsletter button:active,
.q-newsletter button:focus {
    outline: 0
}

.q-newsletter button:active~#mce-responses,
.q-newsletter button:focus~#mce-responses {
    display: block
}

.q-newsletter svg {
    position: relative;
    top: .25rem;
    fill: none;
    stroke: #fff;
    stroke-width: 1px;
    stroke-opacity: .5;
    height: .65rem;
    pointer-events: none;
    visibility: hidden
}

#mce-responses,
.indicates-required {
    font-size: .7rem;
    color: #aaa;
    font-weight: 300;
    position: absolute;
    margin-top: .5rem;
    margin-bottom: .5rem;
    line-height: 1.3;
    font-style: italic;
    display: none
}

#mce-responses a,
.indicates-required a {
    color: #fff
}

.q-homepage {
    width: 100%
}

.q-list-wrapper:first-child {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

@media only screen and (max-width:1024px) {
    .q-list-wrapper:first-child {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
}

.q-list-wrapper:last-child {
    pointer-events: none;
    -webkit-transform-origin: 0 -100%;
    transform-origin: 0 -100%
}

@media only screen and (max-width:1024px) {
    .q-list-wrapper:last-child {
        display: none
    }
}

#q-main-list {
    position: relative;
    width: 100vh;
    height: 100vw;
    z-index: 100;
    -webkit-transform: rotate(-90deg) translateX(-100%) translateZ(0);
    transform: rotate(-90deg) translateX(-100%) translateZ(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

#q-main-list.q-blend {
    mix-blend-mode: soft-light
}

#q-main-list>.q-inner {
    --yVal: 0;
    --skewCols: 0
}

#q-main-list>.q-inner:not(.q-shadows) .q-shadow {
    display: none
}









































@media only screen and (max-width:1024px) {
    #q-main-list>.q-inner {
        position: relative;
        overflow: hidden
    }
}

#q-main-list .q-list-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vw;
    padding-left: 1.5rem;
    -webkit-transform: skewY(calc(var(--yVal) * .1deg)) translateZ(0);
    transform: skewY(calc(var(--yVal) * .1deg)) translateZ(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    will-change: transform
}

@media only screen and (max-width:1024px) {
    #q-main-list .q-list-part {
        padding-top: calc(3.75rem + 4rem);
        padding-left: 5rem;
        padding-bottom: 3.5rem;
        height: auto
    }
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    #q-main-list .q-list-part {
        padding-top: calc(3.75rem + 1.5rem);
        padding-left: 1.5rem;
        padding-bottom: 1.5rem
    }
}

#q-main-list.q-opening .q-theme:not(.q-active) .q-inner {
    will-change: opacity
}

@media only screen and (max-width:1024px) {
    #q-main-list {
        -webkit-transform: none;
        transform: none;
        height: auto;
        width: auto;
        overflow-x: hidden
    }
}

#q-themes {
    padding-top: calc(6.3rem + 5px)
}

#q-themes .q-home-to-single {
    z-index: 100
}

@media only screen and (max-width:1024px) {
    #q-themes .q-home-to-single {
        z-index: 2000;
        pointer-events: auto;
        cursor: pointer
    }
}

#q-themes-pseudo {
    margin-top: -5.8vmax;
    pointer-events: none
}

#q-themes-pseudo .q-theme-title {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}

@media only screen and (max-width:1024px) {
    #q-themes-pseudo {
        margin-top: 0
    }
}

.q-theme {
    position: relative
}

.q-theme .q-col {
    display: inline-block;
    white-space: nowrap;
    will-change: transform, opacity;
    pointer-events: none
}

.q-theme .q-theme-title {
    position: relative;
    display: inline-block;
    margin-right: 1vw;
    -webkit-transition: color .15s .4s;
    transition: color .15s .4s
}

.q-theme .q-theme-title:not(:first-child) {
    color: #efefef
}

.q-theme .q-shadow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    will-change: transform
}

.q-theme .q-shadow.q-front {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #000;
    opacity: .2;
    -webkit-transform: translate3d(0, calc(var(--yVal) * -4px), 0);
    transform: translate3d(0, calc(var(--yVal) * -4px), 0)
}

.q-theme .q-shadow.q-back {
    color: rgba(211, 211, 211, .35);
    -webkit-transform: translate3d(0, calc(var(--yVal) * -2px), 0);
    transform: translate3d(0, calc(var(--yVal) * -2px), 0)
}

.q-theme>.q-inner {
    position: relative;
    display: inline-block;
    visibility: hidden
}

.q-theme.q-hover .q-theme-tagline {
    opacity: 1
}

.q-theme.q-active .q-theme-title {
    color: var(--singleTextColor)
}

.q-theme.q-active .q-theme-tagline {
    opacity: 0
}










@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    .q-theme:not(:last-child) {
        margin-bottom: .75rem
    }
    .q-theme .q-theme-title {
        font-size: 3.5rem
    }
}

.q-theme:nth-child(1) .q-theme-tagline>span,
.q-theme:nth-child(12) .q-theme-tagline>span,
.q-theme:nth-child(2) .q-theme-tagline>span,
.q-theme:nth-child(3) .q-theme-tagline>span {
    -webkit-animation-duration: 8s;
    animation-duration: 8s
}






.q-theme:nth-child(1) .q-theme-tagline .q-lead,
.q-theme:nth-child(12) .q-theme-tagline .q-lead,
.q-theme:nth-child(2) .q-theme-tagline .q-lead,
.q-theme:nth-child(3) .q-theme-tagline .q-lead {
    -webkit-animation-delay: -4s;
    animation-delay: -4s
}

.q-theme-tagline {
    position: absolute;
    left: .4vw;
    bottom: -.15vw;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
    color: #7b7b7b;
    white-space: nowrap;
    will-change: opacity
}

.q-scrolling .q-theme-tagline {
    visibility: hidden
}

.q-theme-tagline>span {
    display: inline-block;
    -webkit-animation: qMarquee 6s infinite linear;
    animation: qMarquee 6s infinite linear;
    font-size: 17px;
    margin-top: 20px;
}

.q-theme-tagline>span:after {
    content: '-';
    margin: 0 .5rem
}

.q-theme-tagline .q-lead {
    -webkit-animation-delay: -3s;
    animation-delay: -3s
}

.q-theme-tagline .q-follow {
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (max-width:1024px) {
    .q-theme-tagline {
        position: relative;
        opacity: 1
    }
    .q-theme-tagline>span {
        -webkit-animation: none;
        animation: none;
        margin-bottom: 1rem
    }
    .q-theme-tagline>span:after {
        display: none
    }
    .q-theme-tagline .q-follow {
        display: none
    }
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    .q-theme-tagline {
        display: none
    }
}

#q-list-overlay {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    background-color: var(--black);
    will-change: transform;
    z-index: -10
}

body {
    --singleOffsetX: 4.5rem
}

.q-single {
    --skew: 0;
    --color: auto
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    .q-single {
        min-height: 100vh
    }
}

@media only screen and (min-width:1025px) {
    .q-single #q-main-scroll {
        width: 100vw;
        height: 100vh;
    }
}

.q-single #q-main-scroll>.scroll-content {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    margin-left: 0;
    white-space: nowrap
}



@media only screen and (min-width:1025px) {
    .q-single .q-scroll-section {
        display: inline-block;
        vertical-align: top;
        height: 100vh;
        font-size: 1rem
    }
}

















.q-single .q-scroll-section>.q-inner {
    position: relative;
    z-index: 100
}

.q-single .q-layout {
    position: relative
}
.q-single .q-layout.q-simple  + .q-standard
{
    margin-right: 15vw;
}
@media(max-width: 786px)
{
    .q-single .q-layout.q-simple  + .q-standard
{
    margin-right: 0;
}
}
@media only screen and (max-width:1024px) {
    .q-single .q-layout {
        width: auto;
    margin: auto;
    padding: 0 8px;
    margin-bottom: 20vw;
    --rotate: 0 !important;
    }

}
@media (max-width: 786px)
{
    .q-simple
    {
            padding: 0 5% !important;
    }
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    .q-single .q-layout {
        /*padding: 0 5%;*/
        margin-bottom: 2.5rem
    }
}

.q-single .q-layout>.q-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    white-space: normal
}

@media only screen and (max-width:1024px) {
    .q-single .q-layout>.q-inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.q-single .q-media-video {
    /*height: 100%;*/
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right
}


@media only screen and (min-width:1025px) {
    #q-title-col {
        position: absolute;
        bottom: 1.52rem;
        left: var(--singleOffsetX);
        width: 100vw;
        -webkit-transform: rotate(-90deg) translateY(100%) skewX(calc(var(--skew) * -.4deg));
        transform: rotate(-90deg) translateY(100%) skewX(calc(var(--skew) * -.4deg));
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    html:not(.q-loaded) #q-title-col {
        visibility: hidden
    }
    @supports (-ms-ime-align:auto) {
        #q-title-col {
            -webkit-transform: rotate(-90deg) translateY(100%);
            transform: rotate(-90deg) translateY(100%)
        }
    }
}

@media only screen and (max-width:1024px) {
    #q-title-col {
        position: relative;
        z-index: 10;
        -webkit-transform: skewX(calc(var(--skew) * -.4deg));
        transform: skewX(calc(var(--skew) * -.4deg));
        margin-bottom: 5vmax;
        overflow: hidden;
        padding-top: calc(3.75rem + 1.5rem)
    }
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    #q-title-col {
        margin-bottom: 1.5rem
    }
}

#q-title-col .q-col {
    display: inline-block;
    white-space: nowrap
}

#q-title-col .q-single-title {
    display: inline-block;
    position: relative;
    margin-right: 2vw
}

@media only screen and (max-width:1024px) {
    #q-title-col .q-single-title {
        visibility: hidden
    }
}











#q-title-col .q-single-title:not(:first-child) {
    visibility: hidden
}

#q-title-col .q-shadow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    will-change: transform
}

#q-title-col .q-shadow.q-front {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #000;
    opacity: .1;
    -webkit-transform: translate3d(calc(var(--skew) * -4px), 0, 0);
    transform: translate3d(calc(var(--skew) * -4px), 0, 0)
}

#q-title-col .q-shadow.q-back {
    color: rgba(211, 211, 211, .35);
    -webkit-transform: translate3d(0, calc(var(--yVal) * -6px), 0);
    transform: translate3d(0, calc(var(--yVal) * -6px), 0)
}

.q-bg-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

















@media only screen and (max-width:1024px) {
    .q-bg-item {
        display: none
    }
}

#q-single-bgs {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none
}



#q-next {
    position: relative;
    width: 11vw;
    overflow: hidden;
    --nextSkew: 0;
    --nextOpacity: 0;
    border-left: 1px solid #eee
}

@media only screen and (max-width:1024px) {
    #q-next {
        height: 10vmax;
        width: 100%;
        z-index: 999
    }
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    #q-next {
        height: 5.625rem;
    border-top: 1px solid #eee;
    }
}

@media only screen and (min-width:1025px) {
    #q-next>.q-inner {
        position: absolute;
        bottom: 1.5rem;
        left: 1.5rem;
        width: 100vw;
        -webkit-transform: rotate(-90deg) translateY(100%);
        transform: rotate(-90deg) translateY(100%);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}

@media only screen and (max-width:1024px) {
    #q-next>.q-inner {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10vw
    }
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    #q-next>.q-inner {
        padding: 0  5%
    }
}

#q-next .q-sizer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

@media only screen and (max-width:1024px) {
    #q-next .q-sizer {
        position: relative;
        width: 100%;
    }
}

#q-next .q-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff
}

#q-next .q-next-link {
    z-index: 300
}






























#q-next .q-next-title:after,
#q-next .q-next-title:before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

#q-next .q-next-title {
    position: relative;
    letter-spacing: -6px;
    font-weight: bold;
    font-size: 5.2vmax;
}

#q-next .q-next-title:before {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #000;
    opacity: calc(.2 * var(--nextOpacity));
    -webkit-transform: translate3d(0, calc(var(--nextSkew) * -4px), 0);
    transform: translate3d(0, calc(var(--nextSkew) * -4px), 0);
    will-change: transform
}

#q-next .q-next-title:after {
    color: rgba(211, 211, 211, .35);
    opacity: calc(1 * var(--nextOpacity));
    -webkit-transform: translate3d(0, calc(var(--nextSkew) * -2px), 0);
    transform: translate3d(0, calc(var(--nextSkew) * -2px), 0)
}

#q-next .q-theme-tagline {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

#q-next .q-theme-tagline>span {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@media only screen and (max-width:1024px) {
    #q-next .q-theme-tagline {
        display: none
    }
}

#q-next .q-theme-tagline>span {
    -webkit-animation-duration: 8s;
    animation-duration: 8s
}

#q-next .q-theme-tagline .q-lead {
    -webkit-animation-delay: -4s;
    animation-delay: -4s
}

@-webkit-keyframes fadeInOut {
    0%,
    100% {
        opacity: 1
    }
    30%,
    80% {
        opacity: 0
    }
}

@keyframes fadeInOut {
    0%,
    100% {
        opacity: 1
    }
    30%,
    80% {
        opacity: 0
    }
}

#q-next.q-fade-out .q-next-title {
    -webkit-animation: fadeInOut .9s .5s forwards ease-out;
    animation: fadeInOut .9s .5s forwards ease-out
}

#q-next.q-active .q-next-title {
    color: #d3d3d3;
    -webkit-transition: color .3s .5s;
    transition: color .3s .5s
}

#q-next svg {
    height: 6vh;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    fill: none;
    margin-left: 1rem
}

#q-next svg polyline {
    fill: none;
    stroke: var(--black);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}

@media only screen and (max-width:1024px) {
    #q-next svg {
        height: 4vmax;
        -webkit-transform: none;
        transform: none
    }
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    #q-l-1
    {
        display: none;
    }
    #q-next svg {
           height: 3.4vmax;
    margin-top: -2px;
        /*position: absolute;
        right: 0;
        margin: 0;*/
    }
}

#q-next .q-border-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 1px
}

@media only screen and (max-width:1024px) {
    #q-next .q-border-line {
        width: 100%;
        height: 1px;
        bottom: auto;
        top: 0
    }
}

.q-fixed-link {
    visibility: hidden
}

@media only screen and (max-width:1024px) {
    .q-fixed-link .q-link-label {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .q-extras,
    .q-sep {
        display: none
    }
}

#q-preview {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none
}

@media only screen and (max-width:1024px) {
    #q-preview {
        display: none
    }
}

#q-preview .q-preview-bg {
    background-repeat: no-repeat
}

#q-preview .q-preview-item {
    visibility: hidden;
    position: absolute
}

#q-preview .q-preview-amedeo {
    top: 6%;
    left: 49%;
    width: 28vh;
    max-width: 467px
}

#q-preview .q-preview-blaze {
    top: 0;
    left: 12%;
    width: 43.888vh;
    max-width: 474px
}

#q-preview .q-preview-blaze img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

#q-preview .q-preview-dieter {
    top: 0;
    left: calc(50% - 40vh);
    width: 81vh;
    max-width: 878px
}

#q-preview .q-preview-galatia {
    top: 10%;
    right: 10%;
    width: 34.44vh;
    max-width: 372px
}

#q-preview .q-preview-haar {
    top: 0;
    left: calc(50% - 100vh);
    width: 231vh;
    max-width: 2497px
}

#q-preview .q-preview-ion {
    top: 5%;
    right: 12%;
    width: 52.22vh;
    max-width: 564px
}

#q-preview .q-preview-kenozoik {
    top: 0;
    right: 5%;
    width: 55vh;
    max-width: 620px
}

#q-preview .q-preview-koto {
    top: 5%;
    left: 36%;
    width: 46.2vh;
    max-width: 499px
}

#q-preview .q-preview-manon {
    top: 0;
    left: calc(50% - 41vh);
    width: 82.8vh;
    max-width: 895px
}

#q-preview .q-preview-monolab {
    top: 0;
    right: calc(50% - 38vh);
    width: 61.5vh;
    max-width: 665px
}

#q-preview .q-preview-penumbra {
    top: 8%;
    right: 16%;
    width: 58.89vh;
    max-width: 636px
}

#q-preview .q-preview-smilte {
    left: 20%;
    bottom: 0;
    width: 114.9vh;
    max-width: 1241px
}

#q-preview .q-preview-tetsuo {
    top: 10%;
    left: 15%;
    width: 49.5vh;
    max-width: 535px
}

#q-preview .q-preview-image {
    height: 100%;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#q-scroll-right {
    position: fixed;
    bottom: 58px;
    right: 1vw;
    height: 3.55vw;
    stroke-dasharray: 430;
    stroke-dashoffset: 430;
    z-index: 100;
    cursor: pointer;
    mix-blend-mode: difference;
    transition: transform 1s, right 1s, opacity 0.1s 1s;
}

#q-scroll-right polygon {
    fill: none;
    stroke: #fff;
    stroke-width: 1;
    stroke-miterlimit: 10
}

@media only screen and (max-width:1024px) {
    #q-scroll-right {
        display: none
    }
}

.q-page-view #q-scroll-right {
    display: none
}

#q-scroll-left {
    position: fixed;
    bottom: 58px;
    right: 70vw;
    height: 3.55vw;
    stroke-dasharray: 430;
    stroke-dashoffset: 430;
    z-index: 100;
    transform: rotate(180deg) !important;
    cursor: pointer;
    mix-blend-mode: difference;
    /* transition: transform 1s, right 1s, opacity 0.1s 1s; */
}

#q-scroll-left polygon {
    fill: none;
    stroke: #fff;
    stroke-width: 1;
    stroke-miterlimit: 10
}

@media only screen and (max-width:1024px) {
    #q-scroll-left {
        display: none
    }
}

.q-page-view #q-scroll-left {
    display: none
}


/*  */

#q-back-to-list {
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    mix-blend-mode: difference
}

#q-back-to-list .q-home-link {
    padding: 1.5rem 1.75rem 1.75rem
}

@media only screen and (max-width:1024px) {
    #q-back-to-list {
        display: none
    }
}

#q-back-to-x {
    width: .6rem;
    margin: 0 .25rem;
    vertical-align: middle
}

#q-back-to-x line {
    stroke: #fff;
    stroke-width: 1.5px
}


@media only screen and (max-width:1024px) {
    #q-back-to-x {
        width: .8rem
    }
}

.q-visit-site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    mix-blend-mode: difference;
    z-index: 100
}

.q-visit-site a {
    padding: 1.75rem
}

main>.q-visit-site {
    position: fixed;
    bottom: 0;
    right: 0
}

@media only screen and (max-width:1024px) {
    main>.q-visit-site {
        display: none
    }
}

@media only screen and (min-width:1025px) {
    #q-main-scroll .q-visit-site {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    #q-main-scroll .q-visit-site {
        visibility: visible;
        position: relative;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    #q-main-scroll .q-visit-site .q-link-label {
        display: inline-block
    }
}

@media only screen and (max-width:1024px) and (max-width:1024px) {
    #q-main-scroll .q-visit-site a {
        padding: 0 10vw 5vw
    }
}

@media only screen and (max-width:1024px) and (max-width:812px) and (orientation:landscape),
only screen and (max-width:1024px) and (max-width:736px) {
    #q-main-scroll .q-visit-site a {
        padding: 0 12vw 1.5rem
    }
}

.q-visit-site-arrow {
    width: .8rem;
    margin: 0 .25rem;
    vertical-align: middle
}


























.q-visit-site-arrow line,
.q-visit-site-arrow polyline {
    stroke: #fff;
    stroke-width: .9;
    stroke-miterlimit: 10;
    fill: none
}

@media only screen and (max-width:1024px) {
    .q-visit-site-arrow {
        width: 1rem
    }
}

#q-loader {
    position: fixed;
    top: 1.5rem;
    right: .5vw;
    pointer-events: none;
    z-index: 2000;
    height: 100vh;
    width: 6.3vw;
    mix-blend-mode: difference;
    opacity: .25
}

#q-loader>.q-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    width: 100vh;
    height: 6.3vmax;
    -webkit-transform: rotate(-90deg) translateX(3.15vw) translateY(-50%);
    transform: rotate(-90deg) translateX(3.15vw) translateY(-50%);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    white-space: nowrap
}

#q-loader .q-loader-item {
    font-size: 5.8vmax;
    font-weight: 700;
    line-height: 1.22;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    display: inline-block;
    visibility: hidden
}

@media only screen and (max-width:1024px) {
    #q-loader {
        top: 3.75rem
    }
}

#q-portfolio {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 300;
    display: none
}

#q-portfolio .q-portfolio-part {
    position: relative;
    margin: 5vw 22vw 5vw calc(22vw + 6.3rem*.64)
}

@media only screen and (max-width:768px) {
    #q-portfolio .q-portfolio-part {
        margin: 5vw 10vw 5vw 15vw
    }
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    #q-portfolio .q-portfolio-part {
        margin: 3rem 10vw
    }
}

#q-portfolio .q-ptf-item {
    font-size: 2.1rem;
    line-height: 3.3rem;
    color: #fff
}

#q-portfolio .q-ptf-item:not(:last-child) {
    margin-right: 1.5rem
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    #q-portfolio .q-ptf-item {
        font-size: 1.5rem;
        line-height: 1.5
    }
    #q-portfolio .q-ptf-item:not(:last-child) {
        margin-right: .75rem
    }
}

#q-portfolio .q-year {
    position: absolute;
    top: .68rem;
    right: calc(100% + 2rem);
    color: #fff;
    font-size: .85rem;
    line-height: 1rem;
    white-space: nowrap
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    #q-portfolio .q-year {
        display: none
    }
}

#q-portfolio-scroll {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

#q-portfolio-scroll .scroll-content {
    position: absolute;
    padding-top: 1vw;
    top: 0;
    left: 0;
    width: 100%
}

@media only screen and (max-width:1024px) {
    #q-portfolio-scroll .scroll-content {
        padding-top: 5rem
    }
}

#q-portfolio-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: -1
}

#q-portfolio-close {
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    mix-blend-mode: difference;
    cursor: pointer
}

#q-portfolio-close .q-inner {
    padding: 1.5rem 1.75rem 1.75rem
}

#q-portfolio-close svg {
    width: .6rem;
    margin: 0 .25rem;
    vertical-align: middle
}

#q-portfolio-close svg line {
    stroke: #fff;
    stroke-width: 1px
}

@media only screen and (max-width:1024px) {
    #q-portfolio-close {
        top: 5rem;
        right: 1.25rem
    }
    #q-portfolio-close .q-inner {
        padding: .5rem
    }
    #q-portfolio-close .q-link-label {
        display: none
    }
    #q-portfolio-close svg {
        width: 2.25rem
    }
    #q-portfolio-close svg line {
        stroke-width: 1.5px
    }
}

#q-404 {
    background: #fff;
    height: 100%
}

#q-404 .four-oh-four {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3.1vw;
    visibility: hidden
}

@media only screen and (min-width:1025px) {
    #q-404 .four-oh-four {
        padding-left: 6.3rem
    }
}

@media only screen and (max-width:1024px) {
    #q-404 .four-oh-four {
        padding-top: 3.75rem;
        font-size: 2rem
    }
}

#q-404 .four-oh-four>span:after,
#q-404 .four-oh-four>span:before {
    content: '';
    position: absolute;
    background-size: cover
}

@-webkit-keyframes sword {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0)
    }
}

@keyframes sword {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0)
    }
}

#q-404 .four-oh-four>span {
    display: block;
    position: relative;
    text-align: center;
    padding: 1rem
}

#q-404 .four-oh-four>span:before {
    height: 16vw;
    width: 27vw;
    bottom: 100%;
    right: 10%;
    background-image: url(../images/gala.png);
    -webkit-transform: translateY(30.5%) translateX(-5%) rotate(6deg);
    transform: translateY(30.5%) translateX(-5%) rotate(6deg);
    opacity: 0
}

#q-404 .four-oh-four>span:after {
    width: 20vw;
    height: 7.7vw;
    top: 100%;
    left: 10%;
    background-image: url(../images/tia.png);
    -webkit-transform: translateY(-50%) translateX(10%) rotate(-2deg);
    transform: translateY(-50%) translateX(10%) rotate(-2deg);
    opacity: 0
}

@-webkit-keyframes fadeIn {
    from {
        visibility: hidden;
        opacity: 0
    }
    to {
        visibility: visible;
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        visibility: hidden;
        opacity: 0
    }
    to {
        visibility: visible;
        opacity: 1
    }
}

#q-404 #q-title-col .q-single-title {
    visibility: hidden
}

#q-404 #q-title-col .q-single-title:not(:nth-child(2)) {
    color: #d3d3d3
}

#q-404.q-ready .four-oh-four>span:after,
#q-404.q-ready .four-oh-four>span:before {
    -webkit-animation: sword 1s forwards cubic-bezier(.645, .045, .355, 1) .45s;
    animation: sword 1s forwards cubic-bezier(.645, .045, .355, 1) .45s
}

#q-404.q-ready #q-title-col .q-single-title {
    -webkit-animation: fadeIn .2s forwards .2s;
    animation: fadeIn .2s forwards .2s
}

#q-404 #q-back-to-list {
    visibility: visible
}

@media only screen and (min-width:1025px) {
    .q-layout.q-standard {
        width: 55vw;
        max-width: 950px
    }
}

.q-layout.q-standard .q-media {
    position: relative;
    overflow: hidden;
}

.q-layout.q-standard .q-media-video {
    position: relative;
    border-radius: 10px;
    /* display: block; */
    border: 10px solid #000;
}


.q-layout.q-standard .q-media-placeholder {
    position: relative;
    /* opacity: 0 */
}

.q-layout.q-standard .q-media-placeholder~video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 10px solid #000;
    border-radius: 10px;
}

@media only screen and (max-width:1024px) {
    .q-layout.q-standard .q-media-placeholder~video {
        display: none
    }
}

.q-single.q-loaded .q-layout.q-standard:first-of-type .q-media-placeholder {
    opacity: 1
}

.q-layout.q-standard:first-of-type.q-loaded .q-media-placeholder {
    opacity: 0!important
}

.q-layout.q-standard .q-text-holder {
    display: none;
    max-width: 44%;
    margin: 1.5rem 0 1.7rem
}

@media screen and (max-width:1440px) {
    .q-layout.q-standard .q-text-holder {
        max-width: 80%
    }
}

@media only screen and (max-width:1024px) {
    .q-layout.q-standard .q-text-holder {
        -ms-flex-item-align: start;
        align-self: flex-start;
        max-width: 100%;
        margin-bottom: 0;
        display: block;
    }
}

.q-layout.q-standard .q-text {
    font-size: .7rem;
    line-height: 1.86
}

@media screen and (max-width:1440px) {
    .q-layout.q-standard .q-text {
        font-size: .8rem
    }
}

@media only screen and (max-width:1024px) {
    .q-layout.q-standard .q-text {
        font-size: .9rem
    }
}

@media only screen and (max-width:1024px) {
    .q-layout.q-standard .q-meta {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.q-layout.q-standard .q-meta-list {
    display: none
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    .q-layout.q-standard .q-meta-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.q-layout.q-standard .q-meta-item {
    font-size: .7rem;
    margin-right: .75rem;
    color: #7b7b7b
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    .q-layout.q-standard .q-meta-item {
        margin-bottom: .85rem
    }
}

.q-layout.q-standard .q-meta-key {
    text-transform: capitalize
}

.q-layout.q-vertical>.q-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (max-width:1024px) {
    .q-layout.q-vertical {
        /*display: none*/
    }
}

.q-layout.q-text {
    --xText: .5
}

@media only screen and (max-width:1024px) {
    .q-layout.q-text {
        --xText: -1
    }
}

.q-layout.q-text .q-text-wrapper {
    position: relative
}

@media only screen and (min-width:1025px) {
    .q-layout.q-text .q-text-wrapper {
        -webkit-transform: skewX(calc(var(--skew) * .5deg));
        transform: skewX(calc(var(--skew) * .5deg));
        will-change: transform
    }
}

.q-layout.q-text .q-text-line {
    font-size: 3.1vmax;
    font-weight: 900;
    white-space: nowrap
}

@media only screen and (max-width:1024px) {
    .q-single.q-dark .q-text-line {
        color: #fff!important
    }
    .q-single:not(.q-dark) .q-text-line {
        color: var(--black)!important
    }
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    .q-layout.q-text .q-text-line {
        font-size: 5.8vmax
    }
}

@media only screen and (min-width:1025px) {
    .q-layout.q-text .q-extra {
        -webkit-transform: translate3d(calc(var(--xText) * 100vw), 0, 0);
        transform: translate3d(calc(var(--xText) * 100vw), 0, 0)
    }
    .q-layout.q-text .q-inner {
        -webkit-transform: translate3d(calc(var(--xText) * 10vw), 0, 0);
        transform: translate3d(calc(var(--xText) * 10vw), 0, 0)
    }
}

@media only screen and (max-width:1024px) {
    .q-layout.q-text {
        max-width: 100%;
        overflow: hidden
    }
    .q-layout.q-text .q-inner {
        -webkit-transform: translate3d(calc(var(--xText) * calc(100vw - 100%)), 0, 0)!important;
        transform: translate3d(calc(var(--xText) * calc(100vw - 100%)), 0, 0)!important
    }
}

.q-layout.q-rail {
    width: 7.2vw;
    -webkit-transform: skewY(calc(var(--skew) * .2deg));
    transform: skewY(calc(var(--skew) * .2deg));
    will-change: transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#q-r-1:after {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    width: 30%;
    height: 100%;
    background: #ebebeb;
    z-index: -1;
}

@media only screen and (max-width:1024px) {
    .q-layout.q-rail {
        display: none
    }
}

.q-layout.q-rail .q-rail-wrapper {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    width: 100vw;
    -webkit-transform: rotate(-90deg) translateY(100%);
    transform: rotate(-90deg) translateY(100%);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    visibility: hidden
}

.q-show-rail .q-layout.q-rail .q-rail-wrapper {
    visibility: visible
}

.q-layout.q-rail .q-rail-lines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap
}

.q-layout.q-rail .q-rail-line {
    position: relative;
    margin-right: 2vw
}

.q-layout.q-rail .q-rail-line:first-child {
    position: absolute;
    right: 100%
}

.q-layout.q-rail .q-rail-line .q-shadow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    will-change: transform
}

.q-layout.q-rail .q-rail-line .q-shadow.q-front {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #000;
    opacity: .05;
    -webkit-transform: translate3d(calc(var(--skew) * -1px), 0, 0);
    transform: translate3d(calc(var(--skew) * -1px), 0, 0)
}

.q-layout.q-rail .q-rail-line .q-shadow.q-back {
    color: rgba(211, 211, 211, .3);
    -webkit-transform: translate3d(calc(var(--skew) * -.5px), 0, 0);
    transform: translate3d(calc(var(--skew) * -.5px), 0, 0)
}

@media only screen and (max-width:1024px) {
    .q-layout .q-text-line {
        opacity: 0;
        -webkit-transform: translateX(-20%) skewX(-30deg);
        transform: translateX(-20%) skewX(-30deg)
    }
    .q-show-rail .q-layout .q-text-line {
        opacity: 1;
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        -webkit-transition: 1s;
        transition: 1s
    }
}
.q-layout.q-mobile.q-top + .q-sep .w5
{

    width: 0 !important;
}

.q-layout.q-mobile {
    text-align: center
}

.q-layout.q-mobile .q-image-sizer {
    margin: auto
}

.q-layout.q-mobile>.q-sizer {
    position: relative;
    z-index: 10
}

.q-layout.q-mobile .q-extra {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.q-layout.q-mobile.q-top .q-image-sizer {
    margin-top: 33.33vh
}

.q-layout.q-mobile.q-bottom .q-image-sizer {
    margin-top: 66.66vh;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

@media only screen and (max-width:1024px) {
    .q-layout.q-mobile {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .q-layout.q-simple .q-sizer {
        width: auto!important
    }
}

.q-layout.q-layered>.q-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    /* .q-layout.q-layered>.q-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    } */
}

@media only screen and (max-width:1024px) {
    .q-layout.q-layered .q-sizer {
        margin: 5vmax auto 5vmax;
        width: auto!important
    }
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    .q-layout.q-layered .q-sizer {
        max-width: 6rem!important
    }
    .q-layout.q-layered .q-sizer:not(:last-child) {
        margin: 1rem auto 1rem
    }
}

.q-layout.q-social .q-sizer {
    position: relative
}

.q-layout.q-social .q-social-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

#q-dieter #q-title-col .q-single-title:not(:nth-child(2)) {
    color: var(--singleTextColor)
}

#q-dieter #q-s-3 .q-extra {
    position: absolute;
    top: -5%;
    right: -15%;
    width: 38vw
}

#q-dieter-cat .q-extra {
    position: absolute;
    bottom: 0;
    left: 70%;
    width: 26vw;
    z-index: 200;
    visibility: hidden
}

@media screen and (max-width:1440px) {
    #q-dieter-cat .q-extra {
        left: 75%
    }
}

#q-dieter #q-v-1 .q-extra:first-child {
    position: absolute;
    top: 0;
    left: -20%;
    width: 38.1vw
}

#q-dieter #q-v-1 .q-extra:last-child {
    position: absolute;
    bottom: 0;
    right: -35%;
    width: 34.7vw
}

#q-dieter #q-v-2 {
    padding-top: 5vh
}

#q-dieter #q-v-3 {
    padding-top: 25vh
}

#q-dieter #q-t-1 .q-front {
    position: absolute;
    -webkit-clip-path: circle(7.84vw at calc(var(--xText) * 100vw) 50%);
    clip-path: circle(7.84vw at calc(var(--xText) * 100vw) 50%);
    color: #fff
}

@media only screen and (max-width:1024px) {
    #q-dieter #q-t-1 .q-front {
        display: none
    }
}

#q-dieter #q-t-1 .q-extra {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: -28.89%
}

#q-dieter #q-t-1 .q-extra>.q-inner {
    width: 47vw
}

#q-dieter #q-t-1 .q-extra>.q-inner img {
    width: inherit
}

#q-dieter #q-t-1 .q-extra:first-child {
    z-index: 5
}

#q-dieter #q-r-1 .q-rail-line {
    color: var(--singleTextColor)
}

#q-dieter #q-m-1 .q-bg-item {
    left: -11.6vw;
    width: 54vw
}

#q-dieter #q-next .q-border-line {
    background-color: #e0e0e0
}

@media only screen and (min-width:1025px) {
    #q-blaze .q-media-placeholder {
        /* visibility: hidden!important */
    }
}

#q-blaze #q-title-col .q-single-title:not(:nth-child(2)) {
    color: var(--singleTextColor)
}

#q-blaze #q-r-1 .q-rail-line {
    color: var(--singleTextColor)
}

#q-blaze #q-r-1 .q-front {
    opacity: .1
}

#q-blaze #q-r-1 .q-back {
    display: none
}

#q-blaze #q-m-1 .q-bg-item {
    left: -11.6vw;
    width: 54vw
}

#q-blaze #q-l-1 .q-sizer:first-child {
    -webkit-transform: rotate(calc(var(--rotate) * -529deg));
    transform: rotate(calc(var(--rotate) * -529deg))
}

#q-blaze #q-l-1 .q-sizer:nth-child(2) {
    -webkit-transform: rotate(calc(var(--rotate) * -20deg));
    transform: rotate(calc(var(--rotate) * -20deg));
}

#q-blaze #q-l-1 .q-sizer:nth-child(3) {
    -webkit-transform: rotate(calc(var(--rotate) * -180deg));
    transform: rotate(calc(var(--rotate) * -180deg))
}

#q-blaze #q-l-1 .q-sizer:last-child {
    -webkit-transform: rotate(calc(var(--rotate) * 529deg));
    transform: rotate(calc(var(--rotate) * 529deg))
}


/* @media only screen and (min-width:1025px) {
    #q-blaze #q-l-1 .q-sizer:not(:last-child) {
        margin-right: 12vw
    }
} */

#q-blaze #q-blaze-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30vw
}

@media only screen and (max-width:1024px) {
    #q-blaze #q-blaze-svg {
        height: 100%;
        width: 100%
    }
}

#q-blaze #q-blaze-svg path {
    fill: none;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 740;
    stroke-dashoffset: 740
}

#q-kenozoik #q-title-col .q-single-title {
    color: #fb4d81
}

#q-kenozoik #q-title-col .q-single-title:nth-child(even) {
    color: #3543d4
}

#q-kenozoik #q-title-col .q-single-title:nth-child(3n+3) {
    color: #f7d858
}

#q-kenozoik #q-title-col .q-single-title:last-child,
#q-kenozoik #q-title-col .q-single-title:nth-child(2) {
    color: #fb4d81
}

#q-kenozoik #q-s-4 .q-bg-item {
    left: 50%;
    width: 40vw
}

@media screen and (min-width:2560px) {
    #q-kenozoik #q-s-4 .q-bg-item {
        width: 38vw
    }
}

#q-kenozoik #q-v-1 .q-bg-item {
    left: 11vw
}

#q-kenozoik #q-r-1 {
    width: 5.6vw
}

#q-kenozoik #q-r-1 .q-rail-line {
    color: #dedede
}

#q-kenozoik #q-r-2 .q-rail-line {
    color: var(--singleTextColor)
}

#q-kenozoik #q-r-2 .q-rail-line:nth-child(even) {
    color: #3543d4
}

#q-kenozoik #q-r-2 .q-rail-line:nth-child(3n+3) {
    color: #f7d858
}

#q-kenozoik #q-m-1 .q-bg-item {
    left: -9vw;
    width: 49vw
}

#q-kenozoik #q-next .q-border-line {
    background-color: #e0e0e0
}

#q-kenozoik .q-bg-item {
    overflow: hidden;
    pointer-events: none
}

#q-kenozoik .q-reveal-holder {
    position: relative
}

#q-kenozoik .q-reveal-holder .q-rect {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    opacity: .85
}

@media only screen and (max-width:1024px) {
    #q-kenozoik .q-reveal-holder .q-rect {
        display: none
    }
}

#q-kenozoik .q-reveal-holder .q-rect-inner {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

#q-kenozoik #q-kenozoik-double .q-rect-1 {
    top: -1rem;
    left: 1rem;
    z-index: -1
}

#q-kenozoik #q-kenozoik-double .q-rect-1 .q-rect-inner {
    background-color: #14a047
}

#q-kenozoik #q-kenozoik-double .q-rect-2 {
    top: -2rem;
    left: 2rem;
    z-index: -2
}

#q-kenozoik #q-kenozoik-double .q-rect-2 .q-rect-inner {
    background-color: #8d3fe0
}

#q-kenozoik #q-kenozoik-quad .q-rect-3 {
    top: -4rem;
    left: -4rem;
    z-index: -2
}

#q-kenozoik #q-kenozoik-quad .q-rect-3 .q-rect-inner {
    background-color: #f7d858
}

#q-kenozoik #q-kenozoik-quad .q-rect-1 {
    top: -2rem;
    left: -2rem;
    z-index: -1
}

#q-kenozoik #q-kenozoik-quad .q-rect-1 .q-rect-inner {
    background-color: #14a047
}

#q-kenozoik #q-kenozoik-quad .q-rect-2 {
    top: 2rem;
    left: 2rem;
    z-index: -1
}

#q-kenozoik #q-kenozoik-quad .q-rect-2 .q-rect-inner {
    background-color: #fb4d81
}

#q-kenozoik #q-kenozoik-quad .q-rect-4 {
    top: 4rem;
    left: 4rem;
    z-index: -2
}

#q-kenozoik #q-kenozoik-quad .q-rect-4 .q-rect-inner {
    background-color: #d86610
}

#q-koto #q-title-col .q-single-title:not(:nth-child(2)) {
    color: var(--singleTextColor)
}

#q-koto #q-s-2 .q-extra:first-child {
    position: absolute;
    top: 5%;
    right: 8vw;
    width: 44vw
}

#q-koto #q-s-2 .q-extra:last-child {
    position: absolute;
    bottom: 10%;
    right: -2vw
}

#q-koto #q-t-1 .q-front {
    position: absolute;
    -webkit-clip-path: circle(2.2vw at calc(var(--xText) * 50vw) 50%);
    clip-path: circle(2.2vw at calc(var(--xText) * 50vw) 50%);
    color: #fff
}

#q-koto #q-t-1 .q-extra {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: -15%;
    -webkit-transform: translate3d(calc(var(--xText) * 50vw), 0, 0);
    transform: translate3d(calc(var(--xText) * 50vw), 0, 0)
}

#q-koto #q-t-1 .q-extra>.q-inner {
    width: 20vw
}

#q-koto #q-t-1 .q-extra>.q-inner img {
    width: inherit
}

#q-koto #q-t-1 .q-extra:first-child {
    z-index: 5
}

#q-koto #q-r-1 .q-rail-line {
    color: var(--singleTextColor)
}

#q-koto #q-r-1 .q-front {
    opacity: .1
}

#q-koto #q-r-1 .q-back {
    display: none
}

#q-koto #q-m-1 .q-bg-item {
    left: -10.8vw;
    width: 53.5vw
}

#q-koto #q-gif:after {
    content: '';
    background-image: url(../images/extra.gif);
    position: absolute;
    bottom: 45%;
    right: 10%;
    height: 10px;
    width: 142px;
    background-repeat: no-repeat
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    #q-koto #q-gif:after {
        display: none
    }
}

#q-amedeo #q-title-col .q-single-title:not(:nth-child(2)) {
    color: var(--singleTextColor)
}

#q-amedeo #q-amedeo-hero .q-bg-item {
    left: 33vw;
    width: 63vw;
    visibility: hidden
}

@media screen and (max-width:1440px) and (min-width:768px) {
    #q-amedeo #q-s-2 .q-text-holder {
        max-width: 70%
    }
}

#q-amedeo #q-t-1 {
    color: #fff
}

#q-amedeo #q-t-1 .q-front {
    display: none
}

#q-amedeo #q-t-1 .q-extra {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 25%
}

#q-amedeo #q-t-1 .q-extra img {
    width: inherit
}

#q-amedeo #q-t-1 .q-extra:first-child {
    -webkit-transform: translate3d(calc(var(--xText) * 20%), 0, 0);
    transform: translate3d(calc(var(--xText) * 20%), 0, 0)
}

#q-amedeo #q-t-1 .q-extra:first-child>.q-inner {
    width: 18vw
}

#q-amedeo #q-t-1 .q-extra:nth-child(2) {
    -webkit-transform: translate3d(calc(var(--xText) * -20%), 0, 0);
    transform: translate3d(calc(var(--xText) * -20%), 0, 0);
    left: 40%
}

#q-amedeo #q-t-1 .q-extra:nth-child(2)>.q-inner {
    width: 6.14vw
}

#q-amedeo #q-t-1 .q-extra:last-child {
    -webkit-transform: translate3d(calc(var(--xText) * 50%), 0, 0);
    transform: translate3d(calc(var(--xText) * 50%), 0, 0);
    left: 30%
}

#q-amedeo #q-t-1 .q-extra:last-child>.q-inner {
    width: 10.4vw
}

#q-amedeo #q-t-1 .q-bg-item {
    left: -27vw;
    width: 125vw
}

#q-amedeo #q-v-1 .q-bg-item {
    left: auto;
    right: 30%;
    width: 35vw;
    overflow: hidden
}

#q-amedeo #q-v-1 .q-bg-item:after {
    opacity: .6
}

#q-amedeo #q-v-2 .q-bg-item {
    left: 50%;
    width: 75vw;
    overflow: hidden
}

#q-amedeo #q-v-2 .q-bg-item:after {
    opacity: .7
}

#q-amedeo #q-m-1 .q-bg-item {
    left: 50%;
    width: 37vw
}

#q-amedeo #q-m-2 .q-sizer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

#q-amedeo #q-m-2 .q-move {
    -webkit-transform: none!important;
    transform: none!important
}

#q-amedeo #q-l-1 .q-sizer:nth-child(2) {
    -webkit-transform: rotate(calc(var(--rotate) * -45deg));
    transform: rotate(calc(var(--rotate) * -45deg))
}

#q-amedeo #q-l-1 .q-sizer:last-child {
    -webkit-transform: rotate(calc(var(--rotate) * -720deg));
    transform: rotate(calc(var(--rotate) * -720deg))
}

@media only screen and (min-width:1025px) {
    #q-amedeo #q-l-1 .q-sizer:not(:last-child) {
        margin-right: 6vw
    }
}

#q-amedeo #q-amedeo-svg {
    position: absolute;
    top: -10%;
    left: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 35vw
}

@media only screen and (max-width:1024px) {
    #q-amedeo #q-amedeo-svg {
        height: 100%;
        width: auto;
        opacity: .3
    }
}

#q-amedeo #q-amedeo-svg path {
    fill: none;
    stroke: #9b9b9b;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 3900;
    stroke-dashoffset: 3900
}

#q-haar .q-media-placeholder,
#q-haar .q-media-video {
    border: 10px solid #000;
    border-radius: 10px
}

#q-haar #q-haar-wolf .q-extra {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80vw;
    -webkit-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
    visibility: hidden;
    text-align: center
}

#q-haar #q-haar-wolf video {
    left: -1px;
    width: calc(100% + 2px)
}

#q-haar #q-haar-wolf .q-text {
    color: #fff
}

#q-haar #q-title-col .q-single-title:nth-child(2) {
    color: #fff
}

#q-haar #q-title-col .q-single-title:not(:nth-child(2)) {
    color: var(--singleTextColor)
}

#q-haar #q-title-col .q-shadow.q-back {
    display: none
}

#q-haar #q-s-2 .q-extra {
    position: absolute;
    top: 50%;
    left: -1%;
    height: 100vh;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#q-haar #q-s-2 .q-extra .q-inner {
    height: 100%
}

#q-haar #q-s-2 .q-extra .q-inner img {
    height: 100%
}

#q-haar #q-s-2 .q-bg-item {
    width: 136vw
}

@media screen and (min-width:2560px) {
    #q-haar #q-s-2 .q-bg-item {
        width: 300%
    }
}

#q-haar #q-s-3 .q-extra {
    position: absolute;
    top: 50%;
    right: -1%;
    height: 100vh;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#q-haar #q-s-3 .q-extra .q-inner {
    height: 100%
}

#q-haar #q-s-3 .q-extra .q-inner img {
    height: 100%
}

#q-haar #q-s-4 .q-extra {
    position: absolute;
    top: 50%;
    left: 30%;
    height: 100vh;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#q-haar #q-s-5 .q-extra {
    position: absolute;
    width: 18vw
}

#q-haar #q-s-5 .q-extra:first-child {
    top: 0;
    left: -20%
}

#q-haar #q-s-5 .q-extra:last-child {
    bottom: 0;
    right: -20%
}

@media only screen and (max-width:1024px) {
    #q-haar #q-s-5 {
        color: #fff
    }
}

#q-haar #q-s-6 .q-extra:first-child {
    position: absolute;
    top: 30%;
    left: -10%;
    width: 25.8vw
}

#q-haar #q-s-6 .q-extra:last-child {
    position: absolute;
    top: 50%;
    right: 12vh;
    height: 100vh;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#q-haar #q-s-6 .q-extra:last-child .q-inner {
    height: 100%
}

#q-haar #q-s-6 .q-extra:last-child .q-inner img {
    height: 100%
}

#q-haar #q-t-1>.q-inner {
    margin-left: 10vw
}

#q-haar #q-t-1 .q-front {
    display: none
}

#q-haar #q-t-1>.q-bg-item {
    left: -23vw;
    width: 260vw
}

#q-haar #q-t-1 .q-extra {
    height: 100%
}

#q-haar #q-t-1 .q-extra:first-child {
    position: absolute;
    top: 50%;
    left: -24vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#q-haar #q-t-1 .q-extra:first-child .q-inner {
    -webkit-transform: none;
    transform: none;
    height: 100%
}

#q-haar #q-t-1 .q-extra:first-child .q-inner img {
    height: 100%
}

#q-haar #q-t-1 .q-extra:last-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 15%;
    -webkit-transform: translate3d(calc(var(--xText) *50%), 0, 0);
    transform: translate3d(calc(var(--xText) *50%), 0, 0)
}

#q-haar #q-t-1 .q-extra:last-child>.q-inner {
    width: 22vw
}

#q-haar #q-t-1 .q-extra:last-child>.q-inner img {
    width: inherit;
    -webkit-transform: rotate(calc(var(--skew) * -.25deg));
    transform: rotate(calc(var(--skew) * -.25deg))
}

@media screen and (min-width:2560px) {
    #q-haar #q-v-2 .q-bg-item {
        left: auto;
        right: 0;
        width: 58vw
    }
}

#q-haar #q-r-1 .q-rail-line {
    color: #252525
}

#q-haar #q-r-1 .q-front {
    opacity: .1
}

#q-haar #q-r-1 .q-back {
    display: none
}

#q-monolab #q-title-col .q-single-title:not(:nth-child(2)) {
    color: var(--singleTextColor)
}

#q-monolab #q-s-1 video,
#q-monolab #q-s-2 video {
    border: 1px solid #e9e9e9
}

#q-monolab #q-s-2>.q-inner>.q-reveal-holder {
    position: relative
}

#q-monolab #q-s-2>.q-inner>.q-reveal-holder:after {
    content: '';
    position: absolute;
    left: -1vw;
    top: -1vw;
    height: 7.4vw;
    width: 15vw;
    background-color: #2117f2;
    z-index: -1
}

#q-monolab #q-s-3 .q-bg-item {
    left: -16vw;
    width: 237vw
}

@media only screen and (min-width:1025px) {
    #q-monolab #q-s-3 .q-text {
        color: #fff
    }
}

#q-monolab #q-s-3>.q-inner>.q-reveal-holder {
    position: relative
}

#q-monolab #q-s-3>.q-inner>.q-reveal-holder:after {
    content: '';
    position: absolute;
    right: -3rem;
    top: -3rem;
    height: 6rem;
    width: 6rem;
    background-image: url(../images/extra.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1
}

#q-monolab #q-s-4 .q-extra {
    position: absolute;
    top: 50%;
    right: -20vw;
    height: 100vh;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#q-monolab #q-s-4 .q-extra .q-inner {
    height: 100%
}

#q-monolab #q-s-4 .q-extra img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

#q-monolab #q-simple-2 .q-bg-item {
    right: 0;
    left: auto;
    width: 162%
}

#q-monolab #q-t-1 {
    color: #fff
}

#q-monolab #q-t-1 .q-front {
    display: none
}

#q-monolab #q-t-1 .q-extra {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 10%;
    -webkit-transform: translate3d(calc(var(--xText) *25%), 0, 0);
    transform: translate3d(calc(var(--xText) *25%), 0, 0)
}

#q-monolab #q-t-1 .q-extra img {
    width: inherit
}

#q-monolab #q-t-1 .q-extra>.q-inner {
    width: 22.86vw
}

#q-monolab #q-l-1 .q-sizer:last-child {
    -webkit-transform: rotate(calc(var(--skew) * -1deg));
    transform: rotate(calc(var(--skew) * -1deg))
}

@media only screen and (min-width:1025px) {
    #q-monolab #q-l-1 .q-sizer:not(:last-child) {
        margin-right: 10vw
    }
}

#q-monolab #q-r-1 {
    width: 5.4vw
}

#q-monolab #q-r-1 .q-rail-line {
    color: #ffe4d6
}

#q-monolab #q-m-2 .q-image-sizer {
    margin-top: 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#q-monolab #q-m-2 .q-move {
    -webkit-transform: none!important;
    transform: none!important
}

#q-monolab #q-v-1 .q-bg-item {
    left: -10vw;
    width: calc(100% + 20vw)
}

#q-monolab #q-v-2 .q-bg-item {
    left: -22vw;
    width: calc(100% + 44vw)
}

#q-monolab #q-v-2 .q-extra:first-child {
    position: absolute;
    top: 10%;
    left: -20%;
    width: 20.4vw
}

#q-monolab #q-v-2 .q-extra:last-child {
    position: absolute;
    bottom: 0;
    right: -12%;
    width: 9vw
}

#q-monolab #q-next .q-border-line {
    background-color: #fff
}

@media only screen and (min-width:1025px) {
    #q-monolab #q-fit .q-sizer {
        height: 100%
    }
    #q-monolab #q-fit .q-sizer>div {
        height: 100%
    }
}

#q-monolab #q-fit .q-media-image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 50%;
    object-position: 0 50%
}

@media only screen and (min-width:1025px) {
    #q-monolab #q-fit .q-media-image {
        height: 100%;
        width: 100%
    }
}

#q-monolab #q-rotate img {
    -webkit-transform: rotate(calc(var(--skew) * -1deg));
    transform: rotate(calc(var(--skew) * -1deg))
}

@media only screen and (max-width:1024px) {
    #q-monolab #q-next .q-border-line {
        background-color: #e0e0e0
    }
}

#q-monolab #q-m-1:after,
#q-monolab #q-s-1:after,
#q-monolab #q-s-2:after,
#q-monolab #q-s-3:after,
#q-monolab #q-v-2:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url(../images/bg.png);
    background-repeat: repeat;
    z-index: -1
}

@media only screen and (max-width:1024px) {
    #q-monolab #q-m-1:after,
    #q-monolab #q-s-1:after,
    #q-monolab #q-s-2:after,
    #q-monolab #q-s-3:after,
    #q-monolab #q-v-2:after {
        display: none
    }
}

#q-monolab #q-s-1:after {
    left: -30vw;
    right: -25vw
}

#q-monolab #q-s-2:after {
    right: -25vw;
    left: -15vw
}

#q-monolab #q-v-2:after {
    left: -25vw;
    right: -25vw
}

#q-monolab #q-s-3:after {
    left: -25vw;
    width: 245vw;
    mix-blend-mode: screen
}

#q-monolab #q-m-1:after {
    left: -10vw;
    width: 50vw
}

#q-tetsuo #q-title-col .q-single-title:not(:nth-child(2)) {
    color: var(--singleTextColor)
}

#q-tetsuo #q-title-col .q-single-title:nth-child(2) {
    color: #fff
}

#q-tetsuo #q-title-col .q-shadow.q-back {
    display: none
}

#q-tetsuo #q-s-1 .q-text {
    color: #fff
}

#q-tetsuo #q-s-1 .q-media video {
    border: 3px solid #ec4e00
}

#q-tetsuo #q-s-2 .q-text {
    color: #fff
}

#q-tetsuo #q-s-3 .q-text {
    color: #fff
}

#q-tetsuo #q-s-4 .q-bg-item {
    left: 5vw;
    width: 100vw
}

@media screen and (min-width:2560px) {
    #q-tetsuo #q-s-4 .q-bg-item {
        width: 85vw
    }
}

#q-tetsuo #q-s-4 .q-media video {
    border: 3px solid #ec4e00
}

#q-tetsuo #q-s-4>.q-inner>.q-reveal-holder {
    position: relative
}

#q-tetsuo #q-s-4>.q-inner>.q-reveal-holder:after {
    content: '';
    position: absolute;
    right: -7vw;
    top: -3vw;
    height: 3.7vw;
    width: 14.63vw;
    background-image: url(../images/extra_1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1
}

#q-tetsuo #q-t-1 {
    color: #fff
}

#q-tetsuo #q-t-1 .q-inner {
    -webkit-transform: none;
    transform: none
}

#q-tetsuo #q-t-1 .q-text-line {
    white-space: nowrap
}

@media only screen and (min-width:1025px) {
    #q-tetsuo #q-t-1 .q-text-line {
        -webkit-transform: translate3d(calc(var(--xText) * 10%), 0, 0);
        transform: translate3d(calc(var(--xText) * 10%), 0, 0);
        will-change: transform
    }
}

#q-tetsuo #q-t-1 .q-front {
    display: none
}

#q-tetsuo #q-t-1 em {
    color: #ec4e00
}

#q-tetsuo #q-t-1 .q-extra {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    left: -10vw;
    -webkit-transform: none;
    transform: none
}

#q-tetsuo #q-t-1 .q-extra img {
    height: 100vh
}

#q-tetsuo #q-r-1 {
    width: 5.35vw;
    opacity: .4
}

#q-tetsuo #q-r-2 {
    width: 5.4vw;
    opacity: .6
}

#q-tetsuo .q-rail-line .q-shadow.q-back {
    color: rgba(211, 211, 211, .05)
}

#q-tetsuo #q-m-2 .q-sizer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

#q-tetsuo #q-m-2 .q-move {
    -webkit-transform: none!important;
    transform: none!important
}

#q-tetsuo #q-v-1 .q-bg-item {
    left: -33.5vw;
    overflow: hidden
}

#q-tetsuo #q-v-2 .q-bg-item {
    left: -24.75vw;
    width: 115vw;
    overflow: hidden
}

#q-tetsuo #q-next .q-border-line {
    background-color: #e0e0e0
}

#q-penumbra #q-title-col .q-single-title:not(:nth-child(2)) {
    color: var(--singleTextColor)
}

#q-penumbra #q-title-col .q-single-title:nth-child(2) {
    color: #fff
}

#q-penumbra #q-title-col .q-shadow.q-back {
    display: none
}

#q-penumbra #q-penumbra-first .q-text {
    color: #fff
}

#q-penumbra #q-penumbra-first .q-extra {
    position: absolute;
    top: 22%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10%
}

#q-penumbra #q-penumbra-first .q-extra img {
    visibility: hidden
}

#q-penumbra #q-penumbra-first .q-bg-item {
    left: 50%;
    width: 47vw;
    z-index: -1;
    visibility: hidden
}

#q-penumbra #q-penumbra-second .q-text {
    color: #fff
}

#q-penumbra #q-penumbra-second .q-extra {
    position: absolute;
    top: 22%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10%
}

#q-penumbra #q-penumbra-second .q-extra img {
    visibility: hidden
}

#q-penumbra #q-penumbra-second .q-bg-item {
    left: auto;
    right: 48.21%;
    width: 35vw
}

#q-penumbra #q-t-1 .q-text-line {
    white-space: nowrap
}

#q-penumbra #q-t-1 .q-front {
    display: none
}

#q-penumbra #q-t-1 .q-extra {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#q-penumbra #q-t-1 .q-extra:first-child {
    width: 13vw;
    left: -20vw
}

#q-penumbra #q-t-1 .q-extra:first-child>.q-inner {
    -webkit-transform: translate3d(calc(var(--xText) * 12vw), 0, 0);
    transform: translate3d(calc(var(--xText) * 12vw), 0, 0)
}

#q-penumbra #q-t-1 .q-extra:nth-child(2) {
    width: 12.3vw;
    top: -5vw;
    left: 5vw
}

#q-penumbra #q-t-1 .q-extra:nth-child(2)>.q-inner {
    -webkit-transform: translate3d(calc(var(--xText) * -20vw), 0, 0);
    transform: translate3d(calc(var(--xText) * -20vw), 0, 0)
}

#q-penumbra #q-t-1 .q-extra:last-child {
    width: 12.3vw;
    left: 6.5vw
}

#q-penumbra #q-t-1 .q-extra:last-child>.q-inner {
    -webkit-transform: translate3d(calc(var(--xText) * 10vw), 0, 0);
    transform: translate3d(calc(var(--xText) * 10vw), 0, 0)
}

#q-penumbra #q-t-1 .q-extra>.q-inner img {
    width: inherit
}

#q-penumbra #q-t-1 .q-extra:first-child {
    z-index: 5
}

#q-penumbra #q-t-1 .q-bg-item {
    left: -5vw;
    width: 184vw
}

@media screen and (min-width:2560px) {
    #q-penumbra #q-t-1 .q-bg-item {
        width: 170vw
    }
}

#q-penumbra #q-r-1 {
    width: 5.35vw
}

#q-penumbra #q-r-2 {
    width: 5.6vw
}

#q-penumbra #q-r-1 .q-rail-line,
#q-penumbra #q-r-2 .q-rail-line {
    color: var(--singleTextColor)
}

#q-penumbra #q-r-1 .q-rail-line .q-shadow.q-back,
#q-penumbra #q-r-2 .q-rail-line .q-shadow.q-back {
    display: none
}

#q-penumbra #q-r-1 .q-rail-line .q-shadow.q-front,
#q-penumbra #q-r-2 .q-rail-line .q-shadow.q-front {
    -webkit-text-stroke: 1px #fff
}

#q-penumbra #q-next .q-border-line {
    background-color: #e0e0e0
}

@media only screen and (min-width:1025px) {
    #q-galatia .q-media-placeholder {
        visibility: hidden!important
    }
}

#q-galatia #q-title-col .q-single-title:not(:nth-child(2)) {
    color: var(--singleTextColor)
}

#q-galatia #q-title-col .q-single-title:nth-child(2) {
    color: #fff
}

#q-galatia #q-title-col .q-shadow.q-back {
    display: none
}

#q-galatia #q-s-1 .q-text {
    color: #fff
}

#q-galatia #q-s-2 .q-text {
    color: #fff
}

#q-galatia #q-s-3 .q-bg-item {
    left: auto;
    right: 10vw;
    width: 100vw
}

#q-galatia #q-s-3 .q-extra {
    position: absolute;
    top: 0;
    right: -5vw;
    width: 100vw
}

@media screen and (min-width:2560px) {
    #q-galatia #q-s-3 .q-extra {
        text-align: center
    }
}

#q-galatia #q-r-1 .q-rail-line,
#q-galatia #q-r-2 .q-rail-line {
    color: var(--singleTextColor)
}

#q-galatia #q-r-1 .q-rail-line .q-shadow.q-back,
#q-galatia #q-r-2 .q-rail-line .q-shadow.q-back {
    display: none
}

#q-galatia #q-r-1 .q-rail-line .q-shadow.q-front,
#q-galatia #q-r-2 .q-rail-line .q-shadow.q-front {
    -webkit-text-stroke: 1px #fff
}

#q-galatia #q-typography .q-bg-item {
    left: -20vw;
    width: 80vw
}

#q-smilte #q-title-col .q-single-title:not(:nth-child(2)) {
    color: var(--singleTextColor)
}

#q-smilte #q-title-col .q-front {
    opacity: .1
}

#q-smilte #q-s-2 .q-smilte-crosses-holder {
    z-index: -10;
    right: 0;
    left: auto
}

#q-smilte #q-s-3 .q-smilte-crosses-holder {
    z-index: -10;
    left: 20%
}

#q-smilte #q-s-4 .q-smilte-crosses-holder {
    z-index: -10;
    left: 20%
}

#q-smilte #q-s-4 .q-extra {
    position: absolute;
    top: 50%;
    right: -20vw;
    height: 100vh;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#q-smilte #q-t-1 .q-front {
    display: none
}

#q-smilte #q-t-1 .q-extra {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: translate3d(calc(var(--xText) *5%), 0, 0);
    transform: translate3d(calc(var(--xText) *5%), 0, 0)
}

#q-smilte #q-t-1 .q-extra img {
    width: inherit
}

#q-smilte #q-t-1 .q-extra>.q-inner {
    width: 36.82vw
}

#q-smilte #q-l-1 .q-sizer:first-child {
    -webkit-transform: rotate(calc(var(--rotate) * -540deg));
    transform: rotate(calc(var(--rotate) * -540deg))
}

#q-smilte #q-l-1 .q-sizer:nth-child(2) {
    -webkit-transform: rotate(calc(var(--rotate) * -720deg));
    transform: rotate(calc(var(--rotate) * -720deg))
}

#q-smilte #q-l-1 .q-sizer:nth-child(3) {
    -webkit-transform: rotate(calc(var(--rotate) * -180deg));
    transform: rotate(calc(var(--rotate) * -180deg))
}

#q-smilte #q-l-1 .q-sizer:nth-child(4) {
    -webkit-transform: rotate(calc(var(--rotate) * -120deg));
    transform: rotate(calc(var(--rotate) * -120deg))
}

#q-smilte #q-l-1 .q-sizer:last-child {
    -webkit-transform: rotate(calc(var(--rotate) * -960deg));
    transform: rotate(calc(var(--rotate) * -960deg))
}

@media only screen and (min-width:1025px) {
    #q-smilte #q-l-1 .q-sizer:not(:last-child) {
        margin-right: 7vw
    }
}

#q-smilte #q-r-1 .q-rail-line .q-front {
    opacity: .3
}

#q-smilte #q-simple-1 {
    text-align: center
}

#q-smilte #q-simple-1 .q-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#q-smilte #q-v-1 .q-bg-item {
    left: 10vw;
    width: 200vw
}

#q-smilte #q-v-1 .q-extra {
    position: absolute;
    bottom: 0;
    left: 50vw;
    width: 17vw;
    -webkit-transform: translate3d(calc(var(--skew) * .5%), 0, 0);
    transform: translate3d(calc(var(--skew) * .5%), 0, 0)
}

#q-smilte #q-v-2 .q-extra {
    position: absolute;
    top: 0;
    right: 50vw;
    width: 17vw;
    -webkit-transform: translate3d(calc(var(--skew) * -.5%), 0, 0);
    transform: translate3d(calc(var(--skew) * -.5%), 0, 0)
}

#q-smilte #q-next .q-border-line {
    background-color: #fff
}

#q-smilte .q-smilte-crosses-holder {
    position: absolute;
    top: calc(50% - 50vh);
    left: calc(50% - 50vw);
    height: 100vh;
    width: 100vw
}

@media only screen and (max-width:1024px) {
    #q-smilte .q-smilte-crosses-holder {
        display: none
    }
}

#q-smilte .q-cross {
    position: absolute;
    height: 2.65rem;
    width: 2.65rem
}

#q-smilte .q-cross>span {
    position: absolute;
    background-color: #f4432a
}

#q-smilte .q-cross>span:first-child {
    top: 0;
    left: calc(50% - .2rem);
    width: .4rem;
    height: 100%
}

#q-smilte .q-cross>span:last-child {
    top: calc(50% - .2rem);
    left: 0;
    height: .4rem;
    width: 100%
}

#q-smilte .q-cross-1 {
    top: -1.35rem;
    left: 19%
}

#q-smilte .q-cross-2 {
    top: 5%;
    left: 30%
}

#q-smilte .q-cross-3 {
    top: 15%;
    right: 10%
}

#q-smilte .q-cross-4 {
    bottom: 20%;
    right: 8%
}

#q-smilte .q-cross-5 {
    bottom: -1.35rem;
    right: 18%
}

#q-smilte .q-cross-6 {
    bottom: 20%;
    left: 18%
}

#q-manon .q-layout:not(.q-simple) .q-media-image,
#q-manon .q-video .q-media {
    -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, .06)
}

#q-manon #q-title-col .q-single-title:not(:nth-child(2)) {
    color: var(--singleTextColor)
}

#q-manon #q-title-col .q-front {
    opacity: .3
}

#q-manon #q-s-2:after {
    content: '';
    position: absolute;
    top: -150vh;
    left: calc(50% - 100vh);
    width: 200vh;
    height: 200vh;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    visibility: hidden
}

@media only screen and (max-width:1024px) {
    #q-manon #q-s-2:after {
        display: none
    }
}

#q-manon #q-s-4 .q-media:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1rem;
    width: 100%;
    background: #fff;
    z-index: 100
}

#q-manon.q-loaded #q-s-2:after {
    visibility: visible
}

#q-manon #q-t-1 .q-front {
    display: none
}

#q-manon #q-t-1>.q-inner {
    -webkit-transform: translate3d(calc(var(--xText) * 30vw), 0, 0);
    transform: translate3d(calc(var(--xText) * 30vw), 0, 0)
}

#q-manon #q-t-1 .q-extra {
    position: absolute;
    width: 92vw;
    left: calc(50% - 46vw);
    -webkit-transform: none;
    transform: none
}

#q-manon #q-t-1 .q-extra:first-child {
    top: 0
}

#q-manon #q-t-1 .q-extra:last-child {
    bottom: 0
}

#q-manon #q-r-1 .q-rail-line {
    color: var(--singleTextColor)
}

#q-manon #q-r-1 .q-rail-line .q-front {
    opacity: .3
}

#q-manon #q-r-1 .q-rail-line .q-back {
    display: none
}

#q-manon #q-next .q-border-line {
    background-color: #e0e0e0
}

#q-ion #q-title-col .q-single-title:not(:nth-child(2)) {
    color: var(--singleTextColor)
}

#q-ion #q-v-1 .q-bg-item {
    left: -28.75vw;
    width: 243.75vw
}

#q-ion #q-s-4 .q-bg-item {
    left: -45vw;
    width: 115vw
}

#q-ion #q-s-5 .q-bg-item {
    left: -58vw;
    width: 128vw
}

@media screen and (min-width:2560px) {
    #q-ion #q-s-5 .q-bg-item {
        width: 125vw
    }
}

#q-ion #q-t-1 .q-inner {
    -webkit-transform: none;
    transform: none
}

#q-ion #q-t-1 .q-text-line {
    white-space: nowrap;
    -webkit-transform: translate3d(calc(var(--xText) * 10%), 0, 0);
    transform: translate3d(calc(var(--xText) * 10%), 0, 0);
    will-change: transform
}

#q-ion #q-t-1 .q-front {
    display: none
}

#q-ion #q-t-1 em {
    color: #0032ff
}

#q-ion #q-m-1 .q-bg-item {
    left: 40vw;
    width: 50vw
}

#q-ion #q-m-2 .q-sizer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

#q-ion #q-m-2 .q-move {
    -webkit-transform: none!important;
    transform: none!important
}

#q-ion #q-r-1 .q-rail-line {
    color: var(--singleTextColor)
}

#q-ion #q-r-1 .q-front {
    opacity: .1
}

#q-ion #q-r-1 .q-back {
    display: none
}

@media only screen and (min-width:1025px) {
    #q-ion #q-l-1 .q-sizer:not(:last-child) {
        margin-right: 11vw
    }
}

@media only screen and (max-width:1024px) {
    #q-ion #q-next .q-border-line {
        background-color: #ddd
    }
}

#q-about {
    background-color: #f5f5f5
}

@media only screen and (max-width:1024px) {
    .q-portfolio-open #q-about {
        height: 100vh;
        overflow: hidden
    }
}

#q-about #q-title-col .q-single-title:not(:nth-child(2)) {
    color: var(--singleTextColor)
}

#q-about .q-cols-title {
    font-size: 3rem;
    margin-bottom: 3vw
}

@media only screen and (max-width:768px) {
    #q-about .q-cols-title {
        font-size: 2rem;
        margin-bottom: 2rem
    }
}

#q-about .q-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#q-about .q-cols .q-sizer {
    max-width: 100%
}

@media only screen and (max-width:768px) {
    #q-about .q-cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:1024px) {
    #q-about .q-cols>div {
        max-width: unset!important;
        width: 100%!important
    }
}

#q-about .q-cols>div:not(:last-child) {
    margin-right: 8vw
}

#q-about p {
    font-size: .9rem;
    line-height: 1.44
}

#q-about .q-cols-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 2vh;
    color: #7d7d7d;
    font-size: .9rem;
    line-height: 1.5rem
}

@media only screen and (max-width:1024px) {
    #q-about .q-cols-cta {
        position: static;
        margin-top: 2.5rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%
    }
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    #q-about .q-cols-cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }
}

#q-about .q-cols-cta #q-mail-marquee {
    margin-left: 1rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap
}

@media only screen and (max-width:812px) and (orientation:landscape),
only screen and (max-width:736px) {
    #q-about .q-cols-cta #q-mail-marquee {
        margin: 0
    }
}

#q-about .q-cols-cta #q-mail-marquee:hover .q-follow,
#q-about .q-cols-cta #q-mail-marquee:hover .q-lead {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

#q-about .q-cols-cta .q-follow,
#q-about .q-cols-cta .q-lead {
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: qMarquee 8s infinite linear;
    animation: qMarquee 8s infinite linear
}

#q-about .q-cols-cta .q-follow:after,
#q-about .q-cols-cta .q-lead:after {
    content: '-';
    margin: 0 .5rem
}

#q-about .q-cols-cta .q-lead {
    -webkit-animation-delay: -4s;
    animation-delay: -4s
}

#q-about .q-cols-cta .q-follow {
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (max-width:1024px) {
    #q-about .q-social {
        display: inline-block
    }
}

@media only screen and (max-width:1024px) {
    #q-about .q-social .q-sizer {
        max-width: unset!important
    }
}

@media only screen and (max-width:1024px) {
    #q-about #q-dribbble {
        padding-right: 1rem
    }
    #q-about #q-dribbble .q-sizer {
        width: 1.6rem!important
    }
    #q-about #q-behance {
        padding-left: 1rem;
        padding-right: 1rem
    }
    #q-about #q-behance .q-sizer {
        width: 2.5rem!important
    }
    #q-about #q-instagram {
        padding-left: 1rem
    }
    #q-about #q-instagram svg {
        width: 100%;
        height: auto
    }
    #q-about #q-instagram .q-sizer {
        width: 1.7rem!important
    }
}

#q-about .q-credit {
    color: #7d7d7d
}

#q-about .q-about-cover {
    display: inline-block;
    position: relative;
    color: #7d7d7d;
    cursor: pointer
}

#q-about .q-about-cover>span {
    opacity: 0;
    display: inline-block;
    vertical-align: middle
}

@-webkit-keyframes triggerMove {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes triggerMove {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes uncoverTrigger {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@keyframes uncoverTrigger {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@-webkit-keyframes underlineTrigger {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes underlineTrigger {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

#q-about .q-about-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - .1rem);
    background-color: #000;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

#q-about .q-about-cover:after {
    content: '';
    position: absolute;
    bottom: .1rem;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid currentColor;
    opacity: .5;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .5s cubic-bezier(0, 0, 0, 1);
    transition: -webkit-transform .5s cubic-bezier(0, 0, 0, 1);
    transition: transform .5s cubic-bezier(0, 0, 0, 1);
    transition: transform .5s cubic-bezier(0, 0, 0, 1), -webkit-transform .5s cubic-bezier(0, 0, 0, 1);
    z-index: -1
}

.q-page-loaded #q-about .q-about-cover:before {
    -webkit-animation: uncoverTrigger 1s cubic-bezier(1, 0, 0, 1) .6s forwards;
    animation: uncoverTrigger 1s cubic-bezier(1, 0, 0, 1) .6s forwards
}

.q-page-loaded #q-about .q-about-cover>span {
    -webkit-animation: triggerMove 1s cubic-bezier(1, 0, 0, 1) .7s forwards;
    animation: triggerMove 1s cubic-bezier(1, 0, 0, 1) .7s forwards
}

.q-page-loaded #q-about .q-about-cover:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

#q-about #q-trigger:last-of-type:before {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

#q-about #q-trigger:last-of-type>span {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

#q-about .q-fixed-link {
    visibility: visible
}

@media only screen and (max-width:1024px) {
    #q-about #q-title-col,
    #q-about .q-layout {
        margin-bottom: 1.5rem
    }
}
























11111111111111111#q-single-bgs>div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}


1111111111.q-single #q-main-scroll>.scroll-content>.q-inner {
    position: relative;
    height: 100vh;
}