<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "RoobertBold";
  src: url("/fonts/RoobertBold.eot");
  src: url("/fonts/RoobertBold.eot") format("embedded-opentype"), url("/fonts/RoobertBold.woff2") format("woff2"), url("/fonts/RoobertBold.woff") format("woff"), url("/fonts/RoobertBold.ttf") format("truetype"), url("/fonts/RoobertBold.svg#RoobertBold") format("svg");
}
@font-face {
  font-family: "RoobertMedium";
  src: url("/fonts/RoobertMedium.eot");
  src: url("/fonts/RoobertMedium.eot") format("embedded-opentype"), url("/fonts/RoobertMedium.woff2") format("woff2"), url("/fonts/RoobertMedium.woff") format("woff"), url("/fonts/RoobertMedium.ttf") format("truetype"), url("/fonts/RoobertMedium.svg#RoobertMedium") format("svg");
}
@font-face {
  font-family: "RoobertRegular";
  src: url("/fonts/RoobertRegular.eot");
  src: url("/fonts/RoobertRegular.eot") format("embedded-opentype"), url("/fonts/RoobertRegular.woff2") format("woff2"), url("/fonts/RoobertRegular.woff") format("woff"), url("/fonts/RoobertRegular.ttf") format("truetype"), url("/fonts/RoobertRegular.svg#RoobertRegular") format("svg");
}
@font-face {
  font-family: "RobotoLightItalic";
  src: url("/fonts/RobotoLightItalic.eot");
  src: url("/fonts/RobotoLightItalic.eot") format("embedded-opentype"), url("/fonts/RobotoLightItalic.woff2") format("woff2"), url("/fonts/RobotoLightItalic.woff") format("woff"), url("/fonts/RobotoLightItalic.ttf") format("truetype"), url("/fonts/RobotoLightItalic.svg#RobotoLightItalic") format("svg");
}
@font-face {
  font-family: "AmenDisplay-Light";
  src: url("/fonts/AmenDisplay-Light.eot");
  src: url("/fonts/AmenDisplay-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/AmenDisplay-Light.woff2") format("woff2"), url("/fonts/AmenDisplay-Light.woff") format("woff"), url("/fonts/AmenDisplay-Light.ttf") format("truetype"), url("/fonts/AmenDisplay-Light.svg#AmenDisplay-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AmenDisplay-LightItalic";
  src: url("/fonts/AmenDisplay-LightItalic.eot");
  src: url("/fonts/AmenDisplay-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/AmenDisplay-LightItalic.woff2") format("woff2"), url("/fonts/AmenDisplay-LightItalic.woff") format("woff"), url("/fonts/AmenDisplay-LightItalic.ttf") format("truetype"), url("/fonts/AmenDisplay-LightItalic.svg#AmenDisplay-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
.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_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;
}

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 {
  font-family: "RoobertRegular";
  margin: 0;
  padding: 0;
  font-size: 18px;
  letter-spacing: 0.03em;
  height: 100%;
  background-color: #F5F2E9;
  overflow-x: hidden;
}

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

h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.1em;
  position: relative;
  min-width: 650px;
}
h1::after {
  content: "";
  display: block;
  width: 90%;
  height: 10px;
  margin-top: 10px;
}

h2,
.h2 {
  font-family: "AmenDisplay-Light";
  font-size: 36px;
  line-height: 1.2em;
  color: #333132;
  text-align: center;
  text-transform: uppercase;
}
h2 .italic,
.h2 .italic {
  font-family: "AmenDisplay-LightItalic";
  font-style: italic;
  text-transform: initial;
}
h2.large,
.h2.large {
  font-size: 60px;
}

h3 {
  font-family: "RoobertBold";
  line-height: 1.25em;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #333132;
}

p {
  font-family: "RoobertRegular";
  font-size: 18px;
  line-height: 1.25em;
  padding-bottom: 0.8em;
}
p:last-child {
  padding-bottom: 0;
}

.title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1em;
  letter-spacing: 0.7em;
  text-transform: uppercase;
}

.head-line {
  color: #759BC5;
  font-family: "RoobertMedium";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 109.091% */
  letter-spacing: 1.32px;
  text-transform: uppercase;
}
.head-line.white {
  color: #ffffff;
}

#enq .head-line {
  font-size: 20px;
}

/* Navigation */
header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  background-color: #69683A;
}
header a,
header p {
  font-family: "RoobertBold";
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header nav ul {
  list-style-type: none;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header nav ul li {
  margin-right: 2vw;
}
header nav ul li a {
  font-family: "RoobertBold";
  font-size: 14px;
  line-height: 1.5em;
  /* identical to box height, or 150% */
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  position: relative;
  display: block;
  overflow: hidden;
}
header nav ul li a span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transform: translate3d(-110%, 0, 0);
  -webkit-transform: translate3d(-110%, 0, 0);
  -moz-transform: translate3d(-110%, 0, 0);
  -ms-transform: translate3d(-110%, 0, 0);
  -o-transform: translate3d(-110%, 0, 0);
}
@media (hover: hover) {
  header nav ul li a:hover span {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
header nav ul li a.sold::after {
  content: "SOLD";
  color: #c3c3c3;
}
header nav ul li:nth-child(4) {
  margin-left: auto;
  margin-right: auto;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li:nth-child(1), header nav ul li:nth-child(2), header nav ul li:nth-child(3) {
  justify-content: flex-start;
}
header nav ul:last-child {
  justify-content: flex-end;
}

#page-home header {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
#page-home header._bg {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

#page-jamesstreet .page-jamesstreet span,
#page-magnoliaterraces .page-magnoliaterraces span,
#page-oxhouse .page-oxhouse span,
#page-lifestyle .page-lifestyle span,
#page-team .page-team span {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  background-color: #ffffff;
}

#page-home header {
  background-color: #759BC5;
}

#page-jamesstreet header {
  background-color: #759BC5;
}

#page-magnoliaterraces header {
  background-color: #D2B1A2;
}

#page-oxhouse header {
  background-color: #CF5B2D;
}

/* nav-toggle */
#nav-toggle {
  position: relative;
  cursor: pointer;
  display: none;
}
#nav-toggle span:last-child {
  display: none;
}
#nav-toggle.active span:first-child {
  display: none;
}
#nav-toggle.active span:last-child {
  display: block;
}

#nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  position: relative;
}

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

/* enquiry */
input,
select,
textarea,
label {
  font-family: "RoobertRegular";
  text-align: left;
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #ffffff;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
input option,
select option,
textarea option,
label option {
  padding: 7px 5px;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
  color: #69683A;
}
input.b_submit,
select.b_submit,
textarea.b_submit,
label.b_submit {
  font-family: "RoobertBold";
  width: -moz-max-content !important;
  width: max-content !important;
  text-align: center;
  border: 0 none;
  background-color: #759BC5;
  margin-top: 14px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding: 13px 70px;
  font-size: 14px;
}
@media (hover: hover) {
  input.b_submit:hover,
  select.b_submit:hover,
  textarea.b_submit:hover,
  label.b_submit:hover {
    background-color: #F5F2E9;
    color: #759BC5;
  }
}

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

#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 30px;
  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: left;
  -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: #333132;
  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: #333132;
}

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: relative;
  text-align: left;
  top: 0;
  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: red;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/*footer*/
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  background-color: #D3C8AC;
}
footer a {
  display: block;
  padding: 0 4px;
}
footer a img {
  height: 14px;
  margin: auto;
}

section {
  display: block;
  position: relative;
  width: 100%;
}
section.landing {
  height: 100%;
  overflow: hidden;
}
section.landing 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;
}
section.landing .main-logo {
  width: 600px;
  max-width: 90%;
}
section.landing .new-residences {
  position: absolute;
  top: 14px;
  text-transform: uppercase;
  left: 0;
  right: 0;
  background-color: transparent;
  margin: auto;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  font-family: "RoobertBold";
  text-align: center;
  letter-spacing: 0.04em;
  z-index: 2;
}

.container {
  display: block;
  position: relative;
  width: 1000px;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
.container.large {
  width: 1500px;
}

.content-box {
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.animate {
  overflow: hidden;
}
.animate img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  opacity: 0;
}
.animate.fadeIn img {
  transition-delay: 0.5s;
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 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;
}

.privacy {
  font-size: 12px;
  max-width: 96%;
  color: #ffffff;
}
.privacy a {
  color: inherit;
  text-decoration: underline;
}

.phone {
  font-family: "RoobertBold";
  display: block;
  margin-bottom: 40px;
}

.new-residences {
  position: relative;
  margin: auto;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  font-family: "RoobertBold";
  text-align: center;
  letter-spacing: 0.04em;
  z-index: 2;
  font-size: 14px;
  text-transform: uppercase;
}

.explore {
  border-bottom: 1px solid #333132;
  padding-bottom: 4px;
  width: -moz-max-content;
  width: max-content;
}

/* Nina */
.btn {
  padding: 0;
  overflow: hidden;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: -moz-max-content;
  width: max-content;
  color: #333132;
  position: relative;
  font-size: 18px;
  overflow: hidden;
  padding-bottom: 4px;
}
.btn.scrollDown {
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  font-family: "RoobertBold";
  font-size: 14px;
  margin: auto;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
}
.btn span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #333132;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transform: translate3d(-110%, 0, 0);
  -webkit-transform: translate3d(-110%, 0, 0);
  -moz-transform: translate3d(-110%, 0, 0);
  -ms-transform: translate3d(-110%, 0, 0);
  -o-transform: translate3d(-110%, 0, 0);
}
.btn:hover span {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-wrapper .fullyvideo {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-size: cover !important;
  min-height: 100vh;
  width: auto !important;
  z-index: 0;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100vw;
}

.sticky {
  position: sticky;
}
.sticky.top0 {
  top: 0;
}

#art .grid_4 {
  justify-content: center;
  align-items: center;
  width: calc(33.3333333333% - 60px);
  margin-right: 90px;
  overflow: hidden;
  flex-direction: column;
}
#art .grid_4:last-child {
  margin-right: 0;
}
#art .grid_4 img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
#art .grid_4 img:last-of-type {
  position: absolute;
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
}
#art .grid_4:hover img:last-of-type:hover {
  opacity: 0;
}
#art span {
  position: relative;
  display: flex;
}
#art span.location-name {
  position: absolute;
  font-family: "AmenDisplay-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.13em;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  pointer-events: none;
  flex-direction: column;
}
#art span.location-name.sold-out span {
  font-family: "AmenDisplay-LightItalic";
  color: #333132;
  text-align: center;
  display: block;
  font-size: 0.8em;
}

#team-logo-holder a {
  width: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

#enq {
  background-color: #6284AA;
  position: relative;
  z-index: 10;
  min-height: 100vh;
  padding-top: 200px;
}
#enq h2 {
  text-align: left;
  text-transform: uppercase;
}

#preloader {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  justify-content: center;
  align-items: center;
  background-color: #69683A;
}
#preloader svg {
  width: 600px;
  max-width: 90%;
  height: auto;
}

.sps {
  -o-object-fit: none;
     object-fit: none;
  margin-bottom: auto;
}

.team-holder {
  width: calc(100% - 40px);
  max-width: 78%;
  margin-left: auto;
  margin-right: auto;
}
.team-holder .grid_4 {
  width: calc(33.3333333333% - 60px);
  margin-right: 90px;
  margin-bottom: 90px;
}
.team-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;
}

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

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

.mta {
  margin-top: auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

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

.mlra {
  margin-left: auto;
  margin-right: auto;
}

.ma {
  margin: auto;
}

.ptxl {
  padding-top: 200px;
}

.pbxl {
  padding-bottom: 200px;
}

.ptl {
  padding-top: 100px;
}

.pbl {
  padding-bottom: 100px;
}

.ptm {
  padding-top: 50px;
}

.pbm {
  padding-bottom: 50px;
}

.pts {
  padding-top: 30px;
}

.pbs {
  padding-bottom: 30px;
}

.mts {
  margin-top: 20px;
}

.mbs {
  margin-bottom: 20px;
}

.mbm {
  margin-bottom: 50px;
}

.mbm {
  margin-bottom: 50px;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.full-vh {
  height: 100vh;
}

.half-height {
  height: 50%;
  min-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;
}

.mw280 {
  max-width: 280px;
}

.mw405 {
  max-width: 430px;
}

.mw680 {
  max-width: 680px;
}

.mw800 {
  max-width: 800px;
}

.mw950 {
  max-width: 950px;
}

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

.wrap {
  flex-wrap: wrap;
}

.blue {
  color: #6284AA;
}

.black {
  color: #333132;
}

.bg-creamy {
  background-color: #F5F2E9;
}

.bg-blue {
  background-color: #759BC5;
}

.bg-brown {
  background-color: #D2B1A2;
}

.bg-orange {
  background-color: #CF5B2D;
}

.block {
  display: block;
}

.text-box {
  max-width: 100%;
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.hasWidth {
  max-width: 100%;
}

.art-w50 {
  max-width: 50%;
  max-width: 500px;
}

.just-mobile {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .just-desktop {
    display: none !important;
  }
  .just-mobile {
    display: flex !important;
  }
  #nav-toggle {
    display: block;
  }
  header {
    padding: 10px;
    justify-content: flex-start;
    height: -moz-max-content;
    height: max-content;
    flex-direction: column;
  }
  header &gt; .flex {
    padding: 10px 0;
  }
  header nav {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 0px;
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  header nav ul {
    flex-direction: column;
  }
  header nav ul:first-child {
    margin-bottom: 80px;
  }
  header nav ul li {
    margin-bottom: 20px;
  }
  header nav ul li:last-child {
    margin-bottom: 0;
  }
  header nav ul li a {
    font-size: 20px;
  }
  header.active-nav nav {
    height: calc(100vh - 38px);
  }
  a {
    font-size: 14px;
  }
  p {
    font-size: 16px;
  }
  .privacy a {
    font-size: 10px;
  }
  input,
  select,
  textarea,
  label {
    font-size: 16px;
  }
  input.b_submit,
  select.b_submit,
  textarea.b_submit,
  label.b_submit {
    background-color: #7F9ACF;
    padding: 16px 70px;
  }
  .pbl {
    padding-bottom: 80px;
  }
  .ptl {
    padding-top: 80px;
  }
  .pbm {
    padding-bottom: 40px;
  }
  .ptm {
    padding-top: 40px;
  }
  .pbs {
    padding-bottom: 20px;
  }
  .pts {
    padding-top: 20px;
  }
  .grid_3,
  .grid_4,
  .grid_7,
  .grid_5,
  .grid_6 {
    width: 100%;
  }
  .privacy {
    font-size: 10px;
    width: 100%;
    max-width: 100%;
  }
  footer {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  footer a {
    display: block;
    margin-bottom: 30px;
    width: 33%;
  }
  footer a img {
    height: initial;
    max-width: 90%;
    margin: 0;
  }
  footer a:nth-child(2) img {
    max-width: 80%;
  }
  footer a:nth-child(3) img {
    max-width: 100%;
  }
  h2 {
    font-size: 26px;
    max-width: 360px;
  }
  h2 br {
    display: none !important;
  }
  h3 {
    font-size: 14px;
  }
  #enq h2,
  #enq p,
  #enq a {
    text-align: left !important;
  }
  .btn {
    font-size: 18px;
  }
  .btn.scrollDown {
    display: none;
  }
  #art .grid_4 {
    width: 30%;
    margin-right: 0;
  }
  #art .grid_4 span.location-name {
    color: #333132;
    font-size: 15px;
    position: inherit;
    position: relative;
    display: block;
    margin-top: 30px;
  }
  #team-logo-holder {
    align-items: center;
  }
  #team-logo-holder a {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  #enq {
    min-height: initial;
    padding-top: 100px;
  }
  .art-w50 {
    max-width: 50%;
    max-width: calc(100% - 60px);
  }
  .team-holder {
    max-width: calc(100% - 40px);
  }
  .team-holder .grid_4 {
    width: 100%;
    margin-right: 0;
    margin-bottom: initial;
  }
  .team-holder .grid_4 img:first-child {
    margin-right: auto;
  }
  .sticky {
    position: relative;
  }
  .sticky.top0 {
    top: initial;
  }
  #page-home .flexslider .slides li img {
    aspect-ratio: 1/1 !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  #team-logo-holder a:first-child img {
    height: 26px !important;
  }
  #team-logo-holder a:last-child img {
    height: 22px !important;
  }
  .video-wrapper .fullyvideo {
    background-size: cover !important;
    height: 100%;
    width: auto;
    z-index: 0;
    aspect-ratio: 16/9;
    -o-object-fit: contain;
       object-fit: contain;
    min-width: 100%;
  }
  .phone {
    font-size: 18px;
  }
  /*----------------*/
  .m-plrs {
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-column {
    flex-direction: column;
  }
  .m-column-reverse {
    flex-direction: column-reverse;
  }
  .m-align-start {
    align-items: flex-start;
  }
  .ptxl {
    padding-top: 100px;
  }
  .pbxl {
    padding-bottom: 100px;
  }
  .ptl,
  .m-ptl {
    padding-top: 70px;
  }
  .pbl,
  .m-pbl {
    padding-bottom: 70px;
  }
  .m-justify-start {
    justify-content: flex-start;
  }
  .m-left-align {
    text-align: left;
  }
  .m-mlra {
    margin-left: auto;
    margin-right: auto;
  }
  .m-full-width {
    width: 100% !important;
    max-width: 100% !important;
  }
  .m-grid_7 {
    width: 58%;
  }
  .m-grid_8 {
    width: 75%;
  }
  .m-grid_4 {
    width: 40%;
  }
  .m-space-between {
    justify-content: space-between;
  }
  .m-pt0 {
    padding-top: 0;
  }
  .m-pb0 {
    padding-bottom: 0;
  }
  .m-ma {
    margin: auto;
  }
  .sps {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .m-mla {
    margin-left: auto;
  }
  .m-mra {
    margin-right: auto;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>