@font-face {
    font-family: "MarkPro";
    src: url("/si_upload/gfx/2023/01_19_homeconnect/fonts//FontFont_FF.Mark.Pro.Black.otf") format("opentype");
    font-weight: 900
}

@font-face {
    font-family: "MarkPro";
    src: url("/si_upload/gfx/2023/01_19_homeconnect/fonts//FontFont_FF.Mark.Pro.Bold.otf") format("opentype");
    font-weight: 700
}

@font-face {
    font-family: "MarkPro";
    src: url("/si_upload/gfx/2023/01_19_homeconnect/fonts//FontFont_FF.Mark.Pro.Medium.otf") format("opentype");
    font-weight: 400
}

@font-face {
    font-family: "MarkPro";
    src: url("/si_upload/gfx/2023/01_19_homeconnect/fonts//FontFont_FF.Mark.Pro.otf") format("opentype");
    font-weight: 200
}

.lp_container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.lp_container .header {
    background-image: url(/si_upload/gfx/2023/01_19_homeconnect/img//header.jpg);
    background-size: cover;
    position: relative;
    height: 100%;
}

.lp_container .header img {
    width: 100%;
    opacity: 0;
    display: block;
}

.lp_container .header .badge {
    position: absolute;
    top: 9%;
    right: 34%;
}

.lp_container .header .logo {
    position: absolute;
    top: 5%;
    left: 0;
}

.lp_container .header .text {
    position: absolute;
    top: 22%;
    left: 15%;
}

.lp_container .header .text h1 {
    margin-top: 0;
    margin-bottom: 8px;
    font-family: "MarkPro", sans-serif;
    font-weight: 200;
    font-size: 2.3rem;
    position: relative;
    left: -19px;
}

.lp_container .header .text h1 span {
    font-weight: 900;
}

.lp_container .header .text h2 {
    margin: 0;
    font-family: "MarkPro", sans-serif;
    font-weight: 200;
    font-size: 1.5rem;
}

.lp_container .header .text p {
    font-family: "MarkPro", sans-serif;
    font-weight: 200;
    font-size: 1.1rem;
}

.lp_container .header .text p b {
    font-weight: 700;
}

.lp_container .color_space {
    background: #365de6;
    height: 6px;
    width: 100%;
}

.lp_container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.lp_container .special_row {
     -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 61px 1rem;
}

.lp_container .special_row a {
    margin-top: 0 !important;
    border-radius: 12px;
}

.lp_container .special_row a span {
    display: inline-block;
    position: relative;
    bottom: 5px;
    left: 2px;
}

.lp_container .container {
    padding: 2% 7%;
    padding-bottom: 3%;
}

.lp_container .col_2 h3 {
    font-family: "MarkPro", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
}

.lp_container .col_2 p {
    font-family: "MarkPro", sans-serif;
    font-weight: 200;
    font-size: 1rem;
    padding-right: 15px;
}


.lp_container .row .col_2 {
    margin-bottom: .5rem;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lp_container .row .col_2 img {
    width: 100%;
}

.lp_container .row .text {
    padding: 3rem;
}


.lp_container .gray_background {
    background: #ececec;
}

.lp_container .green_background {
    background: #006b55;
}

.lp_container a.button {
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: rgb(54, 93, 230);
    background: linear-gradient(120deg, rgba(54, 93, 230, 1) 15%, rgba(86, 180, 251, 1) 100%);
    font-family: "MarkPro", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 1.5rem 3rem;
    margin-top: 1rem;
    display: inline-block;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.lp_container a.button:nth-child(2){
    margin-left: 3rem
}

.lp_container a.button:hover {
    background: rgb(54, 93, 230);
    background: linear-gradient(2400deg, rgba(54, 93, 230, 1) 15%, rgba(86, 180, 251, 1) 100%);
}

.lp_container .row_clients {
    text-align: center;
    color: #fff;
    padding: 2% 4%;
}

.lp_container .row_clients h3 {
    font-family: "MarkPro", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    margin: 0
}

.lp_container .row_clients .row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.lp_container .row_clients .row .column {
    background: #fff;
    width: 30%;
}

.lp_container .row_clients .row .column p {
    color: #000;
    font-family: "MarkPro", sans-serif;
    font-weight: 200;
    font-size: .9rem;
    padding: 0 18px;
}

.lp_container .rating {
    padding-top: 1.5rem;
    padding-bottom: .5rem;
}

.lp_container .rating span {
    background: #006b55;
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    display: inline-block;
    height: 35px;
    width: 35px;
}

.lp_container footer {
    text-align: center;
    padding: 1rem 0;
    background: linear-gradient(120deg, rgba(54, 93, 230, 1) 15%, rgba(86, 180, 251, 1) 100%);
}

.lp_container footer h2 {
    font-family: "MarkPro", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    margin-top: 10px;
}

.lp_container footer p {
    font-family: "MarkPro", sans-serif;
    font-weight: 200;
    font-size: 1rem;
    line-height: 1.4rem;
}

.lp_container footer p b {
    font-weight: 400;
}

.lp_container .row_products {
    text-align: center;
    background: #e8e8e8;
    padding: 1rem 1rem;
    padding-bottom: 3rem;

}

.lp_container .row_products h2 {
    font-family: 'MarkPro', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 2.5rem 0;
}

.lp_container .row_products:last-of-type {
    margin-bottom: 2.5rem;
}

.lp_container .row_products .row {
    width: 85%;
    margin: 0 auto
}

.lp_container .row_products a.button {
    margin-top: 2.5rem;
}

.lp_container .row_products .row .column {
    width: 20%;
    height: 198px;
    background: #fff;
    margin: 1rem 0;
}

body {
    margin: 0;
}

.lp_container .lotery {
    text-align: center;
    font-family: 'MarkPro', sans-serif;
}

.lp_container .lotery h2 {
    margin: 0;
    font-weight: 700;
    color: #365de6;
    font-weight: 2rem;
    margin-top: 2rem;
}

.lp_container .lotery h3 {
    color: black;
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: 0;
}

.lp_container .lotery ul {
    list-style: none;
    padding-left: 0;
}

.lp_container .lotery ul li {
    font-weight: 200;
    margin: 1rem 0;
    font-size: 1.15rem;
}

.lp_container .lotery ul li strong {
    font-weight: 700
}

.lp_container .lotery ul li span {
    font-weight: 700;
}

.lp_container .lotery ul li a {
    text-decoration: none;
    font-weight: 700;
    color: #365de6;
}

.lp_container .lotery ul li a:hover {
    text-decoration: underline;
}

.lp_container .lotery ul li:last-of-type {
    margin-bottom: 5rem;
}

.lp_container .lotery a.button {
    display: block;
    width: 75%;
    margin: 1rem auto;
    padding: 1rem 0;
    border-radius: 12px;
}

.lp_container .lotery a.button_2 {
    text-decoration: none;
    text-align: center;
    color: #365de6;
    font-family: "MarkPro", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 1rem 0;
    width: 75%;
    margin: 1rem auto;
    border: 2px solid #365de6;
    display: block;
    background: transparent;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 12px;
}

.lp_container .lotery a.button_2:hover {
    background: #365de6;
    color: white;
}

@media only screen and (max-width: 1200px) {
    .lp_container .row .col_2 p br {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .lp_container .header .text {
        top: 26%;
    }

    .lp_container .header .badge {
        right: 20%;
    }
}

@media only screen and (max-width: 900px) {
    .lp_container .container {
        padding: 2%;
    }

    .lp_container .row .text {
        padding: 1rem 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .lp_container .header .badge {
        display: none;
    }

    .lp_container .header .text {
        left: 25%
    }

    .lp_container .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lp_container .row a:nth-child(2) {
        margin-top: 2rem !important;
    }

    .lp_container .row .col_2 {
        width: 100%;
    }

    .lp_container .row_clients .row .column {
        width: 100%;
        margin-bottom: 1rem;
    }

    .lp_container .row_clients .row {
        margin-top: 1rem;
    }

    .lp_container .row_products .row .column {
        margin-bottom: 1rem;
    }

    .lp_container .row_products a.button {
        margin-top: 1.5rem;
    }

    .lp_container footer {
        padding: 1rem;
    }

    .lp_container .row_products .row .column {
        width: 80%;
    }

    .lp_container a.button {
        display: block;
    }

    .lp_container .lotery a.button,
    .lp_container .lotery a.button_2 {
        width: 100%;
    }

    .lp_container .container a.button:nth-child(2) {
        margin-bottom: 1.5rem;
    }
    
    .lp_container .row_products .row {
        width: 100%;
    }
    
    .lp_container a.button:nth-child(2) {
        margin-left: 0;
    }
    
    .lp_container a.button {
        font-size: 1rem;
        padding: 1rem 2rem
    }
}

@media only screen and (max-width: 501px) {
    .lp_container .header .text {
        left: 10%;
        top: 30%;
    }
}
