html{
	overflow-x:hidden;
}

.header--title h3 {
	font-size: 30px;
    font-weight: 300;
    text-align: center;
}

.product--header__container > div:nth-child(2){
	-ms-flex-item-align:center!important;
	    -ms-grid-row-align:center!important;
	    align-self:center!important;
}

.product--info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 1rem .5rem;
	height: 140px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	border: 1px solid transparent;
	-webkit-transition:.3s;
	transition:.3s;
}

.product--info > img {
	width: 43px;
}

.product--info:hover{
	color: red;
    border: 1px solid;
}

.product--header__info01 .product--info:hover {
	border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.product--header__info02 .product--info:hover {
	border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

#product--info__logo01,
#product--info__logo02,
#product--info__logo03,
#product--info__logo04,
#product--info__logo05,
#product--info__logo06{
	width: 52px;
    height: 43px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    transition: .3s;
}

#product--info__logo01,
#product--info__logo02,
#product--info__logo03{
    background-position: right;
}

#product--info__logo01 {
	    background-image: url(/wp-content/uploads/2019/06/product-header-logo-1.svg);
}

#product--info__logo02{
	background-image:url(/wp-content/uploads/2019/06/product-header-logo-2.svg);
}

#product--info__logo03 {
	background-image:url(/wp-content/uploads/2019/06/product-header-logo-3.svg);
}


#product--info__logo04 {
	background-image:url(/wp-content/uploads/2019/06/product-header-logo-4.svg);
}

#product--info__logo05 {
	background-image:url(/wp-content/uploads/2019/06/product-header-logo-1.svg);
}

#product--info__logo06 {
	background-image:url(/wp-content/uploads/2019/06/product-header-logo-2.svg);
}

.product--header__info01 > div:first-child:hover  #product--info__logo01,
.product--header__info01 > div:nth-child(2):hover #product--info__logo02,
.product--header__info01 > div:last-child:hover   #product--info__logo03,
.product--header__info02 > div:first-child:hover  #product--info__logo04,
.product--header__info02 > div:nth-child(2):hover #product--info__logo05,
.product--header__info02 > div:last-child:hover   #product--info__logo06{
	width: 52px;
    height: 43px;
}

.product--header__info01 > div:first-child:hover #product--info__logo01 {
	background-image:url(/wp-content/uploads/2019/06/product-header-logo-5.svg);
}

.product--header__info01 > div:nth-child(2):hover #product--info__logo02 {
	background-image:url(/wp-content/uploads/2019/07/product-header-logo-2-red.svg);
}

.product--header__info01 > div:last-child:hover #product--info__logo03 {
	background-image:url(/wp-content/uploads/2019/07/product-header-logo-3-red.svg);
}


.product--header__info02 > div:first-child:hover #product--info__logo04 {
	background-image:url(/wp-content/uploads/2019/07/product-header-logo-4-red.svg);
}

.product--header__info02 > div:nth-child(2):hover #product--info__logo05 {
	background-image:url(/wp-content/uploads/2019/06/product-header-logo-5.svg);
}

.product--header__info02 > div:last-child:hover #product--info__logo06 {
	background-image:url(/wp-content/uploads/2019/07/product-header-logo-2-red.svg);
}

.product--info__header h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.product--info__header p {
	font-size: 13px;
}

.product--info__header img {
	width: 26.84px;
	height: 26.84px;
}

.product--header__info02 .product--info{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-flow: row-reverse;
	        flex-flow: row-reverse;
}

.product--header__info02 .product--info__header{
	padding-left: 10px;
	width: 90%;
}

.product--header__info01 .product--info__header{
	padding-right: 10px;
	text-align:end;
	width: 80%;
}

.product--btn__group {
    margin-top: 50px!important;	
	-webkit-box-pack:center!important;	
	    -ms-flex-pack:center!important;	
	        justify-content:center!important;
}

.product--btn__group > * {
	width:auto !important;
}

.product--btn__group01 > div,
.product--btn__group02 > div{
	margin: 0 8px;
}

.product--btn__group .version-control-button{
	position:initial;
}

.product--btn__group .version-control-button-icon{
    margin: auto 10px;	
}

.product--btn__group01,
.product--btn__group02{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	    justify-content:space-around;
}

#product--header__bg{
	background-image: url(/wp-content/uploads/2019/07/laptop-placeholder.svg);
    background-repeat: no-repeat;
    background-size: 140% 125%;
    height: 260px;
    position: relative;
    background-position: center;
}

#bg-screenshot{
	position: absolute;
    z-index: -1;
    width: 325px;
	height: 210px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-53%, -59%);
    transform: translate(-53%, -59%);
    margin: 0 10px;
}

.slick-mobile{
	display:none!important;
}

  /*******************************/
 /* PRODUCT - SECTION SG INFO   */
/*******************************/

.product--SG__01,
.product--SG__02,
.product--SG__03{
	margin-top: 100px;
    margin-bottom: 140px !important;
	color: white;
	margin-left: calc(50% - 50vw);
	width: 100vw; 
	height: 300px;
}

.product--SG__01{
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0844), to(#FFB199));
	background-image: -webkit-linear-gradient(left, #FF0844, #FFB199);
	background-image: linear-gradient(to right, #FF0844, #FFB199);
}

.product--SG__02{
	background-image: -webkit-gradient(linear, left top, right top, from(#13547A), to(#80D0C7));
	background-image: -webkit-linear-gradient(left, #13547A, #80D0C7);
	background-image: linear-gradient(to right, #13547A, #80D0C7);
	padding-left: 0;
}

.product--SG__03{
	background-image: -webkit-gradient(linear, left top, right top, from(#453A94), to(#F43B47));
	background-image: -webkit-linear-gradient(left, #453A94, #F43B47);
	background-image: linear-gradient(to right, #453A94, #F43B47);
}

.product--SG__BG01,
.product--SG__BG03{
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}

.product--SG__02 > div:first-child{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
	text-align:end;
}


.product--SG__BG01,
.product--SG__BG02,
.product--SG__BG03{
	position: relative;
    height: 410px!important;
    margin-top: -6%;
}
     

.product--SG__BG01 .SG-info-placeholder {
	background-image: url(/wp-content/uploads/2019/08/product-info-ipad-placeholder.svg);
}

.product--SG__BG02 .SG-info-placeholder {
	background-image: url(/wp-content/uploads/2019/08/product-info-laptop-placeholder.svg);
}

.product--SG__BG03 .SG-info-placeholder {
	background-image: url(/wp-content/uploads/2019/08/product-info-pc-placeholder.svg);
}

.product--SG__BG01 .SG-info-placeholder,
.product--SG__BG02 .SG-info-placeholder,
.product--SG__BG03 .SG-info-placeholder{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
	z-index:2;
    width: 100%;
    height: 100%;
}
	
.product--SG__BG01 img,
.product--SG__BG02 img,
.product--SG__BG03 img {
	position: absolute;
	z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
	box-shadow: 15px 20px 25px rgba(0,0,0,0.12);
}

.product--SG__BG01 img{
    width: 580px!important;
}


.product--SG__BG02 img{
	-webkit-transform: translate(-50%, -55%);
	        transform: translate(-50%, -55%);
    width: 475px!important;
}
 
.product--SG__BG03 img {
    height: 326px!important;
	width: 505px!important;
    -webkit-transform: translate(-50%, -58%);
            transform: translate(-50%, -58%);
}
  
.product--SG__01 > div:last-child,
.product--SG__02 > div:first-child,
.product--SG__03 > div:last-child{
    height: 100%;
}

.product--SG__info{
	width:90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.product--SG__info h3 {
	font-size:30px;
	font-weight:600;
	margin-bottom:0;
}

.product--SG__info p{
	font-size:15px;
}

  /**********************************/
 /* PRODUCT - SECTION PRODUCT CERTIFICATE */
/**********************************/

.product-certificate {
	width: fit-content;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0 auto;
}

.product-certificate img {
	width: 350px!important;
    height: 260px!important;
}

.product-certificate > div:last-child{
	position: absolute;
	opacity: 0;
    padding: 5px 12px;
    background: #FFF;
    font-size: 10px;
    font-weight: 500;
    color: #000;
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    border-radius: 50px;
    transform: translate(0, 750%);
	transition: .3s;
}

.product-certificate:hover > div:last-child{
    opacity: 0.85;
    transform: translate(0, 890%);	
}

  /**********************************/
 /* PRODUCT - SECTION PRODUCT CODE */
/**********************************/

.product--code{
	position:relative;
}

.product--code h3 {
	font-size: 30px;
	font-weight: 600!important;
	text-align: center;
}

.product--code__group > div:nth-child(even){
	-ms-flex-item-align:end!important;
	    align-self:flex-end!important;
}

.product--code__logo{
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	left: 50%;
	z-index: 5
}

.product--code__top{
	padding: 30px 0 70px;
	-moz-padding: 30px 0 70px;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	height: 230px;
	background: #591830;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product--code__bottom{
	padding: 70px 0 30px;
	-moz-padding: 70px 0 30px;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	height: 230px;
	background: #161426;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.logo-language {
    display: flex;
    position: relative;
    flex-flow: column;
    align-items: center;
    margin: 0 auto;
	transform: translate(0vw)!important;
	z-index: 10;
}

.logo-language > div:last-child{
	position:absolute;
	opacity: 0;
	transform: translateY(-50%);
	top:50%;
	transition: .3s;
}

.product--code__group > div:nth-child(odd) .logo-language:hover > div:last-child{
	transform: translateY(180%);
	opacity: .8;
}

.product--code__group > div:nth-child(even) .logo-language:hover > div:last-child{
	transform: translateY(-320%);
	opacity: .8;
}

.product-code-replace-top,
.product-code-replace-bottom{
	width: 100%;
    position: absolute;
	left: -100vw
}

.product--code__top img,
.product--code__bottom img{
			width: 84px!important;
			height: 84px!important;
}

.logo-language span{
	opacity: 0.85;
	padding: 5px 12px;
    background: #FFF;
    font-size: 10px;
    font-weight: 500;
    color: #000;
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    border-radius: 50px;
}

.product--code__top .logo-language,
.product--code__top span{
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation: moveFirst 30s infinite 0s linear;
	        animation: moveFirst 30s infinite 0s linear;
}

.product--code__bottom .logo-language, 
.product--code__bottom span{
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation: moveFirstReverse 30s infinite 0s linear;
	        animation: moveFirstReverse 30s infinite 0s linear;
}

.product--code__top .product-code-replace-top .logo-language,
.product--code__top .product-code-replace-top span{
	-webkit-animation: move 30s infinite 0s linear;
	        animation: move 30s infinite 0s linear;
}

.product--code__bottom .product-code-replace-bottom .logo-language,
.product--code__bottom .product-code-replace-bottom span{
	-webkit-animation: moveReverse 30s infinite 0s linear;
	        animation: moveReverse 30s infinite 0s linear;
}

@-webkit-keyframes move{
	from { -webkit-transform: translateX(-3vw); transform: translateX(-3vw) }
  	to   { -webkit-transform: translateX(100vw); transform: translateX(100vw) }
}

@-webkit-keyframes moveFirst {
  from { -webkit-transform: translateX(0vw); transform: translateX(0vw) }
  to   { -webkit-transform: translateX(100vw); transform: translateX(100vw) }
}

@-webkit-keyframes moveReverse{
	from { -webkit-transform: translateX(100vw); transform: translateX(100vw) }
  	to   { -webkit-transform: translateX(-3vw); transform: translateX(-3vw) }
}

@-webkit-keyframes moveFirstReverse {
  from { -webkit-transform: translateX(100vw); transform: translateX(100vw) }
  to   { -webkit-transform: translateX(0vw); transform: translateX(0vw) }
}

  /**************************************/
 /* PRODUCT - SECTION CUSTOMER SUPPORT */
/**************************************/

.product--customer__group{
	margin: 20px 0;
}

.product--support__card-01{
	margin-right: 15px;
}

.product--support__card-02{
	margin-left: 15px;
}

.customer--support,
.product--support{
	text-decoration: none;
	cursor: pointer;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 325px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.customer--support{
    background-image: url(/wp-content/uploads/2019/08/customer-support-replace.svg);	
}

.product--support{
	background-image: url(/wp-content/uploads/2019/08/sg-product-replace.svg)
}

.customer--support h3,
.product--support  h3{
	font-size:30px;
	font-weight:600;
}

.customer--support > *,
.product--support  > *{
    width: 50%;
    padding: 0 20px;
}

.sg--product > *{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}

.product--audit,
.product--openSrc{
	text-decoration: none;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
	background-position:center;
    background-repeat: no-repeat;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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;
	margin: 20px 0;
}

.product--openSrc {
	background-image: url(/wp-content/uploads/2019/08/sg-product-bg-replace.svg);
}


.product--audit {
	background-image: url(/wp-content/uploads/2019/08/sg-product-bg-02-replace.svg);
}

.product--openSrc__img,
.product--audit__img{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	justify-content: center;
    margin-top: 60px;
}

.product--openSrc__img img,
.product--audit__img   img{
    width: 84%!important;
}
	
.product--openSrc__divider,
.product--audit__divider{
	background-color: #E5242D;
    width: 150px;
    height: 4px;
    border: transparent;
    margin-top: 33px;
}
    
.product--openSrc__info,
.product--audit__info{
	margin: 0 auto;
    width: 50%;
}


.product--openSrc__info h3,
.product--audit__info h3 {
	margin-top:16px;
}

.product--openSrc__info ,
.product--audit__info {
	text-align:center;
}

.product--openSrc__info h3,
.product--audit__info h3{
	font-size:30px;
	font-weight:600;
}


.product--openSrc__info p,
.product--audit__info p{
	font-size:15px;
	font-weight:300;
	width: 460px;
	margin: 13px auto 70px;
}

  /***********************************/
 /* PRODUCT - SECTION PRODUCT PRICE */
/***********************************/

.product--card__01,
.product--card__02{
	width: 505px;
    margin: 0 auto;
    padding: 40px 0 0;
    box-shadow: 0 0 24px rgba(0,0,0,.16);
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
	height: 925px !important;
}

.product--card__01{
	margin-left: -10px;
    margin-right: 30px;	
}

.product--card__02{
	margin-right:-10px;
    margin-left: 30px;
}

.product--price__parent .product--card__01 .product--price__logo img,
.product--price__parent .product--card__02 .product--price__logo img{
	width: 295px;
	height: 169px!important;
}

.product--price__parent .product--card__01 .product--price__logo img{
	padding-top: 16px;
    height: 160px!important;
}
	
.product--card__enterprise p,
.product--card__price p {
	margin:0;
}

.product--card__price p:first-child{
	font-size: 100px;
    color: red;
    font-weight: 200;
	margin-top:10px;
}

.product--card__enterprise p:last-child span,
.product--card__price p:first-child span{
	font-size: 13px;
    font-weight: 400;
}

.product--card__price p:last-child{
	margin-top: -23px;
	text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #B7B7B9;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.product--card__enterprise p:first-child{
    text-transform: uppercase;
    margin-top: 40px;
    color: red;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: -15px;
}

.product--card__enterprise p:last-child{ 
	font-size: 80px;
    color: red;
    font-weight: 200;
}

.product--price__btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    color: white!important;
    background-color: #E5242D;
    height: 36px;
    width: 295px;
    border: transparent;
	margin-bottom: 45px;
	text-decoration: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 4px;
	text-transform: uppercase;
}

.product--price__info{
	text-align: center;
    font-size: 13px;
}

.product--price__info .product--info__divider{
	margin: 14px auto;
    width: 145px;
    background: #D6D6D6;
	border-top-width:0px;
	border-right-width:0px;
	border-left-width:0px;
}

.product--price__info .product--info__text img{
	vertical-align: middle;
    width: 26.83px;
}

.product--info__text > * {
		padding: 0 25px;
}

.product--demo h2 {
    overflow: hidden;
    text-align: center;
	font-weight:200;
}

.product--demo h2:before,
.product--demo h2:after {
    background-color: #E5242D;
    content: "";
    display: inline-block;
    height: 4px;
    position: relative;
    vertical-align: middle;
    width: 10%;
}

.product--demo h2:before {
    right: 3.5em;
    margin-left: -50%;
}

.product--demo h2:after {
    left: 3.5em;
    margin-right: -50%;
}

.product--demo a {
	text-decoration: none;
    display: inline-block;
    border: none;
    margin-left: 35px;
    padding: .7rem 1.5rem;
    border-radius: 10rem;
    color: white!important;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, right top, from(#243949), to(#517FA4));
    background-image: -webkit-linear-gradient(left, #243949, #517FA4);
    background-image: linear-gradient(to right, #243949, #517FA4);
	transition: .5s;
}

.product--demo a:hover{
	box-shadow: 1px 5px 20px rgba(59,92,119,0.5);
}

/* LARGER SCREEN FROM 1250PX */
@media (min-width: 1250px) {
	
	/* PRODUCT INFO SECTION */
	.product--SG__BG02 img {
		width: 500px!important;
	}
}

/* LARGER SCREEN FROM 1300PX */
@media (min-width: 1300px) {
	
	/* PRODUCT INFO SECTION */
	.product--SG__BG02 img {
		width: 515px!important;
	}
}

/* LARGER SCREEN FROM 1350PX */
@media (min-width: 1350px) {
	
	/* PRODUCT INFO SECTION */
	.product--SG__BG02 img {
		width: 535px!important;
	}
}


/* LARGER SCREEN FROM 1400PX */
@media (min-width: 1400px) {
	
	/* PRODUCT INFO SECTION */
	.product--SG__BG02 img {
		width: 545px!important;
	}
}

/* LARGER SCREEN FROM 1500PX */
@media (min-width: 1500px) {
	/* PRODUCT HEADER SECTION */
	 #product--header__bg {
		background-size: 130% 125%;
		height: 330px;
	} 
	
	#bg-screenshot {
		width: 405px;
		height: 260px;
		-webkit-transform: translate(-52%, -59%);
		        transform: translate(-52%, -59%);
	}
	
	/* PRICE SECTION */
	.product--card__01 {
		margin-left: 110px;
	}

	.product--card__02{
		margin-right: 110px;
	}
	
	/* SECTION INFO */
	.product--SG__info{
		width:85%!important;
	}
}

/* LARGER SCREEN FROM 1600px */
@media (min-width: 1600px) {
	#product--header__bg {
		background-size: 140% 125%;
		height: 365px;
	}
	
	#bg-screenshot {
		width: 450px;
		height: 290px;
		-webkit-transform: translate(-52%, -59%);
		        transform: translate(-52%, -59%);
	}
}

/* LARGER SCREEN FROM 1700px BEYOND */
@media (min-width: 1700px) {
/* 	#bg-screenshot {
		width: 495px;
		height: 320px;
	} */
	
	#bg-screenshot {
		width: 450px;
		height: 295px;
	}
}

/* LARGER SCREEN FROM 1920px BEYOND */
@media (min-width: 1920px) {
	/* PRODUCT HEADER */
	.product--btn__group {
		margin-top: 65px!important;
	}
	
	.header--title h3 {
		margin-bottom: 65px;
	}
	
	/* PRODUCT PRICE */
	.product--card__01 {
		margin-left: 150px;
		margin-right: auto;
	}
	
	.product--card__02 {
		margin-right: 150px;
		margin-left: auto;
	}
}


/* BIG SCREEN MOBILE FROM 1199px BELOW */
@media screen and (max-width:1199px){
	
	/* HEADER */
	.product--header{
		margin-top:50px
	}
		
	#bg-screenshot {
		display:none;
	}
	
	.slick-mobile{
		display:-webkit-box!important;
		display:-ms-flexbox!important;
		display:flex!important;
	}
	
	.product--header__info01,
	.product--header__info02{
		display:none;
	}
	
	#product--header__bg {
		z-index: 1;
	}
	
	.product--header__container > div:nth-child(2){
		width:100% !important;
	}
	
	.product--btn__group{
		-webkit-box-pack: space-evenly !important;
		    -ms-flex-pack: space-evenly !important;
		        justify-content: space-evenly !important;
		height: 125px;
		margin-top: 240px!important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.product--btn__group > * {
		width:100% !important;
	}
	
	.product--btn__group01,
	.product--btn__group02{
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
		height:75%!important;
	}
	
	.slick-mobile {
		width: 100%;
		position: absolute!important;
		z-index: -1;
		top: -20%;
	}

	.slick-mobile > div {
	  margin: 40px;
	}

	.slick-mobile h3{
	  text-align:center;
	}
	
	.slick-text {
		height: 160px;
	}
	
	.slick-text span {
		display: flex;
		justify-content: center;
	}
	
	.slick-text span img {
		width: 26.84px;
		height: 26.84px;
		margin: 0 2px;
	}

	.slick-prev:before, .slick-next:before { 
		color:red !important;
	}
	
	.slick-prev, .slick-next { 
		top:65%!important;
	}

	.slick-prev {
		left: -10%!important;
	}

	.slick-next {
		right: -10%!important;
	}

	.slick-prev::before {
		content: url(/wp-content/uploads/2019/06/previous-btn.svg) !important;
	}

	.slick-next::before {
		content: url(/wp-content/uploads/2019/06/next-btn.svg) !important;
	}

	.slick-dots{
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		width: 130px!important;
		left: 50%;
		position: absolute;
		-webkit-transform: translateX(-55%);
		        transform: translateX(-55%);
		list-style: none;
		bottom: 20px!important;
	}
	
	.slick-dots li {
		position: initial!important;
	}

	.slick-dots li button {
		position: relative;
		border: 1px solid red!important;
		display: block;
		width: 10px!important;
		height: 10px!important;
		cursor: pointer;
		color: transparent;
		outline: none;
		background: transparent;
		border-radius: 50px;
	}

	.slick-dots li.slick-active button:before {
		opacity:1!important;
		color: red!important;
		background:red;
		border-radius: 50px;
	}

	.slick-dots li button:before {
		width: 10px!important;
		height: 10px!important;
		content: ''!important;
		text-align: center;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.slick-slide {
		text-align: center;
		outline: none;
	}

	.slick-slide .mobile-feature-logo  {
	  margin: 0 auto!important;
	  width:43px;
	}

	.slick-slide .screenshot-mobile {
		margin: 20px auto 35px;
		width: 320px;
	}
	
	/* PRODUCT PRICE */
	.product-price-container{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		    -ms-flex-flow:column;
		        flex-flow:column;
	}
	
	.product-price-container > div {
		width:100%!important;
	}
	
	.product--card__01, .product--card__02 {
		height:100%!important;
		margin: 40px auto!important;
		padding: 40px 0;
	}
	
	/* PRODUCT SG Info */
	.product--SG__01 > div:first-child,
	.product--SG__02 > div:last-child,
	.product--SG__03  > div:first-child{
		position: absolute;
    	-webkit-transform: translate(-50%, -30%);
    	        transform: translate(-50%, -30%);
    	left: 50%;
	}
	
	.product--SG__01, 
	.product--SG__02, 
	.product--SG__03 {
/*     	padding: 0; */
		margin-top: 270px;
    	margin-left: calc(50% - 50vw);
    	width: auto;
	}
	
	.product--SG__03{
		height:370px;;
	}
	
	.product--SG__01 > div:last-child, 
	.product--SG__02 > div:first-child, 
	.product--SG__03 > div:last-child {
		width: 100%!important;
	}
	
	.product--SG__info h3 {
		font-size:19px;
	}
	
	.product--SG__info {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-align: end;
    	    -ms-flex-align: end;
    	        align-items: flex-end;
    	text-align: center;
		width:100%
	}
	
	.product--SG__info > * {
		padding: 0px 30px 15px;
	}
	
	.product--SG__BG01 > *,
	.product--SG__BG02 > *,
	.product--SG__BG03 > * {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
		padding: 0 50px;
	}
	
	.product--SG__BG01,
	.product--SG__BG02,
	.product--SG__BG03{
		position: initial;
		margin-top: 0;
	}
	
	.product--SG__BG01 .SG-info-placeholder,
	.product--SG__BG02 .SG-info-placeholder, 
	.product--SG__BG03 .SG-info-placeholder {
		width: 530px;
		height: 330px;
	}
	
	.product--SG__BG01 .SG-info-placeholder {
		top: -18%;
	}
	
	.product--SG__BG02 .SG-info-placeholder {
		top: -12%;
	}
	 
	.product--SG__BG03 .SG-info-placeholder {
		height: 372px;
		top: -8%;
	}
	
	.product--SG__BG01 img, 
	.product--SG__BG02 img, 
	.product--SG__BG03 img {
		max-width: none!important;
		-o-object-fit: cover;
		   object-fit: cover;
		top: 25%;
	}
	
	.product--SG__BG01 img {
		height: 300px!important;
		width: 440px!important;
	}
	
	.product--SG__BG02 img {
		-webkit-transform: translate(-50%, -48%);
		        transform: translate(-50%, -48%);
		max-width: 415px!important;
	}
	
	.product--SG__BG03 img {
		    width: 455px!important;
			height: 307px!important;
			-webkit-transform: translate(-50%, -40%);
			transform: translate(-50%, -40%);
	}
	
	/* PRODUCT CODE */
	.product--code{
		margin-top:0;
	}
	
	.product--code__group > div:last-child,
	.product--code__group > div:nth-child(5){
		display:none;
	}
	
	/* PRODUCT CUSTOMER SUPPORT */
	.customer--support, .product--support {
		width: 90%;
	}
	
	.product--support__card-02 > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	
	.product--openSrc,
	.product--audit {
    	background-size: cover;
/* 		background-position-x: -80px; */
	}
	
	/* PRODUCT DEMO */
	.product--demo > div{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
	}
	
	.product--demo h2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-flow: column;
    	        flex-flow: column;
		width: 330px;
	}
	
	.product--demo h2:before {
    	position:initial;
		right: 3.5em;
		margin: 0 auto 10px;
		width:20%;
	}
	
	.product--demo h2:after {
    	display:none;
	}
	
	.product--demo a {
    	margin-top: 16px;
		margin-left: 0;
	}
	
}


/* TABLET VIEW FROM 880px BELOW */
@media (max-width: 880px){
	.product--SG__BG01 img, .product--SG__BG02 img, .product--SG__BG03 img {
		top: 20%;
	}
	
	.product--SG__BG01 .SG-info-placeholder {
		top: -23%;
	}
	
	.product--SG__BG02 .SG-info-placeholder {
		top: -18%;
	}
}

/* TABLET VIEW FROM 780px BELOW */
@media (max-width: 780px){
	
	/* HEADER */
	.product--btn__group{
		height: 125px;
		margin-top: 230px!important;
	}
	
	.product--header .product--header__bg img{
		height:200px
	}
	
	.slick-next {
		right: 10%!important;
	}
	
	.slick-prev {
		left: 10%!important;
	}
	/* PRODUCT SG */
	.product--SG__01 > div:first-child,
	.product--SG__02 > div:last-child,
	.product--SG__03  > div:first-child{
		position: absolute;
    	-webkit-transform: translate(-50%, -45%);
    	        transform: translate(-50%, -45%);
    	left: 50%;
	}
	
	.product--SG__01{
		height:330px
	}
	
	.product--SG__02{
		height:360px;
	}
	
	.product--SG__03{
		height: 410px;
	}
	
	.product--SG__01 > div:last-child, 
	.product--SG__02 > div:first-child, 
	.product--SG__03 > div:last-child {
		width: initial!important;
	}

	.product--SG__BG01 .SG-info-placeholder {
		top: -1%;
	}
	
	.product--SG__BG02 .SG-info-placeholder {
		top: 5%;
	}
	
	.product--SG__BG03 .SG-info-placeholder {
		top: -5%;
	}
	
	.product--SG__BG01 img, 
	.product--SG__BG02 img, 
	.product--SG__BG03 img {
		top: 40%;
	}
	
	.product--SG__BG02 img {
		-webkit-transform: translate(-50%, -45%);
		        transform: translate(-50%, -45%);

	}
	
	.product--SG__BG03 img {
		-webkit-transform: translate(-50%, -55%);
		transform: translate(-50%, -56%);
	}
	
	/* PRODUCT CODE */
	.product--code{
		margin-top: 0!important;
	}
	
	.product--code h3 {
		font-weight: 600;
    	font-size: 30px;
	}
	
	.product--code__group{
		-webkit-box-orient:vertical !important;
		-webkit-box-direction:normal !important;
		    -ms-flex-flow:initial !important;
		        flex-flow:initial !important;
		padding:20px!important;
		height:117px!important;
	}
	
	.product--code__top{
		padding-bottom: 70px!important;
	}

	.product--code__bottom{
		padding-top: 70px!important;
	}
	
	.product--code__group img{
		width:52px!important;
		height: 52px!important;
	}
	
	.product--code__logo img{
		height: 150px!important;		
	}
	
	/* PRODUCT CUSTOMER SUPPORT */
	
	.product--support__card-01,
	.product--support__card-02 {
    	margin: 0;
	}
	
	.product--customer__group{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding:0 20px;
	}
	
	.customer--support, .product--support{
		width: 100%;
		margin: 20px 0;
	}
	
	.customer--support h3,
	.product--support  h3{
		font-size:19px;
		font-weight:600;
	}
	
	
	.product--openSrc{
		background-image: url(/wp-content/uploads/2019/08/sg-product-bg-mobile-replace.svg);
	}
	
	.product--audit{
		background-image: url(/wp-content/uploads/2019/08/sg-product-bg-02-mobile-replace.svg);
	}
	
	.product--openSrc,
	.product--audit{
		margin: 20px;
	}
	
	.product--openSrc__img img,
	.product--audit__img img{
    	width: 70%!important;
	}
	
	.product--openSrc__info,
	.product--audit__info {
    	width: initial;
	}
	
	.product--openSrc__info h3,
	.product--audit__info h3{
    	font-size: 24px;
	}
	
	.product--openSrc__info p,
	.product--audit__info p{
    	font-size: 13px; 
	}
	
	 /* PRODUCT PRICE */
	.product--price__parent{
		margin-bottom: 0!important;
	}
	
	.product--card__01, .product--card__02 {
		width: 450px;
		margin: 0px auto!important;
	}
	
	.product--card__02 {
		margin: 60px auto!important;
	}
	
	.product--price__parent .product--card__01 .product--price__logo img,
	.product--price__parent .product--card__02 .product--price__logo img{
		width: 234px;
		height: 157px!important;
	}
	
	.product--price__proposal{
		height: 97px;
		width: 235px;
	}

	.product--price__proposal p{
		font-size: 25px;
	}
	
	.product--card__price p:first-child {
		margin-top: 25px;
	}
	
	.product--price__btn {
		margin-bottom: 60px;
	}
	
	.product--info__text > * {
		padding: 0 25px;
	}
	
	.product--price__info .product--info__text br {
		display: block;
	}

	/* PRODUCT DEMO */
	.product--demo h2 {
		font-size:20px;
	}
	
	.product--demo__parent{
		margin: 30px 0 62px!important;
	}
}


/* MOBILE VIEW FROM 690px BELOW */
@media (max-width: 690px){
	.product--SG__BG01 .SG-info-placeholder {
		top: -6%;
	}
	
	.product--SG__BG02 .SG-info-placeholder {
		top: 0%;
	}
	
	.product--SG__BG01 img, 
	.product--SG__BG02 img, 
	.product--SG__BG03 img {
		top: 35%;
	}
}

/* MOBILE VIEW FROM 580px BELOW */
@media (max-width: 580px){
	
	/* HEADER */
	.product--header{
		margin-top:10px;
	}
	
	.product--header h3 {
		font-size: 19px;
	}
	
	#bg-screenshot {
		width: 265px;	
	}
	
	.product--btn__group {
		height: 235px;
		margin-top: 150px !important;
	}
	
	.product--btn__group a {
		margin-bottom: 0 !important;
	}
	
	.product--btn__group > div:first-child{
		height: 95px;
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2
	}
	
	.product--btn__group > div:last-child{
		height:0;
		-webkit-box-ordinal-group:2;
		    -ms-flex-order:1;
		        order:1
	}
	
	.product--btn__group01, .product--btn__group02{
		-webkit-box-pack: initial;
		    -ms-flex-pack: initial;
		        justify-content: initial;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
	}
	
	.product--btn__group01{
		height:100%!important;
		-webkit-box-pack :center!important;
		    -ms-flex-pack:center!important;
		justify-content:center!important;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap!important;
		    flex-wrap: wrap!important;
	}
	
	
	.product--btn__group02{
		-webkit-box-pack:center!important;
		    -ms-flex-pack:center!important;
		        justify-content:center!important;
		height: 32px !important;
	}
	
	.slick-mobile h3 {
		font-size:18px;
	}
	
	.slick-mobile p {
		font-size: 10px;
	}
	
	.slick-prev, .slick-next {
		top: 69%!important
	}
	
	.slick-prev {
		left: 5%!important;
	}
	
	.slick-next {
		right: 5%!important;
	}
	
	.slick-text {
		height: 78px;
		margin-bottom: 16px;
	}
	
	/* Product Price */
	
	.product--card__01, .product--card__02 {
		width: 375px;
	}
	
	.product--card__price p:first-child, 
	.product--card__enterprise p:last-child {
		text-align: center;
	}
	
	.product--price__btn {
/* 		padding: 0 20px; */
	}
	
	/* PRODUCT SG */
	.product--SG__01 {
    	height: 380px;
	}
	
	.product--SG__02{
    	height: 405px;
	}
	
	.product--SG__03{
    	height: 475px;
	}
	
	.product--SG__BG01 .SG-info-placeholder,
	.product--SG__BG02 .SG-info-placeholder, 
	.product--SG__BG03 .SG-info-placeholder{
		top: -2%;
	}
	
	.product--SG__BG01 img, 
	.product--SG__BG02 img, 
	.product--SG__BG03 img {
		top: 40%;
	}
	
	.product--SG__BG02 img {
		-webkit-transform: translate(-50%, -55%);
		        transform: translate(-50%, -55%);
	}
	
	.product--SG__BG03 img {
		-webkit-transform: translate(-50%, -53%);
		transform: translate(-50%, -53%);
	}
	
	/* PRODUCT CUSTOMER SUPPORT */
	.product--openSrc__info h3,
	.product--audit__info h3{
    	font-size: 19px;
		margin: 0 0 10px;
	}
	
	.product--openSrc__info p,
	.product--audit__info p{
    	font-size: 10px; 
		margin: 0;
		width: initial;
	}
	
	.product--openSrc__img, .product--audit__img{
		width: 80%!important;
	}
	
	.product--openSrc__divider, .product--audit__divider {
		width: 58px;
    	margin: 19px auto 10px;
	}
}

/* MOBILE VIEW FROM 413px BELOW */
@media (max-width: 413px){
	.product--SG__BG02 .SG-info-placeholder {
		top: -7%;
	}
	
	.product--SG__BG02 img {
		-webkit-transform: translate(-50%, -67%);
				transform: translate(-50%, -67%);
	}
	
	.slick-mobile {
		top: -23%;
	}
	
	.slick-text {
		height: 115px;
		margin-bottom: 25px;
	}
	
	.product--btn__group {
		margin-top: 185px !important;
	}
}

/* MOBILE VIEW FROM 390px BELOW */
@media (max-width: 390px){

	#bg-screenshot {
		display:none;
	}
		
	.slick-prev, .slick-next {
		top: 65%!important;
	}
	
	.slick-mobile {
		top: -30%;
	}
	
	.product--btn__group {
		margin-top: 190px !important;
	}
	
	/* Product Price */
	.product--card__01, .product--card__02 {
		width: 270px;
	}
	
	.product--card__price p:first-child {
		line-height: 90px;
	}
	
	.product--card__enterprise p:last-child {
		line-height: 70px;    
		margin-top: 20px;
	}
	
	/* Product Customer Support */
	.customer--support, .product--support {
    	background-size: 155%;
	}
	
	/* Product Info	 */
	.product--SG__BG01 .SG-info-placeholder{
		top: -1%;
	}
	
	.product--SG__BG03 .SG-info-placeholder {
		top: -6%;
	}
	
	.product--SG__BG03 img {
		-webkit-transform: translate(-50%, -56%);
		transform: translate(-50%, -56%);
	}
	
}


/* MOBILE VIEW FROM 376px BELOW */
@media (max-width: 376px){
	
	.product--SG__BG01 .SG-info-placeholder {
		top: -5%;
	}
	
	.product--SG__BG01 img {
		top: 36%;
	}
	
	.product--SG__BG02 .SG-info-placeholder {
		top: -10%;
	}
	
	.product--SG__BG03 .SG-info-placeholder {
		top: -12%;
	}
	
	.product--SG__BG02 img ,
	.product--SG__BG03 img {
		-webkit-transform: translate(-50%, -75%);
		transform: translate(-50%, -75%);
	}
	
	.product--btn__group {
		margin-top: 170px !important;
	}
	
	.slick-mobile {
		top: -27%;
	}
}
/* MOBILE VIEW FROM 361px BELOW */
@media (max-width: 361px){
	
	/* Product Header */
	.product--btn__group {
		margin-top: 185px !important;
	}
	
	.slick-mobile {
		top: -29%;
	}
	
	/* Product Info */
	.product--SG__01, 
	.product--SG__02, 
	.product--SG__03 {
		margin-top: 200px;
		padding-top: 40px;
	}
	
	.product--SG__BG01 .SG-info-placeholder {
		top: -8%;
	}
	
	.product--SG__BG01 img {
		top: 33%;
	}
	
	.product--SG__BG02 .SG-info-placeholder {
		top: -14%;
	}
	
	.product--SG__BG02 img {
		-webkit-transform: translate(-50%, -85%);
		        transform: translate(-50%, -85%);
	}
	
	.product--SG__BG03 .SG-info-placeholder {
		top: -18%;
	}
	
	.product--SG__BG03 img {
		-webkit-transform: translate(-50%, -88%);
			transform: translate(-50%, -88%);
	}
}

/* MOBILE VIEW FROM 330px BELOW */
@media (max-width: 330px){
	.product--SG__BG02 .SG-info-placeholder {
		top: -18%;
	}
	
	.product--SG__BG02 img {
		-webkit-transform: translate(-50%, -110%);
		        transform: translate(-50%, -110%);
	}
	
	.product--SG__02{
		padding-top: 60px;
	}
}

/* MOBILE VIEW FROM 325px BELOW */
@media (max-width: 325px){
	
	.slick-mobile {
		top: -27%;
	}
	
	.slick-prev {
		left: 3%!important;
	}
	
	.slick-next {
		right: 3%!important;
	}
	
	.product--btn__group02 {
		-ms-flex-flow: column;
		    flex-flow: column;
	}
	
	.product--btn__group {
		height: 275px;
		margin-top: 190px !important;
	}
	
	.product--btn__group01 > div,
	.product--btn__group02 > div{
		padding: 5px 0;
	}
	
	.product--SG__BG03 .SG-info-placeholder {
		top: -20%;
	}
	
	.product--SG__BG03 img {
		-webkit-transform: translate(-50%, -83%);
		transform: translate(-50%, -100%);
	}

	.product--SG__03{
		padding-top: 60px;
	}
}

  /************************************************/
 /********** 		COMPANY PAGE        **********/
/************************************************/

.section--header{
	margin: 73px auto 44px;
    font-size: 40px;
    text-align: center;	
}

.section--header::before
{
    display: inline-block;
    content: "";
    border-top: 4px solid #E5242D;
    width: 110px;
}

.company--subheader{
	font-size: 30px;
	font-weight: 600;
}

/* COMPANY - HEADER SECTION */

#company--header{
	margin-top: -90px;
    background-image: url(/wp-content/uploads/2019/07/company-header-bg.jpg);
    margin-left: calc(50% - 50vw);
    width: 100vw;
	height: 64vw;
    background-position-y: bottom;
    background-size: cover;
}

/* COMPANY - STATEMENT SECTION */
.company--statement__logo{
	text-align: center;
	margin-top: 30px;
}

.company--statement__logo img{
	max-width: 488px!important;
    height: 42.46px!important;
}

.section--statement__text{
	margin-left: calc(50% - 50vw);
	width: 100vw!important;
	height: 310px;
    -webkit-box-align: center!important;
        -ms-flex-align: center!important;
            align-items: center!important;
    background-size: cover;
    background-position-x: center;
    background-image: url(/wp-content/uploads/2019/08/company-statement-bg.svg);
}

.statement-text > div {
	display:flex;
	justify-content: center;
}

.statement-text-widget {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.statement-text-widget > div {
    border: 3px solid black;
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    padding: 10px 20px;
    width: 850px;
    height: 206px;
}

/* COMPANY - SECTION VALUE */
.company--value__logo {
	margin-bottom: 30px;
    text-align: center;
}

.company--value__logo img {
    width: 205px!important;
    height: 205px!important;
}

.company--value .company--subheader,
.company--value p {
	text-align:center;
}

.company--value .company--subheader{
    margin-bottom: 22px;	
}

.company--value p {
	font-size:14px;
	font-weight: 300;
	margin: 0 auto 10px;
	padding: 0 20px;
}


.value--group > div:not(:last-child):after {
	content: "";
    display: block;
    width: 25px;
    max-width: 100%;
    border-bottom: 2px solid #E5242D;
    margin: 0 auto 8px;
}

/* COMPANY - SECTION MANAGEMENT TEAM */

#section--management{
	margin: 0 -8.466%;
}

#section--management > div:last-child {
	-ms-flex-item-align: end!important;
	    align-self: flex-end!important;
}

#section--management .employer--column-01 {
	margin-right: 10px;
	text-align: end;
}

#section--management .employer--column-03 {
	margin-left: 10px;
}

.employer-avatar {
		display: none;
}

#section--management h3 {
	font-size: 30px;
    font-weight: 600;
    margin: 0;
}

#section--management h4  {
	margin: 10px 0 15px;
    font-size: 17px;
	color:#B7B7B9;
}

#section--management p {
    margin: 0 0 15px;
    font-weight: 300;
}

#section--management .employer--link > * {
	padding: 0 6px;
} 

.employer--manager-01, 
.employer--manager-04 {
    margin: 45px 0;
}

.employer--manager-02,
.employer--manager-03 {
	margin: 30px 0;
}

/* COMPANY - SECTION STORY */

.company-story-row {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}

.company-story-column-01,
.company-story-column-02 {
	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;
}

.company-story-column-01 {
    text-align: end;
    margin-right: -20px;
	padding-right: 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.company-story-column-02 {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
    margin-left: 30px;
	padding-left: 10px
}

.company-story-column-2013,
.company-story-column-2019{
    border-right: 45px solid #086095;
}

.company--story__2013,
.company--story__2019{
	background-color: #086095;
}

.company-story-column-2015{
    border-right: 45px solid #42BFF2;
}

.company--story__2015{
	background-color: #42BFF2;
}

.company-story-column-2016{
    border-right: 45px solid #7EDCE2;
}

.company--story__2016{
	background-color: #7EDCE2;
}

.company-story-column-2017{
    border-right: 45px solid #51D3B7;
}

.company--story__2017{
	background-color: #51D3B7;
}

.company-story-column-2018{
    border-right: 45px solid #169FD2;
}

.company--story__2018{
	background-color: #169FD2;
}

.company-story-column-01 > * ,
.company-story-column-02 > * {
	margin: 25px 0 !important;
}

.company-story-text > div:first-child{
	margin-top: 60px!important;
}

.company-story-text > div:last-child{
	margin-bottom: 65px!important;
}

.company--story__header {
	font-size: 30px;
	margin-bottom: 15px;
    font-weight: 600;
}

.company--story__info {
	font-size: 14px;
    font-weight: 300;
	margin:5px 0;
}

.company--story__timeline{
	font-size: 30px;
    color: white;
    padding: 5px 0;
    text-align: center;
    width: 260px;
}

.company-story-column-01 .company--story__timeline {
	margin: 0;
}

.story-info-logo-sm,
.story-info-logo-lg {
	height: 39px;
    vertical-align: middle;
}

/* COMPANY - SECTION GALLERY */
.gallery-container-01,
.gallery-container-0345,
.gallery-container-0678,
.gallery-container-09{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
	padding: 13.6px 0;
	
}

.gallery-container-01 > div:first-child{
	padding-right: 13.6px;
}

.gallery-container-01 > div:last-child{
	padding-left: 13.6px;
}

.gallery-container-0345 > div:first-child{
	padding-right: 16.6px;	
}

.gallery-container-0345 > div:last-child{
	padding-left: 16.6px;	
}

.gallery-container-034 > div:first-child{
	padding-bottom: 27.2px;
}

.gallery-container-0678 > div:nth-child(2) {
    padding: 0px 33.2px;
}

.gallery-container-034,
.gallery-container-034 > div{
	height:100%;
}

.gallery-container-034 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

/* COMPANY - SECTION RECRUIT */

.company--recruit__text {
	background-image: url(/wp-content/uploads/2019/08/join-us-desktop.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 213px;
	width: 904px;
    background-position: center;
    margin: 60px auto 0px;
	text-decoration: none;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.16);   
	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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#company--recruit h3 {
	font-size: 30px;
    font-weight: 600;
	margin:0;
}

#company--recruit p {
	font-size: 14px;
	font-weight:300;
}

/* LARGER SCREEN FROM 1250PX BEYOND */
@media (min-width: 1250px) {
	
	.employer--manager-01, 
	.employer--manager-04 {
		margin: 60px 0;
	}
	
	.employer--manager-02,
	.employer--manager-03 {
		margin: 15px 0;
	}
}

/* LARGER SCREEN FROM 1300PX BEYOND */
@media (min-width: 1300px) {
	
	.employer--manager-01, 
	.employer--manager-04 {
		margin: 75px 0;
	}
	
	.employer--manager-02,
	.employer--manager-03 {
		margin: 10px 0;
	}
}

/* LARGER SCREEN FROM 1350PX BEYOND */
@media (min-width: 1350px) {
	
	.employer--manager-01, 
	.employer--manager-04 {
		margin: 90px 0;
	}
}

/* LARGER SCREEN FROM 1450PX BEYOND */
@media (min-width: 1450px) {
	
	.employer--manager-01, 
	.employer--manager-04 {
		margin: 110px 0;
	}
}

/* LARGER SCREEN FROM 1500PX BEYOND */
@media (min-width: 1500px) {
  #company--header {
		margin-top: -110px;
		height: 64vw;
		background-position-y: bottom;
	}
}

/* LARGER SCREEN FROM 1550PX BEYOND */
@media (min-width: 1550px) {
	
	.employer--manager-01, 
	.employer--manager-04 {
		margin: 130px 0;
	}
}


/* LARGER SCREEN FROM 1600px BEYOND */
@media (min-width: 1600px) {
	#company--header {
		height: 64vw;
	}
}

/* LARGER SCREEN FROM 1700px BEYOND */
@media (min-width: 1700px) {
	
	#company--header {
		height: 62vw;
	}
	
	.employer--manager-01, .employer--manager-04 {
		margin: 155px 0;
	}
	
	/* COMPANY RECRUIT */
	.company--recruit__text {
		width: 1228.87px;
	}
}

/* LARGER SCREEN FROM 1900px BEYOND */
@media (min-width: 1900px) {

	.employer--manager-01, 
	.employer--manager-04 {
		margin: 175px 0;
	}
}

/* BIG SCREEN MOBILE FROM 1199px BELOW */
@media (max-width:1199px){
	#company--header {
		height: 75vw;
		background-position: center bottom;
	}
	
	#gallery-img-05,
	#gallery-img-05 img {
		height: 100%!important;
	}
	
	/* 	COMPANY RECRUIT */
	#company--recruit {
		margin: 0 14px;
	}
	
	/* TEAM MANAGEMENT*/
	#section--management{
		-webkit-box-orient:	vertical;
		-webkit-box-direction:	normal;
		    -ms-flex-flow:	column;
		        flex-flow:	column;
	}
	
	#section--management > div {
		width: 100% !important;
	}
	
	#section--management > div:nth-child(2){
		display:none;
	}
	
	#section--management .employer--column-01,
	#section--management .employer--column-03 {
		margin: 0 16px;
		text-align: center;
	}
	
	.employer-avatar {
		display: block;
	}
	
	
	/* COMPANY GALLERY */
	.gallery-container-01,
	.gallery-container-0345,
	.gallery-container-0678 {
		    -ms-flex-flow: column;
		        flex-flow: column;
		padding: 0;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		
	}

	.gallery-container-01 > div, 
	.gallery-container-0345 > div,
	.gallery-container-0345 > div,
	.gallery-container-034 > div,
	.gallery-container-0678 > div {
		padding: 6px 0 !important;
	}

	/* COMPANY RECRUITMENT */
	#company--recruit h3 {
		font-size: 19px;
	}
}

/* TABLET VIEW FROM 970px BELOW */
@media (max-width:970px){
	
	body{
		overflow-x:hidden;
	}
	
	.statement-text-widget > div {
		border: 1px solid black;
		font-size: 19px;
		height: 116px;
		padding: 10px 0;
	}
	
	/* COMPANY VALUE */
	.company-value-container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
	
	.company-value-container > div{
		margin: 15px 0;
		width: 100%!important;
	}
	

}

@media (max-width:780px){
	
	.section--header{
		font-size: 19px;
		font-weight:300;
	}
	
	/* COMPANY HEADER */
	#company--header {
		height: 85vw;
	}
	
	/* COMPANY STATEMENT */
	.section--statement__widget > div {
		font-size: 15px;
	}
	
	.section--statement__text {
		height: 73vw;
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;	
	}
	
	/* COMPANY VALUE */
	.company--subheader {
		font-size: 19px;
	}
	
	.company--value p {
		font-size: 14px;
	}
	
	/* COMPANY MANAGEMENT */
	#section--management h3 {
		font-size: 19px;
	}
	
	#section--management h4,
	#section--management p {
		font-size: 14px;
	}
	
	/* COMPANY TIMELINE */
	.company-story-row-2013,
	.company-story-row-2016,
	.company-story-row-2018 {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		    -ms-flex-flow: column-reverse!important;
		        flex-flow: column-reverse!important;
	}
	
	.company-story-column-2013,
	.company-story-column-2015,
	.company-story-column-2016,
	.company-story-column-2017,
	.company-story-column-2018,
	.company-story-column-2019{
		border-right: none;
	}
	
	.company-story-column-2013,
	.company-story-row-2015 .company-story-column-02,
	.company-story-column-2016,
	.company-story-row-2017 .company-story-column-02,
	.company-story-column-2018,
	.company-story-row-2019 .company-story-column-02{
		margin: 0 20px;
		padding-left: 0;
	}
	
	.company-story-row-2013 .company-story-column-01,
	.company-story-row-2016 .company-story-column-01,
	.company-story-row-2018 .company-story-column-01{
		padding:0;
	}
	
	.company-story-row-2013 .company-story-column-02,
	.company-story-row-2016 .company-story-column-02,
	.company-story-row-2018 .company-story-column-02 {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	
	.company-story-row-2015 .company-story-column-01,
	.company-story-row-2017 .company-story-column-01,
	.company-story-row-2019 .company-story-column-01 {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	
	.company-story-row{
		color:white!important;
		padding: 50px 0 0;
	}
	
	.company-story-column-01 > *, 
	.company-story-column-02 > * {
		margin: 0 !important;
	}
	
	.company-story-text > div {
		margin-top: 50px!important;
	}
	
	.company-story-text > div:not(:first-of-type){
		margin-top: 35px!important;
	}
	
	.company--story__timeline{
		background: white;
		margin: 0 20px !important;
	}
	
	.company--story__2013, .company--story__2019{
		color: #086095!important;
	}
	
	.company-story-row-2013, .company-story-row-2019{
		background-color: #086095;
	}
	
	.company--story__2015 {
		color: #42BFF2!important;
	}
	
	.company-story-row-2015 {
		background: #42BFF2;
	} 
	
	.company--story__2016 {
		color: #7EDCE2!important;
	}
	
	.company-story-row-2016 {
		background: #7EDCE2;
	}
	
	.company--story__2017 {
		color: #51D3B7!important;
	}
	
	.company-story-row-2017 {
		background: #51D3B7;
	}
	
	.company--story__2018 {
		color: #169FD2!important;
	}
	
	.company-story-row-2018 {
		background: #169FD2;
	}
	
}

/* MOBILE VIEW FROM 568px BELOW */
@media (max-width: 568px){
	
	/* COMPANY HEADER */
	#company--header {    
		height: 130vw;
		background-size: 155%;
	}
	
	/* COMPANY STATEMENT */
	.company--statement__logo img {
		max-width: 258px!important;
		height: 22.46px!important;
	}
	
	#company--statement .section--statement__text{
		background-image: url(/wp-content/uploads/2019/08/company-statement-bg-mobile.svg);
		display: flex!important;
		justify-content: center!important;
		align-items: center!important;
	}
	
	.section--statement__text {
		height: 55vw;
	}
	
	.company--recruit__widget p {
		width: 85%;
	}
	
	.statement-text-widget > div {
		font-size: 15px;
		display: flex;
		justify-content: center;
	}
	
	.statement-text-p {
		display: flex;
		align-items: center;
	}
	
	/* COMPANY STORY */
	.company--story__timeline {
		font-size: 19px;
		padding: 5px 0;
		width: 130px;
	}
	
	.company--story__header {
		font-size: 19px;
		margin-bottom: 17px;
	}
	
	.company--story__info {
		margin: 2.5px 0;
	}
	
	.company-story-column-01 > div:not(:first-child){
		margin-top: 50px;
	}
	
	#section--management p {
		padding: 0 40px;
	}
	
	/* COMPANY RECRUIT	 */
	#company--recruit p {
		text-align: center;
	}
}

@media (max-width: 390px){
	/* COMPANY HEADER */
	#company--header {
		margin-top: -65px;
	}
	
	.company--recruit__text {
		background-image: url(/wp-content/uploads/2019/08/join-us-mobile.svg);
	}
}

  /************     		  *************/
 /************ NOT FOUND 404 *************/
/************  			    *************/

#section-not-found{
	font-family: "Poppins", sans-serif;
	height: 296px;
	justify-content: space-between;
    display: flex;
}


#section-not-found > div{
    width: 50%;	
}

#section-not-found > div:last-child{
	height: 100%;
}

.not-found-header ,
.not-found-subheader{
	color: #B7B7B9;
	text-align: center;
}

.not-found-header {
	margin: 0;
	color: #B7B7B9;
	font-weight: 700;
	font-size: 180px;
}

.not-found-subheader {
	color: #B7B7B9;
	margin: 0;
	font-weight: 600;
	font-size: 30px;
	text-transform: uppercase;
}

.not-found-info {
	height: 100%;
    justify-content: space-evenly;
    display: flex;
    flex-flow: column;    
	padding: 45px 0 40px;
}

.not-found-text {    
	width: 560px;
    font-size: 15px;
    font-weight: 300;
}

.return-btn {
    margin-top: 40px;
    background: #e5242d;
    border-radius: 43.79px;
    width: 195.92px !important;
    height: 43.58px;
    color: #ffffff!important;
    border: transparent;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

@media (max-width: 1199px){
	
	#section-not-found {
		margin-top: 90px;
		height: initial;
		flex-flow: column;
	}
	
	#section-not-found > div{
	 	width: 100%;
	}
	
	.not-found-subheader {
		margin: 0;
	}
	
	.not-found-info {
		margin-top: 25px;
		align-items: center;
		padding: initial;
	}
	
	.not-found-text  {
		width: 330px;
		text-align: center;
	}
	
	.return-btn {
		margin-top: 65px;
	}
	
}

@media (max-width: 414px){
	#section-not-found {
		margin-top: 65px;
	}	
	
	.not-found-info {
		margin-top: 40px;
	}
}

@media (max-width: 320px){
	.not-found-text  {
		width: initial;
	}
}
