content,
content div,
content li,
content p {
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}


section .target {
    transform: translateX(0) !important;
    opacity: 1 !important;
}

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

.clearleft {
float: none;
clear: left;
}

.clearright {
float: none;
clear: right;
}

.clearBoth {
clear: both;
}

.floatLeft,
.floatleft {
float: left !important;
}


.floatRight,
.floatright {
float: right;
}

.inlineBlock {
display: inline-block;
}

.posr {
position: relative;
}

p.legal {
font-size: 10px;
}

.brackets {
    position: relative;
    box-sizing: border-box;
    padding-left: 22px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 20px;
    margin-right: 0px;
}

.brackets:before {
    width: 39px;
    height: 39px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 14px solid #F39200;
    border-left: 14px solid #F39200;
}

.brackets:after {
    width: 39px;
    height: 39px;
    content: '';
    position: absolute;
    bottom:0;
    right:0;
    border-bottom: 14px solid #F39200;
    border-right: 14px solid #F39200;
}

/************************************************************/

content {
    background: #F2F2F2;
}

.orange {
    color: #F39200;
}

a.orange {
    text-decoration: underline;
}

/************************************************************/

.section-hero {
    background: #fff;
    height: 480px;
    /* border-bottom: 3px solid #F39200; */
}

.section-hero .column {
    padding-top: 160px;
}

.section-hero .brackets {
    max-width: 506px;
}

.section-hero h1,
.section-hero p {
    font-size: 32px;
    color: #F39200;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.section-heading h2 {
    font-weight: 800;
    font-size: 32px;
    text-align: center;
}

.section-install {
    padding: 40px 0;
}

.section-install h3 {
    color: #F39200;
    font-size: 24px;
    line-height: 36px;
}

.section-install .row {
    display: flex;
}

.section-install .column {
    background: #fff;
}

.section-install .column.steps {
    position: relative;
}

.section-install .column:first-child {
    margin-right: 40px;
}

.section-install .guide {
    display: flex;
    flex-direction: row;
    padding: 40px 24px;
}

.section-install .step-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-install .step img {
    display: inline-block;
}

.section-install .step p {
    margin: 0 auto;
    max-width: 496px;
    text-align: center;
}

.section-install .step {
    text-align: center;
    margin: 0 auto;
}

.section-install .guide img {
    margin-right: 24px;
}

.section-install .steps h3 {
    text-align: center;
}

.section-install .slick-dots {
    position: static;
    margin-bottom: 40px;
}

.section-install .slick-dots li button:before {
    font-size: 10px;
}

.section-install .slick-dots li.slick-active button:before {
    color: #F39200;
}

.section-install .slick-prev,
.section-install .slick-next {
    width: 32px;
    height: 32px;
    background: #F2F2F2;
    color: #3B3B3B;
    top: calc(50% - 100px);
    z-index: 49;
    border-radius: 50%;
}

.section-install .slick-prev:before,
.section-install .slick-next:before {
    color: #3B3B3B;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    top: 2px;

}

.section-install .slick-prev:before {
    content: url("../images/arrow-prev.png");
    right: 1px;
}

.section-install .slick-next:before {
    content: url("../images/arrow-next.png");
    left: 1px;
}

.section-install .slick-track,
.section-install .slick-slide {
    outline: none;
}

.section-install .slick-prev {
    left: 0;
}

.section-install .slick-next {
    right: 0;
}

/************************************************************/

@media screen and (max-width: 768px) {
    .section-hero .column {
        padding-top: 25px;
        text-align: center;
    }

    .section-hero {
        height: auto;
    }

    .section-hero h1,
    .section-hero p {
        font-size: 28px;
    }

    .section-hero p {
        margin-bottom: 20px;
    }

    .section-hero .brackets {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: none;
    }

    .section-hero .brackets:before,
    .section-hero .brackets:after {
        display: none;
    }

    .section-heading h2 {
        font-size: 24px;
    }
    
    .section-install {
        padding-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .section-install .row {
        flex-direction: column-reverse;
    }

    .section-install .column {
        width: 100%;
    }
    
    .section-install .guide-column {
        margin-bottom: 16px;
    }

}