/*helloworld
	Theme Name: PTC
	Description: Theme for the Positive Thinking Company
	Version: 1.0.0
	Author: Wortld of Digits
	Author URI: https://worldofdigits.com
*/

/*RESET*/

/* @import "normalize.css"; */

/*BASE*/

:root {
  /*Template width*/

  /*Header*/




  /*Default Font size in px */
/*  -----------------------------*/
/*-------------------------------*/





  /*Background-color */

  /*Color*/

  /*Title Size in px*/

  /*Line Height in px*/

/*Converted Font Size(fontx) in rem*/


/*Convert Line Height(linex) in rem*/  /*80px*/  /*54px*/  /*38px*/  /*32px*/  /*26px*/  /*24px*/
  /* --lightShadowHover : -4px 4px #ddd; */


  /*Define Media Query */
  /*mobile*/
  /*tablet*/
  /*desktop*/

  /*opt*/


  /*Margin-profile*/
}

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

html {
	/* font-size:var(--rootFontSize); */
	font-size:16px;
	font-size:1rem;

	font-family: 'Montserrat', sans-serif;
}

body {
	margin:0;
	padding:0;
	background-color: #fff;
	background-color: #EFF1F2;
}

*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding:0;
	margin:0;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
}

article{
	padding:20px;
}

h2,
h3,
h4{
	color: #ff1738;
	font-size: 20px;
	font-size: 1.25rem;
	margin-top:60px;
	margin-bottom:0px;
}

p,
li{
	color: #373d3f;
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-weight: 500;
}

picture img{
  display: block;
}

body.lang-en .de{display: none;}

body.lang-de .en{display: none;}

.grecaptcha-badge{
	display: none;
}

@media (min-width: 768px){
	article{

		padding:0 110px;
	}

}

@media (min-width: 1140px){
	article{

		padding:0 110px;
	}
	.desktop-hide{
		display: none;
	}
}

/*PRINT*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		-webkit-box-shadow:none !important;
		        box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*LAYOUT*/

/*Style and structure the main html element*/

/* header */

.header {
  margin: 0 auto;
  width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  color: #EFF1F2;
  position: relative;
  background-color: transparent !important;
  /*
  width:100%;
  position:absolute;
  right:50%;
  left:50%;
  transform:translateX(-50%);
  padding: 0 0 75px 0;
  color:var(--lightColor);*/
  z-index: 999;
  position: absolute;
  width: 100%;
}

.main {
  display: block;
  padding: 100px 0;
  /* background: transparent url('./../../img/background.svg') repeat-y center top; */
  padding-bottom:0;
}

.footer {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*
.header--naked{
    color:var(--primaryColor);
    height:auto;
  } */

@media (min-width: 1140px) {
  .header {
    width: 1140px;
    position: absolute;
    right: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 20px 0 75px 0;
    color: #EFF1F2;
    /* height:var(--headerHeight, 420px);/*420px*/
  }
  .header--naked {
    color: #ff1738;
  }

  header.header--naked.header--ptc{
        color: #EFF1F2;
  }
  .main {}
  /* nav */
  .nav {}
  /* sidebar */
  .sidebar {}
  /* footer */
  .footer {
    height: 350px;
    width: 1140px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/*Create simple grid to position block*/

.row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: transparent;
}

.row--block{
  width:100% !important;
}

@media(min-width: 1140px){
  .row--block{
    display: block;
    margin:0 auto;
    width:1140px !important;
  }
}

.row--block:after{
  content: "";
  display: table;
  clear: both;

}

.row--col{
  height:1500px; /*taille du container*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*Make the row 100% width instead of 1140px*/

.row--fluid{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 350px;
          flex: 1 1 350px;
}

/*Center element inner the row*/

.row--center{
  width:680px;
  text-align: center;
}

/*Set it on the right in the inner the row*/

.row--right{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*needed when you have to set you defined grid against the right side of an outer row*/

.row--adjust{
  margin-right:0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}

.row__cell{
  -webkit-box-flex:1;
      -ms-flex:1 1 auto;
          flex:1 1 auto;
}

@media (min-width: 1140px) {

  .row{
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 1140px;
  }
  .row--fluid{
      width: 100%;
  }

  .row:nth-of-type(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .row--push-right{
    width: calc(570px + 50%);
    text-align:right;
    float:right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .row--rtl{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }


}

.row--jusfiy-center{
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/*BLOCK*/

.btn {
  display: inline-block;
  position: relative;
  line-height: 1;
  border-radius: 0;
  border:0;
  text-decoration: none;
  outline:0; /* FIXME: add focus style */

  -webkit-perspective: 200px;

          perspective: 200px;
  cursor: pointer;
  text-transform: uppercase;
  font-size:11px;
  font-size:0.6875rem;
  font-weight: bold;
  font-family:inherit;
  letter-spacing: 0.92px;
  color:white;
  padding: 20px 35px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: transparent

}

.btn:before {
  content:'';
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.25s cubic-bezier(0,.44,.34,.99);
  transition: all 0.25s cubic-bezier(0,.44,.34,.99);
  background-color: #ff1738;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .3);
          box-shadow: 0 0 0 rgba(0, 0, 0, .3);
}

.btn:after {
  content:url('./../../img/btn-arrow.svg');
  display: inline-block;
  margin-left: 10px;
  top: 2px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn:hover:before {/*transform: rotateX(9deg) rotateY(-1.5deg) rotateZ(-1.5deg);
*/
  -webkit-transform: skew(-1.5deg, -1.5deg);
          transform: skew(-1.5deg, -1.5deg);
  -webkit-box-shadow: -4px 4px 0 rgba(0, 0, 0, .3);
          box-shadow: -4px 4px 0 rgba(0, 0, 0, .3);
}

.btn:hover:after {
  -webkit-transform: translate(3px);
          transform: translate(3px);
}

.btn--secondary:before {
  background-color: #373d3f;
}

.btn--align-center{
  display: table;
    margin:0 auto;
}

.btn-triangle {
    display: inline-block;
    position: relative;
    line-height: 1;
    border-radius: 0;
    border:0;
    text-decoration: none;
    outline:0; /* FIXME: add focus style */
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: bold;
    font-family:inherit;
    letter-spacing: 0.92px;
    /* padding: 20px 35px; */
    padding: 20px 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: transparent;
    color:#ff1738;
    z-index: 1

}

.btn-triangle:before {
  color:white;
  text-shadow: -4px 4px 0 #EBEDEF;
  content: '▲';
  font-size:46px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  position: absolute;
  width: 0;
  top: -8px;/*left: 33px;
*/
  left:15px;
  height: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;/*transform-origin: center;
*/
  -webkit-transform: rotate(42deg) scaleY(0.85) scaleX(1);
          transform: rotate(42deg) scaleY(0.85) scaleX(1);
}

.btn-triangle:after {
  content:url('./../../img/btn-arrow--red.svg');
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-triangle:hover:before, .btn-triangle.hovered:before {
  top: -2px;
  left: 100%;
  -webkit-transform: translateX(-11px) rotate(82deg) scaleY(1) scaleX(1.2);
          transform: translateX(-11px) rotate(82deg) scaleY(1) scaleX(1.2);
  text-shadow: -2px -9px 0 #EBEDEF;
}

.btn-triangle:hover:after, .btn-triangle.hovered:after {
  -webkit-transform : translateX(7px);
          transform : translateX(7px);
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn-triangle--1 {
  color:#ff1738
}

.btn-triangle--1:before {
  color:white;
}

.btn-triangle--2 {
  color:white
}

.btn-triangle--2:before {
  color:#373d3f;
}

.btn-triangle--3 {
  color:white
}

.btn-triangle--3:before {
  color:#ff1738;
}

.btn-triangle--4 {
  color:#373d3f
}

.btn-triangle--4:before {
  color:white;
}

.btn-triangle--5{
  color:#ff1738
}

.btn-triangle--5:before {
  color:#EFF1F2;
}

.btn-triangle--center{
  display: table;
  margin: 0 auto;
}

.btn-triangle--white-arrow:after {
  content: url(./../../img/btn-arrow--white.svg);
}

.logo{
  /* z-index: 10000; */
  padding: 10px 0 0 20px;
}

.logo__img{
  width:90%;
}

@media (min-width: 768px) {
  .logo__img{
    width:100%;
  }
}

@media (min-width: 1190px) {
  .logo{
    padding:0;
  height:40px;

  }


}

.nav{
  width: 100%;
  position: absolute;
  z-index: -1;
  height:40px;
}

.nav__mobile{
/* background-color:#fff; */
/*var(--primaryColor)*/
display: block;
padding:10px;
text-align: right;
    margin-top: 5px;

}

.nav__mobile-link{
  font-size: 16px;
  font-size: 1rem;
  color: #eee;
  text-decoration: none;
  font-weight: 500;
}

.nav__list{
  opacity: 0;
  -webkit-transform:translateX(-100%);
          transform:translateX(-100%);
  margin-right:-999px;
  margin-top: -480px;
  /* display: none; */
  list-style-type: none;
}

.nav__list--mobile-active{
  opacity:1;
  -webkit-transform:translateX(1%);
          transform:translateX(1%);
  margin-top: 16px;
  /* display:block; */
  -webkit-transition: -webkit-transform .4s .4s;
  transition: -webkit-transform .4s .4s;
  transition: transform .4s .4s;
  transition: transform .4s .4s, -webkit-transform .4s .4s;
}

body{
  counter-reset: inc;
}

.nav__list-item{
  font-size:42px;
  line-height: 92px;
  font-weight: 900;
  -webkit-transition:all 1s 1s;
  transition:all 1s 1s;
}

.nav__list-item.lang a{
  padding:10px 5px;
  color:#ff1738;
}

.nav__link{
    text-decoration: none;
    color: #ff1738;/*#fff;*/
    z-index: 2;
}

.nav--mobile-active{
background-color: #fff;/*var(--primaryColor);*/
width: 100%;
height:100vh;
position: fixed;
top:0;
right:0;
z-index:9999;
-webkit-transition: all .1s;
transition: all .1s;
overflow-y:scroll;
overflow-x:hidden;
}

@media (min-width: 1190px) {

  .nav {
    width: auto;
    position:static;
    z-index:auto;
    height:40px;
    color:#ff1738;
  }

.nav--white{
  color:#fff;
}

  .nav__list {
    opacity: 1;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 700px;
    margin-top: 16px;
  }

  .nav__list-item {
    line-height: 18px;
    color:inherit;
  }

  .nav__list-item a {
    position: relative;
    color: inherit;
    font-size: 0.6875rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom:12px;
    -webkit-transition: all .5s;
    transition: all .5s;

  }

  .nav__list-item a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ff1738;
    visibility: hidden;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .nav--white .nav__list-item a:before{
    background-color: #fff;
  }

  .nav__list-item a:hover{
    color:#ff1738;
  }


  .nav--white .nav__list-item a:hover{
    color:#fff;
  }

  .nav__list-item a:hover:before{
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  .nav__list-item--active a:before, .nav__list-item.lang a.active-1:before{
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }


  .nav__link{
  }

/*Mobile icon navigation menu*/
  .nav__mobile{
      display: none;
  }

}

.stat__square{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width:150px;
  height:150px;
  border:2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  margin:10px;
  background-color : rgba(255, 255, 255, .2);

}

.stat__num{

  margin:0;
  padding:0;
  margin-top:20px;
  font-size:32px;
  text-align: center;
  font-weight: bold;
  color:#373d3f;
}

.stat__txt{
  margin:0;
  padding:20px;
  font-size:16px;
  text-align: center;
  font-weight: bold;
  color:#373d3f;
}

.stat__square{
  margin:0;
}

.stat__square{
  margin-bottom:0;
}

.stat__square:nth-of-type(2){
  margin-top: 20px;
margin-left: -20px;
}

.stat__square:nth-of-type(3){
  margin-top: -10px;
  margin-left: -30px
}

.stat__square:nth-of-type(4){
  margin-top: 40px;
  margin-left: -10px;
}

@media (min-width: 768px) {
  .stat__square{
    width:325px;
    height:325px;
  }

  .stat__num{
    font-size:90px;
    height:80px;
    line-height: 5rem;
  }
  .stat__txt{
      margin:20px 0 0 0;
    font-size:1.25rem;
    height: 32px;
    line-height: 2rem;
  }

  .stat__square{
    margin:0;
  }
  .stat__square{
    margin-bottom:0;
  }
  .stat__square:nth-of-type(2){
    margin-top: 250px;
  margin-left: -270px;
  }
  .stat__square:nth-of-type(3){
    margin-top: 60px;
    margin-left: -30px
  }
  .stat__square:nth-of-type(4){
    margin-top: 340px;
    margin-left: -270px;
  }
}

@media (min-width: 1140px) {
  .stat__square:nth-of-type(2){
    margin-top: 250px;
  margin-left: -170px;
  }
  .stat__square:nth-of-type(3){
    margin-top: 60px;
    margin-left: -80px
  }
  .stat__square:nth-of-type(4){
    /* margin-top: 340px; */
    margin-top:250px;
    margin-left: -190px;
  }
}

.card{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position:relative;
  background-color:transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding:30px;
  width: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-perspective: 400px;
          perspective: 400px;
}

.card:before{
  background-color:#fff;
  -webkit-box-shadow: -3px 3px #d9dde1;
          box-shadow: -3px 3px #d9dde1;
  content: "";
  z-index: -1;
  -webkit-transform: rotateX(0.7) rotateY(0deg) rotateZ(0deg);
          transform: rotateX(0.7) rotateY(0deg) rotateZ(0deg);
  -webkit-transform:rotate(1deg);
          transform:rotate(1deg);
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -webkit-transition: 0.3s cubic-bezier(0,.44,.34,.99);
  transition: 0.3s cubic-bezier(0,.44,.34,.99);
}

.card__wrap{
  overflow: hidden;
}

.card__image{
  margin:0;
  -webkit-box-flex:0;
      -ms-flex:0 1 auto;
          flex:0 1 auto;
  height: 180px;
  -webkit-transition:all .7s;
  transition:all .7s;
}

.card__image--height-auto{
  height:auto;
}

.card__image:hover{
  -webkit-transform:scale(1.1);
          transform:scale(1.1);
  -webkit-transition:all .7s;
  transition:all .7s;
}

/*
.card:hover:before{
  box-shadow: var(--shadowHover);
  transform: rotateX(-0.7deg) rotateY(0.7deg) rotateZ(0.7deg);
} */

.card__content {
  padding:10px;
}

.card--custom{
  margin:0;
  padding:15px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  min-height:400px;
  width:380px;
  width:100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  }

.card--custom:hover .card__image{
  -webkit-transform:scale(1.1);
          transform:scale(1.1);
  -webkit-transition:all .7s;
  transition:all .7s;
}

.card--custom:hover .card__content{
  background-color:#fff;
  -webkit-transition:background-color .5s;
  transition:background-color .5s;
  }

.card__category{
    color:#ff1738;
    -webkit-transition:color .5s;
    transition:color .5s;
  }

.card__content--whitebg{
    background-color:#fff;
    min-height: 150px;
  }

.card--custom:before{
    content: none;
  }

.card__category{
    margin-top:5px;
    padding:5px 0;
    color: #AEB4BA;
    text-transform: uppercase;
  	font-size: 11px;
  	font-size: 0.6875rem;
    font-weight: bold;
    letter-spacing: 0.92px;
    line-height: 24px;
    line-height: 1.5rem;
    text-align: center;
    -webkit-transition:color .5s;
    transition:color .5s;
    }

.card__title{
      color:#373d3f;
      height: auto;
    	font-size: 28px;
      font-weight: 800;
      line-height: 30px;
      margin-top:30px;
    }

.card__title--smaller{
      padding:5px 0;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 32px;
      line-height: 2rem;
      text-align: center;
    }

.card__title--icon:before{
      content:url('./../../img/icons/all.svg');
      display: block;
      width:50px;
      height:50px;
      margin:0 auto;
      /* margin-top:100px; */
      font-size:42px;
    }

@media(min-width: 768px){
.card{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  padding:50px;
      max-width: 760px;
}

  .card--custom{
      width:50%;
  }

.expertise .card--custom{
  width:auto;
}

.card__image{
      margin-right: 50px;
}

.card__content{
  -webkit-box-flex:1;
      -ms-flex:1 1;
          flex:1 1;
}


.card__title{
padding:20px;
padding-left:0;
}

  .card__title--icon{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  }
}

@media (min-width: 1140px){

  .card{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding:70px;
          max-width: none;
  }



  /*isotope*/
  .card-sizer{
    display: none;
  }


  .card--custom{
    display: block;
    margin:0;
    padding:15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    min-height:400px;
    /* width:380px; */

    width:33.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 20px;
  }
  .expertise .card--custom{
    width:380px;
  }


  .card--custom:hover .card__content{
      background-color:#fff;
      -webkit-transition:background-color .5s;
      transition:background-color .5s;

  }
.card__category:hover{
      color:#ff1738;
      -webkit-transition:color .5s;
      transition:color .5s;
  }

  .card__content--whitebg{
    background-color:#fff;
    min-height: 150px;
  }
  .card--custom:before{
    content: none;
  }

  .card__image{
  margin-right:100px;
    -webkit-box-flex:0;
        -ms-flex:0 1 auto;
            flex:0 1 auto;
  }

  .card__image--cover{
    height: 100px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }


  .card__content{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding:20px;
    min-height: 200px;
    -webkit-box-flex:1;
        -ms-flex:1 1 auto;
            flex:1 1 auto;
    -webkit-transition:background-color 1s;
    transition:background-color 1s;
  }



  .card__category{
    margin-top:5px;
    padding:5px 0;
    color: #AEB4BA;
    text-transform: uppercase;
  	font-size: 0.6875rem;
    font-weight: bold;
    letter-spacing: 0.92px;
    line-height: 1.5rem;
    text-align: center;
    -webkit-transition:color .5s;
    transition:color .5s;
  }

  .card__link{
    text-decoration: none;
    color:inherit;
  }
  .card__link:hover{
    color:#ff1738;
  }

  .card__title{
  	font-size: 3rem;;
    line-height: 3.375rem;;
    margin:0;
  }

  .card__title--smaller{
    padding:5px 0;
    font-size: 1.25rem;;
    line-height: 2rem;;
    text-align: center;
  }


  .card__text{
    height: 70px;
    font-size: 14px;
    line-height: 1.5rem;;
  }

}

.card-flex{
  margin:50px 20px;
  width: 100%;
  position: relative;
  background-color:#fff;
}

.card-flex__content{
  background-color: #fff;
  /* box-shadow: var(--shadow); */
  width:100%;
  position: relative;
  padding: 20px;
}

.card-flex__title{
  color:#ff1738;
  font-size: 36px;
  font-size: 2.25rem;
  margin:0;
  padding:20px 20px 0 20px;
}

.card-flex__text{
  margin:0;
  color:#4A4A4A;
  padding:20px 20px;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .card-flex{
    margin:100px 20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: calc(570px + 50%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    background-color:transparent;
  }
   .card-flex__content{
     background-color: #fff;
     -webkit-box-shadow: -3px 3px #d9dde1;
             box-shadow: -3px 3px #d9dde1;
     -webkit-box-flex:1;
         -ms-flex:1 1 auto;
             flex:1 1 auto;
     width:60%;
     /* min-height:400px; */
     position: relative;
     right:0;
     left:-50px;
     top:calc(50% - 20px); /*default 40px*/
     right:0;
     padding: 70px;
     -webkit-box-sizing: border-box;
             box-sizing: border-box;
   }

   .card-flex__content--align-vertical{
     top: 0;
     bottom: 0;
     margin: auto 0;
     /* max-height: 350px; */
     height: -webkit-min-content;
     height: -moz-min-content;
     height: min-content;
   }

   .card-flex__title{
     margin:0;
     color:#ff1738;
     font-size: 3rem;
     padding:0;
   }
   .card-flex__text{
     margin:0;
     color:#4A4A4A;
     padding:20px 0 0 0 ;
     line-height: 1.625rem;
     font-weight: 500;
   }
   .row:nth-of-type(even) .card-flex{
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
         -ms-flex-direction: row-reverse;
             flex-direction: row-reverse;
   }
   .card-flex__image{
     max-width: 100%;
     width:50vw;
   }
   .row:nth-of-type(even) .card-flex__content{
     left:0;
   }

   .card-flex__content--p40{
     top:40px;
   }
}

@media (min-width: 1140px) {
  .card-flex{
    margin:100px 0;
  }

.row:nth-of-type(even) .card-flex{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.card-flex__image{
  max-width: 100%;
}

.card-flex__content{
  background-color: #fff;
  -webkit-box-shadow: -3px 3px #d9dde1;
          box-shadow: -3px 3px #d9dde1;
  -webkit-box-flex:1;
      -ms-flex:1 1 auto;
          flex:1 1 auto;
  width:700px;
  /* height:auto; */
  position: relative;
  right:0;
  left:-50px;
}

.row:nth-of-type(even) .card-flex__content{
  left:0;
}
.card-flex__title{
  margin:0;
  color:#ff1738;
  font-size: 4.5rem;
  /* padding:70px 70px 0 70px; */
}

.card-flex__title--black{
  color:#373d3f;
  font-size: 3rem;
}

.card-flex__text{
  margin:0;
  color:#4A4A4A;
  /* padding:20px 70px; */
  line-height: 1.625rem;
  font-weight: 500;
  }
}

.content{
}

.content__title-1{
  font-size: 32px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 2.375rem;
  font-weight: 800;
  color:#ff1738;
  max-width:920px;
  padding:0 20px;
}

.content__title-2{
  font-size: 32px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 2.375rem;
  font-weight: 800;
  color:#ff1738;
  /* width:100%; */
  padding:0 20px;
}

.content__home{
  padding-top: 180px;
  padding-bottom: 220px;
  position: relative;
  background-color:white;
  margin-top: -100px;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  width:100%;
  overflow: hidden;
}

.content__home svg, .content__home img.fallback-firefox-main {
  /* max-width: 1920px; */
  max-width: 1620px;
  width: 100%;
  height: auto;
  min-width: 1200px;
  display: block;
  overflow: visible;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.content__home--svg{
  padding-top: 120px;
    margin-bottom: 0;
    height: 100vh;
}

.content__svg{
  -webkit-transform:rotate(180deg);
          transform:rotate(180deg);

}

.content__text{
  padding:0 20px;
}

.content__home--center-content{
  display: block;
  margin: 0 auto;
  width:90%;
  z-index: 1;
  position: relative;
}

/* @media (--break-point-md) {
  .content__home--center-content{

  }
} */

@media (min-width: 768px) {
  .content__text--center{
        margin: 0 20px;
  }
}

@media (min-width: 1140px) {

  .content__title-1{
    font-size: 4.5rem;
    line-height: 5rem;
    font-weight: 800;
    color:#ff1738;
    max-width:920px;
          padding:0
  }


  .content__title-2{
    font-size: 3rem;
    line-height: 3.375rem;
    font-weight: 800;
    color:#ff1738;
    max-width:920px;
  }


  .content__title-2--expertise{
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    color:#ff1738;
    max-width:920px;
  }

 .content__home{
   margin-top: -190px;
   padding-top: 250px;
   padding-bottom: 320px;
   height:95vh;
  }
  /*
  .content__home--center-content{

  } */
  .content__title-2--home{
    max-width: 100%;
    width:800px;
    text-align: center;
    margin: auto;
  }

  .content__text{  font-family: 'Montserrat', sans-serif;
    max-width:700px;
    color:#373d3f;
    line-height: 1.625rem;
    font-weight: 500;
  }

  .content__text--page{
    padding:0;
    max-width: none;
  }
  .content__home--svg{
    padding-top: 120px;
      margin-bottom: 0;
      height: 100vh;
  }
}

.content__title--center{
  margin: 0 auto;
  text-align: center;
}

.content__title-3{

}

.content__title-4{

}

.content__title-5{

}

.content__title-6{

}

.content__text--center{
  margin: 0 auto;
  text-align: center;
  line-height: 26px;
  line-height: 1.625rem;
}

/*Text WYSIWYG*/

.content__text h1{
  font-size: 72px;
  font-size: 4.5rem;
}

.content__text h2{
  font-size: 48px;
  font-size: 3rem;
}

.content__text h3{
  font-size: 32px;
  font-size: 2rem;
}

.content__text h4{
  font-size: 20px;
  font-size: 1.25rem;
}

.content__text h5{
  font-size: 11px;
  font-size: 0.6875rem;
}

.content__text--page p{
  margin-top:16px;
  margin-top:1rem;
}

.content__text--page ul, .content__text--page ol{
  margin-left:32px;
  margin-left:2rem;
  margin-top:16px;
  margin-top:1rem
}

.content__text--page ul li, .content__text--page ol li{
  margin-top:8px;
  margin-top:0.5rem;
}

.content__header--body{

  color: #373D3F;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  max-width: 800px;
}

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

.content__t-lg{
  font-size:18px;
  line-height: 22px;
  margin:20px;
}

@media (min-width: 1140px) {
  .content__t-lg{
    font-size:24px;
    line-height: 28px;
  }

}

.content__t-bold{
  font-weight:bold;
}

.colleague{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding:0;
    margin:0;
    width: 100%;
    text-align: center;
  }

.colleague__item{
    display:inline-block;
    list-style-type: none;
    width:auto;
    min-height: 380px;
    position: relative;
    margin:0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin-bottom:20px;
    padding:0;
    margin: 20px;
    vertical-align: top;
  }

.colleague__link {
    z-index: 0;
    width: 280px;
    height: 320px;
    display: block;
    background-color: #ff1738;
    text-decoration: none;
    margin:0 auto;
    color: white;
    position: relative;
    font-size: 0;
    overflow: hidden;
    padding-bottom:20px;
  }

.colleague__link:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
  }

.colleague__centered-content {
    margin-bottom: 20px;
    position: relative;
    color: white;
    display: inline-block;
    vertical-align: middle;
  }

.colleague__text {
    margin:0;
    color: white;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 32px;
    line-height: 2rem;
  }

.colleague__hands {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -2px;
    left: 0px;
    border-bottom:2px solid #EFF1F2;
    /* border-left:2px solid var(--bgColor);
    border-right:2px solid var(--bgColor); */
  }

.colleague__head-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform:translateY(-25px);
            transform:translateY(-25px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.colleague__head {
    width: 100%;
    height:auto;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top:2px solid #ff1738;
  }

@-webkit-keyframes head {
      100% {-webkit-transform: scaleY(-1);transform: scaleY(-1)}
  }

@keyframes head {
      100% {-webkit-transform: scaleY(-1);transform: scaleY(-1)}
  }

.colleague__head--right {
    -webkit-animation: head 1.5s steps(2) infinite;
            animation: head 1.5s steps(2) infinite;
  }

.colleague__link:hover .colleague__head-wrap {
    -webkit-transform:translateY(-25px);
            transform:translateY(-25px);
  }

.colleague__photo {
    margin:0;
    padding:0;
    position: relative;
  }

.colleague__content{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    padding:30px 20px;
    background-color:#fff;
    -webkit-box-shadow: -3px 3px #d9dde1;
            box-shadow: -3px 3px #d9dde1;
    height:120px;
    width:280px;
    position: relative;
    z-index: 99;
    margin:0 auto;
    margin-top:-20px;

  }

.colleague__name{
  margin:0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 32px;
  line-height: 2rem;
  height: 32px;
  text-align: center;
  color:#373d3f;

  }

.colleague__title{
    margin:0;
  	font-size: 14px;
    line-height: 24px;
    line-height: 1.5rem;
    text-align: center;
    color:#373d3f;
  }

@media (min-width: 768px) {
  .colleague{
    margin: 0 auto;
    margin-bottom:20px;
    text-align: center;
    font-size: 0;
    width: 100%;
  }

  .colleague__item{
  padding: 0px;
  margin:20px;
  }

  .colleague__head-wrap {
      -webkit-transform:translateY(50px);
              transform:translateY(50px);
  }


}

@media (min-width: 1140px) {
  .colleague{
      margin: 0 auto;
      margin-bottom:20px;
      text-align: justify;
      font-size: 0;

  /*Optional flex */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    /*Optional flex */

      width: 1140px;
    }

  .colleague__item{

    /* width:33.33%; */
    width:auto;

  }


  .colleague__item:nth-of-type(3n+2){
    margin-top:60px;
    vertical-align: top;
  }
  .colleague__content{
    opacity:0;
    margin-top: -110px;
    z-index: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .colleague__item:hover .colleague__content{
    opacity: 1;


    -webkit-transform:translateX(-10px);


            transform:translateX(-10px);
  }




}

.banner{
    background-color: #ff1738;
    position: relative;
    text-decoration: none;
    width:100%;

    background: transparent;
}

.banner--ltr{
  background-color:#ff1738;
  width: calc(570px + 50%);
  text-align: right;
}

.banner--rtl{
  background-color:#ff1738;
  width: calc(570px + 50%);
  text-align: left;
}

.banner__title{}

.banner__baseline{
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  font-size: 32px;
  text-align: center;
  z-index: 1;
  font-style: italic;
}

.banner__image{
  display: block;
  font-size: 0;
  /* mix-blend-mode:screen;
  filter:  grayscale(100%) contrast(150%); */
  opacity: .8;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  width:100%;
  /*
  display: block;
  mix-blend-mode:screen;
  filter: saturate(400%) opacity(40%);
 */

}

/* .banner__image:hover{opacity: 1} */

.banner--no-effect{
  display: block;
  font-size: 0;
  height: 400px;
    width:100%;
      -o-object-fit: cover;
         object-fit: cover;
  -webkit-filter:none !important;
          filter:none !important;
    mix-blend-mode:normal !important;
}

.banner__image--notxt{
  display: block;
  font-size: 0;
}

.banner__image--gradient{
  /*
  -webkit-mask-image: linear-gradient(to right, transparent 5%, black 45%);
  mask-image: linear-gradient(to right, transparent 5%, black 45%);
  */
}

.banner__alt-title{
  text-align: center;
  color: #EFF1F2;
  font-size: 24px;
  letter-spacing: -0.38px;
  line-height: 40px;
  font-weight: 400;
  padding:20px;
  margin:0 auto;
  min-height:200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* width: 440px; */
      width: 100%;
    z-index: 2;
}

.banner__alt-title:before{

}

.banner__contact{

	font-size: 32px;
	font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 40px;
  display: block;
}

.banner__title{
  width: 1140px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #EFF1F2;
  font-size: 48px;
  font-size: 3rem;
  font-style: italic;
  font-weight: bold;
  line-height: 64px;
  }

.banner__title--left{}

@media (min-width: 768px) {
  .banner{
        height:300px; overflow: hidden;
  }
  .banner__baseline{
    font-size: 32px;
  }
  .banner__alt-title{
    font-size: 24px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1140px) {
  .banner--transp{
    background-color:transparent;
    height:500px;
  }
  .banner__baseline{
     max-width: 1140px;
     width:100%;
     margin:0 auto;
     text-align: left;
     /* font-size:72px; */
       font-size:3em;
     z-index: 1;
  }
  .banner__image{
    /* transition: all .4s; */
  }
  .banner__alt-title{
      font-size: 24px;
    padding-left:70px;
    text-align: left;
    margin:0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
        -webkit-transition: all .3s;
        transition: all .3s;
  }
  .banner__alt-title:before{
    width:32px;
    height:32px;
    /* display: block; */
    content:url('./../../img/long-arrow--right.svg');
    font-size: 3rem;
    /* padding:10px; */
    /* float:left; */
    /* margin-right: 30px; */
    /* margin-top:10px; */
    position: absolute;
    left:0;
  }
  .banner:hover .banner__alt-title{
       margin-left:20px;
      /* transition: all .3s; */
  }
  .banner__image{
          -webkit-transition: all .4s;
          transition: all .4s;
  }
  .banner:hover .banner__image{
      opacity:1;
      -webkit-transition: all .4s;
      transition: all .4s;
  }
  .banner__image--big{
    height:auto;
  }
}

.deco{

}

.deco__image{

}

.deco__image--to-right{
  float:right;
  margin-right: 40px;
}

.deco__image--to-right:after{
  clear: both;
}

.deco__image--to-left{
  float:left;
}

.deco__bg-image{
  background:none;
}

@media (min-width: 1140px){
  .deco__bg-image{
    background: transparent url('./../../img/adneom-homepage-philosophy-polaroid@2x.png') no-repeat left 100px ;
    background-size: 15vw;
  }

}

.testimonial{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 350px;
            flex: 1 0 350px;
}

.testimonial__wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  min-height: 300px;
}

.testimonial__viewbox{
  padding-bottom:170px;
  width:100%;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  display:block;
    float:none;
}

.testimonial__item{
  display: none;
  background: transparent url('./../../img/quotation-mark.svg') no-repeat top left;
  margin:0;
  -webkit-box-flex:1;
      -ms-flex:1 1 450px;
          flex:1 1 450px;
  padding-top:5px;
  /* cursor:pointer; */
}

.testimonial__quote{
  margin:0;
  margin-top:60px;
  margin-left:60px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
}

.testimonial__footer{
  color:#ff1738;
  margin-top:20px;
  font-size: 14px;
  line-height:24px;
  line-height:1.5rem;
  padding-left:60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

}

.testimonial__author{  text-transform: uppercase;
  font-style: normal;
  font-weight: 900;
}

.testimonial__company{
        font-style: normal;
}

/* .testimonial__item:first-child{
  opacity: 1;
  display: block;
} */

.slick-arrow {
  position: absolute;
  bottom: -40px;
  width:50px;
  font-size: 0;
  margin-left: 40px;
  /*ie fix svg arrow with width*/
  width:30px;
  }

.slick-arrow:hover{
  cursor:pointer;
}

.slick-arrow:focus{
    border:none;
    outline:0;
  }

.slick-prev{
  left:0px;

}

.slick-next{
  left:50px;
}

.slick-prev, .slick-next{
    background-color:transparent;
    border:none;
    visibility:visible;

}

.slick-prev:before{
    content:url("http://localhost:3000/wp-content/themes/ptc/img/left-arrow.svg");
}

.slick-next:after{
    content:url("http://localhost:3000/wp-content/themes/ptc/img/right-arrow.svg");
}

.testimonial__item:focus{
  outline: none;
  border:none;
}

@media (min-width: 1140px){

  .testimonial__viewbox{
    width:550px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    display:inline-block;
    float:none;
  }

  .testimonial__viewbox:nth-of-type(1){
    float:left;
  }
  .testimonial__viewbox:nth-of-type(2){
    float:right;
  }

}

.video{
  margin-top:-100px;
  position: relative;

  /*crop video */
  height: 90vh;
width: 100%;
overflow: hidden;
}

.video__cover{
  /* max-width:100%; */
}

.video__text{
}

.video__title{
      position: absolute;
      width: 70%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 99;
}

@media (min-width: 768px) {
  .video{
  margin-top:-190px;
}
}

.social-network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* flex-flow: column nowrap; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.social-network__list-item {
  list-style-type: none;
  background-color: #fff;
  -webkit-box-shadow: -3px 3px #d9dde1;
          box-shadow: -3px 3px #d9dde1;
  width: 72px;
  height: 72px;
  margin: 40px 10px;
}

.social-network__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
}

.social-network__icon {
  min-width: 28px;
  min-height: 28px;
  width:32px;
}

@media (min-width: 768px) {
  .social-network {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
  }
  .social-network__list-item{
    margin: 0 40px;
  }

}

.client{
  width:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.client__title{
  margin:0;
  text-align: center;
  color:#ff1738;
  font-size: 20px;
  font-size: 1.25rem;
  line-height:  32px;
  line-height:  2rem;
  padding:20px 0;

}

.client__logo{
  width: 200px;
  opacity: .7;/* opacity => CL remarque*/
    -webkit-transition: all .3s;
    transition: all .3s;
  filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="-77.74000000000001 71.52 7.22 0 0 21.259999999999998 -27.48 7.22 0 0 21.259999999999998 71.52 -91.78 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
}

.client__logo:hover{
  opacity: 1;
      filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.client__partners{

margin:0;
padding:0;
list-style-type: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}

.client__partner{
  -webkit-box-flex:1;
      -ms-flex:1 1 150px;
          flex:1 1 150px;
  padding:10px;
  text-align: center;
}

@media (min-width: 1140px) {
  .client{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .client__title{
    color:#ff1738;
    -webkit-box-flex:0;
        -ms-flex:0 0 200px;
            flex:0 0 200px;
    font-size: 1.25rem;
    line-height: 2rem;
    margin:0;
    text-align: left;
    /* align-self: center; */
    margin-top:20px;
  }

  .client__logo{
      filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="-77.74000000000001 71.52 7.22 0 0 21.259999999999998 -27.48 7.22 0 0 21.259999999999998 71.52 -91.78 0 0 0 0 0 1 0" /></filter></svg>#filter');
      -webkit-filter: grayscale(100);
              filter: grayscale(100);
  }

  .client__partners{
    margin:0;
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  }

  .client__partner{
    -webkit-box-flex:0;
        -ms-flex:0 0 auto;
            flex:0 0 auto;
    padding-left:30px;
    padding-right:0;
  }

}

.partner{

}

.partner::after{
  /*Clearfix*/
  content: "";
  clear: both;
  display: table;
}

.partner__list{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner__list-item{
  /* border:1px dotted red; */
  /* padding:10px; */
  overflow: hidden;
  display: block;

      -webkit-box-flex: 0;

          -ms-flex: 0 1 140px;

              flex: 0 1 140px;
    /* filter: grayscale(100); */
}

/* .partner__list-item:hover {
     filter: grayscale(0);
} */

.partner__list-item img{
  margin:10px;
  background-color:white;
    -webkit-box-shadow: -3px 3px #ebedef;
            box-shadow: -3px 3px #ebedef;

}

.partner__title{
margin:0;
width:220px;
text-align: center;
margin-bottom:20px;
-webkit-box-flex:1;
    -ms-flex:1 1 100%;
        flex:1 1 100%;
/* height: 100px /*80px*/
}

.partner__bg{
  width: 100%;
  max-width: 100%;
  display: block;
  background-color:#ff1738;
  margin-top:60px;
  }

@media (min-width: 768px){
  .partner__list-item{
    /* border:1px dotted red; */
    /* padding:10px; */
    overflow: hidden;
    display: block;
-webkit-box-flex:0;
    -ms-flex:0 1 auto;
        flex:0 1 auto
        /* flex: auto; */

  }

  .partner__title{
    margin-bottom:0px;
  }
}

@media (min-width: 1140px) {
  .partner{
    margin-bottom:60px;
  }
  .partner__list{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width:700px;
    height:420px; /* 320px */
  }
  .partner__bg{
        overflow: hidden;
    background-color:#ff1738;
    width: 430px;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 300px;
            flex: 1 1 300px;
    position:relative;
    margin-top:0;
  }

  .partner__image{
    /*mix-blend-mode:screen;
    filter:  grayscale(100%) contrast(150%);*/
    opacity: .8;
    display: block;
    max-width: 100%;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(5%, transparent), color-stop(45%, black));
  -webkit-mask-image: linear-gradient(to left, transparent 5%, black 45%);
  }
}

.scroll-nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 100px 0;
  display: block;
  width: calc(570px + 50%);
}

.scroll-nav__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  padding: 0px;
  margin-bottom: 100px;
  text-align: center;
  display: block;

}

.scroll-nav__img {
  width: 100%;
  min-height: 300px;
  background-position: center center;
  background-size: cover;
}

.scroll-nav__title {
  margin: 0;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 38px;
  line-height: 2.375rem;
  margin-top: 20px;
  margin-bottom:20px;
  color: #373d3f;
  padding: 0 60px;
}

.scroll-nav__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  padding: 0 60px;
}

.scroll-nav__menu {
  display: none;
  width: 130px;
  padding: 20px;
  margin: 0;
  list-style-type: none;
}

.scroll-nav__menu-item {
  text-align: right;
  font-size: 14px;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 10px 5px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  color: #AEB4BA;
}

.scroll-nav__menu-item:hover {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.scroll-nav__menu-item:before {
  content: url(../../img/back-arrow.svg);
  position: absolute;
  right: -10px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.scroll-nav__menu-item:hover:before {
  right: -18;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.scroll-nav__link {
  font-size: inherit;
  color: inherit;
}

.scroll-nav__list {
  list-style-type: none;
  padding: 0;
}

.scroll-nav__list-item--map-marker:before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0px;
  width: 20px;
  height: 20px;
  background: url('./../../img/icons/map-marker.svg');
  background-size: cover;
}

.scroll-nav__list-item--phone::before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0px;
  width: 20px;
  height: 20px;
  background: url('./../../img/icons/phone.svg');
  background-size: cover;
}

@media (min-width: 1140px) {
  .scroll-nav {
    margin: 0;
    width: calc(570px + 50%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: relative;
  }


  .scroll-nav__list-item--map-marker:before {
    position: absolute;

  }
  .scroll-nav__list-item--phone::before {
    position: absolute;

  }

  /* .scroll-nav:before {
    content: "";
    display: block;
    width: 50vw;
    height: 100%;
    background-color: #ff1438;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  } */
  .scroll-nav__menu-item {
    list-style-type: none;
    cursor: pointer;
  }
  .scroll-nav__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: block;
    text-align: left;
    height: 100vh;
    font-size: 0;
    margin: 0;
    padding: 0
  }
  .scroll-nav__content:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
    background-color: purple;
  }
  .scroll-nav__img {
    width: 50vw;
    height: 100%;
    -webkit-transition: height 0.7s ease;
    transition: height 0.7s ease;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
  }
  .scroll-nav__img--disabled {
    height: 0%;
  }
  .scroll-nav__title {
    padding: 0;
    margin-bottom: 20px;
      font-size: 3rem;
        line-height: 3.375rem;
  }
  .scroll-nav__list {
    list-style-type: none;
    padding: 0;
  }
  .scroll-nav__list-item {
    padding: 10px 0;
    padding-left: 30px;
  }
  .scroll-nav__text {
    padding: 0;
  }
  .scroll-nav__wrap {
    max-width: 570px;
    width: calc(100% - 50vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* border:5px dotted orange; */
    display: inline-block;
    vertical-align: middle;
  }
  .scroll-nav__wrap {
    width: 360px;
  }
  .spanimate {
    background-color: red;
    position: absolute;
    z-index: 5;
    height: 980px;
    width: 920px;
    top: -980px;
  }
  .fixed {
    top: 0;
    margin: 0;
    position: fixed;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .toBottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .addColor {
    color: #ff1738;
  }
  .scroll-nav__menu {
    padding: 0;
    display: block;
    position: absolute;
    z-index: 999;
    top: 50vh;
    left: 400px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .toZindex {
    z-index: 0;
    position: fixed;
    top: 0;
    right: 0;
  }
  .repositioning {
    position: absolute;
    bottom: 50vh;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    z-index: 99999;
    height: auto;
    top: auto;
    top: initial;
    display: block;
  }
  .isOver {
    position: absolute;
  }
  .addHeight {
    height: 100vh;
  }
  /* NEW ANIM */
  .scroll-nav__menu--stick {
    position: fixed;
    left: calc(50% - 170px);
  }
  .scroll-nav__img {
    -webkit-transition: all 1.5s ease !important;
    transition: all 1.5s ease !important;
  }
  .scroll-nav__img {
    overflow: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .scroll-nav__img-overlay {
    content: '';
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #ff1738;
    -webkit-transform-origin: "50% 100%";
            transform-origin: "50% 100%";
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition: -webkit-transform 1.5s ease;
    transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
  }
  #img1 .scroll-nav__img-overlay {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

/*  Prevent modification of CSS by JS */

@media (max-width: 1139px) {
  .scroll-nav__img {
    -webkit-transform: translateY(0)!important;
            transform: translateY(0)!important;
  }
  .scroll-nav__img-overlay {
    -webkit-transform: scaleY(1)!important;
            transform: scaleY(1)!important;
  }
}

.filter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 20px;
  width: 100%;

  /* display: flex;
  flex-flow: column nowrap;
  justify-content: space-between; */

  /* text-align: justify;
  text-align-last: justify;
  &:after {
    content: '';
    display: inline-block;
    width: 100%
  } */

}

.filter--cases {
  display: block;
  text-align: center;
  /* text-align: justify; */
}

/* .filter--cases.expanded {
  display: block;
  text-align: justify;
} */

.filter__count {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  letter-spacing: 0.92px;
  line-height: 24px;
  line-height: 1.5rem;
  color: #AEB4BA;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.filter__count--light {
  opacity: .4;
}

.filter__select {
  position: relative;
}

.filter__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  letter-spacing: 0.92px;
  line-height: 24px;
  line-height: 1.5rem;
  color: #AEB4BA;
  background-color: white;
  width: 100%;
  text-transform: uppercase;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-box-shadow: -3px 3px #ebedef;
          box-shadow: -3px 3px #ebedef
}

.filter__label::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #AEB4BA;
  margin-top: 10px;
  float: right;
}

.filter__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  z-index: 9999;
  /* display: none; */
  opacity: 0;
  overflow: hidden;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.filter__list--open {
  opacity: 1;
  overflow: hidden;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.filter__list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  letter-spacing: 0.92px;
  line-height: 24px;
  line-height: 1.5rem;
  color: #AEB4BA;
  text-transform: uppercase;
  cursor: pointer;
  padding: 7px 0;
  margin-bottom: 10px;
}

.filter__list-item.hidden {
  display: none;
}

.filter__list-item--cases {
  display: inline-block;
  padding: 0 15px;
}

.filter__list-item--cases a {
  white-space: nowrap;
}

.filter__list-item:first-child {
  /* padding-left:0; */
}

.filter__list-item--tab {
  background-color: white;
  width: 100%;
  padding: 8px 20px !important;
  margin-top: 4px;
  -webkit-box-shadow: -3px 3px #ebedef;
          box-shadow: -3px 3px #ebedef;
}

.filter__list-item:hover {
  color: #ff1738;
}

.filter__link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.filter__link:after {
  content: "";
  height: 2px;
  width: 0%;
  margin-left: 50%;
  background-color: #ff1738;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.filter__link--active {
  cursor: default;
  color: #ff1738;
}

.filter__link--active:after {
  width: 100%;
  margin-left: 0%;
}

.filter__link:hover {
  color: #ff1738;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.filter__link:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media (min-width: 768px) {
  .filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .filter__label {
    width: 240px;
  }
  .filter__list-item {
    padding: 0 20px;
  }
  .filter__list-item--tab {
    width: 240px;
  }
}

@media (min-width: 1140px) {
  .filter {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .filter__label {
    width: 240px;
  }
  .filter__list-item--tab {
    width: 240px;
  }
}

.filter-jobs{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin:0;
  padding:20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
}

.filter-jobs__select{
    position: relative;
    width: 100%;
}

.filter-jobs__label{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  letter-spacing: 0.92px;
  line-height: 24px;
  line-height: 1.5rem;
  color: #AEB4BA;
  background-color:white;
  width: 100%;
  text-transform: uppercase;
  padding:8px 20px;
  cursor: pointer;
  -webkit-box-shadow: -3px 3px #ebedef;
          box-shadow: -3px 3px #ebedef;

  -webkit-box-shadow: -2px 2px 3px #ddd;

          box-shadow: -2px 2px 3px #ddd;
}

.filter-jobs__list{
  margin:0;
  padding:0;
  list-style-type: none;
  position: absolute;
  z-index: 9999;
  /* display: none; */
  opacity: 0;
  overflow: hidden;
   -webkit-transform-origin: 50% 0;
           transform-origin: 50% 0;
   -webkit-transform: scaleY(0);
           transform: scaleY(0);
  width:100%;
  -webkit-transition:all .5s;
  transition:all .5s;

  -webkit-box-shadow: -2px 2px 3px #ddd;

          box-shadow: -2px 2px 3px #ddd;
}

.filter-jobs__list-item{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  letter-spacing: 0.92px;
  line-height: 24px;
  line-height: 1.5rem;
  color: #AEB4BA;
  text-transform: uppercase;
  cursor: pointer;
  background-color:white;
  width:100%;
  padding:8px 20px !important;
  margin-top:4px;
  -webkit-box-shadow: -3px 3px #ebedef;
          box-shadow: -3px 3px #ebedef;
}

.filter-jobs__link{
  text-decoration: none;
  color:inherit;
  display: block;
  cursor: pointer;
}

.filter-jobs__list--open{
  opacity: 1;
  overflow: hidden;
 -webkit-transform: scaleY(1);
         transform: scaleY(1);
  -webkit-transition:all .5s;
  transition:all .5s;
}

.filter-jobs__count{
	font-size: 11px;
	font-size: 0.6875rem;
  font-weight: bold;
  letter-spacing: 0.92px;
  line-height: 24px;
  line-height: 1.5rem;
  color: #AEB4BA;
  text-transform: uppercase;
  margin-bottom:10px;
  }

.filter-jobs__label::after{
    content:"";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid  #AEB4BA;;
    margin-top:10px;
    float:right;
    }

@media (min-width: 768px) {
    .filter-jobs__select{
        position: relative;
        width: auto;
    }
    .filter-jobs{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
    }

    .filter-jobs__label{
        width: 240px;

    }

    .filter-jobs__list-item{
        padding: 0 20px;
    }

    .filter-jobs__list-item{
        width: 240px;
    }
  }

@media (min-width: 1140px) {

    .filter-jobs{
      padding:0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
    }

    .filter-jobs__label{
        width: 240px;
    }

    .filter-jobs__list-item{
        width: 240px;
    }
  }

.job-list{
  margin:0;
  padding:0;
  width: 100%;
  list-style-type: none;
}

.job-list__item{
  margin:0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.job-list__item:first-child .job-list__link{
  border-top:1px solid #fff;
}

.job-list__title{
  margin:0;
  font-size: 22px;
  line-height: 28px;
}

.job-list__link{
  display: block;
  border-bottom: 1px solid #fff;
  padding:20px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 40px;
  color:#ff1738;
  text-decoration: none;
  -webkit-transition:all .4s;
  transition:all .4s;
}

.job-list__location{
  margin:0;
  font-size: 14px;
  line-height: 26px;
  line-height: 1.625rem;
  color: #373d3f;
  font-weight: 500;
  margin-top: 10px;
}

@media (min-width: 1140px)   {


  .job-list__link{
    padding:40px 0;
  }
  .job-list__link:hover{
    padding:40px 30px;
      background-color:#fff;
    -webkit-transition:all .4s;
    transition:all .4s;
  }
  .job-list__title{
    margin:0;
    font-size: 2rem;
  }

/*Animation jobs arrow*/

/* .job-list__title:before{
    content:url(http://ptc.local/wp-content/themes/ptc/img/right-arrow.svg);
    transform:scale(2);
    position:absolute;
    right :0;
    opacity:.1;
    transition: all .4s;
}

.job-list__link:hover .job-list__title:before{
    transform : scale(2) translatex(-100px) rotate(180deg);
    right : 0;
    opacity : 1;
    transition : all .4s .3s ease;
} */

}

.article{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width:100%;
    margin:0 auto;

  }

.article__heading{
    text-align: center;
  }

.article__title{
    margin:0;
    color: #FF1738;
    font-size: 24px;
    font-weight: 800;
    line-height: 27px;
    padding:20px;
  }

.article__figure{
    margin:0;
    margin-top:60px;
    text-align: center;
    padding:0;
  }

.article__category{
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: bold;
    letter-spacing: 0.92px;
    line-height: 24px;
    line-height: 1.5rem;
    color: #AEB4BA;
    text-transform: uppercase;
  }

@media (min-width: 1140px){

  .article{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width:900px;
    margin:0 auto;
    margin-top:-50px;
  }



  .article__title{
    margin:0;
    color: #FF1738;
    font-size: 3rem;
    font-weight: 800;
    line-height: 3.375rem;
        padding:0;
  }

  .article__figure{
    margin-top:60px;
    text-align: center;
    padding:0;
  }

  .article__image{
    margin:auto;
    padding:0;
  }
  .article__caption{
    margin:0;
    padding:0;
  }


  .article__category{

    margin-top:20px;
  }

}

.cover__image, .picture_responsive{
    margin: 0 auto;
  /* border:1px solid var(--primaryColor); */
   position:relative;
   -o-object-fit: cover;
      object-fit: cover;
   z-index: 0;
       /* order: 1; */
}

@media (var(min-width: 1140px)){
  .cover__image{
    /* order:0; */
  }
}

.footer-nav {

}

.footer-nav__list {
  margin:0;
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer-nav__list-item {
 -webkit-box-flex:0;
     -ms-flex:0 1 110px;
         flex:0 1 110px;
}

.footer-nav__link {
  color: #ff1738;
  font-size: 12px;
  line-height: 24px;
  line-height: 1.5rem;
  text-decoration: none;
  font-weight: 400;
  display:block; padding:5px 0;margin:5px 0;
}

.footer-nav__link:hover{
  /* text-decoration: underline; */
    opacity: .8;
}

@media (min-width: 1140px){
  .footer-nav__list-item {
   -webkit-box-flex:1;
       -ms-flex:auto;
           flex:auto;
  }
  .footer-nav__list {
    -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
            order:0;
    padding: 20px 0px 0px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
    margin-right:60px;
  }
}

.footer-social{
}

.footer-social__list{
  -webkit-box-ordinal-group:3;
      -ms-flex-order:2;
          order:2;
  margin:0 !important;
  padding:0 !important;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style-type: none;
  width:100%;
  margin-top:30px !important;
  margin-bottom:20px !important;
}

.footer-social__list-item{
  -webkit-perspective: 200px;
          perspective: 200px
}

.footer-social__list-item:before {
  content:'';
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.25s cubic-bezier(0,.44,.34,.99);
  transition: all 0.25s cubic-bezier(0,.44,.34,.99);
  background-color: white;
  -webkit-box-shadow: -3px 3px #d9dde1;
          box-shadow: -3px 3px #d9dde1;
}

.footer-social__link{
}

.footer-social__icon {
  display:block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media (min-width: 1140px){
  .footer-social__list{
        -webkit-box-ordinal-group:1;
            -ms-flex-order:0;
                order:0;
    padding: 20px 0 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex:1;
        -ms-flex:1 0 30%;
            flex:1 0 30%;
    max-width:30%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer-social__list-item{
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        -webkit-transition:all .3s;
        transition:all .3s;

}

.footer-social__list-item:hover:before {/*transform: translate(1px, -1px) rotateX(10deg) rotateY(-5deg) rotateZ(-5deg);
*/
    -webkit-transform: translate(1px, -1px) skew(-1.5deg, -1.5deg);
            transform: translate(1px, -1px) skew(-1.5deg, -1.5deg);
    -webkit-box-shadow: -5px 5px 0 rgba(0, 0, 0, .05);
            box-shadow: -5px 5px 0 rgba(0, 0, 0, .05);
  }

.footer-social__list-item:hover .footer-social__icon {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

.footer-office{

}

.footer-office__list{
  -webkit-box-ordinal-group:2;
      -ms-flex-order:1;
          order:1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin:0;
  padding: 10px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  width:100%;

}

.footer-office__list-item {
 -webkit-box-flex:0;
     -ms-flex:0 1 110px;
         flex:0 1 110px;
}

.footer-office__list-item:first-child{
  -webkit-box-flex:1;
      -ms-flex:1 1 100%;
          flex:1 1 100%;
}

.footer-office__strong{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color:#AEB4BA;
}

.footer-office__link{
  color: #ff1738;
  font-size: 12px;
  line-height: 24px;
  line-height: 1.5rem;
  text-decoration: none;
  font-weight: 400;
  display:block; padding:5px 0;margin:5px 0;
}

.footer-office__link:hover{
  /* text-decoration: underline; */
  opacity: .8;
}

@media (min-width: 1140px){
  .footer-office__list-item:first-child{
    -webkit-box-flex:1;
        -ms-flex:1 1 auto;
            flex:1 1 auto;
  }
  .footer-office__list-item{
    -webkit-box-flex:1;
        -ms-flex:1 1 auto;
            flex:1 1 auto;
  }
  .footer-office{
    width: 1140px;
  }

  .footer-office__list{
        -webkit-box-ordinal-group:1;
            -ms-flex-order:0;
                order:0;
    padding: 10px 0 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style-type: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
    max-width: 60%;
    margin-right:40px;
  }
}

.footer-copyright{

}

.footer-copyright__list{
  -webkit-box-ordinal-group:4;
      -ms-flex-order:3;
          order:3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
        flex-flow:row wrap;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin:0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  list-style-type: none;
  width:100%;
  padding:20px;
}

.footer-copyright__list-item:first-child{
  -webkit-box-flex:1;
      -ms-flex:1 1 100%;
          flex:1 1 100%;
}

.footer-copyright__list-item:nth-of-type(2):after{
  color:#ff1738;
  content:"- ";
  white-space: pre;
  text-align:center;
  width:30px;
  display: inline-block;
}

.footer-copyright__link{
  color: #ff1738;
  font-size: 12px;
  line-height: 24px;
  line-height: 1.5rem;
font-weight: 400;
}

.footer-copyright__link:hover{
  /* text-decoration: underline; */
  opacity: .8;

}

.footer-copyright__link--ptc{
  width: 200px;
    display: block;
    margin: auto;
}

@media (min-width: 1140px) {
  .footer-copyright__list{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row nowrap;
            flex-flow:row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

}

.footer-copyright__list-item:first-child{
  margin-right: auto;
  -webkit-box-flex:1;
      -ms-flex:auto;
          flex:auto;
}

.footer-copyright__list-item:nth-of-type(2):after{
  color:#ff1738;
  content:"- ";
  white-space: pre;
  text-align:center;
  width:30px;
  display: inline-block;
}
.footer-copyright__link--ptc{
  margin:0;
}
  .footer-copyright__list{
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding:0;
    margin-bottom: 20px;
  }
}

.mindset-card{
padding-top:60px;
/* width: 96%; */
margin:20px;
/*because .row is flex*/
}

.mindset-card__wrap{
  overflow: hidden;
  -webkit-perspective: 400px;
          perspective: 400px;
}

.mindset-card__image{
  height: auto;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: "50% 50%";
          transform-origin: "50% 50%";
}

.mindset-card__image:hover,
.mindset-card__image.hovered{
  -webkit-transform:scale(1.05);
          transform:scale(1.05);
}

.mindset-card__content{
  position:relative;
  max-width:420px;
  height:130px;
  margin:0 auto;
  margin-top:-60px;
  z-index: 1;
  -webkit-perspective: 600px;
          perspective: 600px;
  cursor: pointer
}

.mindset-card__content:before {
  content:'';
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background-color: white;
  -webkit-box-shadow: -3px 3px #d9dde1;
          box-shadow: -3px 3px #d9dde1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mindset-card__content.hovered:before {/*transform: rotateX(1deg) rotateY(-1deg) rotateZ(-1deg);
*//*box-shadow: -6px 6px 0 rgba(0,0,0,0.05);
*/
}

.mindset-card__title{
  color: #373d3f;
  text-align: center;
  margin:0;
  padding-top: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
}

.mindset-card__link{
  color:#ff1738;
  font-weight: 800;
  display: table;
  margin:0 auto;
  cursor: pointer;
}

.mindset-card__link:before{
  color:#EFF1F2;
}

@media (min-width: 768px) {
  .mindset-card{
  margin:0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 400px;
          flex: 1 0 400px;
  padding:20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  }
.mindset-card__image{
    margin: auto;
}

}

@media (min-width: 1140px) {
  .mindset-card{
  /* border:1px solid red; */
  padding:0;
  padding-top:60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  }
}

.expertise-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* border:1px solid green; */
  width: 100%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.expertise-card--solution {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.expertise-card--technology {
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
}

.expertise-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 380px;
          flex: 0 1 380px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  /* border:1px solid blue; */
  margin: 0 auto;
  /* padding:20px; */
  box-sizing: border-box;
}

.expertise-card__item--solution {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 150px;
          flex: 0 1 150px;
  margin-bottom:20px;
  margin-top:20px;
  /* border:1px solid red; */
}

.expertise-card__item--technology, .expertise-card__item--ptc {
  padding: 10px;
  /* flex: 0 1 225px; */
  -webkit-box-flex: 0;
      -ms-flex: 0 1 150px;
          flex: 0 1 150px;
  width: 20%;
  margin:0;
  /* border:1px solid red; */
}

.expertise-card__image-wrap {
  border-radius: 50%;
  background-color: white;
  display: block;
  width: 94px;
  height: 94px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 54px;
  margin: 0 auto;
  margin-bottom: 28px;
}

.expertise-card__image {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.expertise-card__image--technology, .expertise-card__image--ptc{
  background-color:#fff;
  -webkit-box-shadow: -3px 3px #d9dde1;
          box-shadow: -3px 3px #d9dde1;
}

.expertise-card__title {
  margin: -20px 0 0 0;
  font-size: 32px;
  font-size: 2rem;
  font-weight:800;
  color: #373d3f;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 50px;
}

.expertise-card__title--solution{
    font-size: 14px;
    font-weight:600;
    width: 70%;
    margin:0 auto;
 }

@media (min-width: 768px) {
   .expertise-card__item--solution {
     -webkit-box-flex: 0;
         -ms-flex: 0 1 280px;
             flex: 0 1 280px;
     margin-bottom:50px;
     margin-top:50px;
     /* border:1px solid red; */
   }

   .expertise-card__item--technology,    .expertise-card__item--ptc {
     padding: 20px;
     -webkit-box-flex: 0;
         -ms-flex: 0 1 225px;
             flex: 0 1 225px;
     width: 20%;
     margin:0;
     /* border:1px solid red; */
   }


   .expertise-card__title--solution{
      font-size: 1rem;
      font-weight:600;
      width: 70%;
      margin:0 auto;
   }
 }

@media (min-width: 1140px) {
   .expertise-card--technology, .expertise-card--ptc {
     -webkit-box-pack: start;
         -ms-flex-pack: start;
             justify-content: flex-start;
   }

 }

.grid-expand{
  width:100%;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows:repeat(5, minmax(100px, -webkit-max-content));
  grid-template-rows:repeat(5, minmax(100px, max-content));
}

.grid-expand > div{
}

.grid-expand__img {
  position: relative;
  background-color:#fff;
  text-align: center;
  display:inline-block;
  margin:10px;
  cursor: pointer;

}

.grid-expand__img img{
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.grid-expand__img img:hover{
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.grid-expand__img:before{
  content:"";
  display: block;
  position: absolute;
  bottom:-3px;
  left:-3px;
  width:100%;
  height: 100%;
  z-index: -1;
  background-color:#d9dde1;
}

.grid-expand__desc{
  position: absolute;
  top:0;
  left:0;
  /* display:none; */
  opacity: 0;
  visibility: hidden;
  margin:20px;

  background-color:transparent;
  font-size:28px;
  text-align:center;
  padding:10px;

  grid-column:1 / -1;
}

.grid-expand__title{
  font-size: 24px;
  line-height: 28px;
  color: #373D3F;
    min-width: 380px;
    text-align:left;
font-weight: 900;
}

.grid-expand__text{
  margin:20px 0;
  font-size: 16px;
  line-height: 26px;
  color: #4A4A4A;
  text-align: left;
  min-width: 380px;
}

.grid-expand__text strong{
  color:#ff1738;
display: block;
font-weight: 900;
padding: 15px 0;
font-size: 20px;
}

@media (min-width: 768px){
  .grid-expand{
    width:100%;
    display:grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows:repeat(3, minmax(100px, -webkit-max-content));
    grid-template-rows:repeat(3, minmax(100px, max-content));
  }
}

.show{
  /* display:block; */
  position: relative;
  visibility: visible;
  top:-10px;
  opacity: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.add-it-to-row-1{
    grid-row: 2 / 1 span;
}

.add-it-to-row-2{
    grid-row: 3 / 1 span;
}

.add-it-to-row-3{
    grid-row: 4 / 1 span;
}

.add-it-to-row-4{
    grid-row: 5 / 1 span;
}

.add-it-to-row-5{
    grid-row: 6 / 1 span;
}

.add-it-to-row-6{
    grid-row: 7 / 1 span;
}

.intro-skill{
}

.intro-skill__item{
  margin-top:50px;
  /* max-width:50%;*/
  min-width:360px;
  max-width:500px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 570px;
          flex: 0 1 570px;
  padding: 0 20px;
}

.intro-skill__title{
margin:0;
color: #ff1738;
font-family: Montserrat;
font-size: 28px;
font-weight: 900;
line-height: 36px;
}

.intro-skill__text{
  margin-top:20px;
  font-size: 16px;
}

@media (min-width: 1140px){
  .intro-skill__item{
    margin-top:100px;
    /* max-width:50%;*/
    min-width:360px;
    max-width:500px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 570px;
            flex: 0 1 570px;
    padding: 0 20px;
  }

  .intro-skill__title{
  margin:0;
  color: #ff1738;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 900;
  line-height: 54px;
  }

  .intro-skill__text{
    margin-top:30px;

  }
}

.entry-content{
    font-size: 16.8px;
    font-size: 1.05rem;
    line-height: 27.2px;
    line-height: 1.7rem;
    max-width: 800px;
    margin: auto;
}

 .entry-content * + h3{
    margin-top:50px;
}

.entry-content h2{
    font-size:28.8px;
    font-size:1.8rem;
    line-height: 36.8px;
    line-height: 2.3rem;
    margin-bottom:16px;
    margin-bottom:1rem;
    color:$secondaryColor;
    font-weight: 300;
}

.entry-content h3{
    font-size:24px;
    font-size:1.5rem;
    line-height: 32px;
    line-height: 2rem;
    color:$primaryColor;
    margin-bottom:16px;
    margin-bottom:1rem;
    font-weight: 300;
}

.entry-content img{
    max-width: 100%;
    height: auto;
    margin-bottom:16px;
    margin-bottom:1rem;
}

.entry-content figure.alignleft{
    width:100%;
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0;
}

.entry-content figure.alignleft img{
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.entry-content figure.alignright{
    width:100%;
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0;
}

.entry-content figure.alignright img{
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.entry-content p, .entry-content ul{
    font-size:16px;
    font-size:1rem;
    margin-bottom:16px;
    margin-bottom:1rem;
}

.entry-content li{
    list-style-type: disc;
    padding-left:24px;
    padding-left:1.5rem;
    margin-left:32px;
    margin-left:2rem;
    margin-bottom:8px;
    margin-bottom:0.5rem;
}

.entry-content li ul{
    margin-top:8px;
    margin-top:0.5rem;
}

.entry-content li ul li{
    margin-left:32px;
    margin-left:2rem;
}

.entry-content blockquote{
    padding-left:24px;
    padding-left:1.5rem;
    border-left:10px solid #ff1738;
    font-style: italic;
}

.details-post{
    text-transform: uppercase;
    margin-top:48px;
    margin-top:3rem;
}

.details-post p{
    font-size:12.8px;
    font-size:0.8rem;
    line-height: 20.8px;
    line-height: 1.3rem;
    font-weight:700;
}

/*MISC*/

::-moz-selection {
	background:#ff1738;
	color:#FFF;
	text-shadow:none;
}

::selection {
	background:#ff1738;
	color:#FFF;
	text-shadow:none;
}

::-webkit-selection {
	background:#ff1738;
	color:#FFF;
	text-shadow:none;
}

::-moz-selection {
	background:#ff1738;
	color:#FFF;
	text-shadow:none;
}

.bg-white{
  background-color:#f8f9f9 !important;
  border-top:1px solid #fff;
  }

.bg-blend{
	 mix-blend-mode: multiply;
	}

.breadcrumb{
	position:relative;
	color: #AEB4BA;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	text-align: left;
	text-decoration: none;
	margin-bottom: 20px;
	margin-left:20px;
	padding-left:20px;
	z-index: 989;
}

.breadcrumb:before{
	content:url('./../../img/back-arrow.svg');
	left:0;
	position:absolute;
	top:2px;
		-webkit-transition:all .2s;
		transition:all .2s;
}

.background--white{
	background-color:transparent;
	padding-top:0px;
}

.show{

	display: block;

}

.single-case ul, .single-job ul{
	padding-left:40px;
	margin-top:20px;
}

.single-expertise .card a{
	background-color: white;
	margin-top:0;
	padding-top:0;
}

.home .partner__list{
	    margin-bottom: 40px;
}

.home .partner__bg{


}

.home .partner__image{
/*
	mix-blend-mode: screen;
	filter: grayscale(100%) contrast(150%); */
	    opacity: .8;

}

.head > picture:after{
    content:"";
    width:100%;
    height:100%;
    background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(transparent));
    background:linear-gradient(to bottom, rgba(0, 0, 0, .3), transparent);
    display: block;
    position: absolute;
    top:0;
    left:0;
}

.ptc--links:before{
     content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.ptc--cat-links{
	z-index:10;
	position:relative;
}

.flex{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

@media (max-width:768px){
	.align{
		padding-top:80px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		-webkit-box-align:center;
		    -ms-flex-align:center;
		        align-items:center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

.between{
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.around{
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.center{
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}

.expertise .card__content .card__title{
margin-bottom:30px;
}

.globe_map{
	background: url('./../../img/map.svg') center center;
	background-size: cover;
	min-height: 700px;
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}

@media(min-width: 768px){
	/*START: PTC page */

	.between--md{
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.around--md{
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}

	.center--md{
		-webkit-box-align:center;
		    -ms-flex-align:center;
		        align-items:center;
	}

/*END: PTC page*/


	.home .partner__list{
		    margin-bottom:auto;
	}
	.background--white{
		background-color:white;padding-top:80px;
	}
	.card .btn-triangle{
	    opacity: 1;
	    -webkit-transition: opacity .3s;
	    transition: opacity .3s;
	}

	.card:hover .btn-triangle {
	    opacity: 1;
	    -webkit-transition: opacity .3s;
	    transition: opacity .3s;
	}
	.expertise .card__content .card__title {
		margin:0;
	}
}

@media(min-width: 1140px){
	.card .btn-triangle{
	    opacity: 0;
	    -webkit-transition: opacity .3s;
	    transition: opacity .3s;
	}



 .home .client__logo{
	width:160px;
 }

 .home .partner__list{
	 -webkit-box-pack: start;
	     -ms-flex-pack: start;
	         justify-content: flex-start;
 }

 .home .partner__title{
	 width:180px
 }

 .home .partner__image{
	 opacity: .8;
	 -webkit-mask-image:none;
 }

 .home .partner__list{
	 height:310px
 }

.head{
		/*Fix issue in ie*/
    min-height: 90px;
    overflow: hidden;
	z-index: 9999;
	
	/* background-color: white; */
	}

	.head.thb--big{
		height: 50vh;
	}
	.head.thb--big > picture{
		width: 100%;
		height: 100%;
	}
	.head.thb--big > picture > img{
		width: 100%;
		height: 100%;
	}

.breadcrumb{

		height: 24px;
		min-width: 36px;
		color: #AEB4BA;
		font-size: 0.6875rem;
		font-weight: bold;
		letter-spacing: 0.92px;
		line-height: 1.5rem;
		text-transform: uppercase;

     max-width: 80px;

	}


	.breadcrumb:hover:before{
	-webkit-transform : translateX(-10px);
	        transform : translateX(-10px);
	-webkit-transition: all .2s;
	transition: all .2s;
		}

	.svg-filter{
		 -webkit-filter:url(#filter);
		         filter:url(#filter);
	}

	/***/
	/*Add a grandient (black to transparent) to create a contrast between txt menu and background image */
	.head > picture:after{
	    content:"";
	    width:100%;
	    height:100%;
	    background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(transparent));
	    background:linear-gradient(to bottom, rgba(0, 0, 0, .3), transparent);
	    display: block;
	    position: absolute;
	    top:0;
	    left:0;
		}

	.bounceInDown {
	  -webkit-animation: bounceInDown 1s .1s both;
	          animation: bounceInDown 1s .1s both;
	}

	@-webkit-keyframes bounceInDown {
	  from,
	  60%,
	  75%,
	  90%,
	  to {
	    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	  }

	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, -3000px, 0);
	            transform: translate3d(0, -3000px, 0);
	  }

	  60% {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 25px, 0);
	            transform: translate3d(0, 25px, 0);
	  }

	  75% {
	    -webkit-transform: translate3d(0, -10px, 0);
	            transform: translate3d(0, -10px, 0);
	  }

	  90% {
	    -webkit-transform: translate3d(0, 5px, 0);
	            transform: translate3d(0, 5px, 0);
	  }

	  to {
	    -webkit-transform: translate3d(0, 0, 0);
	            transform: translate3d(0, 0, 0);
	  }
	}

	@keyframes bounceInDown {
	  from,
	  60%,
	  75%,
	  90%,
	  to {
	    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	  }

	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, -3000px, 0);
	            transform: translate3d(0, -3000px, 0);
	  }

	  60% {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 25px, 0);
	            transform: translate3d(0, 25px, 0);
	  }

	  75% {
	    -webkit-transform: translate3d(0, -10px, 0);
	            transform: translate3d(0, -10px, 0);
	  }

	  90% {
	    -webkit-transform: translate3d(0, 5px, 0);
	            transform: translate3d(0, 5px, 0);
	  }

	  to {
	    -webkit-transform: translate3d(0, 0, 0);
	            transform: translate3d(0, 0, 0);
	  }
	}
}

.absolute{
	position: absolute;
}

/*Menu issue for mobile */

body nav.nav--white .nav__mobile #menu-icon{
    fill:#fff !important;
		-webkit-transition:all .3s;
		transition:all .3s;
}

body nav.nav--mobile-active.nav--white .nav__mobile #menu-icon{
    fill:red !important;
		-webkit-transition:all .3s;
		transition:all .3s;
}

.intro-single-expertise{
	font-size: 16px;
	font-size: 1rem;
  font-weight: normal;
  line-height: 25.6px;
  line-height: 1.6rem;
}

@media (min-width: 768px) {
	.intro-single-expertise{
		font-size: 1.05rem;
	  font-weight: normal;
	  line-height: 1.8rem;
	}
}

@media (min-width: 1140px) {
	.intro-single-expertise{
		font-size: 1.25rem;
	  font-weight: normal;
	  line-height: 2.1rem;
	}
}

/*button go up*/

.go-up{
	position: fixed;
z-index: 999;
bottom: 20px;
right: 20px;
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s;
transition: all .3s;
width:23px;
height:30px;
}

@media (min-width: 768px) {



	/*button go up*/
	.go-up{
	bottom: 50px;
	right: 50px;

	}
}

.go-up:hover{
	cursor:pointer;
}

.visible{
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (min-width: 768px) and (max-width:1024px) {
	.thb--big{
		height: 50vh;
overflow: hidden;
	}
}

@media (max-width : 768px){
.btn--cf7{
	width: 100%;
    margin: 20px;
	}

	#double_cloud_1{
        -webkit-transform: translate(31.5%, -80%);
                transform: translate(31.5%, -80%);
}

	#sun{
	    -webkit-transform: translate(26.5%, -40%);
	            transform: translate(26.5%, -40%);
	}
}

/*TEXT TO ADAPT FOR GERMAN LANG;*/

body.lang-de .card-flex__title{
    font-size:2.8em;
}

@media (min-width: 768px){
    body.lang-de .card-flex__title {
    font-size: 2.8rem;

    }
}

@media (min-width: 1140px){
    body.lang-de .card-flex__title {
    font-size: 3.5rem;
    }
}

body.lang-de .card__title{
    font-size:35.2px;
    font-size:2.2rem;
    line-height: 44.8px;
    line-height: 2.8rem;
}

@media (min-width: 768px){
body.lang-de .card__title{
    font-size:2.7rem;
    line-height: 2.8rem;
}
}

@media (min-width: 1140px){
body.lang-de .card__title{
    font-size:2.7rem;
    line-height: 2.8rem;
}
}

body.lang-de .scroll-nav__title{
    font-size:33.6px;
    font-size:2.1rem;
    line-height: 44.8px;
    line-height: 2.8rem;
}

.margin-bottom--tiny {
  margin-bottom: 20px;
}

.margin-bottom--small {
  margin-bottom: 25px;
}

.margin-bottom--medium{
    margin-bottom: 37.5px;
}

.margin-bottom--tall{
    margin-bottom: 50px;
}

.margin-bottom--huge{
    margin-bottom: 100px;
}

.margin-top--tiny {
  margin-top: (--mp1);
}

.margin-top--small {
  margin-top:25px;
}

.margin-top--medium{
    margin-top: 37.5px;
}

.margin-top--tall{
    margin-top: 50px;
}

.margin-top--huge{
    margin-top: 100px;
}

.margin-top--minus-small{
  margin-top:-25px;
}

.mb-xs{
  margin-bottom:10px;
}

@media (min-width: 768px){
  .margin-bottom--tiny {
    margin-bottom: 20px;
  }

  .margin-bottom--small {
    margin-bottom: 50px;
  }

  .margin-bottom--medium{
      margin-bottom: 75px;
  }

  .margin-bottom--tall{
      margin-bottom: 100px;
  }

  .margin-bottom--huge{
      margin-bottom: 200px;
  }

  .margin-top--tiny {
    margin-top: 20px;
  }

  .margin-top--small {
    margin-top: 50px;
  }

  .margin-top--medium{
      margin-top: 75px;
  }

  .margin-top--tall{
      margin-top: 100px;
  }

  .margin-top--huge{
      margin-top: 200px;
  }

  .margin-top--minus-small{
    margin-top:-50px;
  }

.margin-left--tiny{
      margin-left: 20px;
}
}

.typewriting__cursor{
    -webkit-animation:blinking .4s steps(20) infinite;
            animation:blinking .4s steps(20) infinite;
    display: inline-block;
}

.wrap {
  -webkit-animation : blinks .5 infinite;
          animation : blinks .5 infinite;
  border-right: 4px solid #ff1738;
}

/* @keyframes blinking {
  from{
    border-right:3px solid rgba(255, 23, 56, 1);
  }
  to{
    border-right-color: transparent;
  }
} */

.tw-height{
  height:110px;
}

.wrap{

    -webkit-animation:blinks .5s infinite;

            animation:blinks .5s infinite;
}

@-webkit-keyframes blinks{
    0%{
        border-right:4px solid #ff1438;
    }

    50%{
        border-right:4px solid #EFF1F2;
    }
}

@keyframes blinks{
    0%{
        border-right:4px solid #ff1438;
    }

    50%{
        border-right:4px solid #EFF1F2;
    }
}

@media (min-width: 768px){
  .tw-height{
    height:auto;
  }

}

@media (min-width: 1140px){
  .typewriting{
    /* font-weight: 400; */
      display: block;
      text-align: center;
      margin:0 auto;
  }


  .typewriting__text{

    display: inline-block;
    letter-spacing: 3px;
    white-space: nowrap;
    overflow: hidden;
    /* border-right: 3px solid rgba(255, 23, 56, 1); */
    -webkit-animation:   typing 10s steps(14) infinite;
            animation:   typing 10s steps(14) infinite;
  }



  @-webkit-keyframes typing{
    0%{

      width:0;
    }

    20%{

      width:81%;
    }

    100%{
      width:81%;
    }
  }



  @keyframes typing{
    0%{

      width:0;
    }

    20%{

      width:81%;
    }

    100%{
      width:81%;
    }
  }
}

.js-footer__arrow{
  margin-left:60px;
  margin-bottom:60px;
}

.js-footer__img-next{
padding-right:20px;
background-color:yellow;
}

.js-footer__img-prev{
padding-right:20px;
background-color:yellow;
}

.next-t1, .next-t2{
  display: inline-block;
    list-style-type: none;
  background:url('./../../img/right-arrow.svg') no-repeat center center;
  height:40px; width:20px;
  cursor: pointer;
  color:transparent;
}

.prev-t1, .prev-t2{
  display: inline-block;
    list-style-type: none;
  background:url('./../../img/left-arrow.svg') no-repeat center center;
  height:40px; width:20px;
  cursor: pointer;
  color:transparent;
}

.link-next-prev{
  padding-left: 50px;
}

.link-next-prev ul{
  padding:0;
}

.link-next-prev a{
  font-size: 0;
}

.overflow--hidden{
  overflow: hidden;

}

.mobile-nav--stretch{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width:100%;
  -webkit-transition:all 2s;
  transition:all 2s;
}

.hide{
  visibility: hidden;
  opacity: 0;
}

.js-current--entity img{
  opacity: 1;
}

.js-active-location{
  position: relative;
  /* border-right:3px solid var(--primaryColor); */
  color:#fff;
  background-color:#ff1738;
  opacity: 1;
  -webkit-transition: all .6s;
  transition: all .6s;
}

/* .js-active-location:after{
  content:"";
  position: absolute;
  width:10px;
  height: 100%;
  background-color:var(--primaryColor);
  opacity: .3;
  right:0;
  top:0;

} */

.js-hide-jobs{
visibility: hidden;
opacity:0;
height: 0;
background-color:#ff1738;
-webkit-transform:scale(0);
        transform:scale(0);
-webkit-transform-origin: center center;
        transform-origin: center center;
-webkit-transition:all .3s;
transition:all .3s;
}

.js-hide-expand{
  visibility: hidden;
  opacity:0;
  height: 0;
}

.lozad {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-transform: translateY(50px) translateX(10px);
          transform: translateY(50px) translateX(10px);
  opacity: 0;

}

.lozad.js-fade {
  -webkit-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0);
  opacity: 1;

}

.ZombieXzS56{
  margin:0 auto;
  margin-top:60px;
}

/*js tab for WP_cf7 */

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

.js-tab-list{
    margin:50px 0;
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    list-style-type: none;
}

.js-tab-list-item{
    padding:10px 20px;
    position:relative;
    text-transform: uppercase;
    color:#AEB4BA;
    font-size:11px;
    font-weight:bold;
    letter-spacing: 0.92px;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
}

.js-tab-list-item:after{
    width:0px;
    content:"";
    height:2px;
    position:absolute;
    bottom:0;
    background-color:#ff1438;
    left:50%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    -webkit-transition:all .3s;
    transition:all .3s;
}

.js-tab-list-item:hover{
  color:#ff1438;
  -webkit-transition:all .3s;
  transition:all .3s;
}

.js-tab-list-item:hover:after{
  width:50px;
  -webkit-transition:all .3s;
  transition:all .3s;
}

.js-tab-list-item--active{

      color:#ff1438;
}

.js-tab-list-item--active:after{
      width:50px;
}

/*Controle Size and defaut properties of yours SVGs*/

/*-------------------------------------------------*/

body{
  position: relative;
}

/*Hide pour ne pas influencer le flow naturel du html document*/

#svg-sprite{
      top:-500px;
      position: absolute;
      z-index: -9999;
    }

/*conteneur DIV qui contiendra le svg animé*/

.bg{
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin:0;
      padding:0;
      height: 100%;
      width:100%;
      position: absolute;
      top:0;
      z-index: -1;
    }

/*container svg*/

.container{
      height: 100%;
      width:100%;
      position: absolute;

      opacity: .6;
    }

.svgShadow{
      fill:blue;

    }

.expertise-card__item svg {
      overflow:visible;
    }

.svg-sn{
  margin:15px;
  /* padding: 15px; */
    width: 15px;
  }

#adneom-homepage-village {
    opacity: 0;
  }

rect, circle, polygon, use{
    vector-effect: non-scaling-stroke;
}

.svg-bgwhite{
  fill:#fff;
  stroke:none;
}

.svg-bgadneom{
  fill:#ff1738;
  stroke:none;
}

.svg-strokeadneom{
  stroke:#ff1738;
  stroke-width:1px;
  fill:none;
}

.big-rect{

  fill:none;
  stroke:#ff1438;
  stroke-width:2px;
}

/*Default State*/

.wpcf7{
  /* visibility: hidden;
  opacity: 0; */
  display: none;

}

.min-height--700{
  min-height: 700px;
  /* border:1px solid blue; */
}

.wpcf7:nth-of-type(1){
/* visibility: visible;
opacity: 1;
  transform: scale(1); */
  display: block;
}

.wpcf7--visible{
  /* visibility: visible;
  opacity: 1;
    transform: scale(1); */
    display: block;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"]{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width:100%;
    height:47px;
    border:none;
    -webkit-box-shadow: -2px 2px #eee;
            box-shadow: -2px 2px #eee;
    padding:20px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
 font-size: 16px;
 color:#C0C6CC;
 font-family: "Montserrat", sans-serif;
}

.wpcf7 textarea{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    width:100%;
    border:none;
    -webkit-box-shadow: -2px 2px #eee;
            box-shadow: -2px 2px #eee;
    padding:20px;
}

.wpcf7 p{
    margin:0 auto;

width:100%;
    background-color:transparent;


    display: -webkit-box;


    display: -ms-flexbox;


    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;

}

.wpcf7 p > span{
    padding:20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* height: 90px; */
}

.wpcf7 span.firstname{
   -webkit-box-flex:1;
       -ms-flex:1 1 320px;
           flex:1 1 320px;
   width:50%;
}

.wpcf7 span.lastname{
   -webkit-box-flex:1;
       -ms-flex:1 1 320px;
           flex:1 1 320px;
   width:50%;

}

.wpcf7 span.email, .wpcf7 span.linkedin{
   -webkit-box-flex:1;
       -ms-flex:1 1 auto;
           flex:1 1 auto;
   width:100%;
}

.wpcf7 span.message{
height: auto;
    width:100%;
    display: block;
}

.wpcf7-submit{
    width:calc(100% - 40px);
}

.wpcf7-submit {
  display: block;
  border-radius: 0;
  border:0;
  text-decoration: none;
  outline:0;
  cursor: pointer;
  position:relative;
  font-size:16px;
  font-weight:bold;
  letter-spacing:0.92px;
  padding:20px 35px;
  margin-left:20px;
  background-color:#ff1738;
  color:#fff;
  -webkit-transition: all 0.25s cubic-bezier(0,.44,.34,.99);
  transition: all 0.25s cubic-bezier(0,.44,.34,.99);
}

.wpcf7-submit:hover {

  background-color:#373d3f;
    -webkit-transition:all 0.25s cubic-bezier(0,.44,.34,.99);
    transition:all 0.25s cubic-bezier(0,.44,.34,.99);
}

/*FILE INPUT */

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

.wpcf7 input[type="file"]{
   padding:10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding:30px;
    height:47px;
    border:none;
    -webkit-box-shadow: -2px 2px #eee;
            box-shadow: -2px 2px #eee;
    background-color:white;
    width:calc(100% - 40px);
    position:absolute;
    opacity: 0;
    z-index: 3;

}

.wpcf7 .cover{
  -webkit-box-flex:1;
      -ms-flex:1 1 320px;
          flex:1 1 320px;
  width:50%;

    height: auto;
}

.wpcf7 .resume{
  -webkit-box-flex:1;
      -ms-flex:1 1 320px;
          flex:1 1 320px;
  width:50%;
    height: auto;
}

.wpcf7 .resume-alt, .wpcf7 .cover-alt{
    display: block;
    /* border:2px solid  #C0C6CC; */
        -webkit-box-shadow: -2px 2px #eee;
                box-shadow: -2px 2px #eee;
    border-radius: 3px;
    background-color:#fff;
    background-image: url('./../../img/icons/file.svg');
    background-repeat: no-repeat;
    background-position: 20px 20px;
    width:100%;
    height:70px;
    }

.wpcf7 .resume-alt > span, .wpcf7 .cover-alt > span  {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% ,-50%);
            transform: translate(-50% ,-50%);
    color:  #C0C6CC;
    }

.wpcf7 .placeholder{
    position: absolute;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color:#C0C6CC;

    top: 45px;
    left: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .5s;
    transition: all .5s;
    }

.wpcf7 textarea + .placeholder{
  position : absolute;
  top : 45px;
  left:40px;
  }

.wpcf7 .active .placeholder{
  color:#C0C6CC;
  font-size: 14px;
  top: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  }

.wpcf7 .active textarea + .placeholder{
  position : absolute;
  top: 3px;
  }

.wpcf7 .active{

}

/*ERRORS OUTPUT */

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

.wpcf7-response-output{
    max-width:560px;
    margin:40px auto !important;
    position: relative;
    background-color:#ffbb33;
    color:white;
    border:none !important;
    padding:40px 20px 40px 80px !important;

        background-image: url('./../../img/icons/warning.svg') !important;
        background-repeat: no-repeat ;
        background-position: 20px 30px !important;

      /* transform: translate(-50%);
    border:none !important;
    padding:40px 20px !important;
    border-radius: 3px;
    opacity:0; */
}

.wpcf7-not-valid-tip{
    font-size:14px !important;
    font-weight: bold !important;
    font-style: italic !important;

}

.your-consent, .wpcf7-acceptance, .wpcf7-list-item{
    width:100%;
    min-width: 340px;

}

span.wpcf7-list-item{
    margin:0;
}

.your-consent input{
    display: none;
}

.your-consent label{
  position: relative;
  display: block;
  width: 60px;
  height: 34px;
  font-size:14px;
}

.your-consent .wpcf7-list-item-label{
    width:100% !important;
    min-width: 320px;
    max-width:340px;
    display:inline-block;
    padding-left:80px;
    font-size: 12px;
  font-weight: normal;
  line-height: 19.2px;
  line-height: 1.2rem;
}

.your-consent .wpcf7-list-item-label:after{
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C0C6CC;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.your-consent .wpcf7-list-item-label:before{
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #EDEFF0;
  -webkit-transition: .4s;
  transition: .4s;
   border-radius: 34px;
    z-index:999;
}

.your-consent input:checked + .wpcf7-list-item-label {


}

.your-consent input:checked + .wpcf7-list-item-label:before {
 -webkit-transform: translateX(26px);
         transform: translateX(26px);
    background-color: #ff1738;
}

.your-consent{
      padding-top: 0 !important;
      max-width: 320px;
width: 320px;
}

/*------------------------------------------*/

/*-----------------Checkbox field-----------*/

/*-----------------------------------------*/

.recipient{
  width:100%;
}

.recipient label > span{
    color: #5F6567;	font-family: Montserrat;	font-size: 12px;
    vertical-align: top;
}

.recipient > span{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100% !important;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

        -ms-flex-flow: row wrap;

            flex-flow: row wrap;
}

.recipient .wpcf7-list-item{
    display: inline;
    min-width: 160px;
    -webkit-box-flex:1;
        -ms-flex:1 1 160px;
            flex:1 1 160px;
}

.recipient input {
	-webkit-appearance: none;
	background-color: #fafafa;
    border: 1px solid #C0C6CC;
    height: 16px;	width: 16px;
	border-radius: 2px;
	display: inline-block;
	position: relative;
    bottom: -3px
}

.recipient input:focus {
    outline: none;
}

.recipient input:active, .recipient input:checked:active {
    outline: none;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0px 1px 3px rgba(0, 0, 0, .1);
	        box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0px 1px 3px rgba(0, 0, 0, .1);
}

.recipient input:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0px -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1);
	        box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0px -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1);
	color: #99a1a7;
}

.recipient input:checked:after {
	content: '\2714';
	font-size: 12px;
	position: absolute;
	top: -2px;
	left: 3px;
	color:red;
}

.recipent *:focus{
    outline: none;
}

@media (min-width: 768px) {
  .your-consent .wpcf7-list-item-label{
      min-width: 650px;

  }

.your-consent{
  width: 100%;
      min-width: 340px;
      max-width: none;
  }

  .wpcf7 p{
    width:700px;
  }

  .wpcf7-submit{
      width:calc(25% - 40px);
  }
}

.single-job .wpcf7{
  margin-bottom:100px;
}

.no-padding{
  padding:0;
}

@media (min-width: 768px){

.pd--tb-100{
  padding:100px 0;
}

}

svg.border-anim {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}

svg.border-anim line {
  stroke-width: 3px;
  stroke: #ff1438;
  opacity: 0;
  fill: none;
  -webkit-transition: opacity .2s, -webkit-transform 1s ease;
  transition: opacity .2s, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .2s;
  transition: transform 1s ease, opacity .2s, -webkit-transform 1s ease;
}

svg.border-anim line.top {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

svg.border-anim line.bottom {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

svg.border-anim line.left {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

svg.border-anim line.right {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

div:hover svg.border-anim line {
  opacity: 1;
}

div:hover svg.border-anim line {
  opacity: 1;
}

div:hover svg.border-anim line.top {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

div:hover svg.border-anim line.bottom {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

div:hover svg.border-anim line.left {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

div:hover svg.border-anim line.right {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.instafeed{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
}

.instafeed_item{

}

.instafeed_img{
  display: block;
  height: 100%;
width: 100%;
-o-object-fit: cover;
   object-fit: cover;
}

@media (min-width: 768px){
  .instafeed{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
  }

  .instafeed_img{
    height:33.33333vw;
  }
}

@media (min-width: 1140px){
  .instafeed{
    display:grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-flow: dense;
  }
  .instafeed_img{
    height:16.66667vw;
  }
}

/*LIBRARIES*/

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            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);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
