/*
 Theme Name:   HORISEN Theme
 Description:  Divi Child Theme
 Author:       HORISEN Web Team
 Author URI:   https://horisen.com
 Template:     Divi
*/

/************************************************/
/************* FRUTIGER FONT IMPORT *************/
/************************************************/

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=24c06e2c-e40a-48a2-b7a5-449543ffa1ec&fontids=1572315,5398344,5522622,5522683");
@font-face{
	font-family:"Frutiger LT W04_87 Exra Blk Cn";
	src:url("/wp-content/themes/divi-child/fonts/b9104463-74ea-4768-a3d1-f4e697ce1321.woff2") format("woff2"),url("/wp-content/themes/divi-child/fonts/edec426d-9d28-46b0-820d-675cfc7cd210.woff") format("woff");
}
@font-face{
	font-family:"Frutiger LT W04_77 Black Cond";
	src:url("/wp-content/themes/divi-child/fonts/8ed62d43-92fc-4273-956b-5fd2d9fdf2dd.woff2") format("woff2"),url("/wp-content/themes/divi-child/fonts/03ec7463-2dd0-41fa-8dfc-2fb9e2605f0f.woff") format("woff");
}
@font-face{
	font-family:"Frutiger Cn for Novo INDD W04B";
	src:url("/wp-content/themes/divi-child/fonts/bec3e84d-5d19-43d9-bb76-edddb655451f.woff2") format("woff2"),url("/wp-content/themes/divi-child/fonts/3308090c-283d-484b-8aea-9885c99c74e6.woff") format("woff");
}
@font-face{
	font-family:"Frutiger Cn for Novo INDD W04 ";
	src:url("/wp-content/themes/divi-child/fonts/29105f48-0f54-451c-b007-9cb0eb22373b.woff2") format("woff2"),url("/wp-content/themes/divi-child/fonts/9a6bd907-1450-43f2-961c-e3f46058e2ba.woff") format("woff");
}



/************************************************/
/**************** GENERAL STYLES ****************/
/************************************************/
body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 51px;
    background-image: linear-gradient(135deg,#0a0b41 0%,#011385 100%)!important;
}
body.logged-in:before {
    height: 103px;
}
body * {
	font-family: "Frutiger Cn for Novo INDD W04 ", Helvetica, Arial;
}
body.no-scroll {
    overflow: hidden;
}
p {
	font-family:"Frutiger Cn for Novo INDD W04 ", Helvetica, Arial;
}
h1, h2, h3, h4, h5, h6 {
	color: #090d3e;
}
h1 {
	font-family:"Frutiger LT W04_87 Exra Blk Cn";
	font-size: 40px;
    line-height: 46px !important;
}
h2, h2 span {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 10px;
	font-family:"Frutiger Cn for Novo INDD W04B", Helvetica, Arial;
}
h3 {
	font-family:"Frutiger LT W04_77 Black Cond", Helvetica, Arial;
	font-size: 30px;
	line-height: 36px;
}
h4, h4 * {
	font-family:"Frutiger Cn for Novo INDD W04B", Helvetica, Arial;
	font-size: 20px;
	line-height: 24px;
}
img {
	pointer-events: none;
}
@media screen and (max-width: 960px) {
	body:before {
		content: none !important;
	}
	h1 {
		font-size: 24px !important;
		line-height: 26px !important;
		padding-bottom: 5px !important;
	}
	h3 {
		font-size: 24px !important;
		line-height: 28px !important;
	}
	h4, h4 * {
		font-size: 20px;
	}
}



/************************************************/
/************** THEME ELEMENTS FIX **************/
/************************************************/
div#et-main-area {
    margin-top: 71px;
}
.et_pb_gutters3 .et_pb_column_1_2 {
	width: calc(50% - 10px);
}
.et_pb_gutters3 .et_pb_column_1_3 {
	width: calc(33.3% - 13.3px);
}
.et_pb_gutters3 .et_pb_column {
	margin-right: 20px;
}
body #page-container .et_pb_button_module_wrapper a.et_pb_button,
body #page-container .et_pb_button_module_wrapper a.et_pb_button:hover {
    padding: 10px 30px !important;
    line-height: 16px !important;
	font-family:"Frutiger Cn for Novo INDD W04B", Helvetica, Arial;
	border-radius: 0;
}
.et_pb_text_inner ul li::marker {
	display: none !important;
	content: none !important;
}
.et_pb_text_inner ul {
    padding-left: 20px !important;
	padding-bottom: 0;
}
.et_pb_text_inner ul li {
    position: relative;
	font-size: 16px;
	line-height: 24px;
}
.et_pb_text_inner ul li:after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: -20px;
    top: 10px;
    background-color: #090d3e;
    border-radius: 50%;
}
.et_pb_text_inner ul ul li:after {
    content: "-";
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: -20px;
    top: 1px;
	background-color: transparent;
	border-radius: 0;
}
.et-db #et-boc .et-l .h--header-navigation .et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
    background-color: #fff !important;
}
.et-db #et-boc .et-l .h--header-navigation .et_pb_menu_0_tb_header.et_pb_menu ul.sub-menu li a {
	color: #090d3e !important;
}
.et_pb_slide_description {
	padding-left: 200px;
}
.et_pb_button:before {
    position: relative;
    margin-left: 0 !important;
    margin-right: 5px;
    top: 2px;
}
input[type=radio] {
	margin-left: 0;
    margin-right: 15px;
}
input[type="radio"]:after {
	content: '';
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    display: inline-block;
    visibility: visible;
    border: 2px solid #090d3e;
    background-color: #fff;
    box-sizing: border-box;
}
input[type="radio"]:checked:after {
    border-width: 7px;
}
input[type="checkbox"] {
	-webkit-appearance: none;
    background: #fff;
    border: 2px solid #090d3e;
    height: 16px;
    width: 16px;
	margin-left: 0;
    margin-right: 15px;
}
input[type="checkbox"]:checked {
	background-color: #090d3e;
}
input[type="checkbox"]:after {
    width: 4px;
    height: 7px;
    border-radius: 0;
    top: -3px;
    left: 3px;
    position: relative;
    background-color: transparent;
    content: '';
    display: inline-block;
    visibility: hidden;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type="checkbox"]:checked:after {
    visibility: visible;
}
input[type="text"], input[type="email"], input[type="tel"] {
    width: 100%;
    border: 1px solid #090d3e;
    padding: 5px 10px;
    font-size: 14px;
    color: #090d3e;
}
input::file-selector-button {
  	background-image: linear-gradient(135deg,#0a0b41 0%,#011385 100%)!important;
  	border: 0;
  	color: #fff;
  	padding: 10px 30px;
  	transition: all .3s ease-in-out;
	cursor: pointer;
}
input::file-selector-button:hover {
  	background-image: linear-gradient(135deg,#090d3e 0%,#090d3e 100%)!important;
}
textarea {
    border: 1px solid #090d3e;
    font-size: 14px;
    color: #090d3e;
    width: 100%;
	height: 150px;
	resize: vertical;
}
@media screen and (max-width: 980px) {
	div#et-main-area {
		margin-top: 51px;
	}
	.et_pb_section .et_pb_row {
		display: flex;
		flex-direction: column;
	}
	.et_pb_section .et_pb_row .et_pb_column {
		width: 100%;
		margin: 0;
	}
	.et_pb_row {
		width: calc(100% - 30px);
	}
	.et_pb_slide_image {
		display: block !important;
		max-width: 80%;
		margin-top: 10px !important;
	}
	.et_pb_slide_description {
		padding: 10px 0;
	}
	.et_pb_slide_description * {
		text-align: left;
	}
	input[type="text"], input[type="email"], input[type="tel"] {
		padding: 10px;
	}
	input[type="checkbox"] {
		margin-bottom: 2px;
	}
}
@media screen and (min-width: 981px) {
	.et_pb_row_1-4_1-2_1-4 .et_pb_column.et_pb_column_1_2 {
		width: calc(60% - 10px);
	}
	.et_pb_row_1-4_1-2_1-4 .et_pb_column.et_pb_column_1_4 {
		width: calc(20% - 15px);
	}
}


/************************************************/
/************ CUSTOM ELEMENTS STYLES ************/
/************************************************/
.no-link > a {
	pointer-events: none;
}
.title-with-bg .et_pb_text {
    background-size: 30px;
    background-position: top left;
}
.no-padding * {
	padding-bottom: 0 !important;
}



/************************************************/
/**************** HEADER STYLES *****************/
/************************************************/
header.et-l.et-l--header {
    position: fixed;
    top: 0;
	left: 0;
	right: 0;
    z-index: 1000;
    width: 100%;
	transition: all .3s ease;
}
.logged-in header.et-l.et-l--header {
	top: 32px;
}
.h--header-navigation {
	display: flex;
    justify-content: space-between;
}
.h--header-navigation:after {
    content: none;
}
.h--header-navigation > .et_pb_column:first-child {
    width: 150px !important;
}
.h--header-navigation .h--nav-logo {
    width: 150px;
}
.h--header-navigation .et-last-child {
    width: 100% !important;
    display: flex;
    justify-content: end;
}
.h--header-navigation .h--nav-menu {
    height: 100%;
}
.h--header-navigation .h--nav-menu .et_pb_menu_inner_container {
	height: 100%;
}
.h--header-navigation .et-menu .menu-item-has-children > a:after {
    top: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: "" !important;
    left: calc(50% - 10px);
    bottom: -20px;
    right: auto !important;
    visibility: hidden;
    opacity: 0;
	transition: all .3s ease-in-out;
    transition-delay: 200ms;
}
.h--header-navigation .et-menu .menu-item-has-children:hover > a:after {
	visibility: visible;
    opacity: 1;
	transition-delay: 0ms;
}
.h--header-navigation ul#menu-main-menu a,
.h--header-navigation ul#menu-legal a {
    transition: all 0s;
}
.h--header-navigation ul#menu-main-menu > li,
.h--header-navigation ul#menu-legal > li {
    padding: 20px 10px;
    margin: 0 15px;
	align-items: end;
	text-decoration: none !important;
}
.h--header-navigation ul#menu-main-menu li.current-menu-item,
.h--header-navigation ul#menu-legal li.current-menu-item {
    text-decoration: underline;
}
.h--header-navigation ul#menu-main-menu > li.current-menu-ancestor > a,
.h--header-navigation ul#menu-legal > li.current-menu-ancestor > a {
	font-family:"Frutiger LT W04_87 Exra Blk Cn", Helvetica, Arial;
	font-size: 18px;
	line-height: 16px;
}
.h--header-navigation ul#menu-main-menu > li:last-child,
.h--header-navigation ul#menu-legal > li:last-child {
    padding-right: 0;
    margin-right: 10px;
}
.h--header-navigation ul#menu-main-menu > li > a,
.h--header-navigation ul#menu-legal > li > a {
    padding: 0;
	font-size: 16px;
	font-family:"Frutiger Cn for Novo INDD W04B", Helvetica, Arial;
}
.h--header-navigation ul#menu-main-menu > li > .sub-menu > li > a,
.h--header-navigation ul#menu-legal > li > .sub-menu > li > a {
	font-family:"Frutiger Cn for Novo INDD W04B", Helvetica, Arial;
	font-size: 16px;
    line-height: 16px;
}
.h--header-navigation ul#menu-main-menu > li > ul.sub-menu,
.h--header-navigation ul#menu-legal > li > ul.sub-menu {
    position: fixed;
    top: 71px;
    left: calc(50% - 500px);
    width: 100%;
	max-width: 1000px;
	display: flex;
    flex-direction: row;
    border-top: 0;
    background: #fff !important;
	padding: 30px 0 16px;
	box-shadow: none;
	transition: all .3s ease-in-out;
	transition-delay: 200ms;
	opacity: 0;
    visibility: hidden;
}
.h--header-navigation ul#menu-main-menu > li:hover > ul.sub-menu,
.h--header-navigation ul#menu-legal > li:hover > ul.sub-menu {
	opacity: 1;
    visibility: visible;
	transition-delay: 0ms;
}
.logged-in .h--header-navigation ul#menu-main-menu > li > ul.sub-menu,
.logged-in .h--header-navigation ul#menu-legal > li > ul.sub-menu {
	top: 103px;
}
.h--header-navigation ul#menu-main-menu > li > ul.sub-menu:before,
.h--header-navigation ul#menu-legal > li > ul.sub-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-100vw / 2 + 1000px / 2);
    width: 100vw;
    background: #fff;
    height: 100%;
	box-shadow: 0px 5px 10px -6px rgb(0 19 137 / 40%);
}
.h--header-navigation ul#menu-main-menu > li > ul.sub-menu > li,
.h--header-navigation ul#menu-legal > li > ul.sub-menu > li {
    display: flex;
    flex-direction: column;
	padding-left: 0;
}
.h--header-navigation ul#menu-main-menu > li > ul.sub-menu > li a,
.h--header-navigation ul#menu-legal > li > ul.sub-menu > li a {
	color: #090b3e !important;
	padding: 0 20px 0 0;
}
.h--header-navigation ul#menu-main-menu > li > ul.sub-menu > li a:hover,
.h--header-navigation ul#menu-legal > li > ul.sub-menu > li a:hover {
    opacity: 1;
    background: transparent;
}
.h--header-navigation ul#menu-main-menu > li > ul.sub-menu > li > ul.sub-menu,
.h--header-navigation ul#menu-legal > li > ul.sub-menu > li > ul.sub-menu {
    position: relative;
    visibility: hidden;
    opacity: 1;
    border: none;
    box-shadow: none;
	left: auto;
    top: auto;
	padding: 20px 0 0;
	line-height: 16px;
	transition: all .3s ease-in-out;
	transition-delay: 200ms;
}
.h--header-navigation ul#menu-main-menu > li:hover > ul.sub-menu> li > ul.sub-menu,
.h--header-navigation ul#menu-legal > li:hover > ul.sub-menu> li > ul.sub-menu {
	visibility: visible;
	transition-delay: 0ms;
}
.h--header-navigation ul#menu-main-menu > li > ul.sub-menu > li > ul.sub-menu li,
.h--header-navigation ul#menu-legal > li > ul.sub-menu > li > ul.sub-menu li {
    padding: 0;
}
.h--header-navigation ul#menu-main-menu > li > ul.sub-menu > li > ul.sub-menu li a,
.h--header-navigation ul#menu-legal > li > ul.sub-menu > li > ul.sub-menu li a {
    font-weight: 400;
	padding: 0 20px 0 0;
    font-size: 16px;
    line-height: 16px;
	margin-bottom: 10px;
}
.h--header-navigation ul#menu-main-menu > li > ul.sub-menu > li > ul.sub-menu li a:last-child,
.h--header-navigation ul#menu-legal > li > ul.sub-menu > li > ul.sub-menu li a:last-child {
	margin-bottom: 0;
}
.h--header-navigation .et-menu > li ul.sub-menu .menu-item-has-children:hover > a:after {
	content: none !important;
}
.disturber-big .menu-disturber-box {
    min-width: 300px !important;
	padding: 10px;
	max-height: 119px;
}
.disturber-big .menu-disturber-box a {
	border: 2px solid #FFFFFF;
}
.disturber-big .menu-disturber-box a:hover {
    border-color: #fff !important;
}
.menu-disturber-box {
    z-index: 1;
    padding: 0;
    background-image: linear-gradient(135deg,#0a0b41 0%,#011385 100%)!important;
	margin-left: auto;
	margin-top: -14px;
}
.menu-disturber-box span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    font-family: "Frutiger LT W04_87 Exra Blk Cn";
}
.menu-disturber-box a {
    display: block;
    float: right;
    background: transparent;
    padding: 10px 30px !important;
    line-height: 16px !important;
    font-family: "Frutiger Cn for Novo INDD W04B", Helvetica, Arial;
    border-radius: 0;
    color: #FFFFFF!important;
    border: 2px solid #090d3e;
    font-size: 16px;
	cursor: pointer;
}
.menu-disturber-box a:hover {
    background-color: #090d3e !important;
    opacity: 1;
    border-color: #090d3e !important;
}
.menu-disturber-box a:after {
	content: none;
}
@media screen and (max-width: 980px) {
	.h--header-navigation {
		flex-direction: row !important;
	}
	.h--header-navigation .et_pb_column {
		margin: 0;
	}
	.h--header-navigation .h--nav-logo {
		width: 100px;
		margin: 10px 0 !important;
		display: flex;
	}
	.h--header-navigation .et_pb_column .et_pb_code_inner {
		display: flex;
	}
	.et_mobile_nav_menu {
		margin: 0 !important;
	}
	.et_pb_module .mobile_menu_bar:before {
		top: 0;
		color: #fff !important;
	}
	.mobile_nav.opened .mobile_menu_bar:before {
		content: "\4d" !important;
	}
	ul#mobile_menu1 {
		position: fixed;
		left: 0;
		top: 51px;
		padding: 5px 0 0;
		overflow-y: scroll;
		max-height: calc(100vh - 51px);
		background-image: linear-gradient(135deg,#0a0b41 0%,#011385 100%)!important;
	}
	ul#mobile_menu1 > li {
		border-bottom: 1px solid #fff;
		position: relative;
	}
	ul#mobile_menu1 > li:last-child {
		border: none;
	}
	ul#mobile_menu1 > li.menu-item-has-children:after {
 		content: "+";
		color: #fff;
		position: absolute;
		right: 25px;
		top: 10px;
	}
	ul#mobile_menu1 > li.menu-item-has-children.current-menu-ancestor:after,
	ul#mobile_menu1 > li.menu-item-has-children.active-menu:after {
		content: "-";
		right: 27px;
	}
	ul#mobile_menu1 > li > a {
		padding: 10px 15px;
	}
	ul#mobile_menu1 > li.menu-item-has-children > a {
		pointer-events: none !important;
	}
	ul#mobile_menu1 > li > ul.sub-menu {
		background-color: #fff !important;
		max-height: 0;
		visibility: hidden !important;
		opacity: 0;
		padding: 0;
		margin-bottom: -1px;
	}
	ul#mobile_menu1 > li > ul.sub-menu > li {
		padding: 0;
	}
	ul#mobile_menu1 > li > ul.sub-menu > li:last-child {
		border: none;
	}
	ul#mobile_menu1 > li > ul.sub-menu > li > a {
		border-bottom: 1px solid #090d3e;
		padding: 0;
		visibility: hidden !important;
		max-height: 0;
	}
	ul#mobile_menu1 > li.current-menu-ancestor > ul.sub-menu, 
	ul#mobile_menu1 > li.active-menu > ul.sub-menu {
		max-height: 100%;
		visibility: visible !important;
		opacity: 1;
	}
	ul#mobile_menu1 > li.current-menu-ancestor > ul.sub-menu a, 
	ul#mobile_menu1 > li.active-menu > ul.sub-menu a {
		visibility: visible !important;
		max-height: 100%;
		padding: 10px 15px 7px 30px;
	}
	ul#mobile_menu1 > li > ul.sub-menu > li > ul.sub-menu {
/* 		max-height: 0;
		visibility: hidden !important;
		opacity: 0; */
		padding: 0;
	}
/* 	ul#mobile_menu1 > li > ul.sub-menu > li.current-menu-ancestor > ul.sub-menu {
		max-height: 100%;
		visibility: visible !important;
		opacity: 1;
	} */
	ul#mobile_menu1 > li > ul.sub-menu > li > ul.sub-menu li {
		padding: 0;
	}
	ul#mobile_menu1 > li > ul.sub-menu > li > ul.sub-menu li:last-child {
		border: none;
	}
	ul#mobile_menu1 > li > ul.sub-menu > li > ul.sub-menu li a {
		padding: 10px 15px 7px 45px;
		border-bottom: 1px solid #090d3e;
	}
	.h--header-navigation a {
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
		-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
		outline: none !important;
	}
	.menu-disturber-box {
		display: none;
	}
}
@media screen and (min-width: 981px) and (max-width: 1100px) {
	.h--header-navigation ul#menu-main-menu > li,
	.h--header-navigation ul#menu-legal > li {
		margin: 0 5px;
	}
}
@media screen and (min-width: 981px) and (max-width: 1180px) {
	.et-menu li li a {
		width: 200px;
	}
	.nav li ul {
		width: 200px;
	}
	.h--header-navigation ul#menu-main-menu > li > ul.sub-menu,
	.h--header-navigation ul#menu-legal > li > ul.sub-menu {
		left: calc(50% - 475px);
		max-width: 950px;
	}
	.h--header-navigation ul#menu-main-menu > li > ul.sub-menu:before,
	.h--header-navigation ul#menu-legal > li > ul.sub-menu:before {
		left: calc(-100vw / 2 + 950px / 2);
	}
}



/************************************************/
/**************** SLIDER STYLES *****************/
/************************************************/
.h--main-slider:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: linear-gradient(180deg,#ffffff00 0%,#ffffff00 85%, #ffffff 100%)!important;
    pointer-events: none;
}
.h--main-slider .et_pb_slides .et_pb_slide {
		background: transparent;
	}
.h--main-slider .et_pb_slide_title {
	display: none;
}
.h--main-slider h1 {
    color: #090b3e !important;
    font-family: "Frutiger LT W04_87 Exra Blk Cn", Helvetica, Arial;
    padding-bottom: 15px; 
}
.h--main-slider h2,
.h--main-slider h2 span {
	color: #090b3e !important;
	font-family:"Frutiger Cn for Novo INDD W04B", Helvetica, Arial;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 10px;
}
.h--main-slider .et-pb-controllers {
	z-index: 12;
}
.h--main-slider .et-pb-controllers a {
    height: 8px;
    width: 8px;
    margin-right: 5px;
	background-color: #96a2c1 !important;
}
.h--main-slider .et-pb-controllers a.et-pb-active-control {
	background-color: #090d3e !important;
}
@media screen and (min-width: 1600px) {
	.h--main-slider .et_pb_container {
		max-width: 1400px !important;
	}
	.h--main-slider .et_pb_slide_with_image .et_pb_slide_description {
		padding-left: 200px !important;
	}
}
@media screen and (min-width: 961px) {
	.h--main-slider .et_pb_slides .et_pb_slide {
		min-height: calc(100vh - 142px);
		background-size: cover;
	}
	.et_pb_slide_video {
		right: 0;
		margin: 0;
		max-width: 700px;
		width: 50%;
	}
	.et_pb_slide_video .mejs-controls {
		display: none;
	}
	.h--main-slider .et_pb_slide_with_image .et_pb_slide_description {
		float: left;
		width: 50%;
		max-width: 700px;
		padding-right: 0 !important;
	}
	.h--main-slider.our-story .et_pb_slide_with_image .et_pb_slide_description {
		max-width: 550px;
	}
	.h--main-slider .et_pb_slide_image {
		right: 0;
		margin: 0;
		max-width: 700px;
		width: 50%;
	}
	.h--main-slider.our-story .et_pb_slide_image {
		width: 100%;
		max-width: 850px;
	}
	.h--main-slider .et_pb_slide_image img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 85vh !important;
	}
}
@media screen and (max-width: 960px) {
	.h--main-slider:after {
		background-image: linear-gradient(180deg,#ffffff00 0%,#ffffff00 90%, #ffffff 100%)!important;
	}
	.h--main-slider .et_pb_slide {
		padding: 0 15px 10%;
	}
	.h--main-slider h2, .h--main-slider h2 span {
		font-size: 16px;
		line-height: 18px;
		padding-bottom: 5px;
	}
	.h--main-slider p {
		font-size: 14px !important;
		line-height: 16px;
	}
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	.h--main-slider .et_pb_slides .et_pb_slide {
		display: flex;
		align-items: center;
		height: 100%;
		padding: 40px 0 !important;
	}
	.h--main-slider .et_pb_slides .et_pb_slider_container_inner {
		display: flex;
		justify-content: space-between;
		padding: 0 15px;
	}
	.h--main-slider .et_pb_slider_container_inner > div {
		width: 49%;
		margin: 0;
	}
	.h--main-slider .et_pb_slide_image {
		position: relative;
		float: right;
		top: 0 !important;
		margin: 0 !important;
		order: 2;
	}
	.h--main-slider .et_pb_slide_description {
		order: 1;
	}
}



/************************************************/
/********** SHADOW BOX SECTION STYLES ***********/
/************************************************/
div#h-shadow-box .et_pb_column {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
	flex-wrap: wrap;
}
div#h-shadow-box .et_pb_column .et_pb_module {
	display: flex;
    align-items: center;
    text-align: center;
    flex-basis: calc(16.5% - 10px);
    box-shadow: 0px 0px 5px 1px grey;
    margin: 10px 0;
	padding: 15px 0;
	transition: all 0.5s ease;
	min-height: 160px;
}
div#h-shadow-box .et_pb_column .et_pb_module:hover {
    box-shadow: none;
    margin: 0;
    background-color: #090d3e;
	color: #fff;
}
div#h-shadow-box .et_pb_column .et_pb_module .et_pb_text_inner {
    width: 100%;
}
div#h-shadow-box .et_pb_column .et_pb_module p {
    padding: 20px 10px;
	font-weight: 700;
	cursor: default;
}
div#h-shadow-box.icons-box .et_pb_column .et_pb_module {
    padding: 120px 0 15px;
}
div#h-shadow-box.icons-box .et_pb_column .et_pb_module:before {
	width: 60%;
    height: 95px;
    position: absolute;
    top: 20px;
    left: 20%;
    right: 20%;
	transition: all .5s ease;
	opacity: 1;
}
div#h-shadow-box.icons-box .et_pb_column .et_pb_module:hover:before {
	top: 30px;
	opacity: 0;
}
div#h-shadow-box.icons-box .et_pb_column .et_pb_module:after {
    width: 60%;
    height: 95px;
    position: absolute;
    top: 20px;
    left: 20%;
    right: 20%;
    transition: all .5s ease;
	opacity: 0;
}
div#h-shadow-box.icons-box .et_pb_column .et_pb_module:hover:after {
    top: 30px;
	opacity: 1;
}
@media screen and (max-width: 960px) {
	div#h-shadow-box .et_pb_column .et_pb_module {
		flex-basis: calc(50% - 10px);
	}
}



/************************************************/
/********** TECHNOLOGY SECTION STYLES ***********/
/************************************************/
.technologies .et_pb_column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.technologies .et_pb_column .et_pb_module {
    width: 24%;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.technologies .et_pb_column .et_pb_module {
		width: 48%;
	}
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	.technologies .et_pb_column .et_pb_module {
		width: 32%;
	}
}



/************************************************/
/********* TESTIMONIALS SECTION STYLES **********/
/************************************************/
div#testimonials h4 {
    padding: 0;
}



/************************************************/
/*************** CAROUSEL STYLES ****************/
/************************************************/
.wdcl_image_carousel {
	max-height: 100px;
	overflow: hidden;
	transition: opacity .3s ease-in;
}
.wdcl_image_carousel .slick-track {
    display: flex;
	align-items: center;
}
.wdcl_image_carousel .slick-slide {
    display: flex;
    justify-content: center;
}
.wdcl_image_carousel_child figure img {
    width: 100%;
    max-height: 100px;
}
.h--awards .wdcl_image_carousel_child figure img {
    max-height: 160px;
}
.wdcl_image_carousel .slick-arrow {
    background: transparent !important;
	display: none !important;
}
.wdcl_image_carousel .content {
	display: none;
}
.wdcl_image_carousel_0 .slick-prev {
    left: -15px !important;
}
.wdcl_image_carousel_0 .slick-next {
	right: -15px !important;
}
@media screen and (min-width: 961px) {
	.h--awards {
		width: 80% !important;
	}
}

/************************************************/
/***************** AWARDS STYLES ****************/
/************************************************/
.h--awards {
    margin-bottom: 50px !important;
    overflow: hidden;
}
.et_pb_gutters3 .h--awards .et_pb_column {
	margin-right: 4px;
	width: calc(50% - 2px);
	display: block;
}
.h--awards p {
    padding-bottom: 0;
}
.h--awards .et_pb_module {
    min-height: 156px;
    margin-bottom: 50px !important;
}
.h--awards .et_pb_with_border {
    min-height: auto;
}
.h--awards .et_pb_with_border p {
	font-family:"Frutiger LT W04_77 Black Cond";
	font-size: 30px;
	line-height: 36px;
}
.h--awards.wdcl_image_carousel {
	max-height: 160px;
	width: 100% !important;
}
@media screen and (max-width: 960px) {
	.et_pb_gutters3 .h--awards .et_pb_column {
		width: 100%;
	}
	.h--awards {
		margin-bottom: 0px !important;
	}
	.h--awards:after {
		content: none !important;
	}
	.h--awards .et_pb_row .et_pb_module {
		background-size: 100px auto;
		min-height: auto;
		margin: 0 15px 20px !important;    
	}
	.h--awards .et_pb_row .et_pb_module:first-child:after {
		content: none !important;
	}
	.h--awards .et_pb_row:nth-child(odd) .et_pb_module {   
		padding-left: 120px!important;
	}
	.h--awards .et_pb_row:nth-child(odd) .et_pb_module:first-child {
		padding-left: 0 !important;
	}
	.h--awards .et_pb_row:nth-child(even) .et_pb_module {   
		padding-right: 120px!important;
	}
	.h--awards .et_pb_row:nth-child(even) .et_pb_module:first-child {
		padding-right: 0 !important;
	}
}



/************************************************/
/************ OFFICES SECTION STYLES ************/
/************************************************/
div#offices .et_pb_gallery_items .et_pb_gallery_item {
    width: calc(33.3% - 13px);
    margin-right: 20px;
	margin-bottom: 20px;
}
div#offices .et_pb_gallery_items .et_pb_gallery_item:nth-child(3n) {
    margin-right: 0;
}
div#offices .et_pb_gallery_items .et_pb_gallery_item a {
    height: 100%;
    display: block;
}
.mfp-bottom-bar {
    display: none;
}
@media screen and (max-width: 960px) {
	div#offices .et_pb_gallery_items {
		justify-content: space-between;
		display: flex;
		flex-wrap: wrap;
	}
	div#offices .et_pb_gallery_items .et_pb_gallery_item {
		width: calc(50% - 10px);
		margin-right: 0;
		margin-bottom: 20px;
	}
}



/************************************************/
/************ ADDRESS SECTION STYLES ************/
/************************************************/
.h-address .et_pb_column {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
}
.h-address .et_pb_column .et_pb_module:first-child {
    margin-right: 30px;
}
.h-address .et_pb_column .et_pb_module.map-location {
    display: block;
    width: 100%;
}



/************************************************/
/********** BORDER BOX SECTION STYLES ***********/
/************************************************/
.h--border-boxes {
    display: flex;
}
.h--border-boxes .et_pb_column {
    box-shadow: 0px 0px 10px -1px rgb(0 19 137 / 40%);
	transition: all .3s ease-in-out;
	min-height: 100%;
}
.h--border-boxes .et_pb_column:hover {
    box-shadow: 0px 0px 10px -1px rgb(0 19 137 / 70%);
}
.h--border-boxes .et_pb_column .et_pb_module h4 {
	font-family:"Frutiger LT W04_77 Black Cond";
}
.h--border-boxes .et_pb_column .et_pb_module a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 30px 15px 20px;
}
@media screen and (max-width: 960px) {
	.h--border-boxes {
		align-items: center;
	}
	.h--border-boxes .et_pb_column {
		max-width: 320px;
		margin-bottom: 20px !important;
	}
}
@media screen and (min-width: 690px) and (max-width: 960px) {
	.h--border-boxes {
		justify-content: space-between;
		flex-direction: row !important;
		flex-wrap: wrap;
	}
	.h--border-boxes .et_pb_column.et-last-child, .et_pb_row.h--border-boxes .et_pb_column:last-child {
		margin: 0 auto 20px !important;
	}
}


/************************************************/
/********** OVERLAY BOX SECTION STYLES **********/
/************************************************/
.h--overlay-boxes .et_pb_column {
    box-shadow: 0px 0px 10px -1px rgb(0 19 137 / 40%);
	transition: all .3s ease-in-out;
}
.h--overlay-boxes .et_pb_column:hover {
    box-shadow: 0px 0px 10px -1px rgb(0 19 137 / 70%);
}
.h--overlay-boxes .et_pb_column .et_pb_image_wrap:after {
    content: "" !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background-color: rgb(9 13 62 / 40%);
}
.h--overlay-boxes .et_pb_module.et_pb_text {
	position: absolute;
    bottom: 70px;
    left: 0;
	width: 100%;
	padding: 0 15px;
}
.h--overlay-boxes .et_pb_module.et_pb_text h4 {
	font-family:"Frutiger LT W04_77 Black Cond";
}
.h--overlay-boxes .et_pb_button_module_wrapper {
    position: absolute;
    bottom: 30px;
    left: 0;
	width: 100%;
}
@media screen and (max-width: 960px) {
	.h--overlay-boxes {
		display: flex;
		flex-direction: column;
	}
	.h--overlay-boxes .et_pb_column, 
	.h--overlay-boxes .et_pb_column:last-child {
		width: 100% !important;
		margin: 15px auto !important;
		max-width: 320px;
	}
	.et_pb_row.et_pb_row_3.h--overlay-boxes .et_pb_image_wrap, .et_pb_row.et_pb_row_3.h--overlay-boxes .et_pb_image_wrap img {
		width: 100%;
	}
}
@media screen and (min-width: 690px) and (max-width: 960px) {
	.h--overlay-boxes {
		justify-content: space-between;
		flex-direction: row !important;
		flex-wrap: wrap;
	}
	.h--overlay-boxes .et_pb_column.et-last-child, .et_pb_row.h--overlay-boxes .et_pb_column:last-child {
		margin: 0 auto 20px !important;
	}
}



/************************************************/
/********** OVERLAY BOX SECTION STYLES ***********/
/************************************************/
.h--single-overlay-img:after {
    content: "" !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background-color: rgb(9 13 62 / 40%);
}
.h--single-overlay-txt {
	position: absolute;
    bottom: 60px;
    left: 0;
	width: 100%;
	padding: 0 15px;
}
.h--single-overlay-txt p {
	padding-bottom: 0;
	font-family:"Frutiger Cn for Novo INDD W04 ", Helvetica, Arial;
}
.h--custom-overlay .et_pb_button_module_wrapper {
    position: absolute;
    bottom: 20px;
    right: 15px;
}
.h--custom-overlay .et_pb_image {
	margin-bottom: 0 !important;
}


/************************************************/
/*************** 2-1 SPLIT STYLES ***************/
/************************************************/
.h--2-1-split {
    display: flex;
}
.h--2-1-split.h--custom-overlay {
    align-items: flex-start;
}
.h--2-1-split .et_pb_column {
    min-height: 100%;
}
.h--2-1-split .et_pb_column:first-child {
	width: calc(66.6% - 7px);
}
.h--2-1-split .et_pb_column:last-child {
	width: calc(33.3% - 13px);
	display: flex;
    align-items: flex-start;
}
.h--2-1-split.center-text .et_pb_column:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.h--2-1-split .et_pb_text {
	background-size: 30px;
	background-position: top left;
}
@media screen and (max-width: 960px) {
	.h--2-1-split {
		flex-direction: column;
	}
	.h--2-1-split .et_pb_column {
		width: 100% !important;
	}
	.h--2-1-split .et_pb_column:first-child {
		width: calc(66.6% - 10px);
		order: 2;
	}
	.h--2-1-split .et_pb_column:last-child {
		order: 1;
		margin-bottom: 20px;
	}
}



/************************************************/
/*************** 1-2 SPLIT STYLES ***************/
/************************************************/
.h--1-2-split {
    display: flex;
}
.h--1-2-split.h--custom-overlay {
    align-items: flex-start;
}
.h--1-2-split .et_pb_column {
    min-height: 100%;
}
.h--1-2-split .et_pb_column:first-child {
	width: calc(33.3% - 10px);
	display: flex;
    align-items: flex-start;
	flex-direction: column;
}
.h--1-2-split .et_pb_column:last-child {
	width: calc(66.6% - 10px);
}
.h--1-2-split.center-text .et_pb_column:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.h--1-2-split .et_pb_text {
	background-size: 30px;
	background-position: top left;
}
@media screen and (max-width: 960px) {
	.h--1-2-split {
		flex-direction: column;
	}
	.h--1-2-split .et_pb_column {
		width: 100% !important;
	}
	.h--1-2-split .et_pb_column:first-child {
		margin-bottom: 20px;
	}
}



/************************************************/
/************* GRADIENT BOX STYLES **************/
/************************************************/
.h--gradient-box .et_pb_column:first-child {
	display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.h--gradient-box .et_pb_column:first-child .et_pb_module:last-child {
	margin-bottom: 0 !important;
}
.h--gradient-box .et_pb_column:last-child {
	min-height: 200px;
    background-image: linear-gradient(135deg,#0a0b41 0%,#011385 100%)!important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto !important;
    padding: 20px;
}
.h--gradient-box-title h4 {
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
	font-family:"Frutiger LT W04_87 Exra Blk Cn";
}
.h--gradient-box-txt p {
	padding-bottom: 0;
	font-family:"Frutiger Cn for Novo INDD W04 ", Helvetica, Arial;
}
.h--gradient-box .et_pb_button_module_wrapper {
    width: 100%;
    text-align: right;
}
.h--gradient-box .et-last-child .et-fb-mousetrap.et-fb-mousetrap--column {
    background-image: linear-gradient(90deg,#0a0b41 0%,#011385 100%);
}
@media screen and (max-width: 960px) {
	.h--gradient-box-title h4 {
		font-size: 18px;
	}
}



/************************************************/
/************** CONTACT FORM STYLES *************/
/************************************************/
.h--contact-form form > p {
    padding-bottom: 0px;
}
.h--contact-form form > p > label {
    font-family: "Frutiger Cn for Novo INDD W04B", Helvetica, Arial;
    font-size: 20px;
}
.h--contact-form .wpcf7-form-control {
    margin-top: 10px;
}
.h--contact-form .wpcf7-list-item {
    margin: 0;
	padding: 3px 0;
}
.h--contact-form .wpcf7-radio {
    display: flex;
    flex-direction: column;
}
.h--contact-form .wpcf7-checkbox {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
}
.h--contact-form .wpcf7-checkbox .wpcf7-list-item {
    width: calc(50% - 10px);
    margin-right: 20px;
}
.h--contact-form .wpcf7-checkbox .wpcf7-list-item:nth-child(even) {
    margin-right: 0;
}
.form-picker {
	padding-bottom: 40px;
}
.form-fields {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.form-field-wrap {
    padding-bottom: 0;
}
.form-field-wrap p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.form-field-wrap p span.wpcf7-form-control-wrap {
    width: calc(50% - 10px);
    margin-right: 20px;
}
.form-field-wrap.full-width p span.wpcf7-form-control-wrap {
	width: 100%;
	margin: 0;
}
.form-field-wrap p span.wpcf7-form-control-wrap:last-child {
    margin: 0;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    bottom: -17px;
}
.form-fields .wpcf7-not-valid-tip {
    top: 10px;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 2px solid #dc3232;
    color: transparent;
    pointer-events: none;
}
.form-fields .form-field-wrap:nth-child(3) span.wpcf7-not-valid-tip {
    width: 100%;
    pointer-events: none;
    position: relative;
    color: #dc3232 !important;
    border: none;
    padding: 0 0 10px;
}
.form-fields .form-field-wrap:nth-child(3) span.wpcf7-not-valid-tip:after {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: calc(100% - 4px);
    height: 27px;
    border: 2px solid #dc3232;
}
.form-text {
    margin-top: 15px;
}
.form-text p {
    padding: 0;
	font-size: 14px;
}
.form-agree {
    display: flex;
    flex-direction: row;
	margin-top: 10px;
    font-size: 14px;
	line-height: 14px;
}
.form-agree > p {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
	align-items: flex-end;
	padding: 0;
}
.form-agree > p span {
	display: flex;
    width: auto !important;
	margin: 0 !important;
	align-items: flex-end;
}
.form-agree > p span .wpcf7-list-item {
    margin-right: 0 !important;
	padding: 0;
}
.form-agree > p > a {
    padding-top: 0;
}
.form-submit-btn {
    width: 100%;
    margin-top: 0;
    display: flex;
    justify-content: center;
    padding: 0 0 25px;
}
.form-submit-btn input {
    width: auto;
    border: 2px solid #090d3e;
    margin: 0 !important;
    padding: 10px 50px;
    font-family: "Frutiger Cn for Novo INDD W04B", Helvetica, Arial;
    font-size: 18px;
    color: #fff;
    background-color: #090d3e;
    cursor: pointer;
    float: right;
	transition: all .3s ease-in-out;
}
.form-submit-btn input:hover {
	background-color: transparent;
	color: #090d3e;
}
span.wpcf7-spinner {
    display: none;
}
.wpcf7-response-output {
    display: none;
}
.form-agree .wpcf7-not-valid-tip {
    top: 3px;
    left: 0;
    width: 16px !important;
    height: 16px;
    border: 2px solid #dc3232;
    color: transparent;
    pointer-events: none;
}
@media screen and (max-width:449px) {
	.h--contact-form .wpcf7-checkbox .wpcf7-list-item {
		width: 100%;
		margin-right: 0;
	}
}
@media screen and (max-width: 960px) {
	.form-picker {
		width: 100%;
	}
	.form-fields {
		width: 100%;
	}
	.form-field-wrap p span.wpcf7-form-control-wrap {
		width: 100%;
		margin-right: 0;
	}
	.form-submit-btn {
		width: 100%;
		margin-top: 20px;
		justify-content: flex-start;
	}
}



/************************************************/
/************** FEATURE BOX STYLES **************/
/************************************************/
.h--feature-box {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.h--feature-box .et_pb_row {
    width: calc(33.3% - 13.3px);
    margin-left: 0;
    margin-right: 20px;
    margin-top: 0;
    box-shadow: 0px 0px 10px -1px rgb(0 19 137 / 40%);
    transition: all .3s ease-in-out;
    margin-bottom: 40px;
    min-height: 100%;
	padding: 20px 10px;
}
.h--feature-box .et_pb_row:hover {
	box-shadow: 0px 0px 10px -1px rgb(0 19 137 / 70%);
}
.h--feature-box.logo-box .et_pb_row {
    width: calc(33.3% - 13.3px);
    margin-left: 0;
    margin-right: 20px;
    margin-top: 0;
    box-shadow: 0px 0px 10px -1px rgb(0 19 137 / 40%);
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
    min-height: 100%;
	padding: 20px 10px;
}
.h--feature-box.logo-box .et_pb_row .et_pb_column .et_pb_module {
    margin-bottom: 0 !important;
}
.h--feature-box .et_pb_row h4 {
	font-family:"Frutiger LT W04_77 Black Cond";
	line-height: 30px;
	padding-bottom: 5px;
}
.h--feature-box .et_pb_row.dark-box {	
	background-image: linear-gradient(135deg,#0a0b41 0%,#011385 100%)!important;
}
.h--feature-box .et_pb_row .et_pb_image {
    margin-bottom: 25px !important;
}
body #page-container .h--feature-box .et_pb_row.dark-box .et_pb_button_module_wrapper a.et_pb_button {
	padding: 8px 40px !important;
}
.h--feature-box .et_pb_row.dark-box h4 {
    line-height: 34px;
}
.h--feature-box .et_pb_row.dark-box .et_pb_image {
    position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
    margin: 0;
    overflow: hidden;
}
.h--feature-box .et_pb_row.dark-box .et_pb_image span.et_pb_image_wrap {
    height: 100%;
    width: 100%;
    text-align: center;
}
.h--feature-box .et_pb_row.dark-box .et_pb_image img {
    max-height: 100%;
    width: auto;
}
@media screen and (max-width: 499px) {
	.h--feature-box .et_pb_row {
		width: 100%;
		margin-right: 0px;
	}
}
@media screen and (min-width: 500px) and (max-width: 960px) {
	.h--feature-box .et_pb_row {
		width: calc(50% - 10px);
	}
	.h--feature-box .et_pb_row:nth-child(2n) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 960px) {
	.h--feature-box {
		max-width: calc(100% - 30px);
	}
	.h--feature-box .et_pb_row {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 961px) {
	.h--feature-box .et_pb_row:nth-child(3n) {
		margin-right: 0px;
	}
}



/* ANCHORS */
.h--anchors {
	display: none;
    position: fixed;
    top: 71px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 0px 10px -1px rgb(0 19 137 / 40%);
    max-height: 46px !important;
    overflow: hidden;
}
.logged-in .h--anchors {
    top: 103px;
}
.h--anchors .et_pb_row {
    padding: 15px 0 10px;
}
.h--anchors .et_pb_column {
    display: flex;
    flex-direction: row;
}
.h--anchors .et_pb_column * {
    font-family: "Frutiger Cn for Novo INDD W04B", Helvetica, Arial;
    color: #090d3e !important;
}
.h--anchors .et_pb_column .et_pb_module {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    margin: 0;
	margin-right: 50px;
}
.h--anchors .et_pb_column .et_pb_module a:after {
    content: attr(data-text);
    content: attr(data-text) / "";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
}
.h--anchors .et_pb_column .et_pb_module a.active,
.h--anchors .et_pb_column .et_pb_module a:hover {
	text-decoration: underline;
}
@media screen and (min-width: 961px) {
	.h--anchors {
		display: block;
	}
}



/************************************************/
/***************** FOOTER STYLES ****************/
/************************************************/
footer .et_pb_section {
    padding-top: 0 !important;
}
footer .h--footer-intro {
    display: flex;
	justify-content: space-between;
	display: none !important;
}
footer .h--footer-intro:after {
	content: none !important;
}
footer .h--footer-intro .et_pb_column.et-last-child {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 33.3%;
}
footer .h--footer-intro .et_pb_column.et-last-child .et_pb_module.et_pb_image {
	margin: 0;
    display: flex;
    flex-direction: column;
}
footer .h--footer-intro .et_pb_column.et-last-child .et_pb_image_wrap {
	margin-bottom: 10px;
	text-align: center;
}
footer .h--footer-intro .et_pb_column.et-last-child .et_pb_module.et_pb_image:after {
    color: #fff;
	line-height: 18px;
	text-align: center;
}
footer .h--footer-intro .et_pb_column.et-last-child img {
    height: 40px;
}
footer .h--footer-intro h3 {
	padding-bottom: 0;
}
footer .h--footer-intro h4 {
	padding-bottom: 12px;
	font-family:"Frutiger Cn for Novo INDD W04B", Helvetica, Arial;
}
footer .h--footer-menu {
	display: flex;
}
footer .h--footer-menu .et_pb_column:first-child {
	display: flex;
	height: 18px;
	margin-top: 12px;
}
footer .h--footer-menu .et_pb_column:first-child img {
    width: 170px;
}
footer .h--footer-menu .et_pb_column.et-last-child {
    width: 100%;
	display: flex;
    justify-content: flex-end;
	margin-left: 100px;
}
footer .h--footer-menu .et_pb_column.et-last-child .et_pb_module {
    max-width: 150px;
}
footer .et_pb_menu__menu {
    width: 100%;
}
footer nav.et-menu-nav {
    width: 100%;
}
footer ul#menu-horisen-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	margin: 0;
	width: 100%;
    justify-content: space-between;
}
footer ul#menu-horisen-footer li {
    display: flex;
    flex-direction: column;
	padding: 0;
}
footer ul#menu-horisen-footer > li > a {
	font-family:"Frutiger Cn for Novo INDD W04B", Helvetica, Arial;
	font-size: 16px;
	padding-bottom: 20px;
	padding-right: 0;
}
footer ul#menu-horisen-footer > li > a:after {
	content: none;
}
footer ul#menu-horisen-footer li ul.sub-menu {
    visibility: visible;
    opacity: 1;
	position: relative;
    top: 0;
	width: auto;
	border: none;
	padding: 0;
	box-shadow: none !important;
}
footer ul#menu-horisen-footer li ul.sub-menu li {
    padding-left: 0;
}
footer ul#menu-horisen-footer li ul.sub-menu li a {
    padding: 0;
	font-size: 16px;
    opacity: .5;
}
footer ul#menu-horisen-footer li ul.sub-menu li a:hover {
	opacity: 1;
}
footer .et-menu li li a {
	width: auto;
}
footer .h--footer-info .et_pb_row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
footer .h--footer-info .et_pb_row:after {
    content: none;
}
footer .h--footer-info .et_pb_row .et_pb_column {
    width: auto;
	display: flex;
    flex-direction: row;
}
footer .h--footer-info .et_pb_row .et_pb_column.et-last-child p:hover {
	opacity: .7;
	transition: all .3s ease-in-out;
}
@media screen and (max-width: 768px) {
	footer .h--footer-menu .et_pb_column.et-last-child {
		justify-content: flex-start;
	}
	footer .h--footer-menu .et_pb_column:first-child {
		margin-bottom: 10px !important;
	}
}
@media screen and (max-width: 960px) {
	footer .h--footer-intro {
		flex-direction: column;
	}
	footer .h--footer-menu .et_pb_column.et-last-child {
		margin-left: 0;
	}
	footer .h--footer-info .et_pb_row {
		flex-direction: column;
	}
	footer .h--footer-info .et_pb_row .et_pb_column {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	footer .h--footer-info .et_pb_row .et_pb_column:last-child {
		margin-bottom: 0;
	}
	footer .h--footer-info .et_pb_row .et_pb_column .et_pb_module {
		margin-bottom: 5px !important;
	}
	footer .et_pb_section:first-child {
		display: flex;
		flex-direction: column;
	}
	footer .et_pb_row.h--footer-intro {
		order: 2;
	}
	footer .et_pb_row.h--footer-intro .et_pb_column.et-last-child {
		margin-top: 20px;
		justify-content: flex-start;
	}
	footer .et_pb_row.h--footer-intro .et_pb_column.et-last-child img {
		height: 30px;
	}
	footer .et_pb_row.h--footer-intro .et_pb_column.et-last-child .et_pb_module.et_pb_image {
		margin-right: 15px;
	}
	footer .et_pb_row.h--footer-intro .et_pb_column.et-last-child .et_pb_module.et_pb_image:after {
		font-size: 14px;
	}
	footer .et_pb_row:nth-child(2) {
		display: none;
	}
	footer .et_pb_row.h--footer-menu {
		order: 1;
	}
	footer .h--footer-menu .et_pb_column:last-child {
/* 		display: none; */
	}
}



/************************************************/
/**************** 404 PAGE STYLES ***************/
/************************************************/
.h--404-slider .et_pb_slide_image {
	width: 100%;
}
.h--404-teaser .et_pb_row {
    position: absolute;
    bottom: -100%;
    left: calc(50% - 500px);
    width: 1000px;
	z-index: 12;
}
.h--404-teaser .h--gradient-box .et_pb_column:last-child {
    min-height: auto;
	height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.h--404-teaser .h--gradient-box-txt {
    width: 100%;
	padding: 0;
}
@media screen and (max-width: 960px) {
	.h--404-teaser .et_pb_row {
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
		padding: 0 15px;
		display: flex;
		flex-direction: column;
	}
}


/* CAREERS */
#careers {
    display: flex;
    flex-direction: column;
	justify-content: stretch;
}
#careers > div {
    width: 100%;
    max-width: 400px;
    align-self: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px !important;
    border: none;
    box-shadow: 0px 0px 10px -1px rgb(0 19 137 / 40%);
    transition: all .3s ease-in-out;
}
#careers > div:last-child {
	margin-right: 0 !important;
}
#careers > div:hover {
	box-shadow: 0px 0px 10px -1px rgb(0 19 137 / 70%);
}
#careers .career--category {
    min-height: 100%;
    height: auto;
}
#careers .career--category-image-wrap {
    margin-bottom: 10px;
    height: 214px;
    position: relative;
}
#careers .career--category-image {
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
	background-size: cover;
}
#Development .career--category-image {
    background-image: url(https://www.horisen.com/wp-content/uploads/2023/07/Career-Page_Developement.jpg);
}
#Finance .career--category-image {
	background-image: url(https://www.horisen.com/wp-content/uploads/2023/07/Career-Page_Marketing.jpg);
}
#Customer-Support .career--category-image {
	background-image: url(https://www.horisen.com/wp-content/uploads/2023/07/Career-Page_Technical-Support.jpg);
}
#careers .career--category-image:after {
    content: "" !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(9 13 62 / 40%);
}
#careers .career--category-title {
    position: absolute;
    bottom: 17px;
    left: -1px;
    width: 73%;
    padding: 2px 10px;
    font-family: "Frutiger LT W04_77 Black Cond", Helvetica, Arial;
    font-size: 18px;
    color: #090d3e !important;
    background-color: #fff !important;
    text-transform: uppercase;
}
#careers .career--category-text-wrap {
	padding: 5px 10px;
}
#careers .career--category-description {
    margin-bottom: 10px;
    height: 62px;
    overflow: hidden;
}
#careers .career--category-jobs {
    padding: 0 0 10px 20px;
    list-style-type: disclosure-closed;
}
#careers .career--category-jobs a {
    color: #090d3e;
    transition: all .25s ease;
}
#careers .career--category-jobs a:hover {
    color: #3cc9ff;
}
.h--careers-detail-hero .et_pb_text_inner > a {
    pointer-events: none;
    color: #090d3e;
    font-size: 24px;
}
.h--careers-detail-hero .et_pb_button_module_wrapper {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.h--careers-content h4 {
    padding-top: 10px !important;
}
.h--careers-content p {
    padding-bottom: 15px !important;
}
.h--careers-content ul {
    padding-bottom: 15px !important;
}
@media screen and (min-width: 961px) {
	#careers {
		flex-direction: row;
	}
	#careers > div {
		width: calc(33.3% - 13.3px) !important;
		max-width: auto;
		margin-right: 20px !important;
		align-self: stretch;
	}
}



/* CAREER POPUP */
.h--career-popup {
    opacity: 0;
    visibility: hidden;
	z-index: -1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(9, 13, 62, 0.8);
    padding: 102px 0 30px !important;
    display: flex;
    align-items: center;
}
.h--career-popup.active {
	opacity: 1;
    visibility: visible;
	z-index: 100;
	transition: all .3s ease;
}
.h--career-popup .et_pb_row {
    background-color: #fff;
    padding: 60px 10%;
	bottom: -100%;
}
.h--career-popup.active .et_pb_row {
    bottom: 0;
	transition: all .5s ease;
}
.h--career-popup .form-submit-btn {
	margin-top: 20px;
}
.h--career-popup .wpcf7-not-valid-tip {
    bottom: -24px;
}
.career-form-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
    z-index: 1;
}
#job-disturber.active {
    right: 0;
}


