/* 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;    outline: none !important;
}
.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
}
.dark_scheme header{ 
  margin: 0;
}
.dark_scheme header.shrink{ 
  background: #333 !important;color:#fff;
}
.dark_scheme footer { 
  margin: 0; background: #333 !important;color:#fff;
}
html,
body {
    height: 100%
}
header.boxed {
    max-width: 1280px;
    margin: auto;
}
.wrap-container.boxed {
    max-width: 1280px;
    margin: auto;box-shadow: 0 0 22px rgb(0 0 0 / 10%);
}
.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://2235773.fs1.hubspotusercontent-na1.net/hubfs/2235773/RH-lp/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://2235773.fs1.hubspotusercontent-na1.net/hubfs/2235773/RH-lp/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 #a11515
}

.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 #a11515
}

.hs-error-msgs.inputs-list {
    color: #a11515
}

.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 (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) {
    .contact form {
        margin: 0 auto
    }
  .formHasBg form {
        margin: 20px auto 
    }
}





.hbspt-form input[type="text"],.hbspt-form input[type="password"],.hbspt-form input[type="datetime"],.hbspt-form input[type="datetime-local"],.hbspt-form input[type="date"],.hbspt-form input[type="month"],.hbspt-form input[type="time"],.hbspt-form input[type="week"],.hbspt-form input[type="number"],.hbspt-form input[type="email"],.hbspt-form input[type="url"],.hbspt-form input[type="search"],.hbspt-form input[type="tel"],.hbspt-form input[type="color"],.hbspt-form input[type="file"],.hbspt-form textarea {
 font-family:"VeluxGothic Light";
 border:1px solid #e9e9e7;
 color:#000;
 display:block;
 line-height:16px;
 padding:5px;
 max-width:500px;
 width:100% !Important;
 margin-bottom:0;
 background-color:#fff;
 border-color:#e9e9e7;
 border-radius:3px;
 font-size:16px;
 height:40px
}
.hbspt-form select {
 font-family:"VeluxGothic Light";
 border:1px solid #e9e9e7;
 color:#000;
 display:block;
 line-height:16px;
 max-width:500px;
 width:100% !important;
 margin-bottom:0;
 border-color:#e9e9e7;
 border-radius:3px;
 font-size:16px;
 height:40px
}
.hs-form-field {
 margin-bottom:10px
}
.inputs-list {
 list-style:none;
 padding:0;
 margin:0 0 0 2px
}
.hs-error-msgs.inputs-list>li>label {
 font-weight:300!important;
 color:red;
 font-size:11px
}
.hbspt-form .hs-form-field.hs_data>label {
 display:block!important
}
.hbspt-form .hs-form-booleancheckbox label {
 display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 font-family:"VeluxGothic Light";
 line-height:1.2;
 font-weight:400
}
legend {
 display:block;
 width:100%;
 padding:0;
 margin-bottom:0;
 /*font-size:14px;
 line-height:inherit;*/
    font-size: 18px;
    line-height: 30px;
 color:#333;
 border:0;
 border-bottom:0 solid #e5e5e5
}
.hbspt-form select {
 cursor:pointer;
 -moz-appearance:none;
 -webkit-appearance:none;
 text-indent:.01px;
 text-overflow:'';
 background:url('https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B%20v2/arrow-select.png') no-repeat;
 background-position:right 4px top 5px;
 background-size:30px;
 background-color:#fff;
 padding:5px 40px 5px 5px
}
input[type="checkbox"]:not(:checked),input[type="checkbox"]:checked {
 position:absolute;
 left:-9999px
}
input[type="checkbox"]:not(:checked)+span,input[type="checkbox"]:checked+span {
 position:relative;
 padding-left:24px;
 cursor:pointer;
 font-size:14px;
 padding-top:3px
}
input[type="checkbox"]:not(:checked)+span:before,input[type="checkbox"]:checked+span:before {
 content:'';
 position:absolute;
 left:0;
 top:2px;
 width:15px;
 height:15px;
 border:1px solid #a11515;
 background:#fff;
 border-radius:3px;
 -webkit-box-shadow:inset 0 0 0 rgba(0,0,0,.3);
 box-shadow:inset 0 0 0 rgba(0,0,0,.3)
}
input[type="checkbox"]:not(:checked)+span:after,input[type="checkbox"]:checked+span:after {
 content:'✔';
 position:absolute;
 top:4px;
 left:3px;
 font-size:15px;
 line-height:.8;
 color:#000;
 -webkit-transition:all .2s;
 -moz-transition:all .2s;
 transition:all .2s
}
input[type="checkbox"]:not(:checked)+span:after {
 opacity:0;
 -webkit-transform:scale(0);
 -moz-transform:scale(0);
 -ms-transform:scale(0);
 transform:scale(0)
}
input[type="checkbox"]:checked+span:after {
 opacity:1;
 -webkit-transform:scale(1);
 -moz-transform:scale(1);
 -ms-transform:scale(1);
 transform:scale(1)
}
input[type="checkbox"]:disabled:not(:checked)+span:before,input[type="checkbox"]:disabled:checked+span:before {
 -webkit-box-shadow:none;
 box-shadow:none;
 border-color:#bbb;
 background-color:#ddd
}
input[type="checkbox"]:disabled:checked+span:after {
 color:#999
}
input[type="checkbox"]:disabled+span {
 color:#aaa
}
input[type="checkbox"]:checked:focus+span:before,input[type="checkbox"]:not(:checked):focus+span:before {
 border:1px solid #a11515
}
span:hover:before {
 border:1px solid #a11515!important
}
.hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 0px !important;
}
.hbspt-form /*.hs-fieldtype-booleancheckbox*/ .hs-error-msgs label{display:block}

.hbspt-form  .hs-error-msgs.inputs-list {
    font-size: 10px;
    position: inherit;
    top: inherit !important;
    left: 0px!important;
}
.hbspt-form .hs-fieldtype-booleancheckbox .hs-error-msgs.inputs-list {
    font-size: 10px;
    position: inherit;
    top: inherit !important;
    left: 25px!important;
}
form .hs-richtext p {/*font-size:16px;*/ font-size:18px; line-height:24px; margin-bottom: 5px;}

@media (max-width:768px) {
 .privacy-policy-rsp {
  display:none
 }
  .logoHeader {width:80px;}
}
.hbspt-form {
 margin-top:0px
}
@media (max-width:1024px) {
 legend {
  font-size:18px /* 12px */
  }
 .hbspt-form input[type="text"],.hbspt-form input[type="password"],.hbspt-form input[type="datetime"],.hbspt-form input[type="datetime-local"],.hbspt-form input[type="date"],.hbspt-form input[type="month"],.hbspt-form input[type="time"],.hbspt-form input[type="week"],.hbspt-form input[type="number"],.hbspt-form input[type="email"],.hbspt-form input[type="url"],.hbspt-form input[type="search"],.hbspt-form input[type="tel"],.hbspt-form input[type="color"],.hbspt-form input[type="file"],.hbspt-form textarea,.hbspt-form select {
  background-color:#fff;
  border-color:#e9e9e7;
  border-radius:3px;
  font-size:12px!important;
  height:40px
 }
}







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

.title-left .block-center {display:block}

.red {
    color: #a11515
}

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


ul {
    margin: 0;
    padding: 0
}

ol li {padding-bottom: 10px;}
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://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Light.eot");
    src: url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Light.eot") format("embedded-opentype"), url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Light.woff") format("woff"), url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Light.ttf") format("truetype");
    font-weight: 300
}

@font-face {
    font-family: 'VeluxGothic Light Italic';
    src: url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-LightItalic.eot");
    src: url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-LightItalic.eot") format("embedded-opentype"), url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-LightItalic.woff") format("woff"), url("https://427615.fs1.hubspotusercontent-na1.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://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Regular.eot");
    src: url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Regular.eot") format("embedded-opentype"), url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Regular.woff") format("woff"), url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Regular.ttf") format("truetype");
    font-weight: 400
}

@font-face {
    font-family: 'VeluxGothic Regular Italic';
    src: url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-RegItalic.eot") format("embedded-opentype"), url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-RegItalic.woff") format("woff"), url("https://427615.fs1.hubspotusercontent-na1.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://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Bold.eot");
    src: url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Bold.eot") format("embedded-opentype"), url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Bold.woff") format("woff"), url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Bold.ttf") format("truetype");
    font-weight: 700
}

@font-face {
    font-family: 'VeluxGothic Bold Italic';
    src: url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-BoldItalic.eot");
    src: url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-BoldItalic.eot") format("embedded-opentype"), url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-BoldItalic.woff") format("woff"), url("https://427615.fs1.hubspotusercontent-na1.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://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Black.eot");
    src: url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Black.eot#iefix") format("embedded-opentype"), url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Black.woff") format("woff"), url("https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/fonts/VeluxGothic-Black.ttf") format("truetype");
    font-weight: 900
}

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

h1,
h2,
h3,
h4,
h5{
    padding: 0;
  font-family: "VeluxGothic Light";
    font-weight: 900
}
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, h2+p {
    margin: -15px 0 20px
}
p+h2 {
    margin-top: -10px
}

a {
    color: #a11515;
    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, h2+p {
        margin: -30px 0 40px
    }
    h3,
    .subhead {
        font-size: 30px;
        line-height: 34px
    }
}

.installatori {
    background-color: #EDECEA;
    background-repeat:  no-repeat ;    background-size: initial !important;
    background-position: center bottom !important;
    margin: 40px 0;
}



@media (min-width: 480px){
  .installatori {
      background-position: 28vw bottom !important;
  }
}
@media (min-width: 1700px){
  .installatori {
      background-position: right bottom !important;
  }
}
.bg-bianco, .bg-bianco .toggle.active  {background-color:#fff !important;}
.bg-grigio, .bg-grigio .toggle.active  {background-color:#F0F0F0 !important;}
.bg-grigioscuro, .bg-grigioscuro .toggle.active  {background-color:#e0e0e0 !important;}
.bg-grigioscuro2, .bg-grigioscuro2 .toggle.active  {background-color:#28231F !important; color:#fff;}
.bg-azzurro, .bg-azzurro .toggle.active  {background-color:#A9CAE5 !important;}
.bg-blu, .bg-blu .toggle.active  {background-color:#3d6992 !important;}
.bg-rosso, .bg-rosso .toggle.active  {background-color:#a11515 !important; color:#fff}
.bg-black, .bg-black .toggle.active  {background-color:#000 !important; color:#fff}
.bg-beige, .bg-beige .toggle.active  {background-color:#F6EBD8 !important;}
.bg-green, .bg-green .toggle.active  {background-color:#4A6341 !important; color:#fff}


header a{padding-left:0px; color: #000;
    text-decoration: none;}
header a.cta{padding-left:20px; color: #ff0000;
    text-decoration: underline;}

.more-light {
    padding: 0
}

.more-light h4 {
    position: relative
}

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

.block-image .block-image__img {
    height: 320px; position:relative;
    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;
}

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

.block-image .block-image__txt h4 {
    color: #a11515
}

.suggest {
    position: absolute;
    top: 20px;
    left: 20px;    background-color: #a11515;
    color: #fff;
    font-family: "VeluxGothic Black";
    font-weight: 900;
    padding: 4px 12px;
    font-size: 16px;
    border-radius: 5px;
}

.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
}
.spazio {height:40px}
@-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
}
.boxed .hero img{max-height: 666px !important;}
.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
}

.seo-footer { font-size:12px; line-height: 21px; padding-bottom: 40px;}
.seo-footer h4 {font-size:14px; line-height: 21px; margin-bottom: 15px;}
.seo-footer a {color:#333;    font-family: "VeluxGothic Light"; font-weight: 300;}
.seo-footer ul, .seo-footer ol {margin:0 0 20px}
.d100p {width:100% }


@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 (max-width:640px) {
   
}
@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
    }.col-1_3, .col-1_2, .col-1_4, .col-1_1 {
        padding: 0px 18px 0px
    }
    .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-dark .hero__image.fading:before {
      opacity: .7;
      -webkit-transition: all 1.2s ease-in;
      -moz-transition: all 1.2s ease-in;
      transition: all 1.2s ease-in;
    }
    .hero-dark .hero__image:before, .hero-dark .hero__image.fading:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
    }
    .hero-dark .hero-wrap {
      color: #fff;
    }
    .no-filter .hero__image.fading:before {
        opacity: 0;
        -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%
    }
    .hero.hero2 .hero__headline {
        position: absolute;
        padding: 0;
        top: 100%;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 100%;
        padding: 40px 0;
        background: rgba(255, 255, 255, .4);
    }
    .hero2 .hero__headline .container>div {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
  	.hero2 .hero__image.fading:before {
        opacity: 0;
        -webkit-transition: all 1.2s ease-in;
        -moz-transition: all 1.2s ease-in;
        transition: all 1.2s ease-in;
    }
    .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
    }
  
    .detrazione h4 {
        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 0 0;
    }
    .detrazione h4 img {
        margin-left: 40px; margin-bottom:0px !important;
    }
  .detrazione .col-1_1 {padding-bottom:0px;}
}
.detrazione h2 {
    color: red; 
    text-align: left;
}
@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
    }
  .contact__form {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
    }   
  .col_50_50 .contact__text {
      -webkit-flex-basis: calc(50% - 80px);
      -ms-flex-preferred-size: calc(50% - 80px);
      flex-basis: calc(50% - 80px);
      max-width: calc(50% - 80px);
      margin-right: 80px;
  }
    .contact__text.text-right, .col_50_50 .contact__text.text-right{
      margin-right: 0px;margin-left: 80px;
    }
    .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 40px 20px 40px;
    position: relative;
    font-family: "VeluxGothic Light"
}
.btn-small {
  padding: 14px 40px 15px 20px;
    position: relative;
    font-family: "VeluxGothic Light";
    font-size: 16px !important;
}
.btn-small.btn:after { right: 20px;transform: scale(.9);}
.btn-x-small {
    padding: 10px 30px 10px 15px;
    position: relative;
    font-family: "VeluxGothic Light";
    font-size: 14px !important;
    margin:0px !important;
}
.btn-x-small.btn:after { right: 15px;transform: scale(.7);}
@media (max-width:480px){
  .btn-small {
    padding: 10px 30px 10px 15px;
    position: relative;
    font-family: "VeluxGothic Light";
    font-size: 14px !important;
    margin:0px !important;
  }
  .btn-small.btn:after { right: 15px;transform: scale(.7);}
}
.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;
   
}

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: #a11515;
    color: #fff
}

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

.btn.bg-bianco-1, .btn.bg-bianco-1:hover {background:#fff !important; border:solid 1px #000; color:#000; }
.btn.bg-bianco-1:after{content: url(https://2235773.fs1.hubspotusercontent-na1.net/hubfs/2235773/RH-lp/frecciablack_1.png);}

.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: #a11515
}

.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: #a11515
}

.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://2235773.fs1.hubspotusercontent-na1.net/hubfs/2235773/RH-lp/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
}
.cta-gall {padding-top:30px;}
.slick-slide.slick-current a {
    position: relative;
    display: block
}

.slick-slide.slick-current a:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url(https://2235773.fs1.hubspotusercontent-na1.net/hubfs/2235773/RH-lp/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 #a11515;
    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;outline: none !important;
}

@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://2235773.fs1.hubspotusercontent-na1.net/hubfs/2235773/RH-lp/arrow_orange_left.png) no-repeat 0 0
}

.slider-gallery-nav .slick-next {
    right: 24px;
    background: url(https://2235773.fs1.hubspotusercontent-na1.net/hubfs/2235773/RH-lp/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: #EEEEEE;color:#000;
    font-size: 15px;
    line-height: 22px
}
footer a {
  color: #000;}

.footer__content {
    padding: 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: 1px solid #fff;
  
}

.footer__bottom2 {
    padding: 5px 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;
    z-index: 10000;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in
}
header.shrink {
  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);
}
header.shrink {
  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);
}

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

header .container ul li {
    margin: /*0 20px 0 0 */  0px !important;
}
header .container ul li:last-child a {
  font-family: "VeluxGothic Light";font-weight: unset;
}
header .container ul li a {
    color: #28231f;
    text-decoration: none
}

.dark_scheme header .container ul li a {
    color: #fff;
    text-decoration: none
}


@media (min-width:0px) {
    header {
        padding: 20px 0
    }
    header .container {
      display: block;
        
    }
}

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

@media (max-width:639px) {
    header .container ul {
        margin-top: 15px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@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: 40px;
    width: auto
}

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

main {
  
}

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
    }
    section.padding-top-small {
        padding-top: 40px
    }
    section.padding-bottom-small {
        padding-bottom: 40px
    }
    section.padding-top-0 {
        padding-top: 0px
    }
    .tabs {
        padding-bottom: 0
    }
}

@media (min-width:960px) {
    .wrap {
        min-width: 960px
    }
    .container {
        width: 1201px;max-width: 100%;
    padding: 0 20px;
    }
}

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





.lang_switcher_class { max-width: 59px; margin: 0 0 0 15px;border: solid 1px #fff; padding: 0 4px;}
.lang_switcher_class li:first-child::after { content:'/';padding: 0 4px; }
.lang_switcher_class li {float:left}
.lang_switcher_class li a { font-weight: 900 !important; margin: 0px !important; font-family: "VeluxGothic Black" !important;}

@media (max-width:820px) {
  
  header .container ul{justify-content: end;margin-top: 15px;}
  
  .lang_list_class { top: 0px; right: 0px; display: flex; flex-direction: column; width: 100px; margin-left: -38px; }
  .lang_list_class:after, .lang_list_class:before { left: 100%;margin-left: -24px;}
}

    



.tabs-accordion .block-center h2,
.tabs-accordion .block-center p {
    text-align: center
}


.tabs-accordion h2,
.tabs-accordion p {
    text-align: left
}

.tabs-accordion h2 {
    margin-bottom: 45px !important;
}
.tabs-accordion p {
       margin: 0 0 20px;
}
.tabs-accordion .accordion__header,
.tabs-accordion .accordion__content,
.js .tabs-accordion .accordion__header,
.js .tabs-accordion .accordion__content {
    float: none;
    margin: 0
}

.tabs-accordion .accordion__header {
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    padding: 40px 20px 40px 80px;
    background-repeat: no-repeat;
    background-position: 25px center;
    text-decoration: underline;
    position: relative
}

.tabs-accordion .accordion__header.active {
    background-color: #fff;
    color: #333;
    opacity: 1
}

.tabs-accordion .accordion__header:hover {
    opacity: 1
}

.tabs-accordion .accordion__content {
    display: none;
    padding: 0;
    background-color: #fff;
    -webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out
}

.tabs-accordion .accordion__item:focus>.accordion__content {
    -webkit-animation: show .3s ease-in-out;
    -moz-animation: show .3s ease-in-out;
    animation: show .3s ease-in-out
}

.js .tabs-accordion .accordion__header:focus>.accordion__content {
    display: none
}

.js .tabs-accordion .accordion__item:first-child .accordion__content {
    display: block
}

@media (max-width:767px) {
    .accordion__item {
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2)
    }
    .tabs-accordion .accordion__header {
        font-family: "VeluxGothic Black";
        font-weight: 900
    }
}

@media (min-width:768px) {
    .tabs {
        padding-bottom: 0
    }
    .tabs-accordion {
        overflow: hidden;
        position: relative;
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2)
    }
    .landingB2B .tabs-accordion {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .landingB2B .tabs-accordion .accordion__content {
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .15);
        box-shadow: inset 0 0 2px rgba(0, 0, 0, .15);
        padding-bottom: 80px
    }
    .tabs-accordion .accordion__header {
        width: 50%;
        color: #000;
        background-color: #e0e0e0
    }
    .landingB2B .tabs-accordion .accordion__header {
        width: auto;
        padding: 24px 120px 18px;
        background-color: transparent;
        opacity: 1
    }
    .tabs-accordion .accordion__header.active {
        position: relative;
        margin-bottom: -1px;
        font-family: "VeluxGothic Black";
        font-weight: 900;
        color: #333;
        opacity: 1
    }
    .tabs-accordion .accordion__header.active:before {
        content: '';
        display: block;
        z-index: 100;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: 0;
        background-color: #a11515
    }
    .landingB2B .tabs-accordion .accordion__header:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transform: perspective(200px) rotateX(8deg);
        -moz-transform: perspective(200px) rotateX(8deg);
        transform: perspective(200px) rotateX(8deg);
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        background-color: #e0e0e0;
        -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: 0
    }
    .landingB2B .tabs-accordion .accordion__header.active:before {
        -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .2);
        background-color: #fff;
        z-index: 500;
        opacity: 1
    }
    .landingB2B .tabs-accordion .accordion__item:first-child .accordion__header span,
    .landingB2B .tabs-accordion .accordion__item:last-child .accordion__header span {
        position: relative;
        z-index: 1000
    }
    .landingB2B .tabs-accordion .accordion__item:first-child .accordion__header span:before,
    .landingB2B .tabs-accordion .accordion__item:last-child .accordion__header span:before {
        position: absolute;
        top: -20px;
        left: -65px;
        width: 30px;
        height: 59px
    }
    .landingB2B .tabs-accordion .accordion__item:first-child .accordion__header.active,
    .landingB2B .tabs-accordion .accordion__item:last-child .accordion__header.active {
        background-color: transparent
    }
    .landingB2B .tabs-accordion .accordion__item:first-child .accordion__header.active:before,
    .landingB2B .tabs-accordion .accordion__item:last-child .accordion__header.active:before {
        border-top: 4px solid #a11515
    }
    .landingB2B .tabs-accordion .accordion__item:first-child .accordion__header.active span,
    .landingB2B .tabs-accordion .accordion__item:last-child .accordion__header.active span {
        opacity: 1;
        color: #333
    }
    .landingB2B .tabs-accordion .accordion__item:first-child .accordion__header.active span:before,
    .landingB2B .tabs-accordion .accordion__item:last-child .accordion__header.active span:before {
        opacity: 1
    }
    .landingB2B .tabs-accordion .accordion__item:first-child .accordion__header span:before {
        content: none
    }
    .landingB2B .tabs-accordion .accordion__item:last-child .accordion__header {
        margin-left: -10px
    }
    .tabs-accordion .accordion__item:focus>.accordion__content {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none
    }
    .js .tabs-accordion .accordion__content {
        display: block;
        float: right;
        width: 100%;
        margin: 100px 0 0 -100%;
        padding: 0 40px;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        z-index: 100;
        position: relative
    }
    .js .landingB2B .tabs-accordion .accordion__content {
        margin: 65px 0 0 -100%
    }
    .tabs-accordion .accordion__header {
        float: none
    }
    .js .tabs-accordion .accordion__header {
        float: left
    }
}

.tabs-accordion .accordion__item:first-child .accordion__content>div {
    opacity: 1
}

@media (max-width:767px) {
    .landingB2B .accordion__item {
        margin-left: 20px;
        margin-right: 20px;
        overflow: hidden
    }
    .landingB2B .accordion__item:first-child .accordion__header {
        border-bottom: 1px solid #fff
    }
    .landingB2B .tabs-accordion .accordion__header {
        text-align: right;
        color: #fff;
        padding: 20px;
        background-color: #476996;
        -webkit-transition: background-color .3s ease;
        -moz-transition: background-color .3s ease;
        transition: background-color .3s ease;
        position: relative
    }
    .landingB2B .tabs-accordion .accordion__header:before {
        content: '';
        position: absolute;
        width: 50px;
        height: 57px;
        top: 0;
        left: 0;
        background-image: url(https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20B2B/velux-sprite.png);
        background-position: 20px -128px;
        background-repeat: no-repeat
    }
    .landingB2B .tabs-accordion .accordion__header.active {
        -webkit-transition: background-color .3s ease;
        -moz-transition: background-color .3s ease;
        transition: background-color .3s ease;
        background-color: #fff;
        color: #333
    }
    .landingB2B .tabs-accordion .accordion__header.active:before {
        background-position: -55px -236px
    }
}

@media (min-width:1280px) {
    .landingB2B .tabs-accordion .accordion__content>.container {
        margin: 0 120px
    }
}







.blocks {
    margin: 20px 0
}

@media (min-width:992px) {
    .blocks {
        padding-bottom: 40px
    }
}

.blocks-list article {
    margin: 40px 0 0
}

.blocks-list article .block__txt {
    margin-top: 20px
}

    /* aggiornamento 15-02 */

.tech-doc .block-center>img {
    margin-bottom: 40px
}

.tech-doc .block-center>div {
    margin: 20px 0 60px
}

.tech-doc .block-center>div img {
    margin: 0 auto
}

.tech-doc .block-center>div img:first-child {
    margin-bottom: 40px
}

.tech-doc .block-center h2,
.tech-doc .block-center p.subtitle {
    width: 100%
}
    /* /aggiornamento 15-02 */

@media (min-width:480px) {
    .benefits-list,
    .social-quote-list {
        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: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .text-cta .container>div a {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    
    /* aggiornamento 15-02 */
    .benefits-list,
    .social-quote-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .benefits-list,
    .social-quote-list,
    .tech-doc .block-center>div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
    .tech-doc .block-center>div {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .tech-doc .block-center>div img {
        margin: 0 20px
    }
    .tech-doc .block-center>div img:first-child {
        margin-bottom: 0
    }
}

@media (min-width:480px) and (max-width:639px) {
    .benefit,
    .social-quote {
        max-width: 80vw
    }
}

@media (min-width:640px) {
    .benefits-list,
    .social-quote-list {
        max-width: none;
        margin: 0 -20px
    }
    .benefit,
    .social-quote, .col-1_2, .col-1_4 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 20px
    }
}

@media (min-width:768px) {
    .blocks {
        margin: 0 -40px 40px
    }
    .blocks-list {
        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
    }
    .blocks-list article {
        -webkit-flex-basis: -webkit-calc(50% - 20px);
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: -moz-calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        max-width: -webkit-calc(50% - 20px);
        max-width: -moz-calc(50% - 20px);
        max-width: calc(50% - 20px)
    }
    .blocks-list article img {
        min-height: 193px
    }
    .blocks-list .column {
        -webkit-flex-basis: -webkit-calc(50% - 20px);
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: -moz-calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        max-width: -webkit-calc(50% - 20px);
        max-width: -moz-calc(50% - 20px);
        max-width: calc(50% - 20px)
    }
    .blocks-list .column article {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
  	.blocks-list:nth-child(2),.blocks-list:last-child{margin-top:-30px}

}

@media (max-width:991px) {
    .benefit,
    .social-quote {
        margin-top: 40px;
        margin-bottom: 40px
    }
    .benefit:last-child,
    .social-quote:last-child {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .benefit,
    .social-quote {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: -webkit-calc(25% - 40px);
        -ms-flex-preferred-size: calc(25% - 40px);
        flex-basis: -moz-calc(25% - 40px);
        flex-basis: calc(25% - 40px);
        max-width: -webkit-calc(25% - 40px);
        max-width: -moz-calc(25% - 40px);
        max-width: calc(25% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0;
        padding-right: 0
    }
    .benefit__img,
    .social-quote__img {
        margin: 0 auto 40px
    }

    .blocks-list article img {
        min-height: 254px
    }
}










.scores {
    background-color: #e0e0e0;
    padding-bottom: 0
}

.scores h2 {
    color: #a11515
}

.score__img {
    opacity: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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
}

.score__txt {
    padding: 0 20px;
    text-align: center
}

.score__txt ul {
    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
}

.score__txt ul li {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.score__txt ul span {
    display: block;
    font-family: "VeluxGothic Black";
    color: #a11515
}

.score__txt ul span.big {
    line-height: 1;
    margin-top: 10px
}

.social-quote {
    width: 100%
}

.social-quote__img,
.score__img {
    margin: 0 auto 30px
}

.h-block__txt,
.social-quote__txt,
.score__txt {
    opacity: 0;
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%)
}

.social-quote__author {
    opacity: 0
}

.social-quote__txt,
.social-quote__author {
    text-align: center
}

.social-quote,
.score {
    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;
    margin-left: auto;
    margin-right: auto
}

.social-quote.entering .social-quote__img,
.social-quote.entering .score__img,
.score.entering .social-quote__img,
.score.entering .score__img {
    opacity: 0;
    opacity: 1 \9;
    -webkit-animation: scale-down-center ease-in 1;
    -moz-animation: scale-down-center ease-in 1;
    animation: scale-down-center ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-duration: 1.2s
}

@-webkit-keyframes scale-down-center {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes scale-down-center {
    0% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-down-center {
    0% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.anim-col.entering,
.social-quote.entering .social-quote__txt,
.social-quote.entering .score__txt,
.score.entering .social-quote__txt,
.score.entering .score__txt {
    opacity: 0;
    opacity: 1 \9;
    -webkit-animation: translate-in cubic-bezier(0, 0, .2, 1)1;
    -moz-animation: translate-in cubic-bezier(0, 0, .2, 1)1;
    animation: translate-in cubic-bezier(0, 0, .2, 1)1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-duration: 1.2s
}

@-webkit-keyframes translate-in {
    0% {
        -webkit-transform: translateY(25%);
        transform: translateY(25%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes translate-in {
    0% {
        -moz-transform: translateY(25%);
        transform: translateY(25%);
        opacity: 0
    }
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes translate-in {
    0% {
        -webkit-transform: translateY(25%);
        -moz-transform: translateY(25%);
        transform: translateY(25%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.anim-col:nth-child(1) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s
}

.anim-col:nth-child(2) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}

.anim-col:nth-child(3) {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.anim-col:nth-child(4)  {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}
.anim-col.before-entering{opacity:0}

.social-quote.entering .social-quote__author,
.score.entering .social-quote__author {
    opacity: 0;
    opacity: 1 \9;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .33s;
    -moz-animation-duration: .33s;
    animation-duration: .33s
}

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

.promo {
    background-color: #a11515;
    margin-top: 40px;
    padding: 40px 0;
    color: #FFF
}

.promo h4 {
    text-transform: uppercase
}

.social-quote__author {
    margin-bottom: 20px
}

.social-quote__author span {
    display: block
}

.social-quote__author span.author {
    font-family: "VeluxGothic Black";
    font-weight: 900;
    font-size: 18px;
    line-height: 24px
}

.social-quote__author span.role {
    font-size: 15px;
    line-height: 22px
}

.benefit:nth-child(1) .h-block__img,
.benefit:nth-child(1) .social-quote__img,
.social-quote:nth-child(1) .h-block__img,
.social-quote:nth-child(1) .social-quote__img,
.benefit:nth-child(1) .h-block__txt,
.benefit:nth-child(1) .social-quote__txt,
.social-quote:nth-child(1) .h-block__txt,
.social-quote:nth-child(1) .social-quote__txt {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s
}

.benefit:nth-child(1) .h-block__link,
.benefit:nth-child(1) .social-quote__author,
.social-quote:nth-child(1) .h-block__link,
.social-quote:nth-child(1) .social-quote__author {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

.benefit:nth-child(2) .h-block__txt,
.benefit:nth-child(2) .social-quote__txt,
.social-quote:nth-child(2) .h-block__txt,
.social-quote:nth-child(2) .social-quote__txt {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}

.benefit:nth-child(2) .h-block__link,
.benefit:nth-child(2) .social-quote__author,
.social-quote:nth-child(2) .h-block__link,
.social-quote:nth-child(2) .social-quote__author {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.benefit:nth-child(3) .h-block__img,
.benefit:nth-child(3) .social-quote__img,
.social-quote:nth-child(3) .h-block__img,
.social-quote:nth-child(3) .social-quote__img {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}

.benefit:nth-child(3) .h-block__txt,
.benefit:nth-child(3) .social-quote__txt,
.social-quote:nth-child(3) .h-block__txt,
.social-quote:nth-child(3) .social-quote__txt {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.benefit:nth-child(3) .h-block__link,
.benefit:nth-child(3) .social-quote__author,
.social-quote:nth-child(3) .h-block__link,
.social-quote:nth-child(3) .social-quote__author {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.benefit:nth-child(4) .h-block__img,
.benefit:nth-child(4) .social-quote__img,
.social-quote:nth-child(4) .h-block__img,
.social-quote:nth-child(4) .social-quote__img {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.benefit:nth-child(4) .h-block__txt,
.benefit:nth-child(4) .social-quote__txt,
.social-quote:nth-child(4) .h-block__txt,
.social-quote:nth-child(4) .social-quote__txt {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}

.benefit:nth-child(4) .h-block__link,
.benefit:nth-child(4) .social-quote__author,
.social-quote:nth-child(4) .h-block__link,
.social-quote:nth-child(4) .social-quote__author {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.social-proof, .nuvole {
    position: relative;
    background-color: #a9cae5
}

.social-proof:before,
.social-proof:after, .nuvole:before, .nuvole:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat
}

.social-proof:before, .nuvole:before {
    background-image: url(https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20velux-premia/nuvola1.png);
    background-position: 0 -300px;
    -webkit-animation: slide1 160s linear infinite forwards;
    -moz-animation: slide1 160s linear infinite forwards;
    animation: slide1 160s linear infinite forwards;
    -webkit-animation-delay: -60s;
    -moz-animation-delay: -60s;
    animation-delay: -60s;
    width: 1060px
}

@-webkit-keyframes slide1 {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-moz-keyframes slide1 {
    from {
        -moz-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slide1 {
    from {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.social-proof:after, .nuvole:after {
    -webkit-animation: slide2 100s linear infinite forwards;
    background-image: url(https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/LP%20velux-premia/nuvola2.png);
    background-position: 0 0;
    width: 997px
}

@-webkit-keyframes slide2 {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-moz-keyframes slide2 {
    from {
        -moz-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slide2 {
    from {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.social-proof .container, .nuvole .container {
    position: relative;
    z-index: 10
}

.disclaimer {
    padding: 20px 0;
    background-color: #a9cae5;
    font-size: 15px;
    line-height: 22px
}

.disclaimer p {
    margin-top: 0
}

.disclaimer a {
    text-decoration: underline;
    font-family: "VeluxGothic Regular";
    color: #333
}

.video {
    background-color: #f0f0f0
}

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

.col-shadow .col-1_3 {
    padding: 15px 20px 1px;
    -webkit-box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
    background: #fff;
    margin: 1%;
}
.trainers-mode { text-align:center; font-size: 16px;}
.trainers-mode img { max-width:175px; border-radius:50%; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); margin: 20px auto;}
.af-col {padding-top: 15px;}
.ombra {background:#fff; -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); }
.list-top{flex: 1;}
.list-top img{width:100%;}
.ctas {padding: 0 0 20px 20px;}
.txts {padding: 20px 20px 0px 20px;}

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

@media (max-width:479px) {
    .h-block .h-block__img {
        margin: 0 auto 20px
    }
}

@media (min-width:480px) {
    .h-block {
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .h-block .h-block__img {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 20px
    }
    .benefits-list,
    .social-quote-list {
        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: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .text-cta .container>div a {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

@media (min-width:480px) and (max-width:639px) {
    .h-block,
    .social-quote,
    .score {
        max-width: 80vw
    }
}

@media (min-width:640px) {
    .brands .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
    }
    .brands .container h2 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .brands .container article {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .benefits-list,
    .social-quote-list,
    .score-list {
        max-width: none;
        margin: 0 -20px
    }
    .social-quote {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 20px
    }
}

@media (max-width:767px) {
    .score {
        padding: 40px 0 0
    }
    .score ul {
        max-width: 280px;
        margin: 20px auto
    }
    .video-content {
        max-width: 280px;
        margin: 40px auto 0
    }
    .video-content h3 {
        margin-bottom: 0
    }
    .video-content>div:not(:last-child), .col-1_3:not(:last-child), .col-1_2:not(:last-child) {
        margin-bottom: 40px
    }
    .video-content p {
        margin-top: 10px
    }
}
.hero-v2 .hero__image img{
    
    width: auto !important;
    height: auto !important;
    max-height: 100% !important;
    object-fit: inherit !important;
}
@media (min-width:768px) {
    .video-content, .col-cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
    .flxw { flex-wrap: wrap; justify-content: center;}
    .video-content>div {
        padding: 40px 20px 0;
        -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        max-width: 33.3%
    }
  .col-1_3 {
        padding: 0px 20px 0px;
        -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        max-width: 33.3%
    }
  .flxw .col-1_3 {
        padding: 0px;
        -webkit-flex-basis: calc(33.3% - 30px);
        -ms-flex-preferred-size: calc(33.3% - 30px);
        flex-basis: calc(33.3% - 30px);
        max-width: calc(33.3% - 30px);
        margin:15px;display: flex;
        flex-direction: column;
        
    }
  .col-1_2 {
        padding: 0px 20px 40px;
        -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 50%;
        max-width: 50%
    }
  .col-1_4 {
        padding: 0px 18px 40px;
        -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 25%;
        max-width: 25%
    }
  .col-1_1 {
        padding: 0px 20px 40px;
        -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 100%;
        max-width: 100%
    }
  .col-cont > div:last-child {
    padding-bottom:0px;
  }
  .col-cont > div p:last-child {
    margin-bottom:0px
  }
    .brands article {
        padding: 40px
    }
    .hero__headline {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
    }
    .hero__headline .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__headline .container>div {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .hero-v2 .hero__headline .container > div {
        -webkit-flex-basis: 66%;
        -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
        max-width: 66%;
    }
    .hero__headline .container>div:first-child {
      
    }
    .hero__headline p,
    .hero__headline h1 {
        opacity: 0
    }
    .hero__headline.entering h1,
    .hero__headline.entering p {
        -webkit-transition: opacity .6s ease-in;
        -moz-transition: opacity .6s ease-in;
        transition: opacity .6s ease-in;
        opacity: 1
    }
  	
    .hero2 .hero__headline.entering {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all .5s ease-in;
        -moz-transition: all .5s ease-in;
        transition: all .5s ease-in
    }

    .hero2 .hero__headline.entering h1 {
        opacity: 0;
        opacity: 1 \9;
        -webkit-animation: scale-down-center ease-in 1;
        -moz-animation: scale-down-center ease-in 1;
        animation: scale-down-center ease-in 1;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 1.2s;
        -moz-animation-duration: 1.2s;
        animation-duration: 1.2s;
        -webkit-animation-delay: .5s;
        -moz-animation-delay: .5s;
        animation-delay: .5s
    }
  
    .hero2 .hero__headline.entering p {
        -webkit-transform: translateY(25%);
        -moz-transform: translateY(25%);
        -ms-transform: translateY(25%);
        transform: translateY(25%);
        opacity: 0;
        opacity: 1 \9;
        -webkit-animation: translate-in cubic-bezier(0, 0, .2, 1)1;
        -moz-animation: translate-in cubic-bezier(0, 0, .2, 1)1;
        animation: translate-in cubic-bezier(0, 0, .2, 1)1;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 1.2s;
        -moz-animation-duration: 1.2s;
        animation-duration: 1.2s;
        -webkit-animation-delay: 1.5s;
        -moz-animation-delay: 1.5s;
        animation-delay: 1.5s
    }

    .score-list {
        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: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .score {
        -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        max-width: 33.3%
    }
}

@media (min-width:640px) {
    header ul {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    
     * header ul li:last-child {
        margin-right: 80px
    }
  	
    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;
        background: #333;
        color: #fff;
        text-decoration: none;
        padding: 11px 20px 8px;
    }
  	header ul li {float: left;}
}

.no-p-bottom {padding-bottom:0px}
.no-p-top {padding-top:0px}

.hero::after{ content: ''; position: absolute;opacity:.5; top: 0; left: 0; width: 100%; height: 100%; background-color: #FFF;z-index:0; }
.hero>div {z-index:9;position: relative;}
.hero__headline {opacity: 1!important;}
.hero-dark .hero-wrap { color: #fff!important;}
.hero.hero-dark::after{ content: ''; position: absolute;opacity:.7; top: 0; left: 0; width: 100%; height: 100%; background-color: #000;z-index:0; }

.hero2 {display: flex; align-items: center;}
.hero2 .hero-text {position: initial; padding: 40px 0;}

.parallax {
  background-repeat: no-repeat; 
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;height: calc(100vh - 80px);
    display: flex;
    align-items: end;padding: 0px;
}
.parallax .wrap{
    background: rgba(255,255,255,0.5);
    padding-top: 50px;width: 100%;
}
.parallax .wrap .container {width: 100%;margin: 0px;}
.img_tog img {
    margin: auto; width: auto;
}
.toggle_cont {display: flex; justify-content: center;margin-bottom: 40px;}
.toggle_on_image {z-index: 1; position: relative;position: absolute;
    width: 100%;
    top: 30px;}
.toggle_cont > div {display: flex;
    background: #fff;
    padding: 5px;
    border-radius: 24px;
}
.toggle {background: #fff; cursor:pointer;
    padding: 5px 20px 3px;
    color: #000;
    border-radius: 20px;}
.toggle.active {background: #EE0000;
    padding: 5px 20px 3px;
    color: #fff;
    border-radius: 20px;}
.trapezoid-image .col-cont > div *:not(:first-child) {padding-left:26%;}
.trapezoid-image .col-cont > div img { width: 100% !important;}
footer.footer2 { background: #fff;}
header a:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    background: #333;
    color: #fff;
    text-decoration: none;
    padding: 11px 20px 8px;
}
.footer__contento{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 40px;align-items: center;
}
footer.footer2 a {
    color: #000;
    font-family: "VeluxGothic Light";
    font-weight: 300;
    text-decoration: none;
}

.modal-cont {  display:none;
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    background: rgba(0,0,0,0.8);}
.modal {
width:100%;height: 100%;
    display: flex;
    align-items: center;max-width: 800px;
    margin: auto;
}
.modal > div {width:100%;}

.prefooter {    padding: 35px 0;
  border-top: solid 4px #e0e0e0;}

.pref-col-3 img {height:16px}
.pref-col-3 a {display: inline-block; margin-left:15px}

.col-text-new {padding-left:26%; background-repeat:no-repeat; background-size:20%; }
.col-img-new-full{ width: 100% !important;}
.col-img-new {margin-bottom: 25px; margin:auto}
.verticalcenter {align-items: center; display: flex;}
.step-arrow > div {position:relative}
.step-arrow > div:not(:last-child):after {position:absolute; content:''; width:20px; height:20px; border-top:2px solid #000;  border-right:2px solid #000;    transform: rotate(45deg);
    right: 0;
  top: 62px; }
.stars {position:relative; width:75px; height:13px; background-size:contain; background-image:url(https://inspiration.velux.co.uk/hubfs/star-white.svg);}
.stars::before {content:'';position:absolute;  height:13px; background-size:contain; background-image:url(https://inspiration.velux.co.uk/hubfs/star-red.svg);} 
.stars.stars-1::before {width:15px;}
.stars.stars-2::before {width:30px;}
.stars.stars-3::before {width:45px;}
.stars.stars-4::before {width:60px;}
.stars.stars-5::before {width:75px;}
.testCont {display:flex;}
.testName {
    width: 70px;
    font-size: 14px;
    text-align: center;margin-right: 20px;margin-left: 20px;
}
.baloon{ position:relative;
    background: #F7F7F7;
    padding: 20px;
    border-radius: 14px;
    border-top-left-radius: 0px;
    width: calc(100% - 70px);    margin-right: 20px;
}
.baloon::after {content:'';position:absolute;    width: 0;    top: 0;
    left: -14px;
    height: 0;
    border-top: 1px solid #f7f7f7;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #f7f7f7;}

.hide {display:none !important;}


.faq-cont { width:100% }
.faq {border-bottom:1px solid rgba(0,0,0,.2);padding: 20px 0;}
.faqTits  {padding: 0px 30px 0 0; position:relative; margin: 10px 0; font-family: 'VeluxGothic Light';cursor:pointer}
.faqTits::before {content: "";
    position: absolute;
    border-right: 3px solid #000;
    width: 12px;
    height: 12px;
    border-top: 3px solid #000;
    transform: rotate(135deg);
    top: 7px;
    right: 7px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;}
.faqTxts {background:#fff; }
.faqTxts > div {padding: 20px 0px;}

.set{
  position: relative;
  width: 100%;
  height: auto;
}
.set > a{
  display: block; color:#000;
  text-decoration: none;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active.faqTits::before { transform: rotate(-45deg); top: 5px; right: 7px;}

.content{
  display:none;
}

.colll {padding-bottom:100px !important; position:relative;}
.colll h4 {padding-top:20px}
.colll h3 {min-height:100px;}
.colll .r_f {color:#939393; margin-bottom: 5px;}
.colll .price {}
.colll .description {min-height:180px}

.iconnnCont {display:flex;align-items: center; margin-bottom: 15px;}
.iconnnImg {max-width:50px !important; margin-right:20px;}
.collCta {position: absolute; left:0px; bottom:0px;    width: calc(100% - 20px);
    text-align: center;}

.ddMintro {display:flex; align-items:center;}
.ddMintro h4 {margin:0 15px 0 0;}
.dropdown.hbspt-form select {    
  border: solid 1px #000;
  border-radius: 0px;
  padding: 5px 40px 5px 10px !important;
  background-image: url(https://427615.fs1.hubspotusercontent-na1.net/hubfs/427615/arrow-dropdown_2.jpg) !important;
    font-size: 26px !important;
    line-height: 29px !important;
    font-family: VeluxGothic Black;
}
.center-content .col-cont > div > div > * { display: flex; justify-content: center;margin: 25px;}
.center-content .col-cont > div > div > * > *{ display: flex; }


@media (max-width: 960px){
  .hide-mob {display:none}
  .col--2_3--1_3 .col-cont {display: block;}
  .col--1_3--2_3 .col-cont {display: block;}
  .col--2_3--1_3 .col-cont .col-1_2:first-child{ flex-basis: 100%; max-width: 100%;}
  .col--2_3--1_3 .col-cont .col-1_2:last-child{ flex-basis: 100%; max-width: 100%;}
  .col--1_3--2_3 .col-cont .col-1_2:first-child{ flex-basis: 100%; max-width: 100%;}
  .col--1_3--2_3 .col-cont .col-1_2:last-child{ flex-basis: 100%; max-width: 100%;}
  .pref-col-1, .pref-col-3 {text-align:center; }
  .pref-col-2 {padding:20px 0;}
  .ddM_coll { display: block;}
  .colll {margin: auto; max-width: 500px; margin-bottom:50px; }
  .colll h3 {min-height:auto;}
  .colll .description {min-height:auto}
  .ddMintro { max-width: 500px; display: block; align-items: initial; margin: auto; margin-bottom: 40px;}
  .dropdown {margin-top:10px}
}
@media (min-width: 960px){
  .col--2_3--1_3 .col-cont .col-1_2:first-child{ flex-basis: 66.66%; max-width: 66.66%;}
  .col--2_3--1_3 .col-cont .col-1_2:last-child{ flex-basis: 33.33%; max-width: 33.33%;}
  .col--1_3--2_3 .col-cont .col-1_2:first-child{ flex-basis: 33.33%; max-width: 33.33%;}
  .col--1_3--2_3 .col-cont .col-1_2:last-child{ flex-basis: 66.66%; max-width: 66.66%;}
  .prefooter .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pref-col-3 {text-align:right}
  .pref-col-1, .pref-col-3{width:150px;}
}
@media (max-width: 767px){
  .testCont.col-1_2 {max-width:100%; width:100%}
  .parallax {
    background-repeat: initial;
    background-position: initial;
    background-attachment: initial;
    -webkit-background-size: initial;
    -moz-background-size: initial;
    -o-background-size: initial;
    background-size: initial;
    height: calc(100vh - 80px);
    display: flex;
    align-items: end;
    padding: 0px;
  }
  .col-1_3 {
    margin-bottom: 40px;
    max-width: 500px;
    margin: auto;
  }
}
@media (max-width: 640px){
  .step-arrow > div {padding-bottom: 40px;}
  .step-arrow > div:not(:last-child):after{right: calc(50% - 10px);
    top: initial;
    bottom: 28px;
      transform: rotate(135deg);}
}





.form-style-rh-1 ul.inputs-list {
    list-style: none;
    padding: 0px;
}

.form-style-rh-1 ul.inputs-list li {
    display: inline-block;padding: 4px 0;
}
    

}
.form-style-rh-1 strong{
  color: #58ba83;
}


.form-style-rh-1 textarea {
    width: 100% !important ;
    height: 100px !important ;
    background: #e0e0e0 !important ;
    border: 0px !important ;
}
.form-style-rh-1 input, .form-style-rh-1 select { width: 100% !important;
    padding: 10px !important;
    background: #e0e0e0 !important;
    border: 0px !important;
  height: initial !important;
}

.form-style-rh-1 input[type="radio"]{
  visibility: hidden !important ;
  height: 0 !important ;
  width: 0 !important ;
  margin:0 !important ;
  display: none;
}
.form-style-rh-1 .hs-form-radio {margin:0 3px 3px 0 !important ;}
.form-style-rh-1 input[type="radio"] + span {
    display: table-cell !important ;
    vertical-align: middle !important ;
    text-align: center !important ;
    cursor: pointer !important ;
    background-color: #e0e0e0 !important ;
    color: #000 !important ;
    padding: 10px 10px !important ;
    border-radius: 0px !important ;
    min-width: 45px !important ;
      white-space: nowrap !important ;
}
.form-style-rh-1 input[type="radio"]:checked + span{
  background-color: #a11515 !important ;
  color:#ffffff !important ;
}

.form-style-rh-1 input[type="checkbox"]{
    width: 18px !important;
    height: 18px !important;
    position: relative !important;
    cursor: pointer !important;
    float: left !important;
    outline: none !important;
    margin-top: 3px;
    margin-right: 5px;
    display: none;
}


    .form-style-rh-1 .multi-container input[type=checkbox]:checked, 
	.form-style-rh-1 .multi-container input[type=checkbox]:not(:checked) {
    left: 0;}


    .form-style-rh-1 .multi-container input[type="checkbox"] + span{ margin-left: 4px !important ; margin-right: 16px !important ;}
    .form-style-rh-1 .multi-container input[type="checkbox"] {
			background: #e0e0e0 !important;
			width: 45px !important;
			height: 24px !important;
			border-radius: 15px !important;
			display: block !important;
			appearance: none !important;
			-webkit-appearance: none !important;
			position: relative !important;
			cursor: pointer !important;
			float: left !important;
			outline:none !important;
			margin-top:0px !important;
			padding: 0px !important;
		}
		.form-style-rh-1 .multi-container input[type="checkbox"]:after {
			content: "" !important ;
			background: #999 !important ;
			display: block !important ;
			height: 15px !important ;
			width: 15px !important ;
            margin:4px !important ;
			border-radius: 100% !important ;
			position: absolute !important ;
			left: 0px !important ;
			transform: scale(0.9) !important ;
			cursor: pointer !important ;
			transition: all 0.4s ease !important ;
		}
		.form-style-rh-1 .multi-container input[type="checkbox"]:checked {
			background: #a11515 !important ;
		}
		.form-style-rh-1 .multi-container input[type="checkbox"]:checked:after {
			background: #fff !important ;
			left: 20px !important ;
		}

		.form-style-rh-1 .multi-container input[type=checkbox]:checked+span:before, 
		.form-style-rh-1 .multi-container input[type=checkbox]:not(:checked)+span:before {
			display:none;
		}

.form-style-rh-1, .form-style-rh-1 .multi-container input[type=checkbox]:checked+span, .form-style-rh-1 .multi-container input[type=checkbox]:not(:checked)+span {
    font-size: 16px;}


.form-style-rh-1 .multi-container input[type=checkbox]:checked+span, .form-style-rh-1 .multi-container input[type=checkbox]:not(:checked)+span { padding-left: 0px;}

.form-style-rh-1 input[type="submit"]{
    background: #7b7a79 !important ;
    border: 0px !important ;
    color: #fff !important ;
    padding: 12px 25px !important ;
}
.form-style-rh-1 input[type="submit"]:hover{
    background: #a11515 !important ;
    border: 0px !important ;
    color: #fff !important ;
    padding: 12px 25px !important ;
}
.form-style-rh-1 fieldset {
  
    max-width: 100% !important;
}


.form-style-rh-1 input[type=checkbox]:checked+span:after, .form-style-rh-1 input[type=checkbox]:not(:checked)+span:after {
    color: #000;
    content: "\2713";
    font-size: 15px;
    left: 3px;
    line-height: .8;
    position: absolute;
    top: 6px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.form-style-rh-1 .multi-container input[type=checkbox]:checked+span:after, .form-style-rh-1 .multi-container input[type=checkbox]:not(:checked)+span:after {
    color: #000;
    content: "";
    font-size: 15px;
    left: 3px;
    line-height: .8;
    position: absolute;
    top: 6px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}


@media (min-width: 480px) {
	.form-style-rh-1 .form-cont, .form-style-rh-1 form {
	    margin: 0 auto;
	    max-width: 500px;
	}
}



.logospace main::before {
    content: '';
    height: 80px;
    display: block;
    background: #fff;
}

.logospace.dark_scheme main::before {
    background: #333;
}