@font-face {
  font-family: "FinancierDisplay-Regular";
  src: url("/fonts/FinancierDisplay-Regular.eot");
  src: url("/fonts/FinancierDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/FinancierDisplay-Regular.woff2") format("woff2"), url("/fonts/FinancierDisplay-Regular.woff") format("woff"), url("/fonts/FinancierDisplay-Regular.ttf") format("truetype"), url("/fonts/FinancierDisplay-Regular.svg#FinancierDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre-Regular";
  src: url("/fonts/Calibre-Regular.eot");
  src: url("/fonts/Calibre-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Calibre-Regular.woff2") format("woff2"), url("/fonts/Calibre-Regular.woff") format("woff"), url("/fonts/Calibre-Regular.ttf") format("truetype"), url("/fonts/Calibre-Regular.svg#Calibre-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre-Medium";
  src: url("/fonts/Calibre-Medium.eot");
  src: url("/fonts/Calibre-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Calibre-Medium.woff2") format("woff2"), url("/fonts/Calibre-Medium.woff") format("woff"), url("/fonts/Calibre-Medium.ttf") format("truetype"), url("/fonts/Calibre-Medium.svg#Calibre-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.landingSlider {
  width: 75%;
  background-size: cover;
}

.landingSlider .slides li:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  right: 0;
  width: 4px;
  background: #fff;
  z-index: 5;
  top: 0;
}

.landingSlider .flex-viewport {
  overflow: initial !important;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  position: absolute;
  display: block;
  width: 30px;
  height: 34px;
  z-index: 50;
  bottom: 25px;
  right: 30px;
  background-size: cover;
}

.projectSlider .flex-direction-nav a {
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
}

.flex-direction-nav .flex-prev {
  background-image: url(/images/buttons/left.png);
  right: auto;
  left: -50px;
}

.landingSlider .flex-direction-nav .flex-prev {
  display: none;
}

.flex-direction-nav .flex-next {
  background-image: url(/images/buttons/right.png);
}

.landingSlider .flex-direction-nav .flex-next {
  background-image: url(/images/buttons/right.png);
  background-color: #000;
  width: 80px;
  height: 81px;
  border-radius: 50%;
  background-size: 30px 34px;
  background-repeat: no-repeat;
  background-position: center;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.flex-control-nav {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15px;
  text-align: center;
  z-index: 3;
  font-size: 0;
}

.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 4px;
  height: 18px;
  display: block;
  background: #fff;
  text-indent: -9999px;
}

.flex-control-paging li a:hover {
  background: #3c6;
}

.flex-control-paging li a.flex-active {
  background: #3c6;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 1480px) {
  .projectSlider .flex-direction-nav a {
    right: 20px;
  }
  .flex-direction-nav .flex-prev {
    left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .landingSlider {
    width: 100%;
  }
  .landingSlider .slides li:after {
    display: none;
  }
  .flex-direction-nav a {
    width: 20px;
    height: 22px;
  }
  .landingSlider .flex-direction-nav .flex-next {
    width: 40px;
    height: 40px;
    background-size: 15px 17px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.vbox-overlay {
  --vbox-tools-color:#fff;
  --vbox-title-background:#101010;
  --vbox-title-width:"auto";
  --vbox-title-radius:0;
  --vbox-share-background:#101010;
  --vbox-share-width:"auto";
  --vbox-share-radius:0;
  --vbox-padding:0;
}

.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay * {
  backface-visibility: visible;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

.vbox-share, .vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color);
}

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.vbox-share {
  font-size: 24px;
  padding: 0 0.35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius);
}

.vbox-link-btn, button.vbox-link-btn, button.vbox-link-btn:active, button.vbox-link-btn:focus, button.vbox-link-btn:hover {
  border: none !important;
  background: 0 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: 0;
  display: inline-block;
  cursor: pointer;
}

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block;
}

.vbox-share svg {
  z-index: 10;
  vertical-align: middle;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-close:hover {
  opacity: 1;
}

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  color: var(--vbox-tools-color);
}

.vbox-num {
  display: inline-block;
  padding: 12px 15px;
}

.vbox-left {
  left: 0;
}

.vbox-right {
  right: 0;
}

.vbox-top {
  top: 0;
}

.vbox-bottom {
  bottom: 0;
}

.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-next:hover, .vbox-prev:hover {
  opacity: 1;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

.vbox-inline, .venoratio {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: "";
}

.venoratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding);
}

.venoratio-1x1 {
  --vb-aspect-ratio:100%;
}

.venoratio-4x3 {
  --vb-aspect-ratio:calc(3 / 4 * 100%);
}

.venoratio-16x9 {
  --vb-aspect-ratio:calc(9 / 16 * 100%);
}

.venoratio-21x9 {
  --vb-aspect-ratio:calc(9 / 21 * 100%);
}

.venoratio-full {
  --vb-aspect-ratio:calc(100vh - 100px);
}

.vbox-child.vbox-inline, .vbox-child.venoratio {
  max-width: 100%;
}

.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0;
}

.vbox-content {
  opacity: 0;
}

.vbox-content {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

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

.vbox-child {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 50% !important;
  text-align: initial;
  padding: var(--vbox-padding);
}

.vbox-child img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
}

.vbox-grab .vbox-child img {
  cursor: grab;
}

.vbox-child > iframe {
  border: none !important;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-preloader {
  transform: translateZ(0);
}

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  transition: opacity 0.2s;
}

.vbox-hidden {
  display: none;
}

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0;
}

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(-1px);
  z-index: 0;
}

.vbox-tooltip {
  position: relative;
  display: inline-block;
}

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 2px;
  font-family: sans-serif;
}

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 10px;
}

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.vbox-overlay {
  --sk-size:40px;
  --sk-color:#333;
}

.sk-center {
  margin: auto;
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out;
}

@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  100%, 80% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  0%, 100% {
    transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  45%, 55% {
    transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}

@keyframes sk-wave {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes sk-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) {
  animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s;
}

@keyframes sk-flow {
  0%, 100%, 80% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle-fade {
  0%, 100%, 39% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out;
}

.sk-grid-cube:nth-child(1) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  animation-delay: 0.2s;
}

@keyframes sk-grid {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg);
}

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  animation-delay: 0.9s;
}

@keyframes sk-fold {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance:calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s;
}

@keyframes sk-wander {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  outline: none !important;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: 33.3333333333%;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}
.grid_6.right-space {
  width: calc(50% - 12px);
  margin-right: 24px;
}
.grid_6.right-space:nth-child(2n) {
  margin-right: 0;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: flex;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

img {
  border: none;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.375em;
  text-align: left;
  height: 100%;
  color: #012A2D;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

h1 {
  font-family: "FinancierDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1em;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
  max-width: 500px;
}
h1::after {
  content: "";
  display: block;
  width: 90%;
  height: 10px;
  background-color: #17E88F;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
}

#page-home h1 {
  min-width: 650px;
}

h2,
.h2 {
  font-family: "FinancierDisplay-Regular";
  font-size: 50px;
  line-height: 1.1em;
}
h2.underline,
.h2.underline {
  line-height: 0.85em;
}

p,
.p {
  font-family: "Calibre-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4em;
}
p.my-location,
.p.my-location {
  width: 130px;
}

.title {
  font-family: "Calibre-Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 11px !important;
  line-height: 1.1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h3 {
  font-family: "FinancierDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1em;
  color: #012A2D;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  font-family: "Calibre-Medium";
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
  text-transform: capitalize;
  color: #012A2D;
  padding: 8px 0;
}
.btn.bg_white {
  background-color: #ffffff;
}
.btn.office-location {
  margin-right: 23px;
  width: 130px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn.office-location:hover {
  background-color: #012A2D;
  color: #ffffff;
}
.btn.my-location {
  margin-right: 23px;
  width: 130px;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-right: 0 !important;
  cursor: default;
}
.btn span {
  display: block;
  width: 35px;
  height: 1px;
  background-color: #17E88F;
  margin-right: 10px;
}

.learn-more {
  font-family: "FinancierDisplay-Regular";
  font-size: 32px;
  line-height: 1.1em;
  border-bottom: 1px solid #CAD1D3;
}

/* Navigation */
#page-home h1 {
  font-size: 70px;
}
#page-home header {
  background-color: transparent;
}
#page-home header._bg {
  background-color: #012A2D;
}
#page-home header._bg .hasDropDown {
  background-color: #012A2D;
}
#page-home header ul li .hasDropDown {
  background-color: transparent;
}

header {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #012A2D;
  height: 50px;
}
header._bg {
  background-color: #012A2D;
}
header._bg #nav ul li .hasDropDown {
  background-color: #012A2D;
  padding-left: 4px;
}
header > * {
  width: 33.3333333333%;
}
header > *:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header > *:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}
header > *:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .logo {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
header .logo #main_logo {
  max-height: 27px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

#page-home .page-home,
#page-projects .page-projects,
#page-about .page-about,
#page-careers .page-careers,
#page-contact .page-contact {
  border-bottom: 2px solid #ffffff;
}

/* nav-toggle */
#nav-toggle {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 19px;
  cursor: pointer;
  display: none;
}
#nav-toggle span, #nav-toggle span::after, #nav-toggle span::before {
  display: block;
  height: 2px;
  width: 30px;
  background: #ffffff;
  display: block;
  content: "";
  transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#nav-toggle span::before {
  transform: translateY(9px);
  -webkit-transform: translateY(9px);
  -moz-transform: translateY(9px);
  -ms-transform: translateY(9px);
  -o-transform: translateY(9px);
}
#nav-toggle span::after {
  transform: translateY(16px);
  -webkit-transform: translateY(16px);
  -moz-transform: translateY(16px);
  -ms-transform: translateY(16px);
  -o-transform: translateY(16px);
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span::before {
  transform: translateY(9px) rotate(45deg);
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
}
#nav-toggle.active span::after {
  transform: translateY(7px) rotate(-45deg);
  -webkit-transform: translateY(7px) rotate(-45deg);
  -moz-transform: translateY(7px) rotate(-45deg);
  -o-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
}

#nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  position: relative;
}
#nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
#nav ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 16px;
  position: relative;
}
#nav ul li:hover li ol {
  visibility: initial;
  opacity: 0;
}
#nav ul li .hasDropDown {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 14px 10px 20px 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  background-color: #012A2D;
  padding-left: 4px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#nav ul li .hasDropDown li {
  margin-bottom: 14px;
}
#nav ul li .hasDropDown li:last-child {
  margin-bottom: 0;
}
#nav ul li .hasDropDown li a {
  text-align: left;
  opacity: 1;
}
#nav ul li:last-child {
  margin-right: 0;
}
#nav ul li a {
  display: block;
  font-family: "Calibre-Medium";
  font-weight: normal;
  font-size: 20px;
  line-height: 1.25em;
  text-align: center;
  text-transform: capitalize;
  flex-wrap: nowrap;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (hover: hover) {
  #nav ul li a:hover {
    border-bottom: 2px solid #ffffff;
  }
}
#nav ul li:hover .hasDropDown {
  transition-delay: 0.2s;
  opacity: 1;
  visibility: initial;
}
#nav.active_nav {
  opacity: 1;
  pointer-events: initial;
}
#nav.active_nav > * {
  height: calc(100% - 1px);
  transition-delay: 700ms;
}
#nav.active_nav ul {
  opacity: 1;
  transition-delay: 1s;
}
#nav.active_nav ul li {
  opacity: 1;
}

nav[style*="display: block"] {
  display: flex !important;
}

#navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#navigation ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
#navigation ul li {
  margin-right: 20px;
}
#navigation ul li:last-child {
  margin-right: 0;
}
#navigation ul li a {
  font-family: "Calibre-Regular";
  font-size: 16px;
}
#navigation ul li a.active {
  color: #17E88F;
  cursor: default;
}
#navigation ul.language {
  margin-left: 30px;
}
#navigation ul.language li {
  margin: 0;
}
#navigation ul.language span {
  color: #fff;
  font-family: "Calibre-Regular";
  font-size: 18px;
  display: block;
  margin: 0 4px;
}

/* enquiry */
input,
select,
textarea,
label {
  font-family: "Calibre-Regular";
  font-size: 12px;
  letter-spacing: 0.13em;
  text-align: left;
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  margin: 0 0 18px;
  padding: 0 0 8px;
  text-transform: uppercase;
  color: #fff;
}
input option,
select option,
textarea option,
label option {
  padding: 7px 5px;
  background: #012A2D;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
input.b_submit,
select.b_submit,
textarea.b_submit,
label.b_submit {
  padding: 6px 0;
  width: 100% !important;
  background-color: #17E88F;
  border: 0 none;
}

.chk_holder {
  margin: 0 0 18px 0;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  padding-bottom: 4px;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}

#chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  display: inline;
  margin: auto;
  border-bottom: 0 none;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #ffffff;
  content: "";
  display: block;
}

#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 9px;
  top: 50%;
  left: 5px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

#chkInternational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.5;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.5;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

#au_postcode,
#int_postcode,
#enquiryInternational1_HowDidYouHearHolder {
  width: 100%;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  max-width: 100%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 95%;
  line-height: 1em;
  transform: translateY(-1.2em);
  -webkit-transform: translateY(-1.2em);
  -moz-transform: translateY(-1.2em);
  -ms-transform: translateY(-1.2em);
  -o-transform: translateY(-1.2em);
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
  letter-spacing: 2px;
}

/*footer*/
footer {
  display: block;
  padding: 40px 0;
  background-color: #ffffff;
}
footer * {
  font-family: "Calibre-Medium";
  font-size: 14px;
  line-height: 1.4em;
  color: #538184;
}
footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
footer ul li {
  margin-bottom: 4px;
}
footer ul li:last-child {
  margin-bottom: 0;
}
footer #socialmedia {
  margin-left: auto;
}
footer #socialmedia a {
  display: block;
  margin-right: 20px;
}
footer #socialmedia a:last-child {
  margin-right: 0;
}
footer #socialmedia a img {
  height: 30px;
}
footer .footer-cbre-icon {
  max-height: 26px;
}

section {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
section > div {
  z-index: 4;
}

.container,
.single-item {
  display: block;
  position: relative;
  width: 1040px;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

#page-home .landing {
  margin-top: 0 !important;
}
#page-home .landing .video_hero_holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
#page-home .landing .video_hero_holder #video_holder .fullyvideo {
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#page-home .landing .video_hero_holder #video_holder #bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url(/upload/home-hero-min.jpg) no-repeat;
  background-size: cover;
}
#page-home .landing .video_hero_holder #video_holder #mute-video {
  display: flex;
  width: 20px;
  justify-content: center;
  align-items: center;
  pointer-events: initial;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 100;
}
#page-home .landing .video_hero_holder #video_holder #mute-video img {
  margin: auto;
}
#page-home .landing .video_hero_holder #video_holder #mute-video .icon-unmute {
  display: none;
}
#page-home .landing .video_hero_holder #video_holder #mute-video.unmute .icon-mute {
  display: none;
}
#page-home .landing .video_hero_holder #video_holder #mute-video.unmute .icon-unmute {
  display: block;
}
#page-home .landing .video_hero_holder iframe {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100vw;
  min-height: 110vh;
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
  aspect-ratio: 16/9;
}
#page-home .landing p {
  font-family: "FinancierDisplay-Regular";
  font-size: 15px;
  line-height: 1.1em;
}
#page-home .landing .container {
  z-index: 2;
}

.landing {
  margin-top: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.landing.full-height {
  height: calc(100% - 50px);
}

#multiple-items,
.multiple-items {
  width: 100%;
  margin: auto;
}
#multiple-items .slick-list,
.multiple-items .slick-list {
  overflow: visible;
}
#multiple-items .slick-current + .slick-active .project-name,
.multiple-items .slick-current + .slick-active .project-name {
  opacity: 1;
}
#multiple-items .project-name,
.multiple-items .project-name {
  opacity: 0;
}

.project-name {
  font-family: "FinancierDisplay-Regular";
  font-size: 21px;
  line-height: 1.1em;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: #ffffff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.project-name span {
  display: block;
  font-family: "Calibre-Regular";
  font-size: 9px;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 0.78em;
  text-transform: uppercase;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.slick-arrow.next {
  left: auto;
  right: 0;
}

.qr {
  width: 100%;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
}

#page-international .city-location {
  margin-right: 10px;
  background-color: #538184;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 10px;
  min-width: 100px;
  width: initial;
}

.team-logo {
  display: block;
  aspect-ratio: 3/2;
}

.lazy-fade {
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  opacity: 0;
}
.lazy-fade.fadeIn {
  opacity: 1;
}

.box {
  position: relative;
}
.box .abs-link {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.privacy {
  color: #fff;
  font-size: 10px;
  line-height: 1.4em;
  text-align: left;
  max-width: 320px;
  width: 100%;
}
.privacy a {
  text-decoration: underline;
}

#reg {
  width: 100%;
}

#Bylaws a,
#Bylaws span {
  display: block;
  font-size: 12px;
}
#Bylaws span {
  margin: 0 4px;
}

#map {
  width: 100%;
  aspect-ratio: 4/2;
}

#points-of-intrest {
  background-color: #012A2D;
}

.projectName {
  font-family: "Calibre-Medium";
  display: block;
  font-size: 12px;
  list-style: 10px;
  margin: 8px 0 0;
  text-transform: uppercase;
  padding: 0 4px;
  color: #ffffff;
}

.Suburb {
  font-family: "Calibre-Regular";
  display: block;
  font-size: 12px;
  padding: 0 4px;
  color: #ffffff;
}

#page-international .gm-style-iw.gm-style-iw-c {
  width: 200px;
  aspect-ratio: 4/3;
  padding: 0 !important;
  margin: 0 !important;
}
#page-international .gm-style-iw.gm-style-iw-c > div {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #538184;
}
#page-international .gm-style-iw.gm-style-iw-c > div img {
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-international .gm-style .gm-style-iw-tc::after {
  background-color: #538184 !important;
}
#page-international .gm-ui-hover-effect {
  opacity: 1 !important;
  top: 0 !important;
  right: 0 !important;
  background-color: #ffffff !important;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  width: 20px !important;
  height: 20px !important;
}
#page-international .gm-ui-hover-effect span {
  margin: auto !important;
}

#instagram-content {
  flex-wrap: wrap;
}
#instagram-content .grid_4 {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #17E88F;
  padding-top: 15px;
}
#instagram-content .grid_4:nth-child(3n) {
  margin-right: 0;
}
#instagram-content .grid_4 img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#instagram-content .grid_4 img.instagram-icon {
  width: 50px;
  position: absolute;
  margin: auto;
  z-index: 2;
}
#instagram-content .grid_4 .dark-layer::before {
  opacity: 0;
}
#instagram-content .grid_4:hover .dark-layer::before {
  opacity: 1;
}

.dark-layer::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  z-index: 2;
}

.people-name {
  font-family: "FinancierDisplay-Regular";
  font-size: 21px;
  line-height: 1.1em;
}

#team .grid_4 {
  width: calc(33.33% - 30px);
  margin-right: 45px;
}
#team .grid_4:nth-child(3n) {
  margin-right: 0;
}
#team .grid_4 img {
  aspect-ratio: 6/8;
  -o-object-fit: cover;
     object-fit: cover;
}
#team .grid_4 .title {
  font-size: 9px;
}

.page-info p,
.page-info a,
.page-info span,
.page-info select {
  font-family: "FinancierDisplay-Regular";
  font-size: 15px;
  line-height: 1.1em;
  color: #012A2D;
}
.page-info span {
  display: block;
  margin: 0 4px;
}
.page-info .grid_4 {
  display: flex;
  align-items: center;
}
.page-info .grid_4 select {
  width: -moz-max-content;
  width: max-content;
  color: #012A2D;
  padding: 0;
  letter-spacing: 0;
  margin: 0;
  text-transform: initial;
}
.page-info .grid_4:last-child {
  justify-content: flex-end;
}

#image-base .grid_6 {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
#image-base .grid_6:nth-child(2n) {
  margin-right: 0;
}
#image-base .grid_6::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0.3%, rgba(0, 0, 0, 0) 70.69%);
}
#image-base .grid_12 {
  width: 100%;
  margin-bottom: 20px;
}
#image-base .grid_12::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0.3%, rgba(0, 0, 0, 0) 70.69%);
}
#image-base .grid_12 .fp-details {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 26px;
  left: 46px;
  max-width: 600px;
}

#page-project.details h1 {
  width: -moz-max-content;
  width: max-content;
  padding-right: 100px;
}
#page-project.details h2 {
  font-size: 36px;
}
#page-project.details .grab {
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0em;
  line-height: 1.5em;
  text-align: left;
  color: #ffffff;
  margin-top: 10px;
}
#page-project.details .back-to {
  font-family: "Calibre-Medium";
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1em;
  text-align: left;
  color: #435254;
}
#page-project.details .gallery-holder .grid_4 {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}
#page-project.details .gallery-holder .grid_4:nth-child(3n) {
  margin-right: 0;
}
#page-project .contact-number {
  font-family: "Calibre-Medium";
  font-size: 18px;
}
#page-project .project-details .contact-number {
  color: #435254;
}
#page-project #map {
  width: calc(100% - 300px);
}
#page-project #points-of-intrest {
  background-color: #012A2D;
  width: 300px;
  padding: 40px;
  min-height: 500px;
}
#page-project #points-of-intrest #mapdetails .map-cat {
  color: #ffffff;
  margin-top: 0;
  padding-top: 10px;
  border-top: 1px solid #fff;
  font-size: 16px;
  cursor: pointer;
}
#page-project #points-of-intrest #mapdetails .map-cat .inner-poi {
  margin-bottom: 20px;
}
#page-project #points-of-intrest #mapdetails .inner-poi {
  display: flex;
  flex-direction: column;
}
#page-project #points-of-intrest #mapdetails .inner-poi .pois {
  font-family: "Calibre-Regular";
  font-size: 14px;
  line-height: 1.4em;
  cursor: default;
}

#pop-up-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Calibre-Regular";
}
#pop-up-video img {
  width: 80px;
}

.project-logo {
  max-height: 150px;
  max-width: 250px;
}

.column2 > * {
  width: 48%;
  margin-top: 2%;
}
.column2 > *:first-child, .column2 > *:nth-child(2) {
  margin-top: 0;
}

.howdidyou > * {
  width: 100%;
}

.shadow {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.850990445) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}

.para {
  height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#offices {
  padding-top: 40px;
  border-top: 1px solid #012A2D;
}

.office-details {
  margin-bottom: 40px;
}
.office-details h2 {
  font-family: "Calibre-Medium";
  color: #435254;
  font-size: 30px;
  margin-bottom: 10px;
}
.office-details p {
  margin-bottom: 10px;
}
.office-details a {
  font-family: "Calibre-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4em;
  color: #012A2D;
}

.filters {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.filters a {
  font-family: "Calibre-Medium";
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: 15px;
  margin: 0 14px;
  color: #012A2D;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.filters a.active {
  border-bottom: 1px solid #17E88F;
}

.news-holder .grid_4 {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.news-holder .grid_4:nth-child(3n) {
  margin-right: 0;
}

/* ------ */
.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex,
.row {
  display: flex;
  position: relative;
}

.column {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.justify-end {
  justify-content: flex-end;
}

.align-center {
  align-items: center;
}

.mta {
  margin-top: auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.mtba {
  margin-top: auto;
  margin-bottom: auto;
}

.ma {
  margin: auto;
}

.ptl {
  padding-top: 100px;
}

.pbl {
  padding-bottom: 100px;
}

.ptm {
  padding-top: 50px;
}

.pbm {
  padding-bottom: 50px;
}

.pts {
  padding-top: 20px;
}

.pbs {
  padding-bottom: 20px;
}

.mts {
  margin-top: 20px;
}

.mbs {
  margin-bottom: 20px;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.full-vh {
  height: 100vh;
}

.half-height {
  max-height: 50%;
  height: 500px;
}

.white {
  color: #ffffff;
}

.aspect1by1 {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect3by2 {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect20by5 {
  aspect-ratio: 20/5;
}

.green3 {
  color: #17E88F;
}

.green1 {
  color: #012A2D;
}

.gray2 {
  color: #538184;
}

.bg-gray2 {
  background-color: #538184;
}

.bg-gray3 {
  background-color: #CAD1D3;
}

.underline {
  border-bottom: 1px solid #538184;
}

.financier {
  font-family: "FinancierDisplay-Regular";
}

.btgray3 {
  border-top: 1px solid #CAD1D3;
}

.mw280 {
  max-width: 280px;
}

.mw680 {
  max-width: 680px;
}

.wrap {
  flex-wrap: wrap;
}

.just-mobile {
  display: none;
}

.top-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.7s;
  padding: 50px;
}
.top-pop .inner {
  background-color: #fff;
  padding: 50px;
  height: 100%;
  overflow-y: scroll;
  width: 100%;
  position: relative;
}
.top-pop .closePop {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.top-pop h2 {
  margin-bottom: 30px;
}
.top-pop h3 {
  margin: 15px 0;
}
.top-pop a {
  color: inherit;
}
.top-pop a path {
  fill: #000;
}

@media screen and (max-width: 1000px) {
  .just-desktop {
    display: none;
  }
  .just-mobile {
    display: block;
  }
  header {
    justify-content: space-between;
    padding: 16px 0;
    background-color: #012A2D;
  }
  header > * {
    width: initial;
  }
  header #anime {
    display: none;
  }
  header .logo {
    width: 100px;
    z-index: 10;
  }
  header .logo #main_logo {
    width: 100%;
    height: auto !important;
  }
  header #nav {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #012A2D;
    align-items: center;
    margin-left: auto;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9;
    transform: translate(-100%);
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
  }
  header #nav ul {
    margin: auto auto auto 20px;
    flex-direction: column;
  }
  header #nav ul li {
    margin-right: auto !important;
    margin-bottom: 20px;
  }
  header #nav ul li a {
    text-align: center;
    font-size: 22px;
  }
  header #nav ul li a.page-projects {
    display: none;
  }
  header #nav ul li .hasDropDown {
    position: relative;
    top: initial;
    left: auto;
    z-index: 2;
    visibility: visible;
    opacity: 1;
    padding-left: 0;
    padding: 0;
  }
  header #nav.active_nav {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
  nav > *:first-child, nav > *:nth-child(2) {
    display: none;
  }
  nav ul li ol {
    padding-bottom: 20px;
  }
  #nav-toggle {
    display: flex;
    z-index: 10;
  }
  #page-home h1 {
    min-width: initial;
    font-size: 48px;
    line-height: 1em;
  }
  #page-home h1 br {
    display: none;
  }
  h1 {
    font-size: 40px;
    padding: 0 0 20px 0;
  }
  h1 br {
    display: none;
  }
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_8,
  .grid_7 {
    width: 100% !important;
  }
  #instagram-content .grid_4 {
    width: 100%;
    margin-right: 0;
  }
  footer #socialmedia {
    margin-left: 0;
  }
  .page-info .container > .flex {
    flex-direction: column;
  }
  .page-info .container > .flex .grid_4 {
    width: 100%;
  }
  .page-info .container > .flex .grid_4:last-child {
    justify-content: flex-start;
  }
  #image-base .grid_12 {
    aspect-ratio: 1/1;
  }
  .h2 {
    font-size: 24px;
  }
  #team .grid_4 {
    margin-right: 0;
  }
  #locationHolder {
    display: flex;
    position: fixed;
    bottom: -2px;
    left: 0;
    background-color: #012A2D;
    padding: 10px;
    width: 100%;
    z-index: 9;
  }
  #locationHolder #myLocation {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  #locationHolder #myLocation p {
    padding-bottom: 0;
    margin-right: 6px;
    background-image: url(/images/icons/search.svg);
    background-position: 75% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    line-height: 2;
  }
  #locationHolder #officeLocation {
    position: fixed;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    flex-direction: column;
    bottom: 0;
    background-color: #012A2D;
    left: 0;
    z-index: 1;
    padding: 10px;
    display: none;
  }
  #locationHolder #officeLocation > div {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  #locationHolder #officeLocation > div a {
    width: 48%;
    margin: 1%;
  }
  #locationHolder .closeSearch {
    text-align: right;
    text-decoration: underline;
  }
  #newsFilterMobile {
    width: 100%;
    background-color: #012A2D;
    padding: 10px;
    margin: 40px auto;
    font-size: 16px;
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
    background-image: url(/images/icons/down-arrow.svg);
    background-position: center right;
    background-size: auto;
    background-repeat: no-repeat;
  }
  #newsFilterMobile option {
    font-size: 16px;
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
    width: 100%;
  }
  .news-holder .grid_4 {
    margin-right: 0;
    width: 100%;
  }
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  .para {
    aspect-ratio: 4/3;
    height: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: initial;
  }
  .column2 > * {
    width: 100%;
  }
  #map-holder {
    flex-direction: column;
  }
  #map-holder > * {
    width: 100% !important;
  }
  #map-holder #map {
    aspect-ratio: 1/1;
  }
  #page-project.details .gallery-holder .grid_4 {
    margin-right: 0;
  }
  /*------*/
  .m-column {
    flex-direction: column;
  }
  .m-pbm {
    padding-bottom: 50px;
  }
  .pr10 {
    padding: 0 0 10px 0;
  }
  .w100 {
    min-width: 80px;
  }
}/*# sourceMappingURL=style.css.map */