.heading {
  margin-bottom: -2px;
  font-family: 'PT Sans', sans-serif;
  font-size: 3em;
  font-weight: 700;
  text-align: center;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Varela, sans-serif;
}

.body.home {
  background-color: #f1f2ed;
}

.subheading {
  margin-top: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 2em;
  font-weight: 400;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.message {
  margin-top: 40px;
  text-align: center;
}

.logo-text {
  padding: 25px;
  font-family: 'PT Sans', sans-serif;
  font-size: 6em;
  line-height: 1em;
}

.framework {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.15;
}

.image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 90vh;
  max-width: 90vw;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 720px;
  margin-bottom: -2px;
  padding: 150px 3% 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
}

.section-hero.blue {
  height: 75vh;
  background-color: #9500ff;
  background-image: url('../images/Waves.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Picture1-min.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/Waves.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Picture1-min.png'), linear-gradient(180deg, transparent, transparent);
  background-position: 50% 100%, 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover, auto;
  background-repeat: no-repeat, repeat, no-repeat, repeat;
}

.section-hero.blue.photo {
  width: 100%;
  height: 100vh;
  margin-bottom: -5px;
  background-color: #fff;
  background-image: url('../images/Waves.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Picture2-min.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/Waves.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Picture2-min.png'), linear-gradient(180deg, transparent, transparent);
  background-position: 50% 101%, 0px 0px, 50% 100%, 0px 0px;
  background-size: auto, auto, cover, auto;
  background-repeat: no-repeat, repeat, no-repeat, repeat;
}

.section-hero.image-background {
  height: 105vh;
}

.section-hero.image-background.home {
  position: relative;
  z-index: 1050;
  height: 100vh;
  min-height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
  background-image: none;
}

.section-hero.image-background.home.hidden {
  display: none;
}

.section-hero.image-background.home.video {
  position: relative;
  z-index: 50;
  height: auto;
  min-height: 498px;
  padding-bottom: 180px;
  background-color: rgba(90, 84, 255, 0);
  background-image: url('../images/5e4b521bf081587fc820626e_Waves.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-hero.about {
  min-height: 500px;
  padding-right: 5%;
  padding-bottom: 90px;
  padding-left: 5%;
}

.section-hero.contact {
  padding-bottom: 50px;
}

.container {
  z-index: 1050;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.container.vertical {
  position: relative;
  z-index: 1050;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.container.vertical.home-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container.vertical.about-container {
  max-width: 100%;
}

.container.vertical.hidden {
  display: none;
}

.container.home-container {
  position: relative;
  z-index: 50;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-hero {
  position: relative;
  z-index: 1050;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  -webkit-transition: opacity 1000ms cubic-bezier(1, .009, .977, .956);
  transition: opacity 1000ms cubic-bezier(1, .009, .977, .956);
}

.container-hero.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: #fff;
}

.container-hero.reverse.flipped-back {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 51px;
  margin-left: -5px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 60px;
  line-height: 70px;
}

.h1.home {
  font-size: 72px;
}

.h1.services-heading {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  line-height: 60px;
}

.h1.services-heading.dark {
  color: #fff;
}

.p1 {
  width: 100%;
  font-family: 'Calibri 400', Arial, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 25px;
}

.p1.white.full {
  max-width: 750px;
}

.p1.home {
  font-size: 36px;
  line-height: 42px;
}

.p1.sig {
  margin-top: -5px;
  margin-left: 0px;
  color: #bbb;
  font-size: 16px;
}

.div-block-3 {
  margin-top: 25px;
}

.button-2 {
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 100px;
  background-color: #9500ff;
  color: #fff;
}

.button-2.inverse {
  background-color: #fff;
  color: #9500ff;
}

.button-2.nav-button {
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #9500ff;
}

.button-2.nav-button.w--current {
  color: #fff;
}

.button-3 {
  padding-right: 30px;
  padding-left: 30px;
  border: 2px none #3c42dd;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.8);
  color: #5a54ff;
}

.menu-right-50 {
  width: 50%;
  padding-left: 15px;
}

.b2-bar3 {
  width: 30px;
  height: 4px;
  background-color: #858eca;
}

.dropdown-text-wrap {
  display: block;
  padding-left: 15px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.b2-middle-bar-left {
  width: 50%;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #858eca;
}

.text-block-4 {
  color: #7f7ea6;
  font-size: 14px;
}

.dropdown-menu-wrap-sml {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding: 8px 15px 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
}

.dropdown-menu-wrap-sml:hover {
  background-color: #f8fbfd;
}

.nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #333;
  font-weight: 400;
}

.nav-link:hover {
  color: #9500ff;
}

.nav-link.w--current {
  padding-top: 21px;
  padding-bottom: 21px;
  border-bottom: 3px solid #9500ff;
  font-family: Verdana, Geneva, sans-serif;
  color: #9500ff;
}

.nav-link.white {
  border-bottom-color: #fff;
  color: #fff;
}

.dropdown-toggle {
  padding-right: 20px;
}

.text-block-3 {
  color: #5a54ff;
  font-size: 15px;
}

.div-block-6 {
  position: absolute;
  left: 40%;
  top: -11px;
  right: 18px;
  width: 25px;
  height: 30px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.b2-middle-bar-right {
  width: 50%;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #858eca;
}

.menu-left-50 {
  width: 50%;
}

.dropdown-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding: 8px 15px 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
}

.dropdown-menu-wrap:hover {
  background-color: #f8fbfd;
}

.dropdown-icon-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 70%;
  background-color: #f0f4fe;
}

.burger-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 6px 6px 25px 0 rgba(40, 7, 128, 0.15);
  cursor: pointer;
}

.dropdown-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 70%;
  background-color: #f0f4fe;
}

.dropdown-icon.icon4 {
  background-color: #fef0f1;
}

.dropdown-icon.icon3 {
  background-color: #fef0fb;
}

.dropdown-icon.icon2 {
  background-color: #f5fef0;
}

.dropdown-icon.icon5 {
  background-color: #fef0f0;
}

.b2-middle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  min-height: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-container.short {
  min-height: 35px;
}

.nav-container.short.top {
  width: 100%;
  max-width: 1141px;
  min-height: 45px;
  padding-right: 0%;
  padding-left: 0%;
}

.nav-container.short.top.banner {
  max-width: 100%;
}

.nav-container.banner-container {
  max-width: 100%;
  min-height: 40px;
}

.nav-container.main-nav {
  max-width: 100%;
}

.icon {
  display: none;
  color: #fff;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1100;
  height: 110px;
  max-width: 100vw;
  min-height: 70px;
  padding: 45px 5% 8px;
  background-color: #fff;
}

.navbar.white {
  max-width: 100vw;
}

.b2-bar1 {
  width: 30px;
  height: 4px;
  background-color: #858eca;
}

.dropdown-list {
  min-width: 200px;
}

.dropdown-list.w--open {
  left: -211px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 600px;
  padding: 20px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.18);
}

.section-content {
  position: relative;
  z-index: 1050;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 60vh;
  padding: 80px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content.footer {
  width: 100%;
  min-height: 80vh;
  margin-bottom: -1px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/5e4b521bf081587fc820626e_Waves.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-content.top {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.section-content.top.summary {
  overflow: hidden;
  min-height: 80vh;
  margin-top: -50px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-content.bottom {
  width: 100%;
  padding-bottom: 100px;
}

.sml-logo {
  width: 148px;
}

.sml-logo.sml-2 {
  width: 110px;
}

.image-10 {
  width: 25px;
}

.colour-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #eaeefd;
}

.colour-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #e2fbfb;
}

.button-4 {
  margin-top: 10px;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 100px;
  background-color: #5a54ff;
  color: #fff;
}

.colour-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fceceb;
}

.container-plain {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h2-c {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  color: #213055;
  font-size: 24px;
  text-align: center;
}

.image-7 {
  display: block;
  width: 402px;
  margin-right: auto;
  margin-left: auto;
}

.h4 {
  margin-bottom: 10px;
  color: #213055;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  max-width: 410px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

.paragraph-2.space-btm {
  width: 40%;
  max-width: 100%;
  margin-bottom: 25px;
  -webkit-box-flex: 2;
  -webkit-flex: 2 auto;
  -ms-flex: 2 auto;
  flex: 2 auto;
  font-family: 'Calibri 400', Arial, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-2.space-btm.white {
  color: #fff;
}

.columns {
  margin-bottom: 130px;
}

.h2 {
  margin-bottom: 10px;
  font-family: 'Calibri 400', Arial, sans-serif;
  color: #213055;
  font-size: 36px;
  line-height: 39px;
}

.h2.heading {
  text-align: left;
}

.h2.rotated {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  text-align: right;
}

.h2.panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
}

.h2.services-heading {
  font-size: 48px;
  line-height: 60px;
}

.image-11 {
  width: 44px;
  margin-left: 15px;
  -webkit-filter: grayscale(100%) invert(100%) brightness(200%);
  filter: grayscale(100%) invert(100%) brightness(200%);
}

.image-11.color {
  width: 100%;
  max-height: 60px;
  margin-bottom: -2px;
  margin-left: 4px;
  -webkit-filter: none;
  filter: none;
}

.image-11.color.main {
  min-height: 34px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand.w--current {
  margin-top: -5px;
}

.heading-2 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.15vh;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
}

.heading-2.white {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.text-block-footer {
  position: relative;
  z-index: 1200;
  display: inline-block;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.image-12 {
  margin-right: 15px;
}

.section-footer {
  position: relative;
  z-index: 1050;
  width: 100%;
  padding: 20px 5% 60px 3%;
  background-color: #2c2c2e;
}

.columns-3 {
  margin-top: 35px;
}

.social-icons-wrap {
  float: right;
}

.sml-caption {
  display: inline-block;
  margin-right: 15px;
  font-family: 'Calibri 400', Arial, sans-serif;
  color: #fff;
  font-size: 15px;
}

.footer-logo-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(155, 158, 184, 0.26);
}

.footer-wrap {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-5 {
  text-align: center;
}

.footer-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-3 {
  margin-bottom: 10px;
  margin-left: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #d4d6e4;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.link-3:hover {
  color: #fff;
}

.link-3.email {
  margin-top: 10px;
}

.button-5 {
  margin-left: 0px;
  padding: 12px 28px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #9500ff;
  font-size: 14px;
  font-weight: 500;
}

.button-5:hover {
  background-color: #fff;
}

.section-waves {
  display: none;
  width: 100vw;
  height: 250px;
  background-image: url('../images/5e4b521bf081587fc820626e_Waves.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.navbar-banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: auto;
  height: 45px;
  max-width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #9500ff;
}

.white {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #d4d6e4;
  text-align: left;
  text-decoration: none;
}

.white.footer-link {
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  color: #d4d6e4;
}

.white.footer-link:hover {
  color: #fff;
}

.white.header {
  color: #fff;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.columns-4 {
  height: 100%;
  max-width: 1140px;
  padding-left: 5%;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 35px 35px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 3;
  -webkit-flex: 3 3 auto;
  -ms-flex: 3 3 auto;
  flex: 3 3 auto;
}

.div-block-8.inverse {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.div-block-8.left {
  margin-left: -30px;
  padding-right: 0px;
  padding-left: 30px;
  -webkit-box-flex: 3;
  -webkit-flex: 3 auto;
  -ms-flex: 3 auto;
  flex: 3 auto;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 3;
  -webkit-flex: 3 auto;
  -ms-flex: 3 auto;
  flex: 3 auto;
}

.text-span {
  color: #9500ff;
}

.italic {
  font-style: italic;
}

.text-span-2 {
  color: #9500ff;
}

.colour-block-sml-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #9500ff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
  margin-right: 35px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-sml {
  width: 15px;
}

.h2-c-w {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  color: #fff;
  font-size: 26px;
  text-align: center;
}

.colour-block-sml-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fceceb;
}

.feature-heading {
  margin-top: 13px;
  margin-bottom: 4px;
  color: #444;
  font-size: 16px;
}

.container-flex-vert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  min-height: 60vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-content-blue {
  position: relative;
  width: 100%;
  padding: 80px 5% 100px;
  background-color: #7f7f7f;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.tab-on {
  min-height: 90px;
  min-width: 275px;
  margin-bottom: 25px;
  border-radius: 8px;
  background-color: transparent;
  box-shadow: 1px 1px 8px -4px #999;
}

.tab-on.w--current {
  min-height: 90px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #9500ff;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.14);
  box-shadow: 1px 1px 8px -4px #999;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-2-w {
  max-width: 410px;
  font-family: 'Calibri 400', Arial, sans-serif;
  color: #444;
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
}

.p1-c-w {
  display: block;
  max-width: 580px;
  margin-right: auto;
  margin-bottom: 53px;
  margin-left: auto;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}

.image-13 {
  width: 550px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 8px;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content-grey {
  padding: 80px 5%;
  background-color: #f5f7fa;
}

.column-3 {
  padding-top: 0px;
  padding-left: 35px;
}

.columns-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tick-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 6px 6px 13px 0 rgba(164, 174, 175, 0.17);
}

.h4-2 {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-left: 20px;
  color: #33475c;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.h4-2.white {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.feature-wrap-left {
  width: 15%;
  height: 100%;
}

.feature-wrap-right {
  width: 85%;
  height: 100%;
}

.columns-5 {
  display: block;
}

.block-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inverted {
  color: #fff;
}

.normal {
  font-family: 'Calibri 400', Arial, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 28px;
}

.normal.white {
  color: #fff;
}

.text-span-3 {
  color: #9500ff;
}

.image-14 {
  border-radius: 12px;
  opacity: 0;
}

.text-span-4 {
  color: #9500ff;
}

.purple {
  color: #9500ff;
}

.right {
  margin-right: 15px;
  padding: 15px 15px 0px;
  border-bottom: 2px none #8b8b8c;
  border-radius: 17px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.emphasis {
  font-family: Varela, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
}

.container-2 {
  margin-top: 35px;
  text-align: center;
}

.container-2.full {
  display: block;
  margin-bottom: 100px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-5 {
  width: 100%;
  font-family: 'Calibri 400', Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.div-block-10 {
  margin-bottom: 60px;
  padding: 35px;
}

.check-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-6 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.service-image {
  border-radius: 18px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 150ms ease;
  transition: -webkit-filter 150ms ease;
  transition: filter 150ms ease;
  transition: filter 150ms ease, -webkit-filter 150ms ease;
}

.service-image:hover {
  -webkit-filter: none;
  filter: none;
}

.service-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  padding-right: 5%;
  padding-bottom: 0px;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-footer.padded {
  bottom: 0px;
  padding-right: 5%;
  padding-left: 5%;
}

.service-footer.mid {
  bottom: 0px;
  max-width: 1141px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-container {
  max-width: 1140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-center-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center-column.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-center-column.right-align {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.role {
  font-family: 'Calibri 400', Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.role.white.role-up {
  color: #fff;
}

.role.white.role-down {
  color: #fff;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.heading-3.white.potential-roles {
  color: #fff;
}

.country-code {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-weight: 700;
}

.map {
  width: 500px;
  height: 500px;
  border-radius: 14px;
}

.map-nz {
  width: 460px;
  height: 460px;
  border-radius: 20px;
  box-shadow: none;
}

.tabs-content {
  overflow: visible;
}

.bold-text {
  font-weight: 400;
}

.copyright {
  margin-top: 25px;
  padding: 15px;
  opacity: 1;
  color: #838383;
  font-size: 10px;
  line-height: 14px;
  text-align: right;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.background-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  height: 100vh;
  min-height: 100vh;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.background-video-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-attachment: scroll;
}

.background-video-2.background-video-3 {
  bottom: 0%;
  overflow: hidden;
  height: auto;
  max-width: 100%;
  margin-top: 100px;
  padding: 50px;
  background-image: none;
}

.background-video-2.background-video-3.mobile {
  display: none;
}

.background-video-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: block;
  overflow: visible;
  height: 100%;
  max-height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  opacity: 1;
  text-align: left;
}

.background-video-4 {
  position: absolute;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.wave-a {
  position: absolute;
  top: auto;
  bottom: 0px;
  width: 103%;
  max-height: 100%;
  margin-right: -5px;
  margin-left: -5px;
}

.wave-a.inverted-wave {
  bottom: 0px;
  max-height: 250px;
  min-height: 100%;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}

.waves {
  position: relative;
  z-index: 1050;
  overflow: hidden;
  width: 100%;
  min-height: 250px;
  margin-bottom: -1px;
}

.waves.inverted {
  min-height: 250px;
}

.waves.inverted.absolute {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wave-b {
  position: absolute;
  left: -1%;
  top: auto;
  right: -1%;
  bottom: -5px;
  width: 103%;
  max-height: 100%;
}

.wave-b.inverted-wave {
  bottom: -30px;
  max-height: 250px;
  min-height: 100%;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}

.wave-c {
  position: absolute;
  left: 1%;
  top: auto;
  right: -1%;
  bottom: -5px;
  width: 103%;
  max-height: 100%;
}

.wave-c.inverted-wave {
  bottom: -30px;
  max-height: 250px;
  min-height: 100%;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}

.nav-shadow {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 110px;
  box-shadow: 1px 1px 15px -12px #000;
  opacity: 0;
}

.particles-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  height: 100vh;
  padding-top: 125px;
  opacity: 1;
}

.particles-block.full {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  opacity: 1;
}

.svg-icon {
  height: 22px;
  margin: 5px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #fff;
}

.svg-icon.footer {
  margin-right: 10px;
  margin-left: 0px;
}

.banner-link {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.banner-link.footer {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Varela, sans-serif;
  color: #d4d6e4;
  font-size: 15px;
}

.banner-link.footer:hover {
  color: #fff;
}

.banner-link.footer.address {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner-link.footer.address:hover {
  color: #fff;
}

.continent-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.contact-background {
  max-height: 200px;
  opacity: 0.05;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.summary {
  font-family: 'Calibri 400', Arial, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.card {
  padding: 15px;
  border-bottom: 2px solid #9500ff;
  border-left: 2px none #9500ff;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 18px -17px #000;
  text-decoration: none;
}

.thirds {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1050;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  padding-top: 70px;
}

.third-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #333;
  text-decoration: none;
}

.third-column:hover {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.third-column.enriched {
  background-image: url('../images/rich_whiteboard.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}

.third-column.license-to-operate {
  background-image: url('../images/Picture5-min.png');
  background-position: 50% 50%;
  background-size: cover;
}

.third-column.business-change {
  background-image: url('../images/Picture6-min.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.third-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.column-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2%;
  height: 100%;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #9500ff;
  text-decoration: none;
}

.floating-scroll-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 35px;
  bottom: 35px;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #9500ff;
}

.image-16 {
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.mobile-overlay {
  display: none;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rh-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-17 {
  max-height: 60px;
  margin-left: -15px;
  opacity: 1;
}

.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text.panel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}

.text.panel:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.underline {
  width: 200px;
  height: 4px;
  background-color: #9500ff;
}

.potential-roles-mobile {
  display: none;
}

.mobile-only {
  display: none;
}

.bottom-cover {
  position: relative;
  z-index: 1050;
  width: 100%;
  height: 100px;
  margin-bottom: 0px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .section-hero {
    height: auto;
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 130px;
    background-image: url('../images/5e4b521bf081587fc820626e_Waves.svg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/5e4b521bf081587fc820626e_Waves.svg'), linear-gradient(180deg, null, null);
    background-position: 50% 101%, 0px 0px;
  }

  .container-hero.reverse.contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .b2-bar3 {
    background-color: #aaadc5;
  }

  .link-5 {
    margin-bottom: 0px;
    margin-left: 10px;
    padding: 15px;
    border-left: 4px solid #f0f0f0;
    color: #444;
    font-size: 24px;
    line-height: 48px;
    text-decoration: none;
  }

  .link-5.w--current {
    border-left-color: #9500ff;
  }

  .menu-text {
    position: absolute;
    left: auto;
    top: auto;
    right: 5%;
    bottom: 2%;
    margin-top: 35px;
    margin-bottom: 17px;
    font-family: 'Calibri 400', Arial, sans-serif;
    color: #9500ff;
    font-size: 32px;
    font-weight: 500;
  }

  .b2-middle-bar-left {
    background-color: #aaadc5;
  }

  .image-9 {
    width: 50%;
  }

  .b2-middle-bar-right {
    background-color: #aaadc5;
  }

  .dropdown-icon-mob {
    width: 35px;
    height: 35px;
  }

  .burger-2 {
    position: static;
    z-index: 1250;
    margin-top: 10px;
    margin-right: 10px;
    background-color: transparent;
    box-shadow: none;
  }

  .mobile-block {
    position: absolute;
    left: 10px;
    top: 0px;
    right: 10px;
    bottom: auto;
    z-index: 1200;
    display: none;
    overflow: visible;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: 435px;
    padding: 5px 35px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.2);
    opacity: 1;
    -webkit-transform: translate(0px, 39px);
    -ms-transform: translate(0px, 39px);
    transform: translate(0px, 39px);
    text-align: left;
  }

  .nav-container {
    width: 100%;
    height: 60px;
    max-height: 60px;
    max-width: 100%;
    min-height: 50px;
    padding-right: 15px;
    padding-left: 10px;
  }

  .nav-container.short.top.banner {
    height: 45px;
  }

  .nav-container.banner-container {
    height: 45px;
    max-height: 45px;
  }

  .nav-container.main-nav {
    padding-left: 35px;
  }

  .navbar {
    z-index: 2000;
    overflow: visible;
    max-width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .b2-bar1 {
    background-color: #aaadc5;
  }

  .menu-button {
    z-index: 1250;
    display: none;
  }

  .section-content {
    padding-right: 5%;
    padding-left: 5%;
  }

  .section-content.top {
    padding-right: 3%;
    padding-bottom: 180px;
    padding-left: 3%;
  }

  .section-content.bottom {
    padding-right: 3%;
    padding-bottom: 180px;
    padding-left: 3%;
  }

  .sml-logo {
    width: 130px;
    margin-bottom: 15px;
  }

  .feature-block {
    margin-bottom: 40px;
  }

  .div-block-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paragraph-2.space-btm {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .image-11.color {
    width: auto;
    max-height: 44px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -2px;
  }

  .image-11.color.main {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -2px;
  }

  .image-11.color.mobile {
    min-height: 34px;
  }

  .brand {
    margin-top: 12px;
    margin-left: 11px;
  }

  .brand.w--current {
    margin-top: 12px;
    margin-left: 11px;
  }

  .brand.mobile {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 10px;
    margin-left: 1px;
    padding-left: 0px;
  }

  .white {
    color: #fff;
  }

  .div-block-8 {
    display: block;
    padding-left: 35px;
  }

  .div-block-8.left {
    -webkit-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2;
  }

  .div-block-8.mobile {
    display: block;
  }

  .div-block-9 {
    display: none;
  }

  .tabs-menu {
    margin-right: 0px;
  }

  .section-content-blue {
    max-width: 100%;
    padding-right: 3%;
    padding-bottom: 180px;
    padding-left: 3%;
  }

  .tab-on {
    width: 100%;
    max-width: 275px;
    min-height: 90px;
    min-width: 200px;
    margin-bottom: 15px;
  }

  .tab-on.w--current {
    width: 100%;
    min-width: 250px;
    margin-bottom: 15px;
  }

  .tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-13 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-14 {
    display: none;
  }

  .check-container {
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-6 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .service-footer {
    bottom: 105px;
  }

  .service-footer.padded {
    position: absolute;
    bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-footer.mid {
    bottom: 134px;
  }

  .footer-container {
    display: none;
    padding-left: 0px;
  }

  .footer-container.mid {
    display: none;
    padding-right: 35px;
    padding-left: 30px;
  }

  .footer-container.bottom {
    display: none;
  }

  .flex-center-column {
    height: 75px;
  }

  .flex-center-column.left {
    margin-bottom: 30px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-center-column.right-align {
    text-align: center;
  }

  .map-nz {
    width: 350px;
    height: 350px;
  }

  .flex-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .background-video-2.background-video-3 {
    display: none;
  }

  .background-video-2.background-video-3.mobile {
    display: block;
  }

  .waves {
    min-height: 150px;
  }

  .mobile-overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1200;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.62);
  }

  .div-block-11 {
    display: block;
  }

  .potential-roles-mobile {
    display: block;
    width: 100%;
  }

  .mobile-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 2.5em;
  }

  .body {
    max-width: 100%;
  }

  .subheading {
    font-size: 1.5em;
  }

  .div-block {
    width: 100vw;
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-text {
    position: relative;
    max-width: 70%;
    padding: 10px;
    font-size: 3.5em;
  }

  .framework {
    overflow: hidden;
    opacity: 0.1;
  }

  .image-2 {
    width: 150vw;
    height: auto;
    max-width: 150vw;
    min-width: 150vw;
    margin-right: -100%;
  }

  .image-3 {
    position: relative;
    max-width: 30%;
  }

  .section-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-hero.about {
    overflow: visible;
    max-width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-hero {
    width: 100%;
  }

  .link-5 {
    padding-left: 15px;
  }

  .mobile-block {
    display: none;
    height: 500px;
    max-height: none;
    min-height: 500px;
    -webkit-transform: translate(0px, 39px);
    -ms-transform: translate(0px, 39px);
    transform: translate(0px, 39px);
  }

  .section-content.top {
    padding: 80px 4% 82px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 50% 101%;
  }

  .section-content.top.summary {
    display: none;
  }

  .section-content.bottom {
    padding-bottom: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: 101%;
  }

  .div-block-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .h2 {
    margin-top: 10px;
  }

  .h2.white {
    margin-top: 10px;
  }

  .image-11.color {
    margin-bottom: 2px;
  }

  .image-11.color.main {
    margin-left: -12px;
  }

  .image-11.color.mobile {
    margin-left: -24px;
  }

  .brand.w--current {
    margin-left: 2px;
  }

  .brand.mobile {
    margin-bottom: 15px;
  }

  .sml-caption {
    margin-right: 0px;
    margin-bottom: 8px;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button-5 {
    margin-left: 15px;
  }

  .div-block-8 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-8.left {
    margin-left: 0px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3;
  }

  .div-block-9 {
    display: none;
    -webkit-box-flex: 4;
    -webkit-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .tabs-menu {
    margin-right: 0px;
  }

  .section-content-blue {
    padding-top: 30px;
    padding-bottom: 91px;
  }

  .tab-on {
    max-width: 500px;
    min-width: 500px;
  }

  .tab-on.w--current {
    max-width: 500px;
    min-width: 500px;
  }

  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-heading {
    width: 100%;
  }

  .normal {
    line-height: 24px;
  }

  .service-image {
    margin-top: 20px;
    -webkit-filter: none;
    filter: none;
  }

  .service-footer {
    position: relative;
    bottom: auto;
    padding-top: 20px;
  }

  .service-footer.padded {
    position: relative;
    bottom: 0px;
  }

  .service-footer.mid {
    bottom: 20px;
  }

  .footer-container {
    margin-top: 20px;
    padding-left: 0px;
  }

  .footer-container.bottom {
    position: relative;
  }

  .flex-center-column {
    height: 50px;
  }

  .flex-center-column.left {
    margin-bottom: 0px;
  }

  .role.white {
    text-align: center;
  }

  .map-nz {
    width: 500px;
    height: 500px;
  }

  .background-video-2.background-video-3.mobile {
    display: block;
  }

  .waves.inverted {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    position: relative;
    padding-top: 100px;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .section-hero.image-background.home {
    height: 80vh;
    margin-bottom: -60px;
    padding-top: 60px;
    padding-bottom: 0px;
    background-image: none;
  }

  .section-hero.about {
    padding-top: 90px;
  }

  .container.vertical {
    max-width: 100%;
  }

  .container.vertical.home-container {
    width: 100%;
  }

  .container.home-container {
    max-width: 100%;
  }

  .container-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-hero.reverse {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-hero.reverse.contact {
    padding-top: 66px;
  }

  .container-hero.reverse.flipped-back {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h1 {
    margin-bottom: 21px;
    font-size: 50px;
    line-height: 52px;
  }

  .h1.home {
    font-size: 42px;
    line-height: 50px;
    text-align: center;
  }

  .h1.services-heading {
    font-size: 42px;
    line-height: 42px;
    text-align: left;
  }

  .p1.home {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .div-block-3 {
    width: 100%;
    text-align: left;
  }

  .button-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .link-5 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding: 10px 20px 10px 0px;
    border-right: 4px solid transparent;
    color: #444;
    font-size: 22px;
    text-align: right;
  }

  .link-5.w--current {
    border-left-style: solid;
  }

  .dropdown-menu-wrap-sml {
    padding-left: 5px;
  }

  .burger-2 {
    position: static;
    left: auto;
    top: 30px;
    right: 18px;
    bottom: 0%;
    z-index: 1250;
    margin-top: 8px;
    margin-right: -10px;
  }

  .mobile-block {
    position: absolute;
    top: 0px;
    z-index: 1200;
    display: none;
    height: 425px;
    max-height: none;
    max-width: none;
    min-height: 425px;
    margin-top: 0px;
    padding: 0px;
    box-shadow: none;
    -webkit-transform: translate(0px, 39px);
    -ms-transform: translate(0px, 39px);
    transform: translate(0px, 39px);
  }

  .nav-container {
    width: 100%;
    height: 60px;
    max-height: 60px;
    max-width: 100%;
    min-height: 50px;
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 5px;
  }

  .nav-container.short.top {
    margin-top: 0px;
  }

  .nav-container.short.top.banner {
    height: 45px;
    max-height: 45px;
  }

  .nav-container.banner-container {
    height: 45px;
    margin-top: 0px;
    padding-left: 12px;
  }

  .nav-container.main-nav {
    padding-left: 15px;
  }

  .navbar {
    overflow: visible;
    padding-top: 15px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .section-content.top {
    max-width: 100%;
    padding-top: 70px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .section-content.top.summary {
    display: none;
  }

  .section-content.bottom {
    padding: 30px 5% 3px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .sml-logo {
    margin-bottom: 56px;
  }

  .h2-c {
    margin-bottom: 59px;
  }

  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h2 {
    text-align: left;
  }

  .h2.white {
    font-size: 36px;
  }

  .image-11.color {
    width: 24px;
    max-width: 24px;
    margin-bottom: -1px;
    margin-left: 4px;
  }

  .image-11.color.main {
    width: auto;
    max-height: 24px;
    max-width: none;
    min-height: 24px;
    margin-top: -1px;
    margin-left: -14px;
  }

  .image-11.color.mobile {
    width: auto;
    max-height: 24px;
    max-width: none;
    min-height: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 12px;
  }

  .image-11.color.bottom {
    width: 100%;
    max-width: none;
  }

  .brand {
    margin-top: 8px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .brand.w--current {
    width: 100%;
    margin-top: 9px;
    margin-left: 10px;
  }

  .brand.mobile {
    margin-top: 18px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .brand.bottom {
    margin-top: 0px;
    padding-left: 0px;
  }

  .heading-2 {
    padding-left: 0px;
    font-size: 28px;
  }

  .heading-2.white {
    padding-left: 0px;
  }

  .heading-2.white.footer-logo-text {
    font-size: 32px;
  }

  .text-block-footer {
    text-align: center;
  }

  .section-footer {
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .columns-3 {
    margin-top: 0px;
  }

  .footer-logo-top {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-col {
    padding-top: 15px;
  }

  .navbar-banner {
    height: 45px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .white {
    font-size: 24px;
  }

  .white.footer-link {
    font-size: 16px;
    text-align: center;
  }

  .white.header {
    font-size: 12px;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-8.left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-9 {
    min-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

  .tabs-menu {
    max-width: 100%;
    min-width: 275px;
    margin-right: 0px;
  }

  .feature-heading {
    max-width: 200px;
  }

  .section-content-blue {
    max-width: 100%;
    padding-right: 5%;
    padding-bottom: 50px;
    padding-left: 5%;
  }

  .tab-on {
    max-width: 285px;
    min-width: 250px;
  }

  .tab-on.w--current {
    max-height: 230px;
    max-width: 285%;
    min-width: 285px;
  }

  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .paragraph-2-w {
    max-width: 200px;
  }

  .feature-wrap {
    height: auto;
  }

  .h4-2.white {
    font-size: 20px;
    font-weight: 400;
  }

  .block-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .inverted {
    max-width: 100%;
  }

  .normal.white {
    font-size: 20px;
  }

  .image-14 {
    display: none;
    min-width: 100%;
  }

  .div-block-10 {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .check-container {
    padding-bottom: 0px;
  }

  .service-footer {
    padding-top: 0px;
  }

  .service-footer.padded {
    padding-right: 0%;
    padding-left: 0%;
  }

  .footer-container.mid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flex-center-column {
    height: auto;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-center-column.left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .flex-center-column.right-align {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .role.white {
    font-size: 24px;
    text-align: center;
  }

  .role.white.role-up {
    font-size: 24px;
    line-height: 30px;
  }

  .role.white.role-down {
    font-size: 24px;
    text-align: left;
  }

  .heading-3.white.potential-roles {
    font-size: 24px;
  }

  .map-nz {
    width: 100%;
    height: 275px;
    max-width: 275px;
    min-width: 275px;
    margin-bottom: 20px;
  }

  .tabs-content {
    max-width: 100%;
  }

  .tab-pane-tab-1 {
    text-align: center;
  }

  .copyright {
    margin-top: 10px;
    text-align: center;
  }

  .background-video-2.background-video-3.mobile {
    height: 100vh;
    margin-top: 0px;
  }

  .waves {
    min-height: 100px;
  }

  .waves.inverted {
    display: none;
  }

  .nav-shadow {
    max-width: 100%;
  }

  .particles-block {
    height: 100vh;
    padding-top: 58px;
  }

  .svg-icon {
    height: 16px;
  }

  .banner-link.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banner-link.footer.address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .continent-container {
    text-align: center;
  }

  .contact-background {
    max-height: 150px;
    margin-top: 25px;
  }

  .mobile-overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1100;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.62);
  }

  .column-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .rh-column {
    min-height: 0px;
    margin-top: 30px;
  }
}

@font-face {
  font-family: 'Calibri 400';
  src: url('../fonts/Calibri-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}