.page-header .prlx-bg .bg{
	background-image:url(../images/header.jpg);
}
.sectore{}
.sectore article{
	position: relative;
	z-index: 0;
    overflow: hidden;
}
.sectore .container{
	position: relative;
	z-index: 1;
}
.sectore .inner{
	background-color: #fff;
}
.sectore .inner h3{
    color: #005293;
    font-size: 24px;
    margin-bottom: 1rem;
}
.sectore .inner h3  + p{
    line-height: 1.8;
    margin-bottom: 2rem;
}
_:lang(x)::-ms-backdrop, .sectore .page-lead + p img,
_:lang(x)::-ms-backdrop, .career .page-lead + p img{
	width: 100%;
	height: auto;
}
.sectore article:nth-of-type(even) .box--shadow::before{
left:auto;
right: 5rem;
}
@media screen and (min-width:641px){
	.sectore article{
	padding-top: 10rem;
	}
	.sectore .image--half{
	position: absolute;
	z-index:-1;
	top: 0;
}
    .sectore article:nth-of-type(odd) .image--half{
        left: 0;
    }
    .sectore article:nth-of-type(even) .image--half{
        right: 0;
    }
	.sectore article:nth-of-type(odd) .inner{
	margin-left: 40%;
	}
    .sectore article:nth-of-type(even) .inner{
	margin-right: 40%;
	}
}
.works-thumbs{
    margin-bottom:6rem;
}
.works-thumbs .slick-dots{
	bottom: -4rem;
}
.works-thumbs > p{
    font-weight: bold;
    margin-bottom: 1rem;
    color: #005293;
}
.works-thumbs ul{
    list-style: none;
}
.works-thumbs ul li{
    padding:.5rem;
}
.works-thumbs ul li img{
    margin-bottom: 1rem;
}
.works-thumbs img.lazy {
	min-height:163.636364%;
	}
.works-thumbs ul li p{
    font-size:12px;
}


ul.step-list{
  padding: 2rem;
	background-color:#dae7ef;
	list-style: none;
}
ul.step-list li{
	padding:2rem;
}
ul.step-list li h3{
	margin-bottom: 2rem;
}
ul.step-list li p{
line-height: 1.8;
}
@media screen and (min-width:641px){
	ul.step-list.fx li{
		flex-basis: 33.333333%;
	}
}


ul.goal-list{
  padding: 2rem;
	background-color:#dae7ef;
	list-style: none;
}
ul.goal-list li{
	padding:2rem;
}
ul.goal-list li h3{
	margin-bottom: 2rem;
}
ul.goal-list li p{
line-height: 1.8;
}
@media screen and (min-width:641px){
	ul.step-list.fx li{
		flex-basis: 50%;
	}
}


dl.cafe-list{
	border:solid 1px #005293;
  border-bottom: 0;
  line-height:2em;
  background-color:#dae7ef;
}
dl.cafe-list dt{
	color: #fff;
	text-align: center;
	background-color: #005293;
	padding:1rem;
	font-style: normal;
  width: 14em;
  border-bottom: 1px #dae7ef solid;
}
dl.cafe-list dt:last-child{
  border-bottom: 0;
}
dl.cafe-list dd{
  margin-top: -4em;
	padding:1rem;
   padding-left: 16em;
  border-bottom: 1px #005293 solid;
}

.thumb-ef figure::before,
.thumb-ef figure::after {
  border:.5rem solid transparent;
}