.tps-aboutus-logo-title {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0e0e0e;
}

.fancybox-slide--iframe .fancybox-content {
	width: 141vh;
	height: 80%;
}

.tps-aboutus-content-title {
	font-size: 25px;
	font-weight: 400;
	text-align: left;
}

.tps-aboutus-content-description {
	line-height: 30px;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0;
	text-align: left;
}

.tps-aboutus-content__content-description {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}

.tps-aboutus-referenses-description {
	font-size: 18px;
	text-transform: none;
	color: #000;
	height: 2rem;
}

.tps_aboutUs_hidden {
	display: none;
}

.tps-aboutus-statistic-description {
	padding: 0;
}

.tps-aboutus-main-row {
	display: flex;
	flex-direction: row;
}

.tps-aboutus-container {
	display: flex;
	flex-direction: column;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 40px;
}

.tps-aboutus-row {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.tps-aboutus-sub-container {
	display: flex;
	flex-direction: column;
}

.tps-aboutus-column {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.tps-aboutus-content-column-img {
	width: 52%;
	height: calc(100vw / 1920 * 558);
}

.tps-aboutus-text-with-img {
	padding: 80px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 80%;
	height: 100%;
}

.tps-aboutus-img {
	width: 100%;
}

.tps-aboutus-hero-bg {
	display: flex;
	justify-content: left;
	align-items: center;
	width: 100vw;
	height: calc(100vw / 1920 * 514);
}

.tps-aboutus-headline {
	width: 100%;
	text-align: center;
}

.tps-aboutus-sub-description-container {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.tps-aboutus-sub-description-row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	align-items: center;
}

.tps-aboutus-statistic-container {
	display: flex;
	flex-direction: row;
	text-align: center;
	width: 100%;
	padding: 80px 0;
	background: #efefef;
}

.tps-aboutus-statistic-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	width: 100%;
	flex-wrap: wrap;
	margin-left: 2%;
	margin-right: 2%;
}


.tps-aboutus-references-container {
	display: flex;
	flex-direction: row;
	text-align: center;
	width: 100%;
	justify-content: space-between;
}

.tps-aboutus-references-row {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
	width: calc(100vw / 1920 * 424);
	height: calc(100vw / 1920 * 452);
	flex-wrap: wrap;
	padding-left: 1.2%;
	padding-right: 1.2%;
}

.tps-aboutus-row-padding-none {
	padding-left: 0px;
	padding-right: 0px;
}

.tps-aboutus-references-a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	outline: none;
}

.tps-aboutus-references-body {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-repeat: no-repeat;
	background-size: cover;
}

.tps-aboutus-button {
	padding: 3% 6% 3% 6%;
}

.tps-aboutus-player {
	width: 100%;
	height: 550px;
	color: #fff;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	background: url("video-banner.jpg");
	background-size: cover;
	text-align: center;
}

.tps-aboutus-player a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.tps-aboutus-video {
	width: 100%;
}


.tps-aboutus-accreditations-row {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
}


.tps-aboutus-accreditations-a-container {
	display: flex;
	flex-direction: row;
	text-align: center;
	width: 100%;
	justify-content: center;
	height: auto;
	align-items: center;
	margin: 1.1% 0% 1.1% 0%;
}

.tps-aboutus-accreditations-line {
	border: none;
	margin: 0% 8.8% 0% 8.8%;
	background-color: gray;
	height: 1px;
	width: auto;
}

.tps-aboutus-accreditations-a {
	text-decoration: none;
	outline: none;
	margin-left: 3.21%;
	margin-right: 3.21%;
}

.tps-aboutus-accreditations-img {
	width: 100%;
	height: auto;
}

.tps-aboutus-accreditations-title {
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 26px;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.tps-aboutus-video_accreditation-container {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}

.tps-aboutus-bg-img {
	background-image: url("main-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.tps-aboutus-ref-bg-img-1 {
	background-image: url("shop.jpg");
}

.tps-aboutus-ref-bg-img-2 {
	background-image: url("contact.jpg");
}

.tps-aboutus-ref-bg-img-3 {
	background-image: url("visit.jpg");
}

.tps-aboutus-ref-bg-img-4 {
	background-image: url("connect.jpg");
}

.tps-aboutus-sub-description-icon {
	width: calc(100vw / 1920 * 50);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
	margin-right: 3%;
	height: calc(100vw / 1920 * 50);
}

.tps-aboutus-sub-description-icon-0 {
	background-image: url("customer-service.svg");
}

.tps-aboutus-sub-description-icon-1 {
	background-image: url("reviews.svg");
}

.tps-aboutus-sub-description-icon-2 {
	background-image: url("quality.svg");
}

.tps-aboutus-sub-description-icon-3 {
	background-image: url("value.svg");
}

.tps-aboutus-social-icons {
	display: flex;
	justify-content: center;
}

.tps-aboutus-social-icons .icon {
	width: 18px;
	height: 18px;
	margin-right: 0.5rem;
	display: inline-block;
}

.tps-aboutus-social-icons .icon:hover {
	filter: invert(44%) sepia(54%) saturate(410%) hue-rotate(164deg) brightness(93%) contrast(87%);
}

.tps-aboutus-social-icons .icon._facebook {
	width: 12px;
	background: url('/resources/svg/facebook-black.svg') no-repeat;
	background-size: contain;
	background-position: center;
}

.tps-aboutus-social-icons .icon._twitter {
	width: 20px;
	background: url('/resources/svg/twitter-black.svg') no-repeat;
	background-size: contain;
	background-position: center;
}

.tps-aboutus-social-icons .icon._pinterest {
	background: url('/resources/svg/pinterest-black.svg') no-repeat;
	background-size: contain;
	background-position: center;
}

.tps-aboutus-social-icons .icon._google {
	width: 28px;
	background: url('/resources/svg/google-black.svg') no-repeat;
	background-size: contain;
	background-position: center;
}

.tps-aboutus-social-icons .icon._instagram {
	width: 20px;
	margin-right: 0;
	background: url('/resources/svg/instagram-black.svg') no-repeat;
}

.aboutus .fancybox-slide--iframe .fancybox-content {
	width: 100%;
}

.tps_aboutus_scrollBox {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: auto 1fr;
	margin-bottom: 30px;
}

.tps_aboutus_staticBox div {
	background-image: url("/tps/pages/static-page/about-us/sticky.jpg");
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
	background-size: cover;
}

.tps_aboutus_scrollBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tps_aboutus_row {
	display: flex;
	flex-direction: column;
}

.tps_aboutus_stopPosition {
	position: relative;
}

.tps_aboutus_stickyPosition {
	position: fixed;
	z-index: 9;
}

.tps_aboutUs_ourFounders {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr;
	grid-gap: 40px;
	padding: 20px 0;
}

.tps_aboutUs_ourFounders img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	object-position: top;
}

.tps_aboutUs_ourFoundersTitle {
	font-size: 28px;
}

.tps_aboutUs_ourFoundersDesc {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 50px;
}

.tps_aboutUs_ourFoundersAccordionPlus {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 22px;
	height: 22px;
	z-index: 2;
	cursor: pointer;
	margin-left: 10px;
}

.tps_aboutUs_ourFoundersAccordionPlus::before, .tps_aboutUs_ourFoundersAccordionPlus::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 20px;
	background: #dddd;
	transition: 0.3s ease;
}

.tps_aboutUs_ourFoundersAccordionPlus::before {
	transform: none;
}

.tps_aboutUs_ourFoundersAccordionPlus::after {
	transform-origin: center center;
	transform: rotate(90deg);
}

.tps__opened .tps_aboutUs_ourFoundersAccordionPlus::after,
.tps__opened .tps_aboutUs_ourFoundersAccordionPlus::before {
	transform: none;
	opacity: 0;
}

.tps_aboutUs_ourFoundersAccordion p {
	overflow: hidden;
	max-height: 0;
	height: 100%;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	transition: 0.3s ease;
}

.tps_aboutUs_ourFoundersContent {
	overflow: hidden;
}

.tps__opened p {
	max-height: 600px !important;
	margin: 15px 0 !important;
	border-bottom: 2px solid #dddd;
	padding-bottom: 30px;
	line-height: 22px;
}

.tps__opened .tps_aboutUs_ourFoundersAccordionHeader {
	border-bottom: 2px solid transparent;
}

.tps_aboutUs_ourFoundersAccordionHeader {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	cursor: pointer;
	padding: 20px 0;
	border-bottom: 2px solid #dddd;
}

.tps_aboutUs_ourFoundersAccordionHeader span {
	font-size: 25px;
	flex: 1;
}

.tps_aboutUs_ourFoundersAccordionFirstHeader {
	border-top: 2px solid #dddd;
}


@media (min-width: 992px) {
	.tps_aboutUs_ourFoundersAccordionHeader {
		padding: 25px 0;
	}

	.tps_aboutUs_ourFounders {
		display: grid;
		height: calc(var(--tps_shared_container_width) * 0.7);
		grid-template-columns: 1fr 0.67fr;
		grid-template-rows: 1fr;
		grid-gap: 80px;
		padding: 40px 0;
	}

}

@media (min-width: 1380px) {
	.tps_aboutUs_ourFounders {
		height: calc(var(--tps_shared_container_width) * 0.67 * 0.9);
	}
}

@media (min-width: 1200px) {
	.tps_aboutus_scrollBox {
		grid-template-columns: 0.8fr 1.2fr;
		grid-auto-rows: 1fr;
	}
}

@media (min-width: 1600px) {
	.tps-aboutus-content-description {
		line-height: 22px;
		font-size: 16px;
	}
}


@media (min-width: 769px) and (max-width: 992px) {
	.tps-aboutus-hero-bg {
		height: calc(100vw / 992 * 514);
	}

	.tps-aboutus-text-references {
		font-size: 18px;
	}

	.tps-aboutus-button {
		font-size: 18px;
	}

	.tps-aboutus-text {
		font-size: 18px;
	}

	.tps-aboutus-row-padding-none {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 767px) {
	.tps-aboutus-text-with-img {
		padding: 20px;
	}

	.tps-aboutus-statistic-description {
		padding: 10px;
	}

	.tps-aboutus-hero-bg {
		height: calc(100vw / 768 * 514);
	}

	.tps-aboutus-container {
		margin: 0px;
	}

	.tps-aboutus-statistic-container {
		flex-direction: column;
		align-items: center;
		padding: 20px 0;
	}

	.tps-aboutus-statistic-row {
		margin: 0.5% 0% 0.5% 0%;
	}

	.tps-aboutus-content-img-left {
		flex-direction: column;
	}

	.tps-aboutus-content-img-right {
		flex-direction: column-reverse;
	}

	.tps-aboutus-headline {
		text-align: center;
		padding-left: 7%;
		padding-right: 7%;
	}


	.tps-aboutus-sub-container {
		flex-direction: column;
	}

	.tps-aboutus-row {
		width: 100%;
	}

	.tps-aboutus-column {
		width: 100%;
	}

	.tps-aboutus-content-column-img {
		height: calc(100vw / 768 * 448);
		width: 100%;
	}

	.tps-aboutus-references-container {
		flex-direction: column;
	}

	.tps-aboutus-references-row {
		height: calc(100vw * 0.9);
		margin: 2.4% 4% 2.4% 4%;
		width: auto;
	}

	.tps-aboutus-row-padding-none {
		padding-left: 1.2%;
		padding-right: 1.2%;
	}

	.tps-aboutus-button {
		width: 60%;
	}

	.tps-aboutus-referenses-description {
		margin-top: 2%;
		margin-bottom: 2%;
	}

	.tps-aboutus-sub-description-icon {
		width: 50px;
		margin: 0% 1% 0% 0%;
		height: 30px;
	}

	.tps-aboutus-accreditations-a-container {
		justify-content: space-evenly;
		flex-wrap: wrap;
		margin: 1.1% 0% 1.1% 0%;
		padding: 0% 9% 0% 9%;
		width: auto;
	}

	.tps-aboutus-accreditations-a {
		margin: 0px;
		width: calc(50% - 10px);
		padding: 5px;
	}

	.tps-aboutus-accreditations-line {
		margin: 4.5% 0% 4.5% 0% !important;
	}
}




@media (min-width: 768px) {
    .tps_haveQuestion_companies {
        margin-bottom: 0 !important;
    }
}
