body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color: #cccccc;}body {}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}a:focus,img:focus{outline: none;}button::-moz-focus-inner,img::-moz-focus-inner{border: 0;}*:focus { outline: 0; }


*{
	margin:0;
	padding:0;
	font-size:17px;
	line-height:24px;
	font-family: basic-sans, sans-serif;
	font-weight:300;
	text-rendering: optimizeLegibility;
}

body {
	margin:0;
	padding:0;
	max-width:100%;
	min-height:100%;
	background:#000;
}

html {
	height:100%;
	color:#000; 
	background:#000;
	scroll-behavior: smooth;
}

div {
	font-size:inherit;	
	line-height:inherit;
}

h1,h2,h3,h4,h5 {font-size:46px; margin-bottom:24px; color:#232123; font-weight:600; line-height:46px; font-family: "century-gothic";  }
h2 {font-size:40px; line-height:42px;}
h3 {font-size:34px; line-height:36px;}
h4 {font-size:28px; line-height:32px;}
h5 {font-size:28px; line-height:28px;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {font-weight:700;}

.heading-style {
	font-size:30px; color:#232123; font-weight:500; line-height:28px; font-family: "century-gothic";
}

.preheader {
	font-weight:400;
	text-transform: uppercase;
	letter-spacing:0.06em;
	font-size:15px;
	line-height:20px;
	font-family: basic-sans;
	margin-bottom:6px;
}

.centered {
	text-align:center;
}

.coloured {
	color:#ffaf0e !important;	
}
.coloured-tm {
	color:#42b93a !important;	
}
.underlined {
	text-decoration:underline;	
}
.promin {
	font-size:22px;
	line-height:30px;
	font-weight:400;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

ul {
	margin-bottom:24px;
}

ul li {
	margin:12px 0;
}
.content-ul li {
	list-style:disc;
	margin-left:16px;
}

ol {
	margin-bottom:24px;
}

ol li {
	margin:12px 0;
}

.numbered-ol li {
	list-style:decimal;
	margin-left:16px;
}



br {
	line-height:inherit;
}

a {
	color:#ffaf0e;
	font-weight:inherit;
	font-family:inherit;
	text-decoration:none; 
	font-size:inherit; 
	line-height:inherit;
	transition:color 0.4s;
	-webkit-transition:color 0.4s;
	font-style:inherit;
}
a:hover {
	color:#787166;
}

p a {
	text-decoration:underline;
}

sup {
	font-size:10px;
	line-height:10px;
}


p {
	margin-bottom:26px;
	font-size:inherit;	
}

.std-p {
	font-size:15px;
	line-height:25px;
	margin-bottom:20px;
}

.clr, .hs-clr {
	clear:both; 
	height:0;
}

hr {
	margin:50px 0;	
	border-top:1px solid #e3e4ea;
	border-bottom:none;
	background:none;
	border-left:none;
	border-right:none;
}

.break-sm {
	margin:30px 0;	
}

.break-md {
	margin:40px 0;	
	border-top:1px solid #dedede;
}

.break-lg {
	margin:60px 0;	
}

.nomargin {
	margin:0;	
}


strong, b { 
	font-size:inherit; 
	font-style:inherit;
	line-height:inherit;
	font-weight: 600;
	font-family: inherit;
}

em, i {
	font-style: italic;
	font-size:inherit; 
	line-height:inherit;
	font-family: inherit;
}

strike { 
	font-size:inherit; 
	font-style:inherit;
	line-height:inherit;
}

span {
	font-weight:inherit; 
	font-size:inherit; 
	line-height:inherit; 
	font-family:inherit;
}

p {
	line-height:inherit;	
}

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

.spacer {
	margin:0 10px;	
}

.mobileonly {
	display:none;	
}

/** PAGE STYLES **/

#site-wrap {
	overflow:hidden;
	position:relative;
	width:100%;
	background:#fff;
}

#site-wrap #site-canvas {
	overflow:hidden;
	position:relative;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}


#mobile-menu {
	position:fixed;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	background:#000;
	z-index:999;
	color:#111;
	display:none;
	-webkit-transition:-webkit-transform 0.3s;
	transition:transform 0.3s;
}
#mobile-menu-container {
	height:100%;
	overflow-y: scroll;
	padding-right:20px;
	margin-right:-20px;
}
#mobile-menu-content {
	padding-bottom:20px;
}
.mobile-menu-open {
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

#mobile-menu-header {
	position:relative;
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding:10px 0;
	margin-bottom:20px;
}
#mobile-menu-logo {
	width:120px;
	margin:0 auto;
}
#mobile-menu-logo img {
	display:block;
}


#mobile-menu-close-trigger {
	position:absolute;
	left:0px;
	height:42px;
	margin-top:-21px;
	top:50%;
	font-size:0px;
	overflow: hidden;
}
#mobile-menu-close-trigger:hover {
	cursor:pointer;
}
#mobile-menu-close-trigger .header-function-item {
	color:#ffaf0e;
}

.scribble-word {
	position:relative;
	dispplay:inline-block;
}
.scribble-scrib {
	position:absolute;
	top:100%;
	left:0px;
	width:100%;
	height:30px;
	background-image:url('../images/interface/yellow-scribble.png');
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center;
}


#mobile-navigation {
	display:block;
	user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}
#mobile-navigation ul {
	margin:0px;
	padding:0px;
}
#mobile-navigation ul li {
	margin:0px;
	padding:0px;
	display: block;
	position:relative;
}
#mobile-navigation ul li a {
	display: block;
	color:#fff;
	font-weight:500;
	font-size:16px;
	line-height:20px;
	padding:12px 16px;
	min-width: 26px;
	text-align:center; 
}
#mobile-navigation ul li a:hover {
	color:#ffaf0e;
}
#mobile-navigation ul li #active-mobile-item {
	color:#ffaf0e;
}

#mobile-navigation ul li .mobile-navigation-dropdown {
	display:none;
	background:#000;
	padding:10px 0;
}
#mobile-navigation ul li .mobile-navigation-dropdown {
	text-align: left;
}
#mobile-navigation ul li .mobile-navigation-dropdown li {
	display: block;
}
#mobile-navigation ul li .mobile-navigation-dropdown li a {
	padding:10px 15px;
	font-size:14px;
	line-height:18px;
}

.mobile-navigation-dropdown-trigger {
	position:absolute;
	width:44px;
	height:44px;
	text-align: center;
	right:16px;
	top:0px;
	-webkit-transition:background 0.3s;
	transition:background 0.3s;
}
.mobile-navigation-dropdown-trigger:hover { 
	cursor:pointer;	
	background:#000;
}
.mobile-navigation-dropdown-trigger .material-symbols-outlined {
	vertical-align: middle;
	font-size:24px;
	width:24px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-12px;
	left:50%;
	margin-left:-12px;	
	color:#ffaf0e;
}

.mobile-navigation-dropdown-active .mobile-navigation-dropdown {
	display:block !important;
}
#mobile-menu .header-widget {
	margin:20px;
	text-align: center;
}


#header {
	position:absolute;
	background-color:rgba(26,27,28,0);
	width:100%;
	top:0px;
	left:0px;
	font-size:0px;
	line-height:0px;
	vertical-align: middle;
	z-index:990;
	-webkit-transition:background-color 0.3s, box-shadow 0.3s;
	transition:background-color 0.3s, box-shadow 0.3s;
}
.header-fixed {
	position:fixed !important;
	background-color:#000 !important;
	box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
	border-bottom:0px solid transparent !important;
}

#notification-banner {
	background:#ffaf0e;
	color:#21252a;
	text-align: center;
	font-size:13px;
	line-height:16px;
	padding:10px 0;
	font-weight:500;
}
#notification-banner a {
	text-decoration: underline;
	color:#21252a;
}

#header-inner {
	padding:0px 280px 0px 280px;
	position:relative;
	text-align: center;
}

#header-logo {
	width:200px;
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-30px;
	-webkit-transition:width 0.3s, margin 0.3s, padding 0.3s;
	transition:width 0.3s, margin 0.3s, padding 0.3s;
}
.header-fixed #header-logo {
	width:180px;
	margin-top:-25.5px;
}
#header-logo img {
	display:block;
}



.header-widget {
	background:#21252a;
	border-radius:10px;
}
#header .header-widget {
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-32px;
	text-align: right;
}
.header-widget-inner {
	padding:8px 16px;
}
.header-widget-callnow {
	display: block;
	font-size:20px;
	line-height:26px;
	font-weight:600;
}
.header-widget-info {
	display: block;
	font-size:16px;
	line-height:22px;
}

#header-navigation {
	display:inline-block;
	vertical-align: middle;
}
#header-navigation ul {
	margin:0px;
	padding:0px;
	font-size:0px;
}
#header-navigation ul li {
	margin:0px;
	padding:0px;
	display: inline-block;
	position:relative;
}
#header-navigation ul li a {
	font-family: "century-gothic";
	display: block;
	color:#fff;
	font-weight:700;
	font-size:15px;
	line-height:20px;
	padding:42px 15px;
	min-width: 26px;
	-webkit-transition:padding 0.3s, color 0.3s;
	transition:padding 0.3s, color 0.3s;
}
.header-fixed #header-navigation ul li a {
	padding:32px 15px;
	color:#fff;
}

#header-navigation ul li .material-symbols-outlined {
	vertical-align: middle;
	font-size:16px;
	margin-top:-2px;
	width:16px;
	overflow:hidden;
}

#header-navigation ul li a:hover {
	color:#ffaf0e;
}
#header-navigation ul li #active-header-item {
	color:#fff;
	position:relative;
}
.header-fixed #header-navigation ul li #active-header-item {
	color:#fff;
}
#header-navigation ul li #active-header-item::after {
	background:#ffaf0e;
	position:absolute;
	bottom:0px;
	left:50%;
	width:46px;
	margin-left:-23px;
	height:4px;
	content: "";
}


#header-navigation ul li .header-navigation-dropdown {
	display:none;
	position: absolute;
	top:76px;
	left:0px;
	width:300px;
	background:#fff;
	border-radius:10px;
	padding:8px 0;
	-webkit-box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
	box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
	z-index:100;
}
#header-navigation ul li:hover .header-navigation-dropdown {
	display:block;
}
#header-navigation ul li .header-navigation-dropdown {
	text-align: left;
}
#header-navigation ul li .header-navigation-dropdown li {
	display: block;
}
#header-navigation ul li .header-navigation-dropdown li a {
	padding:8px 15px;
	font-size:14px;
	line-height:18px;
	color:#232123;
	-webkit-transition:color 0.3s;
	transition:color 0.3s;
}
#header-navigation ul li .header-navigation-dropdown li a:hover {
	color:#ffaf0e;
}

#header-cta-container {
	position:absolute;
	right:0px;
	top:0px;
	display: table;
	height:100%;
}
#header-cta-content {
	display:table-cell;
	vertical-align: middle;
}

#header-cta-content .button {
	font-size:11px;
	padding:8px 12px;
}


#mobile-menu-trigger {
	display:none;
	position:absolute;
	left:0px;
	height:42px;
	margin-top:-21px;
	top:50%;
	font-size:0px;
	overflow: hidden;
}
#mobile-menu-trigger:hover {
	cursor:pointer;
}
#mobile-menu-trigger .header-function-item {
	color:#ffaf0e;
}


#header-functions {
	display:block;
	position:absolute;
	right:0px;
	height:42px;
	margin-top:-21px;
	top:50%;
	font-size:0px;
}
.header-function-item {
	width:42px;
	height:42px;
	line-height:42px;
	display:inline-block;
	font-size:20px;
	text-align: center;
	color:#ffaf0e;
	-webvkit-transition:color 0.3s;
	transition:color 0.3s;
}
.header-function-item .material-symbols-outlined {
	font-size:28px;
	line-height:42px;
	pointer-events: none;
}

.page-section {
	position:relative;
}
.container {margin:0 auto; position:relative; z-index:10;}
.container-fw {max-width:94%;}
.container-lg {max-width:1160px;}
.container-xlg {max-width:1260px;}
.container-rg {max-width:960px;}
.container-md {max-width:740px;}
.container-sm {max-width:560px;}
.container-xsm {max-width:420px;}

.section-bg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	z-index:1;
	pointer-events: none;
}
.section-gradient {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:2;
	pointer-events: none;
}

.section-image {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	z-index:3;
	pointer-events: none;
}

.sail-bg .section-bg {
	background-image: url('../images/interface/eastway-sail.png');
	background-size: 50% auto;
	background-position: right center;
	background-repeat: no-repeat
}


.success-icon {
	display: inline-block;
	padding:15px;
	background:#ffaf0e;
	width:46px;
	height:46px;
	margin-bottom:20px;
	border-radius:100px;
	color:#fff;
	overflow: hidden;
}
.success-icon .material-symbols-outlined {
	display:block;	
	font-size:46px;
}




.first-section {
	padding-top:104px;
}


.heading-section {
	padding-bottom:30px;
}
.heading-section .section-bg {
	background-image: url('../images/interface/bg.jpg');
	background-size:cover;
	background-position:bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	opacity:0.3;
}
.heading-section .section-image {
	
}
.heading-section .section-gradient {
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, */
}

.heading-section .preheader {
	font-size:16px;
}
.heading-section h1 {
	font-size:60px;
	line-height:62px;
}

#header-curve {
	position:absolute;
	pointer-events: none;
	height:60px;
	width:100%;
	bottom:0px;
	left:0px;
	background-image: url('../images/interface/header-graphic.png');
	background-repeat: repeat-x;
	background-size:auto 100%;
	background-position:right;
	z-index:3;
}



.light-section {
	color:#454246; 
}
.light-section h1, .light-section h2, .light-section h3, .light-section h4, .light-section h5, .light-section strong, .light-section b {
	color:#111112;
}
.dark-section .light-section h1, .dark-section .light-section h2, .dark-section .light-section h3, .dark-section .light-section h4, .dark-section .light-section h5, .dark-section .light-section strong, .dark-section .light-section b {
	color:inherit;
}

.dark-section {
	background:#000;
	color:#fff;
}
.dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section strong, .dark-section b {
	color:#fff;
}

.dark-section .coloured {
	color:#ffaf0e !important;
}

.light-section .dark-section h1, .light-section .dark-section h2, .light-section .dark-section h3, .light-section .dark-section h4, .light-section .dark-section h5, .light-section .dark-section strong, .light-section .dark-section b {
	color:inherit;
}

.coloured-section {
	background:#ffaf0e !important;
	
}
.coloured-section h1, .coloured-section h2, .coloured-section h3, .coloured-section h4, .coloured-section h5, .coloured-section strong, .coloured-section b {
	
}

.coloured-section .preheader {
	color:#000;
}

.coloured-section a {
	color:#000;
	text-decoration: underline;
}

.coloured-section .coloured {
	color:#ffaf0e !important;
}

.grey-section {
	background:#f5f5f5;
}

.content-xxsm {
	padding:10px 0;
}
.content-xsm {
	padding:20px 0;
}
.content-sm {
	padding:30px 0;
}
.content-rg {
	padding:50px 0;
}
.content-lg {
	padding:100px 0;
}
.content-xlg {
	padding:100px 0;
}

.module {
	position: relative;
	border-radius:20px;
	overflow: hidden;
	display: block;
}
.module-white {
	background:#fff;
	-webkit-box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
	box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
	border-radius:20px;
}
.module-grey {
	background:#dfdfe2;
	border-radius:10px;
}
.module-bop {
	background:rgba(18,21,25,0.7);
	border-radius:10px;
}
.module-content {
	position:relative;
	z-index:10;
	display: block;
}

.module-content-lg {
	padding:50px;
}
.module-content-rg {
	padding:40px;
}
.module-content-md {
	padding:30px;
}
.module-content-sm {
	padding:20px;
	font-size:15px;
	line-height:20px;
}
.module-content-xsm {
	padding:10px;
}

.icon-message {
	position:relative;
	padding-left:100px;
}
.icon-message-icon {
	position:absolute;
	left:0px;
	width:72px;
	height:72px;
	text-align: center;
	overflow: hidden;
}
.icon-message-icon .material-symbols-outlined {
	font-size:72px;
}




.content-image {
	border-radius:10px;
	overflow: hidden;
}
.content-image img {
	display: block;
}



#home-banner {
	background-color:#000;
}
/*
#home-banner .section-bg {
	background-image: url('../images/interface/bg.jpg');
	background-size:cover;
	background-position:center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	opacity:0.6;
}
*/
#home-banner .section-image {
	background-image: url('../images/interface/bg.jpg');
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
	opacity:0.3;
}
#home-banner .section-gradient {
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, */
}
#home-banner-content {
	padding:20px 0 60px 0;
	position:relative;
}

#home-banner-content .preheader {
	font-size:16px;
}
#home-banner-content h1 {
	font-size:46px;
	line-height:46px;
}

#home-banner-ctas {
	font-size:0px;
}
#home-banner-ctas .button {
	margin: 0 5px;	
}










#contact-module .section-bg {
	width:40%;
	height:100%;
	background:#000;
}

#contact-section {
	
}
#contact-section .section-bg {
	background-image: url('../images/interface/bg.jpg');
	background-size:cover;
	background-position: right center;
	background-repeat: no-repeat;
	opacity:0.7;
}
#contact-section .section-gradient {
	width:100%;
	left:0%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#266e40+0,266e40+100&1+0,0+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}



.home-box {
	background-color:#000;
}
.home-box .section-bg {
	opacity:0.8;
	width:100%;
	left:0%;
	height:300px;
}
.home-box .section-gradient {
	height:300px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#161b1f+0,161b1f+100&1+0,0+100 */
	background: -moz-linear-gradient(bottom,  rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom,  rgba(0,0,0,1) 20%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top,  rgba(0,0,0,1) 20%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161b1f', endColorstr='#00161b1f',GradientType=1 ); /* IE6-9 */	
}
.home-box .module-content {
	padding-top:200px;
}

#busy-box .section-bg {
	background-image: url('../images/content/busy.jpg');
}
#educate-box .section-bg {
	background-image: url('../images/content/educate.jpg');
}
#work-box .section-bg {
	background-image: url('../images/content/work.jpg');
}


.graphic-module .module-content {
	padding-right:200px;
}

#info-box .section-image {
	background-image: url('../images/content/find-out-box.jpg');
	opacity:1;
	width:100%;
	height:100%;
	background-size: auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	left:auto;
}
#contact-box .section-image {
	background-image: url('../images/content/contact-box.jpg');
	opacity:1;
	width:100%;
	height:100%;
	background-size: auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	left:auto;
}


.col-box-icon {
	display:block;
	max-width:72px;
	pointer-events:none;
	margin-bottom:10px;
}
.col-box-icon img {
	display:block;
	margin-bottom:6px;
	-khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.col-box h3, .icon-col-box h3 {
	margin-bottom:12px;
}
.col-box h5, .icon-col-box h5 {
	margin-bottom:6px;
	position:relative;
	padding-bottom:20px;
}

.col-box h5::after, .icon-col-box h5::after {
	content: '';
    height: 1px;
    width: 15%;
    background: #ffaf0e;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.col-box p, .icon-col-box p {
	margin-bottom:12px;
	font-size:15px;
	line-height:26px;
}



.breadcrumbs {
	font-size:12px;
	text-transform: uppercase;
	letter-spacing:0.06em;
	margin-bottom:24px;
}
.breadcrumb-spacer {
	display: inline-block;
	margin:0 6px;
	color:#c2c4c6;
}
.breadcrumb {
	display: inline-block;
}
.breadcrumb-active {
	
}


#pre-footer-section {
	padding-bottom:40px;
}

#footer-graphic {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:100px;
	pointer-events: none;
	background-image: url('../images/interface/cement-line.jpg');
	background-repeat: repeat-x;
	background-size:auto 100%;
	background-position:right;
	z-index:3;
	background-color:#f5f5f5;
}

#footer-section {
	background:#000;
	font-size:14px;
	color:#c2c4c6;
}
#footer-logo {
	max-width:160px;
	margin:0 0 10px 0;
	display: inline-block;
	vertical-align: middle;
	margin-right:20px;
}
#footer-logo img {
	display: block;
}

#footer-bio {
	max-width:320px;
}

#footer-section h5 {
	font-size:20px;
	margin-bottom:20px;
}

.footer-links {
	margin:0;
	padding:0px 0px;
	font-size:0px;
	line-height:0px;
}
.footer-links li {
	margin:10px 0;
	padding:4px 0;
	font-size:14px;
	line-height:20px;
}
.footer-links li a {
	color:#c2c4c6;
	font-weight:400;
}
.footer-links li a:hover {
	color:#fff;
}

#footer-disclaimer {
	font-size:11px;
	line-height:16px;
	margin-top:30px;
	color:#ccc;
	border-radius:6px;
}
#footer-disclaimer strong {
	color:#fff;
	font-size:13px;
}
#footer-disclaimer p {
	margin-bottom:10px;
}

#whoby-section {
	font-size:10px;
	text-transform: uppercase;
	letter-spacing:0.06em;
	line-height:20px;
	color:#6e747b;	
	background:#000;
}
#whoby-right {
	text-align: right;
}




#cookie-message-container {
	position:fixed;
	left:0px;
	bottom:0px;
	pointer-events: none;
	max-width:460px;
	z-index:1003;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}
#cookie-message-inner {
	padding:20px;
}
#cookie-message {
	padding:20px;
	background:#0D0C0B;
	border-radius:10px;
	color:#fff;
	font-size:12px;
	line-height:20px;
	-webkit-box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
	box-shadow: 0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
	pointer-events: auto;
}




.contact-item {
	padding:10px 30px 10px 70px;
	text-align: left;
	display:inline-block;
	position:relative;
}
.contact-item-icon {
	position:absolute;
	left:10px;
	top:10px;
	width:48px;
	height:48px;
	text-align: center;
	line-height:48px;
	color:#ffaf0e;
}
.contact-item-icon .material-symbols-outlined {
	line-height:48px;
	font-size:42px;
}
.contact-item-label {
	display:block;
	font-weight:600;
	text-transform: uppercase;
	font-size:13px;
	letter-spacing:0.06em;
	color:#ccc;
}
.contact-item-value {
	display:block;
	font-weight:600;
	text-transform: uppercase;
	font-size:16px;
	letter-spacing:0.06em;
}
.contact-item-value a {
	color:#fff;
}
.contact-item-value a:hover {
	
	text-decoration: underline;
}


.icon-item {
	padding:0px 0px 0px 56px;
	text-align: left;
	display:inline-block;
	position:relative;
}
.icon-item-icon {
	position:absolute;
	left:0px;
	top:0px;
	width:48px;
	height:48px;
	text-align: center;
	line-height:48px;
	color:#ffaf0e;
}
.icon-item-icon .material-symbols-outlined {
	line-height:48px;
	font-size:42px;
}
.icon-item-label {
	display:block;
	font-weight:600;
	text-transform: uppercase;
	font-size:13px;
	letter-spacing:0.06em;
	color:#757b82;
}
.icon-item-value {
	display:block;
	font-weight:600;
	font-size:16px;
}


.jh-slider-button {
	color:#fff;
	background: #ffaf0e;
	padding:8px 20px;
	display: inline-block;
	font-size:20px;
	line-height:20px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.jh-slider-button-left {
	
}
.jh-slider-button-right {
	
}
.jh-slider-button:hover {
	cursor:pointer;
	box-shadow: 0 6px 10px rgba(0,0,0,0.05);
}



.jh-services-slider-container {
	margin-left:-220px;
	padding-top:50px;
}
.jh-services-slider-container .jh-slider {
	height:366px;
}

.jh-services-slider-container .jh-slider-active-item-1 {
	margin-top:-50px;
}
.jh-slider-service {
	border-radius:10px;
	overflow: hidden;
	height:326px;
	position:relative;
	background:#f7f7f7;
	display:block;
	color:#102a43;
}
.jh-slider-service-image {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background-size:cover;
	background-position: center;
	display:block;
}
.jh-slider-service-content {
	background:#fff;
	position:absolute;
	bottom:0px;
	left:0px;
	padding:15px 15px;
	border-radius:0 100px 0 0;
	width:290px;
	line-height:20px;
	display:block;
}
.jh-slider-service-header {
	font-size:19px;
	line-height:24px;
	display:block;
}



.jh-testimonial-slider-container {
	position:relative;
	margin-left:-20px;
}
.jh-testimonial-slider-container .jh-slider-button {
	position:absolute;
	top:50%;
	margin-top:-22px;
	padding:12px !important;
	border-radius:100px;
}
.jh-testimonial-slider-container .jh-slider-button-left {
	left:-34px;
}
.jh-testimonial-slider-container .jh-slider-button-right {
	right:-54px;
}


.testimonial-item {
	background:#fff;
	border-radius:10px;
	padding: 30px;
	-webkit-box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
	box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
	color:#232123;
}
.testimonial-item-content {
	margin-bottom:10px;
}
.testimonial-item-by {
	font-weight:600;
}
.testimonial-item-stars {
	background:url(../images/interface/star.png) repeat-x;
	height:24px;
	max-width:120px;
	background-size:auto 100%;
	margin-bottom:10px;
}



.hs-check-item {
	position:relative;
	padding-left:40px;
}

.hs-check-icon {
	position:absolute;
	left:0px;
	top:0px;
	width:28px;
	height:28px;
	border-radius:100px;
	background:#ffaf0e;
	color:#fff;
	text-align: center;
	line-height:36px;
	pointer-events:none;
	-webkit-touch-callout: none; 
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none;
            user-select: none;
	overflow: hidden;
}

.hs-check-icon .material-symbols-outlined {
	position:absolute;
	left:50%;
	top:50%;
	font-size:24px;
	margin-top:-12px;
	margin-left:-12px;
}
.hs-check-content {
	display: table;
	min-height:28px;
}
.hs-check-content-inner {
	display:table-cell;
	vertical-align: middle;
	font-size:17px;
}








/** BUTTON STYLES **/

.button {
	padding:10px 16px;	
	border:none;
	border-radius:100px;
	font-weight:600;
	text-align:center;
	font-size:14px; 
	line-height:20px;
	cursor:pointer;
	display:inline-block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-transform: uppercase;
	letter-spacing:0.06em;
	-webkit-touch-callout: none; 
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none;
            user-select: none;
}
.button:hover {
	cursor:pointer;
}

/*
.button-default {
	background: -webkit-linear-gradient(left, #942a63 0%, #b62b5f 50%, #f26943 100%);
	background: -o-linear-gradient(left, #942a63 0%, #b62b5f 50%, #f26943 100%);
	background: linear-gradient(to right, #942a63 0%, #b62b5f 50%, #f26943 100%);
	color:#fff;
}
.button-default:hover {
	color:#fff !important;
	transform: scale(1.06);
}
*/

.button-default {
	background-image: linear-gradient(to right, #ffaf0e 0%, #ffaf0e 30%, #ffaf0e 40%, #fcd206 51%, #ffaf0e 100%);
	color:#000;
	transition: 0.5s;
	background-size: 300% auto;
}
.button-default:hover {
	color:#000 !important;
	background-position: right center; /* change the direction of the change here */
}

.button:disabled, .button:disabled:hover, .button-disabled, .button-disabled:hover {
	background:#eaebee !important;
	color:#9f959f !important;
	cursor:default !important;
}


.button i, .button-disabled i {
	font-size:14px;
	margin-left:5px;
}

.button-block {
	display:block;
	width:100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing:border-box;
}

.button-large {
	padding:12px 22px !important;
	font-size:16px !important; 
}

.button-small {
	padding:6px 12px !important;
	font-size:13px !important; 
}

.button-extra-small {
	padding:2px 5px !important;
	font-size:12px !important;
	line-height:18px; 
}

.button-arrow {
	display:inline-block;
	width:20px;
	vertical-align: middle;
}
.button-arrow img {
	display: block;
}

/** INPUT STYLES **/

.success-message {
	background:#dff0d8;
	padding:15px 30px;
	border:1px solid #d6e9c6;
	color:#468847;
	font-size:13px;
	border-radius:4px;
}

.success-message strong, .success-message h5 {
	color:#468847;	
	font-weight:400;
}

.error-message {
	background:#f2d5d6;
	padding:15px 30px;
	border:1px solid #ecc2ca;
	color:#8f553f;
	font-size:15px;
	border-radius:4px;
}
.error-message-sm {
	padding:10px 20px;
}

.error-message strong, .error-message h5 {
	color:#8f553f;
	font-weight:400;
}

.mini-error-message {
	text-transform:uppercase;
	line-height:14px;
	background:#f2d5d6;
	padding:0px 5px;
	border:1px solid #ecc2ca;
	color:#8f553f;
	border-radius:2px;
	font-size:9px;
	font-weight:400;
	margin-bottom:0;
	display:none;
}


.mbottom6 {
	margin-bottom:6px !important;	
}

.mbottom {
	margin-bottom:12px !important;	
}

.mbottom20 {
	margin-bottom:20px !important;	
}
.mbottom24 {
	margin-bottom:24px !important;	
}

.mbottom30 {
	margin-bottom:30px !important;	
}

.mbottom40 {
	margin-bottom:40px !important;	
}

.nombottom {
	margin-bottom:0px !important;	
}

label {
	display:inline-block;
	line-height:20px;
	font-size:13px;	
	font-weight:400;
	margin-bottom:8px;	
}

.input-container {
	padding:0 13px;
	margin:0px 30px 0px -13px;
	position:relative;
}

.select-container {
	transition:border-color 0.3s;
	-webkit-transition:border-color 0.3s;
	overflow:hidden;
	background:#f5f5f5;
	color:#232123;
	border:1px solid;
	border-color:#fff;
	border-radius:6px;
}

.file-input-container {
	padding:0px 20px;
	margin:0px 20px 0px -20px;
}

.form-checkbox-container {
	background:#f7f8fc;
	border:1px solid #f7f8fc;
	padding:10px 10px 10px 44px;
	position:relative;
	line-height:18px;
	font-size:14px;
}
.form-checkbox-container input[type="checkbox"] {
	position:absolute;
	left:14px;
	top:14px;
}

input[type="text"], input[type="password"], input[type="number"] {
	display:block;
	height:28px;
	line-height:28px;
	width:100%;
	padding:9px 20px;
	font-size:19px;
	transition:border-color 0.3s, background-color 0.3s;
	-webkit-transition:border-color 0.3s, background-color 0.3s;
	background:#f5f5f5;
	color:#232123;
	border:1px solid;
	border-color:#fff;
	border-radius:6px;
}

input[type="file"] {
	display:block;
	height:32px;
	line-height:32px;
	width:100%;
	padding:12px 20px;
	cursor:pointer;
	border-radius:4px;
	background:#f7f7f7;
	color:#333;
}

input[type="submit"] {
	line-height:24px !important;
}

input[type="text"]:disabled {
	background:#f7f7f7 !important;
	color:#ccc !important;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	display:block;
	width:100%;
	color:#232123;
	border:none;
	background-color:#f5f5f5;
	background-image:url(../images/interface/select-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	height:48px;
	line-height:48px;
	font-size:17px;
	padding:0 20px;
}
select:disabled {
	background:#f7f8fc !important;
	color:#999;
}

select option {
	padding:0 5px;	
	color:#ccc;
}

textarea {
	display:block;
	width:100%;
	max-width:100%;
	min-width:100%;
	border-radius:6px;
	min-height:122px;
	padding:15px 20px;
	font-size:19px;
	transition:border-color 0.3s, background-color 0.3s;
	-webkit-transition:border-color 0.3s, background-color 0.3s;
	background:#f5f5f5;
	color:#232123;
	border:1px solid;
	border-color:#fff;
	line-height:24px;
}

#checker {
	display:none;	
}

input[type="checkbox"]{
    -webkit-appearance: checkbox;
}
input[type="radio"]{
    -webkit-appearance: radio;
}

.asterix {
	font-weight:600;
	color:red;	
}

input {
	-webkit-appearance:none;	
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color:#32A4D9 !important;	
}

table tr td {
	vertical-align:top;	
}

.privacy-table tr td {
	border:1px solid #c5bdb1;
}

/** DIALOG OVERLAY **/
#dialog-overlay {
	width:0px;
	height:0px;
	position:fixed;
	background-color: rgb(238, 238, 238);
    background-color: rgba(238, 238, 238, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C9EEEEEE, endColorstr=#C9EEEEEE);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C9EEEEEE, endColorstr=#C9EEEEEE)";
	z-index:2000;
	top:0;
	left:0;	
	opacity:0;
	transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
	overflow:hidden;
}

.dialog-notification {
	position:absolute;
	top:90px;
	left:50%;
	width:600px;
	margin-left:-200px;
	opacity:0;
	z-index:2500;
	background:#fff;
	-webkit-box-shadow:0 18px 35px rgba(50,50,93,.1),0 8px 15px rgba(0,0,0,.07);
	box-shadow:0 18px 35px rgba(50,50,93,.1),0 8px 15px rgba(0,0,0,.07);
	-webkit-transform: scale(0.2, 0.2);
	transform: scale(0.2, 0.2);
	-webkit-transition:opacity 0.3s, -webkit-transform 0.3s;
	transition:opacity 0.3s, transform 0.3s;
	overflow:hidden;
}

.dialog-content {
	max-height:700px;
	overflow-y:scroll;
	margin-right:-20px;
	padding-right:20px;	
	-webkit-overflow-scrolling: touch;
}

.dialog-module {
	position:relative;
	padding:20px;	
}

.dialog-close {
	position:absolute;
	top:26px;
	right:30px;
	cursor:pointer;
}

.dialog-close i {
	font-size:18px;
}

table {
	width:100%;
}
table tr td {
	padding:5px 15px;
	line-height:20px;
	font-size:16px;
}
.valigned tr td {
	vertical-align:middle;
}

.header-row td {
	font-weight:600;
	color:#111;
	padding-top:12px;
	padding-bottom:12px;
	font-size:17px;
}
.alt-row {
	background:#f7f8fc;	
}





.hs-form-input-container {
	padding:0 13px;
	margin:0px 30px 0px -13px;
	position:relative;
}
.hs-form-mbottom {
	margin-bottom:12px;
}

.hs-form-elements {
	margin-bottom:18px;
}

.hs-asterix {
	color:red;
}

.hs-form-error-message {
	display: none;
	margin-top:20px;
	text-align:center;
	padding:10px;
	border-radius:4px;
	line-height:20px;
	color:#ef384c !important;
	background:#fcdfe2 !important;
	font-weight:500;
	font-size:14px;
}
.hs-form-error-message a {
	text-decoration:underline;
	color:inherit;
	font-weight:600;
}
.hs-form-error-message strong {
	color:#ef384c !important;	
}

.hs-form-grid {clear: both; padding: 0px; margin: 0px 0px 0px -24px; line-height:inherit; zoom:1;}
.hs-form-grid:before, .hs-form-grid:after {content:""; display:table;}
.hs-form-grid:after {clear:both;}
	
.hs-form-grid-item {float:left; width:100%;}
.hs-form-grid-item-50 {width:50%;}
.hs-form-grid-item-33 {width:33.33%;}
.hs-form-grid-item-25 {width:25%;}
	
.hs-form-grid-block {
	padding:0 0 0 24px;
}		


.hs-button, .hs-button-op, .hs-button-opc {
	position:relative;
	overflow:hidden;
	font-weight:600;
	text-align:center;
	line-height:24px;
	text-transform:uppercase; 
	cursor:pointer;
	display:inline-block;
	transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
	-webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
	letter-spacing:1px;
	vertical-align: middle;
	border-radius:100px;
}
.hs-button {
	background: #ffaf0e;
	border:0px solid #ffaf0e;
	color:#fff; 
}
.hs-button-opc {
	background-color:transparent;
	color:#ffaf0e; 
	border:2px solid #ffaf0e;
}
.hs-button-op {
	background-color:transparent;
	color:#111112; 
	border:2px solid #111112;
}


.hs-button:hover, .hs-button.hs-button-hover {
	background:#ffaf0e; 
	-webkit-box-shadow:0 0px 13px -4px rgba(16,42,67,.4),0 5px 12px -12px rgba(16,42,67,.2);
	box-shadow:0 0px 13px -4px rgba(16,42,67,.4),0 5px 12px -12px rgba(16,42,67,.2);
	color:#111112;
}
.hs-button-opc:hover, .hs-button-opc.hs-button-hover {
	background:#ffaf0e; 
	border-color:#ffaf0e;
	-webkit-box-shadow:0 0px 13px -4px rgba(16,42,67,.4),0 5px 12px -12px rgba(16,42,67,.2);
	box-shadow:0 0px 13px -4px rgba(16,42,67,.4),0 5px 12px -12px rgba(16,42,67,.2);
	color:#111112;
}
.hs-button-op:hover, .hs-button-op.hs-button-hover {
	background:#111112; 
	-webkit-box-shadow:0 0px 13px -4px rgba(16,42,67,.4),0 5px 12px -12px rgba(16,42,67,.2);
	box-shadow:0 0px 13px -4px rgba(16,42,67,.4),0 5px 12px -12px rgba(16,42,67,.2);
	color:#111112;
}

.hs-button-sm {
	padding:4px 12px;
	font-size:10px; 
}
.hs-button-op.hs-button-sm, .hs-button-opc.hs-button-sm {
	padding:2px 10px;
}
.hs-button-md {
	padding:8px 20px;
	font-size:12px; 
}
.hs-button-op.hs-button-md, .hs-button-opc.hs-button-md {
	padding:6px 18px;
}
.hs-button-lg {
	padding:12px 22px;
	font-size:16px; 
}
.hs-button-op.hs-button-lg, .hs-button-opc.hs-button-lg {
	padding:10px 20px;
}


.hs-button-block {
	display:block;
	width:100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing:border-box;
}
/**/
.hs-button:disabled, .hs-button:disabled:hover, .hs-button-disabled, .hs-button-disabled:hover {
	background:#e9ecf4 !important;
	color:#627d98 !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}

.blog-item {
	
}

.blog-image {
	overflow: hidden;
	border-radius:10px;
}
.blog-image img {
	display:block;
}
.blog-content {
	padding:20px;
}
.blog-title {
	margin-bottom:10px;
}
.blog-title a {
	color:#232123;
}
.blog-title a:hover {
	color:#232123;
	text-decoration: underline;
}
.blog-synopsis {
	font-size:17px;
	line-height:28px;
}
.read-more-link {
	font-size:17px;
	font-weight:500;
}
.read-more-link .material-symbols-outlined {
	vertical-align: middle;
	display: inline-block;
	font-size:24px;
	width:24px;
	overflow: hidden;
}

.blog-post-header-content {
	padding:30px;
}
.blog-post-header-content .blog-title {
	font-size:46px;
	line-height:48px;
}


.blog-post-content {
	margin-bottom:60px;
}
.blog-post-content h2 {
	padding-top:12px;
	font-size:32px;
	line-height:42px;
}
.blog-post-content h3 {
	padding-top:12px;
	font-size:28px;
	line-height:32px;
}
.blog-post-content h4 {
	padding-top:12px;
	font-size:24px;
	line-height:28px;
}
.blog-post-content h5 {
	padding-top:12px;
	font-size:20px;
	line-height:28px;
}
.blog-post-content p {
	margin-bottom:0px;
}



/** TESTIMONIAL STYLES **/

.hs-testimonial-item {
	background:#fff;
	box-shadow:0 30px 60px -12px rgba(50,50,93,.125),0 18px 36px -18px rgba(0,0,0,.15),0 -12px 36px -8px rgba(0,0,0,.0125);
	border-radius:10px;
}

.hs-testimonial-inner {
	padding:30px;
}

.hs-testimonial-name {
	font-weight:600;
	color:#121212;
	margin-bottom:10px;
}

.hs-testimonial-content-window {
	line-height:20px;
	font-size:14px;
	height:80px;
	-webkit-transition:height 0.3s;
	transition:height 0.3s;
	overflow:hidden;
}

.hs-testimonial-content-inner {
	line-height:20px;
	font-size:14px;
	position:relative;
	overflow:hidden;
}
.hs-testimonial-content {
	padding-bottom:20px;
}
.hs-testimonial-content-readmore {
	position:absolute;
	width:100%;
	height:20px;
	background:#fff;
	top:60px;
	color:#111;
	text-decoration:underline;
	font-size:12px;
	font-weight:600;
	-webkit-transition:opacity 0.15s;
	transition:opacity 0.15s;
}
.hs-testimonial-content-readmore:hover {
	cursor:pointer;
}

.hs-testimonial-content-window-open .hs-testimonial-content-readmore {
	top:auto;
	bottom:0px;
}

.hs-testimonial-strapline {
	text-transform: uppercase;
	font-size:12px;
	letter-spacing:0.08em;
}

.hs-testimonial-stars {
	font-size:0px;
}
.hs-testimonial-star {
	display:inline-block;
	width:28px;
	height:28px;
	background:#d4b16d;
	margin-right:6px;
	color:#fff;
	border-radius:4px;
}

.hs-form-stars {
	font-size:0px;
	text-align:center;
}
.hs-form-star {
	display:inline-block;
	width:42px;
	height:42px;
	background:#e1e2e6;
	margin-right:6px;
	color:#fff;
	border-radius:4px;
}
.hs-form-star:hover {
	cursor:pointer;
}
.hs-form-star-active {
	background:#d4b16d !important;
}

/** SLIDER STYLES**/

.hs-slider-container {
	position:relative;
	padding:0 50px;
}
.hs-slider-area {
	position:relative;
}
.hs-slider-content {
	margin-left:-20px;
	width:10000px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.hs-slider-control {
	position:absolute;
	font-size:20px;
	border-radius:100px;
	width:44px;
	height:44px;
	text-align: center;
	line-height:44px;
	top:50%;
	margin-top:-22px;
	z-index:100;
	cursor:pointer;
	background:#ffaf0e;
}
.hs-slider-control-prev {
	left:0px;
}
.hs-slider-control-next {
	right:0px;
}
.hs-slider-control-icon {
	pointer-events:none;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-9px;
	margin-left:-9px;
	height:18px;
	width:18px;
	line-height:18px;
	
}
.hs-slider-item {
	width:356px;
	float:left;
	margin-left:20px;
	-webkit-transition: opacity 0.5s, transform 0.3s;
	transition: opacity 0.5s, transform 0.3s;
	opacity:0.1;
	-webkit-transform: scale(0.9) !important;
	transform: scale(0.9) !important;
	pointer-events: none;
}
.hs-slider-item-active {
	opacity:1 !important;
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
}
.hs-slider-item-active, .hs-slider-item-active a {
	pointer-events: auto !important;
}


.ts-check-item {
	position:relative;
	padding-left:50px;
}
.ts-check-item-small {
	padding-left:40px !important;
}
.ts-check-icon {
	position:absolute;
	left:0px;
	top:0px;
	width:36px;
	height:36px;
	border-radius:100px;
	border:2px solid #2cc75e;
	color:#2cc75e;
	text-align: center;
	line-height:36px;
	pointer-events:none;
	-webkit-touch-callout: none; 
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none;
            user-select: none;
	overflow: hidden;
}
.ts-check-item-small .ts-check-icon {
	width:24px !important;
	height:24px !important;
}

.ts-check-icon .material-symbols-outlined {
	position:absolute;
	left:50%;
	top:50%;
	font-size:28px;
	margin-top:-14px;
	margin-left:-14px;
}
.ts-check-item-small .ts-check-icon .material-symbols-outlined {
	font-size:24px;
	margin-top:-12px;
	margin-left:-12px;
}




#home-banner-graphic-content {
	position:relative;
	font-size:0px;	
	padding:20px 0 50px 0;
	max-width:960px;
	margin:0 auto;
}
#home-banner-graphic-image-container {
	width:33.33%;
	display: inline-block;
	vertical-align: middle;
}
#home-banner-graphic-image {
	height:0px;
	padding-bottom:170.66%;
	margin:0 30px;
	position:relative;
}
#home-banner-graphic-image-phone {
	background-image: url('../images/content/iphone-shape.png');
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-size:100% 100%;
	z-index:30;
	pointer-events: none;
}
#home-banner-graphic-image-iframe {
	position:absolute;
	left:2%;
	top:0px;
	width:96%;
	height:100%;
	overflow:hidden;
	border-radius:70px;
	z-index:20;
}
#home-banner-graphic-image-iframe iframe {
	border:none;
	width:100%;
	height:100%;
}

.home-banner-graphic-content {
	width:33.33%;
	display: inline-block;
	vertical-align: middle;
}
#home-banner-graphic-content-left {
	text-align:right;
}
#home-banner-graphic-content-right {
	text-align:left;
}

.home-banner-graphic-point h5 {
	text-transform: uppercase;
	font-size:22px;
}
.home-banner-graphic-point {
	font-size:17px;
}

#madexmarketed .section-image {
	background-image: url('../images/content/made-marketed.jpg');
	background-position: center;
}

