/* CSS FRAMEWORK
versione 4.0 by Newwave srl - http://www.newwwave-media.it/

-------------------------------------------------------------
-------------------------------------------------------------
	background-image: url(../img/xxx.png);
	_background-image: url(../common/img/transparent.gif);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/img/xxx.png", sizingMethod="crop");
	background-repeat: no-repeat;
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
article, aside, figure, footer, header,
hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

pre {
padding: 15px;
white-space: pre; /* CSS2 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}
/* align checkboxes, radios, text inputs with their label */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; width: auto !important; }
.ie6 input { vertical-align: text-bottom; }
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

:focus {
outline: 0;
}
/* bicubic resizing for non-native sized IMG:*/
.ie7 img { -ms-interpolation-mode: bicubic; }
.clearer {
     visibility: hidden;
     display: block;
     font-size: 0;
     clear: both;
     height: 0;
     }

/* Heading kerning pairs and ligatures */
h1, h2, h3 { text-rendering: optimizeLegibility; }

/* END RESET CSS */

#infocontent {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -900px;
    left: -900px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 10px;
}

#infocontent ul li {
    list-style-type: none;
}

#infocontent h3 a,
#infocontent ul li a {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}



/* -------- STILI PROGETTO ------- */
:root {
    --main: #97BCBC;
    --gray: #5F5F61;
}

::selection {
    background: #333;
    color: #fff;
}

::-moz-selection {
    background: #333;
    color: #fff;
}

.page-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    background-color: #ccc;
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

#loader_2 {
    z-index: 10000;
    background-color: #fff;
}

#privacySlider {
    background-color: #a1a1a1;
    color: #fff;
    position: fixed;
    z-index: 1000;
    width: 100%;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
    bottom: 0;
    height: auto;
    min-height: 30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-style: normal;
    line-height: 150%;
    font-size: 13px;
    font-variant: normal;
    border-radius: 0;
	padding: 15px 70px 15px 15px;
	display: none;
}

#privacySlider a {
    color: #fff;
    text-decoration: underline;
	font-weight: bold;
}

#privacySlider a:hover {
    text-decoration: none;
}

#privacySlider a#cookieBtn {
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
    display: inline-block;
    color: #fff;
	position: absolute;
	bottom: 13px;
	right: 10px;
	font: bold 14px Arial;
}

#privacySlider a#cookieBtn:hover {
    color: #333;
}

body {
	font-family: "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 400;
    color: #666;

    -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.noscroll {
    overflow: hidden;
}

.srf {
    font-family: 'Cormorant Garamond', serif;
}

a, a:hover, a:focus, a:active {
    color: inherit;
    text-decoration: none;
    outline: 0;
}

img:not([src]) {
   visibility: hidden; /* nascondo bordo su img senza 'src' */
}

.figure,
.img-full {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.img-cover,
.img-contain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.img-contain {
    object-fit: contain;
}


/* -------- HEADER ------- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    padding: 10px 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#brand {
    width: 90px;
    height: auto;
    display: block;
}

#brand svg {
    width: 100%;
    height: auto;
    display: block;
    fill: #878787;
}

header.header-w #brand svg {
    transition: all 360ms ease-in-out;
    fill: #eee;
}

header.top #brand svg {
    fill: #878787;
}

#brand .brand-to {
    fill: var(--main);
}

#hamburger {
    width: 32px;
    height: auto;
    display: block;
}

#hamburger span {
    width: 100%;
    height: 1px;
    margin: 6px 0;
    display: block;
    background-color: var(--gray);
    transition: all 360ms ease-in-out;
}

header.header-w #hamburger span {
    background-color: #eee;
}

header.top #hamburger span {
    background-color: #878787;
}

#hamburger span:nth-child(2) {
    width: 70%;
}

#hamburger span:nth-child(3) {
    width: 90%;
}

#hamburger span:nth-child(4) {
    width: 30%;
}

#hamburger:hover span {
    width: 100% !important;
}



/* -------- HEADER ASIDE ------- */
#header_aside {
    display: none;
}



/* -------- DRAWER ------- */

#drawer {
    opacity: 1 !important;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(12px);
    transition: all 520ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
}

#drawer.in {
    /* opacity: 1 !important; */
    pointer-events: all;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

#drawer .drawer-wrapper {
    opacity: 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: all 520ms cubic-bezier(0.79, 0.07, 0.2, 1) 280ms;
}

#drawer.in .drawer-wrapper {
    opacity: 1;
}

#drawer .drawer-header {
    width: 100%;
    position: absolute;
    top: 0;
    padding-top: 18px;
}

#hamburger_close {
    width: 33px;
    height: 22px;
    display: block;
    position: relative;
}

#hamburger_close span {
    position: relative;
    top: 10px;
    width: 100%;
    height: 1px;
    margin: 0;
    display: block;
    background-color: #1A1A1D;
    transform: rotate(-45deg);
    transition: all 360ms ease-in-out;
}

#hamburger_close span:nth-child(2) {
    transform: rotate(45deg);
}


#drawer .drawer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 45px 0;
/*    min-height: calc(100vh - 115px);*/
    min-height: 100%;
}

#drawer .drawer-box {
    position: relative;
    padding: 120px 0 45px;
    display: block;
    width: 1000px;
    max-width: 80%;
    color: #5F5F61;
}

#drawer .drawer-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.85);
    background: linear-gradient(254.8deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.85) 100%);
    box-shadow: 30px 30px 26px rgba(0, 0, 0, 0.01);
}

#drawer .drawer-menu {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#drawer .drawer-menu li {
    margin-top: 20px;
}

#drawer .drawer-menu li a {
    padding: 0;
    position: relative;
    display: block;
    color: #5F5F61;
    -webkit-transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

#drawer .drawer-menu li a:hover {
    color: #000;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

#drawer .drawer-menu li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    width: 0;
    height: 2px;
    background: #C4C4C4;
    transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
}

#drawer .drawer-menu li a:hover:before {
    width: 80%;
}



/* -------- HOME ------- */
#cursor {
    display: none;
}

#cursor {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 101;
    pointer-events: none;
/*        display: block;*/
}

#cursor .cursor__element {
    position: absolute;
    left: -16px;
    top: -16px;
    width: 32px;
    height: 32px;
    transform: translate3d(0,0,1px);
    transition: all .5s cubic-bezier(.23,1.08,.62,.95);
    backface-visibility: hidden;
    
    -webkit-clip-path: circle(50.0% at 50% 50%);
    clip-path: circle(50.0% at 50% 50%);
}

#cursor .cursor__element[class*="cursor__element_"] {
    left: -50px;
    top: -50px;
    width: 100px;
    height: 100px;
}

#cursor .cursor__element .cursor__bg {
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    backface-visibility: hidden;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: rgba(196, 196, 196, 0.1);
    transition: opacity .3s ease,background .3s ease,transform .6s ease;
    transform: scale(1);
}

#cursor .cursor__element.cursor__element_corpvideo .cursor__bg,
#cursor .cursor__element.cursor__element_scopri .cursor__bg,
#cursor .cursor__element.cursor__element_play .cursor__bg,
#cursor .cursor__element.cursor__element_emozione:not(.cursor__element_link) .cursor__bg,
#cursor .cursor__element.cursor__element_emozione_prev:not(.cursor__element_link) .cursor__bg {
    background-color: rgba(255, 255, 255, 0.85);
}

#cursor .cursor__element.cursor__element_link .cursor__bg {
    background-color: rgba(51, 51, 51, 0.85);
}

#cursor .cursor__element #cursor__lbl {
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

#cursor .cursor__element .cursor__lbl {
    position: absolute;
    width: 100%;
    max-width: 100px;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .3s ease;
}

#cursor .cursor__element.cursor__element_corpvideo #lbl_corpvideo,
#cursor .cursor__element.cursor__element_scopri #lbl_scopri,
#cursor .cursor__element.cursor__element_play #lbl_play,
#cursor .cursor__element.cursor__element_emozione:not(.cursor__element_link) #lbl_emozione,
#cursor .cursor__element.cursor__element_emozione_prev:not(.cursor__element_link) #lbl_emozione_prev {
    color: #878787;
    opacity: 1;
}

#cursor .cursor__element.cursor__element_start #lbl_start,
#cursor .cursor__element.cursor__element_skip #lbl_skip,
#cursor .cursor__element.cursor__element_link #lbl_link {
    opacity: 1;
}


#hero {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

#hero .bg-video {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#hero .hero-fg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
}

#hero .hero-mobile-fg {
    position: fixed;
    left: 50%;
    bottom: 5vw;
    padding: 15px;
    transform: translate(-50%);
    font-style: italic;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background 360ms ease;
}

#hero .hero-mobile-fg:hover {
    color: #878787;
    background-color: rgba(255, 255, 255, 0.95);
}

#hero .hero-mobile-fg svg {
    display: none;
    margin-left: 5px;
    vertical-align: middle;
}



/* -------- HOME SHOOTING ------- */
#page {
    background-image: #fff;
}

#shoots {
    min-height: 100vh;
    display: block;
    background-color: #fff;
    overflow: hidden;
    padding: 15vh 0 7vh;
}

#shoots .sh-group + .sh-group {
    margin-top: 15vh;
}

#shoots .sh-tt-wrp {
    user-select: none;
    pointer-events: none;
    position: relative;
}

#shoots .sh-ghost-tt {
    position: absolute;
    top: -70%;
    left: 21%;
    font-style: italic;
    font-weight: 500;
    font-size: 220px;
    line-height: 100%;
    letter-spacing: 2px;
    color: #ccc;
    opacity: 0.25;
    white-space: nowrap;
}

#shoots .sh-tt {
    position: relative;
    z-index: 2;
    padding: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 2px;
    
}

#shoots .col-fig .shoot-box {
    position: relative;
    width: 96%;
    margin: auto;
    overflow: hidden;
}

#shoots .col-fig:nth-child(1) .shoot-box.box-1 {
    margin-top: 8vh;
    width: 116%;
    z-index: 1
}

#shoots .col-fig:nth-child(2n) .shoot-box {
    margin-top: -2vh;
}

#shoots .col-fig:nth-child(2n+1) .shoot-box {
    margin-top: 4vh;
}


#shoots .col-fig .shoot-box:hover {
    z-index: 2;
}

#shoots .shoot-cnt {
    overflow: hidden;
    position: relative;
    opacity: 1;
    display: block;
    padding-top: 100%;
    transition: transform 660ms ease-in-out;
    transform-origin: 60% 50%;
    transform: scale(1);
    backface-visibility: hidden;
}

#shoots .shoot-box:hover .shoot-cnt {
    transform: scale(1.01);
}

#shoots .shoot-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}




/* -------- HOME LOCATIONS ------- */
#locations {
    position: relative;
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*-webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);*/
}

#locations .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: no-repeat center / cover;
    background-attachment: fixed;
}

#locations .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
}

#locations .fg {
    position: relative;
    width: 100%;
}

#locations .title-ghost {
    pointer-events: none;
    position: absolute;
    top: -70px;
    left: 2%;
    font-style: italic;
    font-weight: 500;
    font-size: 110px;
    line-height: 100%;
    letter-spacing: 2px;
    color: #ccc;
    opacity: 0.15;
    z-index: 0;
    white-space: nowrap;
}

#locations .title-ghost br {
    display: none;
}

#locations .swiper {
    overflow: visible;
}

#locations .swiper-slide {
    width: auto;
    height: auto;
    display: block;
    padding: 0;
}

#locations .slide-wrapper {
    position: relative;
    overflow: hidden;
    width: 480px;
    max-width: 100%;
    padding-top: 67%;
    color: #fff;
    background: rgba(99, 96, 108, 0);
    display: block;
}

#locations .slide-wrapper .figure {
/*
    height: 110%;
    width: 110%;
*/
    height: 100%;
    width: 100%;
    position: absolute;
/*
    top: -5%;
    left: -5%;
*/
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff no-repeat center / cover;
    display: block;
}

#locations .slide-wrapper::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    display: block;
}

#locations .slide-wrapper .loc-fg {
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    z-index: 3;
}

#locations .slide-wrapper .loc-fg .loc-prv {
    font-weight: 500;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

#locations .slide-wrapper .loc-fg .loc-name {
    font-style: italic;
    font-weight: 300;
    font-size: 32px;
    line-height: 140%;
}

#locations .swiper-pagination {
    position: relative;
    bottom: unset;
    top: unset;
    margin-top: 45px;
}

#locations .swiper-pagination .swiper-pagination-bullet  {
    width: 32px;
    height: 2px;
    border-radius: 0;
    background-color: #fff;
}

#locations .swiper-pagination .swiper-pagination-bullet-active-prev,
#locations .swiper-pagination .swiper-pagination-bullet-active-next {
    transform: scale(0.8);
    opacity: 0.75;
}

#locations .swiper-pagination .swiper-pagination-bullet-active-prev-prev,
#locations .swiper-pagination .swiper-pagination-bullet-active-next-next {
    transform: scale(0.7);
    opacity: 0.5;
}




/* -------- HOME PARTNERS ------- */
#partners {
    color: #5F5F61;
    padding: 120px 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#partners .title-ghost {
    pointer-events: none;
    position: absolute;
    top: -70px;
    left: 2%;
    font-style: italic;
    font-weight: 500;
    font-size: 110px;
    line-height: 100%;
    letter-spacing: 2px;
    color: #ccc;
    opacity: 0.15;
    z-index: 0;
    white-space: nowrap;
}

#partners .title-ghost br {
    display: none;
}

#partners .prt-tt {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}

.prt-cats,
.prts {
    column-count: 2;
    column-gap: 30px;
    
    font-size: 14px;
    list-style: none;
}

.prt-cats {
    font-size: 16px;
    letter-spacing: 1px;
/*    text-transform: uppercase;*/
/*    margin-bottom: 90px;*/
}

.prt-cats li,
.prts li {
    display: block;
    margin-bottom: 15px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.prt-cats .partner-cat {
    cursor: pointer;
}

.prt-cats .partner-cat,
.prts .partner {
/*
    opacity: 1;
    transition: opacity 360ms cubic-bezier(0.86, 0, 0.07, 1);
*/
    
    color: #555;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    display: inline-block;
    -webkit-transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.prt-cats .partner-cat.off,
.prts .partner.off {
    opacity: 0.3;
}

.prt-cats .partner-cat:hover {
    color: #000;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}




/* -------- SINGLE SHOOTING ------- */
#shoot {
    padding-top: 15vh;
    overflow: hidden;
}

#shoot .single-title {
    position: relative;
}

#shoot .title {
    color: #555;
    position: relative;
    z-index: 2;
    font-style: italic;
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

#shoot .title-ghost {
    pointer-events: none;
    position: absolute;
    top: -30%;
    left: 21%;
    font-style: italic;
    font-weight: 500;
    font-size: 220px;
    line-height: 100%;
    letter-spacing: 2px;
    color: #ccc;
    opacity: 0.25;
    z-index: 0;
    white-space: nowrap;
}

#shoot .title-ghost br {
    display: none;
}

#shoot .single-txt {
    font-weight: 300;
    font-size: 15px;
    line-height: 190%;
    margin-bottom: 45px;
}

#shoot .col-fig .shoot-box {
    position: relative;
    width: 98%;
    margin: auto;
    overflow: hidden;
    margin: 0 auto !important;
}

#shoot .col-txt  .shoot-box {
    max-width: 860px;
    margin: 0 auto 120px;
    overflow: visible;
}

#shoot .col-txt .box-sdw {
    position: absolute;
    width: 95%;
    height: 100%;
    display: block;
    background-color: #f2f2f2;
    z-index: -1;
    top: 5vh;
    left: -2.5vh;
}

#shoot .col-txt .single-txt {
    max-width: 100%;
    margin: 30px 0;
}

#shoot .col-txt .single-txt::first-letter {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 400%;
    line-height: 75%;
    vertical-align: text-bottom;
}

#shoot .col-fig .shoot-box:hover {
    z-index: 2;
}

#shoot .col-fig:nth-child(2n) .shoot-box {
    margin-top: -2vh;
}

#shoot .col-fig:nth-child(2n+1) .shoot-box {
    margin-top: 4vh;
}

#shoot .shoot-plus {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: 6px;
    right: 6px;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#shoot .shoot-plus::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/icon-plus.svg) no-repeat center / 60% auto;
}

#shoot .shoot-cnt {
    overflow: hidden;
    position: relative;
    opacity: 1;
    display: block;
    padding-top: 100%;
    transition: transform 660ms ease-in-out;
    transform-origin: 60% 50%;
    transform: scale(1);
    backface-visibility: hidden;
}

#shoot .shoot-box:hover .shoot-cnt {
    transform: scale(1.01);
}

#shoot .shoot-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    pointer-events: none;
}


#credits {
    position: relative;
/*    margin-top: -50px;*/
    font-size: 14px;
    line-height: 130%;
    padding: 120px 0;
}

#credits .cr-hr {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #C4C4C4;
    margin-bottom: 38px;
}

#credits .credits-tt {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 58px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #555;
}

#credits .row-cr-cat {
    position: relative;
}

#credits .row-cr-cat::after {
    position: relative;
    content: "";
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    display: block;
    background-color: #C4C4C4;
    margin-top: 13px;
    margin-bottom: 27px;
}

#credits .credits-cat {
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}


#credits ul {
    font-weight: 400;
    list-style: none;
}

#credits ul li {
    margin-bottom: 14px;
}

#credits .cr-link {
    display: inline-block;
    -webkit-transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

#credits .cr-link:hover {
    color: #000;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}



/* -------- BANNER FOOTER ------- */
#banner_50 {
    position: relative;
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*-webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);*/
}

#banner_50 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: no-repeat center / cover;
    background-attachment: fixed;
}

#banner_50 .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
}

#banner_50 .fg {
    position: relative;
    width: 100%;
    font-weight: 200;
    font-size: 46px;
    line-height: 140%;
    letter-spacing: 2px;
    color: #fff;
}


/* -------- FOOTER ------- */
footer {
    color: #eee;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    background-color: #1A1A1D;
}

footer strong {
    font-weight: 600;
}

#footer {
    padding: 45px 0;
}

#promo {
    padding: 45px 0;
    color: #999;
    font-size: 10px;
    background-color: #0B0B0C;
}





/* -------- ARCHIVE ------- */
#archive {
    padding: 15vh 0 3vh;
    overflow: hidden;
}

#archive .archive-tt-wrp {
    user-select: none;
    pointer-events: none;
    position: relative;
    margin-bottom: 120px;
}

#archive .archive-ghost-tt {
    position: absolute;
    top: -70%;
    left: 21%;
    font-style: italic;
    font-weight: 500;
    font-size: 220px;
    line-height: 100%;
    letter-spacing: 2px;
    color: #ccc;
    opacity: 0.25;
    white-space: nowrap;
}

#archive .archive-tt {
    position: relative;
    z-index: 2;
    padding: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 2px;
    color: #555;
}

#archive .arc-link {
    display: block;
    margin-bottom: 60px;
    opacity: 1;
    transition: opacity 360ms ease-in-out;
}

#archive .arc-link:hover {
    opacity: 0.75;
}

#archive .col-arc:nth-child(2n) .arc-link {
    margin-top: -3vh;
}

#archive .arc-link .figure {
    width: 100%;
    padding-top: 130%;
    overflow: hidden;
    position: relative;
    opacity: 1;
    display: block;
    margin-bottom: 15px;
}

#archive .arc-link .arc-tt {
    color: #555;
    font-style: italic;
    font-size: 21px;
    line-height: 120%;
    transition: color 360ms ease-in-out;
}

#archive .arc-link:hover .arc-tt {
    color: #444;
}





/* -------- ARCHIVE PARTNERS ------- */
#archive.archive-partners {
    padding-bottom: 10vh;
}

.row-arc-prt-cat .figure {
    width: 100%;
    height: 0;
    padding-top: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.arc-prt-cat {
    color: #555;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 45px;
    line-height: 140%;
}

.arc-prts li {
    list-style: none;
    margin-bottom: 15px;
}

.arc-prts li:last-child {
    margin-bottom: 45px;
}

.arc-prts .arc-prt a {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    display: inline-block;
    -webkit-transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.arc-prts .arc-prt a:hover {
    color: #000;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}




/* -------- PAGE ------- */
#default_page {
    padding: 15vh 0 10vh;
    overflow: hidden;
}

#default_page .tt-wrp {
    user-select: none;
    pointer-events: none;
    position: relative;
    margin-bottom: 60px;
}

#default_page .ghost-tt {
    position: absolute;
    top: -70%;
    left: 21%;
    font-style: italic;
    font-weight: 500;
    font-size: 220px;
    line-height: 100%;
    letter-spacing: 2px;
    color: #ccc;
    opacity: 0.25;
    white-space: nowrap;
}

#default_page .tt {
    position: relative;
    z-index: 2;
    padding: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 2px;
    color: #555;
}

#default_page .content {
    margin-top: 5vh;
    font-size: 16px;
    line-height: 160%;
}

#default_page .content ol,
#default_page .content ul,
#default_page .content p {
    margin-bottom: 15px;
}




/* -------- EMOZIONI ------- */

/*
#emozioni {
    width: 100vw;
    display: block;
    background-color: #fff;
}

.emozione {
    position: relative;
    z-index: 1;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}
*/

#emozioni,
#emozioni_swiper {
    width: 100vw;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #000;
}

#emozioni_swiper .swiper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

#emozioni_swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    background: #000 no-repeat center / cover;
}

.emozione {
    width: 100%;
    height: 100vh;
    position: absolute;
    will-change: transform;
    
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    background-color: #fff;
}

.emozione .emozione-cover {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    color: #ccc;
    font-weight: 400;
    font-size: 7vh;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.75);
/*    background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 70%);*/
}

.emozione-cover-mobile-fg {
    position: fixed;
    left: 50%;
    bottom: 5vw;
    padding: 15px;
    transform: translate(-50%);
    font-style: italic;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        border: 1px solid #ddd;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background 360ms ease;
}

.emozione-cover-mobile-fg:hover {
    color: #878787;
    background-color: rgba(255, 255, 255, 0.95);
}

#hero .hero-mobile-fg svg {
    display: none;
    margin-left: 5px;
    vertical-align: middle;
}


.emozione-cover-fg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
}

#emozioni_swiper .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#emozioni_swiper .clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100;
    color: #fff;
    font-weight: 300;
    font-size: 220px;
    background: rgba(0, 0, 0, 0.85);
/*    mix-blend-mode: multiply;*/
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 1;
    transition: opacity 900ms cubic-bezier(0.75, 0, 0, 1) 600ms;
}

#emozioni_swiper .swiper-slide-prev .clip,
#emozioni_swiper .swiper-slide-active .clip {
    opacity: 0;
}

#emozioni_swiper .clip .clip-n {
    color: #fff;
    display: inline-block;
    position: relative;
    top: -5%;
}

#emozioni_swiper .clip .clip-n span {
    display: inline-block;
}

#emozioni_swiper .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#emozioni_swiper .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(340deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
}

#emozioni_swiper .fg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

#emozioni_swiper .box {
    text-align: right;
    margin-bottom: 60px;
    margin-right: 15px;
    padding-bottom: 10px;
    display: block;
    max-width: 370px;
    opacity: 0;
    transition: opacity 1000ms cubic-bezier(0.75, 0, 0, 1) 600ms;
}

#emozioni_swiper .box.box-link {
    cursor: pointer;
    z-index: 1;
}

#emozioni_swiper .swiper-slide-active .box  {
    opacity: 1;
}


#emozioni_swiper .emz-tt {
    color: #fff;
    font-style: italic;
    font-size: 28px;
    margin-bottom: 5px;
}

#emozioni_swiper .emz-txt {
    color: #fff;
    font-size: 14px;
    line-height: 140%;
}

#emozioni_swiper .emz-prev,
#emozioni_swiper .emz-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: block;
    cursor: pointer;
    z-index: 1;
}

#emozioni_swiper .emz-next {
    top: 50%;
}

#emozioni_swiper .swiper-slide:first-child .emz-next {
    top: 0;
    height: 100%;
}

#sound_toggle {
    display: none;
}



/* -------- SINGLE ORIZZONTALE ------- */
#single_x {
     overflow-x: hidden;
}

#single_x .sng-wrp {
    position: relative;
    padding: 0 15px;
    overflow-x: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

#single_x .slide {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

#single_x .slide:first-child,
#single_x .slide.hover {
    z-index: 2;
}

#single_x .slide .slide-item {
    height: auto;
    width: 85vw;
    display: block;
    margin: 0;
}

#single_x .slide .slide-item-vr {
    width: 55vw;
}

#single_x .slide .slide-item.slide-tt {
    width: 85vw;
/*    max-width: 38vw;*/
}

#single_x .slide-title {
    position: relative;
}

#single_x .title {
    color: #555;
    position: relative;
    z-index: 2;
    font-style: italic;
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: 2px;
    margin-bottom: 30px;
    padding-right: 15px;
}

#single_x .title span {
    font-size: 80%;
    letter-spacing: 1px;
    line-height: 110%;
    display: inline-block;
}

#single_x .title-ghost {
    display: none;
    pointer-events: none;
    position: absolute;
    top: -30%;
    left: 21%;
    font-style: italic;
    font-weight: 500;
    font-size: 220px;
    line-height: 100%;
    letter-spacing: 2px;
    color: rgba(204, 204, 204, 0.25);
    z-index: 0;
    white-space: nowrap;
}

#single_x .title-ghost br {
    display: none;
}

#single_x .slide-txt {
    font-weight: 300;
    font-size: 16px;
    line-height: 190%;
    padding-right: 30px;
}

#single_x .slide-box {
    overflow: hidden;
    position: relative;
    width: 95%;
    margin: auto;
    margin-left: 0;
}

#single_x .slide:nth-child(3n+1) .slide-box {
    margin-top: -6vh;
}

#single_x .slide:nth-child(3n+3) .slide-box {
    margin-top: 6vh;
}

#single_x .slide-box:hover {
    z-index: 2;
}

#single_x .slide-plus {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: 6px;
    right: 6px;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#single_x .slide-plus::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/icon-plus.svg) no-repeat center / 60% auto;
}

#single_x .slide-cnt {
    overflow: hidden;
    position: relative;
    opacity: 1;
    display: block;
    transition: transform 660ms ease-in-out;
    transform-origin: 60% 50%;
    transform: scale(1);
    backface-visibility: hidden;
}

#single_x .slide-box:hover .slide-cnt {
    transform: scale(1.01);
}

#single_x .slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    pointer-events: none;
}




/* -------- PRESS ------- */
.page-press {}

#default_page.page-press .tt-wrp.tt-carta {
    margin-bottom: 120px
}


.page-press .row-carta + .row-digit {
    margin-top: 10vh;
}

.press-link {
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.press-link .figure {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 130%;
    overflow: hidden;
    margin-bottom: 30px;
}

.press-link .figure .img-full {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.press-link .press-name {
    color: #555;
    font-style: italic;
    font-size: 21px;
    line-height: 120%;
    transition: color 360ms ease-in-out;
}


.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
	display: none;
}


/* -------- BACK ------- */
#back_sec {
    padding: 60px 0 120px;
}

.back-to {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.back-to svg {
    width: 19px;
    height: auto;
    display: block;
    fill: #666;
    opacity: 1;
    transform: translate3d(0,0,0);
}

.back-to:hover svg {
    -webkit-animation: arr-hover 860ms ease-in-out;
    animation: arr-hover 860ms ease-in-out;
}

.back-to span {
    color: #555;
    display: inline-block;
    font-style: italic;
    font-size: 26px;
    margin-left: 10px;
}

.slide .back-to {
    padding-right: 62px;
}


@-webkit-keyframes arr-hover {
    0% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
    58% {
        opacity: 0.3;
        transform: translate3d(-16px,0,0);
    }
    59% {
        opacity: 0;
        transform: translate3d(-16px,0,0);
    }
    61% {
        opacity: 0;
        transform: translate3d(8px,0,0);
    }
    62% {
        opacity: 0.75;
        transform: translate3d(5px,0,0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}


@keyframes arr-hover {
    0% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
    58% {
        opacity: 0.3;
        transform: translate3d(-16px,0,0);
    }
    59% {
        opacity: 0;
        transform: translate3d(-16px,0,0);
    }
    61% {
        opacity: 0;
        transform: translate3d(8px,0,0);
    }
    62% {
        opacity: 0.75;
        transform: translate3d(5px,0,0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}

#next {
    padding-bottom: 120px;
}

#next .next-to {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 95vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#next .next-to .figure {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 660ms ease-in-out;
    transform-origin: 60% 50%;
    background: no-repeat center / cover;
}

#next .next-to:hover .figure {
    transform: scale(1.01);
}

#next .next-to span {
    position: relative;
    z-index: 2;
    line-height: 100%;
    font-size: 62px;
    font-style: italic;
    color: #fff;
}




/* -------- PROGETTO ------- */
#hero_inner {
    margin-bottom: 60px;
}

#hero_inner .figure {
    pointer-events: none;
}

#hero_inner .hero-inner-oembed {
    display: block;
}

.cnt2,
.cnt-cntr {
    position: relative;
    font-size: 14px;
    line-height: 150%;
    padding: 60px 0;
}

.cnt2 .cnt2-hr {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #C4C4C4;
    margin-bottom: 38px;
    display: none;
}

.cnt2 .cnt2-tt {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 58px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #555;
}

.cnt2 .cnt2-txt {
    margin-bottom: 45px;
}

.cnt2 .cnt2-txt p {
    margin-bottom: 15px;
}

.cnt2 .cnt2-txt a {
    border-bottom: 1px solid #ddd;
}

.cnt2 .cnt2-txt a:hover {
    border-color: #bbb;
}

.cnt2 .card {
    border-radius: 0;
    border: 0;
}

.cnt2 .card-header {
    position: relative;
    border: 0;
    padding: 25px 0;
    line-height: 120%;
    background-color: #fff;
    margin: 0 !important;
    border-bottom: 1px solid #C4C4C4;
    cursor: pointer;
}

.cnt2 .card-header::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background: url(../img/acc-arrow.svg) no-repeat center / contain;
}

.cnt2 .card-header:not(.collapsed)::after {
    transform: rotate(180deg);
}

.cnt2 .card-header h3 {
    font-weight: 600;
    letter-spacing: 1px;
    color: #555;
    text-transform: uppercase;
}

.cnt2 .card-header:hover h3 {
    color: #000;
}

.cnt2 .card-body {
    padding: 30px 0 60px;
}

.cnt2 .row-cnt {
    position: relative;
}

.cnt2 .row-cnt::after {
    position: relative;
    content: "";
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    display: block;
    background-color: #C4C4C4;
    margin-top: 13px;
    margin-bottom: 27px;
}

.cnt2 .cnt-lbl {
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cnt-cntr .cnt-tt {
    position: relative;
    z-index: 2;
    padding: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 2px;
    color: #555;
    margin-bottom: 45px;
}

.cnt-txt + .cnt-form {
    margin-top: 60px;
}

.cnt-form {
    padding-top: 60px;
}

.cnt-form .gform_wrapper.gravity-theme .gfield input.large,
.cnt-form .gform_wrapper.gravity-theme .gfield select.large,
.cnt-form .gform_wrapper.gravity-theme .gfield textarea {
    font-size: 14px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #666;
}

.cnt-form .gform_wrapper .gform_validation_errors {
    padding: 0;
    border: 0;
    box-shadow: none;
    margin-bottom: 45px;
    background-color: transparent;
}

.cnt-form .gform_wrapper .gform_validation_errors .gform-icon--close:before {
    display: none;
}

.cnt-form .gform_wrapper .gfield_validation_message,
.cnt-form .gform_wrapper .validation_message {
    padding: 0 !important;
    border: 0;
    background-color: transparent;
    margin-bottom: 10px;
    font-size: 12px !important;
    margin-top: 5px;
}

.cnt-form .gform_wrapper .ginput_container_consent {
    font-size: 14px;
}

.cnt-form .gform_wrapper .ginput_container_consent input[type="checkbox"] {
    margin-right: 5px;
}

.cnt-form .gform_wrapper .ginput_container_consent input[type="checkbox"],
.cnt-form .gform_wrapper .ginput_container_consent .gfield_consent_label {
    display: inline-block;
    vertical-align: middle;
}

.cnt-form .gform_wrapper .ginput_container_consent .gfield_consent_label a {
    border-bottom: 1px solid #ddd;
}

.cnt-form .gform_wrapper .ginput_container_consent .gfield_required {
    color: inherit;
}

.cnt-form .gform_wrapper input[type=submit]  {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Cormorant Garamond', serif;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    color: #555;
    display: inline-block;
    font-style: italic;
    font-size: 26px;
    margin-top: 15px;
    margin-left: auto;
    float: right;
}

.cnt-form .gform_wrapper input[type=submit]:hover {
    opacity: 0.8;
}

.cnt2-gll {
    padding: 120px 0;
}

    .shoot-link-tt {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        padding: 60px 12px 12px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    }
    
    .shoot-link-tt span {
        color: #fff;
        display: inline-block;
        font-size: 17px;
        line-height: 120%;
        letter-spacing: 0;
        transform: translateZ(0);
        font-style: italic;
    }



/* -------- MEDIA QUERY ------- */
@media screen and (min-width:768px) and (min-height:415px) {
	#privacySlider {
        width: 400px;
        right: 10px;
        bottom: 10px;
    }
    
    header,
    #drawer .drawer-header,
    #shoot,
    #shoots,
    #credits,
    #footer,
    #promo,
    #partners,
    #banner_50,
    #archive,
    #default_page,
    #emozioni_swiper .fg,
    #single_x .sng-wrp,
    #back_sec,
    #next {
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }

    #shoots .sh-tt,
    #archive .archive-tt,
    #default_page .tt {
        font-size: 72px;
        max-width: 75vw;
        padding: 0 5vw;
    }

    #shoots .sh-ghost-tt,
    #archive .archive-ghost-tt,
    #default_page .ghost-tt {
        top: 20%;
    }
    
    #next .next-to {
        height: calc(100vh - 5vw);
    }
    
    #locations .slide-wrapper .loc-fg .loc-prv {
        font-size: 12px;
    }

    #locations .slide-wrapper .loc-fg .loc-name {
        font-size: 36px;
    }
    
    #partners {
        padding-top: 180px;
        padding-bottom: 150px;
    }

/*
    .prt-cats,
    .prts {
        column-count: 3;
        column-gap: 30px;
    }
*/
    .prt-cats li {
        margin-bottom: 30px;
    }
    
    .prt-cats .partner-cat {
        font-size: 20px;
    }

    #shoot .title,
    #single_x .title {
        font-size: 52px;
    }
    
    #shoot .single-txt {
        margin-bottom: 0;
    }

    #shoot .col-fig:nth-child(2n) .shoot-box {
        margin-top: 2vh;
    }

    #shoot .col-fig:nth-child(2n+1) .shoot-box {
        margin-top: 5vh;
    }

    #shoot .col-fig:nth-child(3) .shoot-box {
        margin-top: 0vh;
    }

    #shoot .shoot-plus {
        bottom: 8px;
        right: 8px;
        width: 12px;
        height: 12px;
    }
    
    #credits {
/*        margin-top: -20vh;*/
    }
    
    #banner_50 .fg div + div {
        margin-left: 5vw;
    }

    #archive .arc-link .arc-tt,
    .press-link .press-name {
        font-size: 23px;
        line-height: 140%;
    }

    #archive .col-arc:nth-child(2n) .arc-link {
        margin-top: 0;
    }
    
    #archive .col-arc:nth-child(3n + 2) .arc-link {
        margin-top: -2vh;
    }
    
    #archive .col-arc:nth-child(3n + 3) .arc-link {
        margin-top: 1vh;
    }
    
    #archive .archive-tt-wrp {
        margin-bottom: 150px;
    }

    .arc-prt-cat,
    .arc-prts li:last-child,
    .row-arc-prt-cat .figure {
        margin-bottom: 60px;
    }

    .row-arc-prt-cat .figure {
        width: 90%;
        padding-top: 90%;
    }
    
/*
    .arc-prt-cat {
        padding-left: 5vw;
    }
*/
    
    #default_page .content {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    #single_x .slide:first-child {
        padding-left: 15px;
    }

    #single_x .slide .slide-item,
    #single_x .slide .slide-item.slide-tt {
        width: 65vw;
    }
    
    #single_x .slide .slide-item-vr {
        width: 50vw;
    }
    
    .page-press .col-press:nth-child(2n) .press-link {
        margin-top: -2vh;
    }
    
    #next .next-to span {
        font-size: 72px;
    }
    
    #emozioni_swiper .clip {
        font-size: 320px;
    }
    
    #emozioni_swiper .box {
        margin-right: calc(2.5vw + 15px);
    }

    .cnt2-gll .col-md-6:nth-child(2n) {
        margin-top: 6vh;
    }
    
    .shoot-link-tt {
        padding: 60px 20px 20px;
    }
    
    .shoot-link-tt span {
        font-size: 19px;
        line-height: 140%;
    }
}


@media screen and (min-width:992px) {
    
    #shoots {
        padding-top: 18vh;
    }
    
    #shoots .sh-tt,
    #archive .archive-tt,
    #default_page .tt {
        font-size: 84px;
    }

    #shoots .col-fig .shoot-box {
        position: relative;
        width: 100%;
        margin: auto;
    }

    #shoots .col-fig:nth-child(2n) .shoot-box {
        margin-top: auto;
    }

    #shoots .col-fig:nth-child(2n+1) .shoot-box {
        margin-top: auto;
    }

    #shoots .col-fig:nth-child(4) .shoot-box {
        width: 90%;
        margin-left: 15%;
    }

    #shoots .col-fig:nth-child(5) .shoot-box {
        width: 110%;
        margin-top: 5vh;
        margin-left: 5%;
    }

    #shoots .col-fig:nth-child(6) .shoot-box {
        width: 85%;
        margin-left: -5%;
    }
    
    #locations .title-ghost,
    #partners .title-ghost {
        top: -150px;
        font-size: 220px;
    }
    
    #locations .slide-wrapper {
        width: 520px;
    }

    #locations .slide-wrapper .loc-fg {
        padding: 40px;
    }
    
    #shoot .title-ghost {
        font-size: 220px;
    }
    
    #shoot .single-txt {
        max-width: 70%;
    }
    
    #shoot .col-fig .shoot-box {
        margin-bottom: 2vh;
    }
    
    #shoot .col-fig:nth-child(3) .shoot-box {
        margin-top: -40%;
    }
    
    #shoot .col-fig:nth-child(2) .shoot-box {
        margin-top: 3vh;
    }
    
    
    #credits {
/*        margin-top: -30vh;*/
    }
    
/*
    .prt-cats,
    .prts {
        column-count: 4;
        column-gap: 25px;
    }
*/
    
    #banner_50 .fg {
        font-size: 66px;
    }
    
    .arc-prt-cat,
    .arc-prts .arc-prt a {
        font-size: 16px;
    }
    
    .arc-prts .arc-prt li {
        margin-bottom: 20px;
    }
    
    #single_x .title-ghost {
        display: block;
    }

    #single_x .slide .slide-item {
        width: 55vw;
    }
    
    #single_x .slide .slide-item-vr {
        width: 35vw;
    }
    
    #single_x .slide .slide-item.slide-tt {
        max-width: 38vw;
    }
    
    .page-press .col-press:nth-child(3n+1) .press-link {
        margin-top: -2vh;
    }
    
    .page-press .col-press:nth-child(3n+2) .press-link {
        margin-top: -1vh;
    }

    .press-link {
        margin-bottom: 90px;
    }
        
#shoot .single-txt {
    font-size: 16px;
}

}


@media screen and (min-width:1200px) {
    
    header {
        padding-top: 15px;
        padding-bottom: 15px;
        height: 100px;
    }
    
    #brand {
        width: 115px;
    }
    
    #drawer .drawer-header {
        padding-top: 39px;
    }
    
    #drawer .drawer-box {
        padding: 195px 0 60px;
    }
    
    #drawer .drawer-box::before {
        left: 45px;
    }
    
    
    header,
    #drawer .drawer-header,
    #shoot,
    #shoots,
    #credits,
    #footer,
    #promo,
    #partners,
    #banner_50,
    #archive,
    #default_page,
    #emozioni_swiper .fg,
    #single_x .sng-wrp,
    #back_sec,
    #next {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    #shoots {
        padding-bottom: 4vh;
    }
    
    #next {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    
    #next .next-to {
        height: calc(100vh - 10vw);
    }
    
    #next .next-to span {
        font-size: 92px;
    }
    
    #scroll_dwn {
        position: absolute;
        bottom: 4vh;
        left: 50%;
        width: 36px;
        height: auto;
        display: block;
        z-index: 1;
        transform: translateX(-50%);
    }
    
    #scroll_dwn svg {
        width: 100%;
        height: auto;
        fill: #fff;
        animation: bounce 2s infinite 3s;
    }
    
    @-webkit-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
        40% {-webkit-transform: translateY(-30px);}
        60% {-webkit-transform: translateY(-15px);}
    }
    
    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
        40% {transform: translateY(-30px);}
        60% {transform: translateY(-15px);}
    }
    
    #locations .title-ghost,
    #partners .title-ghost {
        left: 6vw;
        top: -200px;
        font-size: 320px;
    }
    
    #locations .slide-wrapper {
        width: 720px;
    }
    
    #locations .slide-wrapper .loc-fg {
        padding: 60px 45px;
    }

    #locations .slide-wrapper .loc-fg .loc-name {
        font-size: 42px;
    }
    
    #partners {
        padding-top: 220px;
        padding-bottom: 180px;
    }
    
    #shoot {
        padding-top: 18vh;
    }
    
    #shoot .title,
    #single_x .title {
        font-size: 66px;
    }

    #shoot .title-ghost {
        top: 0;
        font-size: 320px;
    }

    #shoot .shoot-plus {
        bottom: 9px;
        right: 9px;
        width: 14px;
        height: 14px;
    }

    #credits {
        font-size: 16px;
        padding-bottom: 280px;
    }
    
    #header_aside {
        position: fixed;
        top: 50%;
        left: 50%;
        transform-origin: center center;
        z-index: 99;
        transform: translate3d(calc(-50% - 47.1vw),-50%,0) rotate(-90deg);
        will-change: transform;
        min-width: 100vh;
        justify-content: center;
        padding: 2.5vw 1.36111vw;
        cursor: pointer;
        display: flex;
    }
    

    #header_aside ul {
        display: flex;
        flex-direction: row-reverse;
    }

    #header_aside a {
        -webkit-appearance: none;
        color: #ccc;
        border: none;
        padding: 0;
        outline: none;
        cursor: pointer;
        font-size: 6vh;
        letter-spacing: 0.5vh;
        white-space: nowrap;
        margin: 0 1.38889vw;
        background-color: transparent;
        text-transform: uppercase;
        line-height: 1;
        transition: color .5s ease;
    }

    #header_aside a:hover {
        color: #555;
    }
    
    #credits {
/*        margin-top: -40vh;*/
    }
    
    .prt-cats,
    .prts {
        column-count: 3;
        column-gap: 45px;
    }
    
    .prt-cats li {
        margin-bottom: 45px;
    }
    
    #banner_50 .fg {
        font-size: 82px;
    }
    
    .slide .back-to {
        padding-right: 80px;
    }
    
    
    
    #archive .archive-tt-wrp {
        margin-bottom: 180px;
    }

    #archive .arc-link {
        padding: 2%;
    }

    .arc-prt-cat,
    .arc-prts li:last-child,
    .row-arc-prt-cat .figure {
        margin-bottom: 120px;
    }
    
    .arc-prts li {
        margin-bottom: 20px;
    }

    #default_page.page-press .tt-wrp.tt-carta {
        margin-bottom: 180px
    }

    #default_page .content {
        font-size: 18px;
        line-height: 200%;
    }

    #default_page .content ol,
    #default_page .content ul,
    #default_page .content p {
        margin-bottom: 25px;
    }
    
    #emozioni_swiper .clip {
        font-size: 420px;
    }
    
    #emozioni_swiper .box {
        margin-right: calc(5vw + 15px);
        max-width: 520px;
/*        padding: 30px;*/
    }
    
    #emozioni_swiper .emz-tt {
        font-size: 42px;
        margin-bottom: 5px;
    }

    #single_x .slide .slide-item {
        width: 50vw;
    }
    
    #single_x .slide .slide-item-vr {
        width: 30vw;
    }

    #sound_toggle {
        display: block;
        position: fixed;
        z-index: 80;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        right: 2.5vw;
        min-height: 30px;
        min-width: 30px;
        padding: 9px;
        border: 0;
        background: none;
        cursor: pointer;
        mix-blend-mode: difference;
    }
    
    #sound_toggle span {
        display: block;
        float: left;
        width: 2px;
        height: 13px;
        margin-right: 2px;
        background: rgba(255, 255, 255, 0.8);
        -webkit-transform: scale(1, 0.1);
        transform: scale(1, 0.1);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        transition: transform .5s cubic-bezier(.23,1.08,.62,.95);
    }
    
    #sound_toggle:hover span:nth-child(3n) {
        -webkit-transform: scale(1, 0.3);
        transform: scale(1, 0.3)
    }
    
    #sound_toggle:hover span:nth-child(3n+1) {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4)
    }
    
    #sound_toggle:hover span {
        -webkit-transform: scale(1, 0.3);
        transform: scale(1, 0.3)
    }

    #sound_toggle.playing span {
        -webkit-animation: sound-toggle 2s infinite;
        animation: sound-toggle 2s infinite
    }

    #sound_toggle.playing span:nth-child(2) {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s
    }

    #sound_toggle.playing span:nth-child(3) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    #sound_toggle.playing span:nth-child(4) {
        -webkit-animation-delay: 1.7s;
        animation-delay: 1.7s
    }

    #sound_toggle.playing span:nth-child(5) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }
    
    .cnt2,
    .cnt-cntr {
        font-size: 16px;
    }
    
    .cnt2,
    .cnt-cntr {
        padding: 90px 0;
    }
    
    .cnt2 + .cnt-cntr {
        padding-top: 120px;
    }
    
    .cnt-cntr .cnt-tt {
        font-size: 62px;
    }

    .cnt2-gll {
        padding: 180px 0 90px;
    }
    
    
}


@media screen and (min-width:1400px) {
    
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
    
    #brand {
        width: 140px;
    }
    
    #drawer .drawer-menu {
        font-size: 36px;
    }

    #drawer .drawer-menu li {
        margin-top: 35px;
    }
    
    #archive .archive-tt-wrp {
        margin-bottom: 250px;
    }
    
    #shoots .sh-tt,
    #archive .archive-tt,
    #default_page .tt {
        font-size: 92px;
        max-width: 60vw;
    }
    
    #shoots .sh-ghost-tt,
    #archive .archive-ghost-tt,
    #default_page .ghost-tt {
        top: -10%;
        font-size: 260px;
    }
    
    #shoot .title,
    #single_x .title {
        font-size: 76px;
    }

    .prt-cats,
    .prts {
        column-gap: 90px;
    }

/*
    .prt-cats li,
    .prts li {
        margin-bottom: 20px;
    }
*/
    
    .prt-cats,
    .prts {
/*        column-count: 5;*/
        column-gap: 55px;
    }
    
    #banner_50 .fg {
        font-size: 96px;
    }

    #single_x .slide .slide-item {
        width: 45vw;
    }
    
    #single_x .slide .slide-item-vr {
        width: 25vw;
    }
    
    #emozioni_swiper .clip {
        font-size: 560px;
    }
    
    .cnt-cntr .col-xxl-4 {
        max-width: 800px;
    }
    
    
    
}


@media screen and (min-width:1600px) {
    
    header,
    #drawer .drawer-header,
    #shoot,
    #shoots,
    #credits,
    #footer,
    #promo,
    #partners,
    #banner_50,
    #archive,
    #default_page,
    #emozioni_swiper .fg,
    #single_x .sng-wrp,
    #back_sec,
    #next {
        padding-left: 6vw;
        padding-right: 6vw;
    }
    
    #next {
        padding-top: 6vw;
        padding-bottom: 6vw;
    }
    
    #next .next-to {
        height: calc(100vh - 12vw);
    }
    
    #shoots {
        padding-bottom: 0vh;
    }
    
    #shoots .sh-tt,
    #archive .archive-tt,
    #default_page .tt {
        font-size: 96px;
    }
    
    #locations .slide-wrapper {
        width: 860px;
    }

    #shoot .title,
    #single_x .title {
        font-size: 88px;
    }
    
    #shoot .single-txt {
        font-size: 18px;
    }


    #credits,
    #credits .credits-tt,
    .cnt2 .cnt2-tt {
        font-size: 18px;
    }
    
    #partners {
        padding-top: 250px;
        padding-bottom: 220px;
    }
    
    .prt-cats,
    .prts {
        column-gap: 65px;
    }
    
    #banner_50 .fg {
        font-size: 108px;
    }
    
    #archive .arc-link {
        margin-bottom: 90px;
    }
    
    #archive .arc-link .arc-tt,
    .press-link .press-name {
        font-size: 25px;
        max-width: 70%;
    }
    
    #archive .archive-tt-wrp {
        margin-bottom: 320px;
    }
    
    .cnt2,
    .cnt-cntr {
        font-size: 18px;
    }
    
    #emozioni_swiper .box {
        margin-right: calc(6vw + 15px);
    }
}


@media screen and (min-width:1800px) {
    

    #cursor .cursor__element[class*="cursor__element_"] {
        left: -60px;
        top: -60px;
        width: 120px;
        height: 120px;
    }
    
    #cursor .cursor__element #cursor__lbl {
        font-size: 16px;
    }
    
    
    #shoots .sh-tt,
    #archive .archive-tt,
    #default_page .tt {
        font-size: 112px;
        max-width: 53vw;
    }
    
    #shoots .sh-ghost-tt,
    #archive .archive-ghost-tt,
    #default_page .ghost-tt {
        top: 0%;
        font-size: 290px;
    }

    #shoot .title,
    #single_x .title {
        margin-left: 2.5vw;
        max-width: 38vw;
    }

    #shoot .single-txt,
    #single_x .slide-txt {
        margin-left: 2.5vw;
        max-width: 30vw;
    }

    #default_page.page-press .tt-wrp.tt-carta {
        margin-bottom: 250px
    }

    .cnt2-gll {
        padding: 250px 0 90px;
    }
}



@media screen and (min-width:2000px) {
    
    #default_page.page-press .tt-wrp.tt-carta {
        margin-bottom: 280px
    }
}



/* -------- EXTRA ------- */
/**
 * Swiper 7.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 16, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}


/* fancyBox v3.5.7 */
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}




/* spinner */
.spinner {
    width: 50px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    position: relative;
    top: 50%;
    margin: -8px auto 100px;
}

.spinner > div {
    background-color: #555;
    height: 100%;
    width: 1px;
    display: inline-block;

    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* fine spinner */




/* SOUND TOGGLE ANIMATION */
@-webkit-keyframes sound-toggle {
    0% {
        -webkit-transform: scale(1, 0.1);
        transform: scale(1, 0.1)
    }
    25% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1, 0.3);
        transform: scale(1, 0.3)
    }
    75% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6)
    }
    100% {
        -webkit-transform: scale(1, 0.1);
        transform: scale(1, 0.1)
    }
}

@keyframes sound-toggle {
    0% {
        -webkit-transform: scale(1, 0.1);
        transform: scale(1, 0.1)
    }
    25% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1, 0.3);
        transform: scale(1, 0.3)
    }
    75% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6)
    }
    100% {
        -webkit-transform: scale(1, 0.1);
        transform: scale(1, 0.1)
    }
}




.border, .c-contents h2::after, .c-contents h2::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #333;
  vertical-align: middle;
}

html, body {
  width: 100%;
  height: 100%;
}

.l-section-top {
  width: 100%;
  height: 100%;
  background-color: #333;
  position: relative;
}

.l-section-container {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.c-title {
  margin: 0;
  color: #eee;
  text-align: center;
}

.c-scrolldown {
  width: 1px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}


@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}