/*Custom Template built by Webtech Evolution Limited - Palmerston North - NZ: © 2018.Template URI: https: //webtech.kiwiPhone: +64 6 354 8336Author Design: Mike Oliver - mike@webtech.kiwiClient: ProFabVersion: 1.0*/
/* RESET */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, caption, tfoot,article, aside, canvas, details, figcaption, figure, footer, header, hgroup,menu, nav, section, summary, time, mark, audio, video {  margin: 0;  padding: 0;  border: 0;  outline: 0;  font-size: 100%;  vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block; }
nav ul {  list-style: none; }
blockquote, q {  quotes: none; }
blockquote:before, blockquote:after,q:before, q:after {  content: '';  content: none; }
a {  margin: 0;  padding: 0;  font-size: 100%;  vertical-align: baseline;  text-decoration: none;  color: inherit; }
a:hover {  text-decoration: none; }
ins {  background-color: #008c98;  color: #000;  text-decoration: none; }
mark {  background-color: #008c98;  color: #000;  font-style: italic;  font-weight: bold; }
del {  text-decoration: line-through; }
abbr[title], dfn[title] {  border-bottom: 1px dotted;  cursor: help; }
hr {  display: block;  height: 1px;  border: 0;  border-top: 1px solid #ccc;  margin: 0;  padding: 0; }
input, select {  vertical-align: middle; }
input, select, textarea {  outline: none}
body {  font: 12px/1.231 sans-serif;  *font-size: small; }
select, input, textarea, button {  font: 99% sans-serif; }
pre, code, kbd, samp {  font-family: monospace, sans-serif; }
body, select, input, textarea {  color: #444; }
h1,h2,h3,h4,h5,h6 {  font-weight: normal; }
html {  overflow-y: scroll; }
ul, ol {  margin-left: 0; }
ol {  list-style-type: decimal; }
li {  list-style: none; }
nav ul, nav li {  margin: 0; }
small {  font-size: 85%; }
strong, th {  font-weight: bold; }
td, td img {  vertical-align: top; }
sub {  vertical-align: sub;  font-size: smaller; }
sup {  vertical-align: super;  font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea {  overflow: auto; }
.ie6 legend, .ie7 legend {  margin-left: -7px; }
input[type="radio"] {  vertical-align: text-bottom; }
input[type="checkbox"] {  vertical-align: bottom; }
.ie7 input[type="checkbox"] {  vertical-align: baseline; }
.ie6 input {  vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button {  cursor: pointer; }
button, input, select, textarea {  margin: 0; }
:: -moz-selection {  background: #343436;  color: #fff;  text-shadow: 1px 1px 1px #000; }
:: selection {  background: #343436;  color: #fff;  text-shadow: 1px 1px 1px #000; }
button {  width: auto;  overflow: visible; }
.ie7 img {  -ms-interpolation-mode: bicubic; }
.ir {  display: block;  text-indent: -999em;  overflow: hidden;  background-repeat: no-repeat;  text-align: left;  direction: ltr; }
.hidden {  display: none;  visibility: hidden; }
.visuallyhidden {  position: absolute !important;  clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible {  visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020";  display: block;  height: 0;  visibility: hidden; }
.clearfix:after {  clear: both; }
.clearfix {  zoom: 1; }
/* ======================================================================== Component: Grid ========================================================================== */
/* * 1. Makes grid more robust so that it can be used with other block elements like lists */
.col {  display: -ms-flexbox;  display: -webkit-flex;  display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap;  flex-wrap: wrap;  /* 1 */
 margin: 0;  padding: 0;  list-style: none; }
/* * DEPRECATED * Micro clearfix * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit */
.col:before, .col:after {  content: "";  display: block;  overflow: hidden; }
.col:after {  clear: both; }
/* * Grid cell * 1. Space is allocated solely based on content dimensions * 2. Makes grid more robust so that it can be used with other block elements * 3. DEPRECATED Using `float` to support IE9 */
.col > * {  /* 1 */
 -ms-flex: none;  -webkit-flex: none;  flex: none;  /* 2 */
 margin: 0;  /* 3 */
 float: left; }
/* * Remove margin from the last-child */
.col > * >: last-child {  margin-bottom: 0; }
/* Grid gutter ========================================================================== */
/* * Default gutter */
/* Horizontal */
.col {  margin-left: -25px; }
.col > * {  padding-left: 25px; }
[class*='col'] {  box-sizing: border-box; }
/* * Widths */
/* Whole */
.col-1-1 {  width: 100%; }
/* Halves */
.col-1-2, .col-2-4, .col-3-6, .col-5-10 {  width: 50%; }
/* Thirds */
.col-1-3, .col-2-6 {  width: 33.333%; }
.col-2-3, .col-4-6 {  width: 66.666%; }
/* Quarters */
.col-1-4 {  width: 25%; }
.col-3-4 {  width: 75%; }
/* Fifths */
.col-1-5, .col-2-10 {  width: 20%; }
.col-2-5, .col-4-10 {  width: 40%; }
.col-3-5, .col-6-10 {  width: 60%; }
.col-4-5, .col-8-10 {  width: 80%; }
/* Sixths */
.col-1-6 {  width: 16.666%; }
.col-5-6 {  width: 83.333%; }
/* Tenths */
.col-1-10 {  width: 10%; }
.col-3-10 {  width: 30%; }
.col-7-10 {  width: 70%; }
.col-9-10 {  width: 90%; }


@font-face {
    font-family: 'TradeGothic LT Extended';
    src: url('../fonts/TradeGothicLT-BoldExtended.woff2') format('woff2'),
        url('../fonts/TradeGothicLT-BoldExtended.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.7);
}
h1, h2, h3, h4, h5, h6{
    font-family: Inter;
}
h4 {
	font-size: 20px;
	color: rgba(0,0,0,.5);
}
h2 {
    font-size: 48px;
}

.container {
	max-width: 1350px;
	margin: 0 auto;
}
body {
	background: #086BFA;
}
.top-a, .top-b {
	background: #191919;
}
.footer {
	background: #0F0F0F;
	color: #fff;
	padding: 50px 0;
}
.top-menu .moduletable {
	width: 100%;
}
.top-menu {
	text-align: right;
	padding-top: 40px;
}
.footer img {
	margin-right: 10px;
	height: 19px;
}
.top-b h3 {
	color: #fff;
	font-family: ;
	font-size: 36px;
	font-family: 'TradeGothic LT Extended';
}
.top-a h3 {
	font-size: 58px;
	font-family: 'TradeGothic LT Extended';
	color: #fff;
}
.icon {
	background: #1F1F1F;
	text-align: center;
	padding: 40px;
}
.top-b {
	padding-bottom: 100px;
	padding-top: 50px;
}
.btn {
	border: 1.3px solid #EFEFEF;
	color: #EFEFEF;
	font-size: 16px;
	padding: 19px 36px;
	line-height: 1;
	display: inline-block;
	background-image: url(../images/arrow.svg);
	background-position: 80% center;
	background-repeat: no-repeat;
	padding-right: 70px;
}

.top-a .uk-width-1-2:last-child {
    text-align: right;
    display: flex;
    align-items: center;
}
.top-a .uk-width-1-2:last-child > div {
    margin-left: auto;
}
.top-a {
	padding-top: 130px;
	padding-bottom: 40px;
}
.banner h1 {
	font-size: 80px;
	font-family: 'TradeGothic LT Extended';
	color: #fff;
	line-height: 96px;
	margin-bottom: 50px;
}
.banner {
	padding-top: 150px;
}
em {
	color: #61E345;
	font-style: normal;
}
.banner p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 30px;
}
.img-mask {
	content: "";
	background: url(../images/mask.png);
	width: 100%;
	height: 100%;
	display: block;
	background-position: center;
}
.wbg_img {
	height: 560px;
	background-size: contain;
	width: 700px;
	margin-top: 100px;
}
.top-menu li a {
	color: #fff;
	font-size: 16px;
}
.top-menu li {
	display: inline-block;
	margin-left: 20px;
}
.top-menu li a.email-btn {
	background-image: url(../images/sms.svg);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: left;
}
.top-menu li a {
	padding: 6px 0;
}
.top-menu li a {
	color: #fff;
	font-size: 16px;
}
.top-menu li a.phone-btn {
	background-image: url(../images/call-calling.svg);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 60px;
	background-color: #0F0800;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 20px;
}
.header {
	padding: 30px 0;
}
.header::after {
	content: "";
	background-image: url(../images/v3.png);
	width: 219px;
	height: 227px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.wbg_img::before {
	content: "";
	background: url(../images/v1.png);
	width: 210px;
	height: 169px;
	display: block;
	position: absolute;
	top: -168px;
	left: -16px;
}
.wbg_img::after {
	content: "";
	background: url(../images/v2.png);
	width: 294px;
	height: 209px;
	position: absolute;
	display: block;
	bottom: -209px;
	left: -294px;
}
.top-a .container {
	position: relative;
	z-index: 100;
}
.header .container {
	position: relative;
	z-index: 10;
}
.footer .col-1-3:last-child {
	text-align: right;
}
.wbg_img {
	position: relative;
}
a:hover {
	opacity: .7;
	color: #fff;
}
a{
	transition: .4s ease;
}