@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');





body {
	background: #fffdf9;
	background: #fff;
}

body, #wrapper, p, h1, h2, h3, li, label {
	font-family: 'Inter', sans-serif;
}

#wrapper {
	width: 100%;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a.btn {
	border: 0;
    box-shadow: none;
    padding: 15px 40px;
    font-weight: bold;
    border-radius: 40px;
    letter-spacing: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}
a.btn.btn-outline {
	box-shadow: none;
    padding: 15px 40px;
    font-weight: bold;
    border-radius: 40px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border: solid 2px #000;
    color: #000;
    letter-spacing: 1px;
    font-size: 16px;
}
a.btn.btn-outline:hover {
	background: #000;
	color: #fff;
}
a.btn.btn-primary {
	background: #413960;
}
a.btn.btn-primary:hover {
}
a.btn.btn-outline-info {
	border-color: #3397c1;
	color: #3397c1;
}
a.btn.btn-outline-info:hover {
	background: #3397c1;
}
a.btn.btn-info {
	background: #3397c1;
	color: #fff;
}
a.btn.btn-info:hover {
}

.grecaptcha-badge { 
    visibility: hidden;
}








/* CONTAINERS */
.container {
	width: 100%;
	/*padding: 0 180px;*/
	margin-right: auto;
	margin-left: auto;
}
@media(min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: initial;
		max-width: 1600px;
	}	
}
@media(max-width: 1600px) {
	.container {
		padding: 0px 120px;
	}
}
@media(max-width: 1400px) {
	.container {
		padding: 0px 80px;
	}
}
@media(max-width: 1200px) {
	.container {
		padding: 0px 40px;
	}
}
@media(max-width: 767px) {
	.container {
		padding: 0px 25px;
	}
}
@media(max-width: 400px) {
	.container {
		padding: 0px 15px;
	}
}
.container-md {
	width: 100%;
	max-width: 1200px;
	padding: 0 40px;
}
.container-sm {
	width: 100%;
	max-width: 900px !important;
	padding: 0 40px;
}

.container-fluid {
	max-width: 1240px;
	margin: 0 auto;
}
.container-fluid-lg {
	max-width: 1600px;
	margin: 0 auto;
}












/* HEADER */
header {
	border-bottom: solid 1px #e8e7e4;
}
@media(min-width: 992px) {
	.mega-menu-logo {
		margin-top: -10px;
		margin-right: 30px;
	}

	header #mega-menu-wrap-menu-main-mega-v2 #mega-menu-menu-main-mega-v2 > li.lang-item {
		float: right;
		margin: 0 0 0 10px;
	} 

	header #mega-menu-wrap-menu-main-mega-v2 #mega-menu-menu-main-mega-v2 > li.mega-menu-item#mega-menu-item-9083 > a.mega-menu-link,
	header #mega-menu-wrap-menu-main-mega-v2 #mega-menu-menu-main-mega-v2 > li.mega-menu-item#mega-menu-item-9417 > a.mega-menu-link {
		height: 40px;
		line-height: 36px;
		margin-top: 10px;
		border-radius: 30px;
		padding-left: 20px;
		padding-right: 20px;
		border:  solid 2px #3397C1;
		color: #f7f7f7;
		text-transform: uppercase;
		background: #3397C1;
	}
	header #mega-menu-wrap-menu-main-mega-v2 #mega-menu-menu-main-mega-v2 > li.mega-menu-item#mega-menu-item-9083 > a.mega-menu-link:hover,
	header #mega-menu-wrap-menu-main-mega-v2 #mega-menu-menu-main-mega-v2 > li.mega-menu-item#mega-menu-item-9417 > a.mega-menu-link:hover  {
		background: #277c9f;
	}
}
#mega-menu-item-9083 {
}

#mega-menu-wrap-menu-main-mega-v2 .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo {
	height: 26px;
}
@media(max-width: 992px) {
	header .container {
		padding: 7px;
		margin: 0;
		width: 100%;
		max-width: 100%;
	}
	
}
@media(max-width: 992px) and (min-width: 767px) {	
	.mega-menu-logo {
		margin-top: 0px !important;
	}
}






/* MAIN */
main {
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f9f9f9 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 );
}





/* FOOTER */
footer {
	border-top: solid 1px #e8e7e4;
	padding: 50px 0px;
	position: relative;
}
footer .container {

}
footer h3 {
	font-size: 16px;
	font-weight: 700;
}
footer ul {
	list-style: none;
	margin:0;
	padding:0;
}
footer ul li {
	font-size: 14px;
}
footer ul li a {
	color: #313131;
}

footer .footerlogo {
	width: 100%;
	max-width: 170px;
}
@media(max-width: 1200px) {
	footer .col {
		font-size: 13px;
	}
}
@media(max-width: 992px) {
	footer .col-logo {
		flex: 0 0 100%;
		text-align: center;
		margin-bottom: 30px;
	}
}
@media(max-width: 600px) {
	footer .col-list {
		flex: 0 0 50%;
		margin-bottom: 30px;
	}
}




/* PRICING DETAILS */
#pricingdetails {

}
#pricingdetails .inner {
	max-width: 1800px; 
	margin: 0 auto;
	padding: 60px 20px;
}
#pricingdetails h2 {
	text-align: center;
	font-size: 52px;
	margin-bottom: 30px;
}


/* HOME FEATURE */
#home_featured {
	
}
#home_featured .inner {
	/*max-width: 1800px;*/
	margin: 0 auto;
	background-color: #FBD156;
	/*background-image: url("https://www.transparenttextures.com/patterns/concrete-wall.png");*/
	height: calc(100vh - 200px);
	min-height: 600px;
}
#home_featured .row {
	height: 100%;
}
#home_featured .left {
	display: flex;
  justify-content: center;
  align-items: center;
  padding:  50px;
}
#home_featured .right {
	height: 100%;
}
#home_featured video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#home_featured .content {
}
#home_featured .content h1 {
	text-align: center;
	color:  #413960;
	margin-bottom: 80px;
}
#home_featured .content h1 span {
	display: block;
}
#home_featured .content h1 span.pretext {
	font-size: 36px;
}
#home_featured .content h1 span.changetext {
	font-size: 60px;
	color: #3397C1;
}
#home_featured .content .leadtext {
	text-align: justify;
	font-size: 20px;
	max-width: 650px;
	margin: 0 auto;
	margin-bottom: 80px;
}
#home_featured .content span.spacer {
	margin: 0px 20px;
}
#home_featured .content .buttons {
	text-align: center;
}
#home_featured .content .buttons i {
	margin-left: 12px;
}
@media(max-width: 1500px) {
	#home_featured .content .buttons a {
		display: block;
		margin: 10px auto;
		max-width: 500px;
	}
	#home_featured .content h1 span.pretext {
		font-size: 28px;
	}
	#home_featured .content h1 span.changetext {
		font-size: 46px;
		color: #3397C1;
	}
	#home_featured .content .leadtext {
		font-size: 18px;
		max-width: 500px;
	}
}
@media(max-width: 991px) {
	#home_featured .inner {
		height: auto;
	}
	#home_featured .left {
		height: calc(50vh - 27px);
		padding: 60px 20px;
		height: auto;
	}
	#home_featured .right {
		height: calc(50vh - 27px);
		height: auto;
	}
	#home_featured .content {
		width: 100%;
		padding: 30px;
	}
	#home_featured .content h1 {
		margin: 0;
		margin-bottom: 15px;
	}
	#home_featured .content .leadtext {
		margin: 0 auto;
		margin-bottom: 10px;
	}
}


@media(max-width: 600px) {
	#home_featured .content h1 span.pretext {
		font-size: 22px;
		margin-bottom: 20px;
	}
	#home_featured .content h1 span.changetext {
		font-size: 32px;
		margin-bottom: 20px;
	}
	#home_featured .content .leadtext {
		font-size: 14px;
	}
	#home_featured .content .buttons a {
		font-size: 13px;
	}
	#home_featured .content .buttons span.spacer {
		font-size: 11px;
	}
}





section#trustedby {
	background: #f7f3eb;
	padding: 60px 0px;
}
section#trustedby h2 {
	color: #413960;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

section#trustedby .logogrid {
	display: flex;
	align-content: center;
	text-align: center;
	flex-wrap: wrap;
}
section#trustedby .logogrid .logo {
	justify-content: space-around;
	margin: 2%;
	flex: 1;
}
section#trustedby .logogrid .logo img {
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}
@media(max-width: 991px) {
	section#trustedby .logogrid .logo {
		flex: 1 0 29.33%;
	}
}




section#logos {
	padding: 30px;
}
section#logos ul#logolist {
	list-style: none;
	margin: -1%;
	padding: 5px;
}
section#logos ul#logolist li {
	float: left;
	margin: 1%;
	width:  6.33%;
	text-align: center;
}
section#logos ul#logolist li img {
	filter: grayscale(100%);
	transition: all 200ms ease;
	max-height: 75px;
	width: 100%;
	object-fit: contain;
}
section#logos ul#logolist li:hover img {
	filter: grayscale(0%);	
}
@media(max-width: 992px) {
	section#logos {
		padding: 15px;	
	}
}






section#video {
	background: #3397C1;
	color: #fff;
	padding: 140px 0;
}
section#video .container {
	max-width: 1600px;
}
section#video .content {
	padding-top: 20px;
	padding-left: 20px;
}
section#video .content h2 {
	font-size: 42px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
section#video .content p {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
}
section#video .illustration {
	position: relative;
}
section#video .illustration a.playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
@media(max-width: 991px) {
	section#video {
		padding: 30px 0;
	}
	section#video .illustration {
		margin-bottom: 30px;
	}
	section#video .illustration img {
		width: 100%;
	}
}











section#newpricing {

}
section#newpricing {
	background: #f2eee6;
	font-weight: 700;
	padding: 140px 0px;
}
section#newpricing h2 {
	text-align: center;
	font-size: 52px;
	color: #413960;
	margin-bottom: 30px;
}
section#newpricing p.lead {
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
	font-size: 16px;
	margin-bottom: 100px;
}
section#newpricing #pricetable {
	max-width: 1600px;
	margin:  0 auto;
}
section#newpricing #pricetable .pricebox {
	float: left;
	width: 24%;
	margin: 0.5%;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	overflow: hidden;
	text-align: center;
	border: solid 1px transparent;
	position: relative;
	padding-bottom: 120px;
	margin-bottom: 30px;
}
section#newpricing .pricebox .inner {
	/*padding: 30px;
	padding-top: 30px;*/
}

section#newpricing #pricetable .pricebox-featured {
	margin-top: -30px;
	border-color: #413960;
}
section#newpricing #pricetable .pricebox .featured {
	background: #413960;
	color: #fff;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 13px;
	line-height: 40px;
}

section#newpricing .pricebox p.pretitle {
	color: #acacac;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: -5px;
	padding-top: 30px;
}
section#newpricing .pricebox p.prscreen {
	color: #acacac;
	font-size: 11px;
	letter-spacing: 1px;
}
section#newpricing .pricebox h3 {
	color: #4f4f6f;
	font-size: 54px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
}
section#newpricing .pricebox h3 sup {
	font-size: 22px;
	vertical-align: super;
	top: -2px;
	right: 2px;
}
section#newpricing .pricebox h3 sub {
	font-size: 16px;
	vertical-align: baseline;
}
section#newpricing .pricebox p.title {
	font-size: 22px;
	text-align: center;
	color: #414141;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
section#newpricing .pricebox p.about {
	text-align: center;
	font-weight: 300;
	margin-bottom: 50px;
	font-size: 16px;
}

section#newpricing .cta {
	padding: 20px;
	position: absolute;
	bottom: 0;
	display: block;
	width:  100%;
}
section#newpricing .pricebox .cta a.btn.btn-primary {
	display: block;
	width: 100%;
	background: transparent;
	border: solid 1px #3397c1;
	color: #3397c1;

	font-size: 15px;
}
section#newpricing .pricebox .cta a.btn.btn-primary:hover {
	background: #3397c1;
	border: solid 1px #3397c1;
	color: #fff;
}
section#newpricing .pricebox .cta a span {
	white-space: nowrap;
}

section#newpricing .pricebox p.about {
	padding:  0px 30px;
}

section#newpricing .pricebox ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	width: auto;
	margin-bottom: 50px;
	padding: 0px 30px;
	text-align: left;
}
section#newpricing .pricebox ul li {
	/*white-space: nowrap;*/
	color: #4f5362;
	letter-spacing: 1px;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 15px;
	text-align: left;
}
section#newpricing .pricebox ul li:before {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	margin-right: 10px;
	color: #3397C1;
	width: auto;
	font-weight: bold;
}

@media(max-width: 1200px) {
	section#newpricing #pricetable .pricebox {
		width:  49%;
	}
}
@media(max-width: 650px) {
	section#newpricing #pricetable .pricebox {
		width:  99%;
	}
}













/*
#wrapper {
	width:  100%;
	overflow-x: hidden;
}



header {
	background: #FFFDF9;
}
@media(min-width: 767px) {
	header #mega-menu-wrap-menu-main-mega #mega-menu-menu-main-mega > li.mega-menu-item#mega-menu-item-11 {

	} 
	header #mega-menu-wrap-menu-main-mega #mega-menu-menu-main-mega > li.mega-menu-item#mega-menu-item-11 > a.mega-menu-link {
		height: 40px;
		line-height: 36px;
		margin-top: 10px;
		border-radius: 30px;
		padding-left: 20px;
		padding-right: 20px;
		border:  solid 2px #413960;
		color: #413960;
	}
	header #mega-menu-wrap-menu-main-mega #mega-menu-menu-main-mega > li.mega-menu-item#mega-menu-item-11 > a.mega-menu-link:hover {
		background: #413960;
		color: #f7f7f7;
	}
	#mega-menu-wrap-menu-main-mega #mega-menu-menu-main-mega>li.mega-menu-item>a.mega-menu-link {
		letter-spacing: 1px;
	}
}


#homevideo {
	width: 100vw;
	height: calc(100vh - 60px - 100px);
	overflow: hidden;
	position: relative;
}
#homevideo video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 8;
}
#homevideo .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: rgba(255,255,255,0.45);
	background-image: url("https://www.transparenttextures.com/patterns/batthern.png");
	opacity: 0.9;
}
#homevideo .content {
	position: absolute;
	background: red;
	z-index: 99;
}







*/


section#freetrial {
	background-color: #fbd156;
	background-image: url(../images/devicesoverlay.png);
	background-position: center;
	background-size: cover;
	padding: 140px 0px;
	text-align: center;	
}
section#freetrial h2 {
	font-size: 40px;
	margin-bottom: 10px;
}
section#freetrial p {
	font-size: 22px;
	margin-bottom: 30px;
}
section#freetrial .cta a {
	background: #d66b5d;
	color: #fff;
}







section#newsletter {
	padding: 80px;
	background: #f7f7f7;
}
section#newsletter  .inner {
	background: purple;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 12px;
}

section#newsletter .indicates-required {
	display: none;
}








section#blogposts {
	background: #f7f7f7;
	padding: 80px 0px;
}
section#blogposts h2 {
	text-align: center;
	font-size: 52px;
	color: #413960;
	margin-bottom: 30px;
}
section#newpricing p.lead {
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
	font-size: 16px;
	margin-bottom: 100px;
}
section#blogposts .blogposts {

}
section#blogposts .blogposts .blogpost {
	float: left;
	width: 31.333%;
	margin: 1%;
	background: #fff;
	padding: 20px;
}

section#blogposts .blogposts .blogpost .content {
	padding: 20px;
}
section#blogposts .blogposts .blogpost img {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	object-fit: cover;
	border: solid 1px #eaeaea;
	padding: 3px;
}
section#blogposts .blogposts .blogpost .content h3 {
	font-size: 26px;
}
section#blogposts .blogposts .blogpost .content h3 a {
	color: #3397c1;
}
section#blogposts .blogposts .blogpost .content a.btn {
	    padding: 12px 24px;
    font-size: 13px;
    float:right;
}
section#blogposts .blogposts .blogpost .content a.btn i {
	margin-left: 10px;
}
@media(max-width: 1000px) {
	section#blogposts .blogposts .blogpost {
		width: 100%;
	}
	section#blogposts .blogposts .blogpost .content h3 {
		font-size: 20px;
	}
}

section#modules {
	background: #fbfbfb;
	padding: 80px 0;
}
section#modules h2 {
	text-align: center;
	font-size: 52px;
	margin-bottom: 30px;
}
section#modules p.lead {
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
	font-size: 16px;
	margin-bottom: 30px;
}
section#modules .modulelist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
}
section#modules .modulelist .module {
	flex: 0 0 100px;
	text-align: center;
}
section#modules .modulelist .module img {
	width: 80px;
	aspect-ratio: 1/1;	
	object-fit: contain;
	border: solid 1px #ddd;
	border-radius: 12px;
	padding: 6px;
	margin-bottom: 6px;
}
section#modules .modulelist .module p {
	font-size: 14px;
	line-height: 18px;
}
section#hardware {
	background-image: url(https://socialscreen.com/wp-content/uploads/2023/02/samsungstand-scaled.jpg);
	background-size: cover;
	background-position: center;
	padding: 80px 0px;
	position: relative;
	color: #fafafa;
}
section#hardware .overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-color: #413960;
	background-image: url("https://www.transparenttextures.com/patterns/always-grey.png");
	opacity: 0.9;
}
section#hardware .container {
	position: relative;
	z-index: 999;
}
section#hardware h2 {
	text-align: center;
	font-size: 52px;
	color: #fff;
	margin-bottom: 30px;
}
section#hardware p.lead {
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
	font-size: 16px;
	margin-bottom: 100px;
}
section#hardware .hardwareboxes {
	margin: -1%;
}
section#hardware .hardwareboxes .hardwarebox {
	float: left;
	background: #413960;
	width: 31.33%;
	margin: 1%;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 30px;
}
section#hardware .hardwareboxes .hardwarebox .content {
	padding: 30px;
}
section#hardware .hardwareboxes .hardwarebox .content h3 {
	font-size: 26px;
}
@media(max-width: 1200px) {
	section#hardware {
		padding: 20px 0;
	}
}
@media(max-width: 1000px) {
	section#hardware .hardwareboxes .hardwarebox {
		width: 100%;
		display: block;
	}
	section#hardware .hardwareboxes .hardwarebox .content h3 {
		font-size: 18px;
	} 
}




section#partnernetwork {
	background: #d66b5d;
	font-weight: 700;
	padding: 140px 0px;
	color: #fff;
}
section#partnernetwork h2 {
	text-align: center;
	font-size: 52px;
	margin-bottom: 30px;
}
section#partnernetwork p.lead {
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
	font-size: 16px; 
	margin-bottom: 30px;
}







section#casestudies {
	background: #f7f3eb;
	padding: 80px 0px;
}
section#casestudies h2 {
	color: #413960;
	margin-bottom: 50px;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-button-next,
.swiper-button-prev {
	color: #dedede;
	transition: all 300ms ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	color: #ababab;
}
.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

section#casestudies img.caseimage {
	width: 100%;
	height: auto;
	border-radius: 10px;
	    aspect-ratio: 16/8;
    object-fit: cover;
}
section#casestudies p {
	font-size: 15px;
}
section#casestudies .cta {
	padding-top: 30px;
}
section#casestudies .cta a {
	background: #3397c1;
}
@media(max-width: 991px) {
	section#casestudies .caseimage {
		margin-bottom: 50px;
	}
}









/* TODO: CONTENT SECTIONS */
section#page-editor {
	background: #f7f3eb;
	padding: 80px 0px;
}
@media(max-width: 1400px) {
	section#page-editor {
		padding: 20px 0px;
	}
}
section#page-editor .page-title {
	text-align: left;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 50px;
}
section#page-editor h2,
section#page-editor h3,
section#page-editor h4,
section#page-editor p {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
}
section#page-editor h2 {
	font-size: 26px;
}
section#page-editor h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
section#page-editor h4 {
	font-size: 18px;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: 400;
}
section#page-editor p {
	font-size: 18px;
}
section#page-editor img {
	width: 100%;
}
section#page-editor ul {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 30px;
}
section#page-editor .content-container a {
	color: #3397C1;
}
section#page-editor .wp-block-buttons {
	max-width: 1040px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
	justify-content: center;
} 
section#page-editor .wp-block-buttons  .wp-block-button .wp-element-button {
	background: red;
}

section#page-editor .wp-block-separator {
	max-width: 1040px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
} 
section#page-editor .wp-block-image {
	max-width: 1040px;
	margin: 0 auto;
	margin-bottom: 30px;
}
section#page-editor .wp-block-image img {
	max-height: 500px;
	object-fit: cover;
}
section#page-editor .wp-block-gallery {
/*	max-width: 1040px;*/
	margin: 0 auto;
	margin-bottom: 30px;
}
section#page-editor .wp-block-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
section#page-editor .wp-block-gallery ul li {
	float: left;
	margin: 1%;

}
section#page-editor .wp-block-gallery.columns-2 ul li {
	width: 48%;
}
section#page-editor .wp-block-gallery.columns-3 ul li {
	width: 31.33%;
}
section#page-editor .wp-block-gallery ul li img {
	height: 300px;
	object-fit: cover;
}



#faq {

}
#faq .question {
	border-bottom: solid 1px rgba(0,0,0,0.25);
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	padding-left: 50px;
}
#faq .question h2 {
	font-size: 24px;
}
#faq .question h2 a {
	color: #413960;
	text-decoration: none;
}
#faq .question h2 img {
	margin-right: 12px;
	position: absolute;
	top:0;
	left: 0;
	width: 38px;
}

#faq .question .question-text p {
	font-size: 18px;
	margin: 0;
}



section#page-content {
	background: #f7f3eb;
	padding: 80px 0px;
}
@media(max-width: 1400px) {
	section#page-content {
		padding: 20px 0px;
	}
}


section#contact {

}
section#contact > .container {
}
.wpcf7 {
	/*background: #343434;*/
	/*padding: 60px;*/
	padding: 0px 0px;
	padding-bottom: 50px;
}
.wpcf7 .form-row {
	margin-bottom: 30px;
}
.wpcf7 label {
	color: #413960;
	font-weight: 400;
}
.wpcf7 label sup {
	color: #d66b5d;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	background: rgba(251,209,86,0.62);
	border: 0;
	color: #413960;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
	background: #fbd156;
	color: #413960;
	outline: none;
}
.wpcf7 input[type=submit] {
	background: #413960;
	padding: 10px 20px;
	color: #fff;
}
.wpcf7 input[type=submit]:hover {
	background: #063050;
}
@media(max-width: 991px) {
	.wpcf7-form-control-wrap {
		margin-bottom: 15px;
		display: block;
	}
}

.grecaptcha-badge {
	display: none;
}



section#areas {
	background-color: #3397C1;
	/*background-image: url(../images/devicesoverlay.png);*/
	background-position: center;
	background-size: cover;
	padding: 140px 20px;
	text-align: center;
}
.areagrid {
	margin: -2%;
}
.areagrid .area {
	float: left;
	width: 29.33%;
	margin: 2%;
	border: solid 1px rgba(255,255,255,0.15);
	padding: 30px;
	position: relative;
	border-radius: 4px;
	margin-bottom: 30px;
	color: #fff;
	min-height: 290px;
}
@media(max-width: 991px) {
	.areagrid .area {
		width: 46%;
	}
}
@media(max-width: 600px) {
	.areagrid .area {
		width: 96%;
	}
}
.areagrid .area img {
	text-align: center;
	margin-bottom: 20px;
	width: 64px;
}
.areagrid .area h3 {
	font-size: 30px;
}
.areagrid .area h3 span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}
.areagrid .area p {
	font-size: 15px;
}
.areagrid .area .cta {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.areagrid .area .cta a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 20px;
	border-radius: 4px;
	background: #413960;
	white-space: nowrap;
}

section#page-guide {
	background: #f7f3eb;
	padding: 80px 0px;
}
@media(max-width: 1400px) {
	section#page-guide {
		padding: 20px 0px;
	}
}
section#page-guide .container {
	max-width: 1040px;
	margin: 0 auto;
}
section#page-guide .page-title {
	margin: 0;
	margin-bottom: 30px;
}
section#page-guide .content-container img {
	width: 100%;
}

section#page-guide ul.guidemenu {
	list-style: none;
	margin: 0;
	padding: 0;
	border: solid 1px rgba(0,0,0,0.15);
	background-color: #fbd156;
	background-image: url(../images/devicesoverlay.png);
	background-position: center;
	background-size: cover;
}
section#page-guide ul.guidemenu a {
	position: relative;
	display: block;
	padding: 8px 14px;
	color: #212121;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
section#page-guide ul.guidemenu a:hover {
	background: rgba(0,0,0,0.15);
}
section#page-guide ul.guidemenu > li {
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
section#page-guide ul.guidemenu > li > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
section#page-guide ul.guidemenu > li > ul > li {
}
section#page-guide ul.guidemenu > li > ul > li > a {
	padding-left: 25px;
}
section#page-guide ul.guidemenu > li > ul > li > a:before {
	content: '>';
	position: absolute;
	left: 10px;
}
section#page-guide ul.guidemenu > li > ul > li > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
section#page-guide ul.guidemenu > li > ul > li > ul > li {
}
section#page-guide ul.guidemenu > li > ul > li > ul > li > a {
	padding-left: 25px;
}
section#page-guide ul.guidemenu > li > ul > li > ul > li > a:before {
	content: '>';
	position: absolute;
	left: 10px;
}






.contactboxes {
	max-width: 1040px;
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 30px;
}
.contactboxes a {
	float: left;
	width: 31.33%;
	margin: 1%;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	padding: 30px;
}
.contactboxes .chat {
	background: #3397C1;
}
.contactboxes .contact {
	background: #d66b5d;
}
.contactboxes .faq {
	background: #413960;
}
.contactboxes a i {
	display: block;
	font-size: 36px;
	margin-bottom: 8px;
}
.contactboxes a span.short {
	display: none;
}
.contactboxes a span.long {
	display: block;
}
@media(max-width: 991px) {
	.contactboxes a span.short {
		display: block;
	}
	.contactboxes a span.long {
		display: none;
	}
}



section#support {
	background-color: #fbd156;
	background-image: url(../images/devicesoverlay.png);
	background-position: center;
	background-size: cover;
	padding: 140px 0px;
	text-align: center;
}
section#support .container {
	max-width: 800px;
	margin: 0 auto;
}
section#support h2 {
	color: #413960;
	font-size: 42px;
	margin-bottom: 30px;
}
section#support .buttons .support {
	background: #413960;
	margin-right: 15px;
}
section#support .buttons .contact {
	background: #f7f3eb;
	color: #3397c1;
}
@media(max-width: 500px) {
	section#support .buttons a {
		display: block;
		margin-bottom: 20px;
		margin-right: 0;
	}
	section#support .buttons .support {
	}
}





section#keyfeatures {
	background: #413960;
	color: #fff;
	padding: 140px 0px;
	text-align: left;
}
section#keyfeatures.light {
	background: #f2eee6;
	color: #413960;
}
section#keyfeatures h2 {
	text-align: center;
	margin-bottom: 50px;
}
section#keyfeatures #features {
	margin: -1%;
	padding: 0;
	list-style:none;
	margin:0;
	padding: 0;
}
section#keyfeatures #features li {
	float: left;
	width: 16%;
	margin: 2%;
}
section#keyfeatures #features li img {
	height: 50px;
	width: 60px;
	object-fit: contain;
}
section#keyfeatures #features li hr {
	border-top: solid 2px #f7f3eb;
}
section#keyfeatures.light #features li hr {
	border-top: solid 2px #413960;
}
section#keyfeatures #features li h3 {
	font-family: 'DM Sans';
	font-size: 20px;
}
section#keyfeatures #features li h3 a {
	color: #fff;
}
section#keyfeatures #features li p {
	font-size: 15px;
} 
@media(max-width: 991px) {
	section#keyfeatures .container {
		max-width: initial;
	}
	section#keyfeatures #features li {
		width: 29.33%;
	}
	section#keyfeatures #features li p {
		min-height: 66px;
	}
}
@media(max-width: 750px) {
	section#keyfeatures #features li {
		width: 46%;
	}
}
@media(max-width: 750px) {
	section#keyfeatures #features li p {
		min-height: 90px;
	}
}




.post-grid {

}
.post-grid .post {
	padding-bottom: 20px;
	padding: 20px;
	border-bottom: solid 1px #eaeaea;
}
.post-grid .post:nth-of-type(odd) {
	background: #f7f7f7;
}
.post-grid .post:nth-of-type(even) {
	background: #fff;
}
.post-grid .post .post-thumbnail {
	float: left;
	margin-right: 30px;
	border-radius: 6px;
	aspect-ratio: 16/9;
	width: 375px;
    object-fit: cover;
}
.post-grid .post h2 {
	font-size: 30px;
}
.post-grid .post p {
	font-size: 15px;
}
.post-grid .post p.readmore {
	text-align: right;
}
.post-grid .post a {
	color: #000;
}




section#archive {
	background: #f7f3eb;
	padding: 80px 0px;
}
.page-title {
	margin-bottom: 50px;
	margin-top: 40px;
}
.page-title-center {
	text-align: center;
}
.page-title img.icon {
	height: 34px;
	margin-top: -20px;
	margin-right: 6px;
}
.page-title img.icon-single {
	display: block;
	margin: 0 auto;
}
.page-title h1 {
	color: #413960;
	font-size: 38px;
	margin: 0;
	padding: 0;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 8px;
	position: relative;
}
.page-title h1:after {
	content: '';
	height: 3px;
	width: 100px;
	background: #3397c1;
	position: absolute;
	bottom:0;
	left: 0;	
}
.page-title-center h1:after {
	left: 50%;
	transform: translateX(-50%);
}
.page-title p {
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #212529;
}




#ansatte-grid {
	margin: -1%;
}
#ansatte-grid .ansatte-item {
	float: left;
	margin: 1%;
	width: 23%;
	text-align: center;
	background: #fff;
}
@media(max-width: 1200px) {
	#ansatte-grid .ansatte-item {
		width: 31.33%;
	}
}
@media(max-width: 991px) {
	#ansatte-grid .ansatte-item {
		width: 48%;
	}
}
@media(max-width: 575px) {
	#ansatte-grid .ansatte-item {
		width: 100%;
	}
}
#ansatte-grid .ansatte-item img {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}
#ansatte-grid .ansatte-item h2 {
	font-size: 28px;
}
#ansatte-grid .ansatte-item p {
	font-size: 16px;
	margin: 0;
}
#ansatte-grid .ansatte-item p.title {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 6px;
}
#ansatte-grid .ansatte-item p.mail {
	margin-bottom: 0px;
}
#ansatte-grid .ansatte-item p.phone {
	margin-bottom: 10px;
}
#ansatte-grid .ansatte-item a {
	color: #413960;
}