/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}fieldset{border:0;margin:0;padding:0}legend{display:none;border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}ol,ul{margin:0;padding:0;list-style:none}*{margin:0;padding:0}button,input[type=tel],input[type=number],input[type=text],input[type=email],input[type=password],textarea{-webkit-appearance:none;}*{outline:0;text-rendering:optimizeLegibility}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}

*, *:after, *:before{
	margin: 0; padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -khtml-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
	color: black;
	background: white;
	font: 300 15px/1.5 'Montserrat', sans-serif;
}

body.black-site{
    background-color: #161a1e;
    color: #fff;
}

h1.big-title{
	font-size: 80px;
	font-weight: 500;
	line-height: 70px;
}

h2{
	font-size: 47px;
	line-height: 54px;
}

small{
	font-size: 17px;
}

header small{
	display: block;;
	padding-bottom: 10px;
}

.green-title{
	color: #7bb10f;
	padding-bottom: 0;
}

fieldset{
    border: none;
}
.label,
label{
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
}
.error label,
.error .label{
    color: #ec0c14;
}
input, textarea, select{
    cursor: default;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 20px;
    border: 0;
    border-bottom: 1px solid #e0e0df;
    background-color: transparent;
    font-size: 16px;
}
.error input,
.error textarea,
.error select{
    border-bottom-color: #ec0c14;
}
textarea{
    resize:vertical;
    max-height: 100px;
    min-height: 50px;
}
button{
    border: none;
    background-color: black;
    color: white;
}
a{
    color: black;
    text-decoration: none;
}
.black a{
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
h1{
    font-size: 48px;
}
img{
    max-width: 100%;
    height: auto;
}
b{
    font-weight: bold;
    font-size: 24px;
}

/*-- Clearfix --*/
.sr{
  height: 1px; width: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}
.clearfix:before,
.clearfix:after{
    content: '';
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
}

/* Helper classes */
.wrapper{
    padding: 0 5% 0 20%;
}
.header{
    position: relative;
    padding: 0 0 20px 0;
    margin-bottom: 30px;
}
.header--bottom{
    margin-bottom: 50px;
}
.header:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 130px;
    height: 2px;
    background-color: #7bb10f;
}
.black-site .header:after{
    background-color: #ec0c14;
}
.circle img{
	display: block;
	border-radius: 50%;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.text-center {
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-bold{
    display: block;
    padding: 0 0 5px 0;
    font-weight: bold;
    color: #383a42;
    font-size: 20px;
}
.black-site .text-bold{
    color: #fff;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.text-grey{
    display: block;
    text-align: right;
    color: #383a42;
}
.black-site .text-grey{
	color: #fff;
}
.txt-green{
    color: #7bb10f;
}
.txt-red{
    color: #ec0c14;
}
.phone{
    font-weight: bold;
    color: #383a42;
}
.black-site .phone{
    color: #fff;
}
.email:hover,
.phone:hover{
    color: #7bb10f;
    text-decoration: underline;
}
.email{
    font-weight: bold;
    color: #7bb10f;
}

.black-site .email:hover,
.black-site .phone:hover,
.black-site .email{
    color: #ec0c14;
}
.list > li{
    position: relative;
    padding: 15px 0 15px 35px;
}
.list > li:before{
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #7bb10f;
}
.black-site .list > li:before{
    background-color: #ec0c14;
}
.ordered-list{
    padding: 20px 0 0 20px;
}
.ordered-list li{
    position: relative;
    padding: 10px 0 10px 20px;
    font-weight: lighter;
    line-height: 1.4;
}
.list-num{
    position: absolute;
    top: 10px;
    left: 0;
    font-weight: lighter;
    font-size: 18px;
    color: #7bb10f;
}
.black-site .list-num{
    color: #ec0c14;
}
/* End Helper classes */

/* Btn */
.btn{
    display: inline-block;
    min-width: 270px;
    padding: 15px 0;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #45474f;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn:hover{
    background-color: #7bb10f;
}

.black-site .btn:hover{
    background-color: #ec0c14;
}

/* Logo */
.logo{
    display: inline-block;
}
.logo a{
    display: block;
    width: 134px;
    height: 63px;
    background: url('../images/logo.svg') no-repeat;
}
.black-site .logo a{
    background-image: url('../images/logo-white.svg');
}

/* Main header */
.site--fullpage .main-header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.main-header{
    padding: 20px 2%;
}

/* Navigation */
.footer{
	overflow: hidden;
}
.navigation{
	float: right;
	display: inline-block;
    text-align: right;
    padding: 20px 15px;
	font-size: 0;
	background-color: #fff;
}

.navigation-transparent .navigation{
	background-color: transparent;
}

.navigation-transparent .navigation li a{
	color: #fff;
}

.fixed-navigation .navigation{
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 20px 15px;
}

.site--fullpage .navigation{
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 0;
	padding: 20px 15px;
}

.black-site .navigation{
	background-color: #000;
}

.navigation li{
    display: inline-block;
    vertical-align: top;
}

.navigation li a{
    display: block;
    padding: 0 10px;
    font-size: 12px;
    font-weight: lighter;
    text-transform: uppercase;
    color: #000;
}

.black-site .navigation li a{
	color: #fff;
}

.navigation li a:hover{
    text-decoration: underline;
    color: #7bb10f;
}

.black-site .navigation li a:hover{
    color: #ec0c14;
}

/* Section background image */
.section{
    position: relative;
}
.section--bgr{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* Label top */
.label-top{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 20px 50px 20px 60px;
    color: #fff;
    background-color: #7bb10f;
    cursor: pointer;
}

.black-site .label-top{
    background-color: #383a42;
}

.label-top:hover span{
    text-decoration: underline;
}

.label-top span{
    position: relative;
    display: inline-block;
    padding-left: 40px;
		font-weight: 400;
}

.label-top span:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.label-top:hover span:before{
    left: -5px;
}

/* Scroll down link */
.scroll-down{
    position: absolute;
    bottom: 50px;
    left: 4%;
    padding-left: 20px;
    color: #000;
		font-weight: 400;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.scroll-down:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ec0c14;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.scroll-down:hover{
    color: #ec0c14;
}

.scroll-down:hover:before{
    left: -5px;
}

.black-site .scroll-down{
    color: #fff;
}

/* Grid */
.grid{
    font-size: 0;
}

.grid--text-light{
    margin: 0 -20px;
}

.grid--text-light a,
.grid--text-light{
    font-weight: lighter;
    color: #383a42;
}

.black-site .grid--text-light a,
.black-site .grid--text-light{
    color: #fff;
}

.grid--text-light a:hover{
    color: #7bb10f;
    text-decoration: underline;
}

.black-site .grid--text-light a:hover{
    color: #ec0c14;
}

.grid__col{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.grid--center .grid__col{
	vertical-align: middle;
}

.grid__col--padding{
	padding-right: 80px;
}

.grid--text-light .grid__col{
    line-height: 1.3;
    padding: 10px 20px;
}

.grid--padding .grid__col{
    padding: 5px 10px;
}

.grid__col--20{
    width: 20%;
}

.grid__col--30{
    width: 30%;
}

.grid__col--33{
    width: 33.3%;
}

.grid__col--40{
    width: 40%;
}

.grid__col--50{
    width: 50%;
}

.grid__col--60{
	width: 60%;
}

.grid__col--70{
    width: 70%;
    padding: 0 50px 0 15%;
}

.grid__col--80{
    width: 80%;
}

.grid__col--100{
    width: 100%;
}

.grid__col a,
.grid__col a img{
    display: block;
}

.grid--img img{
    width: 100%;
    height: 100vh;
}

.grid__col--bgr a{
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.grid header h2{
	position: relative;
	padding: 0 0 15px 0;
	margin-bottom: 10px;
}

.grid header h2:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background-color: #7bb10f;
}

.black-site .grid header h2:after{
	background-color: #ec0c14;
}

.bgr-content span{
	display: block;
	font-size: 28px;
}

.bgr-content strong{
	display: block;
	position: relative;
	font-size: 100px;
	font-weight: 500;
	line-height: 90px;
}

.bgr-content strong:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 150px;
	height: 10px;
	margin: 50px 0 0 0;
	background-color: #7ab10d;
}

.bgr-content--white strong:after{
	background-color: #ec0c14;
	right: 165px;
}
.bgr-content--white span{
	color: #ec0c14;
}
.bgr-content--white strong{
	color: #fff;
}

.center-section{
	display: flex!important;
	/*flex-direction: column;*/
	justify-content: center;
	align-items: center;
}

.center-section--start{
	align-items: flex-start;
}

.center-section__content--white{
	color: #fff;
}

.header-bottom{
	padding-bottom: 15px;
}

p{
	padding-top: 10px;
}

.width-50{
	width: 50%;
}

.width-70{
	width: 70%;
}

.wrapper-site{
	padding: 50px 10% 0 10%;
}

.txt-red{
	color: #ec0c14;
}
/* Form */
.form{
    padding: 0 0 70px 0;
}

.form .grid{
    margin: 0 -20px;
}

.form .grid__col{
    padding: 15px 20px;
}

.form legend{
    position: relative;
    display: block;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    font-size: 25px;
}
.form legend:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 2px;
    background-color: #7bb10f;
}
.black-site .form legend:after{
    background-color: #ec0c14;
}

/* Contact */
.contact{
    position: relative;
    min-height: 145px;
    margin: 30px 0;
    padding: 0 0 0 170px;
}

.contact:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 145px;
    background: url('../images/icon-contact.jpg') no-repeat;
}

.black-site .contact:before{
    background-image: url('../images/icon-contact-white.jpg');
}

.contact .grid__col{
    font-size: 13px;
}

/* Section SmartHomes */
/*.section[data-anchor="smartHome"]{
	position: relative;
}

.section[data-anchor="smartHome"]:after{
	content: '';
	position: absolute;
	width: 400px;
	height: 300px;
	right: 0;
	bottom: 0;
	background: url('../images/img04.png') no-repeat;
}*/

.right-img{
	position: absolute;
	top: 10%;
	right: 0;
	width: 40%;
	z-index: -1;
}

.bottom-right-img{
	position: absolute;
	bottom: 0;
	right: 10%;
	width: 40%;
}

.bottom-right-img img,
.right-img img{
	display: block;
}

/* Icon list */
.icon-list{
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
}

.icon-list li{
	width: 33.3%;
	padding: 0 40px 0 0;
	font-size: 13px;
}

.icon-list li:last-of-type{
	padding-right: 0;
}

.icon-list li h3{
	display: block;
	padding-bottom: 5px;
	font-size: 18px;
}

.icon{
	display: block;
	width: 120px;
	height: 100px;
	margin-bottom: 20px;
	background: url('../images/sprite.png') no-repeat 0 0;
}

.icon-1{
	background-position: 0 0;
}

.icon-2{
	background-position: -130px 0;
}

.icon-3{
	background-position: -250px 0;
}

.icon-4{
	background-position: -370px 0;
}

.icon-5{
	background-position: -490px 0;
}

.icon-6{
	background-position: -610px 0;
}


/* Responsive */
@media (max-width: 1370px){
	body{
		font-size: 14px;
	}
	b{
		font-size: 20px;
	}
	h2{
		font-size: 36px;
		line-height: 40px;
	}
	.icon-list li h3{
		font-size: 18px;
	}
	.wrapper-site {
    	padding: 30px 5% 0 5%;
	}
	.scroll-down{
		bottom: 20px;
		left: 3%;
	}
	h1.big-title{
		font-size: 70px;
		line-height: 60px;
	}
	h2 {
	    font-size: 30px;
	    line-height: 35px;
	}
	.grid p{
		font-size: 14px;
	}
	.grid .icon-list p{
		font-size: 11px;
	}
	.icon-list li h3{
		font-size: 16px;
		padding-bottom: 0;
	}
	.form legend{
		font-size: 22px;
		line-height: 25px;
	}
	.contact:before{
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transform-origin: top;
		transform-origin: top;
	}
	.contact{
		margin: 20px 0 -20px 0;
	}
	.contact .grid__col{
		font-size: 11px;
	}
	.grid--padding .grid__col{
	    padding: 3px 10px;
	}
	.form legend{
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
	}
	.circle img{
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	.grid__col--padding{
		padding-right: 20px;
	}
	.label, label {
		display: block;
		padding-bottom: 5px;
		font-size: 14px;
	}
	input, textarea, select{
		font-size: 15px;
	}
	textarea{
		height: 70px;
		max-height: 80px;
	}
	.form .grid__col {
		padding: 12px 20px;
	}
	.icon{
		transform: scale(0.8);
		transform-origin: bottom left;
	}
	.icon-list{
		padding-top: 20px;
	}
	.text-bold{
		font-size: 16px;
	}
	.grid--text-light .grid__col{
		font-size: 15px;
	}
	h1{font-size: 42px;}
}

/* Large devices (desktops, less than 75em) */
@media (max-width: 74.9em){

    /* html::after{
        display: none;
        content: 'mobile'
    }
    body::before{
        content: "Large devices (desktops, less than 75em)";
        display: block;
        text-align: center;
        background: rgba(0,150,150, 0.5);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        color: white;
        z-index: 10000;
    } */
	body{
		font-size: 13px;
	}
	h1{
		font-size: 36px;
	}
	b{
		font-size: 18px;
	}
	.list > li{
		padding: 10px 0 10px 35px;
	}
	.list > li:before{
		top: 22px;
	}
	.header--bottom {
	margin-bottom: 30px;
	}
	.grid--text-light .grid__col{
		font-size: 14px;
	}
	.wrapper{
		padding: 0 5%;
	}
	.bgr-content strong{
		font-size: 70px;
		line-height: 60px;
	}
	.bgr-content span{
		font-size: 24px;
	}
	.bgr-content strong:after {
		height: 6px;
		margin: 38px 0 0 0;
	}
	.logo a{
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	.main-header {
	padding: 10px 1%;
	}
	h1.big-title {
		font-size: 50px;
		line-height: 45px;
	}
	small{
		font-size: 15px;
	}
	header small{
		padding-bottom: 5px;
	}
	.header-bottom {
		padding-bottom: 5px;
	}
	.scroll-down{
		font-size: 13px;
	}
	h2 {
		font-size: 22px;
		line-height: 30px;
	}
	.grid p {
		font-size: 12px;
	}
	.icon-list li h3{
		font-size: 13px;
	}
	.icon-list li{
		padding: 0 20px 0 0;
	}
	.grid__col--60{
		width: 100%;
	}
	.width-50 {
		width: 60%;
	}
	.right-img img{
		display: none;
	}
	.bottom-right-img img,
	.right-img img{
		transform: scale(0.8);
		transform-origin: right;
	}
	.bottom-right-img img{
		transform-origin: bottom right;
	}
	.grid__col--padding.grid__col--60{
		width: 60%;
		padding: 0;
	}
	.grid__col--padding.grid__col--60 p{
		font-size: 12px;
	}
	.grid header h2{
		padding: 0 0 10px 0;
		margin-bottom: 10px;
	}
	.icon-list{
		padding-top: 0;
		margin-top: -20px;
	}
	.icon{
		transform: scale(0.6);
		margin-bottom: 10px;
	}
	.site--fullpage .main-header{
		position: absolute;
	}
}


/* Medium devices (tablets, less than 62em) */
@media (max-width: 61.9em){

    /* body::before{
        content: "Medium devices (tablets, less than 62em)";
        display: block;
        text-align: center;
        background: rgba(50,150,0, 0.5);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        color: white;
        z-index: 10000;
        font-size: 12px;
    } */
	h1 {
		font-size: 32px;
	}
	b {
		font-size: 16px;
	}
	.header--bottom {
		margin-bottom: 20px;
	}
	.grid--text-light .grid__col {
		font-size: 13px;
	}
	.text-bold {
		font-size: 15px;
	}
	.bgr-content strong {
		font-size: 50px;
		line-height: 45px;
	}
	.bgr-content strong:after{
		margin: 24px 0 0 0;
		width: 100px;
	}
	.bgr-content--white strong:after{
		right: 65px;
	}
	.bgr-content span {
		font-size: 20px;
	}
	.logo a{
		transform: scale(0.6);
	}
	.grid__col--padding.grid__col--60 p {
		font-size: 11px;
	}
	h2 {
		font-size: 20px;
		line-height: 25px;
	}
	.btn{
		min-width: 100%;
	}
	.grid__col--70{
		padding: 0 30px 0 15%;
	}
	.label-top{
		padding: 20px;
	}
	.width-70{
		width: 100%;
	}
}

/* Small devices (landscape phones, less than 48em) */
@media (max-width: 47.9em){

    /* body::before{
        content: "Small devices (landscape phones, less than 48em)";
        display: block;
        text-align: center;
        background: rgba(150,150,0, 0.5);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        color: white;
        z-index: 10000;
    } */
	body{
		font-size: 10px;
	}
	.bgr-content strong {
		font-size: 30px;
		line-height: 35px;
	}
	.bgr-content span {
		font-size: 15px;
	}
	.bgr-content strong:after {
		margin: 19px 0 0 0;
		width: 50px;
		height: 4px;
	}
	.bgr-content--white strong:after{
		right: 40px;
	}
	.main-header{
		padding: 0;
	}
	.site--fullpage .main-header{
		left: -15px;
	}
	.logo a {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	.navigation li a{
		font-size: 10px;
	}
	.grid__col--30,
	.grid__col--70,
	.grid__col--40,
	.width-50,
	.grid__col--60,
	.grid__col--padding.grid__col--60{
		width: 100%;
	}
	.grid__col--40{
		text-align: center;
	}
	.circle{
		display: inline-block;
		padding: 20px 0 0 0;
	}
	.circle img{
		-webkit-transform: scale(1);
		transform: scale(1);
		width: 200px;
		height: 200px;
	}
	.bottom-right-img{
		display: none;
	}
	h1.big-title {
		font-size: 25px;
		line-height: 25px;
	}
	small {
		font-size: 13px;
	}
	p {
		padding-top: 5px;
	}
	.label-top{
		font-size: 10px;
		padding: 10px 20px 10px 20px;
	}
	.label-top span{
		padding-left: 30px;
	}
	.label-top span:before{
		width: 20px;
	}
	.logo{
		/* background-color: #fff; */
		width: 120px;
		height: 60px;
		padding-top: 12px;
	}
	.logo a{
		transform-origin: top;
	}
	.label-top,
	.scroll-down{
		display: none;
	}
	.grid__col--70,
	.wrapper-site{
		padding: 0 3%;
	}
	.fp-section{
		padding: 30px 0;
		overflow: hidden;
	}
	.fp-section:first-of-type,
	.fp-section:last-of-type{
		padding-bottom: 0;
	}
	#map{
		height: 300px!important;
	}
	.form legend{
		font-size: 18px;
	}
	.btn{
		min-width: 100%;
	}
	.contact{
		padding: 0;
		margin: -40px 0 20px 0;
	}
	.contact:before{
		display: block;
		margin: 0 auto 20px auto;
		position: initial;
		transform-origin: bottom;
	}
	.form {
		padding: 0 0 40px 0;
	}
	.section--bgr:first-of-type{
		min-height: 400px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.section{
		padding: 30px 0;
		/*overflow: hidden;*/
	}
	.fp-tableCell,
	.fp-section{
		height: 100%!important;
	}
	.icon-list{
		margin-top: 0;
		padding-top: 30px;
	}
	.grid__col--33 {
		width: 50%;
	}
	h1 {
		font-size: 28px;
	}
	.header{
		padding: 0 0 10px 0;
	}
	.list{
		font-size: 13px;
	}
	.ordered-list {
		padding: 20px 0 0 0;
	}
	.fixed-navigation .navigation{
		position: static;
		text-align: center;
	}
	.navigation{
		padding: 20px 15px;
		text-align: center;
	}
	.icon{
		margin: 0 auto;
		transform-origin: center;
	}
	.icon-3,
	.icon-1,
	.icon-6{
		position: relative;
		right: -15px;
	}
	.icon-list li{
		text-align: center;
		padding: 0 0 30px 0;
	}
}

/* Extra small devices (portrait phones, less than 34em) */
@media (max-width: 33.9em){

    /* body::before{
        content: "Extra small devices (portrait phones, less than 34em)";
        display: block;
        text-align: center;
        background: rgba(15,15,15, 0.5);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        color: white;
        z-index: 10000;
    } */
	.bgr-content strong {
		font-size: 25px;
		line-height: 30px;
	}
	.bgr-content span {
		font-size: 13px;
	}
	.bgr-content strong:after {
		margin: 16px 0 0 0;
	}
	b{
		font-size: 13px;
	}
	.list{
		font-size: 12px;
	}
	.grid__col--50{
		width: 100%;
	}
	.form {
		padding: 0 0 40px 0;
	}
	.icon-list li{
		width: 100%;
		margin-top: -10px;
	}
	.icon-list li:last-of-type{
		padding-bottom: 0;
	}
	.grid__col--33{
		width: 100%;
	}
	.grid--text-light{
		margin: 0;
	}
	.grid--text-light .grid__col{
		padding: 10px 0;
	}
	h1{
		font-size: 22px;
	}
	.header--bottom {
		margin-bottom: 10px;
	}
	.text-bold {
		font-size: 13px;
	}
	.grid--img .grid__col--50 {
		width: 100%;
		height: 50vh;
	}
	.grid__col--bgr a{
		height: 100%;
	}
}
/* End Responsive */
.grecaptcha-badge{display:none!important}