@charset "UTF-8";

/*
Theme Name: WorkTrek
Theme URI: https://worktrek.com/
Author: Granular Group
Author URI: https://granulargroup.com/
Description: Official WorkTrek wordpress theme
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: worktrek
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

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

body {
	background: #f4f7fb;
	font-family: 'Work Sans', sans-serif;
	line-height: 27px;
	font-size: 16px;
	color: #262626;
}

body.page-pricing {
	background: #fff;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

::placeholder {
	color: rgba(38,38,38,.5);
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	line-height: 36px;
}


h1,
h2 {
	font-size: 64px;
	line-height: 72px;
	margin-bottom: 84px;
}

h1.closer,
h2.closer {
	margin-bottom: 12px;
}

h3 {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 12px;
}

h4 {
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 48px;
}

h5 {
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 18px;
}

h5 {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 8px;
}

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

.slick-track {
	color: #2c3338;
}


.row {
	overflow: hidden;
}

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

.half {
	width: 49%;
	float: left;
	margin-left: 2%;
}

.half:nth-child(odd) {
	margin-left: 0;
	clear: left;
}

.third {
	width: 32%;
	float: left;
	margin-left: 2%;
}
.third:nth-child(3n+1) {
	margin-left: 0;
}
.two-thirds {
	float: left;
	width: 64%;
}

.quarter {
	width: 24%;
	float: left;
	margin-left: 2%;
}
.quarter:nth-child(4n+1) {
	margin-left: 0;
}
.three-quarters {
	float: left;
	width: 74%;
}

.pull-right {
	float: right;
}

/*.quarter {
	float: left;
	width: 24%;
	margin-left: 1.3%;
}
.quarter:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}
.half + .quarter:nth-child(3),
.quarter + .half {
	margin-left: 1.5%;
}

.three-quarters {
	float: left;
	width: 75%;
}

.three-quarters + .quarter {
	margin-left: 1%;
}*/

.button {
	transition: all ease-out .15s;
	display: inline-block;
	background: #27BD92;
	text-align: center;
	text-transform: uppercase;
	min-width: 152px;
	border-radius: 4px;
	padding: 16px 24px;
	font-family: 'Work Sans', sans-serif;
	line-height: 1;
	font-weight: 600;
	font-size: 16px;
	color: #FFF;
}
.button.wider {
	min-width: 280px;
}
.button:hover {
	background: #1C8A6B;
}
.button.arrow-button:after {
	display: inline-block;
	line-height: 1;
	margin-left: 12px;
	vertical-align: middle;
	content: url('img/arrow-right.svg');
}
.button.button-white {
	border: 2px solid #27BD92;
	padding: 14px 22px;
	background: #FFF;
	color: #27BD92;
}
.button.button-white:hover {
	background: #FFF;
	color: #1C8A6B;
	border-color: #1C8A6B;
}
.button.button-white.arrow-button:after {
	content: url('img/arrow-right-green.svg');
}
.button.button-white.arrow-button:hover:after {
	content: url('img/arrow-right-dark-green.svg');
}
.button.wider:after {
	display: inline-block;
	margin-left: 92px;
}
.button.button-white.borderless {
	border: none;
	padding: 16px;
}
.button.banner-button {
	padding: 16px 48px;
	line-height: 1.5;
}

.the-box {
	padding: 32px;
	background: #fff;
	margin-bottom: 32px;
	transition: all ease .4s;
	min-height: 480px !important;
	max-width: 410px;
}

.the-box img {
	margin-bottom: 32px;
}

.the-box:hover {
	box-shadow: 0px 8px 18px 6px rgba(8,8,8,.03);
}

.box-title {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
}


/* top */
.page-top {
	color: #fff;
	padding: 15px 0;
	overflow: hidden;
	font-size: 18px;
	line-height: 32px;
	background: #262626;
}

.page-top img {
	vertical-align: middle;
}

.take-a-quiz {
	float: right;
	color: #27BD92;
}

.take-a-quiz img {
	vertical-align: middle;
}


.save-time {
	padding: 0 5% 100px;
}

.st-row {
	gap: 10%;
	display: flex;
	align-items: center;
	height: 80vh;
}

/*.st-video,
.st-details {
	flex: 1;
}*/

.st-details {
	width: 35%;
}

.st-video {
	align-self: flex-start;
	padding-top: 0%;
	width: 55%;
}

.st-video video {
	opacity: 0;
}

/*.st-row:first-of-type .st-video video {
	opacity: 1;
}*/

.st-video.sticking video {
	position: fixed;
	opacity: 1;
	top: 22vh;
}

/*.st-video {
	position: -webkit-sticky;
	position: sticky;
	left: auto;
	top: 20vh;
}*/

.st-box {
	margin-bottom: 30px;
}

.video-box {
	z-index: 2;
	position: relative;
	transition: all .5s ease-in;
}

.video-box video {
	max-width: 52vw;
	height: auto;
	/*transition: all .4s ease-in;*/
}

.box-title.active-title {
	color: #27BD92;
}

.video-description {
	opacity: 0;
}

.save-time h2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 32px;
	line-height: 49px;
	text-align: center;
	background: url('img/brush.svg') no-repeat center 90%;
}


.container {
	width: 1280px;
	margin: 0 auto;
}

.home .main-content .container {
	padding-top: 75px;
	padding-bottom: 120px;
}

.home .main-content .container.padding-bottom-small {
	padding-bottom: 40px;
}

.home .main-content .container.no-padding-bottom {
	padding-bottom: 0;
}

.intro-container {
	background: #fff;
	padding: 80px 0 0;
}

.home .intro-container .container {
	width: 100%;
	padding: 0;
}

.articles-container {
	background: #fff;
	padding-bottom: 80px;
}

.site-header {
	padding: 25px 0;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	position: relative;
	background: #fff;
}

.site-header .row {
	overflow: visible;
}

.site-header .row:after {
	clear: both;
	display: table;
	content: " ";
}

/*.header-logo {
	padding: 15px 0;
}*/

.header-menu {
	vertical-align: super;
	display: inline-block;
	text-align: center;
	margin-left: 30px;
}

.header-menu ul {
	list-style: none;
}

.header-menu ul li {
	font-weight: 500;
	padding: 16px;
	display: inline-block;
}

.header-menu ul li.menu-item-has-children {
	position: relative;
}

.header-menu ul li.menu-item-has-children > a:after {
	content: url('img/down-arrow.svg');
	display: inline-block;
	margin-left: 12px;
}
.header-menu ul li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}

.header-menu ul li .sub-menu {
	-webkit-transform: translateX(-25%);
	-ms-transform: translateX(-25%);
	transform: translateX(-25%);
	display: none;
	top: 100%;
	left: 0;
	z-index: 999;
	min-width: 300px;
	position: absolute;
	background: #fff;
	padding: 24px;
	border-radius: 16px;
	text-align: left;
	box-shadow: 0px 8px 18px 6px rgba(8,8,8,.03);
}

.header-menu ul li.double-column .sub-menu {
	min-width: 600px;
	column-count: 2;
}

.header-menu ul li.double-column .sub-menu li {
	padding: 10px;
}

.header-menu ul li .sub-menu li {
	display: block;
	padding: 8px 0;
}

.header-menu ul li:hover .sub-menu {
	display: block;
}

.header-menu ul li.has-mega-menu {
	position: static;
}

.header-menu ul li.has-mega-menu .mega-menu-wrapper {
	display: none;
	z-index: 999;
	position: absolute;
	padding: 15px 15px 0;
	top: calc(100% - 25px);
	left: 0;
	right: 0;
}

.header-menu ul li.has-mega-menu:hover .mega-menu-wrapper {
	display: block;
}

.header-menu ul li .sub-menu .sub-menu-title {
	grid-column: span 4;
	pointer-events: none;
	padding: 0 0 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EBE9E9;
	text-transform: uppercase;
	color: #949494;
	font-weight: 600;
}

.header-menu ul li .sub-menu .sub-menu-title:not(:first-child) {
	margin-top: 24px;
}

.header-menu ul li.has-mega-menu .sub-menu {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	display: grid;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: static;
	transform: translate(0);
}
.header-menu ul li.has-mega-menu:hover .sub-menu {
	display: grid;
}
.header-menu ul li .sub-menu img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}

.user-buttons {
	width: 34%;
	text-align: right;
}

.user-buttons .user-link {
	font-weight: 700;
	margin-right: 32px;
}

.mobile-buttons {
	display: none;
}

.language-widget {
	position: relative;
	float: right;
	padding: 16px 12px 0;
}

.language-widget img {
	width: 24px;
}

.language-widget ul {
	text-align: center;
	list-style: none;
	display: none;
	padding: 10px;
	right: -15px;
	top: 100%;
	background: #fff;
	border: 1px solid #262626;
	position: absolute;
}
.language-widget ul .current-lang {
	text-decoration: underline;
}

.language-widget:hover ul {
	display: block;
}


.main-content {
	padding: 80px 0 160px;
}

.home .main-content {
	padding: 0;
}

.title-cta {
	padding: 0 8%;
	font-size: 25px;
	letter-spacing: 0.15px;
	line-height: 120%;
	font-weight: 600;
	text-align: center;
}

.title-cta h1 {
	letter-spacing: -0.5px;
	line-height: 110%;
	margin-bottom: 20px;
}

.title-cta b {
	color: #27bd92;
}

.title-cta p {
	margin: 0 auto;
	max-width: 65%;
}

.title-cta-inner {
	padding-top: 40px;
	font-size: 20px;
}


.intro {
	background: url('img/hero-background.jpg') no-repeat center / 100% 100%;
	padding: 60px 30px;
	text-align: center;
}

.intro-part {
	flex: 1 0 auto;
	width: 50%;
}
.intro-part:nth-child(1) {
	padding-top: 30px;
	order: 2;
}

.intro h1 {
	margin: 0;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 52px;
}

.intro .fades strong {
	font-size: 38px;
	line-height: 52px;
	margin: 0 0 4px !important;
	color: #27BD92;
}

.intro-text {
	max-width: 732px;
}

.intro-text img {
	max-width: 36px;
}

.intro-text img.wp-image-4002 {
	max-width: 48px;
}

.intro-text p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}

.certs {
	margin-bottom: 24px;
}

.certs img {
	max-height: 36px;
	width: auto;
}

.sub-intro {
	padding-top: 48px;
	font-size: 18px;
}

.sub-intro p {
	margin-bottom: 24px;
}

.sub-intro .button.wider:after {
	margin-left: 36px;
}

.sub-intro .button.wider {
	border: 2px solid #27BD92;
}

.home .work-place .container {
	padding: 90px 0;
	display: flex;
	align-items: center;
	gap: 80px;
}

.work-place {
	background: #f4f7fb;
	overflow: hidden;
	font-size: 16px;
	line-height: 27px;
}

.work-place h2 {
	font-size: 32px;
	line-height: 49px;
	margin-bottom: 16px;
}

.work-place h2 b {
	color: #27bd92;
}

.work-place-text,
.dashboard-mobile {
	width: 45%;
}
.dashboard-mobile {
	text-align: right	;
}

.work-place-text {
	width: 55%;
}

.work-place-text p {
	max-width: 432px;
	margin-bottom: 40px;
}

/* Banners */
img.desktop-banner {
	display: block;
	margin: 0 auto;
}
.banner-wrapper {
	background: #fff;
	padding: 40px 0;
}

.banner-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 8% 0;
	line-height: 1.2;
	display: flex;
	gap: 32px;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
}

.banner-content p {
	font-size: 28px;
	font-weight: 500;
}

.banner-content h3 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
	margin: 32px 0;
}

.home-banner-green {
	background: url('img/banner-green-bg.svg') no-repeat center / cover, #B9EBDD;
	color: #3A5E52;
}

.home-banner-blue {
	background: url('img/banner-blue-bg.svg') no-repeat center / cover, #E3EFFE;
	border-radius: 10px;
	color: #3C5963;
}

.home-banner-blue .banner-content {
	text-align: center;
	order: 2;
}

.home-banner-blue .banner-content h3 {
	font-size: 48px;
	margin: 24px 0;
}

.home-banner.desktop-banner {
	display: block;
	margin: 0 auto;
}

.home-banner.mobile-banner {
	display: none;
}

.extra-padding-bottom {
	padding-bottom: 200px;
}

.stats-testimonials-container {
	background: #f4f7fb;
}

.home .testimonials .container {
	padding: 0 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-template-template-use-case .testimonials {
	background: transparent;
}

.slick-custom-arrows {
	display: flex;
	gap: 32px;
}

.slick-custom-arrows button {
	position: static;
	display: inline-block;
	transform: translate(0);
}

.testimonial-slider {
	margin-bottom: 120px;
}

.testimonials .slick-list {
	padding: 20px 0 0;
}

.testimonials h2 {
	font-size: 32px;
	line-height: 49px;
	margin-bottom: 0;
}

.testimonials h2 b {
	display: inline-block;
	color: #058153;
}

.testimonials img {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.testimonial .the-box {
	border: 1px solid #F1F5F9;
	max-width: 640px;
	margin: 0;
}

.testimonial h4 {
	font-weight: 700;
	margin-bottom: 12px;
}

.testimonial .the-box .quotee {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	margin: 0;
}

.testimonial .the-box .quotes {
	display: inline-block;
	margin: 18px 0;
}

.testimonial .testimonial-person {
	display: flex;
	gap: 16px;
	margin-bottom: 32px;
}

.testimonial-content {
	min-height: 400px;
	display: flex;
	gap: 32px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.person-details {
	line-height: 1.4;
	color: #707070;
}


.features {
	margin-top: 80px;
}

.features-row {
	gap: 10%;
	display: flex;
	align-items: center;
}

.feature-box {
	width: 45%;
}

.features-row:nth-child(odd) .feature-image {
	order: 2;
}

.features h2 {
	font-size: 32px;
	line-height: 49px;
	margin-bottom: 32px;
	text-align: center;
	background: url('img/brush-small.svg') no-repeat center bottom;
}

.features h3 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 16px;
}

.feature {
	align-items: center;
	margin-bottom: 50px;
}

.read-more {
	display: block;
	color: #27BD92;
	font-weight: 700;
	line-height: 24px;
	margin-top: 24px;
}

.read-more img {
	display: inline-block;
	vertical-align: middle;
}


.trust {
	/*margin-bottom: 120px;*/
}

.trust h3 {
	color: #fff;
	text-align: center;
	margin-bottom: 60px;
}

.trustees {
	pointer-events: none;
	background: #FFF;
}

.trustees .slick-track {
	display: flex;
	align-items: center;
	justify-content: center;
}

.company.slick-slide {
	margin: 0 10px 0 0 !important;
	width: 280px;
	height: 88px;
	/*border-radius: 5px;
	border: 1px solid #D1D1D1;
	background: #FFF;
	padding: 10px;
	opacity: 0.5;*/
}

.trustees.slick-initialized .company.slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.company img {
	margin: 0 auto;
	-webkit-filter: grayscale(1);
	-ms-filter: grayscale(1);
	filter: grayscale(1);
}

.try-ff {
	display: flex;
	align-items: center;
	margin-top: 80px;
	background: linear-gradient(255deg, #5AEFD4 0%, #E2E8F0 100%);
	border-radius: 40px;
}

.try-ff .half {
	flex: auto;
}

.try-ff h2 {
	color: #262626;
	font-size: 32px;
	line-height: 49px;
	margin-bottom: 70px;
}

.try-text {
	padding: 0 36px 0 72px;
}

.try-image {
	background: url('img/fleka.svg') no-repeat center;
	background-size: cover;
	padding: 20px 0 0;
}

.try-image img {
	display: block;
}


.home-tabs-container {
	padding: 0 5%;
	background: #FFF;
}

.tabs-title {
	color: #058153;
	text-align: center;
	margin-bottom: 72px;
}

.tabs-navigation {
	justify-content: center;
	display: flex;
	gap: 16px;
}

.tab-controler {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0 16px 0 8px;
	height: 48px;
	border-radius: 8px;
	font-weight: 700;
	background: transparent;
	cursor: pointer;
	transition: background 0.2s;
	color: #707070;
}
.tab-controler[data-control="1"]:hover {
	color: #624608;
}
.tab-controler.active-controler[data-control="1"] {
	background: #ebe6db;
	color: #624608;
}
.tab-controler[data-control="2"]:hover {
	color: #650cd9;
}
.tab-controler.active-controler[data-control="2"] {
	background: #f2ecf5;
	color: #650cd9;
}
.tab-controler[data-control="3"]:hover {
	color: #c07000;
}
.tab-controler.active-controler[data-control="3"] {
	background: #f9f2da;
	color: #c07000;
}
.tab-controler[data-control="4"]:hover {
	color: #355086;
}
.tab-controler.active-controler[data-control="4"] {
	background: #eef6f6;
	color: #355086;
}
.tab-controler[data-control="5"]:hover {
	color: #c54b4d;
}
.tab-controler.active-controler[data-control="5"] {
	background: #faf1f2;
	color: #c54b4d;
}
.tab-controler[data-control="6"]:hover {
	color: #587a09;
}
.tab-controler.active-controler[data-control="6"] {
	background: #eef2dd;
	color: #587a09;
}
.tab-name {
	font-size: 16px;
	font-weight: 600;
}
.tab-icon {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
}
.tab-icon img {
	display: block;
}
.home-tab {
	display: none;
	align-items: center;
	gap: 64px;
}
.home-tab.active-tab {
	display: flex;
}
.tab-text h5 {
	color: #27BD92;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.tab-text h4 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 18px;
	color: #262626;
}
.tab-text p {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 32px;
	color: #262626;
	max-width: 420px;
}
.tab-text .button {
	margin-top: 0;
}
.tab-text {
	width: 40%;
}
.tab-image {
	width: 60%;
}
@media (max-width: 1280px) {
	.home-tabs {
		overflow: hidden;
	}
	.tabs-navigation {
		-ms-overflow-style: none;
		scrollbar-width: none;
		overflow-x: auto;
		gap: 12px;
		justify-content: flex-start;
	}
	.tab-controler {
		flex: 1 0 auto;
	}
	.tabs-navigation::-webkit-scrollbar {
		display: none;
	}
	.tabs-content {
		padding-top: 24px;
	}
	.home-tab, .home-tab.active-tab {
		flex-direction: column;
		gap: 32px;
	}
	.tab-text,
	.tab-image {
		width: 100%;
	}
}


.features-list {
	list-style: none;
	min-height: 250px;
}

.features-list li {
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 8px;
	padding-left: 28px;
	background: url('img/check.svg') no-repeat left center;
}

.title-pricing {
	margin-bottom: 24px;
}

.pricing-plans .features-list li {
	background: url('img/checkmark.svg') no-repeat left center;
}

.pricing-plans {
	margin: 72px 0 16px;
	display: flex;
	gap: 16px;
}

.pricing-plan {
	padding: 56px 72px;
	margin: 0;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
}

.pricing-plan.highlighted {
	background: #FAFAFC;
}

html[lang="hr"] .pricing-plan:last-child .button {
	margin-top: 36px;
}

.plan-name {
	color: #058153;
	font-size: 31px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.pricing-plan.highlighted .plan-name {
	color: #262626;
}

.plan-price {
	font-weight: 600;
	font-size: 75px;
	line-height: 110%;
	margin: 48px 0;
	color: #058153;
}

.plan-price .price {
	line-height: .1;
	vertical-align: middle;
}

.plan-price .duration {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}

.pricing-plan.highlighted .plan-price {
	color: #262626;
}

.pricing-plan .included {
	font-weight: 600;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 20px;
}

.pricing-plan .button {
	display: block;
	margin-top: 64px;
	text-align: center;
	border-radius: 4px;
}

.pricing-table {
	display: flex;
	flex-direction: column;
	padding-top: 200px
}

.table-header-tag {
	font-size: 20px;
	font-weight: 600;
	background: #058153;
	color: #fff;
	line-height: 1.2;
	padding: 16px;
	border-radius: 5px 5px 0px 0px;
}

.table-group {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.table-header {
	align-self: stretch;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.table-column {
	border: 1px solid #D1D1D1;
	flex: 1;
}

.table-column:nth-child(1) {
	max-width: 30%;
}

.table-column:nth-child(2) {
	max-width: 20%;
}

.table-column:nth-child(3) {
	max-width: 25%;
}

.table-column:nth-child(4) {
	max-width: 25%;
}

.table-header-column {
	border: none;
	align-self: flex-end;
	font-size: 32px;
	text-align: center;
}

.table-header-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px;
	border: 1px solid #D1D1D1;
	line-height: 1.2;
	min-height: 160px;
}

.table-button {
	text-align: left;
	font-size: 20px;
	color: #27bd92;
}

.table-cell {
	padding: 10px 32px;
	min-height: 72px;
	justify-content: center;
	align-items: center;
	display: flex;
}
.table-cell:nth-child(odd) {
	background: #FAFAFC;
}
.first-row-white .table-cell:nth-child(odd) {
	background: #fff;
}
.first-row-white .table-cell:nth-child(even) {
	background: #FAFAFC;
}
.table-cell img {
	width: 25px;
}
.table-cell.cell-name {
	font-size: 18px;
	justify-content: flex-start;
}
.table-cell.group-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	justify-content: flex-start;
}
.table-cell.cell-name.has-tooltip {
	color: #058153;
	position: relative;
}

.tooltip {
	display: none;
	bottom: 100%;
	position: absolute;
	color: #fff;
	padding: 8px 12px;
	border-radius: 5px;
	z-index: 1000;
	background: #262626;
	box-shadow: 2px 2px 20px 10px rgba(186, 186, 186, 0.25), -2px -2px 20px 10px rgba(186, 186, 186, 0.25);
}

.table-cell.cell-name.has-tooltip:hover .tooltip {
	display: block;
}


.stats {
	position: relative;
	top: -100px;
	width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	gap: 25px;
}
.stat {
	box-shadow: 2px 2px 30px 10px rgba(187, 185, 185, 0.25), -4px -4px 40px 10px rgba(230, 229, 229, 0.25);
	border-radius: 9px;
	background-color: #fff;
	border: 1px solid #27bd92;
	padding: 40px;
}
.kpi {
  letter-spacing: -1.5px;
	line-height: 1;
	font-weight: 600;
  font-size: 75px;
}
.stat-container {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	color: #707070;
}
.frame-parent {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
}
.productivity {
	color: #27bd92;
}
.downtime {
	color: #6c92dd;
}
.asset-lifetime {
	color: #058153;
}
@media (max-width: 1280px) {
	.stats {
		width: 100%;
	}
}


.latest-news {
	margin-top: 45px;
}

.latest-news h2 {
	font-size: 32px;
	line-height: 49px;
	margin-bottom: 50px;
}

.all-posts {
	float: right;
	color: #27BD92;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	padding-top: 16px;
}

.all-posts img {
	line-height: 1;
	vertical-align: middle;
}

.post-cat {
	color: #27BD92;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin: 16px 0 8px;
	text-transform: uppercase;
}


.page-content a {
	color: #27BD92;
}


.search-filter {
	display: flex;
	flex: 1 0 auto;
}

.search-form {
	flex: 1;
	text-align: right;
	padding-right: 12px;
}

.search-filter-input {
	padding: 16px;
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
	border-radius: 12px;
	border: 1px solid #27BD92;
	color: #27BD92;
	background: #fafafc;
	-webkit-appearance: none;
}
.search-filter-input::placeholder {
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
}

#filtering,
.search-filter-input {
	outline: none;
	min-width: 400px;
}

#filtering {
	line-height: 1.5;
	color: #27BD92;
	padding: 13px 16px;
	border-radius: 12px;
	border: 2px solid #27BD92;
	background-image: url('img/down-arrow-green.svg');
	background-position: 95% 50%;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	position: relative;
}

.filters-control {
	background: #fff;
	z-index: 999;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	padding: 8px;
	border-radius: 12px;
	border: 2px solid #27BD92;
	cursor: pointer;
	display: none;
}

#filtering.showing .filters-control {
	display: block;
}

.category-select {
	padding: 7px;
}

.active-select {
	background-image: url('img/check.svg');
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-size: 5%;
}


.post-list {
	/*display: flex;
	flex-wrap: wrap;
	gap: 24px;*/
	margin-top: 50px;
	width: calc(100% + 26px);
	margin-left: -13px;
}


.post-list:not(.row) {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin: 50px 0 0;
}

.post-list .post {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	clear: none;
	max-height: 480px;
	margin-bottom: 48px;
}

.post-list:not(.row) .post {
	margin: 0;
	max-height: none;
	width: 100%;
}

.post-list .post-image {
	display: block;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
}

.post-image img {
	width: 100%;
	display: block;
}

.post-list .post h3 {
	min-height: 120px;
}
.post-list .large-post h3 {
	min-height: 0;
}

.post-list .large-post {
	width: 98%;
}


.single-post .main-content .container,
.single-glossary .main-content .container{
	width: 1080px;
}

.post-details {
	margin-bottom: 48px;
}

.author-image {
	float: left;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 16px;
}

.post-date {
	opacity: .4;
}

.author-image img {
	display: block;
}

.author-name {
	font-size: 20px;
	line-height: 27px;
	font-weight: 600;
}

.post-categories {
	list-style: none;
}

.post-categories li {
	display: inline-block;
	margin-right: 24px;
}

.post-categories a {
	pointer-events: none;
}

.post-thumb {
	margin-bottom: 64px;
}

.post-thumb em {
	text-align: center;
	display: block;
}

.post-thumb em a {
	color: #27BD92;
}

.post-content {
	/*padding: 0 10%;*/
	font-size: 24px;
	line-height: 36px;
}

.post-content h2 {
	font-size: 32px;
	margin: 64px 0 16px;
}

.post-content h3 {
	font-size: 24px;
	margin: 64px 0 16px;
}

.post-content ul,
.post-content ol{
	margin-bottom: 32px;
	padding-left: 30px;
}

.post-content p {
	margin-bottom: 20px;
}

.post-content a {
	color: #27BD92;
	text-decoration: underline;
}


.feature-row {
	padding-top: 160px;
}

.feature-row h2 {
	max-width: 75%;
}

.feature-description {
	min-height: 108px;
}

.feature-slider {
	width: calc(100% + 32px);
}


.try-ff-mini .try-ff {
	overflow: hidden;
}

.try-ff-mini h2 {
	float: left;
	margin: 0;
	font-size: 32px;
	line-height: 38px;
}

.try-ff-mini h2 br {
	display: none;
}

.try-ff-mini .button {
	float: right;
}

.next-feature {
	color: #fff;
	margin: 160px 0 80px;
	padding: 96px 109px;
	background: #27BD92;
}

.nf-title {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
}

.next-feature .button {
	float: right;
	margin-top: 104px;
}


.contact-information {
	font-size: 20px;
	line-height: 36px;
}

.contact-information li {
	margin-bottom: 8px;
	display: flex;
	align-items: baseline;
}

.contact-information li a {
	display: inline-block;
	padding-left: 18px;
}

.wpcf7 {
	background: #fff;
	padding: 48px;
}

.wpcf7-form-control-wrap {
	margin-bottom: 32px;
	display: block;
}

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea {
	width: 100%;
	display: block;
	padding: 8px 0;
	font-size: 20px;
	line-height: 36px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #D9D9D9;
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	line-height: 36px;
}

.wpcf7-submit {
	cursor: pointer;
	border: none;
}


.faqs {
	margin-top: 80px;
}

.question-group {
	margin-bottom: 72px;
}

.question {
	border-bottom: 1px solid #D9D9D9;
}

.question:nth-child(2) {
	margin-top: 40px;
	border-top: 1px solid #D9D9D9;
}

.answer {
	display: none;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 26px;
}

.question.selected .answer {
	display: block;
}

.question-text {
	background: url('img/arrow-down.svg') no-repeat right center;
	display: block;
	padding: 26px 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}

.question.selected .question-text {
	background: url('img/arrow-up.svg') no-repeat right center;
}


/* use cases */
.use-case-heading {
	margin-bottom: 96px;
}

.use-case-heading h1 {
	font-size: 56px;
	line-height: 1;
}

.heading-text .heading-content {
	margin-bottom: 48px;
}

.case-image-container {
	position: relative;
	padding-bottom: 50px;
}
.sub-image {
	position: absolute;
	bottom: 0;
	left: -50px;
}

.tabs-nav {
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}

.tab-control {
	padding: 0 24px 16px;
	color: rgba(38,38,38,.5);
	font-size: 24px;
	line-height: 32px;
	display: inline-block;
}
.tab-control.active {
	color: #262626;
	border-bottom: 3px solid #27BD92;
}

.tabs-content {
	padding-top: 72px;
}

.tab-description {
	padding: 0 25%;
	text-align: center;
	margin-bottom: 96px;
}

.tab-display {
	display: none;
}
#tab-1 {
	display: block;
}

.tab-display .row:not(:last-child) {
	margin-bottom: 120px;
}

.tab-description h2 {
	font-size: 48px;
	line-height: 1;
	margin-bottom: 8px;
}

.image-part {
	text-align: center;
}

.use-case-row:nth-child(even) .textual-part {
	padding-left: 10%;
}
.use-case-row:nth-child(odd) .textual-part {
	padding-top: 80px;
	padding-right: 10%;
	float: right;
}

.textual-part h3 {
	margin-bottom: 16px;
}

.textual-part ul {
	padding-top: 14px;
	list-style: none;
}

.textual-part li {
	background: url('img/check.svg') no-repeat left 45%;
	margin-bottom: 8px;
	padding-left: 28px;
}

.facilities {
	padding-top: 128px;
}

.facilities-list {
	text-align: center;
}

.facilities-list .third:nth-child(3n+1) {
	clear: left;
}

.facility-box {
	margin-bottom: 128px;
}

.facility-icon {
	display: block;
	min-height: 140px;
	vertical-align: middle;
}

.facility-title {
	font-size: 26px;
	font-weight: 600;
	line-height: 32px;
	padding-top: 56px;
}

.service-support {
	padding: 32px;
	background: #fff;
}

.services {
	padding-top: 100px;
}

.services h2 {
	font-size: 48px;
	line-height: 56px;
}

.service-support .button:last-child {
	margin-top: 5px;
}

.service-support .button:after {
	content: none;
}

.implementations {
	padding-top: 72px;
}

.implementations .half {
	padding-top: 56px;
}

.implementations h4 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 12px;
}


.site-footer {
	background: #3e3e3e;
	padding: 80px 0 40px;
	color: #fff;
}

.footer-branding {
	float: left;
	width: 40%;
}

.footer-logo {
	display: block;
	margin-bottom: 30px;
}

.footer-contact {
	float: right;
	width: 20%;
}

.sml_thankyou {
	margin-bottom: 10px;
}

.footer-newsletter .subscribe-list {
	max-width: 560px;
	margin: 0 auto;
}

.footer-newsletter .sml_email,
.footer-newsletter ._full_width:not(:first-child) {
	vertical-align: top;
	margin-right: 8px;
	min-width: 380px;
	max-width: 400px;
	float: left;
}

.footer-newsletter .sml_email input {
	width: 100%;
	font-size: 18px;
}

.footer-newsletter ._form-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.footer-newsletter input {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	font-family: 'Work Sans', sans-serif;
	line-height: 30px;
	padding: 8px 24px;
	border-radius: 4px;
	border: 1px solid #707070;
	background: #505050;
}

.footer-newsletter input::placeholder {
	font-family: 'Work Sans', sans-serif;
	color: rgba(255,255,255,.5);
	font-size: 18px;
	line-height: 30px;
}

.footer-newsletter input[name="submit"],
.footer-newsletter button {
	line-height: 1;
	display: inline-block;
	height: 48px;
	padding: 0 24px;
	transition: all ease-out .15s;
	border-radius: 4px;
	background: #27BD92;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	border: 1px solid #27BD92;
	outline: none;
}

.footer-newsletter label,
.footer-newsletter ._html-code,
.footer-newsletter ._form-branding,
.footer-newsletter input#fullname {
	display: none;
}

.footer-menus {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	margin-top: 50px;
	padding: 50px 0;
}

.footer-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 48px;
}

.site-footer h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
}

.badges {
	display: flex;
	gap: 4px;
}

.badges a,
.badges a img {
	display: block;
}

.footer-menu,
.footer-address {
	min-width: 20%;
}

.footer-menu ul {
	list-style: none;
}

.footer-menu ul li {
	margin-bottom: 8px;
	color: #fff;
	transition: color ease-out .15s;
}

.footer-menu ul li:hover {
	color: #707070;
}

.footer-menu .subtitle:not(:first-child) {
	margin-top: 24px;
}

.site-footer .footer-group {
	margin-bottom: 32px;
}

.socials {
	align-items: center;
	display: flex;
	gap: 16px;
}

.socials a,
.socials a img {
	display: block;
}

.footer-copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #A5A5A6;
	padding: 16px 0;
}

.sticky-track {
	background: #27BD92;
	padding: 8px 80px;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

.sticky-track img,
.sticky-track span {
	padding-top: 8px;
	display: inline-block;
	vertical-align: middle;
}

.sticky-track a {
	float: right;
	color: #27BD92;
	font-weight: 600;
	background: #fff;
	padding: 8px 16px;
	border-radius: 12px;
}

.cta-bnr {
	margin: 64px 0;
	padding: 48px 0;
	text-align: center;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

.cta-bnr h3 {
	margin: 0;
	font-size: 24px;
	line-height: 32px;
}

.cta-bnr img {
	margin-bottom: 15px;
}

.cta-bnr .button {
	color: #fff;
	margin-top: 32px;
	text-decoration: none;
}

.menu-jezik-container,
.menu-language-container {
	display: inline-block;
}

.user-menu .menu li {
	display: inline-block;
	padding: 4px;
}

.single-feature .feature-row ul {
	list-style: none;
	margin: 10px 0;
}

.single-feature .feature-row ul li {
	line-height: 32px;
	margin-bottom: 4px;
	padding-left: 28px;
	background: url('img/checkmark.svg') no-repeat left center;
}
