/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}






* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body,
div,
object,
iframe {
    margin: 0;
    padding: 0
}

h5,
h6 {
    margin: 0
}

h6,
p {
    padding: 0
}

blockquote,
li,
form,
table {
    margin: 0;
    padding: 0
}

header,
footer {
    margin: 0
}

nav {
    padding: 0
}

nav,
section,
figure {
    margin: 0
}

figure {
    padding: 0
}

header,
footer,
nav,
section,
article,
hgroup,
figure {
    display: block
}

html,
body {
    height: 100%
}

.wrap-container {
    display: block;
    overflow-x: hidden;
    background-color: #fff;
    font-family: "VeluxGothic Light";
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    text-rendering: optimizeLegibility
}

label {
    display: block;
    padding: 10px 0 5px;
    font-family: "VeluxGothic Bold";
    font-size: 15px;
    font-weight: 700;
    line-height: 1
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    position: relative
}

fieldset,
.inline-field {
    width: 100%
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

input,
textarea,
select {
    border: none;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    font-family: "VeluxGothic Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px
}

input:focus,
textarea:focus,
select:focus {
    outline: none
}

input,
select {
    height: 40px;
    background-color: #e0e0e0
}

.form-field {
    position: relative;
    width: 100%
}

.form-field .tip {
    margin-top: -18px;
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #28231f
}

form a {
    color: #000
}

select {
    cursor: pointer;
    background-image: url(https://cdn2.hubspot.net/hubfs/427615/LP%20B2C/arrows.png);
    background-repeat: no-repeat;
    background-position: 97% 10px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 22px
}

::-moz-placeholder {
    font-size: 15px;
    line-height: 22px
}

:-ms-input-placeholder {
    font-size: 15px;
    line-height: 22px
}

:-moz-placeholder {
    font-size: 15px;
    line-height: 22px
}

.checkbox-field,
.radio-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 20px 0 20px 30px;
    padding: 0 30px 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

.checkbox-field label,
.radio-field label {
    margin-left: 10px
}
.hs_roof {padding-bottom: 28px;}
.submit-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.submit-field .btn {
    min-width: 130px
}

input[type=checkbox],
input[type=radio] {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 0;
    margin: -4px 0 0 -35px;
    width: 20px;
    height: 20px;
    background-position: center;
    cursor: pointer;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    z-index: 10;
    opacity: 0
}

input[type=checkbox]+span, input[type=radio]+span {
    padding: 0;
    font-family: "VeluxGothic Regular";
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #28231f;
    cursor: pointer
}

input[type=checkbox]+span:before, input[type=radio]+span:before {
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -35px;
    width: 10px;
    height: 7px;
    padding: 8px 5px 5px;
    background-color: #e0e0e0;
    content: " ";
    margin-top: -.08333333333em;
    cursor: pointer;
    text-align: center;
    vertical-align: top
}
input[type=radio]+span:before { border-radius: 50%; }

input[type=checkbox]:checked+span:before, input[type=radio]:checked+span:before {
    content: '';
    background-image: url(https://cdn2.hubspot.net/hubfs/427615/LP%20B2C/check.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 70%
}

label.hs-form-booleancheckbox-display, label.hs-form-radio-display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 20px 0 0 35px;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.has-error span,
.form-ok span {
    position: absolute;
    left: 0;
    top: 75px;
    font-size: 15px;
    line-height: 1
}

.has-error input,
.has-error textarea {
    border: 1px solid red
}

.has-error span.form-error {
    color: red
}

.form-ok input,
.form-ok textarea {
    border: 1px solid green
}

.form-ok span {
    color: green
}

.hs-input.invalid.error {
    border-bottom: 2px solid red
}

.hs-error-msgs.inputs-list {
    color: red
}

.hs-form-field {
    position: relative
}

.hs-form-field .hs-error-msgs.inputs-list {
    font-size: 10px;
    position: absolute;
    top: 85%
}

.hs-form-field .hs-error-msgs.inputs-list label {
    padding: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.hs_privacy1.field.hs-form-field .hs-error-msgs.inputs-list {
    top: 106%;
    left: 36px
}

.hs_error_rollup {
    width: 100%;
    text-transform: uppercase;
    font-size: 13px
}

.hs_error_rollup label {
    padding: 0
}

@media (min-width:480px) {
    form, .form-cont {
        max-width: 480px;
        margin: 0 auto
    }
}
@media (max-width:480px) {
    header.min-mob img {
        height: 30px;
        width: auto;
    }
    header.min-mob a {
        font-size: 12px;
    }
}

@media (min-width:768px) {
    select {
        background-position: 98% 10px
    }
    .inline-field {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .inline-field div {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        max-width: 48%
    }
    .inline-field div:first-child {
        -webkit-flex-basis: -webkit-calc(48% - 16px);
        -ms-flex-preferred-size: calc(48% - 16px);
        flex-basis: -moz-calc(48% - 16px);
        flex-basis: calc(48% - 16px);
        max-width: -webkit-calc(48% - 16px);
        max-width: -moz-calc(48% - 16px);
        max-width: calc(48% - 16px);
        margin-right: 16px
    }
    .inline-field div.checkbox-field {
        -webkit-flex-basis: -webkit-calc(48% - 48px);
        -ms-flex-preferred-size: calc(48% - 48px);
        flex-basis: -moz-calc(48% - 48px);
        flex-basis: calc(48% - 48px)
    }
    .contact .inline-field div {
        -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }
    form {
        width: 100%
    }
    .info-form fieldset {
        padding: 20px 80px
    }
    .hero-form .hs-form.stacked {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .hero-form .hs_firstname.field.hs-form-field,
    .hero-form .hs_email.field.hs-form-field {
        width: -webkit-calc(50% - 40px);
        width: -moz-calc(50% - 40px);
        width: calc(50% - 40px)
    }
    .hero-form .hs_firstname.field.hs-form-field {
        margin-right: 40px
    }
    .hero-form .hs_email.field.hs-form-field {
        margin-left: 40px
    }
    .hero-form .hs_roof_type.field.hs-form-field,
    .hero-form .hs_privacy1.field.hs-form-field,
    .hero-form .hs_privacy2.field.hs-form-field {
        width: 100%
    }
}

@media (min-width:992px) {
    form {
        padding: 0
    }
}

main form ul li {
    padding-left: 0
}

main form ul li:before {
    content: none
}

@media (min-width:1280px) {
    form {
        margin: 0
    }
}

.block-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.red {
    color: red
}

.dusty-black {
    color: #28231f
}

.sr-only,
.screen-reader-response {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

ol,
ul {
    margin: 0;
    padding: 0
}

ol li,
ul li {
    list-style: none
}

.bullet-list li {
    padding: 4px 0 20px 40px
}

.bullet-list li:before {
    content: url(http://velux-prototype.mentine.work/img/punto.png);
    margin-top: 0;
    background: 0 0
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

video {
    width: 100%
}

.responsive-wrap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden
}

.responsive-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@font-face {
    font-family: 'VeluxGothic Light';
    src: url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Light.eot");
    src: url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Light.eot") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Light.woff") format("woff"), url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Light.ttf") format("truetype");
    font-weight: 300
}

@font-face {
    font-family: 'VeluxGothic Light Italic';
    src: url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-LightItalic.eot");
    src: url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-LightItalic.eot") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-LightItalic.woff") format("woff"), url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-LightItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'VeluxGothic Regular';
    src: url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Regular.eot");
    src: url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Regular.eot") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Regular.woff") format("woff"), url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Regular.ttf") format("truetype");
    font-weight: 400
}

@font-face {
    font-family: 'VeluxGothic Regular Italic';
    src: url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-RegItalic.eot") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-RegItalic.woff") format("woff"), url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-RegItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'VeluxGothic Bold';
    src: url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Bold.eot");
    src: url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Bold.eot") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Bold.woff") format("woff"), url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Bold.ttf") format("truetype");
    font-weight: 700
}

@font-face {
    font-family: 'VeluxGothic Bold Italic';
    src: url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-BoldItalic.eot");
    src: url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-BoldItalic.eot") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-BoldItalic.woff") format("woff"), url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'VeluxGothic Black';
    src: url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Black.eot");
    src: url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Black.eot#iefix") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Black.woff") format("woff"), url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Black.ttf") format("truetype");
    font-weight: 900
}

@font-face {
    font-family: 'VeluxGothic Black Italic';
    src: url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-BlackItalic.eot");
    src: url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-BlackItalic.eot#iefix") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-BlackItalic.woff") format("woff"), url("https://cdn2.hubspot.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic
}

h1,
h2,
h3,
h4,
h5,
strong {
    padding: 0;
    font-family: "VeluxGothic Black";
    font-weight: 900
}

h1,
h2 {
    font-size: 30px;
    line-height: 34px
}

h2 {
    text-align: center
}

h1,
h2,
h3,
h4 {
    margin: 0 0 20px
}

h3,
h4 {
    font-size: 26px;
    line-height: 29px
}

h5 {
    font-size: 18px;
    line-height: 24px
}

p {
    margin: 0 0 20px
}

p+.btn {
    margin-top: 20px
}

h2+.subtitle {
    margin: -15px 0 20px
}

a {
    color: red;
    font-family: "VeluxGothic Black";
    font-weight: 900
}

.subhead {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px
}
.subhead a {
    color: #333;
    font-family: "VeluxGothic Black";
    font-weight: 900;
}
.subtitle {
    text-align: center;
    margin: 0 0 10px
}

.subtitle,
.small {
    font-size: 18px;
    line-height: 24px
}

.contact .subtitle,
.contact h2 {
    text-align: left
}

blockquote {
    font-family: "VeluxGothic Light Italic";
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    line-height: 24px
}

main ul li {
    position: relative;
    padding-left: 20px
}

main ul li:before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width:768px) {
    h1 {
        font-size: 46px;
        line-height: 52px
    }
    .subhead {
        font-size: 26px;
        line-height: 29px
    }
}

@media (min-width:992px) {
    h1 {
        font-size: 66px;
        line-height: 66px
    }
    h2 {
        font-size: 46px;
        line-height: 52px;
        margin-bottom: 40px
    }
    h2+.subtitle {
        margin: -30px 0 40px
    }
    h3,
    .subhead {
        font-size: 30px;
        line-height: 34px
    }
}

.more-light {
    padding: 0
}

.more-light h4 {
    position: relative
}

.block-image h2 {
    text-align: left
}

.block-image .block-image__img {
    height: 320px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    background-image: url(https://cdn2.hubspot.net/hubfs/427615/LP%20B2C/lucespaziovita.jpeg)
}

.block-image .block-image__txt {
    width: 90vw;
    margin: 0 auto;
    padding: 32px 0
}

.block-image .block-image__txt h4 {
    color: red
}

.extension {
    background-color: #a9cae5
}

.extension .extension__img {
    position: relative
}

.extension .extension__img .after {
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .1s ease-out;
    -moz-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out
}

.extension .extension__img .after.is-visible {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in
}

.expert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.expert span {
    font-family: "VeluxGothic Black";
    display: block
}

.expert p {
    margin: 0 0 0 20px
}

.js .expert img {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: 0
}

.js .expert.entering img {
    -webkit-animation: bounce-in ease-in 1s;
    -moz-animation: bounce-in ease-in 1s;
    animation: bounce-in ease-in 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .66s;
    -moz-animation-duration: .66;
    animation-duration: .66
}

@-webkit-keyframes bounce-in {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes bounce-in {
    0% {
        -moz-transform: scale(.9);
        transform: scale(.9);
        opacity: 0
    }
    60% {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes bounce-in {
    0% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        transform: scale(.9);
        opacity: 0
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.expert__txt {
    margin: 20px 0
}

.hero {
    padding: 0;
    background-color: #fff
}

.hero .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.hero .hero__headline p span {
    display: block
}

.hero .hero__headline p .btn {
    margin-top: 20px
}

.contact__form h3+p {
    margin-bottom: 20px
}

.slider-gallery-wrap {
    margin: 0
}

@media (min-width:1280px) {
    .slider-gallery-wrap {
        margin: 0
    }
}

.video {
    background-color: #f0f0f0
}

.video-content {
    margin-top: 20px
}

.contact__text img {
    max-height: 200px;
    margin: 20px auto
}

@media (min-width:480px) {
    .text-cta .container>div a {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

@media (max-width:767px) {
    .hero-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .hero__headline {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 40px 0
    }
}

@media (min-width:768px) {
    .video-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
    .video-content>div {
        padding: 40px 20px 0
    }
    .hero__image:before {
        opacity: 0
    }
    .hero__image:before,
    .hero__image.fading:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #FFF
    }
    .hero__image.fading:before {
        opacity: .5;
        -webkit-transition: all 1.2s ease-in;
        -moz-transition: all 1.2s ease-in;
        transition: all 1.2s ease-in
    }
    .hero__headline {
        opacity: 0
    }
    .hero__headline.entering {
        opacity: 0;
        opacity: 1 \9;
        -webkit-animation: fadeIn 3s linear;
        -moz-animation: fadeIn 3s linear 1;
        animation: fadeIn 3s linear 1;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: .6s;
        -moz-animation-delay: .6s;
        animation-delay: .6s;
        -webkit-animation-duration: .9s;
        -moz-animation-duration: .9s;
        animation-duration: .9s;
        z-index: 50
    }
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
    @-moz-keyframes fadeIn {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
    @keyframes fadeIn {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
    .more-light {
        margin: 80px 0 0
    }
    .block-image .block-image__img {
        height: 480px;
        padding: 32px
    }
    .block-image .block-image__txt {
        padding: 64px;
        width: auto
    }
    .hero .hero__headline {
        position: absolute;
        padding: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
    }
    .text-cta .container>div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .text-cta .container>div p {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        max-width: 70%;
        padding-right: 40px
    }
}

@media (min-width:960px) {
    .expert-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px
    }
    .expert-wrap .expert {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .expert-wrap .expert__txt {
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin: 0 0 0 80px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .extension .container>.extension__img {
        margin: 40px
    }
}

@media (max-width:991px) {
    .contact__text,
    .extension .container>.extension__img {
        margin-bottom: 40px
    }
}

@media (min-width:992px) {
    .hero {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
    .hero .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .hero .container>div {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .hero .container>div.wide {
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
    .extension .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .extension .container h2,
    .extension .container .subtitle {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .extension .container>div {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .extension .container>div.extension__txt {
        padding-left: 80px
    }
    .block-image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .block-image>div {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .block-image .block-image__img {
        height: auto;
        padding: 64px
    }
    .text-cta .container>div p {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        padding-right: 80px
    }
    .contact .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
    .contact__text {
        -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        max-width: 33.3%;
        margin-right: 80px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }    
    .half-col {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        margin: 0;padding:0 20px;
    }
    .contact__form {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.btn {
    padding: 20px 60px 20px 40px;
    position: relative;
    font-family: "VeluxGothic Light"
}

.btn,
input[type="submit"] {
    display: inline-block;
    border: none;
    overflow: hidden;
    max-width: 300px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 10px
}

button {
    background: 0 0;
    border: none;
    padding: 0
}

.btn {
    -webkit-font-smoothing: antialiased;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
    -moz-transition-property: box-shadow, -moz-transform;
    transition-property: box-shadow, transform
}

.btn span {
    display: block;
    line-height: 1
}

.btn:after {
    position: absolute;
    left: auto;
    right: 40px;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    line-height: 1
}

.btn.btn-primary {
    font-family: "VeluxGothic Black";
    background-color: red;
    color: #fff
}

.btn.btn-primary:after {
    content: url(https://cdn2.hubspot.net/hubfs/427615/LP%20B2C/frecciablack.png);
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px)
}

.btn.btn-secondary {
    background-color: #e0e0e0;
    position: relative;
    display: block;
    color: #333
}

.btn.btn-secondary:after {
    content: url(https://cdn2.hubspot.net/hubfs/427615/LP%20B2C/arrow1.png);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px)
}

.btn:hover {
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.btn:hover:after {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
    right: -12px;
    opacity: 0
}

.btn:hover.btn-primary {
    background-color: red
}

.btn:hover.btn-secondary {
    background-color: #e0e0e0
}

.btn:active {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: scale 1s linear;
    -moz-transition: scale 1s linear;
    transition: scale 1s linear
}
.bgazzuro.btn.btn-primary, .bgazzuro.btn:hover.btn-primary {background-color: #a9cae5;}

.ctaLongTxt {
    padding-left: 20px;
    font-size: 16px;
}
@media (max-width:380px) {
    .ctaLongTxt {
        padding-left: 20px;
        font-size: 13px;
    }
}

input[type="submit"] {
    color: #fff;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 10px 20px;
    min-width: 130px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
    -moz-transition-property: box-shadow, -moz-transform;
    transition-property: box-shadow, transform;
    font-family: "VeluxGothic Black";
    background-color: red
}

.slick-slide>div {
    margin: 0 20px
}

.slick-dots {
    width: 100%;
    position: absolute;
    bottom: 160px;
    left: 0;
    z-index: 999;
    text-align: center
}

.slick-dots li {
    display: inline;
    margin: 0 20px
}

.slick-dots li button {
    font-size: 0;
    background-color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%
}

.slick-dots li button:hover {
    cursor: pointer
}

.slick-dots li.slick-active button {
    opacity: 1;
    width: 30px;
    height: 30px
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    width: 39px;
    height: 60px;
    margin-top: -30px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 5000;
    background-image: url(https://cdn2.hubspot.net/hubfs/427615/LP%20B2C/velux-sprite.png);
    background-repeat: no-repeat;
    display: inline-block
}

@media (max-width:991px) {
    .slick-prev,
    .slick-next {
        display: none
    }
}

.slick-prev {
    background-position: -250px -66px;
    left: 40px
}

.slick-next {
    background-position: -250px -173px;
    right: 40px
}

.slider-gallery .slider-gallery .slick-slide,
.slider-gallery .slider-gallery .slick-slide a,
.slider-gallery .slick-slide img {
    width: 100%
}

@supports (object-fit:cover) {
    .slider-gallery .slider-gallery .slick-slide,
    .slider-gallery .slider-gallery .slick-slide a,
    .slider-gallery .slick-slide img {
        object-fit: cover;
        object-position: center
    }
}

.gallery .container {
    overflow: hidden
}

.slick-slide.slick-current a {
    position: relative;
    display: block
}

.slick-slide.slick-current a:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url(https://cdn2.hubspot.net/hubfs/427615/LP%20B2C/expand.png) no-repeat 0 0;
    z-index: 2000;
    top: 16px;
    right: 8px;
    position: absolute
}

.slider-gallery .slick-list {
    overflow: visible
}

.slider-gallery-nav-wrap {
    position: relative;
    width: 100%;
    margin: 40px 0 0;
    z-index: 1000;
    overflow: hidden
}

.slider-gallery-nav-wrap .slick-slide {
    position: relative;
    margin: 0 10px;
    cursor: pointer
}

.slider-gallery-nav-wrap .slick-slide:hover:before,
.slider-gallery-nav-wrap .slick-slide.slick-current:before {
    content: '';
    border-top: 4px solid red;
    z-index: 100;
    position: absolute;
    width: 100%;
    left: 0
}

.slick-initialized {
    display: block;
    visibility: visible
}

.slider-gallery-nav .slick-prev,
.slider-gallery-nav .slick-next {
    width: 28px;
    height: 28px
}

.slider-gallery-nav .slick-slide {
    width: 60px;
    height: 60px
}

@media (min-width:480px) {
    .slider-gallery-nav .slick-slide {
        width: 80px;
        height: 80px
    }
}

.slider-gallery-nav .slick-slide img {
    width: 100%;
    height: 100%
}

@supports (object-fit:cover) {
    .slider-gallery-nav .slick-slide img {
        object-fit: cover
    }
}

.slider-gallery-nav {
    position: initial
}

.slider-gallery-nav .slick-prev,
.slider-gallery-nav .slick-next {
    top: 60px
}

@media (min-width:480px) {
    .slider-gallery-nav .slick-prev,
    .slider-gallery-nav .slick-next {
        top: 84px
    }
}

.slider-gallery-nav .slick-prev {
    left: 24px;
    background: url(https://cdn2.hubspot.net/hubfs/427615/LP%20B2C/arrow_orange_left.png) no-repeat 0 0
}

.slider-gallery-nav .slick-next {
    right: 24px;
    background: url(https://cdn2.hubspot.net/hubfs/427615/LP%20B2C/arrow_orange_right.png) no-repeat 0 0
}

.slick-no-slide .slick-track {
    width: 100%!important;
    text-align: center;
    -webkit-transform: inherit!important;
    -moz-transform: inherit!important;
    -ms-transform: inherit!important;
    transform: inherit!important
}

.slick-no-slide .slick-slide {
    float: none;
    display: inline-block
}

.slick-slide>div.container {
    margin: 0 auto
}

@media (min-width:1200px) {
    .slider-gallery .slick-slide,
    .slider-gallery .slick-slide a,
    .slider-gallery .slick-slide img {
        max-height: 640px
    }
}

footer {
    padding: 40px 0 0;
    background-color: #e0e0e0;
    font-size: 15px;
    line-height: 22px
}

.footer__content {
    margin: 20px 0 40px
}

.footer__content>div {
    display: block;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.footer__content>div>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0
}

.footer__content>div>div img {
    max-width: 70px;
    height: auto;
    margin-right: 20px
}

.footer__bottom {
    border-top: 4px solid #fff;
    padding: 20px 0
}

.footer__bottom .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.website {
    display: inline-block;
    margin-top: 30px;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none
}

@media (min-width:480px) {
    .footer__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer__content>div {
        padding-right: 20px
    }
    .footer__content>div>div {
        margin: 0
    }
    .footer__content>div>div:first-child {
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    .footer__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .footer__content>div:last-child>div {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin: 0 10px
    }
    .footer__content>div:last-child img {
        max-width: 100px
    }
}

@media (min-width:992px) {
    .footer__content>div:last-child img {
        max-width: none
    }
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    z-index: 10000;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in
}

header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    line-height: 22px
}

@media (max-width:479px) {
    header .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    header .container a:first-child {
        margin-right: 20px
    }
    header .container a:first-child img {
        height: 30px;
        width: auto;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out
    }
    header .container a:nth-child(2) {
        margin-top: 5px
    }
}

@media (min-width:480px) {
    header {
        padding: 20px 0
    }
    header .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:768px) {
    header .container ul li {
        margin: 0 40px
    }
}

@media (min-width:640px) {
    header a:nth-child {
        -webkit-flex-basis: 150px;
        -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
        max-width: 150px
    }
    header a:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

header.shrink {
    padding: 15px 0
}

header.shrink,
header.shrink img {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in
}

header.shrink img {
    height: 30px;
    width: auto
}

.wrap {
    margin: 0 auto;
    width: 100%
}

main {
    margin-top: 60px
}

section {
    position: relative;
    padding: 40px 0
}

.container {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px
}

.gallery .wrap {
    overflow: hidden
}

@media (min-width:768px) {
    .wrap {
        min-width: 744px
    }
    .container {
        width: 724px;
        margin-left: auto;
        margin-right: auto
    }
    section {
        padding: 80px 0
    }
    .tabs {
        padding-bottom: 0
    }
}

@media (min-width:960px) {
    .wrap {
        min-width: 960px
    }
    .container {
        width: 940px
    }
}

@media (min-width:1280px) {
    .wrap {
        width: 1280px
    }
    .container {
        margin: 0 160px
    }
}
