/* 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 {
    --red: #e1001a;
    --lightblue: #eef2f5;
    
    --header-h: 60px;
    --aside-w: 0px;
    --h-100: 100vw;
    --h-50: 100vw;
    --h-33: 100vw;
}

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

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

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #fff;
    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;

    transition: all 600ms;
    -moz-transition: all 600ms;
    -webkit-transition: all 600ms;
    -o-transition: all 600ms;
}

#loader.nascosto {
    opacity: 0;
    z-index: -100;
}

#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;
}

/*@font-face {
    font-family: 'MinionProItalic';
    src: url('../fonts/minionpro-it-webfont.eot');
    src: url('../fonts/minionpro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/minionpro-it-webfont.woff') format('woff'),
         url('../fonts/minionpro-it-webfont.ttf') format('truetype'),
         url('../fonts/minionpro-it-webfont.svg#MinionProItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/*
@font-face {
    font-family: 'Hero New';
    src: url('../fonts/HeroNew-Light.woff2') format('woff2'),
         url('../fonts/HeroNew-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hero New';
    src: url('../fonts/HeroNew-Bold.woff2') format('woff2'),
         url('../fonts/HeroNew-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
*/

html, body {
    height: 100%;
}

body {
	font-family: "new-hero", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;

    -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;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}


/* -------- RESET ------- */
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;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

ul, ol {
    list-style-position: inside;
}

.moreBtn {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--red);
    padding: 12px 45px;
    display: inline-block;
}

.moreBtn.w-icon {
    padding: 12px 15px;
}

.moreBtn:hover {
    color: #fff;
}

.moreBtn::before {
    content: "";
    position: absolute;
    top: 0;
    right: unset;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    z-index: 0;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    transform-origin: center right;
    transform: scaleX(0);
}

.moreBtn:hover::before {
    transform: scaleX(1);
    transition-delay: 0s;
    left: unset;
    right: 0;
    transform-origin: center left;
}

.moreBtn span {
    position: relative;
    z-index: 1;
}

.moreBtn .moreBtn-label {
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.moreBtn .moreBtn-icon {
    margin-left: 15px;
    display: inline-block;
}

.moreBtn .moreBtn-icon svg {
    width: 26px;
    height: auto;
    fill: none;
    stroke: #fff;
    transition: stroke 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    stroke-width: .4;
}

.moreBtn.more-w::before {
    background-color: var(--lightblue);
}

.moreBtn.more-w:hover {
    color: var(--red);
}

.arrow-link {
    width: 60px;
    height: 60px;
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    background-color: var(--red);
}

.arrow-link::before {
    content: "";
    position: absolute;
    top: 0;
    right: unset;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    z-index: -1;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    transform-origin: center right;
    transform: scaleX(0);
}

.arrow-link:hover::before {
    transform: scaleX(1);
    transition-delay: 0s;
    left: unset;
    right: 0;
    transform-origin: center left;
}

.arrow-link svg {
    display: block;
    width: 100%;
    height: auto;
    fill: #fff;
    transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.arrow-link.arr-w::before {
    background-color: var(--lightblue);
}

.arrow-link.arr-w:hover svg {
    fill: var(--red);
}

.more-inline {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 16px 60px 16px 0;
    overflow: hidden;
    text-align: left;
    z-index: 1;
    text-transform: uppercase;
    background-color: transparent;
}

.more-inline + div {
    margin-top: 5px;
}

.more-inline.more-inline-w {
    color: #fff;
    border-color: #fff;
}

.more-inline.no-hover:hover {
    border-color: var(--red);
}

.more-inline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    z-index: -1;
    transform-origin: center bottom;
    transform: scaleY(0);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.more-inline.more-inline-w::before {
    background-color: #fff;
}

.more-inline:not(.no-hover):hover::before {
    transform: scaleY(1);
}

.more-inline .more-inline-label {
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.more-inline:not(.no-hover):hover .more-inline-label {
    color: #fff;
    transform: translateX(10px);
}

.more-inline.more-inline-w:hover .more-inline-label {
    color: #000;
}

.more-inline.no-hover:hover .more-inline-label {
    color: var(--red);
}

.more-inline .more-inline-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.more-inline:not(.no-hover):hover .more-inline-icon {
    transform: translate(-10px, -50%);
}

.more-inline svg {
    width: 26px;
    height: auto;
    fill: none;
    stroke: #000;
    transition: stroke 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    stroke-width: .4;
}

.more-inline.more-inline-w svg {
    stroke: #fff;
}

.more-inline:hover svg {
    stroke: #fff;
}

.more-inline.no-hover:hover svg {
    stroke: var(--red);
}

.more-inline.more-inline-w:hover svg {
    stroke: #000;
}


/* -------- CUSTOM BOOSTRAP ------- */
.row {
    margin-right: -30px;
    margin-left: -30px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl,
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
}


/* -------- HEADER ------- */
#aside {
    display: none;
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 101;
    width: 100%;
    height: var(--header-h);
    background-color: #fff;
    border-bottom: 1px solid var(--red);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#brand {
    width: 160px;
    height: 40px;
    display: block;
    text-indent: -999em;
    background: url(../img/logo.svg) no-repeat left center / contain;
/*    transition: all 360ms ease-in;*/
}

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

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

#hamburger.close span:nth-child(1) {
    transform: rotate(-135deg) translate(-6px, -6px);
}

#hamburger.close span:nth-child(2) {
    opacity: 0;
}

#hamburger.close span:nth-child(3) {
    transform: rotate(135deg) translate(-5px, 5px);
}

#drawer {
    position: fixed;
    z-index: 100;
    top: var(--header-h);
    left: var(--aside-w);
    width: calc(100% - var(--aside-w));
    height: calc(100vh - var(--header-h));
    background-color: #fff;
    
    /*opacity: 0;*/
    opacity: 1 !important;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
    clip-path: inset(0 100% 0 0);


}

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

#drawer #drawer_wrapper {
    height: 100%;
    overflow-y: auto;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
}

#drawer.in #drawer_wrapper {
    opacity: 1;
}

#drawer #mobile_lang {
    text-transform: uppercase;
    padding: 30px 0;
    display: block;
    text-align: right;
    border-bottom: 1px solid var(--red);
}

#drawer #secondary_lang {
    display: none;
}

#drawer #mobile_lang li {
    display: inline-block;
    margin-right: 8px;
}

#drawer #mobile_lang li:last-child {
    margin-right: 0;
}

#drawer #mobile_lang li a {
    display: inline-block;
    text-transform: uppercase;
}

#drawer #mobile_lang li.active a,
#drawer #mobile_lang li.current a {
    color: var(--red);
}

#drawer .drawer-ironers {
    margin-top: 30px;
}

#drawer .drawer-ironers .hr {
    margin: 30px 0 45px;
    border-bottom: 1px solid var(--red);   
}

#drawer .drawer-ironers .d-figure {
    margin-top: 30px;
}

#drawer .drawer-link,
#drawer .menu-item a {
    font-size: 32px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
}

#drawer .drawer-link:not(.no-link):hover,
#drawer .menu-item a:hover,
#drawer .menu-item.current_page_item a {
    color: var(--red);
}

#drawer .link-line {
    opacity: 1;
    display: inline-block;
    transition: opacity 120ms cubic-bezier(0.77, 0, 0.175, 1);
}

#drawer .link-line:hover {
    opacity: 0.8;
}

#drawer .d-line {
    margin: 20px 0;
    font-size: 26px;
}

#drawer .d-line .fig-logo {
    opacity: 1;
    display: block;
    width: 100%;
    height: 30px;
}

#drawer .d-line .fig-logo .img-fluid {
    height: 100%;
    display: block;
    margin-left: 0;
}

#drawer .d-line-nav {
    margin-bottom: 20px;
}


#drawer .d-line-nav li.active a,
#drawer .d-line-nav li a:hover {
    color: var(--red);
}

#drawer .drawer-menu {
    margin-bottom: 30px;
}

#drawer #drawer_secondary {
    color: #fff;
    font-size: 20px;
    background-color: var(--red);
}

#drawer #secondary_txt {
    padding: 45px 0;
    border-bottom: 1px solid #fff;
}

#drawer #secondary_txt p + p {
    margin-top: 15px;
}

#drawer #secondary_distr {
    padding: 45px 0;
}


/* -------- HERO ------- */
#heroHome {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%;
    overflow: hidden;
    display: block;
    background-color: #ddd;
    border-bottom: 1px solid var(--red);
}

#heroHome .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#heroHome .swiper-slide {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: no-repeat center / cover;
}

#heroHome .hero-content {
    padding: 10px 5px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.75);
}

#heroHome .hero-content .ht1 {
    display: none;
}

#heroHome .hero-content .ht2 {
    color: var(--red);
    font-size: 18px;
    text-transform: uppercase;
}

#heroHome .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    opacity: 1;
    border-radius: 0;
    background-color: #eef2f5;
}

#heroHome .swiper-pagination-bullet-active {
    background-color: var(--red);
}


/* -------- HOME ------- */
.section-head {
    padding: 65px 0 45px;
    min-height: 150px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    border-bottom: 1px solid var(--red);
}

.section-tt {
    color: var(--red);
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 300;
}

#solutions .box {
    position: relative;
    border-bottom: 1px solid var(--red);
}

#solutions .solution {
    padding: 60px 0 90px;
    margin: auto;
    max-width: 400px;
}

#solutions .fig-logo {
    margin-top: 60px;
    height: 40px;
    width: auto;
    margin-bottom: 30px;
}

#solutions .fig-logo .img-fluid {
    height: 100%;
    width: auto;
    display: block;
}

#solutions .sol-txt {
    font-size: 14px;
}

#solutions .arrow-link,
#serv_tech  .arrow-link,
#serv_tech_boxed  .arrow-link {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

#finder_cta {
    padding: 50px 0;
    text-align: center;
    background-color: var(--lightblue); 
    border-bottom: 1px solid var(--red);
}

#finder_cta .figure {
    margin: auto;
    max-width: 750px;
}

#finder_cta .finder-txt {
    font-size: 14px;
    margin: 50px auto;
    max-width: 600px;
}

#serv_tech .box {
    position: relative;
    border-bottom: 1px solid var(--red);
}

#serv_tech .fig-sq {
    position: relative;
    width: 100%;
    height: var(--h-50);
    background: no-repeat center / cover;
}

#serv_tech .st-wrapper {
    padding: 45px 0 84px;
}

#serv_tech .st-tt {
    color: var(--red);
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 50px;
}

#serv_tech .st-txt {
    font-size: 14px;
}

#serv_tech_boxed {
    border-bottom: 1px solid var(--red);
}

#serv_tech_boxed .box {
    position: relative;
}

#serv_tech_boxed .box:first-child {
    border-bottom: 1px solid var(--red);
}

#serv_tech_boxed .st-wrapper {
    padding: 60px 0 90px;
    margin: auto;
/*    max-width: 680px;*/
}

#serv_tech_boxed .st-tt {
    color: var(--red);
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 50px;
    font-weight: 300;
}

#serv_tech_boxed .st-fig {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62%;
    display: block;
    background: no-repeat center / cover;
    margin-bottom: 50px;
}

#serv_tech_boxed .st-txt {
    font-size: 14px;    
    line-height: 160%;
}



/* -------- FOOTER ------- */
footer {
    margin-top: 120px;
    color: #fff;
    background-color: #2b2d2e;
}

#footer_info {
    padding: 60px 0 20px;
}

#footer_menu {
    border-top: 1px solid #8c8c8c;
    padding: 75px 0 90px;
    font-size: 14px;
}

#footer_copy {
    border-top: 1px solid #8c8c8c;
    padding: 20px 0 90px;
    color: #8c8c8c;
    font-size: 14px;
}

#footer_copy a:hover {
    color: #fff;
}

footer .f-tt {
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

footer .f-txt {
    line-height: 180%;
    margin-bottom: 60px;
}

footer .f-tt .menu-item {
    text-transform: uppercase;
}

footer .f-tt .menu-item + .menu-item {
    margin-top: 15px;
}

footer .f-logo {
    width: 100px;
    height: 64px;
    display: block;
    margin-bottom: 40px;
}

footer .f-logo svg {
    width: 100%;
    height: auto;
    display: block;
    fill: #fff;
}

footer .f-logo-txt {
    font-size: 12px;
    color: #8c8c8c;
    text-align: justify;
}

footer .f-logo-txt p {
    margin-bottom: 10px;
}

footer .footer-social {}

footer .footer-social li {
    display: inline-block;
    margin-right: 10px;
}

footer .footer-social li a {
    display: inline-block;
    width: 22px;
    height: 22px;
}

footer .footer-social li a svg {
    display: block;
    width: 100%;
    height: auto;
    fill: #fff;
}

footer .footer-social li a:hover svg {
    fill: var(--red);
}

footer a:not(.more-inline):hover {
    opacity: 0.75;
}




/* -------- SERIE ------- */
#hero {
    /* 2:1 */
/*    max-height: calc(100vh - var(--aside-w));*/
    border-bottom: 1px solid var(--red);
}

#hero .box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#hero .box-sx {
/*    min-height: var(--h-50);*/
}

#hero .box-w-bg {
/*    min-height: calc(var(--h-50) / 2);*/
    position: relative;
    overflow: hidden;
    min-height: var(--h-50);
    background: no-repeat center / cover;
}

#hero .box-dx {
    background-color: var(--red);
}

#hero .hero-wrapper {
    padding: 84px 0;
}

#hero .hero-wrapper .figure {
/*    max-width: 920px;*/
    margin: auto;
}

#hero .hero-wrapper .fig-logo {
    max-width: 200px;
    width: 50%;
}

#hero .hero-wrapper .title {
    color: #fff;
    font-size: 24px;
    text-align: left;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

#hero.hero-prod .box-w-bg {
    position: relative;
}

#hero .video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#hero #hero_maps,
#hero #hero_maps iframe,
#hero #hero_maps .acf-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#hero.hero-prod .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#hero.hero-prod .swiper-container .swiper-slide {
    background: #fff no-repeat center / cover;

}

#hero .swiper-pagination {
/*    bottom: 0;*/
}

#hero .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    opacity: 1;
    border-radius: 0;
    background-color: #eef2f5;
}

#hero .swiper-pagination-bullet-active {
    background-color: var(--red);
}

#intro {
    background-color: var(--lightblue); 
    border-bottom: 1px solid var(--red);
}

.intro {
    border-bottom: 1px solid var(--red);
}

#intro .box,
.intro .box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#intro .box-sx,
.intro .box-sx {
    border-bottom: 1px solid var(--red);
}

#intro .box-quote,
.intro .box-quote {
    text-align: right;
}

#intro .intro-wrapper,
.intro .intro-wrapper {
    padding: 60px 0;
}

#intro .box:not(.box-quote) .intro-wrapper,
.intro .box:not(.box-quote) .intro-wrapper {
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

#intro .intro-tt,
.intro .intro-tt {
    color: var(--red);
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 60px;
}

#intro .intro-txt,
.intro .intro-txt {
    font-size: 16px;
}

#intro .intro-txt p + p,
.intro .intro-txt p + p {
    margin-top: 15px;
}

#intro .fig-quote,
.intro .fig-quote {
    width: 100%;
    height: 150px;
    display: block;
    background: no-repeat bottom right / contain;
}

#q_info {}

#q_info .box {
    border-bottom: 1px solid var(--red);
}

#q_info .info-wrapper {
    margin: 0 auto;
    max-width: 420px;
    padding: 90px 0;
}

#q_info .figure,
.fig-in-box {
    margin: 0 auto 45px;
    width: 160px;
    height: 130px;
    display: block;
    background: no-repeat center / contain;
}

#q_info .info-tt {
    color: var(--red);
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
}

#q_info .info-txt {
    font-size: 16px;
}

#description {
    color: #fff;
    background-color: var(--red);
    border-bottom: 1px solid var(--red);
}

#description .box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#description .desc-wrapper {
    padding: 75px 0;
}

#description .fig-sq {
    position: relative;
    width: 100%;
    min-height: var(--h-50);
    background: no-repeat center / cover;
}

#description .desc-tt {
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 60px;
}

#description .desc-txt {
    max-width: 640px;
    max-width: 900px;
}

#interactive_maps {
/*    padding: 90px 0;*/
    border-bottom: 1px solid var(--red);
}

/*
#interactive_maps .figure {
    max-width: 800px;
    margin: auto;
}
*/

#interactive_maps .container-fluid,
#interactive_maps .container-fluid > .row > .col {
    padding: 0;
}

#interactive_maps .container-fluid > .row {
    margin: 0;
}

#interactive_maps .mapplic-edit-map {
    position: absolute;
    z-index: 1;
}

#interactive_maps .mapplic-sidebar {
    display: none;
}

#interactive_maps .mapplic-tooltip-wrap {
    min-width: 300px !important;
}

#interactive_maps .mapplic-tooltip-wrap .mapplic-image {
    display: none !important;
}

#interactive_maps .mapplic-tooltip-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
    text-transform: uppercase;
}

#interactive_maps .mapplic-tooltip-description,
#interactive_maps .mapplic-tooltip-description p {
    font-size: 12px;
}

#interactive_maps .mapplic-tooltip-body {
    padding: 15px;
}

#interactive_maps .mapplic-hovertip > .mapplic-tooltip-wrap {
    padding: 10px 20px;
}

#interactive_maps .mapplic-tooltip-body .mapplic-popup-link {
    border-radius: 0;
    box-shadow: none !important;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
}


#models {
    padding: 80px 0;
    border-bottom: 1px solid var(--red);
}

#models .model-link {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 20px auto;
    width: 100%;
    padding: 40px;
    color: var(--red);
    border: 1px solid var(--red);
}

#models .model-link span {
    position: relative;
    z-index: 1;
    transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

#models .model-link:hover span {
    color: #fff;
}

#models .model-link::before {
    content: "";
    position: absolute;
    top: 0;
    right: unset;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--red);;
    z-index: 0;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    transform-origin: center right;
    transform: scaleX(0);
}

#models .model-link:hover::before {
    transform: scaleX(1);
    transition-delay: 0s;
    left: unset;
    right: 0;
    transform-origin: center left;
}

#fig_slice {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: var(--h-33);
    background-color: #ddd;
    border-bottom: 1px solid var(--red);
}

#fig_slice .play-link {
    width: 140px;
    height: 140px;
    display: block;
    margin: 90px auto;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#fig_slice .play-link:hover {
    transform: scale(0.9);
}

#fig_slice .play-link svg {
    width: 100%;
    height: auto;
    display: block;
    fill: #fff;
}

#pro_plus {
    position: relative;
    border-bottom: 1px solid var(--red);
}

#pro_plus .swiper-slide {
    background-color: #fff;
    overflow: hidden;
    border-right: 1px solid var(--red);
}

#pro_plus .swiper-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
}

#pro_plus .swiper-buttons > div {
    z-index: 1;
}

#pro_plus .swiper-buttons > div:first-child {
    transform: scaleX(-1);
}

#pro_plus .fig-sq {
    position: relative;
    width: 100%;
    height: auto;
    min-height: var(--h-50);
    background: #fff no-repeat center / cover;
}

#pro_plus .box-dx {
    padding-top: 90px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#pro_plus .box-dx .plus-wrapper.plus-w-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#pro_plus .box-dx .plus-wrapper.plus-w-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#pro_plus .box-dx .plus-wrapper .plus-tt {
    color: var(--red);
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
}

#pro_plus .box-dx .plus-wrapper .plus-cat {
    position: relative;
    padding-bottom: 60px;
    margin: 0;
}

#pro_plus .box-dx .plus-wrapper .plus-cat::after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: -30px;
    height: 1px;
    width: calc(100% + 60px);
    background-color: var(--red);
}


#prod_desc,
#prod_data {
    border-bottom: 1px solid var(--red);
}

#prod_desc .box,
#prod_data .box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#prod_desc .box-sx,
#prod_data .box-sx {
    border-bottom: 1px solid var(--red);
}

#prod_desc .box-dx,
#prod_data .box-dx {
    background-color: var(--lightblue);
}

#prod_desc .fig-sq,
#prod_data .fig-sq {
    position: relative;
    width: 100%;
    min-height: var(--h-33);
    background: var(--lightblue) no-repeat center / cover;
}

#prod_data .fig-sq [id^=jarallax-container] > div {
    background-size: contain !important; /* sovrascrivo jarallax */
}

#prod_desc .pd-wrapper,
#prod_data .pd-wrapper,
#accessories_swiper .access-wrapper,
#rel_models .rel-wrapper {
    padding: 60px 0;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

#prod_desc .pd-tt,
#prod_data .pd-tt,
#accessories_swiper .access-tt,
#rel_models .rel-tt {
    color: var(--red);
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 60px;
    font-weight: 300;
}

#prod_data .pd-tt .pd-tt-small {
    margin-top: 12px;
    font-size: 16px;
}

#prod_data .pd-tt .pd-tt-small::before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 7px;
    background: url(../img/icon-drop.svg) no-repeat center / contain;
}

#prod_desc .pd-txt p + p,
#prod_data .pd-txt p + p {
    margin-top: 15px;
}

#prod_desc .pd-txt,
#prod_data .pd-txt,
#accessories_swiper .access-txt,
#rel_models .rel-txt {
    font-size: 14px;
/*    max-width: 900px;*/
}

#prod_data .pd-txt .table {
    font-size: 14px;
}

#prod_data .pd-txt .table td, 
#prod_data .pd-txt .table th {
    border: 0;
    font-size: initial;
    border-bottom: 1px solid #e0e0e0;
}

#prod_data .pd-txt .table td:first-child {
    padding-left: 0;
}

#accessories_swiper {
    position: relative;
    border-bottom: 1px solid var(--red);
}

#accessories_swiper .swiper-slide {
    overflow: hidden;
    height: auto;
    border-right: 1px solid var(--red);
}

#accessories_swiper .swiper-slide > .container-fluid,
#accessories_swiper .swiper-slide > .container-fluid > .row {
    height: 100%;
}

#accessories_swiper .box-sx {
    border-bottom: 1px solid var(--red);
}

#accessories_swiper .box-sx .access-wrapper {
    justify-content: center;
}

#accessories_swiper .swiper-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
}

#accessories_swiper .swiper-buttons > div {
    z-index: 1;
}

#accessories_swiper .swiper-buttons > div:first-child {
    transform: scaleX(-1);
}

#rel_models {
    border-bottom: 1px solid var(--red);
}

#rel_models .box.box-sx {
    color: #fff;
    background-color: var(--red);
}

#rel_models .box.box-sx .rel-tt {
    color: #fff;
}

#rel_models .rel-tt u {
    color: #000;
    text-decoration: none;
}

#rel_models .rel-link {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#rel_models .rel-link:hover {
    transform: translateX(10px);
}

#rel_models .rel-link span {
    display: inline-block;
    vertical-align: middle;
}

#rel_models .rel-link span svg {
    width: 26px;
    height: auto;
    fill: none;
    stroke: #fff;
    transition: stroke 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    stroke-width: .4;
    margin-left: 10px;
}




.alt {}

.alt-red-bg {
    color: #fff;
    background-color: var(--red);
}

.alt-light-bg {
    background-color: var(--lightblue);
}

.alt .box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-bottom: 1px solid var(--red);
}

.alt .alt-wrapper {
    padding: 60px 0;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.alt .fig-sq {
    position: relative;
    width: 100%;
    min-height: var(--h-50);
    background: no-repeat center / cover;
}

.alt .alt-tt {
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 60px;
    color: var(--red);
}

.alt-red-bg .alt-tt {
    color: #fff;
}

.alt .alt-txt {
    max-width: 640px;
    max-width: 900px;
}

.alt .alt-txt ul + p,
.alt .alt-txt p + ul,
.alt .alt-txt p + p {
    margin-top: 12px;
}

.alt .alt-txt strong {
    font-weight: 700;
}

.alt .garanzia {
    width: 80px;
}

.alt .fig-logo {
    height: 57px;
}

.alt .fig-logo .img-fluid {
    height: 100%;
}

.box-blue {
    background-color: #B3C7D0;
}

.intro-numbers {
    color: #fff;
    list-style: none;
    text-transform: uppercase;
}

.intro-numbers li + li {
    margin-top: max(3vw, 30px);
}

.intro-numbers .intro-number {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 4px;
}

.intro-numbers .intro-number-label {
    font-size: 18px;
    font-weight: 300;
    line-height: 135%;
}


#contacts {}

#contacts .box {
    border-bottom: 1px solid var(--red);
}

#contacts .info-wrapper {
    padding: 90px 0;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

#contacts .info-tt {
    color: var(--red);
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
}

#contacts .info-txt {
    font-size: 16px;
}

#cta_b2 .box-sx {
    color: #fff;
    background-color: var(--red);
}

#cta_b2 .box-sx .intro-tt {
    color: #fff;
}

#cta_b2 .box-dx .intro-tt {
    color: var(--red);
}

#cta_b2 .box-dx .intro-tt span {
    font-size: 83%;
    display: inline-block;
}

.modal-full .modal-dialog {
    margin: 0;
    width: 100%;
    max-width: none;
}

.modal-full .modal-content {
    height: 100vh;
    height: 100svh;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    background-color: var(--lightblue);
}

.modal-full .modal-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: max(var(--aside-w), 60px) max(var(--aside-w), 30px);
    max-width: calc(600px + var(--aside-w) * 2);
}

.modal-full.modal-bg-red .modal-content {
    color: #fff;
    background-color: var(--red);
}

.modal-full .close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 38px;
    height: auto;
    display: block;
    padding: 4px;
    opacity: 1;
    background-color: var(--red);
}

.modal-full .close span {
    width: 100%;
    height: 2px;
    margin: 6px 0;
    display: block;
    background-color: #fff;
    transition: all 360ms ease-in-out;
}

.modal-full .close span:nth-child(1) {
    transform: rotate(-135deg) translate(-6px, -6px);
}

.modal-full .close span:nth-child(2) {
    opacity: 0;
}

.modal-full .close span:nth-child(3) {
    transform: rotate(135deg) translate(-5px, 5px);
}

.modal-title {
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 60px;
}

.modal-full:not(.modal-bg-red) .modal-title {
    color: var(--red);
}

.modal-full .figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid var(--red);
}

.modal-full .form {
    --form-color: #212529;
}

.modal-full.modal-bg-red .form {
    --form-color: #fff;
}

.form .gform_wrapper.gravity-theme .gform_required_legend {
    display: none;
}

.form .gform_wrapper.gravity-theme .gfield_required {
    color: currentColor;
}

.form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 32px;
}

.form .gform_wrapper.gravity-theme input[type="text"],
.form .gform_wrapper.gravity-theme input[type="email"],
.form .gform_wrapper.gravity-theme input[type="tel"],
.form .gform_wrapper.gravity-theme textarea,
.form .gform_wrapper.gravity-theme select {
    padding: 8px 0;
    border: 0;
    color: var(--form-color);
    border-bottom: 1px dashed var(--form-color);
    background-color: transparent;
    resize: none;
}

.form .gform_wrapper.gravity-theme .ginput_container_consent {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
    font-size: 12px;
    font-weight: 300;
    line-height: 120%;
}

.form .gform_wrapper.gravity-theme input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    color: var(--form-color);
    border: 0;
    border-bottom: 1px solid var(--form-color);
    padding: 16px 0;
    overflow: hidden;
    text-align: left;
    z-index: 1;
    text-transform: uppercase;
    background-color: transparent;
    margin-top: 32px;
}


.form ::-webkit-input-placeholder {
    color: var(--form-color);
    opacity: 0.75;
}

.form ::-moz-placeholder {
    color: var(--form-color);
    opacity: 0.75;
}

.form :-ms-input-placeholder {
    color: var(--form-color);
    opacity: 0.75;
}

.form :-moz-placeholder {
    color: var(--form-color);
    opacity: 0.75;
}



/* -------- PROD ------- */
.model-line-pn {
    display: block;
    margin-bottom: 3px;
}

.model-line-ch {
    display: inline-block;
    vertical-align: middle;
    height: 1.2ch;
    margin-right: -3px;
    pointer-events: none;
}

.model-line-ch .img-f-h {
    display: block;
    height: 100%;
    width: auto;
}

.model-title {
    display: inline-block;
    font-weight: 300;
    vertical-align: middle;
}



/* -------- DOWNLOAD ------- */
.nav-nowrap {
    position: relative;
}

.nav-nowrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 15px);
    width: 30px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
}

#dwn-tab {
    position: relative;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

/* width */
#dwn-tab::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    border-radius: 0;
    background: #eee;
}

/* Track */
#dwn-tab::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

/* Handle */
#dwn-tab::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 10px;
}

/* Handle on hover */
#dwn-tab::-webkit-scrollbar-thumb:hover {
    background: var(--red);
}


#dwn-tab .dwn-tab-item {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 15px;
}

#dwn-tab .dwn-tab-link {
    font-size: 22px;
    color: var(--red);
    display: inline-block;
}

#dwn-tab .dwn-tab-link:hover,
#dwn-tab .dwn-tab-link.active {
    text-decoration: underline;
}

.dwn-video .box,
.dwn-file .box {
    border-bottom: 1px solid var(--red);
}

.dwn-video .dwn-wrapper,
.dwn-file .dwn-wrapper {
    padding: 60px 0;
/*    margin: auto;*/
}

.dwn-video .dwn-vid-fig {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62%;
    display: block;
    background: no-repeat center / cover;
    margin-bottom: 50px;
}

.dwn-video .dwn-vid-fig .dwn-vid-play {
    position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 70px);
    width: 140px;
    height: 140px;
    display: block;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dwn-video .dwn-vid-fig:hover .dwn-vid-play {
    transform: scale(0.9);
}

.dwn-video .dwn-vid-fig .dwn-vid-play svg {
    width: 100%;
    height: auto;
    display: block;
    fill: #fff;
}

.dwn-video .dwn-vid-txt,
.dwn-file .dwn-file-txt {
    font-size: 16px;
    line-height: 160%;
    width: 100%;
}

.dwn-file .dwn-file-link {
    width: 100%;
    display: inline-block;
}

.dwn-file .dwn-file-link:hover .dwn-file-txt {
    color: var(--red);
}

.dwn-file .dwn-file-fig {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    display: block;
    background: no-repeat center / cover;
    margin: 0 auto 50px;
}



/* -------- FINDER ------- */
#intro_finder {
    padding: 90px 0;
    text-align: center;
    border-bottom: 1px solid var(--red);
}

#intro_finder .intro-tt,
#intro_finder .intro-txt {
    font-size: 24px;
    display: block;
    letter-spacing: 0.04em;
}

#intro_finder .intro-tt {
    color: var(--red);
    text-transform: uppercase;
    margin-bottom: 30px;
}


#filtro {
    text-align: center;
}

#filtro .box {
    border-bottom: 1px solid var(--red);
}

#filtro .filtro-wrapper {
    margin: 0 auto;
    max-width: 420px;
    padding: 90px 0;
}

#filtro .fig-in-box {
    margin: 45px auto 90px;
    width: 250px;
    padding-top: 50%;
    height: 0;
    display: block;
    background: no-repeat center bottom / contain;
}

#filtro .moreBtn {
    padding: 12px 30px;
    min-width: 250px;
}

#risultati .box {
    border-bottom: 1px solid var(--red);
}

#risultati .risultati-wrapper {
    padding: 90px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#risultati .risultati-tt {
    font-size: 24px;
    display: block;
    letter-spacing: 0.04em;
    color: var(--red);
    text-transform: uppercase;
    margin-bottom: 30px;
}

#risultati .risultati-tt .model-line-ch {
    margin-right: 3px;
}

#risultati .others-tt {
    font-size: 20px;
    display: block;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 75px 0 30px;
}

#risultati .others-txt {
    font-size: 14px;
}

#risultati .others-txt strong {
    font-weight: 700;
    color: var(--red);
}





/* -------- PAGE STANDARD ------- */
#page_standard {
    padding: 90px 0;
    text-align: left;
    border-bottom: 1px solid var(--red);
}

#page_standard .ps-tt {
    display: block;
    letter-spacing: 0.04em;
    color: var(--red);
    text-transform: uppercase;
    margin-bottom: 30px;
}

#page_standard .ps-txt {
    line-height: 160%;
    font-size: 16px;
}

#page_standard .ps-txt p {
    margin-bottom: 30px;
}




/* -------- MEDIA QUERY ------- */
@media screen and (min-width:768px) and (min-height:415px) {
    :root {
        --header-h: 80px;
    }
    
	#privacySlider {
        width: 400px;
        right: 10px;
        bottom: 10px;
    }
    
    #drawer .d-line .fig-logo {
        height: 22px;
    }
    
    #drawer .d-line .fig-logo .img-fluid {
        margin-left: 0;
    }

    #heroHome .hero-content {
        padding: 20px;
    }

    #heroHome .hero-content .ht1 {
        display: block;
        color: var(--red);
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    #heroHome .hero-content .ht2 {
        color: var(--red);
        font-size: 24px;
        letter-spacing: 0.04em;
    }
    
    .section-tt,
    #serv_tech .st-tt,
    #serv_tech_boxed .st-tt,
    #hero .hero-wrapper .title,
    #intro .intro-tt,
    .intro .intro-tt,
    #description .desc-tt,
    .alt .alt-tt,
    #pro_plus .box-dx .plus-wrapper .plus-tt,
    #prod_desc .pd-tt,
    #prod_data .pd-tt,
    #accessories_swiper .access-tt,
    #rel_models .rel-tt,
    #contacts .info-tt,
    #intro_finder .intro-tt,
    #intro_finder .intro-txt,
    #risultati .risultati-tt,
    #page_standard .ps-tt,
    .intro-numbers .intro-number,
    .modal-title {
        font-size: 32px;
    }

    #intro .intro-txt,
    .intro .intro-txt,
    #solutions .sol-txt,
    #finder_cta .finder-txt,
    #serv_tech .st-txt,
    #serv_tech_boxed .st-txt,
    #pro_plus .box-dx .plus-wrapper .plus-txt,
    #prod_desc .pd-txt,
    #prod_data .pd-txt,
    #accessories_swiper .access-txt,
    #rel_models .rel-txt,
    .dwn-video .dwn-vid-txt,
    .dwn-file .dwn-file-txt,
    #risultati .others-txt,
    #page_standard .ps-txt {
        font-size: 16px;
    }
    
    #models .model-link {
        margin: 40px auto;
    }
    
    #interactive_maps .mapplic-tooltip-wrap .mapplic-image {
        display: inline !important;
    }
    
    #interactive_maps .mapplic-tooltip-description,
    #interactive_maps .mapplic-tooltip-description p {
        font-size: 13px;
    }

    #interactive_maps .mapplic-tooltip-body {
        padding: 25px;
    }
    
}


@media screen and (min-width:992px) {
    :root {
        --aside-w: 60px;    
        --h-100: calc(100vw - var(--aside-w));
        --h-50: calc( (100vw - var(--aside-w) ) / 2 );
        --h-33: calc( (100vw - var(--aside-w) ) / 3 );
    }
    
    #aside {
        position: fixed;
        z-index: 1;
        display: block;
        width: var(--aside-w);
        height: 100%;
        top: 0;
        left: 0;
    }
    
    #aside .aside-content {
        position: absolute;
        top: calc(-1 * var(--aside-w)); /* -60px */
        left: 0;
        height: var(--aside-w);
        width: 100vh;
        transform-origin: bottom left;
        color: #fff;
        transform: rotate(90deg);
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    #aside .aside-content > .container-fluid {
        transform: rotate(180deg);
    }
    
    #aside .aside-txt {
        font-size: 12px;
        color: var(--red);
    }
    
    #aside .aside-lang {
    	position: relative;
    	top: 3px;
        width: 28px;
        height: 28px;
        display: block;
        background: url(../img/icon-globe.svg) no-repeat center / contain;
        transform: rotate(-90deg);
    }
    
    #page_wrapper {
        position: relative;
        z-index: 0;
        left: var(--aside-w);
        top: 0;
        min-height: 100%;
        width: calc(100% - var(--aside-w));
        border-left: 1px solid var(--red);
    }

    #drawer {
        border-left: 1px solid var(--red);

        clip-path: polygon(100% 0, 0% 0%, 0 100%, 0% 100%, 0% 0, 100% 0%, 100% 100%, 100% 100%);
    }

	#drawer.in {
	    clip-path: polygon(67% 0, 0% 0%, 0 100%, 67% 100%, 67% 0, 100% 0%, 100% 100%, 67% 100%);
	}

    #drawer #mobile_lang {
        display: none;
    }
    
    #drawer .drawer-ironers {
        margin-top: 45px;
    }
    
    #drawer .drawer-link,
    #drawer .menu-item a {
        font-size: 20px;
    }
    
    #drawer #secondary_lang {
        margin-top: 45px;
        display: block;
        padding-bottom: 30px;
        border-bottom: 1px solid #fff;
    }
    
    #drawer #secondary_lang .dsl-title {
        margin-bottom: 15px;
    }
    
    #drawer #secondary_lang ul {
        display: flex;
        flex-wrap: wrap;
    }

    #drawer #secondary_lang ul li {
        flex-grow: 1;
        width: 33%;
    }

    #drawer #secondary_lang ul li a {   
        margin-bottom: 15px;
        display: inline-block;
        text-transform: uppercase;
    }

    #drawer #secondary_lang ul li.current a {   
        font-weight: 700;
    }
    
    #heroHome {
        padding-top: 0;
        height: var(--h-50);
        max-height: calc(100vh - var(--aside-w));
    }
    
    #heroHome .hero-content {
        padding: 30px;
    }

    #heroHome .swiper-pagination-bullet,
    #hero .swiper-pagination-bullet {
        height: 4px;
    }
    
/*
    #hero .box-sx {
        min-height: var(--h-50);
    }
*/
    
    #hero .box-w-bg {
        min-height: 0;
        height: var(--h-50);
        max-height: calc(100vh - var(--header-h));
    }
    
    #intro .intro-txt, 
    .intro .intro-txt, 
    #solutions .sol-txt, 
    #finder_cta .finder-txt, 
    #serv_tech .st-txt, 
    #serv_tech_boxed .st-txt, 
    #q_info .info-txt, 
    ##contacts .info-txt, 
    #pro_plus .box-dx .plus-wrapper .plus-txt, 
    #prod_desc .pd-txt, 
    .dwn-video .dwn-vid-txt, 
    .dwn-file .dwn-file-txt {
        font-size: 14px;
    }
    
    #risultati .others-txt {
        font-size: 14px;
    }

    #solutions .fig-logo {
        height: 26px;
    }

    #solutions .box:not(:last-child),
    #serv_tech .box:not(.order-lg-2):not(.order-lg-4) {
        border-right: 1px solid var(--red);
    }
    
    #serv_tech .st-wrapper {
        padding: 60px 0 90px;
    }
    
    #solutions .arrow-link,
    #serv_tech .arrow-link {
        transform: scale(0.85);
        transform-origin: bottom right;
    }
    
    #serv_tech .fig-sq {
        /*height: calc(var(--h-50) - 1px);*/
    }
    
    #serv_tech_boxed .box:first-child {
        border-bottom: 0;
        border-right: 1px solid var(--red);
    }

    #serv_tech_boxed .st-wrapper {
        padding: 90px 0 120px;
    }
    
    #hero .hero-wrapper {
        padding: 60px 0;
    }
    
    #hero .hero-wrapper .title {
        font-size: 28px;
    }
    
    #intro .box,
    .intro .box {
        min-height: var(--h-33);
    }

    #intro .box-sx,
    .intro .box-sx {
        border-right: 1px solid var(--red);
        border-bottom: 0;
    }
    
    #intro .fig-quote,
    .intro .fig-quote {
        height: 120px;
    }

    #q_info .box,
    #filtro .box,
    #risultati .box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: var(--h-33);
    }
    
    #q_info .box:not(:last-child),
    #filtro .box:not(:last-child),
    #risultati .box:not(:nth-child(2n)) {
        border-right: 1px solid var(--red);
    }
    
    #risultati .box-image .risultati-wrapper {
        justify-content: center;
    }
    
    #q_info .figure,
    .fig-in-box {
        width: 120px;
        height: 100px;
    }
    
    #contacts .box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: var(--h-33);
    }
    
    #contacts .box:not(:nth-child(3n)) {
        border-right: 1px solid var(--red);
    }
    
    #pro_plus .swiper-slide {
        height: auto;
    }
    
    #pro_plus .swiper-slide > .container-fluid,
    #pro_plus .swiper-slide > .container-fluid > .row {
        height: 100%;
    }
    
    #pro_plus .box-dx {
        padding-top: 0;
        padding-bottom: 0;
        border-left: 1px solid var(--red);
    }

    #pro_plus .box-dx .plus-wrapper {
        padding: 60px 0;
        min-height: calc( var(--h-50) / 2);
    }
    
    #pro_plus .box-dx .plus-wrapper .plus-cat {
        padding-bottom: 0;
    }
    
    #pro_plus .box-dx .plus-wrapper .plus-cat::after {
        bottom: -60px;
    }

    #prod_desc .box-sx,
    #prod_data .box-sx,
    #accessories_swiper .box-sx {
        border-bottom: 0;
        border-right: 1px solid var(--red);
    }
    
    .alt .box:first-child {
        border-right: 1px solid var(--red);
    }
    
    .alt .box.order-lg-last {
        border-right: 0;
    }
    
    .alt .box.order-lg-last + .box {
        border-right: 1px solid var(--red);
    }
    
    .alt-light-bg .box,
    .alt-light-bg .box.order-lg-last + .box {
        border-left: 0;
        border-right: 0;
    }
    
    #contacts .info-txt {
        min-height: 120px;
    }

    .dwn-video .box:not(:nth-child(2n)) {
        border-right: 1px solid var(--red);
    }

    .dwn-file .box {
        display: flex;
        align-content: center;
        flex-direction: column;
        border-right: 1px solid var(--red);
        min-height: calc(var(--h-100) / 4);
    }

    .dwn-file .box:nth-child(4n) {
        border-right: 0;
    }
    
    .dwn-file .dwn-file-fig {
        width: 150px;
        height: 150px;
        padding: 0;
    }
    
}


@media screen and (min-width:1200px) {
    :root {
        --aside-w: 80px;
    }
    
    #aside {
        width: var(--aside-w);
    }
    
    #aside .aside-content {
        top: calc(-1 * var(--aside-w));
        height: var(--aside-w);
    }
    
    #page_wrapper {
        left: var(--aside-w);
        width: calc(100% - var(--aside-w));
    }
    
    #aside .aside-txt {
        font-size: 14px;
    }

    #aside .aside-lang {
        width: 36px;
        height: 36px;
    }
    
    #drawer .drawer-ironers,
    #drawer #secondary_lang {
        margin-top: 60px;
    }
    
    #drawer .drawer-container {
        padding-left: 60px;
        padding-right: 60px;
    }
    
    #drawer .drawer-link,
    #drawer .menu-item a {
        font-size: 36px;
    }
    
    #drawer #drawer_secondary {
        font-size: 22px;
    }
    
    #drawer #secondary_txt,
    #drawer #secondary_distr {
        padding: 60px 0;
    }
    
    #heroHome .hero-content {
        padding: 60px;
    }
    
    #heroHome .hero-content .ht1 {
        font-size: 26px;
    }
    
    #heroHome .hero-content .ht2 {
        font-size: 32px;
    }
    
    .section-head {
        padding: 150px 0 50px;
        min-height: 300px;
    }
    
    .section-tt {
        font-size: 38px;
        padding: 0 60px;
    }
    
    .section-txt {
        padding: 0 60px;
    }
    
    #interactive_maps {
        /* padding: 90px 60px;*/
    }

    #serv_tech .st-tt,
    #serv_tech_boxed .st-tt,
    #description .desc-tt,
    .alt .alt-tt,
    #pro_plus .box-dx .plus-wrapper .plus-tt,
    #prod_desc .pd-tt,
    #prod_data .pd-tt,
    #accessories_swiper .access-tt,
    #rel_models .rel-tt,
    #contacts .info-tt,
    #intro_finder .intro-tt,
    #intro_finder .intro-txt,
    #risultati .risultati-tt,
    #page_standard .ps-tt,
    .intro-numbers .intro-number {
        font-size: 38px;
    }
    
    #prod_data .pd-tt .pd-tt-small {
        margin-top: 10px;
        font-size: 50%;
    }
    
    #prod_data .pd-tt .pd-tt-small::before {
        width: 32px;
        height: 32px;
    }

    #finder_cta {
        padding: 90px 0;
    }

    #intro .intro-txt,
    .intro .intro-txt,
    #solutions .sol-txt,
    #finder_cta .finder-txt,
    #serv_tech .st-txt,
    #serv_tech_boxed .st-txt,
    #q_info .info-txt,
    #pro_plus .box-dx .plus-wrapper .plus-txt,
    #prod_desc .pd-txt,
    #prod_data .pd-txt,
    #accessories_swiper .access-txt,
    #rel_models .rel-txt,
    .dwn-video .dwn-vid-txt,
    .dwn-file .dwn-file-txt,
    #risultati .others-txt,
    #page_standard .ps-txt {
        font-size: 16px;
    }

    #solutions .solution {
        padding: 120px 0;
    }

    #solutions .fig-logo {
        height: 40px;
    }
    
    #serv_tech .st-wrapper {
        padding: 60px 60px 90px;
        max-width:780px;
    }
    
    #solutions .arrow-link,
    #serv_tech .arrow-link {
        transform: scale(1);
    }
    
    #serv_tech_boxed .st-wrapper {
        padding: 120px 45px;
    }
    
    #footer_info,
    #footer_menu,
    #footer_copy {
/*
        padding-right: 30px;
        padding-left: 30px;
*/
    }    

    footer .f-tt {
        font-size: 24px;
    }
    
    #hero .hero-wrapper {
        padding: 90px 5px;
    }
    
    #hero .hero-wrapper .title {
        font-size: 32px;
    }
    
    #intro .intro-txt.intro-txt-big,
    .intro .intro-txt.intro-txt-big {
        font-size: 18px;
    }

    #intro .intro-wrapper,
    .intro .intro-wrapper,
    #prod_desc .pd-wrapper,
    #prod_data .pd-wrapper,
    #accessories_swiper .access-wrapper,
    #rel_models .rel-wrapper,
    .alt .alt-wrapper {
        padding: 90px 0;
    }
    
    #intro .intro-tt,
    .intro .intro-tt,
    .modal-title {
        font-size: 38px;
        margin-bottom: 90px;
    }
    
    #q_info .info-tt {
        font-size: 18px;
    }
    
    #q_info .figure,
    .fig-in-box {
        width: 160px;
        height: 130px;
        margin-bottom: 90px;
    }
    
    #dwn-tab .dwn-tab-item {
        margin-right: 45px;
    }
    
    #dwn-tab .dwn-tab-link {
        font-size: 24px;
    }
    
    #filtro .fig-in-box {
        margin: 0 auto 90px;
        width: 250px;
        height: 250px;
        padding-top: 0;
    }
    
    #risultati .others-tt {
        margin-top: 120px;
        font-size: 24px;
    }
    
}


@media screen and (min-width:1300px) {
    
    
    #interactive_maps .mapplic-sidebar-toggle {
        background-color: #eef2f5;
        border-radius: 0;
        width: 60px;
        height: 60px;
        box-shadow: none;
        margin-left: 12px !important;
    }
    
    #interactive_maps .mapplic-sidebar-toggle .mapplic-icon-sidebar {
        fill: #fff;
        transition: transform 0.4s;
        top: 20px;
        height: 20px;
        width: 98%;
        margin: 0;
        fill: var(--red);
    }
    
    #interactive_maps .mapplic-element:not(.mapplic-hidden-sidebar) .mapplic-container {
        width: 66%;
    }
    
    #interactive_maps .mapplic-sidebar {
        width: 33.333333%;
        display: block;
        padding: 0;
        border-right: 1px solid var(--red);
    }
    
    #interactive_maps .mapplic-element.mapplic-hidden-sidebar .mapplic-sidebar {
        pointer-events: none;
        margin-left: -33%;
    }
    
    #interactive_maps .mapplic-sidebar .mapplic-list-container {
        background-color: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: none;
        padding-top: 30px;
    }
    
    #interactive_maps .mapplic-sidebar .mapplic-list-container .mapplic-dir-item h4 {
        color: var(--red);
        font-size: 18px !important;
        line-height: 150% !important;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        margin-bottom: 30px;
    }
    
    #interactive_maps .mapplic-sidebar .mapplic-dir-item > a:hover,
    #interactive_maps .mapplic-sidebar .mapplic-dir-item > a:focus,
    #interactive_maps .mapplic-sidebar .mapplic-dir-item.mapplic-active > a {
        background-color: #eef2f5;
    }
    
}


@media screen and (min-width:1440px) {
    :root {
        --header-h: 100px;
        --aside-w: 110px;
    }
    
    #aside {
        width: var(--aside-w);
    }
    
    #aside .aside-content {
        top: calc(-1 * var(--aside-w));
        height: var(--aside-w);
        padding: 0 30px
    }
    
    #page_wrapper {
        left: var(--aside-w);
        width: calc(100% - var(--aside-w));
    }
    
    header {
        padding-left: 60px;
        padding-right: 60px;
/*        padding-left: 90px;*/
/*        padding-right: 90px;*/
    }
    
    #brand {
        width: 100px;
        height: 60px;
    }
    
    #drawer .drawer-link,
    #drawer .menu-item a {
        font-size: 42px;
    }
    
    #drawer .d-line {
        font-size: 36px;
    }
    
    #drawer .d-line .fig-logo {
        height: 25px;
    }
    
    #heroHome .swiper-slide {
        padding-left: 90px;
        padding-right: 90px;
    }
    
    #heroHome .hero-content {
/*        padding: 90px 75px;*/
    }
    
    #heroHome .hero-content .ht1 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    #heroHome .hero-content .ht2 {
        font-size: 42px;
    }

    #heroHome .swiper-pagination-bullets {
        bottom: 20px;
    }

    #heroHome .swiper-pagination-bullet,
    #hero .swiper-pagination-bullet {
        height: 5px;
        width: 40px;
        margin: 0 5px;  
    }

    #intro .intro-txt,
    .intro .intro-txt,
    #solutions .sol-txt,
    #finder_cta .finder-txt,
    #serv_tech .st-txt,
    #serv_tech_boxed .st-txt,
    #q_info .info-txt,
    #pro_plus .box-dx .plus-wrapper .plus-txt,
    #prod_desc .pd-txt,
    #prod_data .pd-txt,
    #accessories_swiper .access-txt,
    #rel_models .rel-txt,
    #contacts .info-txt,
    .dwn-video .dwn-vid-txt,
    .dwn-file .dwn-file-txt,
    #risultati .others-txt,
    #page_standard .ps-txt {
        font-size: 18px;
    }
    
    .section-tt,
    #serv_tech .st-tt,
    #serv_tech_boxed .st-tt,
    #description .desc-tt,
    .alt .alt-tt,
    #pro_plus .box-dx .plus-wrapper .plus-tt,
    #prod_desc .pd-tt,
    #prod_data .pd-tt,
    #accessories_swiper .access-tt,
    #rel_models .rel-tt,
    #contacts .info-tt,
    #intro_finder .intro-tt,
    #intro_finder .intro-txt,
    #risultati .risultati-tt,
    #page_standard .ps-tt,
    .intro-numbers .intro-number {
        font-size: 42px;
    }
    
    #serv_tech .st-wrapper {
        padding: 90px 60px 150px;
    }
    
    #serv_tech_boxed .st-wrapper,
    .dwn-video .dwn-wrapper,
    .dwn-file .dwn-wrapper {
        padding: 120px 60px;
    }
    
    footer {
        margin-top: 150px;
    }
    
    #footer_info,
    #footer_menu,
    #footer_copy,
    #models {
        padding-right: 60px;
        padding-left: 60px;
/*        padding-right: 90px;*/
/*        padding-left: 90px;*/
    }

    footer .f-logo-txt {
        font-size: 14px;
    }
    
    #hero .hero-wrapper {
        padding: 90px 15px;
    }
    
    #hero .hero-wrapper .title {
        font-size: 38px;
    }
    
    #intro .intro-txt.intro-txt-big,
    .intro .intro-txt.intro-txt-big {
        font-size: 24px;
    }

    #intro .intro-wrapper,
    .intro .intro-wrapper,
    .alt .alt-wrapper,
    #prod_desc .pd-wrapper,
    #prod_data .pd-wrapper,
    #accessories_swiper .access-wrapper,
    #rel_models .rel-wrapper,
    #prod_desc .pd-wrapper,
    #contacts .info-wrapper {
        padding: 90px 60px;
/*        padding: 90px;*/
    }
    
    #intro .intro-tt,
    .intro .intro-tt,
    .modal-title {
        font-size: 42px;
        margin-bottom: 120px;
    }
    
    #intro .fig-quote,
    .intro .fig-quote {
        height: 150px;
    }
    
    #q_info .info-tt {
        font-size: 24px;
    }
    
    #q_info .info-txt {
        font-size: 18px;
        min-height: 90px;
    }
    
    #description .desc-wrapper {
        padding: 60px 60px;
    }
    
    #description .desc-tt,
    .alt .alt-tt {
        margin-bottom: 90px;
    }
    
    #pro_plus .box-dx .plus-wrapper {
        padding: 90px 60px;
    }
    
    #pro_plus .box-dx .plus-wrapper .plus-cat {
        padding: 0;
        border: 0;
    }
    
    #pro_plus .box-dx .plus-wrapper .plus-tt:not(.plus-cat) {
        margin-bottom: 60px;
    }
    
    #pro_plus .box-dx .plus-wrapper .plus-cat::after {
        width: calc(100% + 240px);
        left: -120px;
        bottom: -90px;
    }
    
    #intro_finder,
    #page_standard {
        padding: 120px 0;
    }
    
    #intro_finder .intro-tt,
    #risultati .risultati-tt,
    #page_standard .ps-tt {
        margin-bottom: 60px;
    }
    
    #filtro .fig-in-box {
        margin: 0 auto 150px;
    }
    
    #risultati .risultati-wrapper {
        padding: 90px 60px;
    }
    
    #risultati .others-tt {
        font-size: 26px;
    }
    
    #interactive_maps .mapplic-sidebar .mapplic-list-container .mapplic-dir-item h4 {
        font-size: 22px !important;
    }
    
    #interactive_maps .mapplic-tooltip-title {
        font-size: 20px;
    }    

    #interactive_maps .mapplic-tooltip-description,
    #interactive_maps .mapplic-tooltip-description p {
        font-size: 14px;
    }
    
}


@media screen and (min-width:1600px) {
    :root {
        --header-h: 115px;
    }
    
    #brand {
        width: 120px;
        height: 68px;
    }
    
    #aside .aside-txt {
        font-size: 16px;
    }
    
    #heroHome .hero-content .ht1 {
        font-size: 36px;
        margin-bottom: 70px;
    }
    
    #heroHome .hero-content .ht2 {
        font-size: 48px;
    }
    
    .section-tt,
    #serv_tech .st-tt,
    #serv_tech_boxed .st-tt,
    #hero .hero-wrapper .title,
    #description .desc-tt,
    .alt .alt-tt,
    #pro_plus .box-dx .plus-wrapper .plus-tt,
    #prod_desc .pd-tt,
    #prod_data .pd-tt,
    #accessories_swiper .access-tt,
    #rel_models .rel-tt,
    #contacts .info-tt,
    #intro_finder .intro-tt,
    #intro_finder .intro-txt,
    #page_standard .ps-tt,
    .intro-numbers .intro-number {
        font-size: 48px;
    }
    
    #hero .hero-wrapper {
        padding: 90px 30px;
    }
    
    #intro .intro-tt,
    .intro .intro-tt,
    .modal-title {
        font-size: 48px;
        margin-bottom: 150px;
    }
    
/*
    #description .desc-wrapper,
    .alt .alt-wrapper {
        padding: 90px;
    }
*/
    
    #description .desc-tt,
    .alt .alt-tt {
        margin-bottom: 120px;
    }
    
    #description .desc-txt,
    .alt .alt-txt {
        font-size: 18px;
    }
    
    .dwn-file .dwn-file-fig {
        width: 200px;
        height: 200px;
        margin-bottom: 60px;
    }
    
    #interactive_maps .mapplic-sidebar .mapplic-list-container .mapplic-dir-item h4 {
        font-size: 24px !important;
    }
    
}


@media screen and (min-width:1800px) {
    
    #hero .hero-wrapper {
        padding: 90px 60px;
    }

    .alt .garanzia {
        width: 120px;
    }
    
    .dwn-file .dwn-file-fig {
        width: 250px;
        height: 250px;
    }
    
}



/* -------- EXTRA ------- */
/**
 * Swiper 6.4.8
 * 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: January 22, 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') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-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-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-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-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}: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(-1 * 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-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.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-container-horizontal>.swiper-pagination-bullets,.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:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-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-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-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-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility: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)}}



/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}



@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}



@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

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

.spinner > div {
    background-color: #666;
    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 */