:root {
	--hero-bg: #158dc7;
}

#content.content--techaudit {
	width: 100%;
	max-width: 100%;
	display: block;
	/*margin: 0 auto;*/
	padding: 0;
	font-family: Arial;
}

#content.content--techaudit #main {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.container {
	max-width: 1018px;
	margin: auto;
	padding-left: 38px;
	padding-right: 38px;
}

#footer {
	margin: 0;
}

@media (min-width: 831px) {
	#techaudit-banner {
		padding-bottom: 100px;
	}

	#techaudit-banner .techaudit-header .header-container>h2 {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 1.73em;
	}
	
	#techaudit-banner .techaudit-header .header-container>p {
		width: 568px;
		margin-bottom: 16px;
		font-size: 15px;
		line-height: 20px;
	}

	#techaudit-banner .techaudit-header .techaudit-arrow-container {
		max-width: 1024px;
		height: 9px;
	}

	#techaudit-banner .techaudit-header .techaudit-arrow-container .techaudit-arrow {
		width: 18px;
	}

	.techaudit-why {
		margin-top: -100px;
		padding-top: 34px;
	}

	.techaudit-why .techaudit-why-title {
		margin-bottom: 30px;
		font-size: 24px;
		margin-top: 0;
	}

	.techaudit-why .col-container {
		width: 100%!important;
		margin-left: 0!important;
	}

	.techaudit-why .techaudit-why-column .techaudit-why-subtitle {
		width: 230px;
	}
}

.techaudit-why .techaudit-why-column .techaudit-why-desc p {
	margin: 18px 20px;
	line-height: 1.3em;
}

h3.audit_h3 {
	font-size: 28px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.techaudit-why {
	position: relative;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	background: #fff;
	border-top: none;
	padding: 20px 0;
	text-align: center;
}

.techaudit-why .techaudit-why-title {
	text-align: center;
}

.techaudit-why .col-container {
	transition: all .4s ease-out;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem;
}

.techaudit-why .techaudit-why-column {
	padding: 0;
	width: 30%;
	background-color: #ececec;
}

.techaudit-why .techaudit-why-column .techaudit-why-subtitle {
	text-align: center;
	margin: 0 auto;
	font-size: 22px;
	color: var(--antro1);
	padding-bottom: 20px;
	background-color: #fff;
	width: 100%;
}

.techaudit-why .techaudit-why-column .techaudit-why-desc {
	background: #ececec;
	display: inherit;
	padding: 0;
}

#techaudit-banner .techaudit-header .techaudit-arrow-container .techaudit-arrow {
	height: 100%;
	background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9Ii0yNjUgMzc3IDgwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGU+LnN0MHtmaWxsOiNmZmZ9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTIyNSA0MTdsLTQwLTQwdjQwaDQwTS0yMjUgNDE3bDQwLTQwdjQweiIvPjwvc3ZnPg==);
	background-size: auto;
	background-repeat: no-repeat;
}

#techaudit-banner .techaudit-header .techaudit-arrow-container>span {
	display: table-cell;
	background: #fff;
}

#techaudit-banner .techaudit-header .techaudit-arrow-container {
	display: table;
	width: 100%!important;
	margin-left: auto!important;
	margin-right: auto;
}

#techaudit-banner .techaudit-header .techaudit-arrow-container>span {
	display: table-cell;
	background: #fff;
}

#techaudit-banner .techaudit-header .header-container>h2 {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 1.73em;
	width: 95%;
	color:#fff;
}

#techaudit-banner {
	position: relative;
}

#techaudit-banner .card-detail__bkg-image {
	height: 100%;
	z-index: 0;
}

@media (max-width: 765px) {
	#techaudit-banner .techaudit-header {
		padding-bottom: 35px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 650px) {
	.techaudit-why .techaudit-why-column {
		width: auto;
		display:block;
		margin-bottom:15px;
	}

	.techaudit-why .col-container {
		padding: 0 15px;
	}
	
	.techaudit-why .techaudit-why-column .techaudit-why-desc {
		padding: 15px 10px;
	}

	#techaudit-banner .techaudit-header .techaudit-cta__button {
		margin-top:10px;
	}
	.techaudit-why .techaudit-why-title {
		margin-bottom:10px;
	}
	.techaudit-why .techaudit-why-column .techaudit-why-subtitle {
		padding-bottom:10px;
	}

	.content--techaudit .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.techaudit-why .techaudit-why-column .techaudit-why-desc p {
		margin:5px 10px;
	}

	h3.audit_h3 {
		font-size: 24px;
	}
}
@media (min-width: 1100px) {
	.card-detail__bkg-image {
		height: 150px;
	}
}

.card-detail__bkg-image {
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 550px;
}

#techaudit-banner .techaudit-header {
	position: relative;
	z-index: 0;
	text-align: center;
	padding-top: 35px;
	color: #fff;
}

#techaudit-banner .techaudit-header h1 {
	color: #fff;
	margin: 0;
	font-weight: bold;
	padding-bottom: 8px;
}

#techaudit-banner .techaudit-header * {
	margin: 0 auto;
	font-weight: 400;
}

.techaudit-why * {
	font-weight: 400;
	line-height: normal;
}

#techaudit-banner .techaudit-header .techaudit-cta__button {
	margin-bottom:20px;
}

.techaudit-cta__button {
	background: var(--antro-orange);
	color: #fff;
	text-decoration: none;
	padding: 15px 35px;
	display: inline-block;
	margin: 0;
	line-height: 1;
	border-radius: 4px;
	transition: background-color 0.2s;
}

.techaudit-cta__button:hover {
	background: #eb7c02;
	color: #fff;
}

.landing {
	background-color: #f6f6f6;
}

.landing .HTMLBlock {
	padding-bottom: 15px;
}

.techaudit_plans {
	background: #f6f6f6;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.techaudit_plans.techaudit .service-box__heading {
	margin-top:10px;
	margin-bottom:10px;
}
.techaudit_plans.techaudit .socs__service-box .service-box__foot {
	border-radius: 0;
}
.techaudit_plans.techaudit {
	text-align: center;
}

.content--services + #footer {
	margin-top:0;
}

#plans .table-bordered {
	border: 1px solid #ddd;
	width: 100%;
	max-width: 100%;
	margin-bottom: 25px;
	border-collapse: collapse;
}

#plans .table-title {
	background-color: #ececec;
	font-weight: 700;
}

#plans .table tr td {
	vertical-align: middle;
}

#plans .table-title .block-item {
	font-size: 21px;
}

#plans tr td {
	text-align: left;
}

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

#plans .table-bordered>thead>tr>th, #plans .table-bordered>thead>tr>td, #plans .table-bordered>tbody>tr>th, #plans .table-bordered>tbody>tr>td, #plans .table-bordered>tfoot>tr>th, #plans .table-bordered>tfoot>tr>td {
	border: 1px solid #ddd;
	padding: 7px;
}

#plans tr {
	background-color: #fff;
}

#plans .price {
	font-size: 1.8em;
	font-weight: 700;
	line-height: 2;
}

@media (max-width: 590px) {
	#plans .price {
		font-size:1.2em;
	}

	#plans .techaudit-cta__button {
		padding: 4px 6px;
		font-size: 15px;
	}

	.landing {
		background-color: #fff;
	}
}

#plans .block-item {
	width: 20%;
	text-align: center;
}

#plans .price small {
	font-size: 60%;
}

#plans .table-title {
	background-color: #f4f5f7;
	font-weight: 700;
}

.socs__h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 28px;
	letter-spacing: -0.05ch;
	color: #132d3a;
	text-align: center;
}

.socs-testimonials {
	padding-top: 20px;
	padding-bottom: 30px;
	background:#f6f6f6;
}

.socs__h2.socs-testimonials__h2 {
	margin-bottom: 26px;
}

.socs-testimonials__container {
	/* padding-left: 76px; */
	/* padding-right: 76px; */
	display: flex;
	flex-wrap: wrap;
}

.socs-testimonials__item {flex: 1;flex-basis: 50%;padding-left: 35px;padding-right: 35px;box-sizing: border-box;color: #132d3a;/* font-size: 18px; */letter-spacing: -0.05ch;line-height: 1.39;margin-bottom: 1.5em;}
.socs-testimonials__item img {
	mix-blend-mode: multiply;
}

.socs-testimonials__author {
	font-size: 16px;
}

.socs-testimonials__name {
	font-weight: bold;
	color: #239cd7;
}

.socs-testimonials__name, .socs-testimonials__org {
	font-style: italic;
}

.techaudit-form-cta__error, .techaudit-form-cta__success {
	padding: 10px 0;
	display: block;
	text-align: center;
}
.techaudit-form-cta__error {
	color: #dd1111;
}

.techaudit-form-cta__success {
	color: #1bbb2e;
}

.techaudit-form {
	padding-top: 67px;
	padding-bottom: 67px;
	color: #596166;
	padding-right: 22px;
}

.techaudit-form p:last-child,
.techaudit-cta-blue {
	color: #239cd7;
}

.techaudit-form>.container {
	align-items: center;
}
.container--2col {
	display: flex;
	flex-wrap: wrap;
}
.container--2col>div {
	flex-basis: 50%;
	width: 50%;
	box-sizing: border-box;
}
.techaudit-form>.container>div:first-child {
	padding-right: 46px;
}
.techaudit-form-cta__h2 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -0.05ch;
	color: #239cd7;
	margin-top: 0;
	margin-bottom: 28px;
}
.techaudit-form-cta__ul {
	margin-bottom: 0;
	margin-left: 1em;
}
.techaudit-form-cta__ul>li {
	list-style: none;
	position: relative;
	line-height: 1.4em;
	padding-left: 0.5em;
	margin-bottom: 0.1em;
}
.techaudit-form-cta__ul>li::before {
	content: "";
	display: inline-block;
	background-image: url(../images/tick-circle.svg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	height: 1.4em;
	width: 1em;
	position: absolute;
	right: 100%;
}
.techaudit-form-cta>.container>div:last-child {
	padding-left: 46px;
}

.techaudit-form-body {
	
}

.techaudit-form-body div {
	display: flex;
	justify-content: space-between;
}
.techaudit-form-body div input {
	width: 49%;
}

.techaudit-form-body input.techaudit-form-cta__button {
	background: #fd7a16;
	color: #fff;
	text-decoration: none;
	padding: 15px 45px;
	display: inline-block;
	margin: 0;
	line-height: 1;
	border-radius: 4px;
	transition: background-color 0.2s;
	cursor: pointer;
	border: 0;
	width:100%;
	font-size:1em;
}

.techaudit-form-body input.techaudit-form-cta__button:hover {
	background: #ef8432;
}

.techaudit-form-body input {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	font-size: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 639px) {
	.container--2col {
		flex-direction: column;
	}

	.container--2col>div {
		width: unset;
		flex-basis: unset;
	}

	.techaudit-form-cta {
		padding: 0;
	}

	.techaudit-form-cta.form {
		padding-bottom: 20px;
	}

	.ccm-layout .ccm-layout-cell {
		width: 100% !important;
	}
}

#nav ul.MenuBarHorizontal li:last-child a {
	animation-iteration-count: unset;
	background-color: unset;
}

.content--techaudit .ccm-layout-name-Main-Layout-1 .ccm-layout-row.ccm-layout-row-1,
.content--techaudit .ccm-layout-name-Main-Layout-3 .ccm-layout-row.ccm-layout-row-1 {
	max-width: 1018px;
	margin: auto;
	padding-left: 38px;
	padding-right: 38px;
}
