@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/myriad/MyriadPro-Bold.eot');
    src: local('Myriad Pro Bold'), local('MyriadPro-Bold'), url('../fonts/myriad/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/myriad/MyriadPro-Bold.woff') format('woff'), url('../fonts/myriad/MyriadPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/myriad/MyriadPro-Black.eot');
    src: local('Myriad Pro Black'), local('MyriadPro-Black'), url('../fonts/myriad/MyriadPro-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/myriad/MyriadPro-Black.woff') format('woff'), url('../fonts/myriad/MyriadPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/myriad/MyriadPro-Light.eot');
    src: local('Myriad Pro Light'), local('MyriadPro-Light'), url('../fonts/myriad/MyriadPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/myriad/MyriadPro-Light.woff') format('woff'), url('../fonts/myriad/MyriadPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/myriad/MyriadPro-SemiExt.eot');
    src: local('Myriad Pro SemiExtended'), local('MyriadPro-SemiExt'), url('../fonts/myriad/MyriadPro-SemiExt.eot?#iefix') format('embedded-opentype'), url('../fonts/myriad/MyriadPro-SemiExt.woff') format('woff'), url('../fonts/myriad/MyriadPro-SemiExt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/************  DEFS  *************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}
:focus {
    outline: 0
}
ins {
    text-decoration: none
}
del {
    text-decoration: line-through
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
input, select, img, iframe {
    vertical-align: middle;
}
html {
    font-size: 125%;
    overflow-x: hidden;
}
h1, h2, h3, h4 {
    font-weight: normal;
}
body {
    color: #333333;
    overflow: hidden;
    font-family: 'Myriad Pro';
    font-weight: 300;
    overflow-x: hidden;
}
body::-webkit-scrollbar {
    display: none;
}
img {
    max-width: 100%;
}
strong {
    font-weight: bold;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.above {
    z-index: 2;
    position: relative;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.blur-up {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms; }
  .blur-up.lazyloaded {
    -webkit-filter: blur(0);
            filter: blur(0); }
.fit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fit.bottom {
    object-position: bottom;
}
.fit.top {
    object-position: top;
}
.fit.left {
    object-position: left;
}
.will_change {
    will-change: transform;
}
.preserve3d {
    transform-style: preserve-3d;
}
.no_events {
    pointer-events: none;
}
.no_opacity {
    opacity: 0 !important;
    pointer-events: none;
}
.invisible {
    visibility: hidden;
}
.no_opacity.show, .show .no_opacity {
    opacity: 1 !important;
    pointer-events: all;
}
.no_transition {
    transition: none !important;
}
.no_width {
    transform: scale(0, 1);
    pointer-events: none;
}
.no_height {
    transform: scale(1, 0);
    pointer-events: none;
}
.no_overflow {
    overflow: hidden;
}
.top_hidden {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
}
.top_low {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
}
.top_ultralow {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
}
.top_single {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}
.top_double {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}
.left_single {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
    opacity: 0;
}
.left_double {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
}
.top_translated {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.top_double.show, .show .top_double, .top_single.show, .show .top_single, .top_low.show, .show .top_low, .top_ultralow.show, .show .top_ultralow, .left_single.show, .left_double.show, .show .left_single, .show .left_double {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
.top_hidden.show, .top_translated.show, .show .top_hidden, .show .top_translated, .no_width.show, .show .no_width, .no_height.show, .show .no_height {
    -webkit-transform: none;
    transform: none;
    pointer-events: all;
}
.t_container {
    transform: translateX(0);
    height: 100%;
}
.t_container:nth-child(2) {
    transition-delay: 100ms;
}
.mask_left {
    transform: translateX(50%);
    display: block;
}
.mask_left.full {
    transform: translateX(-100%);
}
.mask_left .t_container {
    transform: translateX(-100%);
    display: block;
}
.mask_left.full .t_container {
    transform: translateX(100%);
}
.t_container > img {
    transform: scale(1.05);
}
.mask_right {
    transform: translateX(-50%);
}
.mask_right .t_container {
    transform: translateX(100%);
}
.mask_right.full {
    transform: translateX(100%);
}
.mask_right.full .t_container {
    transform: translateX(-100%);
}
.mask_top {
    transform: translateY(-100%);
}
.mask_top .t_container {
    transform: translateY(100%);
}
.mask_bottom {
    transform: translateY(100%);
}
.mask_bottom .t_container {
    transform: translateY(-100%);
}
.h-600 {
    height: 600px;
}
.show > .mask_bottom, .show > .mask_left, .show > .mask_left .t_container, .show > .mask_left .t_container img, .show > .mask_right, .show > .mask_right .t_container, .show > .mask_right .t_container img, .show > .mask_top, .show > .mask_top .t_container, .show > .mask_top .t_container img, .show > .mask_bottom, .show > .mask_bottom .t_container, .show > .mask_bottom .t_container img {
    transform: none;
}
.transition_all {
    transition-property: all !important;
}
.has_transition_5000 {
    -webkit-transition: -webkit-transform 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.has_transition_3000 {
    -webkit-transition: -webkit-transform 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.has_transition_2000 {
    -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.has_transition_1500 {
    -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.has_transition_1000 {
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.has_transition_800 {
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.has_transition_2000_inout {
    -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
}
.has_transition_3000_inout {
    -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 3000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 3000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 3000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
}
.has_transition_1500_inout {
    -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
}
.has_transition_1000_inout {
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
}
.show .d50 {
    transition-delay: 50ms;
}
.show .d100 {
    transition-delay: 100ms;
}
.show .d150 {
    transition-delay: 150ms;
}
.show .d200 {
    transition-delay: 200ms;
}
.show .d250 {
    transition-delay: 250ms;
}
.show .d300 {
    transition-delay: 300ms;
}
.show .d350 {
    transition-delay: 350ms;
}
.show .d400 {
    transition-delay: 400ms;
}
.show .d450 {
    transition-delay: 450ms;
}
.show .d500 {
    transition-delay: 500ms;
}
.show .d550 {
    transition-delay: 550ms;
}
.show .d600 {
    transition-delay: 600ms;
}
.show .d650 {
    transition-delay: 650ms;
}
.show .d700 {
    transition-delay: 700ms;
}
.show .d750 {
    transition-delay: 750ms;
}
.show .d800 {
    transition-delay: 800ms;
}
.show .d900 {
    transition-delay: 900ms;
}
.show .d950 {
    transition-delay: 950ms;
}
.show .d1000 {
    transition-delay: 1000ms;
}
.show .d1050 {
    transition-delay: 1050ms;
}
.show .d1100 {
    transition-delay: 1100ms;
}
.show .d1150 {
    transition-delay: 1150ms;
}
.show .d1200 {
    transition-delay: 1200ms;
}
.show .d1250 {
    transition-delay: 1250ms;
}
.show .d1300 {
    transition-delay: 1300ms;
}
.show .d1350 {
    transition-delay: 1350ms;
}
.show .d1400 {
    transition-delay: 1400ms;
}
.full_width {
    width: 100%;
    height: auto;
}
.full_height {
    height: 100%;
    width: auto;
}
.block {
    display: block;
}
.inline_block {
    display: inline-block;
}
.mobileOnly {
    display: none!important;
}
/***********************************/
article {
    transform: translate3d(0, 0, 0);
}
section {
    position: relative;
}
header {
    position: fixed;
    width: 100%;
    background: #FFFFFF;
    top: 0;
    left: 0;
    z-index: 3;
    height: 9vh;
    display: flex;
    align-items: center;
}
.logoColor {
    fill: #333;
}
#airflow .centerContainer {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.mainContainer {
    width: 85%;
    margin: auto;
}
.mainContainer.flexed {
    display: flex;
}
header .mainContainer {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
}
#barLogo {
    width: 150px;
    position: absolute;
    left: calc(50% - 50px)
}
.homeTop {
    height: 100vh;
}
.qrs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: flex-start;
    align-content: flex-start;
    margin-top: 30px;
}
.qrs img {
    width: 130px;
    margin-right: 30px;
}
.qrs img:last-child {
    margin-right: 0;
}
.qrs > a {
    display: block;
}
#topLine {
    width: 90vw;
    height: 1px;
    position: absolute;
    top: 9vh;
    left: 5vw;
    transform-origin: center;
}
#topContent {
    height: calc(100% - 14vh - 40px);
    width: 100%;
    top: 9vh;
}
.homeTop .mainContainer {
    height: 100%;
}
#coverVideo {
    overflow: hidden;
    left: -7.5vw;
    height: 100%;
    min-width: calc(100% + 7.5vw);
}
#coverVideoContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#coverBar {
    width: 100%;
    position: absolute;
    bottom: 5vh;
    z-index: 1;
    background: #41a6e4;
}
.bar {
    height: 20px;
    width: 85vw;
    margin: auto;
    transform-origin: left;
    will-change: transform;
}
.mainContainer .bar {
    width: 100%;
}
#coverLayer {
    position: absolute;
    bottom: 5.5vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#mainLogo {
    width: 30%;
    display: flex;
    align-items: center;
}
#mainLogo svg {
    width: 100px;
}
#mainLogo .logoColor {
    fill: #FFF;
}
.reddot {
    position: absolute;
    left: 240px;
    max-width: 165px;
    bottom: 6px;
}
.reddot img {
    width: 165px;
}
#coverStory {
    width: 40%;
}
#coverStory.hidden span {
    opacity: 0;
}
#coverStory h1 {
    font-size: 4vw;
    color: #FFFFFF;
    text-align: left;
    line-height: 4.5vw;
}
#topVeil {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
}
.mainContainer.right {
    display: flex;
    justify-content: flex-end;
}
.w25 {
    width: 25%;
}
.w45 {
    width: 45%;
}
.w50 {
    width: 50%;
}
.w55 {
    width: 55%;
}
.w12 {
    width: 12%;
}
.w76 {
    width: 76%;
}
.w88 {
    width: 88%;
}
.verticalPictures {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.verticalPictures .picture {
    width: 14.3vw;
}
.halfMargin {
    margin-top: 2vw;
}
.margin {
    margin-top: 4vw;
}
.doubleMargin {
    margin-top: 6vw;
}
.tripleMargin {
    margin-top: 8vw;
}
.quadMargin {
    margin-top: 10vw;
}
.bigMargin {
    margin-top: 20vw;
}
.smallMargin {
    margin-top: 20px;
}
.limited {
    max-width: 560px;
    width: 80%;
}
.title.limited {
    width: 80%;
    max-width: 550px;
}
.text.limited {
    width: 90%;
}
.centered {
    text-align: center;
}
.textRight {
    text-align: right;
}
.home.paragraph .text {
    max-width: 750px;
}
.background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.bGrey {
    background: #f1edea;
}
.bGrey2 {
    background: #f0ebe8;
}
.bBrown {
    background: #3c3c3b;
}
.bBrown3 {
    background: #3c3c3b;
}
.bBrown2 {
    background: #8d6d56;
}
.bBlue {
    background: #41a6e4;
}
.cBrown {
    color: #b29784;
}
.bDark {
    background: #594637;
}
.bWhite {
    background: #FFFFFF;
}
.cWhite {
    color: #fff;
}
.cWhite .discoverArrow svg path {
    fill: #FFFFFF;
}
.shiftedText {
    margin-left: 6vw;
    max-width: 235px;
}
#hiroyasuKosuge .text p {
    line-height: 1.3;
    font-size: 1rem;
    margin-bottom: 0;
}
.bigTextLayer {
    font-size: 8vw;
    margin: 8vw 0 6vw;
    position: relative;
    font-weight: 300;
    color: #FFFFFF;
}
.bigTextLayer .bigText._1 span:nth-child(1), .bigTextLayer .bigText._2, .bigTextLayer .bigText._3 span:nth-child(1), .bigTextLayer .bigText._4 {
    color: #FFFFFF;
    mix-blend-mode: difference;
}
.bigTextLayer .bigText._1 span:nth-child(2) {
    color: #b29784;
}
.bigTextLayer .bigText._3 span:nth-child(2) {
    color: #9e4624;
}
.discover {
    cursor: pointer;
    font-style: italic;
    font-weight: 500;
    display: flex;
    text-decoration: none;
}
.discover.download, .mapButton .discover {
    color: #333333;
}
.discoverArrow {
    width: 30px;
    display: block;
    margin-left: 20px;
}
#bigTypo .discover {
    margin-bottom: 4vw;
}
.bBrick {
    background: #e1e1e1;
}
#index #cta {
    height: 44.271vw;
    background: #f1edea;
    padding-top: 5vw;
}
.c-btn {
    border-radius: 50px;
    box-shadow: 0 5px 16px rgb(0 0 0 / 30%);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 21px;
    margin-top: 10px;
    color: #fff;
    padding-right: 45px;
    padding-left: 45px;
    line-height: 60px;
    text-transform: uppercase;
    position: relative;
    z-index: 90;
    overflow: hidden;
    max-width: 395px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(142.55deg, #1f6b9a -3.22%, #4ba6de 60.89%, #e3fcea 101.57%, #dffee6 101.58%);
    text-decoration: none!important;
    cursor: pointer;
    letter-spacing: 1.5px
}
.c-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px auto auto -5px;
    display: block;
    width: 20px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .5s;
    transition: transform .5s
}
#cta .mainContainer {
    display: flex;
    position: relative;
    height: 32vw;
}
.ctaLeft {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ctaCenter {
    width: 50%;
    z-index: 1;
}
.ctaRight {
    width: 40%;
    display: flex;
    align-items: flex-end;
    padding: 0 2vw 2vw 2vw;
    box-sizing: border-box;
}
.ctaDescription {
    display: none;
}
.ctaDescription.active {
    display: block;
}
.ctaButton, .ctaDot {
    font-size: 45px;
    font-weight: 500;
}
.ctaDot {
    margin: 0 10px;
}
.ctaButtonsContainer {
    display: flex;
    width: 400px;
    justify-content: center;
    will-change: transform;
}
.ctaTrack {
    width: 100%;
    height: 1px;
    transform-origin: left;
}
.ctaTitles {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.ctaController {
    width: 100%;
    margin-left: -12px;
    height: 1px;
    margin-top: 5px;
}
.ctaHandle {
    width: 100%;
    height: 1px;
    background: #333333;
    transform: scale(0.25, 1);
    transform-origin: left;
}
.ctaButton:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    bottom: -14px;
    left: calc(50% - 15px);
    background: #c48f65;
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.ctaButton.active:after, .ctaButton:hover:after {
    transform: scale(1);
}
.ctaSlider {
    height: 100%;
}
.sliderArrows.ctaArrows {
    z-index: 2;
    height: 110px;
}
.ctaArrows .right {
    right: 4vw!important;
}
.ctaArrows .left {
    left: 4vw!important;
}
.sliderArrow:hover .circleHandle circle {
    stroke-dashoffset: 160;
}
.smallTitle {
    font-weight: 500;
    font-size: 22px;
}
.ctaExternalSliderContainer {
    position: absolute;
    height: 32vw;
    width: 10.5%;
    top: 5vw;
    left: 90.5%;
    z-index: 1;
}
.ctaExternalSlider {
    height: 100%;
}
.veil {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
}
#kosugeComposition {
    height: 40.3vw;
}
#kosugeComposition ._1 {
    width: 19.834vw;
    position: absolute;
    right: 2.5vw;
    top: 0;
}
#kosugeComposition ._2 {
    width: 13.021vw;
    position: absolute;
    left: 20vw;
    top: 3vw;
}
#kosugeComposition ._3 {
    top: 37vw;
    width: 19.167vw;
    position: absolute;
    left: 2.5vw;
}
#kosugeComposition ._4 {
    width: 35.417vw;
    position: absolute;
    left: 25.5vw;
    top: 31.4vw;
}
#kosugeComposition ._5 {
    position: absolute;
    left: 8.5vw;
    top: 12vw;
}
#kosugeComposition ._5 .title {
    font-size: 4.5vw;
    color: #FFFFFF;
    text-align: left;
    line-height: 4.5vw;
}
#kosugeComposition ._6 {
    position: absolute;
    right: 0;
    top: 18vw;
    box-sizing: border-box;
    width: 25.834vw;
}
#kosugeComposition ._6 img {
    max-width: 300px;
    margin-bottom: 15px;
}
#kosugeComposition ._6 .block {
    text-align: center;
}
#kosugeComposition ._6 .block > span {
    font-weight: bold;
    font-style: italic;
}
#kosugeComposition ._6 .text {
    margin-top: 1vw;
    text-align: center;
    font-style: italic;
    position: relative;
}
#kosugeComposition ._6 .text:before {
    width: 50px;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    background-image: url("../images/quote-svgrepo-com.svg");
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
#kosugeComposition ._7 {
    position: absolute;
    left: 75%;
    top: 33.5vw;
    padding-right: 2vw;
    box-sizing: border-box;
    max-width: 360px;
}
.bDarkBrown {
    background: #8d5c36;
}
#hiroyasuKosuge .bar {
    position: relative;
    z-index: 1;
}
.titledPicture {
    height: 49.9vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.titledPicture .picture {
    width: 100%;
    height: 100%;
}
#hiroyasuKosuge .home.paragraph {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#hiroyasuKosuge .mainContainer {
    display: flex;
    justify-content: center;
    z-index: 10;
}
#bluevolution .pic.in {
    max-width: 640px;
}
#bluevolution .compositionBiggerText p {
    margin-bottom: 0;
    font-size: 1.2rem;
}
#bluevolution .bodyComposition .centerContainer {
    padding-top: 7vw;
}
.text p {
    line-height: 1.3;
    font-size: 1rem;
    margin-bottom: 20px;
}
.text ul {
    margin-bottom: 20px;
    list-style-type: square;
    padding-left: 35px;
}
.text ul li {
    line-height: 1.3;
    font-size: 1rem;
}
.paragraph h3 {
    font-weight: bold;
    margin-bottom: 2vw;
}
#footerContainer {
    max-width: 76%;
    margin: auto;
}
#footerTopLine {
    top: 0;
    width: calc(100% - 10vw);
    height: 1px;
    position: absolute;
    left: 5vw;
}
#footerLogo {
    width: 100px;
}
#footerLogo .logoColor {
    fill: #333333;
}
.footerRow:first-child {
    margin-top: 0;
}
.footerRow {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.footerButtons {
    position: relative;
    margin-left: 20px;
}
.footerButtons a {
    text-decoration: none;
    font-size: 20px;
    color: #c48f65;
}
.footerRow .dot {
    margin: 0 8px;
}
#footerBottom {
    display: flex;
}
#footerBottom a {
    text-decoration: none;
    color: #333333;
}
.footerBottomBar {
    height: 20px;
    margin-top: 5px;
    transform-origin: left;
}
#contactUs .footerBottomBar {
    width: 10vw;
    background: #41a6e4;
}
.bottomBlock:first-child {
    margin-left: 0;
}
.bottomBlock {
    margin-left: 2.5vw;
}
.bottomBlock > div.small {
    height: 30px;
}
#footerBottomLine {
    width: calc(100% - 10vw);
    height: 1px;
    margin-left: 5vw;
    margin-top: 2.5vw;
}
#footerCopy {
    max-width: 76%;
    margin: auto;
    margin-top: 2vw;
    margin-bottom: 3vw;
    display: flex;
    justify-content: space-between;
}
footer {
    padding-bottom: .5vw;
}
/*************** SECTIONS ******************/
.mainContainer.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sectionTitle {
    margin-top: 10vw;
    font-size: 9vw;
    text-align: center;
    line-height: 9vw;
    min-height: 18vw;
}
.sectionPic {
    width: 57.292vw;
}
.sectionPic.large {
    width: 84.375vw;
}
.sectionPay {
    font-size: 3vw;
    max-width: 1050px;
}
.sectionPay.small {
    max-width: 620px;
}
.centerContainer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.centerContainer.small {
    width: 70%;
}
.centerContainer.medium {
    width: 92%;
}
.pt-7 {
    padding-top: 7vw!important;
}
.centerContainer.flexed {
    display: flex;
}
.bodyComposition .block {}
.bodyComposition .block.flexed {
    display: flex;
}
.bodyComposition .centerContainer {
    padding-top: 11vw;
}
.remote_control.low-line > span::after {
    left: 390px;
}
.topLine {
    width: 60%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 12%;
    transform-origin: left;
}
.pic.rightMargin {
    right: -5vw;
    top: -4vw;
}
.pic.small.nTop {
    top: -15vw;
}
.pic.big.nTop {
    top: -5vw;
}
.pic.big.leftMargin {
    left: -5vw;
}
.pic.small.right {
    right: 0;
}
.pic.in {
    max-width: 310px;
    margin: auto;
    margin-top: -4vw;
    width: 22vw;
}
.pic.long {
    bottom: -12vw;
    z-index: 1;
    width: 45%;
}
.right .pic.long {
    right: 0vw;
}
.left .pic.long {
    left: 0vw;
}
.compositionBiggerText {
    max-width: 450px;
    line-height: 40px;
}
.compositionBiggerText p {
    margin-bottom: 0;
    font-size: 1.2rem;
}
.comfort {
    font-size: 1.4rem;
    margin-bottom: 20px;
    display: block;
}
.rightAlign {
    display: flex;
    justify-content: flex-end;
}
.rightOffset {
    margin-right: -7.5vw;
}
.leftOffset {
    margin-left: -7.5vw;
}
.verticalBodyLine {
    height: calc(100% + 25vw);
    width: 1px;
    position: absolute;
    top: -12vw;
    z-index: 2;
}
.left .verticalBodyLine {
    left: 10%;
}
.right .verticalBodyLine {
    right: 10%;
}
.centerSentence {
    text-align: center;
}
.where-buy {
    height: 38vw;
}
.where-buy > .picture {
    width: 100%;
    height: 100%;
}
.where-buy > a {
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    z-index: 1;
    text-decoration: none;
    color: #fff;
}
.where-buy > a:hover .plusButton {
    -webkit-transform: scale(1.5)!important;
    transform: scale(1.5)!important;
}
.where-buy h2 {
    font-weight: 900;
    font-size: 95px;
}
.where-buy .title > span {
    font-weight: bold;
    font-size: 45px;
}
.where-buy .mainContainer {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 13vw;
    box-sizing: border-box;
}
.plusButton {
    width: 9vw;
    height: 9vw;
    max-width: 160px;
    max-height: 160px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .7s ease-in-out;
}
.plusButton .plus {
    width: 3vw;
    max-width: 45px;
    height: 3vw;
    max-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plusButton .plus:after {
    content: '';
    height: 100%;
    width: 1px;
    background: #FFFFFF;
    position: absolute;
    display: block;
}
.plusButton .plus:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    display: block;
}
.welcomePanel .right {
    display: flex;
    justify-content: center;
}
.ctaBlock.negative {
    margin-top: -2.5vw;
}
.ctaBlock .centerContainer {
    padding: 5vw;
    box-sizing: border-box;
}
.ctaInner {
    padding: 0 5vw 8vw 5vw;
    display: flex;
}
.ctaInner .left {
    width: 45%;
    height: 28vw;
}
.ctaInner .center {
    display: flex;
    align-items: flex-end;
}
.ctaInner .right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.ctaTitle {
    transform: rotate(-90deg) translate(0px, 106px);
    transform-origin: bottom left;
    min-height: 96px;
    text-transform: uppercase;
}
#please-the-eye {
    margin-bottom: 17vw;
}
#please-the-eye h2 {
    font-size: 85px;
    color: #41a6e4;
    text-transform: uppercase;
    line-height: 1.2;
}
#please-the-eye ._line .block > .right_line {
    padding-right: 80px;
    position: relative;
}
#please-the-eye ._line .block > .right_line > .underline {
    position: relative;
}
#please-the-eye ._line .block > .right_line > .underline::after {
    position: absolute;
    content: '';
    bottom: 20px;
    right: -70px;
    height: 6px;
    width: 64px;
    background: #41a6e4;
}
#please-the-eye .textBox {
    width: 34vw;
    right: 10vw;
    position: absolute;
    top: 9vw;
}
#please-the-eye .textBox .text p {
    margin-bottom: 20px;
    font-size: 1.3rem;
}
#filters ._1 {
    position: absolute;
    width: 35.834vw;
    height: 20vw;
    bottom: 6vw;
    right: 5vw;
    padding-top: 3vw;
    z-index: 1;
}
#filters ._2 {
    position: absolute;
    width: 50.834vw;
    bottom: -7vw;
    right: 38vw;
    z-index: 0;
}
#filters ._1 .t_container {
    position: relative;
}
#filters ._1 .t_container .text {
    color: #fff;
    padding: 5.5vw;
}
#noise .text {
    color: #fff;
    padding: 2vw;
}
#filters ._1 .t_container .text h2, #noise .text h2 {
    font-size: 55px;
    color: #fff;
    font-weight: 300;
}
#filters ._1 .t_container .text h3, #noise .text h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 1vw;
    letter-spacing: 1px;
}
#filters ._1 .listBackground {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
}
#filters .air_treatment {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 1vw;
    z-index: 1;
    transform: translate(-50%, 0);
    left: 50%;
}
#filters .titledPicture {
    height: 60.9vw;
}
#filters .air_treatment .col_4 {
    width: 20%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: flex-start;
    align-content: normal;
}
#filters .air_treatment .col_4 > span {
    font-size: 18px;
}
#filters .air_treatment .col_4 > h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #41a6e4;
    font-weight: 300;
    height: 72px;
}
#filters .air_treatment .col_4 > div > img {
    max-width: 110px;
}
.bigTypo {
    font-size: 10.15vw;
    text-align: center;
    font-weight: 300;
}
.dataComposition {
    display: flex;
}
.compositionTitle {}
.compositionColumns {
    display: flex;
    justify-content: space-between;
    flex: 1;
}
.compositionTitle .rotatedTitle {
    transform: rotate( -90deg) translateY(100%);
    width: 450px;
    position: absolute;
    top: 28vw;
    transform-origin: bottom left;
    left: calc(50% - 24px);
}
.compositionColumns .col._1, .compositionColumns .col._3 {
    width: 28%;
    margin-top: -9vw;
}
.compositionColumns .col._2 {
    width: 43%;
    position: relative;
    left: -2vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.compositionColumns .col._1.eye {
    width: 28%;
    margin-top: -9vw;
    margin-left: -2vw;
}
.col._1.eye .colLine {
    top: -18vw;
    left: 15.5vw;
    height: 17vw;
}
.col._2.coanda .colLine {
    right: 6.5vw;
    bottom: -12vw;
}
.compositionColumns .colDescription {
    max-width: 370px;
    font-size: 19px;
}
.allyear-comfort.low-line > span::after {
    left: 295px;
}
#airflow .colDescription .title {
    font-size: 30px;
    color: #41a6e4;
    font-weight: 300;
}
.colLine {
    width: 1px;
    height: 12vw;
    position: absolute;
}
.col._1 .colLine, .col._3 .colLine {
    top: -13vw;
    left: 2.5vw;
}
.col._2 .colLine {
    right: 2.5vw;
    bottom: -13vw;
}
.compositionColumns .col._3 {
    margin-top: -4vw;
}
.menuSection .left {
    margin-top: 2vw;
}
#noise .mainContainer .left img {
    margin-left: -8vw;
}
.menuBlock {
    margin-right: -5vw;
}
.ball-view {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 300;
    color: #222;
    line-height: 1.3;
    text-align: center;
    transform: scale(0);
}
.ball-video {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 0 5px;
    text-align: center;
    content: url("../images/play.svg");
    left: 30px;
    width: 35px;
    height: 35px;
}
.menuBlockContainer {
    margin: auto;
    height: 100%;
    display: flex;
    width: 80%;
    padding: 6vw 0 6vw;
}
.horizontalPictures {
    position: absolute;
    bottom: -2.5vw;
    display: flex;
    align-items: center;
}
.horizontalPictures .pic._1, .horizontalPictures .pic._2 {
    width: 13.021vw;
}
.horizontalPictures .pic._2 {
    margin-left: 2.5vw;
}
#optionsGrid {
    position: fixed;
    background: white;
    width: 100%;
    height: 100vh;
    z-index: 10;
}
#optionsGrid .mainContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#optionsGrid.hidden {
    opacity: 0;
    transform: scale(0.99);
}
.half {
    width: 50%;
}
#navPanel {
    height: 100%;
    padding: 70px 0;
    display: flex;
    box-sizing: border-box;
}
.rowContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: 7.5vw;
    overflow: auto;
}
.navRow {
    display: flex;
    align-items: center;
    flex: 1;
    min-height: 60px;
    border-bottom: 1px solid #FFFFFF;
}
.navMacro {
    font-size: 27px;
    min-width: 250px;
    font-weight: 300;
    display: block;
    text-decoration: none;
    color: #333333;
}
.navButtons a {
    font-size: 26px;
    text-decoration: none;
    color: #333;
    margin-left: 1.5vw;
}
.sliderContainer {
    height: 100%;
    z-index: 0;
    position: relative;
}
.slideContainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    will-change: transform;
    height: 100%;
}
.gallery {
    height: 46vw;
    width: 92.5vw;
}
#cta .sliderArrows {
    bottom: -170px;
    top: auto;
}
.sliderArrows {
    top: 50%;
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    padding: 0 2vw;
    box-sizing: border-box;
    z-index: 1;
    will-change: transform;
}
.sliderArrow.left svg {
    transform: rotateY(180deg);
}
.sliderArrow {
    width: 66px;
    height: 66px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0.25em 0.5em 0 rgb(0 0 0 / 10%);
    text-shadow: 0 0.25em 0.5em rgb(0 0 0 / 10%);
    position: absolute;
}
.sliderArrow.left {
    left: 2vw;
}
.sliderArrow.right {
    right: 2vw;
}
.sliderCounter {
    position: absolute;
    left: calc(92.5vw + 15px);
    bottom: 40px;
}
.sliderCounter .current {
    color: #000;
}
.sliderCounter .total {
    color: #41a6e4;
}
.sliderTitleContainer {
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    padding-bottom: 40px;
    box-sizing: border-box;
    width: 7.5vw;
    justify-content: center;
}
.sliderTitle {
    transform: rotate(90deg);
    white-space: nowrap;
}
.galleryContainer.left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.galleryContainer.left .sliderCounter {
    left: auto;
    right: calc(92.5vw + 15px);
}
.centerPics {
    height: 36vw;
    width: 100%;
    z-index: 1;
}
.centerPic, .storyPic1, .storyPic2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    will-change: transform;
    height: 100%;
}
#blocksComposition .col._2 {
    width: 28%;
    position: relative;
    left: 2.5vw;
    align-items: flex-start;
    margin-top: 3vw;
}
#blocksComposition .col._2 .colLine {
    left: 2.5vw;
}
#blocksComposition .col._3 {
    width: 41.8%;
    margin-top: 7.2vw;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}
#blocksComposition .col._3 .colLine {
    top: -13vw;
    right: 2.5vw;
    left: auto;
}
.doubleColDescription {
    column-count: 2;
    column-gap: 4vw;
    line-height: 1.3;
}
.serviceBox {
    display: flex;
}
.servicesList {
    width: 60%;
}
.boxTitle .rotatedTitle {
    transform: rotate( -90deg) translateY(100%);
    width: 510px;
    position: absolute;
    top: 510px;
    transform-origin: bottom left;
    left: 1vw;
    text-align: right;
}
.mediumText {
    font-size: 5vw;
}
#heatpump_outdoor .sectionPay.big {
    position: absolute;
    left: 3vw;
    color: #afaeae;
    top: 2vw;
    line-height: 1;
}
#heatpump_outdoor .listTitle {
    padding-left: 14vw;
    padding-bottom: 4vw;
}
.sectionPay.big {
    align-self: flex-start;
    font-size: 4.5vw;
    max-width: none;
    line-height: 1;
}
.picComposition .pic._2 {
    position: absolute;
    top: -7.5vw;
    border: 1vw solid white;
    right: 5vw;
    width: 11vw;
    z-index: 1;
}
.picComposition .pic._3 {
    position: absolute;
    top: -19vw;
    right: -10vw;
    width: 20.8vw;
}
.designComposition .block._1 {
    display: flex;
    align-items: center;
}
.designComposition .block._1 .right {
    display: flex;
    justify-content: center;
}
.designComposition .block._1 .pic.long, .designComposition .block._5 .pic.long {
    width: 47vw;
}
.designComposition .block._2 .centerContainer {
    display: flex;
    align-items: flex-end;
}
.low-line {
    font-weight: normal;
    font-size: 50px;
    text-transform: uppercase;
}
.blue_title {
    font-size: 50px;
    color: #41a6e4;
    font-weight: 300;
    line-height: 1.2;
}
#design-awards > .sectionTitleLeft {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
#design-awards .logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    margin-top: 70px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
#design-awards .logos .third {
    width: 33%;
    text-align: center
}
#design-awards .logos img {
    max-width: 210px;
}
#design-awards > div .resSectionTitle {
    line-height: 1.2;
    text-align: center
}
#design-awards > div .resSectionTitle span {
    display: block;
    font-size: 60px;
    margin-bottom: 20px;
    color: #41a6e4;
    font-weight: 300;
}
.design-that-speaks.low-line > span::after {
    left: 340px;
}
.text_bigger {
    font-weight: 300;
    font-size: 40px;
    line-height: 1.2;
}
.low-line > span {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
 
}
.low-line > span > .underline {
    position: relative;
}
.low-line > span > span.underline::after {
    position: absolute;
    content: '';
    bottom: 13px;
    height: 4px;
    width: 45px;
    background: #333;
    display: block;
    right: -50px;
}
#airflow .text.big p {
    font-size: 28px;
}
.designComposition .block._2 .pic._1 {
    position: absolute;
    width: 16vw;
    left: 7vw;
    bottom: -13vw;
}
.designComposition .block._4 .pic.small {
    top: -3vw;
}
.designComposition .block._4 .pic.big {
    top: -25vw;
}
.designComposition .block._4 {
    height: 12vw;
    margin-top: 18vw;
}
.designComposition .block._5 {
    display: flex;
}
.designComposition .block._5 .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.designComposition .block._5 .paragraph {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.designComposition .block._6.storyComposition .storyPic2Container {
    position: absolute;
    left: 0;
    width: 20.834vw;
    height: 31.3vw;
    z-index: 2;
    top: 0;
}
.designComposition .block._6.storyComposition .storyPic1Container {
    top: 2.5vw;
}
.designComposition .block._6.storyComposition .storyPics {
    margin-top: 2.5vw;
}
.designComposition .block._6.storyComposition .centerContainer {
    margin-top: 8vw;
}
.designComposition .block._7 {
    display: flex;
}
.designComposition .block._7 .right .pic {
    position: absolute;
    width: 16vw;
    left: 7.5vw;
    bottom: -13vw;
}
.block._9 .centerContainer {
    display: flex;
}
.backgroundPay {
    display: flex;
    justify-content: center;
    margin-top: -6vw;
    padding-top: 16vw;
    padding-bottom: 10vw;
}
.centerContainer.verticalEnd {
    align-items: flex-end;
}
.pic.vertical {
    width: 20.834vw;
}
.pic.bordered {
    border: 1vw solid white;
}
.pic.small {
    width: 37vw;
}
#remote .pic.small {
    width: 30vw;
}
.pic.big {
    width: 40.7vw;
}
.pic.long {
    width: 35vw;
}
.mainContainer .mapBar {
    position: absolute;
    left: 0;
    margin-left: 25px;
    width: 35vw;
    bottom: -40px;
}
.barButtonContainer {
    height: 150px;
}
.infoContainer {
    padding-bottom: 6vw;
}
.listPic {
    width: 31.3vw;
}
.listPic_outdoor {
    width: 46.3vw;
}
.listContainer.left .right {
    display: flex;
    justify-content: flex-end;
}
.listContainer.left .left {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 40vw;
}
.listBackground {
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
}
.listBackground_outdoor {
    width: 55%;
    position: absolute;
    bottom: 0;
    height: 70%;
    z-index: -1;
}
.listContainer.right .listBackground {
    right: 0;
}
.listContainer.left .listBackground {
    left: 0;
}
.listTextContainer {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 8vw 0;
    box-sizing: border-box;
}
.listTextContainer.outdoor {
    padding: 15vw 15vw 0vw 0vw;
}
.listTextContainer.outdoor .text p {
    color: #fff;
    font-size: 1.1rem;
}
.bBall {
    background: #c58f63;
}
.ballButton {
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listContainer.right .left {
    order: 1;
}
.listContainer.right .right {
    order: 0;
}
.listContainer.right .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 40vw;
}
.listContainer.right .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.listContainer.right .listTitleContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.listContainer.right .ballButton {
    right: 0;
    left: auto;
}
.listText {
    margin-bottom: 6vw;
}
#three-advs .advantages-icons {
    padding: 0 3vw 3vw 3vw;
    display: flex;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
}
#three-advs .third {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 25px;
}
#three-advs > .advantages-icons > div {
    width: 100%;
    max-width: 100%;
}
#three-advs .third > .icon-title {
    color: #41a6e4;
    font-weight: 300;
    margin-top: 25px;
    font-size: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 55px;
}
#three-advs .third > ._icon {
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 4px 30px rgb(0 0 0 / 21%);
    font-size: 40px;
    border-radius: 8px;
    background: linear-gradient(142.55deg, #1f6b9a -3.22%, #4ba6de 60.89%, #e3fcea 101.57%, #dffee6 101.58%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 13%);
}
#three-advs .third > div > img {
    max-width: 100px;
}
#three-advs .third > span {
    display: block;
    text-align: center;
    line-height: 1.3;
    margin-top: 30px;
    font-size: 16px;
}
#advantages-pictos-2::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 1px;
    height: 5px;
    width: 5px;
    border-radius: 3px
}
#advantages-pictos-2::-webkit-scrollbar-track {
    background-color: transparent!important
}
#advantages-pictos-2::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .5);
    border-radius: 3px
}
@media all and (max-width:1440px) {
    #kosugeComposition ._7 {
        top: 500px;
    }
}
/* ------------------------------------------------------------- *
 * Magic cursor
/* ------------------------------------------------------------- */
#magic-cursor {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
}
body.tt-magic-cursor #magic-cursor {
    display: block;
}
#ball {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    pointer-events: none;
    border-style: solid;
    border-color: #000;
    border-radius: 50%;
    /* Note: border width handled through JS */
}
/* Ball view 
============= */
#ball .ball-view {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    line-height: 1.3;
    text-align: center;
    transform: scale(0);
}
#ball .ball-view i {
    font-size: 19px;
}
/* Ball drag 
============= */
#ball .ball-drag {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: #FFF;
    line-height: 1.2;
    text-align: center;
    transition: all 0.3s;
}
#ball .ball-drag::before, #ball .ball-drag::after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    font-size: 19px;
    color: #FFF;
    height: 10px;
    line-height: 10px;
    /* Font Awesome */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
#ball .ball-drag::before {
    content: "\f104"; /* Font Awesome */
    left: 0;
    transform: translate3d(-30px, 0, 0);
    transition: all 0.25s;
}
#ball .ball-drag::after {
    content: "\f105"; /* Font Awesome */
    right: 0;
    transform: translate3d(30px, 0, 0);
    transition: all 0.25s;
}
/* Ball close 
============== */
#ball.ball-close-enabled {
    opacity: 1 !important;
}
#ball .ball-close {
    position: absolute;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    text-align: center;
}
/* Scroll down circle 
====================== */
.scroll-down-circle {
    position: absolute;
    display: block;
    left: 3%;
    bottom: -40px;
    width: 250px;
    height: 250px;
    z-index: 9;
}

@media (max-width: 1024px) {
    .scroll-down-circle {
        display: none;
    }
}
@media (max-width: 575px) {
  #design-awards .logos .third {
    width: 100%;
      margin-bottom: 1rem;
}
      #design-awards .logos .third img {
    width: 100%;
}
}
#page-header:not(.ph-full) .scroll-down-circle { /* Display only on full scren page header! */
    display: none;
}
/* Scroll down circle icon */
.scroll-down-circle .sdc-icon {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    font-size: 16px;
    color: #999;
    transform: translate(-50%, -50%);
}
#page-header.ph-bg-image .scroll-down-circle .sdc-icon {
    color: #000;
}
/* Scroll down circle svg */
.scroll-down-circle svg {
    width: 100%;
    animation: sdc-rotation 8s infinite linear;
}
.scroll-down-circle rect {
    fill: #000;
}
.scroll-down-circle text {
    font-size: 33px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 25px;
    fill: #BBB;
    transition: fill .2s;
}
#page-header.ph-bg-image .scroll-down-circle text {}
.itemSliderRight {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 460px;
}
.itemSliderTitle {
    font-size: 40px;
}
.itemSliderTitle h2 {
    font-weight: bold;
}
.itemSliderSubTitle {
    font-size: 30px;
    margin-top: 10px;
}
.itemSliderText .body_text {
    margin-top: 45px;
}
.list-params {
    padding-left: 0;
    list-style: none;
    margin-top: 15px;
    color: #000;
}
.list-params__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 15px;
}
.list-params__lab {
    font-size: 17px;
    display: block;
    padding: 0 7px 0 0;
}
.list-params__line {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    border-bottom: 1px dotted #000;
    height: 4px;
    position: relative;
    top: -2px;
}
.list-params__value {
    display: block;
    padding: 0 0 0 7px;
    font-size: 17px;
}
.tech_side {
    cursor: pointer;
    font-size: 17px;
    color: #000;
    text-decoration: none;
}
.div-more {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    padding-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-weight: 700;
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 2s cubic-bezier(.785, .135, .15, .86), transform 1s cubic-bezier(.785, .135, .15, .86)
}
.line-cta {
    width: 25px;
    height: 1px;
    margin-right: 10px;
    background-color: #000
}
.link-menu {
    position: relative;
    z-index: 99;
    color: #000;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0) skewX(0) skewY(0);
    transition: opacity 1s, transform 1s;
    cursor: pointer
}
.div-sha {
    background: rgba(62, 156, 212, .3);
    position: relative;
    z-index: 1;
    width: 55px;
    height: 25px;
    margin-left: -35px;
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    transform-style: preserve-3d;
    transition: opacity 2s cubic-bezier(.785, .135, .15, .86), transform 1s
}
.div-more:hover .link-menu {
    transform: translateX(10px) translateY(0) translateZ(0) skewX(0) skewY(0)
}
.div-more:hover .div-sha {
    transform: translateX(-35px) translateY(0) translateZ(0)
}
.circleHandle, .circleTrack {
    height: 70px;
    width: 70px;
    position: absolute;
    left: -2px;
    top: -2px;
    transform: rotateZ(-90deg)
}
.circleTrack circle.hidden {
    stroke-dasharray: 204;
    stroke-dashoffset: 204
}
.circleTrack circle {
    stroke-dasharray: 204;
    stroke-dashoffset: 0
}
.circleHandle circle {
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
    -webkit-transition-property: all!important;
    transition-property: all!important;
}
.circleCounter.timer .circleHandle circle {
    stroke-dashoffset: 0!important;
    transition-duration: 5s;
    transition-timing-function: linear
}
.gallery_container .circleCounter.timer .circleHandle circle {
    transition-duration: 2s
}
.circleArrow {
    height: 10px;
    width: 14px;
    z-index: 1;
    stroke-dasharray: 14;
    stroke-dashoffset: 0
}
.circleArrow path.hidden {
    stroke-dasharray: 14;
    stroke-dashoffset: 14
}
#advantages-pictos-2 {
    overflow-y: scroll;
}
#advantages-pictos .sectionDoublePaddedContainer, #advantages-pictos .sectionDoublePaddedContainer > div, #advantages-pictos-2 > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
}
#advantages-pictos .half, #advantages-pictos-2 > div .half {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    padding: 0;
    margin-bottom: 15px;
}
#advantages-pictos-2 > div > .half > .icon {
    background: linear-gradient(142.55deg, #1f6b9a -3.22%, #4ba6de 60.89%, #e3fcea 101.57%, #dffee6 101.58%);
    border-radius: 6px;
    min-width: 60px;
    width: 60px;
    height: 60px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-shadow: 0 5px 15px rgb(0 0 0 / 13%);
}
#advantages-pictos .half > div, #advantages-pictos-2 > div .half > div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    padding-left: 20px;
    padding-right: 30px;
}
#advantages-pictos .half h3, #advantages-pictos-2 > div .half > div > h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
}
#advantages-pictos .half div > span, #advantages-pictos-2 > div .half > div > span {
    font-size: 14px;
    line-height: 1.3;
}
#advantages-pictos-2 .half > .icon > img {
    width: 50px;
    height: 50px;
}
.overlay_close {
    position: absolute;
    top: 20px;
    right: 36px;
    width: 45px;
    height: 45px;
    padding: 20px;
    cursor: pointer;
}
.overlay_close .menu_close {
    width: 45px;
    height: 45px;
    position: absolute;
    right: auto;
    top: auto;
    transform: rotateZ(45deg);
}
.menu_close .line_1 {
    width: 45px;
    height: 1px;
    background: #adafb3;
    top: 50%;
    position: relative;
}
.menu_close .line_2 {
    height: 45px;
    width: 1px;
    background: #adafb3;
    top: 50%;
    position: relative;
    margin-top: -23px;
    margin-left: 23px;
}
#remote .bg {
    background: #f1edea;
    width: 85vw;
    position: absolute;
    height: 80%;
    z-index: -1;
    top: 4vw;
}
#bluevolution .bg {
    background: #f1edea;
    width: 77vw;
    position: absolute;
    height: 63%;
    z-index: -1;
    top: 4vw;
}
#instructions {
    padding-top: 95px;
    padding-bottom: 45px;
}
#instructions .sectionDoublePaddedContainer {
    display: flex;
    padding: 5vw;
    padding-bottom: 0;
    padding-top: 0;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
#instructions .sectionDoublePaddedContainer > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
}
#instructions .sectionDoublePaddedContainer > div .instruction {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
#instructions .sectionDoublePaddedContainer > div .instruction > a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    text-decoration: none;
}
#instructions .sectionDoublePaddedContainer > div .instruction > a > div {
    background: linear-gradient(142.55deg, #1f6b9a -3.22%, #4ba6de 60.89%, #e3fcea 101.57%, #dffee6 101.58%);
    width: 180px;
    height: 180px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    box-shadow: 0 5px 15px rgb(0 0 0 / 13%);
}
#instructions .sectionDoublePaddedContainer > div .instruction > a > span {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-decoration: none;
    color: #000;
    margin-top: 35px;
    font-size: 18px;
}
#instructions .sectionDoublePaddedContainer > div .instruction > a > span > img {
    width: 30px;
    margin-right: 15px;
}
#instructions .sectionDoublePaddedContainer > div .instruction > a > div > img {
    width: 110px;
    height: 110px;
    margin-left: 15px;
}
.sect-title-bold {
    padding-left: 11.5vw;
    margin-bottom: 5vw;
}
.sect-title-bold h2 {
    font-size: 65px;
    font-weight: 300;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
    z-index: 1;
}
#three-advs .sect-title-bold p {
    font-size: 25px;
    margin-top: 2vw;
    line-height: 1.4;
    padding-left: 3vw;
}
#three-advs .sect-title-bold {
    max-width: 950px;
}
/* Scroll down circle animation */
@keyframes sdc-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}