/* INIZIO EVENTO PASSATO */
.cont-img-passato {
    margin-bottom: 0px;
    padding: 3px 3px 4px;
    border-style: solid;
    border-width: 4px;
    border-color: #ff5100;
    border-radius: 12px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.testo-evento-passato-bold {
    margin-top: 0px;
    padding: 0px 11px;
    color: #ff5100;
    font-size: 28px;
    line-height: 27px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.cont-overlay-passato {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 97.3%, 0.85);
}

.cont-img-passato-2 {
    padding-top: 3px;
    padding-bottom: 3px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #ff5100;
    border-radius: 12px;
}
.testo-evento-passato {
    margin-top: 0px;
    padding: 0px 11px;
    color: #ff5100;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    text-align: center;
}
/* STOP EVENTO PASSATO */

/* INIZIO ACCORDION IVAR ACEDEMY */
.accordion__item > .accordion-header:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 21px;
    content: "\f077";
    color: #f05423;
    float: right;
    position: relative;
    display: block;
    top: -24px;
    RIGHT: 19PX;
    transition: .3s all;
    transform: rotate(-180deg);
    opacity: 100;
}

.accordion__item.active > .accordion-header:after {
    transform: rotate(0deg);
}

.accordion-body.js-accordion-body {
    display: none;
}

.accordion {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: -24px;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.accordion.js-accordion {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
}

.accordion-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2e323c;
}

.accordion-header.js-accordion-header {
    cursor: pointer;
}

.accordion-body {
    display: block;
    padding-right: 8px;
    padding-left: 64px;
    color: #9096a4;
}

.accordion-body.js-accordion-body {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #9096a4;
}

.accordion__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-bottom: 24px;
    padding: 20px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
    -webkit-transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    text-align: left;
    text-decoration: none;
}

.accordion__item:hover {
    box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.accordion__item.js-accordion-item {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: transparent;
    box-shadow: none;
    -webkit-transition-property: none;
    transition-property: none;
}
/*STOP ACCORDION IVAR ACADEMY */

/* INIZIO LINEA ARANCIO */
.image-cloud {
    min-width: auto;
    margin-bottom: 23px;
    float: left;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.feature-block-title-4 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-family: Montserrat, sans-serif;
    color: #ff5100;
    font-size: 26px;
    font-weight: 400;
}

.shop-header-color-2 {
    width: 136px;
    height: 100%;
    background-color: #f05423;
}

.feature-block-3.nuova2 {
    max-width: none;
    min-width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.feature-block-title-4.nuovo2 {
    font-size: 26px;
    line-height: 29px;
}

.section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 120px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8f8f8;
}

.image-cloud.nuovissima2 {
    margin-right: 35px;
}

.image-cloud.nuova2 {
    max-width: 61px;
    min-width: auto;
    margin-right: 23px;
}
/* STOP LINEA ARANCIO*/

/* INIZIO IVAR CLOUD */
.titolo-cloud-nuovo {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-family: Montserrat, sans-serif;
    color: #ff5100;
    font-size: 26px;
    font-weight: 400;
}

.w-embed-youtubevideo {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-image: url('../fonts/youtube-placeholder.2b05e7d68d.svg');
    background-size: cover;
    background-position: 50% 50%;
}

.feature-row.first {
    margin-top: 0px;
    margin-bottom: 0px;
}

.bold-text-4 {
    color: #f05423;
}

.feature-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-cloud-nuova {
    margin-bottom: 23px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.video-full-nuovo {
    margin-top: 0px;
}

.col-sx-nuova {
    padding-right: 34px;
}

.testo-col-sx-nuovo {
    display: block;
    float: left;
    clear: left;
    color: #111;
}

.blocco-nuovo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.titolo-cloud-nuovo {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-family: Montserrat, sans-serif;
    color: #ff5100;
    font-size: 26px;
    font-weight: 400;
}
/* STOP IVAR CLOUD */

/*
.testo-evento-passato {
    margin-top: 0px;
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    text-align: center;
}
*/

.bold-text-3 {
    width: auto;
    font-size: 32px;
    text-align: center;
}

/*
.cont-overlay-passato {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(19, 100%, 50%, 0.72);
}
*/

.cont-img-passato {
    margin-bottom: 0px;
}

.img-sold-out {
    float: left;
    max-width: 75px;
}

.g-recaptcha {
    float: left;
    width: 100%;
}

.info-error-password {
    color: white;
    font-size: 10px;
}

.online-user {
    background: #33a84c;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    right: -8px;
    bottom: 3px;
}

.cont-colori {
    text-align: center;
    width: auto;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}

.testo_login_v2 {
    float: left;
    color: #222222;
    margin-right: 7px;
    margin-top: 3px;
}

.cont-scarica {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    min-height: 100%;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cont-scarica-preview {
    /* Preview Document */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.products.lista-download {
    display: block;
    float: left;
    clear: left;
}

.download-lista {
    position: relative;
    display: block;
    width: 100%;
    padding: 24px 24px 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    text-align: center;
    text-decoration: none;
}

.download-lista:hover {
    box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.05) translate(0px, -2px);
    -ms-transform: scale(1.05) translate(0px, -2px);
    transform: scale(1.05) translate(0px, -2px);
}

.cont-descr-lista {
    max-width: 92%;
    min-width: 92%;
    float: left;
}

.download-card-title {
    margin-right: 7px;
    margin-bottom: 6px;
    float: left;
    clear: left;
    font-family: Montserrat, sans-serif;
    color: #ff5100;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 93%;
    margin-left: 2%;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-dett-prod {
    min-width: 100%;
    max-height: 415px;
    object-fit: contain;
}

.w-slider-nav {
    display: none;
}

.cont-img-scheda-prodotto a {
    min-width: 100%;
    position: relative;
}

.legenda-tab {
    font-size: 11px;
}

.legenda-tab img {
    max-width: 16px;
}

.cod-discount-int {
    /*background: #ff5100;*/
    color: #ff5100;
    padding: 7PX 12px;
    position: absolute;
    line-height: 20px;
    right: 5%;
    bottom: 0;
    border: 1px solid #ff5100;
    background: white;
}

.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.dropdown.v2 {
    margin-right: 0px;
    background-color: transparent;
}

.dropdown-list.v2.w--open {
    top: 24px;
    right: -5%;
    width: 184px;
    height: auto;
    margin-top: 3px;
    padding: 15px;
}

.dropdown-toggle.v2 {
    padding-right: 0px;
    padding-left: 0px;
}

.v2-login {
    color: #111;
    float: left;
    padding-right: 9%;
    white-space: nowrap;
    width: 100%;
    border-bottom: 1px solid black;
    padding-bottom: 9px;
}

.link-login {
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    clear: left;
    width: 100%;
}

.login-img {
    margin-right: 0px;
    float: right;
}
.dropdown-list {
    /*height: 300px;*/
}

.img-error-message
{
    max-width: 22px;
    margin-right: 8px;
}

.img-error-message-info
{
    max-width: 14px;
    margin-right: 8px;
    float: left;
    margin-top: 4px;
}

.w-form-done {
    display: none;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 14px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 115px;
}
.w-form-done.form-message {
    background-color: #ff5100 !important;
}
.form_message_alert{
    color: white;
}
.form-button-right-position{
    float: right !important;
}
.w-checkbox.check-privacy.color-white
{
    color: white;
}
.w-checkbox-input.checkbox-2 {
    float: left;
    display: inline-block;
    margin-left: 0px;
    margin-top: 9px;
    margin-right: 5px;
}
.select-form-diviso.full.w-select.area-text-height
{
    height: 100px ;
}
.privacy_div {
    float: left;
    clear: left;
    width: 100%;
    margin-bottom: 10px;
}
.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
}

.w-commerce-commercecheckoutformcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.w-commerce-commercelayoutmain {
    -webkit-flex-basis: 800px;
    -ms-flex-preferred-size: 800px;
    flex-basis: 800px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
    border-left-color: #e6e6e6;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: #e6e6e6;
    border-right-width: 1px;
    border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom-color: #e6e6e6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
    background-color: #fff;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
    margin-left: 12px;
    margin-right: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
    font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 64px;
    padding-bottom: 64px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber,
.w-commerce-commercecheckoutcardnumber {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder,
.w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardnumber:-ms-input-placeholder,
.w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder,
.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder,
.w-commerce-commercecheckoutcardnumber::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus,
.w-commerce-commercecheckoutcardnumber.-wfp-focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate,
.w-commerce-commercecheckoutcardexpirationdate {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder,
.w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder,
.w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder,
.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder,
.w-commerce-commercecheckoutcardexpirationdate::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus,
.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode,
.w-commerce-commercecheckoutcardsecuritycode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder,
.w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder,
.w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder,
.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder,
.w-commerce-commercecheckoutcardsecuritycode::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus,
.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
    margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
    font-weight: 400;
    margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
    margin-top: 16px;
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingcountryselector::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.w-commerce-commercecheckoutorderitemswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
    margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.w-commerce-commercecartitemimage {
    width: 60px;
    height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
    margin-left: 16px;
    margin-right: 16px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
    text-decoration: none;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}

.w-commerce-commercecheckoutordersummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
    font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 20px;
    text-align: center;
}

.w-commerce-commercecheckouterrorstate {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    background-color: #ffdede;
}

.w-commerce-commerceaddtocartform {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}

.w-commerce-commerceaddtocartquantityinput {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-right: 6px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commerceaddtocartquantityinput::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commerceaddtocartquantityinput:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
    color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commerceaddtocartoutofstock {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ddd;
}

.w-commerce-commerceaddtocarterror {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffdede;
}

.w-commerce-commerceorderconfirmationcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
    margin-right: 0.33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
    margin-bottom: 20px;
}

.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox:before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox:after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('../fonts/custom-checkbox-check.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #111;
    font-size: 14px;
    line-height: 24px;
}

h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Varela Round', sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
}

h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Varela Round', sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

h3 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-family: 'Varela Round', sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
}

h4 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-family: 'Varela Round', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

h5 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-family: 'Varela Round', sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
}

h6 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 19px;
    color: #1e1e1e;
    text-align: left;
}

.body {
    font-family: 'Open Sans', sans-serif;
    color: #111;
}

.section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 120px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8f8f8;
}

.section.prodotti-evidenza {
    margin-bottom: 0px;
    padding-top: 85px;
    padding-bottom: 0px;
}

.section.color {
    background-color: #a5c926;
}

.section.color.no-padding-vertical {
    padding-bottom: 68px;
    background-color: #404040;
}

.section.hero-section {
    position: relative;
    height: 80vh;
    margin-top: 28px;
    padding: 0px;
}

.section.video-section {
    padding-bottom: 112px;
	background-image: url('../images/pub ooook_1_1.jpeg');
   
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
}

.section.no-padding-vertical {
    padding-top: 33px;
    padding-bottom: 40px;
}

.section.academy {
    padding-top: 20px;
    padding-bottom: 0px;
}

.section.academy.home {
    padding-top: 50px;
    padding-bottom: 40px;
}

.section.academy.first {
    padding-top: 0px;
}

.section.storia {
    padding-top: 55px;
    padding-bottom: 0px;
    width: 100%;
}

.section.prodotti-breadcrumbs {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section.header-section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section.categorie {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.section.be-orange-section {
    padding-top: 24px;
    padding-bottom: 41px;
}

.section.elenco-cat {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.section.background-chisiamo {
    position: relative;
    padding-bottom: 112px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.66)), to(rgba(17, 17, 17, 0.66))), url('../images/gruppo03big.jpg');
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.66), rgba(17, 17, 17, 0.66)), url('../images/gruppo03big.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    color: #fff;
}

.section.sponsor {
    padding-top: 37px;
    padding-bottom: 37px;
}

.section.sostenibilita {
    margin-bottom: 0px;
    padding-top: 47px;
    padding-bottom: 30px;
}

.section.background-sostenibilita {
    position: relative;
    padding-bottom: 112px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.66)), to(rgba(17, 17, 17, 0.66))), url('../images/ambiente-1_gallery_it.jpg');
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.66), rgba(17, 17, 17, 0.66)), url('../images/ambiente-1_gallery_it.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
}

.section.background-academy {
    position: relative;
    padding-bottom: 112px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.66)), to(rgba(17, 17, 17, 0.66))), url('../images/photo-1488190211105-8b0e65b80b4e.jpg');
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.66), rgba(17, 17, 17, 0.66)), url('../images/photo-1488190211105-8b0e65b80b4e.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
}

.section.titolo-academy {
    padding-top: 37px;
    padding-bottom: 0px;
}

.section.video-ivar {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 24px;
}

.section.video-ivar.padding {
    padding-top: 13px;
}

.section.dove-siamo {
    display: block;
    height: auto;
    max-height: 90vh;
    margin-top: 58px;
    margin-bottom: 0px;
    padding: 0px 0px 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section.background-lavoro {
    position: relative;
    padding-bottom: 112px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.66)), to(rgba(17, 17, 17, 0.66))), url('../images/photo-1517048676732-d65bc937f952.jpg');
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.66), rgba(17, 17, 17, 0.66)), url('../images/photo-1517048676732-d65bc937f952.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
}

.section.informazioni {
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section.background-rivenditori {
    position: relative;
    padding-bottom: 112px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.66)), to(rgba(17, 17, 17, 0.66))), url('../images/photo-1556745757-8d76bdb6984b.jpg');
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.66), rgba(17, 17, 17, 0.66)), url('../images/photo-1556745757-8d76bdb6984b.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
}

.section.background-notizia {
    position: relative;
    display: block;
    height: auto;
    padding: 0px;
    background-color: #f8f8f8;
    background-image: none;
    color: #fff;
}

.wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.wrapper.nav-bar-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.wrapper.nav-top-wrapper {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrapper.side-paddings {
    padding-right: 0px;
    padding-left: 0px;
}

.wrapper.intestazione-section {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
}

.wrapper.sostenibilita {
    padding: 37px;
    background-color: #fff;
}

.wrapper.academy {
    margin-bottom: 0px;
    padding: 37px 37px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
}

.wrapper.prodotto-singolo {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
}

.wrapper.tabella-prodotti {
    display: block;
    padding-right: 0px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
}

.button {
    height: auto;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-radius: 24px;
    background-color: #ff5100;
    -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
}

.button-rivenditore {
    height: auto;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-radius: 24px;
    background-color: #ff5100;
    -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin-left: -70px;
    text-align: center;
}

.button:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.button.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 21px;
}

.button.newsletter {
    background-color: #fff;
    color: #ff5100;
}

.button.chi-siamo.inverso {
    background-color: #fff;
    color: #ff5100;
    font-weight: 700;
}

.nav-bar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.12);
}

.nav-link {
    padding: 12px 9px 12px 9px;
    border-radius: 16px;
    -webkit-transition: color 300ms ease, background-color 300ms ease, box-shadow 300ms ease;
    transition: color 300ms ease, background-color 300ms ease, box-shadow 300ms ease;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 1em;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-link:hover {
    text-decoration: none;
}

.nav-link.w--current {
    font-family: Montserrat, sans-serif;
    color: #fff;
}

.nav-link.v2 {
    padding-right: 8px;
    padding-left: 9px;
}
.w-icon-dropdown-toggle {
    margin-right: 10px;
}

.text-white {
    color: #fff;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    padding: 48px 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/gruppo02big.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 370px;
    padding: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 16px;
    background-color: #fff;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.paragrafo-prodotti {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 19px;
    color: #1e1e1e;
    text-align: left;
}

.text-grey {
    color: #999;
    line-height: 22px;
}

.no-margin {
    margin: 0px;
    font-family: Montserrat, sans-serif;
    color: #ff5100;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.text-green {
    color: #a5c926;
}

.intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin-bottom: 80px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.intro.no-margin {
    margin: 0px;
}

.intro.wide {
    max-width: 800px;
}

.intro.wide.no-margin {
    padding: 26px 23px;
    border-radius: 5px;
    background-color: #fff;
}

.intro.wide.no-margin.chisiamo {
    min-width: 800px;
    padding-bottom: 26px;
    background-color: transparent;
    color: transparent;
}

.intro.wide.no-margin.chisiamo.inverso-v2 {
    background-color: transparent;
}

.intro.wide.no-margin.notizia {
    display: block;
    width: 1200px;
    max-width: 100%;
    min-width: auto;
    padding: 26px 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: transparent;
}

.title {
    margin-bottom: 16px;
    color: #ff5100;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}

.no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 48px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-link {
    margin-right: 10px;
    /*margin-left: 5px;*/
    padding: 4px;
    color: #fff;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-link.ivar-cloud {
    padding: 7px 9px;
    border: 1px solid #fff;
    border-radius: 24px;
}

/*
.footer-link.ivar-cloud {
    padding: 7px 9px;
    border: 1px solid #fff;
    border-radius: 17px;
}
*/

.footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 48px;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid hsla(0, 0%, 100%, 0.25);
    font-size: 11px;
    line-height: 16px;
}

.brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    /*padding-left: 15px;*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Varela Round', sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}

.brand.w--current {
    max-height: 75px;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    max-width: 95%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.no-padding-top {
    padding-top: 0px;
}

.full-width {
    width: 100%;
}

.page-wrapper {
    overflow: hidden;
    padding-top: 80px;
}

.navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hero-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 90%;
    padding: 56px 23px 56px 61%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 5px;
    background-color: transparent;
    color: #111;
    text-align: center;
}

.nav-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d4d4d4;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
}

.nav-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 82px;
    padding: 0px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff5100;
}

.nav-top-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    padding-right: 15px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-top-text {
    margin-right: 16px;
}

.link-white {
    color: #fff;
    text-decoration: underline;
}

.footer-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Varela Round', sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}

.footer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 205px;
    padding: 0px 12px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-bottom-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 122%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-bottom-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-bottom-divider {
    width: 3px;
    height: 3px;
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, 0.5);
}

.instagram {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 72px;
    padding-right: 7px;
    padding-left: 7px;
}

.instagram-link {
    position: relative;
    overflow: hidden;
    margin-right: 8px;
    margin-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 16px;
    -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
}

.instagram-link:hover {
    z-index: 1;
    box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.16);
    -webkit-transform: scale(1.05) translate(0px, 0px);
    -ms-transform: scale(1.05) translate(0px, 0px);
    transform: scale(1.05) translate(0px, 0px);
}

.shop-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
}

.shop-header-line {
    width: 100%;
    height: 2px;
    margin-top: 32px;
    background-color: #e5e5e5;
}

.products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.product-card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-card-wrapper.sezione-news {
    width: 33.33%;
}

.product-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 24px 24px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    text-align: center;
    text-decoration: none;
}

.product-card:hover {
    box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.05) translate(0px, -2px);
    -ms-transform: scale(1.05) translate(0px, -2px);
    transform: scale(1.05) translate(0px, -2px);
}

.product-card-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 66%;
    height: 150px;
    margin-top: 8px;
    margin-bottom: 16px;
    padding: 0px;
    /* -webkit-box-pack: center; /
    / -webkit-justify-content: center; /
    -ms-flex-pack: center;
    / justify-content: center; /
    / -webkit-box-align: center; /
    / -webkit-align-items: center; /
    -ms-flex-align: center;
    / align-items: center; */
}

.product-card-image-wrapper img {
    object-fit: contain;
    margin: 0 auto;
}

.product-card-heading {
    margin-bottom: 35px;
    font-family: Montserrat, sans-serif;
    color: #111;
    font-size: 13px;
    line-height: 18px;
}

.product-card-price {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    height: 32px;
    padding: 6px 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 16px;
    background-color: #ff5100;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.shop-header-color {
    width: 136px;
    height: 100%;
    /*background-color: #ff5100;*/
}

.shop-header-color.green {
    background-color: #a5c926;
}

.link {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 2px solid #ddd;
    -webkit-transition: border-color 300ms ease;
    transition: border-color 300ms ease;
    color: #111;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
}

.link:hover {
    border-bottom-color: #a5c926;
}

.link.arrow-link {
    margin-top: 4px;
    padding: 5px 16px 5px 17px;
    border-style: solid;
    border-width: 1px;
    border-color: #ff5100;
    border-radius: 95px;
    color: #ff5100;
}

.subscribe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 0px 0px 48px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.subscribe-form-wrapper {
    width: 50%;
    margin-bottom: 0px;
    padding: 30px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #ff5100;
}

.subscribe-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.subscribe-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.input {
    height: 48px;
    margin-bottom: 24px;
    padding-right: 28px;
    padding-left: 28px;
    border: 2px solid #e5e5e5;
    border-radius: 24px;
    background-color: #f8f8f8;
    -webkit-transition: border-color 300ms ease, background-color 300ms ease;
    transition: border-color 300ms ease, background-color 300ms ease;
}

.input:hover {
    background-color: #fff;
}

.input:focus,
.input.-wfp-focus {
    border-color: #a5c926;
    background-color: #fff;
}

.input.subscribe-input {
    margin-right: 0px;
    margin-bottom: 0px;
}

.input.subscribe-input:focus {
    border-color: #ff5100;
    background-color: #fff;
}

.input.quantity-input {
    width: 88px;
    margin-right: 12px;
    margin-bottom: 0px;
}

.input.center {
    text-align: center;
}

.input.no-margin-bottom {
    margin-bottom: 0px;
}

.subscribe-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    margin-right: 24px;
    padding: 18px 16px 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #ff5100;
}

.form-success {
    background-color: transparent;
}

.form-error {
    margin-top: 12px;
    padding: 6px 20px;
    border-radius: 16px;
    background-color: rgba(251, 65, 107, 0.1);
    color: #fb416b;
    font-size: 12px;
    line-height: 20px;
}

.form-error.product-error {
    display: inline-block;
    margin-top: 0px;
}

.nav-top-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 12%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-link {
    display: block;
    width: 100%;
    height: 28px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #111;
    text-decoration: none;
}

.social-link:hover {
    background-color: transparent;
}

.cart-icon {
    width: 32px;
    margin-left: 10px;
}

.footer-social-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: auto;
    padding: 0px 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: height 300ms ease, width 300ms ease;
    transition: height 300ms ease, width 300ms ease;
}

.footer-social-link:hover {
    background-color: transparent;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48px;
    margin-bottom: -8px;
    padding: 8px 28px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px none #e5e5e5;
    border-radius: 24px;
    color: #999;
    font-size: 12px;
    line-height: 16px;
}

.breadcrumbs.no-padding {
    margin-top: 16px;
}

.breadcrumbs.poco-padding {
    margin: 1px 0;
}

.link-grey a {
    color: #999;
    text-decoration: none;
}

.link-grey:hover {
    text-decoration: underline;
}

.breadcrumbs-arrow {
    width: 9px;
    margin-right: 10px;
    margin-left: 10px;
    opacity: 0.2;
}

.product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 56px;
    padding: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.product-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.add-to-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-price {
    margin-bottom: 32px;
    font-family: 'Varela Round', sans-serif;
    color: #a5c926;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.product-details-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product-details {
    margin-top: 24px;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.scroll-mouse-link {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 22;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    margin-right: auto;
    margin-bottom: 75px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.mouse-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 2px;
    border-color: #ff5100;
    border-radius: 12px;
    color: #ff5100;
}

.mouse-wheel-icon {
    width: 4px;
    height: 4px;
    margin-top: 6px;
    border-radius: 50%;
    background-color: #ff5100;
}

.cart-button {
    background-color: transparent;
    color: #111;
}

.item-count {
    height: 20px;
    min-width: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 10px;
    background-color: #a5c926;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.label {
    width: 100%;
    margin-bottom: 8px;
    color: #111;
    font-size: 12px;
    font-weight: 600;
}

.shop-categories-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-category-link {
    display: inline-block;
    height: 32px;
    padding: 6px 18px;
    border-radius: 16px;
    color: #111;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
}

.shop-category-link:hover {
    text-decoration: underline;
}

.shop-category-link.w--current {
    background-color: #a5c926;
    color: #fff;
}

.shop-category-link.w--current:hover {
    text-decoration: none;
}

.shop-categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.side-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 8.33%;
    padding-left: 8.33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.side-block.no-padding-left {
    position: absolute;
    left: 0%;
    top: 12%;
    right: auto;
    bottom: auto;
    z-index: 10;
    width: 48%;
    padding: 2%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 4px;
    background-color: #fff;
}

.side-block.no-padding-left.inverso {
    left: auto;
    top: 12%;
    right: 0%;
    bottom: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.side-block.small-padding-side {
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.side-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.side-blocks.mobile-reverse {
    position: relative;
    margin-bottom: 40px;
}

.side-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.side-image {
    position: relative;
    display: block;
    width: 75%;
    max-height: none;
    max-width: 75%;
    float: right;
    border-radius: 4px;
    text-align: right;   
    min-height: 590px;
    max-height: 590px;
    object-fit: cover;
}

.side-image.inverso {
    float: left;
    text-align: left;
}

.delivery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-top: 17px;
    margin-bottom: 18px;
    padding: 21px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.delivery-info {
    display: block;
    width: 66.66%;
    height: 100%;
    padding-top: 51px;
    padding-right: 8.33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    padding: 10px 10px 10px 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #ff5100;
    border-radius: 4px;
    background-color: #ff5100;
    font-size: 12px;
    text-align: center;
}

.password-heading {
    margin-bottom: 24px;
}

.product-table {
    width: 270px;
    margin-top: 24px;
    margin-right: 15px;
    margin-left: 60px;
    padding: 16px 32px;
    border: 2px solid #e5e5e5;
    border-radius: 16px;
}

.product-table-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    line-height: 16px;
}

.product-table-cell.no-border-bottom {
    border-bottom-style: none;
}

.product-table-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
}

.sku {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    font-size: 11px;
    line-height: 16px;
}

.out-of-stock {
    display: inline-block;
    margin-top: 0px;
    padding: 15px 15px 15px 0px;
    background-color: transparent;
    color: #fb416b;
}

.cart-container {
    border-radius: 16px;
}

.cart-header {
    padding: 24px 32px;
}

.cart-footer {
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
}

.cart-list {
    padding: 16px 32px;
}

.cart-remove-link {
    color: #fb416b;
    font-size: 12px;
    line-height: 16px;
    text-decoration: underline;
}

.cart-item {
    padding-top: 16px;
    padding-bottom: 16px;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10000;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.preloader-icon {
    position: relative;
    z-index: 1;
    width: 48px;
}

.order-confirmation-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.order-block-content {
    padding: 40px 0px 48px;
    border-style: none;
}

.checkout-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
}

.order-block-header {
    padding: 28px 0px;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #e5e5e5;
    font-size: 12px;
}

.order-block {
    overflow: hidden;
    margin-top: -1px;
    margin-bottom: 0px;
    padding: 24px 10%;
    border-top: 1px dashed #e5e5e5;
    background-color: #fff;
}

.select {
    height: 100%;
    border-style: none;
    border-radius: 24px;
    background-color: transparent;
}

.select-wrapper {
    height: 48px;
    margin-bottom: 24px;
    padding-right: 16px;
    padding-left: 16px;
    border: 2px solid #e5e5e5;
    border-radius: 24px;
    background-color: #f8f8f8;
}

.select-wrapper.no-margin-bottom {
    margin-bottom: 0px;
}

.shipping-methods-list {
    overflow: hidden;
    margin-top: 48px;
    margin-bottom: 48px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.shipping-method-item {
    margin-top: 1px;
    margin-bottom: -1px;
    padding: 24px 32px;
}

.shipping-method-radio-button {
    margin-top: 5px;
    margin-right: 6px;
}

.checkbox {
    margin-right: 2px;
    font-size: 20px;
}

.order-main-column {
    overflow: hidden;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.order-sidebar {
    width: 33.33%;
    max-width: 370px;
    margin-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.order-block-side {
    overflow: hidden;
    margin-bottom: 24px;
    padding: 0px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.order-block-side-header {
    padding: 24px 32px;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #e5e5e5;
    font-size: 12px;
}

.order-block-side-content {
    padding: 32px;
    border-style: none;
}

.order-block-heading {
    margin-bottom: 0px;
}

.order-confirmation {
    width: 100%;
    max-width: none;
}

.icon {
    color: #fff;
}

.dropdown-menu {
    padding: 0px 21px 0px 0px;
}

.dropdown-sottomenu.w--open {
    width: 300px;
    margin-top: 17px;
    background-color: #fff;
    box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    max-height: 75vh;
}

.dropdown-sottomenu.w--open::-webkit-scrollbar {
    display: none;
}

.link-sottomenu {
    font-family: Montserrat, sans-serif;
}

.body-3 {
    font-family: Montserrat, sans-serif;
}

.login {
    padding: 2px 17px;
    float: left;
    border-radius: 19px;
    background-color: #fff;
    color: #111;
    text-decoration: none;
}

.login-img {
    margin-right: 0;
    float: right;
}

.slider {
    width: 100%;
    min-height: 80vh;
}

.slide._1 {
    /*background-image: url('../images/2019-08-27-11_34_52-microsoft-edge.png');*/
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrapper-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
}

.sottotitolo {
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
    color: #111;
    line-height: 18px;
}

.sottotitolo.arancio {
    margin-top: 11px;
    margin-bottom: 20px;
    float: left;
    clear: left;
}

.sottotitolo.arancio.tecnical {
    width: 100%;
    margin-top: -7px;
    margin-bottom: 10px;
    float: left;
    clear: left;
    font-size: 24px;
    line-height: 20px;
    font-weight: 900;
}

.sottotitolo.arancio.tecnical.no-top {
    margin-top: 10px;
    margin-bottom: 18px;
    color: #ff5100;
    font-size: 25px;
}

.sottotitolo.white {
    color: #fff;
    text-align: left;
}

.sottotitolo.white.header {
    margin-bottom: 20px;
    text-align: left;
}

.sottotitolo.prodotti {
    margin-top: 12px;
    font-size: 16px;
    line-height: 20px;
}

.heading-2 {
    margin-bottom: 6px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-align: left;
}

.dropdown-list {
    /*height: 300px;*/
}

.dropdown-list.w--open {
    overflow: auto;
    /*height: 400px;*/
    max-height: 400px;
}

.dropdown {
    height: 23px;
    margin-right: 18px;
    border-radius: 20px;
    background-color: #fff;
}

.dropdown-toggle {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    text-align: left;
}

.testo-bottone-dropdpwn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.academy-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.academy-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 0px 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    text-align: center;
    text-decoration: none;
    position:relative;
}

.academy-card:hover {
    box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.05) translate(0px, -2px);
    -ms-transform: scale(1.05) translate(0px, -2px);
    transform: scale(1.05) translate(0px, -2px);
}

.academy-card-image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.academy-card-description {
    margin-top: 8px;
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
    color: #111;
    text-align: left;
}

.academy-luogo {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: Montserrat, sans-serif;
    color: #ff5100;
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    text-align: left;
}

.academy-luogo.page {
    color: #404040;
}

.heading-progetti {
    font-family: Montserrat, sans-serif;
    color: #111;
    font-size: 36px;
    line-height: 44px;
}

.heading-progetti.chisiamo {
    color: #fff;
    font-weight: 600;
}

.heading-progetti.notizia {
    margin-bottom: 25px;
    color: #ff5100;
    line-height: 37px;
    font-weight: 600;
    text-align: left;
    font-size: 30px;
}

.heading-progetti.referenza {
    margin-bottom: 17px;
    color: #ff5100;
    line-height: 42px;
    font-weight: 600;
    text-align: left;
}

.paragraph {
    color: #353434;
    line-height: 21px;
}

.paragraph.chisiamo {
    position: static;
    margin-bottom: 21px;
    clear: left;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}

.paragraph.chisiamo.inverso {
    color: #fff;
}

.text-span {
    font-weight: 600;
}

.heading-3 {
    font-family: Montserrat, sans-serif;
    color: #ff5100;
}

.text-span-2 {
    font-weight: 600;
}

.cont-academy {
    padding-right: 14px;
    padding-left: 14px;
}

.cont-luogo-academy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom:10px;
}

.logo-luogo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33px;
    min-width: 33px;
    min-height: 31px;
    margin-right: 10px;
    padding-right: 7px;
    padding-left: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff5100;
}

.heading-newsletter {
    margin-top: 7px;
    font-family: Montserrat, sans-serif;
    color: #ff5100;
    font-size: 39px;
    line-height: 23px;
    font-weight: 600;
}

.text-span-3 {
    color: #414141;
    font-size: 22px;
    line-height: 58px;
    font-weight: 300;
}

.d-133-3d-wrapper {
    position: relative;
    width: 250px;
    height: 350px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.text-span-4 {
    color: #ff5100;
}

.field {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

.radio-button {
    font-size: 13px;
}

.radio-button-field {
    margin-top: 13px;
}

.image {
    width: 100%;
    min-width: 100%;
}

.cont-liinea-arancio {
    position: fixed;
    left: auto;
    top: auto;
    right: 2%;
    bottom: 3%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.left-linea {
    border-top-left-radius: 95px;
    border-bottom-left-radius: 95px;
    background-color: #ff5100;
}

.text-block {
    padding: 12px 32px 12px 22px;
    color: #fff;
    line-height: 17px;
    font-weight: 700;
}

.right-linea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -25px;
    border-radius: 95px;
    background-color: #fff;
}

.text-block-2 {
    margin-left: -8px;
    padding: 12px 22px 12px 0px;
    color: #ff5100;
    font-size: 13px;
    line-height: 19px;
}

.image-2 {
    /*
    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(34deg);
    transform: rotateX(180deg) rotateY(0deg) rotateZ(34deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    */
}

.modal-linea-arancio {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(47, 47, 47, 0.98);
}

.header-linea-a {
    width: 100%;
    color: #ff5100;
    font-size: 30px;
}

.cont-modal {
    width: 560px;
    padding: 46px 40px;
    border-style: solid;
    border-width: 4px;
    border-color: #f05423;
    background-color: #fff;
}

.cont-close {
    position: absolute;
    left: auto;
    top: 3%;
    right: 2%;
    bottom: auto;
    cursor: pointer;
}

.cont-contatto-linea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 14px;
    float: left;
    clear: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.numero-linea-arancio {
    width: 100%;
    margin-left: 15px;
    color: #ff5100;
    font-size: 23px;
    font-weight: 300;
}

.div-block-2 {
    height: 100%;
}

.image-slider-mobile {
    display: none;
}

.image-3 {
    width: 111%;
    height: auto;
    max-width: none;
}

.shop-header-prodotti {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding: 28px 25px 28px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
}

.search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55%;
}

.search-input {
    height: 44px;
    margin-top: 0px;
    margin-right: 9px;
    border-radius: 24px;
}

.search-input:focus {
    border-style: solid;
    border-width: 2px;
    border-color: #ff5100;
}

.search-button {
    height: 44px;
    padding: 0px 28px;
    border-radius: 24px;
    background-color: #ff5100;
}

.category-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 24px 24px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    text-align: center;
    text-decoration: none;
}

.category-card:hover {
    box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.05) translate(0px, -2px);
    -ms-transform: scale(1.05) translate(0px, -2px);
    transform: scale(1.05) translate(0px, -2px);
}

.category-card-image-wrapper {
    display: block;
    width: 5%;
    height: auto;
    margin-bottom: 0px;
    padding: 0px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.category-card-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.category-card-heading {
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
    color: #ff5100;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    width: 100%;
}

.category-card-description {
    margin-bottom: 26px;
    font-family: Montserrat, sans-serif;
    color: #1e1e1e;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.dropdown-link {
    color: #ff5100;
    font-weight: 500;
    text-decoration: none;
    word-break: break-word;
    white-space: initial;
}

.dropdown-link.w--current {
    color: #ff5100;
}

.titolo-sezioni {
    margin: 0px;
    font-family: Montserrat, sans-serif;
    color: #ff5100;
    font-size: 34px;
    line-height: 41px;
    font-weight: 600;
}

.titolo-sezioni.categoria {
    margin-bottom: 7px;
}

.shop-header-descrizione {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 40px;
    /*margin-left: 15px;*/
    padding: 28px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
}

.cont-descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.iicon-category {
    width: 100%;
    max-width: none;
}

.cont-icon {
    width: 15%;
}

.list-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    padding: 19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
    color: #111;
    text-decoration: none;
}

.sfondo-numero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff5100;
    color: #fff;
}

.contatore {
    padding: 15px 11px;
    font-size: 35px;
    font-weight: 500;
}

.titolo-categoria {
    margin: 0px 0px 0px 25px;
    font-family: Montserrat, sans-serif;
    color: #111;
    font-size: 25px;
    line-height: 48px;
    font-weight: 500;
}

.accordion-item-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.icon-arrow-right {
    position: static;
    width: auto;
    height: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #ff5100;
    font-size: 30px;
    line-height: 30px;
}

.icon-arrow-down {
    position: static;
    width: auto;
    height: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #ff5100;
    font-size: 30px;
    line-height: 30px;
}

.cont-num-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.cont-descr-category {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    width: 100%;
}

.descr-categoria {
    margin-bottom: 0;
    width: 95%;
    margin-top: 23px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 19px;
}

.list-category-singola {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /*margin-right: 9px;*/
    margin-bottom: 20px;
    padding: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    color: #111;
    text-decoration: none;
}

.div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 120px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8f8f8;
}

.section-2.elenco-cat {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.section-2.elenco-cat.all {
    padding-top: 30px;
}

.section-2.prodotti-evidenza {
    margin-bottom: 0px;
    padding-top: 85px;
    padding-bottom: 0px;
}

.section-2.prodotti-breadcrumbs {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section-2.be-orange-section {
    padding-top: 24px;
    padding-bottom: 41px;
}

.section-2.header-section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sfondo-numero-2 {
    background-color: #ff5100;
    color: #fff;
    min-width: 69px;
    text-align: center;
}

.titolo-categoria-2 {
    margin: 0px 0px 0px 25px;
    font-family: Montserrat, sans-serif;
    color: #111;
    font-size: 25px;
    line-height: 48px;
    font-weight: 500;
}

.list-category-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    padding: 19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
    color: #111;
    text-decoration: none;
}

.icon-arrow-right-2 {
    position: static;
    width: auto;
    height: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #ff5100;
    font-size: 30px;
    line-height: 30px;
}

.sottotitolo-2 {
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
    color: #111;
    line-height: 18px;
}

.sottotitolo-2.white {
    color: #fff;
}

.sottotitolo-2.white._404 {
    text-align: center;
}

.link-2 {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 2px solid #ddd;
    -webkit-transition: border-color 300ms ease;
    transition: border-color 300ms ease;
    color: #111;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
}

.link-2:hover {
    border-bottom-color: #a5c926;
}

.link-2.arrow-link {
    margin-top: 4px;
    padding: 5px 16px 5px 17px;
    border-style: solid;
    border-width: 1px;
    border-color: #ff5100;
    border-radius: 13px;
    color: #ff5100;
}

.button-2 {
    height: auto;
    padding: 10px 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 24px;
    background-color: #ff5100;
    -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    float:left;
    clear:left;
}

.button-2:hover {
    box-shadow: 0 8px 8px -4px rgba(240, 84, 35, 0.43);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.button-2.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 21px;
}

.button-2.newsletter {
    background-color: #fff;
    color: #ff5100;
}

.field-2 {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

.shop-header-line-2 {
    width: 100%;
    height: 2px;
    margin-top: 32px;
    background-color: #e5e5e5;
}

.subscribe-form-wrapper-2 {
    width: 50%;
    margin-bottom: 0px;
    padding: 30px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #ff5100;
}

.product-card-heading-2 {
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
    color: #ff5100;
    font-size: 34px;
    line-height: 24px;
    font-weight: 500;
}

.shop-header-color-2 {
    width: 136px;
    height: 100%;
    background-color: #ff5100;
}

.no-margin-2 {
    margin: 0px;
    font-family: Montserrat, sans-serif;
    color: #ff5100;
}

.input-2 {
    height: 48px;
    margin-bottom: 24px;
    padding-right: 28px;
    padding-left: 28px;
    border: 2px solid #e5e5e5;
    border-radius: 24px;
    background-color: #f8f8f8;
    -webkit-transition: border-color 300ms ease, background-color 300ms ease;
    transition: border-color 300ms ease, background-color 300ms ease;
}

.input-2:hover {
    background-color: #fff;
}

.input-2:focus {
    border-color: #a5c926;
    background-color: #fff;
}

.input-2.subscribe-input {
    margin-right: 0px;
    margin-bottom: 0px;
}

.input-2.subscribe-input:focus {
    border-color: #ff5100;
    background-color: #fff;
}

.link-grey-2 {
    color: #999;
    text-decoration: none;
}

.link-grey-2:hover {
    text-decoration: underline;
}

.subscribe-icon-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    margin-right: 24px;
    padding: 18px 16px 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #ff5100;
}

.breadcrumbs-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48px;
    margin-top: 48px;
    margin-bottom: -8px;
    padding: 8px 28px 8px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px none #e5e5e5;
    border-radius: 24px;
    font-family: Montserrat, sans-serif;
    color: #999;
    font-size: 12px;
    line-height: 16px;
}

.product-card-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 24px 24px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    text-align: center;
    text-decoration: none;
}

.product-card-2:hover {
    box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.05) translate(0px, -2px);
    -ms-transform: scale(1.05) translate(0px, -2px);
    transform: scale(1.05) translate(0px, -2px);
}

.heading-newsletter-2 {
    margin-top: 7px;
    font-family: Montserrat, sans-serif;
    color: #ff5100;
    font-size: 39px;
    line-height: 23px;
    font-weight: 600;
}

.text-black {
    width: 100%;
    color: #1e1e1e;
    line-height: 22px;
}

.sfondo-mission {
    width: 50%;
}

.div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.text-span-5 {
    display: block;
    float: left;
    clear: left;
    color: #111;
}

.text-span-5.inverso {
    color: #fff;
}

.feature-row {
    margin-top: 50px;
}

.feature-row.first {
    margin-top: 0px;
    margin-bottom: 82px;
}

.feature-row.first.inverted {
    margin-bottom: 50px;
}

.feature-row.first {
    margin-top: 0px;
    margin-bottom: 0px;
}

.feature-block-title {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: Montserrat, sans-serif;
    color: #ff5100;
    font-size: 26px;
    font-weight: 400;
}

.feature-block-title._2 {
    color: #ff5100;
}

.feature-block-title.margine-su {
    margin-top: 33px;
    margin-bottom: 0px;
}

.feature-paragrap {
    margin-bottom: 35px;
    background-color: transparent;
    color: #1e1e1e;
    font-size: 15px;
    line-height: 22px;
}

.feature-paragrap.notizia {
    text-align: left;
}

.feature-block {
    padding-right: 40px;
    border-style: none;
    border-width: 1px;
    border-color: #ff5100;
}

.text-black-sottotitolo {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 0px;
    color: #1e1e1e;
    line-height: 22px;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
}

.sponsor-head {
    margin-top: 0px;
    font-family: 'Varela Round', sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
}

.paragraph-2 {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: none;
    border-left-style: none;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}

.paragraph-2.left {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.name-sponsor {
    margin-top: 17px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #020202;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.team-block-image {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    float: none;
    border: 4px solid #e9e9e9;
    border-radius: 0px;
    background-color: transparent;
}

.div-block-6 {
    position: relative;
}

.info-tes {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}

.team-testimonial-block {
    position: relative;
    display: block;
    padding: 40px 30px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    color: #24c3e2;
    text-align: center;
    min-height: 450px;
}

.image-4 {
    width: 100%;
}

.feature-icon-2 {
    height: 31px;
    width: 31px;
    object-fit: contain;
    margin-right: 0px;
    float: left;
}

.feature-block-title-2 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: Montserrat, sans-serif;
    color: #ff5100;
    font-size: 26px;
    font-weight: 400;
    padding-left: 38px;
}

.feature-block-2 {
    padding-right: 40px;
}

.bold-text {
    color: #ff5100;
}

.bold-text-2 {
    color: #ff5100;
}

.academy-wrapper-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.academy-card-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 16px 0px 7px 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    text-decoration: none;
}

.academy-card-page:hover {
    box-shadow: none;
}

.academy-card-image-wrapper-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 300px;
    height: auto;
    max-width: 300px;
    min-width: 300px;
    margin-bottom: 16px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: start;
}

.cont-academy-page {
    padding-right: 14px;
    padding-left: 14px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.cont-luogo-academy-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.image-7 {
    max-width: none;
}

.academy-card-title {
    /*margin-top: 8px;*/
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
    color: #ff5100;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    text-align: left;
}

.div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
}

.cont-img-scheda-prodotto {
    width: 35%;
    max-width: 35%;
    min-width: 35%;
    margin-left: 0px;
    padding-top: 24px;
    padding-right: 24px;
}

.cont-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
    max-width: 65%;
    min-width: 65%;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.titolo-scheda {
    margin: 0px;
    font-family: Montserrat, sans-serif;
    color: #111;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

.cont-dett-scheda {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    margin-top: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.documentazione {
    height: auto;
    margin-top: 8px;
    margin-bottom: 16px;
    padding: 2px 12px 2px 0px;
    border-radius: 16px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #111;
    font-size: 13px;
    line-height: 20px;
    font-weight: 800;
}

.bottone-download {
    height: auto;
    margin-bottom: 15px;
    padding: 7px 12px;
    border-radius: 16px;
    background-color: #ff5100;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.col-bottone {
    margin-right: 20px;
    min-width: 108px;
}

.col-doc  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.riga-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #ff5100;
}

.nome-file {
    height: 24px;
    margin-left: 10px;
    padding: 2px 12px 2px 0px;
    border-radius: 16px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #111;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.col-video {
    display: block;
    width: 100%;
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.video-wrapper {
    display: block;
    width: 50%;
    padding: 15px;
    float: left;
    clear:left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.video-wrapper.prodotto {
    margin-bottom: 9px;
}

.video-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    text-align: center;
    text-decoration: none;
}

.video-card:hover {
    box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.05) translate(0px, -2px);
    -ms-transform: scale(1.05) translate(0px, -2px);
    transform: scale(1.05) translate(0px, -2px);
}

.sfondo-play {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #ff5100;
}

.lightbox-link-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.cont-tit-video {
    padding-top: 14px;
    padding-right: 14px;
    padding-left: 14px;
}

.prime-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.html-embed {
    padding-right: 32px;
    padding-left: 0px;
    float: none;
    clear: none;
}

.video-wrapper-videogallery {
    display: block;
    width: 25%;
    padding: 15px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cont-tit-videogallery {
    padding-top: 14px;
    padding-right: 14px;
    padding-left: 14px;
    min-height: 75px;
}

.cont-info-videogallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.descr-video {
    width: auto;
    margin-top: 7px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: Montserrat, sans-serif;
    color: #111;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    text-align: left;
}

.cont-mappa {
    overflow: hidden;
    width: 50%;
    height: 100%;
    max-width: 50%;
    min-width: 50%;
    float: left;
}

.cont-dove-siamo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 47%;
    height: 100%;
    max-width: 50%;
    min-width: 50%;
    float: left;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cont-info-footer-esterno {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    float: left;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cont-contatti-img {
    position: relative;
    width: 100%;
    margin-right: 0%;
    padding-right: 19%;
    padding-left: 19%;
    float: left;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    color: #111;
}

.cont-info-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-10 {
    position: relative;
    margin-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #111;
}

.paragrafo-home {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 1.3em;
}

.paragrafo-home.white {
    height: 100%;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    text-align: left;
}

.paragrafo-home.white.testo-footer {
    height: auto;
    margin-bottom: 0px;
    margin-left: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    color: #111;
}

.cont-sfondo-contatti {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #ff5100;
}

.link-block {
    text-decoration: none;
}

.heading-dovesiamo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 19%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.html-embed-2 {
    height: 100%;
}

.link-nel-testo {
    color: #fff;
    text-decoration: underline;
}

.link-nel-testo.bianco {
    color: #fff;
    text-decoration: none;
}

.toggle-wrapper {
    display: block;
    width: 800px;
    margin-top: -1px;
    margin-right: auto;
    margin-left: auto;
}

.toggle-header {
    width: 100%;
    padding: 20px 14px 18px 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #ff5100;
    border-radius: 4px;
    text-align: left;
}

.toggle-header:hover {
    background-color: #fcfcfc;
    color: #000;
}

.heading-5 {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #5e5e5e;
    font-size: 14px;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.toggle-icon {
    position: relative;
    top: -1px;
    right: 10px;
    width: 20px;
    height: 20px;
    float: right;
    border-radius: 20px;
    background-color: #ff5100;
    background-image: url('../images/arrow-pointing-down.svg');
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
    opacity: 1;
    margin-left: 20px;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(-270deg);
}

.toggle-content {
    overflow: hidden;
}

.toggle-space {
    padding: 30px 40px;
}

.bold-text-orange {
    color: #ff5100;
    font-weight: 600;
}

.cont-form-lavora {
    width: 100%;
}

.error-message-6 {
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.algin-center {
    margin-top: 20px;
    text-align: center;
}

.success-message {
    border-radius: 5px;
    background-color: #0d9622;
    color: #fff;
}

.error-message {
    border-radius: 5px;
    background-color: red;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.popup-content-div {
    position: relative;
    overflow: hidden;
}

.sub-tittle.top {
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #404040;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}

.top-margin {
    margin-top: 20px;
}

.contact-wrapper-div.in-devices {
    padding: 0px 52px 30px;
    border-radius: 20px;
    background-color: #fff;
}

.text-field-popup {
    height: 50px;
    padding-left: 20px;
    border-style: none;
    border-radius: 4px;
    background-color: #f4f4f4;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}

.text-field-popup:active {
    border-style: solid;
    border-width: 1px;
    border-color: #ff5100;
    background-color: #f4f4f4;
}

.text-field-popup:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #ff5100;
    background-color: #f4f4f4;
}

.text-field-popup.area {
    overflow: auto;
    height: 100px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 31px;
}

.text-field-popup.diviso {
    width: 48%;
    margin-right: 2%;
    float: left;
}

.text-field-popup.diviso.destra {
    width: 50%;
    margin-right: 0%;
}

.image-9 {
    max-width: 32px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.select-form-diviso {
    width: 48%;
    height: 50px;
    margin-right: 2%;
    padding-right: 19px;
    float: left;
    border: 1px none #000;
    font-weight: 300;
}

.select-form-diviso.full {
    width: 100%;
}

.testo-ric-avanzata {
    display: inline-block;
    width: 100%;
    float: left;
    color: #fff;
    font-weight: 400;
    text-align: left;
}

.cont-distanza {
    width: 20%;
    float: right;
}

.distanza {
    float: left;
    border-radius: 4px;
}

.campo-indirizzo {
    width: 77%;
    margin-top: 29px;
    float: left;
    border-radius: 4px;
    background-color: #f8f8f8;
}

.campo-indirizzo:active {
    border-style: solid;
    border-width: 1px;
    border-color: #ff5100;
}

.campo-indirizzo:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #ff5100;
}

.form {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    float: right;
}


.form-rivenditore{
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 90.5%;
    float: right;
}

.form-block {
    width: 100%;
    text-align: center;
}

.cont-button {
    display: block;
    width: 100%;
    float: left;
    clear: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.icona-luogo {
    margin-right: 7px;
    width: 23px;
}

.scheda-agente {
    width: 32%;
    min-height: 468px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 25px 30px;
    float: left;
    background-color: #ff5100;
}

.scheda-agente.last {
    margin-right: 0px;
}

.testo-luogo {
    float: left;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
    text-align: left;
}

.tipologia-agente {
    width: 100%;
    margin-bottom: 7px;
    float: left;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #e5e5e5;
    text-align: center;
}

.titoletto-prodotto {
    margin-top: 40px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 1.3em;
}

.titoletto-prodotto.primo {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    line-height: 1.3em;
    text-align: center;
    min-height: 46px;
}

.testo-luogo-2 {
    position: static;
    display: block;
    width: auto;
    padding-left: 0px;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
    text-align: left;
}

.icona-email {
    float: left;
    width: 23px;
    margin-right: 7px;
}

.div-block-11 {
    /*  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
    margin-top: 0px;
    margin-bottom: 13px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-contatti {
    padding: 20px 0px 0px;
    text-align: left;
}

.div-block-luogo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    padding-top: 17px;
    padding-bottom: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #fff;
}

.icona-luogo-vendite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cont-rivenditori {
    width: 100%;
}

.nav-search-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*margin-right: 15px;*/
    padding: 9px 0px 9px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

.nav-button-text {
    margin-left: 5px;
    font-size: 1em;
}

.search-form {
    display: block;
    min-height: 50px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.search-button-3 {
    position: static;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 16px;
    padding-right: 23px;
    padding-left: 18px;
    float: left;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    background-color: #ff8534;
    background-image: url(../picture/search.svg);
    background-position: 50% 50%;
    background-size: 19px;
    background-repeat: no-repeat;
    color: transparent;
}

.search-button-3:hover {
    background-color: transparent;
}

.image-12 {
    max-height: 63px;
    max-width: none;
    min-height: 63px;
    min-width: auto;
}

.search-form-wrapper-2 {
    position: absolute;
    /* left: 0%; */
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: none;
    width: 82%;
    padding: 10px;
    border-radius: 45px;
    background-color: #ff8534;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #fff;
}

.cerca-testo {
    width: 84%;
    height: auto;
    min-height: auto;
    margin-top: 6px;
    margin-bottom: 0px;
    float: left;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 1px none #000;
    background-color: transparent;
    color:white;
}

.cerca-testo::-webkit-input-placeholder {
    color: #fff;
}

.cerca-testo:-ms-input-placeholder {
    color: #fff;
}

.cerca-testo::-ms-input-placeholder {
    color: #fff;
}

.cerca-testo::placeholder {
    color: #fff;
}

.close-icon {
    display: block;
    width: auto;
    margin-top: 13px;
    margin-right: 14px;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-risultati {
    width: 100%;
}

.tit_caratteristica {
    position: relative;
    margin-bottom: 0px;
    clear: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: 200;
    text-transform: uppercase;
}

.link-risultati-ricerca {
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer;
}

.text-block-7 {
    float: left;
    clear: none;
}

.text-block-7.margine {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #ff5100;
    font-weight: 500;
    text-transform: none;
}

.testo-risultati {
    float: left;
    font-family: Montserrat, sans-serif;
    color: #999;
    line-height: 22px;
}

.titolo-risultati {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    font-family: Montserrat, sans-serif;
    color: #111;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 38px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.list-pag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding-right: 0px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #d4d4d4;
    color: #000;
}

.list-pag:hover {
    cursor: pointer;
}

.list-pag.active {
    background-color: #ff5100;
    color: #fff;
}

.num-pag {
    font-size: 1.1em;
}

.download-card-wrapper {
    position: static;
    display: block;
    width: 100%;
    padding: 15px 15px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.button-download-card-margin {
    margin-bottom: 5px;
}

.button-download-card-inverted {
    background: white;
    border: 1px solid #ff5100;
    color: #ff5100;
    display: block;
    height: 24px;
    padding: 1px 12px;
    float: right;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 16px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    width: 100%;
}

.button-download-card-inverted:hover {
    background: #ff5100;
    border: 1px solid #ff5100;
    color: white;
    -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
}

.button-download-card {
    display: block;
    height: 24px;
    padding: 2px 12px;
    float: right;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 16px;
    background: white;
    border: 1px solid #ff5100;
    color: #ff5100;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
}

.button-download-card:hover {
    background: #ff5100;
    border: 1px solid #ff5100;
    color: white;
    -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
}

.download-card-description {
    margin-bottom: 12px;
    margin-left: 0px;
    float: left;
    clear: left;
    font-family: Montserrat, sans-serif;
    color: #1e1e1e;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    white-space: normal;
}

.data-news {
    margin-bottom: 7px;
    background-color: transparent;
    color: #1e1e1e;
    font-size: 15px;
    line-height: 22px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
}

.wrapper-notizia {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin-top: -250px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.paragraph-3 {
    color: #111;
    font-size: 16px;
    text-align: left;
}

.background-notizia {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 400px;
    margin-top: 13px;
    margin-left: 0px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 84, 35, 0.66)), to(rgba(240, 84, 35, 0.66))), url('../images/2017-02-02-12-29-05-725x483.jpg');
    background-image: linear-gradient(180deg, rgba(240, 84, 35, 0.66), rgba(240, 84, 35, 0.66)), url('../images/2017-02-02-12-29-05-725x483.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.image-13 {
    position: static;
    width: 50%;
    margin-right: 31px;
    margin-bottom: 30px;
    float: left;
}

.italic-text {
    font-size: 16px;
}

.product-card-heading-3 {
    margin-bottom: 28px;
    font-family: Montserrat, sans-serif;
    color: #111;
    font-size: 20px;
    line-height: 24px;
}

.product-card-price-3 {
    height: 24px;
    padding: 2px 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 16px;
    background-color: #ff5100;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.titolo-filtri {
    margin-bottom: 7px;
    float: left;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    color: #fff;
    font-weight: 700;
}

.button-filtro {
    height: auto;
    margin-bottom: 9px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-radius: 24px;
    background-color: #ff5100;
    -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
}

.button-filtro:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.button-filtro.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 21px;
}

.button-filtro.attivo {
    padding: 0px 9px;
    background-color: #fff;
    color: #ff5100;
    font-weight: 600;
}

.titolo-news-2 {
    width: 100%;
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
    color: #ff5100;
    font-size: 20px;
    line-height: 24px;
}

.sign-up-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 432px;
    min-height: 400px;
    margin-top: 125px;
    padding-top: 52px;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 15px;
    background-color: #ff5100;
}

.sign-up-wrap.registrazione {
    width: 50%;
    margin-top: 134px;
    margin-bottom: 40px;
}

.sign-up-wrap._404 {
    padding-top: 0px;
}

.form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.text_field {
    padding-top: 25px;
    padding-bottom: 25px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 hsla(0, 0%, 100%, 0.2);
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.text_field::-webkit-input-placeholder {
    color: #fff;
}

.text_field:-ms-input-placeholder {
    color: #fff;
}

.text_field::-ms-input-placeholder {
    color: #fff;
}

.text_field::placeholder {
    color: #fff;
}

.submit-button {
    min-width: 234px;
    margin-top: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 100px;
    background-color: #fff;
    -webkit-transition: all 325ms cubic-bezier(.215, .61, .355, 1);
    transition: all 325ms cubic-bezier(.215, .61, .355, 1);
    color: #000;
    font-size: 20px;
    line-height: 22px;
}

.submit-button:hover {
    background-color: hsla(0, 0%, 100%, 0.7);
}

.submit-button._404 {
    min-width: auto;
    margin-top: 9px;
}

.paragraph-4 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}

.link-4 {
    color: hsla(0, 0%, 100%, 0.69);
}

.sign-up {
    margin-top: 10px;
    margin-right: -35px;
    margin-left: -35px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.34);
}

.body-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0.79)), to(rgba(30, 30, 30, 0.79))), url('../images/gruppo02big.jpg');
    background-image: linear-gradient(180deg, rgba(30, 30, 30, 0.79), rgba(30, 30, 30, 0.79)), url('../images/gruppo02big.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    font-family: Montserrat, sans-serif;
}

.text-field-popup-2 {
    height: 50px;
    padding-left: 20px;
    border-style: none;
    border-radius: 4px;
    background-color: #f4f4f4;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}

.text-field-popup-2:active {
    border-style: solid;
    border-width: 1px;
    border-color: #ff5100;
    background-color: #f4f4f4;
}

.text-field-popup-2:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #ff5100;
    background-color: #f4f4f4;
}

.text-field-popup-2.diviso {
    width: 48%;
    margin-right: 2%;
    float: left;
}

.text-field-popup-2.diviso::-webkit-input-placeholder {
    background-color: transparent;
    font-weight: 400;
}

.text-field-popup-2.diviso:-ms-input-placeholder {
    background-color: transparent;
    font-weight: 400;
}

.text-field-popup-2.diviso::-ms-input-placeholder {
    background-color: transparent;
    font-weight: 400;
}

.text-field-popup-2.diviso::placeholder {
    background-color: transparent;
    font-weight: 400;
}

.text-field-popup-2.diviso.destra {
    width: 50%;
    margin-right: 0%;
}

.registrazione {
    margin-top: 36px;
}

.check-privacy {
    width: auto;
    margin-top: 7px;
    float: left;
}

.checkbox-2 {
    width: 15px;
    height: 20px;
    margin-top: 0px;
    background-color: #fff;
}

.div-block-14 {
    margin-bottom: 20px;
}

.html-embed-3 {
    width: 100%;
    min-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.heading-7 {
    margin-bottom: 6px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-align: left;
}

.heading-7._404 {
    margin-bottom: 17px;
    text-align: center;
}

.text-span-6 {
    color: #ff5100;
}

.cont-rete {
    width: 100%;
}

.image-14 {
    max-width: 100%;
    margin-top: -4px;
    margin-left: -11px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    clear: left;
    font-size: 13px;
}

.side-block-no-anim {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 8.33%;
    padding-left: 8.33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.side-block-no-anim.no-padding-left {
    position: absolute;
    left: 0%;
    top: 12%;
    right: auto;
    bottom: auto;
    z-index: 10;
    width: 48%;
    padding: 2%;
    background-color: #fff;
}

.side-image-no-anim {
    position: relative;
    display: block;
    width: 75%;
    max-height: none;
    max-width: 75%;
    float: right;
    border-radius: 0px;
    text-align: right;
}

.data-realizz {
    margin-bottom: 17px;
    background-color: transparent;
    color: #1e1e1e;
    font-size: 15px;
    line-height: 22px;
    font-style: italic;
    font-weight: 400;
    text-align: left;
}

.paragraph-referenza {
    margin-top: 28px;
    color: #111;
    font-size: 16px;
    text-align: left;
}

.slider-2 {
    height: 500px;
}

.background-referenza {
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 13px;
    margin-left: 0px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 84, 35, 0.66)), to(rgba(240, 84, 35, 0.66))), url('../images/philipp-reiner-686.jpg');
    background-image: linear-gradient(180deg, rgba(240, 84, 35, 0.66), rgba(240, 84, 35, 0.66)), url('../images/philipp-reiner-686.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.img-gallery {
    min-width: 100%;
    height: 500px;
    object-fit: cover;
}

.product-card-price-3-bottom {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 24px;
    padding: 2px 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 16px;
    background-color: #ff5100;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.absolute-bottom {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-academy-home {
    width: 100%;
    height: 150px;
    max-width: none;
    object-fit: cover;
}

.text-block-8 {
    position: static;
}

.div-block-15 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-card-wrapper-prodotto {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-social {
    display: inline-block;
    margin-top: 0px;
    float: none;
}

.social-icon {
    display: inline-block;
    overflow: visible;
    width: 25px;
    height: auto;
    margin-right: 15px;
    padding: 3px;
    float: left;
    border-style: none;
    border-radius: 30px;
    background-color: transparent;
}

.social-icon:hover {
    background-color: transparent;
}

.social-icon.wrapper-icone {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 7px;
    border-radius: 0px;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.social-icon.wrapper-icone:hover {
    background-color: transparent;
    opacity: 1;
}

.social-icon.wrapper-icone._4 {
    width: 40px;
    height: 40px;
    padding: 7px 3px 6px 4px;
}

.social-icon._2 {
    padding: 0px;
}

.social-icon._2:hover {
    background-color: transparent;
}

.social-icon._3 {
    width: 38px;
    padding-left: 3px;
    float: none;
    border-radius: 0px;
    color: transparent;
}

.social-icon._3:hover {
    background-color: transparent;
}

.social-icon._4 {
    width: 38px;
    padding: 0px;
    float: none;
    border-radius: 0px;
    color: transparent;
}

.social-icon._4:hover {
    background-color: transparent;
}

.link-5 {
    color: #fff;
    text-decoration: underline;
}

html.w-mod-js *[data-ix="fade-in-scroll-1"] {
    opacity: 0;
    -webkit-transform: translate(0px, 25px);
    -ms-transform: translate(0px, 25px);
    transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="fade-in-scroll-2"] {
    opacity: 0;
    -webkit-transform: translate(0px, 25px);
    -ms-transform: translate(0px, 25px);
    transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="fade-in-scroll-3"] {
    opacity: 0;
    -webkit-transform: translate(0px, 25px);
    -ms-transform: translate(0px, 25px);
    transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="toggle-content-initial-appe"] {
    height: 0px;
}

/* CAPITOLATO */
.sottotitolo {
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
    color: #111;
    line-height: 18px;
}

.sottotitolo.arancio {
    margin-top: 11px;
    margin-bottom: 20px;
}

.documentazione {
    height: auto;
    margin-top: 8px;
    margin-bottom: 16px;
    padding: 2px 12px 2px 0px;
    border-radius: 16px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #111;
    font-size: 13px;
    line-height: 20px;
    font-weight: 800;
}

.col-doc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #ff5100;
}

.visualizza {
    height: 24px;
    margin-left: 10px;
    padding: 2px 12px 2px 0px;
    border-radius: 16px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #111;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.modal-capitolato {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(47, 47, 47, 0.98);
}

.cont-close-capitolato {
    position: absolute;
    left: auto;
    top: 3%;
    right: 2%;
    bottom: auto;
    cursor: pointer;
}

.cont-modal-capitolato {
    width: 560px;
    padding: 73px 40px;
    border-style: solid;
    border-width: 4px;
    border-color: #ff5100;
    background-color: #fff;
}

.riga-capitolato {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.visualizza {
    height: 24px;
    margin-left: 10px;
    padding: 2px 12px 2px 0px;
    border-radius: 16px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #111;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.codice-prod-card {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    margin-bottom: 0px;
    padding: 5px 11px 3px;
    background-color: #fff;
    color: #ff5100;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
}

.category-card-image-wrapper.prodotti {
    width:100%;
}

.toggle-wrapper-copy {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
}

.toggle-header-copy {
    width: auto;
    padding: 4px 13px;
    float: none;
    clear: none;
    border-style: solid;
    border-width: 1px;
    border-color: #ff5100;
    border-radius: 20px;
    background-color: transparent;
    line-height: 19px;
    text-align: left;
    height: 32px;
    padding: 6px 12px;
}

.toggle-header-copy:hover {
    background-color: #fcfcfc;
    color: #000;
}

.heading-5-copy {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #ff5100;
    font-size: 14px;
    /* line-height: 9px; */
    text-align: left;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.toggle-content {
    overflow: hidden;
}

.immagine-mappa {
    height: auto;
}

.div-colore {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    float: left;
}

.div-colore-last {
    margin-right: 0px;
}

.circle_geo_point_div {
    margin-top: 29px;
    float: left;
    width: auto;
    padding: 6px 13px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 4px;
    font-family: Poppins, sans-serif;
    background: #ff5100;
    height: 39px;
    cursor: pointer;
}

.localizza {
    float: left;
    margin-top: 3px;
    margin-left: 5px;
    margin-bottom: 0;
    font-size: 14px;
    color: white;
}

.search_by_your_position {
    max-width: 25px;
    float: left;
}

.big-title {
    font-size: 24px;
}

.privacy-text-color {
    color: white;
}

.be-orange-button-margin {
    margin-top: 10px;
}

.dove-siamo-section {
    display: flex !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-top: 100px !important;
    background-color: white !important;;
}

.left-referenza {
    width: 70%;
    padding-right: 20px;
    float: left;
}

.right-referenza {
    width: 30%;
    padding-top: 20px;
    padding-right: 12px;
    padding-left: 20px;
    float: left;
}

.titoletto-referenze {
    color: #f05423;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
}

.desc-referenze {
    color: #999;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}

.riga-referenza {
    width: 100%;
    margin-bottom: 7px;
    padding-bottom: 7px;
    float: left;
    border-style: solid;
    border-width: 0px 0px 1px;
    border-color: #999;
}

.w-dropdown-link-country {
    padding: 10px 20px;
    display: block;
    /*color: #222222;*/
    font-size: 12.5px;
}

.cont-liinea-arancio {
    position: fixed;
    left: auto;
    top: auto;
    right: 2%;
    bottom: 3%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;

}

.left-linea {
    border-radius: 95px 0px 0px 95px;
    background-color: #ff5100;
}

.text-block {
    padding: 12px 35px 12px 22px;
    color: #fff;
    line-height: 17px;
    font-weight: 700;
}

.right-linea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -24px;
    border-radius: 95px;
    background-color: #fff;
}

.text-block-2 {
    margin-left: -5px;
    padding: 12px 22px 12px 0px;
    color: #f05423;
    font-size: 13px;
    line-height: 19px;
}

.image-2 {
    max-width: 100%;
    margin-right: 4px;
    margin-left: 8px;
    animation-name: angry-animation;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@keyframes angry-animation {

    0%{
        transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
    }
    2%{
        transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
    }
    4%{
        transform: rotate(-18deg);
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
    }
    6%{
        transform: rotate(18deg);
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
    }
    8%{
        transform: rotate(-22deg);
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
    }
    10%{
        transform: rotate(22deg);
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
    }
    12%{
        transform: rotate(-18deg);
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
    }
    14%{
        transform: rotate(18deg);
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(-18deg);
    }
    16%{
        transform: rotate(-12deg);
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
    }
    18%{
        transform: rotate(-12deg);
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
    }
    20%{
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
}

.position-keyframe {
    -webkit-transform: translate(-1px, 7px) rotate(43deg);
    -ms-transform: translate(-1px, 7px) rotate(43deg);
    transform: translate(-1px, 7px) rotate(43deg);
}

.login-img {
    margin-right: 0;
    float: right;
    max-width: 13px;
    margin-top: 3px;
    opacity: 85%;
}

a.sfondo-login-black {
    background: white;
    border-radius: 55px;
    padding: 0 10px;
}

.dove_siamo_mappa_embed {
    display: block;
}

.dove_siamo_mappa_embed_mobile {
    display: none;
}

.msg-errore-dx {
    float: left;
    width: 90%;
    line-height: 24px;
    margin-bottom: 30px;
}

.left-linea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 95px 0px 0px 95px;
    background-color: #ff5100;
}

.right-linea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 52px;
    margin-left: -24px;
    border-radius: 95px;
    background-color: #fff;
}

.text-block-2 {
    display: none;
    margin-left: -5px;
    padding: 12px 22px 12px 0px;
    color: #f05423;
    font-size: 13px;
    line-height: 19px;
}

.cont-1-modal {
    display: block;
    border-bottom: 1px none #ff5100;
}

.separatore-modal {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 21px;
    float: left;
    clear: left;
    border-bottom: 1px solid #ff5100;
    background-color: #111;
}

ul, ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 16px;
    text-align: left;
    line-height: 19px;
}

.w-icon-slider-left, .w-icon-slider-right {
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em;
    background: #ff5100;
    border-radius: 100%;
    padding: 6px 4px;
    text-align: center;
}

.w-icon-slider-right:before {
    content: "\e600";
    font-size: 33px;
    line-height: 29px;
    float: left;
    /* margin-bottom: 5px; */
}

.w-icon-slider-left:before {
    content: "\e601";
    font-size: 33px;
    line-height: 29px;
    float: left;

}

.bg-video {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100vw;
    height: 80vh;
    overflow: hidden;
    z-index: 10;
}

.bg-video .player {
    position: absolute;
    top: 0;
    left: -5.5vw;
    width: 110vw;
    height: 80vh;
    z-index: -2;
}

.bg-video .overlay {
    position: absolute;
    top: 0;
    left: -10px;
    width: 100vw;
    height: 80vh;
    z-index: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.pulsante-scopri-video {
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 64px;
    border-radius: 24px;
    background-color: #ff510000;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    margin-bottom: 70px;
    border: 1.5px solid white;
}

.section.video-ivar {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 24px;
}

.section.video-ivar.padding {
    padding-top: 13px;
}

.video-wrapper {
    display: block;
    width: 80%;
    padding: 15px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.html-embed {
    padding-right: 0;
    padding-left: 0;
    float: none;
    clear: none;
}

.embed-video {
    position: static;
    display: block;
}

.sfondo-video-iframe {
    width: 100%;
    min-height: 100%;
    background-clip: border-box;
    -o-object-fit: cover;
    object-fit: cover;
}

.sfondo-video-iframe-ipad {
    display: none;
}

.sfondo-nero-ipad-video {
    display: none;
    height: 100%;
}

.hero-intro-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 600px;
    padding: 56px 23px 56px 11%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 5px;
    background-color: transparent;
    color: #111;
    text-align: center;
}

.wrapper-slider-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-fleimage-12xbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
}

.w-slider-arrow-right.homepagev2 {
    z-index: 4;
    left: auto;
}
.w-slider-arrow-left.homepagev2 {
    z-index: 3;
    right: auto;
}
.w-slider-arrow-left.homepagev2 .w-icon-slider-left, .w-slider-arrow-right.homepagev2 .w-icon-slider-right
{
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em;
    background: #fafafa00;
    border-radius: 100%;
    padding: 6px 4px;
    text-align: center;
}
