@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input,
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #2e3842;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body,
input,
select,
textarea {
	color: #fff;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.65em;
}

@media screen and (max-width: 1680px) {

	body,
	input,
	select,
	textarea {
		font-size: 13pt;
	}

}

@media screen and (max-width: 1280px) {

	body,
	input,
	select,
	textarea {
		font-size: 12pt;
	}

}

@media screen and (max-width: 736px) {

	body,
	input,
	select,
	textarea {
		font-size: 11pt;
		letter-spacing: 0.0375em;
	}

}

a {
	-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	transition: color 0.2s ease, border-bottom-color 0.2s ease;
	border-bottom: dotted 1px;
	color: inherit;
	text-decoration: none;
}

a:hover {
	border-bottom-color: transparent;
}

strong,
b {
	color: #fff;
	font-weight: 600;
}

em,
i {
	font-style: italic;
}

p {
	margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.225em;
	line-height: 1em;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 1.35em;
	line-height: 1.75em;
}

@media screen and (max-width: 736px) {

	h2 {
		font-size: 1.1em;
		line-height: 1.65em;
	}

}

h3 {
	font-size: 1.15em;
	line-height: 1.75em;
}

@media screen and (max-width: 736px) {

	h3 {
		font-size: 1em;
		line-height: 1.65em;
	}

}

h4 {
	font-size: 1em;
	line-height: 1.5em;
}

h5 {
	font-size: 0.8em;
	line-height: 1.5em;
}

h6 {
	font-size: 0.7em;
	line-height: 1.5em;
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

hr {
	border: 0;
	border-bottom: solid 2px #fff;
	margin: 3em 0;
}

hr.major {
	margin: 4.5em 0;
}

blockquote {
	border-left: solid 4px #fff;
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	background: rgba(144, 144, 144, 0.25);
	border-radius: 3px;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	letter-spacing: 0;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75em;
	padding: 1em 1.5em;
	overflow-x: auto;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

/* Row */

.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}

.row>* {
	box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
	margin-bottom: 0;
}

.row.aln-left {
	justify-content: flex-start;
}

.row.aln-center {
	justify-content: center;
}

.row.aln-right {
	justify-content: flex-end;
}

.row.aln-top {
	align-items: flex-start;
}

.row.aln-middle {
	align-items: center;
}

.row.aln-bottom {
	align-items: flex-end;
}

.row>.imp {
	order: -1;
}

.row>.col-1 {
	width: 8.33333%;
}

.row>.off-1 {
	margin-left: 8.33333%;
}

.row>.col-2 {
	width: 16.66667%;
}

.row>.off-2 {
	margin-left: 16.66667%;
}

.row>.col-3 {
	width: 25%;
}

.row>.off-3 {
	margin-left: 25%;
}

.row>.col-4 {
	width: 33.33333%;
}

.row>.off-4 {
	margin-left: 33.33333%;
}

.row>.col-5 {
	width: 41.66667%;
}

.row>.off-5 {
	margin-left: 41.66667%;
}

.row>.col-6 {
	width: 50%;
}

.row>.off-6 {
	margin-left: 50%;
}

.row>.col-7 {
	width: 58.33333%;
}

.row>.off-7 {
	margin-left: 58.33333%;
}

.row>.col-8 {
	width: 66.66667%;
}

.row>.off-8 {
	margin-left: 66.66667%;
}

.row>.col-9 {
	width: 75%;
}

.row>.off-9 {
	margin-left: 75%;
}

.row>.col-10 {
	width: 83.33333%;
}

.row>.off-10 {
	margin-left: 83.33333%;
}

.row>.col-11 {
	width: 91.66667%;
}

.row>.off-11 {
	margin-left: 91.66667%;
}

.row>.col-12 {
	width: 100%;
}

.row>.off-12 {
	margin-left: 100%;
}

.row.gtr-0 {
	margin-top: 0;
	margin-left: 0em;
}

.row.gtr-0>* {
	padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
	margin-top: 0em;
}

.row.gtr-0.gtr-uniform>* {
	padding-top: 0em;
}

.row.gtr-25 {
	margin-top: 0;
	margin-left: -0.375em;
}

.row.gtr-25>* {
	padding: 0 0 0 0.375em;
}

.row.gtr-25.gtr-uniform {
	margin-top: -0.375em;
}

.row.gtr-25.gtr-uniform>* {
	padding-top: 0.375em;
}

.row.gtr-50 {
	margin-top: 0;
	margin-left: -0.75em;
}

.row.gtr-50>* {
	padding: 0 0 0 0.75em;
}

.row.gtr-50.gtr-uniform {
	margin-top: -0.75em;
}

.row.gtr-50.gtr-uniform>* {
	padding-top: 0.75em;
}

.row {
	margin-top: 0;
	margin-left: -1.5em;
}

.row>* {
	padding: 0 0 0 1.5em;
}

.row.gtr-uniform {
	margin-top: -1.5em;
}

.row.gtr-uniform>* {
	padding-top: 1.5em;
}

.row.gtr-150 {
	margin-top: 0;
	margin-left: -2.25em;
}

.row.gtr-150>* {
	padding: 0 0 0 2.25em;
}

.row.gtr-150.gtr-uniform {
	margin-top: -2.25em;
}

.row.gtr-150.gtr-uniform>* {
	padding-top: 2.25em;
}

.row.gtr-200 {
	margin-top: 0;
	margin-left: -3em;
}

.row.gtr-200>* {
	padding: 0 0 0 3em;
}

.row.gtr-200.gtr-uniform {
	margin-top: -3em;
}

.row.gtr-200.gtr-uniform>* {
	padding-top: 3em;
}

@media screen and (max-width: 1680px) {

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-xlarge {
		order: -1;
	}

	.row>.col-1-xlarge {
		width: 8.33333%;
	}

	.row>.off-1-xlarge {
		margin-left: 8.33333%;
	}

	.row>.col-2-xlarge {
		width: 16.66667%;
	}

	.row>.off-2-xlarge {
		margin-left: 16.66667%;
	}

	.row>.col-3-xlarge {
		width: 25%;
	}

	.row>.off-3-xlarge {
		margin-left: 25%;
	}

	.row>.col-4-xlarge {
		width: 33.33333%;
	}

	.row>.off-4-xlarge {
		margin-left: 33.33333%;
	}

	.row>.col-5-xlarge {
		width: 41.66667%;
	}

	.row>.off-5-xlarge {
		margin-left: 41.66667%;
	}

	.row>.col-6-xlarge {
		width: 50%;
	}

	.row>.off-6-xlarge {
		margin-left: 50%;
	}

	.row>.col-7-xlarge {
		width: 58.33333%;
	}

	.row>.off-7-xlarge {
		margin-left: 58.33333%;
	}

	.row>.col-8-xlarge {
		width: 66.66667%;
	}

	.row>.off-8-xlarge {
		margin-left: 66.66667%;
	}

	.row>.col-9-xlarge {
		width: 75%;
	}

	.row>.off-9-xlarge {
		margin-left: 75%;
	}

	.row>.col-10-xlarge {
		width: 83.33333%;
	}

	.row>.off-10-xlarge {
		margin-left: 83.33333%;
	}

	.row>.col-11-xlarge {
		width: 91.66667%;
	}

	.row>.off-11-xlarge {
		margin-left: 91.66667%;
	}

	.row>.col-12-xlarge {
		width: 100%;
	}

	.row>.off-12-xlarge {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.375em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.375em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.375em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.375em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -0.75em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 0.75em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -0.75em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 0.75em;
	}

	.row {
		margin-top: 0;
		margin-left: -1.5em;
	}

	.row>* {
		padding: 0 0 0 1.5em;
	}

	.row.gtr-uniform {
		margin-top: -1.5em;
	}

	.row.gtr-uniform>* {
		padding-top: 1.5em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -2.25em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 2.25em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -2.25em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 2.25em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -3em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 3em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -3em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 3em;
	}

}

@media screen and (max-width: 1280px) {

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-large {
		order: -1;
	}

	.row>.col-1-large {
		width: 8.33333%;
	}

	.row>.off-1-large {
		margin-left: 8.33333%;
	}

	.row>.col-2-large {
		width: 16.66667%;
	}

	.row>.off-2-large {
		margin-left: 16.66667%;
	}

	.row>.col-3-large {
		width: 25%;
	}

	.row>.off-3-large {
		margin-left: 25%;
	}

	.row>.col-4-large {
		width: 33.33333%;
	}

	.row>.off-4-large {
		margin-left: 33.33333%;
	}

	.row>.col-5-large {
		width: 41.66667%;
	}

	.row>.off-5-large {
		margin-left: 41.66667%;
	}

	.row>.col-6-large {
		width: 50%;
	}

	.row>.off-6-large {
		margin-left: 50%;
	}

	.row>.col-7-large {
		width: 58.33333%;
	}

	.row>.off-7-large {
		margin-left: 58.33333%;
	}

	.row>.col-8-large {
		width: 66.66667%;
	}

	.row>.off-8-large {
		margin-left: 66.66667%;
	}

	.row>.col-9-large {
		width: 75%;
	}

	.row>.off-9-large {
		margin-left: 75%;
	}

	.row>.col-10-large {
		width: 83.33333%;
	}

	.row>.off-10-large {
		margin-left: 83.33333%;
	}

	.row>.col-11-large {
		width: 91.66667%;
	}

	.row>.off-11-large {
		margin-left: 91.66667%;
	}

	.row>.col-12-large {
		width: 100%;
	}

	.row>.off-12-large {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.375em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.375em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.375em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.375em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -0.75em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 0.75em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -0.75em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 0.75em;
	}

	.row {
		margin-top: 0;
		margin-left: -1.5em;
	}

	.row>* {
		padding: 0 0 0 1.5em;
	}

	.row.gtr-uniform {
		margin-top: -1.5em;
	}

	.row.gtr-uniform>* {
		padding-top: 1.5em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -2.25em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 2.25em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -2.25em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 2.25em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -3em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 3em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -3em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 3em;
	}

}

@media screen and (max-width: 980px) {

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-medium {
		order: -1;
	}

	.row>.col-1-medium {
		width: 8.33333%;
	}

	.row>.off-1-medium {
		margin-left: 8.33333%;
	}

	.row>.col-2-medium {
		width: 16.66667%;
	}

	.row>.off-2-medium {
		margin-left: 16.66667%;
	}

	.row>.col-3-medium {
		width: 25%;
	}

	.row>.off-3-medium {
		margin-left: 25%;
	}

	.row>.col-4-medium {
		width: 33.33333%;
	}

	.row>.off-4-medium {
		margin-left: 33.33333%;
	}

	.row>.col-5-medium {
		width: 41.66667%;
	}

	.row>.off-5-medium {
		margin-left: 41.66667%;
	}

	.row>.col-6-medium {
		width: 50%;
	}

	.row>.off-6-medium {
		margin-left: 50%;
	}

	.row>.col-7-medium {
		width: 58.33333%;
	}

	.row>.off-7-medium {
		margin-left: 58.33333%;
	}

	.row>.col-8-medium {
		width: 66.66667%;
	}

	.row>.off-8-medium {
		margin-left: 66.66667%;
	}

	.row>.col-9-medium {
		width: 75%;
	}

	.row>.off-9-medium {
		margin-left: 75%;
	}

	.row>.col-10-medium {
		width: 83.33333%;
	}

	.row>.off-10-medium {
		margin-left: 83.33333%;
	}

	.row>.col-11-medium {
		width: 91.66667%;
	}

	.row>.off-11-medium {
		margin-left: 91.66667%;
	}

	.row>.col-12-medium {
		width: 100%;
	}

	.row>.off-12-medium {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.375em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.375em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.375em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.375em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -0.75em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 0.75em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -0.75em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 0.75em;
	}

	.row {
		margin-top: 0;
		margin-left: -1.5em;
	}

	.row>* {
		padding: 0 0 0 1.5em;
	}

	.row.gtr-uniform {
		margin-top: -1.5em;
	}

	.row.gtr-uniform>* {
		padding-top: 1.5em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -2.25em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 2.25em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -2.25em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 2.25em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -3em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 3em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -3em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 3em;
	}

}

@media screen and (max-width: 736px) {

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-small {
		order: -1;
	}

	.row>.col-1-small {
		width: 8.33333%;
	}

	.row>.off-1-small {
		margin-left: 8.33333%;
	}

	.row>.col-2-small {
		width: 16.66667%;
	}

	.row>.off-2-small {
		margin-left: 16.66667%;
	}

	.row>.col-3-small {
		width: 25%;
	}

	.row>.off-3-small {
		margin-left: 25%;
	}

	.row>.col-4-small {
		width: 33.33333%;
	}

	.row>.off-4-small {
		margin-left: 33.33333%;
	}

	.row>.col-5-small {
		width: 41.66667%;
	}

	.row>.off-5-small {
		margin-left: 41.66667%;
	}

	.row>.col-6-small {
		width: 50%;
	}

	.row>.off-6-small {
		margin-left: 50%;
	}

	.row>.col-7-small {
		width: 58.33333%;
	}

	.row>.off-7-small {
		margin-left: 58.33333%;
	}

	.row>.col-8-small {
		width: 66.66667%;
	}

	.row>.off-8-small {
		margin-left: 66.66667%;
	}

	.row>.col-9-small {
		width: 75%;
	}

	.row>.off-9-small {
		margin-left: 75%;
	}

	.row>.col-10-small {
		width: 83.33333%;
	}

	.row>.off-10-small {
		margin-left: 83.33333%;
	}

	.row>.col-11-small {
		width: 91.66667%;
	}

	.row>.off-11-small {
		margin-left: 91.66667%;
	}

	.row>.col-12-small {
		width: 100%;
	}

	.row>.off-12-small {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.375em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.375em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.375em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.375em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -0.75em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 0.75em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -0.75em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 0.75em;
	}

	.row {
		margin-top: 0;
		margin-left: -1.5em;
	}

	.row>* {
		padding: 0 0 0 1.5em;
	}

	.row.gtr-uniform {
		margin-top: -1.5em;
	}

	.row.gtr-uniform>* {
		padding-top: 1.5em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -2.25em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 2.25em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -2.25em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 2.25em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -3em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 3em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -3em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 3em;
	}

}

@media screen and (max-width: 480px) {

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-xsmall {
		order: -1;
	}

	.row>.col-1-xsmall {
		width: 8.33333%;
	}

	.row>.off-1-xsmall {
		margin-left: 8.33333%;
	}

	.row>.col-2-xsmall {
		width: 16.66667%;
	}

	.row>.off-2-xsmall {
		margin-left: 16.66667%;
	}

	.row>.col-3-xsmall {
		width: 25%;
	}

	.row>.off-3-xsmall {
		margin-left: 25%;
	}

	.row>.col-4-xsmall {
		width: 33.33333%;
	}

	.row>.off-4-xsmall {
		margin-left: 33.33333%;
	}

	.row>.col-5-xsmall {
		width: 41.66667%;
	}

	.row>.off-5-xsmall {
		margin-left: 41.66667%;
	}

	.row>.col-6-xsmall {
		width: 50%;
	}

	.row>.off-6-xsmall {
		margin-left: 50%;
	}

	.row>.col-7-xsmall {
		width: 58.33333%;
	}

	.row>.off-7-xsmall {
		margin-left: 58.33333%;
	}

	.row>.col-8-xsmall {
		width: 66.66667%;
	}

	.row>.off-8-xsmall {
		margin-left: 66.66667%;
	}

	.row>.col-9-xsmall {
		width: 75%;
	}

	.row>.off-9-xsmall {
		margin-left: 75%;
	}

	.row>.col-10-xsmall {
		width: 83.33333%;
	}

	.row>.off-10-xsmall {
		margin-left: 83.33333%;
	}

	.row>.col-11-xsmall {
		width: 91.66667%;
	}

	.row>.off-11-xsmall {
		margin-left: 91.66667%;
	}

	.row>.col-12-xsmall {
		width: 100%;
	}

	.row>.off-12-xsmall {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.375em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.375em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.375em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.375em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -0.75em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 0.75em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -0.75em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 0.75em;
	}

	.row {
		margin-top: 0;
		margin-left: -1.5em;
	}

	.row>* {
		padding: 0 0 0 1.5em;
	}

	.row.gtr-uniform {
		margin-top: -1.5em;
	}

	.row.gtr-uniform>* {
		padding-top: 1.5em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -2.25em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 2.25em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -2.25em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 2.25em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -3em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 3em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -3em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 3em;
	}

}

/* Section/Article */

section.special,
article.special {
	text-align: center;
}

header p {
	color: rgba(255, 255, 255, 0.5);
	position: relative;
	top: -0.25em;
}

header h3+p {
	font-size: 1.1em;
}

header h4+p,
header h5+p,
header h6+p {
	font-size: 0.9em;
}

header.major {
	margin: 0 0 3.5em 0;
}

header.major h2,
header.major h3,
header.major h4,
header.major h5,
header.major h6 {
	border-bottom: solid 2px #fff;
	display: inline-block;
	padding-bottom: 1em;
	position: relative;
}

header.major h2:after,
header.major h3:after,
header.major h4:after,
header.major h5:after,
header.major h6:after {
	content: '';
	display: block;
	height: 1px;
}

header.major p {
	color: #fff;
	top: 0;
}

@media screen and (max-width: 736px) {

	header.major {
		margin: 0 0 2em 0;
	}

}

@media screen and (max-width: 980px) {

	header br {
		display: none;
	}

}

/* Form */

form {
	margin: 0 0 2em 0;
}

label {
	color: #fff;
	display: block;
	font-size: 0.9em;
	font-weight: 600;
	margin: 0 0 1em 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-color: rgba(144, 144, 144, 0.25);
	border-radius: 3px;
	border: none;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	box-shadow: 0 0 0 2px #4E5D6C;
}

select {
	background-size: 1.25em;
	background-repeat: no-repeat;
	background-position: calc(100% - 1em) center;
	height: 2.75em;
	padding-right: 2.75em;
	text-overflow: ellipsis;
}

select:focus::-ms-value {
	background-color: transparent;
}

select::-ms-expand {
	display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
	height: 2.75em;
}

textarea {
	padding: 0.75em 1em;
}


::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	opacity: 1.0;
}

:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	opacity: 1.0;
}

::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	opacity: 1.0;
}

:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	opacity: 1.0;
}

/* Box */

.box {
	border-radius: 3px;
	border: solid 2px #fff;
	margin-bottom: 2em;
	padding: 1.5em;
}

.box> :last-child,
.box> :last-child> :last-child,
.box> :last-child> :last-child> :last-child {
	margin-bottom: 0;
}

.box.alt {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Icon */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon>.label {
	display: none;
}

.icon:before {
	line-height: inherit;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

.icon.major {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 3px;
	border: solid 2px #fff;
	display: inline-block;
	font-size: 1.35em;
	height: calc(3em + 2px);
	line-height: 3em;
	text-align: center;
	width: calc(3em + 2px);
}

.icon.major:before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	font-size: 1.5em;
}

@media screen and (max-width: 736px) {

	.icon.major {
		font-size: 1em;
	}

}

.icon.style1 {
	color: #00ffcc;
}

.icon.style2 {
	color: #00f0ff;
}

.icon.style3 {
	color: #76ddff;
}

/* Image */

.image {
	border-radius: 3px;
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
	border-radius: 3px;
	display: block;
}

.image.left {
	float: left;
	margin: 0 2em 2em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	margin: 0 0 2em 2em;
	top: 0.25em;
}

.image.left,
.image.right {
	max-width: 40%;
}

.image.left img,
.image.right img {
	width: 100%;
}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

.image.fit img {
	width: 100%;
}

/* List */

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
}

ul.alt {
	list-style: none;
	padding-left: 0;
}

ul.alt li {
	border-top: solid 1px #fff;
	padding: 0.5em 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}

dl {
	margin: 0 0 2em 0;
}

/* Actions */

ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
}

ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

ul.actions.special li:first-child {
	padding-left: 0;
}

ul.actions.stacked {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
}

ul.actions.stacked li {
	padding: 1em 0 0 0;
}

ul.actions.stacked li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	width: calc(100% + 1em);
}

ul.actions.fit li {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
}

ul.actions.fit li>* {
	width: 100%;
}

ul.actions.fit.stacked {
	width: 100%;
}

@media screen and (max-width: 480px) {

	ul.actions:not(.fixed) {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		width: 100% !important;
	}

	ul.actions:not(.fixed) li {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		padding: 1em 0 0 0;
		text-align: center;
		width: 100%;
	}

	ul.actions:not(.fixed) li>* {
		width: 100%;
	}

	ul.actions:not(.fixed) li:first-child {
		padding-top: 0;
	}

	ul.actions:not(.fixed) li input[type="submit"],
	ul.actions:not(.fixed) li input[type="reset"],
	ul.actions:not(.fixed) li input[type="button"],
	ul.actions:not(.fixed) li button,
	ul.actions:not(.fixed) li .button {
		width: 100%;
	}

	ul.actions:not(.fixed) li input[type="submit"].icon:before,
	ul.actions:not(.fixed) li input[type="reset"].icon:before,
	ul.actions:not(.fixed) li input[type="button"].icon:before,
	ul.actions:not(.fixed) li button.icon:before,
	ul.actions:not(.fixed) li .button.icon:before {
		margin-left: -0.5em;
	}

}

/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 1em 0 0;
}

ul.icons li:last-child {
	padding-right: 0 !important;
}

ul.icons.major {
	padding: 1em 0;
}

ul.icons.major li {
	padding-right: 3.5em;
}

@media screen and (max-width: 736px) {

	ul.icons.major li {
		padding: 0 1em !important;
	}

}

/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	margin: 0 0 2em 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px #fff;
	border-left: 0;
	border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(144, 144, 144, 0.25);
}

table td {
	padding: 0.75em 0.75em;
}

table th {
	color: #fff;
	font-size: 0.9em;
	font-weight: 600;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border-bottom: solid 2px #fff;
}

table tfoot {
	border-top: solid 2px #fff;
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px #fff;
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}

/* Button */


input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	background-color: rgba(144, 144, 144, 0.25);
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
	background-color: rgba(144, 144, 144, 0.5);
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
	margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
	font-size: 0.8em;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
	font-size: 1.35em;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
	background-color: #ed4933;
	box-shadow: none !important;
	color: #ffffff !important;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
	background-color: #ef5e4a !important;
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
button.primary:active,
.button.primary:active {
	background-color: #eb341c !important;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
	pointer-events: none;
	opacity: 0.25;
}

@media screen and (max-width: 736px) {

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		height: 3.75em;
		line-height: 3.75em;
	}

}

/* Features */

.features {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	width: 100%;
}

.features li {
	padding: 4em 4em 2em 6em;
	display: block;
	position: relative;
	text-align: left;
	width: 50%;
}

.features li:nth-child(1) {
	background-color: rgba(0, 0, 0, 0.035);
}

.features li:nth-child(2) {
	background-color: rgba(0, 0, 0, 0.07);
}

.features li:nth-child(3) {
	background-color: rgba(0, 0, 0, 0.105);
}

.features li:nth-child(4) {
	background-color: rgba(0, 0, 0, 0.14);
}

.features li:nth-child(5) {
	background-color: rgba(0, 0, 0, 0.175);
}

.features li:nth-child(6) {
	background-color: rgba(0, 0, 0, 0.21);
}

.features li:nth-child(7) {
	background-color: rgba(0, 0, 0, 0.245);
}

.features li:nth-child(8) {
	background-color: rgba(0, 0, 0, 0.28);
}

.features li:nth-child(9) {
	background-color: rgba(0, 0, 0, 0.315);
}

.features li:nth-child(10) {
	background-color: rgba(0, 0, 0, 0.35);
}

.features li:before {
	display: block;
	color: #00ffcc;
	position: absolute;
	left: 1.75em;
	top: 2.75em;
	font-size: 1.5em;
}

.features li:nth-child(1) {
	border-top-left-radius: 3px;
}

.features li:nth-child(2) {
	border-top-right-radius: 3px;
}

.features li:nth-last-child(1) {
	border-bottom-right-radius: 3px;
}

.features li:nth-last-child(2) {
	border-bottom-left-radius: 3px;
}

@media screen and (max-width: 980px) {

	.features li {
		padding: 3em 2em 1em 2em;
		text-align: center;
	}

	.features li:before {
		left: 0;
		margin: 0 0 1em 0;
		position: relative;
		top: 0;
	}

}

@media screen and (max-width: 736px) {

	.features li {
		padding: 3em 0 1em 0;
		background-color: transparent !important;
		border-top: solid 2px #fff;
		width: 100%;
	}

	.features li:first-child {
		border-top: 0;
	}

}

/* Spotlight */

.spotlight {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.spotlight .image {
	-moz-order: 1;
	-webkit-order: 1;
	-ms-order: 1;
	order: 1;
	border-radius: 0;
	width: 40%;
}

.spotlight .image img {
	border-radius: 0;
	width: 100%;
}

.spotlight .content {
	padding: 2em 4em 0.1em 4em;
	-moz-order: 2;
	-webkit-order: 2;
	-ms-order: 2;
	order: 2;
	max-width: 48em;
	width: 60%;
}

.spotlight:nth-child(2n) {
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.spotlight:nth-child(1) {
	background-color: rgba(0, 0, 0, 0.075);
}

.spotlight:nth-child(2) {
	background-color: rgba(0, 0, 0, 0.15);
}

.spotlight:nth-child(3) {
	background-color: rgba(0, 0, 0, 0.225);
}

.spotlight:nth-child(4) {
	background-color: rgba(0, 0, 0, 0.3);
}

.spotlight:nth-child(5) {
	background-color: rgba(0, 0, 0, 0.375);
}

.spotlight:nth-child(6) {
	background-color: rgba(0, 0, 0, 0.45);
}

.spotlight:nth-child(7) {
	background-color: rgba(0, 0, 0, 0.525);
}

.spotlight:nth-child(8) {
	background-color: rgba(0, 0, 0, 0.6);
}

.spotlight:nth-child(9) {
	background-color: rgba(0, 0, 0, 0.675);
}

.spotlight:nth-child(10) {
	background-color: rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 1280px) {

	.spotlight .image {
		width: 45%;
	}

	.spotlight .content {
		width: 55%;
	}

}

@media screen and (max-width: 980px) {

	.spotlight {
		display: block;
	}

	.spotlight br {
		display: none;
	}

	.spotlight .image {
		width: 100%;
	}

	.spotlight .content {
		padding: 4em 3em 2em 3em;
		max-width: none;
		text-align: center;
		width: 100%;
	}

}

@media screen and (max-width: 736px) {

	.spotlight .content {
		padding: 3em 2em 1em 2em;
	}

}

/* Wrapper */

.wrapper {
	padding: 6em 0 4em 0;
}

.wrapper>.inner {
	width: 60em;
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {

	.wrapper>.inner {
		width: 90%;
	}

}

@media screen and (max-width: 980px) {

	.wrapper>.inner {
		width: 100%;
	}

}

.wrapper.alt {
	padding: 0;
}

.wrapper.style1 {
	background-color: #4E5D6C;
	color: #c8ece9;
}

.wrapper.style1 strong,
.wrapper.style1 b {
	color: #ffffff;
}

.wrapper.style1 h2,
.wrapper.style1 h3,
.wrapper.style1 h4,
.wrapper.style1 h5,
.wrapper.style1 h6 {
	color: #ffffff;
}

.wrapper.style1 hr {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 blockquote {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 code {
	background: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 header p {
	color: #a6e0db;
}

.wrapper.style1 header.major h2,
.wrapper.style1 header.major h3,
.wrapper.style1 header.major h4,
.wrapper.style1 header.major h5,
.wrapper.style1 header.major h6 {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 header.major p {
	color: #c8ece9;
}

.wrapper.style1 label {
	color: #ffffff;
}

.wrapper.style1 input[type="text"],
.wrapper.style1 input[type="password"],
.wrapper.style1 input[type="email"],
.wrapper.style1 select,
.wrapper.style1 textarea {
	background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}

.wrapper.style1 select option {
	color: #ffffff;
	background: #4E5D6C;
}







.wrapper.style1 ::-webkit-input-placeholder {
	color: #a6e0db !important;
}

.wrapper.style1 :-moz-placeholder {
	color: #a6e0db !important;
}

.wrapper.style1 ::-moz-placeholder {
	color: #a6e0db !important;
}

.wrapper.style1 :-ms-input-placeholder {
	color: #a6e0db !important;
}

.wrapper.style1 .formerize-placeholder {
	color: #a6e0db !important;
}

.wrapper.style1 .icon.major {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 ul.alt li {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table tbody tr {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table tbody tr:nth-child(2n + 1) {
	background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 table th {
	color: #ffffff;
}

.wrapper.style1 table thead {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table tfoot {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table.alt tbody tr td {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 input[type="submit"],
.wrapper.style1 input[type="reset"],
.wrapper.style1 input[type="button"],
.wrapper.style1 button,
.wrapper.style1 .button {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
	color: #ffffff;
}

.wrapper.style1 input[type="submit"]:hover,
.wrapper.style1 input[type="reset"]:hover,
.wrapper.style1 input[type="button"]:hover,
.wrapper.style1 button:hover,
.wrapper.style1 .button:hover {
	background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 input[type="submit"]:active,
.wrapper.style1 input[type="reset"]:active,
.wrapper.style1 input[type="button"]:active,
.wrapper.style1 button:active,
.wrapper.style1 .button:active {
	background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 736px) {

	.wrapper.style1 .features li {
		border-top-color: rgba(0, 0, 0, 0.125);
	}

}

.wrapper.style2 {
	background-color: #2e3842;
}

.wrapper.style3 {
	background-color: #1f1f2e;
	color: #d3d4e4;
}

.wrapper.style3 strong,
.wrapper.style3 b {
	color: #ffffff;
}

.wrapper.style3 h2,
.wrapper.style3 h3,
.wrapper.style3 h4,
.wrapper.style3 h5,
.wrapper.style3 h6 {
	color: #ffffff;
}

.wrapper.style3 hr {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 blockquote {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 code {
	background: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 header p {
	color: #b9bad4;
}

.wrapper.style3 header.major h2,
.wrapper.style3 header.major h3,
.wrapper.style3 header.major h4,
.wrapper.style3 header.major h5,
.wrapper.style3 header.major h6 {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 header.major p {
	color: #d3d4e4;
}

.wrapper.style3 label {
	color: #ffffff;
}

.wrapper.style3 input[type="text"],
.wrapper.style3 input[type="password"],
.wrapper.style3 input[type="email"],
.wrapper.style3 select,
.wrapper.style3 textarea {
	background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}

.wrapper.style3 select option {
	color: #ffffff;
	background: #1f1f2e;
}





.wrapper.style3 ::-webkit-input-placeholder {
	color: #b9bad4 !important;
}

.wrapper.style3 :-moz-placeholder {
	color: #b9bad4 !important;
}

.wrapper.style3 ::-moz-placeholder {
	color: #b9bad4 !important;
}

.wrapper.style3 :-ms-input-placeholder {
	color: #b9bad4 !important;
}

.wrapper.style3 .formerize-placeholder {
	color: #b9bad4 !important;
}

.wrapper.style3 .icon.major {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 ul.alt li {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table tbody tr {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table tbody tr:nth-child(2n + 1) {
	background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 table th {
	color: #ffffff;
}

.wrapper.style3 table thead {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table tfoot {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table.alt tbody tr td {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 input[type="submit"],
.wrapper.style3 input[type="reset"],
.wrapper.style3 input[type="button"],
.wrapper.style3 button,
.wrapper.style3 .button {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
	color: #ffffff;
}

.wrapper.style3 input[type="submit"]:hover,
.wrapper.style3 input[type="reset"]:hover,
.wrapper.style3 input[type="button"]:hover,
.wrapper.style3 button:hover,
.wrapper.style3 .button:hover {
	background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 input[type="submit"]:active,
.wrapper.style3 input[type="reset"]:active,
.wrapper.style3 input[type="button"]:active,
.wrapper.style3 button:active,
.wrapper.style3 .button:active {
	background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 736px) {

	.wrapper.style3 .features li {
		border-top-color: rgba(0, 0, 0, 0.125);
	}

}

.wrapper.style4 {
	background-color: transparent;
}

.wrapper.style5 {
	background-color: #ffffff;
	color: #4E4852;
}

.wrapper.style5 strong,
.wrapper.style5 b {
	color: #2E3842;
}

.wrapper.style5 h2,
.wrapper.style5 h3,
.wrapper.style5 h4,
.wrapper.style5 h5,
.wrapper.style5 h6 {
	color: #2E3842;
}

.wrapper.style5 hr {
	border-color: #dfdfdf;
}

.wrapper.style5 blockquote {
	border-color: #dfdfdf;
}

.wrapper.style5 code {
	background: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 header p {
	color: #8E8892;
}

.wrapper.style5 header.major h2,
.wrapper.style5 header.major h3,
.wrapper.style5 header.major h4,
.wrapper.style5 header.major h5,
.wrapper.style5 header.major h6 {
	border-color: #dfdfdf;
}

.wrapper.style5 header.major p {
	color: #4E4852;
}

.wrapper.style5 label {
	color: #2E3842;
}

.wrapper.style5 input[type="text"],
.wrapper.style5 input[type="password"],
.wrapper.style5 input[type="email"],
.wrapper.style5 select,
.wrapper.style5 textarea {
	background-color: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dfdfdf' /%3E%3C/svg%3E");
}

.wrapper.style5 select option {
	color: #2E3842;
	background: #ffffff;
}



.wrapper.style5 ::-webkit-input-placeholder {
	color: #8E8892 !important;
}

.wrapper.style5 :-moz-placeholder {
	color: #8E8892 !important;
}

.wrapper.style5 ::-moz-placeholder {
	color: #8E8892 !important;
}

.wrapper.style5 :-ms-input-placeholder {
	color: #8E8892 !important;
}

.wrapper.style5 .formerize-placeholder {
	color: #8E8892 !important;
}

.wrapper.style5 .icon.major {
	border-color: #dfdfdf;
}

.wrapper.style5 ul.alt li {
	border-color: #dfdfdf;
}

.wrapper.style5 table tbody tr {
	border-color: #dfdfdf;
}

.wrapper.style5 table tbody tr:nth-child(2n + 1) {
	background-color: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 table th {
	color: #2E3842;
}

.wrapper.style5 table thead {
	border-color: #dfdfdf;
}

.wrapper.style5 table tfoot {
	border-color: #dfdfdf;
}

.wrapper.style5 table.alt tbody tr td {
	border-color: #dfdfdf;
}

.wrapper.style5 input[type="submit"],
.wrapper.style5 input[type="reset"],
.wrapper.style5 input[type="button"],
.wrapper.style5 button,
.wrapper.style5 .button {
	box-shadow: inset 0 0 0 2px #dfdfdf;
	color: #2E3842;
}

.wrapper.style5 input[type="submit"]:hover,
.wrapper.style5 input[type="reset"]:hover,
.wrapper.style5 input[type="button"]:hover,
.wrapper.style5 button:hover,
.wrapper.style5 .button:hover {
	background-color: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 input[type="submit"]:active,
.wrapper.style5 input[type="reset"]:active,
.wrapper.style5 input[type="button"]:active,
.wrapper.style5 button:active,
.wrapper.style5 .button:active {
	background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 736px) {

	.wrapper.style5 .features li {
		border-top-color: #dfdfdf;
	}

}

@media screen and (max-width: 980px) {

	.wrapper {
		padding: 4em 3em 2em 3em;
	}

}

@media screen and (max-width: 736px) {

	.wrapper {
		padding: 3em 2em 1em 2em;
	}

}

/* Page Wrapper + Menu */

#page-wrapper {
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: 1;
	padding-top: 3em;
}

#page-wrapper:before {
	background: rgba(0, 0, 0, 0);
	content: '';
	display: block;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;
}

#menu {
	-moz-transform: translateX(20em);
	-webkit-transform: translateX(20em);
	-ms-transform: translateX(20em);
	transform: translateX(20em);
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	-webkit-overflow-scrolling: touch;
	background: #4E5D6C;
	color: #ffffff;
	height: 100%;
	max-width: 80%;
	overflow-y: auto;
	padding: 3em 2em;
	position: fixed;
	right: 0;
	top: 0;
	width: 20em;
	z-index: 10002;
}

#menu ul {
	list-style: none;
	padding: 0;
}

#menu ul>li {
	border-top: solid 1px rgba(0, 0, 0, 0.125);
	margin: 0.5em 0 0 0;
	padding: 0.5em 0 0 0;
}

#menu ul>li:first-child {
	border-top: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#menu ul>li>a {
	border: 0;
	color: inherit;
	display: block;
	font-size: 0.8em;
	letter-spacing: 0.225em;
	outline: 0;
	text-decoration: none;
	text-transform: uppercase;
}

@media screen and (max-width: 736px) {

	#menu ul>li>a {
		line-height: 3em;
	}

}

#menu .close {
	background-image: url("images/close.svg");
	background-position: 4.85em 1em;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 3em;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	width: 7em;
}

@media screen and (max-width: 736px) {

	#menu {
		padding: 3em 1.5em;
	}

}

body.is-menu-visible #page-wrapper {
	opacity: 0.35;
}

body.is-menu-visible #page-wrapper:before {
	display: block;
}

body.is-menu-visible #menu {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/* Header */

#header {
	-moz-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	-ms-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	background: #2e3842;
	left: 0;
	line-height: 3em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#header h1 {
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	height: inherit;
	left: 1.25em;
	line-height: inherit;
	position: absolute;
	top: 0;
}

#header h1 a {
	border: 0;
	display: block;
	height: inherit;
	line-height: inherit;
}

@media screen and (max-width: 736px) {

	#header h1 a {
		font-size: 0.8em;
	}

}

#header nav {
	width: 50%;
	position: unset;
	display: flex;
	justify-content: center;
}

#header nav>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#header nav>ul>li {
	display: inline-block;
	padding: 0;
}

#header nav>ul>li>a {
	border: 0;
	color: #fff;
	display: block;
	font-size: 0.8em;
	letter-spacing: 0.225em;
	padding: 0 1.5em;
	text-transform: uppercase;
}

#header nav>ul>li>a.menuToggle {
	outline: 0;
	position: relative;
}

#header nav>ul>li>a.menuToggle:after {
	background-image: url("images/bars.svg");
	background-position: right center;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	height: 3.75em;
	vertical-align: top;
	width: 2em;
}

@media screen and (max-width: 736px) {

	#header nav>ul>li>a.menuToggle {
		padding: 0 1.5em;
	}

	#header nav>ul>li>a.menuToggle span {
		display: none;
	}

}

@media screen and (max-width: 736px) {

	#header nav>ul>li>a {
		padding: 0 0 0 1.5em;
	}

}

#header nav>ul>li:first-child {
	margin-left: 0;
}

#header.alt {
	background: transparent;
}

#header.alt h1 {
	pointer-events: none;
	opacity: 0;
}

/* Banner */

#banner {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	cursor: default;
	height: 90vh;
	overflow: hidden;
	position: relative;
	text-align: center;
}


#banner h2 {

	display: inline-block;
	font-size: 1.75em;
	opacity: 1;
	padding: 0.35em 1em;
	position: relative;
	z-index: 1;
}

#banner h2:before,
#banner h2:after {

	background: #fff;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	width: 100%;
}

#banner h2:before {
	top: 0;
	left: 0;
}

#banner h2:after {
	bottom: 0;
	right: 0;
}

#banner p {
	letter-spacing: 0.225em;
	text-transform: uppercase;
}

#banner p a {
	color: inherit;
}

#banner .more {

	border: none;
	bottom: 0;
	color: inherit;
	font-size: 0.8em;
	height: 8.5em;
	left: 50%;
	letter-spacing: 0.225em;
	margin-left: -8.5em;
	opacity: 1;
	outline: 0;
	padding-left: 0.225em;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 16em;
	z-index: 1;
}

#banner .more:after {
	background-image: url("images/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 4em;
	content: '';
	display: block;
	height: 1.5em;
	left: 50%;
	margin: 0 0 0 -0.75em;
	position: absolute;
	width: 1.5em;
}

#banner:after {
	pointer-events: none;
	content: '';
	background: none !important;
	/* ← disables the dark overlay */
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0 !important;
	/* ← forces full transparency */
	z-index: -2 !important;
	/* ← push it behind the video */
}


@media screen and (max-width: 736px) {

	#banner {
		padding: 7em 3em 5em 3em;
		height: auto;
		min-height: 0;
	}

	#banner h2 {
		font-size: 1.25em;
	}

	#banner br {
		display: none;
	}

	#banner .more {
		display: none;
	}

}

body.is-preload #banner h2 {}

body.is-preload #banner h2:before,
body.is-preload #banner h2:after {
	width: 0;
}

body.is-preload #banner .more {

	opacity: 0;
}

/*body.is-preload #banner:after {
		opacity: 0 !important;
	  }
	  
	
	

/* CTA */

#cta .inner {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	max-width: 45em;
}

#cta .inner header {
	-moz-order: 1;
	-webkit-order: 1;
	-ms-order: 1;
	order: 1;
	padding-right: 3em;
	width: 70%;
}

#cta .inner header p {
	color: inherit;
}

#cta .inner .actions {
	-moz-order: 2;
	-webkit-order: 2;
	-ms-order: 2;
	order: 2;
	width: 30%;
}

@media screen and (max-width: 980px) {

	#cta .inner {
		display: block;
		text-align: center;
	}

	#cta .inner header {
		padding-right: 0;
		width: 100%;
	}

	#cta .inner .actions {
		margin-left: auto;
		margin-right: auto;
		max-width: 20em;
		width: 100%;
	}

}

@media screen and (max-width: 736px) {

	#cta .inner .actions {
		max-width: none;
	}

}

/* Main */

#main>header {
	padding: 12em 0 10em 0;
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

#main>header h2 {
	font-size: 1.75em;
	margin: 0 0 0.5em 0;
}

#main>header p {
	color: inherit;
	letter-spacing: 0.225em;
	text-transform: uppercase;
	top: 0;
}

#main>header p a {
	color: inherit;
}

@media screen and (max-width: 1680px) {

	#main>header {
		padding: 10em 0 8em 0;
	}

}

@media screen and (max-width: 1280px) {

	#main>header {
		padding: 8em 3em 6em 3em;
	}

}

@media screen and (max-width: 980px) {

	#main>header {
		padding: 10em 3em 8em 3em;
	}

}

@media screen and (max-width: 736px) {

	#main>header {
		padding: 5em 3em 3em 3em;
	}

	#main>header h2 {
		font-size: 1.25em;
		margin: 0 0 1em 0;
	}

}

body.is-mobile #main>header {
	background-attachment: scroll;
}

/* Footer */

/* footer {
	padding: 120px 80px !important;
} */

#footer {
	background-color: #1d242a;
	text-align: center;
}

#footer .icons {
	font-size: 1.25em;
}

#footer .icons a {
	color: rgba(255, 255, 255, 0.5);
}

#footer .icons a:hover {
	color: #fff;
}

#footer .copyright {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.8em;
	letter-spacing: 0.225em;
	list-style: none;
	padding: 0;
	text-transform: uppercase;
}

#footer .copyright li {
	border-left: solid 1px rgba(255, 255, 255, 0.5);
	display: inline-block;
	line-height: 1em;
	margin-left: 1em;
	padding-left: 1em;
}

#footer .copyright li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer .copyright li a {
	color: inherit;
}

#footer .copyright li a:hover {
	color: #fff;
}

@media screen and (max-width: 480px) {

	#footer .copyright li {
		border: 0;
		display: block;
		line-height: 1.65em;
		margin: 0;
		padding: 0.5em 0;
	}

}

@media screen and (max-width: 980px) {

	#footer {
		padding: 4em 3em 2em 3em;
	}

}

@media screen and (max-width: 736px) {

	#footer {
		padding: 3em 2em 1em 2em;
	}

}

/* Landing */

body.landing #page-wrapper {
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}

body.landing #footer {
	background-color: rgba(29, 36, 42, 0.9);
}

body.is-mobile.landing #page-wrapper {
	background: none;
}

body.is-mobile.landing #banner,
body.is-mobile.landing .wrapper.style4 {
	background: none !important;
	background-color: transparent !important;
	background-position: initial !important;
	background-repeat: initial !important;
	background-size: initial !important;
}


body.is-mobile.landing #footer {
	background-color: #1d242a;
}

/* Custom package layout override */
#packages .spotlight {
	flex-direction: row !important;
	text-align: left;
}

#packages .spotlight .content {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.button.turkis {
	background-color: #3ccfcf !important;
	/* soft turquoise */
	color: #003a3a !important;
	/* darker teal, but not pure black */
	font-weight: 500;
	/* medium weight */
	border: none;
}

.button.turkis:hover {
	background-color: #2ba8a8 !important;
	color: #ffffff !important;
	/* switch to white on hover */
}

#banner {
	position: relative;
	overflow: hidden;
}

#bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#bg-video1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	pointer-events: none;

	filter: blur(3px);
	/* ⬅️ Blur effect */
	transform: scale(1.55);
	/* ⬅️ Slight scale-up to hide edge blur */
}

#banner .inner {
	position: relative;
	z-index: 1;
}


body::before {
	content: '';
	background: none !important;
	/* disables overlay */
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	/* Now behind your animated text */
}


.row {
	display: flex;
	justify-content: center;
	gap: 60px;
	/* Increase spacing between team members */
}


#contact {
	margin-top: 0;
	padding-top: 20px;
	/* or less, as needed */
}

/* Layout the name + email side by side */
.form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.form-col {
	flex: 1;
}

.form-group {
	margin-bottom: 20px;
}

/* Input styling */
#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
	width: 100%;
	padding: 12px;
	font-size: 16px;
	background: rgba(255, 255, 255, 0.05);
	/* subtle input bg */
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: #fff;
}

/* Button aligned left, not centered */
#contact .form-group input[type="submit"] {
	background-color: #00d1b2;
	border: none;
	color: #fff;
	padding: 12px 24px;
	border-radius: 8px;
	cursor: pointer;
	font-weight: bold;
	transition: background-color 0.3s ease
}

#contact .form-group input[type="submit"]:hover {
	background-color: #00bfa6;
}

/* CONTAINER to keep form centered and less wide */
.contact-container {
	max-width: 1100px;
	/* Wider than before */
	margin: 0 auto;
	padding: 40px 30px;

}

/* Layout for name + email */
.form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.form-col {
	flex: 1;
}

.form-group {
	margin-bottom: 20px;
}

/* Fields */
#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
	width: 100%;
	padding: 12px;
	font-size: 16px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: #fff;
	box-sizing: border-box;
}

#contact .form-group {
	text-align: left;
	margin-top: 1.5rem;
}

#contact .form-group input[type="submit"] {
	background-color: #00d1b2;
	border: 2px solid white;
	color: black;
	padding: 0.9em 2em;
	/* povećan vertikalni padding */
	border-radius: 6px;
	cursor: pointer;
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	transition: background-color 0.3s ease;
	line-height: 1.2;
	/* ključni balans */
}


#contact .form-group input[type="submit"]:hover {
	background-color: #00bfa6;
}

/* ============================= */
/* ✅ Clean Styled Pricing Cards */
/* ============================= */

body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background-color: #f5f5f5;
}

/* Card Grid Layout */
#packages-full.pakete-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	padding: 60px 20px;
	background-color: #f9f9f9;
}

/* Each Pricing Card */
#packages-full .paket-card {
	background-color: #ffffff;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	width: 100%;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	max-width: fit-content;
	overflow: hidden;
}

#packages-full h3 {
	color: #fff !important;
	padding: 10px;
}

#packages-full .paket-standard h3 {
	background: #cec1f5;
}

#packages-full .paket-basic h3 {
	background: #ffdeb5;
}

#packages-full .paket-premium h3 {
	background: #ffc999;
}

#packages-full .paket-ultimate h3 {
	background: #91d8f5;
}

#packages-full .paket-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

/* Title */
#packages-full .paket-card h3 {
	font-size: 1.5rem;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #2a2a2a;
}

/* Price */
#packages-full .paket-card .price {
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px 30px;
}

/* Feature List */
#packages-full .paket-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 0px 30px;
}

#packages-full .paket-card ul li {
	margin-bottom: 12px;
	padding-left: 25px;
	position: relative;
	font-size: 0.95rem;
	color: #444;
	border-bottom: 1px solid #eee;
}

#packages-full .paket-card ul li::before {
	content: "✔️";
	position: absolute;
	left: 0;
	top: 0.2rem;
	font-size: 1rem;
	color: #27ae60;
}

/* Plan-Specific Backgrounds */
#packages-full .paket-basic {
	background-color: #fcf8f3;
}

#packages-full .paket-standard {
	background-color: #f4f1fd;
}

#packages-full .paket-premium {
	background-color: #fff5ec;
}

#packages-full .paket-ultimate {
	background-color: #eef8fc;
}

/* Responsive Design */
@media (max-width: 768px) {
	#packages-full.pakete-grid {
		flex-direction: column;
		align-items: center;
	}

	#packages-full .paket-card {
		width: 90%;
	}
}

/* =================== SLIDER PAKETI =================== */
.slider {
	max-width: 660px;
	width: 100%;
	margin: 50px auto;
	overflow: hidden;
	position: relative;
}

.slide-wrapper {
	display: flex;
	transition: transform 0.5s ease;
	width: 200%;
	/* za 4 kartice / 2 po prikazu */
}

.paket-card {
	flex: 0 0 50%;
	max-width: 320px;
	margin: 10px;
	background-color: #ffffff;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	padding: 30px 25px;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-sizing: border-box;
}

.paket-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.paket-card h3 {
	font-size: 1.5rem;
	text-align: center;
	text-transform: uppercase;
	color: #2a2a2a;
	margin-bottom: 0.5rem;
}

.paket-card .price {
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
	text-align: center;
}

.paket-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.paket-card ul li {
	margin-bottom: 12px;
	padding-left: 25px;
	position: relative;
	font-size: 0.95rem;
	color: #444;
	border-bottom: 1px solid #eee;
}

.paket-card ul li::before {
	content: "✔️";
	position: absolute;
	left: 0;
	top: 0.2rem;
	font-size: 1rem;
	color: #27ae60;
}

.paket-basic {
	background-color: #fcf8f3;
}

.paket-standard {
	background-color: #f4f1fd;
}

.paket-premium {
	background-color: #fff5ec;
}

.paket-ultimate {
	background-color: #eef8fc;
}

.slider button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	background: #ffffffcc;
	border: none;
	font-size: 2rem;
	cursor: pointer;
	padding: 0 10px;
	border-radius: 50%;
}

.slider .prev {
	left: -10px;
}

.slider .next {
	right: -10px;
}

@media (max-width: 768px) {
	.slide-wrapper {
		width: 400%;
		/* 4 kartice * 100% jer prikazujemo 1 po 1 */
	}

	.paket-card {
		flex: 0 0 100%;
	}
}

.slider {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

.slide-wrapper {
	display: flex;
	transition: transform 0.6s ease-in-out;
	width: 400%;
}

.paket-card {
	flex: 0 0 100%;
	max-width: 100%;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	padding: 40px 30px;
	margin: 20px;
	box-sizing: border-box;
	text-align: left;
	font-family: 'Segoe UI', sans-serif;
}

.paket-card h3 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

.paket-card .price {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 25px;
	font-weight: bold;
}

.paket-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.paket-card ul li {
	padding-left: 24px;
	position: relative;
	margin-bottom: 15px;
	font-size: 1rem;
	color: #444;
}

.paket-card ul li::before {
	content: "✔️";
	position: absolute;
	left: 0;
	color: #6c63ff;
}

.slider button.prev,
.slider button.next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	background-color: #fff;
	border: none;
	font-size: 2rem;
	cursor: pointer;
	padding: 5px 12px;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	transition: background 0.3s;
}

.slider button.prev:hover,
.slider button.next:hover {
	background-color: #eee;
}

.slider .prev {
	left: 10px;
}

.slider .next {
	right: 10px;
}

/* PACKAGES SLIDER STYLE */
.slider-container {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	margin: 0 auto;
	padding: 2em 0;
}

.slider-track {
	display: flex;
	transition: transform 0.5s ease;
}

.slide {
	min-width: 100%;
	display: flex;
	justify-content: space-around;
	gap: 2em;
}

.slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #fff;
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
	z-index: 10;
	padding: 0.5em 0.8em;
	border-radius: 6px;
}

.slider-btn.prev {
	left: 10px;
}

.slider-btn.next {
	right: 10px;
}

.paket-card {
	flex: 1;
	background: #fff;
	color: #222;
	border-radius: 10px;
	padding: 2em;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	max-width: 500px;
}

.paket-card:hover {
	transform: scale(1.03);
}

.paket-card h3 {
	font-size: 1.8rem;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.paket-card .price {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1em;
}

.paket-card ul {
	list-style: none;
	padding: 0;
}

.paket-card ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 0.95rem;
}

.paket-card ul li::before {
	content: "✔️";
	position: absolute;
	left: 0;
	top: 0;
}

.paket-basic {
	background-color: #fffbe6;
}

.paket-standard {
	background-color: #e8f7ff;
}

.paket-premium {
	background-color: #f8e8ff;
}

.paket-ultimate {
	background-color: #e8fff0;
}

input[type="date"] {
	background-color: rgba(144, 144, 144, 0.25);
	border-radius: 3px;
	border: none;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	height: 2.75em;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5em;
	gap: 1em;
}

.form-col {
	flex: 1;
	min-width: 250px;
}

.form-col input,
.form-col textarea {
	width: 100%;
	height: 2.75em;
	padding: 0 1em;
	border: none;
	border-radius: 3px;
	background-color: rgba(144, 144, 144, 0.25);
	color: #fff;
	font-size: 1em;
}

.footer-impressum {
	margin-top: 2.5rem;
	padding: 1rem 1.5rem;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	color: #ccc;
	font-size: 0.95rem;
	line-height: 1.6;
	text-align: center;
}

.footer-impressum h3 {
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 1rem;
	font-weight: 700;
	color: #fff;
}

.footer-impressum p {
	margin: 0.2rem 0;
}

#process .features li {
	width: 100% !important;
	text-align: left;
	padding: 2em 2em 1.5em 4em !important;
	border-top: solid 1px rgba(255, 255, 255, 0.2);
	background-color: transparent !important;
}

#process .features li:first-child {
	border-top: none;
}

@media screen and (max-width: 980px) {
	#process .features li {
		padding-left: 2em !important;
	}
}

#process .features {
	list-style: decimal;
	padding-left: 2em;
	counter-reset: step-counter;
	display: block;
	/* override flex */
}

#process .features li {
	counter-increment: step-counter;
	position: relative;
	padding-left: 2.5em;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	border-top: solid 1px rgba(255, 255, 255, 0.2);
	text-align: left;
	background: none !important;
	width: 100% !important;
}

#process .features li::before {
	content: counter(step-counter) ".";
	position: absolute;
	left: 0;
	top: 1.2em;
	font-weight: bold;
	color: #00ffcc;
	font-size: 1em;
}

#process .features {
	counter-reset: step;
	display: block;
}

#process .features li {
	counter-increment: step;
	position: relative;
	padding: 1.5em 1em 1.5em 3.5em;
	list-style: none;
	width: 100% !important;
	text-align: left;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: none !important;
	display: flex;
	align-items: center;
	/* 🔑 poravnava tekst i broj u ravninu */
}

#process .features li::before {
	content: counter(step) ".";
	position: absolute;
	left: 1em;
	top: 50%;
	transform: translateY(-50%);
	/* 🔑 centrirano vertikalno */
	font-weight: bold;
	font-size: 1.2em;
	color: #00ffcc;
	line-height: 1;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

#process .features li {
	opacity: 0;
	animation: fadeInUp 0.8s ease-out forwards;
	animation-delay: calc(0.2s * var(--step));
}

.leistungen-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	list-style: none;
	padding: 2rem 0;
	margin: 0;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.leistungen-list li {
	background-color: #f9f9f9;
	border-radius: 12px;
	padding: 2rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: #222;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	position: relative;
	text-align: left;
}

.leistungen-list li::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #00bfa6;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
}

.leistungen-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	margin-top: 2rem;
}

.leistung-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 2rem;
	text-align: left;
	color: #333;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leistung-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.leistung-card h3 {
	margin-top: 1rem;
	font-size: 1.3rem;
	color: #111;
}

.leistung-card p {
	margin-top: 0.5rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #444;
}

.icon-placeholder {
	width: 56px;
	height: 56px;
	background: #eee;
	border-radius: 10px;
}

.leistungen-flex {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 3rem;
	max-width: 900px;
	margin: 0 auto;
	padding-top: 2rem;
}

.leistung {
	background-color: transparent;
	padding: 1.5rem;
	border-left: 4px solid #00bfa6;
	text-align: left;
	transition: all 0.4s ease;
	opacity: 0;
	transform: translateY(30px);
}

.leistung h3 {
	margin: 0 0 0.6rem 0;
	font-size: 1.4rem;
	color: #ffffff;
	text-transform: none;
}

.leistung p {
	color: #c0c0c0;
	font-size: 1rem;
	line-height: 1.5;
}

/* Animation on scroll */
.fade-in.appear {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.leistung {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

.section-fade {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

.section-fade.appear {
	opacity: 1;
	transform: translateY(0);
}

#contact header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-bottom: 2rem;
}

#contact header h2 {
	font-size: 2.2rem;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

#contact header p {
	font-size: 1.2rem;
	color: #ccc;
	margin-bottom: 1.5rem;
}

/* Strelice izvan slidera */
.slider-container {
	position: relative;
}

.slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	color: #000;
	border: none;
	font-size: 2rem;
	cursor: pointer;
	z-index: 999;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	opacity: 0.95;
}

/* Pomaknuto van tracka */
.slider-btn.prev {
	left: -35px;
}

.slider-btn.next {
	right: -35px;
}

/* Hover efekt */
.slider-btn:hover {
	background-color: #f2f2f2;
	transform: translateY(-50%) scale(1.08);
}

/* Mobilna prilagodba */
@media screen and (max-width: 768px) {
	.slider-btn.prev {
		left: 10px;
	}

	.slider-btn.next {
		right: 10px;
	}
}

.team-section {
	padding: 60px 20px;
	background: linear-gradient(to bottom right, #5a5a5a, #3a2a22);
	color: #fff;
	text-align: center;
	font-family: 'Arial', sans-serif;
}

.team-header h2 {
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.team-header p {
	font-size: 14px;
	color: #ccc;
	margin-bottom: 40px;
}

.team-members {
	display: flex;
	justify-content: center;
	gap: 60px;
	flex-wrap: wrap;
}

.member {
	max-width: 250px;
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	padding: 20px;
	transition: transform 0.3s;
}

.member:hover {
	transform: scale(1.05);
}

.member img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 15px;
}

.member h3 {
	margin: 10px 0 5px;
	font-size: 18px;
	font-weight: bold;
}

.member .title {
	font-size: 14px;
	color: #aaa;
}

.team-members {
	display: flex;
	justify-content: center;
	gap: 80px;
	flex-wrap: wrap;
	padding: 40px 20px;
}

.member {
	max-width: 320px;
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 16px;
	padding: 30px 20px;
	transition: transform 0.3s;
	text-align: center;
}

.member:hover {
	transform: scale(1.05);
}

.member img {
	width: 100%;
	max-height: 360px;
	object-fit: cover;
	border-radius: 12px;
	margin-bottom: 20px;
}

.member h3 {
	font-size: 20px;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

.member .title {
	font-size: 16px;
	color: #ccc;
}

.timeline {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 40px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.timeline-step {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	padding-left: 20px;
	border-left: 3px solid #00e1d2;
}

.timeline-step::before {
	content: '';
	width: 14px;
	height: 14px;
	background-color: #00e1d2;
	border-radius: 50%;
	position: absolute;
	left: -7px;
	top: 8px;
}

.step-number {
	font-size: 22px;
	font-weight: bold;
	color: #00e1d2;
	min-width: 32px;
}

.step-text {
	color: #ffffff;
}

.step [class^="icon-"],
.step [class*=" icon-"] {
	display: none;
}

#leistungen .major p {
	font-size: 1.15rem;
	line-height: 1.6;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

#process ul.steps {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

/* SECTION STYLING */
.team-section {
	padding: 60px 20px;
	background-color: #2d2420;
	color: #fff;
	text-align: center;
}

/* HEADER */
.team-header h2 {
	font-size: 32px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.team-header p {
	font-size: 18px;
	color: #ccc;
	margin-bottom: 40px;
}

/* TEAM MEMBERS CONTAINER */
.team-members {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
}

/* INDIVIDUAL MEMBER CARD */
.member {
	background-color: #4b4039;
	border-radius: 15px;
	padding: 20px;
	width: 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	transition: transform 0.3s ease;
}

.member:hover {
	transform: translateY(-5px);
}

/* IMAGE */
.member img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 20px;
}

/* NAME */
.member h3 {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
}

/* TITLE */
.member .title {
	font-size: 16px;
	color: #ccc;
	margin-top: 8px;
}

.footer-container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	/* POMJERA OBA BLOKA UNUTRA */
}

.footer-partner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	padding-right: 0;
	/* MAKNI DESNI PRITISAK */
	margin-right: auto;
	/* GURA PARTNER BLOK BLIŽE SREDINI */
}

.partner-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
	transform: translateY(15%);
}

.partner-content span {
	font-size: 14px;
	white-space: nowrap;
}

.ifza-logo {
	height: 50px;
	/* Bilo 50px, sad duplo */
	object-fit: contain;
}

.footer-partner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	margin-right: auto;
	margin-left: 120px;
	/* 👈 OVO JE KLJUČ: MALI ODMAK ULIJEVO */
}

@media screen and (max-width: 768px) {
	.leistungen-flex {
		flex-direction: column;
		align-items: center;
	}

	.team-members {
		flex-direction: column;
		align-items: center;
	}

	.form-row {
		flex-direction: column;
	}

	.slider-track {
		flex-direction: column;
		align-items: center;
	}

	.paket-card {
		width: 90%;
		margin: 10px 0;
	}

	.footer-container {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	nav ul {
		flex-direction: column;
		align-items: center;
	}

	#bg-video {
		object-fit: cover;
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 480px) {
	.inner {
		padding: 10px;
	}

	#banner .inner h2 img {
		height: 60px;
	}

	.button {
		padding: 10px 20px;
		font-size: 0.9em;
	}
}

/* --- Fix za video pozadinu SAMO za mobitel --- */
@media screen and (max-width: 768px) {
	#bg-video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: 0;
	}

	#banner .inner {
		padding: 20px;
		text-align: center;
	}

	#banner .inner h2 img {
		max-width: 70%;
		height: auto;
	}

	#banner p {
		font-size: 16px;
		line-height: 1.4;
	}

	#banner .actions.special {
		margin-top: 20px;
	}

	/* Slider problemi - paketi */
	.paket-card {
		width: 100% !important;
		font-size: 14px;
		padding: 20px;
	}

	.paket-card h3 {
		font-size: 1.5em;
	}

	.paket-card .price {
		font-size: 1.2em;
	}

	.paket-card ul li {
		font-size: 14px;
		line-height: 1.4;
	}

	/* Slider track - raspored */
	.slider-track {
		display: block;
	}

	.slide {
		display: block;
		width: 100%;
	}

	/* Makni tipke slidera na malim ekranima */
	.slider-btn {
		display: none;
	}
}

#footer .icons {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	/* razmak prema Impressum naslovu */
	margin-top: -10px;
	/* malo podigni gore ako treba */
	gap: 20px;
	/* razmak između ikona */
}

#footer .icons li {
	list-style: none;
}

#footer .icons a {
	font-size: 24px;
	color: #ccc;
	transition: color 0.3s ease;
}

#footer .icons a:hover {
	color: #00d1b2;
	/* hover efekt */
}

.paket-card ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.paket-card ul li {
	position: relative;
	padding-left: 30px;
	/* tekst počinje malo više desno */
	margin-bottom: 10px;
}

.paket-card ul li::before {
	content: "✓";
	font-weight: bold;
	color: #00d1b2;
	/* ili ljubičasta, kako želiš */
	font-size: 20px;
	position: absolute;
	left: -30px;
	/* GURAMO van kartice */
	top: 0;
}

/* Styling for slider arrows */
.slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	border: none;
	color: white;
	font-size: 2rem;
	padding: 10px;
	cursor: pointer;
	z-index: 1000;
	border-radius: 50%;
	transition: background-color 0.3s;
}

.slider-btn:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.slider-btn.prev {
	left: 10px;
}

.slider-btn.next {
	right: 10px;
}

/* To make sure the slider container is positioned properly */
.slider-container {
	position: relative;
	overflow: hidden;
}

.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
}

.timeline>li {
	margin-bottom: 20px;
	position: relative;
}

.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

.timeline>li>.timeline-panel {
	width: 46%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline>li>.timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline>li>.timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-badge.primary {
	background-color: #2e6da4 !important;
}

.timeline-badge.success {
	background-color: #3f903f !important;
}

.timeline-badge.warning {
	background-color: #f0ad4e !important;
}

.timeline-badge.danger {
	background-color: #d9534f !important;
}

.timeline-badge.info {
	background-color: #5bc0de !important;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
	margin-bottom: 0;
}

.timeline-body>p+p {
	margin-top: 5px;
}

.page-header {
	text-align: center;
	margin-bottom: 50px;
}

.page-header h1#timeline {
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.page-header p {
	font-size: 1.2em;
	color: #ffffff;
	/* Optional if your background is dark */
}

.timeline-panel {
	position: relative;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #1e1e1e;
	/* ili tvoju trenutnu pozadinu */
}

.timeline-panel::before {
	content: "";
	position: absolute;
	top: 20px;
	width: 0;
	height: 0;
	border-style: solid;
}

.timeline>li:not(.timeline-inverted) .timeline-panel::before {
	left: -15px;
	border-width: 10px 15px 10px 0;
	border-color: transparent
}

.timeline-panel::before {
	display: none;
}

.timeline-panel::before {
	display: none !important;
}

.timeline>li>.timeline-panel:before,
.timeline>li>.timeline-panel:after {
	display: none !important;
}

.page-header h1#timeline {
	font-size: 32px;
	/* Manje nego prije (oko 2em), sada precizno 32px */
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* Opći stil za animaciju ulaska */
.animate-on-scroll {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.8s ease-out;
}

/* Kad se sekcija vidi u viewportu */
.animate-on-scroll.visible {
	opacity: 1;
	transform: translateY(0px);
}

footer {
	background: linear-gradient(to bottom, #171b25, #010711);
	color: #ffffff;
}

.timeline>li>.timeline-panel {
	width: 45%;
	float: left;
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
}

.timeline>li:not(.timeline-inverted)>.timeline-panel {
	margin-right: 70px;
}

.timeline-panel {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-panel:hover {
	transform: scale(1.05);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.timeline-panel {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.8s ease-out;
}

.timeline-panel.visible {
	opacity: 1;
	transform: translateY(0px);
}

.timeline-panel {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-panel:hover {
	transform: scale(1.05);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.ag-format-container {
	width: 1142px;
	margin: 0 auto;
}


body {
	background-color: #000;
}

.ag-courses_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	padding: 50px 0;
}

.ag-courses_item {
	-ms-flex-preferred-size: calc(33.33333% - 30px);
	flex-basis: calc(33.33333% - 30px);

	margin: 0 15px 30px;

	overflow: hidden;

	border-radius: 28px;
}

.ag-courses-item_link {
	display: block;
	padding: 30px 20px;
	background-color: #121212;

	overflow: hidden;

	position: relative;
}

.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
	text-decoration: none;
	color: #FFF;
}

.ag-courses-item_link:hover .ag-courses-item_bg {
	-webkit-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
}

.ag-courses-item_title {
	min-height: 87px;
	margin: 0 0 25px;

	overflow: hidden;

	font-weight: bold;
	font-size: 20px;
	color: #FFF;

	z-index: 2;
	position: relative;
}

.ag-courses-item_date-box {
	font-size: 18px;
	color: #FFF;

	z-index: 2;
	position: relative;
}

.ag-courses-item_date {
	font-weight: bold;
	color: #f9b234;

	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.ag-courses-item_bg {
	height: 128px;
	width: 128px;
	background-color: #f9b234;

	z-index: 1;
	position: absolute;
	top: -75px;
	right: -75px;

	border-radius: 50%;

	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
	background-color: #3ecd5e;
}

.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
	background-color: #e44002;
}

.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
	background-color: #952aff;
}

.ag-courses_item:nth-child(5n) .ag-courses-item_bg {
	background-color: #cd3e94;
}

.ag-courses_item:nth-child(6n) .ag-courses-item_bg {
	background-color: #4c49ea;
}



@media only screen and (max-width: 979px) {
	.ag-courses_item {
		-ms-flex-preferred-size: calc(50% - 30px);
		flex-basis: calc(50% - 30px);
	}

	.ag-courses-item_title {
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.ag-format-container {
		width: 96%;
	}

}

@media only screen and (max-width: 639px) {
	.ag-courses_item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.ag-courses-item_title {
		min-height: 72px;
		line-height: 1;

		font-size: 24px;
	}

	.ag-courses-item_link {
		padding: 22px 40px;
	}

	.ag-courses-item_date-box {
		font-size: 16px;
	}
}

.ag-courses-item_bg {
	background: linear-gradient(135deg, #1dbcb9, #1dbcb9);
}

.box {
	background-color: #2e3842;
	/* tamnoplava boja */
	border: solid 2px #ffffff;
	/* bijeli rub */
	border-radius: 15px;
	padding: 2rem;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.box:hover {
	transform: scale(1.05);
	background-color: #3b4957;
	/* malo svjetlija nijansa na hover */
}

#banner-more {
	display: inline-block;
	white-space: nowrap;
	text-align: center;
}

#leistungen {
	background-color: #536373;
	/* nova, elegantnija plavo-siva pozadina */
}

.card {
	background-color: #1f1f1f;
	/* tamno-siva, a ne crna */
	border: 1px solid #5fc9c9;
	/* turkizna linija za bolji kontrast */
}

.section-header {
	text-align: center;
	margin-bottom: 4rem;
	animation: fadeInUp 1s ease forwards;
}

.subheading {
	font-size: 1rem;
	text-transform: uppercase;
	color: #5fc9c9;
	/* turkiz */
	letter-spacing: 2px;
	margin-bottom: 0.5rem;
	display: inline-block;
}

.heading-primary {
	font-size: 2.5rem;
	color: #000000;
	margin-bottom: 1rem;
	font-weight: 700;
}

.heading-primary .highlight {
	color: #5fc9c9;
	/* turkiz samo riječ Leistungen */
}

.section-description {
	font-size: 1.2rem;
	color: #c0dcdc;
	max-width: 650px;
	margin: 0 auto;
	line-height: 1.6;
}

/* Animacija pojavljivanja */
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.highlight-box {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	padding: 20px 30px;
	border-radius: 12px;
	max-width: 800px;
	margin: 0 auto;
	font-size: 1.2rem;
	line-height: 1.6;
}

/* 1) Sakrij staru toggle/overlay */
.menuToggle,
#menu {
	display: none !important;
}

/* 2) Flexbox layout za header */
#header {
	padding: 16px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	/* prilagodi visinu po potrebi */
}

#header h1 a {
	border-bottom: none;
	display: flex;
	align-items: center;
}

#header h1 a img {
	height: 50px;
}

.iti.iti--allow-dropdown {
	display: block !important;
}

/* 3) Flexbox za linkove */
#nav ul {
	display: flex;
	align-items: center;
	/* još jedno osiguranje vert. poravnanja */
	gap: 0px;
	/* razmak između linkova */
	margin: 0;
	padding: 0;
	list-style: none;
}

/* 4) Stil linkova */
#nav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 0;
	/* vert. “jastučić” za bolju čitljivost */
	transition: opacity .2s;
}

#nav a:hover {
	opacity: .7;
}

/* 5) Smooth scroll (opcionalno) */
html {
	scroll-behavior: smooth;
}

/* Uži fiksirani header */



/* Ako koristiš scroll-margin-top za anchor, uskladi s novom visinom */
#team {
	scroll-margin-top: 60px;
}

/* Po želji: glatko skrolanje */
html {
	scroll-behavior: smooth;
}

/* default: transparent */
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	/* height: 60px;          ili koliko god ti treba */
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: transparent;
	transition: background .3s ease, box-shadow .3s ease;
	z-index: 1000;
}

/* kad smo scrollali više od Xpx, ubaci tamnu pozadinu */
#header.scrolled {
	background: rgba(42, 59, 73, .95);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Za pomak tijela ispod fiksnog headera */
body {
	padding-top: 60px;
}

/* Osnovni izgled i pozicija */
.scroll-btn {
	position: fixed;
	right: 20px;
	/* udaljenost od desnog ruba */
	bottom: 20px;
	/* udaljenost od dna stranice */
	display: none;
	/* počinje skriven */
	width: 40px;
	height: 40px;
	background: #2ec9c6;
	/* tvoj turkis ili zamijeni kod boje */
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 1.2rem;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: opacity .3s;
	z-index: 1000;
}

/* Kad se prikaže */
.scroll-btn.show {
	display: block;
	opacity: 0.8;
}

.scroll-btn.show:hover {
	opacity: 1;
}

#header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header h1 {
	flex-shrink: 0;
	margin: 0;
	top: 50%;
	transform: translate(0px, -50%);
}

#nav {
	flex: 1;
	display: flex;
	justify-content: center;
}

#nav ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	margin: 0 20px;
	/* možeš prilagoditi razmak */
}

/* Back to top button */
#button {
	display: inline-block;
	background-color: #FF9800;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}

#button:hover {
	cursor: pointer;
	background-color: #333;
}

#button:active {
	background-color: #555;
}

#button.show {
	opacity: 1;
	visibility: visible;
}

#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header h1 {
	flex-shrink: 0;
}

#nav {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	/* Align items to the left */
}

#nav ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	margin: 0 12px;
	/* Reduce spacing between nav items */
}

#nav a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

/* Move the Home link a bit to the right */
#nav ul li:first-child {
	margin-left: 0px;
	/* Add space on the left of "Home" */
}

/* Mobile adjustments */
@media only screen and (max-width: 768px) {

	/* Stack grid items on mobile */
	.ag-courses-box {
		display: flex;
		flex-direction: column;
	}

	.ag-courses-item {
		width: 100%;
		margin-bottom: 20px;
	}

	/* Make text smaller */
	h1,
	h2,
	h3 {
		font-size: 1.2em;
	}

	/* Make buttons larger and more touch-friendly */
	.button {
		padding: 12px 20px;
		font-size: 16px;
	}

	/* Ensure images and videos adjust to the screen size */
	img,
	video {
		max-width: 100%;
		height: auto;
	}


	/* Mobile Navigation */
	#nav {
		display: none;
		/* Hide the desktop navigation */
	}

	#mobile-nav {
		display: block;
		/* Show mobile-specific navigation */
	}

	/* Ensure background video works well on mobile */
	#bg-video {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}

/* Default styling for larger screens */
@media only screen and (min-width: 769px) {

	/* Make sure elements are not stretched to 100% width on larger screens */
	.ag-courses-item {
		width: 31%;
		/* Keeps the three items per row on large screens */
		margin: 10px;
	}

	.ag-courses_box {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#nav {
		display: block;
		/* Desktop version of navigation */
	}

	/* Ensure header remains fixed on larger screens */
	#header {
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #333;
		z-index: 1000;
	}

	/* Adjusting navigation links for better spacing on large screens */
	#nav ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		list-style: none;
		padding-left: 0;
	}

	#nav li {
		padding: 10px 10px;
	}

	#nav li a {
		color: #fff;
		text-decoration: none;
		font-size: 16px;
		padding: 10px 15px;
	}

	#nav li a:hover {
		background-color: #666;
		border-radius: 4px;
	}
}

/* Mobile view adjustments */
@media only screen and (max-width: 768px) {

	/* Make banner full width and mobile-friendly */
	#banner {
		background: url('assets/images/banner-background-mobile.jpg') no-repeat center center;
		background-size: cover;
		text-align: center;
		padding: 40px 20px;
	}

	/* Stack content vertically for mobile devices */
	.ag-courses_box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	/* Make each item in the grid full width on mobile */
	.ag-courses_item {
		width: 100%;
		/* Take up full width on mobile */
		margin-bottom: 20px;
	}

	/* Adjust the video size and positioning */
	#bg-video {
		width: 100%;
		height: auto;
	}

	/* Adjust navigation layout on mobile */
	#nav {
		display: none;
		/* Hide desktop navigation */
	}

	#mobile-nav {
		display: block;
		/* Make mobile nav visible */
		text-align: center;
	}


	/* Ensure text sizes are more readable on mobile */
	h1,
	h2,
	h3 {
		font-size: 1.2em;
	}

	/* Adjust buttons and links */
	.button,
	.actions a {
		font-size: 14px;
		padding: 12px 24px;
		margin-top: 20px;
	}

	/* Footer links and layout */
	.footer-container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer-impressum {
		text-align: center;
	}

	.footer-impressum ul {
		display: flex;
		justify-content: center;
		list-style: none;
		padding: 0;
	}

	.footer-impressum li {
		margin-right: 10px;
	}

	.footer-partner {
		text-align: center;
		margin-top: 20px;
	}

	.footer-partner img {
		max-width: 100%;
		height: auto;
	}

	.form-row {
		flex-direction: column;
	}

	.form-col {
		width: 100%;
		margin-bottom: 20px;
	}

	/* Adjust form button */
	.button.turkis {
		width: 100%;
		text-align: center;
	}
}

/* For very small devices like phones in portrait mode */
@media only screen and (max-width: 480px) {


	/* Adjust the font size for very small screens */
	h1,
	h2,
	h3 {
		font-size: 1em;
		/* Smaller font size for titles */
	}

	/* Adjust banner text and buttons */
	#banner p {
		font-size: 1em;
		/* Smaller banner text */
	}

	.button.turkis {
		font-size: 12px;
		padding: 8px 16px;
	}

	.ag-courses_item {
		width: 100%;
		/* Full width for each item */
		margin-bottom: 20px;
	}

	.ag-courses-item_title {
		font-size: 1em;
	}

	/* Ensure all elements are stacked correctly */
	.ag-courses_box {
		flex-direction: column;
	}

	/* Footer adjustments for mobile */
	.footer-container {
		text-align: center;
		padding: 20px 0;
	}

	.footer-impressum ul {
		flex-direction: column;
	}

	.footer-partner {
		margin-top: 10px;
	}
}

/* ----------------------------------- */
/* MOBILE FIXES - put at the end of main.css */
/* ----------------------------------- */
@media screen and (max-width: 768px) {

	/* General */
	body {
		font-size: 14px;
	}

	/* Background video smaller and cropped */
	#bg-video {
		object-fit: cover;
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	/* HEADER - NAVIGATION */
	#header {
		background: rgba(0, 0, 0, 0.8);
		/* solid background so text readable */
		position: fixed;
		width: 100%;
		z-index: 999;
	}

	#nav ul {
		flex-direction: column;
		background: rgba(0, 0, 0, 0.9);
		padding: 10px;
	}

	#nav ul li {
		margin: 5px 0;
		text-align: center;
	}

	#nav ul li a {
		font-size: 16px;
		display: block;
		padding: 10px;
	}

	/* BANNER (hero) */
	#banner .inner {
		padding: 60px 20px;
	}


	/* Sections - Leistungen, Process, etc */
	section {
		padding: 30px 15px;
	}

	/* Timeline */
	.timeline {
		padding: 0;
	}

	.timeline li {
		margin-bottom: 30px;
	}

	.timeline-panel {
		width: 100%;
	}

	/* Team Section */
	.team-members {
		flex-direction: column;
		align-items: center;
	}

	.member {
		margin-bottom: 20px;
	}

	/* Contact Form */
	.form-row {
		flex-direction: column;
	}

	.form-col {
		width: 100%;
	}

	/* Footer */
	.footer-container {
		flex-direction: column;
		text-align: center;
	}

	.footer-impressum,
	.footer-partner {
		margin: 10px 0;
	}

}

/* ================= MOBILE OPTIMIZATION ================= */

@media screen and (max-width: 768px) {

	/* Global adjustments */
	body {
		font-size: 14px;
		overflow-x: hidden;
	}

	h1,
	h2,
	h3,
	h4,
	h5 {
		font-size: 22px;
		line-height: 1.3;
	}

	/* Banner section */
	#banner {
		height: auto;
		min-height: 90vh;
		text-align: center;
		padding: 40px 20px;
		background: none;
	}

	#banner .inner {
		padding: 20px;
	}

	#banner .inner img {
		max-width: 80%;
		height: auto;
	}

	.actions.special li {
		width: 100%;
	}

	.button.turkis {
		font-size: 12px;
		padding: 8px 16px;
	}

	/* Leistungen (Our Services) section */
	.ag-courses_box {
		flex-direction: column;
		gap: 20px;
		margin-top: 30px;
	}

	.ag-courses_item {
		width: 100%;
		margin: 0;
	}

	/* Process (Timeline) */
	.timeline-panel {
		width: 90%;
		margin: 10px auto;
		font-size: 14px;
		padding: 15px;
	}

	.timeline-badge i {
		font-size: 20px;
	}

	/* Team section */
	.team-members {
		flex-direction: column;
		align-items: center;
	}

	.team-members .member {
		margin-bottom: 30px;
	}

	.team-members .member img {
		width: 120px;
		height: 120px;
		object-fit: cover;
	}

	/* Contact section */
	#contact .form-row {
		flex-direction: column;
	}

	#contact .form-col {
		width: 100%;
	}

	#contact textarea {
		width: 100%;
	}

	/* Footer */
	footer .footer-container {
		flex-direction: column;
		text-align: center;
		gap: 20px;
	}

	footer ul.icons li {
		margin: 0 5px;
	}

}

@media screen and (max-width: 768px) {

	/* RESET layouta */
	body,
	html {
		overflow-x: clip !important;
	}

	/* Banner */
	#banner .inner {
		padding: 20px;
		text-align: center;
	}

	#banner h2 img {
		width: 140px;
		height: auto;
	}

	#banner p {
		font-size: 16px;
	}

	/* Leistungen (Services) kartice */
	.ag-courses_box {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.ag-courses_item {
		width: 90%;
		padding: 20px;
		font-size: 16px;
	}

	/* TIMELINE - Ablauf */
	.timeline:before {
		left: 50%;
		transform: translateX(-50%);
	}

	.timeline>li {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
		float: none;
	}

	.timeline>li.timeline-inverted {
		float: none;
	}

	.timeline-panel {
		width: 90%;
		margin: 0 auto;
		text-align: center;
		background: #111;
		color: #fff;
		padding: 20px;
		border-radius: 10px;
	}

	.timeline-badge {
		position: static;
		margin: 10px auto;
		display: block;
	}

	.timeline-heading h4 {
		font-size: 20px;
	}

	/* Footer */
	.footer-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 30px;
		padding: 20px;
	}

	.footer-impressum,
	.footer-partner {
		width: 100%;
	}

	.footer-impressum ul.icons {
		justify-content: center;
		margin-bottom: 20px;
	}

	.footer-impressum ul.icons li {
		margin: 0 10px;
	}

	/* Back to Top button */
	#button {
		bottom: 20px;
		right: 20px;
	}

	/* Fix za "JETZT BERATEN" scroll */
	section {
		scroll-margin-top: 100px;
	}

}

/* MOBILE FULL RESPONSIVE FIX */

@media (max-width: 768px) {

	/* GENERAL RESET */
	body {
		overflow-x: hidden;
	}

	#banner .inner {
		padding: 30px 20px;
		text-align: center;
	}

	#leistungen .ag-courses_box {
		display: flex;
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	.ag-courses_item {
		width: 90%;
	}

	.timeline {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.timeline-panel {
		width: 90%;
		text-align: center;
		padding: 20px;
	}

	.timeline-badge {
		left: 50% !important;
		transform: translateX(-50%) !important;
	}

	.timeline>li {
		margin: 50px 0;
	}

	#team .team-members {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#team .member {
		width: 80%;
		margin-bottom: 20px;
	}

	footer .footer-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 20px;
	}

	.footer-impressum,
	.footer-partner {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer-impressum ul.icons {
		justify-content: center;
	}

	/* Fix navbar scroll offset (sticky header) */
	section {
		scroll-margin-top: 100px;
	}

	/* Adjust Banner Video */
	#bg-video {
		object-fit: cover;
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}

	/* Adjust Impressum Text Size */
	.footer-impressum p {
		font-size: 14px;
		margin: 5px 0;
	}

	.footer-impressum h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	/* Fix the "Back to top" button */
	#button {
		bottom: 20px;
		right: 20px;
	}
}

/* --- Full Mobile Patch: Keep Desktop Structure Smaller --- */
@media screen and (max-width: 768px) {

	body,
	html {
		overflow-x: hidden;
	}

	/* Header */
	#header {
		background: rgba(0, 0, 0, 0.8);
		position: fixed;
		width: 100%;
		z-index: 1000;
	}

	#nav ul {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	#nav ul li a {
		font-size: 14px;
		padding: 10px 5px;
	}

	/* Banner */
	#banner .inner {
		padding: 20px;
	}

	#banner img {
		height: 60px;
	}

	#banner p {
		font-size: 16px;
		margin-top: 10px;
	}

	#banner .actions.special {
		flex-direction: column;
	}

	#banner .actions.special li {
		margin: 10px 0;
	}

	/* Leistungen Section */
	.ag-courses_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}

	.ag-courses_item {
		width: 90%;
		max-width: 300px;
	}

	/* Timeline Section */
	.timeline {
		position: relative;
		margin: 0;
		padding: 0;
	}

	.timeline::before {
		background-color: #ccc;
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 2px;
		margin-left: -1px;
	}

	.timeline>li {
		position: relative;
		margin: 20px 0;
		width: 100%;
		clear: both;
	}

	.timeline>li .timeline-panel {
		width: 40%;
		float: left;
		text-align: left;
		padding: 15px;
		background: #1c1c2d;
		border-radius: 6px;
		border: 1px solid #666;
		position: relative;
	}

	.timeline>li.timeline-inverted .timeline-panel {
		float: right;
	}

	.timeline-badge {
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		background: #999;
		top: 15px;
		left: 50%;
		margin-left: -20px;
		position: absolute;
		z-index: 100;
		border-radius: 50%;
	}

	/* Team Section */
	.team-members {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}

	.team-members .member {
		width: 90%;
		max-width: 300px;
		text-align: center;
	}

	.team-members .member img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	/* Contact Form */
	.contact-container form {
		width: 100%;
	}

	.form-row {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.form-col {
		width: 100%;
	}

	input,
	textarea {
		font-size: 16px;
	}

	/* Footer */
	.footer-container {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 20px;
	}

	.footer-impressum,
	.footer-partner {
		width: 100%;
	}

	.footer-partner img {
		width: 120px;
		height: auto;
	}

	/* General adjustments */
	.wrapper,
	.inner {
		padding: 20px;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 90%;
	}

	p,
	a,
	li {
		font-size: 90%;
	}
}

@media screen and (max-width: 768px) {
	.timeline {
		position: relative;
		padding: 0;
		margin: 0 auto;
	}

	.timeline::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		margin-left: -1px;
		width: 2px;
		background: #ccc;
	}

	.timeline>li {
		position: relative;
		width: 100%;
		margin-bottom: 60px;
		clear: both;
	}

	.timeline>li .timeline-badge {
		width: 24px;
		height: 24px;
		background: #f39c12;
		color: white;
		border-radius: 50%;
		text-align: center;
		line-height: 24px;
		font-size: 12px;
		position: absolute;
		top: 20px;
		left: 50%;
		margin-left: -12px;
		z-index: 100;
	}

	.timeline>li .timeline-panel {
		width: 48%;
		background: #1c1c2d;
		border: 1px solid #666;
		border-radius: 6px;
		padding: 20px 20px;
		text-align: left;
		position: relative;
		word-break: break-word;
		font-size: 14px;
	}

	.timeline>li:not(.timeline-inverted) .timeline-panel {
		float: left;
		margin-right: 52%;
	}

	.timeline>li.timeline-inverted .timeline-panel {
		float: right;
		margin-left: 52%;
	}

	.timeline-title {
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 8px;
		word-break: break-word;
	}

	.timeline-body p {
		font-size: 14px;
		margin: 0;
		word-break: break-word;
	}
}

@media screen and (max-width: 768px) {

	/* Hero Section */
	#banner .inner {
		padding: 0px 0px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#banner h1 img {
		width: 200px;
		max-width: 60%;
		height: auto;
		margin-bottom: 20px;
	}

	#banner p {
		font-size: 16px;
		text-align: center;
		line-height: 1.5;
		margin-bottom: 20px;
		padding: 0 10px;
	}

	#banner .actions.special {
		flex-direction: column;
		align-items: center;
	}

	#banner .actions.special li {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}

	.button.primary {
		padding: 10px 20px;
		font-size: 16px;
		width: auto;
		min-width: 200px;
	}

}



/*  */
.mobile_toggle {
	display: none;
}

input[type="time"],
input[type="date"] {
	color-scheme: dark;
	/* Helps in Safari/Chrome for dark icon if input has dark background */
}

.form-col input {
	width: 100%;
	font-size: 16px;
	color: rgb(255, 255, 255);
	box-sizing: border-box;
	padding: 12px;
	background: rgba(255, 255, 255, 0.05);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.1);
	border-image: initial;
	border-radius: 8px;
}

/* slick slider */
.slick-next,
.slick-prev {
	width: 50px;
	background: #fff;
	height: 50px;
	font-size: 30px;
	box-shadow: none !important;
	border-radius: 50px;
	z-index: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: 1;
}

.slick-next:before,
.slick-prev:before {
	font-size: 40px;
	opacity: 1;
	color: #121212;
}

.price_pack .slick-track {
	display: flex !important;
}

.price_pack .slick-slide {
	height: auto !important;
	display: flex !important;
	align-items: stretch;
}

.price_pack .slick-slide .slide {
	height: 100%;
	display: flex !important;
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
	color: #000 !important;
}

#header nav>ul>li:nth-last-child(1) {
	position: absolute;
	right: 10px;
}

.mobile_ovrly {
	transform: scale(0.9);
	visibility: hidden;
	opacity: 0;
	transition: all 0.6s ease-in-out;
	border-radius: 50px;
}

/* accordion */
.site_faq {
	background: #536373;
	padding: 60px 0px;

}

.accordion {
	max-width: 800px;
	margin: 0 auto;
}



.accordion-header {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 15px;
	background-color: #121212;
	border-radius: 5px;
}

.accordion-item.active .accordion-header {
	background: linear-gradient(135deg, #00A3B8, rgba(29, 188, 185, 0.89));
}

.site_faq h2 {
	font-size: 2.2rem;
	text-transform: uppercase;
}

.accordion-header h3 {
	margin: 0;
	font-size: 16px;
	text-align: left;
}

.accordion-content {
	padding: 15px;
	display: none;
}

.accordion-item {
	margin-bottom: 12px;
}

.accordion-item.active .accordion-content {
	display: block;
}

.accordion-item.active .icon {
	content: '−';
	color: rgb(19, 35, 43);
}

.accordion-content p+ul {
	display: none;
}

.accordion-content p {
	font-size: 12pt;
	margin-bottom: 0px;
	/* font-family: 'Courier New', monospace; */
	white-space: pre-wrap;
	overflow: hidden;
}

.accordion-content {
	font-size: 0px;
}

@media (max-width:1366px) {
	#header nav>ul {
		gap: 0px;
	}
}

@media (max-width:1199px) {
	#header nav>ul>li>a {
		padding: 0 1em;
	}

	#nav ul li {
		margin: 0;
	}
}

@media(max-width:991px) {
	#header nav>ul>li:nth-last-child(1) {
		position: unset;
		right: 10px;
	}

	#header nav {
		display: block;
		background: rgba(42, 59, 73, .95);
		/* flex: unset; */
		width: 100%;
		position: absolute;
		right: -400px;
		top: 0;
		max-width: 350px;
		height: 100vh;
		transition: all 0.6s ease-in-out;
		border-radius: 100%;
	}

	#header nav.open .mobile_ovrly {
		width: 100%;
		height: 100%;
		position: fixed;
		background: rgba(0, 0, 0, 0.8);
		left: 0;
		top: 0;
		z-index: -1;
		transform: scale(1);
		border-radius: 0;
		visibility: visible;
		opacity: 1;
	}

	#header nav.open {
		right: 0;
		border-radius: 0px;
	}

	.mobile_close {
		position: unset;
		transform: none;
		margin-left: auto;
		margin-right: 20px;
		margin-top: 20px;
	}

	.mobile_toggle,
	.mobile_close {
		display: flex;
		width: 35px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translate(-50%, -50%);
		background: #fff;
		padding: 8px;
	}

	.mobile_close {
		position: unset;
		transform: none;
		margin-left: auto;
		margin-right: 20px;
		margin-top: 20px;
	}

	#header {
		justify-content: flex-start;
	}

	#header nav>ul {
		display: block;
		white-space: normal;
		padding: 50px 20px;
		background: transparent;
	}

	#header nav>ul>li {
		display: inline-block;
		padding: 0;
		width: 100%;
		text-align: left;
	}

	#header nav>ul>li>a {
		text-align: center;
		font-size: 24px;
		letter-spacing: 0;
		padding: 20px 10px;
		border-bottom: 0.5px solid #eee;
	}

	#banner .inner h2 img {
		height: 80px;
		object-fit: contain;
		max-width: 100%;
	}

	#banner {
		overflow: hidden;
		min-height: 100vh;
		position: relative;
	}

	.button,
	.actions a,
	#banner .button,
	.button.turkis {
		line-height: normal;
		display: flex;
		margin: auto;
		justify-content: center;
		align-items: center;
	}

	#leistungen .ag-courses_box {
		flex-direction: row;
	}

	h2 {
		letter-spacing: 0.12em;
	}

	.ag-courses_item {
		max-width: 400px;
	}

	#header {
		height: 100px;
	}
}

@media(max-width:767px) {
	#banner .inner {
		padding: 0px;
	}

	#leistungen .ag-courses_box {
		flex-direction: column;
	}

	.site_faq {
		padding: 60px 20px;

	}

	.ag-courses_item {
		padding: 0px;
	}

	.timeline::before {
		left: -10px;
	}

	.timeline>li:not(.timeline-inverted) .timeline-panel {
		margin-right: 0;
	}

	.timeline>li .timeline-panel {
		width: 100%;
	}

	.timeline>li {
		margin-bottom: 0;
	}

	.timeline>li .timeline-badge {
		left: 0px !important;
	}

	h4 {
		letter-spacing: 0.12em;
	}

	#team .member {
		width: 100%;
	}

	.contact-container {
		padding: 0;
	}

	#footer .icons {
		flex-direction: row;
		margin-top: 15px;
	}

	.wrapper>.inner {
		padding: 20px 0px;
	}
}

.timeline-panel {
	border-radius: 10px;
	/* match to Leistungen style */
	padding: 1.5em;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.timeline-panel {
	border-radius: 15px !important;
	/* this forces roundness */
	border: 1px solid rgba(255, 255, 255, 0.15);
	background-color: rgba(255, 255, 255, 0.05);
	padding: 1.5em;
	transition: all 0.3s ease;
}

.ag-courses-item_link {
	padding: 1.5em 1.2em;
	/* Reduce vertical padding */
}

.ag-courses-item_title {
	margin-bottom: 0.5em;
	/* Shrink space between title and text */
	font-size: 1.1em;
}

.ag-courses-item_date-box {
	margin-top: 0;
	line-height: 1.5em;
	/* Tighten line spacing */
}

.ag-courses-item_title {
	margin-bottom: 0.2rem;
	/* Tighten spacing below the title */
}

.ag-courses-item_date-box {
	margin-top: 0 !important;
	/* Kill excess spacing */
	line-height: 1.4;
	/* Keep paragraphs readable */
}

.ag-courses-item_title {
	min-height: 60px;
}

.site_faq h2 {
	text-align: center;
}

.form-message {
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	display: none;
}

.form-message.success {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.form-message.error {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

.form-message.show {
	display: block;
}

/* Loading Animation */
.loading {
	opacity: 0.6;
	pointer-events: none;
}


@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

/* Fade In Animation für Erfolgsmeldung */
.form-message.success.show {
	animation: fadeInSuccess 0.5s ease-in;
}

@keyframes fadeInSuccess {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Erfolgs- und Fehlermeldung Styling */
.form-message {
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	display: none;
}

.form-message.success {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.form-message.error {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

.form-message.show {
	display: block;
}

/* Loading Animation */
.loading {
	opacity: 0.6;
	pointer-events: none;
}


@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

/* Fade In Animation für Erfolgsmeldung */
.form-message.success.show {
	animation: fadeInSuccess 0.5s ease-in;
}

@keyframes fadeInSuccess {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.navbar {
	display: flex;
	justify-content: center;
	margin-right: 75px;
	padding: 0px;
}

@media(max-width:991px) {
	.navbar {
		display: flex;
		justify-content: center;
		margin-right: 0px;
		padding: 0px;
	}

	#lang-placeholder {
		margin-top: 20px;
	}
}

/* Reviews Section Styles */
.reviews-section {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.reviews-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, #007cba, transparent);
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.reviews-header {
	text-align: center;
	margin-bottom: 60px;
}

.reviews-header h2 {
	font-size: 2.5rem;
	color: #2c3e50;
	margin-bottom: 15px;
	font-weight: 700;
}

.reviews-header p {
	font-size: 1.2rem;
	color: #6c757d;
	margin: 0;
}

.reviews-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 30px;
	margin-bottom: 60px;
}

.review-card {
	background: white;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.review-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #007cba, #00a8cc);
}

.review-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.review-stars {
	margin-bottom: 20px;
}

.star {
	color: #ffc107;
	font-size: 1.5rem;
	margin-right: 5px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.review-content {
	margin-bottom: 25px;
}

.review-content p {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #495057;
	font-style: italic;
	margin: 0;
	margin-left: 10px;
	position: relative;
}

.review-content p::before {
	content: '"';
	font-size: 3rem;
	color: #007cba;
	position: absolute;
	top: -15px;
	left: -25px;
	opacity: 0.3;
	font-family: serif;
}

.review-author {
	display: flex;
	align-items: center;
	gap: 15px;
}

.author-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.author-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.avatar-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #007cba, #00a8cc);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.2rem;
}

.author-info h4 {
	margin: 0 0 5px 0;
	color: #2c3e50;
	font-size: 1.1rem;
	font-weight: 600;
}

.author-info span {
	color: #6c757d;
	font-size: 0.9rem;
}

.reviews-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 40px;
	text-align: center;
}

.stat-item {
	padding: 20px;
}

.stat-number {
	padding: 10px;
	font-size: 3rem;
	font-weight: 700;
	color: #007cba;
	margin-bottom: 10px;
	background: linear-gradient(135deg, #007cba, #00a8cc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.stat-label {
	font-size: 1.1rem;
	color: #495057;
	font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
	.reviews-section {
		padding: 60px 0;
	}

	.reviews-header h2 {
		font-size: 2rem;
	}

	.reviews-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.review-card {
		padding: 25px;
	}

	.reviews-stats {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.stat-number {
		font-size: 2.5rem;
	}
}

/* Custom Checkbox Styling */
.checkbox-group {
	display: flex;
	align-items: center;
	gap: 10px;
}

.checkbox-label {
	margin-top: 15px;
	display: flex;
	cursor: pointer;
	font-size: 14px;
	gap: 12px;
}

@media (max-width: 980px) {
	.checkbox-group {
		display: flex;
		align-items: start;
		gap: 10px;
	}

	.checkbox-label {
		margin-top: 0px;
	}
}

.checkbox-label input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 2px solid #009d9b;
	border-radius: 4px;
	position: relative;
	flex-shrink: 0;
	margin-top: 2px;
	transition: all 0.3s ease;
}

.checkbox-label:hover .checkmark {
	border-color: #007cba;
	background-color: #f8f9fa;
}

.checkbox-label input[type="checkbox"]:checked+.checkmark {
	background-color: #009d9b;
	border-color: #009d9b;
}

.checkbox-label input[type="checkbox"]:checked+.checkmark:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.checkbox-text {
	color: #bdbdbd;
	flex: 1;
}

.checkbox-text .privacy-link {
	color: #009d9b;
	text-decoration: none;
	font-weight: 600;
}

.checkbox-text .privacy-link:hover {
	color: #007cba;
	text-decoration: underline;
}

/* Error state for unchecked checkbox */
.checkbox-label.error .checkmark {
	border-color: #dc3545;
	background-color: #fff5f5;
}

.checkbox-label.error .checkbox-text {
	color: #dc3545;
}

/* Required asterisk styling */
.checkbox-text::after {
	content: " *";
	color: #dc3545;
	font-weight: bold;
}

/* Disabled submit button styling */
.button.disabled,
.button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	background: #b9cecc !important;
	border-color: #ccc !important;
	color: #666 !important;
	pointer-events: none;
}

.button.disabled:hover,
.button:disabled:hover {
	transform: none !important;
	box-shadow: none !important;
}