:root {
	--font-primary: 'Inter', sans-serif;
}

body {
	background: #fff;
	font-family: var(--font-primary);
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
}

table {
	border: none;
}
table td {
	border: none;
	vertical-align: top;
}


h1, h2, h3 {
	font-weight: 600;
}

.content-body p, .content-body li, .content-body span {
	line-height: 31px;
}

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

strong {
	font-weight: bold;
}

footer a {
    color: rgba(255,255,255,.85);
}

footer a:hover {
    color: #fff;
}

footer .col-md-6 {
	margin-bottom: 50px;
}
.footer-column {
	padding: 0 1.75rem;
}
.footer-image {
	max-width: 66%;
	margin: 1.5rem 0;
}

.content-block + .content-block { margin-top: 2.5rem; }
.content-block h2 { color: var(--cms-primary); font-weight: 800; }
.content-block h3 { color: var(--cms-primary); font-weight: 700; }


.builder-richtext a { text-decoration: underline; }
.builder-richtext strong { font-weight: 700; }

.column-cards-grid {
	margin: 0rem 0;
}
.column-card {
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 10px 30px rgba(15,23,42,.08);
}
.column-card-image {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: #f3f4f6;
	display: block;
}
.column-card-body {
	padding: 2.75rem;
	display: flex;
	flex-direction: column;
	height: 100%;	
}
.column-card-title {
	font-size: 2.15rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: .85rem;
	text-align: center;
}
.column-card-usp-list {
	margin-bottom: 0;
	flex-grow: 1;
}

.builder-standard-list {
	margin: 0 0 1.25rem 1.25rem;
	padding: 0;
}

.builder-standard-list li {
	margin-bottom: .65rem;
}

.builder-usp-list {
	list-style: none;
	margin: 0 0 1.75rem;
	padding: 0;
}

.builder-usp-list li {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: .85rem;
	padding: 1rem 0;
	border-bottom: 1px solid #e5e7eb;
	line-height: 1.7;
}

.column-card-usp-list li {
	padding: 0.65rem 0;
}

.builder-usp-list li::before {
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #22c55e;
	font-size: 1.15rem;
	line-height: 1.6;
	flex-shrink: 0;
	margin-top: .1rem;
}

.usp-list{
	list-style:none;
	margin:0 0 1.5rem;
	padding:0;
}

.usp-list li{
	position:relative;
	display:flex;
	align-items:flex-start;
	gap:.85rem;
	padding:1rem 0;
	border-bottom:1px solid #d9d9d9;
	line-height:1.7;
}

.usp-list li:before{
	content:"\f058";
	font-family:"Font Awesome 6 Free";
	font-weight:900;
	color:#1fa24a;
	font-size:1.1rem;
	line-height:1.6;
	flex-shrink:0;
	margin-top:.1rem;
}

.richtext a{
	text-decoration:underline;
}

.richtext strong{
	font-weight:700;
}

.footer-column .footer-heading { color: #fff; font-weight: 700; }
.footer-richtext { color: rgba(255,255,255,.75); line-height: 1.7; }
.footer-richtext a { color: #fff; text-decoration: underline; }
.footer-standard-list,
.footer-usp-list { list-style: none; margin: 0; padding: 0; }
.footer-standard-list li,
.footer-usp-list li { color: rgba(255,255,255,.75); margin-bottom: .65rem; line-height: 1.1; }
.footer-standard-list li a,
.footer-usp-list li a { color: #fff; text-decoration: none; }
.footer-standard-list li a:hover,
.footer-usp-list li a:hover { text-decoration: underline; }
.footer-usp-list li { display: flex; gap: .6rem; align-items: flex-start; }
.footer-usp-list li::before { content: "\f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #22c55e; flex-shrink: 0; margin-top: .05rem; }
.footer-image img { max-height: 120px; width: auto; }


/* ## bootstrap hacks ##*/
.main-navbar-brand img {
	display:block;
	width:250px;
	height:auto;
}
.main-navbar-brand {
	position: relative;
}
.main-navbar-brand:after {
	content: "Beta";
	font-size: 11px;
	font-weight: 300;
	position: absolute;
	bottom: 3px;
	right: 4px;
}
.main-navbar {
	padding-top: 24px;
	padding-bottom: 24px;	
}
.main-btn {
	padding: 10px 15px;
}
.home main.main-main {
	padding-top: 90px!important;
}
footer.main-footer {
	padding-top: 80px!important;
	padding-bottom: 80px!important;
}
.main-form {
	padding: 45px;
}
.main-main input,
.main-main textarea,
.main-main .btn {
	border-radius: 30px;
	padding: .65rem 1.2rem;
}

/* HERO OVERLAY */
.page-header {
    position: relative;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    object-fit: cover;
    display: block;
}

.hero-overlay-wrapper {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 5;
}

.hero-left {
    justify-content: flex-start;
}

.hero-right {
    justify-content: flex-end;
}

.hero-overlay {
    width: 50%;
    margin-inline: 5%;
    padding: 48px;
}

.hero-radius {
    border-radius: 15px;
}

.hero-glass {
    background: rgba(255,255,255,.72);
    backdrop-filter: blur(12px);
    color: var(--cms-primary);
}

.hero-text-light {
    color: #fff;
    text-shadow: 0 2px 16px rgba(0,0,0,.35);
}

.hero-overlay h1 {
    font-size: clamp(2rem,4vw,4.2rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 20px;
}

.hero-overlay p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin: 0;
}

/* ## animated header ## */
.header-animate-blocks {
position:relative;
overflow:hidden;
}
.header-animate-blocks .hero-image{
animation:heroReveal 1.4s ease forwards;
transform:scale(1.08);
filter:blur(10px);
opacity:0;
}
.header-animate-blocks::before{
content:"";
position:absolute;
inset:0;
background-image:
linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
background-size:60px 60px;
animation:gridFade 1.2s ease forwards;
z-index:2;
pointer-events:none;
}
@keyframes heroReveal{
0%{opacity:0;filter:blur(10px);transform:scale(1.08);}
100%{opacity:1;filter:blur(0);transform:scale(1);}
}
@keyframes gridFade{
0%{opacity:1;}
100%{opacity:0;}
}


@media (max-width: 768px) {
	table {
		display: table!important;
		width: 100%!important;
		height: auto!important;
		float: left;
	}
	table tr {
		display: table!important;
		width: 100% !important;
		float: left;
		height: auto!important;
	}
	table td {
		display: table!important;
		width: 100% !important;
		float: left;
		height: auto!important;
	}
}

@media (max-width: 991px) {
    .hero-overlay {
        width: calc(100% - 32px);
        margin-inline: 16px;
        padding: 28px;
    }
}