.sectors ul li {
	font-size: 15px;
	line-height: 26px;
}
.sectors .two-col-image-text-btn .container-padding {
	padding-right: 0;
	padding-left: 250px;
}
.sectors .partners-with-title .partners-list {
	justify-items: center;
	justify-content: center;
}
.sectors .lightblue-bg {
	background-color: #f8f9fb;
}
.sectors .full-lightblue-bg:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f8f9fb;
	z-index: -2;
}
.sectors .half-lightblue-bg:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	top: 0;
	left: 0;
	background-color: #f8f9fb;
	z-index: -2;
}
.sectors .link {
	font-family: Soleil-Bold;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0;
}
.sectors .link span {
	font-size: 16px;
	color: var(--color-primary-8a);
	text-decoration: none;
	display: inline-block;
}
.sectors .quote-and-image .signature {
	z-index: -1;
}
.sectors .two-col-image-text-btn .section-wrapper {
	gap: 200px;
	align-items: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.sectors .two-col-image-text-btn h3 {
	font-size: 30px;
	line-height: 40px;
}
.sectors .two-col-image-text-btn .btn-container {
	margin-top: 30px;
}
.sectors .two-col-image-text-btn .image-side {
	width: 30%;
}
.sectors .two-col-image-text-btn .text-side {
	width: 70%;
	margin: 0;
}
.sectors .two-col-image-text-btn.lightblue-bg {
	background-color: #f8f9fb;
}
.sectors .mobile-content {
	display: none;
}
.sectors .two-col-text-image.container-padding.first {
	padding-bottom: 0;
}
.sectors .two-col-text-image.container-padding {
	padding: 120px 200px;
}
.sectors .two-col-text-image .text-container {
	margin-right: 0;
}
.sectors .two-col-text-image .section-wrapper {
	margin-bottom: 0;
	gap: 80px;
}
.sectors .two-col-text-image .section-heading {
	font-family: Mont-Bold;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
}
.sectors .two-col-text-image .link ~ span {
	color: var(--color-primary-8a);
	font-family: Mont-Bold;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}
.sectors .partners-with-title .line {
	background-color: #e8eff3;
}
.sectors .two-col-image-text-btn .image-side img {
	height: auto;
}
.sectors-hotels .quote-and-image .absolute {
	margin-top: 60px;
}
.bottom-form .btn-green {
	display: flex;
	justify-content: center;
}
.bottom-form .btn-green .spinner img {
	position: absolute;
	width: 30px;
	height: 30px;
	margin-top: -8px;
	margin-left: -30px;
}
.bottom-form .btn-green .spinner.hide {
	display: none;
}
@media only screen and (max-width: 990px) {
	.sectors .mobile-content {
		display: flex;
		flex-direction: column;
		margin-top: 30px;
	}
	.sectors .mobile-content .content {
		margin-bottom: 25px;
	}
	.sectors .hero-section-text-small-image {
		background: linear-gradient(to right, #101921 90%, #2dc98a 10%);
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.sectors .hero-section-text-small-image .row {
		padding-right: 75px;
	}
	.sectors .hero-section-text-small-image .row .text-side {
		padding: 0 30px 0 0;
	}
	.sectors .hero-section-text-small-image .row .mobile-content .content {
		padding-right: 40px;
	}
	.sectors .hero-section-text-small-image .text-side .btn-green,
	.sectors .hero-section-text-small-image .text-side .content {
		display: none;
	}
	.sectors .hero-section-text-small-image .title {
		margin-bottom: 0;
	}
	.sectors .hero-section-text-small-image .title:before {
		display: none;
	}
	.sectors .hero-section-text-small-image .container .row {
		gap: 0;
	}
	.sectors .two-col-text-image .section-heading {
		font-size: 20px;
		line-height: 30px;
	}
	.sectors .two-col-text-image.container-padding {
		padding: 60px 75px;
	}
	.sectors .two-col-text-image .section-wrapper {
		gap: 60px;
	}
	.sectors
		.two-col-text-image
		.image-container
		.sectors
		.two-col-text-image.image-left
		.image-side,
	.sectors .two-col-text-image.image-left .text-side {
		width: 100%;
	}
	.sectors .two-col-image-text-btn .section-wrapper {
		flex-direction: column;
		gap: 60px;
		padding-bottom: 0;
	}
	.sectors .two-col-image-text-btn .container-padding {
		padding-right: 75px;
		padding-left: 75px;
	}
	.sectors .two-col-image-text-btn .image-side,
	.sectors .two-col-image-text-btn .text-side {
		width: 100%;
	}
	.sectors .two-col-image-text-btn .image-side img {
		width: 100%;
	}
	.sectors .two-col-text-image.image-left .image-side,
	.sectors .two-col-text-image.image-left .text-side {
		width: 100%;
	}
	.sectors .two-col-text-image .large-title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 60px;
	}
	.sectors .two-col-image-text-btn h3 {
		font-size: 24px;
		line-height: 30px;
		margin-right: 0;
	}
	.sectors .two-col-image-text-btn .image-side img {
		max-width: 50%;
		margin: 0 auto;
	}
	.sectors .two-col-image-text-btn .container-padding {
		padding-right: 25px;
		padding-left: 25px;
	}
	.sectors .centered-text-small-container .content {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 750px) {
	.sectors .two-col-image-text-btn .text-side .section-content {
		margin-bottom: 0;
	}
	.sectors .two-col-image-text-btn .text-side .btn-container,
	.sectors .two-col-image-text-btn .text-side .section-content {
		display: block;
	}
}
@media only screen and (max-width: 600px) {
	.sectors-hotels .hero-section-text-small-image .text-side .top-title {
		padding-right: 60px;
	}
	.sectors .hero-section-text-small-image .row .text-side {
		padding-left: 0;
		padding-right: 25px;
	}
	.sectors .hero-section-text-small-image .row .mobile-content .content {
		padding-right: 0;
	}
	.sectors .partners-with-title .heading {
		gap: 20px;
	}
	.sectors .two-col-text-image.container-padding {
		padding: 60px 25px;
	}
	.sectors .hero-section-text-small-image .title {
		padding-right: 30px;
	}
	.sectors .two-col-text-image .large-title:before {
		left: 0;
		transform: none;
		text-align: left;
		width: 120px;
	}
	.sectors .two-col-text-image .image-container img {
		margin: 0 -25px;
		width: calc(100% + 50px);
		max-width: calc(100% + 50px);
	}
	.sectors .two-col-text-image .large-title {
		margin-bottom: 40px;
		padding-bottom: 30px;
		text-align: left;
	}
	.sectors .hero-section-text-small-image .row {
		padding-right: 25px;
	}
	.sectors .hero-section-text-small-image .row .image-side img {
		margin: 0 -25px;
		width: calc(100% + 50px);
	}
	.sectors .hero-section-text-small-image {
		background: linear-gradient(
			to right,
			#101921 calc(100% - 30px),
			#2dc98a 10%
		);
	}
	.sectors .hero-section-text-small-image .mobile-content {
		padding-right: 35px;
	}
	.sectors .two-col-image-text-btn .section-wrapper .text-side {
		margin-bottom: 30px;
	}
	.sectors .two-col-image-text-btn .section-wrapper {
		gap: 0;
	}
	.sectors .two-col-image-text-btn .image-side img {
		margin: 0 -25px;
		max-width: calc(100% + 50px);
		width: calc(100% + 50px);
	}
}
@media only screen and (max-width: 366px) {
	.sectors-hotels.sectors .partners-with-title .line {
		width: 20%;
	}
	.sectors-hotels.sectors .partners-with-title .title {
		font-size: 15px;
	}
	.sectors-hotels.sectors .partners-with-title .heading {
		gap: 15px;
	}
}

.sectors-hotels .hero-section-text-small-image .text-side .top-title {
	color: var(--color-primary-b2);
}
.sectors-hotels.sectors .partners-with-title .line {
	background-color: var(--color-primary-b2);
}
.sectors-hotels .two-col-text-image.first .section-content:first-of-type,
.sectors-hotels .two-col-text-image.second .section-content:first-of-type {
	margin-bottom: 41px;
}
.sectors-hotels .two-col-text-image.second .absolute-mobile {
	display: none;
}
.sectors-hotels .two-col-text-image.image-left .text-side {
	width: 60%;
}
.sectors-hotels .two-col-text-image.image-left .image-side {
	width: 40%;
}
.sectors-hotels .two-col-text-image.image-right .image-side {
	width: 55%;
}
.sectors-hotels .two-col-text-image.image-right .text-side {
	width: 45%;
}
.sectors-hotels .two-col-text-image.image-right .section-wrapper {
	gap: 0;
}
.sectors-hotels .two-col-image-text-btn .section-content {
	margin-bottom: 40px;
}
.sectors .quote-and-image .absolute {
	position: absolute;
	top: 60px;
	right: 60px;
	max-width: 170px;
	padding-right: 0;
}
.sectors-hotels .partners-with-title .partners-list {
	gap: 80px;
}
@media only screen and (max-width: 990px) {
	.sectors-hotels .partners-with-title .partners-list {
		column-gap: 120px;
		row-gap: 30px;
	}
	.sectors-hotels .two-col-text-image.second {
		overflow-x: hidden;
	}
	.sectors-hotels .two-col-text-image.second .image-wrapper {
		position: relative;
	}
	.sectors-hotels .two-col-text-image.second .absolute-mobile {
		display: block;
		position: absolute;
		top: 75%;
		right: -15%;
		max-width: 55%;
	}
	.sectors-hotels .two-col-text-image .section-wrapper {
		gap: 0;
	}
	.sectors-hotels .two-col-text-image {
		background-color: #f8f9fb;
	}
	.sectors-hotels .two-col-text-image.container-padding.second {
		padding-top: 35px;
	}
	.sectors-hotels .two-col-text-image.image-left .image-side,
	.sectors-hotels .two-col-text-image.image-left .text-side,
	.sectors-hotels .two-col-text-image.image-right .image-side,
	.sectors-hotels .two-col-text-image.image-right .text-side {
		width: 100%;
	}
	.sectors-hotels
		.two-col-text-image.second.image-right
		.image-side
		.section-heading {
		display: block;
	}
	.sectors-hotels .two-col-text-image.second.image-right .text-side {
		display: none;
	}
	.sectors-hotels .two-col-image-text-btn .section-content {
		font-size: 15px;
	}
}
@media only screen and (max-width: 775px) {
	.sectors-hotels .partners-with-title .partners-list {
		column-gap: 100px;
	}
	.sectors-hotels .partners-with-title .partners-list img {
		width: 100px;
	}
}
@media only screen and (max-width: 750px) {
	.sectors-hotels
		.two-col-image-text-btn.has-btn.right-image
		.image-side
		.section-content,
	.sectors-hotels
		.two-col-image-text-btn.has-btn.right-image
		.image-side
		.btn-container {
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	.sectors-hotels .two-col-image-text-btn .image-side img {
		padding-right: 44px;
		padding-left: 5px;
	}
	.sectors-hotels .partners-with-title .partners-list img {
		width: 88px;
	}
	.sectors-hotels .partners-with-title .partners-list {
		column-gap: 30px;
		row-gap: 15px;
	}
	.sectors-hotels .two-col-text-image.second .absolute-mobile {
		right: -5%;
		top: 75%;
		max-width: 65%;
	}
	.sectors-hotels .two-col-text-image.second .image-container .text-container {
		margin-top: 60px;
	}
	.sectors-hotels .two-col-text-image.second .image-side .image-wrapper,
	.sectors-hotels .two-col-text-image.second .section-content:last-of-type {
		margin-bottom: 0;
	}
	.sectors-hotels .quote-and-image {
		padding-top: 0;
	}
	.sectors-hotels .partners-with-title img:first-of-type {
		margin: 0 6px;
	}
	.sectors-hotels .quote-and-image::before {
		top: 12%;
	}
}
@media only screen and (max-width: 450px) {
	.sectors-hotels .two-col-text-image.second .absolute-mobile {
		right: -10%;
	}
}

.sectors-authority .partners-with-title img {
	max-height: 80px;
}
.sectors-authority .two-col-text-image.third.image-left img {
	padding-right: 75px;
}
.sectors-authority .partners-with-title {
	padding-bottom: 60px;
}
.sectors-authority .centered-text-small-container .title::before {
	background-color: var(--color-primary-9d);
}
.sectors-authority .centered-text-small-container {
	padding-top: 120px;
	border-top: 2px solid var(--color-neutral-e1);
}
.sectors-authority .centered-text-small-container .row {
	margin-top: 0;
}
.sectors-authority .quote-and-image .signature {
	color: var(--color-primary-9d);
	white-space: nowrap;
}
.sectors-authority .two-col-text-image.first .image-wrapper .link,
.sectors-authority .two-col-text-image.first .image-wrapper .link ~ span,
.sectors-authority .two-col-text-image.fourth .image-wrapper .link,
.sectors-authority .two-col-text-image.fourth .image-wrapper .link ~ span {
	display: none;
}
.sectors-authority .two-col-text-image.second .text-side {
	width: 65%;
}
.sectors-authority .two-col-text-image.second .image-side {
	width: 35%;
}
@media only screen and (max-width: 1300px) {
	.sectors-authority .two-col-text-image.third.image-left img {
		padding-right: 25px;
	}
}
@media only screen and (max-width: 990px) {
	.sectors-authority .partners-with-title .partners-list {
		column-gap: 80px;
	}
	.sectors-authority .two-col-text-image.third.image-left img {
		padding-right: 0;
	}
	.sectors-authority .hero-section-text-small-image.sectors.gray-background {
		background: linear-gradient(to right, #f8f9fb 90%, #fff 10%);
	}
	.sectors-authority .centered-text-small-container .row {
		margin: 60px 75px;
		padding: 0;
	}
	.sectors-authority .two-col-text-image.second .image-side,
	.sectors-authority .two-col-text-image.second .text-side {
		width: 100%;
	}
	.sectors-authority .two-col-text-image.first.image-left .text-side,
	.sectors-authority .two-col-text-image.second.image-right .text-side {
		display: none;
	}
	.sectors-authority .two-col-text-image .image-side .section-heading {
		display: block;
	}
	.sectors-authority .centered-text-small-container {
		padding-top: 0;
	}
	.sectors-authority .first.image-left .image-container img {
		margin-bottom: 30px;
	}
	.sectors-authority .two-col-text-image.third img {
		display: none;
	}
	.sectors-authority .two-col-text-image.first .image-wrapper .link ~ span,
	.sectors-authority .two-col-text-image.fourth .image-wrapper .link ~ span {
		display: inline;
	}
	.sectors-authority
		.two-col-text-image.second.image-right
		.image-side
		.section-content,
	.sectors-authority .two-col-text-image.second.image-right .image-wrapper,
	.sectors-authority .two-col-text-image.third.image-left .image-wrapper {
		margin-bottom: 0;
	}
	.sectors-authority
		.two-col-text-image.fourth.image-right
		.text-container
		.section-content,
	.sectors-authority .two-col-text-image.third.image-left .section-content {
		margin-bottom: 20px;
	}
	.sectors-authority .two-col-text-image.fourth.image-right .text-container {
		margin-top: 60px;
	}
	.sectors-authority .two-col-text-image.first .image-wrapper .link,
	.sectors-authority .two-col-text-image.fourth .image-wrapper .link {
		display: inline-block;
	}
	.sectors-authority .quote-and-image .absolute-mobile {
		margin-top: 0;
	}
}
@media only screen and (max-width: 870px) {
	.sectors-authority .partners-with-title .partners-list {
		column-gap: 50px;
	}
}
@media only screen and (max-width: 600px) {
	.sectors-authority .partners-with-title .partners-list {
		column-gap: 35px;
	}
	.sectors-authority .hero-section-text-small-image.sectors.gray-background {
		background: linear-gradient(to right, #f8f9fb calc(100% - 30px), #fff 10%);
	}
	.sectors-authority .centered-text-small-container .row {
		margin: 60px 25px;
	}
	.sectors-authority .link {
		padding-left: 20px;
		display: block;
	}
	.sectors-authority .two-col-text-image.second.image-right.fourth {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.sectors-authority .two-col-text-image.second.image-right {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.sectors-shopping .hero-section-text-small-image {
	background: linear-gradient(to right, #101921 75%, #f8f9fb 25%);
}
.sectors-shopping .hero-section-text-small-image .top-title {
	color: #52f2b2;
}
.sectors-shopping .partners-with-title.lightblue-bg {
	background-color: #f8f9fb;
	border-bottom: 2px solid #cdd9e1;
	padding: 75px 0 85px;
}
.sectors-shopping .partners-with-title .partners-list {
	grid-template-columns: repeat(auto-fit, 15%);
}
@media only screen and (max-width: 1300px) {
	.sectors-shopping .quote-and-image .absolute {
		width: unset;
	}
}
.sectors-supermarket .partners-with-title,
.sectors-stadiums .partners-with-title {
	padding: 75px 0 85px;
}
@media only screen and (max-width: 990px) {
	.sectors-shopping .partners-with-title.lightblue-bg,
	.sectors-supermarket .partners-with-title,
	.sectors-stadiums .partners-with-title {
		padding: 60px 0;
	}
	.sectors-shopping .hero-section-text-small-image {
		background: linear-gradient(to right, #101921 90%, #f8f9fb 10%);
	}
	.sectors-shopping .partners-with-title.lightblue-bg {
		border-bottom: 0;
	}
	.sectors-shopping .two-col-text-image.first .image-side .section-heading,
	.sectors-shopping .two-col-text-image.second .image-side .section-heading {
		display: block;
	}
	.sectors-shopping .two-col-text-image.first .text-side,
	.sectors-shopping .two-col-text-image.second .text-side {
		display: none;
	}
	.sectors-shopping .two-col-text-image.first .image-side .text-container {
		margin-top: 15px;
	}
	.sectors-shopping .two-col-text-image.first .image-side .image-wrapper,
	.sectors-shopping .two-col-text-image.first .image-side .section-content,
	.sectors-shopping .two-col-text-image.second .image-side .image-wrapper,
	.sectors-shopping .two-col-text-image.second .image-side .section-content {
		margin-bottom: 0;
	}
	.sectors-shopping .two-col-text-image.second .image-side .text-container {
		margin-top: 30px;
	}
	.sectors-shopping .two-col-text-image.third .image-side .text-container {
		margin-top: 0;
		margin-bottom: 60px;
	}
	.sectors-shopping .two-col-text-image.third .image-wrapper {
		display: flex;
		flex-direction: column-reverse;
	}
	.sectors-shopping .two-col-text-image.fourth.container-padding {
		padding-top: 30px;
	}
	.sectors-shopping .two-col-text-image.fourth img {
		display: none;
	}
	.sectors-shopping .quote-and-image .content {
		position: relative;
	}
	.sectors-shopping .quote-and-image .absolute-mobile {
		max-height: 57px;
		margin-top: 0;
		top: -13px;
		right: 38px;
	}
}
@media only screen and (max-width: 600px) {
	.sectors-shopping .hero-section-text-small-image {
		background: linear-gradient(
			to right,
			#101921 calc(100% - 30px),
			#f8f9fb 10%
		);
	}
	.sectors-shopping .partners-with-title .partners-list img {
		width: 100px;
	}
	.sectors-shopping .two-col-text-image.second.fourth.image-right {
		padding-bottom: 60px;
	}
	.sectors-shopping .two-col-text-image.second.image-right {
		padding-bottom: 0;
	}
	.sectors-shopping .quote-and-image .absolute-mobile {
		right: -15px;
	}
}

.sectors-stadiums .hero-section-text-small-image.green-background {
	background: linear-gradient(to right, #f8f9fb 75%, #2dc98a 25%);
}
.sectors-stadiums .hero-section-text-small-image img {
	background-color: var(--color-neutral-e1);
}
.sectors-stadiums .hero-section-text-small-image.green-background .content,
.sectors-stadiums .hero-section-text-small-image.green-background .title {
	color: var(--color-primary-black);
}
.sectors-stadiums .hero-section-text-small-image.sectors .btn-green {
	color: #fff;
}
.sectors-stadiums .partners-with-title .line {
	background-color: var(--color-primary-b2);
}
.sectors-stadiums .partners-with-title img:nth-child(3) {
	max-height: 40px;
}
.sectors-stadiums .partners-with-title img {
	max-height: 70px;
}
.sectors-stadiums .quote-and-image .signature {
	color: var(--color-primary-9d);
}
.sectors-stadiums .two-col-text-title .col.mobile,
.sectors-stadiums .two-col-text-title .link.mobile,
.sectors-stadiums .two-col-text-title .link.mobile ~ span {
	display: none;
}
.sectors-stadiums .two-col-text-title .wrap {
	margin-top: 20px;
}
.sectors-stadiums .two-col-text-image.second .section-wrapper {
	align-items: center;
}
@media only screen and (max-width: 990px) {
	.sectors-stadiums .hero-section-text-small-image.green-background {
		background: linear-gradient(to right, #f8f9fb 90%, #2dc98a 10%);
	}
	.sectors .hero-section-text-small-image .row .image-side {
		margin-top: 0;
	}
	.sectors-stadiums .two-col-text-image.first .text-side,
	.sectors-stadiums .two-col-text-image.second .text-side,
	.sectors-stadiums .two-col-text-image.third .image-side .text-container {
		display: none;
	}
	.sectors-stadiums .two-col-text-image.third.container-padding {
		background-color: #f8f9fb;
		padding-bottom: 0;
	}
	.sectors-stadiums .two-col-text-image.first .section-heading,
	.sectors-stadiums .two-col-text-image.second .section-heading {
		display: block;
	}
	.sectors-stadiums .two-col-text-image.first .image-side .text-container {
		margin-top: 30px;
	}
	.sectors-stadiums .two-col-text-image.first .image-wrapper {
		margin-bottom: 0;
	}
	.sectors-stadiums .two-col-text-image.second.container-padding {
		padding-top: 30px;
	}
	.sectors-stadiums .two-col-text-image.second .image-wrapper,
	.sectors-stadiums .two-col-text-image.second .image-wrapper .section-content {
		margin-bottom: 0;
	}
	.sectors-stadiums .two-col-text-image.second .image-side .text-container {
		margin-top: 60px;
	}
	.sectors-stadiums .two-col-text-image.third .section-wrapper {
		flex-direction: column-reverse;
		gap: 0;
	}
	.sectors-stadiums .two-col-text-image.third .image-wrapper {
		margin-bottom: 0;
	}
	.sectors-stadiums .two-col-text-title .row {
		flex-direction: column;
		gap: 0;
	}
	.sectors-stadiums .two-col-text-title .col:not(:last-of-type) {
		margin-bottom: 60px;
	}
	.sectors-stadiums .two-col-text-title .col {
		width: 100%;
	}
	.sectors-stadiums .two-col-text-image.fourth img {
		display: none;
	}
	.sectors-stadiums .two-col-text-image.second.fourth.container-padding {
		padding-top: 0;
		background-color: #f8f9fb;
	}
	.sectors-stadiums .two-col-text-title .link.mobile {
		display: block;
	}
	.sectors-stadiums .two-col-text-title .col.mobile {
		display: block;
	}
	.sectors-stadiums .two-col-text-title {
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 600px) {
	.sectors-stadiums .partners-with-title img:first-of-type {
		margin: 0 6px;
	}
	.sectors-stadiums .partners-with-title img {
		max-height: 55px;
		object-fit: contain;
	}
	.sectors-stadiums .two-col-text-image.second.fourth.container-padding {
		padding-bottom: 60px;
	}
	.sectors-stadiums .two-col-text-image.second.container-padding {
		padding-bottom: 0;
	}
	.sectors-stadiums .two-col-text-title .mobile img {
		margin: 0 -25px;
		max-width: calc(100% + 50px);
	}
	.sectors-stadiums .quote-and-image .absolute-mobile {
		max-width: 90px;
		margin-top: 0;
	}
}

.sectors-supermarket .hero-section-text-small-image.sectors {
	background: linear-gradient(
		to right,
		#2dc98a 0,
		#49d69d 75%,
		#49d69d 75%,
		#fff 75%,
		#fff 100%
	);
}
.sectors-supermarket .hero-section-text-small-image.sectors .title:before {
	background-color: #52f2b2;
}
.sectors-supermarket .hero-section-text-small-image.sectors .content,
.sectors-supermarket .hero-section-text-small-image.sectors .top-title {
	color: var(--color-primary-black);
}
.sectors-supermarket .partners-with-title img:nth-child(4) {
	height: 70px;
}
.sectors-supermarket .two-col-text-image.first .image-wrapper .green-arrow,
.sectors-supermarket .two-col-text-image.first .image-wrapper .link {
	display: none;
}
.sectors-supermarket .snake-bg {
	overflow-x: hidden;
}
.sectors-supermarket .snake-bg .text-side {
	display: flex;
	align-items: center;
}
.sectors-supermarket .two-col-text-image.snake .image-side {
	padding-left: 30px;
}
.sectors-supermarket .two-col-text-image.snake .image-side,
.sectors-supermarket .two-col-text-image.snake .text-side {
	position: relative;
}
.sectors-supermarket .two-col-text-image.snake .text-side {
	padding-right: 100px;
	padding-top: 0;
}
.sectors-supermarket .two-col-text-image.snake .section-wrapper {
	gap: 0;
}
.sectors-supermarket .two-col-text-image.snake .image-side .image-container {
	z-index: 1;
}
.sectors-supermarket .two-col-text-image.snake .image-side:before {
	content: "";
	position: absolute;
	height: 100px;
	top: 20%;
	left: -24px;
	width: 300%;
	border-top: 24px solid #e8eff3;
	border-left: 24px solid #e8eff3;
	border-top-left-radius: 60px;
	z-index: 0;
}
.sectors-supermarket .two-col-text-image.snake .text-side:before {
	content: "";
	position: absolute;
	height: calc(100% - 225px);
	width: 300%;
	bottom: 45px;
	right: 0;
	border-bottom: 24px solid #e8eff3;
	border-right: 24px solid #e8eff3;
	border-bottom-right-radius: 60px;
}
.sectors-supermarket .two-col-text-image.second {
	padding-bottom: 0;
}
.sectors-supermarket .snake.second {
	padding-bottom: 60px;
}
.sectors-supermarket .two-col-text-image.second .image-side,
.sectors-supermarket .two-col-text-image.second .text-side {
	width: 50%;
}
.sectors-supermarket .two-col-text-image.third .section-wrapper {
	align-items: center;
}
.sectors-supermarket .swiper .swiper-button-prev {
	margin-top: 0;
	height: 46px;
	width: 46px;
	top: 40px;
	right: 100px;
	left: unset;
}
.sectors-supermarket .swiper .swiper-button-prev:after {
	content: "";
	background-image: url(./src/white-icons/slider-arrow.webp);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: rotate(-180deg);
}
.sectors-supermarket .swiper .swiper-button-next.swiper-button-disabled:after,
.sectors-supermarket .swiper .swiper-button-prev.swiper-button-disabled:after {
	background-image: url(./src/white-icons/slider-arrow-disabled.webp);
}
.sectors-supermarket .swiper .swiper-button-next:after {
	content: "";
	background-image: url(./src/white-icons/slider-arrow.webp);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.sectors-supermarket .swiper .swiper-button-next {
	margin-top: 0;
	height: 46px;
	width: 46px;
	top: 40px;
	right: 40px;
	left: unset;
}
.sectors-supermarket .swiper .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 0%;
	height: 6px;
	background-color: #fff;
	transition: width 0.2s ease-in;
}
/* .sectors-supermarket
	.swiper
	.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	width: 50%;
} */
@keyframes slideBar {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
.sectors-supermarket
	.swiper
	.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	animation: slideBar 3s linear infinite;
	animation-delay: 0.5s;
}
.sectors-supermarket .swiper .swiper-pagination-bullet {
	margin: 0 20px 0 0 !important;
	width: 130px;
	height: 2px;
	background-color: var(--color-primary-b2);
	border-radius: 0;
	opacity: 1;
	position: relative;
}
.sectors-supermarket .swiper .swiper-pagination {
	bottom: 60px;
	left: calc((100% - 150px) / 2);
	text-align: left;
}
.sectors-supermarket .two-col-image-text-btn .btn-green {
	color: var(--color-primary-black);
}
.sectors-supermarket .two-col-text-image.fifth .text-side {
	display: flex;
	align-items: center;
}
.sectors-supermarket .two-col-image-text-btn .section-title h3 span {
	color: var(--color-primary-9d);
}
@media only screen and (max-width: 1300px) {
	.sectors-supermarket .quote-and-image img {
		width: unset;
	}
	.sectors-supermarket .two-col-text-image.snake .text-side {
		padding-bottom: 35px;
	}
	.sectors-supermarket .swiper .swiper-pagination {
		bottom: 30px;
	}
	.sectors-supermarket .two-col-text-image.snake .text-side:before {
		bottom: 0;
	}
	.sectors-supermarket .two-col-text-image.snake .image-side:before {
		top: 15%;
		height: 40%;
	}
	.sectors-stadiums .quote-and-image .absolute-mobile {
		margin-top: 0;
	}
	.sectors-stadiums .quote-and-image .content-body {
		padding-top: 80px;
  }
	.sectors-hotels .quote-and-image .absolute {
		margin-top: 30px;
	}
	.sectors-authority .quote-and-image .content-body {
		padding-top: 50px;
	}
}
@media only screen and (max-width: 990px) {
	.sectors-supermarket .two-col-text-image.snake .text-side {
		padding-bottom: 0;
	}
	.sectors-supermarket .hero-section-text-small-image .text-side .btn-black {
		display: none;
	}
	.sectors-supermarket
		.two-col-text-image.first
		.image-wrapper
		.section-content {
		margin-bottom: 20px;
	}
	.sectors-supermarket .two-col-text-image.first .image-wrapper .green-arrow {
		display: inline-block;
	}
	.sectors-supermarket .two-col-text-image.first .image-wrapper .link {
		display: block;
	}
	.sectors-supermarket .two-col-text-image.snake {
		overflow: hidden;
		padding-bottom: 0;
		padding-top: 30px;
	}
	.sectors-supermarket .hero-section-text-small-image.sectors {
		background: linear-gradient(
			to right,
			#2dc98a 0,
			#49d69d 90%,
			#49d69d 90%,
			#fff 90%,
			#fff 100%
		);
	}
	.sectors-supermarket
		.two-col-image-text-btn.black-background
		.image-side
		img {
		margin: 0;
		width: 100%;
		max-width: 100%;
	}
	.sectors-supermarket .two-col-text-image.first:first-of-type .large-title {
		margin-bottom: 0;
	}
	.sectors-supermarket .two-col-text-image .link {
		padding-left: 20px;
	}
	.sectors-supermarket .snake .image-side .text-container,
	.sectors-supermarket .two-col-text-image.first .text-side,
	.sectors-supermarket .two-col-text-image.snake .text-side:before {
		display: none;
	}
	.sectors-supermarket .two-col-text-image.first .section-heading {
		display: block;
	}
	.sectors-supermarket .snake .section-wrapper {
		flex-direction: column-reverse;
	}
	.sectors-supermarket .two-col-text-image.second .image-side,
	.sectors-supermarket .two-col-text-image.second .text-side {
		width: 100%;
	}
	.sectors-supermarket .two-col-text-image.snake .image-wrapper {
		margin-bottom: 24px;
	}
	.sectors-supermarket .two-col-text-image.snake .image-side:after {
		content: "";
		top: 0;
		right: -96px;
		position: absolute;
		width: 120px;
		height: 50%;
		border-top: 24px solid #e8eff3;
		border-left: 24px solid #e8eff3;
		border-top-left-radius: 60px;
	}
	.sectors-supermarket .two-col-text-image.snake .image-side:before {
		top: unset;
		bottom: 0;
		left: unset;
		right: 0;
		width: 150%;
		height: 55%;
		border-top: unset;
		border-left: unset;
		border-bottom: 24px solid #e8eff3;
		border-right: 24px solid #e8eff3;
		border-bottom-right-radius: 60px;
	}
	.sectors-supermarket .two-col-text-image.snake .text-side {
		padding-right: 0;
		padding-top: 60px;
	}
	.sectors-supermarket .quote-and-image.swiper-slide {
		padding-bottom: 120px;
	}
	.sectors-supermarket .swiper .swiper-pagination {
		bottom: 60px;
		left: 75px;
	}
	.sectors-supermarket .swiper .swiper-button-next,
	.sectors-supermarket .swiper .swiper-button-prev {
		top: unset;
		bottom: 120px;
	}
	.sectors-supermarket .two-col-text-image.third .text-side {
		display: block;
	}
	.sectors-supermarket .two-col-text-image.fifth .image-wrapper .text-container,
	.sectors-supermarket .two-col-text-image.third .image-side {
		display: none;
	}
	.sectors-supermarket .two-col-text-image.fourth .image-wrapper,
	.sectors-supermarket .two-col-text-image.third .section-content {
		margin-bottom: 0;
	}
	.sectors-supermarket .two-col-text-image.fourth {
		padding-top: 0;
	}
	.sectors-supermarket .two-col-text-image.fourth .section-wrapper {
		flex-direction: column-reverse;
	}
	.sectors-supermarket .two-col-text-image.fifth .section-wrapper,
	.sectors-supermarket .two-col-text-image.fourth .section-wrapper {
		gap: 0;
	}
	.sectors-supermarket .two-col-text-image.fifth {
		padding-top: 0;
	}
}
@media only screen and (max-width: 600px) {
	.sectors-supermarket .partners-with-title img:nth-child(1) {
		order: 3;
	}
	.sectors-supermarket .partners-with-title img:nth-child(2) {
		order: 1;
	}
	.sectors-supermarket .partners-with-title img:nth-child(3) {
		order: 4;
	}
	.sectors-supermarket .partners-with-title img:nth-child(5) {
		order: 5;
	}
	.sectors-supermarket .partners-with-title img:nth-child(4) {
		height: 45px;
		object-fit: contain;
		order: 2;
	}
	.sectors-supermarket
		.two-col-text-image.first
		.image-wrapper
		.text-container {
		margin-top: 40px;
	}
	.sectors-supermarket .two-col-text-image.first .image-wrapper {
		margin-bottom: 0;
	}
	.sectors-supermarket .two-col-text-image.snake .image-wrapper img {
		margin: 0 0 0 -25px;
		width: 85%;
		max-width: 100%;
	}
	.sectors-supermarket .two-col-text-image.snake .image-side {
		padding-left: 0;
	}
	.sectors-supermarket .two-col-text-image.snake .section-content {
		margin-bottom: 0;
	}
	.sectors-supermarket .swiper .btn-black {
		width: fit-content;
	}
	.sectors-supermarket .swiper .swiper-pagination {
		left: 25px;
	}
	.sectors-supermarket .two-col-text-image.fifth {
		padding-bottom: 20px;
	}
	.sectors-supermarket .swiper .swiper-pagination-bullet {
		width: 70px;
	}
}

.sectors-service .hero-section-text-small-image .top-title {
	color: var(--color-primary-b2);
}
.sectors-service .hero-section-text-small-image.sectors {
	background: linear-gradient(to right, #101921 75%, #f8f9fb 25%);
}
.sectors-service .partners-with-title .partners-list img:first-of-type {
	width: 100px;
}
.sectors-service .partners-with-title .partners-list {
	grid-template-columns: repeat(auto-fit, 15%);
}
.sectors-service .two-col-text-image .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 80px;
	position: relative;
}
.sectors-service .two-col-text-image .box:last-of-type:after {
	content: "";
	position: absolute;
	left: -81px;
	top: 0;
	width: 42px;
	height: 24px;
	background-color: #e8eff3;
}
.sectors-service .two-col-text-image .box:first-of-type:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -73px;
	width: 24px;
	height: 42px;
	background-color: #e8eff3;
	transform: translateX(-50%);
}
.sectors-service .two-col-text-image .green-percent {
	font-family: Mont-Bold;
	font-size: 50px;
	line-height: 30px;
	letter-spacing: 0;
	color: var(--color-primary-8a);
	margin-bottom: 25px;
}
.sectors-service .two-col-text-image .box .content {
	font-family: Mont-Bold;
	font-size: 16px;
	line-height: 24px;
	color: var(--color-neutral-52);
	text-align: center;
}
.sectors-service .snake .section-wrapper {
	gap: 0;
}
.sectors-service .snake .text-side {
	position: relative;
	padding-right: 130px;
	padding-bottom: 100px;
	width: 65%;
}
.sectors-service .snake-bg {
	overflow: hidden;
}
.sectors-service .snake .text-side:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 15%;
	height: 24px;
	width: 42px;
	background-color: var(--color-primary-8a);
	z-index: 2;
}
.sectors-service .snake .text-side:after {
	content: "";
	position: absolute;
	height: calc(100% - 225px);
	width: 300%;
	bottom: 0;
	right: 0;
	border-bottom: 24px solid #e8eff3;
	border-right: 24px solid #e8eff3;
	border-bottom-right-radius: 60px;
}
.sectors-service .snake .image-side {
	position: relative;
	padding-left: 80px;
	padding-top: 95px;
	width: 35%;
	align-items: unset;
}
.sectors-service .snake .image-side:after {
	content: "";
	position: absolute;
	height: 50%;
	top: 0;
	left: -24px;
	width: 300%;
	border-top: 24px solid #e8eff3;
	border-left: 24px solid #e8eff3;
	border-top-left-radius: 60px;
	z-index: 0;
}
.sectors-service .snake .top-copy {
	display: none;
}
.sectors-service .quote-and-image .signature {
	white-space: nowrap;
}
@media only screen and (max-width: 990px) {
	.sectors-service .hero-section-text-small-image.sectors {
		background: linear-gradient(to right, #101921 90%, #f8f9fb 10%);
	}
	.sectors-service .two-col-text-image.first .image-wrapper .section-heading,
	.sectors-service .two-col-text-image.second .image-wrapper .section-heading {
		display: block;
	}
	.sectors-service .snake-bg {
		overflow: hidden;
		background-color: #fff;
	}
	.sectors-service .snake-bg .snake {
		padding-top: 0;
	}
	.sectors-service .two-col-text-image.first .text-side,
	.sectors-service .two-col-text-image.second .text-side,
	.sectors-service .two-col-text-image.third .image-side .text-container {
		display: none;
	}
	.sectors-service .two-col-text-image.third .section-wrapper {
		flex-direction: column-reverse;
		gap: 0;
	}
	.sectors-service .two-col-text-image.first .image-wrapper,
	.sectors-service .two-col-text-image.second .image-wrapper,
	.sectors-service .two-col-text-image.second .image-wrapper .section-content,
	.sectors-service .two-col-text-image.third .image-wrapper {
		margin-bottom: 0;
	}
	.sectors-service .two-col-text-image.second {
		padding-top: 35px;
		padding-bottom: 60px;
	}
	.sectors-service .two-col-text-image.second .text-container {
		margin-top: 60px;
	}
	.sectors-service .snake-bg {
		margin-top: 0;
	}
	.sectors-service .snake .hide-mobile {
		display: none;
	}
	.sectors-service .snake .top-copy .section-heading {
		padding-bottom: 40px;
		margin-bottom: 40px;
		margin-left: -30px;
	}
	.sectors-service .snake .top-copy,
	.sectors-service .snake .top-copy .section-heading {
		display: block;
	}
	.sectors-service .snake .text-side {
		width: 100%;
		padding-right: 0;
	}
	.sectors-service .snake .text-side:after {
		display: none;
	}
	.sectors-service .snake .top-copy:after {
		content: "";
		position: absolute;
		height: 12px;
		width: 24px;
		background-color: var(--color-primary-8a);
		top: 60px;
		left: 35%;
	}
	.sectors-service .snake .top-copy {
		position: relative;
	}
	.sectors-service .snake .image-side:before {
		content: "";
		position: absolute;
		width: 125%;
		height: 50%;
		top: 60px;
		left: -24px;
		border-top: 12px solid #e8eff3;
		border-left: 12px solid #e8eff3;
		border-top-left-radius: 40px;
	}
	.sectors-service .snake .image-side:after {
		width: 150%;
		height: 50%;
		top: unset;
		bottom: 0;
		border-bottom: 12px solid #e8eff3;
		border-left: 12px solid #e8eff3;
		border-bottom-left-radius: 40px;
		border-top-left-radius: 0;
		border-top: unset;
		border-right: unset;
	}
	.sectors-service .snake .text-side {
		padding-bottom: 0;
	}
	.sectors-service .snake .image-side {
		width: 100%;
		padding-left: 30px;
		padding-top: 0;
		flex-direction: column;
	}
	.sectors-service .two-col-text-image .box {
		align-items: flex-start;
		margin-bottom: 50px;
	}
	.sectors-service .two-col-text-image .box .content {
		text-align: left;
	}
	.sectors-service .two-col-text-image .green-percent {
		font-size: 44px;
		line-height: 52px;
		margin-bottom: 0;
	}
	.sectors-service .two-col-text-image .box:first-of-type:after {
		height: 12px;
		width: 24px;
		left: -30px;
		top: 16px;
	}
	.sectors-service .two-col-text-image .box:last-of-type:after {
		width: 24px;
		height: 12px;
		left: -42px;
		top: 20px;
	}
	.sectors-service .snake .text-side:before {
		display: none;
	}
	.sectors-stadiums .quote-and-image .absolute-mobile {
		margin-top: 0;
	}
	.sectors-stadiums .quote-and-image .content-body {
		padding-top: 40px;
  }
	.sectors-hotels .quote-and-image .absolute {
		margin-top: 30px;
	}
	.sectors-hotels .quote-and-image .absolute-mobile {
		margin-top: 40px;
	}
	.sectors-authority .quote-and-image .content-body {
		padding-top: 30px;
	}
}
@media only screen and (max-width: 600px) {
	.sectors-service .two-col-text-image.second {
		padding-bottom: 0;
	}
	.sectors-service .partners-with-title .partners-list img {
		width: auto;
		max-width: 120px;
	}
	.sectors-service .snake .image-side::after,
	.sectors-service .snake .image-side:before {
		left: -12px;
	}
	.sectors-service .two-col-text-image .box:first-of-type:after,
	.sectors-service .two-col-text-image .box:last-of-type:after {
		left: -34px;
		transform: none;
	}
	.sectors-service .snake .top-copy .section-heading {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.sectors-service .snake .image-side:before,
	.sectors-service .snake .top-copy:after {
		top: 50px;
	}
	.sectors-stadiums .quote-and-image .content-body {
		padding-top: 40px;
  }
	.sectors-hotels .quote-and-image .absolute-mobile {
		margin-top: 30px;
	}
	.sectors-authority .quote-and-image .content-body {
		padding-top: 40px;
	}
}
