.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@media(-webkit-device-pixel-ratio:1.25) {
    :root {
        zoom: .8
    }
}

@media(-webkit-device-pixel-ratio:1.5) {
    :root {
        zoom: .7
    }
}

.profiler-results {
    display: none
}

html {
    overflow-x: hidden
}

html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

body {
    -webkit-overflow-scrolling: touch
}

body::-webkit-scrollbar {
    width: 12px;
    border-radius: 0;
    background-color: #f5f2f0
}

body::-webkit-scrollbar-button {
    display: none
}

body::-webkit-scrollbar-button:hover {
    display: none
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    box-shadow: none;
    border-radius: 8px;
    border: 2px solid #f5f2f0
}

body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .2)
}

body::-webkit-scrollbar-track {
    background-color: #f5f2f0;
    border-radius: 0
}

body::-webkit-scrollbar-track:hover {
    background-color: #f5f2f0
}

body.noscroll {
    overflow: hidden
}

body.open-menu:after {
    content: ''
}

div,
figure {
    box-sizing: border-box
}

.cf {
    *zoom: 1
}

.cf:before,
.cf:after {
    display: table;
    line-height: 0;
    content: ""
}

.cf:after {
    clear: both
}

.clear {
    clear: both
}

*:focus {
    outline: none
}

strong {
    font-weight: 600 !important
}

figure {
    margin: 0
}

img {
    max-width: 100%
}

p {
    margin: 0 0 30px 0
}

@media(max-width:991px) {
    p {
        margin: 0 0 20px 0
    }
}

.wrapper {
    max-width: 1600px;
    margin: 0 auto
}

@media(max-width:767px) {
    .wrapper {
        padding: 0 30px
    }
}

.container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 0
}

@media(min-width:2000px) {
    .container {
        max-width: 1800px
    }
}

@media(max-width:767px) {
    .container {
        padding: 0 15px
    }
}

svg {
    line-height: 1
}

.scrollbar {
    overflow-x: hidden
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 4px;
    background-color: rgba(191, 191, 191, .2);
    border-radius: 2px
}

.scrollbar::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 4px
}

.scrollbar.scrollbar-y {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px
}

.cta {
    margin-top: 35px
}

.cta a,
.cta button {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    background: #005baa;
    border: 1px solid #005baa;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 20px;
    transition: all .3s ease-in-out
}

.cta a:hover,
.cta button:hover {
    background: #fff;
    color: #005baa
}

@media(max-width:1199px) {

    .cta a,
    .cta button {
        font-size: 14px;
        padding: 10px 15px
    }
}

.cta.white a {
    background: #fff;
    color: #005baa
}

.cta.white a:hover {
    background: #005baa;
    color: #fff
}

.cta.icon {
    visibility: visible
}

.cta.icon a {
    position: relative
}

.cta.icon a:after {
    font-family: 'Material Icons';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 21px
}

.cta.icon.directions a:after {
    content: ''
}

.cta.icon.write a:after {
    content: ''
}

.cta.icon.call a:after {
    content: ''
}

.cta.icon.opening a:after {
    content: ''
}

.cta.icon.ship a:after {
    content: ''
}

.cta.icon.facebook a:after {
    content: url(../images/icon-facebook.svg);
    width: 42px;
    right: 5px
}

.cta.icon.instagram a:after {
    content: url(../images/icon-instagram.svg);
    width: 42px;
    right: 5px
}

.cta.icon.linkedin a:after {
    content: url(../images/icon-linkedin.svg);
    width: 42px;
    right: 5px
}

.cta.txt {
    margin: 0
}

.cta.txt a {
    color: #005baa;
    padding: 0 60px 0 0;
    background: none;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border: none
}

.cta.txt a:before {
    content: '';
    background: #005baa;
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.cta.txt a:after {
    font-family: 'Material Icons';
    content: '';
    position: absolute;
    z-index: 3;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff
}

.brown {
    background-color: #e5e3df
}

.text-center {
    text-align: center
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.flex.vert {
    flex-direction: column
}

@media(max-width:767px) {
    .flex {
        display: block
    }
}

@media(max-width:1023px) {

    .tmpl-Homepage .hero-top,
    .tmpl-talk-whit-us .hero-top,
    .tmpl-store .hero-top,
    .tmpl-store-plus-home .hero-top {
        top: 75px
    }
}

@media(max-width:767px) {

    .tmpl-Homepage .hero-top,
    .tmpl-talk-whit-us .hero-top,
    .tmpl-store .hero-top,
    .tmpl-store-plus-home .hero-top {
        top: 62px;
        height: calc(100vh - 200px);
        overflow: hidden
    }

    .tmpl-Homepage .hero-top .slick-list,
    .tmpl-talk-whit-us .hero-top .slick-list,
    .tmpl-store .hero-top .slick-list,
    .tmpl-store-plus-home .hero-top .slick-list {
        height: 100%
    }

    .tmpl-Homepage .hero-top .slick-list .slick-track,
    .tmpl-talk-whit-us .hero-top .slick-list .slick-track,
    .tmpl-store .hero-top .slick-list .slick-track,
    .tmpl-store-plus-home .hero-top .slick-list .slick-track {
        height: 100%
    }

    .tmpl-Homepage .hero-top .item,
    .tmpl-talk-whit-us .hero-top .item,
    .tmpl-store .hero-top .item,
    .tmpl-store-plus-home .hero-top .item {
        height: 100%;
        max-height: calc(100vh - 200px)
    }

    .tmpl-Homepage .hero-top .item .grid .cta,
    .tmpl-talk-whit-us .hero-top .item .grid .cta,
    .tmpl-store .hero-top .item .grid .cta,
    .tmpl-store-plus-home .hero-top .item .grid .cta {
        text-align: center
    }
}

@media(max-width:767px) {

    .tmpl-Homepage .nav-hero,
    .tmpl-talk-whit-us .nav-hero,
    .tmpl-store .nav-hero,
    .tmpl-store-plus-home .nav-hero {
        top: auto !important;
        background: none;
        bottom: -120px
    }
}

@media(max-width:767px) {

    .tmpl-Homepage,
    .tmpl-store,
    .tmpl-talk-whit-us {
        margin-top: 0 !important
    }
}

.iframe iframe {
    width: 960px;
    height: 540px
}

@media(max-width:1024px) {
    .iframe iframe {
        width: 100%;
        height: 449px
    }
}

@media(max-width:768px) {
    .iframe iframe {
        width: 100%;
        height: 329px
    }
}

@media(max-width:425px) {
    .iframe iframe {
        width: 100%;
        height: 222px
    }
}

@media(max-width:375px) {
    .iframe iframe {
        width: 100%;
        height: 194px
    }
}

@media(max-width:320px) {
    .iframe iframe {
        width: 100%;
        height: 163px
    }
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -15px
}

.grid>div {
    position: relative;
    z-index: 1;
    margin: 0 15px
}

.grid .col-1 {
    flex: 0 0 calc(8.33% - 30px);
    max-width: calc(8.33% - 30px);
    width: calc(8.33% - 30px)
}

.grid .col-2 {
    flex: 0 0 calc((8.33%*2) - 30px);
    max-width: calc((8.33%*2) - 30px);
    width: calc((8.33%*2) - 30px)
}

.grid .col-3 {
    flex: 0 0 calc((8.33%*3) - 30px);
    max-width: calc((8.33%*3) - 30px);
    width: calc((8.33%*3) - 30px)
}

.grid .col-4 {
    flex: 0 0 calc((8.33%*4) - 30px);
    max-width: calc((8.33%*4) - 30px);
    width: calc((8.33%*4) - 30px)
}

.grid .col-5 {
    flex: 0 0 calc((8.33%*5) - 30px);
    max-width: calc((8.33%*5) - 30px);
    width: calc((8.33%*5) - 30px)
}

.grid .col-6 {
    flex: 0 0 calc((8.33%*6) - 30px);
    max-width: calc((8.33%*6) - 30px);
    width: calc((8.33%*6) - 30px)
}

.grid .col-7 {
    flex: 0 0 calc((8.33%*7) - 30px);
    max-width: calc((8.33%*7) - 30px);
    width: calc((8.33%*7) - 30px)
}

.grid .col-8 {
    flex: 0 0 calc((8.33%*8) - 30px);
    max-width: calc((8.33%*8) - 30px);
    width: calc((8.33%*8) - 30px)
}

.grid .col-9 {
    flex: 0 0 calc((8.33%*9) - 30px);
    max-width: calc((8.33%*9) - 30px);
    width: calc((8.33%*9) - 30px)
}

.grid .col-10 {
    flex: 0 0 calc((8.33%*10) - 30px);
    max-width: calc((8.33%*10) - 30px);
    width: calc((8.33%*10) - 30px)
}

.grid .col-11 {
    flex: 0 0 calc((8.33%*11) - 30px);
    max-width: calc((8.33%*11) - 30px);
    width: calc((8.33%*11) - 30px)
}

.grid .col-12 {
    flex: 0 0 calc((8.33%*12) - 30px);
    max-width: calc((8.33%*12) - 30px);
    width: calc((8.33%*12) - 30px)
}

.grid .offset-1 {
    margin-left: calc(8.33% + 20px)
}

.grid .offset-2 {
    margin-left: calc((8.33%*2) + 15px)
}

.grid .offset-3 {
    margin-left: calc((8.33%*3) + 15px)
}

.grid .offset-4 {
    margin-left: calc((8.33%*4) + 15px)
}

.grid .offset-5 {
    margin-left: calc((8.33%*5) + 15px)
}

.grid .offset-6 {
    margin-left: calc((8.33%*6) + 15px)
}

.grid .offset-7 {
    margin-left: calc((8.33%*7) + 15px)
}

.grid .offset-8 {
    margin-left: calc((8.33%*8) + 15px)
}

.grid .offset-9 {
    margin-left: calc((8.33%*9) + 15px)
}

.grid .offset-10 {
    margin-left: calc((8.33%*10) + 15px)
}

.grid .offset-11 {
    margin-left: calc((8.33%*11) + 15px)
}

.grid .offset-12 {
    margin-left: calc((8.33%*12) + 15px)
}

@media(max-width:767px) {
    .grid {
        display: block;
        margin: 0
    }

    .grid>div {
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0 !important
    }
}

body,
html {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 1.66;
    font-weight: 400;
    color: #1c1819;
    background: #fff;
    margin-top: 91px
}

body.no-top-banner,
html.no-top-banner {
    margin-top: 69px
}

@media(max-width:1199px) {

    body,
    html {
        margin-top: 88px
    }

    body.no-top-banner,
    html.no-top-banner {
        margin-top: 67px
    }
}

@media(max-width:991px) {

    body,
    html {
        margin-top: 22px
    }

    body.no-top-banner,
    html.no-top-banner {
        margin-top: 0
    }
}

@media(max-width:767px) {

    body,
    html {
        margin-top: 65px
    }

    body.no-top-banner,
    html.no-top-banner {
        margin-top: 14px
    }
}

.title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 500;
    width: auto;
    position: relative;
    display: inline-block;
    padding-bottom: 50px
}

.title.small {
    font-size: 36px
}

@media(max-width:767px) {
    .title {
        font-size: 30px;
        padding-bottom: 30px
    }
}

.subtitle {
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 40px
}

.team .body{
    text-align: center;
}

.team img{
    height: auto;
    width: 100%;
}

.team-name {
    text-align: center;
    font-weight: 700;
    font-size: 30px !important;
    text-transform: uppercase;
}

.designation {
    text-align: center;
    font-weight: 700;
    font-size: 26px !important;
    color: #005baa !important;
}

.slick-slider {
    z-index: 0
}

.slick-slider .slick-slide>div {
    display: flex;
    height: 100%
}

.slick-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    background: url(../images/arrow_circle.svg);
    width: 43px;
    height: 43px;
    border: none;
    background-size: cover;
    transform-origin: top;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 1
}

.slick-slider .slick-arrow:before {
    display: none
}

.slick-slider .slick-arrow.slick-prev {
    left: 48px
}

.slick-slider .slick-arrow.slick-next {
    right: 48px;
    transform: rotate(180deg) translateY(-50%)
}

.slick-slider .slick-dots {
    padding: 40px 0 0 0;
    list-style-type: none;
    display: flex;
    margin: 0 auto;
    width: auto;
    justify-content: center
}

.slick-slider .slick-dots li {
    padding: 10px;
    position: relative
}

.slick-slider .slick-dots li button {
    font-size: 0;
    background: #1c1819;
    border: none;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 6px;
    padding: 0;
    transition: all .3s ease-in-out
}

.slick-slider .slick-dots li:before {
    content: '';
    position: absolute;
    border: 2px solid #1c1819;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out
}

.slick-slider .slick-dots li:hover button {
    opacity: 0
}

.slick-slider .slick-dots li:hover:before {
    opacity: 1
}

.slick-slider .slick-dots li.slick-active {
    visibility: visible
}

.slick-slider .slick-dots li.slick-active:before {
    opacity: 1;
    border-color: #005baa
}

.slick-slider .slick-dots li.slick-active button {
    opacity: 0
}

.news-top {
    background: #005baa;
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 44px;
    transition: all .3s ease-in-out
}

.news-top .news-top-close {
    height: 20px;
    width: 20px;
    position: absolute;
    z-index: 2;
    right: 20px;
    top: calc(50% - 2px);
    cursor: pointer
}

@media screen and (orientation:landscape) and (max-device-width:1024px) {
    .news-top .news-top-close {
        display: none
    }
}

@media(max-width:1199px) {
    .news-top .news-top-close {
        display: none
    }
}

.news-top .news-top-close:after {
    content: '';
    height: 2px;
    width: 100%;
    background: #fff;
    transform: rotate(-45deg);
    top: 0;
    position: absolute;
    z-index: 1
}

.news-top .news-top-close:before {
    content: '';
    height: 2px;
    width: 100%;
    top: 0;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    z-index: 1
}

.news-top .slide-news-top {
    max-width: 70vw;
    margin: 0 auto;
    padding: 0 24px
}

.news-top .slide-news-top .slick-slide {
    position: relative;
    padding: 15px 0;
    height: 44px
}

.news-top .slide-news-top .slick-slide>div {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.news-top .slide-news-top .item {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 0;
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center
}

.news-top .slide-news-top .item a,
.news-top .slide-news-top .item span {
    font-weight: 700;
    color: #fff;
    margin-left: 15px;
    flex: 0 0 10%;
    max-width: 10%
}

.news-top .slide-news-top .slick-arrow {
    background: url(../images/chevron_left.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px
}

.news-top .slide-news-top .slick-arrow.slick-prev {
    left: 0
}

.news-top .slide-news-top .slick-arrow.slick-next {
    right: 0
}

@media(max-width:1440px) {
    .news-top .slide-news-top {
        max-width: 90vw
    }
}

@media(max-width:1199px) {
    .news-top {
        width: 100%
    }

    .news-top .container {
        max-width: 100%;
        padding: 0
    }

    .news-top .slide-news-top {
        max-width: 100%;
        padding: 0 45px
    }

    .news-top .slide-news-top .item {
        font-size: 12px
    }

    .news-top .slide-news-top .slick-arrow {
        height: 100%;
        width: 44px
    }

    .news-top .slide-news-top .slick-arrow.slick-prev {
        border-right: 1px solid rgba(28, 24, 25, .3)
    }

    .news-top .slide-news-top .slick-arrow.slick-next {
        border-right: 1px solid rgba(28, 24, 25, .3)
    }
}

@media(max-width:991px) {
    .news-top {
        position: fixed;
        top: 0;
        left: 0
    }
}

@media(max-width:767px) {
    .news-top {
        height: 56px
    }

    .news-top .slide-news-top .slick-slide {
        height: 56px
    }

    .news-top .slide-news-top .item {
        justify-content: space-between;
        font-size: 12px;
        padding: 0 5px
    }

    .news-top .slide-news-top .item .txt {
        text-align: left;
        flex: 0 0 60%;
        max-width: 60%;
        overflow: hidden;
        max-height: 36px
    }

    .news-top .slide-news-top .item a,
    .news-top .slide-news-top .item span {
        flex: 0 0 30%;
        max-width: 30%;
        text-align: right;
        margin: 0
    }
}

.hero-top .item {
    position: relative;
    color: #fff;
    max-height: calc(100vh - 178px)
}

@media(max-width:991px) {
    .hero-top .item {
        max-height: none
    }
}

.hero-top .item:before {
    content: '';
    background: #000;
    background: linear-gradient(15deg, rgba(0, 0, 0, 0) 0%, #000 85%);
    opacity: .85;
    background-size: cover;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.hero-top .item img {
    width: 100%
}

.hero-top .item .grid {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    margin: 0
}

@media(max-width:767px) {
    .hero-top .item .grid {
        top: 47%
    }
}

.hero-top .item .title {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 40px;
    padding-bottom: 20px
}

.hero-top .item .title:before {
    content: '';
    background: url(../images/baffo.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom
}

.hero-top .item .txt ul {
    list-style-type: none
}

.hero-top .item .txt ul li {
    font-size: 2em;
    position: relative;
    display: inline-block
}

.hero-top .item .txt ul li:before {
    font-family: 'Material Icons';
    content: '';
    color: #005baa;
    position: absolute;
    left: -60px;
    top: 0
}

.hero-top .item .cta a {
    border: none
}

.hero-top .item.find-center,
.hero-top .item.slide-center {
    text-align: center
}

.hero-top .item.find-center:before,
.hero-top .item.slide-center:before {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .5))
}

.hero-top .item.find-center .center-reference,
.hero-top .item.slide-center .center-reference {
    text-align: center
}

.hero-top .item.find-center .center-reference img,
.hero-top .item.slide-center .center-reference img {
    width: 90px;
    max-width: 100%;
    border-radius: 90px;
    border: 2px solid #fff;
    display: inline-block;
    margin-bottom: 30px
}

.hero-top .item.find-center .title,
.hero-top .item.slide-center .title {
    max-width: none
}

.hero-top .item.find-center .cta,
.hero-top .item.slide-center .cta {
    visibility: visible
}

.hero-top .item.find-center .cta span,
.hero-top .item.slide-center .cta span {
    text-transform: uppercase;
    margin: 0 25px;
    font-size: 16px;
    line-height: 1
}

.hero-top .item.find-center .cta a,
.hero-top .item.slide-center .cta a {
    display: inline-block;
    border: 2px solid #005baa;
    padding: 13px 20px
}

.hero-top .item.find-center .cta a:hover,
.hero-top .item.slide-center .cta a:hover {
    border-color: #fff
}

.hero-top .item.find-center .cta a.white,
.hero-top .item.slide-center .cta a.white {
    background: #fff;
    color: #005baa
}

.hero-top .item.find-center .cta a.white:hover,
.hero-top .item.slide-center .cta a.white:hover {
    background: #005baa;
    color: #fff;
    border-color: #005baa
}

.hero-top .item.slide-center .title {
    font-size: 60px
}

.hero-top .item.slide-center .txt {
    font-size: 24px;
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-top .item.slide-center .txt .addr-center {
    position: relative
}

.hero-top .item.slide-center .txt .addr-center:before {
    font-family: 'Material Icons';
    content: '';
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 27px
}

.hero-top .item.slide-center .txt a {
    visibility: visible;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin-left: 25px;
    position: relative;
    padding-left: 30px
}

@media(max-width:767px) {
    .hero-top .item.slide-center .txt a {
        display: none
    }
}

.hero-top .item.slide-center .txt a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    background-image: url(../images/cambio-store.png);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media(max-width:1440px) {
    .hero-top .item.find-center .center-reference img {
        width: 80px;
        border-radius: 80px;
        margin-bottom: 10px
    }

    .hero-top .item.find-center .title {
        margin-bottom: 20px
    }
}

@media(max-width:1199px) {
    .hero-top .item .title {
        font-size: 32px;
        margin-bottom: 10px
    }

    .hero-top .item .txt {
        font-size: 16px
    }

    .hero-top .item .cta {
        margin-top: 20px
    }

    .hero-top .item .cta a {
        font-size: 14px;
        padding: 15px 30px
    }

    .hero-top .item.find-center .center-reference img {
        width: 50px;
        border-radius: 50px;
        margin-bottom: 0
    }

    .hero-top .item.find-center .title {
        margin-bottom: 5px
    }
}

@media(max-width:991px) {
    .hero-top .item .grid>div {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%
    }

    .hero-top .item .grid>div .title {
        max-width: 70vw;
        left: 50%;
        transform: translateX(-50%);
        text-align: center
    }

    .hero-top .item .grid>div .txt {
        max-width: 70vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        text-align: center
    }

    .hero-top .item .grid>div .cta {
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }

    .hero-top .item.find-center {
        visibility: visible
    }

    .hero-top .item.find-center .center-reference {
        visibility: visible
    }

    .hero-top .item.find-center .center-reference img {
        visibility: visible
    }

    .hero-top .item.find-center .title,
    .hero-top .item.find-center .cta {
        transform: none !important;
        left: auto !important
    }
}

@media(max-width:767px) {
    .hero-top .item {
        height: calc(100vh - 56px)
    }

    .hero-top .item .img-mobile {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        pointer-events: none
    }

    .hero-top .item img {
        height: 100%;
        width: auto !important;
        max-width: none
    }

    .hero-top .item img.img-desktop {
        opacity: 0
    }

    .hero-top .item .title {
        font-size: 24px;
        max-width: 80vw !important;
        margin-bottom: 20px;
        padding-top: 76px;
    }

    .hero-top .item .txt {
        font-size: 18px;
        line-height: 1.3;
        max-width: 80vw !important
    }

    .hero-top .item .cta {
        margin-top: 35px
    }

    .hero-top .item .cta a {
        visibility: visible
    }

    .hero-top .item.find-center {
        visibility: visible
    }

    .hero-top .item.find-center .center-reference {
        visibility: visible
    }

    .hero-top .item.find-center .center-reference img {
        width: 80px !important
    }

    .hero-top .item.find-center .title {
        margin: 10px 0 20px 0;
        font-size: 34px
    }

    .hero-top .item.find-center .txt {
        font-size: 18px;
        max-width: 100vw !important;
        padding: 0 10px
    }

    .hero-top .item.find-center .cta {
        visibility: visible
    }

    .hero-top .item.find-center .cta span {
        display: none
    }

    .hero-top .item.find-center .cta a {
        display: block;
        margin-bottom: 10px
    }

    .hero-top .item.find-center .cta a:last-child {
        margin-bottom: 0
    }
}

.nav-hero {
    position: relative;
    margin-top: -8px
}

.nav-hero .container {
    visibility: visible
}

.nav-hero #nav-hero {
    margin: 0 -15px;
    position: relative;
    top: -56px
}

.nav-hero #nav-hero .slick-list {
    padding: 0 !important
}

.nav-hero #nav-hero .slick-list .slick-track {
    width: 100% !important;
    display: flex;
    transform: none !important
}

.nav-hero #nav-hero .slick-list .slick-track .slick-slide {
    background: #fff;
    margin: 0 15px;
    position: relative
}

.nav-hero #nav-hero .slick-list .slick-track .slick-slide:after,
.nav-hero #nav-hero .slick-list .slick-track .slick-slide:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    transition: all .3s ease-in-out
}

.nav-hero #nav-hero .slick-list .slick-track .slick-slide:after {
    background: #1c1819;
    width: 0
}

.nav-hero #nav-hero .slick-list .slick-track .slick-slide:hover:after {
    opacity: 1;
    width: 100%
}

.nav-hero #nav-hero .slick-list .slick-track .slick-slide .item {
    cursor: pointer;
    padding: 30px 20px;
    line-height: 1
}

.nav-hero #nav-hero .slick-list .slick-track .slick-slide .item strong {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.nav-hero #nav-hero .slick-list .slick-track .slick-slide .item div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.1
}

.nav-hero #nav-hero .slick-list .slick-track .slick-slide .item div.corpo-img p {
    padding: 0;
    margin: 0;
    line-height: 1.1
}

.nav-hero #nav-hero .slick-list .slick-track .slick-slide .item div.pin {
    position: relative;
    z-index: 1;
    top: 5px;
    padding: 3px 0 3px 20px;
    background: none;
    width: 100%;
    margin: -6px 0 0 0 !important;
    height: auto;
    text-align: left;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0
}

.nav-hero #nav-hero .slick-list .slick-track .slick-slide .item div.pin:before {
    font-family: 'Material Icons';
    content: '';
    position: absolute;
    left: -4px;
    top: 50%;
    font-size: 22px;
    transform: translateY(-50%)
}

@media(max-width:1199px) {
    .nav-hero #nav-hero .slick-list .slick-track .slick-slide .item {
        font-size: 12px;
        padding: 20px
    }

    .nav-hero #nav-hero .slick-list .slick-track .slick-slide .item strong {
        font-size: 12px
    }
}

.nav-hero #nav-hero .slick-list .slick-track .slick-slide.slick-current:before {
    background: #005baa;
    opacity: 1;
    -webkit-animation: myAnimation 5s;
    animation: myAnimation 5s
}

@-webkit-keyframes myAnimation {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes myAnimation {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.nav-hero #nav-hero .slick-list .slick-track .slick-slide.slick-current:after {
    display: none
}

.nav-hero #nav-hero .slick-list .slick-track .slick-slide.slick-current .item {
    visibility: visible
}

.nav-hero #nav-hero .slick-list .slick-track .slick-slide.slick-current .item strong {
    color: #005baa
}

@media(max-width:1440px) {
    .nav-hero #nav-hero .item {
        font-size: 14px;
        padding: 20px !important
    }

    .nav-hero #nav-hero .item strong {
        margin-bottom: 10px
    }
}

@media(max-width:1199px) {
    .nav-hero #nav-hero .slick-slide {}

    .nav-hero #nav-hero .slick-slide .item .pin {
        padding-left: 16px !important
    }

    .nav-hero #nav-hero .slick-slide .item .pin:before {
        left: -3px !important;
        font-size: 16px !important
    }
}

@media(max-width:991px) {
    .nav-hero {
        margin-top: 0
    }

    .nav-hero #nav-hero {
        top: -25px
    }

    .nav-hero #nav-hero .slick-slide {
        visibility: visible
    }

    .nav-hero #nav-hero .slick-slide:before {
        height: 4px !important
    }

    .nav-hero #nav-hero .slick-slide .item {
        padding: 0 !important;
        height: 4px;
        display: block !important
    }

    .nav-hero #nav-hero .slick-slide .item strong,
    .nav-hero #nav-hero .slick-slide .item>div {
        display: none !important
    }
}

.slide-services {
    visibility: visible
}

.slide-services .slick-list {
    padding: 0 20% !important
}

.slide-services .slick-list .slick-track {
    display: flex
}

.slide-services .slick-list .slick-track .slick-slide {
    padding: 0 15px;
    height: auto
}

.slide-services .slick-list .slick-track .slick-slide>div {
    height: 100%
}

.slide-services .slick-list .slick-track .slick-slide .item {
    display: flex !important;
    border: 2px solid #e5e3df
}

.slide-services .slick-list .slick-track .slick-slide .item .box-sx {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px 40px 80px 40px;
    box-sizing: border-box;
    position: relative
}

.slide-services .slick-list .slick-track .slick-slide .item .box-sx .tit {
    font-size: 36px;
    line-height: 1;
    font-weight: 500;
    color: #005baa;
    margin-bottom: 30px
}

.slide-services .slick-list .slick-track .slick-slide .item .box-sx .txt {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px
}

.slide-services .slick-list .slick-track .slick-slide .item .box-sx .cta {
    margin: 0;
    position: absolute;
    bottom: 40px;
    left: 40px
}

.slide-services .slick-list .slick-track .slick-slide .item .box-dx {
    flex: 0 0 50%;
    max-width: 50%;
    background-size: cover;
    background-position: center;
    order: 1
}

@media(max-width:1440px) {
    .slide-services .slick-list .slick-track .slick-slide .item .box-sx {}

    .slide-services .slick-list .slick-track .slick-slide .item .box-sx .tit {
        font-size: 34px
    }
}

@media(max-width:1199px) {
    .slide-services .slick-list .slick-track .slick-slide .item .box-sx {
        padding: 30px 30px 60px 30px
    }

    .slide-services .slick-list .slick-track .slick-slide .item .box-sx .tit {
        font-size: 26px;
        margin-bottom: 10px
    }

    .slide-services .slick-list .slick-track .slick-slide .item .box-sx .txt {
        font-size: 16px
    }

    .slide-services .slick-list .slick-track .slick-slide .item .box-sx .cta {
        bottom: 30px;
        left: 30px
    }

    .slide-services .slick-list .slick-track .slick-slide .item .box-sx .cta a {
        font-size: 14px
    }
}

@media(max-width:991px) {
    .slide-services .slick-list .slick-track .slick-slide .item {
        display: block !important;
        position: relative
    }

    .slide-services .slick-list .slick-track .slick-slide .item .box-sx {
        max-width: 100%;
        position: static
    }

    .slide-services .slick-list .slick-track .slick-slide .item .box-dx {
        max-width: 100%;
        height: 250px
    }
}

@media(max-width:767px) {
    .slide-services .slick-list {
        padding: 0 !important
    }

    .slide-services .slick-list .slick-slide .item {
        flex-wrap: wrap
    }

    .slide-services .slick-list .slick-slide .item>div,
    .slide-services .slick-list .slick-slide .item figure {
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .slide-services .slick-list .slick-slide .item figure {
        order: -1
    }
}

.slide-services-nav {
    margin-bottom: 55px
}

.slide-services-nav .slick-list .slick-track {
    width: 100% !important;
    display: flex;
    transform: none !important;
    justify-content: center
}

.slide-services-nav .slick-list .slick-track .slick-slide {
    width: auto !important
}

.slide-services-nav .slick-list .slick-track .slick-slide .item {
    border: 2px solid transparent;
    font-weight: 500;
    padding: 10px 35px;
    cursor: pointer;
    position: relative;
    border-radius: 60px;
    background: none
}

@media(max-width:1440px) {
    .slide-services-nav .slick-list .slick-track .slick-slide .item {
        font-size: 16px;
        padding: 10px 25px
    }
}

@media(max-width:1199px) {
    .slide-services-nav .slick-list .slick-track .slick-slide .item {
        font-size: 14px;
        padding: 10px
    }
}

.slide-services-nav .slick-list .slick-track .slick-slide.slick-current .item {
    color: #005baa;
    background: #fff;
    border-color: #005baa
}

.slide-services-nav .slick-list .slick-track .slick-slide.slick-current .item:before {
    background: #005baa;
    width: calc(100% + 4px);
    opacity: 1
}

@media(max-width:991px) {
    .slide-services-nav {
        display: none
    }
}

.slider-default .slick-arrow {
    top: calc(50% - 40px)
}

.slider-default .slick-arrow.slick-prev {
    left: 20px
}

.slider-default .slick-arrow.slick-next {
    right: 20px
}

.slider-default-double {
    margin: 0 -10px
}

.slider-default-double .slide-double {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    margin: 0 10px
}

.slider-default-double .slide-double:before {
    content: '';
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 85%);
    opacity: .85;
    background-size: cover;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.slider-default-double .slide-double a {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slider-default-double .slide-double .cont {
    position: absolute;
    z-index: 3;
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px)
}

.slider-default-double .slide-double .cont .cat {
    font-size: 14px;
    line-height: 1;
    color: #005baa;
    font-weight: 700;
    text-transform: uppercase
}

.slider-default-double .slide-double .cont .tit {
    line-height: 1.1;
    color: #fff;
    margin: 20px 0 0 0
}

.slider-default-double .slide-double img {
    transition: all .3s ease-in-out;
    width: auto;
    height: 200px;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

@media(max-width:767px) {
    .slider-default-double .slide-double img {
        transform: translateX(-50%) scale(1.5)
    }
}

.slider-default-double .slide-double:hover img {
    transform: scale(1.1) translateX(-50%);
    left: calc(50% + 10px)
}

.big-slideshow {
    z-index: 0
}

@media(max-width:1023px) {
    .tmpl-Homepage .nav-hero {
        top: 75px
    }
}

@media(max-width:991px) {
    .tmpl-store .hero-top .item .grid>div .title {
        left: 0;
        transform: none
    }
}

.who-we-are {
    text-align: center;
    padding: 70px 0 120px
}

.who-we-are .cont-box {
    padding: 75px 0
}

.who-we-are .cont-box .box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #fff
}

.who-we-are .cont-box .box>div {
    flex: 0 0 50%;
    max-width: 50%
}

.who-we-are .cont-box .box .box-sx {
    padding: 25px;
    box-sizing: border-box
}

.who-we-are .cont-box .box .box-sx .number {
    display: block;
    color: #005baa;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px
}

.who-we-are .cont-box .box .box-sx .txt {
    /* font-size: 16px; */
    font-size: 20px;
    line-height: 1.5
}

@media(max-width:1199px) {
    .who-we-are .cont-box .box .box-sx {
        padding: 15px
    }

    .who-we-are .cont-box .box .box-sx .number {
        font-size: 24px
    }

    .who-we-are .cont-box .box .box-sx .txt {
        /* font-size: 14px; */
        font-size: 20px;
    }
}

.who-we-are .cont-box .box .box-dx {
    visibility: visible
}

.who-we-are .cont-box .box .box-dx img {
    width: 100%
}

@media(max-width:991px) {
    .who-we-are .cont-box .box {
        display: block
    }

    .who-we-are .cont-box .box>div {
        max-width: 100%
    }

    .who-we-are .cont-box .box>div .number {
        margin-bottom: 10px !important
    }
}

@media(max-width:767px) {
    .who-we-are .cont-box .box {
        margin-bottom: 20px
    }

    .who-we-are .cont-box .box .box-sx .number {
        font-size: 34px
    }

    .who-we-are .cont-box .box .box-sx .txt {
        /* font-size: 16px; */
        font-size: 20px;
    }

    .who-we-are .cont-box .box .box-dx {
        overflow: hidden;
        height: 220px
    }

    .who-we-are .cont-box .box .box-dx img {
        position: relative;
        top: 50%;
        transform: translateY(-50%)
    }
}

.who-we-are .cta {
    margin: 0
}

@media(max-width:1023px) {
    .tmpl-Homepage .who-we-are {
        margin-top: 75px
    }
}

.services {
    padding: 120px 0
}

@media(max-width:1199px) {
    .services {
        padding: 70px 0
    }
}

@media(max-width:991px) {
    .services {
        padding: 120px 0 0
    }
}

@media(max-width:767px) {
    .services {
        padding: 70px 0 0
    }
}

.people-possible {
    padding: 120px 0
}

.people-possible .title {
    margin-bottom: 40px;
    padding-bottom: 20px
}

.people-possible .title:before {
    content: '';
    background: url(../images/baffo.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom
}

.people-possible .cont-box {
    margin-top: 70px
}

.people-possible .cont-box .box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%
}

.people-possible .cont-box .box:before {
    content: '';
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 85%);
    opacity: .85;
    background-size: cover;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 100%
}

.people-possible .cont-box .box a {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.people-possible .cont-box .box .cont {
    position: absolute;
    z-index: 3;
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px)
}

.people-possible .cont-box .box .cont .cat {
    font-size: 14px;
    line-height: 1;
    color: #005baa;
    font-weight: 700;
    text-transform: uppercase
}

.people-possible .cont-box .box .cont .tit {
    font-size: 24px;
    color: #fff;
    margin: 20px 0
}

.people-possible .cont-box .box .cont .txt {
    font-size: 14px;
    color: #fff
}

.people-possible .cont-box .box img {
    transition: all .3s ease-in-out;
    width: 100%;
    height: auto;
    max-width: none
}

.people-possible .cont-box .box:hover img {
    transform: scale(1.1)
}

.people-possible .cont-box .box.box-vert {
    flex: 0 0 calc(50% - 20px);
    height: calc(50% - 20px);
    position: absolute;
    left: 0;
    top: 0
}

.people-possible .cont-box .box.box-vert:nth-child(even) {
    top: auto;
    bottom: 0
}

.people-possible .cont-box .box.box-vert img {
    width: 100%;
    height: auto
}

.people-possible .cont-box .flex .box .cont .tit {
    font-size: 18px
}

@media(max-width:1199px) {
    .people-possible .cont-box .box.box-vert .cont .cat {
        visibility: visible
    }

    .people-possible .cont-box .box.box-vert .cont .tit {
        margin: 10px 0;
        line-height: 1
    }

    .people-possible .cont-box .box.box-vert .cont .txt {
        line-height: 1.2
    }
}

@media(max-width:991px) {
    .people-possible .cont-box .grid {
        display: block;
        margin: 0
    }

    .people-possible .cont-box .grid>div {
        max-width: 100%;
        width: 100%;
        margin: 0
    }

    .people-possible .cont-box .box {
        position: relative !important;
        margin-bottom: 20px
    }
}

@media(max-width:767px) {
    .people-possible .flex {
        text-align: center
    }

    .people-possible .flex .title {
        margin-bottom: 40px
    }

    .people-possible .box {
        text-align: left;
        margin-bottom: 10px
    }

    .people-possible .box .cont {
        bottom: auto !important;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50% !important;
        width: 100% !important;
        padding: 0 30px
    }

    .people-possible .box .cont .cat {
        visibility: visible
    }

    .people-possible .box .cont .tit {
        line-height: 1.2;
        font-size: 20px !important;
        margin: 10px 0 !important
    }

    .people-possible .box .cont .txt {
        visibility: visible
    }
}

.latest-news {
    padding-bottom: 120px
}

.latest-news .title {
    margin-bottom: 0
}

.latest-news .box-news {
    margin-top: 70px
}

.latest-news .box-news .box {
    display: flex;
    border: 2px solid #ebebeb;
    height: 100%
}

.latest-news .box-news .box figure {
    flex: 0 0 260px;
    max-width: 260px;
    background-size: cover;
    background-position: center
}

.latest-news .box-news .box figure img {
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:1199px) {
    .latest-news .box-news .box figure {
        flex: 0 0 200px;
        max-width: 200px
    }
}

@media(max-width:991px) {
    .latest-news .box-news .box figure {
        background: none !important
    }

    .latest-news .box-news .box figure img {
        opacity: 1
    }
}

.latest-news .box-news .box .cont {
    padding: 30px 30px 30px 40px;
    align-items: flex-start
}

.latest-news .box-news .box .cont .date {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #005baa
}

.latest-news .box-news .box .cont .tit {
    margin: 15px 0
}

.latest-news .box-news .box .cont .cta {
    margin: 0;
    display: flex
}

@media(max-width:1199px) {
    .latest-news .box-news .box .cont .tit {
        font-size: 14px;
        line-height: 1.2
    }
}

@media(max-width:991px) {
    .latest-news .box-news .box {
        display: block;
        height: 100%
    }

    .latest-news .box-news .box figure,
    .latest-news .box-news .box>div {
        max-width: 100%
    }

    .latest-news .box-news .box figure img,
    .latest-news .box-news .box>div img {
        width: 100%
    }

    .latest-news .box-news .box .cont {
        padding: 20px
    }
}

@media(max-width:767px) {
    .latest-news .flex {
        text-align: center
    }

    .latest-news .flex .title {
        margin-bottom: 40px
    }

    .latest-news .box {
        margin-bottom: 20px
    }
}

.center-active .service-menu .find {
    display: none
}

.center-active .service-menu .your-center {
    display: flex !important
}

@media(max-width:991px) {
    .center-active .service-menu .find {
        display: block
    }

    .center-active .service-menu .your-center {
        display: none !important
    }
}

.center-active .primary-menu .your-center {
    display: flex !important;
    justify-content: space-between;
    align-items: center
}

@media(min-width:991px) {
    .center-active .primary-menu .your-center {
        display: none !important
    }
}

@media(max-width:767px) {
    .center-active .primary-menu .mobile-logo {
        visibility: visible;
    }
    /* add new css for logo in mobile */
    .logo-img{
        max-height: 30px;
    }
    .center-active .primary-menu .mobile-logo svg {
        transform: scale(.65);
        transform-origin: left center
    }

    .center-active .primary-menu .your-center {
        width: 130px !important;
        max-width: 130px !important;
        right: 70px !important
    }

    .center-active .primary-menu .your-center .flex {
        display: flex
    }

    .center-active .primary-menu .your-center figure {
        width: 30px !important;
        height: 30px !important;
        border-radius: 30px !important;
        margin-right: 6px
    }

    .center-active .primary-menu .your-center figure img {
        position: relative;
        top: -3px
    }

    .center-active .primary-menu .your-center .data {
        font-size: 12px;
        line-height: 1
    }
}

.center-detail {
    margin-bottom: 115px
}

@media(max-width:767px) {
    .center-detail {
        margin-left: 15px;
        margin-right: 15px
    }
}

.center-detail .cont-detail-sx {
    visibility: visible
}

.center-detail .cont-detail-sx:before {
    content: '';
    background: #fff;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    height: 100%;
    width: 1000px
}

@media(max-width:991px) {
    .center-detail .cont-detail-sx:before {
        right: -30px
    }
}

.center-detail .cont-detail-sx .detail-sx {
    position: static;
    background: #fff;
    position: relative;
    padding-right: 25px;
    height: 100%;
    overflow: visible
}

@media(max-width:991px) {
    .center-detail .cont-detail-sx .detail-sx {
        padding-right: 0;
        position: static !important;
        width: 100% !important;
        max-height: none !important;
        overflow-y: visible
    }
}

.center-detail .cont-detail-sx .detail-sx figure {
    overflow: hidden;
    width: 210px;
    height: 210px;
    border-radius: 210px;
    border: 2px solid #e5e3df;
    position: relative;
    top: -105px;
    margin-bottom: 30px;
    transition: all .3s ease-in-out
}

.center-detail .cont-detail-sx .detail-sx figure img {
    visibility: visible
}

@media(max-width:767px) {
    .center-detail .cont-detail-sx .detail-sx figure {
        left: 50%;
        transform: translateX(-50%)
    }
}

.center-detail .cont-detail-sx .detail-sx .datas {
    margin-top: -105px;
    transition: all .3s ease-in-out
}

.center-detail .cont-detail-sx .detail-sx .name {
    font-size: 24px;
    line-height: 1;
    font-weight: 500
}

@media(max-width:767px) {
    .center-detail .cont-detail-sx .detail-sx .name {
        text-align: center
    }
}

.center-detail .cont-detail-sx .detail-sx .position {
    font-size: 18px;
    line-height: 1;
    color: #989898;
    margin: 20px 0
}

@media(max-width:767px) {
    .center-detail .cont-detail-sx .detail-sx .position {
        text-align: center
    }
}

.center-detail .cont-detail-sx .detail-sx .center-name {
    font-size: 24px;
    line-height: 1;
    color: #005baa
}

@media(max-width:767px) {
    .center-detail .cont-detail-sx .detail-sx .center-name {
        text-align: center;
        margin-bottom: 10px
    }
}

.center-detail .cont-detail-sx .detail-sx .banner {
    max-width: 542px
}

@media(min-width:1560px) {
    .center-detail .cont-detail-sx .detail-sx .banner {
        max-width: 542px
    }
}

@media(min-width:2000px) {
    .center-detail .cont-detail-sx .detail-sx .banner {
        max-width: 682px
    }
}

@media(max-width:1440px) {
    .center-detail .cont-detail-sx .detail-sx .banner {
        max-width: 492px
    }
}

@media(max-width:1199px) {
    .center-detail .cont-detail-sx .detail-sx .banner {
        max-width: 352px
    }
}

.center-detail .cont-detail-sx .detail-sx .solution {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding-left: 25px
}

.center-detail .cont-detail-sx .detail-sx .solution:before {
    font-family: 'Material Icons';
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1
}

@media(max-width:767px) {
    .center-detail .cont-detail-sx .detail-sx .solution {
        text-align: center;
        padding-left: 0
    }

    .center-detail .cont-detail-sx .detail-sx .solution:before {
        position: relative;
        transform: none;
        top: 5px;
        left: -5px
    }
}

.center-detail .cont-detail-sx .detail-sx .cta {
    margin: 0;
    width: 100%
}

.center-detail .cont-detail-sx .detail-sx .cta:before {
    content: ''
}

.center-detail .cont-detail-sx .detail-sx .cta a {
    display: block
}

.center-detail .cont-detail-sx .detail-sx .cont-address {
    margin: 45px 0
}

.center-detail .cont-detail-sx .detail-sx .cont-address .address {
    font-size: 16px;
    line-height: 1;
    font-weight: 500
}

.center-detail .cont-detail-sx .detail-sx .cont-address .cta {
    width: 45%
}

@media(max-width:1199px) {
    .center-detail .cont-detail-sx .detail-sx .cont-address .cta {
        width: 100%;
        margin-top: 10px
    }
}

@media(max-width:991px) {
    .center-detail .cont-detail-sx .detail-sx .cont-address .cta {
        width: 45%;
        margin-top: 0
    }
}

@media(max-width:991px) and (max-width:767px) {
    .center-detail .cont-detail-sx .detail-sx .cont-address .cta a {
        padding-right: 45px
    }
}

@media(max-width:767px) {
    .center-detail .cont-detail-sx .detail-sx .cont-address {
        display: flex
    }
}

.center-detail .cont-detail-sx .detail-sx .track-ship {
    margin-bottom: 40px
}

.center-detail .cont-detail-sx .detail-sx .track-ship form {
    visibility: visible
}

.center-detail .cont-detail-sx .detail-sx .track-ship form label {
    position: relative;
    display: inline-flex;
    margin-bottom: 15px;
    font-weight: 400
}

.center-detail .cont-detail-sx .detail-sx .track-ship form label:after {
    font-family: 'Material Icons';
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px
}

.center-detail .cont-detail-sx .detail-sx .track-ship form>div {
    position: relative
}

.center-detail .cont-detail-sx .detail-sx .track-ship form>div input {
    border: 2px solid #ebebeb;
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    padding: 22px 85px 22px 22px;
    box-sizing: border-box;
    line-height: 1
}

@media(max-width:767px) {
    .center-detail .cont-detail-sx .detail-sx .track-ship form>div input {
        font-size: 14px
    }
}

.center-detail .cont-detail-sx .detail-sx .track-ship form>div input::-webkit-input-placeholder {
    font-style: normal !important;
    color: #989898 !important;
    font-weight: 400 !important
}

.center-detail .cont-detail-sx .detail-sx .track-ship form>div input::-moz-placeholder {
    font-style: normal !important;
    color: #989898 !important;
    font-weight: 400 !important
}

.center-detail .cont-detail-sx .detail-sx .track-ship form>div input:-ms-input-placeholder {
    font-style: normal !important;
    color: #989898 !important;
    font-weight: 400 !important
}

.center-detail .cont-detail-sx .detail-sx .track-ship form>div input:-moz-placeholder {
    font-style: normal !important;
    color: #989898 !important;
    font-weight: 400 !important
}

.center-detail .cont-detail-sx .detail-sx .track-ship form>div button {
    background: #005baa;
    border: none;
    position: absolute;
    right: 2px;
    top: 2px;
    height: 65px;
    width: 65px;
    cursor: pointer
}

.center-detail .cont-detail-sx .detail-sx .track-ship form>div button:before {
    font-family: 'Material Icons';
    content: '';
    color: #fff;
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.center-detail .cont-detail-sx .detail-sx .r-01 {
    margin-bottom: 20px
}

.center-detail .cont-detail-sx .detail-sx .r-02 {
    margin-bottom: 40px
}

@media(max-width:767px) {

    .center-detail .cont-detail-sx .detail-sx .r-01,
    .center-detail .cont-detail-sx .detail-sx .r-02 {
        display: flex
    }

    .center-detail .cont-detail-sx .detail-sx .r-01>div,
    .center-detail .cont-detail-sx .detail-sx .r-02>div {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px) !important;
        width: calc(50% - 15px) !important
    }
}

.center-detail .cont-detail-sx .detail-sx.fixed {
    position: fixed;
    transition: all .3s ease-in-out;
    padding-bottom: 40px;
    overflow-y: auto
}

.center-detail .cont-detail-sx .detail-sx.fixed figure {
    top: 30px;
    width: 80px;
    height: 80px
}

@media(min-width:991px) and (max-width:1199px) {
    .center-detail .cont-detail-sx .detail-sx.fixed figure {
        top: 20px
    }
}

.center-detail .cont-detail-sx .detail-sx.fixed .datas {
    margin-top: 60px
}

@media(min-width:991px) and (max-width:1199px) {
    .center-detail .cont-detail-sx .detail-sx.fixed .datas {
        margin-top: 35px
    }

    .center-detail .cont-detail-sx .detail-sx.fixed .datas .position {
        margin: 15px 0
    }

    .center-detail .cont-detail-sx .detail-sx.fixed .datas .cont-address {
        margin: 15px 0
    }

    .center-detail .cont-detail-sx .detail-sx.fixed .datas .track-ship {
        margin-bottom: 15px
    }
}

.center-detail .cont-detail-sx .detail-sx.fixed.sganciati {
    opacity: 0;
    pointer-events: none
}

.center-detail .cont-detail-sx .detail-sx.pre-opening figure,
.center-detail .cont-detail-sx .detail-sx.pre-opening .name,
.center-detail .cont-detail-sx .detail-sx.pre-opening .position {
    display: none
}

.center-detail .cont-detail-sx .detail-sx.pre-opening .datas {
    margin-top: 0;
    padding-top: 40px
}

.center-detail .detail-dx {
    padding-left: 45px
}

@media(max-width:1199px) {
    .center-detail .detail-dx {
        padding-left: 0
    }
}

.center-detail .detail-dx .cont-tab {
    visibility: visible
}

.center-detail .detail-dx .cont-tab .tab {
    padding: 20px 0;
    position: relative;
    justify-content: flex-start
}

.center-detail .detail-dx .cont-tab .tab:before {
    content: '';
    background: #ceccc8;
    height: 2px;
    position: absolute;
    left: -75px;
    bottom: 0;
    width: 100vw
}

@media(max-width:1199px) {
    .center-detail .detail-dx .cont-tab .tab:before {
        left: -30px
    }
}

.center-detail .detail-dx .cont-tab .tab:after {
    content: '';
    background: #e5e3df;
    position: absolute;
    height: 100%;
    width: 100vw;
    z-index: -1;
    left: -75px
}

@media(max-width:1199px) {
    .center-detail .detail-dx .cont-tab .tab:after {
        left: -30px
    }
}

.center-detail .detail-dx .cont-tab .tab .tit {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #005baa;
    margin-right: 20px
}

@media(max-width:767px) {
    .center-detail .detail-dx .cont-tab .tab .tit {
        display: none
    }
}

.center-detail .detail-dx .cont-tab .tab ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex: 0 0 100%;
    justify-content: flex-start
}

@media(max-width:1199px) {
    .center-detail .detail-dx .cont-tab .tab ul {
        flex: 0 0 85%
    }
}

@media(max-width:767px) {
    .center-detail .detail-dx .cont-tab .tab ul {
        display: flex
    }
}

.center-detail .detail-dx .cont-tab .tab ul li {
    display: inline-block;
    margin: 0 20px
}

.center-detail .detail-dx .cont-tab .tab ul li:first-child {
    margin: 0
}

.center-detail .detail-dx .cont-tab .tab ul li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    color: #1c1819;
    transition: all .3s ease-in-out;
    position: relative
}

@media(max-width:767px) {
    .center-detail .detail-dx .cont-tab .tab ul li a {
        font-size: 11px
    }
}

.center-detail .detail-dx .cont-tab .tab ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #1c1819;
    transition: all .3s ease-in-out
}

.center-detail .detail-dx .cont-tab .tab ul li a:hover {
    color: #005baa
}

.center-detail .detail-dx .cont-tab .tab ul li a:hover:before {
    background: #005baa;
    width: 100%
}

.center-detail .detail-dx .cont-tab.fixed {
    position: fixed;
    z-index: 9999;
    transition: all .3s ease-in-out
}

.center-detail .detail-dx .cont-tab.fixed.sganciati {
    opacity: 0;
    pointer-events: none
}

@media(max-width:991px) {
    .center-detail .detail-dx .cont-tab.fixed {
        position: static
    }
}

.center-detail .detail-dx .tab-blocco {
    padding: 75px 0;
    position: relative
}

@media(max-width:767px) {
    .center-detail .detail-dx .tab-blocco {
        padding: 50px 0
    }
}

.center-detail .detail-dx .tab-blocco.dx-expand {}

.center-detail .detail-dx .tab-blocco:after {
    content: '';
    background: #fff;
    position: absolute;
    bottom: 0;
    left: -75px;
    width: 100vw;
    height: 2px
}

.center-detail .detail-dx .tab-blocco .title {
    margin: 0;
    padding-bottom: 45px
}

.center-detail .detail-dx .tab-blocco .title strong {
    color: #005baa;
    font-weight: 500
}

.center-detail .detail-dx .tab-blocco .title:before {
    display: none
}

.center-detail .detail-dx .tab-blocco .services-center {
    visibility: visible
}

.center-detail .detail-dx .tab-blocco .services-center .service {
    display: flex;
    margin-bottom: 30px
}

@media(max-width:1199px) {
    .center-detail .detail-dx .tab-blocco .services-center .service {
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        width: calc(100% - 30px)
    }
}

.center-detail .detail-dx .tab-blocco .services-center .service figure {
    flex: 0 0 40%;
    max-width: 40%;
    overflow: hidden;
    position: relative
}

.center-detail .detail-dx .tab-blocco .services-center .service figure img {
    height: 100%;
    max-width: none;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

@media(max-width:1199px) {
    .center-detail .detail-dx .tab-blocco .services-center .service figure img {
        height: auto;
        width: 100%;
        max-width: none;
        position: static;
        transform: none
    }
}

@media(max-width:767px) {
    .center-detail .detail-dx .tab-blocco .services-center .service figure img {
        height: 100%;
        max-width: none;
        width: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }
}

.center-detail .detail-dx .tab-blocco .services-center .service>div {
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    background: #fff;
    padding: 25px
}

.center-detail .detail-dx .tab-blocco .services-center .service>div .title {
    font-size: 22px;
    line-height: 1;
    padding: 0;
    margin-bottom: 10px
}

.center-detail .detail-dx .tab-blocco .services-center .service>div a {
    color: #005baa;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1
}

.center-detail .detail-dx .tab-blocco .looking {
    margin-top: 20px
}

.center-detail .detail-dx .tab-blocco .looking .tit {
    font-size: 24px;
    font-weight: 500
}

.center-detail .detail-dx .customer {
    align-items: flex-start;
    padding-bottom: 45px
}

.center-detail .detail-dx .customer .title {
    padding-bottom: 0
}

.center-detail .detail-dx .customer .based-review {
    text-align: right;
    font-size: 16px
}

.center-detail .detail-dx .customer .based-review .number {
    color: #005baa;
    font-size: 36px;
    line-height: 1;
    font-weight: 500;
    margin-right: 20px
}

.center-detail .detail-dx .stars {
    position: relative;
    overflow: hidden
}

.center-detail .detail-dx .stars img {
    width: 100%;
    position: relative;
    z-index: 10
}

.center-detail .detail-dx .stars:before {
    content: '';
    background: #005baa;
    position: absolute;
    z-index: 0;
    left: 1px;
    height: 100%;
    width: 70%
}

.center-detail .detail-dx .stars.stars-4:before {
    width: 80%
}

.center-detail .detail-dx .stars.stars-4-half:before {
    width: 90%
}

.center-detail .detail-dx .stars.stars-5:before {
    width: 100%
}

.center-detail .detail-dx .cont-slide-review {
    visibility: visible
}

.center-detail .detail-dx .cont-slide-review .slide-review,
.center-detail .detail-dx .cont-slide-review .slide-careers {
    visibility: visible
}

.center-detail .detail-dx .cont-slide-review .slide-review .slick-list,
.center-detail .detail-dx .cont-slide-review .slide-careers .slick-list {
    background: #fff
}

.center-detail .detail-dx .cont-slide-review .slide-review .item,
.center-detail .detail-dx .cont-slide-review .slide-careers .item {
    background: #fff;
    padding: 40px 30px
}

.center-detail .detail-dx .cont-slide-review .slide-review .item .txt-dx,
.center-detail .detail-dx .cont-slide-review .slide-careers .item .txt-dx {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #989898
}

.center-detail .detail-dx .cont-slide-review .slide-review .item .tit,
.center-detail .detail-dx .cont-slide-review .slide-careers .item .tit {
    font-size: 28px;
    font-weight: 500;
    margin: 50px 0 20px
}

.center-detail .detail-dx .cont-slide-review .slide-review .item .text,
.center-detail .detail-dx .cont-slide-review .slide-careers .item .text {
    visibility: visible
}

.center-detail .detail-dx .cont-slide-review .slide-review .item .text a,
.center-detail .detail-dx .cont-slide-review .slide-careers .item .text a {
    display: block;
    color: #005baa;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px
}

.center-detail .detail-dx .cont-slide-review .slide-review .slick-arrow,
.center-detail .detail-dx .cont-slide-review .slide-careers .slick-arrow {
    border-left: 2px solid #e5e3df;
    position: absolute;
    bottom: -91px;
    width: 91px;
    height: 91px;
    transform: none;
    top: auto;
    left: auto
}

.center-detail .detail-dx .cont-slide-review .slide-review .slick-arrow:after,
.center-detail .detail-dx .cont-slide-review .slide-careers .slick-arrow:after {
    color: #005baa;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    font-size: 40px
}

.center-detail .detail-dx .cont-slide-review .slide-review .slick-arrow.slick-prev,
.center-detail .detail-dx .cont-slide-review .slide-careers .slick-arrow.slick-prev {
    right: 91px
}

.center-detail .detail-dx .cont-slide-review .slide-review .slick-arrow.slick-prev:after,
.center-detail .detail-dx .cont-slide-review .slide-careers .slick-arrow.slick-prev:after {
    font-family: 'Material Icons';
    content: ''
}

.center-detail .detail-dx .cont-slide-review .slide-review .slick-arrow.slick-next,
.center-detail .detail-dx .cont-slide-review .slide-careers .slick-arrow.slick-next {
    right: 0
}

.center-detail .detail-dx .cont-slide-review .slide-review .slick-arrow.slick-next:after,
.center-detail .detail-dx .cont-slide-review .slide-careers .slick-arrow.slick-next:after {
    font-family: 'Material Icons';
    content: ''
}

.center-detail .detail-dx .cont-slide-review .slide-review .slick-arrow.slick-disabled,
.center-detail .detail-dx .cont-slide-review .slide-careers .slick-arrow.slick-disabled {
    pointer-events: none
}

.center-detail .detail-dx .cont-slide-review .slide-review .slick-arrow.slick-disabled:after,
.center-detail .detail-dx .cont-slide-review .slide-careers .slick-arrow.slick-disabled:after {
    opacity: .5
}

.center-detail .detail-dx .cont-slide-review .slide-careers {
    visibility: visible
}

.center-detail .detail-dx .cont-slide-review .slide-careers .item {
    visibility: visible
}

.center-detail .detail-dx .cont-slide-review .slide-careers .item .tit {
    margin: 0 0 20px
}

.center-detail .detail-dx .cont-slide-review .nav-review,
.center-detail .detail-dx .cont-slide-review .nav-careers {
    background: #fff;
    padding: 30px;
    border-top: 2px solid #e5e3df
}

.center-detail .detail-dx .cont-slide-review .nav-review .how,
.center-detail .detail-dx .cont-slide-review .nav-careers .how {
    visibility: visible
}

.center-detail .detail-dx .cont-slide-review .nav-review .of,
.center-detail .detail-dx .cont-slide-review .nav-careers .of {
    visibility: visible
}

@media(max-width:767px) {

    .center-detail .detail-dx .cont-slide-review .nav-review .rec,
    .center-detail .detail-dx .cont-slide-review .nav-careers .rec {
        display: none
    }
}

.center-detail .detail-dx .write-review {
    font-size: 24px;
    font-weight: 500;
    margin-top: 50px
}

.center-detail .detail-dx .write-review a {
    text-transform: uppercase;
    color: #1c1819;
    font-size: 16px;
    text-decoration: none;
    position: relative
}

.center-detail .detail-dx .write-review a:before {
    font-family: 'Material Icons';
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    font-size: 22px
}

@media(max-width:1199px) {
    .center-detail .detail-dx .write-review {
        display: block
    }

    .center-detail .detail-dx .write-review a:before {
        left: auto;
        right: -30px
    }
}

.center-detail .detail-dx .stay-up {
    margin-bottom: 45px
}

.center-detail .detail-dx .stay-up .title {
    padding-bottom: 0;
    flex: 0 0 60%;
    max-width: 60%
}

@media(max-width:767px) {
    .center-detail .detail-dx .stay-up .title {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.center-detail .detail-dx .stay-up .discount {
    flex: 0 0 40%;
    max-width: 40%;
    text-align: right
}

@media(max-width:767px) {
    .center-detail .detail-dx .stay-up .discount {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: inherit
    }
}

.center-detail .detail-dx .social {
    visibility: visible;
    justify-content: start
}

.center-detail .detail-dx .social .cta {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    margin-right: 15px
}

@media(max-width:767px) and (orientation:portrait) {
    .center-detail .detail-dx .social .cta {
        max-width: calc(50% - 20px)
    }
}

.center-detail .detail-dx .social .cta:before {
    content: ''
}

.center-detail .detail-dx .social .cta a {
    display: block
}

@media(max-width:991px) {

    .center-detail .col-5,
    .center-detail .col-7 {
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        width: calc(100% - 30px)
    }

    .center-detail .col-5 {
        padding-bottom: 40px
    }
}

@media(max-width:767px) {
    .center-detail {
        overflow-x: clip
    }
}

.center-detail .slider-store {
    width: 100%
}

.center-detail .slider-store .slick-dots {
    justify-content: flex-start
}

.center-detail .slider-store .slick-track {
    display: flex
}

.center-detail .slider-store .slick-slide {
    padding: 0 20px 0 0;
    height: auto
}

.center-detail .slider-store .slick-slide .item {
    background-color: #fff;
    padding: 0;
    display: flex !important
}

@media(max-width:767px) {
    .center-detail .slider-store .slick-slide .item {
        flex-direction: column;
        display: inline-block !important
    }
}

.center-detail .slider-store .slick-slide .item .box-dx {
    flex: 0 0 50%;
    max-width: 50%;
    background-size: cover;
    background-position: center;
    order: 1
}

@media(max-width:767px) {
    .center-detail .slider-store .slick-slide .item .box-dx {
        order: 0;
        max-width: 100%;
        display: block;
        height: 0;
        padding-bottom: 60%
    }
}

.center-detail .slider-store .slick-slide .item .box-sx {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    position: relative;
    padding: 20px 20px 20px 20px
}

@media(max-width:767px) {
    .center-detail .slider-store .slick-slide .item .box-sx {
        max-width: 100%
    }
}

.center-detail .slider-store .slick-slide .item .box-sx .tit {
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
    color: #005baa;
    margin-bottom: 20px
}

.center-detail .slider-store .slick-slide .item .box-sx .txt {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 20px
}

.center-detail .slider-store .slick-slide .item .box-sx .cta {
    display: flex;
    margin: 0
}

.center-detail .custom-nav {
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px;
    justify-content: flex-end;
    margin-top: -30px;
    z-index: 2;
    position: relative;
    margin-left: 50%
}

.center-detail .custom-nav button {
    width: 40px;
    height: 40px;
    background-color: #005baa;
    border: none;
    outline: none;
    position: relative
}

.center-detail .custom-nav button::before {
    font-family: 'Material Icons';
    content: '';
    color: #fff;
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.center-detail .custom-nav .custom-prev::before {
    transform: rotate(90deg) translate(-80%, 30%)
}

.center-detail .custom-nav .custom-next::before {
    transform: rotate(-90deg) translate(80%, -20%)
}

@media(max-width:1023px) {
    .tmpl-store .center-detail {
        margin-top: 75px
    }
}

@media(max-width:767px) {
    .tmpl-store .center-detail {
        margin-top: 65px
    }
}

.modal-dialog {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    pointer-events: none
}

.modal-dialog.active {
    opacity: 1;
    pointer-events: all
}

.modal-dialog .modal-content {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    width: 80vw;
    max-height: 90vh;
    overflow-y: auto
}

.modal-dialog .modal-content::-webkit-scrollbar {
    width: 12px;
    border-radius: 0;
    background-color: #f5f2f0
}

.modal-dialog .modal-content::-webkit-scrollbar-button {
    display: none
}

.modal-dialog .modal-content::-webkit-scrollbar-button:hover {
    display: none
}

.modal-dialog .modal-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    box-shadow: none;
    border-radius: 8px;
    border: 2px solid #f5f2f0
}

.modal-dialog .modal-content::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .2)
}

.modal-dialog .modal-content::-webkit-scrollbar-track {
    background-color: #f5f2f0;
    border-radius: 0
}

.modal-dialog .modal-content::-webkit-scrollbar-track:hover {
    background-color: #f5f2f0
}

.modal-dialog .modal-content .modal-header {
    position: absolute;
    padding: 0;
    right: 30px;
    top: 30px
}

.modal-dialog .modal-content .modal-header button {
    margin: 0;
    opacity: 1;
    background: none;
    border: none;
    cursor: pointer
}

.modal-dialog .modal-content .modal-body .form_contatti_wrapper .topic-wrapper {
    overflow-x: hidden
}

@media(max-width:1199px) {
    .modal-dialog .modal-content {
        width: 90vw
    }
}

@media(max-width:991px) {
    .modal-dialog .modal-content {
        width: 90vw;
        padding-top: 80px
    }

    .modal-dialog .modal-content .modal-header {
        right: auto;
        left: 50%;
        transform: translateX(-50%)
    }

    .modal-dialog .modal-content .modal-header button {
        visibility: visible
    }
}

#cambia-paese {
    visibility: visible
}

#cambia-paese .listaPaesi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#cambia-paese .listaPaesi .mappa {
    flex: 0 0 80%;
    max-width: 80%
}

#cambia-paese .listaPaesi .selezioni {
    flex: 0 0 20%;
    max-width: 20%
}

#cambia-paese .listaPaesi .selezioni label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px
}

#cambia-paese .listaPaesi .selezioni select {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 8px;
    color: #555;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 100
}

@media(max-width:991px) {
    #cambia-paese .listaPaesi {
        display: block
    }

    #cambia-paese .listaPaesi .selezioni {
        max-width: 100%
    }
}

#store-sceglinegozio {
    visibility: visible
}

#store-sceglinegozio .messaggio {
    visibility: visible
}

#store-sceglinegozio .messaggio input {
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 8px;
    color: #555;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 100;
    margin-bottom: 15px
}

@media(max-width:991px) {
    #store-sceglinegozio .messaggio input {
        width: 100%
    }
}

#store-contatto {
    visibility: visible;
    width: 100%;
    overflow: hidden
}

#store-join .modal-list {
    text-align: center
}

#store-join .modal-body {
    padding-bottom: 0
}

#store-join .modal-body p {
    text-align: center
}

body.gold-theme .btn {
    background-color: #c1a37c;
    border-color: #c1a37c
}

body.gold-theme .btn:hover,
body.gold-theme .btn:focus,
body.gold-theme .btn:active {
    background-color: #a3845d !important;
    border-color: #c1a37c !important
}

#storie {
    visibility: visible
}

#storie a .text strong {
    color: #fff
}

.parla-con-noi {
    visibility: visible
}

.parla-con-noi .title {
    font-size: 2.6em !important
}

@media(max-width:991px) {
    .parla-con-noi .title {
        left: 0 !important;
        transform: none !important
    }
}

.parla-con-noi .txt {
    font-size: 1.3em;
    line-height: 1.5
}

.talk-boxes {
    padding: 80px 0 145px
}

.talk-boxes .grid>div {}

@media(max-width:991px) {
    .talk-boxes .grid {
        display: block
    }

    .talk-boxes .grid>div {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px 0
    }
}

.talk-boxes .box {
    background: #fff;
    text-align: center;
    padding: 60px 30px 170px 30px;
    height: 100%
}

.talk-boxes .box .icon:before {
    display: none
}

.talk-boxes .box .icon:after {
    font-family: 'Material Icons';
    color: #005baa;
    margin-bottom: 50px;
    font-size: 40px;
    display: block
}

.talk-boxes .box .icon.send:after {
    content: ''
}

.talk-boxes .box .icon.call:after {
    content: ''
}

.talk-boxes .box .icon.location:after {
    content: ''
}

.talk-boxes .box .icon.chat:after {
    content: ''
}

.talk-boxes .box figure {
    overflow: hidden;
    width: 103px;
    height: 103px;
    border-radius: 103px;
    margin: 0 auto 40px;
    border: 2px solid #eae8e5
}

.talk-boxes .box figure img {
    visibility: visible
}

.talk-boxes .box .title {
    color: #005baa;
    padding: 0;
    margin-bottom: 20px
}

.talk-boxes .box .title:before {
    display: none
}

.talk-boxes .box .txt {
    font-size: 20px;
    line-height: 1.5
}

.talk-boxes .box .txt span {
    color: #005baa
}

.talk-boxes .box .cta {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    width: 100%
}

.talk-boxes .box .cta a {
    display: inline-block
}

.talk-boxes .box .flex {
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 60px
}

.talk-boxes .box .flex .cta {
    margin: 0 5px;
    position: static;
    width: auto;
    transform: none
}

.talk-boxes .box .flex .cta a {
    padding: 15px 45px 15px 15px
}

@media(max-width:1440px) {
    .talk-boxes .box .flex .cta a {
        font-size: 13px
    }
}

@media(max-width:1199px) {
    .talk-boxes .box {
        padding: 20px 20px 100px 20px
    }

    .talk-boxes .box .icon:after {
        margin-bottom: 20px
    }

    .talk-boxes .box .title {
        font-size: 28px
    }

    .talk-boxes .box .txt {
        font-size: 18px
    }

    .talk-boxes .box .cta {
        bottom: 40px
    }

    .talk-boxes .box .flex {
        bottom: 40px
    }

    .talk-boxes .box .flex .cta {}

    .talk-boxes .box .flex .cta a {
        padding: 10px 45px 10px 15px
    }
}

@media(max-width:991px) {
    .talk-boxes .box {
        padding: 20px 20px 40px
    }

    .talk-boxes .box .cta {
        position: static;
        transform: none;
        margin-top: 50px
    }

    .talk-boxes .box .flex {
        display: flex;
        position: static;
        transform: none
    }

    .talk-boxes .box .flex .cta {
        margin: 50px 5px 0 5px
    }

    .talk-boxes .box .flex .cta a {
        padding: 15px 45px 15px 15px;
        box-sizing: border-box;
        text-align: left;
        margin: 0;
        position: relative;
        display: block
    }
}

.talk-form {
    padding-bottom: 12px
}

.talk-form .title {
    display: block;
    margin-bottom: 30 px;
    padding-bottom: 0;
    color: #005baa
}

.talk-form .title:before {
    display: none
}

.talk-form #form_contatti {
    margin-top: 50px
}

.talk-form #form_contatti input,
.talk-form #form_contatti select,
.talk-form #form_contatti textarea {
    background: #fff;
    color: #989898;
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 1;
    height: auto !important;
    padding: 30px !important;
    box-sizing: border-box
}

.talk-form #form_contatti input::-webkit-input-placeholder,
.talk-form #form_contatti select::-webkit-input-placeholder,
.talk-form #form_contatti textarea::-webkit-input-placeholder {
    font-style: normal !important;
    color: #989898 !important;
    font-weight: 400 !important
}

.talk-form #form_contatti input::-moz-placeholder,
.talk-form #form_contatti select::-moz-placeholder,
.talk-form #form_contatti textarea::-moz-placeholder {
    font-style: normal !important;
    color: #989898 !important;
    font-weight: 400 !important
}

.talk-form #form_contatti input:-ms-input-placeholder,
.talk-form #form_contatti select:-ms-input-placeholder,
.talk-form #form_contatti textarea:-ms-input-placeholder {
    font-style: normal !important;
    color: #989898 !important;
    font-weight: 400 !important
}

.talk-form #form_contatti input:-moz-placeholder,
.talk-form #form_contatti select:-moz-placeholder,
.talk-form #form_contatti textarea:-moz-placeholder {
    font-style: normal !important;
    color: #989898 !important;
    font-weight: 400 !important
}

.talk-form #form_contatti .select {
    position: relative
}

.talk-form #form_contatti .select:after {
    font-family: 'Material Icons';
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px
}

.talk-form #form_contatti .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.talk-form #form_contatti .fake-radio {
    background: none;
    height: 100%;
    padding: 30px 0 30px 50px;
    line-height: 1;
    font-size: 18px;
    font-weight: 100
}

.talk-form #form_contatti .fake-radio:before {
    font-family: 'Material Icons';
    content: '';
    color: #707070;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 0;
    transition: all .3s ease-in-out
}

.talk-form #form_contatti .fake-radio:after {
    background: #fff;
    top: 50%;
    transform: translateY(-50%)
}

.talk-form #form_contatti .fake-radio.checked {
    visibility: visible
}

.talk-form #form_contatti .fake-radio.checked:before {
    opacity: 1
}

.talk-form #form_contatti .fake-radio.checked:after {
    visibility: visible
}

.talk-form #form_contatti .checkbox {
    margin-top: 55px;
    margin-bottom: 0
}

.talk-form #form_contatti .checkbox label {
    font-size: 18px;
    color: #1c1819;
    font-weight: 400;
    line-height: 1.66
}

.talk-form #form_contatti .checkbox label:before {
    top: 6px;
    left: 0;
    transform: none;
    border: 1px solid #707070
}

.talk-form #form_contatti .checkbox label:after {
    left: 4px !important;
    top: 15px !important;
    width: 10px;
    height: 10px
}

.talk-form #form_contatti .checkbox input[type="checkbox"]:checked+label:before {
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff
}

.talk-form #form_contatti .checkbox input[type="checkbox"]:checked+label:after {
    left: 4px !important;
    top: 15px !important;
    background: #707070;
    border: none;
    opacity: 1;
    width: 10px;
    height: 10px;
    border: none
}

.talk-form #form_contatti .radio {
    font-size: 18px;
    color: #1c1819;
    margin-bottom: 0;
    margin-top: 50px
}

.talk-form #form_contatti .radio label {
    visibility: visible
}

.talk-form #form_contatti .radio label input {
    visibility: visible
}

.talk-form #form_contatti .submit {
    margin-top: 75px
}

.talk-form #form_contatti .submit .cta {
    margin-top: 0
}

.talk-form #form_contatti .submit .cta button {
    padding: 15px 50px
}

@media(max-width:1199px) {

    .talk-form #form_contatti input,
    .talk-form #form_contatti select,
    .talk-form #form_contatti textarea {
        padding: 15px 30px !important
    }

    .talk-form #form_contatti .privato-azienda>div {
        flex: 0 0 calc((8.33%*4) - 30px);
        max-width: calc((8.33%*4) - 30px);
        width: calc((8.33%*4) - 30px);
        margin-left: calc((8.33%*3) - 30px)
    }

    .talk-form #form_contatti .privato-azienda>div:last-child {
        margin-left: calc((8.33%*2) - 30px)
    }

    .talk-form #form_contatti .fake-radio {
        padding: 15px 0 15px 50px
    }
}

@media(max-width:991px) {
    .talk-form #form_contatti .privato-azienda>div {
        flex: 0 0 calc((8.33%*6) - 40px);
        max-width: calc((8.33%*6) - 40px);
        width: calc((8.33%*6) - 40px);
        margin-left: 25px !important
    }

    .talk-form #form_contatti .fake-radio {
        padding: 15px 0 15px 50px
    }

    .talk-form #form_contatti .checkbox,
    .talk-form #form_contatti .radio {
        visibility: visible;
        flex: 0 0 calc((8.33%*12) - 30px);
        max-width: calc((8.33%*12) - 30px);
        width: calc((8.33%*12) - 30px);
        margin: 50px 15px 0
    }
}

@media(max-width:767px) {
    .talk-form #form_contatti .privato-azienda {
        display: flex;
        margin: 0 15px;
        justify-content: space-between
    }

    .talk-form #form_contatti .privato-azienda>div {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .talk-form #form_contatti .checkbox label {
        font-size: 15px
    }

    .talk-form #form_contatti .radio {
        font-size: 15px
    }

    .talk-form #form_contatti .radio label:first-child {
        padding-left: 0
    }
}

@media(max-width:1023px) {
    .tmpl-talk-whit-us .talk-boxes {
        margin-top: 75px
    }
}

@media(max-width:991px) {
    .tmpl-talk-whit-us .hero-top .item .grid>div .title {
        left: 0;
        transform: none
    }
}

.product-page {
    padding: 20px 0 10px 0
}

.product-page .title {
    /* display: block; */
    margin-bottom: 30px;
    padding-bottom: 0
}

.product-page .title:before {
    display: none
}

.product-page .intro-text {
    margin-bottom: 60px
}

.product-page .listing-products {
    visibility: visible;
    padding-top: 50px
}

.product-page .listing-products .tit {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin: 15px 0
}

.product-page .listing-products .listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px
}

.product-page .listing-products .listing .box {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    display: flex;
    background: #fff;
    margin: 0 15px 15px 15px
}

.product-page .listing-products .listing .box figure {
    flex: 0 0 134px;
    max-width: 134px;
    overflow: hidden
}

.product-page .listing-products .listing .box figure img {
    height: 100%;
    width: auto;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: center;
    transition: all .3s ease-in-out
}

.product-page .listing-products .listing .box>div {
    padding: 10px 10px
}

.product-page .listing-products .listing .box>div .tit {
    margin: 0;
    text-align: left;
    font-size: 1em;
    line-height: 1
}

.product-page .listing-products .listing .box>div .txt {
    font-size: 1em;
    line-height: 1.5;
    margin: 10px 0
}

.product-page .listing-products .listing .box>div a {
    color: #005baa;
    font-size: .88em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    display: block
}

.product-page .listing-products .listing .box:hover figure img {
    transform: scale(1.1) translateX(-50%)
}

@media(max-width:991px) {
    .product-page .listing-products .listing {
        margin: 0
    }

    .product-page .listing-products .listing .box {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 10px 0
    }

    .product-page .listing-products .listing .box:hover figure img {
        transform: scale(1) translateX(-50%)
    }
}

@media(max-width:767px) {
    .product-page .listing-products .listing {
        margin: 0
    }
    .product-page .listing-products .listing .box {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 10px 0
    }
    .product-page .listing-products .listing .box:hover figure img {
        transform: scale(1) translateX(-50%)
    }
    .product-page .listing-products .listing .box .tit{
        font-size: 16px !important;
    }
    .product-page .listing-products .listing .box .txt{
        font-size: 16px !important;
    }

}

.row-faq {
    padding: 40px 0;
    border-bottom: 2px solid #e5e3df
}

.row-faq .tit {
    font-size: 1.33em;
    font-weight: 500;
    line-height: 1;
    position: relative;
    padding-left: 70px
}

.row-faq .tit:before {
    font-family: 'Material Icons';
    content: '';
    color: #005baa;
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.people-possible-no-hp .people-possible {
    margin-top: 100px
}

.imgs-testo-immagine-wrapper .img-testo-immagine {
    margin-bottom: 100px
}

.imgs-testo-immagine-wrapper .img-testo-immagine .abstract {
    color: #005baa;
    font-size: 24px;
    line-height: 1.4em;
    padding-bottom: 20px
}

.imgs-testo-immagine-wrapper .img-testo-immagine .body ul {
    margin: 30px 0;
    padding: 0;
    list-style-type: none
}

.imgs-testo-immagine-wrapper .img-testo-immagine .body ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    line-height: 1.2
}

.imgs-testo-immagine-wrapper .img-testo-immagine .body ul li:last-child {
    margin-bottom: 0
}

.imgs-testo-immagine-wrapper .img-testo-immagine .body ul li:before {
    content: url(../images/ico-li-check.png);
    position: absolute;
    left: -10px;
    top: -10px;
    transform: scale(.7)
}

.imgs-testo-immagine-wrapper .img-testo-immagine .img-wrapper {
    padding-bottom: 25px
}

@media(min-width:991px) {
    .imgs-testo-immagine-wrapper .img-testo-immagine {
        display: flex;
        align-items: center
    }

    .imgs-testo-immagine-wrapper .img-testo-immagine.odd {
        flex-direction: row-reverse
    }

    .imgs-testo-immagine-wrapper .img-testo-immagine .img-wrapper {
        width: 50%;
        padding-bottom: 0
    }

    .imgs-testo-immagine-wrapper .img-testo-immagine .img-wrapper img {
        width: 100%;
        height: auto
    }

    .imgs-testo-immagine-wrapper .img-testo-immagine .testo-wrapper {
        width: 50%
    }

    .imgs-testo-immagine-wrapper .img-testo-immagine.even .testo-wrapper {
        padding-left: 100px
    }

    .imgs-testo-immagine-wrapper .img-testo-immagine.odd .testo-wrapper {
        padding-right: 100px
    }
}

.newsletter-subscribe {
    align-items: stretch
}

.newsletter-subscribe input {
    flex: 0 0 75%;
    max-width: 75%;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #1c1819;
    padding: 30px;
    border: none
}

@media(max-width:767px) {
    .newsletter-subscribe input {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px
    }
}

.newsletter-subscribe input[type="button"],
.newsletter-subscribe input[type="submit"] {
    flex: 0 0 25%;
    max-width: 25%;
    background: #005baa;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer
}

@media(max-width:767px) {

    .newsletter-subscribe input[type="button"],
    .newsletter-subscribe input[type="submit"] {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.privacy {
    margin-top: 50px
}

.checkbox {
    visibility: visible
}

.checkbox label {
    position: relative;
    padding-left: 43px
}

.checkbox label:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 2px solid #bfbfbf;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    pointer-events: none
}

.checkbox label:after {
    font-family: 'Material Icons';
    content: '';
    position: absolute;
    z-index: 2;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    opacity: 0;
    transition: all .3s ease-in-out
}

.checkbox label input[type="checkbox"] {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    opacity: 0
}

.checkbox label a {
    color: #005baa
}

.checkbox label.checked:after {
    opacity: 1
}

.form-registration-section .checkbox label:after,
.form-registration-section .checkbox label:before {
    display: none
}

@media(max-width:767px) {
    #frmUserData .btn.btn-default {
        margin-bottom: 15px
    }
}

.no-scroll {
    overflow: hidden
}

.mbe-wrap-form {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #edebeb;
    z-index: 31;
    overflow-y: auto;
    display: none
}

.mbe-wrap-form::-webkit-scrollbar {
    width: 12px;
    border-radius: 0;
    background-color: #f5f2f0
}

.mbe-wrap-form::-webkit-scrollbar-button {
    display: none
}

.mbe-wrap-form::-webkit-scrollbar-button:hover {
    display: none
}

.mbe-wrap-form::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    box-shadow: none;
    border-radius: 8px;
    border: 2px solid #f5f2f0
}

.mbe-wrap-form::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .2)
}

.mbe-wrap-form::-webkit-scrollbar-track {
    background-color: #f5f2f0;
    border-radius: 0
}

.mbe-wrap-form::-webkit-scrollbar-track:hover {
    background-color: #f5f2f0
}

.mbe-wrap-form .centro-email {
    background-color: #fff;
    border-radius: 8px;
    display: inline-block;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px
}

.mbe-wrap-form .centro-email a {
    color: #005baa;
    text-decoration: underline;
    display: inline-block;
    padding-left: 2px
}

.mbe-wrap-form .centro-email .showEmail {
    color: #005baa;
    display: inline-block;
    padding-left: 2px
}

.mbe-wrap-form .mbe-form-header {
    background-color: #000;
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mbe-wrap-form .mbe-form-header .logo {
    display: flex
}

.mbe-wrap-form .mbe-form-header .mbe-form-close {
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer
}

.mbe-wrap-form .mbe-form-header .mbe-form-close:before,
.mbe-wrap-form .mbe-form-header .mbe-form-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff
}

.mbe-wrap-form .mbe-form-header .mbe-form-close:before {
    transform: rotate(45deg)
}

.mbe-wrap-form .mbe-form-header .mbe-form-close:after {
    transform: rotate(-45deg)
}

.mbe-wrap-form .mbe-form-text {
    padding: 50px 0;
    background: #fff
}

.mbe-wrap-form .mbe-form {
    padding: 50px 0
}

.mbe-wrap-form .mbe-form__block {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 16px
}

.mbe-wrap-form .mbe-form__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px
}

@media(max-width:991px) {
    .mbe-wrap-form .mbe-form__head {
        flex-direction: column;
        align-items: flex-start
    }
}

.mbe-wrap-form .mbe-form__head-title {
    font-family: 'Ubuntu', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4
}

@media(max-width:767px) {
    .mbe-wrap-form .mbe-form__head-title {
        line-height: 1.2
    }
}

.mbe-wrap-form .mbe-form__head-status {
    color: #898989;
    font-size: 14px
}

.mbe-wrap-form .mbe-form__head-status-value {
    color: #000;
    font-weight: bold
}

.mbe-wrap-form .mbe-form__content {
    padding: 0 32px 40px 32px
}

.mbe-wrap-form .mbe-form__content .status {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    opacity: .6;
    margin-bottom: 5px
}

.mbe-wrap-form .mbe-form__content-text {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 32px
}

.mbe-wrap-form .mbe-form__content-fields {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 18px;
    margin-bottom: 24px
}

.mbe-wrap-form .mbe-form__content-field {
    width: calc(33.333% - 12px)
}

@media(max-width:1199px) {
    .mbe-wrap-form .mbe-form__content-field {
        width: calc(50% - 8px)
    }
}

@media(max-width:991px) {
    .mbe-wrap-form .mbe-form__content-field {
        width: 100%
    }
}

.mbe-wrap-form .mbe-form__content-field.w-50 {
    width: calc(50% - 8px)
}

@media(max-width:991px) {
    .mbe-wrap-form .mbe-form__content-field.w-50 {
        width: 100%
    }
}

.mbe-wrap-form .mbe-form__content-field.w-100 {
    width: 100%
}

.mbe-wrap-form .mbe-form__content-field.group-radio {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    -moz-column-gap: 28px;
    column-gap: 28px;
    row-gap: 12px
}

.mbe-wrap-form .mbe-form__content-field.group-radio.error label {
    color: #005baa
}

.mbe-wrap-form .mbe-form__content-field label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 100%;
    width: 100%
}

.mbe-wrap-form .mbe-form__content-field label.label-big {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 0
}

.mbe-wrap-form .mbe-form__content-field input:not(.checkbox),
.mbe-wrap-form .mbe-form__content-field select,
.mbe-wrap-form .mbe-form__content-field textarea {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    height: 42px;
    padding: 12px 24px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 4px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border: none;
    box-shadow: none
}

.mbe-wrap-form .mbe-form__content-field input:not(.checkbox) input::-moz-placeholder,
.mbe-wrap-form .mbe-form__content-field input:not(.checkbox) textarea::-moz-placeholder,
.mbe-wrap-form .mbe-form__content-field select input::-moz-placeholder,
.mbe-wrap-form .mbe-form__content-field select textarea::-moz-placeholder,
.mbe-wrap-form .mbe-form__content-field textarea input::-moz-placeholder,
.mbe-wrap-form .mbe-form__content-field textarea textarea::-moz-placeholder {
    color: #898989;
    font-style: normal
}

.mbe-wrap-form .mbe-form__content-field input:not(.checkbox) input:-ms-input-placeholder,
.mbe-wrap-form .mbe-form__content-field input:not(.checkbox) textarea:-ms-input-placeholder,
.mbe-wrap-form .mbe-form__content-field select input:-ms-input-placeholder,
.mbe-wrap-form .mbe-form__content-field select textarea:-ms-input-placeholder,
.mbe-wrap-form .mbe-form__content-field textarea input:-ms-input-placeholder,
.mbe-wrap-form .mbe-form__content-field textarea textarea:-ms-input-placeholder {
    color: #898989;
    font-style: normal
}

.mbe-wrap-form .mbe-form__content-field input:not(.checkbox) input::placeholder,
.mbe-wrap-form .mbe-form__content-field input:not(.checkbox) textarea::placeholder,
.mbe-wrap-form .mbe-form__content-field select input::placeholder,
.mbe-wrap-form .mbe-form__content-field select textarea::placeholder,
.mbe-wrap-form .mbe-form__content-field textarea input::placeholder,
.mbe-wrap-form .mbe-form__content-field textarea textarea::placeholder {
    color: #898989;
    font-style: normal
}

.mbe-wrap-form .mbe-form__content-field input:not(.checkbox).error,
.mbe-wrap-form .mbe-form__content-field select.error,
.mbe-wrap-form .mbe-form__content-field textarea.error {
    border: 1px solid #005baa
}

.mbe-wrap-form .mbe-form__content-field textarea {
    min-height: 120px;
    resize: vertical
}

.mbe-wrap-form .mbe-form__content-field .custom-file input[type=file] {
    width: 350px;
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #f5f5f5;
    border-radius: 5px;
    border: 0 solid #555
}

.mbe-wrap-form .mbe-form__content-field .custom-file input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #1c1819;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
    font-size: 14px
}

.mbe-wrap-form .mbe-form__content-field .custom-file input[type=file]::file-selector-button:hover {
    background-color: #000;
    font-size: 14px
}

.mbe-wrap-form .mbe-form__content-field .custom-file label {
    color: #005baa;
    font-size: 12px;
    line-height: 1.5
}

.mbe-wrap-form .mbe-form__content-field .sidenote {
    color: #005baa;
    font-size: 12px;
    line-height: 1.5
}

.mbe-wrap-form .mbe-form__content-field:not(.group-radio) {
    display: flex;
    flex-direction: column
}

.mbe-wrap-form .mbe-form__content h4 {
    margin-bottom: 0;
    width: 100%
}

.mbe-wrap-form .mbe-form__content .msg-error {
    color: #005baa;
    line-height: 100%;
    font-size: 13px;
    padding-top: 6px
}

.mbe-wrap-form .mbe-form__content .checkbox {
    overflow: visible;
    margin: 0;
    display: flex
}

.mbe-wrap-form .mbe-form__content .checkbox input[type=checkbox] {
    opacity: 0
}

.mbe-wrap-form .mbe-form__content .checkbox label {
    padding-left: 30px;
    line-height: 1.4;
    min-height: 1px;
    margin-bottom: 0
}

.mbe-wrap-form .mbe-form__content .checkbox label:before {
    content: "";
    border: 2px solid #898989;
    width: 20px;
    height: 20px;
    background: transparent !important;
    top: 0;
    transform: translateY(0)
}

.mbe-wrap-form .mbe-form__content .checkbox label:after {
    content: "";
    opacity: 0;
    border: none;
    background: #005baa;
    width: 10px;
    height: 10px;
    top: 5px;
    transform: translateY(0);
    left: 5px
}

.mbe-wrap-form .mbe-form__content .checkbox input[type=checkbox]:checked {
    visibility: visible
}

.mbe-wrap-form .mbe-form__content .checkbox input[type=checkbox]:checked+label {
    visibility: visible
}

.mbe-wrap-form .mbe-form__content .checkbox input[type=checkbox]:checked+label:before {
    width: 20px;
    height: 20px
}

.mbe-wrap-form .mbe-form__content .checkbox input[type=checkbox]:checked+label:after {
    opacity: 1
}

.mbe-wrap-form .mbe-form__content .group-checkbox {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 28px;
    column-gap: 28px;
    row-gap: 12px
}

.mbe-wrap-form .mbe-form__content .fake-radio-button {
    font-size: 16px;
    font-weight: 500;
    color: #898989;
    display: inline-flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 2px solid #898989;
    line-height: 100%
}

.mbe-wrap-form .mbe-form__content .fake-radio-button.checked {
    color: #fff;
    border: 2px solid #005baa;
    background: #005baa
}

.mbe-wrap-form .mbe-form__content .fake-radio-button-big {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    padding: 12px 24px;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #f5f5f5;
    line-height: 100%
}

.mbe-wrap-form .mbe-form__content .fake-radio-button-big.checked {
    border: 1px solid #005baa
}

.mbe-wrap-form .mbe-form__content .fake-radio-button-big .icona {
    background-color: #fff;
    border-radius: 100px;
    padding: 6px
}

.mbe-wrap-form .mbe-form__content .fake-radio-button-big .icona img {
    max-width: none;
    width: 28px;
    height: 28px
}

@media(max-width:767px) {
    .mbe-wrap-form .mbe-form__content .fake-radio-button-big .icona img {
        width: 26px;
        height: 26px
    }
}

.mbe-wrap-form .mbe-form__content .fake-radio-custom {
    min-height: 21px;
    padding-left: 30px;
    line-height: 1;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    overflow: visible;
    display: flex;
    align-items: center;
    position: relative
}

.mbe-wrap-form .mbe-form__content .fake-radio-custom:before {
    content: '';
    position: absolute;
    background: #005baa;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
    opacity: 0
}

.mbe-wrap-form .mbe-form__content .fake-radio-custom:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: no-repeat;
    border: 2px solid #898989;
    border-radius: 20px;
    top: 50%;
    left: 2px;
    transform: translateY(-50%)
}

.mbe-wrap-form .mbe-form__content .fake-radio-custom:first-child:before {
    left: 7px
}

.mbe-wrap-form .mbe-form__content .fake-radio-custom.checked {
    visibility: visible
}

.mbe-wrap-form .mbe-form__content .fake-radio-custom.checked:before {
    opacity: 1
}

.mbe-wrap-form .mbe-form__content .select-center {
    position: relative
}

.mbe-wrap-form .mbe-form__content .select-center button {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 20px;
    height: 20px;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 100%;
    color: #005baa;
    font-size: 24px
}

.mbe-wrap-form .mbe-form__content .select-center button:after {
    font-family: 'Material Icons';
    content: ''
}

.mbe-wrap-form .mbe-form__content .select-center .get-position {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(120%, -50%);
    color: #005baa;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    gap: 5px
}

@media(max-width:991px) {
    .mbe-wrap-form .mbe-form__content .select-center .get-position {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        margin-top: 10px
    }
}

.mbe-wrap-form .mbe-form__cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
    padding-top: 18px
}

.mbe-wrap-form .mbe-form__cta .btn-form {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex;
    min-width: 200px;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    line-height: 100%;
    border: none
}

.mbe-wrap-form .mbe-form__cta .btn-form.next,
.mbe-wrap-form .mbe-form__cta .btn-form.submit {
    background: #005baa;
    color: #fff
}

.mbe-wrap-form .mbe-form__cta .btn-form.back {
    background-color: transparent;
    border: 1px solid #005baa;
    color: #005baa
}

.mbe-wrap-form .mbe-form__cta .btn-form:disabled {
    background: #adadad
}

.mbe-wrap-form .mbe-form__credits .mbe-form__content {
    padding: 30px 0 0 0
}

@media(max-width:767px) {
    .mbe-wrap-form .mbe-form__credits .mbe-form__content .mbe-form__content-field label {
        font-size: 12px
    }
}

.mbe-wrap-form .mbe-form__credits .mbe-form__content .mbe-form__cta .submit {
    margin-top: 0
}

.mbe-wrap-form .mbe-form__credits .mbe-form__content .checkbox.error+label {
    color: #005baa
}

.mbe-wrap-form .stile-mappa {
    padding-bottom: 42% !important
}

@media(max-width:1199px) {
    .mbe-wrap-form .stile-mappa {
        padding-bottom: 52% !important
    }
}

@media(max-width:767px) {
    .mbe-wrap-form .stile-mappa {
        padding-bottom: 120% !important
    }
}

.mbe-wrap-form .stile-mappa button.gm-ui-hover-effect {
    border: 2px solid #005baa !important;
    border-radius: 100px;
    width: 20px !important;
    height: 20px !important;
    top: 5px !important;
    right: 5px !important;
    opacity: 1 !important
}

.mbe-wrap-form .stile-mappa button.gm-ui-hover-effect span {
    width: 15px !important;
    height: 14px !important;
    margin: 1px !important;
    background-color: #005baa !important
}

.mbe-wrap-form .stile-mappa .name {}

.mbe-wrap-form .stile-mappa .face,
.mbe-wrap-form .stile-mappa .eshop {
    display: none
}

.mbe-wrap-form .stile-mappa .right {
    width: 220px;
    float: none
}

@media(max-width:767px) {
    .mbe-wrap-form .stile-mappa .right {
        width: 110px
    }
}

.mbe-wrap-form .stile-mappa .right h4 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 6px
}

@media(max-width:767px) {
    .mbe-wrap-form .stile-mappa .right h4 {
        font-size: 16px
    }
}

.mbe-wrap-form .stile-mappa .right p {
    margin-bottom: 40px
}

@media(max-width:767px) {
    .mbe-wrap-form .stile-mappa .right p {
        margin-bottom: 10px
    }
}

.mbe-wrap-form .stile-mappa .right .cta {
    background-color: #005baa !important;
    padding: 8px 16px !important;
    border-radius: 4px;
    border: 1px solid #005baa !important;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    font-size: 14px !important;
    color: #fff !important;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0
}

.mbe-wrap-form .stile-mappa .right .cta:first-of-type {
    display: none
}

.mbe-wrap-form .store-search-selected-store {
    background: #eee;
    padding: 15px;
    margin-bottom: 20px
}

.mbe-wrap-form .store-search-selected-store::after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background-color: #fff
}

.mbe-wrap-form .store-search-selected-store a {
    color: #e22;
    text-decoration: underline
}

@media(max-width:767px) {
    .mbe-wrap-form .store-search-selected-store a {
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        top: auto;
        transform: translateY(0%);
        position: relative !important;
        padding-top: 20px !important
    }
}

body .mbe-form .container {
    padding: 0
}

body .mbe-form .container .row {
    margin-right: 0;
    margin-left: 0
}

body .mbe-form .container .risultati-locator-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    row-gap: 8px
}

body .mbe-form .container .risultati-locator-new .item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    height: auto !important
}

body .mbe-form .container .risultati-locator-new .item .face {
    display: none !important
}

body .mbe-form .container .risultati-locator-new .item .right {
    float: none !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    position: relative;
    background-color: #f5f5f5;
    padding: 32px 24px !important
}

@media(max-width:767px) {
    body .mbe-form .container .risultati-locator-new .item .right {
        padding: 16px 32px !important
    }
}

body .mbe-form .container .risultati-locator-new .item .right p,
body .mbe-form .container .risultati-locator-new .item .right .p-class {
    font-size: 12px !important;
    margin-bottom: 0 !important
}

body .mbe-form .container .risultati-locator-new .item .right p:last-of-type {
    display: none !important
}

body .mbe-form .container .risultati-locator-new .item .right .eshop {
    display: none !important
}

body .mbe-form .container .risultati-locator-new .item .right h4 {
    margin-bottom: 4px !important;
    font-size: 22px;
    line-height: 1
}

body .mbe-form .container .risultati-locator-new .item .right h4 span {
    color: #000 !important
}

body .mbe-form .container .risultati-locator-new .item .right .change-store {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: 600;
    color: #005baa
}

body .mbe-form .container .risultati-locator-new .item .right .bottoni {
    left: auto !important;
    right: 24px !important;
    bottom: auto !important;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:767px) {
    body .mbe-form .container .risultati-locator-new .item .right .bottoni {
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        top: auto;
        transform: translateY(0%);
        position: relative !important;
        padding-top: 20px !important
    }
}

body .mbe-form .container .risultati-locator-new .item .right .bottoni a:first-child {
    display: none
}

body .mbe-form .container .risultati-locator-new .item .right .bottoni a {
    background-color: #005baa !important;
    padding: 8px 16px !important;
    border-radius: 4px;
    border: 1px solid #005baa !important;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    font-size: 14px !important;
    color: #fff !important
}

.recaptcha-policy-text {
    color: #ccc;
    font-size: 12px
}

.recaptcha-policy-text a {
    color: #ccc;
    text-decoration: underline
}

.grecaptcha-badge {
    visibility: hidden
}

.wow {
    position: relative;
    top: 100px;
    /* opacity: 0; */
    transition: all 1s ease-in-out
}

.wow.animated {
    top: 0;
    opacity: 1
}

@media(-webkit-device-pixel-ratio:1.25) {
    .wow {
        top: 0;
        opacity: 1;
        visibility: visible !important
    }
}

@media(-webkit-device-pixel-ratio:1.5) {
    .wow {
        top: 0;
        opacity: 1;
        visibility: visible !important
    }
}

#hero-store .voci-store li.txt-big.services {
    padding-top: 0;
    padding-bottom: 0;
    background-position: -4px -185px !important
}

#hero-store .voci-store li.txt-big.services.standard {
    background-position: -4px -236px !important
}

.field-evo {
    font-size: 13px
}

.form_contatti_evo {
    visibility: visible
}

.form_contatti_evo h4 {
    margin: 0 0 20px 0;
    padding-top: 20px;
    text-align: left
}

.form_contatti_evo select {
    padding: 0 12px 0 10px
}

.form_contatti_evo .checkbox {
    overflow: visible
}

.form_contatti_evo .checkbox label {
    padding-left: 40px;
    line-height: 1;
    min-height: 1px
}

.form_contatti_evo .checkbox label:before {
    width: 20px;
    height: 20px;
    background: #fff !important
}

.form_contatti_evo .checkbox label:after {
    opacity: 0;
    border: none;
    background: #707070;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 5px
}

.form_contatti_evo .checkbox input[type=checkbox]:checked {
    visibility: visible
}

.form_contatti_evo .checkbox input[type=checkbox]:checked+label {
    visibility: visible
}

.form_contatti_evo .checkbox input[type=checkbox]:checked+label:before {
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%
}

.form_contatti_evo .checkbox input[type=checkbox]:checked+label:after {
    opacity: 1
}

.form_contatti_evo .group-radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.form_contatti_evo .group-radio .fake-radio {
    min-height: 31px;
    padding-left: 40px;
    line-height: 1;
    font-size: 13px;
    color: #7b7b7b;
    overflow: visible;
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    align-items: center
}

.form_contatti_evo .group-radio .fake-radio:before {
    content: '';
    background: #707070;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 11.5px;
    opacity: 0
}

.form_contatti_evo .group-radio .fake-radio:after {
    width: 20px;
    height: 20px;
    background: no-repeat;
    border: 2px solid #bfbfbf;
    border-radius: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.form_contatti_evo .group-radio .fake-radio:first-child:before {
    left: 10.5px
}

.form_contatti_evo .group-radio .fake-radio.checked {
    visibility: visible
}

.form_contatti_evo .group-radio .fake-radio.checked:before {
    opacity: 1
}

.form_contatti_evo .group-radio .fake-radio.checked:after {
    top: 50%
}

@media(max-width:1199px) {
    .form_contatti_evo .group-radio .fake-radio {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media(max-width:767px) {
    .form_contatti_evo .group-radio .fake-radio {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}

.form_contatti_evo .group-checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.form_contatti_evo .group-checkbox .checkbox {
    flex: 0 0 20%;
    max-width: 20%
}

@media(max-width:1199px) {
    .form_contatti_evo .group-checkbox .checkbox {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media(max-width:767px) {
    .form_contatti_evo .group-checkbox .checkbox {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.form_contatti_evo .textarea {
    padding-top: 20px;
    margin-top: 0
}

.form_contatti_evo .privacy-row {
    margin-top: 0;
    padding-top: 20px
}

@media(max-width:991px) {
    .form_contatti_evo .privacy-row {
        margin-bottom: 100px
    }

    .form_contatti_evo .privacy-row label {
        visibility: visible
    }

    .form_contatti_evo .privacy-row label:before {
        top: 0 !important;
        transform: none
    }

    .form_contatti_evo .privacy-row label:after {
        top: 10px
    }
}

@media(max-width:767px) {
    .form_contatti_evo .privacy-row {
        margin-bottom: 200px
    }
}

.form_contatti_evo .form-group.address-wrapper {
    margin-top: 20px
}

.form_contatti_evo .form-group.address-wrapper .gmap-autocomplete-address {
    margin-top: 35px;
    margin-bottom: 35px
}

.form_contatti_evo .form-group.address-wrapper .gmap-autocomplete-address .control-label {
    color: #7b7b7b;
    font-size: 16px
}

.tmpl-campaign-landing-noindex-follow .form_contatti_wrapper {
    padding-bottom: 100px
}

.tmpl-campaign-landing-noindex-follow .form_contatti_notify {
    font-weight: bold;
    font-size: 1.2em
}

.detail-dx .form_contatti_wrapper {
    padding: 40px;
    background-color: #fff
}

.detail-dx .form_contatti_wrapper:after {
    clear: both;
    display: table;
    content: '';
    box-sizing: border-box
}

.back-level {
    padding: 40px 0;
    border-top: 3px solid #f5f5f5
}

@media(max-width:767px) {
    .back-level {
        padding: 20px
    }
}

.back-level .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width:767px) {
    .back-level .wrap {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center
    }
}

@media(max-width:767px) {
    .back-level .wrap .item:first-child {
        padding-bottom: 15px
    }
}

.back-level .wrap .item span {
    font-size: 32px;
    font-weight: bold
}

@media(max-width:1199px) {
    .back-level .wrap .item span {
        font-size: 24px
    }
}

@media(max-width:767px) {
    .back-level .wrap .item span {
        font-size: 20px
    }
}

.thank-you {
    padding: 50px 0
}

.thank-you .banner-big {
    display: none
}

@media(max-width:767px) {
    .thank-you .banner-big {
        display: block
    }
}

.thank-you .wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.thank-you .wrap .col-banner {
    width: 20%
}

@media(max-width:767px) {
    .thank-you .wrap .col-banner {
        display: none
    }
}

.thank-you .wrap .col-center {
    width: 60%;
    text-align: center
}

@media(max-width:767px) {
    .thank-you .wrap .col-center {
        width: 100%
    }
}

.thank-you .wrap .col-center .cta-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px
}

.thank-you .wrap .col-center .cta-wrapper .cta:before {
    content: ''
}

.thank-you .wrap .col-center .cta a {
    margin: 0 10px;
    display: block;
    min-width: 250px
}

.thank-you .wrap .col-center .cta a.btn-list {
    border: 1px solid #005baa;
    color: #005baa;
    background: #fff
}

.thank-you .wrap .col-center .cta a.btn-list:hover {
    background: #005baa;
    color: #fff
}

.thank-you .wrap h1 {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 60px;
    position: relative;
    font-weight: 700
}

.thank-you .wrap h1 span {
    position: relative;
    padding-bottom: 17px;
    display: inline-block
}

.thank-you .wrap h1 span:after {
    content: '';
    background: url(../images/ribbon.png) no-repeat center bottom;
    background-size: 100% 16px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.twocol {
    padding: 80px 0
}

@media(max-width:1199px) {
    .twocol {
        padding: 70px 0
    }
}

@media(max-width:991px) {
    .twocol {
        padding: 32px 0
    }
}

@media(max-width:767px) {
    .twocol__wrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
        flex-direction: column-reverse
    }
}

.twocol__body {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 15px;
    align-items: flex-start
}

.twocol__media img {
    display: block;
    width: 100%
}

.twocol__title {
    font-weight: 500;
    color: #005baa;
    font-size: 34px;
    line-height: 1.2
}

@media(max-width:767px) {
    .twocol__title {
        font-size: 26px
    }
}

.twocol__cta {
    margin: 0
}

.twocol__cta a {
    display: block
}

.twocol.inverse .twocol__wrapper {
    flex-direction: row-reverse
}

@media(max-width:767px) {
    .twocol.inverse .twocol__wrapper {
        display: flex;
        flex-direction: column-reverse
    }
}

.center-text {
    padding: 64px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center
}

.center-text__title {
    font-weight: 500;
    color: #005baa;
    font-size: 34px;
    line-height: 1.2
}

@media(max-width:767px) {
    .center-text__title {
        font-size: 26px
    }
}

.center-text__cta {
    margin: 0
}

.center-text__cta a {
    display: inline-block
}

.countdown {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 120px 24px;
    text-align: center
}

@media(max-width:991px) {
    .countdown {
        gap: 32px
    }
}

.countdown__title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    color: #005baa
}

@media(max-width:991px) {
    .countdown__title {
        font-size: 40px
    }
}

@media(max-width:767px) {
    .countdown__title {
        font-size: 28px
    }
}

.countdown__inner {
    display: flex;
    justify-content: center;
    font-weight: 700;
    gap: 16px
}

@media(max-width:991px) {
    .countdown__inner {
        gap: 8px
    }
}

@media(max-width:767px) {
    .countdown__inner {
        gap: 4px
    }
}

.countdown__inner>span {
    font-size: 80px;
    height: 150px;
    display: flex;
    align-items: center;
    flex-shrink: 0
}

@media(max-width:991px) {
    .countdown__inner>span {
        font-size: 40px;
        height: 100px
    }
}

@media(max-width:767px) {
    .countdown__inner>span {
        font-size: 30px;
        height: 70px
    }
}

.countdown__cell {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0
}

@media(max-width:767px) {
    .countdown__cell {
        gap: 5px
    }
}

.countdown__number {
    width: 150px;
    height: 150px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 8px;
    background: #fff;
    font-size: 80px;
    text-align: center
}

@media(max-width:991px) {
    .countdown__number {
        font-size: 40px;
        width: 100px;
        height: 100px
    }
}

@media(max-width:767px) {
    .countdown__number {
        font-size: 30px;
        width: 70px;
        height: 70px
    }
}

.countdown__label {
    font-size: 20px;
    line-height: 1.1;
    text-align: center
}

@media(max-width:991px) {
    .countdown__label {
        font-size: 18px
    }
}

@media(max-width:767px) {
    .countdown__label {
        font-size: 14px
    }
}

.pillars {
    padding: 0 40px
}

@media(max-width:767px) {
    .pillars {
        padding: 0
    }
}

.pillars__wrapper {
    background: #e5e3df;
    padding: 40px 15px;
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center
}

@media(max-width:1199px) {
    .pillars__wrapper {
        flex-wrap: wrap
    }
}

.pillars__item {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    padding: 12px 24px;
    width: 25%
}

@media(max-width:1199px) {
    .pillars__item {
        width: calc(50% - 12px)
    }
}

@media(max-width:991px) {
    .pillars__item {
        width: 100%
    }
}

.pillars__item-title {
    font-size: 20px;
    font-weight: 700
}

@media(max-width:991px) {
    .pillars__item-title {
        font-size: 18px
    }
}

.pillars__item__icon {
    display: block;
    width: 64px;
    height: 64px;
    margin-bottom: 4px
}

.pillars__item__icon>img {
    display: block;
    width: 100%;
    aspect-ratio: 1
}

.hero-title {
    position: relative
}

.hero-title__wrapper {
    padding: 80px 40px;
    text-align: center;
    min-height: 350px;
    font-size: 60px;
    line-height: 1.1;
    font-weight: 500;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .2) 100%);
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.hero-title__wrapper * {
    margin: 0;
    color: #fff
}

.hero-title__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.hero-title__bg>img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.downloads {
    padding: 64px 40px
}

@media(max-width:767px) {
    .downloads {
        padding: 32px 15px
    }
}

.downloads__wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
    max-width: 900px;
    margin: 0 auto
}

.downloads__intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px
}

.downloads__title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
    color: #005baa
}

@media(max-width:767px) {
    .downloads__title {
        font-size: 26px
    }
}

.downloads__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ebebeb
}

.downloads__list li {
    display: flex;
    padding: 16px 8px;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    border-bottom: 1px solid #ebebeb
}

@media(max-width:767px) {
    .downloads__list li {
        font-size: 16px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px
    }
}

.downloads__item {
    line-height: 1.1
}

.downloads__item small {
    font-size: 13px;
    font-weight: 700;
    color: #7f7f7f
}

.downloads__link {
    font-size: 14px;
    font-weight: 700;
    color: #005baa;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap
}

.downloads__link:before {
    content: '';
    font-size: 18px;
    font-family: 'Material Icons'
}

.slider-cards {
    padding: 80px 0
}

.slider-cards__inner {
    padding-bottom: 80px
}

.slider-cards__title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px
}

@media(max-width:991px) {
    .slider-cards__title {
        font-size: 26px
    }
}

.slider-cards__item {
    padding: 0 12px
}

.slider-cards__image {
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden
}

.slider-cards__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.slider-cards__label {
    background: #e5e3df;
    padding: 12px 24px;
    font-weight: 400;
    font-size: 15px
}

.slider-cards .slick-arrow {
    transform: none;
    top: auto;
    bottom: 0;
    background: url(../Error404.aspx);
    background-repeat: no-repeat;
    background-position: center center;
    transform-origin: center
}

.slider-cards .slick-arrow.slick-prev {
    right: auto;
    left: 50%;
    margin-left: -25px;
    transform: translateX(-50%) rotate(-180deg)
}

.slider-cards .slick-arrow.slick-next {
    right: auto;
    left: 50%;
    margin-left: 25px;
    transform: translateX(-50%)
}

.location-map {
    padding: 80px 15px;
    background: #e5e3df
}

@media(max-width:767px) {
    .location-map {
        padding: 48px 16px
    }
}

.location-map__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px
}

@media(max-width:991px) {
    .location-map__wrapper {
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        text-align: center
    }
}

.location-map__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    order: 2;
    width: 50%;
    padding-left: 24px
}

@media(max-width:1199px) {
    .location-map__content {
        padding-left: 0
    }
}

@media(max-width:991px) {
    .location-map__content {
        order: 1;
        width: 100%
    }
}

.location-map__content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.location-map__title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500
}

@media(max-width:991px) {
    .location-map__title {
        font-size: 36px
    }
}

.location-map__address {
    font-weight: 400;
    font-size: 16px
}

.location-map__address a {
    color: #005baa
}

.location-map__canvas {
    margin-top: 40px;
    position: relative;
    width: 100%;
    aspect-ratio: 625/531;
    width: 50%
}

@media(max-width:991px) {
    .location-map__canvas {
        aspect-ratio: 20/9;
        width: 100%;
        order: 2
    }
}

@media(max-width:767px) {
    .location-map__canvas {
        aspect-ratio: 1
    }
}

.header {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%
}

.header .after {
    display: block;
    position: fixed;
    z-index: -1;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 183px;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out
}

.header.menu-open .after {
    opacity: 1;
    pointer-events: all
}

.header .service-menu {
    padding: 10px 0;
    background: #000;
    color: #fff;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 11
}

@media(max-width:991px) {
    .header .service-menu {
        bottom: -150px
    }
}

@media(max-width:991px) {
    .header .service-menu .container {
        padding: 0
    }
}

@media(max-width:1199px) {
    .header .service-menu .stickybar>.flex {
        justify-content: flex-end
    }
}

@media(max-width:991px) {
    .header .service-menu .stickybar>.flex {
        justify-content: center
    }
}

.header .service-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    display: block
}

@media(max-width:1199px) {
    .header .service-menu a {
        margin: 0 10px;
        font-size: 12px
    }

    .header .service-menu a .btn-list-wrap a {
        margin: 0
    }

    .header .service-menu a span {
        display: none
    }
}

@media(max-width:991px) {
    .header .service-menu a span {
        display: block
    }
}

.header .service-menu a:before {
    font-family: 'Material Icons';
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.header .service-menu a.ship:before {
    content: ''
}

.header .service-menu a.track:before {
    content: ''
}

.header .service-menu a.login:before {
    content: ''
}

.header .service-menu a.talk:before {
    content: '';
    left: 15px
}

.header .service-menu a.join {
    display: none
}

@media(max-width:991px) {
    .header .service-menu a.join {
        display: block
    }
}

.header .service-menu a.join:before {
    content: '';
    left: 15px
}

.header .service-menu a.find {
    margin-left: 10px
}

.header .service-menu a.find:before {
    content: '';
    left: 15px
}

.header .service-menu a.change {
    margin: 0
}

.header .service-menu a.change:before {
    content: '';
    left: 15px;
    width: 24px;
    height: 24px;
    background-image: url(../images/cambio-store.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.header .service-menu a .material-icons {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.header .service-menu a.btn {
    background: #005baa;
    padding: 12px 15px 12px 45px
}

.header .service-menu a.your-center {
    display: none
}

.header .service-menu a.your-center figure {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 40px;
    border: 2px solid #fff;
    margin-right: 10px
}

.header .service-menu a.your-center .data {
    font-weight: 400
}

.header .service-menu a.your-center .data span {
    display: block;
    color: #005baa;
    text-decoration: underline;
    font-weight: 600
}

.header .service-menu #sel-lang a {
    padding: 0 0 0 20px
}

.header .service-menu #sel-lang a:before {
    font-size: 16px
}

.header .service-menu #sel-lang a.sel-lang {
    margin-right: 20px
}

.header .service-menu #sel-lang a.sel-lang:before {
    content: ''
}

@media(max-width:1199px) {
    .header .service-menu #sel-lang a.sel-lang {
        margin-right: 10px
    }
}

.header .service-menu #sel-lang a.sel-world:before {
    content: ''
}

.header .service-menu #sel-lang a.login-fixed {
    display: none
}

.header .service-menu #sel-lang a span {
    overflow: hidden;
    width: 0;
    white-space: nowrap;
    display: inline-flex;
    line-height: 1.2;
    opacity: 0;
    transition: all .3s ease-in-out
}

@media(max-width:991px) {
    .header .service-menu #sel-lang a span {
        width: auto;
        opacity: 1;
        font-size: 10px;
        font-size: 15px
    }
}

.header .service-menu #sel-lang a:hover span {
    width: auto;
    opacity: 1
}

@media(max-width:1440px) {
    .header .service-menu .col-4 {
        flex: 0 0 calc((8.33%*2) - 30px);
        max-width: calc((8.33%*2) - 30px);
        width: calc((8.33%*2) - 30px)
    }
}

@media(max-width:991px) {
    .header .service-menu .col-4 {
        margin: 0 43px !important
    }
}

@media screen and (orientation:landscape) and (max-device-width:1024px) {
    .header .service-menu .col-4 {
        margin: 0 !important
    }
}

@media(max-width:767px) {
    .header .service-menu .col-4 {
        margin: 0 15px !important
    }
}

@media(max-width:1440px) {
    .header .service-menu .col-8 {
        flex: 0 0 calc((8.33%*10) - 30px);
        max-width: calc((8.33%*10) - 30px);
        width: calc((8.33%*10) - 30px)
    }
}

.header .service-menu .btn-service-nav {
    display: flex
}

@media(max-width:991px) {
    .header .service-menu .btn-service-nav {
        display: block
    }
}

.header .service-menu .btn-mobile-footer {
    display: none;
    flex-direction: row;
    background: #005baa;
    align-items: center;
    text-align: center
}

@media(max-width:991px) {
    .header .service-menu .btn-mobile-footer {
        display: flex
    }
}

.header .service-menu .btn-mobile-footer .btn-mobile-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 14px 16px !important
}

.header .service-menu .btn-mobile-footer .btn-mobile-item:first-child {
    border-right: 2px solid #a50b0e
}

.header .service-menu .btn-list {
    position: relative;
    z-index: 3;
    border: 1px solid #005baa;
    color: #005baa;
    background: #fff;
    padding: 8px 18px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer
}

@media(max-width:1199px) {
    .header .service-menu .btn-list {
        font-size: 12px;
        margin-right: 10px
    }
}

@media(max-width:991px) {
    .header .service-menu .btn-list {
        display: none
    }
}

.header .service-menu .btn-list span {
    display: block
}

.header .service-menu .btn-list ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    color: #005baa;
    border: 1px solid #005baa;
    border-top: 0;
    left: -1px;
    top: 41px;
    height: 0;
    width: calc(100% + 2px);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .6s cubic-bezier(0, .97, .43, 1)
}

@media(max-width:1199px) {
    .header .service-menu .btn-list ul {
        top: 36px
    }
}

.header .service-menu .btn-list ul.active {
    height: auto;
    opacity: 1;
    pointer-events: all
}

.header .service-menu .btn-list ul li {
    padding: 14px 18px;
    margin: 0;
    font-weight: 500 !important;
    line-height: 1;
    border-top: 1px solid #005baa;
    cursor: pointer
}

.header .service-menu .btn-list ul li a {
    font-weight: 500 !important;
    padding: 0 !important;
    line-height: 1;
    font-size: 15px !important;
    color: #005baa
}

@media(max-width:1199px) {
    .header .service-menu .btn-list ul li a {
        font-size: 12px !important
    }
}

.header .service-menu.fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, .15);
    padding: 0
}

.header .service-menu.fixed #sel-lang,
.header .service-menu.fixed .login {
    display: none
}

.header .service-menu.fixed .stickybar {
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px)
}

.header .service-menu.fixed .stickybar a {
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    background: none;
    color: #005baa;
    font-size: 18px;
    padding: 28px 0;
    border-left: 2px solid #e5e3df;
    display: block
}

.header .service-menu.fixed .stickybar a.track {
    border-left: 0
}

.header .service-menu.fixed .stickybar a:before {
    position: relative;
    top: 5px;
    margin-right: 20px;
    transform: none;
    font-size: 20px;
    left: auto
}

.header .service-menu.fixed .stickybar .ship,
.header .service-menu.fixed .stickybar .track,
.header .service-menu.fixed .stickybar .join {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%
}

.header .service-menu.fixed .stickybar .cont-btn {
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%
}

.header .service-menu.fixed .stickybar .cont-btn .btn {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%
}

@media(max-width:991px) {
    .header .service-menu.fixed .stickybar .login {
        display: none
    }
}

.header .service-menu.fixed .stickybar.storeactive .ship,
.header .service-menu.fixed .stickybar.storeactive .track {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%
}

.header .service-menu.fixed .stickybar.storeactive .cont-btn {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%
}

.header .service-menu.fixed .stickybar.storeactive .cont-btn .btn {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%
}

.header .service-menu.fixed .stickybar.storeactive .cont-btn .btn.find {
    display: none
}

@media(max-width:1440px) {
    .header .service-menu .col-5 {
        flex: 0 0 calc((8.33%*4) - 30px);
        max-width: calc((8.33%*4) - 30px);
        width: calc((8.33%*4) - 30px)
    }

    .header .service-menu .col-7 {
        flex: 0 0 calc((8.33%*8) - 30px);
        max-width: calc((8.33%*8) - 30px);
        width: calc((8.33%*8) - 30px)
    }
}

@media(max-width:1199px) {
    .header .service-menu .col-5 {
        flex: 0 0 calc(20% - 30px);
        max-width: calc(20% - 30px);
        width: calc(20% - 30px)
    }

    .header .service-menu .col-7 {
        flex: 0 0 calc(80% - 30px);
        max-width: calc(80% - 30px);
        width: calc(80% - 30px)
    }
}

@media(max-width:991px) {
    .header .service-menu {
        display: none
    }

    .header .service-menu.fixed {
        display: block;
        visibility: visible
    }

    .header .service-menu.fixed .grid,
    .header .service-menu.fixed .flex {
        display: flex
    }

    .header .service-menu.fixed .grid .stickybar,
    .header .service-menu.fixed .flex .stickybar {
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px)
    }

    .header .service-menu.fixed .grid .stickybar a,
    .header .service-menu.fixed .flex .stickybar a {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1.1;
        padding: 10px 7px;
        color: #005baa !important;
        white-space: normal
    }

    .header .service-menu.fixed .grid .stickybar a:before,
    .header .service-menu.fixed .flex .stickybar a:before {
        display: block;
        margin: 0 0 6px 0;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    .header .service-menu.fixed .grid .stickybar a.join,
    .header .service-menu.fixed .flex .stickybar a.join {
        background: #005baa;
        color: #fff !important
    }

    .header .service-menu.fixed .grid .stickybar .cont-btn,
    .header .service-menu.fixed .flex .stickybar .cont-btn {}

    .header .service-menu.fixed .grid .stickybar .cont-btn .your-center,
    .header .service-menu.fixed .flex .stickybar .cont-btn .your-center {
        display: none
    }
}

@media(max-width:767px) {

    .header .service-menu.fixed .grid .stickybar,
    .header .service-menu.fixed .flex .stickybar {
        flex: 0 0 100%
    }

    .header .service-menu.fixed .grid .stickybar a,
    .header .service-menu.fixed .flex .stickybar a {
        font-size: 8px
    }
}

.header .primary-menu {
    width: 100%;
    padding: 40px 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: all .3s ease-in-out;
    z-index: -1;
    position: relative
}

@media(max-width:1199px) {
    .header .primary-menu {
        z-index: 1
    }
}

@media(max-width:991px) {
    .header .primary-menu {
        position: initial;
        z-index: 1
    }
}

.header .primary-menu .logo svg {
    display: flex
}

.header .primary-menu .logo svg.black {
    display: none
}

.header .primary-menu .menu {
    visibility: visible
}

.header .primary-menu .menu a {
    color: #fff;
    /* font-size: 18px; */
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.header .primary-menu .menu a:after {
    font-family: 'Material Icons'
}

@media(max-width:1199px) {
    .header .primary-menu .menu a {
        font-size: 13px
    }
}

@media(min-width:991px) {
    .header .primary-menu .menu a:hover {
        color: #005baa !important
    }
}

.header .primary-menu .menu a.submenu-toggle {
    position: relative;
    z-index: 1;
    padding-right: 20px
}

.header .primary-menu .menu a.submenu-toggle:after {
    content: '';
    position: absolute;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    right: 0;
    font-size: 14px
}

@media(min-width:991px) {
    .header .primary-menu .menu a.submenu-toggle.active {
        color: #005baa !important
    }
}

.header .primary-menu .menu a.submenu-toggle.active:before {
    content: '';
    background: #005baa;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: -53px;
    width: 100%;
    height: 2px;
    transition: all .3s ease-in-out
}

@media(max-width:991px) {
    .header .primary-menu .menu a.submenu-toggle.active:before {
        display: none
    }
}

.header .primary-menu .menu a.submenu-toggle.active:after {
    transform: translateY(-50%) rotate(-180deg)
}

.header .primary-menu .menu a.search {
    display: block;
    /* height: 18px; */
    height: 20px;
    font-size: 22px
}

.header .primary-menu .menu a.search:after {
    content: ''
}

.header .primary-menu .menu .search-form {
    position: absolute;
    right: -150px;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 20px 0;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out
}

.header .primary-menu .menu .search-form.active {
    right: 0;
    opacity: 1;
    pointer-events: all
}

.header .primary-menu .menu .search-form .close {
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px
}

.header .primary-menu .menu .search-form .close:before {
    font-family: 'Material Icons';
    content: ''
}

.header .primary-menu .menu .search-form form {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.header .primary-menu .menu .search-form form input {
    background: #fff;
    padding: 10px 10px;
    border: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    /* font-size: 16px; */
    font-size: 20px;
    line-height: 1;
    flex: 0 0 80%;
    max-width: 80%;
    box-sizing: border-box
}

.header .primary-menu .menu .search-form form button {
    border: none;
    padding: 10px 15px;
    background: #005baa;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    /* font-size: 16px; */
    font-size: 20px;
    line-height: 1;
    display: block;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    box-sizing: border-box;
    text-transform: uppercase;
    cursor: pointer
}

.header .primary-menu .your-center {
    display: none;
    position: absolute;
    left: auto;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    max-width: 150px;
    padding: 0;
    margin: 0
}

.header .primary-menu .your-center .flex {
    justify-content: flex-end;
    text-decoration: none
}

.header .primary-menu .your-center .flex figure {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    overflow: hidden;
    margin-right: 10px;
    border: 2px solid #fff;
    transition: all .3s ease-in-out
}

.header .primary-menu .your-center .flex .data {
    font-size: 13px;
    line-height: 1.1;
    font-weight: 500;
    transition: all .3s ease-in-out
}

.header .primary-menu .your-center .change {
    margin: 0;
    position: relative;
    top: 3px;
    display: none
}

.header .primary-menu .your-center .change:before {
    font-family: 'Material Icons';
    content: '';
    color: #1c1819
}

.header .primary-menu .hamburger {
    position: absolute;
    left: calc(100% - 80px);
    top: 50%;
    transform: translateY(-50%)
}

@media(min-width:991px) {
    .header .primary-menu .hamburger {
        display: none
    }
}

@media(max-width:767px) {
    .header .primary-menu .hamburger {
        left: calc(100% - 50px)
    }
}

.header .primary-menu .hamburger a {
    color: #000;
    text-decoration: none;
    font-size: 30px;
    line-height: 1;
    display: flex
}

.header .primary-menu .hamburger a:before {
    font-family: 'Material Icons';
    content: ''
}

.header .primary-menu .hamburger.hamburger-open a:before {
    content: ''
}

@media(max-width:1199px) {
    .header .primary-menu {
        padding: 20px 0
    }
}

@media(max-width:991px) {
    .header .primary-menu {
        position: relative;
        bottom: auto;
        top: 0
    }
}

.header .submenu {
    background: #e5e3df;
    padding: 0;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    overflow-y: auto;
    max-height: calc(100vh - 222px);
    transition: all .3s ease-in-out
}

.header .submenu .company-menu,
.header .submenu .services-menu {}

.header .submenu .flex {
    align-items: flex-start;
    justify-content: flex-start
}

.header .submenu .level {
    flex: 0 0 28%;
    max-width: 28%
}

.header .submenu .level .main-voice {
    display: none
}

.header .submenu .level .main-voice a {
    color: #1c1819;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: block;
    position: relative
}

.header .submenu .level .main-voice a:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #1c1819;
    position: absolute;
    left: 0;
    bottom: 0
}

@media(max-width:991px) {
    .header .submenu .level .main-voice {
        display: block
    }
}

.header .submenu .level .item {
    position: absolute;
    left: -100%;
    top: 0;
    pointer-events: none;
    opacity: 0;
    transition: all .3s ease-in-out
}

.header .submenu .level .item.active {
    width: 100%;
    height: auto;
    position: static;
    opacity: 1;
    pointer-events: all
}

@media(max-width:991px) {
    .header .submenu .level .item.active .tit {
        background: #e5e3df;
        position: fixed;
        z-index: 90;
        width: 100%;
        margin: 0;
        left: 0;
        top: 80px;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
        padding: 10px 0 11px;
        cursor: pointer
    }

    .header .submenu .level .item.active .tit:before {
        content: '';
        font-family: 'Material Icons';
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%) rotate(-180deg);
        font-size: 24px
    }
}

.header .submenu .level .tit {
    margin-bottom: 35px;
    display: none
}

.header .submenu .level ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header .submenu .level ul li {
    visibility: visible
}

.header .submenu .level ul li a {
    color: #1c1819;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 16px;
    transition: all .3s ease-in-out
}

.header .submenu .level ul li a:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #1c1819;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease-in-out
}

.header .submenu .level ul li a:hover,
.header .submenu .level ul li a.active {
    color: #005baa
}

.header .submenu .level ul li a:hover:before,
.header .submenu .level ul li a.active:before {
    background: #005baa
}

.header .submenu .level ul li a.arrow:after {
    font-family: 'Material Icons';
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    transform: translateY(-50%)
}

.header .submenu .level.level-02 {
    margin-left: 8%
}

.header .submenu .level.level-03 {
    visibility: visible
}

.header .submenu .level.level-03 ul {
    position: absolute;
    top: 0;
    left: 128%;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
    width: 100%;
    transition: all .3s ease-in-out
}

.header .submenu .level.level-03 ul li {
    visibility: visible
}

.header .submenu .level.level-03 ul li a {
    font-weight: 400;
    padding-bottom: 0
}

.header .submenu .level.level-03 ul li a:before,
.header .submenu .level.level-03 ul li a:after {
    display: none
}

@media(max-width:991px) {
    .header .submenu .level.level-03.active .tit {
        z-index: 100
    }
}

.header .submenu .level.level-03.active ul {
    opacity: 1;
    pointer-events: all
}

@media(max-width:991px) {
    .header .submenu {
        visibility: visible
    }
}

.header.menu-white,
.header.menu-no-hero {}

.header.menu-white .primary-menu,
.header.menu-no-hero .primary-menu {
    background: #fff;
    border-bottom: 2px solid #d1cecb;
    padding: 16px 0
}

.header.menu-white .primary-menu .logo svg.white,
.header.menu-no-hero .primary-menu .logo svg.white {
    display: none
}

.header.menu-white .primary-menu .logo svg.black,
.header.menu-no-hero .primary-menu .logo svg.black {
    display: block
}

.header.menu-white .primary-menu .menu a,
.header.menu-no-hero .primary-menu .menu a {
    color: #1c1819
}

.header.menu-white .primary-menu .menu a.submenu-toggle.active:before,
.header.menu-no-hero .primary-menu .menu a.submenu-toggle.active:before {
    bottom: -29px;
    pointer-events: none
}

.header.menu-open .primary-menu,
.header.translated .primary-menu {
    background: #fff;
    border-bottom: 2px solid #d1cecb
}

.header.menu-open .primary-menu .logo svg.white,
.header.translated .primary-menu .logo svg.white {
    display: none
}

.header.menu-open .primary-menu .logo svg.black,
.header.translated .primary-menu .logo svg.black {
    display: block
}

.header.menu-open .primary-menu .menu a,
.header.translated .primary-menu .menu a {
    color: #1c1819
}

.header.menu-open:after {
    opacity: 1;
    pointer-events: all
}

.header.menu-open .submenu {
    opacity: 1;
    padding: 30px 0 60px 0;
    height: auto
}

.header.translated {
    visibility: visible
}

.header.translated .primary-menu {
    position: fixed;
    top: 0;
    bottom: auto
}

.header.translated .submenu {
    top: 122px;
    max-height: calc(100vh - 122px)
}

@media(max-width:1199px) {
    .header .col-5 {
        flex: 0 0 calc((8.33%*4) - 30px);
        max-width: calc((8.33%*4) - 30px);
        width: calc((8.33%*4) - 30px)
    }

    .header .col-7 {
        flex: 0 0 calc((8.33%*8) - 30px);
        max-width: calc((8.33%*8) - 30px);
        width: calc((8.33%*8) - 30px)
    }

    .header .service-menu a.your-center {
        padding-left: 10px
    }

    .header .service-menu a.your-center figure {
        width: 30px;
        height: 30px;
        border-radius: 30px
    }
}

@media(max-width:991px) {
    .header {
        position: fixed;
        width: 100%;
        transition: all .3s ease-in-out
    }

    .header .primary-menu {}

    .header .primary-menu .grid {
        display: block
    }

    .header .primary-menu .mobile-menu {
        position: absolute;
        left: -15px;
        width: 100%;
        max-width: 100%;
        background: #fff;
        padding: 0 30px;
        overflow: hidden;
        height: 0;
        pointer-events: none;
        transition: all .3s ease-in-out
    }

    .header .primary-menu .mobile-menu .menu {
        padding: 20px 0;
        display: flex
    }

    .header .primary-menu .mobile-menu .menu a {
        flex: 0 0 100%;
        max-width: 100%;
        box-sizing: border-box;
        color: #1c1819;
        display: block;
        padding: 15px 0;
        font-size: 20px;
        border-bottom: 2px solid #e5e3df;
        transition: none
    }

    .header .primary-menu .mobile-menu .menu a.submenu-toggle {
        visibility: visible
    }

    .header .primary-menu .mobile-menu .menu a.submenu-toggle:after {
        content: '';
        font-size: 20px;
        right: 7px
    }

    .header .primary-menu .mobile-menu .menu a.search {
        display: none
    }

    .header .primary-menu .mobile-menu .menu .search-form {
        opacity: 1;
        pointer-events: all;
        position: static;
        transform: none;
        order: -1;
        background: #e5e3df;
        margin: 0 -30px;
        right: auto;
        left: 0;
        width: calc(100% + 60px);
        padding: 0 30px;
        border-top: 2px solid #d1cecb;
        border-bottom: 2px solid #d1cecb
    }

    .header .primary-menu .mobile-menu .menu .search-form .close {
        display: none
    }

    .header .primary-menu .mobile-menu .menu .search-form input {
        background: none;
        font-size: 20px;
        padding: 15px 0
    }

    .header .primary-menu .mobile-menu .menu .search-form button {
        background: none;
        position: relative;
        color: #e5e3df
    }

    .header .primary-menu .mobile-menu .menu .search-form button:before {
        font-family: 'Material Icons';
        content: '';
        color: #1c1819;
        position: absolute;
        right: 7px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px
    }

    .header.menu-scrolled,
    .header.menu-mobile-opened {
        top: 0 !important
    }

    .header.menu-scrolled .news-top,
    .header.menu-mobile-opened .news-top {
        height: 0
    }

    .header.menu-scrolled .primary-menu,
    .header.menu-mobile-opened .primary-menu {
        background: #fff;
        border-bottom: 2px solid #d1cecb
    }

    .header.menu-scrolled .primary-menu .logo svg.white,
    .header.menu-mobile-opened .primary-menu .logo svg.white {
        display: none
    }

    .header.menu-scrolled .primary-menu .logo svg.black,
    .header.menu-mobile-opened .primary-menu .logo svg.black {
        display: block
    }

    .header.menu-scrolled .primary-menu .your-center .flex figure,
    .header.menu-mobile-opened .primary-menu .your-center .flex figure {
        border-color: #005baa
    }

    .header.menu-scrolled .primary-menu .your-center .flex .data,
    .header.menu-mobile-opened .primary-menu .your-center .flex .data {
        color: #1c1819
    }

    .header.menu-scrolled .primary-menu .hamburger a,
    .header.menu-mobile-opened .primary-menu .hamburger a {
        color: #1c1819
    }

    .header.menu-mobile-opened:before {
        content: '';
        position: fixed;
        background: #fff;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh
    }

    .header.menu-mobile-opened .service-menu {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 999;
        left: 0;
        width: 100%;
        background: none;
        box-shadow: none;
        padding: 10px 0
    }

    .header.menu-mobile-opened .service-menu #sel-lang {
        position: fixed;
        flex: 0 0 calc(100% - 60px);
        max-width: calc(100% - 60px);
        width: calc(100% - 60px);
        display: block;
        left: 15px
    }

    .header.menu-mobile-opened .service-menu #sel-lang .sel-lang,
    .header.menu-mobile-opened .service-menu #sel-lang .sel-world,
    .header.menu-mobile-opened .service-menu #sel-lang .login-fixed {
        color: #1c1819;
        display: block;
        padding: 15px 0 15px 25px;
        font-size: 15px;
        border-bottom: 2px solid #e5e3df;
        margin: 0
    }

    .header.menu-mobile-opened .service-menu #sel-lang .sel-lang:before,
    .header.menu-mobile-opened .service-menu #sel-lang .sel-world:before,
    .header.menu-mobile-opened .service-menu #sel-lang .login-fixed:before {
        visibility: visible;
    }

    .header.menu-mobile-opened .service-menu #sel-lang .login-fixed {
        border-bottom: 0
    }

    .header.menu-mobile-opened .service-menu .stickybar {
        display: none;
        flex: 0 0 calc(100% - 30px) !important;
        max-width: calc(100% - 30px) !important;
        width: calc(100% - 30px) !important
    }

    .header.menu-mobile-opened .service-menu .stickybar .flex {
        display: flex
    }

    .header.menu-mobile-opened .service-menu .stickybar a {
        color: #1c1819;
        border: none;
        padding: 0 0 0 30px !important;
        text-align: left;
        position: relative;
        flex: 0 0 25% !important;
        max-width: 25% !important;
        width: 25% !important;
        box-sizing: border-box;
        text-transform: none !important;
        line-height: 1 !important
    }

    .header.menu-mobile-opened .service-menu .stickybar a:before {
        left: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        position: absolute;
        margin: 0 !important;
        font-size: 24px
    }

    .header.menu-mobile-opened .service-menu .stickybar a.login {
        display: block
    }

    .header.menu-mobile-opened .service-menu .stickybar .cont-btn {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        width: 25% !important;
        box-sizing: border-box;
        display: block
    }

    .header.menu-mobile-opened .service-menu .stickybar .cont-btn a {
        background: none
    }

    .header.menu-mobile-opened .service-menu .stickybar .cont-btn a.find {
        display: none
    }

    .header.menu-mobile-opened .primary-menu .mobile-menu {
        height: auto;
        pointer-events: all
    }

    .header.menu-mobile-opened .submenu {
        position: absolute;
        top: 136px;
        right: -100%;
        padding: 20px 0 0;
        height: 100vh;
        max-height: none;
        z-index: 9999;
        pointer-events: none
    }

    .header.menu-mobile-opened .submenu .x-menu {
        display: none
    }

    .header.menu-mobile-opened .submenu .x-menu.active {
        display: block
    }

    .header.menu-mobile-opened .submenu .x-menu .flex {
        visibility: visible
    }

    .header.menu-mobile-opened .submenu .x-menu .flex .level {
        flex: 0 0 100%;
        max-width: 100%
    }

    .header.menu-mobile-opened .submenu .x-menu .flex .level ul li a:after {
        font-size: 24px
    }

    .header.menu-mobile-opened .submenu .x-menu .flex .level.level-02 {
        position: absolute;
        z-index: 500;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        padding: 0 15px;
        background: #e5e3df
    }

    .header.menu-mobile-opened .submenu .x-menu .flex .level.level-02 .item {
        position: absolute;
        left: 100%;
        background: #e5e3df;
        height: 100vh;
        top: 0;
        width: calc(100% - 30px)
    }

    .header.menu-mobile-opened .submenu .x-menu .flex .level.level-02 .item.active {
        left: 15px
    }

    .header.menu-mobile-opened .submenu .x-menu .flex .level.level-02 .level-03 {
        position: absolute;
        z-index: 200;
        background: #e5e3df;
        left: 130%;
        top: 0;
        width: 100%;
        height: 100vh;
        opacity: 0;
        transition: all .3s ease-in-out
    }

    .header.menu-mobile-opened .submenu .x-menu .flex .level.level-02 .level-03 ul {
        position: static;
        width: 100%;
        opacity: 1
    }

    .header.menu-mobile-opened .submenu .x-menu .flex .level.level-02 .level-03.active {
        left: 0;
        opacity: 1
    }

    .header.menu-mobile-opened .primary-menu .submenu-toggle.active {
        position: absolute;
        z-index: 999;
        top: 20px;
        background: #e5e3df;
        width: 100%;
        left: 0;
        padding: 17px 15px;
        text-align: center;
        border-top: 2px solid #d1cecb;
        border-bottom: 2px solid #d1cecb;
        color: #1c1819 !important
    }

    .header.menu-mobile-opened .primary-menu .submenu-toggle.active:after {
        right: auto !important;
        left: 15px;
        font-size: 24px !important
    }

    .header.menu-mobile-opened.menu-open .submenu {
        right: 0;
        opacity: 1;
        pointer-events: all
    }
}

@media(max-width:767px) {
    .header .primary-menu .mobile-menu {
        left: 0;
        padding: 0 15px
    }

    .header.menu-mobile-opened .service-menu #sel-lang {
        width: calc(100% - 30px) !important
    }

    .header.menu-mobile-opened .service-menu #sel-lang .sel-lang {
        visibility: visible
    }

    .header.menu-mobile-opened .service-menu .stickybar {
        visibility: visible
    }

    .header.menu-mobile-opened .service-menu .stickybar .flex {
        visibility: visible
    }

    .header.menu-mobile-opened .service-menu .stickybar a {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
        box-sizing: border-box;
        padding: 20px 0 20px 30px !important
    }

    .header.menu-mobile-opened .service-menu .stickybar .cont-btn {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important
    }

    .header.menu-mobile-opened .service-menu .stickybar .cont-btn a {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 0 0 0 30px
    }

    .header.menu-mobile-opened .service-menu .stickybar .cont-btn a:before {
        left: 0
    }
}

@media(max-width:767px) {
    .header.menu-mobile-opened .submenu .container {
        padding: 0 15px 140px 15px
    }
}

.de .header .service-menu a {
    font-size: 11px
}

.header.header-stores {
    z-index: 3
}

.header.header-stores .service-menu {
    font-size: 13px;
    font-weight: 400
}

.header.header-stores .service-menu a {
    font-size: 13px;
    font-weight: 400;
    padding: 0
}

@media(max-width:1199px) {
    .header.header-stores .service-menu a {
        margin: 0;
        font-size: 13px
    }

    .header.header-stores .service-menu a span {
        display: block
    }
}

.header.header-stores .service-menu a.change,
.header.header-stores .service-menu a.back {
    padding-left: 20px
}

.header.header-stores .service-menu a.track:before,
.header.header-stores .service-menu a.login:before,
.header.header-stores .service-menu a.ship:before {
    display: none
}

.header.header-stores .service-menu a.change:before,
.header.header-stores .service-menu a.back:before {
    content: '';
    left: -2px;
    width: 18px;
    height: 18px;
    background-image: url(../Error404_2.aspx);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.header.header-stores .service-menu a.back:before {
    background-image: url(../Error404_1.aspx)
}

.header.header-stores .service-menu a.btn {
    padding: 4px 12px 4px 36px;
    font-size: 13px;
    font-weight: 500
}

.header.header-stores .service-menu a.btn:before {
    left: 10px;
    font-size: 18px
}

.header.header-stores .service-menu .stickybar {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.header.header-stores .service-menu.fixed .header-stores__service-left {
    display: none
}

.header.header-stores .service-menu.fixed .header-stores__service-right {
    width: 100%
}

.header.header-stores .service-menu.fixed a {
    display: none !important
}

.header.header-stores .service-menu.fixed a.talk {
    display: flex !important;
    padding: 0;
    border: none;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    padding: 12px 4px;
    background: #005baa;
    color: #fff !important;
    width: 100%;
    font-weight: 500
}

.header.header-stores .service-menu.fixed a.talk:before {
    transform: none;
    margin: 0;
    position: static;
    font-size: 24px
}

.header.header-stores .primary-menu {
    padding: 14px 0;
    height: 80px;
    display: flex;
    align-items: center
}

@media(max-width:991px) {
    .header.header-stores .primary-menu {
        height: 60px;
        border: none;
        padding: 0
    }
}

.header.header-stores .primary-menu .hamburger {
    z-index: 9
}

.header.header-stores .primary-menu .mobile-menu {
    margin-left: auto
}

@media(max-width:991px) {
    .header.header-stores .primary-menu .mobile-menu {
        top: 68px;
        overflow: auto
    }
}

.header.header-stores .primary-menu .menu {
    justify-content: flex-end;
    gap: 24px
}

@media(max-width:1440px) {
    .header.header-stores .primary-menu .menu {
        gap: 18px
    }
}

@media(max-width:991px) {
    .header.header-stores .primary-menu .menu {
        padding: 0;
        gap: 0;
        padding-top: 40px
    }
}

.header.header-stores .primary-menu .menu a {
    font-size: 16px
}

@media(max-width:1440px) {
    .header.header-stores .primary-menu .menu a {
        font-size: 16px
    }
}

@media(max-width:1199px) {
    .header.header-stores .primary-menu .menu a {
        font-size: 13px
    }
}

@media(max-width:991px) {
    .header.header-stores .primary-menu .menu a {
        font-size: 18px;
        border-bottom-width: 1px
    }
}

.header.header-stores .primary-menu .menu a.submenu-toggle.active:before {
    bottom: -32px
}

.header.header-stores .primary-menu .menu a.talk {
    display: none;
    font-size: 14px;
    margin-top: 32px;
    font-weight: 500;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    padding: 12px 4px
}

.header.header-stores .primary-menu .menu a.talk:before {
    content: '';
    font-family: 'Material Icons';
    font-size: 24px
}

@media(max-width:991px) {
    .header.header-stores .primary-menu .menu a.talk {
        display: inline-flex
    }
}

.header.header-stores .primary-menu .menu .header-stores__service-mobile {
    padding: 24px 15px;
    padding-bottom: 60px;
    text-align: center;
    align-items: center;
    gap: 24px;
    flex-direction: column;
    background: #ebebeb;
    width: calc(100% + 30px);
    display: none;
    margin: 80px -15px 0 -15px
}

@media(max-width:991px) {
    .header.header-stores .primary-menu .menu .header-stores__service-mobile {
        display: flex
    }
}

.header.header-stores .primary-menu .menu .header-stores__service-mobile a {
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    border: none;
    padding: 0
}

.header.header-stores .header-stores__service-left {
    gap: 12px
}

.header.header-stores .header-stores__service-right {
    gap: 20px
}

.header.header-stores .header-stores__service-right .sel-lang {
    border-right: 1px solid currentColor;
    padding-right: 20px
}

.header.header-stores .header-stores__service-separator {
    display: block;
    width: 1px;
    height: 16px;
    background: currentColor
}

.header.header-stores .header-stores__logo {
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative
}

@media(max-width:991px) {
    .header.header-stores .header-stores__logo {
        justify-content: center;
        margin: 0 !important
    }
}

.header.header-stores .header-stores__logo .logo a {
    width: 235px;
    display: block
}

@media(max-width:991px) {
    .header.header-stores .header-stores__logo .logo a {
        width: 190px
    }
}

.header.header-stores .header-stores__logo .logo a svg {
    width: 100%;
    display: block
}

.header.header-stores .header-stores__store {
    display: flex;
    padding: 0 12px;
    gap: 8px;
    border-left: 1px solid #e5e3df;
    align-items: center
}

@media(max-width:1440px) {
    .header.header-stores .header-stores__store {
        display: none;
        border: none;
        padding: 0
    }
}

@media(max-width:991px) {
    .header.header-stores .header-stores__store {
        display: block;
        position: absolute;
        right: calc(100% - 40px);
        top: 50%;
        transform: translateY(-50%)
    }
}

.header.header-stores .header-stores__store figure {
    display: block;
    width: 48px;
    height: 48px;
    position: relative;
    border-radius: 50%;
    overflow: hidden
}

@media(max-width:991px) {
    .header.header-stores .header-stores__store figure {
        width: 32px;
        height: 32px
    }
}

.header.header-stores .header-stores__store figure img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.header.header-stores .header-stores__store .data {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    color: #005baa
}

@media(max-width:991px) {
    .header.header-stores .header-stores__store .data {
        display: none
    }
}

.header.header-stores .header-stores__store .data span {
    display: block;
    color: #1c1819
}

.header.header-stores .header-stores__store-mobile {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: grey;
    display: none;
    text-align: center;
    height: 32px;
    background: #e5e3df;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #1c1819;
    align-items: center;
    justify-content: center
}

.header.header-stores .header-stores__store-mobile em {
    color: #005baa;
    font-style: normal;
    margin-right: 4px
}

@media(max-width:1440px) {
    .header.header-stores .header-stores__store-mobile {
        display: flex
    }
}

@media(max-width:991px) {
    .header.header-stores .header-stores__store-mobile {
        font-size: 13px;
        height: 22px
    }
}

@media(max-width:991px) {
    .header.header-stores .submenu {
        background: #fff;
        padding-top: 40px
    }
}

.header.header-stores .submenu .level {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 100%
}

@media(max-width:991px) {
    .header.header-stores .submenu .level {
        flex-direction: column;
        gap: 40px
    }
}

.header.header-stores .submenu .level ul {
    min-width: 28%
}

@media(max-width:991px) {
    .header.header-stores .submenu .level ul li a {
        border: none;
        font-size: 18px;
        text-transform: uppercase;
        padding: 16px 0;
        font-weight: 400;
        margin: 0;
        line-height: 1
    }
}

@media(max-width:991px) {
    .header.header-stores .submenu .level ul li a:before {
        display: none
    }
}

.header.header-stores .submenu__cards {
    display: flex;
    gap: 30px;
    max-width: 50%
}

@media(max-width:991px) {
    .header.header-stores .submenu__cards {
        flex-direction: column;
        gap: 24px;
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 40px
    }
}

.header.header-stores .submenu__cards a {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500
}

.header.header-stores.menu-mobile-opened .primary-menu .submenu-toggle.active {
    top: 0;
    background: #fff;
    border-top: none;
    border-bottom: 1px solid #d1cecb
}

.header.header-stores.menu-mobile-opened .primary-menu .mobile-menu {
    height: calc(100svh - 68px)
}

.header.header-stores.menu-mobile-opened .service-menu.fixed {
    display: none
}

.footer {
    padding: 65px 0 55px;
    background: #e5e3df
}

.footer ul {
    margin: 0 0 40px;
    padding: 0;
    list-style-type: none
}

.footer .logo {
    padding-bottom: 40px
}

.footer .logo img {
    max-width: 150px
}

.footer .wrap-footer {
    visibility: visible
}

.footer .wrap-footer ul {
    visibility: visible
}

.footer .wrap-footer ul li {
    display: flex
}

.footer .wrap-footer ul li a {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    padding: 1px 0
}

.footer .wrap-footer ul li.titolo {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #000
}

.footer .wrap-footer ul li.icon-social {
    justify-content: space-between
}

.footer .wrap-footer ul li.icon-social a {
    background: #fff;
    flex: 0 0 32px;
    max-width: 32px;
    height: 32px;
    position: relative;
    transition: all .3s ease-in-out
}

.footer .wrap-footer ul li.icon-social a img,
.footer .wrap-footer ul li.icon-social a svg {
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #7f7f7f
}

.footer .wrap-footer ul li.icon-social a .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    color: #7f7f7f;
    transition: all .3s ease-in-out
}

.footer .wrap-footer ul li.icon-social a:hover {
    background: #005baa
}

.footer .wrap-footer ul li.icon-social a:hover .fa {
    color: #fff
}

.footer .wrap-footer ul li.icon-social a:hover svg {
    fill: #fff
}

.footer .wrap-footer ul li.spedizione {
    visibility: visible
}

.footer .wrap-footer ul li.spedizione form {
    visibility: visible
}

.footer .wrap-footer ul li.spedizione form .track-wrap {
    position: relative
}

.footer .wrap-footer ul li.spedizione form .track-wrap input {
    background-color: #fff;
    padding: 0 45px 0 8px;
    color: #322c1f !important;
    font-size: 14px;
    box-shadow: none;
    height: 38px;
    line-height: 38px;
    margin-right: 2px;
    width: 100%;
    border: none;
    border-radius: 0;
    box-sizing: border-box
}

.footer .wrap-footer ul li.spedizione form .track-wrap input::-webkit-input-placeholder {
    font-style: italic !important
}

.footer .wrap-footer ul li.spedizione form .track-wrap input::-moz-placeholder {
    font-style: italic !important
}

.footer .wrap-footer ul li.spedizione form .track-wrap input:-ms-input-placeholder {
    font-style: italic !important
}

.footer .wrap-footer ul li.spedizione form .track-wrap input:-moz-placeholder {
    font-style: italic !important
}

.footer .wrap-footer ul li.spedizione form .track-wrap button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: #005baa;
    width: 38px;
    height: 38px
}

.footer .wrap-footer ul li.spedizione form .track-wrap button .fa {
    color: #fff;
    font-size: 24px;
    cursor: pointer
}

.footer .wrap-footer ul li .app-wrap {
    overflow: hidden;
    border-top: 1px solid #fff;
    margin-top: 15px;
    padding-top: 15px
}

.footer .wrap-footer ul li .app-wrap .item {
    float: left
}

.footer .wrap-footer ul li .app-wrap .item.left {
    width: 70%;
    position: relative
}

.footer .wrap-footer ul li .app-wrap .item.left a {
    display: block
}

.footer .wrap-footer ul li .app-wrap .item.left a img {
    width: 40px
}

.footer .wrap-footer ul li .app-wrap .item.left a>div {
    font-size: 10px;
    left: 46px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    color: #000;
    font-weight: 500
}

.footer .wrap-footer ul li .app-wrap .item.right {
    width: 30%
}

.footer .wrap-footer ul li .app-wrap .item.right a {
    display: block
}

.footer .wrap-footer ul li .app-wrap .item.right a:first-child {
    margin-bottom: 15px
}

.footer .wrap-footer ul li .app-wrap .item.right a img {
    width: 100%
}

@media(min-width:768px) and (max-width:1024px) {
    .footer .wrap-footer .col-2 {
        flex: 0 0 calc((16.33%*2) - 30px);
        max-width: calc((16.33%*2) - 30px);
        width: calc((16.33%*2) - 30px)
    }
}

.footer #postfooter {
    visibility: visible
}

@media(max-width:1024px) {
    .footer #postfooter .col-10 {
        width: 95%;
        flex: none;
        max-width: none
    }
}

.footer #postfooter ul {
    display: flex;
    flex-wrap: wrap
}

.footer #postfooter ul li {
    margin-left: 20px
}

.footer #postfooter ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    text-decoration: none
}

.footer #postfooter .links-wrapper {
    padding: 0 15px 0 0;
    overflow: hidden
}

.footer #postfooter .links-wrapper ul {
    visibility: visible
}

.footer #postfooter .links-wrapper ul li {
    visibility: visible
}

.footer #postfooter .links-wrapper ul li .open_country-lang {
    border: 1px solid #acaaa7;
    background: none;
    padding: 10px 14px 10px 34px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    font-size: 13px;
    display: block
}

.footer #postfooter .links-wrapper ul li .open_country-lang .fa {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.footer #postfooter .links-wrapper ul li .open_country-lang .caret {
    margin-left: 14px;
    border-top: 7px solid #acaaa7;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: none;
    display: inline-block
}

.footer #postfooter .links-wrapper ul li.lang {
    margin: 0
}

.footer #postfooter .links-wrapper ul li.lang .open_country-lang {
    border-right: none;
    padding: 10px 20px 10px 40px;
    position: relative
}

.footer #postfooter .links-wrapper ul li.lang .open_country-lang:before {
    font-family: 'Material Icons';
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.footer #postfooter .links-wrapper ul li.country {
    margin: 0
}

.footer #postfooter .links-wrapper ul li.country .open_country-lang {
    border-left: none;
    position: relative;
    padding: 10px 20px
}

.footer #postfooter .links-wrapper ul li.country .open_country-lang:before {
    font-family: 'Material Icons';
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.footer #postfooter .links-wrapper ul li a {
    font-size: 13px;
    font-weight: 400
}

.footer #postfooter .assf-wrapper {
    visibility: visible
}

.footer #postfooter .assf-wrapper .assf {
    justify-content: space-between;
    align-items: center
}

.footer #postfooter .assf-wrapper .assf span {
    display: block;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #666;
    font-size: 14px;
    font-weight: 300;
    flex: 0 0 100%;
    max-width: 100%
}

.footer #postfooter .assf-wrapper .assf a {
    flex: 0 0 50%;
    max-width: 50%
}

.footer #postfooter .assf-wrapper .assf a img {
    margin: 0;
    height: auto;
    max-width: 90%
}

@media(max-width:1199px) {
    .footer #postfooter .assf-wrapper .assf a img {
        height: auto
    }
}

.footer #postfooter .assf-wrapper .assf a:last-child {
    display: flex;
    justify-content: flex-end
}

#crediti {
    font-size: 16px;
    color: #7a7879;
    padding: 10px 0
}

#crediti a {
    color: #000;
    text-decoration: none
}

#crediti .blocco-02 {
    margin-top: 60px
}

#crediti .text-right {
    display: flex;
    justify-content: flex-end
}

#crediti .text-right a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px
}

.footer-stores {
    font-size: 14px;
    line-height: 1.2;
    padding: 64px 0;
    font-weight: 300
}

.footer-stores p {
    margin: 0
}

.footer-stores__wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px
}

@media screen and (min-width:1024px) {
    .footer-stores__wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: start
    }
}

@media screen and (min-width:1024px) {
    .footer-stores__col {
        width: 20%
    }
}

.footer-stores__col ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 14px;
    margin: 0;
    padding: 0
}

@media screen and (min-width:1024px) {
    .footer-stores__col ul {
        gap: 4px
    }
}

.footer-stores__col ul .titolo {
    font-weight: 500;
    margin-bottom: 10px
}

@media screen and (min-width:1024px) {
    .footer-stores__col ul .titolo {
        margin-bottom: 20px;
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .footer-stores__contact {
        width: 25%
    }
}

.footer-stores__contact-title {
    font-weight: 700;
    display: block;
    font-size: 16px;
    line-height: 1.2 !important
}

@media screen and (min-width:1024px) {
    .footer-stores__contact-title {
        margin-bottom: 20px !important
    }
}

.footer-stores__contact-link {
    font-weight: 500;
    margin-top: 12px
}

@media screen and (min-width:1024px) {
    .footer-stores__contact-link {
        margin-top: 24px;
        font-weight: 700
    }
}

.footer-stores__contact-link a {
    color: #005baa
}

.footer-stores__info ul {
    gap: 8px
}

.footer-stores__info ul .titolo {
    margin-bottom: 4px
}

@media screen and (min-width:1024px) {
    .footer-stores__info ul .titolo {
        margin-bottom: 12px
    }
}

.footer-stores__info ul a {
    color: #005baa;
    font-weight: 500
}

@media screen and (min-width:1024px) {
    .footer-stores__info ul a {
        font-weight: 700
    }
}

.footer-stores__info .social {
    margin-top: 40px
}

.footer-stores__info .social .icon-social {
    display: flex;
    gap: 12px;
    align-items: center
}

.footer-stores__info .social .icon-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    color: #7f7f7f;
    font-size: 16px;
    transition: all .3s ease-in-out
}

@media screen and (min-width:1024px) {
    .footer-stores__info .social .icon-social a {
        font-size: 17px
    }
}

.footer-stores__info .social .icon-social a:hover {
    background: #005baa;
    color: #fff
}

.footer-stores__info .social .icon-social a:hover svg {
    fill: #fff
}

.footer-stores__info .social .icon-social a svg {
    height: 14px;
    display: block;
    fill: #7f7f7f
}

.footer-stores__track {
    margin-bottom: 40px
}

@media screen and (min-width:1024px) {
    .footer-stores__track {
        margin-bottom: 0
    }
}

.footer-stores__track .titolo {
    font-size: 16px;
    font-weight: 500
}

.footer-stores__track form .track-wrap {
    position: relative
}

.footer-stores__track form .track-wrap button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: #005baa;
    width: 38px;
    height: 38px
}

.footer-stores__track form .track-wrap button .fa {
    color: #fff;
    font-size: 24px;
    cursor: pointer
}

.footer-stores__legal {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 4px;
    font-weight: 500
}

@media screen and (min-width:1024px) {
    .footer-stores__legal {
        justify-content: flex-start;
        margin-top: 40px !important;
        gap: 24px
    }
}

.footer-stores__legal li {
    padding: 4px
}
