
.tf--nav {
	height: auto;
}

.tf--nav .tf--nav__item {
	padding: 0 0 8px;
}

.tf--nav .tf--nav__item__link {
	padding: 0 20px;
}

@media (min-width: 1000px) {
	.tf--nav .tf--nav__item {
		padding: 0;
	}
	
	.tf--nav .tf--nav__item__link {
		padding: 0 10px;
	}
}

@media (min-width: 1200px) {
	.tf--nav .tf--nav__item__link {
		padding: 0 15px;
	}
	
	.m-main-second .m-main__link {
		padding: 0 10px;
	}
}

.tf--dropdown {
	border-radius: 0;
	border-top: none;
	padding-left: 15px;
	padding-top: 10px;
}

.tf--dropdown .tf--dropdown__item__link {
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.tf--dropdown__item--second .tf--dropdown__item__link {
	display: flex;
	align-items: center;
}

.tf--dropdown .tf--dropdown__item__link__media {
	display: block;
	margin-right: 7px;
}

.tf--nav__item--second .tf--dropdown__item.menu-item-has-children:not(:last-child) {
	margin-right: 50px;
}

.tf--nav__item--second .tf--dropdown__item.menu-item-has-children .m-main__inner-link {
	padding: 0;
}

.tf--nav__item--second .tf--dropdown__item.menu-item-has-children .icon-svg {
	display: none;
}

.tf--nav__item--second .tf--dropdown__item.menu-item-has-children>.tf--dropdown__item__link {
	text-transform: uppercase;
	pointer-events: none;
	font-weight: 700;
	font-size: 14px;
}

.tf--nav__item--second .tf--dropdown__item.menu-item-has-children .tf--dropdown {
	display: block !important;
	border: none;
	position: relative;
	top: auto;
	left: auto;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
}

.tf--nav__item--second .tf--dropdown__item.menu-item-has-children .tf--dropdown::before, .tf--nav__item--second .tf--dropdown__item.menu-item-has-children .tf--dropdown::after {
	content: none;
}

@media (min-width: 1000px) {
	.tf--dropdown {
		padding: 22px 24px 20px;
		left: 20px;
	}
	
	.tf--nav__item--second .tf--dropdown__item.menu-item-has-children .tf--dropdown {
		padding: 0;
	}
	
	.tf--dropdown::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #00eee9;
		pointer-events: none;
	}
	
	.tf--nav__item--second .tf--dropdown {
		display: flex !important;
	}
	
	.tf--nav__item--second .tf--dropdown__item.menu-item-has-children .tf--dropdown {
		margin-top: 21px;
	}
}

.tf--bt-a {
	margin-bottom: 30px;
}

@media all and (min-width: 750px) {
	.tf--bt-a {
		margin-bottom: 60px;
	}
}

.tf-content-richt-text img {
	width: 100%;
	max-width: 100%;
}

.tf--show-more {
	display: none;
}

.tf--card-a {
	margin-bottom: 50px;
}

.tf--card-a__subtitle {
	color: #425466;
}

.tf--card-a__link {
	text-decoration: none;
	color: #017698;
}

.tf--card-a__link::after {
	content: ">";
	margin-left: 5px;
	transition: all .3s ease-in-out;
}

.tf--card-a__link:hover {
	color: #017698 !important;
}

.tf--card-a__link:hover::after {
	margin-left: 10px;
}

@media (min-width: 750px) {
	.tf--card-a {
		margin-bottom: 60px;
	}
}

.tf--card-b {
	display: block;
	width: 100%;
	text-decoration: none;
	margin-bottom: 32px;
	transition: all .3s ease-in-out;
}

.tf--card-b__media-wrapper {
	position: relative;
	width: 100%;
	padding-top: 71.43%;
	overflow: hidden;
}

.tf--card-b__media-wrapper__media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom center;
}

.tf--card-b__wrapper {
	padding: 16px 16px 24px;
	color: #fff;
}

.tf--card-b__wrapper__category {
	margin: 0 0 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}

.tf--card-b__wrapper__title {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 22px;
}

.tf--card-b__wrapper__link {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

.tf--card-b__wrapper__link::after {
	content: ">";
	margin-left: 5px;
	transition: all .3s ease-in-out;
}

a.tf--card-b:hover .tf--card-b__wrapper__link::after {
	margin-left: 10px;
}

a.tf--card-b:hover {
	box-shadow: 0 20px 60px -10px rgba(41, 39, 44, .3);
}

.tf--card-c {
	display: block;
	padding: 40px 20px;
	width: 100%;
	text-decoration: none;
	margin-bottom: 8px;
	transition: all .3s ease-in-out;
}

.tf--card-c__media {
	display: block;
	width: 35%;
	max-width: 100px;
	max-height: 100px;
	height: 73px;
	margin: 0 auto 30px;
	object-fit: contain;
}

.tf--card-c__wrapper {
	text-align: center;
}

.tf--card-c__wrapper__title {
	margin: 0 0 10px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
}

.tf--card-c__wrapper__subtitle {
	margin: 0;
	font-size: 13px;
}

.tf--card-c--second {
	padding: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.tf--card-c--second .tf--card-c__wrapper__title {
	margin: 0;
	font-size: 14px;
}

.tf--card-c--second .tf--card-c__media {
	width: 40px;
	height: 40px;
	margin: 0 18px 0;
}

.tf--card-c--white .tf--card-c__wrapper__title {
	color: white;
}

.tf--card-c--white .tf--card-c__wrapper__subtitle {
	color: white;
}

.tf--card-c {
	color: #29272c !important;
}

.tf--card-c::hover {
	color: #29272c !important;
	box-shadow: 0 20px 60px -10px rgba(41, 39, 44, .3);
}

@media all and (min-width: 480px) and (max-width: 1000px) {
	[class*="size--4-12"] .tf--card-c--second .tf--card-c__media, [class*="size--4-12"] .tf--card-c--second .tf--card-c__wrapper {
		width: 100%;
	}
	
	[class*="size--4-12"] .tf--card-c--second .tf--card-c__media {
		margin-bottom: 5px;
	}
}

.tf--card-d {
	width: 100%;
	color: #171c21;
}

.tf--card-d__media {
	width: 100%;
	max-width: 300px;
	height: auto;
	margin-bottom: 20px;
}

.tf--card-d__bd {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}

blockquote.tf--card-d__bd {
	padding-left: 0;
	border: 0;
	font-family: "Satoshi", sans-serif;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
}

.tf--card-d__bd__content {
	position: relative;
	margin: 0;
	padding: 0 0 0 30px;
}

.tf--card-d__bd__content:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 3px;
	border-radius: 10px;
	background: #06a731;
}

.tf--card-d__bd__author {
	display: block;
	margin: 30px 0 0;
	padding: 0 0 0 30px;
	border-left: 3px solid transparent;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.tf--color-a {
	color: #425466;
}

.tf--comparison .b-ocr-item__desc {
	font-size: 15px;
}

.tf--editions {
	font-size: 15px;
}

.tf--hero-a {
	position: relative;
	background-color: #fff;
}

.tf--hero-a__wrapper {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-top: 300px;
	padding-bottom: 64px;
	background-color: #000;
}

.tf--hero-a__bg-items {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #000;
	z-index: 10;
}

.tf--hero-a__overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(359deg, #000 12.83%, #000 53.15%, rgba(0, 0, 0, .846667) 57.43%, rgba(0, 0, 0, .680498) 63.89%, rgba(0, 0, 0, 0) 71.72%);
	z-index: 20;
}

@media all and (max-width: 750px) {
	.tf--hero-a.tf--hero-a__mobile__reverse .tf--hero-a__wrapper {
		padding-top: 64px;
		padding-bottom: 300px;
	}
	
	.tf--hero-a.tf--hero-a__mobile__reverse .tf--hero-a__bg-items {
		background-position: bottom;
	}
	
	.tf--hero-a.tf--hero-a__mobile__reverse .tf--hero-a__overlay {
		background: linear-gradient(180deg, #000 12.83%, #000 52.15%, rgba(0, 0, 0, .846667) 56.43%, rgba(0, 0, 0, .680498) 59.89%, rgba(0, 0, 0, 0) 66.72%);
	}
}

.tf--hero-a__ft-items {
	position: relative;
	z-index: 30;
}

.tf--hero-a__ft-items__title {
	color: #fff;
	margin-bottom: 24px;
	font-size: 32px;
	line-height: 40px;
}

.tf--hero-a__ft-items__subtitle {
	color: #fff;
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 22px;
}

@media all and (min-width: 750px) {
	.tf--hero-a {
		position: relative;
	}
	
	.tf--hero-a__wrapper {
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
		padding-top: 140px;
		padding-bottom: 150px;
	}
	
	.tf--hero-a__ft-items__title {
		margin-bottom: 28px;
		font-size: 42px;
		line-height: 54px;
	}
	
	.tf--hero-a__ft-items__subtitle {
		margin-bottom: 28px;
		font-size: 22px;
		line-height: 28px;
	}
	
	.tf--hero-a__bg-items {
		position: absolute;
		top: 0;
		right: 0;
		width: 70%;
		height: 100%;
		background-size: cover;
		background-position: top right;
		background-repeat: no-repeat;
		background-color: #000;
		z-index: 10;
	}
	
	.tf--hero-a__overlay {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: linear-gradient(90deg, #000 20.83%, #000 28.15%, rgba(0, 0, 0, .846667) 38.43%, rgba(0, 0, 0, .680498) 46.89%, rgba(0, 0, 0, 0) 61.72%);
		z-index: 20;
	}
}

.tf--hero-b {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #171c21;
	min-height: 50vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.tf--hero-b .row-main {
	width: 100%;
}

.tf--hero-b__media-wrapper {
	width: 100vw;
	position: relative;
}

.tf--hero-b__media-wrapper__artwork-mobile {
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotate(180deg);
	background-image: linear-gradient(359deg, #171c21, #171c21 4%, rgba(23, 28, 33, .846667) 8%, rgba(23, 28, 33, .680498) 14%, rgba(23, 28, 33, 0) 22%);
}

.tf--hero-b__media-wrapper__artwork-desktop {
	display: none;
}

.tf--hero-b__media-wrapper__media {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tf--hero-b .b-intro-hero__title {
	margin-bottom: 14px;
	font-size: 40px !important;
	line-height: 50px;
}

.tf--hero-b .b-intro-hero__perex {
	color: #adbdcc;
}

.tf--hero-b--second .tf--hero-b__media-wrapper::after {
	transform: none;
	bottom: 0;
}

.tf--hero-b--second .tf--hero-b__media-wrapper {
	order: -1;
	margin-bottom: 32px;
}

@media all and (min-width: 750px) {
	.tf--hero-b {
		min-height: 0;
		height: 65vh;
		max-height: 600px;
	}
	
	.tf--hero-b__media-wrapper {
		width: calc(50vw - 16px);
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		margin-bottom: 0;
	}
	
	.tf--hero-b__media-wrapper__artwork-mobile {
		display: none;
	}
	
	.tf--hero-b__media-wrapper__artwork-desktop {
		position: absolute;
		left: 0;
		height: 100%;
		display: block;
		top: 0;
		width: 400px;
		background-image: linear-gradient(to right, #171c21, rgba(23, 28, 33, 0));
	}
}

@media all and (min-width: 1000px) {
	.tf--hero-b__media-wrapper {
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 0;
	}
}

.tf--hero-c .b-intro-hero__btns {
	margin-bottom: 75px;
}

.tf--hero-c .b-intro-hero__bg-wrap {
	margin: 0 auto;
}

.tf--hero-c .tf--hero-c__title {
	margin-bottom: 26px;
	font-size: 38px;
	line-height: 1.25;
}

.tf--hero-c .b-intro-hero__bg {
	background-position: center center;
}

.tf--hero-c .tf--hero-c__media-wrapper {
	padding: 0;
	height: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.tf--hero-c .tf--hero-c__media-wrapper__media {
	display: block;
	width: 90% !important;
	max-width: 1800px !important;
	margin: 0 auto;
	height: auto;
}

@media all and (min-width: 1000px) {
	.tf--hero-c {
		padding: 50px 0;
	}
}

@media all and (min-width: 1200px) {
	.tf--hero-c {
		padding: 100px 0;
	}
}

.tf--hero-d {
	background-color: #29272c;
	padding-top: 50px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	overflow: hidden;
}

.tf--hero-d__title {
	margin-bottom: 14px;
	font-size: 40px !important;
	line-height: 50px !important;
}

.tf--hero-d__subtitle {
	font-size: 18px;
	color: #adbdcc;
	margin-bottom: 0;
}

.tf--hero-d__wrapper {
	margin-top: 28px;
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {
	.tf--hero-d__wrapper {
		margin-bottom: 24px;
	}
}

.tf--hero-d__wrapper__btn:not(:last-child) {
	margin-right: 20px;
}

.tf--hero-d__media-wrapper {
	text-align: center;
	width: 100%;
}

.tf--hero-d__media-wrapper__content {
	padding-top: 56.25%;
	position: relative;
}

.tf--hero-d__media-wrapper__content__media, .tf--hero-d__media-wrapper__content iframe {
	position: absolute;
	top: 0;
	border: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tf--hero-d__media-wrapper__media {
	object-fit: contain;
	margin-top: 32px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media all and (min-width: 750px) {
	.tf--hero-d {
		padding-top: 50px;
		padding-bottom: 100px;
	}
	
	.tf--hero-d__title {
		font-size: 40px;
	}
	
	.tf--hero-d__media-wrapper__media {
		width: 60%;
	}
}

@media all and (min-width: 1000px) {
	.tf--hero-d__title {
		font-size: 50px;
	}
	
	.tf--hero-d__media-wrapper {
		width: 100%;
		max-width: 1000px;
	}
	
	.tf--hero-d__media-wrapper__media {
		margin-top: 0;
		width: 100%;
	}
}

@media all and (min-width: 1200px) {
	.tf--hero-d__title {
		font-size: 40px !important;
	}
}

.tf--hero-d__title--second {
	font-size: 40px;
	line-height: 50px;
	color: #fff !important;
}

.b-ai-powered.b-ai-powered--intro {
	padding: 40px 0 50px;
}

.tf--intro-text__grid {
	border-bottom: 0;
}

.tf--intro-text__grid--second {
	margin-top: 40px;
}

@media (min-width: 750px) {
	.tf--intro-text__grid--second {
		margin-top: 75px;
	}
}

@media all and (min-width: 750px) {
	.b-ai-powered.b-ai-powered--intro {
		padding: 60px 0 84px;
	}
}

@media all and (min-width: 1000px) {
	.b-ai-powered.b-ai-powered--intro {
		padding: 80px 0 70px;
	}
	
	.tf--intro-text__grid__p {
		margin-bottom: 0;
	}
}

@media all and (min-width: 1200px) {
	.b-ai-powered.b-ai-powered--intro {
		padding: 100px 0 90px;
	}
}

.tf--intro-text {
	font-size: 18px;
	color: #425466;
}

.tf--intro-text--second .grid {
	margin-bottom: 0;
}

.tf--intro-text--second .grid__cell {
	border-bottom: 0;
}

.tf--text-block .b-text-block__desc {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.tf--text-block.text-left .b-text-block__desc {
	margin-left: 0;
	margin-right: 0;
}

.tf--text-block .grid .b-text-block__pre-title {
	padding-top: 0;
}

.tf--logos-a img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin-bottom: 16px;
}

@media (min-width: 750px) {
	.tf--logos-a img {
		width: calc(100% - 20px);
		margin: 0 auto;
	}
}

.tf--customer-quote--mb-0 {
	margin-bottom: 0 !important;
}

.tf--customer-quote--mb-0+section {
	margin-top: 0 !important;
}

.tf--customer-quote .b-customer-quote__logo img {
	display: block;
	width: 100%;
	max-width: 150px;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}

.tf--boxes__inner:hover {
	transform: none !important;
}

.tf--boxes__inner__img img {
	width: 100%;
}

.tf--boxes__inner .b-std__title {
	margin-bottom: 10px;
	color: #29272c;
}

.tf--boxes__inner .b-std__cta {
	color: #00b3af;
}

.tf--boxes.empty .b-std__image:first-child {
	margin: -32px -30px;
}

.tf--icon {
	display: block;
}

.tf--icon .tf--icon-svg {
	display: block;
}

.b-std__icon {
	height: auto;
	max-height: 100% !important;
}

.td-std__icon {
	max-height: 100% !important;
}

.icon-svg-color-black path, .icon-svg-color-black polygon {
	stroke: #171c21;
}

.icon-svg-color-green path, .icon-svg-color-green polygon {
	stroke: #00eb82;
}

.icon-svg-color-blue path, .icon-svg-color-blue polygon {
	stroke: #00eee9;
}

.tf-standard-methods__grid {
	margin-bottom: 0px;
}

.tf-standard-methods__subtitle {
	text-align: center;
	text-transform: none;
	margin: 0 0 60px;
	color: #425466;
}

.tf-standard-methods__subtitle h1, .tf-standard-methods__subtitle h2, .tf-standard-methods__subtitle h3, .tf-standard-methods__subtitle h4, .tf-standard-methods__subtitle h5, .tf-standard-methods__subtitle h6 {
	color: #29272c;
}

@media (min-width: 1000px) {
	.b-standard-methods .b-standard-methods__title {
		margin-bottom: .5em !important;
	}
}

.b-standard-methods--images, .b-standard-methods--grey {
	background-color: rgba(41, 39, 44, .03);
}

.icon--128 svg {
	width: 128px;
	height: 128px;
	max-height: 128px;
}

.icon--96 svg {
	width: 96px;
	height: 96px;
	max-height: 96px;
}

.icon--64 svg {
	width: 64px;
	height: 64px;
	max-height: 64px;
}

.icon--48 svg {
	width: 48px;
	height: 48px;
	max-height: 48px;
}

.icon--32 svg {
	width: 32px;
	height: 32px;
	max-height: 32px;
}

.image--128 img {
	width: 128px;
	height: 128px;
	max-height: 128px;
}

.image--96 img {
	width: 96px;
	height: 96px;
	max-height: 96px;
}

.image--64 img {
	width: 64px;
	height: 64px;
	max-height: 64px;
}

.image--48 img {
	width: 48px;
	height: 48px;
	max-height: 48px;
}

.image--32 img {
	width: 32px;
	height: 32px;
	max-height: 32px;
}

.tf--content-a li {
	background-image: none;
	position: relative;
}

.tf--content-a li.nitro-lazy {
	background-image: none !important;
}

.tf--content-a li::before {
	content: "";
	background-image: none;
	position: absolute;
	top: .6em;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #425466;
	border-radius: 50%;
}

.tf--content-a a {
	color: #006fe8;
	text-decoration: underline;
}

.tf--content-a a:hover {
	color: #006fe8;
	text-decoration: none;
}

.tf--content-a *:last-child {
	margin-bottom: 0;
}

.tf-standard-cta__title__secondary {
	margin-bottom: 30px !important;
}

.tf-standard-cta__subtitle {
	text-align: center !important;
	text-transform: none;
	margin: 0px 0 30px;
}

.tf-standard-cta__subtitle.is-last {
	margin-bottom: 0;
}

.b-more-technology--row .tf-standard-cta__subtitle {
	text-align: left !important;
}

.tf--cta-left-aligned h2, .tf--cta-left-aligned p {
	text-align: left !important;
}

.tf--content-b p, .tf--content-b li {
	margin-bottom: 16px;
}

.tf--content-b a {
	color: #017698 !important;
	text-decoration: underline;
}

.tf--content-b a:hover {
	color: #017698 !important;
}

.tf--content-b *:last-child {
	margin-bottom: 0;
}

.tf--intro-extended .b-intro-product__illust img {
	width: 100%;
	height: auto;
	min-width: 0;
	max-width: none;
	aspect-ratio: none !important;
}

@media (min-width: 480px) {
	.tf--intro-extended .b-intro-product__illust img {
		width: 90%;
	}
}

@media (min-width: 750px) {
	.tf--intro-extended .b-intro-product__illust img {
		width: 60%;
	}
}

@media (min-width: 1000px) {
	.tf--intro-extended .b-intro-product__illust img {
		width: 100%;
		height: auto;
		min-width: 0;
		max-width: none;
		aspect-ratio: none !important;
	}
}

.tf--intro-extended--secondary .b-intro-product__desc p, .tf--intro-extended--secondary .b-intro-product__desc li {
	color: #251e2c !important;
}

.tf--intro-extended--secondary .b-intro-product__desc li {
	background-image: url("data:image/svg+xml,%3Csvg width=\'6\' height=\'6\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Ccircle cx=\'19\' cy=\'1235\' r=\'3\' transform=\'translate(-16 -1232)\' fill=\'%23251e2c\' fill-rule=\'evenodd\'/%3E%3C/svg%3E");
}

.tf--intro-extended--secondary .b-intro-product__desc li.nitro-lazy {
	background-image: none !important;
}

.tf--intro-extended--third .b-intro-product__desc p, .tf--intro-extended--third .b-intro-product__desc li {
	color: #fff !important;
}

.tf--intro-extended--third .b-intro-product__desc li {
	background-image: url("data:image/svg+xml,%3Csvg width=\'6\' height=\'6\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Ccircle cx=\'19\' cy=\'1235\' r=\'3\' transform=\'translate(-16 -1232)\' fill=\'%23ffffff\' fill-rule=\'evenodd\'/%3E%3C/svg%3E");
}

.tf--intro-extended--third .b-intro-product__desc li.nitro-lazy {
	background-image: none !important;
}

.tf--intro-extended--secondary .b-intro-product__title {
	color: black !important;
}

.tf-intro-solutions__item-number {
	font-size: 80px;
}

.tf--hero-text-logo+.b-intro-hero__title {
	margin-top: 0;
}

.tf--hero-text-logo img {
	display: inline-block;
	max-width: 150px;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}

.tf--grid-a.grid {
	margin: 0;
}

.tf--grid-a__no-margin {
	align-items: flex-start;
}

.tf--grid-a .grid__cell {
	border: none;
	margin: 5px;
}

.tf--grid-a .btn--ghost .btn__text {
	padding: 13px 32px;
}

.b-more-technology {
	padding: 32px 0;
}

@media all and (min-width: 750px) {
	.b-more-technology {
		padding: 32px 0 82px;
	}
}

.tf--grid-b {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}

.tf--grid-b>[class*="size--"] {
	padding: 0 16px;
}

@media all and (min-width: 750px) {
	.tf--grid-b {
		margin: 0 -24px;
	}
	
	.tf--grid-b>[class*="size--"] {
		padding: 0 24px;
	}
}

@media all and (min-width: 1000px) {
	.tf--grid-b {
		margin: 0 -30px;
	}
	
	.tf--grid-b>[class*="size--"] {
		padding: 0 30px;
	}
}

@media all and (min-width: 1200px) {
	.tf--grid-b {
		margin: 0 -40px;
	}
	
	.tf--grid-b>[class*="size--"] {
		padding: 0 40px;
	}
}

.tf--grid-c {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}

.tf--grid-c>[class*="size--"] {
	padding: 0 16px;
	width: 100%;
}

.tf--grid-d {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px;
}

.tf--grid-d>[class*="size--"] {
	padding: 0 4px;
	width: 100%;
}

.tf--full-text-block {
	background-size: 0;
	overflow: hidden;
}

.tf--full-text-block .grid {
	margin-bottom: 0;
}

.tf--full-text-block .grid .grid__cell {
	border-bottom: none;
}

.tf--full-text-block .b-text-block__pre-title {
	padding-top: 0;
}

.tf--full-text-block .b-text-block__desc p, .tf--full-text-block .b-text-block__desc li {
	font-size: 17px;
	margin-bottom: 13px;
	color: #425466;
}

.tf--full-text-block .b-text-block__desc li {
	background-image: none;
	position: relative;
}

.tf--full-text-block .b-text-block__desc li.nitro-lazy {
	background-image: none !important;
}

.tf--full-text-block .b-text-block__desc li::before {
	content: "";
	background-image: none;
	position: absolute;
	top: .6em;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #425466;
	border-radius: 50%;
}

.tf--full-text-block__img, .img__holder {
	overflow: visible;
}

.tf--full-text-block__img {
	margin-top: 24px;
}

.tf--full-text-block.b-text-block.tf--bg-grey {
	background-color: rgba(41, 39, 44, .03);
}

@media all and (min-width: 1000px) {
	.tf--full-text-block:before {
		display: block;
	}
	
	.tf--full-text-block {
		position: relative;
	}
	
	.tf--full-text-block__img {
		margin-top: 0px;
	}
	
	.tf--full-text-block__img .img__holder {
		display: block;
		padding: 0 !important;
		height: auto;
	}
	
	.tf--full-text-block__img img {
		display: block;
		position: relative;
		width: calc(50vw - 16px - 50px);
		max-width: 1000px;
		height: auto;
		top: auto;
		object-position: left center;
	}
	
	.tf--full-text-block__reverse .img__holder {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
}

.tf--link-a {
	text-decoration: none;
	background-repeat: no-repeat;
	background-size: 0 1px;
	background-position: 0% 100%;
	background-image: linear-gradient(#006fe8, #006fe8), linear-gradient(#006fe8, #006fe8);
	transition: all .3s ease-in-out;
}

.tf--link-a:hover {
	background-size: 100% 1px;
}

.tf--media-a {
	display: block;
	width: 100%;
	max-width: 100%;
	object-fit: contain;
}

@media (min-width: 750px) {
	.tf--media-a {
		max-width: 80%;
	}
}

@media (min-width: 1200px) {
	.tf--media-a {
		max-width: 100%;
	}
}

.tf--media-small {
	max-width: 50%;
}

.tf--media-medium {
	max-width: 75%;
}

.tf--media-large {
	max-width: 100%;
}

.tf--section-a {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 50px;
}

.tf--section-a.u-pt-0 {
	padding-top: 0;
}

.tf--section-a.u-pt-sm {
	padding-top: 20px;
}

.tf--section-a.u-pt-md {
	padding-top: 40px;
}

.tf--section-a.u-pt-lg {
	padding-top: 60px;
}

.tf--section-a.u-pb-0 {
	padding-bottom: 0;
}

.tf--section-a.u-pb-sm {
	padding-bottom: 20px;
}

.tf--section-a.u-pb-md {
	padding-bottom: 40px;
}

.tf--section-a.u-pb-lg {
	padding-bottom: 60px;
}

@media (min-width: 750px) {
	.tf--section-a {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.tf--section-a.u-pt-0 {
		padding-top: 0;
	}
	
	.tf--section-a.u-pt-sm {
		padding-top: 20px;
	}
	
	.tf--section-a.u-pt-md {
		padding-top: 40px;
	}
	
	.tf--section-a.u-pt-lg {
		padding-top: 60px;
	}
	
	.tf--section-a.u-pb-0 {
		padding-bottom: 0;
	}
	
	.tf--section-a.u-pb-sm {
		padding-bottom: 20px;
	}
	
	.tf--section-a.u-pb-md {
		padding-bottom: 40px;
	}
	
	.tf--section-a.u-pb-lg {
		padding-bottom: 60px;
	}
}

.tf--section-a-plus {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 50px;
}

.tf--section-a-plus.u-pt-0 {
	padding-top: 0;
}

.tf--section-a-plus.u-pb-0 {
	padding-bottom: 0;
}

@media (min-width: 750px) {
	.tf--section-a-plus {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	
	.tf--section-a-plus.u-pt-0 {
		padding-top: 0;
	}
	
	.tf--section-a-plus.u-pb-0 {
		padding-bottom: 0;
	}
}

.tf--section-b {
	padding: 50px 0 !important;
}

.tf--section-b.u-pt-0 {
	padding-top: 0 !important;
}

@media (min-width: 750px) {
	.tf--section-b {
		padding: 75px 0 !important;
	}
	
	.tf--section-b.u-pt-0 {
		padding-top: 0 !important;
	}
	
	.tf--section-b.u-pb-0 {
		padding-bottom: 0 !important;
	}
}

.tf--section-c {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.tf--section-c.u-pt-0 {
	padding-top: 0 !important;
}

.tf--section-c.u-pb-0 {
	padding-bottom: 0 !important;
}

@media (min-width: 750px) {
	.tf--section-c {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	
	.tf--section-c.u-pt-0 {
		padding-top: 0 !important;
	}
	
	.tf--section-c.u-pb-0 {
		padding-bottom: 0 !important;
	}
}

.tf--section-d {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.tf--standard-methods .tf--standard-methods__title {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.tf--standard-methods .tf--standard-methods__title+.grid {
	margin-top: 65px;
}

.tf--standard-methods .tf--standard-methods__title+.tf-standard-methods__grid {
	margin-top: 0px;
}

.tf--standard-methods .b-std .b-std__title {
	margin-bottom: 10px;
}

.tf-standard-methods__subtitle {
	font-size: 20px;
}

.tf--standard-methods--second .tf--standard-methods__title {
	margin-bottom: 1.2em !important;
}

.b-standard-methods--filter .tf--standard-methods__title {
	margin-bottom: 1.2em !important;
}

.tf--standard-methods--second .tf-standard-methods__subtitle {
	margin-top: 0 !important;
}

.tf--standard-methods__title--second {
	margin-bottom: 1.2em !important;
}

.tf-standard-methods__subtitle--second {
	margin: 0px 0 60px;
}

@media (min-width: 1000px) {
	.tf-standard-methods__subtitle--second {
		margin: 0px 0 60px;
	}
}

.tf--stories {
	font-size: 15px;
}

.tf--cta--secondary .b-more-technology__title, .tf--cta--secondary .tf-standard-methods__subtitle {
	color: white;
}

.tf-standard-cta__subtitle {
	font-weight: 500;
}

.tf--cta-b {
	padding-top: 50px;
	padding-bottom: 50px;
}

.tf--cta-b__subtitle {
	margin-bottom: 16px;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
}

.tf--cta-b__title {
	margin: 0 0 16px;
}

.tf--cta-b__content {
	margin: 0 0 16px;
}

.tf--cta-b__btn {
	margin-top: 16px;
	overflow: hidden;
}

.tf--cta-b__media-wrapper {
	width: 100%;
	display: flex;
	display: none;
	align-items: flex-end;
	justify-content: flex-end;
	position: relative;
}

.tf--cta-b__media-wrapper__media {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom right;
}

@media (min-width: 750px) {
	.tf--cta-b {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.tf--cta-b__media-wrapper {
		display: block;
		transform: translateY(100px);
	}
}

.b-more-technology.tf--cta .grid__cell {
	height: auto;
	display: block;
}

.b-more-technology.tf--cta.tf--grid-a .grid__cell {
	border: none;
	margin: 5px;
}

.tf-cta-new .grid__cell {
	width: auto !important;
	height: auto !important;
	display: block !important;
}

.tf-cta-new.tf--grid-a .grid__cell {
	border: none;
	margin: 5px;
}

.tf-cta-new .tf--standard-methods__title {
	margin-bottom: .5em;
}

.tf--justify-content--center {
	justify-content: center;
}

.tf--position--relative {
	position: relative;
}

.tf--align-items--center {
	align-items: center;
}

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

.tf--display--block {
	display: block;
}

.tf--display--none {
	display: none !important;
}

.tf--display--flex {
	display: flex;
}

.tf--mt--32 {
	margin-top: 32px;
}

.tf--mt--45 {
	margin-top: 45px;
}

.b-std__title {
	letter-spacing: 0;
}

@media screen and (min-width: 1000px) {
	.tf--justify-content--between-lg {
		justify-content: space-between;
	}
}

@media screen and (min-width: 768px) {
	.tf--display--flex-md {
		display: flex !important;
	}
	
	.tf--display--none-md {
		display: none;
	}
}

.tf--sticky-a {
	position: sticky;
	top: 120px;
}

.footer__nav {
	margin-bottom: 60px;
}

@media (min-width: 1000px) {
	.footer__nav {
		margin-bottom: 100px !important;
	}
}

.tf--c-integrations {
	margin-bottom: 0 !important;
}

.tf--customers-filter .c-integrations__item a {
	border: 2px solid #00eb82;
}

.tf--customers-filter {
	background: #f3f3f6;
}

.tf--spacer-a {
	height: 100px;
}

.tf--spacer-b {
	height: 50px;
}

html {
	background-color: #fff;
	font-size: 17px;
}

h3, h4, .b-ocr-item__subtitle {
	text-transform: none;
}

a {
	color: #006fe8;
	text-decoration: underline;
}

a:hover, .no-touchevents a:hover {
	color: #006fe8;
	text-decoration: none;
}

.m-footer__list {
	padding-left: 0;
}

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

.tf--blog-item__title {
	text-transform: initial;
}
