/* gw */
*,:after,:before{box-sizing:inherit}html{box-sizing:border-box}body{margin:0;padding:0;-webkit-font-smoothing:antialiased}article,footer,header,main,menu,nav,section{display:block}strong{font-weight:700}.wp-caption,img{max-width:100%;height:auto;border:0}li>ol,li>ul,ol,ul{margin:0;padding:0}ol,ul{margin-left:20px;margin-bottom:20px}svg:not(:root){overflow:hidden}figure{margin:0}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}

/* gw */
:root {
    --header-height: 85px;
    --header-height-small: 70px;
	--color-darkblue: #0072bb;
	--color-blue: #0097d9;
	--color-light-blue: #4bacda;
	--color-almostblack: #212121;
	--color-lightgrey: #ededed;
	--color-darkgrey: #3c3c3c;
}

body{font-family:'Open Sans',sans-serif;font-weight:400;color:var(--color-almostblack);font-size:18px;line-height:1.6}

/* gw */
h1,h2,h3,h4,h5,h6{font-weight:700;clear:both}
h1{font-size:50px;line-height:1.2;text-transform:uppercase}
h2{font-size:34px;line-height:1.3;margin-bottom:10px}
h3{font-size:26px;line-height:1.4;margin-bottom:10px}
h4{font-size:22px;line-height:1.4}
h5{font-size:15px;line-height:1.4}
p{margin:0 0 20px 0}
@media (max-width:768px){
h1{font-size:40px}
h2{font-size:28px}
h3{font-size:24px}
}
@media (max-width:468px){
h1{font-size:30px}
h2{font-size:22px}
h3{font-size:20px}
}

/* gw */
a{color:var(--color-blue);text-decoration:none;-webkit-transition:all 125ms ease-in-out 0s;-moz-transition:all 125ms ease-in-out 0s;transition:all 125ms ease-in-out 0s}a:active,a:focus,a:hover{color:var(--color-light-blue);text-decoration:none;outline:0}

/* gw */ 
.site-content .author-email a:hover,.site-content p a:hover { color: #2279a2;}
.dark { color: var(--color-almostblack); }
.orbit { color: var(--color-blue); }
.cloud { color: var(--color-lightgrey); }
.space { color: var(--color-darkgrey) }
.turkoise { color: #69cfca; }
.green { color: #3bd42e; }
.yellow { color: #ffe839; }
.orange { color: #f44911; }
.blue { color: #28335f; }
.purple { color: #a258ab; }
.lightblue { color: var(--color-blue) }
.darkblue { color: var(--color-darkblue) }

.bg-img::before,.turkoise-orbit,.turkoise-orbit .bg-img::before,.turkoise-orbit .fl-row-content-wrap::after{background-image:linear-gradient(45deg, rgba(0,151,217,.8) 0, #0072bb 100%)}.yellow-orbit,.yellow-orbit .bg-img::before,.yellow-orbit .fl-row-content-wrap::after{background-image:linear-gradient(to right top, #ffe839, #97f176, #00ecbe, #00ddf1, #0097d9)}.orange-orbit,.orange-orbit .bg-img::before,.orange-orbit .fl-row-content-wrap::after{background-image:linear-gradient(to right top, #f44911, #ff448a, #de7ce3, #8caaff, #0097d9)}.orbit-space,.orbit-space .bg-img::before,.orbit-space .fl-row-content-wrap::after{background-image:linear-gradient(to right top, #0097d9, #689fcc, #657a99, #565969, #3c3c3c)}.black .bg-img::before{background:none;background:#000}

/* gw */
@media (max-width:768px){header .logo img{width:100px}header .top-items .ham{height:60px}}
@media (max-width:568px){header .logo img{width:90px}}
@media (min-width:769px){header .logo{margin-left:20px}}

/* gw */
.container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.small-container {
	max-width: 700px;
}

.medium-container {
	max-width: 950px;
}

.container-fluid {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
    .container-fluid {
        padding-right: 45px;
        padding-left: 45px;
    }
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

/* gw */
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:20px;padding-left:20px}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}@media (min-width:576px){.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}}@media (min-width:768px){.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}}@media (min-width:1024px){.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}}@media (min-width:1200px){.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-6{flex:0 0 50%;max-width:50%}}
.center-block{text-align:center;margin:0 auto}.mx-auto{margin:0 auto}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.edge-to-edge{padding:0}.all-4{padding:25px}.pb-50{padding-bottom:50px}.pb-100{padding-bottom:100px}.pr-4{padding-right:25px!important;padding-left:25px!important}.tb-50{padding-top:50px;padding-bottom:50px}.tb-100{padding-top:100px;padding-bottom:100px}.tb-150{padding-top:150px;padding-bottom:150px}.pr-l-4{padding-right:25px!important;padding-left:25px!important}@media (min-width:1200px){.pr-l-4{padding-right:0!important;padding-left:0!important}}@media (max-width:1024px){.tb-150{padding-top:100px;padding-bottom:100px}}@media (max-width:768px){.tb-150{padding-top:50px;padding-bottom:50px}}

/* Menu */
@media (max-width: 1099px) {
	.main-menu {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 9;
		visibility: hidden;
		opacity: 0;
		overflow: auto;
		background-image: linear-gradient(45deg, rgba(0, 151, 217, 1) 0, #0072bb 100%);
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
	}
	.main-menu>ul {
		opacity: 1;
		display: block;
		-webkit-transform: translateY(25px);
		-ms-transform: translateY(25px);
		transform: translateY(25px);
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		list-style: none;
		clear: both;
		margin: 0 auto;
		padding: 160px 0 0 0;
		max-width: 500px;
	}
	.main-menu>ul>li {
		display: block;
		position: relative;
		list-style: none;
	}
	.main-menu>ul>li:before {
		display: block;
		content: '';
		width: auto;
		height: 1px;
		background-color: rgba(255, 255, 255, .2);
	}
	.main-menu>ul>li:first-child:before {
		height: 0;
	}
	.main-menu li.menu-item-has-children a {
		line-height: 30px;
	}
	.main-menu li.menu-item-has-children i {
		float: right;
		color: #ffffffc4;
		vertical-align: middle;
		font-size: 26px;
		cursor: pointer;
		padding: 0;
	}
	.main-menu>ul>li>a {
		position: relative;
		width: 100%;
		display: block;
		font-size: 20px;
		font-weight: 600;
		height: auto;
		line-height: 1.5;
		padding-bottom: .875rem;
		padding-left: 1.25rem;
		padding-top: .875rem;
		padding-right: .4375rem;
		text-decoration: none;
		outline: 0;
		color: rgba(255, 255, 255, .9);
		text-transform: uppercase;
		letter-spacing: .7px;
	}
	.main-menu>ul>li.menu-item-has-children>a {
		padding-bottom: 0.3rem;
		padding-left: 1.25rem;
		padding-top: .875rem;
		padding-right: .4375rem;
	}
	.main-menu .sub-menu {
		margin-bottom: 10px;
		list-style: none;
	}
	.main-menu .sub-menu li {
		margin-left: 5px;
		list-style: none;
	}
	.main-menu .sub-menu>li>a {
		font-size: 1.2rem;
		display: block;
		color: #fff;
		padding-left: 1.25rem;
		padding-bottom: .2rem;
		padding-top: .2rem;
		outline: 0;
	}
	.main-menu .sub-menu>li>a:before {
		content: "- ";
	}
	body.open-main-menu {
		overflow: hidden;
		height: 100%;
		width: 100%;
	}
	body.open-main-menu nav.main-menu {
		visibility: visible;
		opacity: 1;
		transition: all 250ms linear;
		-webkit-transition: all 250ms linear;
		-moz-transition: all 250ms linear;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-overflow-scrolling: touch;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-overflow-scrolling: touch;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	body.open-main-menu nav.main-menu ul {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: 250ms;
		transition-duration: 250ms;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
}

@media (max-width: 768px) {
	.main-menu>ul {
		width: 100%;
		padding: 100px 0 0 0;
	}
	.main-menu>ul>li>a {
		font-size: 18px;
		line-height: 1.3;
	}
}

@media (min-width: 1100px) {
	.main-menu {
		position: relative;
        visibility: visible;
        opacity: 1;
		height: var(--header-height);
		width: auto;
		background-color: transparent;
		overflow: visible;
		background-image: none;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
	}
	.main-menu>ul {
		list-style-type: none;
        display: flex;
        flex-direction: row;
        padding: 0;
        margin: 0;
        height: inherit;
		max-width: 100%;
		transform: none;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
	.main-menu>ul>li {
		display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        position: relative;
        margin-right: 15px;
        margin-left: 15px;
        cursor: pointer;
	}
    .main-menu>ul>li:before {
        content: "";
        width: 100%;
        height: 2px;
        background: transparent;
        display: block;
        position: absolute;
        bottom: 23px;
        left: 0;
        right: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    .main-menu>ul>li>a {
		padding-bottom: 0;
		padding-left: 5px;
		padding-top: 0;
		padding-right: 5px;
        height: var(--header-height);
        display: flex;
        align-items: center;
        text-decoration: none;
        font-size: 17px;
        line-height: 20px;
		font-weight: 600;
        color: var(--color-almostblack);
		width: 100%;
		text-transform: inherit;
	}
	.main-menu>ul>li:hover a {
		color: var(--color-almostblack);
	}
	.main-menu>ul>li:hover:before {
		background: var(--color-almostblack);
	}
    .main-menu>ul>li.menu-item-has-children>a {
		padding-right: 0;
	}
	.main-menu>ul>li.menu-item-has-children>a:after {
        font-family: dashicons;
        content: "\f347";
        display: inline-block;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        text-decoration: inherit;
        text-transform: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        height: 16px;
        font-size: 16px;
        vertical-align: middle;
        text-align: center;
        transition: color .1s ease-in;
		margin-left: 5px;
    }
	.main-menu>ul>li .sub-menu {
        background: white;
        opacity: 0;
        position: absolute;
		top: 80px;
        right: 9999rem;
        transition: opacity .15s linear, transform .15s linear, right 0s .15s;
        transform: translateY(.5rem);
        z-index: 1;
        width: 240px;
        padding: 13px 18px;
		box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
        border: 0.5px solid #ededed;
        border-radius: 10px;
        transition: all .3s;
    }
	.main-menu>ul>li:hover .sub-menu {
		left: -15px;
        opacity: 1;
		padding: 5px;
        transform: translateY(0);
        transition: opacity .15s linear, transform .15s linear;
    }
	.main-menu>ul>li .sub-menu li {
		margin: 0;
    	display: block;
    	position: relative;
	}
	.main-menu>ul>li .sub-menu li a {
        color: var(--color-almostblack);
        padding: 8px 10px;
		border-radius: 5px;
        font-size: 1rem;
		line-height: 30px;
        font-weight: 600;
		display: block;
		outline: 0;
	}
	.main-menu>ul>li .sub-menu li a:hover {
		background: #ededed;
	}
}

.btn {
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .1rem 1rem;
	line-height: 2;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out,
		box-shadow .15s ease-in-out;
}
.btn-primary {
	color: #fff;
	background-color: #0097d9;
	border-color: #0097d9;
}
.btn-primary:hover {
	color: #fff;
	background-color: #46aada;
	border-color: #46aada;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.btn:focus,
.btn:hover {
	text-decoration: none;
	color: #fff;
}
.wire-btn {
	display: inline-block;
	width: auto;
}
.wire-btn a {
	background: #fff;
	color: var(--color-almostblack);
	font-size: 18px;
	padding: 9px 18px;
	border-radius: 100px;
	line-height: 1.4;
	display: block;
	font-weight: 600;
	white-space: inherit;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}
.text-center {
	text-align: center !important;
}
.wire-btn span:after {
	content: "\f345";
	font-family: dashicons;
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	color: var(--color-almostblack);
	font-size: 18px;
	height: auto;
	margin-left: 6px;
	margin-right: 0;
	margin-top: -3px;
	vertical-align: middle;
	width: auto;
	transition: margin .2s;
}
.wire-btn-bb,
.fl-builder-content .fl-button-wrap {
	display: flex; /* inline-block */
	width: auto;
}
.fl-builder-content .fl-button-wrap.fl-button-center a.fl-button {
    margin: 0 auto;
}

.wire-btn-bb a,
.fl-builder-content .fl-node-content a.fl-button {
	background: var(--color-blue);
	color: #fff;
    font-size: .9rem;
    line-height: 1.6;
    padding: 10px 20px;
    font-weight: 600;
    display: block;
	white-space: nowrap;
	border-radius: 100px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	border: 0;
}

.fl-builder-content .fl-button i.fl-button-icon-after,
.fl-builder-content .fl-button i.fl-button-icon-before {
	position: relative;
	top: 3px;
}

.fl-builder-content a.fl-button *,
.fl-builder-content a.fl-button:visited * {
	color: #fff;
}

.wire-btn-bb i {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	margin-left: 15px;
	transition: all .2s;
}
.hotspot .wire-btn-bb a {
	width: 40px;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}
.hotspot .wire-btn-bb i {
	margin-left: 0;
	width: 40px;
}
.popup-textlink .wire-btn-bb a {
	background: 0 0;
	color: #0097d9;
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	border-radius: inherit;
	width: auto;
	height: auto;
	text-align: left;
	vertical-align: inherit;
	white-space: normal;
}
.popup-textlink .wire-btn-bb a i {
	display: none;
}
@media (min-width: 480px) {
	.wire-btn-bb a,
	.fl-builder-content .fl-node-content a.fl-button {
		font-size: 1rem;
		padding: 11px 28px;
	}
}

@media (min-width: 769px) {
	.wire-btn a {
		font-size: 18px;
		padding: 10px 28px;
	}
	.wire-btn a:hover {
		background: #027db3;
	}
	.wire-btn span:after {
		font-size: 18px;
	}
	.wire-btn a:hover,
	.wire-btn a:hover span:after {
		color: #fff;
	}
	.wire-btn-bb a:hover,
	.fl-builder-content a.fl-button:hover {
		background: #027db3;
	}
	.popup-textlink .wire-btn-bb a:hover {
		background: 0 0 !important;
		color: #027db3;
	}
	.wire-btn-bb a:hover i {
		margin-left: 22px;
		transform: rotate(90deg);
	}
	.hotspot .wire-btn-bb a:hover i {
		margin-left: 0;
	}
	.wire-btn a:hover span:after {
		margin-left: 11px;
	}
	.hotspot .wire-btn a:hover span:after {
		margin-left: 0;
	}
}
@media (min-width: 1100px) {
	.wire-btn-bb a,
	.fl-builder-content .fl-node-content a.fl-button {
		font-size: 1.1rem;
		padding: 12px 32px;
	}
}

.hotspot {
	position: relative;
}
.hotspot .hotspot-link-1,
.hotspot .hotspot-link-2,
.hotspot .hotspot-link-3,
.hotspot .hotspot-link-4 {
	position: absolute;
	width: 40px !important;
}
.hotspot .hotspot-link-1 .fl-module-content,
.hotspot .hotspot-link-2 .fl-module-content,
.hotspot .hotspot-link-3 .fl-module-content,
.hotspot .hotspot-link-4 .fl-module-content {
	margin: 0;
}
.hotspot .hotspot-link-1 {
	top: calc(31.21% - 20px);
	left: calc(22.52% - 20px);
}
.hotspot .hotspot-link-2 {
	top: calc(18.33% - 20px);
	left: calc(49.94% - 20px);
}
.hotspot .hotspot-link-3 {
	top: calc(67.92% - 20px);
	left: calc(40.28% - 20px);
}
.hotspot .hotspot-link-4 {
	top: calc(29.9% - 20px);
	left: calc(81.28% - 20px);
}
.fl-builder-edit .hotspot .hotspot-link-1,
.fl-builder-edit .hotspot .hotspot-link-2,
.fl-builder-edit .hotspot .hotspot-link-3,
.fl-builder-edit .hotspot .hotspot-link-4 {
	width: 100% !important;
	position: relative;
	top: 0;
	left: 0;
}
.counter {
	list-style: none;
	margin-bottom: 20px;
}
.counter-wrap {
	font-size: 22px;
	line-height: 1.6;
}
.counter-txt,
.counter-val {
	font-size: inherit;
}
.counter-txt {
	font-style: italic;
}
.counter-val {
	font-weight: 700;
}
@media (max-width: 1024px) {
	.counter-wrap {
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	.counter-wrap {
		font-size: 17px;
	}
}
@media (max-width: 468px) {
	.counter-wrap {
		font-size: 15px;
	}
}
.accordion--faq {
	max-width: 550px;
	margin: 1em auto;
}
.accordion--faq .accordion__question:last-child {
	border-bottom: 1px solid #fff;
}
.accordion--faq .accordion__header {
	border-top: 1px solid #fff;
	cursor: pointer;
	display: inline-block;
	letter-spacing: .031em;
	line-height: 2.3;
	padding: .5em 1em;
	width: 100%;
}
.accordion--faq .accordion__header:focus span,
.accordion--faq .accordion__header:hover span {
	color: #fff;
}
.accordion--faq .accordion__header.is-active span {
	color: #fff;
}
.accordion--faq .accordion__header.is-active span:before {
	content: "\e0c4";
}
.accordion--faq .accordion__header span {
	display: inline-block;
	color: #4e606d;
	line-height: 2.3;
	float: right;
}
.accordion--faq .accordion__heading {
	display: inline-block;
	margin: 0;
}
.accordion--faq .accordion__content {
	display: none;
	padding: 1em;
}
.category .blog-entry {
	margin-bottom: 30px;
}
.blog-entry {
	position: relative;
}
.blog-thumb img {
	display: block;
}
.blog-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
}
.blog-content {
	display: block;
}
.blog-date {
	font-size: 12px;
	color: #fff;
}
.blog-content h2 {
	color: #fff;
	margin: 0 0 15px 0;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
}
.blog-cat {
	background: #212121;
	padding: 9px 13px;
	display: inline-block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .7px;
	line-height: 1.1;
}
.blog-cat a {
	color: #fff;
}
.blog-cat .post-categories {
	list-style: none;
	margin: 0;
}

/* Dropdown menu */
.collapse-icon:after,
.collapse-icon:before {
	content: "";
	position: absolute;
	background-color: #bbb;
	border-radius: 1px;
	transition: transform .3s cubic-bezier(.4, 0, .4, 1);
}
.collapse-icon:before {
	top: 0;
	left: 50%;
	width: 3px;
	border-radius: 2px;
	height: 100%;
	margin-left: -2px;
}
.collapse-icon:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	margin-top: -2px;
}
.collapse-icon:hover {
	cursor: pointer;
}
.collapse-icon.rotate.down:before {
	transform: rotate(270deg);
}
.collapse-icon.rotate.down:after {
	transform: rotate(180deg);
}
.dropdown {
	position: absolute;
	top: 70px;
	right: 30px;
	z-index: 9;
}
.dropdown.left {
	position: absolute;
	top: 430px;
	right: 30px;
	z-index: 9;
}
.dropdown-container {
	width: 240px;
	margin: 0;
	padding: 0;
	background: #212121;
	position: relative;
}
.cat-menu {
	display: block;
}
.cat-menu a {
	color: #fff;
}
.cat-menu > ul > li {
	display: block;
	position: relative;
}
.cat-menu li,
.cat-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cat-menu > ul {
	opacity: 1;
	display: block;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	list-style: none;
	clear: both;
}
.cat-menu ul.menu > li > a:first-child {
	font-size: 13px;
	position: relative;
	width: calc(100% - 48px);
	display: block;
	height: auto;
	line-height: 1.1;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-top: 16px;
	padding-right: 10px;
	text-decoration: none;
	outline: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .7px;
}
.dropdown-container .sub-menu {
	margin: 0;
	padding-bottom: 5px;
	display: none;
}
.cat-menu .js-menu-accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 46px;
	width: 48px;
	position: absolute;
	right: 0;
	top: 0;
	transition: -webkit-transform .2s cubic-bezier(.77, 0, .175, 1);
	cursor: pointer;
}
.cat-menu .collapse-icon {
	position: relative;
	width: 18px;
	height: 18px;
}
.cat-menu .collapse-icon:after,
.cat-menu .collapse-icon:before {
	background-color: #fff;
}
.cat-menu li.show-sub-menu > .sub-menu {
	display: block;
}
.cat-menu ul ul > li > a {
	font-size: 14px;
	display: block;
	color: #fff;
	padding-left: 20px;
	padding-bottom: 9px;
	outline: 0;
}
@media (max-width: 1024px) {
	.blog-content h2 {
		font-size: 24px;
		line-height: 1.1;
	}
}
@media (max-width: 768px) {
	.cat-menu .collapse-icon {
		width: 16px;
		height: 16px;
	}
	.cat-menu ul.menu > li > a:first-child {
		width: calc(100% - 38px);
		padding-bottom: 11px;
		padding-top: 13px;
	}
	.dropdown-container .sub-menu {
		padding-top: 3px;
	}
	.collapse-icon:before {
		width: 3px;
	}
	.collapse-icon:after {
		height: 3px;
	}
	.cat-menu .js-menu-accordion {
		height: 38px;
		width: 38px;
	}
}
@media (min-width: 769px) {
	.cat-menu ul ul > li > a:hover {
		font-weight: 800;
	}
	.dropdown {
		top: 130px;
	}
}
.hero {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.hero .container {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	z-index: 2;
}
.hero h1 {
	margin: 10px 0 15px 0;
	font-weight: 700;
	color: #fff;
}
.hero h1 a {
	color: #fff;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}
.hero-small .fl-col-group-nested .fl-col-content {
	padding-top: 120px;
	padding-bottom: 120px;
}
.hero-bb .fl-row-content-wrap {
	padding-top: 150px;
	padding-bottom: 150px;
}
.hero-bb h1 {
	font-size: 44px !important;
	line-height: 1.1 !important;
	text-transform: uppercase;
}
.hero-bb p {
	font-size: 24px !important;
	line-height: 1.4 !important;
}
@media (max-width: 1024px) {
	.hero-small .fl-col-group-nested .fl-col-content {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.hero-bb .fl-row-content-wrap {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.hero-bb h1 {
		font-size: 40px !important;
	}
}
@media (max-width: 768px) {
	.hero-small .fl-col-group-nested .fl-col-content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.hero-bb .fl-row-content-wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.hero-bb h1 {
		font-size: 36px !important;
	}
	.hero-bb p {
		font-size: 20px !important;
		line-height: 1.4 !important;
	}
}
@media (max-width: 468px) {
	.hero-bb h1 {
		font-size: 30px !important;
	}
	.hero-bb p {
		font-size: 18px !important;
		line-height: 1.4 !important;
	}
}
.hero .bg-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.bg-img::before {
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	opacity: .4;
}
.bg-img.op-0::before {
	opacity: 0;
}
.bg-img.op-20::before {
	opacity: .2;
}
.bg-img.op-40::before {
	opacity: .4;
}
.bg-img.op-60::before {
	opacity: .6;
}
.none .bg-img::before {
	display: none;
}
.no-img.bg-img::before {
	display: block;
	opacity: 1;
}
.fl-row-bg-overlay .fl-row-content-wrap:after {
	opacity: .4;
}
.op-0 .fl-row-content-wrap:after {
	opacity: 0;
}
.op-20 .fl-row-content-wrap:after {
	opacity: .2;
}
.op-40 .fl-row-content-wrap:after {
	opacity: .4;
}
.op-60 .fl-row-content-wrap:after {
	opacity: .6;
}
.blog-feed {
	background: #fff;
	padding: 20px 0 40px 0;
	color: #212121;
}
.blog-feed .feed-headline {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 40px;
}
.blog-feed .feed-thumb {
	height: 100px;
	width: 100px;
	position: relative;
}
.blog-feed img {
	height: 100px;
	width: 100px;
}
.blog-feed .blog-item {
	display: flex;
	flex-wrap: nowrap;
	background: 0 0;
}
.blog-feed img {
	max-width: inherit;
}
.blog-feed h3.feed-title {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 2px;
	margin-top: 0;
}
.blog-feed h3.feed-title a {
	color: #212121;
}
.blog-feed .feed-thumb a {
	display: inline-block;
}
.blog-feed .feed-thumb a img {
	display: block;
}
.blog-feed .feed-date {
	color: #212121;
	font-size: 12px;
	margin-bottom: 15px;
}
.blog-feed .feed-desc {
	font-size: 14px;
	line-height: 1.5;
}
.blog-feed ul.feed-cat {
	display: flex;
}
.blog-feed ul.feed-cat,
.blog-feed ul.feed-cat li {
	list-style: none;
	margin: 0;
}
.blog-feed ul.feed-cat {
	margin-top: 60px;
}
.blog-feed ul.feed-cat li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}
.blog-feed ul.feed-cat li:last-child {
	margin-right: 0;
}
.blog-feed .feed-excerpt {
	color: #212121;
	font-size: 14px;
	margin-bottom: 15px;
}
.blog-feed .allposts {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding-top: 0 !important;
}
.blog-feed.blog-feed-bb {
	padding: 20px;
}
@media (max-width: 1200px) {
	.blog-feed ul.feed-cat {
		align-items: baseline;
		flex-direction: column;
	}
	.blog-feed ul.feed-cat li {
		margin-right: 0;
	}
}
@media (max-width: 1024px) {
	.blog-feed .blog-item {
		margin-bottom: 40px;
	}
	.blog-feed ul.feed-cat {
		margin-top: 10px;
	}
}
@media (max-width: 768px) {
	.blog-feed .col-lg-4 {
		margin-bottom: 20px;
	}
	.blog-feed .blog-item {
		margin-bottom: 10px;
	}
	.blog-feed h3.feed-title {
		font-size: 16px;
	}
	.blog-feed .feed-headline {
		font-size: 20px;
	}
	.blog-feed .feed-date {
		margin-bottom: 0;
	}
	.feed-cat li {
		font-size: 14px;
	}
	.feed-cat .blog-cat {
		font-size: 12px;
		padding: 10px 13px 7px 13px;
	}
}
@media (max-width: 468px) {
	.blog-feed .blog-item {
		margin-bottom: 0;
	}
	.blog-feed .feed-headline {
		font-size: 18px;
		margin-bottom: 20px;
	}
}
@media (min-width: 769px) {
	.blog-feed {
		padding: 40px 0 60px 0;
	}
	.blog-feed h3.feed-title a:hover {
		color: #0097d9;
	}
}
@media (min-width: 1201px) {
	.blog-feed ul.feed-cat {
		display: flex;
		flex-wrap: wrap;
	}
}
@media (min-width: 1024px) {
	.blog-feed.blog-feed-bb {
		padding: 0;
	}
	.blog-feed.blog-feed-bb .row {
		padding: 20px;
	}
}

/* gw  */
.ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform .4s;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ham .top {
	stroke-dasharray: 40 121;
}
.ham .bottom {
	stroke-dasharray: 40 121;
}

/* gw */
.line {
	fill: none;
	transition: stroke-dasharray .8s, stroke-dashoffset .4s;
	stroke: var(--color-almostblack);
	stroke-width: 5;
	stroke-linecap: round;
}
.open-main-menu .line {
	stroke: #fff;
}
.ham .middle {
	stroke-dasharray: 40 121;
	stroke-dashoffset: 10px;
}
.ham.active {
	transform: rotate(45deg);
}
.ham.active .middle {
	stroke-dashoffset: 0;
}
.ham.active .top {
	stroke-dashoffset: -68px;
}
.ham.active .bottom {
	stroke-dashoffset: -68px;
}
.ham:hover .line.middle {
	stroke-dasharray: 80 121;
}
@media (max-width: 768px) {
	.ham {
		margin-right: -20px;
	}
}
.lang-switcher {
	padding: 0 5px;
}
.lang-switcher li,
.lang-switcher ul {
	list-style: none;
	margin: 0;
}
.lang-switcher li.current-lang {
	display: block;
}
.lang-switcher:hover li {
	display: block;
}
.lang-switcher .drop a {
	text-decoration: none;
}
.lang-switcher .drop a:hover {
	border: 0;
}
.lang-switcher i {
	transition: all .2s ease-in-out;
}
.lang-switcher .fa-globe {
	font-size: 24px;
}
.lang-switcher li.drop > a:hover i {
	transform: scale(1.1);
}
.lang-switcher .drop [data-toggle=dropdown] {
	display: block;
	position: relative;
	padding: 10px 10px;
	margin: 0;
	outline: 0;
	font-size: 13px;
	letter-spacing: 1px;
	cursor: pointer;
	color: var(--color-almostblack);
	text-transform: uppercase;
}
.lang-switcher .drop .dropdown-menu {
	margin: 0;
	position: absolute;
	background: var(--color-almostblack);
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	transition: opacity .2s ease-out;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.lang-switcher .drop .dropdown-menu li a,
.lang-switcher .drop .dropdown-menu li span {
	padding: 17px 30px 15px 17px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.3;
	display: block;
	border-bottom: 1px solid var(--color-almostblack);
	text-align: right;
}
.lang-switcher .drop .dropdown-menu li:last-child a {
	border-bottom: 0;
}
.lang-switcher .drop .show {
	display: block;
	opacity: 1;
	height: auto;
}
.lang-switcher span > i {
	padding-right: 10px;
}
@media (max-width: 768px) {
	.lang-switcher .fa-globe {
		font-size: 20px;
	}
}
.search-menu {
	padding: 0 5px 0 10px;
	z-index: 10;
}
.search-menu .fa-search {
	font-size: 24px;
}
/*gw */
.search-menu a i {
	color: var(--color-almostblack);

}
.open-main-menu .search-menu a i {
	color: #fff;
}
.search-menu i {
	transition: all .2s ease-in-out;
}
.search-menu a:hover i {
	transform: scale(1.1);
}
.navbar-sticky .search-menu i {
	color: #212121;
}
@media (max-width: 768px) {
	.search-menu {
		padding: 0 10px;
	}
	.search-menu .fa-search {
		font-size: 18px;
	}
}
.navbar-sticky {
	background: rgba(255, 255, 255, .9);
}
.navbar-sticky .drop [data-toggle=dropdown] {
	color: #212121;
}
.navbar-sticky .line {
	stroke: #212121;
}

/* gw */
.logo.color-logo {
	display: block;
	z-index: 10;
}
.open-main-menu .navbar-sticky .drop [data-toggle=dropdown],
.open-main-menu .navbar-sticky .search-menu i {
	color: #fff;
}
.open-main-menu .navbar-sticky .line {
	stroke: #fff;
}

@media (max-width: 991px) {
	.left-edge-bg > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col:last-child > div,
	.left-edge-bg > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col:last-child .fl-video {
		border-radius: 20px;
	}

	.left-edge-bg > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col:last-child {
		padding: 20px;
	}
	.left-edge-bg.left-edge-video > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col:last-child {
		padding: 0;
	}
}

@media (min-width: 992px) {
	.left-edge-bg > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col:first-child {
		padding-left: calc(50vw - 580px);
		padding-right: 20px;
	}
	.left-edge-bg > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col:last-child > div,
	.left-edge-bg > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col:last-child .fl-video {
		border-radius: 20px 0 0 20px;
	}
}

/* gw */
input[type=submit] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
	box-sizing: border-box;
	padding: 6px 10px 6px 0;
	font-size: 14px;
	line-height: 1.3;
	font-family: 'Open Sans', sans-serif;
	outline: 0;
}
.wpcf7-text {
	background: 0 0;
}
.wpcf7-textarea {
	background: 0 0;
	min-height: 200px;
}
div.wpcf7-response-output {
	margin: 10px 0;
}
.wpcf7-form .wpcf7-submit {
	font-family: 'Open Sans', sans-serif;
	color: #2f2f2f;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	padding: 0 0 5px 0;
	background: 0 0;
	border: 0;
	border-bottom: 2px solid #dc3c42;
	outline: 0;
	cursor: pointer;
	-webkit-transition: all 125ms ease-in-out 0s;
	-moz-transition: all 125ms ease-in-out 0s;
	transition: all 125ms ease-in-out 0s;
}
.wpcf7-form .wpcf7-submit:hover {
	border-bottom: 2px solid #2f2f2f;
}
.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #bbb;
}
.wpcf7-textarea {
	min-height: 100px;
}
div.wpcf7-response-output {
	margin-bottom: 60px;
	margin-top: -30px;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
	border: 1px solid #2f2f2f;
	color: #2f2f2f;
	padding: 10px 20px;
}
.wpcf7-form > p:last-child {
	margin: 0;
	padding: 0;
}
span.wpcf7-not-valid-tip {
	font-weight: 700;
	font-size: 12px;
}
.contact-policy {
	font-size: 13px;
	line-height: 1.6;
	margin: -15px 0 40px 0;
	font-weight: 600;
	font-style: italic;
}
@media (max-width: 468px) {
	.wpcf7-form .wpcf7-text,
	.wpcf7-textarea {
		width: 100%;
	}
}
.tablepress {
	font-size: 16px;
	line-height: 1.3;
}
.tablepress tfoot th,
.tablepress thead th {
	background-color: #ededed !important;
}
.tablepress tbody td {
	vertical-align: middle !important;
}
.tablepress tbody a {
	font-weight: 600;
}
.page-scroller {
	cursor: pointer;
	position: absolute;
	width: 70px;
	left: 50%;
	text-align: center;
	bottom: 30px;
	margin-left: -35px;
}
.page-scroller-arrow {
	font-size: 38px;
	color: #fff;
	-moz-animation: linear bounce 1s infinite;
	-webkit-animation: linear bounce 1s infinite;
	animation: linear bounce 1s infinite;
}
@keyframes bounce {
	0%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@media (max-width: 768px) {
	.page-scroller-arrow {
		font-size: 32px;
	}
	.page-scroller {
		bottom: 15px;
	}
}
.modal-open {
	overflow: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}
.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}
.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}
.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}
.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}
.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .5rem;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.fade.show {
	opacity: .5;
}
.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}
.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}
.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}
.modal-body li {
	margin-bottom: 20px;
}
.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem;
}
.modal-footer > :not(:first-child) {
	margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
	margin-right: .25rem;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
.modal-title {
	font-size: 28px;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 20px;
}
.modal-body .wp-caption {
	max-width: 100%;
}
@media (min-width: 576px) {
	.modal-title {
		font-size: 34px;
		line-height: 1.3;
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
	}
	.modal-sm {
		max-width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
	.modal-title {
		font-size: 38px;
		line-height: 1.3;
	}
}
@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.show {
	opacity: 1;
	padding: 0 !important;
}
.portfolio-modal .modal-dialog {
	margin: 4rem auto;
	max-width: 800px;
}
.portfolio-modal .modal-content {
	padding: 70px 0 40px 0;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}
.portfolio-modal .modal-title {
	text-align: center;
}
.portfolio-modal .modal-content p.item-intro {
	font-size: 16px;
	font-style: italic;
	margin: 20px 0 30px;
	font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
		sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.portfolio-modal .modal-content ul {
	margin-top: 0;
	margin-bottom: 30px;
	text-align: left;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content button {
	cursor: pointer;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 18px;
	right: 30px;
	cursor: pointer;
	background-color: transparent;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal i {
	font-size: 40px;
}
@media (max-width: 1024px) {
	.portfolio-modal .modal-dialog {
		max-width: 70%;
	}
}
@media (max-width: 768px) {
	.portfolio-modal .modal-dialog {
		max-width: 80%;
	}
	.portfolio-modal .close-modal i {
		font-size: 30px;
	}
	.portfolio-modal .modal-content {
		padding: 50px 0 0 0;
	}
	.portfolio-modal .close-modal {
		top: 10px;
		right: 15px;
	}
}
@media (max-width: 568px) {
	.portfolio-modal .modal-dialog {
		max-width: 90%;
	}
}
.single .blog-intro {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}
.single.fl-builder .blog-intro {
	margin: 0 20px;
	padding: 0 20px;
}
@media (max-width: 768px) {
	.single.fl-builder .blog-intro {
		max-width: 500px;
		margin: 0 auto;
	}
}
.mejs-container,
.mejs-overlay.load,
.wp-video,
video.wp-video-shortcode {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video,
video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}
.fl-embed-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.fl-embed-video embed,
.fl-embed-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.load-more {
	margin-top: 0;
	margin-bottom: 20px;
}
.ajax-load-more-wrap.grey .alm-load-more-btn {
	background-color: #212121 !important;
}
.ajax-load-more-wrap.grey .alm-load-more-btn.done,
.ajax-load-more-wrap.grey .alm-load-more-btn.loading,
.ajax-load-more-wrap.grey .alm-load-more-btn:hover {
	background-color: #444 !important;
}
.alm-listing {
	margin-right: -15px !important;
	margin-left: -15px !important;
}
.alm-no-results {
	padding: 0 20px;
}
.employer p {
	font-size: 16px;
	line-height: 1.6;
}
.employer h3 {
	margin: 10px 0;
	font-size: 20px;
	line-height: 1.2;
}
.employer .fl-module-rich-text {
	text-align: center;
}
.employer img.fl-photo-img {
	max-width: 200px;
}
.author-section {
	border-top: 1px solid #e6e6e6;
	padding: 30px 30px 90px 30px;
	display: flex;
	align-items: center;
}
.author-section img {
	border-radius: 50px;
	width: 70px;
	display: inline-block;
	margin-right: 15px;
}
.author-details {
	display: inline-block;
}
.author-details h5 {
	font-size: 22px;
	margin: 0;
}
.author-details h5 a {
	color: #212121;
}
.author-details h5 a:hover {
	color: #0097d9;
}
.author-details .author-desc,
.author-details .author-email {
	font-size: 16px;
	font-weight: 600;
}
.author-results {
	margin-top: 60px;
}
.search,
.searchpage {
	background: #eee;
}
.searchform {
	height: 52px;
	background-color: #fff;
	border-radius: 30px;
	padding: 0;
	max-width: 100%;
	border: 1px solid #aaa;
	overflow: hidden;
	margin: 70px 0 40px 0;
	display: flex;
	justify-content: space-between;
}
.searchpage .searchform {
	margin: 100px 0 100px 0;
}
.search-input {
	color: #212121;
	border: 0;
	outline: 0;
	background: 0 0;
	font-size: 15px;
	line-height: 40px;
	padding: 0 30px 0 30px;
	max-width: 100%;
	width: 100%;
}
.search-icon {
	height: 52px;
	width: 80px;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #212121;
	font-size: 20px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
}
.container.search-results h4 {
	font-size: 19px;
	line-height: 1.2;
	margin: 5px 0 10px 0;
}
.container.search-results p {
	font-size: 16px;
	line-height: 1.6;
}
.container.search-results h4 a {
	color: #212121;
}
.container.search-results h4 a:hover {
	color: #0097d9;
}
.container.search-results > .row {
	margin-bottom: 40px;
}
h3.search-title {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 80px;
}
#cookie-notice .cookie-notice-container {
	max-width: 1100px;
	padding: 12px;
	margin: 0 auto;
}
#cookie-notice a.cn-button {
	background-color: #2d9ed4;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	padding: 2px 10px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
}
#cookie-notice a.cn-button:hover {
	background-color: #2581ad;
}
#cookie-notice .cookie-notice-container #cn-notice-text {
	line-height: 2;
}
.pagination {
	margin-bottom: 60px;
}
.pagination a,
.pagination a:hover {
	color: #212121;
}
.pagination .page-numbers {
	padding-right: 5px;
}
.pagination i.fa-chevron-left {
	margin-right: 10px;
}
.pagination i.fa-chevron-right {
	margin-left: 10px;
}
.pagination .current {
	font-weight: 700;
}


.fl-module-content .fl-number .fl-number-text {
	text-align: left;
}
@media (max-width: 768px) {
	.fl-col,
	.fl-col-small:not(.fl-col-small-full-width) {
		max-width: 500px;
	}
	.fl-photo-caption-below {
		padding: 20px;
	}
}
.admin-bar .top {
	top: 32px;
}
#wpadminbar {
	position: fixed !important;
}
@media screen and (max-width: 782px) {
	.admin-bar .top {
		top: 46px;
	}
}
img.lazyloaded {
	margin-bottom: auto !important;
}
.lds-facebook {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-facebook div {
	display: inline-block;
	position: absolute;
	left: 8px;
	width: 16px;
	background: #fff;
	animation: lds-facebook 1.2s cubic-bezier(0, .5, .5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
	left: 8px;
	animation-delay: -.24s;
}
.lds-facebook div:nth-child(2) {
	left: 32px;
	animation-delay: -.12s;
}
.lds-facebook div:nth-child(3) {
	left: 56px;
	animation-delay: 0;
}
@keyframes lds-facebook {
	0% {
		top: 8px;
		height: 64px;
	}
	100%,
	50% {
		top: 24px;
		height: 32px;
	}
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}
.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}
.table .table {
	background-color: #fff;
}
.table-sm td,
.table-sm th {
	padding: .3rem;
}
.table-bordered {
	border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
	border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05);
}
.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
	background-color: #b8daff;
}
.table-hover .table-primary:hover {
	background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
	background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
	background-color: #c3e6cb;
}
.table-hover .table-success:hover {
	background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
	background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
	background-color: #bee5eb;
}
.table-hover .table-info:hover {
	background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
	background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
	background-color: #ffeeba;
}
.table-hover .table-warning:hover {
	background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
	background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
	background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
	background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
	background-color: #fdfdfe;
}
.table-hover .table-light:hover {
	background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
	background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
	background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
	background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
	background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, .075);
}
.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e;
}
.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.table-dark {
	color: #fff;
	background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #32383e;
}
.table-dark.table-bordered {
	border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05);
}
.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, .075);
}
@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}
@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-md > .table-bordered {
		border: 0;
	}
}
@media (max-width: 991px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}
@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
	border: 0;
}

/*--------------------------------------------------------------
# Kort
--------------------------------------------------------------*/
.w-card__item {
    margin: 15px;
    background: #fff;
    border: 0.5px solid #ededed;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
	transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.w-card__item:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.bb-cases .fl-post-grid-post {
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
	border: 0.5px solid #ededed;
    overflow: hidden;
	transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.bb-cases .fl-post-grid-post:hover {
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.bb-cases .fl-post-grid-content p {
	font-size: 16px !important;	
	line-height: 1.5 !important;
}

.bb-cases a.fl-post-grid-more {
    display: inline-block;
    color: var(--color-darkblue);
    border-bottom: 2px solid var(--color-darkblue);
    font-size: 16px !important;
    line-height: 1.45 !important;
    transition: all 250ms;
}

.bb-cases a.fl-post-grid-more:hover {
    color: var(--color-light-blue);
    border-bottom: 2px solid var(--color-light-blue);
}

.w-card__content {
	color: #3C3C3C;
	padding: 20px;
}
.w-card__wrap {
    display: flex;
	margin-bottom: 10px;
}
.w-card__wrap h5 {
    font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	margin: 0;
}
.w-card__img, 
.w-card__img img {
    position: relative;
}
.w-card__img img {
	display: block;
}
.w-card__desc {
	font-size: 16px;
	line-height: 1.5;
}
.w-card__desc p {
	margin-bottom: 10px;
}
.w-card__icon {
	margin-left: 10px;
}
.w-card__icon,
.w-card__icon img {
	height: 22px;
	width: auto;
}
.w-card__link {
    display: inline-block;
    color: var(--color-darkblue);
	border-bottom: 2px solid var(--color-darkblue);
    font-size: 16px;
    line-height: 1.45;
	transition: all 250ms;
}
.w-card__item:hover .w-card__link {
	color: var(--color-light-blue);
	border-bottom: 2px solid var(--color-light-blue);
}
.fl-module-cbb-card {
    flex: 1 1 auto;
    display: flex !important;
}
.fl-module-cbb-card .w-card__item {
	height: 100%;
	margin: 0;
	max-width: 542px;
}

/*--------------------------------------------------------------
# Kort - Style 2
--------------------------------------------------------------*/
.w-card__item--style2 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-height: 420px;
    background: var(--card-bg-image) no-repeat center center / cover;
    border-radius: 8px;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
   	transition: all 250ms;
}

.w-card__item--style2 .w-card__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 15px;
    padding: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: left;
   	transition: all 250ms;
}

.w-card__item--style2 .w-card__content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    transform: translateY(-100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}

.w-card__item--style2 .w-card__wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
}

.w-card__item--style2 .w-card__wrap h5 {
    color: white;
    font-size: 23px;
    line-height: 1.2;
    margin: 0;
}

.w-card__item--style2 .w-card__desc {
    color: white;
    margin: 0;
}

.w-card__item--style2 .w-card__desc p {
    color: white;
    margin: 0;
}

.w-card__item--style2 .w-card__icon {
    display: none;
}

.w-card__item--style2 .w-card__cta-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 15px;
}

.w-card__item--style2 .w-card__link {
    color: white;
    border: none;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 250ms;
}

.w-card__item--style2 .w-card__link:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M20.9 12a.9.9 0 0 1-.264.636l-5.5 5.5a.9.9 0 0 1-1.272-1.272l3.963-3.964H4a.9.9 0 0 1 0-1.8h13.827l-3.963-3.964a.9.9 0 1 1 1.272-1.272l5.5 5.5A.9.9 0 0 1 20.9 12Z" clip-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 250ms;
}

.w-card__item--style2:hover {
    filter: brightness(1.15);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.w-card__item--style2:hover .w-card__link {
    color: white;
    border: none;
}

.w-card__item--style2:hover .w-card__link:after {
    transform: translateX(2px);
}

@media (max-width: 768px) {
    .w-card__item--style2 {
        min-height: 300px;
    }
    
    .w-card__item--style2 .w-card__content {
        padding: 20px;
    }
    
    .w-card__item--style2 .w-card__wrap h5 {
        font-size: 19px;
    }
}

/*--------------------------------------------------------------
## Latest articles - Slick Slider
--------------------------------------------------------------*/
.latest-articles {
	padding: 80px 0 120px 0;
	overflow: hidden;
}

.latest-articles .row:last-child > div {
    padding: 0 5px;
}

.latest-articles__headline {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 40px;
    font-weight: 600;
}

.latest-articles .w-card__wrap {
	justify-content: space-between;
}

.latest-articles__date,
.latest-articles__cat {
	font-size: 12px;
	line-height: 1.3;
	font-weight: 400;
	color: #3C3C3C;
}

.latest-articles__cat span {
	background: transparent;
    padding: 2px 8px;
    border-radius: 8px;
}

.latest-articles__title {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.latest-articles__title {
	color: #3C3C3C;
	font-weight: 600;
}

@media (max-width: 768px) {
	.latest-articles {
		padding: 30px 0 50px 0;
		overflow: hidden;
	}
	.latest-articles__headline {
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 30px;
	}
}

/* Equal height */
.slick-initialized .slick-track {
	display: flex;
}
.slick-initialized .slick-track .slick-slide {
	display: flex;
	height: auto;
}

/* Show a bit of next slide */
.slick-list {
	padding: 0 5% 0 0 !important;
}

/* Arrows*/
.slick-prev:before,
.slick-next:before {
	content: none;
}
.slick-prev, .slick-next {
   	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev, .slick-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow:  0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: flex !important;
    justify-content: center;
    align-items: center;
	opacity: 1;
    transition: all .3s;
}
.slick-prev:hover, .slick-next:hover {
    background-color: #f5f5f5;
}
.slick-prev:active, .slick-next:active {
    background-color: #ededed;
}
.slick-prev svg, .slick-next svg {
	width: 20px;
	height: 20px;
}
.slick-next svg {
	transform: rotate(180deg);
}
.slick-prev,
.slick-next {
	z-index: 99;
}
.slick-prev {
	left: 25px;
}
.slick-prev svg {
	left: -2px;
    position: relative;
}
.slick-next {
	right: 25px;
}

/* Hide arrows on disabled */
.slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: 0;
    user-select: none;
    cursor: default;
}

@media (max-width: 1024px) {
	.slick-prev {
		left: 13px;
	}
	.slick-next {
		right: 20px;
	}
	.slick-list {
		padding: 0 10% 0 0 !important;
	}
}

@media (max-width: 600px) {
	.latest-articles .slick-arrow {
		display: none !important;
	}
	.slick-list {
		padding: 0 20% 0 0 !important;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer {
	background: var(--color-lightgrey);
	display: block;
    width: 100%;
	list-style: none;
}

.footer .row:first-of-type {
    padding-top: 100px;
    padding-bottom: 50px;
}

.footer-intro__col {
	padding: 0 100px 0 20px;
    flex: 0 0 auto;
    width: 40%;
}
.footer-contact__col,
.footer-menu__col,
.footer-social__col {
	padding: 0 40px;
    flex: 0 0 auto;
    width: 20%;
}

.footer,
.footer a {
	color: var(--color-almostblack);
}

.footer a:hover {
	color: var(--color-almostblack);
}

.footer-logo {
	display: block;
	margin-bottom: 40px;
}

.footer-logo img {
	width: 130px;
	height: auto;
}

.site-nav__contact,
.footer-company,
.site-nav__title,
.site-nav__footer>ul>li>a,
.site-nav__footer .footer-nav__wrap>li>a{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
}

.footer .social {
	display: block;
	margin-bottom: 30px;
}
.footer .social ul {
	list-style: none;
    margin: 0;
    display: flex;
}
.footer .social ul>li {
	margin-right: 10px;
}
.footer .social ul>li a {
	background: var(--color-darkgrey);
    padding: 0;
    border-radius: 7px;
    color: #fff;
    font-size: 16px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .social li.youtube a:before {
	font-family: dashicons;
	content: '\f19b';
	vertical-align: middle;
}
.footer .social li.linkedin a:before {
	font-family: dashicons;
	content: '\f18d';
	vertical-align: middle;
}
.footer .social ul>li a:hover {
    background: #fff;
    color: #3c3c3c;
}

.site-nav__footer {
	display: block;
}

.site-nav__footer ul,
.site-nav__footer li {
	list-style: none;
	margin: 0;
}

.site-nav__footer>ul {
	display: block;
}

.site-nav__title {
	font-weight: bold;
}

.footer-bottom {
    border-top: 1px solid #e4e4e4;
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 14px;
    line-height: 1.5;
}

.footer-bottom > div {
	display: flex;
	align-items: center;
}

.footer-bottom__copy {
    margin-right: 3rem;
}

@media (max-width: 1180px) {
	.footer-logo img {
		width: 170px;
	}
}

@media (max-width: 1200px) {
	.footer-intro__col {
		padding: 0 40px 0 20px;
	}
	.footer-contact__col,
	.footer-menu__col,
	.footer-social__col {
		padding: 0 20px;
	}
}

@media (max-width: 991px) {
	.footer .row:first-of-type {
		padding-top: 70px;
		padding-bottom: 30px;
	}
	.footer-intro__col {
		padding: 0 40px 0 20px;
		flex: 0 0 auto;
		width: 50%;
	    margin-bottom: 40px;
	}
	.footer-contact__col,
	.footer-menu__col,
	.footer-social__col {
		padding: 0 20px;
		flex: 0 0 auto;
		width: 50%;
	}
	.footer-logo-lang {
		display: block;
	}
	.footer-logo {
		margin-bottom: 30px;
	}
	.site-nav__footer {
		padding: 0;
	}
	.footer>.container>.row:first-child>div:first-of-type {
		padding: 0 20px;
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.footer>.container {
		padding: 0 30px;
	}
	.footer .row:first-of-type {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.footer-bottom {
		text-align: center;
	}
	.footer-bottom > div {
		flex-direction: column;
	}
	.footer-bottom__copy {
		margin-right: 0;
		margin-bottom: 1.2rem;
	}
}

@media (max-width: 568px) {
	.footer-intro__col,
	.footer-contact__col,
	.footer-menu__col,
	.footer-social__col {
		padding: 0 20px;
		flex: 0 0 auto;
		width: 100%;
		margin-bottom: 40px;
	}
	.footer-company,
	.footer .social,
	.footer-contact__col p:last-child {
		margin-bottom: 0;
	}
	.footer-logo img {
		width: 140px;
	}
}

/*--------------------------------------------------------------
## Event Grid	
--------------------------------------------------------------*/
.latest-event {
	padding: 100px 0;
	overflow: hidden;
}

.event-grid-container {
	margin: 20px;
}

.event-grid-item {
    display: flex;
    min-height: 400px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.event-content {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 80px 60px;
    color: white;
}

.event-content-inner {
    width: 100%;
}

.event-heading {
	font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
	margin: 0;
    opacity: 0.9;
}

.event-title {
    font-size: 40px;
	line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
	margin-top: 10px;
    color: white;
}

.event-description {
    margin-bottom: 30px;
}

.event-description p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: white;
    opacity: 0.9;
}

.event-image-container {
    flex: 1;
    background-color: #B99717;
    padding: 80px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-image-element {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
	display: block;
	margin: auto;
}

.btn-white a {
    background: white;
	color: var(--color-almostblack);
}

.btn-white:hover a,
.btn-white:focus a,
.btn-white:active a {
    background: var(--color-lightgrey);
	color: var(--color-almostblack);
}

@media (max-width: 1199px) {
	.latest-event .container {
		padding: 0 25px;
		max-width: 100%;
	}
	.latest-event .event-image-element {
		max-width: 400px;
	}
	.event-grid-item {
		flex-direction: column-reverse;
	}
}

@media (max-width: 991px) {
	.latest-event {
		padding: 60px 0;
	}
	.event-grid-container {
		margin: 0;
	}
}

@media (max-width: 768px) {
	.latest-event {
		padding: 40px 0;
	}
    .latest-event .container {
        padding: 0;
    }
    .event-content {
        padding: 40px 0;
    }
    .event-content-inner {
        padding: 0 30px;
    }
	.event-image-container {
		padding: 60px 30px;
	}
    .event-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
	.latest-event .event-image-element {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
## CTA
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(135deg, var(--color-almostblack) 0%, var(--color-darkgrey) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.cta::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 151, 217, 1) 0%, rgba(0, 114, 187, 1) 100%);
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.cta-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
	margin: 20px;
}

.cta-content {
    color: white;
    max-width: 450px;
    margin: 0 auto;
}

.cta-content h3 {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 40px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 24px 0;
}

.cta-content p {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.8);
    margin: 0 0 40px 0;
    line-height: 1.6;
}

.consult-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 32px;
    background: linear-gradient(135deg, var(--color-blue) 0%, var(--color-darkblue) 100%, var(--color-light-blue) 200%);
    background-size: 200% 100%;
    background-position: 0% 50%;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.5s ease, background-position 0.5s ease;
}

.consult-btn:hover {
    box-shadow: 0 10px 20px rgba(0, 151, 217, 0.2);
    text-decoration: none;
    color: white;
    background-position: 100% 50%;
}

.interface-mockup {
    background: linear-gradient(135deg, var(--color-blue) 0%, var(--color-darkblue) 100%);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: rotateY(-10deg) rotateX(5deg);
    transition: transform 0.3s ease;
    max-width: 400px;
    margin-left: auto;
}

.cta-interface:hover .interface-mockup {
    transform: rotateY(0deg) rotateX(0deg);
}

.interface-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.interface-dots {
    display: flex;
    gap: 6px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
}

.interface-title {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: auto;
}

.contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.contact-card {
    background: rgba(255,255,255,0.15);
    border-radius: 12px;
    padding: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.contact-card:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

.contact-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(45deg, var(--color-light-blue), var(--color-blue));
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    font-size: 1.2rem;
}

.contact-name {
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0;
}

.contact-info {
    color: white;
    font-size: 0.85rem;
    font-weight: 500;
    word-break: break-word;
}

.contact-info.open-hours {
    margin-bottom: 12px
}

.contact-card a {
	color: white;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
}

@media (max-width: 991px) {
    .cta {
        padding: 60px 0;
    }
	.cta-content {
		align-items: center;
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.cta-content h3 {
		font-size: 40px;
		margin: 0 0 20px 0;
	}
	.cta-content p {
		font-size: 1.1rem;
		margin: 0 0 30px 0;
		line-height: 1.5;
	}
	.cta-wrapper {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	.cta::before {
        width: 100%;
        clip-path: none;
        background: var(--color-almostblack);
    }
    .interface-mockup {
        transform: none;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .cta {
        padding: 60px 0;
    }
	.cta-wrapper {
		margin: 0;
	}
	.cta-content h3 {
		font-size: 32px;
		line-height: 1.2;
	}
	.cta-content p {
		font-size: 1rem;
	}
    .interface-mockup {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .cta-content p {
        font-size: 1.1rem;
    }
}