/*!
  * Power Horse 2018 - Global Stylesheet (c) 2018 <bahaasamir.me>
*/

/* Basic */
body {
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background: #fff;
}

body#Homepage {
    overflow: hidden !important;
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.burger_menu,
.menu_close,
.lang_close i,
.ing_close,
.aside_close,
.menu_wrap a,
.site_actions > a,
.la_list ul li,
.breadcrumb a,
.playbutton i,
.pin_label,
.aside_body a,
.aside_info a,
.skip_intro span,
.skip_intro i,
.lang_list ul li img,
.lang_list ul li span,
.card_nav a,
.card_nav a canvas {
    -webkit-transition: all 0.30s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: all 0.30s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.30s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.la_head {
    -webkit-transition: opacity 0.30s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: opacity 0.30s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: opacity 0.30s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.burger_menu > i {
    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    -ms-transition: background 0.15s linear;
    transition: background 0.15s linear;
}


.menu {
    display: block;
    width: 20px;
    height: 21px;
    position: relative;
}
.menu div {
    position: absolute;
    height: 3px;
    background: #000;
    transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6), width 0.2s ease 0.2s, -webkit-transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6), background 0.30s linear;
   
}
.menu div:nth-child(1) {
    top: 50%;
    left: 0;
    margin: -1.5px 0 0 0;
    width: 20px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.menu div:nth-child(2) {
    top: 2px;
    left: 0;
    width: 20px;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.menu div:nth-child(3) {
    bottom: 2px;
    left: 0;
    width: 20px;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.menu.active div {
    background: #fff !important;
}

.menu.opened div:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: -webkit-transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
    transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
    transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, -webkit-transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
}
.menu.opened div:nth-child(2) {
    width: 10px;
    -webkit-transform: translate(3px, 0px) rotate(45deg);
    transform: translate(3px, 0px) rotate(45deg);
    transition: width 0.2s ease, -webkit-transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
    transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease;
    transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease;
}
.menu.opened div:nth-child(3) {
    width: 10px;
    -webkit-transform: translate(7px, 0px) rotate(45deg);
    transform: translate(7px, 0px) rotate(45deg);
    transition: width 0.2s ease, -webkit-transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
    transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease;
    transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease, -webkit-transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
}
.lang_menu {
    -webkit-transition: color 0.30s linear;
    -moz-transition: color 0.30s linear;
    -ms-transition: color 0.30s linear;
    transition: color 0.30s linear;
}

/* Assists */
.unload {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 9999999999999;
    display: none;
}

#Brand .unload {
    display: block;
    background: #000;
}

#Locations .unload {
    display: block;
    background: #100f13;
}

.innerpage .unload {
    display: block;
}

.full_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.img_fix {
    display: block;
    max-width: 100%;
    visibility: hidden;
     opacity: 0; 
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.clrfix {
    position: relative;
    z-index: -1;
}

.clrfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.ing_details h1 *,
.inline_block {
    display: inline-block;
    vertical-align: middle;
}

/* Set */
.centerY {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wrapper {
    margin: 0 60px;
    position: relative;
}

#site {
    width: 100%;
    height: 100%;
    position: relative;
}

#fullpage {
    width: 10px;
    position: absolute !important;
    visibility: hidden;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
}
.innerpage > .lines_set {
    position: fixed;
    background: #fff;
}

.lines_set > i {
    position: relative;
    width: 1px;
    height: 100%;
    display: block;
    z-index: 9;
    float: left;
    margin-left: 15.5%;
}

.lines_set > i:nth-child(1) {
    margin-left: 11%;
}

.lines_set.light > i {
    background: #eee;
}

.lines_set.dark > i {
    background: rgba(255, 255, 255, 0.1);
}

/* Main */
.bar {
    position: fixed;
    background: #fff;
    z-index: 99;
}

.bar.top,
.bar.bottom {
    left: 0;
    right: 0;
    height: 13vh;
}

.bar.left,
.bar.right {
    top: 0;
    bottom: 0;
    width: 60px;
}

.bar.top {
    top: 0;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.bar.bottom {
    bottom: 0;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.bar.left {
    left: 0;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.bar.right {
    right: 0;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.side {
    position: absolute;
    height: 100%;
    width: 15.5%;
    visibility: hidden;
    backface-visibility: hidden;
    z-index: 199;
}

.side.right_side {
    padding: 0 10px;
}

.video_control {
    position: absolute;
    bottom: -40px;
}

.video_control > a {
    position: absolute;
    top: 0;
    color: #fff;
    visibility: hidden;
    font-size: 18px;

}

.article_box {
    border: 2px solid #fff;
    height: 300px;
    padding: 35px;
    backface-visibility: hidden;
    display: block;
}

.article_box ._ele {
    display: block;
}

.article_box > h1 {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    z-index: 99;
    position: relative;
}

.article_set {
    width: 200px;
    margin: 0 auto;
}

.line_italic {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

.line_italic > i {
    position: relative;
    margin: 0 auto;
    width: 2px;
    height: 76px;
    display: block;
    background: rgba(255,255,255,0.4);
    transform: rotate(30deg);
}

.article_footer {
    font-size: 13px;
    position: absolute;
    bottom: 30px;
    color: #fff;
    z-index: 99;
}

.article_footer > strong {
    display: block;
    color: rgba(255,255,255,0.8);
}


.article_footer > span {
    color: rgba(255,255,255,0.5);
}

.article_media {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    overflow: hidden;
    opacity: 0;
}

.article_media > video {
    position: absolute;
    width: 535px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}


.video_wrapper {
    background: #000;
}

.video_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.video_inner video,
.video_inner canvas {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.block {
    position: relative;
}

.block:nth-child(1) {
    margin-bottom: 12vh;
}

.block > h1 {
    font-size: 15px;
    color: #fff;
}

.block > p {
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    opacity: 0.8;
    margin: 0 auto;
    margin-top: 15px;
    max-width: 250px;
}

.block > a {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}

.feeds {
    position: relative;
    margin: 0 auto;
    margin-top: 25px;
    width: 170px;
    height: 195px;
}

.post {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
}

.feeds_set {
    -webkit-transition: box-shadow .2s ease-out, transform .2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity .2s ease-out;
    transition: box-shadow .2s ease-out, transform .2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity .2s ease-out;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    background: #000;
}

.ins_prog {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
}

.ins_prog i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    transform-origin: left;
    -webkit-transform-origin: left;
}

.feeds_set:hover {
    box-shadow: rgba(45,45,45,0.05) 0px 2px 2px, rgba(49,49,49,0.05) 0px 4px 4px, rgba(42,42,42,0.05) 0px 8px 8px, rgba(32,32,32,0.05) 0px 16px 16px, rgba(49,49,49,0.05) 0px 32px 32px, rgba(35,35,35,0.05) 0px 64px 64px;
    transform: scale(1.05);
    z-index: 999;
}

.card_nav {
    position: absolute;
    font-size: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.card_nav a {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 6px;
    border: 1.4px solid rgba(255,255,255,0.3);
}

.instagram_card {
    width: 170px;
    height: 170px;
    color: #fff;
    position: absolute;
    right: 0;
    perspective: 1200px;
}

.instagram_card_flip {
    background: #000;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transform: rotateY(0deg);
    backface-visibility: hidden;
}

.card_nav a.active {
    border-color: transparent;
}

.card_nav a canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.card_nav a:not(.active) canvas {
    opacity: 0;
}

.post > i {
    display: block;
    background-size: cover;
    background-position: center;
}

@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(5px); }
}
@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(5px); }
}

.titles_set {
    text-align: center;
    position: absolute;
    width: 100%;
}

.titles_set > h1 {
    font-size: 7vw;
    line-height: 6vw;
    color: #fff;
}

.titles_set > h2 {
    color: rgba(255,255,255,0.6);
    font-size: 15px;
    font-size: 0.9vw;
}

.glitch {
    color: #fff;
    display: block;
    will-change: transform;
    backface-visibility: hidden;
}

.glitch.bottom {
    -webkit-clip-path: inset(58% 0 0 0);
    clip-path: inset(58% 0 0 0);
}

.glitch.top {
    -webkit-clip-path: inset(-15px 0 41%);
    clip-path: inset(-15px 0 41%);
}

.glitch:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.redShadow {
    text-shadow:-3px 0 rgba(0, 255, 46, 0.5);
}
.greenShadow {
    text-shadow:-3px 0 rgba(255, 0, 0, 0.5);
}

#video-section .scroller_set {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.scroller_set {
    height: 30px;
}

.scroller {
    position: relative;
    width: 20px;
    height: 30px;
    z-index: 99;
    text-align: center;
    display: inline-block;
}

.scroller > i {
    width: 20px;
    height: 30px;
    background-image: url(../../structure/icons/scroll.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: -5px 0;
    display: inline-block;
    background-blend-mode: exclusion;
    mix-blend-mode: exclusion;
}

.dark .scroller > i {
    background-image: url(../../structure/icons/scroll_dark.svg);
}

.scroller > i:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    top: 12px;
    border-radius: 100px;
    -moz-animation: scroller 0.4s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-animation: scroller 0.4s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
    animation: scroller 0.4s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
}

.dark .scroller > i:after {
    background: #000;
}

@-webkit-keyframes scroller {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px);
    }
}
@keyframes scroller {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px);
    }
}

/* Header */
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 13vh;
    z-index: 899;
    overflow: hidden;
}

.innerpage header {
    background: #fff;
}

header .wrapper,
.br_footer .wrapper {
    z-index: 199;
    height: 100%;
}

.burger_menu_set {
    position: fixed;
    z-index: 99999;
    top: 0;
    height: 13vh;
}


.burger_menu {
    height: 45px;
    width: 45px;
    border: 1px solid #000;
}

#header-sticky .burger_menu {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

header.light .burger_menu {
    border-color: #fff;
}

header.light .spinner {
    border: 2px solid rgba(255,255,255,.15);
    border-bottom-color: #fff;
}

.burger_menu > i {
    position: absolute;
    width: 20px;
    height: 3px;
    background: #000;
    top: 17px;
}
header.light .burger_menu > i  {
    background: #fff;
}

.burger_menu > i:nth-child(2) {
    width: 13px;
    top: auto;
    bottom: 17px;
}

.main_logo {
    width: 169px;
    height: 100%;
    margin: 0 auto;
    direction: ltr;
}

#header-sticky .main_logo {
    width: 120px;
    height: 35px;
}

.main_logo > a {
    text-align: center;
    display: block;
}

.main_logo > a > img {
    display: none;
    max-width: 85%;
    max-height: 100%;
    margin: 0 auto;
}

.site_actions {
    position: absolute;
}

.isMobile .site_actions {
    display: none;
}

.site_actions > a {
    color: #000;
    font-size: 18px;
    display: block;
    line-height: 1;
}

.site_actions > a:hover,
.site_actions > a.active {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#header-sticky .site_actions > a {
    font-size: 17px;
}

.site_actions > a.active {
    color: #b22335;
}

header.light .site_actions > a {
    color: #fff;
}

.section_footer {
    position: absolute;
    bottom: 50px;
    min-height: 30px;
    left: 0;
    right: 0;
    z-index: 699;
}

#products-section .section_footer {
    z-index: 99999;
}


.site_cols {
    font-size: 0;
}

.site_col {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15.5%;
    height: 100%;
    min-height: 10px;
}

.site_col:nth-child(1),
.site_col:nth-child(7) {
    width: 11%;
}

/* Products */
#products-section {
    z-index: 99;
    visibility: hidden;
    backface-visibility: hidden;
}

.products_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(95,95,95,1);
    background: -moz-linear-gradient(top, rgba(95,95,95,1) 0%, rgba(108,108,108,1) 50%, rgba(95,95,95,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(95,95,95,1)), color-stop(50%, rgba(108,108,108,1)), color-stop(100%, rgba(95,95,95,1)));
    background: -webkit-linear-gradient(top, rgba(95,95,95,1) 0%, rgba(108,108,108,1) 50%, rgba(95,95,95,1) 100%);
    background: -o-linear-gradient(top, rgba(95,95,95,1) 0%, rgba(108,108,108,1) 50%, rgba(95,95,95,1) 100%);
    background: -ms-linear-gradient(top, rgba(95,95,95,1) 0%, rgba(108,108,108,1) 50%, rgba(95,95,95,1) 100%);
    background: linear-gradient(to bottom, rgba(95,95,95,1) 0%, rgba(108,108,108,1) 50%, rgba(95,95,95,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f5f5f', endColorstr='#5f5f5f', GradientType=0 );
}

.products_wrapper {
    position: absolute;
    height: 500px;
    perspective: 1000px;
    z-index: 1;
}

.products_slide {
    height: 500px;
    width: 100%;
    transform-origin: center left;
    -webkit-transform-origin: center left;
}

.can_set {
    height: 524px;
    width: 198px;
    margin: 0 auto;
    position: relative;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    will-change: transform;
}

.can_set > i {
    background-repeat: no-repeat;
    background-position: 0 0;
}

.can_3D:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    -webkit-box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.3);
    z-index: -99;
}


.product_can {
    width: 23.8%;
    min-width: 226px;
}

.product_details {
    position: absolute;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.slider_mask {
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 999;
}

.slider_mask > i {
    background: red !important;
    background: #727579;
    background: -moz-linear-gradient(top, #727579 0%, #898c94 50%, #6e797c 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #727579), color-stop(50%, #898c94), color-stop(100%, #6e797c));
    background: -webkit-linear-gradient(top, #727579 0%, #898c94 50%, #6e797c 100%);
    background: -o-linear-gradient(top, #727579 0%, #898c94 50%, #6e797c 100%);
    background: -ms-linear-gradient(top, #727579 0%, #898c94 50%, #6e797c 100%);
    background: linear-gradient(to bottom, #727579 0%, #898c94 50%, #6e797c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727579', endColorstr='#6e797c', GradientType=0 );
    visibility: hidden;
    transform-origin: center right;
    -webkit-transform-origin: center right;;
}


.product_details > h1 {
    text-transform: uppercase;
    max-width: 32vw;
    padding-top: 0.71vw;
    padding-bottom: 0.5vw;
}

.product_details > h1 > div {
    font-size: 8.33vw;
    line-height: 7vw;
    display: block !important;
    white-space: nowrap;
}

.product_details > p {
    max-width: 515px;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
}

.products_side {
    position: absolute;
    width: 11.1%;
    min-width: 170px;
    top: 0;
    bottom: 0;
    perspective: 10000px;
    perspective-origin: 50%;
    background: #000;
    z-index: 2;
}

.products_side:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.products_flip:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: -moz-linear-gradient(top, #727579 0%, #898c94 50%, #6e797c 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #727579), color-stop(50%, #898c94), color-stop(100%, #6e797c));
    background: -o-linear-gradient(top, #727579 0%, #898c94 50%, #6e797c 100%);
    background: -ms-linear-gradient(top, #727579 0%, #898c94 50%, #6e797c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727579', endColorstr='#6e797c', GradientType=0 );
}

.products_flip {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transform: rotateY(-180deg);
    background: #fff;
    backface-visibility: hidden;
}

.products_vertical {
    position: relative;
    height: 100%;
}

.products_thumb {
    height: 210px;
}

.product_thumb {
    height: 25%;
    padding: 20px 0;
}

.product_thumb > img {
    max-height: 100%;
    display: inline-block;
}

.products_thumbs {
    height: 100%;
    position: relative;
    padding: 40px 0;
    text-align: center;
    transform: translateZ(30px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.products_selector {
    position: absolute;
    width: 5px;
    height: 30px;
    background: #a6241a;
    top: 0;
    transform: translateZ(0px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    backface-visibility: hidden;
}

.front,
.back {
    backface-visibility: hidden;
    transform-origin: center center;
    -webkit-transform-origin: center center;
}
.back {
    transform: rotateY( 180deg );
    background: rgba(95,95,95,1);
    background: -moz-linear-gradient(top, rgba(95,95,95,1) 0%, rgba(108,108,108,1) 50%, rgba(95,95,95,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(95,95,95,1)), color-stop(50%, rgba(108,108,108,1)), color-stop(100%, rgba(95,95,95,1)));
    background: -webkit-linear-gradient(top, rgba(95,95,95,1) 0%, rgba(108,108,108,1) 50%, rgba(95,95,95,1) 100%);
    background: -o-linear-gradient(top, rgba(95,95,95,1) 0%, rgba(108,108,108,1) 50%, rgba(95,95,95,1) 100%);
    background: -ms-linear-gradient(top, rgba(95,95,95,1) 0%, rgba(108,108,108,1) 50%, rgba(95,95,95,1) 100%);
    background: linear-gradient(to bottom, rgba(95,95,95,1) 0%, rgba(108,108,108,1) 50%, rgba(95,95,95,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f5f5f', endColorstr='#5f5f5f', GradientType=0 );
}

.pro_list {
    position: absolute;
    left: 50%;
    z-index: 199;
    -webkit-transform: translateY(-50%) translateZ(-60px) rotateY(-180deg);
    -moz-transform: translateY(-50%) translateZ(-60px) rotateY(-180deg);
    -ms-transform: translateY(-50%) translateZ(-60px) rotateY(-180deg);
    -o-transform: translateY(-50%) translateZ(-60px) rotateY(-180deg);
    transform: translateY(-50%) translateZ(-60px) rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    backface-visibility: hidden;
}

.pro_side_scroller {
    z-index: 199;
    -webkit-transform: translateZ(-60px) rotateY(-180deg);
    -moz-transform: translateZ(-60px) rotateY(-180deg);
    -ms-transform: translateZ(-60px) rotateY(-180deg);
    -o-transform: translateZ(-60px) rotateY(-180deg);
    transform: translateZ(-60px) rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    backface-visibility: hidden;
    left: 50%;
    position: absolute;
    bottom: 50px;
}

.pro_list_circ {
    width: 42px;
    height: 42px;
    position: relative;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.pro_list_text {
    position: absolute;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}

.pro_list_text > span {
    display: block;
}

.pro_list_line {
    border: 1px solid #fff;
    left: 50%;
    width: 40px;
    transform-origin: center center;
    -webkit-transform-origin: center center;
}

.getPos {
    position: absolute;
    width: 10px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
}

.pro_nav {
    position: relative;
    font-size: 0;
    text-align: center;
    top: 13px;
}

.pro_nav > ul > li {
    display: inline-block;
}

.pro_nav > ul > li > span {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
}

.pro_nav > ul > li > span:after,
.pro_nav > ul > li > span:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.40s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: all 0.40s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.40s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.pro_nav > ul > li > span:after {
    width: 5px;
    height: 5px;
    background: #474747;
    margin-top: -2.5px;
}

.pro_nav > ul > li > span:before {
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.pro_nav > ul > li.active > span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.pro_nav > ul > li.active > span:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.inside-title {
    font-size: 14px;
    top: -10px;
    position: relative;
    text-align: center;
    color: #a5a5a5;
    z-index: 199;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.inside-title span {
    display: inline-block;
}

.pro_ing {
    font-size: 0;
    min-width: 213px;
    position: relative;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pro_ing > ul > li {
    width: 53px;
    height: 53px;
    color: #fff;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    padding: 4px;
}

.pro_ing > ul > li span:hover + .ing_icon:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.pro_ing > ul > li > span {
    font-size: 19px;
    line-height: 1;
    display: block;
    line-height: 46px;
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    backface-visibility: hidden;
}

.ing_icon {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 67% 50%;
    border: 2px solid rgba(255,255,255,0.2);
    -webkit-transition: background-color 0.15s linear, border-color 0.15s linear;
    -moz-transition: background-color 0.15s linear, border-color 0.15s linear;
    -ms-transition: background-color 0.15s linear, border-color 0.15s linear;
    transition: background-color 0.15s linear, border-color 0.15s linear;
}

.pro_ing > ul > li:hover .ing_icon {
    background-color: #c20f2f;
    border-color: transparent;
}

.ing_label {
    white-space: nowrap;
    position: absolute;
    bottom: 120%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    backface-visibility: hidden;
}

.ing_label strong {
    font-size: 14px;
    visibility: hidden;
}

.ing_label i {
    font-size: 12px;
    display:block;
}

.pro_ing > ul > li span:hover + .ing_icon {
    opacity: 1;
}

.pro_ing > ul > li span:hover {
    opacity: 0;
}

.menu_set,
.ing_details {
    position: fixed;
    z-index: 9999;
    background: #000;
    visibility: hidden;
}

.menu_wrap {
    z-index: 399;
}

.menu_wrap .lang_list {
    color: rgba(255, 255, 255, 0.5);
    margin-top: 40px;
}

.menu_wrap .lang_list ul li {
    padding: 0 5px !important;
}
.menu_wrap .lang_list ul li img {
    width: 20px !important;
}
.menu_wrap .lang_list ul li span {
    font-size: 11px !important;
}

.menu_wrap .showLang a {
    color: rgba(255,255,255,0.3);
}

.menu_wrap a {
    color: #fff;
    display: inline-block;
    font-size: 40px;
    line-height: 1;
    padding: 16px 0;
}

.menu_wrap a:hover,
.ing_close:hover,
.menu_close:hover,
.lang_close:hover,
.aside_close:hover,
.aside_body > p > span > a:hover,
.aside_info > span > a:hover {
    color: #d3002c;
}

.mn_social {
    position: fixed;
    width: 100%;
    bottom: 5%;
    text-align: center;
}

.mn_social a {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255,255,255,0.6);
    padding: 0 10px;
}

.mn_social a:hover {
    color: #fff;
}

.menu_close {
    position: absolute;
    color: #fff;
    line-height: 25px;
    z-index: 399;
}

#main-section {
    visibility: visible;
    z-index: 99;
}

.ing_details {
    position: fixed;
    z-index: 9999;
    background: #000;
    visibility: hidden;
}

.ing_details .centerY {
    top: 48%;
}

.ing_details h1 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}

.ing_details p {
    font-size: 15px;
    line-height: 24px;
    color: #909090;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
}

.ing_close {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    left: 50%;
    position: absolute;
    color: #fff;
    font-size: 35px;
    top: 50px;
}

body.isDesktop .ing_close {
    visibility: hidden;
}

.ing_details h1 i {
    font-style: normal;
}


.vid_bar {
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    height: 0;
    position: absolute;
}

.vid_bar.top {
    top: 13vh;
}

.vid_bar.bottom {
    bottom: 13vh;
}

.products_content .lines_set {
}

.pro_bar {
    z-index: 999999;
    background: #fff;
    transform-origin: center center;
    -webkit-transform-origin: center center;
}

/* Latest Articles */
#latest-section {visibility: hidden;overflow: hidden;z-index: 99;}

.la_content {
    position: absolute;
    z-index: 999;
}

.la_header {
    margin-bottom: 12.9vh;
    width: 87%;
}

.la_head {
    position: relative;
    width: 100%;
}

.la_head {
    opacity: 0.2;
}

.la_head:hover {
    opacity: 0.4;
}

.la_head.is-selected {
    opacity: 1;
}


.la_head h1 {
    font-size: 6.5625vw;
    line-height: 5.2vw;
    margin-bottom: 35px;
    color: #fff;
}

.la_head a {
    color: #fff;
    font-size: 18px;
}

.la_head a span,
.la_head a i {
    display: inline-block;
    vertical-align: top;
}

.la_head a i {
    margin: 0 5px;
}

.la_list {
    max-width: 250px;
    color: #fff;
}

.la_list,
.la_body,
.la_content_slide {
    /* height: 380px; */
}

.la_list ul {
    position: relative;
}

.la_list ul li {
    position: relative;
    margin-top: 50px;
    opacity: 0.3;
}

.la_list ul li:hover {
    opacity: 0.6;
}

.la_list ul li.selected {
    opacity: 1;
}

.la_list ul li:first-child {
    margin-top: 0;
}

.la_list ul li h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    overflow: hidden;
}

.article_loader {
    position: absolute;
    top: 3px;
    visibility: hidden;
    pointer-events: none;
}

.article_loader input {
    position: absolute;
    visibility: hidden;
}

.la_list ul li.selected .article_loader {
    visibility: visible;
}

.read {
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: -70px;
    display: none;
}

.read span,
.read i {
    display: inline-block;
    position: relative;
}

.read i {
    top: 2px;
}

.la_sep_set {
    position: relative;
    height: 200px;
    width: 2px;
    background: rgba(255,255,255,0.3);
    margin: 0 130px;
}

.la_body {
    position: relative;
}

.la_content_slider {
    height: 100%;
}

.la_details {
    width: calc(100% - 520px);
}

.la_details h1 {
    font-size: 3.385vw;
    line-height: 3.8vw;
    color: #fff;
    max-width: 33.59375vw;
}

.la_details p {
    max-width: 500px;
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    line-height: 28px;
    margin-top: 25px;
}

.la_content_slide {
    width: 100%;
    opacity: 0.4;
}

.la_content_slide.is-selected {
    opacity: 1;
}

.la_header_sider {
    position: relative;
}

.la_current_cover {
    position: absolute;
    z-index: 99;
    background: #000;
    pointer-events: none;
}

.la_current_cover i {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
    backface-visibility: hidden;
}

.la_cover_slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.flickity-slider, .flickity-viewport {
    height: 100%;
    backface-visibility: hidden;
}


.mask {
    z-index: 9999;
    background: #fff;
    transform-origin: center top;
    -webkit-transform-origin: center top;
}

.spinner {
    position:absolute;
    top:50%;
    left:50%;
    width:45px;
    height:45px;
    margin-top:-22.5px;
    margin-left:-22.5px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border: 2px solid rgba(0,0,0,.15);
    border-bottom-color: #000;
    -webkit-animation:rotateSpinner .5s linear infinite;
    animation:rotateSpinner .5s linear infinite;
    z-index:99;
}

.spinner.light {
    border: 2px solid rgba(255,255,255,.15);
    border-bottom-color: #fff;
}

@-webkit-keyframes rotateSpinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotateSpinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.can_wrap {
    left: 12%;
    right: 12%;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    height: 629px;
    z-index: 999;
    opacity: 0;
}

._can, .can, .fake_can {
    width: 392px;
    height: 629px;
    position: absolute;
    left: 0;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.fake_can {
    opacity: 0;
}

.can img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    backface-visibility: hidden;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.intro_wrap {
    position: fixed;
    z-index: 399;
}


#CO_1,
.intro_loader_set {
    background: -webkit-linear-gradient(271deg, rgb(2, 11, 8) 0%, rgb(4, 11, 8) 100%);
    background: -o-linear-gradient(271deg, rgb(2, 11, 8) 0%, rgb(4, 11, 8) 100%);
    background: -ms-linear-gradient(271deg, rgb(2, 11, 8) 0%, rgb(4, 11, 8) 100%);
    background: -moz-linear-gradient(271deg, rgb(2, 11, 8) 0%, rgb(4, 11, 8) 100%);
    background: linear-gradient(179deg, rgb(2, 11, 8) 0%, rgb(4, 11, 8) 100%);
    visibility: visible;
}

#CO_2 {
    background: -webkit-linear-gradient(298deg, rgb(42, 48, 46) 0%, rgb(47, 41, 46) 100%);
    background: -o-linear-gradient(298deg, rgb(42, 48, 46) 0%, rgb(47, 41, 46) 100%);
    background: -ms-linear-gradient(298deg, rgb(42, 48, 46) 0%, rgb(47, 41, 46) 100%);
    background: -moz-linear-gradient(298deg, rgb(42, 48, 46) 0%, rgb(47, 41, 46) 100%);
    background: linear-gradient(152deg, rgb(42, 48, 46) 0%, rgb(47, 41, 46) 100%);
    visibility: hidden;
}

#CO_3 {
    background: -webkit-linear-gradient(top, rgb(144, 116, 71) 0%, rgb(192, 151, 92) 40%);
    background: -o-linear-gradient(top, rgb(144, 116, 71) 0%, rgb(192, 151, 92) 40%);
    background: -ms-linear-gradient(top, rgb(144, 116, 71) 0%, rgb(192, 151, 92) 40%);
    background: -moz-linear-gradient(top, rgb(144, 116, 71) 0%, rgb(192, 151, 92) 40%);
    background: linear-gradient(to bottom, rgb(144, 116, 71) 0%, rgb(192, 151, 92) 40%);
    visibility: hidden;
}

#CO_4 {
    background: rgba(140,6,31,1);
    background: -moz-linear-gradient(top, rgba(140,6,31,1) 0%, rgba(165,7,36,1) 40%, rgba(165,7,36,1) 60%, rgba(140,6,31,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(140,6,31,1)), color-stop(40%, rgba(165,7,36,1)), color-stop(60%, rgba(165,7,36,1)), color-stop(100%, rgba(140,6,31,1)));
    background: -webkit-linear-gradient(top, rgba(140,6,31,1) 0%, rgba(165,7,36,1) 40%, rgba(165,7,36,1) 60%, rgba(140,6,31,1) 100%);
    background: -o-linear-gradient(top, rgba(140,6,31,1) 0%, rgba(165,7,36,1) 40%, rgba(165,7,36,1) 60%, rgba(140,6,31,1) 100%);
    background: -ms-linear-gradient(top, rgba(140,6,31,1) 0%, rgba(165,7,36,1) 40%, rgba(165,7,36,1) 60%, rgba(140,6,31,1) 100%);
    background: linear-gradient(to bottom, rgba(140,6,31,1) 0%, rgba(165,7,36,1) 40%, rgba(165,7,36,1) 60%, rgba(140,6,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c061f', endColorstr='#8c061f', GradientType=0 );
    visibility: hidden;
}

.line_set {
    width: 100%;
    height: 49px;
    position: absolute;
    top: auto !important;
    bottom: 7px !important;
}


.line_point {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.3);
}

.line_point.point_b {
    width: 49px;
    height: 49px;
    right: 0;
}

.line_point > i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    background: rgb(204, 204, 204);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.line_shape {
    position: absolute;
    right: 28px;
    left: 19px;
    height: 1px;
    background: rgba(255,255,255,0.2);
    z-index: 99;
    transform-origin: left center;
    -webkit-transform-origin: left center;
}

.intro_progress {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flavor {
    z-index: 99;
    background: #000;
}

.line_shape > i {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 0;
}

.getVal {
    font-style: normal;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    position: absolute;
    right: 0;
    top: -30px;
    opacity: 0;
}

#intro {
    z-index: 9999;
    visibility: hidden;
}

.grap_set {
    position: fixed;
    z-index: 4999;
    width: 115px;
    height: 58px;
    left: 0;
    top: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    opacity: 0;
}

.isMobile .grap_set {
    display: none;
}

.grap_set,
.grap_set *,
.grap_set:hover,
.grap_set:active {
    cursor: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
}

.grap_center {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    opacity: 0.3;
    transform-origin: center;
    -webkit-transform-origin: center;
}

.grap_center:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.grap_circle {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    position: absolute;
}

.grap_circle:after {
    content: '';
    width: 58px;
    height: 58px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    border: 2px solid rgba(255,255,255,0.8);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.grap_arrow {
    position: absolute;
    color: #fff;
    font-size: 20px;
    display: block;
}

.grap_arrow {
    position: absolute;
    color: #fff;
    font-size: 30px;
    display: block;
}


.grap_right,
.grap_left {
    top: 50%;
    margin-top: -15px;
}


.grap_left {
    left: 5px;
}

.grap_right {
    right: 5px;
}

.grap_set > * {
    -webkit-transition: all 0.50s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all 0.50s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.50s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.grap_set.expand > * {
    opacity: 0.5;
}
.grap_set.scale .grap_center {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
}

.grap_set.expand .grap_circle {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
}

.grap_set.scale .grap_tips {
    opacity: 1;
}

.grap_set.expand .grap_right {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.grap_set.expand .grap_left {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}

.grap_tips {
    position: absolute;
    width: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 80px;
    opacity: 0.5;
}

.grap_tips > h5 {
    text-align: center;
    color: #fff;
    font-size: 9px;
    line-height: 14px;
    text-transform: uppercase;
    backface-visibility: hidden;
}


.page_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.page_cover > i {
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
}

.pc_top {
    top: 0;
    background: rgba(140,6,31,1);
    background: -moz-linear-gradient(top, rgba(140,6,31,1) 0%, rgba(165,7,36,1) 80%, rgba(165,7,36,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(140,6,31,1)), color-stop(80%, rgba(165,7,36,1)), color-stop(100%, rgba(165,7,36,1)));
    background: -webkit-linear-gradient(top, rgba(140,6,31,1) 0%, rgba(165,7,36,1) 80%, rgba(165,7,36,1) 100%);
    background: -o-linear-gradient(top, rgba(140,6,31,1) 0%, rgba(165,7,36,1) 80%, rgba(165,7,36,1) 100%);
    background: -ms-linear-gradient(top, rgba(140,6,31,1) 0%, rgba(165,7,36,1) 80%, rgba(165,7,36,1) 100%);
    background: linear-gradient(to bottom, rgba(140,6,31,1) 0%, rgba(165,7,36,1) 80%, rgba(165,7,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c061f', endColorstr='#a50724', GradientType=0 );
}

.pc_bottom {
    bottom: 0;
    background: rgba(165,7,36,1);
    background: -moz-linear-gradient(top, rgba(165,7,36,1) 0%, rgba(165,7,36,1) 20%, rgba(140,6,31,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(165,7,36,1)), color-stop(20%, rgba(165,7,36,1)), color-stop(100%, rgba(140,6,31,1)));
    background: -webkit-linear-gradient(top, rgba(165,7,36,1) 0%, rgba(165,7,36,1) 20%, rgba(140,6,31,1) 100%);
    background: -o-linear-gradient(top, rgba(165,7,36,1) 0%, rgba(165,7,36,1) 20%, rgba(140,6,31,1) 100%);
    background: -ms-linear-gradient(top, rgba(165,7,36,1) 0%, rgba(165,7,36,1) 20%, rgba(140,6,31,1) 100%);
    background: linear-gradient(to bottom, rgba(165,7,36,1) 0%, rgba(165,7,36,1) 20%, rgba(140,6,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a50724', endColorstr='#8c061f', GradientType=0 );
}

.pc_top.dark,
.pc_bottom.dark {
    background: #020b08;
}

.intro_loader_set {
    z-index: 999;
}

.intro_loader {
    width: 100px;
    height: 2px;
    display: block;
    margin: 0 auto;
    background: #232323;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    overflow: hidden;
}

.intro_loader i {
    background: #bf1a2d;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: left center;
    -webkit-transform-origin: left center;
}

/* Article */
#wrap {
    padding-top: 13vh;
    position: relative;
    z-index: 199;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 87px;
    position: relative;
}

.article_container {
    margin: 100px 11%;
    position: relative;
}

.article_head {
    margin: 40px 0;
}

.breadcrumb {
    position: relative;
}

.breadcrumb a {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px;
    color: #959595;
}

.breadcrumb a:hover {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px;
    color: #000;
}

.breadcrumb a:not(:first-child):before {
    content: '/';
    position: absolute;
    color: #959595;
}

.breadcrumb a:last-child {
    color: #b22335;
}

.article_head h1 {
    font-size: 80px;
    line-height: 75px;
    margin: 20px 0 0 0;
    text-transform: uppercase;
}

.article_head h5,
.article_details h5 {
    font-size: 14px;
    color: #959595;
    margin-top: 5px;
}

.article_cover {
    position: relative;
    z-index: 199;
    margin-bottom: 40px;
    min-height: 400px;
    background: #000;
    overflow: hidden;
    backface-visibility: hidden;
    z-index: 999;
}

.article_cover > i {
    background-size: cover;
    background-position: center;
    bottom: -30px;
}

.videowrapper {
    position: absolute;
    clear: both;
    width: 100%;
    z-index: 99;
    visibility: hidden;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.text_body iframe {
}

.hasVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.text_body p iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.text_body {
    padding: 0 30px;
}

.text_body > p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 35px;
}

.text_body > p > img {
    max-width: 100%;
    display: block;
}

.text_body h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 50px;
}


.text_body > p:last-child {
    margin-top: 0;
}

.playbutton {
    z-index: 499;
    color: #fff;
    font-size: 50px;
    line-height: 1px;
    position: absolute;
    visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

.article_cover.video .playbutton {
    display: block;
}

.article_cover:hover .playbutton i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.cover_mask,
.video_cover {
    background: #000;
    z-index: 1999;
}

.video_cover {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.article_gallery_set {
    position: relative;
}

.gallery_col {
    height: 600px;
    width: calc(60% - 2px);
    margin: 0 15px;
    overflow: hidden;
}

.col_cover {
    background-color: #eee;
    background-size: cover;
    background-position: center;
    right: -80px;
    left: -80px;
    backface-visibility: hidden;
    will-change: transform;
}

.col_inner {
    height: calc(50% - 15px);
    position: relative;
    overflow: hidden;
}

.col_inner:first-child {
    margin-bottom: 30px;
}

#gallery {
    overflow: hidden;
}

#gallery .article_container {
    margin-top: 0;
}

.inner_ing_icon {
    width: 100px;
    height: 100px;
    background-size: 80px 80px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 30px;
}

.skip_intro {
    position: absolute;
    color: #666d6b;
    font-size: 13px;
    z-index: 9999;
    margin-top: 20px;
    padding: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
}

.skip_intro span {
    top: -1px;
    position: relative;
}

.skip_intro i {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.skip_intro span,
.skip_intro i {
    display: inline-block;
}

.skip_intro:hover,
.skip_intro.clicked {
    color: #fff;
}

.skip_intro:hover span,
.skip_intro.clicked span {
    opacity: 0;
}

.skip_intro:hover i,
.skip_intro.clicked i {
    opacity: 1;
}

/* Articles */
.page_heading {
    width: 100%;
    position: relative;
    z-index: 99;
    margin-top: 35px;
}

.page_heading > h1 {
    font-size: 80px;
}

.articles {
    position: relative;
    z-index: 299;
}

.article {
    margin: 40px 0;
    position: relative;
    overflow: hidden;
    height: 33vw;
    min-height: 300px;
    color: #fff;
    width: 100%;
    display: block;
    overflow: hidden;
}

.article h2 {
    font-size: 3vw;
    max-width: 30vw;
    margin: 0 auto;
}

.article span {
    font-size: 21px;
    color: rgba(255,255,255,0.8);
    margin-top: 10px;
    display: block;
}

.article i {
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    -webkit-transition: background-color 0.30s ease-out;
    -moz-transition: background-color 0.30s ease-out;
    transition: background-color 0.30s ease-out;
}

body.isDesktop .article:hover i {
    background-color: #c1032f;
}

#Brand {
    background: #000;
}

.br_head h1 {
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    position: relative;
    z-index: 99;
}

.br_head {
    position: relative;
    display: inline-block;
}

.perspective {
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.perspective_element {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: center;
}

.br_head .animateme {
    will-change: transform;
    backface-visibility: hidden;
    transform-origin: center bottom;
}

.br_head h1 span {
    display: block;
}

.text-red {
    color: #d30027;
    visibility: hidden;
}

.head_icons {
    visibility: hidden;
    position: absolute;
    color: #fff;
    top: -100px;
    right: -100px;
    bottom: -90px;
    left: -100px;
}

.head_icons span {
    position: absolute;
    font-size: 80px;
}

.head_icons span:nth-child(1) {
    bottom: 0;
}

.head_icons span:nth-child(2) {
    top: 0;
}

.br_section {
    text-align: center;
    position: relative;
    z-index: 499;
}

body.isDesktop .br_section {
    overflow: hidden;
}

#story-B {
    padding-bottom: 100px;
}

.br_footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 13vh;
    z-index: 1999;
    background-blend-mode: exclusion;
    mix-blend-mode: exclusion;
}

.br_progress {
    width: 2px;
    height: 30px;
    background: rgba(255,255,255,0.2);
    position: relative;
}

.br_progress > i {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
}

.dark .br_progress {
    background: rgba(0,0,0,0.2);
}

.dark .br_progress > i {
    background: #000;
}

.br_bg {
    width: 100%;
    perspective: 1000px;
    backface-visibility: hidden;
    overflow: hidden;
    will-change: transform;
}

#story-B .br_bg {
    position: fixed;
    top: 0;
    bottom: 0;
}

.br_bg i {
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    backface-visibility: hidden;
}

.br_content {
    position: relative;
    z-index: 99;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 60px;
    color: #fff;
}

.br_row {
    position: relative;
    margin-top: 65px;
}

.br_row:first-child {
    margin-top: 0 !important;
}

.br_col:first-child {
    width: 220px;
}

.br_col:nth-child(2) {
    width: calc(100% - 220px);
}

.br_col span {
    font-size: 32px;
    line-height: 38px;
    display: block;
}

.br_col > p {
    line-height: 30px;
    padding-top: 40px;
    opacity: 0.5 !important;
}

.br_col > p:first-child {
    padding-top: 0;
}

.br_bg_b {
    overflow: hidden;
}

body.isDesktop #our-brand .br_bg > i {
    background-attachment: fixed;
}

#our-brand .br_head {
    margin-bottom: 120px;
    padding-top: 70px;
}

/* Locations */
#Locations {
    background: #15141a;
}

#our-locations {
    background: #15141a;
}

.map_set {
    width: 1680px;
    height: 948px;
    text-align: center;
    position: relative;
    z-index: 499 !important;
    will-change: transform;
    backface-visibility: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.map {
    background: #15141a;
    position: absolute;
    z-index: -1;
    width: 1680px;
    height: 948px;
    top: 0;
    left: 0;
}

.anchors_set {
    top: 50%;
    position: absolute;
    z-index: -1;
    width: 1680px;
    height: 948px;
    top: 0;
    left: 0;
}

.pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #27272f;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}

.unique .pin {
    background: #960526;
}
.anchor:hover {
    z-index: 999;
}

.anchor.active .pin_label,
.anchor:hover .pin_label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.pin.play {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
    opacity: 1;
}

.pin:after {
    content: '';
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: #151419;
    position: absolute;
    border-radius: 50%;
}
.pulse {
    background: rgba(0,0,0,0.15);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2;
    display: none;
}
.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #404054;
    box-shadow: 0 0 1px 2px #404054;
}

.unique .pulse:after {
    -webkit-box-shadow: 0 0 1px 2px #c1032f;
    box-shadow: 0 0 1px 2px #c1032f;
}

@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-1000px) rotate(-45deg);
    -moz-transform: translateY(-1000px) rotate(-45deg);
    -o-transform: translateY(-1000px) rotate(-45deg);
    -ms-transform: translateY(-1000px) rotate(-45deg);
    transform: translateY(-1000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-1000px) rotate(-45deg);
    -moz-transform: translateY(-1000px) rotate(-45deg);
    -o-transform: translateY(-1000px) rotate(-45deg);
    -ms-transform: translateY(-1000px) rotate(-45deg);
    transform: translateY(-1000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-1000px) rotate(-45deg);
    -moz-transform: translateY(-1000px) rotate(-45deg);
    -o-transform: translateY(-1000px) rotate(-45deg);
    -ms-transform: translateY(-1000px) rotate(-45deg);
    transform: translateY(-1000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-1000px) rotate(-45deg);
    -moz-transform: translateY(-1000px) rotate(-45deg);
    -o-transform: translateY(-1000px) rotate(-45deg);
    -ms-transform: translateY(-1000px) rotate(-45deg);
    transform: translateY(-1000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}


.anchor {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: left;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
}

.anchor.unique {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}

.anchor:hover {
    z-index: 999;
}

.anchor:hover .pin_label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.anchor.active .pulse {
    display: block;
}

.pin_label {
    font-size: 16px;
    color: #b1b1b1;
    position: absolute;
    top: -25px;
    white-space: nowrap;
    left: -70px;
    text-align: center;
    width: 160px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.aside_set {
    z-index: 999999;
    background: rgba(0,0,0,0);
    position: fixed;
    visibility: hidden;
}

aside {
    position: fixed;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    max-width: 560px;
    overflow: hidden;
}

.aside_content {
    height: 100%;
    padding: 15vh 72px;
    width: calc(100% + 20px);
    overflow-y: scroll;
    position: relative;
}

.close_set {
    position: absolute;
    z-index: 99;
    height: 13vh;
    font-size: 35px;
    z-index: 499;
}

.aside_close {
    line-height: 25px;
}

.aside_tab {
    display: none;
}

.aside_head {
    position: relative;
    margin-bottom: 50px;
}

.aside_head > h1 {
    font-size: 40px;
    color: #c22033;
}

.aside_head > span {
    font-size: 18px;
    display: inline-block;
}

.aside_body {
    margin-bottom: 100px;
}

.aside_body > p {
    padding: 10px 0;
    overflow: hidden;
}

.aside_body > p > span,
.aside_body > p > span > a {
    display: inline-block;
    color: #474747;
}

.aside_body > p > span {
    line-height: 20px;
}
.aside_body > p > span:last-child {
    width: calc(100% - 25px);
}
.aside_body > p > span:first-child {
    width: 25px;
    color: #000;
}

.aside_info {
    position: relative;
}

.aside_info > h2 {
    font-size: 18px;
}

.aside_info > span {
    display: inline-block;
    margin-top: 5px;
}

.aside_info > span > a {
    color: #000;
    text-decoration: underline;
}

.aside_info > h3 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 30px;
    max-width: 90%;
}

.aside_info > p {
    margin-top: 100px;
    font-size: 13px;
    line-height: 22px;
    color: #8b8b8b;
}

.aside_info > p > a {
    color: #404040;
}

.aside_info > p > a:hover {
    color: #000;
}

aside strong {
    line-height: 1;
}


.glitch_cover {
    --gap-horizontal: 20px;
    --gap-vertical: 2px;
    --time-anim: 2.25s;
    --blend-mode-1: none;
    --blend-mode-2: none;
    --blend-mode-3: multiply;
    --blend-mode-4: none;
    --blend-mode-5: none;
    --blend-color-1: transparent;
    --blend-color-2: transparent;
    --blend-color-3: #af4563;
    --blend-color-4: transparent;
    --blend-color-5: transparent;
}

.glitch_img {
    position: absolute;
    top: calc(-1 * var(--gap-vertical));
    left: calc(-1 * var(--gap-horizontal));
    width: calc(100% + var(--gap-horizontal) * 2);
    height: calc(100% + var(--gap-vertical) * 2);
    background-color: var(--blend-color-1);
    background-size: cover;
    transform: translate3d(0,0,0);
    background-blend-mode: var(--blend-mode-1);
}

/* Hide all images except the first one */
.glitch_img:nth-child(n+2) {
    opacity: 0;
}

/* Hovers */

/* On hover we show the 2nd, 3rd, 4th and 5th image*/
body.isDesktop .article:hover .glitch_cover .glitch_img:nth-child(n+2) {
    opacity: 1;
}

/* Hover animations for horizontal case */
.article:hover .glitch_cover .glitch_img:nth-child(2) {
    transform: translate3d(var(--gap-horizontal),0,0);
    animation: glitch-anim-1-horizontal var(--time-anim) linear forwards;
    animation-iteration-count: 1
}

.article:hover .glitch_cover > .glitch_img:nth-child(3) {
    transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0);
    animation: glitch-anim-2-horizontal var(--time-anim) linear forwards;
    animation-iteration-count: 1
}

.article:hover .glitch_cover > .glitch_img:nth-child(4) {
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1,-1,1);
    animation: glitch-anim-3-horizontal var(--time-anim) linear forwards;
    animation-iteration-count: 1
}

/* Hover flash animation on last image */
body.isDesktop .article:hover .glitch_cover > .glitch_img:nth-child(5) {
    animation: glitch-anim-flash 0.5s steps(1,end);
}


/* Horizontal */
@keyframes glitch-anim-1-horizontal {
    0% { 
        -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
        clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    }
    10% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
        clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    }
    20% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
        clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    }
    30% {
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
        clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    }
    40% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
        clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    }
    50% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    }
    60% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    }
    70% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    }
    80% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    }
    90% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    }
    100% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
        clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    }
}

@keyframes glitch-anim-2-horizontal {
    0% { 
        -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
        clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    }
    15% {
        -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
        clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    }
    22% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
        clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    }
    31% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    }
    45% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
        clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    }
    51% {
        -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
        clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    }
    63% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    }
    76% {
        -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
        clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    }
    81% {
        -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
        clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    }
    94% {
        -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
        clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    }
    100% {
        -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
        clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    }
}

@keyframes glitch-anim-3-horizontal {
    0% { 
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
        clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    }
    5% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
        clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    }
    10% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
        clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    }
    25% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    }
    27% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
        clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    }
    30% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
        clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    }
    33% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
        clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    }
    37% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
        clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    }
    40% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
        clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    }
    45% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
        clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    }
    50% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
        clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    }
    53% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
        clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    }
    57% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
        clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    }
    60% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
        clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    }
    65% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
        clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    }
    70% {
        -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
        clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    }
    73% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    }
    80% {
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
        clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    }
    100% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
        clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    }
}

/* Vertical */
@keyframes glitch-anim-1-vertical {
    0% { 
        -webkit-clip-path: polygon(2% 0, 5% 0, 5% 100%, 2% 100%);
        clip-path: polygon(2% 0, 5% 0, 5% 100%, 2% 100%);
    }
    10% {
        -webkit-clip-path: polygon(15% 0, 15% 0, 15% 100%, 15% 100%);
        clip-path: polygon(15% 0, 15% 0, 15% 100%, 15% 100%);
    }
    20% {
        -webkit-clip-path: polygon(10% 0, 20% 0, 20% 100%, 10% 100%);
        clip-path: polygon(10% 0, 20% 0, 20% 100%, 10% 100%);
    }
    30% {
        -webkit-clip-path: polygon(1% 0, 2% 0, 2% 100%, 1% 100%);
        clip-path: polygon(1% 0, 2% 0, 2% 100%, 1% 100%);
    }
    40% {
        -webkit-clip-path: polygon(33% 0, 33% 0, 33% 100%, 33% 100%);
        clip-path: polygon(33% 0, 33% 0, 33% 100%, 33% 100%);
    }
    50% {
        -webkit-clip-path: polygon(44% 0, 44% 0, 44% 100%, 44% 100%);
        clip-path: polygon(44% 0, 44% 0, 44% 100%, 44% 100%);
    }
    60% {
        -webkit-clip-path: polygon(50% 0, 20% 0, 20% 100%, 50% 100%);
        clip-path: polygon(50% 0, 20% 0, 20% 100%, 50% 100%);
    }
    70% {
        -webkit-clip-path: polygon(70% 0, 70% 0, 70% 100% 70%, 70% 100%);
        clip-path: polygon(70% 0, 70% 0, 70% 100% 70%, 70% 100%);
    }
    80% {
        -webkit-clip-path: polygon(80% 0, 80% 0, 80% 100% 80%, 80% 100%);
        clip-path: polygon(80% 0, 80% 0, 80% 100% 80%, 80% 100%);
    }
    90% {
        -webkit-clip-path: polygon(50% 0, 55% 0, 55% 100%, 50% 100%);
        clip-path: polygon(50% 0, 55% 0, 55% 100%, 50% 100%);
    }
    100% {
        -webkit-clip-path: polygon(70% 0, 80% 0, 80% 100%, 70% 100%);
        clip-path: polygon(70% 0, 80% 0, 80% 100%, 70% 100%);
    }
}

@keyframes glitch-anim-2-vertical {
    0% { 
        -webkit-clip-path: polygon(25% 0, 30% 0, 30% 100%, 25% 100%);
        clip-path: polygon(25% 0, 30% 0, 30% 100%, 25% 100%);
    }
    15% {
        -webkit-clip-path: polygon(3% 0, 3% 0, 3% 100%, 3% 100%);
        clip-path: polygon(3% 0, 3% 0, 3% 100%, 3% 100%);
    }
    22% {
        -webkit-clip-path: polygon(5% 0, 20% 0, 20% 100%, 5% 100%);
        clip-path: polygon(5% 0, 20% 0, 20% 100%, 5% 100%);
    }
    31% {
        -webkit-clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
        clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
    }
    45% {
        -webkit-clip-path: polygon(40% 0, 40% 0, 40% 100%, 40% 100%);
        clip-path: polygon(40% 0, 40% 0, 40% 100%, 40% 100%);
    }
    51% {
        -webkit-clip-path: polygon(52% 0, 59% 0, 59% 100%, 52% 100%);
        clip-path: polygon(52% 0, 59% 0, 59% 100%, 52% 100%);
    }
    63% {
        -webkit-clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
        clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
    }
    76% {
        -webkit-clip-path: polygon(75% 0, 75% 0, 75% 100%, 75% 100%);
        clip-path: polygon(75% 0, 75% 0, 75% 100%, 75% 100%);
    }
    81% {
        -webkit-clip-path: polygon(65% 0, 40% 0, 40% 100%, 65% 100%);
        clip-path: polygon(65% 0, 40% 0, 40% 100%, 65% 100%);
    }
    94% {
        -webkit-clip-path: polygon(45% 0, 50% 0, 50% 100%, 45% 100%);
        clip-path: polygon(45% 0, 50% 0, 50% 100%, 45% 100%);
    }
    100% {
        -webkit-clip-path: polygon(14% 0, 33% 0, 33% 100%, 14% 100%);
        clip-path: polygon(14% 0, 33% 0, 33% 100%, 14% 100%);
    }
}

@keyframes glitch-anim-3-vertical {
    0% { 
        -webkit-clip-path: polygon(1% 0, 3% 0, 3% 100%, 1% 100%);
        clip-path: polygon(1% 0, 3% 0, 3% 100%, 1% 100%);
    }
    5% {
        -webkit-clip-path: polygon(10% 0, 9% 0, 9% 100%, 10% 100%);
        clip-path: polygon(10% 0, 9% 0, 9% 100%, 10% 100%);
    }
    10% {
        -webkit-clip-path: polygon(5% 0, 6% 0 6% 100%, 5% 100%);
        clip-path: polygon(5% 0, 6% 0 6% 100%, 5% 100%);
    }
    25% {
        -webkit-clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
        clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
    }
    27% {
        -webkit-clip-path: polygon(10% 0, 10% 0, 10% 100%, 10% 100%);
        clip-path: polygon(10% 0, 10% 0, 10% 100%, 10% 100%);
    }
    30% {
        -webkit-clip-path: polygon(30% 0, 25% 0, 25% 100%, 30% 100%);
        clip-path: polygon(30% 0, 25% 0, 25% 100%, 30% 100%);
    }
    33% {
        -webkit-clip-path: polygon(15% 0, 16% 0, 16% 100%, 15% 100%);;
        clip-path: polygon(15% 0, 16% 0, 16% 100%, 15% 100%);
    }
    37% {
        -webkit-clip-path: polygon(40% 0, 39% 0, 39% 100%, 40% 100%);;
        clip-path: polygon(40% 0, 39% 0, 39% 100%, 40% 100%);
    }
    40% {
        -webkit-clip-path: polygon(20% 0, 21% 0, 21% 100%, 20% 100%);
        clip-path: polygon(20% 0, 21% 0, 21% 100%, 20% 100%); 
    }
    45% {
        -webkit-clip-path: polygon(60% 0, 55% 0, 55% 100%, 60% 100%);
        clip-path: polygon(60% 0, 55% 0, 55% 100%, 60% 100%);
    }
    50% {
        -webkit-clip-path: polygon(30% 0, 31% 0, 31% 100%, 30% 100%);
        clip-path: polygon(30% 0, 31% 0, 31% 100%, 30% 100%);
    }
    53% {
        -webkit-clip-path: polygon(70% 0, 69% 0, 69% 100%, 70% 100%);
        clip-path: polygon(70% 0, 69% 0, 69% 100%, 70% 100%);
    }
    57% {
        -webkit-clip-path: polygon(40% 0, 41% 0, 41% 100%, 40% 100%);
        clip-path: polygon(40% 0, 41% 0, 41% 100%, 40% 100%);
    }
    60% {
        -webkit-clip-path: polygon(80% 0, 75% 0, 75% 100%, 80% 100%);
        clip-path: polygon(80% 0, 75% 0, 75% 100%, 80% 100%);
    }
    65% {
        -webkit-clip-path: polygon(50% 0, 51% 0, 51% 100%, 50% 100%);
        clip-path: polygon(50% 0, 51% 0, 51% 100%, 50% 100%);
    }
    70% {
        -webkit-clip-path: polygon(90% 0, 90% 0, 90% 100%, 90% 100%);
        clip-path: polygon(90% 0, 90% 0, 90% 100%, 90% 100%);
    }
    73% {
        -webkit-clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
        clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
    }
    80% {
        -webkit-clip-path: polygon(100% 0, 99% 0, 99% 100%, 100% 100%);
        clip-path: polygon(100% 0, 99% 0, 99% 100%, 100% 100%);
    }
    100% {
        -webkit-clip-path: polygon(70% 0, 71% 0, 71% 100%, 70% 100%);
        clip-path: polygon(70% 0, 71% 0, 71% 100%, 70% 100%);
    }
}

/* Flash */
@keyframes glitch-anim-flash {
    0% { 
        opacity: 0.2; 
        transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
    }
    33%, 100% { 
        opacity: 0;
        transform: translate3d(0,0,0);
    }
}

.article_details {
    position: -webkit-sticky;
    position: sticky;
    top: 13vh;
    padding: 0 30px;
    z-index: 99;
}

.article_details h5 {
    font-size: 12px;
}

.article_details h1 {
    font-size: 20px;
    margin: 7px 0;
}

.share_article {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 0;
}

.share {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
}

.inner_article_cover {
    position: relative;
    height: 3vh;
    height: 140px;
    background: #eee;
}

.inner_article_cover > i {
    background-size: cover;
    background-position: center;
}

.inner_article_cover .playbutton {
    font-size: 27px;
}


/* languages */
.lang_menu {
    position: absolute;
    width: 16.5%;
    white-space: nowrap;
}

header.light .lang_menu {
    color: #fff;
}

.menu.light div {
  background: #fff;
}

.lang_menu span,
.lang_menu i {
    display: inline-block;
    position: relative;
    padding: 0 1px;
}

.lang_menu i {
    top: -1px;
    font-size: 14px;
}

.lang_menu span {
    font-size: 11px;
    text-transform: uppercase;
}
#language {
    position: fixed;
    z-index: 999991;
    visibility: visible;
}

.lang_wrapper {
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 99;
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
}

.lang_bg {
    position: fixed;
    background: rgba(0,0,0,0.9);
    visibility: hidden;
}

.lang_content {
    top: 47%;
    position: relative;
}

.lang_close {
    font-size: 27px;
    margin-bottom: 40px;
    display: inline-block;
}

.lang_wrapper h1 {
    font-size: 30px;
}

.region_nav {
    position: relative;
    padding-bottom: 3px;
    margin: 30px 0 50px 0;
    display: inline-block;
}

.region_nav ul li {
    display: inline-block;
    color: #5d5d5d;
    font-size: 12px;
    margin: 0 12px;
}

.region_nav ul li span {
    display: block;
}

.rg_selector {
    background: #d3002c;
    width: 20px;
    height: 3px;
    position: absolute;
    bottom: 0;
    transform-origin: center center;
    -webkit-transform-origin: center center;
}

.lang_list {
    position: relative;
    font-size: 0;
}

.lang_list h2 {
    text-align: center;
    color: #7d7d7d;
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.lang_list ul {
    display: inline-block;
}

.lang_list ul li {
    display: inline-block;
    padding: 0 25px;
}

.lang_list ul li img {
    width: 38px;
    display: block;
    margin: 0 auto;
}

.lang_list ul li span {
    display: block;
    margin-top: 12px;
    font-size: 16px;
}

.lang_list ul:hover li img,
.lang_list ul:hover li span {
    opacity: 0.3;
}

.lang_list ul li:hover img,
.lang_list ul li:hover span {
    opacity: 1;
}

body,
body *,
body *:after,
body *:before,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body img {
    cursor: none !important;
    touch-action: none !important;
}

/* Responsiveness */
@media (max-width: 1400px) {
    #Homepage .lines_set {
        display: none;
    }
    .side * {
        visibility: hidden !important;
    }
    .titles_set > h1 {
        font-size: 10vw;
        line-height: 9vw;
    }
}

@media (max-width: 1280px) {
    .br_footer.dark {
        display: none;
    }
}

@media (max-width: 1200px) {
    .lang_menu,
    .lines_set > i:nth-child(1),
    .lines_set > i:nth-child(6) {
        display: none;
    }
    .can_wrap {
        left: -60px;
        right: -60px;
    }
    #products-section .site_col:not(:nth-child(5)) {
        display: none;
    }
    #products-section .site_col:nth-child(5) {
        display: block;
        margin: 0 auto;
    }
    .product_details > h1 > div {
        font-size: 90px;
        line-height: 80px;
    }
    .product_details > p {
        max-width: 400px;
        font-size: 15px;
        line-height: 22px;
    }
    .intro_wrap,
    .can_set > i,
    .can_3D:after {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    .la_sep_set {
        margin: 0 80px;
    }
    .la_details {
        width: calc(100% - 420px);
    }
    .la_details h1 {
        font-size: 30px;
        line-height: 34px;
    }
    .la_details p {
        font-size: 17px;
        line-height: 26px;
        margin-top: 18px;
    }
    .article_container {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 1024px) {
    .br_head h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .br_row {
        margin-top: 50px;
    }
    .br_content {
        max-width: 95%;
    }
    .head_icons {
        top: -70px;
        right: -70px;
        bottom: -60px;
        left: -70px;
    }
    .head_icons span {
        font-size: 60px;
    }
    .br_col span {
        font-size: 27px;
        line-height: 34px;
    }
    .br_col > p {
        font-size: 14px;
        line-height: 23px;
        padding-top: 35px;
    }
}

@media (max-width: 960px) {
    .product_can {
        margin: 0 auto;
    }
    .product_details {
        top: 80%;
        width: 226px;
        text-align: center !important;
        display: none;
    }
    .products_wrapper {
        right: 0% !important;
        left: 0% !important;
    }
    .la_header {
        margin-bottom: 60px;
        height: 77px;
    }
    .la_head h1 {
        font-size: 50px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .la_head a {
        color: rgba(255,255,255,0.8);
        font-size: 18px;
    }
    .la_content_slide,
    .la_body,
    .la_list {
        /* height: 350px; */
    }
    .la_list {
        max-width: 220px;
    }
    .la_list ul li h2 {
        font-size: 20px;
        line-height: 22px;
    }
    .la_sep_set {
        margin: 0 50px;
    }
    .la_details {
        width: calc(100% - 405px);
    }
    .la_list {
        max-width: 300px;
    }
    .article h2 {
        font-size: 24px;
        max-width: 300px;
        padding: 0 15px;
    }
    .article span {
        font-size: 16px;
        margin-top: 10px;
    }
    .page_heading > h1 {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .can_wrap {
        left: -150px;
        right: -150px;
    }
    .intro_wrap {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }
    .titles_set > h1 {
        font-size: 70px;
        line-height: 70px;
    }
    .wrapper {
        margin: 0 30px;
    }
    .container {
        padding: 0 30px
    }
    .aside_content {
        padding: 110px 42px;
    }
    .bar.left,
    .bar.right {
        width: 30px;
    }
    header,
    .burger_menu_set,
    .bar.top,
    .bar.bottom,
    .close_set {
        height: 100px;
    }
    #wrap {
        padding-top: 130px;
    }
    .vid_bar.top {
        top: 100px;
    }
    .vid_bar.bottom {
        bottom: 100px;
    }
    .section_footer {
        bottom: 30px;
    }
    .la_content {
        width: 100%;
    }
    .article_loader {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .la_sep_set,
    .la_details,
    .la_list ul li span {
        display: none;
    }
    .read {
        display: block;
    }
    .la_list ul li h2 {
        margin-bottom: 0 !important;
    }
    .la_list ul li {
        margin-top: 30px;
    }
    .la_content_slide,
    .la_body,
    .la_list {
        /* height: 195px; */
    }
    .la_header {
        width: 75%;
    }
    .lines_set {
        display: none;
    }
    .text_body {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .article_gallery_set {
        margin-bottom: 30px;
    }
    #our-brand .br_head {
        margin-bottom: 100px;
    }
    .article_head h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .br_head h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .br_row {
        margin-top: 40px;
    }
    .head_icons {
        right: -40px;
        left: -40px;
    }
    .head_icons span {
        font-size: 50px;
    }
    .br_col span {
        font-size: 25px;
        line-height: 32px;
    }
    .br_col > p {
        padding-top: 25px;
    }
    .innerpage header {
        border-bottom: 1px solid #eee;
    }
    .article_cover {
        margin-bottom: 0;
    }
    .article_container {
        margin: 0;
    }
    .article_details {
        width: 100% !Important;
        background: #fff;
        top: 100px;
        padding: 30px 0;
    }
    .share_article {
        margin: 0;
        text-align: center;
    }
    .article_details .breadcrumb,
    .article_details h1,
    .article_details h5,
    .inner_article_cover {
        display: none;
    }
    #gallery {
        padding: 0 30px;
    }
}

@media (max-width: 640px) {
    .products_side {
        visibility: hidden;
    }
    .br_head h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .head_icons {
        right: -30px;
        left: -30px;
    }
    #our-brand .br_head {
        display: block;
        padding-left: 80px;
        padding-right: 80px;
        margin-left: auto;
        margin-right: auto;
        max-width: 95%;
    }
    .br_content {
        padding: 0 80px;
    }
    .head_icons span {
        font-size: 40px;
    }
    .br_col {
        float: none !important;
        width: 100% !important;
    }
    .br_col:first-child {
        margin-bottom: 20px;
    }
    .br_col span {
        font-size: 23px;
        line-height: 30px;
    }
    .br_col > p {
        padding-top: 20px;
    }
    .br_col img {
        display: none;
    }
    .gallery_col {
        width: 70% !important;
        height: 500px;
    }
    .lang_close {
        margin-bottom: 30px;
    }
    .lang_wrapper h1 {
        font-size: 24px;
    }
    .region_nav ul li {
        font-size: 11px;
        margin: 0 10px;
    }
    .lang_list ul li {
        padding: 0 10px;
    }
    .lang_list ul li img {
        width: 30px;
    }
    .lang_list ul li span {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .can_wrap {
        left: -200px;
        right: -200px;
    }
    .intro_wrap {
        -webkit-transform: scale(0.55);
        -moz-transform: scale(0.55);
        -ms-transform: scale(0.55);
        -o-transform: scale(0.55);
        transform: scale(0.55);
    }
    .skip_intro {
        top: auto;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        bottom: 20px;
    }
    .main_logo {
        width: 73px;
        overflow: hidden;
    }
    .main_logo > a > img {
        width: 150px;
        max-width: 150px;
    }
    .close_set,
    .lang_close {
        font-size: 30px;
    }
    .la_header {
        width: 60%;
    }
    .menu_wrap a {
        font-size: 30px;
        padding: 10px 0;
    }
    .mn_social a {
        font-size: 15px;
        padding: 0 10px;
    }
    .aside_head > h1 {
        font-size: 30px;
    }
    .aside_head > span {
        font-size: 16px;
    }
    .aside_body {
        margin-bottom: 80px;
    }
    .aside_body > p {
        font-size: 15px;
        padding: 8px 0;
    }
    .aside_body > p > span {
        line-height: 18px;
    }
    .aside_info > h2 {
        font-size: 15px;
    }
    .aside_info > h3,
    .aside_info > span {
        font-size: 14px;
        line-height: 20px;
    }
    .aside_info > p {
        font-size: 13px;
        line-height: 22px;
    }
    .br_head {
        display: block;
    }
    .head_icons {
        left: 30px;
        right: 30px;
    }
    .br_head h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .head_icons span {
        font-size: 30px;
    }
    .head_icons {
        top: -50px;
        bottom: -50px;
    }
    .br_col span {
        font-size: 20px;
        line-height: 25px;
    }
    .br_col > p {
        font-size: 13px;
    }
    .br_content,
    .br_head {
        max-width: 100% !important;
    }
    #our-brand .br_head {
        margin-bottom: 50px;
    }
    header,
    .bar.top,
    .bar.bottom,
    .burger_menu_set,
    .close_set {
        height: 80px;
    }
    #wrap {
        padding-top: 80px;
    }
    .vid_bar.top {
        top: 80px;
    }
    .vid_bar.bottom {
        bottom: 80px;
    }
    .article_head h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .article_details {
        top: 80px;
        padding: 15px 0;
    }
    .text_body {
        padding: 30px;
    }
    .text_body > p {
        margin-top: 30px;
    }
    .gallery_col {
        width: 80% !important;
        height: 550px;
    }
}

@media (max-width: 400px) {
    .lang_wrapper h1 {
        font-size: 20px;
    }
    .region_nav {
        margin: 20px 0 40px 0;
    }
    .region_nav ul li {
        font-size: 10px;
        margin: 0 6px;
    }
    .lang_list ul li {
        padding: 0 5px;
    }
    .lang_list ul li img {
        width: 20px;
    }
    .lang_list ul li span {
        font-size: 11px;
    }
}

@media (max-width: 380px) {
    .titles_set > h1 {
        font-size: 45px !important;
    }
    .site_actions {
        display: none;
    }
    .br_head h1 {
        font-size: 26px;
        line-height: 35px;
    }
    .br_row {
        margin-top: 20px;
    }
    .br_col > p {
        line-height: 20px;
    }
    .gallery_col {
        width: 90% !important;
        height: 400px;
    }
}

@media (max-width: 320px) {
    .titles_set > h1 {
        font-size: 35px !important;
    }
    .lang_wrapper h1 {
        font-size: 16px;
    }
    .region_nav ul li {
        font-size: 9px;
        margin: 0 5px;
    }
    .lang_list ul li img {
        width: 16px;
    }
    .lang_list ul li span {
        font-size: 10px;
    }
}


@media (max-height: 812px) {
    .block:nth-child(1) {
        margin-bottom: 7vh;
    }
    .can_wrap {
        left: -150px;
        right: -150px;
    }
    .intro_wrap {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }
    .can_set > i,
    .can_3D:after {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    .menu_wrap a {
        font-size: 30px;
        padding: 10px 0;
    }
    .mn_social a {
        font-size: 15px;
        padding: 0 10px;
    }
}

@media (max-height: 700px) {
    .la_list ul li h2 {
        margin-bottom: 0 !important;
    }
    .la_list ul li span {
        display: none;
    }
    .la_header {
        margin-bottom: 60px;
        height: 77px;
    }
    .la_head h1 {
        font-size: 50px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .la_head a {
        color: rgba(255,255,255,0.8);
        font-size: 18px;
    }
    .la_content_slide,
    .la_body,
    .la_list {
        height: 235px;
    }
    .la_list {
        max-width: 220px;
    }
    .la_list ul li h2 {
        font-size: 20px;
        line-height: 22px;
        height: 46px;
    }
    .read {
        bottom: -30px;
    }
}

@media (max-height: 770px) {
    #our-brand .br_head {
        margin-bottom: 70px;
    }
}

@media (max-height: 667px) {
    .can_wrap {
        left: -150px;
        right: -150px;
    }
    .intro_wrap {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }
    .inside-title {
        display: none;
    }
    header,
    .bar.top,
    .bar.bottom,
    .burger_menu_set,
    .close_set {
        height: 80px;
    }
    .vid_bar.top {
        top: 80px;
    }
    .vid_bar.bottom {
        bottom: 80px;
    }
    .article_details {
        top: 80px;
    }
}

@media (max-height: 568px) {
    .can_set > i,
    .can_3D:after {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
    }
    .menu_wrap a {
        font-size: 23px;
        padding: 6px 0;
    }
    .mn_social a {
        font-size: 13px;
        padding: 0 6px;
    }
}



.cursor {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999;
    background-blend-mode: exclusion;
    mix-blend-mode: exclusion;
    pointer-events: none;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    display: none;
}

.cur_a {
    width: 10px;
    height: 10px;
    top: 10px;
    left: 10px;
    background: #fff;
    z-index: 99999999999;
}

.cur_b,
.cur_c {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255,255,255,0.8);
}

.cur_c {
    visibility: hidden;
    opacity: 0.15;
}

.cursor .spinner {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid transparent;
    border-bottom-color: #fff;
    display: none;
}
