.header {
	background-color: var(--color-primary-black);
}
.header .row {
	padding: 14px 20px 13px 30px;
	display: flex;
}
.header .logo {
	margin-right: auto;
}
.header .nav,
.header .nav .nav-item,
.header .right-side {
	display: flex;
}
.header .nav .nav-item img {
	height: fit-content;
	margin-left: 4px;
}
.header .nav .nav-item:hover {
	color: var(--color-primary-8a);
}
.header .login,
.header .nav .nav-item {
	margin-right: 23px;
	font-family: Soleil-Bold;
	font-size: 13px;
	line-height: 21px;
	color: #fff;
	align-items: center;
	transition: all 0.15s ease-in-out;
	cursor: pointer;
}
.header .account {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.header .login:hover {
	text-decoration: underline;
	color: var(--color-primary-8a);
}
.header .login {
	display: inline-flex;
	align-items: center;
}
.header .login svg {
	color: var(--color-primary-8a);
	stroke: var(--color-primary-8a);
	fill: var(--color-primary-8a);
	margin-right: 8px;
}
.header .btn-green {
	font-family: Soleil;
	font-size: 13px;
	border-radius: 3px;
	height: 33px;
	padding: 6px 19px;
	text-align: center;
	vertical-align: middle;
}
.header .parking img {
	margin-right: 6px;
}
.header .parking {
	border-radius: 3px;
	background-color: #fff;
	display: flex;
	padding: 7px 10px;
	height: 33px;
	font-family: Soleil-Bold;
	font-size: 13px;
	color: var(--color-primary-black);
	cursor: pointer;
	position: relative;
	margin-left: 20px;
	min-width: 205px;
}
.header .parking::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #4a697c;
	top: 0;
	left: -20px;
}
.header .logo-mobile,
.header .menu-mobile {
	display: none;
}
@media only screen and (max-width: 1300px) {
	.header .logo-mobile {
		display: block;
		margin-right: auto;
	}
	.header .logo {
		display: none;
	}
	.header .row {
		flex-direction: column-reverse;
	}
	.header .nav {
		margin: 20px auto 0;
	}
}
@media only screen and (max-width: 990px) {
	.header .account,
	.header .nav,
	.header .parking {
		display: none;
	}
	.header .right-side {
		align-items: center;
	}
	.header .menu-mobile {
		display: block;
	}
}
.footer {
	background-color: var(--color-primary-black);
}
.footer .row.top {
	padding: 83px 100px 76px 150px;
	display: flex;
	gap: 180px;
}
.footer .logo-side {
	display: flex;
	flex-direction: column;
}
.footer .logo-side .large-logo {
	width: fit-content;
}
.footer .logo-side .social-wrapper svg:hover path {
	stroke: #1f8a5f;
	fill: #1f8a5f;
}
.footer .logo-side .social-wrapper svg path {
	color: var(--color-primary-8a);
	stroke: var(--color-primary-8a);
	fill: var(--color-primary-8a);
	transition: all 0.2s ease;
}
.footer .logo-side .social-wrapper {
	display: flex;
	gap: 35px;
	margin-top: auto;
}
.footer .logo-side p a {
	color: var(--color-neutral-b3);
}
.footer .logo-side p {
	margin-top: 35px;
	font-family: Soleil;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 20px;
	color: var(--color-neutral-b3);
}
.footer .content-side {
	display: flex;
	gap: 50px;
}
.footer .content-side .col {
	display: flex;
	flex-direction: column;
}
.footer .col .title {
	font-family: Mont-Bold;
	font-size: 13px;
	letter-spacing: 0;
	color: var(--color-primary-9d);
	text-decoration: underline;
	margin-bottom: 16px;
}
.footer .col .item:hover {
	text-decoration: underline;
}
.footer .col .item {
	font-family: Soleil;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 30px;
	color: #adbfca;
	transition: all 0.2s ease-in;
}
.footer .col .box {
	display: flex;
	flex-direction: column;
	margin-bottom: 33px;
}
.footer .col.mobile {
	display: none;
}
.footer .mobile-copy {
	display: none;
}
.footer .bottom-row {
	border-top: solid 1px #707070;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer .bottom-row .row {
	padding-left: 150px;
	padding-right: 130px;
	display: flex;
}
.footer .bottom-row .left-side,
.footer .bottom-row .left-side form,
.footer .bottom-row .right-side {
	display: flex;
}
.footer .bottom-row .right-side img,
.footer .bottom-row .right-side svg {
	height: 100%;
}
.footer .bottom-row .right-side > a {
	width: 30%;
	display: inline-flex;
	max-height: 42px;
	justify-content: flex-end;
}
.footer .bottom-row .right-side {
	justify-content: flex-end;
	width: 45%;
	max-height: 42px;
	gap: 20px;
	padding-left: 20px;
}
.footer .bottom-row .left-side {
	align-items: center;
	width: 50%;
}
.footer .bottom-row .left-side p {
	font-family: Mont-Bold;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0;
	color: #fff;
	margin-right: 20px;
	width: 25%;
}
.footer .bottom-row button {
	padding: 7px 10px;
	font-size: 12px;
	line-height: 17px;
	max-height: 30px;
	margin-left: auto;
}
.footer .bottom-row input:active,
.footer .bottom-row input:focus,
.footer .bottom-row textarea:active,
.footer .bottom-row textarea:focus {
	outline: 0;
}
.footer .bottom-row input::placeholder,
.footer .bottom-row textarea::placeholder {
	color: #fff;
}
.footer .bottom-row input,
.footer .bottom-row textarea {
	background-color: transparent;
	border: none;
	height: 100%;
	font-family: Soleil;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0;
	color: #fff;
}
.footer .bottom-row .input-group {
	position: relative;
}
.footer .bottom-row form {
	padding: 5px;
	border: 1px solid #707070;
	border-radius: 4px;
	width: 75%;
}
.footer .footer-phone {
	margin: auto 20px;
	height: 24px;
	width: 24px;
}
.footer .footer-phone path {
	stroke: rgba(138, 164, 179, 0.55);
	fill: rgba(138, 164, 179, 0.55);
	color: rgba(138, 164, 179, 0.55);
}
@media only screen and (max-width: 1400px) {
	.footer .row.top {
		gap: 60px;
	}
}
@media only screen and (max-width: 1300px) {
	.footer .row.top {
		gap: 0;
	}
	.footer .content-side {
		margin-left: -140px;
	}
	.footer .bottom-row .left-side {
		width: 55%;
	}
	.footer .footer-phone {
		margin: auto 5px;
	}
}
@media only screen and (max-width: 1200px) {
	.footer .row.top {
		padding-right: 30px;
	}
	.footer .bottom-row .left-side {
		width: 60%;
	}
	.footer .bottom-row .right-side {
		width: 40%;
	}
}
@media only screen and (max-width: 990px) {
	.footer .row.top {
		flex-direction: column-reverse;
		padding: 50px 75px;
	}
	.footer .content-side {
		margin-left: 0;
		flex-wrap: wrap;
		gap: 0;
	}
	.footer .content-side .col {
		width: 50%;
		margin-bottom: 30px;
	}
	.footer .content-side .col:nth-child(2n + 1) {
		padding-right: 30px;
	}
	.footer .col.mobile {
		display: flex;
	}
	.footer .bottom-row .row {
		padding: 0 75px;
		flex-direction: column;
	}
	.footer .bottom-row .left-side,
	.footer .content-side .col .box:last-of-type,
	.footer .logo-side p {
		display: none;
	}
	.footer .bottom-row {
		border-top: none;
		padding-top: 0;
	}
	.footer .mobile-copy a {
		color: var(--color-neutral-e1);
	}
	.footer .mobile-copy {
		display: flex;
		font-family: Soleil;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0;
		color: var(--color-neutral-e1);
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.footer .logo-side .social-wrapper {
		margin-top: 0;
	}
	.footer .logo-side {
		flex-direction: row;
		justify-content: space-between;
		padding-top: 50px;
		border-top: 1px solid var(--color-neutral-7c);
	}
	.footer .bottom-row .right-side {
		width: 75%;
		padding-left: 0;
		justify-content: flex-start;
	}
	.footer .bottom-row .right-side img {
		height: 38px;
	}
	.footer .bottom-row .right-side > a {
		width: fit-content;
		justify-content: flex-start;
	}
}
@media only screen and (max-width: 600px) {
	.footer .row.top {
		padding: 50px 25px;
	}
	.footer .bottom-row .row {
		padding: 0 25px;
	}
	.footer .content-side .col:nth-child(2n) {
		width: 40%;
	}
	.footer .content-side .col:nth-child(2n + 1) {
		margin-right: 10%;
	}
	.footer .bottom-row .right-side {
		width: 100%;
	}
}
.solutions-hero .row {
	padding-right: 0;
	display: flex;
	gap: 20px;
	position: relative;
}
.solutions-hero .row::after {
	content: "";
	height: 100%;
	top: 0;
	left: calc(-1 * ((100vw - 1440px) / 2));
	width: 31%;
	background-color: var(--color-primary-black);
	position: absolute;
	z-index: -3;
}
.solutions-hero .row::before {
	content: "";
	width: calc(57% + 150px);
	height: 100%;
	position: absolute;
	top: 0;
	left: -150px;
	background-color: var(--color-primary-black);
	z-index: -1;
}
.solutions-hero .image-side {
	width: 52%;
	position: absolute;
	right: 0;
	z-index: -2;
	background-color: #837f7e;
}
.solutions-hero .text-side {
	width: 48%;
	padding-top: 90px;
	padding-bottom: 100px;
	padding-right: 100px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.solutions-hero .small-heading {
	font-family: Mont-Bold;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0;
	color: var(--color-primary-9d);
	text-transform: uppercase;
	margin-bottom: 10px;
}
.solutions-hero .heading {
	font-family: Mont-Bold;
	font-size: 40px;
	line-height: 46px;
	letter-spacing: 0;
	color: #fff;
	padding-bottom: 30px;
	margin-bottom: 40px;
	position: relative;
}
.solutions-hero .heading::before {
	content: "";
	width: 164px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--color-primary-b2);
}
.solutions-hero .content {
	color: #fff;
	margin-bottom: 45px;
}
.solutions-hero a {
	width: fit-content;
}
.solutions-hero.green-background .row::after,
.solutions-hero.green-background .row::before {
	background-color: var(--color-primary-8a);
}
.solutions-hero.green-background .content,
.solutions-hero.green-background .small-heading {
	color: var(--color-primary-black);
}
.solutions-hero.gray .row::after {
	background: #f8f9fb;
}
.solutions-hero.gray .row::before {
	background: linear-gradient(to right, #f8f9fb, #e8eff3);
}
.solutions-hero.gray .heading {
	color: var(--color-primary-black);
}
.solutions-hero.gray .small-heading {
	color: #8aa4b3;
}
.solutions-hero.gray .content {
	color: var(--color-neutral-52);
}
.solutions-hero.gray .btn-green {
	color: #fff;
	min-width: 200px;
	text-align: center;
}
.solutions-hero .absolute {
	position: absolute;
	top: 120px;
	width: 45%;
	right: 5%;
	z-index: 1;
}
@media only screen and (max-width: 1399px) {
	.solutions-hero.gray .text-side::before {
		background: linear-gradient(to right, #f8f9fb, #e8eff3);
	}
	.solutions-hero .image-side {
		position: relative;
		background-color: transparent;
	}
	.solutions-hero .image-side,
	.solutions-hero .text-side {
		width: 50%;
	}
	.solutions-hero .row {
		gap: 0;
	}
	.solutions-hero .row::before {
		display: none;
	}
	.solutions-hero .row::after {
		left: -150px;
	}
	.solutions-hero.green-background .text-side:before {
		background-color: var(--color-primary-8a);
	}
	.solutions-hero .text-side:before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: var(--color-primary-black);
		z-index: -1;
	}
	.solutions-hero .text-side {
		position: relative;
	}
}
@media only screen and (max-width: 990px) {
	.solutions-hero .heading::before {
		width: 120px;
	}
	.solutions-hero .row {
		flex-direction: column-reverse;
		padding-right: 75px;
		padding-top: 30px;
		gap: 0;
	}
	.solutions-hero .row::before {
		display: block;
	}
	.solutions-hero .text-side:before {
		display: none;
	}
	.solutions-hero .absolute {
		display: none;
	}
	.solutions-hero img {
		width: 100%;
	}
	.solutions-hero .row::after {
		display: none;
	}
	.solutions-hero .row::before {
		width: 100%;
		left: 0;
	}
	.solutions-hero .text-side {
		width: 100%;
		padding: 40px 0 60px 0;
	}
	.solutions-hero .image-side {
		position: relative;
		z-index: 1;
		width: 100%;
		background-color: transparent;
	}
	.solutions-hero .small-heading {
		font-size: 13px;
		letter-spacing: 0.74px;
	}
	.solutions-hero .heading {
		font-size: 30px;
		line-height: 36px;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 600px) {
	.solutions-hero {
		margin-bottom: 50px;
	}
	.solutions-hero a {
		width: 100%;
		text-align: center;
	}
	.solutions-hero .row {
		padding-right: 25px;
	}
	.solutions-hero .text-side {
		padding: 40px 0 60px;
	}
	.solutions-hero .small-heading {
		font-size: 13px;
		letter-spacing: 0.74px;
	}
	.solutions-hero .heading {
		font-size: 30px;
		line-height: 36px;
		padding-bottom: 35px;
		margin-bottom: 30px;
	}
	.solutions-hero .image-side {
		margin-left: -25px;
		width: calc(100% + 50px);
	}
	.solutions-hero .btn-green {
		width: 100%;
		text-align: center;
	}
}
.bottom-form {
	padding: 0 0 30px;
	background-color: #e8eff3;
}
.bottom-form .row {
	display: flex;
	gap: 156px;
	padding: 0 115px;
}
.bottom-form .row > div {
	width: 50%;
}
.bottom-form .top-title {
	font-family: Mont-Bold;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: var(--color-primary-8a);
}
.bottom-form .title {
	font-family: Mont-Bold;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: var(--color-primary-black);
	position: relative;
	padding-bottom: 10px;
}
.bottom-form .content {
	color: var(--color-primary-black);
	font-family: Soleil;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.1px;
	line-height: 40px;
}
.bottom-form .form-group {
	position: relative;
	margin-bottom: 25px;
}
.bottom-form label {
	position: absolute;
	pointer-events: none;
	top: 15px;
	left: 20px;
	font-family: Soleil;
	font-size: 15px;
	color: var(--color-neutral-b3);
	letter-spacing: 0;
	transition: all 0.3s cubic-bezier(0, 0.76, 0.35, 1);
}
.bottom-form input,
.bottom-form textarea {
	font-family: Soleil;
	border: 1px solid var(--color-neutral-b3);
	height: 50px;
	width: 100%;
	padding: 15px 20px;
	border-radius: 3px;
	box-shadow: inset 0 2px 6px 0 #f8f9fb;
	background-color: #fff;
	outline: 0;
	font-size: 14px;
}
.bottom-form textarea {
	height: 100%;
	resize: vertical;
}
.bottom-form input:focus,
.bottom-form input:not(:placeholder-shown),
.bottom-form textarea:focus,
.bottom-form textarea:not(:placeholder-shown) {
	border-color: #8fe6c3;
}
.bottom-form input:focus ~ label,
.bottom-form input:not(:placeholder-shown) ~ label,
.bottom-form textarea:focus ~ label,
.bottom-form textarea:not(:placeholder-shown) ~ label {
	font-size: 10px;
	top: 4px;
}
.bottom-form button {
	margin-top: 15px;
	width: 100%;
	color: #fff;
}
.bottom-form.green-background {
	background-color: var(--color-primary-8a);
}
.bottom-form.green-background .top-title {
	color: var(--color-primary-black);
}
.bottom-form.green-background .content,
.bottom-form.green-background .title {
	color: #fff;
}
.bottom-form.green-background .title::before {
	background-color: var(--color-primary-b2);
}
.bottom-form.green-form {
	background-color: var(--color-primary-8a);
}
.bottom-form .btn-green,
.bottom-form.green-form .btn-green {
	display: flex;
	justify-content: center;
	background-color: var(--color-primary-black);
}
.bottom-form .btn-green {
	background-color: var(--color-primary-8a);
}
.bottom-form .btn-green .spinner img,
.bottom-form.green-form .btn-green .spinner img {
	position: absolute;
	width: 30px;
	height: 30px;
	margin-top: -8px;
	margin-left: -30px;
}
.bottom-form .btn-green .spinner.hide,
.bottom-form.green-form .btn-green .spinner.hide {
	display: none;
}
.bottom-form.green-form .content,
.bottom-form.green-form .title {
	color: #fff;
}
.bottom-form.green-form .top-title {
	color: var(--color-primary-black);
}
.bottom-form.green-form .title::before {
	background-color: var(--color-primary-b2);
}
.bottom-form div.sent {
	display: flex;
	flex-flow: column nowrap;
	gap: 35px;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
	padding: 0 220px;
}
.bottom-form .sent.d-none {
	display: none;
}
.bottom-form.show-sent {
	padding-top: 190px;
	padding-bottom: 184px;
}
.bottom-form .sent-title {
	font-family: Mont-Bold;
	font-size: 32px;
	letter-spacing: 0;
	line-height: 34px;
	color: var(--color-primary-black);
}
.bottom-form .sent-content {
	font-family: Soleil;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 24px;
	color: var(--color-primary-black);
}
.bottom-form .banner {
	background-color: #000;
	margin-bottom: 30px;
	padding: 10px 48px;
	text-align: center;
}
.bottom-form .banner-title {
	color: var(--color-primary-8a);
	font-family: Mont-Bold;
	font-size: 13px;
	letter-spacing: 0.6px;
	line-height: 12px;
	margin-bottom: 8px;
}
.bottom-form .banner-content {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: -0.1px;
	line-height: 20px;
}
.bottom-form .banner-content a {
	color: #fff;
	font-weight: 800;
	text-decoration: underline;
}
.bottom-form .row .text-side {
	margin-bottom: 32px;
}
.bottom-form.green-form .top-title {
	color: var(--color-primary-black);
}
.bottom-form .title {
	font-size: 45px;
	letter-spacing: -0.1px;
	line-height: 60px;
	margin-bottom: 20px;
	padding-bottom: 0;
}
.bottom-form.green-form .title {
	color: #fff;
}
.bottom-form.green-form .content {
	color: #fff;
}
@media only screen and (max-width: 1439px) {
	.bottom-form div.sent {
		padding: 0 150px;
	}
	.bottom-form {
		padding: 0 0 30px;
	}
	.bottom-form .banner {
		background-color: #000;
		margin-bottom: 30px;
		padding: 15px 48px;
		text-align: left;
	}
	.bottom-form .banner-title {
		color: var(--color-primary-8a);
		font-family: Mont-Bold;
		font-size: 13px;
		letter-spacing: 0.6px;
		line-height: 12px;
		margin-bottom: 10px;
	}
	.bottom-form .banner-content {
		background-color: #000;
		color: #fff;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: -0.1px;
		line-height: 20px;
	}
	.bottom-form .banner-content a {
		color: #fff;
		font-weight: 800;
		text-decoration: underline;
	}
	.bottom-form .row {
		display: block;
		padding: 0 48px;
	}
	.bottom-form .row > div {
		width: 100%;
	}
	.bottom-form .row .text-side {
		margin-bottom: 32px;
	}
	.bottom-form .top-title {
		font-size: 20px;
		letter-spacing: -0.1px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.bottom-form .title {
		font-size: 50px;
		letter-spacing: -0.1px;
		line-height: 60px;
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	.bottom-form .content {
		font-family: Soleil;
		font-size: 20px;
		font-weight: 400;
		letter-spacing: -0.1px;
		line-height: 40px;
	}
}
@media only screen and (max-width: 990px) {
	.bottom-form.show-sent {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	.bottom-form div.sent .sent-title {
		font-size: 24px;
		line-height: 32px;
	}
	.bottom-form .sent-content {
		font-size: 15px;
		line-height: 26px;
	}
	.bottom-form .form-group {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 743px) {
	.bottom-form div.sent {
		padding: 0 8px;
		gap: 30px;
	}
	.bottom-form {
		padding: 0 0 30px;
	}
	.bottom-form .banner {
		background-color: #000;
		padding: 15px 21px;
		margin-bottom: 30px;
		text-align: left;
	}
	.bottom-form .banner-title {
		color: var(--color-primary-8a);
		font-family: Mont-Bold;
		font-size: 13px;
		letter-spacing: 0.6px;
		line-height: 12px;
		margin-bottom: 10px;
	}
	.bottom-form .banner-content {
		background-color: #000;
		color: #fff;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: -0.1px;
		line-height: 20px;
		padding: 0 1px;
	}
	.bottom-form .banner-content a {
		color: #fff;
		font-weight: 800;
		text-decoration: underline;
	}
	.bottom-form .row {
		display: block;
		padding: 0 24px;
	}
	.bottom-form .row > div {
		width: 100%;
	}
	.bottom-form .row .text-side {
		margin-bottom: 32px;
	}
	.bottom-form .top-title {
		font-size: 12px;
		letter-spacing: -0.1px;
		line-height: 12px;
		margin-bottom: 5px;
	}
	.bottom-form .title {
		font-size: 24px;
		letter-spacing: -0.1px;
		line-height: 34px;
		margin-bottom: 10px;
		padding-bottom: 0;
	}
	.bottom-form .content {
		font-family: Soleil;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: -0.1px;
		line-height: 25px;
	}
}
.bottom-green-navigation {
	padding: 95px 215px 120px;
	background: linear-gradient(
		to right,
		var(--color-primary-70) 0,
		var(--color-primary-70) 50%,
		var(--color-primary-8a) 50%,
		var(--color-primary-8a) 100%
	);
}
.bottom-green-navigation .navigation-row {
	display: flex;
	padding: 0 215px;
}
.bottom-green-navigation .col {
	display: flex;
	flex-direction: column;
	width: 50%;
}
.bottom-green-navigation .left-side {
	align-items: flex-end;
	padding-right: 80px;
}
.bottom-green-navigation .title {
	font-size: 14px;
	line-height: 38px;
	letter-spacing: 0.93px;
	color: var(--color-neutral-fb);
	text-transform: uppercase;
	margin-bottom: 35px;
}
.bottom-green-navigation .title span {
	color: var(--color-primary-b2);
}
.bottom-green-navigation .left-side .content {
	text-align: end;
}
.bottom-green-navigation .content {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 32px;
	color: #fff;
}
.bottom-green-navigation .right-side {
	padding-left: 80px;
}
.two-col-text-title {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #f8f9fb;
}
.two-col-text-title .row {
	padding-left: 248px;
	padding-right: 290px;
	display: flex;
	gap: 72px;
}
.two-col-text-title .col {
	width: 50%;
	display: flex;
	flex-direction: column;
}
.two-col-text-title .title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	color: #000;
	margin-bottom: 20px;
	font-family: Mont-Bold;
}
.two-col-text-title .link {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0;
	color: var(--color-primary-black);
	text-decoration: underline;
	margin-top: 25px;
	font-family: Mont-Bold;
}
.two-col-text-title .link ~ span {
	color: var(--color-primary-8a);
	font-family: Mont-Bold;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
}
@media only screen and (max-width: 990px) {
	.two-col-text-title {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.two-col-text-title .row {
		padding-left: 75px;
		padding-right: 75px;
	}
}
@media only screen and (max-width: 600px) {
	.two-col-text-title .row {
		padding-left: 25px;
		padding-right: 25px;
	}
	.two-col-text-title .title {
		font-size: 20px;
		line-height: 30px;
	}
	.two-col-text-title .link {
		display: block;
		padding-left: 20px;
	}
}
.hero-section-text-small-image {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #f8f9fb;
}
.hero-section-text-small-image.sectors {
	background-color: transparent;
	background: linear-gradient(to right, #101921 75%, #2dc98a 25%);
}
.hero-section-text-small-image.sectors.gray-background {
	background: linear-gradient(to right, #f8f9fb 75%, #fff 25%);
}
.hero-section-text-small-image.sectors.gray-background .content,
.hero-section-text-small-image.sectors.gray-background .title {
	color: var(--color-primary-black);
}
.hero-section-text-small-image.sectors .image-side {
	display: flex;
	align-items: center;
}
.hero-section-text-small-image.sectors .content,
.hero-section-text-small-image.sectors .title {
	color: #fff;
}
.hero-section-text-small-image.sectors.gray-background .btn-green {
	color: #fff;
}
.hero-section-text-small-image.sectors .btn-green {
	color: var(--color-primary-black);
}
.hero-section-text-small-image.sectors .top-title {
	color: var(--color-primary-b2);
}
.hero-section-text-small-image .row {
	padding-right: 135px;
	display: flex;
	gap: 100px;
}
.hero-section-text-small-image .row > div {
	width: 50%;
}
.hero-section-text-small-image .text-side {
	display: flex;
	flex-direction: column;
}
.hero-section-text-small-image .text-side .top-title {
	font-family: Mont-Bold;
	font-size: 14px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 1px;
	color: var(--color-neutral-b3);
	text-transform: uppercase;
	margin-bottom: 10px;
}
.hero-section-text-small-image .title span {
	color: var(--color-primary-8a);
}
.hero-section-text-small-image .title {
	font-family: Mont-Bold;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 46px;
	color: var(--color-primary-black);
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 32px;
}
.hero-section-text-small-image .text-side .title::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 165px;
	height: 2px;
	background-color: var(--color-primary-8a);
}
.hero-section-text-small-image .text-side .content {
	margin-bottom: 30px;
}
.hero-section-text-small-image .text-side .content:not(.font-body-large) {
	font-family: Soleil;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 26px;
	color: #101921;
}
.hero-section-text-small-image .text-side .content:not(.font-body-large) {
	font-family: Soleil;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 26px;
	color: var(--color-neutral-fb);
}
.hero-section-text-small-image .btn-black,
.hero-section-text-small-image .btn-green {
	width: fit-content;
	color: #fff;
}
.hero-section-text-small-image.full-image {
	padding: 0;
}
.hero-section-text-small-image.full-image .row {
	padding-right: 0;
}
.hero-section-text-small-image.full-image .text-side {
	padding: 85px 0 80px 150px;
}
.hero-section-text-small-image.full-image .image-side {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.hero-section-text-small-image.full-image .content {
	padding-right: 40px;
}
.hero-section-text-small-image.full-image .row {
	gap: 155px;
	padding: 0;
}
@media only screen and (max-width: 990px) {
	.hero-section-text-small-image .row .image-side {
		display: block;
	}
	.hero-section-text-small-image .row .image-side img {
		max-width: unset;
		width: 100%;
	}
	.hero-section-text-small-image .text-side .title {
		font-size: 30px;
		line-height: 36px;
	}
	body .hero-section-text-small-image .container .row {
		flex-direction: column;
		gap: 0;
	}
	body .hero-section-text-small-image .row .text-side {
		width: 100%;
		padding: 60px 75px 0;
	}
	body .hero-section-text-small-image .row .image-side {
		width: 100%;
		margin-top: 50px;
	}
}
@media only screen and (max-width: 600px) {
	body .hero-section-text-small-image .row .text-side {
		padding-left: 25px;
		padding-right: 25px;
	}
	.hero-section-text-small-image .text-side .top-title {
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0.6px;
	}
	.hero-section-text-small-image .btn-black,
	.hero-section-text-small-image .btn-green {
		width: 100%;
		text-align: center;
	}
}
.three-col-text-snake .row {
	padding-left: 175px;
	padding-right: 175px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	gap: 170px;
}
.three-col-text-snake .col {
	text-align: center;
	margin-top: 80px;
}
.three-col-text-snake .green-percent {
	font-size: 50px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0;
	color: var(--color-primary-8a);
	margin-bottom: 12px;
	font-family: Mont-Bold;
}
.three-col-text-snake .content {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0;
	color: var(--color-neutral-52);
	font-family: Mont-Bold;
}
@media only screen and (max-width: 990px) {
	.three-col-text-snake .content {
		font-size: 15px;
	}
}
.centered-text-small-container .row {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 100px;
}
.centered-text-small-container .green-title {
	font-family: Mont-Bold;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.8px;
	color: var(--color-primary-8a);
	text-transform: uppercase;
	margin-bottom: 5px;
}
.centered-text-small-container .title {
	font-family: Mont-Bold;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: var(--color-primary-black);
	padding-bottom: 45px;
	position: relative;
	text-align: center;
}
.centered-text-small-container .title::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 163px;
	height: 2px;
	background-color: var(--color-neutral-e1);
	left: 50%;
	transform: translateX(-50%);
}
.centered-text-small-container .content {
	text-align: center;
	max-width: 675px;
	margin-top: 43px;
	margin-bottom: 20px;
}
.centered-text-small-container .content:not(.font-body-large) {
	font-family: Soleil;
	font-size: 15px;
	line-height: 26px;
	color: var(--color-neutral-52);
	letter-spacing: 0;
}
.centered-text-small-container .btn-green {
	color: #fff;
}
@media only screen and (max-width: 600px) {
	.centered-text-small-container .green-title {
		font-size: 13px;
	}
	.centered-text-small-container .row {
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: 75px;
		padding-bottom: 60px;
	}
	.centered-text-small-container .content,
	.centered-text-small-container .title {
		text-align: left;
	}
	.centered-text-small-container .title {
		padding-bottom: 25px;
		font-size: 24px;
		line-height: 32px;
	}
	.centered-text-small-container .content {
		margin-top: 25px;
	}
	.centered-text-small-container .title::before {
		left: 0;
		transform: none;
	}
	.centered-text-small-container .btn-green {
		width: 100%;
		text-align: center;
	}
}
.two-col-text-one-col-image {
	margin-top: 125px;
}
.two-col-text-one-col-image .row {
	padding-right: 0;
}
.two-col-text-one-col-image .wrapper {
	display: flex;
	gap: 38px;
}
.two-col-text-one-col-image .title span {
	color: var(--color-primary-8a);
}
.two-col-text-one-col-image .title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #000;
	position: relative;
	padding-bottom: 60px;
	font-family: Mont-Bold;
}
.two-col-text-one-col-image .title::before {
	content: "";
	position: absolute;
	width: 165px;
	height: 1px;
	background-color: var(--color-primary-9d);
	bottom: 0;
}
.two-col-text-one-col-image .text-col {
	margin-top: 67px;
	width: 30%;
}
.two-col-text-one-col-image .text-col .card {
	margin-bottom: 60px;
}
.two-col-text-one-col-image .card .card-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0;
	color: #000;
	margin-bottom: 25px;
	font-family: Mont-Bold;
}
.two-col-text-one-col-image .card .card-content {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	color: var(--color-neutral-52);
	font-family: Soleil;
}
.two-col-text-one-col-image .img-col {
	width: 40%;
	margin-left: 100px;
}
.two-col-text-one-col-image .img-col img {
	max-width: 100%;
}
.two-col-image-in-image-full-width .row {
	margin-top: 65px;
	padding-left: 0;
	padding-right: 234px;
	display: flex;
	gap: 100px;
}
.two-col-image-in-image-full-width .images-wrapper {
	position: relative;
	width: 45%;
}
.two-col-image-in-image-full-width .images-wrapper .large-img {
	padding-top: 120px;
	padding-right: 120px;
	max-width: 100%;
}
.two-col-image-in-image-full-width .images-wrapper .small-img {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 250px;
	border: 20px solid #fff;
}
.two-col-image-in-image-full-width .text-wrapper {
	width: 55%;
}
.two-col-image-in-image-full-width .title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 42px;
	color: var(--color-primary-black);
	margin-bottom: 35px;
	font-family: Mont-Bold;
}
.two-col-image-in-image-full-width .title span {
	color: var(--color-secondary-f3);
}
.two-col-image-in-image-full-width .content {
	color: var(--color-neutral-52);
	margin-bottom: 20px;
	font-family: Soleil;
}
@media only screen and (max-width: 1300px) {
	.two-col-image-in-image-full-width .row {
		padding-right: 120px;
		gap: 50px;
	}
	.two-col-image-in-image-full-width .images-wrapper {
		width: 60%;
	}
	.two-col-image-in-image-full-width .text-wrapper {
		width: 40%;
	}
}
@media only screen and (max-width: 900px) {
	.two-col-image-in-image-full-width .row {
		padding: 0 75px;
	}
	.two-col-image-in-image-full-width .images-wrapper .small-img {
		max-width: 200px;
	}
}
.cut-background-hero-section {
	background-image: url(./src/1.0-hero-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: -1px;
	position: relative;
	overflow: hidden;
}
.cut-background-hero-section .container {
	max-width: 1250px;
	margin: 0 auto 0 0;
}
.cut-background-hero-section .row {
	padding-left: 250px;
	padding-right: 165px;
}
.cut-background-hero-section .small-title {
	font-family: Mont-Bold;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 32px;
	color: #fff;
	opacity: 0.7;
	padding-top: 84px;
	text-transform: uppercase;
}
.cut-background-hero-section .title {
	font-family: Mont-Bold;
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: 0;
	color: #fff;
	padding-bottom: 90px;
}
.cut-background-hero-section .white-bg::before {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 50%;
	height: 100%;
	top: 0;
	left: -250px;
	z-index: 0;
}
.cut-background-hero-section .white-bg {
	padding-right: 170px;
	padding-top: 80px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	position: relative;
}
.cut-background-hero-section .white-bg .content.bold {
	font-weight: 700;
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.cut-background-hero-section .white-bg .content.blue-line::before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 164px;
	background-color: var(--color-secondary-f3);
}
.cut-background-hero-section .white-bg .content {
	font-family: Soleil;
	font-weight: 400;
	margin-bottom: 25px;
	color: var(--color-neutral-52);
	z-index: 1;
}
.cut-background-hero-section .btn-black {
	margin-top: 40px;
	margin-bottom: 95px;
	width: fit-content;
	z-index: 1;
}
@media only screen and (max-width: 990px) {
	.cut-background-hero-section .white-bg .content.bold {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.cut-background-hero-section .white-bg .content.blue-line::before {
		width: 121px;
	}
	.cut-background-hero-section .row {
		padding: 0 75px;
	}
	.cut-background-hero-section .white-bg::before {
		width: 100%;
	}
	.cut-background-hero-section .white-bg {
		padding-right: 75px;
	}
}
@media only screen and (max-width: 600px) {
	.cut-background-hero-section .row {
		padding: 0 25px;
	}
	.cut-background-hero-section .white-bg {
		padding-right: 0;
	}
	.cut-background-hero-section .white-bg::after {
		content: "";
		position: absolute;
		background-color: #fff;
		width: 100%;
		height: 100%;
		top: 0;
		right: -100px;
		z-index: 0;
	}
	.cut-background-hero-section .btn-black {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
}
.three-img-middle {
	padding: 120px 0;
	background-color: #f8f9fb;
}
.three-img-middle .row {
	padding: 0 315px;
}
.three-img-middle .title {
	font-size: 34px;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 0;
	color: #000;
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 54px;
	position: relative;
	font-family: Mont-Bold;
}
.three-img-middle .title::before {
	content: "";
	position: absolute;
	width: 165px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	background-color: var(--color-secondary-f3);
}
.three-img-middle .title span {
	color: var(--color-secondary-f3);
}
.three-img-middle .content {
	text-align: center;
	color: var(--color-neutral-52);
	margin-bottom: 25px;
	font-family: Soleil;
}
.three-img-middle .images-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 64px;
	margin-top: 75px;
	margin-bottom: 93px;
}
.three-img-middle .images-list img {
	max-width: 100%;
}
@media only screen and (max-width: 1200px) {
	.three-img-middle .row {
		padding: 0 150px;
	}
}
@media only screen and (max-width: 990px) {
	.three-img-middle .row {
		padding: 0 75px;
	}
	.three-img-middle {
		padding: 60px 0;
	}
	.three-img-middle .images-list img {
		margin: 0 auto;
	}
	.three-img-middle .images-list {
		margin-bottom: 70px;
		margin-top: 15px;
		display: flex;
		gap: 25px;
		flex-direction: column;
		padding: 0 25px;
	}
}
@media only screen and (max-width: 600px) {
	.three-img-middle {
		padding: 60px 0 35px;
	}
	.three-img-middle .row {
		padding: 0 25px;
	}
	.three-img-middle .title {
		padding-bottom: 28px;
		margin-bottom: 33px;
		text-align: left;
		font-size: 24px;
		letter-spacing: 0;
		line-height: 32px;
	}
	.three-img-middle .title::before {
		left: 0;
		transform: none;
	}
	.three-img-middle .content {
		text-align: left;
	}
}
.quote-full-width {
	padding: 120px 0;
	background-color: #f1f5f8;
}
.quote-full-width .row {
	padding: 0 230px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.quote-full-width .signature {
	position: absolute;
	right: 0;
	bottom: 15%;
	font-family: Signerica-Fat;
	font-size: 70px;
	line-height: 32px;
	letter-spacing: 0;
	color: var(--color-neutral-e1);
	z-index: 1;
	opacity: 80%;
}
.quote-full-width .content {
	font-family: Mont-Regular;
	text-align: center;
	font-size: 30px;
	line-height: 42px;
	letter-spacing: 0;
	color: var(--color-primary-black);
	margin-bottom: 50px;
	z-index: 2;
}
.quote-full-width .content-bottom {
	font-family: Mont-Bold;
	font-size: 12px;
	line-height: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--color-primary-black);
}
.quote-full-width .quotes {
	max-height: 52px;
	margin-bottom: 35px;
}
@media only screen and (max-width: 990px) {
	.quote-full-width .row {
		padding: 0 75px;
	}
	.quote-full-width {
		padding: 60px 0;
		overflow: hidden;
	}
	.quote-full-width .quotes {
		height: 34px;
	}
	.quote-full-width .content {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 600px) {
	.quote-full-width .row {
		padding: 0 25px;
	}
	.quote-full-width .content-bottom,
	.quote-full-width .quote {
		align-self: baseline;
	}
	.quote-full-width .content {
		text-align: left;
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 30px;
	}
	.quote-full-width {
		padding: 60px 0 55px;
	}
}
.partners-with-title {
	padding: 120px 0;
}
.partners-with-title.green-background .title {
	color: #fff;
}
.partners-with-title.green-background {
	background-color: var(--color-primary-8a);
}
.partners-with-title .heading {
	display: flex;
	align-items: center;
	gap: 50px;
	margin-bottom: 50px;
}
.partners-with-title .line {
	width: 30%;
	background-color: #cdd9e1;
	height: 2px;
}
.partners-with-title .title {
	width: 40%;
	font-family: Mont-Bold;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 26px;
	color: var(--color-neutral-b3);
	text-align: center;
}
.partners-with-title .partners-list {
	display: grid;
	gap: 100px;
	align-items: center;
}
.partners-with-title .partners-list.items-5 {
	grid-template-columns: repeat(5, 1fr);
}
.partners-with-title .partners-list.items-4 {
	grid-template-columns: repeat(4, 1fr);
}
.partners-with-title .partners-list.items-3 {
	grid-template-columns: repeat(3, 1fr);
}
.partners-with-title .partners-list.items-2 {
	grid-template-columns: repeat(2, 1fr);
}
.partners-with-title .partners-list img {
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 990px) {
	.partners-with-title {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.partners-with-title .partners-list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 120px;
		row-gap: 30px;
	}
	.partners-with-title .partners-list img {
		width: 120px;
	}
	.row {
		padding: 0 75px;
	}
}
@media only screen and (max-width: 775px) {
	.partners-with-title .partners-list {
		column-gap: 100px;
	}
	.partners-with-title .partners-list img {
		width: 85px;
	}
	.partners-with-title .heading {
		gap: 25px;
	}
}
@media only screen and (max-width: 600px) {
	.partners-with-title .line {
		width: 25%;
	}
	.partners-with-title .title {
		width: 80%;
	}
	.partners-with-title .partners-list {
		column-gap: 45px;
	}
	.partners-with-title .partners-list img {
		width: 75px;
	}
	.row {
		padding: 0 25px;
	}
}
.quote-and-image {
	position: relative;
	padding: 120px 0;
	overflow: hidden;
}
.quote-and-image::before {
	position: absolute;
	content: "";
	background-color: var(--color-primary-black);
	top: 0;
	left: calc((100% - 1440px) / 2 + 145px);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.quote-and-image.green-background::before {
	background-color: var(--color-primary-8a);
}
.quote-and-image .quotes {
	max-height: 52px;
	padding-right: 0;
	align-self: flex-start;
}
.quote-and-image .row {
	display: flex;
	padding-left: 0;
	position: relative;
}
.quote-and-image picture {
	width: 50%;
	margin: auto 0;
}
.quote-and-image .content {
	display: flex;
	flex-direction: column;
	width: 50%;
}
.quote-and-image .btn-black,
.quote-and-image .btn-green {
	width: fit-content;
}
.quote-and-image img {
	padding-right: 98px;
}
.swiper .quote-and-image .quotes {
	max-height: 38px;
}
.quote-and-image .signature {
	position: absolute;
	bottom: 35%;
	right: 0;
	font-family: Signerica-Fat;
	font-size: 70px;
	line-height: 32px;
	letter-spacing: 0;
	color: #2a4249;
	z-index: 0;
}
.quote-and-image .content-body {
	font-family: Mont-Regular;
	font-size: 30px;
	line-height: 42px;
	letter-spacing: 0;
	color: var(--color-neutral-fb);
	padding-top: 30px;
	padding-bottom: 30px;
}
.quote-and-image .content-body span {
	font-family: Mont-Bold;
}
.quote-and-image .content-bottom {
	font-family: Mont-Bold;
	font-size: 13px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 53px;
}
.quote-and-image .content-bottom span {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 32px;
	color: var(--color-primary-9d);
	margin: 0 2px;
}
.quote-and-image.gray::before {
	background-color: var(--color-neutral-f3);
}
.quote-and-image.gray .content-body {
	color: var(--color-primary-black);
}
.quote-and-image.gray .content-bottom {
	color: #4a697c;
}
.quote-and-image.gray .signature {
	color: var(--color-neutral-e1);
}
.quote-and-image .absolute-mobile {
	display: none;
}
@media only screen and (max-width: 1300px) {
	.quote-and-image::before {
		left: 75px;
	}
	.quote-and-image img {
		width: 100%;
		object-fit: contain;
	}
	.quote-and-image {
		padding: 60px 0;
	}
}
@media only screen and (max-width: 990px) {
	.quote-and-image .row {
		flex-direction: column;
		padding: 0 75px;
		gap: 0;
	}
	.quote-and-image::before {
		left: 0;
		width: 100%;
	}
	.quote-and-image img,
	.quote-and-image picture {
		width: 100%;
		padding: 0;
	}
	.quote-and-image .signature {
		bottom: 15%;
	}
	.quote-and-image .content {
		width: 100%;
		margin-top: 50px;
	}
	.quote-and-image .content-body {
		font-size: 24px;
		line-height: 32px;
	}
	.quote-and-image .content-bottom {
		font-size: 12px;
		letter-spacing: 0.84px;
	}
	.quote-and-image .content .quotes {
		width: auto;
	}
	.quote-and-image .absolute {
		display: none;
	}
	.quote-and-image .absolute-mobile {
		position: absolute;
		right: 75px;
		max-width: 120px;
		margin-top: 15px;
		display: block;
	}
}
@media only screen and (max-width: 600px) {
	.quote-and-image .row {
		padding: 0 25px;
	}
	.quote-and-image .content .quotes {
		margin-left: 0;
	}
	.quote-and-image .signature {
		font-size: 50px;
		left: 50%;
		bottom: 20%;
	}
	.quote-and-image::before {
		top: 20%;
	}
	.quote-and-image img {
		margin-left: -25px;
	}
	.quote-and-image .content-body {
		font-size: 24px;
		line-height: 32px;
	}
	.quote-and-image .btn-black,
	.quote-and-image .btn-green {
		width: 100%;
		text-align: center;
	}
	.quote-and-image .content .quotes {
		height: 34px;
	}
	.quote-and-image .absolute-mobile {
		right: 25px;
	}
}
.missing-white-square {
	padding: 120px 0;
	background-color: #f1f5f8;
	position: relative;
}
.missing-white-square::before {
	content: "";
	position: absolute;
	width: 150px;
	height: 150px;
	bottom: 0;
	background-color: #fff;
}
.missing-white-square .row {
	display: flex;
	padding: 0 150px;
}
.missing-white-square .left-side {
	width: 18%;
}
.missing-white-square .right-side {
	width: 82%;
}
.missing-white-square .left-side .green-text {
	font-family: Mont-Bold;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.8px;
	color: var(--color-primary-8a);
	font-weight: 700;
	text-transform: uppercase;
}
.missing-white-square .right-side .title {
	margin-bottom: 60px;
}
.missing-white-square .right-side .content {
	display: flex;
	gap: 30px;
}
.missing-white-square .right-side .col {
	font-family: Soleil;
	font-size: 15px;
	line-height: 26px;
	color: var(--color-neutral-52);
	width: 50%;
}
.missing-white-square .right-side .col p:first-of-type {
	margin-bottom: 20px;
}
.missing-white-square.black-background {
	background-color: var(--color-primary-black);
}
.missing-white-square.black-background .content .col,
.missing-white-square.black-background .title {
	color: #fff;
}
@media only screen and (max-width: 990px) {
	.missing-white-square .left-side,
	.missing-white-square .left-side .col,
	.missing-white-square .right-side,
	.missing-white-square .right-side .col {
		width: 100%;
	}
	.missing-white-square::before,
	br {
		display: none;
	}
	.missing-white-square {
		padding: 60px 0;
	}
	.missing-white-square .right-side .content,
	.missing-white-square .row {
		flex-direction: column;
	}
	.missing-white-square .left-side .green-text {
		font-size: 13px;
		margin-bottom: 14px;
		font-size: 13px;
	}
	.missing-white-square .right-side .title {
		margin-bottom: 32px;
		font-size: 24px;
		line-height: 32px;
	}
	.missing-white-square .row {
		padding: 0 75px;
	}
	.missing-white-square .row .col {
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	.missing-white-square .row {
		padding: 0 25px;
	}
}
.two-column-text-one-image .row {
	padding-right: 0;
}
.two-column-text-one-image .text-side .content:nth-of-type(2n) {
	padding-left: 31px;
}
.two-column-text-one-image .text-side .content:nth-of-type(2n + 1) {
	padding-right: 31px;
}
.two-column-text-one-image .text-side .content {
	width: 50%;
}
.two-column-text-one-image .text-side {
	width: 66%;
	display: flex;
	flex-wrap: wrap;
}
.two-column-text-one-image .title span {
	color: var(--color-primary-8a);
}
.two-column-text-one-image .title {
	font-family: Mont-Bold;
	font-size: 30px;
	font-weight: 700;
	line-height: 56px;
	color: #000;
	letter-spacing: 0;
	margin-bottom: 66px;
}
.two-column-text-one-image .wrapper {
	display: flex;
	gap: 62px;
}
.two-column-text-one-image .content {
	margin-bottom: 60px;
}
.two-column-text-one-image .green-number {
	font-family: Mont-SemiBold;
	position: relative;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	color: var(--color-primary-8a);
	padding-top: 12px;
	padding-bottom: 11px;
	display: block;
}
.two-column-text-one-image .green-number:before {
	content: "";
	top: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-primary-8a);
	position: absolute;
}
.two-column-text-one-image .content-title {
	font-family: Mont-Bold;
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #000;
	margin-bottom: 10px;
}
.two-column-text-one-image .font-body-large {
	color: var(--color-neutral-52);
}
.two-column-text-one-image img {
	padding-left: 40px;
	max-width: 100%;
}
.two-column-text-one-image .mobile-title {
	display: none;
}
.two-column-text-one-image ul li {
	font-family: Soleil;
}
@media only screen and (max-width: 990px) {
	.two-column-text-one-image .wrapper .image-side {
		margin-bottom: 85px;
	}
	.two-column-text-one-image .content-title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.two-column-text-one-image .wrapper {
		gap: 0;
		flex-direction: column-reverse;
	}
	.two-column-text-one-image .wrapper .col {
		width: 100%;
	}
	.two-column-text-one-image .row {
		padding: 0 75px;
	}
	.two-column-text-one-image img {
		padding: 0;
		width: 100%;
	}
	.two-column-text-one-image .title {
		display: none;
	}
	.two-column-text-one-image .mobile-title span {
		color: var(--color-primary-9d);
	}
	.two-column-text-one-image .mobile-title {
		display: block;
		font-family: Mont-Bold;
		font-size: 24px;
		line-height: 32px;
		letter-spacing: 0;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 600px) {
	.two-column-text-one-image .row {
		padding: 0 25px;
	}
	.two-column-text-one-image .text-side .content {
		width: 100%;
	}
	.two-column-text-one-image .text-side .content:nth-of-type(2n),
	.two-column-text-one-image .text-side .content:nth-of-type(2n + 1) {
		padding: 0;
	}
	.two-column-text-one-image img {
		margin: 0 -25px;
		width: calc(100% + 50px);
		max-width: calc(100% + 50px);
	}
}
.hero-section-2-img-overlapped .row {
	display: flex;
	padding: 0;
}
.hero-section-2-img-overlapped .left-side {
	display: flex;
	flex-direction: column;
	margin-top: 98px;
	padding: 70px 150px 85px;
	background-color: var(--color-primary-black);
	width: 50%;
	z-index: 1;
	margin-right: -115px;
}
.hero-section-2-img-overlapped .green-title {
	font-family: Mont-Bold;
	font-size: 14px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 1px;
	color: var(--color-primary-9d);
	text-transform: uppercase;
}
.hero-section-2-img-overlapped .title {
	font-family: Mont-Bold;
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
	color: #fff;
	margin-bottom: 30px;
}
.hero-section-2-img-overlapped .content {
	position: relative;
	padding-top: 38px;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 35px;
}
.hero-section-2-img-overlapped .content::before {
	content: "";
	width: 165px;
	height: 1px;
	background-color: var(--color-primary-8a);
	position: absolute;
	top: 0;
}
.hero-section-2-img-overlapped .btn-green {
	width: fit-content;
}
.hero-section-2-img-overlapped .right-side {
	width: 60%;
}
.hero-section-2-img-overlapped .right-side img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 1100px) {
	.hero-section-2-img-overlapped .left-side {
		padding: 45px 110px 55px;
	}
}
@media only screen and (max-width: 990px) {
	.hero-section-2-img-overlapped .green-title {
		font-size: 13px;
	}
	.hero-section-2-img-overlapped .left-side {
		margin: -30px 0 0;
		padding: 46px 30px 60px 25px;
	}
	.hero-section-2-img-overlapped .row {
		flex-direction: column-reverse;
	}
	.hero-section-2-img-overlapped .right-side {
		width: 100%;
	}
	.hero-section-2-img-overlapped .left-side {
		width: 93%;
	}
	.hero-section-2-img-overlapped .title {
		font-size: 30px;
		line-height: 36px;
		padding-right: 20px;
	}
	.hero-section-2-img-overlapped .content {
		padding-right: 28px;
	}
	.hero-section-2-img-overlapped .btn-black,
	.hero-section-2-img-overlapped .btn-green {
		width: 100%;
		text-align: center;
	}
}
.two-col-text-image.has-button .text-container {
	display: flex;
	flex-direction: column;
}
.two-col-text-image.container:not(.has-button) {
	padding-top: 120px;
}
.two-col-text-image .large-title {
	font-family: Mont-Bold;
	font-size: 34px;
	line-height: 42px;
	color: var(--color-primary-black);
	text-align: center;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 80px;
}
.two-col-text-image .large-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 164px;
	height: 2px;
	background-color: var(--color-primary-9d);
}
.two-col-text-image.has-button {
	padding-top: 120px;
}
.two-col-text-image .section-wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-bottom: 87px;
}
.two-col-text-image.left-image .section-wrapper {
	flex-direction: row-reverse;
}
.two-col-text-image.left-image .text-container {
	margin-left: 144px;
	margin-right: 0;
	height: 100%;
}
.two-col-text-image .section-heading {
	font-size: 30px;
	line-height: 56px;
	letter-spacing: 0;
	margin-bottom: 28px;
	font-weight: 700;
	color: var(--color-primary-black);
	font-family: Mont-Bold;
}
.two-col-text-image.has-button .button-container {
	display: flex;
	flex-grow: 1;
	align-items: flex-end;
}
.two-col-text-image .section-content {
	margin-bottom: 25px;
	color: var(--color-neutral-52);
	font-family: Soleil;
}
.two-col-text-image.has-button .btn {
	display: inline-block;
	color: #fff;
}
.two-col-text-image.has-button .section-content:last-of-type {
	margin-bottom: 40px;
}
.two-col-text-image .section-heading span {
	color: var(--color-primary-8a);
}
.two-col-text-image .text-side {
	width: 55%;
}
.two-col-text-image.has-button .text-side {
	width: 60%;
}
.two-col-text-image .text-container {
	margin-right: 144px;
}
.two-col-text-image .image-container img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.two-col-text-image .image-side {
	display: flex;
	align-items: center;
	width: 45%;
}
.two-col-text-image a.btn {
	width: fit-content;
}
.two-col-text-image.full-width-container.gray-background {
	background-color: #f1f5f8;
}
.two-col-text-image .image-side .section-content,
.two-col-text-image .image-side .section-heading {
	display: none;
}
@media only screen and (max-width: 1150px) {
	.two-col-text-image .text-container {
		margin-right: 80px;
	}
	.two-col-text-image .section-heading {
		font-size: 26px;
	}
}
@media only screen and (max-width: 990px) {
	.two-col-text-image.left-image .section-wrapper {
		flex-direction: column;
	}
	body .two-col-text-image.left-image.container .text-side .text-container {
		margin-left: 0;
	}
	.two-col-text-image .section-wrapper {
		flex-flow: column nowrap;
	}
	.two-col-text-image .image-side,
	.two-col-text-image .text-side,
	.two-col-text-image.has-button .image-container,
	.two-col-text-image.has-button .image-side,
	.two-col-text-image.has-button .text-side {
		width: 100%;
	}
	.two-col-text-image .text-container {
		margin-right: 0;
	}
	.two-col-text-image .section-heading {
		font-size: 24px;
		line-height: 32px;
	}
	.two-col-text-image.has-button .image-side .section-heading,
	.two-col-text-image:not(.has-button) .image-side .section-content {
		display: block;
	}
	.two-col-text-image.has-button .image-side .section-heading {
		width: 60%;
	}
	.two-col-text-image.has-button .image-side {
		order: -1;
	}
	.two-col-text-image .image-side .image-wrapper,
	.two-col-text-image .section-content:first-of-type {
		margin-bottom: 44px;
	}
	.two-col-text-image.has-button .section-content:first-of-type {
		margin-bottom: 30px;
	}
	.two-col-text-image.has-button .section-content:last-of-type {
		margin-bottom: 34px;
	}
	.two-col-text-image.has-button .btn {
		width: 100%;
		text-align: center;
	}
	.two-col-text-image.has-button .image-side .image-wrapper {
		margin-bottom: 0;
	}
	.two-col-text-image.has-button .image-side {
		margin-bottom: 45px;
	}
	.two-col-text-image .image-side {
		margin-bottom: 0;
	}
	.two-col-text-image .section-wrapper {
		margin-bottom: 47px;
	}
}
.three-small-col-cards-logo .section-wrapper {
	margin-bottom: 120px;
}
.three-small-col-cards-logo .card-link span {
	font-family: Soleil-Bold;
	color: var(--color-primary-8a);
	margin-left: 5px;
}
.three-small-col-cards-logo .section-heading h3 span {
	color: var(--color-primary-8a);
}
.three-small-col-cards-logo .section-heading h3 {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0;
	color: var(--color-primary-black);
	font-family: Mont-Bold;
}
.three-small-col-cards-logo .section-content {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 26px;
	color: var(--color-neutral-52);
	font-family: Soleil;
}
.three-small-col-cards-logo .section-heading {
	margin-bottom: 45px;
}
.three-small-col-cards-logo .section-cards {
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 75px;
	row-gap: 70px;
}
.three-small-col-cards-logo .card-title {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0;
	color: var(--color-primary-black);
	font-family: Mont-Bold;
}
.three-small-col-cards-logo .card-link,
.three-small-col-cards-logo .card-link a {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0;
	color: var(--color-neutral-7c);
	text-decoration: none;
	font-family: Soleil;
}
.three-small-col-cards-logo .card {
	display: flex;
	align-items: center;
}
.three-small-col-cards-logo .icon-wrapper {
	border: 5px solid RGBA(73, 214, 157, 0.2);
	margin-right: 22px;
}
.three-small-col-cards-logo .card-icon {
	background-color: var(--color-primary-8a);
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.three-small-col-cards-logo .section-content {
	display: none;
}
@media only screen and (max-width: 1200px) {
	.three-small-col-cards-logo .section-cards {
		column-gap: 45px;
		grid-template-rows: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.three-small-col-cards-logo .section-heading h3 {
		font-size: 24px;
		line-height: 32px;
	}
}
@media only screen and (max-width: 750px) {
	.three-small-col-cards-logo .card-link,
	.three-small-col-cards-logo .card-link a {
		font-size: 13px;
	}
	.three-small-col-cards-logo .card-title {
		font-size: 16px;
	}
	.three-small-col-cards-logo .section-cards {
		row-gap: 30px;
	}
	.three-small-col-cards-logo .section-content {
		display: block;
	}
	.three-small-col-cards-logo .section-heading h3 span {
		color: var(--color-primary-9d);
	}
	.three-small-col-cards-logo .section-heading h3 {
		margin-bottom: 55px;
		font-size: 24px;
		position: relative;
	}
	.three-small-col-cards-logo .section-heading h3::after {
		content: "";
		width: 121px;
		height: 2px;
		background-color: #49d69d;
		position: absolute;
		bottom: -26px;
		left: 0;
	}
	.three-small-col-cards-logo .section-heading {
		margin-bottom: 38px;
	}
	.three-small-col-cards-logo .section-wrapper {
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 550px) {
	.three-small-col-cards-logo .section-cards {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(6, 1fr);
	}
}
.full-width-container.three-col-cards-logo {
	background-color: #f1f5f8;
	position: relative;
}
.three-col-cards-logo .section-wrapper {
	margin-bottom: 115px;
	position: relative;
	z-index: 2;
	padding-bottom: 100px;
}
.three-col-cards-logo .card-link a {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 36px;
	color: var(--color-neutral-52);
	font-family: Soleil;
}
.three-col-cards-logo .card-link a span:first-of-type {
	text-decoration: underline;
}
.three-col-cards-logo .card-link a span:nth-of-type(2) {
	color: var(--color-primary-8a);
	font-family: Soleil-Bold;
	margin-left: 4px;
}
.three-col-cards-logo .card-link {
	margin-top: 18px;
}
.three-col-cards-logo .section-heading h3 span {
	color: var(--color-primary-8a);
}
.three-col-cards-logo .section-heading h3.center {
	text-align: center;
}
.three-col-cards-logo .section-heading h3.center::after {
	left: 50%;
	transform: translateX(-50%);
}
.three-col-cards-logo .section-heading h3 {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0;
	color: var(--color-primary-black);
	margin-bottom: 87px;
	position: relative;
	font-family: Mont-Bold;
}
.three-col-cards-logo .section-heading h3::after {
	content: "";
	position: absolute;
	bottom: -38px;
	left: 0;
	background-color: var(--color-primary-9d);
	width: 163px;
	height: 2px;
}
.three-col-cards-logo .heading-container {
	display: flex;
	align-items: center;
}
.three-col-cards-logo .heading-container h5 {
	margin-left: 10px;
}
.three-col-cards-logo .icon-container {
	margin-bottom: 15px;
}
.three-col-cards-logo .heading-container .card-heading h5 {
	margin-bottom: 15px;
}
.three-col-cards-logo .card-heading h5 {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 26px;
	color: var(--color-primary-black);
	margin-bottom: 30px;
	font-family: Mont-Bold;
}
.three-col-cards-logo .card-content p,
.three-col-cards-logo .card-content ul li {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 24px;
	color: var(--color-neutral-52);
	font-family: Soleil;
}
.three-col-cards-logo .card {
	padding: 57px 35px 48px 40px;
	background-color: #fff;
	box-shadow: 0 26px 31px -12px #cdd9e1;
	z-index: 1;
}
.three-col-cards-logo .cards-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	row-gap: 30px;
	column-gap: 30px;
}
@media only screen and (max-width: 1250px) {
	.three-col-cards-logo .cards-container {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}
	.container.three-col-cards-logo::after {
		height: 175px;
	}
}
@media only screen and (max-width: 990px) {
	.three-col-cards-logo .card {
		padding: 40px 30px 35px;
	}
	.three-col-cards-logo .section-heading h3 {
		font-size: 24px;
		line-height: 32px;
	}
	.three-col-cards-logo .section-wrapper {
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 750px) {
	.three-col-cards-logo .section-heading h3 {
		margin-bottom: 62px;
		font-size: 24px;
		line-height: 32px;
	}
	.three-col-cards-logo .section-heading h3::after {
		bottom: -22px;
	}
	.three-col-cards-logo .card-heading h5 {
		margin-bottom: 24px;
		font-size: 18px;
	}
	.three-col-cards-logo .section-wrapper {
		margin-bottom: 60px;
	}
	.three-col-cards-logo .cards-container {
		grid-template-columns: 1fr;
	}
	.container.three-col-cards-logo::after {
		height: 160px;
	}
}
@media only screen and (max-width: 450px) {
	.container.three-col-cards-logo::after {
		height: 230px;
	}
}
.compatible-with .section-wrapper {
	margin-bottom: 120px;
	display: flex;
}
.compatible-with.four-cards .section-wrapper,
.compatible-with.three-cards .section-wrapper {
	flex-flow: column nowrap;
}
.compatible-with .section-heading {
	margin-right: 64px;
	width: 35%;
}
.compatible-with.four-cards .section-heading,
.compatible-with.three-cards .section-heading {
	margin-bottom: 70px;
	width: 100%;
}
.compatible-with .section-heading h3 {
	font-family: Mont-Bold;
	font-size: 32px;
	letter-spacing: 0;
	line-height: 40px;
	color: var(--color-primary-black);
	position: relative;
}
.compatible-with .section-heading h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -44px;
	background-color: var(--color-primary-9d);
	width: 164px;
	height: 2px;
}
.compatible-with.four-cards .section-heading h3::after,
.compatible-with.three-cards .section-heading h3::after {
	bottom: -30px;
}
.compatible-with .section-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	column-gap: 30px;
}
.compatible-with.three-cards .section-cards {
	grid-template-columns: 1fr 1fr 1fr;
}
.compatible-with.four-cards .section-cards {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.compatible-with .card-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}
.compatible-with .card-text {
	position: absolute;
	top: 18px;
	left: 30px;
	width: 45%;
}
.compatible-with.three-cards .card-text {
	width: 50%;
}
.compatible-with.four-cards .card-text {
	width: 65%;
}
.compatible-with .card {
	position: relative;
}
.compatible-with .card-subtitle h6 {
	font-family: Mont-Bold;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 28px;
	color: #8aa4b3;
	text-transform: uppercase;
}
.compatible-with .card-title h5 {
	font-family: Mont-Bold;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0;
	color: var(--color-primary-black);
}
@media only screen and (max-width: 1250px) {
	.compatible-with.four-cards .card-text {
		width: 80%;
	}
	.compatible-with.four-cards .section-cards {
		column-gap: 20px;
	}
}
@media only screen and (max-width: 1100px) {
	.compatible-with.three-cards .card-text {
		width: 70%;
	}
	.compatible-with .card-text {
		width: 60%;
	}
	.compatible-with.four-cards .section-cards {
		grid-template-columns: 1fr 1fr;
		row-gap: 20px;
	}
}
@media only screen and (max-width: 990px) {
	.compatible-with.three-cards .card-text {
		left: 20px;
	}
	.compatible-with .section-heading {
		width: 100%;
		margin-bottom: 56px;
	}
	.compatible-with .section-heading h3::after {
		bottom: -24px;
	}
	.compatible-with .section-wrapper {
		flex-flow: column nowrap;
	}
	.compatible-with.three-cards .section-heading {
		margin-bottom: 52px;
	}
	.compatible-with.three-cards .section-cards {
		column-gap: 20px;
	}
	.compatible-with.three-cards .section-heading h3::after {
		bottom: -23px;
	}
	.compatible-with .section-heading h3 {
		font-size: 24px;
		line-height: 32px;
	}
}
@media only screen and (max-width: 750px) {
	.compatible-with .card-text {
		left: 20px;
	}
	.compatible-with.with-background {
		background-color: #f1f5f8;
	}
	.compatible-with .section-heading h3 {
		font-size: 24px;
		line-height: 32px;
	}
	.compatible-with .section-cards {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		column-gap: 0;
		row-gap: 20px;
	}
	.compatible-with .section-wrapper {
		margin-bottom: 0;
		padding-bottom: 60px;
	}
	.compatible-with.three-cards .section-cards {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 20px;
	}
	.compatible-with.four-cards .section-cards {
		grid-template-columns: 1fr;
		column-gap: 0;
	}
	.compatible-with.four-cards .section-heading h3::after {
		bottom: -20px;
		width: 120px;
	}
}
.two-col-cards.full-width-container {
	background-color: #f1f5f8;
	position: relative;
}
.two-col-cards.full-width-container.green-background {
	background-color: #3ed398;
}
.two-col-cards.full-width-container:not(.full-background)::after {
	content: "";
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	z-index: 1;
}
.two-col-cards.full-width-container:not(.full-background)::before {
	content: "";
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 210px;
}
.two-col-cards .section-wrapper {
	position: relative;
	z-index: 2;
}
.two-col-cards .section-heading h3 {
	font-size: 30px;
	letter-spacing: 0;
	line-height: 40px;
	color: var(--color-primary-black);
	position: relative;
	margin-bottom: 100px;
	font-family: Mont-Bold;
}
.two-col-cards.full-background .section-heading {
	text-align: center;
}
.two-col-cards .section-heading h3::after {
	content: "";
	position: absolute;
	bottom: -42px;
	left: 0;
	background-color: var(--color-primary-9d);
	width: 163px;
	height: 2px;
}
.two-col-cards.full-background .section-heading h3::after {
	left: 50%;
	transform: translateX(-50%);
	bottom: -40px;
}
.two-col-cards.full-width-container.green-background
	.section-heading
	h3::after {
	background-color: #fff;
}
.two-col-cards .section-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	column-gap: 30px;
	row-gap: 30px;
}
.two-col-cards .card {
	background-color: #fff;
	padding: 0 0 0 50px;
	display: flex;
	flex-flow: row nowrap;
	box-shadow: 5px 26px 31px -12px #adbfca;
}
.two-col-cards .text-side {
	padding: 37px 0 54px 0;
	display: flex;
	flex-flow: column nowrap;
	width: 65%;
	padding-right: 30px;
}
.two-col-cards .image-side {
	width: 35%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.two-col-cards img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}
.two-col-cards .card-category {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 28px;
	color: var(--color-primary-8a);
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 4px;
	font-family: Mont-Bold;
}
.two-col-cards .card-title {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 24px;
	color: var(--color-primary-black);
	margin-bottom: 20px;
	font-family: Mont-Bold;
}
.two-col-cards ul li::before {
	content: "→";
	width: 30px;
}
.two-col-cards li {
	margin-bottom: 2px;
	font-size: 14px;
	letter-spacing: 0;
	color: var(--color-neutral-52);
	font-family: Soleil;
}
.two-col-cards .section-wrapper {
	margin-bottom: 120px;
	padding-top: 115px;
}
.two-col-cards.full-background .section-wrapper {
	margin-bottom: 0;
	padding-bottom: 120px;
}
.two-col-cards .card-content {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 26px;
	color: var(--color-neutral-52);
	font-family: Soleil;
}
@media only screen and (max-width: 1300px) {
	.two-col-cards .text-side {
		padding-top: 15px;
	}
	.two-col-cards .card {
		padding-left: 25px;
	}
	.two-col-cards .text-side {
		margin-right: 30px;
	}
}
@media only screen and (max-width: 990px) {
	.two-col-cards .section-heading h3::after {
		bottom: -25px;
	}
	.two-col-cards .section-heading h3 {
		font-size: 24px;
		letter-spacing: 0;
		line-height: 32px;
		margin-bottom: 56px;
		width: 75%;
	}
	.two-col-cards.full-background .section-heading {
		text-align: left;
		margin-bottom: 66px;
	}
	.two-col-cards.full-background .section-heading h3::after {
		left: 0;
		transform: none;
	}
	.two-col-cards .section-cards {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}
	.two-col-cards .image-side {
		display: none;
	}
	.two-col-cards .text-side {
		padding-top: 26px;
		width: 100%;
		margin-right: 0;
		padding-right: 30px;
		padding-bottom: 36px;
	}
	.two-col-cards .card {
		padding-left: 30px;
		height: unset;
	}
	.two-col-cards .card-title {
		margin-bottom: 24px;
	}
	.two-col-cards.full-width-container:not(.full-background)::after {
		height: 75px;
	}
	.two-col-cards.full-width-container:not(.full-background)::before {
		width: 130px;
	}
	.two-col-cards .section-wrapper {
		margin-bottom: 60px;
		padding-top: 80px;
	}
	.two-col-cards.green-background .section-wrapper {
		padding-top: 60px;
	}
	.two-col-cards.full-background .section-wrapper {
		margin-bottom: 0;
		padding-bottom: 60px;
		padding-top: 60px;
	}
}
@media only screen and (max-width: 600px) {
	.two-col-cards.full-width-container:not(.full-background)::before {
		width: 75px;
	}
}
.two-col-description-payments.container {
	padding-top: 86px;
}
.two-col-description-payments.full-width-container {
	background-color: #f1f5f8;
	position: relative;
}
.two-col-description-payments.full-width-container::after {
	content: "";
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 68px;
	z-index: 1;
}
.two-col-description-payments.full-width-container::before {
	content: "";
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 130px;
}
.two-col-description-payments .section-wrapper {
	position: relative;
	z-index: 2;
}
.two-col-description-payments .section-heading h3 {
	font-size: 30px;
	letter-spacing: 0;
	line-height: 40px;
	color: var(--color-primary-black);
	position: relative;
	margin-bottom: 76px;
	font-family: Mont-Bold;
}
.two-col-description-payments .section-heading h3::after {
	content: "";
	position: absolute;
	background-color: var(--color-primary-9d);
	left: 0;
	width: 163px;
	height: 2px;
	bottom: -38px;
}
.two-col-description-payments .section-heading span {
	color: var(--color-primary-8a);
}
.two-col-description-payments .section-content {
	margin-bottom: 52px;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 26px;
	color: var(--color-neutral-52);
	font-family: Soleil;
}
.two-col-description-payments .section-wrapper {
	display: flex;
	flex-flow: row nowrap;
}
.two-col-description-payments .text-side {
	padding-top: 82px;
	padding-bottom: 140px;
}
.two-col-description-payments .pay-side,
.two-col-description-payments .text-side {
	width: 50%;
}
.two-col-description-payments li {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 26px;
	color: var(--color-primary-black);
	font-weight: 700;
	margin-bottom: 10px;
	font-family: Mont-Bold;
}
.two-col-description-payments .image-container img {
	width: 103px;
	height: 88px;
}
.two-col-description-payments .card {
	background-color: #fff;
	width: 166px;
	height: 166px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 26px 31px -12px #cdd9e1;
}
.two-col-description-payments .card.yps {
	background-color: var(--color-primary-9d);
}
.two-col-description-payments .left-column,
.two-col-description-payments .right-column {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(3, 166px);
	row-gap: 58px;
}
.two-col-description-payments .left-column {
	margin-right: 77px;
}
.two-col-description-payments .pay-side {
	display: flex;
	flex-flow: row nowrap;
	padding-left: 134px;
}
.two-col-description-payments .right-column {
	padding-top: 112px;
}
.two-col-description-payments .pay-side .section-list {
	display: none;
}
@media only screen and (max-width: 1100px) {
	.two-col-description-payments .text-side {
		margin-right: 80px;
	}
}
@media only screen and (max-width: 990px) {
	.two-col-description-payments .card.mobile-yps {
		background-color: var(--color-primary-9d);
	}
	.two-col-description-payments .card.yps {
		background: #fff;
	}
	.two-col-description-payments li {
		font-size: 14px;
	}
	.two-col-description-payments .section-heading h3 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 64px;
	}
	.two-col-description-payments .section-heading h3::after {
		width: 121px;
		bottom: -34px;
	}
	.two-col-description-payments.full-width-container::after,
	.two-col-description-payments.full-width-container::before {
		display: none;
	}
	.two-col-description-payments .section-wrapper {
		flex-flow: column nowrap;
	}
	.two-col-description-payments .text-side {
		width: 100%;
		margin-right: 0;
	}
	.two-col-description-payments .left-column,
	.two-col-description-payments .right-column {
		grid-template-columns: repeat(3, 110px);
		grid-template-rows: 1fr;
		column-gap: 22px;
		row-gap: 0;
	}
	.two-col-description-payments .card {
		height: 95px;
		width: 95px;
	}
	.two-col-description-payments .card img {
		width: 54px;
		height: 48px;
	}
	.two-col-description-payments .left-column {
		margin-right: 0;
		align-self: center;
	}
	.two-col-description-payments .right-column {
		align-self: center;
		padding-top: 0;
		margin-top: 26px;
		column-gap: 38px;
		margin-bottom: 54px;
	}
	.two-col-description-payments .text-side .section-list {
		display: none;
	}
	.two-col-description-payments .text-side {
		padding-top: 0;
		padding-bottom: 0;
	}
	.two-col-description-payments.container {
		padding-top: 56px;
	}
	.two-col-description-payments .pay-side {
		flex-flow: column nowrap;
		width: 100%;
	}
	.two-col-description-payments .pay-side .section-list {
		display: block;
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 600px) {
	.two-col-description-payments .left-column {
		align-self: flex-start;
	}
	.two-col-description-payments .right-column {
		align-self: flex-start;
		margin-left: -96px;
	}
}
@media only screen and (max-width: 350px) {
	.two-col-description-payments .left-column,
	.two-col-description-payments .right-column {
		grid-template-columns: repeat(3, 74px);
		column-gap: 15px;
	}
	.two-col-description-payments .card {
		height: 74px;
		width: 74px;
	}
	.two-col-description-payments .right-column {
		column-gap: 24px;
	}
}
.two-col-image-text-btn.black-background.full-width-container {
	background-color: var(--color-primary-black);
}
.two-col-image-text-btn.gray-background.full-width-container {
	background-color: #f6f7fa;
}
.two-col-image-text-btn.black-background .section-content,
.two-col-image-text-btn.black-background .section-title h3 {
	color: #fff;
}
.two-col-image-text-btn .section-wrapper {
	padding-top: 120px;
	padding-bottom: 120px;
}
.two-col-image-text-btn .section-subtitle {
	font-size: 14px;
	letter-spacing: 0.6px;
	line-height: 32px;
	color: var(--color-primary-8a);
	text-transform: uppercase;
	font-weight: 700;
	font-family: Mont-Bold;
}
.two-col-image-text-btn .section-title h3 {
	font-size: 34px;
	letter-spacing: 0;
	line-height: 40px;
	color: var(--color-primary-black);
	position: relative;
	margin-bottom: 74px;
	width: 70%;
	font-family: Mont-Bold;
}
.two-col-image-text-btn .section-title h3::after {
	content: "";
	background-color: var(--color-primary-9d);
	position: absolute;
	left: 0;
	bottom: -38px;
	height: 2px;
	width: 164px;
}
.two-col-image-text-btn .section-content {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 26px;
	color: var(--color-neutral-52);
	font-family: Soleil;
}
.two-col-image-text-btn.has-button .section-content {
	margin-bottom: 36px;
}
.two-col-image-text-btn .btn {
	display: inline-block;
	color: #fff;
	align-self: flex-end;
	font-family: Mont-Bold;
}
.two-col-image-text-btn .btn-container {
	display: flex;
	height: 100%;
}
.two-col-image-text-btn .section-wrapper {
	display: flex;
	flex-flow: row nowrap;
}
.two-col-image-text-btn.left-image .section-wrapper {
	flex-direction: row-reverse;
}
.two-col-image-text-btn .text-side {
	display: flex;
	flex-flow: column nowrap;
}
.two-col-image-text-btn.right-image .text-side {
	margin-right: 94px;
}
.two-col-image-text-btn.left-image .text-side {
	margin-left: 94px;
}
.two-col-image-text-btn .image-side,
.two-col-image-text-btn .text-side {
	width: 50%;
}
.two-col-image-text-btn .image-side img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.two-col-image-text-btn .image-side .btn-container,
.two-col-image-text-btn .image-side .section-content {
	display: none;
}
.two-col-image-text-btn .text-side .btn-container,
.two-col-image-text-btn .text-side .section-content {
	display: block;
}
@media only screen and (max-width: 900px) {
	.two-col-image-text-btn.right-image .text-side {
		margin-right: 60px;
	}
	.two-col-image-text-btn .section-title h3 {
		width: 90%;
	}
}
@media only screen and (max-width: 750px) {
	.two-col-image-text-btn .btn {
		width: 100%;
		text-align: center;
	}
	.two-col-image-text-btn .section-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.two-col-image-text-btn .section-wrapper {
		flex-direction: column;
	}
	.two-col-image-text-btn .section-subtitle {
		font-size: 13px;
	}
	.two-col-image-text-btn .section-content {
		font-size: 14px;
	}
	.two-col-image-text-btn .image-side img {
		margin-bottom: 30px;
	}
	.two-col-image-text-btn .section-title h3 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 24px;
	}
	.two-col-image-text-btn .section-title h3::after {
		display: none;
	}
	.two-col-image-text-btn .image-side,
	.two-col-image-text-btn .text-side {
		width: 100%;
	}
	.two-col-image-text-btn .text-side .btn-container,
	.two-col-image-text-btn .text-side .section-content {
		display: none;
	}
	.two-col-image-text-btn .image-side .btn-container,
	.two-col-image-text-btn .image-side .section-content {
		display: block;
	}
}
.six-col-logo-text.full-width-container {
	background-color: var(--color-primary-9d);
}
.six-col-logo-text .section-cards {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: 1fr;
	column-gap: 30px;
	justify-content: center;
}
.six-col-logo-text .icon-container img {
	width: 22px;
	height: 30px;
}
.six-col-logo-text .icon-container {
	border: 5px solid #fff;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.six-col-logo-text .section-wrapper {
	padding: 60px 20px;
}
.six-col-logo-text .card {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}
.six-col-logo-text .card-text p {
	text-align: center;
	font-family: Soleil;
}
.six-col-logo-text .card-title {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 36px;
	color: #fff;
	margin-bottom: 2px;
	font-family: Mont-Bold;
}
.six-col-logo-text .card-text {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
	color: var(--color-primary-black);
}
.title-three-col-cards .section-wrapper {
	padding-top: 144px;
	padding-bottom: 120px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.title-three-col-cards .section-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
}
.title-three-col-cards .section-title h3 {
	font-family: Mont-Bold;
	font-size: 30px;
	letter-spacing: 0;
	line-height: 40px;
	color: var(--color-primary-black);
	margin-right: 50px;
}
.title-three-col-cards .card {
	padding: 0 50px 0 48px;
	border-right: 2px solid var(--color-neutral-f3);
}
.title-three-col-cards .card:first-of-type {
	border-left: 2px solid var(--color-neutral-f3);
}
.title-three-col-cards .image-container {
	margin-bottom: 30px;
}
.title-three-col-cards .image-container img {
	width: 32px;
	height: 32px;
}
.title-three-col-cards .card-title span {
	font-family: Mont-Bold;
	font-size: 60px;
	letter-spacing: 0;
	line-height: 65px;
	color: var(--color-primary-black);
	position: relative;
	display: inline-block;
}
.title-three-col-cards .card-title {
	margin-bottom: 18px;
}
.title-three-col-cards .card-title > span::after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: -20px;
	background-color: var(--color-primary-b2);
	width: calc(100% + 40px);
	height: 22px;
	z-index: -1;
}
.title-three-col-cards .card-title > span > span {
	display: inline;
}
.title-three-col-cards .card-content {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	color: var(--color-neutral-7c);
	text-transform: uppercase;
	font-weight: 700;
}
.title-three-col-cards .card-content span {
	font-family: Mont-Bold;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
}
@media only screen and (max-width: 1200px) {
	.title-three-col-cards .section-wrapper {
		flex-wrap: wrap;
		gap: 40px;
	}
}
@media only screen and (max-width: 990px) {
	.title-three-col-cards .section-cards {
		display: flex;
		flex-flow: column nowrap;
	}
	.title-three-col-cards .section-title {
		width: 100%;
	}
	.title-three-col-cards .card,
	.title-three-col-cards .card:first-of-type {
		border: none;
	}
	.title-three-col-cards .image-container {
		display: none;
	}
	.title-three-col-cards .card-title {
		margin-bottom: 15px;
	}
	.title-three-col-cards .section-title h3 {
		font-size: 20px;
		line-height: 32px;
	}
	.title-three-col-cards .card-title span {
		font-size: 44px;
		line-height: 52px;
	}
	.title-three-col-cards .card-title span::after {
		height: 16px;
	}
	.title-three-col-cards .section-wrapper {
		padding: 60px 0;
	}
}
@media only screen and (max-width: 600px) {
	.title-three-col-cards .card {
		padding: 0;
	}
	.title-three-col-cards .card-title {
		margin-bottom: 10px;
	}
	.title-three-col-cards .section-wrapper {
		justify-content: center;
		gap: 30px;
	}
	.title-three-col-cards .card:not(:last-of-type) {
		margin-bottom: 50px;
	}
	.title-three-col-cards .section-cards {
		align-items: center;
	}
	.title-three-col-cards .card-content,
	.title-three-col-cards .card-title {
		text-align: center;
	}
	.title-three-col-cards .section-title h3 {
		text-align: center;
		margin: 0;
	}
}
.sectors-two-col-snake.full-width-container {
	background-color: var(--color-neutral-fb);
}
.sectors-two-col-snake .section-wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 120px 0;
}
.sectors-two-col-snake .left-side {
	padding-bottom: 96px;
	padding-left: 250px;
	padding-right: 60px;
}
.sectors-two-col-snake .right-side {
	padding-right: 200px;
	padding-left: 104px;
}
.sectors-two-col-snake .section-title h3 {
	font-size: 24px;
	letter-spacing: 0;
	line-height: 34px;
	color: var(--color-primary-black);
	margin-bottom: 25px;
}
.sectors-two-col-snake .section-list {
	margin-bottom: 42px;
}
.sectors-two-col-snake .section-content,
.sectors-two-col-snake .section-list {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 26px;
	color: var(--color-neutral-52);
}
.sectors-two-col-snake .first-block p,
.sectors-two-col-snake .second-block p {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	color: var(--color-neutral-52);
	text-align: center;
	font-weight: 700;
	margin-bottom: 90px;
}
.sectors-two-col-snake .first-block span,
.sectors-two-col-snake .second-block span {
	font-size: 50px;
	letter-spacing: 0;
	line-height: 30px;
	font-weight: 700;
	color: var(--color-primary-8a);
	margin-bottom: 28px;
}
.sectors-two-col-snake .first-block {
	padding-top: 95px;
	position: relative;
}
.sectors-two-col-snake .first-block,
.sectors-two-col-snake .second-block {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.sectors-two-col-snake .second-block p {
	margin-bottom: 0;
}
.sectors-two-col-snake .left-side {
	position: relative;
}
.sectors-two-col-snake .left-side::after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	margin-top: 50px;
	content: "";
	border-bottom: 24px solid var(--color-neutral-f3);
	border-right: 24px solid var(--color-neutral-f3);
	border-bottom-right-radius: 60px;
	right: -24px;
}
.sectors-two-col-snake .right-side {
	position: relative;
	width: calc(100% + 300px);
}
.sectors-two-col-snake .right-side::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	border-left: 24px solid var(--color-neutral-f3);
	height: 70%;
	border-top-left-radius: 60px;
	border-top: 24px solid var(--color-neutral-f3);
	right: 0;
}
.sectors-two-col-snake .first-block::before {
	position: absolute;
	content: "";
	top: 32px;
	left: 48%;
	transform: translateX(-50%);
	width: 24px;
	background-color: var(--color-neutral-f3);
	height: 42px;
}
.sectors-two-col-snake .second-block::after {
	position: absolute;
	content: "";
	left: 24px;
	width: 42px;
	height: 24px;
	background-color: var(--color-neutral-f3);
	top: 56%;
}
.trustscore-table.full-width-container {
	background-color: #f1f5f8;
}
.trustscore-table.container {
	padding: 0 135px;
}
.trustscore-table .section-wrapper {
	padding: 90px 0;
}
.trustscore-table img {
	display: block;
	height: 28px;
	padding: 0;
	object-fit: contain;
}
.trustscore-table .table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	box-shadow: 0 26px 31px -12px #cdd9e1;
}
.trustscore-table td,
.trustscore-table th {
	border: 1px solid var(--color-neutral-e1);
}
.trustscore-table td {
	padding: 36px 0;
	background-color: #fff;
}
.trustscore-table td:nth-of-type(3),
.trustscore-table td:nth-of-type(5),
.trustscore-table td:nth-of-type(7) {
	background-color: #f8f9fb;
}
.trustscore-table .table .images div {
	display: flex;
	justify-content: center;
	padding: 38px 15px;
	background-color: #fff;
}
.trustscore-table .table .images th:nth-of-type(2) div,
.trustscore-table .table .images th:nth-of-type(3) div {
	padding-left: 30px;
	padding-right: 30px;
}
.trustscore-table .table th:first-of-type {
	width: 175px;
}
.trustscore-table .table th {
	width: 160px;
}
.trustscore-table .table .images th:first-of-type div {
	position: relative;
	padding: 0;
	background: 0 0;
}
.trustscore-table .table .images th:first-of-type {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: var(--color-primary-black);
}
.trustscore-table .table .images th:first-of-type div img {
	height: auto;
}
.trustscore-table .table .images th:first-of-type div::before {
	width: calc(100% + 20px);
	height: calc(100% + 50px);
	content: "";
	position: absolute;
	left: -10px;
	top: -34px;
	border: 10px solid var(--color-primary-9d);
	border-bottom: none;
	z-index: 1;
}
.trustscore-table .table .scores td:first-of-type {
	position: relative;
}
.trustscore-table .table .scores td:first-of-type::before {
	content: "";
	position: absolute;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	left: -10px;
	top: -10px;
	border: 10px solid var(--color-primary-9d);
	border-top: none;
	z-index: 1;
}
.trustscore-table .table span {
	font-family: Soleil;
	font-size: 16px;
	letter-spacing: 0;
	color: var(--color-primary-black);
	text-align: center;
}
@media only screen and (max-width: 990px) {
	.trustscore-table .table .images th:first-of-type {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.trustscore-table .table th,
	.trustscore-table .table th:first-of-type {
		width: unset;
	}
	.trustscore-table .table span {
		font-size: 14px;
	}
	.trustscore-table.container {
		padding: 0 75px;
	}
	.trustscore-table .flipped {
		display: flex;
		background: 0 0;
	}
	.trustscore-table .flipped thead {
		display: flex;
		flex-shrink: 0;
		min-width: min-content;
	}
	.trustscore-table .flipped tbody {
		display: flex;
		position: relative;
	}
	.trustscore-table .flipped tr {
		display: flex;
		flex-direction: column;
		min-width: min-content;
		flex-shrink: 0;
	}
	.trustscore-table .flipped td,
	.trustscore-table .flipped th {
		display: block;
	}
	.trustscore-table .flipped td {
		border-left: 0;
		flex-grow: 1;
	}
	.trustscore-table .flipped .scores td {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.trustscore-table .flipped td:not(:last-child),
	.trustscore-table .flipped th:not(:last-child) {
		border-bottom: 0;
	}
	.trustscore-table tbody,
	.trustscore-table thead {
		width: 50%;
	}
	.trustscore-table tr {
		width: 100%;
	}
	.trustscore-table .table .scores td:first-of-type::before {
		border-left: none;
		border-width: 5px;
		border-top: 5px solid var(--color-primary-9d);
		width: calc(100% + 10px);
		height: calc(100% + 10px);
		left: -5px;
		top: -5px;
	}
	.trustscore-table .table .images th:first-of-type {
		position: relative;
	}
	.trustscore-table .table .images th:first-of-type div::before {
		display: none;
	}
	.trustscore-table .table .images th:first-of-type::before {
		content: "";
		position: absolute;
		border: 5px solid var(--color-primary-9d);
		border-right: none;
		width: calc(100% + 10px);
		height: calc(100% + 10px);
		left: -5px;
		top: -5px;
	}
	.trustscore-table td {
		padding: 26px 0;
	}
	.trustscore-table .table .images div {
		padding: 26px 15px;
	}
}
@media only screen and (max-width: 600px) {
	.trustscore-table.container {
		padding: 0 25px;
	}
}
