#page-147080 h1,#page-147080 h2, #page-147080 h3, #page-147080 h4, #page-147080 h5, #page-147080 p, #page-147080 div, #page-147080 span{
	font-family: Lato, serif !important;
}

body #page-147080{
    /* height: 4000px; */
    /* padding-bottom: 500px; */
    margin: 0;
    box-sizing: border-box;
    /* background-color: #d3e8ed; */
    background-color: #d4eaf0;
    font-family: 'Lato', serif;
    font-size: 16px;
}
#page-147080 div{
    margin: 0;
}
#page-147080 h1, #page-147080 h2, #page-147080 h3, #page-147080 h4, #page-147080 h5, #page-147080 p, #page-147080 div, #page-147080 span{
    color: #0a226b;
}
#page-147080 h1{
    font-size: 2.2em;
    margin-bottom: 20px;
}
#page-147080 h2{
    font-weight: 500;
}
#page-147080 h1, #page-147080 h2,#page-147080 p{
    margin-top: 0;
}
#page-147080 h1, #page-147080 h2{
    margin-bottom: 35px;
}
#page-147080 p{
    line-height: 26px;
}
#page-147080 h2.textColor{
    color: #0094b3;
}
#page-147080 section{
    margin-bottom: 50px;
}
#page-147080 .container{
    /* max-width: 1170px; */
    max-width: 960px;
    margin: auto;
    padding: 50px 0;
}
#page-147080 .boxScheme{
    display: block;
    width: 80px;
    height: 20px;
    background-color: #0094b3;
    position: relative;
    margin-bottom: 50px;
}
#page-147080 .boxScheme:after{
    content: '';
    display: block;
    width: 80px;
    height: 20px;
    background-color: #c3d443;
    position: absolute;
    top: 10px;
    left: 10px;
}
#page-147080 .textColor{
    color: #b40e57;
}
#page-147080 .text-center{
    text-align: center;
}
#page-147080 .btn{
    background-color: #0094b3;
    font-size: 18px;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}
#page-147080 .btn:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #c3d443;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s all;
    z-index: -1;
}
#page-147080 .btn:hover:after{
    top: 5px;
    left: 5px;
}
#page-147080 .trapezoid-content{
    margin-bottom: 25px;
}
#page-147080 .trapezoid-content .header{
    padding: 25px 20px;
    position: relative;
    margin-top: 35px;
}
#page-147080 .trapezoid-content .middleBlue{
    margin-top: -38px;
}
#page-147080 .trapezoid-content .header:before{
    content: '';
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    height: 0;
    /*width: calc(100% - 90px);*/
	width: 100%;
    left: 0;
    top: -20px;
    position: absolute;
}
#page-147080 .trapezoid-content .header h2{
    margin-bottom: 0;
}
#page-147080 .trapezoid-content .content{
    background-color: #fff;
    padding: 20px;
}
#page-147080 .trapezoid-content .content ul{
    margin: 0;
    list-style: square;
    padding-left: 20px;
}
#page-147080 .trapezoid-content .content ul li{
    margin-bottom: 6px;
}




#page-147080 #introduction .content{
    background: linear-gradient(to right, rgba(0,148,179,1) 0%, rgba(0,127,153,1) 100%);
    padding: 25px;
    border-radius: 15px;
    position: relative;
    display: flex;
    opacity: 0;
    transition: .3s all;
}
#page-147080 #introduction .content p{
    display: inline-block;
    /*width: 40%;*/
    color: white;
    margin-bottom: 0;
    line-height: 26px;
}
#page-147080 #introduction .content #intro-element{
    /*width: 59%;*/
    margin-right: auto;
    display: inline-block;
    opacity: 0;
    transition: .3s all;
}
#page-147080 #introduction .content #intro-man{
    position: absolute;
    bottom: 0;
    right: 10%;
    height: 110%;
    opacity: 0;
    transition: .3s all;
}
#page-147080 #introduction.animate .content{
    opacity: 1;
}
#page-147080 #introduction.animate .content #intro-element{
    transition-delay: .3s;
    opacity: 1;
}
#page-147080 #introduction.animate .content #intro-man{
    transition-delay: .5s;
    opacity: 1;
    right: 15%;
}








#page-147080 #emotions .wrapper{
    margin: 0 -25px;
}
#page-147080 #emotions .wrapper .content-image{
    position: relative;
    display: inline-block;
    width: calc(33% - 50px);
    margin: 0 25px;
    margin-top: 15px;
    opacity: 0;
    transition: .3s all;
}
#page-147080 #emotions .wrapper .content-image img{
    width: 100%;
}
#page-147080 #emotions .wrapper .content-image .emotions-woman{
    position: absolute;
    object-fit: contain;
    bottom: 4px;
    width: initial;
    transform: scale(1.1);
    opacity: 0;
    transition: .3s all;
}
#page-147080 #emotions .wrapper .content-image.animate{
    opacity: 1;
}
#page-147080 #emotions .wrapper .content-image.animate .emotions-woman{
    transform: scale(1);
    opacity: 1;
    transition-delay: .3s;
}
#page-147080 #emotions .wrapper .content-image.animate .emotions-woman{
    transform: scale(1);
}
#page-147080 #emotions .wrapper .content-image:nth-child(1) .emotions-woman{
    height: 70%;
    left: 50px;
	margin-bottom: -3px;
}
#page-147080 #emotions .wrapper .content-image.animate:nth-child(2){
    transition-delay: .3s;
}
#page-147080 #emotions .wrapper .content-image.animate:nth-child(2) .emotions-woman{
    transition-delay: .5s;
}
#page-147080 #emotions .wrapper .content-image.animate:nth-child(3){
    transition-delay: .6s;
}
#page-147080 #emotions .wrapper .content-image.animate:nth-child(3) .emotions-woman{
    transition-delay: .8s;
}
#page-147080 #emotions .wrapper .content-image:nth-child(2) .emotions-woman{
    height: 68%;
    left: 40px;
	margin-bottom: -3px;
}
#page-147080 #emotions .wrapper .content-image:nth-child(3) .emotions-woman{
    height: 68%;
    left: 0;
	margin-bottom: -3px;
}
#page-147080 #emotions #emotions-hint{
    background: linear-gradient(to right, rgba(0,148,179,1) 0%, rgba(0,127,153,1) 100%);
    padding: 25px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 35px;
    opacity: 0;
    transition: .3s all;
    left: 30px;
}
#page-147080 #emotions #emotions-hint p{
    color: white;
    margin-bottom: 0;
}
#page-147080 #emotions #emotions-hint div.blockWidth{
    width: 98%;
}
#page-147080 #emotions #emotions-hint img{
    width: 90px;
    margin-right: 25px;
    transform: scale(1.2);
    opacity: 0;
    transition: .3s all;
}
#page-147080 #emotions #emotions-hint.animate{
    opacity: 1;
    left: 0;
}
#page-147080 #emotions #emotions-hint.animate img{
    opacity: 1;
    transform: scale(1);
    transition-delay: .5s;
}
#page-147080 #emotions #emotions-market{
    margin-top: 35px;
    padding-bottom: 20px;
}
#page-147080 #emotions #emotions-market h2{
    background-color: #b3cc54;
    padding: 30px 25px;
    margin-bottom: 0;
}
#page-147080 #emotions #emotions-market .diagram-img{
    background-color: white;
    position: relative;
    padding: 285px 200px;
}
#page-147080 #emotions #emotions-market .diagram-img p{
    position: absolute;
    font-weight: 500;
}
#page-147080 #emotions #emotions-market .diagram-img p.active{
    background-color: #b3cc54;
    border-radius: 50px;
    padding: 3px 20px;
}
#page-147080 #emotions #emotions-market .diagram-img p.red{
    background-color: #b40e57;
    color: white;
    padding: 3px 25px;
}
#page-147080 #emotions #emotions-market .diagram-img img{
    width: 70%;
    opacity: 0;
    transition: .3s all;
}
#page-147080 #emotions #emotions-market.animate .diagram-img img{
	max-width: 120%;
}
#page-147080 #emotions #emotions-market.animate .diagram-img img{
    width: 105%;
    opacity: 1;
	margin-top: -210px;
    margin-left: -128px;
}
#page-147080 #emotions #emotions-market .diagram-img #man-brain{
    position: absolute;
    bottom: -85px;
    left: 15%;
    height: 120%;
    width: auto;
    transition: .3s all;
}
#page-147080 #emotions #emotions-market.animate .diagram-img #man-brain{
    opacity: 1;
    transition-delay: 1s;
}
#page-147080 #emotions #emotions-market .diagram-img p:nth-child(1){
    top: 56%;
    left: 3%;
    opacity: 0;
    transition: .3s all;
    transform: scale(1.2);
}
#page-147080 #emotions #emotions-market .diagram-img p:nth-child(2){
    top: 38%;
    left: 5%;
    opacity: 0;
    transition: .3s all;
}
#page-147080 #emotions #emotions-market .diagram-img p:nth-child(3){
    top: 25%;
    left: 17%;
    opacity: 0;
    transition: .3s all;
}
#page-147080 #emotions #emotions-market .diagram-img p:nth-child(4){
    top: 7%;
    left: 24%;
    opacity: 0;
    transition: .3s all;
    transform: scale(1.3);
}
#page-147080 #emotions #emotions-market .diagram-img p:nth-child(5){
    top: 25%;
    left: 38%;
    opacity: 0;
    transition: .3s all;
}
#page-147080 #emotions #emotions-market .diagram-img p:nth-child(6){
    top: 38%;
    left: 46%;
    opacity: 0;
    transition: .3s all;
}
#page-147080 #emotions #emotions-market .diagram-img p:nth-child(7){
    top: 52%;
    left: 54%;
    opacity: 0;
    transition: .3s all;
}
#page-147080 #emotions #emotions-market .diagram-img p:nth-child(8){
    top: 65%;
    left: 61%;
    opacity: 0;
    transition: .3s all;
}
#page-147080 #emotions #emotions-market .diagram-img p:nth-child(9){
    top: 86%;
    left: 64%;
    opacity: 0;
    transition: .3s all;
    transform: scale(1.3);
}
#page-147080 #emotions #emotions-market .diagram-img p:nth-child(10){
    top: 68%;
    left: 79%;
    opacity: 0;
    transition: .3s all;
}
#page-147080 #emotions #emotions-market .diagram-img p:nth-child(11){
    top: 55%;
    left: 87%;
    opacity: 0;
    transition: .3s all;
}
#page-147080 #emotions #emotions-market .diagram-img p:nth-child(12){
    top: 38%;
    left: 86%;
    opacity: 0;
    transition: .3s all;
    transform: scale(1.3);
}
#page-147080 #emotions #emotions-market.animate .diagram-img p{
    opacity: 1;
    transform: scale(1);
}
#page-147080 #emotions #emotions-market.animate .diagram-img p:nth-child(1){
    transition-delay: .4s;
}
#page-147080 #emotions #emotions-market.animate .diagram-img p:nth-child(2){
    transition-delay: .55s;
}
#page-147080 #emotions #emotions-market.animate .diagram-img p:nth-child(3){
    transition-delay: .7s;
}
#page-147080 #emotions #emotions-market.animate .diagram-img p:nth-child(4){
    transition-delay: .85s;
}
#page-147080 #emotions #emotions-market.animate .diagram-img p:nth-child(5){
    transition-delay: 1s;
}
#page-147080 #emotions #emotions-market.animate .diagram-img p:nth-child(6){
    transition-delay: 1.15s;
}
#page-147080 #emotions #emotions-market.animate .diagram-img p:nth-child(7){
    transition-delay: 1.3s;
}
#page-147080 #emotions #emotions-market.animate .diagram-img p:nth-child(8){
    transition-delay: 1.45s;
}
#page-147080 #emotions #emotions-market.animate .diagram-img p:nth-child(9){
    transition-delay: 1.6s;
}
#page-147080 #emotions #emotions-market.animate .diagram-img p:nth-child(10){
    transition-delay: 1.85s;
}
#page-147080 #emotions #emotions-market.animate .diagram-img p:nth-child(11){
    transition-delay: 2s;
}
#page-147080 #emotions #emotions-market.animate .diagram-img p:nth-child(12){
    transition-delay: 2.15s;
}







#page-147080 #maintaining #focus{
    margin-top: 50px;
    width: 60%;
    margin-left: auto;
}
#page-147080 #maintaining #focus .header{
    background-color: #fac82c;
}
#page-147080 #maintaining li,
#page-147080 #maintaining .header h2{
    opacity: 0;
    transition: .3s all !important;
}
#page-147080 #maintaining  li{
    margin-left: -20px;
}
#page-147080 #maintaining .animate .header h2{
    opacity: 1;
}
#page-147080 #maintaining .animate li.animate{
    opacity: 1;
    margin-left: 0;
}
#page-147080 #maintaining li.animate:nth-child(1){
    transition-delay: .3s !important;
}
#page-147080 #maintaining li.animate:nth-child(2){
    transition-delay: .45s !important;
}
#page-147080 #maintaining li.animate:nth-child(3){
    transition-delay: .6s !important;
}
#page-147080 #maintaining li.animate:nth-child(4){
    transition-delay: .75s !important;
}
#page-147080 #maintaining li.animate:nth-child(5){
    transition-delay: .9s !important;
}
#page-147080 #maintaining li.animate:nth-child(6){
    transition-delay: 1.05s !important;
}
#page-147080 #maintaining li.animate:nth-child(7){
    transition-delay: 1.3s !important;
}
#page-147080 #maintaining li.animate:nth-child(8){
    transition-delay: 1.45s !important;
}
#page-147080 #maintaining li.animate:nth-child(9){
    transition-delay: 1.6s !important;
}
#page-147080 #maintaining li.animate:nth-child(10){
    transition-delay: 1.75s !important;
}
#page-147080 #maintaining #focus .header:before{
    border-bottom: 20px solid #eaad06;
}
#page-147080 #maintaining #devise,
#page-147080 #maintaining #develop{
    margin-top: 50px;
    position: relative;
}
#page-147080 #maintaining #devise .content,
#page-147080 #maintaining #develop .content{
    display: flex;
    padding-bottom: 0;
}
#page-147080 #maintaining #devise ul,
#page-147080 #maintaining #develop ul{
    width: 100%;
    display: inline-block;
}
#page-147080 #maintaining #devise img,
#page-147080 #maintaining #develop img{
    width: 50%;
    margin-left: auto;
    margin-right: 0;
	margin-bottom: -13px;
    opacity: 0;
    transition: .3s all;
}
#page-147080 #maintaining #devise.animate img,
#page-147080 #maintaining #develop.animate img{

    opacity: 1;
    margin-left: auto;
    margin-right: 20px;
    transition-delay: .6s;
	float: right;
}
#page-147080 #maintaining #devise .img-cup,
#page-147080 #maintaining #devise .img-arrow{
    position: absolute;
    height: 160px;
    top: -180px;
    width: auto;
    z-index: 99;
    opacity: 0;
    transition: .3s all;
}
#page-147080 #maintaining #devise.animate .img-cup,
#maintaining #devise.animate .img-arrow{
    opacity: 1;
}
#page-147080 #maintaining #devise .img-cup{
    height: 170px;
    left: 7%;
}
#page-147080 #maintaining #devise.animate .img-arrow{
    transition-delay: .3s;
}
#page-147080 #maintaining #devise .img-arrow{
    height: 180px;
    top: -250px;
    z-index: 98 !important;
}
#page-147080 #maintaining #devise .header{
    background-color: #019cb6;
}
#page-147080 #maintaining #devise .header h2{
    color: white;
}
#page-147080 #maintaining #devise .header:before{
    border-bottom: 20px solid #0187b5;
}
#page-147080 #maintaining #develop .header{
    background-color: #c3d443;
}
#page-147080 #maintaining #develop .header:before{
    border-bottom: 20px solid #a7bb4a;
}








#page-147080 #overcoming #confirmation{
    display: flex;
    position: relative;
    z-index: 2;
}
#page-147080 #overcoming #confirmation:after{
    content: '';
    width: calc(100% + 10px);
    height: 100%;
    background: linear-gradient(to right, rgba(0,148,179,1) 0%, rgba(0,127,153,1) 100%);
    position: absolute;
    top: 10px;
    left: 0;
    z-index: -1;
    border-radius: 15px;
}
#page-147080 #overcoming #confirmation .with-arrow{
    background: linear-gradient(to right, rgba(0,148,179,1) 0%, rgba(0,127,153,1) 100%);
    padding: 30px;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
	width: 80%;
}
#page-147080 #overcoming #confirmation .with-arrow p{
    margin-bottom: 0;
    color: white;
}
#page-147080 #overcoming #confirmation .with-arrow h2{
    color: white;
}
#page-147080 #overcoming #confirmation .with-arrow:after{
    content: '';
    width: 0; 
    height: 0; 
    border-top: 95px solid transparent;
    border-bottom: 95px solid transparent;
    border-left: 30px solid rgba(0,127,153,1);
    position: absolute;
    right: -30px;
    top: 0;
}
#page-147080 #overcoming #confirmation div{
    background-color: white;
    padding: 30px;
    padding-left: 60px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
#page-147080 #overcoming #confirmation div p{
    margin-bottom: 0;
}
#page-147080 #overcoming .text-center{
    margin: 40px 0;
}
#page-147080 #overcoming .wrapper{
    display: flex;
    margin: 0 -20px;
}
#page-147080 #overcoming .wrapper .card{
    display: flex;
    background-color: white;
    position: relative;
    width: 50%;
    margin: 0 20px;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 40px;
    opacity: 0;
    transition: .3s all;
	box-shadow: #0090ae 10px 9px 0 0;
}
#page-147080 #overcoming .wrapper.animate .card{
    opacity: 1;
}
#page-147080 #overcoming .wrapper.animate .card:nth-child(2){
    transition-delay: .3s;
}
#page-147080 #overcoming .wrapper .card p{
    margin-bottom: 0;
}
#page-147080 #overcoming .wrapper .card h2{
    background-color: #0a226b;
    color: white;
    margin-bottom: 0;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    font-size: 18px;
    left: calc(50% - 20px);
    opacity: 0;
    transition: .3s all;
    transform: scale(1.2);
}
#page-147080 #overcoming .wrapper.animate .card h2{
    transform: scale(1);
    opacity: 1;
    transition-delay: .2s;
}
/*#page-147080 #overcoming .wrapper .card:after{
    content: '';
    width: 100%;
    height: 100%;
    background: #0090ae;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    border-radius: 15px;
    opacity: 0;
    transition: .3s all
}*/
#page-147080 #overcoming .wrapper.animate .card:after{
    opacity: 1;
    transition-delay: .5s;
}
#page-147080 #overcoming .wrapper.animate .card:nth-child(2):after{
    transition-delay: .7s;
}
#page-147080 #overcoming .wrapper.animate .card:nth-child(2) h2{
    transition-delay: .5s;
}
#page-147080 #overcoming .card-img{
    border-radius: 15px;
    background-color: #0a226b;
    display: flex;
    align-items: center;
    padding: 15px;
    padding-left: 0;
    margin-bottom: 20px;
    margin-left: -20px;
    opacity: 0;
    transition: .3s all;
}
#page-147080 #overcoming .card-img.animate{
    opacity: 1;
    margin-left: 0;
}
#page-147080 #overcoming .card-block{
	width: 80%;
}
#page-147080 #overcoming .card-img img{
    width: 150px;
    margin-right: 50px;
    transform: scale(1.2);
    opacity: 0;
    transition: .3s all;
}
#page-147080 #overcoming .card-img.animate img{
    opacity: 1;
    transform: scale(1);
    transition-delay: .3s;
}
#page-147080 #overcoming .card-img p{
    color: white;
    margin-bottom: 0;
    opacity: 0;
    transition: .3s all;
}
#page-147080 #overcoming .card-img.animate p{
    opacity: 1;
    transition-delay: .7s;
}




#page-147080 #keySection{
    background-color: #94d0dd;
    margin-bottom: 20px;
}
#page-147080 #keySection p{
    margin-bottom: 0;
    color: #555;
}
#page-147080 #keySection .container{
    display: flex;
    padding: 25px 0;
    align-items: center;
}
#page-147080 #keySection .container img{
    width: 125px;
    margin-left: 25px;
}







#page-147080 #marathon .container{
    padding-bottom: 0;
}
#page-147080 #marathon .wrapper{
    display: flex;
    margin: 0 -40px;
    margin-bottom: 50px;
}
#page-147080 #marathon .wrapper .card-inverse{
    background-color: #0a226b;
    width: 50%;
    margin: 0 40px;
    padding: 40px 25px;
    position: relative;
    height: fit-content;
	box-shadow: #a7bb4a 13px 12px 0 0;
}
/*#page-147080 #marathon .wrapper .card-inverse:after{
    content: '';
    width: 100%;
    height: 100%;
    background: #a7bb4a;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}*/
#page-147080 #marathon .wrapper div{
    width: 50%;
    margin: 0 40px;
}
#page-147080 #marathon .wrapper img{
    width: 100%;
}
#page-147080 #marathon .wrapper .card-inverse p{
    color: white;
    margin-bottom: 0;
}
#page-147080 #marathon .track{
    width: 100%;
    height: 100px;
    background-color: #009cb6;
    margin-bottom: 100px;
    margin-top: -90px;
}








#page-147080 #CTASection{
    background-color: #1e2073;
    margin-bottom: 0;
}
#page-147080 #CTASection .container{
    padding: 35px 0;
}
#page-147080 #CTASection a{
    color: white;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
}
#page-147080 #CTASection span{
    color: #ffd500;
    font-size: 30px;
    line-height: 1;
}

#page-147080 #bio{
    background-color: #fff;
    margin-bottom: 0;
}
#page-147080 #bio .container{
    display: flex;
    align-items: center;
    padding: 35px 0;
}
#page-147080 #bio img{
    height: 175px;
    margin-right: 35px;
}
#page-147080 #bio p:last-child{
    margin-bottom: 0;
}

footer{
    border-top: #1e2073 3px solid;
    background-color: #fff;
    font-size: 14px;
}
footer .container{
    padding: 25px 0;
}
footer .container p{
    color: #888;
    line-height: 20px;
}
footer .container .copyright{
    display: flex;
    justify-content: space-between;
}
footer .container small{
    color: #888;
}
footer .container h2{
    margin-bottom: 0;
    font-weight: bold;
}
footer .container .copyright .d-flex{
    display: flex;
    align-items: center;
}
footer .container .copyright img{
    height: 50px;
    margin-right: 10px;
}
footer .container .copyright .colorGray{
    color: #666;
}

@media screen and (max-width: 1200px) {
	#page-147080 #emotions #emotions-market .diagram-img{
		padding: 248px 180px;
	}
	#page-147080 #emotions #emotions-market.animate .diagram-img img{
		margin-top: -161px;
		margin-left: -105px;
	}
	#page-147080 #emotions #emotions-market .diagram-img #man-brain{
		bottom: -76px;
	}
	
	#page-147080 .trapezoid-content .header{
		display: block;
	}
	
	#page-147080 #maintaining #devise img, 
	#page-147080 #maintaining #develop img{
		width: 59%;
	}
	
	#page-147080 #overcoming #confirmation .with-arrow{
		width: 150%;
		padding: 40px;
    }
	 #page-147080 #overcoming #confirmation .with-arrow:after{
        border-top: 112px solid transparent;
		border-bottom: 112px solid transparent;
    }
	
	#page-147080 #overcoming .card-block{
		width: 70%;
	}
	
	#page-147080 #keySection p{
		padding: 0px 20px;
	}
	
	#page-147080 #keySection .container img{
		margin-left: 0;
	}

	
}





/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 960px) {
    #page-147080 .container{
        padding: 30px 20px;
    }
    #page-147080 .boxScheme{
        margin-bottom: 30px;
    }
    #page-147080 h1{
        font-size: 26px;
    }
    #page-147080 h2{
        font-size: 20px;
    }
    #page-147080 p{
        font-size: 14px;
        line-height: 20px;
    }


    #page-147080  #introduction .content{
        display: block;
    }
    #page-147080 #introduction .content p{
        width: 100%;
        margin-bottom: 30px;
    }
    #page-147080 #introduction .content #intro-element{
        width: 100%;
    }
    #page-147080 #introduction .content #intro-man{
        height: 50%;
        right: 50px;
    }
	
	
    #page-147080 #emotions .wrapper{
        margin: 0;
    }
    #page-147080 #emotions .wrapper .content-image{
        width: 70%;
        margin: auto;
        margin-bottom: 20px;
        display: block;
    }
    #page-147080 #emotions #emotions-hint{
        padding: 15px 20px;
    }
    #page-147080 #emotions #emotions-hint img{
        width: 50px;
    }
    #page-147080 #emotions .wrapper .content-image.animate:nth-child(3) .emotions-woman,
    #page-147080 #emotions .wrapper .content-image.animate:nth-child(3),
    #page-147080 #emotions .wrapper .content-image.animate:nth-child(2) .emotions-woman,
    #page-147080 #emotions .wrapper .content-image.animate:nth-child(2){
        transition-delay: 0;
    }
    /* #emotions #emotions-market{
        display: none;
    } */
    #page-147080 #emotions #emotions-market .diagram-img{
        padding: 185px 142px;
    }
	#page-147080 #emotions #emotions-market.animate .diagram-img img{
		margin-top: -130px;
		margin-left: -98px;
	}
    #page-147080 #emotions #emotions-market .diagram-img p{
        font-size: 12px;
    }
    #page-147080 #emotions #emotions-market .diagram-img p.active{
        padding: 3px 10px;
    }
    #page-147080 #emotions #emotions-market .diagram-img #man-brain{
        left: 66px;
		margin-bottom: -3px;
    }
	#page-147080 #emotions #emotions-market .diagram-img p:nth-child(1) {
		top: 53%;
		left: 2%;
	}
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(2) {
        top: 35%;
        left: 3%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(3) {
        top: 24%;
        left: 15%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(4){
        top: 5%;
        left: 22.5%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(5) {
        top: 22%;
        left: 37%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(6) {
        top: 34%;
        left: 45%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(7) {
        top: 46%;
        left: 53%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(8) {
        top: 58%;
        left: 60%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(9) {
        top: 80%;
        left: 62%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(10) {
        top: 65%;
        left: 76%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(11) {
        top: 52%;
        left: 84%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(12){
        right: 6%;
        top: 33%;
        left: inherit;
    }


    #page-147080 #maintaining #focus{
        width: 100%;
    }
    #page-147080 #maintaining #devise{
        margin-top: 200px;
    }
    #page-147080 #maintaining #devise .img-cup{
        right: 20px;
        left: inherit;
        height: 130px;
        top: -140px;
    }
    #page-147080 #maintaining #devise .img-arrow {
        height: 150px;
        top: -180px;
    }
    #page-147080 #maintaining #devise .content,
    #page-147080 #maintaining #develop .content{
        display: flex;
    }
    #page-147080 #maintaining #devise ul,
    #page-147080 #maintaining #develop ul{
        width: 100%;
        margin-bottom: 22px;
        box-sizing: border-box;
    }
    #page-147080 #maintaining #devise img,
    #page-147080 #maintaining #develop img{
        width: 100%;
    }
	
	#page-147080 #maintaining #devise.animate img, 
	#page-147080 #maintaining #develop.animate img{
		margin-right: auto;
	}
    


    #page-147080 #overcoming #confirmation{
        display: block;
    }
    #page-147080 #overcoming #confirmation .with-arrow{
        border-top-right-radius: 15px;
		width: 100%;
    }
    #page-147080 #overcoming #confirmation .with-arrow:after{
        border-left: calc(35vw - 20px) solid transparent;
        border-right: calc(35vw - 20px) solid transparent;
        border-bottom: 0;
        
        border-top: 20px solid #0089a6;
        left: 0;
        top: inherit;
        bottom: -20px;
    }
    #page-147080 #overcoming #confirmation div{
        border-top-right-radius: 0;
        border-bottom-left-radius: 15px;
        padding: 20px;
        padding-top: 35px;
    }
    #page-147080 #overcoming .wrapper{
        display: block;
        margin: 0;
    }
    #page-147080 #overcoming .wrapper .card{
        width: 100%;
        margin: 0;
        margin-bottom: 50px;
        box-sizing: border-box;
    }
    #page-147080 #overcoming .card-img img{
        width: 80px;
        margin-right: 20px;
    }

    #page-147080 #keySection .container {
        padding: 35px 20px;
    }
    #page-147080 #keySection .container img{
        width: 225px;
    }
    
    

    

    #page-147080 #marathon .wrapper{
        flex-direction: column;
        margin: 0;
    }
    #page-147080 #marathon .wrapper div,
    #page-147080 #marathon .wrapper .card-inverse{
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }
    #page-147080 #marathon .wrapper .order-1{
        order: 1;
        margin-bottom: 20px;
    }
    #page-147080 #marathon .wrapper .order-2{
        order: 2;
        margin-bottom: 40px;
    }
    #page-147080 #marathon .wrapper .order-3{
        order: 3;
        margin-bottom: 40px;
    }
    #page-147080 #marathon .wrapper .order-4{
        order: 4;
        margin-bottom: 20px;
    }




    #page-147080 .btn{
        display: block;
        font-size: 18px;
        text-align: center;
    }
    #page-147080 #CTASection .container{
        padding: 35px 20px;
        font-size: 18px;
    }
    #page-147080 #bio .container{
        padding: 35px 20px;
        display: block;
    }
    #page-147080 #bio img{
        height: 125px;
        margin-bottom: 15px;
    }
    footer .container{
        padding: 25px 20px;
    }
    footer .container .copyright .colorGray{
        font-size: 14px;
        width: 72px;
    }
    footer .container .copyright img{
        margin-right: 0;
    }
    footer .container h2{
        font-size: 18px;
    }
    footer .container p{
        font-size: 12px;
        line-height: 18px;
    }
}
@media screen and (max-width: 796px) {
	#page-147080 #overcoming #confirmation .with-arrow:after{
		border-left: calc(43vw - 20px) solid transparent;
		border-right: calc(43vw - 20px) solid transparent;
	}
}

@media screen and (max-width: 414px) {
	
	#page-147080 #emotions #emotions-hint img{
		width: 70px;
		padding-right: 6px;
	}
	#page-147080 #emotions #emotions-market .diagram-img{
		padding: 104px 78px;
	}
	#page-147080 #emotions #emotions-market .diagram-img p{
		font-size: 10px;
	}
	#page-147080 #emotions #emotions-market.animate .diagram-img img{
		margin-top: -64px;
		margin-left: -43px;
	}
	#page-147080 #emotions #emotions-market .diagram-img p:nth-child(2){
		left: 1%
	}
	#page-147080 #emotions #emotions-market .diagram-img p:nth-child(3){
		left: 16%;
	}
	#page-147080 #emotions #emotions-market .diagram-img p:nth-child(4){
		left: 21%;
	}
	#page-147080 #emotions #emotions-market .diagram-img p:nth-child(5){
		top: 23%;
		left: 40%;
	}
	#page-147080 #emotions #emotions-market .diagram-img p:nth-child(6){
		left: 48%;
	}
	#page-147080 #emotions #emotions-market .diagram-img p:nth-child(7){
		top: 45%;
		left: 55%;
	}
	#page-147080 #emotions #emotions-market .diagram-img p:nth-child(8){
		top: 56%;
		left: 62%;
	}
	#page-147080 #emotions #emotions-market .diagram-img p:nth-child(9){
		top: 78%;
		left: 61%;
	}
	#page-147080 #emotions #emotions-market .diagram-img p:nth-child(10){
	    top: 61%;
		left: 78%;	
	}
	#page-147080 #emotions #emotions-market .diagram-img p:nth-child(11){
		top: 50%;
		left: 86%;
	}
	#page-147080 #emotions #emotions-market .diagram-img p:nth-child(12){
	    right: 1%;
		top: 30%;	
	}
	#page-147080 #emotions #emotions-market .diagram-img #man-brain{
		left: 38px;
		margin-bottom:0;
		bottom: -50px;
		height: 130%;
	}
	#page-147080 #maintaining #devise .content, 
	#page-147080 #maintaining #develop .content{
		display: inline-block;
	}
	#page-147080 #maintaining #devise .content, 
	#page-147080 #maintaining #develop .content{
		padding-bottom: 10px;
	}
	
	#page-147080 .trapezoid-content .header h2{
		line-height: inherit;
	}
	#page-147080 #overcoming #confirmation .with-arrow:after{
		border-left: calc(45vw - 20px) solid transparent;
		border-right: calc(45vw - 20px) solid transparent;
		border-bottom: 0;
		border-top: 20px solid #0089a6;
		left: 0;
		top: inherit;
		bottom: -20px;
	}
	#page-147080 #keySection .container{
		padding: 30px;
	}
	#page-147080 #keySection .container img{
		width: 560px;
	}
	#page-147080 #keySection p {
		padding: 0;
	}
	
}


@media screen and (max-width: 374px) {
	#page-147080 #emotions #emotions-market .diagram-img{
		padding: 86px 78px;
	}
	#page-147080 #emotions #emotions-market.animate .diagram-img img{
		margin-top: -52px;
	}
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(2) {
        top: 40%;
        left: 17%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(3) {
        top: 29%;
        left: 10%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(4){
        top: 10%;
        left: 18%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(5) {
        top: 29%;
        left: 38%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(6) {
        top: 38%;
        left: 47%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(7) {
        top: 48%;
        left: 55%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(8) {
        top: 57%;
        left: 62%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(9) {
        top: 75%;
        left: 60%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(10) {
        top: 59%;
        left: 82%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(11) {
        top: 49%;
        left: inherit;
        right: 1%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(12){
        right: 2%;
        top: 32%;
        left: inherit;
    }
	#page-147080 #emotions #emotions-market .diagram-img #man-brain{
		bottom: -38px;
		height: 120%;
	}
}
@media screen and (max-width: 321px) {
	#page-147080 h2{
		font-size: 16px;
	}
	#page-147080 #emotions #emotions-market .diagram-img p{
		font-size: 8px;
	}
	#page-147080 #emotions #emotions-market.animate .diagram-img img{
		margin-top: -36px;
	}
	#page-147080 #emotions #emotions-market .diagram-img #man-brain{
		bottom: -48px;
		height: 130%;
		left: 26px;
	}
	#page-147080 #emotions #emotions-market .diagram-img p:nth-child(2) {
        top: 39%;
        left: 2%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(3) {
        top: 30%;
        left: 17%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(4){
        top: 12%;
        left: 21%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(5) {
        top: 30%;
        left: 40%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(6) {
        top: 39%;
        left: 49%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(7) {
        top: 47%;
        left: 54%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(8) {
        top: 55%;
        left: 60%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(9) {
        left: 57%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(10) {
        top: 58%;
        left: 76%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(11) {
        top: 50%;
        left: inherit;
        right: 8%;
    }
    #page-147080 #emotions #emotions-market .diagram-img p:nth-child(12){
        right: 2%;
        top: 32%;
        left: inherit;
    }
	#page-147080 #emotions #emotions-market .diagram-img #man-brain{
		bottom: -38px;
		height: 120%;
	}
}
