h3 {
    color: #000000;
    padding-right: 1px;
    /*text-align: left;*/
    font-weight: 800;
    font-family: 'Work Sans';
    font-size:20px;
  	line-height:36px;
}

h2 {
    margin-bottom: 0.3em;
    color: #000;
    font-weight: 700;
    letter-spacing: -2px;
    font-family: 'Work Sans';
    line-height: calc(41px + (49 - 35) * ((100vw - 300px) / (1600 - 300)));
    font-size: calc(47px + (40 - 40) * ((100vw - 300px) / (1600 - 300)));
}

h4 {
   color: #ffffff;
    font-weight: 600;
  	background-color:#f8b50c;
    font-family: 'Work Sans';
    line-height: calc(26px + (49 - 43) * ((100vw - 300px) / (1600 - 300)));
    font-size: calc(27px + (4 - 0) * ((100vw - 300px) / (1600 - 300)));
  	border-radius: 10px 10px 0px 0px;
  	text-align:center;
  	padding-top:0.2em; 
    padding-bottom:0.2em; 
}

h5 {
    color: #000000;
    font-weight: 600;
    font-family: 'Work Sans';
    line-height: calc(19px + (47 - 35) * ((100vw - 300px) / (1600 - 300)));
    font-size: calc(18px + (16 - 13) * ((100vw - 300px) / (1600 - 300)));
}

h6 {
color: #000000;
    padding-right: 1px;
    text-align: left;
    font-weight: 800;
    font-family: 'Work Sans';
    font-size: 17px;
    line-height: 36px;
}
}

p {
	font-family:'Work Sans';
}

/*.tck-article-title {
	display:none;
}*/

.cktext {
	font-family: 'Work Sans';
  	font-weight:500;
}

/*100vh wrapper*/
@media only screen and (min-width:1800px){
#wrapper6, #wrapper4, #wrapper5 {
	height:100vh;
  	display:flex;
    align-items:center;
}}

@media only screen and (max-width:1800px){
#wrapper4 > .tck-divider1-container svg {
	height: 66px !important;
}}


.akenage-comments-counter--blog {
	display:none;
}