html, body {
	max-width: 100%;
	overflow-x: hidden;
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;

	/* 	padding: 2px; */
}

.button {
	background-color: #26b39a;
	/* 	border-radius: 8px; */
	border: none;
	color: white;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	/* 	background: radial-gradient(100% 100% at 0% 0%, #16B99C 0%, #04898A 100%); */
	border-radius: 6px;
}

button {
	/* 	background-color: #26b39a; Green */
	/* 	border-radius: 8px; */
	border: none;
	color: white;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	background: radial-gradient(100% 100% at 0% 0%, #16B99C 0%, #04898A 100%);
	border-radius: 6px;
}

button:disabled {
	background: gray;
}

.text-style {
	/* 	border: 1px solid #486666; */
	border-radius: 5px;
	/* 	background: #f6f5f4; */
	/* 	background: #effaf9; */
	/* 	border-bottom: 1px solid #72D2C1; */
	overflow: hidden;
	padding: 5pt;
	margin: 0 auto;
	min-width: 800px;
	display: inline-block;
	text-align: left;
}

.text-style input {
	border: none;
	border-bottom: 1px solid #333333;
	box-sizing: border-box;
	background: none;
}

.text-style textarea {
	border: 1px solid #333333;
	box-sizing: border-box;
	background: none;
}

.text-style input:read-only {
	color: #666666;
}

.text-style textarea:read-only {
	color: #666666;
}

.datafield-elem {
	width: 100%;
}

.datafield-value {
	color: #173C48;
}

.datafield-error {
	color: red;
}

.datafield-title {
	padding-bottom: 5pt;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	color: #779797;
}

.datafield-info {
	
}

.form-actions-area .datafield-elem {
	max-width: 200px;
	margin: 0 auto;
	flex: 1;
}

.datafield-meta {
	font-size: 0.8em;
	color: #aaaaaa;
	text-align: right;
	display: inline-block;
}

.inline-form-header {
	padding: 5pt 0;
	text-align: center;
}

.form-title {
	display: inline-block;
	margin: 0 auto;
}

.form-actions-area {
	padding: 5pt;
	border-top: 1px solid #72D2C1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.select-style {
	/* 	border: 1px solid #486666; */
	border-radius: 5px;
	overflow: hidden;
	background:
		url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==")
		no-repeat 95% 50%;
	padding: 5pt;
	margin: 0 auto;
	min-width: 800px;
	display: inline-block;
	text-align: left;
}

.select-style:active {
	color: #486666;
	background-color: #26b39a;
}

.select-style select {
	padding: 5px 0;
	/* 	width: 130%; */
	width: 100%;
	border: none;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	border-bottom: 1px solid #333333;
	box-sizing: border-box;
}

.select-style select:focus {
	outline: none;
}

.header {
	/* 		width: 100%; */
	height: 300px;
	top: 0px;
	left: 0px;
	/* 	padding: 10px; */
	position: relative;
	/* 	background-color: #486666; */
	background: linear-gradient(181.71deg, #173C48 1.22%, #04898A 98.32%);
	position: relative;
}

.headerBig {
	height: 800px;
}

.headerBig .menuCont .sectionDescCont .sectionTitle {
	display: flex;
	font-size: 72px;
	line-height: 86px;
	align-items: center;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 72px;
}

.headerBig .menuCont .sectionDescCont .sectionInfo {
	font-size: 36px;
	line-height: 43px;
	align-items: center;
	letter-spacing: -0.015em;
}

.headerImage {
	float: right;
	margin: 0;
	padding: 0;
	display: flex;
	max-width: 50%;
	margin-right: -100px;
	justify-content: center;
	align-items: center;
	justify-content: center;
	margin-right: -100px;
}

.homeHeaderImage {
	/* 	width:70%; */
	/* 	height:70%;  */
	max-width: 100%;
	height: auto;
}

.headerDesc {
	width: 100%;
	display: inline;
	padding: 0 20pt;
}

.menuCont {
	display: flex;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}

.header .logoButton {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	min-width: 120px;
	height: auto;
}

.header .logoButton img {
	width: 180px;
	height: auto;
	min-width: 120px;
}

.headerButtons a {
	margin-left: auto;
	margin-right: auto;
	/* 	border: thin solid black; */
	display: block;
	width: 150px;
	margin-top: 5px;
}

.headerButtons .button {
	background-color: #26b39a;
}

.menuCont .sectionDescCont {
	display: block;
	max-width: 1300px;
	padding-top: 30pt;
	text-align: left;
	position: relative;
	margin: 0 auto;
	width: 100%;
/* 	padding-left: 20pt; */
/* 	padding-right: 20pt; */
}

.menuCont .sectionDescCont .sectionTitle {
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 58px;
	display: flex;
	align-items: center;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	display: block;
	color: #FFFFFF;
}

.menuCont .sectionDescCont .sectionInfo {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	/* or 150% */
	letter-spacing: -0.015em;
	display: block;
	color: #FFFFFF;
}

.mainContent {
	margin: 0;
}

.sectionContent {
	/* 	margin: 0px; */
	padding: 0;
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 20pt;
}

.noContent {
	background-color: white;
	color: gray;
	font-size: large;
	text-align: center;
	padding: 10px;
}

.sectionsTabs {
	/* 	width:100%; */
	
}

.sectionsTabs .ui-tabs-panel {
	padding: 1px;
}

.sectionDesc {
	background-color: white;
	color: gray;
	font-size: x-large;
	text-align: center;
	padding: 10px;
}

.note {
	background-color: white;
	color: gray;
	font-size: x-small;
	text-align: center;
	padding: 10px;
}

.notification {
	/* 	border: 2px solid #bcd; */
	/* 	border-radius: 12px; */
	/* 	box-shadow: 0px 5px 10px #ddd; */
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #13D3D5;
}

.notifHeader {
	padding: 10px 20px;
	color: white;
	padding-bottom: 0;
	/* 	background-color: #486666; */
	/* 	border-radius: 10px 10px 0 0; */
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	/* 	display: flex; */
	/* 	align-items: center; */
	letter-spacing: -0.015em;
	background: radial-gradient(100% 100% at 0% 0%, #427A70 0%, #173C48 100%);
	border-radius: 6px 6px 0px 0px;
}

.notifTitle {
	display: inline-block;
	margin: 0;
	padding: 0;
	max-width: 80%;
	font-style: normal;
	font-weight: normal;
	/* 	font-size: 24px; */
	/* 	line-height: 29px; */
	letter-spacing: -0.015em;
}

.notifActions {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0;
}

.notifActions a {
	color: white;
	cursor: pointer;
}

.actionIcon {
	color: white;
	margin-right: 0.5em;
}

.notifBody {
	/* 	background-color: #F5F5DC; */
	/* 	padding: 10px; */
	max-width: 100%;
	/* 	overflow-x: auto; */
	word-wrap: break-word;
	/* 	border-radius: 0 0 10px 10px; */
}

.notifBody .notifContent {
	/* 	background-color: #F5F5DC; */
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	/* or 150% */
	letter-spacing: -0.015em;
	color: #173C48;
	margin: 0;
	padding: 0;
	border: none;
}

.highlightLink a {
	color: #4e9a06;
	text-decoration: none;
}

.highlightLink a:hover {
	text-decoration: underline;
	color: #73d216;
}

.notifBody .notifContent .ui-widget .ui-widget-content {
	border: none;
}

.notifBody .ui-widget-content {
	border: none;
}

.notifFooter {
	min-height: 10px;

	/* 	background-color: #F5F5DC; */
	/* 	border-radius: 0px 0px 12px 12px; */
}

.notifTitleActionsBar {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
}

.notifInfoArea {
	/* 	background-color: #F5F5DC; */
	padding: 0;
	padding-top: 10px;
	margin: 0;
	/* 	margin-top: 10px; */
	/* 	border-top: 1px solid #ffffff; */

	/* 	background-color: #173C48; */
}

.ui-tabs .ui-tabs-nav {
	background-color: #173C48;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

.notifStats {
	display: inline-block;
}

.statsItem {
	color: white;
	font-weight: bold;
	margin-right: 0.4em;
}

.notifInfo {
	display: inline-block;
	float: right;
}

.notifIcon {
	color: #13D3D5;
	margin-right: 0.4em;
}

.filtersContainer {
	padding: 10px;
	/* 	border-top: 1px solid #486666; */
	/* 	display: grid; */
	/* 	grid-template-columns: repeat(auto-fit, minmax(200px, min-content)); */
	grid-gap: 15px;
	/* 	align-items: stretch; */
	justify-content: center;
	/* 	align-content: start; */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	/* 	min-height: 100px; */
}

.filterBtn {
	/* 	width: 100%; */
	/* 	height: 100%; */
	width: 65px;
	height: 65px;
	border-radius: 50%;
	text-align: center;
	margin: auto;
	display: block;
	position: relative;
	justify-content: center;
}

.filterCont {
	/* 	margin: 10px; */
	/* 	width: 100%; */
	height: 100%;
	min-width: 200px;
	justify-content: space-between;
	/* 	margin: 0 auto; */
	max-width: 200px;
	display: block;
	/* 	display: flex; */
	/* 	flex-wrap:wrap; */
	/* 	flex-direction: row; */
	/* 	position:relative; */
	-webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1; /* OLD - Firefox 19- */
	-webkit-flex: 1; /* Chrome */
	-ms-flex: 1; /* IE 10 */
	flex: 1; /* NEW, */
}

.filterCont .select-style {
	min-width: 100%;
	/* 	align-self: flex-end; */
	/* 	position:absolute; */
	/* 	bottom: 0; */
}

.filterTitle {
	margin-bottom: 15px;
	padding-left: 5px;
	white-space: pre-line;
	width: 100%;
	line-height: 20px;
	min-height: 40px;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	color: #779797;
}

.filterCont>select {
	width: 100%;
}

.statsIcon {
	margin-right: 0.2em;
	color: #13D3D5;
}

.issueDetailsContent {
	max-height: 800px;
}

.issueDetailsFooter {
	padding-top: 5pt;
	margin-top: 5pt;
	border-top: 1px solid gray;
}

.detailsDisplay .issueDetailsContent {
	max-height: none;
}

.legendContaier {
	padding: 10px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, max-content));
	grid-gap: 15px;
	align-items: stretch;
	justify-content: center;
	align-content: start;
}

/* jquery stuff */
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 5pt;
	background: none;
	/* 	border-top: 1px solid gray; */
	overflow-y: auto;
}

.ui-tabs .ui-corner-all {
	border: none;
	border-radius: 0;
}

.ui-corner-all {
	border: none;
	border-radius: 0;
}

.ui-widget-header {
	border: none;
	background: none;
	color: #333333;
	font-weight: bold;
}

.ui-tabs .ui-tabs-nav li {
	margin-left: 20px;
}

.ui-tabs .ui-tabs-tab {
	background: rgba(198, 248, 243, 0.15);
	border: 3px solid #C6F8F3;
	box-sizing: border-box;
	border-radius: 6px 6px 0px 0px;
	border-bottom: 0;
	margin-left: 20px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active {
	background: #C6F8F3;
	border: 3px solid #C6F8F3;
	box-sizing: border-box;
	border-radius: 6px 6px 0px 0px;
	border-bottom: 0;
}

.ui-tabs-anchor {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	/* or 125% */
	letter-spacing: -0.015em;
	text-transform: uppercase;
}

.ui-tabs .ui-tabs-nav .ui-state-default .ui-tabs-anchor {
	color: #13D3D5;
}

.ui-tabs .ui-tabs-nav .ui-state-active .ui-tabs-anchor {
	color: #436B73;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
	a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
	{
	border: 1px solid #003eff;
	border-bottom-width: 1px;
	background: #486666;
	font-weight: normal;
	color: #ffffff;
}

/*lidl */
.lidl-logo-img {
	margin: 10pt;
}

.statsCont {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200pt, max-content));
	grid-gap: 15px;
	align-items: stretch;
	justify-content: center;
	align-content: start;
}

.statsCont .notification .notifHeader {
	text-align: center;
}

.statsCont .notification .notifBody {
	background: #d3d7cf;
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 100%;
}

.statsBodyCont {
	/* 	display: inline-block; */
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(50pt, 1fr));
	/* 	grid-auto-columns:100pt; */
}

.statsTemplate {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.statsCol {
	display: inline-block;
	/* display: table-cell; */
	/* display: table-row-group; */
	/* display:grid; */
	/* grid-template-columns: repeat(auto-fit, minmax(10pt, 1fr)); */
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d3d7cf;
	/* 	text-align: center; */
	width: 100%;
	/* 	min-width: 100pt; */
}

.statsName {
	/* 	display: table-cell; */
	/* display:inline-block; */
	padding: 5pt;
	margin: 0;
	/* 	min-width: 100pt; */
	/* 	width:100%; */
	height: 30pt;
	vertical-align: middle;
	/* 	line-height: 30pt; */
	text-align: left;
}

.statsVal {
	/* 	display:table-cell; */
	/* display:inline-block; */
	padding: 5pt;
	margin: 0;
	height: 30pt;
	/* 	min-width: 100pt; */
	/* 	width:100%; */
	vertical-align: middle;
	text-align: center;
	line-height: 30pt;
}

.statText {
	display: flex;
	margin: auto;
	align-items: center;
	vertical-align: middle;
	height: 100%;
	/* 		border: 1px solid red; */
}

.caption {
	background: #d3d7cf;
	/* 	border: 1px solid gray; */
	line-height: 20pt;
	height: 20pt;
	padding-top: 0;
	padding-bottom: 0;
}

.alt0 {
	background: #F5F5DC;
}

.alt1 {
	/* 	background: #b9cdcd; */
	background: #F5F5DC;
}

.selection-div {
	text-align: center;
	padding: 10pt;
	border: 1px solid gray;
	margin: 2pt;
	color: #486666;
}

.selection-div:hover {
	background-color: #F5F5DC;
	color: #486666;
}

.selection-div:active {
	color: #F5F5DC;
	background-color: #486666;
}

.selection-dialog .ui-dialog-titlebar-close {
	display: none;
}

.ui-dialog .ui-dialog-title {
	text-align: center;
	width: 100%;
	color: #F5F5DC;
}

.ui-dialog .ui-dialog-titlebar {
	background: #486666;
}

.formCont {
	/* 	border: 1px solid #486666; */
	/* 	border-radius: 5pt; */
	padding: 15pt;
	display: inline-block;
	margin: 0 auto;
	max-width: 800px;
	padding-top: 0;
}

.formCont label {
	display: block;
	text-align: left;
	margin: 5pt 0;
}

.formCont input {
	padding: 5pt;
	margin-bottom: 30pt;
	border: none;
	border-bottom: 1px solid #333333;
	box-sizing: border-box;
	background: none;
	display: block;
	width: 100%;
}

.formCont button {
	text-align: center;
	display: block;
	width: 80%;
	margin: 0 auto;
	margin-top: 15pt;
	min-height: 30pt;
}

.formTitle {
	color: gray;
	margin-bottom: 30pt;
}

.formCont .errorCont {
	color: red;
	width: 100%;
	margin: 10pt 0;
	text-align: center;
}

.formFieldCont {
	border: none;
	box-sizing: border-box;
	margin: 10pt 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	/* 	border-radius: 12px; */
}

.soft-heighlight {
	color: #13D3D5;
	letter-spacing: -0.015em;
}

.heighlight {
	color: #13D3D5;
	font-style: normal;
	font-weight: 600;
	/* 	font-size: 24px; */
	/* 	line-height: 29px; */
	/* 	display: flex; */
	/* 	align-items: center; */
	letter-spacing: -0.015em;
	text-transform: uppercase;
}

/* leaflet */
.leaflet-popup-content .ui-tabs-anchor {
	font-size: 10px;
}

.leaflet-popup-content .ui-widget.ui-widget-content {
	border: none;
}

.popup-title {
	padding: 10px 0;
}

.pb_logo {
	width: 169px;
	height: 52px;
	padding: 10px 10px;
	cursor: pointer;
}

.appInstallButtons {
	padding: 30px 0;
	margin-left: -10px;
	display: table;
}

.gbadge {
	height: 90px;
	width: auto;
	padding: 10px 0;
	vertical-align: middle;
}

.applebadge {
	padding: 10px;
	transform: scale(1.5);
	/* 	height: 90px; */
	width: auto;
	vertical-align: middle;
	margin-left: 20px;
}

.appInstallButtons>div {
	display: inline-block;
}

.app-install-section {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 10px;
	width: 100%;
}


.pb-footer-container {
	height: 264px;
	width: 100%;
	background: #173C48;
	display: flex;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
}

.pb-footer-container div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	margin: 0 auto;
}

.pb-footer-text {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	text-align: right;
	letter-spacing: -0.015em;
	color: #DAF0EB;
}

.pb-footer-text a{
	
	color: #DAF0EB;
}

.pb-footer-text a:link{
	text-decoration:none;
	color: #DAF0EB;
}

.pb-footer-text a:visited{
	text-decoration:none;
	color: #DAF0EB;
}

.pb-footer-text a:hover{
	text-decoration:underline;
	color: #DAF0EB;
}

.social-media-cont {
	display: flex;
	flex-direction: column;
	margin: auto;
}

.social-media-cont>div {
	padding: 0px !important;
}

.footer-menu {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.43);
	padding: 0px !important;
}

.footer-menu a {
	color: rgba(255, 255, 255, 0.43);
	font-size: 15px;
	line-height: 33px;
	letter-spacing: -0.015em;
	text-transform: uppercase;
}

.footer-menu ul {
	display: inline-block;
}

.footer-menu li {
	margin: 0px;
	margin-left: 30px;
	float: right;
	list-style: none;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.015em;
	font-weight: bold;
}

.footer-right {
	display: flex;
	flex-direction: column;
	text-align: right;
	align-content: flex-end;
	max-width: 500px;
}

.footer-left {
	width: 500px;
	display: flex;
	justify-content: flex-start !important;
}

.copyright {
	width: 100%;
	text-align: right;
}

.block-cont {
	clear: both;
	display: block !important;
	width: 100%;
}

.img-cont {
	
}


#howitworks .section-header {
	display:inline;
	max-width: 60%;
	float:right;
	
}


@media only screen and (min-width:1025px) {

	#howitworks img{
		
		margin-left: -200px;
		margin-top: -150px;
	}
	
	#install-app .section-wide{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	#install-app .app-install-img{
		margin-right: -100px;
		margin-top: -250px;
	}
	
	#statsinfo .section-body {
		margin-left: 100px;
		margin-top: 50px;
		min-width: 800px;
	}
}

@media only screen and (max-width:980px) {
	/* 	.header { */
	/* 		min-height: 500px; */
	/* 	} */
	/* 	.header .logoButton { */
	/* 		min-width: 100%; */
	/* 	} */
	/* 	.header .logoButton img { */
	/* 		display: block; */
	/* 		margin-left: auto; */
	/* 		margin-right: auto; */
	/* 		min-width: 350px; */
	/* 		height: auto; */
	/* 	} */
	.headerButtons {
		/* 		margin: 10px; */
		/* 		min-width: 100%; */
		
	}
	.headerButtons a {
		/* 		height: 100px; */
		min-width: 80%;
		font-size: 1.4em;
	}
	.select-style {
		min-height: 1.4em;
		font-size: 1.4em;
		min-width: 95%;
	}
	.text-style {
		min-width: 95%;
	}
	button {
		font-size: 1.4em !important;
	}
	.button {
		font-size: 1.2empx !important;
	}
	.menuCont {
		justify-content: inherit;
	}
	.ui-tabs-anchor {
		font-size: 10px;
		white-space: pre-line;
		min-height: 40px;
		max-width: 80px;
		text-align: center;
		line-height: 20px;
		display: flex;
		align-items: center;
	}
	.ui-tabs .ui-tabs-nav {
		width: 100%;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.ui-tabs .ui-tabs-nav li {
		margin-left: 5px;
		height: 100%;
		/* 		float:none; */
		display: inline-block;
	}
	.pb_logo {
		padding-left: 10px;
		align-self: flex-start;
	}

	/* 	.ui-button { */
	/* 		min-width: 320px; */
	/* 	} */
	/* 	.sectionDesc { */
	/* 		font-size: 50px !important; */
	/* 		padding: 10px; */
	/* 	} */
	/* 	.ui-tabs .ui-tabs-nav li a { */
	/* 		font-size: 30pt !important; */
	/* 	} */
	/* 	.notifHeader { */
	/* 		font-size: 1.2em !important; */
	/* 	} */
	/* 	.notifBody { */
	/* 		font-size: 1.2em !important; */
	/* 	} */
	.lidl-logo-img {
		max-height: 90px;
		width: auto;
	}
	
	.headerBig {
	
		height: 1200px;
	}
	
	
	.headerImage {
		width: 100%;
		margin: 0;
		max-width:none;
		min-width:none;
		clear: both;
	}
	
	.headerBig .menuCont .sectionDescCont {
	
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	.headerDesc{
		display:flex;
		flex-direction: column;
		width: 100%;
		box-sizing: border-box;
		justify-content: center;
	}
	
	.headerBig .headerDesc {
		align-items: center;
	}
	
	.headerBig .headerDesc>div{
		max-width: 70% !important;
		display: block;
		box-sizing: border-box;
		margin: 10px auto !important;
	}
	
	.headerBig .menuCont .sectionDescCont .sectionTitle {
		font-size: 40px;
		line-height: 48px;
		box-sizing: border-box;
		letter-spacing: -0.015em;
		width: 100%;
	}
	.headerBig .menuCont .sectionDescCont .sectionInfo {
		font-size: 20px;
		line-height: 24px;
		box-sizing: border-box;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.headerBig .menuCont .sectionDescCont .sectionInfo>div {
		display:block;
		width: 100% !important;
/* 		margin:0 !important; */
		box-sizing: border-box !important;
	}
	
	
	
	.appInstallButtons{
		width: 100%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding:0;
		margin: 0;
		
	}
	
	.headerBig .appInstallButtons {
		margin-top: 20pt !important;
	}
	
	.appInstallButtons>div{
		text-align: center;
		display: block;
	}
	
	.appInstallButtons img{
		margin: 0 auto !important;
	}
	
	.pb-footer-container{
		height: 500px;
	}
	
	.footer-left {
		justify-content: center !important;
	}
	
	.footer-menu li{
		clear: both;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.footer-menu ul{
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding-inline-start: 0px;
	}
	
	.copyright {
		text-align: center;
	}
	
	.sectionContent{
/* 		max-width: 90%; */
	}
	
	.section-header{
		display: block;
		clear: both;
		float:none !important;
	}
	
	.section-title {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 20px;
	}
	
	.section-desc {
		font-size: 14px;
		line-height: 18px;
	}
	
	img {
		width: 100%;
	}
	
	.homeHeaderImage{
		margin-bottom: 20px;
		width: 100%;
		max-width: 700px;
	}
	
}
