:root,
.root {
  --brand-color: #DD206C;
  --brand-color2: #FCDC2F;
  --brand-color3: #0092D4;
  --brand-color4: #2A3240;
  --text-color: #202631;
  --arrival-color: #1DBADF;
  --primary-font: "Montserrat", Helvetica, Arial, sans-serif;
  --header-font: 'Figtree', serif;
  --awesome: 'Font Awesome 6 Free';
  --thin: 100;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --extrabold: 800;
  --black: 900;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: Georgia,Times,Times New Roman,serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  font-family: var(--primary-font);
  overflow-x: hidden;
  font-size: 16px;
}
html.modal-open {
  overflow: hidden;
}
body {
  color: var(--text-color);
  overflow-x: hidden;
  background: #fff;
  font-weight: 400;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width:45em) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
  }
}
a {
  outline: 0;
  line-height: inherit;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  color: var(--brand-color);
}
a:hover {
  color: var(--text-color);
}
a:active,
a:hover {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
ul.disc {
  list-style: disc outside;
  margin-bottom: 10px;
  margin-left: 25px;
}
li {
  padding-bottom: 0.273em;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 400;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bold {
  font-weight: var(--bold);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--regular);
  text-rendering: optimizeLegibility;
  padding: 15px 0;
  line-height: 1.2;
  word-wrap: break-word;
  font-family: var(--header-font);
}
h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline {
  display: inline-block;
  border-bottom: 2px solid var(--brand-color);
  padding-bottom: 8px;
  margin-bottom: 30px;
}
h1.notop,
h2.notop,
h3.notop,
h4.notop,
h5.notop,
h6.notop {
  padding-top: 0;
}
h1.nobottom,
h2.nobottom,
h3.nobottom,
h4.nobottom,
h5.nobottom,
h6.nobottom {
  padding-bottom: 0;
}
h1.nobold,
h2.nobold,
h3.nobold,
h4.nobold,
h5.nobold,
h6.nobold {
  font-weight: var(--regular);
}
h1.nobold a,
h2.nobold a,
h3.nobold a,
h4.nobold a,
h5.nobold a,
h6.nobold a {
  font-weight: var(--semibold);
}
@media only screen and (min-width:45em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-wrap: initial;
  }
}
h1,
.h1 {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
}
h2,
.h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.625rem);
}
h2.large,
.h2.large {
  font-size: clamp(1.75rem, 4.5vw, 3.438rem);
}
h3,
.h3 {
  font-size: clamp(1.5rem, 2.4vw, 1.75rem);
  line-height: 1.3em;
}
h3.large,
.h3.large {
  font-size: clamp(1.75rem, 2.8vw, 2.188rem);
}
h4,
.h4 {
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  line-height: 1.3em;
}
h5 {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
}
h6 {
  font-size: 16px;
}
p {
  font-weight: 400;
  font-size: clamp(1rem, 2vw, 1.063rem);
  margin-bottom: 15px;
  line-height: 1.8;
}
p.small {
  font-size: 16px;
}
p.intro {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: var(--bold);
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
.marg_left {
  margin-left: 10px !important;
}
.marg_right {
  margin-right: 10px !important;
}
.col-spacer {
  padding: 100px 0;
}
.top10px {
  margin-top: 10px !important;
}
.top20px {
  margin-top: 20px !important;
}
.top30px {
  margin-top: 30px !important;
}
.top40px {
  margin-top: 40px !important;
}
.top50px {
  margin-top: 50px !important;
}
.top60px {
  margin-top: 60px !important;
}
.top70px {
  margin-top: 70px !important;
}
.top80px {
  margin-top: 80px !important;
}
.top90px {
  margin-top: 90px !important;
}
.top100px {
  margin-top: 100px !important;
}
.bott10px {
  margin-bottom: 10px !important;
}
.bott20px {
  margin-bottom: 20px !important;
}
.bott30px {
  margin-bottom: 30px !important;
}
.bott40px {
  margin-bottom: 40px !important;
}
.bott50px {
  margin-bottom: 50px !important;
}
.bott60px {
  margin-bottom: 60px !important;
}
.bott70px {
  margin-bottom: 70px !important;
}
.bott80px {
  margin-bottom: 80px !important;
}
.bott90px {
  margin-bottom: 90px !important;
}
.bott100px {
  margin-bottom: 100px !important;
}
.left10px {
  margin-left: 10px !important;
}
.left20px {
  margin-left: 20px !important;
}
.left30px {
  margin-left: 30px !important;
}
.left40px {
  margin-left: 40px !important;
}
.left50px {
  margin-left: 50px !important;
}
.left60px {
  margin-left: 60px !important;
}
.left70px {
  margin-left: 70px !important;
}
.left80px {
  margin-left: 80px !important;
}
.left90px {
  margin-left: 90px !important;
}
.left100px {
  margin-left: 100px !important;
}
.right10px {
  margin-right: 10px !important;
}
.right20px {
  margin-right: 20px !important;
}
.right30px {
  margin-right: 30px !important;
}
.right40px {
  margin-right: 40px !important;
}
.right50px {
  margin-right: 50px !important;
}
.right60px {
  margin-right: 60px !important;
}
.right70px {
  margin-right: 70px !important;
}
.right80px {
  margin-right: 80px !important;
}
.right90px {
  margin-right: 90px !important;
}
.right100px {
  margin-right: 100px !important;
}
.padtop10px {
  padding-top: 10px !important;
}
.padtop20px {
  padding-top: 20px !important;
}
.padtop30px {
  padding-top: 30px !important;
}
.padtop40px {
  padding-top: 40px !important;
}
.padtop50px {
  padding-top: 50px !important;
}
.padtop60px {
  padding-top: 60px !important;
}
.padtop70px {
  padding-top: 70px !important;
}
.padtop80px {
  padding-top: 80px !important;
}
.padtop90px {
  padding-top: 90px !important;
}
.padtop100px {
  padding-top: 100px !important;
}
.padbott10px {
  padding-bottom: 10px !important;
}
.padbott20px {
  padding-bottom: 20px !important;
}
.padbott30px {
  padding-bottom: 30px !important;
}
.padbott40px {
  padding-bottom: 40px !important;
}
.padbott50px {
  padding-bottom: 50px !important;
}
.padbott60px {
  padding-bottom: 60px !important;
}
.padbott70px {
  padding-bottom: 70px !important;
}
.padbott80px {
  padding-bottom: 80px !important;
}
.padbott90px {
  padding-bottom: 90px !important;
}
.padbott100px {
  padding-bottom: 100px !important;
}
.padleft10px {
  padding-left: 10px !important;
}
.padleft20px {
  padding-left: 20px !important;
}
.padleft30px {
  padding-left: 30px !important;
}
.padleft40px {
  padding-left: 40px !important;
}
.padleft50px {
  padding-left: 50px !important;
}
.padleft60px {
  padding-left: 60px !important;
}
.padleft70px {
  padding-left: 70px !important;
}
.padleft80px {
  padding-left: 80px !important;
}
.padleft90px {
  padding-left: 90px !important;
}
.padleft100px {
  padding-left: 100px !important;
}
.padright10px {
  padding-right: 10px !important;
}
.padright20px {
  padding-right: 20px !important;
}
.padright30px {
  padding-right: 30px !important;
}
.padright40px {
  padding-right: 40px !important;
}
.padright50px {
  padding-right: 50px !important;
}
.padright60px {
  padding-right: 60px !important;
}
.padright70px {
  padding-right: 70px !important;
}
.padright80px {
  padding-right: 80px !important;
}
.padright90px {
  padding-right: 90px !important;
}
.padright100px {
  padding-right: 100px !important;
}
.no_marg_bottom {
  margin-bottom: -8px !important;
  padding-bottom: 0 !important;
}
@media only screen and (min-width:45em) {
  .no-gutter {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.brand {
  color: var(--brand-color);
}
.brand2 {
  color: var(--brand-color2);
}
.brand3 {
  color: var(--brand-color3);
}
.brand4 {
  color: var(--brand-color4);
}
.brandbg {
  background-color: var(--brand-color);
}
.brandbg2 {
  background-color: var(--brand-color2);
}
.brandbg3 {
  background-color: var(--brand-color3);
}
.white {
  color: #ffffff;
}
.whitebg {
  background-color: #fff;
}
.textcolor {
  color: var(--text-color);
}
.input {
  overflow: hidden;
  height: 48px;
  width: 100%;
  border: 1px solid #e0e0e0;
  position: relative;
  padding: 0 20px;
  font-size: 15px;
  background: #ffffff;
  margin-bottom: 15px;
  border-radius: 3px;
}
.textarea {
  overflow: hidden;
  width: 100%;
  border: 1px solid #e0e0e0;
  position: relative;
  padding: 0 20px;
  font-size: 15px;
  background: #ffffff;
  margin-bottom: 15px;
  border-radius: 3px;
}
.pg-img {
  width: 50%;
  height: auto;
  margin-left: 20px;
  float: right;
}
.wrap {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (min-width:30em) {
  .wrap {
    max-width: 30em;
  }
}
@media only screen and (min-width:45em) {
  .wrap {
    max-width: 48em;
  }
}
@media only screen and (min-width:60em) {
  .wrap {
    max-width: 60em;
  }
}
@media only screen and (min-width:75em) {
  .wrap {
    max-width: 75em;
  }
}
@media only screen and (min-width:90em) {
  .wrap {
    max-width: 90em;
  }
}
.row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section {
  padding-top: clamp(50px, 8vw, 100px);
  padding-bottom: clamp(50px, 8vw, 100px);
}
.section.notop {
  padding-top: 0;
}
.section.nobottom {
  padding-bottom: 0;
}
@media only screen and (min-width:45em) {
  body [bp~="grid"] {
    grid-gap: 30px;
  }
}
body [bp~="gap-none"] {
  grid-gap: 0;
}
@media (min-width: 480px) {
  [bp~="text-left@sm"] {
    text-align: left !important;
  }
  [bp~="text-right@sm"] {
    text-align: right !important;
  }
  [bp~="text-center@sm"] {
    text-align: center !important;
  }
}
@media (min-width: 720px) {
  [bp~="text-left@md"] {
    text-align: left !important;
  }
  [bp~="text-right@md"] {
    text-align: right !important;
  }
  [bp~="text-center@md"] {
    text-align: center !important;
  }
}
@media (min-width: 960px) {
  [bp~="text-left@lg"] {
    text-align: left !important;
  }
  [bp~="text-right@lg"] {
    text-align: right !important;
  }
  [bp~="text-center@lg"] {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  [bp~="text-left@xl"] {
    text-align: left !important;
  }
  [bp~="text-right@xl"] {
    text-align: right !important;
  }
  [bp~="text-center@xl"] {
    text-align: center !important;
  }
}
[bp~="margin--xl"] {
  margin: 50px !important;
}
[bp~="margin-top--xl"] {
  margin-top: 50px !important;
}
[bp~="margin-bottom--xl"] {
  margin-bottom: 50px !important;
}
[bp~="margin-right--xl"] {
  margin-right: 50px !important;
}
[bp~="margin-left--xl"] {
  margin-left: 50px !important;
}
[bp~="padding--xl"] {
  padding: 50px !important;
}
[bp~="padding-top--xl"] {
  padding-top: 50px !important;
}
[bp~="padding-bottom--xl"] {
  padding-bottom: 50px !important;
}
[bp~="padding-right--xl"] {
  padding-right: 50px !important;
}
[bp~="padding-left--xl"] {
  padding-left: 50px !important;
}
.menu {
  position: fixed;
  background: var(--brand-color4);
  width: 100%;
  height: 0;
  z-index: 99;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu .wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.menu .wrap .container {
  text-align: center;
  opacity: 0;
  grid-gap: 30px;
}
@media only screen and (min-width:45em) {
  .menu .wrap .container {
    width: 100%;
    height: 100%;
    text-align: start;
  }
}
.menu .wrap .container ul li {
  padding-bottom: 30px;
  font-family: var(--header-font);
}
.menu .wrap .container ul li a {
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  font-size: clamp(1.25rem, 2.1vw, 1.563rem);
  color: #ffffff;
}
.menu .wrap .container ul li a:hover,
.menu .wrap .container ul li a.onstate {
  color: var(--brand-color2);
}
.menu .wrap .container ul li a i {
  font-size: 80%;
  margin-left: 3px;
}
.menu .wrap .container ul li a.underline {
  color: var(--brand-color);
  border-bottom: 1px solid var(--brand-color);
  padding-bottom: 2px;
}
.menu .wrap .container h3 {
  font-weight: var(--bold);
  color: var(--brand-color3);
  font-size: clamp(1.75rem, 2.8vw, 2.188rem);
  padding-bottom: 30px;
}
.menu .wrap .container .catnav ul ul {
  display: none;
}
.menu .wrap .container .subnav ul {
  columns: 2;
  gap: 40px;
}
.menu .wrap .container .subnav ul li {
  padding-bottom: 16px;
  font-family: var(--primary-font);
}
.menu .wrap .container .subnav ul li a {
  font-size: 1.125rem;
}
.menu .wrap .container .useful ul {
  padding-top: 4px;
}
.menu .wrap .container .useful ul li {
  padding-bottom: 22px;
}
.menu .wrap .container .useful ul li:first-child {
  font-size: clamp(1.25rem, 3vw, 1.563rem);
  color: #ffffff;
}
.menu .wrap .container .useful ul li a {
  font-size: clamp(1.063rem, 3vw, 1.25rem);
  font-weight: var(--regular);
}
.menu .nav-cta {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--brand-color3);
  color: #ffffff;
}
.menu .nav-cta .wrap {
  position: initial;
  transform: none;
  padding: 20px 30px;
}
.menu .banner {
  position: absolute;
  z-index: 3;
  padding: 0 0 50px;
  opacity: 0;
  bottom: 0;
  left: 0;
  text-align: end;
}
.menu .banner .social a {
  background-color: var(--brand-color);
  color: #ffffff;
  width: 31px;
  height: 31px;
  display: inline-block;
  transform: rotate(45deg);
  text-align: center;
  margin-right: 30px;
  border: 1px solid var(--brand-color);
}
.menu .banner .social a i {
  transform: rotate(-45deg);
  margin-left: -1px;
  margin-top: 7px;
}
.menu .banner .social a:hover {
  background-color: #fff;
  color: var(--brand-color);
}
@keyframes background-fade {
  99.9% {
    background: transparent;
  }
  100% {
    background: var(--brand-color2);
  }
}
@keyframes slide-menu {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-menu-out {
  from {
    top: 0;
  }
  to {
    top: -100vh;
  }
}
@keyframes menu-item-anim-left {
  from {
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes menu-item-anim-right {
  from {
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(-27%);
    transform: translateX(-27%);
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out-in {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.show-menu {
  height: 100vh;
  overflow: auto;
  pointer-events: inherit;
  -webkit-animation: slide-menu 0.5s ease-in forwards;
  -moz-animation: slide-menu 0.5s ease-in forwards;
  -ms-animation: slide-menu 0.5s ease-in forwards;
  -o-animation: slide-menu 0.5s ease-in forwards;
  animation: slide-menu 0.5s ease-in forwards;
}
@media only screen and (min-width:45em) {
  .show-menu {
    overflow: hidden;
  }
}
.show-menu .banner {
  -webkit-animation: fade-in 0.6s forwards 0.6s ease-in-out;
  -moz-animation: fade-in 0.6s forwards 0.6s ease-in-out;
  -ms-animation: fade-in 0.6s forwards 0.6s ease-in-out;
  -o-animation: fade-in 0.6s forwards 0.6s ease-in-out;
  animation: fade-in 0.6s forwards 0.6s ease-in-out;
}
@media only screen and (min-width:45em) {
  .show-menu .banner {
    -webkit-animation: menu-item-anim-right 0.6s forwards 0.6s ease-in-out;
    -moz-animation: menu-item-anim-right 0.6s forwards 0.6s ease-in-out;
    -ms-animation: menu-item-anim-right 0.6s forwards 0.6s ease-in-out;
    -o-animation: menu-item-anim-right 0.6s forwards 0.6s ease-in-out;
    animation: menu-item-anim-right 0.6s forwards 0.6s ease-in-out;
  }
}
.show-menu .container {
  -webkit-animation: fade-in 0.6s forwards 0.6s ease-in-out;
  -moz-animation: fade-in 0.6s forwards 0.6s ease-in-out;
  -ms-animation: fade-in 0.6s forwards 0.6s ease-in-out;
  -o-animation: fade-in 0.6s forwards 0.6s ease-in-out;
  animation: fade-in 0.6s forwards 0.6s ease-in-out;
}
@media only screen and (min-width:45em) {
  .show-menu .container {
    -webkit-animation: fade-in 0.6s forwards 0.6s ease-in-out;
    -moz-animation: fade-in 0.6s forwards 0.6s ease-in-out;
    -ms-animation: fade-in 0.6s forwards 0.6s ease-in-out;
    -o-animation: fade-in 0.6s forwards 0.6s ease-in-out;
    animation: fade-in 0.6s forwards 0.6s ease-in-out;
  }
}
.hide-menu {
  height: 100vh;
  -webkit-animation: slide-menu-out 0.8s ease-in-out forwards;
  -moz-animation: slide-menu-out 0.8s ease-in-out forwards;
  -ms-animation: slide-menu-out 0.8s ease-in-out forwards;
  -o-animation: slide-menu-out 0.8s ease-in-out forwards;
  animation: slide-menu-out 0.8s ease-in-out forwards;
}
.hide-menu .container {
  -webkit-animation: fade-out 0.3s ease-out;
  -moz-animation: fade-out 0.3s ease-out;
  -ms-animation: fade-out 0.3s ease-out;
  -o-animation: fade-out 0.3s ease-out;
  animation: fade-out 0.3s ease-out;
}
@media only screen and (min-width:45em) {
  .hide-menu .container {
    -webkit-animation: fade-out 0.3s ease-out;
    -moz-animation: fade-out 0.3s ease-out;
    -ms-animation: fade-out 0.3s ease-out;
    -o-animation: fade-out 0.3s ease-out;
    animation: fade-out 0.3s ease-out;
  }
}
.hide-menu .wrap .container {
  margin-top: 0;
}
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 auto -2px;
  overflow: visible;
}
.hamburger.is-active .hamburger-inner {
  background-color: #fff;
}
.hamburger.is-active .hamburger-inner::before {
  background-color: #fff;
}
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger-box {
  width: 34px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-box .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 35px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-box .hamburger-inner::before {
  width: 35px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  content: "";
  display: block;
  top: -10px;
}
.hamburger-box .hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  content: "";
  display: block;
  bottom: -10px;
}
/* MMENU */
.mm-spn a i {
  display: none;
}
.mm-spn.mm-spn--light {
  background: var(--brand-color2) !important;
}
.mm-spn.mm-spn--navbar::after {
  background: var(--brand-color3) !important;
  opacity: 1 !important;
  font-weight: var(--semibold);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.mm-spn a,
.mm-spn span {
  color: #fff !important;
}
.mm-spn li::after {
  border-top: 1px solid rgba(255, 255, 255, 0.7) !important;
}
.mm-spn li::before {
  color: #fff !important;
  opacity: 1 !important;
}
#mobMenu:not(.mm-spn--main)::before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  left: 20px;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.7;
  z-index: 1;
}
#videobg {
  position: absolute!important;
  z-index: 3;
  width: 100%;
  display: block;
  right: 0;
  height: 740px;
}
@media only screen and (min-width:60em) {
  #videobg {
    height: 820px;
  }
}
@media only screen and (min-width:75em) {
  #videobg {
    height: 100vh;
  }
}
@media only screen and (max-width:30em) {
  #videobg {
    height: 490px;
  }
}
#videobg:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 150;
  opacity: 0.6;
  background: rgba(0, 12, 7, 0.82);
  width: 100%;
  height: 100%;
  display: none;
}
@media only screen and (min-width:60em) {
  #videobg:after {
    display: block;
  }
}
ol {
  list-style: decimal;
  margin-left: 24px;
}
ul.fancy,
.news-detail ul {
  margin: 20px 0;
}
ul.fancy li,
.news-detail ul li {
  position: relative;
  padding-left: 22px;
  padding-bottom: 15px;
  font-size: 1.063rem;
  font-weight: var(--light);
}
ul.fancy li::before,
.news-detail ul li::before {
  content: '\f111';
  font-family: var(--awesome);
  position: absolute;
  left: 0;
  top: 7px;
  font-weight: var(--semibold);
  color: var(--brand-color);
  font-size: 0.5rem;
  text-align: center;
}
ul.fancy li.no-bullet::before,
.news-detail ul li.no-bullet::before {
  content: '';
}
ul.fancy li:last-child,
.news-detail ul li:last-child {
  padding-bottom: 0;
}
ul.fancy.fancy2 li,
.news-detail ul.fancy2 li {
  padding-left: 20px;
}
ul.fancy.fancy2 li::before,
.news-detail ul.fancy2 li::before {
  content: '\25CF';
  font-size: 17px;
  font-family: inherit;
}
ul.fancy.brand li,
.news-detail ul.brand li {
  color: var(--text-color);
}
ul.fancy.brand li::before,
.news-detail ul.brand li::before {
  color: var(--brand-color);
}
ul.fancy.brand2 li,
.news-detail ul.brand2 li {
  color: var(--text-color);
}
ul.fancy.brand2 li::before,
.news-detail ul.brand2 li::before {
  color: var(--brand-color2);
}
ul.fancy.brand3 li,
.news-detail ul.brand3 li {
  color: var(--text-color);
}
ul.fancy.brand3 li::before,
.news-detail ul.brand3 li::before {
  color: var(--brand-color3);
}
ul.fancy ul,
.news-detail ul ul {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: var(--light);
}
ul.fancy ul li::before,
.news-detail ul ul li::before {
  content: '\f105';
}
.nicelink {
  font-weight: var(--bold);
  padding-bottom: 2px;
  border-bottom: 2px solid;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  color: #fff;
  font-size: clamp(0.938rem, 2vw, 1.125rem);
  padding: 8px 25px;
  max-width: 300px;
  width: 100%;
  font-weight: var(--semibold);
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn:hover {
  background: #fff;
  color: var(--brand-color);
}
.btn.brand {
  background: var(--brand-color);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn.brand:hover {
  background: #e33e80;
}
.btn.brand2 {
  background: var(--brand-color2);
  color: #2A2A2A;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn.brand2:hover {
  background: #fde252;
}
.btn.brand3 {
  background: var(--brand-color3);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn.brand3:hover {
  background: #00abf8;
}
.btn.white {
  border: 3px solid #fff;
  background: transparent;
  border-radius: 50px;
  color: #ffffff;
}
.btn.white:hover {
  background: #fff;
  color: var(--brand-color);
}
.btn.nowidth {
  width: auto;
  max-width: none;
}
.btn.rounded {
  border-radius: 6px;
}
.btn.fullwidth {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.btn.brandblock {
  background: rgba(217, 217, 217, 0.3);
  border-color: var(--brand-color2);
  color: var(--brand-color2);
}
.btn.brandblock:hover {
  color: var(--text-color);
  background: var(--brand-color2);
}
@media only screen and (max-width:30em) {
  .btn {
    max-width: none;
  }
}
.caplink {
  text-transform: uppercase;
  font-size: 0.938rem;
  letter-spacing: 1px;
  font-weight: var(--semibold);
}
.underlink {
  font-weight: var(--bold);
  border-bottom: 2px solid var(--brand-color);
  padding-bottom: 3px;
}
#map_canvas iframe {
  vertical-align: middle;
  width: 100%;
  height: 350px;
  border: 0;
}
@media only screen and (min-width:45em) {
  #map_canvas iframe {
    height: 550px;
  }
}
.greybg {
  background: #f2f2f2;
}
/* Accordion */
.toggle-group {
  margin-top: 20px;
}
@media only screen and (min-width:45em) {
  .toggle-group {
    margin-top: 40px;
  }
}
.toggle-group .toggle-holder {
  border: 2px solid #D9D9D9;
  margin-bottom: 20px;
}
.toggle-group .toggle-holder .toggleme {
  padding: 18px 55px 18px 20px !important;
  transition: none;
  font-size: 1.125rem;
  font-weight: var(--bold);
  display: block !important;
  cursor: pointer;
  margin: 0;
  position: relative;
  line-height: 25px !important;
}
.toggle-group .toggle-holder .toggleme:hover,
.toggle-group .toggle-holder .toggleme.active {
  opacity: 0.7;
}
.toggle-group .toggle-holder .toggleme::after {
  position: absolute;
  content: '\f067';
  font-family: var(--awesome);
  padding-left: 8px;
  width: 8px;
  display: inline-block;
  top: 17px !important;
  right: 35px;
  color: var(--brand-color3);
  font-size: 1.375rem;
}
.toggle-group .toggle-holder .toggleme.active::after {
  content: '\f068';
}
.toggle-group .toggle-text {
  display: none;
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0 20px;
}
.toggle-group .toggle-text p {
  display: block;
  font-size: 17px !important;
}
.toggle-group .toggle-text p:last-child {
  margin-bottom: 0;
}
.toggle-group .toggle-text em {
  font-style: italic;
}
.header {
  padding: 20px 30px;
  position: absolute;
  width: 100%;
  z-index: 100;
  background: #2A3240;
  border-top: 7px solid var(--brand-color);
}
@media only screen and (min-width:45em) {
  .header {
    position: fixed;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width:60em) {
  .header {
    padding: 0 30px;
  }
}
.header [bp~="grid"] {
  grid-template-columns: 1fr 1fr 60px;
}
@media only screen and (min-width:60em) {
  .header [bp~="grid"] {
    grid-template-columns: 200px 1fr 100px;
    height: 145px;
  }
}
@media only screen and (min-width:75em) {
  .header [bp~="grid"] {
    grid-template-columns: 200px 1fr 150px 40px;
  }
}
@media only screen and (max-width:30em) {
  .header [bp~="grid"] {
    grid-template-columns: 1fr 1fr 50px;
  }
}
.header .nav-middle {
  order: 1;
}
@media only screen and (min-width:60em) {
  .header .nav-middle {
    margin: auto;
    grid-template-columns: 1fr 170px 1fr;
    align-items: center;
    display: grid;
    order: inherit;
  }
}
.header ul {
  margin: auto;
  justify-content: center;
}
.header ul li {
  padding: 0 10px;
  font-size: clamp(0.75rem, 1vw, 1.063rem);
  display: inline-block;
  position: relative;
}
@media only screen and (min-width:45em) {
  .header ul li {
    padding: 0 9px;
    font-size: clamp(0.75rem, 1.2vw, 1.063rem);
  }
}
@media only screen and (min-width:75em) {
  .header ul li {
    padding: 0 16px;
  }
}
.header ul li:not(:first-child)::before {
  content: '|';
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  left: -12px;
  top: -1px;
}
@media only screen and (min-width:45em) {
  .header ul li:not(:first-child)::before {
    left: -16px;
  }
}
.header ul li a,
.header ul li span {
  position: relative;
  color: #ffffff;
}
.header ul li a:hover,
.header ul li span:hover,
.header ul li a.onstate,
.header ul li span.onstate {
  color: var(--brand-color2);
}
.header .burger {
  order: 3;
}
.header .burger .menu-btn {
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  padding-top: 5px;
}
.header .burger .menu-btn span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: var(--semibold);
}
.header .burger .menu-btn span.hamburger-box .hamburger-inner,
.header .burger .menu-btn span.hamburger-box .hamburger-inner::before,
.header .burger .menu-btn span.hamburger-box .hamburger-inner::after {
  width: 32px;
}
@media only screen and (min-width:45em) {
  .header .burger .menu-btn span.hamburger-box .hamburger-inner,
  .header .burger .menu-btn span.hamburger-box .hamburger-inner::before,
  .header .burger .menu-btn span.hamburger-box .hamburger-inner::after {
    width: 35px;
  }
}
.header.hideit {
  top: -135px;
}
.header.topfix {
  box-shadow: none;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.header.fixme {
  position: fixed;
}
.header.nobg {
  background-color: #fff;
}
@media only screen and (min-width:45em) {
  .header.fadeout {
    -webkit-animation: fade-out-in 1.3s ease-out;
    -moz-animation: fade-out-in 1.3s ease-out;
    -ms-animation: fade-out-in 1.3s ease-out;
    -o-animation: fade-out-in 1.3s ease-out;
    animation: fade-out-in 1.3s ease-out;
  }
}
@media only screen and (min-width:45em) {
  .header.fadein {
    -webkit-animation: fade-out-in 1.3s ease-out;
    -moz-animation: fade-out-in 1.3s ease-out;
    -ms-animation: fade-out-in 1.3s ease-out;
    -o-animation: fade-out-in 1.3s ease-out;
    animation: fade-out-in 1.3s ease-out;
  }
}
@media only screen and (min-width:60em) {
  .header .logo {
    text-align: center;
  }
}
.header .logo img {
  max-width: 90px;
}
@media only screen and (min-width:60em) {
  .header .logo img {
    max-width: 140px;
  }
}
@media only screen and (min-width:90em) {
  .header .logo img {
    margin-left: -15px;
  }
}
@media only screen and (max-width:30em) {
  .header .logo img {
    max-width: 80px;
  }
}
.header .email-tel {
  order: 2;
}
@media only screen and (min-width:60em) {
  .header .email-tel {
    order: inherit;
  }
}
.header .email-tel a {
  color: var(--brand-color2);
  font-weight: var(--bold);
  position: relative;
  padding-left: 20px;
}
.header .email-tel a::before {
  font-family: var(--awesome);
  position: absolute;
  left: 0;
  top: -1px;
  font-weight: var(--semibold);
  font-size: 0.813rem;
}
@media only screen and (min-width:75em) {
  .header .email-tel a::before {
    font-size: 0.875rem;
    top: 1px;
  }
}
.header .email-tel a:first-child {
  font-size: 100%;
}
@media only screen and (min-width:75em) {
  .header .email-tel a:first-child {
    font-size: 120%;
  }
}
.header .email-tel a:first-child::before {
  content: '\f3cd';
  font-size: 1rem;
  left: 2px;
}
.header .email-tel a:last-child {
  font-size: 90%;
}
@media only screen and (min-width:75em) {
  .header .email-tel a:last-child {
    font-size: 100%;
  }
}
.header .email-tel a:last-child::before {
  content: '\f0e0';
  top: 0;
}
.header .email-tel a:hover {
  color: #ffffff;
}
.header .email-tel br {
  line-height: 1.6;
}
@media only screen and (min-width:75em) {
  .header .email-tel br {
    line-height: 2.5;
  }
}
.header .social {
  display: none;
}
@media only screen and (min-width:75em) {
  .header .social {
    display: initial;
  }
}
.header .social a {
  border-radius: 50%;
  text-align: center;
  width: 26px;
  height: 26px;
  display: inline-grid;
  align-content: center;
  color: var(--brand-color);
  border: 1px solid var(--brand-color);
  background-color: #fff;
  font-size: 90%;
  border: 0;
  color: #ffffff;
  margin-left: 7px;
}
.header .social a:hover {
  color: #fff;
  background-color: var(--brand-color);
}
.header .social a:first-child {
  background-color: #3C5897;
}
.header .social a:first-child:hover {
  background-color: #fff;
  color: #3C5897;
}
.header .social a:nth-child(2) {
  background-color: #000000;
}
.header .social a:nth-child(2):hover {
  background-color: #fff;
  color: #00ACEE;
}
.header .social a:nth-child(3) {
  background-color: #017CB7;
}
.header .social a:nth-child(3):hover {
  background-color: #fff;
  color: #017CB7;
}
.header .social a:nth-child(4) {
  background-color: #AF309B;
}
.header .social a:nth-child(4):hover {
  background-color: #fff;
  color: #AF309B;
}
.feature {
  background-image: url("/images/home-hero.jpg");
  position: relative;
  background-size: cover;
  overflow: hidden;
  z-index: 3;
  background-position: center;
  /*&::before {
		@media @sm { 
			content:'';
			width: 60vw;
			height: 100%;
			background-color: var(--brand-color3);
			position: absolute;
			top: 0;
			left: 0;
			border-radius: 0px 0px 324px 0px;
			z-index: 2;
		}
		@media @lg { width: 50vw; border-radius: 0px 0px 424px 0px; }
		@media @xl { width: 45vw; }
	}*/
}
@media only screen and (min-width:60em) {
  .feature {
    background-image: none;
  }
}
.feature::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width:45em) {
  .feature::after {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 66.15%, rgba(0, 0, 0, 0.4) 100%);
  }
}
@media only screen and (max-width: 50em) {
  .feature .wrap {
    max-width: 100%;
    padding: 0 15px;
  }
}
.feature .bubble-text {
  margin-top: 132px;
  width: 100%;
  height: 94%;
  background-image: url("/images/bubble-bg01.png");
  background-repeat: no-repeat;
  padding-left: 80px;
  padding-right: 80px;
  background-size: contain;
  text-align: center;
  display: grid;
  align-content: center;
  background-position: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width:45em) {
  .feature .bubble-text {
    display: block;
    margin-top: 100px;
    width: 520px;
    height: 565px;
    padding-left: 80px;
    padding-right: 0;
    text-align: left;
    background-size: cover;
  }
}
@media only screen and (max-width:30em) {
  .feature .bubble-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.feature h1 {
  color: #ffffff;
  line-height: 1.2;
  font-weight: var(--bold);
  padding-bottom: 11px;
  padding-top: 5px;
}
@media only screen and (max-width:30em) {
  .feature h1 {
    font-size: 1.875rem;
  }
}
.feature h5 {
  color: #ffffff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-weight: var(--bold);
  padding-bottom: 4px;
  padding-top: 46px;
  font-size: 1.125rem;
}
@media only screen and (min-width:45em) {
  .feature h5 {
    padding-top: 124px;
  }
}
@media only screen and (max-width:30em) {
  .feature h5 {
    font-size: 0.938rem;
    padding: 45px 30px 4px 30px;
  }
}
@media only screen and (min-width:45em) {
  #home .feature h5 {
    padding-top: 44px;
  }
}
.feature p {
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  color: #ffffff;
  /*@media @xxs { display: grid; grid-template-columns: repeat(2, 1fr); }*/
}
.feature p:first-of-type {
  margin: 15px 0 35px;
}
@media only screen and (max-width:30em) {
  .feature p:first-of-type {
    margin: 5px 0 35px;
  }
}
.feature .btn {
  font-size: 0.813rem;
  width: 154px;
  height: 45px;
  padding-left: 0;
  padding-right: 0;
  line-height: 29px;
}
@media only screen and (max-width: 40em) {
  .feature .btn {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
}
.feature .btn:last-child {
  margin-left: 15px;
}
@media only screen and (max-width: 40em) {
  .feature .btn:last-child {
    margin: 10px auto 0 auto;
  }
}
@media only screen and (min-width:45em) {
  .feature .btn {
    width: 154px;
  }
}
@media only screen and (min-width:60em) {
  .feature .btn {
    width: 154px;
  }
}
.feature [bp~="grid"] {
  height: 740px;
  display: block !important;
}
@media only screen and (min-width:45em) {
  .feature [bp~="grid"] {
    display: grid !important;
  }
}
@media only screen and (min-width:60em) {
  .feature [bp~="grid"] {
    height: 820px;
  }
}
@media only screen and (min-width:75em) {
  .feature [bp~="grid"] {
    height: 100vh;
  }
}
@media only screen and (max-width:30em) {
  .feature [bp~="grid"] {
    height: 490px;
  }
}
.feature [bp~="grid"] video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature .social {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 1;
  width: 28px;
  transform: translateY(-50%);
  margin-top: 30px;
}
.feature .social a {
  border-radius: 50%;
  text-align: center;
  width: 26px;
  height: 26px;
  display: inline-grid;
  align-content: center;
  color: var(--brand-color);
  border: 1px solid var(--brand-color);
  background-color: #fff;
  font-size: 90%;
  border: 0;
  margin-bottom: 15px;
}
.feature .social a:hover {
  color: #fff;
  background-color: var(--brand-color);
}
.feature .social a:first-child {
  background-color: #3C5897;
}
.feature .social a:first-child:hover {
  background-color: #fff;
  color: #3C5897;
}
.feature .social a:nth-child(2) {
  background-color: #00ACEE;
}
.feature .social a:nth-child(2):hover {
  background-color: #fff;
  color: #00ACEE;
}
.feature .social a:nth-child(3) {
  background-color: #017CB7;
}
.feature .social a:nth-child(3):hover {
  background-color: #fff;
  color: #017CB7;
}
.feature .social a:nth-child(4) {
  background-color: #AF309B;
}
.feature .social a:nth-child(4):hover {
  background-color: #fff;
  color: #AF309B;
}
.feature.static {
  position: relative;
  border-radius: 0 0 140px 0;
}
@media only screen and (min-width:45em) {
  .feature.static {
    border-radius: 0 0 240px 0;
  }
}
.feature.static [bp~="grid"] {
  position: relative;
  z-index: 3;
  height: 280px;
  display: grid !important;
}
@media only screen and (min-width:45em) {
  .feature.static [bp~="grid"] {
    height: 350px;
  }
}
@media only screen and (min-width:60em) {
  .feature.static [bp~="grid"] {
    height: 410px;
  }
}
.feature.static [bp~="grid"].fancy {
  grid-gap: 0;
  column-gap: 30px;
}
@media only screen and (min-width:75em) {
  .feature.static [bp~="grid"].fancy {
    grid-gap: 30px;
    column-gap: 0;
  }
}
.feature.static h1 {
  font-weight: var(--bold);
  margin-top: 105px;
  font-size: clamp(2.5rem, 6vw, 4.375rem);
  line-height: 1.1;
}
@media only screen and (min-width:30em) {
  .feature.static h1 {
    margin-top: 115px;
  }
}
@media only screen and (min-width:60em) {
  .feature.static h1 {
    margin-top: 152px;
  }
}
.feature.static::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width:45em) {
  .feature.static::after {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 59.53%, rgba(0, 0, 0, 0.5) 100%);
  }
}
.feature.static::before {
  display: none;
}
#how-to-end-your-tenancy .feature {
  background-image: url("/images/maintenance-header.jpg");
}
#sales .feature {
  background-image: url("/images/hmo-management-header.jpg");
}
#tenant-services .feature,
#news .feature {
  background-image: url("/images/tenant-services-header.jpg");
}
#investors .feature,
#how-to-buy .feature {
  background-image: url("/images/investors-header.jpg");
}
#report-a-repair .feature {
  background-image: url("/images/report-a-repair-header.jpg");
}
#contact .feature,
#privacy-policy .feature,
#cookie-policy .feature,
#site-map .feature {
  background-image: url("/images/contact-header.jpg");
}
#sell-your-property .feature {
  background-image: url("/images/sell-your-property-header.jpg");
}
#lettings-management .feature {
  background-image: url("/images/investors-header.jpg");
}
#about .feature {
  background-image: url("/images/about-header.jpg");
}
#faqs .feature,
#lettings .feature {
  background-image: url("/images/faqs-header.jpg");
}
.home-grey {
  background-color: #F2F2F2;
  padding-top: clamp(50px, 14vw, 250px);
  padding-bottom: clamp(50px, 14vw, 250px);
}
@media only screen and (min-width:75em) {
  .home-grey {
    padding-top: 400px;
    margin-top: -300px;
  }
}
.home-grey.lower {
  padding-bottom: 0;
}
@media only screen and (min-width:75em) {
  .home-grey.lower {
    padding-top: 340px;
  }
}
.home-grey.lower .half-full figure .rectangle {
  display: none;
}
@media only screen and (min-width:45em) {
  .home-grey.lower .half-full figure .rectangle {
    top: -570px;
    display: block;
  }
}
.side-image {
  position: relative;
  z-index: 10;
}
.side-image::before {
  height: 250px;
  width: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media only screen and (min-width:45em) {
  .side-image::before {
    height: 400px;
  }
}
@media only screen and (min-width:60em) {
  .side-image::before {
    width: 45%;
    height: 475px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    border-radius: 0 350px 0 0;
  }
}
.side-image.onload:before {
  opacity: 0;
}
.side-image.fademe:before {
  opacity: 1;
}
.side-image.scroll-right.onload:before {
  opacity: 0;
  transform: translateX(100%);
  top: 0;
}
.side-image.scroll-right.fademe:before {
  transform: translateX(0);
  opacity: 1;
}
.side-image.scroll-left.onload:before {
  opacity: 0;
  transform: translateX(-100%);
  top: 0;
}
.side-image.scroll-left.fademe:before {
  transform: translateX(0);
  opacity: 1;
}
.side-image.grey {
  background-color: #F2F2F2;
}
.side-image.blue {
  background-color: var(--brand-color2);
  background-repeat: no-repeat;
  background-position: 97% 85%;
  color: #ffffff;
}
@media only screen and (min-width:45em) {
  .side-image.blue {
    background-image: url("/images/grey-fingerprint.png");
  }
}
.side-image.right:before {
  left: auto;
  right: 0;
}
@media only screen and (min-width:60em) {
  .side-image.right:before {
    border-radius: 350px 0 0 0;
  }
}
.side-image.top-margin {
  margin-top: 170px;
}
.side-image .content {
  margin-left: -40px;
}
.side-image .content ul {
  margin-top: 25px;
  margin-bottom: 0;
}
.side-image .content ul li {
  font-weight: var(--semibold);
}
.side-image .content h2 {
  padding-bottom: 20px;
}
.side-image .find {
  color: var(--brand-color3);
  text-transform: uppercase;
  font-weight: var(--semibold);
  font-size: 18px;
  letter-spacing: 1px;
}
.side-image .find:hover {
  color: #ffffff;
}
.side-image .find i {
  font-size: 90%;
}
.half-full {
  position: relative;
  z-index: 10;
}
.half-full figure {
  grid-column: span 12;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width:45em) {
  .half-full figure {
    margin-bottom: 50px;
    position: absolute;
    width: 45%;
    left: 0;
    margin: 0;
    height: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width:30em) {
  .half-full figure {
    margin-left: -30px;
  }
}
.half-full figure img {
  border-radius: 0 210px 0 0;
}
@media only screen and (min-width:45em) {
  .half-full figure img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
@media only screen and (min-width:60em) {
  .half-full figure img {
    border-radius: 0 350px 0 0;
  }
}
.half-full figure .circle {
  border-radius: 50%;
  width: 127px;
  height: 127px;
  display: inline-grid;
  grid-auto-rows: min-content;
  align-content: center;
  border: 6px solid #F2F2F2;
  font-size: 0.938rem;
  font-weight: var(--bold);
  color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: -60px;
  right: 22px;
}
@media only screen and (min-width:45em) {
  .half-full figure .circle {
    width: 157px;
    height: 157px;
    right: -78px;
    bottom: 50px;
    font-size: 1.125rem;
  }
}
.half-full figure .rectangle {
  position: absolute;
  width: 120px;
  height: 320px;
  top: -50px;
  z-index: -1;
  left: 10%;
}
@media only screen and (min-width:45em) {
  .half-full figure .rectangle {
    width: 250px;
    top: -160px;
  }
}
@media only screen and (min-width:60em) {
  .half-full [bp~="grid"] {
    height: 475px;
  }
}
.half-full.top-margin {
  margin-top: 90px;
}
@media only screen and (min-width:45em) {
  .half-full.top-margin {
    margin-top: 120px;
  }
}
@media only screen and (min-width:60em) {
  .half-full .content {
    margin-left: -40px;
  }
}
.half-full .content ul {
  margin-top: 25px;
}
.half-full .content ul li {
  font-weight: var(--semibold);
}
.half-full .content h2 {
  padding-bottom: 20px;
  padding-top: 0;
}
#home .half-full .content h2 {
  padding-top: 30px;
}
@media only screen and (min-width:45em) {
  #home .half-full .content h2 {
    padding-top: 0;
  }
}
.half-full .content h2 br {
  display: none;
}
@media only screen and (min-width:75em) {
  .half-full .content h2 br {
    display: inline;
  }
}
.half-full .content h3 {
  font-size: clamp(1.25rem, 2.1vw, 1.5rem);
}
.half-full.right figure {
  right: 0;
  left: auto;
}
@media only screen and (max-width:30em) {
  .half-full.right figure {
    margin-right: -30px;
    margin-left: 0;
  }
}
.half-full.right figure img {
  border-radius: 210px 0 0 0;
}
@media only screen and (min-width:45em) {
  .half-full.right figure img {
    border-radius: 350px 0 0 0;
  }
}
.half-full.right figure .circle {
  left: 22px;
  right: auto;
  bottom: -60px;
}
@media only screen and (min-width:45em) {
  .half-full.right figure .circle {
    left: -78px;
    bottom: 50px;
  }
}
.half-full.right figure .rectangle {
  left: auto;
  right: 10%;
  top: -30px;
  height: 210px;
}
@media only screen and (min-width:60em) {
  .half-full.right figure .rectangle {
    height: 320px;
  }
}
#about .half-full {
  margin-bottom: clamp(50px, 8.3vw, 120px);
}
#about .half-full .content {
  margin-left: 0;
}
#about .half-full .content ul {
  margin-bottom: 18px;
}
@media only screen and (min-width:75em) {
  #about .half-full .content ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
#about .half-full .content ul li {
  font-weight: var(--semibold);
  font-size: 140%;
  position: relative;
  padding-left: 40px;
  padding-bottom: 15px;
}
#about .half-full .content ul li::before {
  content: '\f00c';
  font-family: var(--awesome);
  position: absolute;
  left: 0px;
  background-color: var(--brand-color3);
  color: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  top: 2px;
  place-content: center;
  font-size: 70%;
}
@media only screen and (min-width:60em) {
  #about .half-full [bp~="grid"] {
    height: 510px;
  }
}
#about .half-full:not(.right) {
  position: relative;
}
@media only screen and (min-width:60em) {
  #sell-your-property .half-full {
    margin-top: 90px;
  }
}
.hovereffect {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  display: grid;
  align-items: end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
}
.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.home-intro {
  margin-top: clamp(50px, 9vw, 150px);
  margin-bottom: clamp(50px, 14vw, 250px);
  background: #fff;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width:60em) {
  .home-intro {
    border-radius: 0 0 0 300px;
  }
}
@media only screen and (min-width:75em) {
  .home-intro {
    margin-top: 300px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width:30em) {
  .home-intro {
    margin-top: clamp(30px, 5vw, 150px);
  }
}
@media only screen and (min-width:60em) {
  .home-intro [bp~="grid"] {
    height: 475px;
  }
}
.home-intro h2 {
  padding-bottom: 25px;
}
.home-intro h5 {
  font-weight: var(--bold);
}
@media only screen and (min-width:75em) {
  .home-intro h5 {
    margin-top: -300px;
  }
}
.home-intro figure {
  grid-column: span 12;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width:45em) {
  .home-intro figure {
    margin-bottom: 50px;
    position: absolute;
    width: 45%;
    left: 0;
    margin: 0;
    height: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:75em) {
  .home-intro figure {
    top: -150px;
  }
}
@media only screen and (max-width:30em) {
  .home-intro figure {
    margin-left: -30px;
  }
}
.home-intro figure img {
  border-radius: 0 210px 0 0;
}
@media only screen and (min-width:45em) {
  .home-intro figure img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
@media only screen and (min-width:60em) {
  .home-intro figure img {
    border-radius: 0 350px 0 0;
  }
}
.home-intro figure .rectangle {
  position: absolute;
  width: 120px;
  height: 85%;
  top: -30px;
  z-index: -1;
  margin: auto;
  left: 0;
  right: 0;
}
@media only screen and (min-width:45em) {
  .home-intro figure .rectangle {
    height: 150%;
    width: 250px;
    top: -190px;
  }
}
@media only screen and (min-width:60em) {
  .home-intro figure .rectangle {
    height: 70vh;
  }
}
.home-intro figure .rectangle.bluebg {
  background-color: var(--brand-color4);
}
.home-icons {
  padding-top: 0;
}
.home-icons .wrap {
  position: relative;
}
.home-icons .wrap::after {
  content: '';
  width: 600px;
  height: 600px;
  border: 1px solid rgba(81, 81, 81, 0.2);
  position: absolute;
  transform: rotate(45deg);
  right: -320px;
  bottom: -650px;
  z-index: -1;
}
@media only screen and (min-width:60em) {
  .home-icons [bp~="grid"] {
    grid-gap: 80px;
  }
}
.home-icons [bp~="grid"] h3 {
  position: relative;
  padding-bottom: 20px;
}
.home-icons [bp~="grid"] img {
  max-height: 88px;
  width: auto;
}
.cta {
  background-color: var(--brand-color4);
  color: #ffffff;
  font-size: clamp(1.75rem, 2.8vw, 2.625rem);
  text-align: center;
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: -15px;
}
@media only screen and (min-width:45em) {
  .cta {
    margin-top: -25px;
  }
}
@media only screen and (min-width:60em) {
  .cta {
    margin-top: -65px;
  }
}
@media only screen and (min-width:90em) {
  .cta {
    width: 95%;
    border-radius: 0 100px 100px 0;
  }
}
@media only screen and (max-width:30em) {
  .cta {
    font-size: 1.375rem;
  }
}
.cta .wrap {
  height: 130px;
  display: grid;
  align-items: center;
}
.cta a {
  font-weight: var(--bold);
  color: var(--brand-color2);
}
.cta a:hover {
  color: #ffffff;
}
.cta.grey {
  background-color: #f2f2f2;
  width: 100%;
  color: var(--text-color);
  margin-top: 40px;
  font-size: clamp(1.75rem, 2.5vw, 2.438rem);
  border-radius: 0;
}
@media only screen and (min-width:45em) {
  .cta.grey {
    margin-top: 70px;
  }
}
@media only screen and (min-width:60em) {
  .cta.grey {
    margin-top: 0;
  }
}
.cta.grey a {
  color: var(--brand-color);
}
.cta.grey .wrap {
  height: auto;
  padding: 30px 20px;
}
@media only screen and (min-width:60em) {
  .cta.grey .wrap {
    padding: 0;
    height: 190px;
  }
}
@media only screen and (min-width:60em) {
  #about .cta.grey .wrap {
    padding: 0;
    height: 220px;
  }
}
.cta.ltblue {
  background-color: var(--brand-color3);
}
.cta.mini {
  margin: 30px 0;
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  text-align: center;
  padding: 20px 0;
  width: auto;
  display: inline-block;
}
@media only screen and (min-width:45em) {
  .cta.mini {
    border-radius: 0 100px 100px 0;
    text-align: start;
    padding: 20px 50px 20px 0;
    margin: 50px 0 40px;
  }
}
.cta.mini::before {
  content: '';
  width: 50vw;
  position: absolute;
  left: -50vw;
  background-color: var(--brand-color3);
  height: 100%;
  top: 0;
}
.cta.mini::after {
  content: '';
  width: 50vw;
  position: absolute;
  right: -50vw;
  background-color: var(--brand-color3);
  height: 100%;
  top: 0;
}
@media only screen and (min-width:45em) {
  .cta.mini::after {
    display: none;
  }
}
.property-list {
  background-color: #fff;
  z-index: 2;
  position: relative;
  padding-bottom: 60px;
}
@media only screen and (min-width:60em) {
  .property-list {
    padding-bottom: 0;
  }
}
@media only screen and (max-width:30em) {
  .property-list {
    padding-top: 30px;
  }
}
@media only screen and (min-width:60em) {
  .property-list::after {
    content: '';
    background-color: #F2F2F2;
    height: 80px;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
}
@media only screen and (min-width:75em) {
  .property-list::after {
    height: 130px;
  }
}
#property .property-list {
  border-radius: 0;
  padding-bottom: clamp(50px, 9vw, 130px);
  padding-top: 30px;
  background-color: #f2f2f2;
}
@media only screen and (min-width:60em) {
  #property .property-list {
    padding-top: clamp(50px, 8vw, 100px);
  }
}
#property .property-list .results {
  margin-bottom: 30px;
}
@media only screen and (min-width:60em) {
  #property .property-list .results {
    margin-bottom: 70px;
  }
}
.property-list .content {
  position: relative;
}
.property-list .reel {
  margin-top: 50px;
}
.property-list .reel a {
  overflow: hidden;
  display: block;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.property-list .reel a::after {
  background: rgba(0, 0, 0, 0);
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.property-list .reel a img {
  transform: scale(1.1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  object-fit: cover;
  aspect-ratio: 16 / 11;
  width: 100%;
}
.property-list .reel a span {
  padding: 8px 12px;
  font-weight: var(--bold);
  position: absolute;
  z-index: 2;
}
.property-list .reel a span:first-of-type {
  top: 0;
  right: 0;
  border-radius: 0 0 0 20px;
  padding: 8px 15px;
}
.property-list .reel a span:nth-of-type(2) {
  bottom: 0;
  left: 0;
}
.property-list .reel a span:nth-of-type(2)::before {
  content: '';
  border-radius: 0 80px 0 0;
  width: 85px;
  height: 72px;
  background-color: var(--brand-color3);
  position: absolute;
  z-index: -1;
  left: 0px;
  bottom: 0;
}
.property-list .reel a span:last-of-type {
  bottom: 0;
  right: 0;
  border-radius: 20px 0px 0px 0px;
  padding: 8px 15px;
}
.property-list .reel a span i {
  margin-right: 3px;
}
.property-list .reel a span small {
  display: block;
}
.property-list .reel a span.sale:nth-of-type(2) {
  padding: 8px 15px;
  background-color: var(--brand-color3);
  border-radius: 0 20px 0px 0px;
}
.property-list .reel a span.sale:nth-of-type(2)::before {
  display: none;
}
.property-list .reel a:hover img {
  transform: scale(1);
}
.property-list .reel a:hover::after {
  background: rgba(0, 0, 0, 0.2);
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.property-list .reel .details {
  border: 1px solid #E4E4E4;
  border-radius: 0 0 58px 8px;
  padding: 10px 30px 30px 20px;
  background-color: #fff;
}
#property .property-list .reel .details {
  margin-bottom: 20px;
}
.property-list .reel .details .tablets {
  text-align: end;
  margin-top: -13px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.property-list .reel .details .tablets span {
  margin-left: 5px;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: var(--bold);
}
.property-list .reel .details .tablets span i {
  margin-right: 3px;
}
.property-list .reel .details h4 {
  font-weight: var(--bold);
}
#property .property-list .reel .details h4 {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
}
.property-list .reel .details ul {
  display: flex;
  justify-content: space-between;
}
#property .property-list .reel .details ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width:30em) {
  #property .property-list .reel .details ul {
    display: block;
  }
}
@media only screen and (min-width:45em) {
  #property .property-list .reel .details ul {
    display: grid;
  }
}
@media only screen and (min-width:75em) {
  #property .property-list .reel .details ul {
    display: flex;
    justify-content: space-between;
  }
}
.property-list .reel .details ul li {
  text-align: center;
  font-size: 0.875rem;
  font-weight: var(--bold);
}
@media only screen and (min-width:75em) {
  .property-list .reel .details ul li {
    font-size: 0.688rem;
  }
}
@media only screen and (min-width:90em) {
  .property-list .reel .details ul li {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width:30em) {
  .property-list .reel .details ul li {
    font-size: 0.688rem;
  }
}
.property-list .reel .details ul li::before {
  content: '\25CF';
  font-size: 90%;
  font-family: inherit;
  color: var(--brand-color3);
  padding-right: 4px;
}
#property .property-list .reel .details ul li {
  font-size: 0.75rem;
  text-align: start;
}
@media only screen and (min-width:75em) {
  #property .property-list .reel .details ul li {
    text-align: center;
  }
}
.property-list .reel .details [class^="ico-"] {
  background-image: url("/images/icon-sprite.png");
  display: block;
  margin: auto auto 8px;
  height: 38px;
}
.property-list .reel .details .ico-house {
  width: 28px;
}
.property-list .reel .details .ico-bedroom {
  width: 37px;
  background-position: -47px 0;
}
.property-list .reel .details .ico-bathroom {
  width: 38px;
  background-position: -101px 0;
}
.property-list .reel .details .ico-parking {
  width: 24px;
  background-position: -155px 0;
}
.property-list .reel .details .ico-flat {
  width: 27px;
  background-position: -197px 0;
}
.property-list .reel .details .ico-pets {
  width: 32px;
  background-position: -241px 0;
}
.property-list .reel .details .ico-garden {
  width: 38px;
  background-position: -287px 0;
}
.property-list .swiper-container {
  overflow: hidden;
  max-width: 450px;
  margin: auto;
}
@media only screen and (min-width:75em) {
  .property-list .swiper-container {
    max-width: none;
  }
}
.property-list .swiper-button-prev,
.property-list .swiper-button-next {
  color: #ffffff;
  margin-top: 90px;
}
@media only screen and (min-width:45em) {
  .property-list .swiper-button-prev,
  .property-list .swiper-button-next {
    margin-top: 50px;
    color: var(--brand-color3);
  }
}
@media only screen and (min-width:60em) {
  .property-list .swiper-button-prev,
  .property-list .swiper-button-next {
    margin-top: -20px;
  }
}
@media only screen and (min-width:75em) {
  .property-list .swiper-button-prev,
  .property-list .swiper-button-next {
    margin-top: -40px;
  }
}
@media only screen and (min-width:90em) {
  .property-list .swiper-button-prev,
  .property-list .swiper-button-next {
    margin-top: 60px;
  }
}
.property-list .swiper-button-prev::after,
.property-list .swiper-button-next::after {
  font-size: 1.688rem;
}
@media only screen and (min-width:45em) {
  .property-list .swiper-button-prev::after,
  .property-list .swiper-button-next::after {
    font-size: var(--swiper-navigation-size);
  }
}
.property-list .swiper-button-prev.swiper-button-prev,
.property-list .swiper-button-next.swiper-button-prev {
  left: 10px;
}
@media only screen and (min-width:45em) {
  .property-list .swiper-button-prev.swiper-button-prev,
  .property-list .swiper-button-next.swiper-button-prev {
    left: 60px;
  }
}
@media only screen and (min-width:60em) {
  .property-list .swiper-button-prev.swiper-button-prev,
  .property-list .swiper-button-next.swiper-button-prev {
    left: 20px;
  }
}
@media only screen and (min-width:75em) {
  .property-list .swiper-button-prev.swiper-button-prev,
  .property-list .swiper-button-next.swiper-button-prev {
    left: -50px;
  }
}
.property-list .swiper-button-prev.swiper-button-next,
.property-list .swiper-button-next.swiper-button-next {
  right: 10px;
}
@media only screen and (min-width:45em) {
  .property-list .swiper-button-prev.swiper-button-next,
  .property-list .swiper-button-next.swiper-button-next {
    right: 60px;
  }
}
@media only screen and (min-width:60em) {
  .property-list .swiper-button-prev.swiper-button-next,
  .property-list .swiper-button-next.swiper-button-next {
    right: 20px;
  }
}
@media only screen and (min-width:75em) {
  .property-list .swiper-button-prev.swiper-button-next,
  .property-list .swiper-button-next.swiper-button-next {
    right: -50px;
  }
}
.property-list .search {
  position: relative;
  background-color: var(--brand-color4);
  padding: 20px 30px;
  border-radius: 10px;
  margin-top: -10px;
  margin-bottom: 20px;
  color: #ffffff;
}
@media only screen and (min-width:60em) {
  .property-list .search {
    background-color: transparent;
    padding: 50px 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width:60em) and (max-height:55em) {
  .property-list .search {
    padding: 30px 0;
  }
}
#home .property-list .search {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width:60em) {
  #home .property-list .search {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.property-list .search .filter {
  grid-gap: 0;
}
@media only screen and (min-width:60em) {
  .property-list .search .filter {
    grid-gap: 16px;
  }
}
.property-list .search .filter .input {
  margin-bottom: 0;
  border: 0;
  border-radius: 7px;
  height: 50px;
  font-size: 0.875rem;
}
@media screen and (min-width:60em) and (max-height:55em) {
  .property-list .search .filter .input {
    height: 40px;
  }
}
.property-list .search .filter .styled-select select {
  border-radius: 7px;
  border: 0;
  height: 50px;
  font-size: 0.875rem;
}
@media screen and (min-width:60em) and (max-height:55em) {
  .property-list .search .filter .styled-select select {
    height: 40px;
  }
}
@media only screen and (max-width:30em) {
  .property-list .search .filter .styled-select select {
    color: var(--text-color);
  }
}
.property-list .search .filter .styled-select select optgroup {
  padding: 0;
}
.property-list .search .filter .styled-select select optgroup.max-sale-prices,
.property-list .search .filter .styled-select select optgroup.min-sale-prices,
.property-list .search .filter .styled-select select optgroup.hideit {
  display: none;
}
.property-list .search .filter .styled-select select optgroup.showit {
  display: block;
}
.property-list .search .filter .styled-select::after {
  top: 18px;
  border-left: 1px solid var(--text-color);
  border-bottom: 1px solid var(--text-color);
}
@media screen and (min-width:60em) and (max-height:55em) {
  .property-list .search .filter .styled-select::after {
    top: 13px;
  }
}
.property-list .search .filter label {
  font-weight: var(--bold);
  display: block;
  margin-bottom: 6px;
}
.property-list .search .filter .btn {
  font-size: 0.938rem;
}
@media screen and (min-width:60em) and (max-height:55em) {
  .property-list .search .filter .btn {
    margin-top: 0 !important;
  }
}
.property-list .search .filter div:not(.search-header) {
  padding-bottom: 10px;
}
@media only screen and (min-width:60em) {
  .property-list .search .filter div:not(.search-header) {
    padding-bottom: 0;
  }
}
.property-list .search .filter div:nth-of-type(2) {
  padding-top: 15px;
}
@media only screen and (min-width:60em) {
  .property-list .search .filter div:nth-of-type(2) {
    padding-top: 0;
  }
}
.property-list .search .filter div:nth-of-type(8),
.property-list .search .filter div.order {
  padding-bottom: 0;
}
.property-list .search h2 {
  padding-bottom: 0;
  padding-top: 0;
  font-weight: var(--bold);
  position: relative;
}
@media only screen and (min-width:75em) {
  .property-list .search h2 {
    padding-top: 15px;
  }
}
@media screen and (min-width:60em) and (max-height:55em) {
  .property-list .search h2 {
    padding-top: 0;
  }
}
.property-list .search h2::after {
  content: '\f067';
  font-family: var(--awesome);
  position: absolute;
  right: -10px;
}
@media only screen and (min-width:60em) {
  .property-list .search h2::after {
    display: none;
  }
}
.property-list .search h2.on::after {
  content: '\f068';
}
@media only screen and (min-width:60em) {
  .property-list .search h2.on::after {
    display: none;
  }
}
@media only screen and (min-width:60em) {
  .property-list .search::before {
    content: '';
    background-color: var(--brand-color4);
    width: calc(100vw + 60px);
    position: absolute;
    height: 100%;
    z-index: -1;
    margin-left: -60px;
    border-radius: 60px 0 0 60px;
    top: 0;
    padding: 30px 0;
  }
}
.property-list .search .order .styled-select {
  display: inline-block;
  padding-bottom: 0 !important;
}
.property-list .search .order .styled-select select {
  border: 0;
  padding: 0;
  background-color: transparent;
  width: 100%;
  font-weight: var(--bold);
  color: #ffffff;
  font-size: 1rem;
}
.property-list .search .order .styled-select::after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: 22px;
  display: none;
}
.property-list .results {
  margin-bottom: 70px;
}
.property-list .results .btn {
  max-width: none;
  width: auto;
  color: var(--text-color);
  font-size: 0.938rem;
  padding: 12px 15px;
  background-color: #fff;
  border: 0;
}
@media only screen and (min-width:75em) {
  .property-list .results .btn {
    padding: 12px 30px;
  }
}
.property-list .results .btn:hover,
.property-list .results .btn.onstate {
  background: var(--brand-color2);
}
.property-list .results .btn i {
  margin-left: 3px;
  color: var(--brand-color);
}
.property-list .results .btn:last-child {
  margin-left: 12px;
}
.property-list #map-view .gm-style .gm-style-iw-c {
  padding: 0;
  width: 300px;
  border-radius: 8px 8px 58px 8px;
}
.property-list #map-view .gm-style .gm-style-iw-c img {
  max-width: 300px;
}
.property-list #map-view .gm-style .gm-style-iw-c a {
  overflow: hidden;
  display: block;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.property-list #map-view .gm-style .gm-style-iw-c a::after {
  background: rgba(0, 0, 0, 0);
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.property-list #map-view .gm-style .gm-style-iw-c a img {
  transform: scale(1.1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  object-fit: cover;
  aspect-ratio: 16 / 7;
  width: 100%;
}
.property-list #map-view .gm-style .gm-style-iw-c a span {
  padding: 8px 12px;
  font-weight: var(--bold);
  position: absolute;
  z-index: 2;
}
.property-list #map-view .gm-style .gm-style-iw-c a span:first-of-type {
  top: 0;
  right: 0;
  border-radius: 0 0 0 20px;
  padding: 8px 15px;
}
.property-list #map-view .gm-style .gm-style-iw-c a span:nth-of-type(2) {
  bottom: 0;
  left: 0;
  font-size: 1.063rem;
}
.property-list #map-view .gm-style .gm-style-iw-c a span:nth-of-type(2)::before {
  content: '';
  border-radius: 0 80px 0 0;
  width: 85px;
  height: 72px;
  background-color: var(--brand-color);
  position: absolute;
  z-index: -1;
  left: 0px;
  bottom: 0;
}
.property-list #map-view .gm-style .gm-style-iw-c a span:last-of-type {
  bottom: 0;
  right: 0;
  border-radius: 20px 0px 0px 0px;
  padding: 8px 15px;
}
.property-list #map-view .gm-style .gm-style-iw-c a span i {
  margin-right: 3px;
}
.property-list #map-view .gm-style .gm-style-iw-c a span small {
  display: block;
}
.property-list #map-view .gm-style .gm-style-iw-c a span.sale:nth-of-type(2) {
  padding: 8px 15px;
  background-color: var(--brand-color);
  border-radius: 0 20px 0px 0px;
}
.property-list #map-view .gm-style .gm-style-iw-c a span.sale:nth-of-type(2)::before {
  display: none;
}
.property-list #map-view .gm-style .gm-style-iw-c a:hover img {
  transform: scale(1);
}
.property-list #map-view .gm-style .gm-style-iw-c a:hover::after {
  background: rgba(0, 0, 0, 0.2);
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.property-list #map-view .gm-style .gm-style-iw-c .details {
  padding: 0 30px 20px 20px;
  background-color: #fff;
}
.property-list #map-view .gm-style .gm-style-iw-c .details .tablets {
  text-align: end;
  margin-top: -13px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.property-list #map-view .gm-style .gm-style-iw-c .details .tablets span {
  margin-left: 5px;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: var(--bold);
}
.property-list #map-view .gm-style .gm-style-iw-c .details .tablets span i {
  margin-right: 3px;
}
.property-list #map-view .gm-style .gm-style-iw-c .details h4 {
  font-weight: var(--bold);
  font-size: 1.125rem;
}
.property-list #map-view .gm-style .gm-style-iw-c .details ul {
  display: flex;
  justify-content: space-between;
}
.property-list #map-view .gm-style .gm-style-iw-c .details ul li {
  text-align: center;
  font-size: 0.875rem;
  font-weight: var(--bold);
}
@media only screen and (min-width:75em) {
  .property-list #map-view .gm-style .gm-style-iw-c .details ul li {
    font-size: 0.688rem;
  }
}
@media only screen and (min-width:90em) {
  .property-list #map-view .gm-style .gm-style-iw-c .details ul li {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width:30em) {
  .property-list #map-view .gm-style .gm-style-iw-c .details ul li {
    font-size: 0.688rem;
  }
}
.property-list #map-view .gm-style .gm-style-iw-c .details ul li::before {
  content: '\25CF';
  font-size: 90%;
  font-family: inherit;
  color: var(--brand-color);
  padding-right: 4px;
}
.property-list #map-view .gm-style .gm-style-iw-c .gm-ui-hover-effect {
  z-index: 9999;
  width: 25px !important;
  height: 25px !important;
  background: white !important;
  opacity: 1;
  left: -5px;
  border-radius: 5px;
}
.property-map {
  padding: 0;
}
@media only screen and (min-width:60em) {
  .property-map {
    margin-top: -50px;
    padding: 0 0 30px;
  }
}
@media only screen and (min-width:90em) {
  .property-map {
    padding: 50px 0 0;
    margin-top: 0;
  }
}
.property-map h2 {
  margin-bottom: 40px;
}
.property-map #map img {
  width: 100vw;
}
.property-title {
  padding-top: 160px;
  padding-bottom: 0;
}
@media only screen and (min-width:30em) {
  .property-title {
    padding-top: 180px;
  }
}
@media only screen and (min-width:60em) {
  .property-title {
    padding-top: 240px;
    padding-bottom: 20px;
  }
}
.property-title .return {
  font-weight: var(--bold);
  color: var(--brand-color3);
}
.property-title .return:hover {
  color: var(--text-color);
}
.property-title .return i {
  font-size: 80%;
  margin-right: 2px;
}
.property-title h1 {
  font-weight: var(--bold);
  padding: 0;
  margin-bottom: 20px;
}
.property-title .price {
  font-weight: var(--bold);
  line-height: 1.2;
  text-align: start;
  color: var(--brand-color3);
  margin-bottom: 10px;
}
@media only screen and (min-width:30em) {
  .property-title .price {
    background-color: var(--brand-color3);
    color: #ffffff;
    border-radius: 50%;
    width: 106px;
    height: 106px;
    margin-left: auto;
    text-align: center;
    display: grid;
    align-content: center;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:45em) {
  .property-title .price {
    width: 126px;
    height: 126px;
  }
}
@media only screen and (min-width:75em) {
  .property-title .price {
    width: 166px;
    height: 166px;
  }
}
.property-title .price small {
  font-size: 60%;
  padding-left: 4px;
}
@media only screen and (min-width:30em) {
  .property-title .price small {
    display: block;
    padding-left: 0;
  }
}
.property-gallery {
  padding-top: 20px;
  padding-bottom: 50px;
}
.property-gallery img {
  width: 100vw;
  border-radius: 8px;
  cursor: pointer;
  aspect-ratio: 1.44444444;
  object-fit: cover;
}
.property-gallery .split {
  display: grid;
  grid-row-gap: 22px;
}
@media only screen and (min-width:45em) {
  .property-gallery .split {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}
@media only screen and (min-width:60em) {
  .property-gallery .split {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: auto;
    grid-column-gap: 0;
  }
}
@media only screen and (min-width:60em) {
  .property-gallery .split img:last-child {
    border-bottom-left-radius: 80px;
  }
}
.property-gallery .focus div {
  position: relative;
  display: block;
}
@media only screen and (min-width:60em) {
  .property-gallery .focus div img {
    border-bottom-right-radius: 80px;
  }
}
.property-gallery .focus div span {
  padding: 8px 12px;
  font-weight: var(--bold);
  position: absolute;
  z-index: 2;
}
.property-gallery .focus div span:first-of-type {
  top: 0;
  left: 0;
  border-radius: 0 0 20px 0;
  padding: 3px 10px;
}
@media only screen and (min-width:30em) {
  .property-gallery .focus div span:first-of-type {
    padding: 8px 15px;
  }
}
.property-gallery .focus .hide {
  margin-bottom: 22px;
}
@media only screen and (min-width:45em) {
  .property-gallery .focus .hide {
    display: none;
    margin: 0;
  }
}
.property-detail {
  padding-top: 0;
  position: relative;
}
@media only screen and (min-width:60em) {
  .property-detail::before {
    content: '';
    background-color: var(--brand-color4);
    width: 100%;
    position: absolute;
    z-index: -1;
    top: -200px;
    height: 750px;
  }
}
@media only screen and (min-width:75em) {
  .property-detail::before {
    top: -270px;
    height: 630px;
  }
}
.property-detail h2,
.property-detail h3 {
  font-weight: var(--bold);
}
.property-detail p {
  line-height: 1.9em;
}
.property-detail form {
  background-color: var(--brand-color4);
  padding: 15px 0 50px;
  position: relative;
}
@media only screen and (min-width:60em) {
  .property-detail form {
    background-color: transparent;
    padding: 0;
    padding: 15px 0 80px;
    min-height: 280px;
  }
}
.property-detail form::before {
  content: '';
  background-color: var(--brand-color4);
  width: 120vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20vw;
  z-index: -1;
}
@media only screen and (min-width:60em) {
  .property-detail form::before {
    display: none;
  }
}
.property-detail form input {
  border: 0;
  height: 50px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.property-detail form input[type=checkbox] {
  height: auto;
  margin: 0 3px 0 0;
}
.property-detail form input.btn {
  width: 190px;
  height: 50px;
  background-color: var(--brand-color2);
  color: var(--text-color);
  font-size: 0.938rem;
  font-weight: var(--bold);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.property-detail form input.btn:hover {
  background-color: var(--brand-color3);
  color: #ffffff;
}
.property-detail form .ohnohoney {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
.property-detail form ::placeholder {
  opacity: 1;
}
.property-detail form label.checkopt {
  display: block;
  color: #ffffff;
  font-size: 1rem;
}
.property-detail form label.checkopt a {
  color: #ffffff;
  font-weight: var(--bold);
}
.property-detail form label.checkopt a:hover {
  color: var(--brand-color2);
}
.property-detail form p {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: var(--bold);
  margin-top: 16px;
  margin-bottom: 8px;
}
.property-detail form a {
  color: #ffffff;
  font-weight: var(--bold);
  font-size: 1rem;
}
.property-detail form a:hover {
  color: var(--brand-color2);
}
.property-detail form .topspace {
  margin-top: 35px;
  margin-bottom: 15px;
}
.property-detail form .styled-select select {
  border: 0;
  height: 50px;
  border-radius: 8px;
}
.property-detail form .styled-select:after {
  content: '\f078';
  font-family: var(--awesome);
  font-weight: var(--bold);
  height: inherit;
  font-size: 0.875rem;
  padding: 14px 27px;
  color: var(--brand-color3);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  transform: rotate(0deg);
  border: 0;
}
.property-detail form .viewing-form {
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
@media only screen and (min-width:30em) {
  .property-detail form .viewing-form {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (min-width:75em) {
  .property-detail form .viewing-form {
    grid-template-columns: 1fr 1fr 1fr 0.4fr 0.4fr 0.6fr;
  }
}
.property-detail form .viewing-form div:first-child,
.property-detail form .viewing-form div:last-child {
  grid-column: span 6;
}
.property-detail form .viewing-form div.label {
  position: relative;
}
.property-detail form .viewing-form div.label input {
  color: #43454e;
  min-width: calc(100% - 15px);
}
@media only screen and (min-width:75em) {
  .property-detail form .viewing-form div.label::before {
    content: 'Your preferred viewing time';
    top: -40px;
    position: absolute;
    color: #ffffff;
    font-weight: var(--bold);
    width: 270px;
  }
}
@media only screen and (max-width:30em) {
  .property-detail form .viewing-form div.label::before {
    content: 'Your preferred viewing date';
    color: #ffffff;
    font-weight: var(--bold);
    padding-bottom: 15px;
    display: block;
  }
}
.property-detail form .viewing-form div.field {
  position: relative;
}
.property-detail form .viewing-form div.field .input::placeholder {
  color: transparent;
}
.property-detail form .viewing-form div.field .input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.property-detail form .viewing-form div.field label:not(.error) {
  position: absolute;
  top: 0;
  left: 20px;
  color: #43454e;
  pointer-events: none;
  height: 50px;
  display: grid;
  align-items: center;
}
.property-detail form .viewing-form div.field .input:focus + label,
.property-detail form .viewing-form div.field .input:not(:placeholder-shown) + label {
  font-size: 80%;
  right: 17px;
  left: auto;
  opacity: 0.4;
  top: -5px;
  text-align: end;
}
.property-detail form .viewing-form div.field .input:placeholder-shown + button {
  display: none;
}
.property-detail form .viewing-form div:not(:first-of-type):not(:last-of-type) {
  grid-column: span 6;
}
@media only screen and (min-width:30em) {
  .property-detail form .viewing-form div:not(:first-of-type):not(:last-of-type) {
    grid-column: span 3;
  }
}
@media only screen and (min-width:75em) {
  .property-detail form .viewing-form div:not(:first-of-type):not(:last-of-type) {
    grid-column: auto;
  }
}
.property-detail form .viewing-form div .btn {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width:75em) {
  .property-detail form .viewing-form div .btn {
    width: 190px;
    max-width: 300px;
  }
}
.property-detail form .viewing-form div input {
  margin-bottom: 5px;
}
@media only screen and (min-width:45em) {
  .property-detail form .viewing-form div input {
    margin-bottom: 10px;
  }
}
.property-detail form .viewing-form div select {
  margin-bottom: 5px;
}
@media only screen and (min-width:45em) {
  .property-detail form .viewing-form div select {
    margin-bottom: 0;
  }
}
.property-detail form .viewing-form div.time {
  position: relative;
}
.property-detail form .viewing-form div.time input {
  color: #43454e;
  min-width: calc(100% - 15px);
}
@media only screen and (max-width:30em) {
  .property-detail form .viewing-form div.time::before {
    content: 'Your preferred viewing time';
    color: #ffffff;
    font-weight: var(--bold);
    padding-bottom: 15px;
    display: block;
  }
}
.property-detail form .viewing-form h2 {
  font-size: clamp(1.5rem, 2.6vw, 1.875rem);
  color: #ffffff;
  padding-bottom: 10px;
}
.property-detail form .viewing-form .optin {
  grid-row-gap: 16px;
}
@media only screen and (min-width:75em) {
  .property-detail form .viewing-form .optin {
    grid-template-columns: 1fr 510px;
    grid-gap: 30px;
  }
}
@media only screen and (min-width:60em) {
  .property-detail .details-features {
    margin-top: 80px;
  }
}
.property-detail .details-features .details {
  position: relative;
  padding-bottom: 30px;
  padding-top: 40px;
}
@media only screen and (min-width:60em) {
  .property-detail .details-features .details {
    padding-bottom: 70px;
    padding-top: 0;
  }
}
.property-detail .details-features .details .call-block {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  grid-column-gap: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width:60em) {
  .property-detail .details-features .details .call-block {
    margin-bottom: 30px;
    grid-template-columns: 190px 1fr;
    grid-column-gap: 20px;
    margin-top: -110px;
  }
}
.property-detail .details-features .details .call-block h3 {
  padding: 0;
}
@media only screen and (max-width:30em) {
  .property-detail .details-features .details .call-block h3 {
    font-size: 1.25rem;
  }
}
.property-detail .details-features .details .call-block img {
  border: 10px solid #fff;
  border-radius: 40px;
  margin-left: -10px;
}
@media only screen and (min-width:60em) {
  .property-detail .details-features .details .call-block img {
    margin-top: -40px;
  }
}
.property-detail .details-features .details .detail-block {
  position: relative;
  z-index: 1;
}
.property-detail .details-features .details::before {
  content: '';
  background-color: #fff;
  width: calc(100vw + 170px);
  position: absolute;
  height: 100%;
  margin-right: -60px;
  top: 0;
  right: -10vw;
}
@media only screen and (min-width:60em) {
  .property-detail .details-features .details::before {
    border-radius: 60px;
    width: calc(100vw + 60px);
    top: -100px;
    right: 0;
    height: calc(100% + 80px);
  }
}
.property-detail .details-features .features {
  margin-top: -20px;
}
@media only screen and (min-width:60em) {
  .property-detail .details-features .features {
    margin-top: -100px;
  }
}
.property-detail .details-features .features .buttons {
  display: grid;
  align-content: center;
  margin-bottom: 30px;
  margin-top: -20px;
  background-color: #fff;
  position: relative;
  padding: 20px 0 50px;
}
@media only screen and (min-width:60em) {
  .property-detail .details-features .features .buttons {
    background-color: transparent;
    margin-top: 0;
  }
}
@media only screen and (min-width:75em) {
  .property-detail .details-features .features .buttons {
    padding: 20px 0;
  }
}
@media only screen and (min-width:30em) {
  .property-detail .details-features .features .buttons {
    height: 100px;
    margin-bottom: 50px;
  }
}
.property-detail .details-features .features .buttons::before {
  content: '';
  background-color: #fff;
  width: 120vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20vw;
}
@media only screen and (min-width:60em) {
  .property-detail .details-features .features .buttons::before {
    display: none;
  }
}
.property-detail .details-features .features .buttons ul {
  display: grid;
  grid-row-gap: 10px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width:30em) {
  .property-detail .details-features .features .buttons ul {
    display: flex;
    grid-gap: 16px;
  }
}
@media only screen and (min-width:60em) {
  .property-detail .details-features .features .buttons ul {
    grid-column-gap: 8px;
  }
}
@media only screen and (min-width:75em) {
  .property-detail .details-features .features .buttons ul {
    grid-gap: 16px;
  }
}
.property-detail .details-features .features .buttons ul li {
  width: 100%;
}
@media only screen and (min-width:60em) {
  .property-detail .details-features .features .buttons ul li {
    width: auto;
  }
}
.property-detail .details-features .features .buttons ul li a {
  color: #ffffff;
  background-color: var(--brand-color3);
  border-radius: 6px;
  font-size: 0.938rem;
  display: block;
  text-transform: uppercase;
  font-weight: var(--bold);
  text-align: center;
  height: 40px;
  line-height: 39px;
  padding: 0 14px;
  overflow: hidden;
}
@media only screen and (min-width:60em) {
  .property-detail .details-features .features .buttons ul li a {
    padding: 0 5px;
  }
}
@media only screen and (min-width:75em) {
  .property-detail .details-features .features .buttons ul li a {
    padding: 0 14px;
  }
}
.property-detail .details-features .features .buttons ul li a i {
  font-size: 90%;
  margin-left: 2px;
}
.property-detail .details-features .features .buttons ul li a .fa-signal {
  transform: rotate(90deg);
  font-size: 80%;
}
.property-detail .details-features .features .buttons ul li a:hover {
  background-color: #fff;
  color: var(--brand-color3);
}
.map-block {
  position: relative;
  z-index: 1;
  background: #f2f2f2;
}
#contact .map-block,
#property-detail .map-block {
  padding-top: 20px;
}
@media only screen and (min-width:60em) {
  #contact .map-block,
  #property-detail .map-block {
    padding-top: clamp(50px, 8vw, 100px);
  }
}
.map-block h3 {
  padding-bottom: 0;
}
.map-block .btnlinks {
  margin-bottom: 40px;
  display: grid;
  column-gap: 5px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (min-width:45em) {
  .map-block .btnlinks {
    margin-bottom: 0;
    display: initial;
  }
}
.map-block .btnlinks button {
  display: inline-block;
  background-color: var(--brand-color3);
  border-radius: 6px;
  font-size: 2.5vw;
  font-weight: var(--bold);
  color: #ffffff;
  padding: 8px;
  border: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width:30em) {
  .map-block .btnlinks button {
    font-size: 0.875rem;
    padding: 8px 7px;
    min-width: 90px;
  }
}
@media only screen and (min-width:45em) {
  .map-block .btnlinks button {
    font-size: 1.063rem;
    padding: 8px 12px;
  }
}
.map-block .btnlinks button:hover,
.map-block .btnlinks button.onstate {
  background-color: var(--brand-color2);
  color: var(--text-color);
}
.map-block #map-view {
  height: 400px;
}
@media only screen and (min-width:45em) {
  .map-block #map-view {
    height: 650px;
    margin-top: 30px;
  }
}
.map-block #map-view #street-view {
  height: 100%;
}
#home .map-block #map-view .gm-style .gm-style-iw-c {
  padding: 0;
  width: 350px;
  border-radius: 8px 8px 58px 8px;
}
#home .map-block #map-view .gm-style .gm-style-iw-c img {
  max-width: 350px;
}
#home .map-block #map-view .gm-style .gm-style-iw-c a {
  overflow: hidden;
  display: block;
  border-radius: 8px 8px 0 0;
  position: relative;
}
#home .map-block #map-view .gm-style .gm-style-iw-c a::after {
  background: rgba(0, 0, 0, 0);
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#home .map-block #map-view .gm-style .gm-style-iw-c a img {
  transform: scale(1.1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  object-fit: cover;
  aspect-ratio: 16 / 11;
  width: 100%;
}
#home .map-block #map-view .gm-style .gm-style-iw-c a span {
  padding: 8px 12px;
  font-weight: var(--bold);
  position: absolute;
  z-index: 2;
}
#home .map-block #map-view .gm-style .gm-style-iw-c a span:first-of-type {
  top: 0;
  right: 0;
  border-radius: 0 0 0 20px;
  padding: 8px 15px;
}
#home .map-block #map-view .gm-style .gm-style-iw-c a span:nth-of-type(2) {
  bottom: 0;
  left: 0;
  font-size: 1.063rem;
}
#home .map-block #map-view .gm-style .gm-style-iw-c a span:nth-of-type(2)::before {
  content: '';
  border-radius: 0 80px 0 0;
  width: 85px;
  height: 72px;
  background-color: var(--brand-color3);
  position: absolute;
  z-index: -1;
  left: 0px;
  bottom: 0;
}
#home .map-block #map-view .gm-style .gm-style-iw-c a span:last-of-type {
  bottom: 0;
  right: 0;
  border-radius: 20px 0px 0px 0px;
  padding: 8px 15px;
}
#home .map-block #map-view .gm-style .gm-style-iw-c a span i {
  margin-right: 3px;
}
#home .map-block #map-view .gm-style .gm-style-iw-c a span small {
  display: block;
}
#home .map-block #map-view .gm-style .gm-style-iw-c a span.sale:nth-of-type(2) {
  padding: 8px 15px;
  background-color: var(--brand-color3);
  border-radius: 0 20px 0px 0px;
}
#home .map-block #map-view .gm-style .gm-style-iw-c a span.sale:nth-of-type(2)::before {
  display: none;
}
#home .map-block #map-view .gm-style .gm-style-iw-c a:hover img {
  transform: scale(1);
}
#home .map-block #map-view .gm-style .gm-style-iw-c a:hover::after {
  background: rgba(0, 0, 0, 0.2);
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
#home .map-block #map-view .gm-style .gm-style-iw-c .details {
  border: 1px solid #E4E4E4;
  border-radius: 0 0 58px 8px;
  padding: 10px 30px 30px 20px;
  background-color: #fff;
}
#property #home .map-block #map-view .gm-style .gm-style-iw-c .details {
  margin-bottom: 20px;
}
#home .map-block #map-view .gm-style .gm-style-iw-c .details .tablets {
  text-align: end;
  margin-top: -13px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
#home .map-block #map-view .gm-style .gm-style-iw-c .details .tablets span {
  margin-left: 5px;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: var(--bold);
}
#home .map-block #map-view .gm-style .gm-style-iw-c .details .tablets span i {
  margin-right: 3px;
}
#home .map-block #map-view .gm-style .gm-style-iw-c .details h4 {
  font-weight: var(--bold);
}
#home .map-block #map-view .gm-style .gm-style-iw-c .details ul {
  display: flex;
  justify-content: space-between;
}
#property #home .map-block #map-view .gm-style .gm-style-iw-c .details ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width:30em) {
  #property #home .map-block #map-view .gm-style .gm-style-iw-c .details ul {
    display: block;
  }
}
@media only screen and (min-width:45em) {
  #property #home .map-block #map-view .gm-style .gm-style-iw-c .details ul {
    display: grid;
  }
}
@media only screen and (min-width:75em) {
  #property #home .map-block #map-view .gm-style .gm-style-iw-c .details ul {
    display: flex;
    justify-content: space-between;
  }
}
#home .map-block #map-view .gm-style .gm-style-iw-c .details ul li {
  text-align: center;
  font-size: 0.875rem;
  font-weight: var(--bold);
}
@media only screen and (min-width:75em) {
  #home .map-block #map-view .gm-style .gm-style-iw-c .details ul li {
    font-size: 0.688rem;
  }
}
@media only screen and (min-width:90em) {
  #home .map-block #map-view .gm-style .gm-style-iw-c .details ul li {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width:30em) {
  #home .map-block #map-view .gm-style .gm-style-iw-c .details ul li {
    font-size: 0.688rem;
  }
}
#home .map-block #map-view .gm-style .gm-style-iw-c .details ul li::before {
  content: '\25CF';
  font-size: 90%;
  font-family: inherit;
  color: var(--brand-color3);
  padding-right: 4px;
}
#home .map-block #map-view .gm-style .gm-style-iw-c .gm-ui-hover-effect {
  z-index: 9999;
  width: 25px !important;
  height: 25px !important;
  background: white !important;
  opacity: 1;
  left: -5px;
  border-radius: 5px;
}
.dark-cta {
  background-image: url("/images/protecting-bg.jpg");
  background-size: cover;
  padding-top: clamp(80px, 8vw, 180px);
  padding-bottom: clamp(80px, 8vw, 180px);
}
.dark-cta h2 {
  font-size: clamp(1.75rem, 4.2vw, 3.125rem);
  padding: 0;
  color: #ffffff;
}
.dark-cta p {
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  margin-top: -135px;
  margin-bottom: 0;
  color: #ffffff;
}
.testimonials {
  background-color: var(--brand-color);
  background-image: url("/images/watermark.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45vh;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.testimonials .wrap {
  position: relative;
}
.testimonials .wrap::before {
  content: '';
  background-image: url("/images/quote.png");
  width: 83px;
  height: 60px;
  position: absolute;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  top: 10px;
  left: 40px;
}
@media only screen and (min-width:45em) {
  .testimonials .wrap::before {
    width: 10vw;
    height: 7.2vw;
    top: -10px;
  }
}
@media screen and (min-width:60em) and (max-height:55em) {
  .testimonials .wrap::before {
    background-size: 16vh;
    left: 80px;
  }
}
.testimonials .swiper-container {
  padding: 70px 0;
  display: grid;
  align-content: center;
}
@media only screen and (min-width:45em) {
  .testimonials .swiper-container {
    height: 60vh;
    padding: 0;
  }
}
.testimonials .swiper-container .swiper-slide h5 {
  color: #B0B0B0;
}
@media only screen and (min-width:45em) {
  .testimonials .swiper-container .swiper-slide [bp~="grid"] {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
  }
}
.testimonials .swiper-container .swiper-slide p {
  margin-bottom: 0;
  line-height: 1.5em;
  font-size: clamp(1rem, 2vw, 1.375rem);
  color: #ffffff;
}
.testimonials .swiper-container .swiper-slide p:first-of-type:not(:only-child) {
  font-size: clamp(1.5rem, 2.9vw, 2rem);
  margin: 15px 0 20px;
  line-height: 1.6;
  font-family: var(--header-font);
}
.testimonials .swiper-container .swiper-slide p:first-of-type:not(:only-child) span {
  color: var(--brand-color);
}
.testimonials .swiper-container .swiper-slide p:last-child:not(:only-child) {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--brand-color2);
  margin-top: 30px;
  font-weight: var(--bold);
}
.testimonials .stars {
  text-align: center;
}
@media only screen and (min-width:45em) {
  .testimonials .stars {
    position: absolute;
    text-align: end;
    bottom: 40px;
    left: 0;
    width: 100%;
  }
}
.testimonials .stars i {
  font-size: 1.25rem;
  margin-left: 8px;
}
.testimonials .paging {
  position: relative;
}
.testimonials .paging .swiper-pagination-bullet {
  margin-right: 50px;
  width: 0;
  height: 0;
  color: var(--brand-color2);
}
.testimonials .paging .swiper-pagination-bullet::after {
  content: '\f005';
  font-family: var(--awesome);
  font-weight: var(--semibold);
}
.testimonials .paging .swiper-pagination-bullet-active {
  background: var(--brand-color);
}
.testimonials .pic {
  margin-top: 30px;
}
@media only screen and (min-width:45em) {
  .testimonials .pic {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 55vh;
    margin-top: 0;
    z-index: 2;
  }
}
.testimonials .pic img {
  width: auto;
}
@media only screen and (min-width:45em) {
  .testimonials .pic img {
    height: 100%;
  }
}
.reviews {
  background-color: var(--brand-color4);
  background-image: url("/images/watermark.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45vh;
  overflow: hidden;
  position: relative;
  z-index: 10;
  padding: 130px 0 50px;
  color: #ffffff;
}
@media only screen and (min-width:45em) {
  .reviews {
    padding: 0;
  }
}
.reviews .wrap {
  position: relative;
}
.reviews .wrap::before {
  content: '';
  background-image: url("/images/quote.png");
  width: 83px;
  height: 60px;
  position: absolute;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  top: -80px;
  left: 40px;
}
@media only screen and (min-width:45em) {
  .reviews .wrap::before {
    width: 10vw;
    height: 7.2vw;
    top: 60px;
  }
}
@media screen and (min-width:60em) and (max-height:55em) {
  .reviews .wrap::before {
    background-size: 16vh;
    left: 80px;
  }
}
@media only screen and (min-width:45em) {
  .reviews .holder {
    padding-top: clamp(50px, 8vw, 100px);
    padding-bottom: clamp(50px, 8vw, 100px);
  }
}
.reviews .card {
  margin-top: 10px;
}
@media only screen and (min-width:45em) {
  .reviews .card {
    margin-top: 40px;
  }
}
.portals {
  background-color: #F2F2F2;
  height: 145px;
}
@media only screen and (min-width:45em) {
  .portals {
    height: 165px;
  }
}
.portals .wrap {
  display: grid;
  align-items: center;
  height: 145px;
}
@media only screen and (min-width:45em) {
  .portals .wrap {
    height: 165px;
  }
}
.portals .wrap [bp~="flex"] {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width:45em) {
  .portals .wrap [bp~="flex"] {
    justify-content: space-between;
    display: flex;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}
.portals .wrap [bp~="flex"] img {
  align-self: center;
}
@media only screen and (min-width:45em) {
  .portals .wrap [bp~="flex"] img {
    max-width: 20%;
  }
}
@media only screen and (max-width:30em) {
  .portals .wrap [bp~="flex"] img {
    max-height: 35px;
    object-fit: contain;
  }
}
.property-intro h2 {
  font-weight: var(--bold);
}
.property-intro .filter {
  grid-template-columns: 20fr 13.33fr 13.33fr 20fr 20fr 13.33fr;
  margin-top: 50px;
  grid-gap: 20px;
}
.property-intro .filter .input {
  height: 55px;
  border-radius: 8px;
  font-size: 0.875rem;
  margin: 0;
}
.property-intro .filter select {
  font-size: 0.875rem;
}
.property-intro .filter label {
  font-weight: var(--bold);
  margin-bottom: 15px;
  display: block;
}
.property-intro .filter .btn {
  height: 55px;
  font-size: 0.938rem;
}
.property-intro .filter .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
  grid-column-gap: 10px;
}
.property-intro .filter .split label {
  grid-column: 1 / -1;
}
.service-block .content h2:first-of-type {
  padding-bottom: 25px;
}
.service-block .content h3.large.txtcenter {
  text-align: center;
}
@media only screen and (min-width:60em) {
  .service-block .content h3.large.txtcenter {
    text-align: left;
  }
}
.service-block .content .fullwidth {
  margin: 30px 0;
  margin-left: calc(-50vw + 50%);
}
@media only screen and (min-width:45em) {
  .service-block .content .fullwidth {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
.service-block .content .fullwidth img {
  border-radius: 0px 270px 0 0px;
  width: 100vw;
  aspect-ratio: 21 / 12;
  object-fit: cover;
}
@media only screen and (min-width:45em) {
  .service-block .content .fullwidth img {
    aspect-ratio: 21 / 10;
  }
}
.service-block .content .icons {
  margin: 20px 0 30px;
}
@media only screen and (min-width:45em) {
  .service-block .content .icons li {
    display: grid;
    grid-template-columns: 104px 1fr;
    grid-column-gap: 30px;
  }
}
.service-block .content .icons li div {
  text-align: center;
}
@media only screen and (min-width:45em) {
  .service-block .content .icons li div {
    text-align: start;
  }
}
.service-block .content .icons li div h5 {
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  font-weight: var(--bold);
  color: var(--brand-color3);
}
@media only screen and (min-width:90em) {
  .service-block .content .icons li div p {
    max-width: 70%;
  }
}
.service-block .content .icons li i[class^="ico"] {
  background-image: url("/images/sales-sprite.png");
  background-repeat: no-repeat;
  height: 120px;
  display: block;
  background-position-x: 50% !important;
}
@media only screen and (min-width:45em) {
  .service-block .content .icons li i[class^="ico"] {
    max-height: 120px;
    height: auto;
  }
}
.service-block .content .icons li i[class^="ico"].ico-trusted {
  background-position: 0 -10px;
}
.service-block .content .icons li i[class^="ico"].ico-general {
  background-position: 0 -130px;
}
.service-block .content .icons li i[class^="ico"].ico-compliant {
  background-position: 0 -248px;
}
.service-block .content .icons li i[class^="ico"].ico-hmo {
  background-position: 5px -380px;
}
.service-block .content .icons li i[class^="ico"].ico-private {
  background-position: 5px -508px;
}
.service-block .content .icons li i[class^="ico"].ico-application {
  background-position: -4px -655px;
}
.service-block .content .icons li i[class^="ico"].ico-management {
  background-position: 3px -805px;
}
.service-block .content .icons li i[class^="ico"].ico-regulation {
  background-position: 0 -940px;
}
.service-block .content .icons li i[class^="ico"].ico-proposal {
  background-position: 0 -1080px;
}
.service-block .content .icons li i[class^="ico"].ico-schedule {
  background-position: 0 -1635;
}
.service-block .content .icons li i[class^="ico"].ico-finalising {
  background-position: -7px -1790px;
  height: 100px;
}
.service-block .content .icons li i[class^="ico"].ico-tenancy {
  background-position: 0 -1480px;
}
.service-block .content .icons li i[class^="ico"].ico-assistance {
  background-position: 0 -1220px;
}
.service-block .content .icons li i[class^="ico"].ico-contact {
  background-position: -3px -3215px;
}
.service-block .content .icons li i[class^="ico"].ico-exposure {
  background-position: 0 15px;
}
.service-block .content .icons li i[class^="ico"].ico-fees {
  background-position: 0 -234px;
}
.service-block .content .icons li i[class^="ico"].ico-packages {
  background-position: 0 -485px;
}
.service-block .content .icons li i[class^="ico"].ico-solicitors {
  background-position: 0 -740px;
}
.service-block .right h3 {
  font-weight: var(--bold);
  font-size: clamp(1.75rem, 2.4vw, 2.188rem);
}
.service-block .right img {
  margin: 20px auto;
  border-radius: 50%;
}
@media only screen and (min-width:75em) {
  .service-block .right img {
    max-width: 300px;
  }
}
.service-block .right h4 {
  font-weight: var(--bold);
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  color: var(--brand-color3);
  padding-bottom: 0;
}
.service-block .right h5 {
  font-weight: var(--bold);
  font-size: clamp(1.125rem, 1.8vw, 1.25rem);
}
.service-block .right p a {
  font-weight: var(--bold);
  color: var(--text-color);
}
.service-block .right p a i {
  color: var(--brand-color3);
  font-size: 85%;
  margin-right: 3px;
}
.service-block .right p a:hover {
  color: var(--brand-color3);
}
.service-block .right #captcha_container1 > div {
  padding: 0;
  margin-bottom: 5px;
}
.service-block .right .member {
  position: relative;
  margin-bottom: 50px;
  margin-top: 10px;
  background-color: #fff;
  padding: 20px 30px 30px;
  border-radius: 30px;
}
@media only screen and (min-width:75em) {
  .service-block .right .member {
    padding-left: 0;
  }
}
@media only screen and (min-width:60em) {
  .service-block .right .member {
    margin-bottom: 160px;
    margin-top: 0;
    padding: 0;
    padding-left: 30px;
    border-radius: 0;
    background-color: transparent;
  }
  .service-block .right .member::before {
    content: '';
    position: absolute;
    background: #fff;
    top: -350px;
    left: -2vw;
    width: 45vw;
    height: calc(100% + 430px);
    z-index: -1;
    border-radius: 0 0 0 56px;
  }
}
.service-block .right .message {
  position: relative;
  height: 100%;
}
@media only screen and (min-width:60em) {
  .service-block .right .message::before {
    content: '';
    position: absolute;
    background: #fff;
    top: -350px;
    left: -7vw;
    width: 52vw;
    height: calc(100% + 500px);
    z-index: -1;
  }
}
.service-block .right .message a {
  color: var(--brand-color3);
}
.service-block .right .message a:hover {
  color: var(--text-color);
}
.service-block .right .message h3 {
  font-weight: var(--regular);
}
.service-block .right .message p {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}
.service-block .right form {
  position: relative;
  text-align: start;
  padding: 20px 25px 35px;
  color: #ffffff;
  background: var(--brand-color4);
  border-radius: 30px;
}
@media only screen and (min-width:60em) {
  .service-block .right form {
    background: transparent;
    padding: 40px 0 0 20px;
    border-radius: 0;
  }
}
@media only screen and (min-width:60em) {
  .service-block .right form::before {
    content: '';
    position: absolute;
    background: var(--brand-color4);
    left: -2vw;
    width: 45vw;
    top: 0;
    height: calc(100% + 60px);
    z-index: -1;
    border-radius: 56px 0 0 56px;
  }
}
.service-block .right form .field {
  position: relative;
}
.service-block .right form .field .input {
  margin-bottom: 15px;
  border: 0;
  border-radius: 7px;
  height: 50px;
  font-size: 0.875rem;
}
.service-block .right form .field .input.textarea {
  height: 190px;
  padding-top: 16px;
}
@media screen and (min-width:60em) and (max-height:55em) {
  .service-block .right form .field .input.textarea {
    height: 120px;
  }
}
.service-block .right form .field .input::placeholder {
  color: transparent;
}
.service-block .right form .field .input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.service-block .right form .field label:not(.error) {
  position: absolute;
  top: 0;
  left: 20px;
  color: #43454e;
  pointer-events: none;
  height: 50px;
  display: grid;
  align-items: center;
}
.service-block .right form .field .input:focus + label,
.service-block .right form .field .input:not(:placeholder-shown) + label {
  font-size: 80%;
  right: 15px;
  left: auto;
  opacity: 0.4;
  top: -5px;
  text-align: end;
}
.service-block .right form .field .input:placeholder-shown + button {
  display: none;
}
.service-block .right form .btn {
  border: 0;
  width: 170px;
  padding: 12px 25px;
  margin-top: 10px;
}
.service-block .right form h2 {
  font-weight: var(--bold);
}
.service-block .right form h2 a {
  color: var(--brand-color2);
}
.service-block .right form h2 a:hover {
  color: #ffffff;
}
.service-block .right form h3 {
  padding-bottom: 25px;
}
.service-block .right form h5 {
  font-weight: var(--regular);
  padding-bottom: 0;
}
.report-form {
  background-color: var(--brand-color4);
  color: #ffffff;
}
.report-form h2 {
  padding: 0;
}
.report-form p {
  margin-bottom: 0;
}
.report-form p br {
  display: none;
}
@media only screen and (min-width:75em) {
  .report-form p br {
    display: inline;
  }
}
.report-form .form {
  padding-top: 30px;
  grid-row-gap: 0;
}
@media only screen and (min-width:60em) {
  .report-form .form {
    padding-top: 50px;
    grid-gap: 30px;
  }
}
.report-form .form .field {
  position: relative;
}
@media only screen and (min-width:60em) {
  .report-form .form .field.full {
    height: 100%;
  }
}
.report-form .form .field .input {
  border: 0;
  border-radius: 7px;
  height: 50px;
  font-size: 0.875rem;
}
.report-form .form .field .input.textarea {
  height: 140px;
  padding-top: 20px;
}
@media only screen and (min-width:60em) {
  .report-form .form .field .input.textarea {
    height: calc(100% - 15px);
  }
}
.report-form .form .field .input::placeholder {
  color: transparent;
}
.report-form .form .field .input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.report-form .form .field label {
  font-size: 0.875rem;
}
.report-form .form .field label:not(.error) {
  position: absolute;
  top: 0;
  left: 20px;
  color: #43454e;
  pointer-events: none;
  height: 50px;
  display: grid;
  align-items: center;
}
.report-form .form .field .input:focus + label,
.report-form .form .field .input:not(:placeholder-shown) + label {
  font-size: 80%;
  right: 10px;
  left: auto;
  opacity: 0.4;
  top: -5px;
  text-align: end;
}
.report-form .form .field .input:placeholder-shown + button {
  display: none;
}
.report-form .buttons {
  display: grid;
  align-items: center;
  grid-row-gap: 20px;
  grid-gap: 30px;
  margin-top: 15px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width:75em) {
  .report-form .buttons {
    grid-template-columns: 235px 1fr 330px 170px;
  }
}
.report-form .buttons .btn {
  font-size: 0.938rem;
  height: 45px;
}
.report-form .buttons #captcha_container1 > div {
  padding-top: 0;
}
.report-form .buttons .file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 100%;
  font-size: 0.938rem;
}
.report-form .buttons .file input {
  width: 100%;
  height: 45px;
  margin: 0;
  opacity: 0;
}
.report-form .buttons .file input + .error {
  margin-top: 10px;
}
.report-form .buttons .file span {
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  z-index: 5;
  height: 40px;
  padding: 0.5rem 1rem;
  line-height: 1.7;
  border: 0.075rem solid rgba(255, 255, 255, 0.3);
  user-select: none;
  text-align: start;
  border-radius: 7px;
  overflow: hidden;
}
.report-form .buttons .file span::before {
  position: absolute;
  top: 0;
  right: -0.075rem;
  z-index: 6;
  display: block;
  content: "Browse";
  height: 100%;
  padding: 0.5rem 15px;
  font-weight: var(--bold);
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  background-color: var(--brand-color2);
  line-height: 1.7;
  color: var(--text-color);
  border-radius: 0 5px 5px 0;
}
.report-form .buttons .file span::after {
  content: attr(data-title);
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 90px);
}
.report-form .buttons label {
  font-size: 0.813rem;
}
.report-form .buttons label input {
  margin-right: 4px;
}
.report-form .buttons label a {
  color: #ffffff;
  text-decoration: underline;
}
.contact-block {
  padding-bottom: 0;
}
.contact-block .content h2:first-of-type {
  padding-bottom: 25px;
}
.contact-block .content p {
  font-weight: var(--bold);
}
.contact-block .content p a {
  color: var(--text-color);
}
.contact-block .content p a:hover {
  color: var(--brand-color3);
}
.contact-block .right {
  position: relative;
  background-color: var(--brand-color4);
  padding: 30px 30px 30px;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #ffffff;
}
@media only screen and (min-width:60em) {
  .contact-block .right {
    background-color: transparent;
    padding: 50px 0;
    margin-bottom: 0;
  }
}
.contact-block .right .filter {
  grid-gap: 0;
}
@media only screen and (min-width:60em) {
  .contact-block .right .filter {
    grid-gap: 16px;
    padding-left: 30px;
  }
}
.contact-block .right .filter .input {
  margin-bottom: 0;
  border: 0;
  border-radius: 7px;
  height: 50px;
  font-size: 0.875rem;
}
.contact-block .right .filter .input:focus {
  outline: none;
  border-bottom-color: #777;
}
.contact-block .right .filter .input::placeholder {
  color: transparent;
}
.contact-block .right .filter .input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.contact-block .right .filter .textarea {
  height: 140px;
  padding-top: 16px;
}
.contact-block .right .filter .styled-select select {
  border-radius: 7px;
  border: 0;
  height: 50px;
  font-size: 0.875rem;
}
.contact-block .right .filter .styled-select::after {
  top: 18px;
}
.contact-block .right .filter label:not(.error) {
  position: absolute;
  top: 0;
  left: 20px;
  color: #43454e;
  pointer-events: none;
  height: 50px;
  display: grid;
  align-items: center;
}
.contact-block .right .filter label.error {
  margin-top: 15px;
}
.contact-block .right .filter .input:focus + label,
.contact-block .right .filter .input:not(:placeholder-shown) + label {
  font-size: 80%;
  right: 17px;
  left: auto;
  opacity: 0.4;
  top: -5px;
  text-align: end;
}
.contact-block .right .filter .input:placeholder-shown + button {
  display: none;
}
.contact-block .right .filter .btn {
  font-size: 0.875rem;
  height: 45px;
  line-height: 29px;
}
.contact-block .right .filter div:not(.search-header) {
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (min-width:60em) {
  .contact-block .right .filter div:not(.search-header) {
    padding-bottom: 0;
  }
}
@media only screen and (min-width:60em) {
  .contact-block .right .filter div:nth-of-type(2) {
    padding-top: 0;
  }
}
.contact-block .right .filter div:nth-of-type(8),
.contact-block .right .filter div.order {
  padding-bottom: 0;
}
.contact-block .right .filter #captcha_container1 > div {
  padding-top: 0;
}
.contact-block .right h2 {
  padding-bottom: 0;
  padding-top: 0;
  font-weight: var(--bold);
  position: relative;
  margin-bottom: -20px;
}
@media only screen and (min-width:60em) {
  .contact-block .right h2 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width:75em) {
  .contact-block .right h2 {
    padding-top: 15px;
  }
}
@media only screen and (min-width:60em) {
  .contact-block .right::before {
    content: '';
    background-color: var(--brand-color4);
    width: calc(100vw + 60px);
    position: absolute;
    height: 100%;
    z-index: -1;
    margin-left: -60px;
    border-radius: 60px 0 0 60px;
    top: 0;
    padding: 30px 0;
  }
}
.signup {
  background-image: url("/images/signup-bg.jpg");
  background-size: cover;
  color: #ffffff;
  position: relative;
  padding-top: clamp(50px, 7.5vw, 80px);
  padding-bottom: clamp(50px, 7.5vw, 80px);
}
.signup ::placeholder {
  color: #ffffff;
  opacity: 1;
}
.signup ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.signup ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.signup :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.signup :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.signup h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
}
.signup form {
  display: grid;
  grid-template-columns: 1fr 60px;
  grid-column-gap: 30px;
  margin-top: 25px;
}
.signup form input {
  background-color: transparent;
  height: 60px;
  padding: 0 25px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.signup form .btn {
  padding: 0;
}
.signup form .btn i {
  font-size: 130%;
}
.news [bp~="grid"] {
  margin-top: 40px;
}
.news h4 {
  margin-top: 10px;
  line-height: 1.5;
}
.news h4 a {
  color: var(--text-color);
}
.news h4 a:hover {
  color: var(--brand-color);
}
.news figure {
  overflow: hidden;
  position: relative;
}
.news figure a {
  overflow: hidden;
}
.news figure a::after {
  background: rgba(0, 0, 0, 0);
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.news figure a img {
  object-fit: cover;
  height: 220px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media only screen and (min-width:60em) {
  .news figure a img {
    height: 170px;
  }
}
@media only screen and (min-width:75em) {
  .news figure a img {
    height: 290px;
  }
}
.news figure a:hover img {
  transform: scale(1);
}
.news figure a:hover::after {
  background: rgba(0, 0, 0, 0.2);
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
@media only screen and (max-width:30em) {
  .news-detail {
    padding-bottom: 20px;
  }
}
.news-detail figure {
  margin-bottom: 30px;
}
.news-detail ol {
  margin-top: 20px;
  margin-bottom: 15px;
}
.news-detail em {
  font-style: italic;
}
.news-detail h2,
.news-detail h3,
.news-detail h4 {
  color: var(--brand-color);
}
.news-list img {
  margin-top: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.news-list h2 {
  padding-top: 0;
  padding-bottom: 20px;
  color: inherit;
}
.news-list div {
  margin-bottom: 15px;
}
.news-list h4 {
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
}
@media only screen and (min-width:60em) {
  .news-list [bp~="grid"] {
    display: block !important;
  }
}
label.error,
label.err1 {
  margin: 0 0 10px;
  color: indianred;
  display: block;
  position: relative;
  padding-left: 22px;
  text-transform: none;
  font-weight: var(--semibold);
  font-size: 14px;
  letter-spacing: 0;
  text-align: start;
}
label.error::before,
label.err1::before {
  content: '\f071';
  position: absolute;
  top: 2px;
  left: 0;
  font-family: var(--awesome);
  color: indianred;
  font-size: 90%;
}
.about-intro {
  background-color: #f2f2f2;
  padding-bottom: 0;
}
.about-intro h2 {
  font-weight: var(--bold);
  color: var(--brand-color3);
  padding-bottom: 25px;
  padding-top: 0;
}
.about-intro h3 {
  font-weight: var(--bold);
  padding: 5px 0;
}
.about-intro h3:last-of-type {
  padding-bottom: 20px;
}
.about-intro ul {
  margin-top: 30px;
}
.about-intro ul li {
  font-weight: var(--bold);
}
.about-intro .circular {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  margin-bottom: 20px;
}
@media only screen and (min-width:60em) {
  .about-intro .circular {
    margin-bottom: -30px;
    display: block;
  }
}
.about-intro .circular img {
  border-radius: 50%;
  transform: rotate(-7.5deg);
}
@media only screen and (min-width:60em) {
  .about-intro .circular img {
    max-width: 48%;
  }
}
@media only screen and (min-width:60em) {
  .about-intro .circular img:nth-child(2) {
    position: absolute;
    top: 106px;
    max-width: 36%;
    right: 70px;
  }
}
@media only screen and (min-width:75em) {
  .about-intro .circular img:nth-child(2) {
    top: 131px;
    max-width: 40%;
  }
}
@media only screen and (min-width:90em) {
  .about-intro .circular img:nth-child(2) {
    top: 160px;
    max-width: 43%;
  }
}
@media only screen and (min-width:60em) {
  .about-intro .circular img:nth-child(3) {
    max-width: 41%;
    position: relative;
    margin-left: 71px;
    top: 20px;
  }
}
#page > .banner {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media only screen and (min-width:45em) {
  #page > .banner {
    padding-bottom: 70px;
    padding-top: 50px;
  }
}
@media only screen and (min-width:90em) {
  #page > .banner {
    padding-top: 120px;
  }
}
#sell-your-property #page > .banner {
  padding-bottom: 0;
}
#page > .banner ~ .banner {
  padding-top: 10px;
  padding-bottom: 30px;
}
@media only screen and (min-width:45em) {
  #page > .banner ~ .banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width:60em) {
  #page > .banner ~ .banner {
    margin-bottom: -30px;
    padding-bottom: 0;
  }
}
.team {
  background-color: var(--brand-color4);
  color: #ffffff;
}
.team .member {
  margin-top: 30px;
}
@media only screen and (min-width:45em) {
  .team .member {
    margin-top: 50px;
  }
}
.team .member h4 {
  font-weight: var(--bold);
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  color: var(--brand-color2);
  padding-bottom: 0;
}
.team .member h5 {
  font-weight: var(--bold);
  font-size: clamp(1.125rem, 1.8vw, 1.25rem);
}
.team .member p a {
  font-weight: var(--bold);
  color: #ffffff;
}
.team .member p a i {
  color: var(--brand-color2);
  font-size: 85%;
  margin-right: 3px;
}
.team .member p a:hover {
  color: var(--brand-color2);
}
.team .member img {
  border-radius: 50%;
  margin: auto auto 15px;
}
@media only screen and (min-width:90em) {
  .team .member img {
    max-width: 300px;
  }
}
#contact .team {
  background-color: transparent;
  color: var(--text-color);
}
#contact .team h4 {
  color: var(--brand-color3);
}
#contact .team p a {
  color: var(--text-color);
}
#contact .team p a i {
  color: var(--brand-color3);
  font-size: 85%;
  margin-right: 3px;
}
#contact .team p a:hover {
  color: var(--brand-color3);
}
.testimonial-boxes {
  padding-top: 0;
}
.testimonial-boxes .grid {
  column-count: 1;
  column-gap: 30px;
}
@media only screen and (min-width:45em) {
  .testimonial-boxes .grid {
    column-count: 2;
  }
}
@media only screen and (min-width:60em) {
  .testimonial-boxes .grid {
    column-count: 3;
  }
}
.testimonial-boxes .grid .box {
  border: 1px solid #d7d7d7;
  padding: 15px 30px;
  border-radius: 10px;
  break-inside: avoid;
  margin-bottom: 30px;
}
.testimonial-boxes .grid .box p:last-child:not(:only-of-type) {
  color: var(--brand-color);
  font-weight: var(--semibold);
}
.news-item h5 {
  margin-top: 10px;
  line-height: 1.5;
}
.news-item h5 a {
  color: var(--brand-color2);
}
.news-item h5 a:hover {
  color: var(--brand-color);
}
.news-item img {
  object-fit: cover;
  height: 220px;
  width: 100vw;
}
@media only screen and (min-width:60em) {
  .news-item img {
    height: 170px;
  }
}
@media only screen and (min-width:75em) {
  .news-item img {
    height: 270px;
  }
}
.news-list {
  padding-top: 0;
}
.image-boxes img {
  width: 100vw;
}
.warning {
  color: #fff;
  font-weight: var(--semibold);
  padding: 7px;
  margin-top: 10px;
  background: crimson;
}
.contact {
  position: relative;
  padding-top: clamp(50px, 9vw, 140px);
  background-color: #fff;
}
.contact .wrap {
  position: relative;
  z-index: 1;
}
.contact .wrap .line {
  position: relative;
}
@media only screen and (min-width:60em) {
  .contact .wrap .line::after {
    content: '';
    border-right: 1px solid #D4D6D9;
    height: calc(100% + 50px);
    position: absolute;
    right: -10px;
    top: 20px;
  }
}
.contact h2 {
  padding-top: 0;
  padding-bottom: 35px;
  font-weight: var(--bold);
}
.contact h3 {
  font-weight: var(--bold);
  padding-bottom: 20px;
}
.contact h4 {
  font-weight: var(--regular);
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 10px;
}
.contact ul li {
  font-size: 1.063rem;
  padding-bottom: 16px;
}
.contact ul li a {
  color: var(--text-color);
}
.contact ul li a:hover {
  color: var(--brand-color3);
}
.contact .icon-list li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 17px;
  line-height: 1.9;
}
.contact .icon-list li::before {
  content: '\f111';
  font-family: var(--awesome);
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: var(--semibold);
  color: var(--brand-color3);
  font-size: 0.938rem;
}
.contact .icon-list li:first-child::before,
.contact .icon-list li:nth-child(2)::before {
  content: '\f0e0';
}
.contact .icon-list li:last-child::before {
  content: '\f3c5';
  top: 2px;
  left: 2px;
}
.contact .form ::placeholder {
  color: #000000;
  opacity: 1;
}
.contact .form ::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
.contact .form ::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.contact .form :-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.contact .form :-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
.contact .form h3 {
  padding-top: 0;
  padding-bottom: 25px;
  font-weight: var(--bold);
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}
.contact .form .input {
  background: transparent;
  border-radius: 0;
  height: 58px;
}
.contact .form .input:focus {
  outline: none;
  border-bottom-color: var(--brand-color3);
}
.contact .form .input::placeholder {
  color: transparent;
}
.contact .form .input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.contact .form label:not(.error) {
  position: absolute;
  top: 0;
  left: 20px;
  color: #43454e;
  pointer-events: none;
  height: 58px;
  display: grid;
  align-items: center;
}
.contact .form .input:focus + label,
.contact .form .input:not(:placeholder-shown) + label {
  font-size: 80%;
  right: 17px;
  left: auto;
  opacity: 0.4;
  top: -5px;
  text-align: end;
}
.contact .form .input:placeholder-shown + button {
  display: none;
}
.contact .form .textarea {
  height: 130px;
  padding-top: 18px;
}
.contact .form .gdpr {
  font-size: 12.5px;
}
.contact .form .btn {
  font-size: 0.875rem;
  height: 45px;
  line-height: 29px;
}
.contact .form #quoteform div {
  position: relative;
}
.contact .social {
  margin-top: 40px;
}
.contact .social a[target="_blank"] {
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  width: 26px;
  height: 26px;
  display: inline-grid;
  align-content: center;
  color: #fff;
  border: 1px solid #fff;
  background-color: var(--brand-color);
  font-size: 90%;
  border: 0;
  margin-right: 5px;
}
.contact .social a[target="_blank"]:hover {
  color: var(--brand-color);
  background-color: #fff;
}
.contact .social a[target="_blank"]:first-child {
  background-color: #3C5897;
}
.contact .social a[target="_blank"]:first-child:hover {
  background-color: #fff;
  color: #3C5897;
}
.contact .social a[target="_blank"]:nth-child(2) {
  background-color: #000000;
}
.contact .social a[target="_blank"]:nth-child(2):hover {
  background-color: #fff;
  color: #00ACEE;
}
.contact .social a[target="_blank"]:nth-child(3) {
  background-color: #017CB7;
}
.contact .social a[target="_blank"]:nth-child(3):hover {
  background-color: #fff;
  color: #017CB7;
}
.contact .social a[target="_blank"]:nth-child(4) {
  background-color: #AF309B;
}
.contact .social a[target="_blank"]:nth-child(4):hover {
  background-color: #fff;
  color: #AF309B;
}
.contact .arrival {
  margin-left: 3px;
  vertical-align: baseline;
  max-width: 6px;
}
.logo-strip {
  padding-bottom: 80px;
  background-color: #fff;
}
.logo-strip .wrap {
  display: grid;
  align-items: center;
}
.logo-strip .wrap [bp~="flex"] {
  justify-content: center;
  column-gap: 20px;
}
@media only screen and (min-width:60em) {
  .logo-strip .wrap [bp~="flex"] {
    justify-content: space-between;
  }
}
.logo-strip .wrap [bp~="flex"] img {
  align-self: center;
}
.notice {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 80px;
}
#backtotop {
  background-color: var(--brand-color3);
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  display: grid;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  place-content: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#backtotop.active {
  opacity: 1;
}
.styled-select {
  display: block;
  position: relative;
}
.styled-select select {
  width: 100%;
  border: 1px solid #D9D9D9;
  height: 55px;
  background: #fff;
  padding: 0 33px 0 15px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
}
.styled-select::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 17px;
  z-index: 1;
  pointer-events: none;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-left: 1px solid var(--brand-color);
  border-bottom: 1px solid var(--brand-color);
  transform: rotate(-45deg);
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(37, 43, 66, 0.95) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 750px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0 30px;
}
@media only screen and (min-width:45em) {
  .modal__container {
    margin: 0;
  }
}
.modal__close {
  background: transparent;
  border: 0;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
}
.modal__close:before {
  content: "\2715";
  font-size: 44px;
}
.modal__content {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
.lg-outer .lg-thumb {
  margin: auto;
}
.lg-toolbar {
  background-color: transparent !important;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: var(--brand-color) !important;
}
#captcha_container1 > div {
  padding-top: 10px;
}
@media only screen and (max-width: 60em) {
  [data-aos]:not(.anim) {
    transition-property: opacity,transform !important;
    transform: translateZ(0) !important;
    transition-delay: initial !important;
    transition-duration: 0.8s !important;
  }
  [data-aos]:not(.anim)::after {
    transition-property: opacity,transform !important;
    transform: translateZ(0) !important;
    transition-delay: initial !important;
    transition-duration: 0.8s !important;
  }
}
.service {
  background-color: #f2f2f2;
}
#property {
  background-color: #f2f2f2;
}
#property #page .wrap {
  max-width: none;
}
@media only screen and (min-width:75em) {
  #property #page .wrap {
    max-width: 75em;
  }
}
@media only screen and (min-width:90em) {
  #property #page .wrap {
    max-width: 90em;
  }
}
@media print {
  @page {
    margin: 0;
  }
  body {
    padding: 30px;
  }
  .reviews,
  .portals,
  .contact,
  .logo-strip,
  .notice,
  #backtotop,
  .property-title .return,
  #viewingForm,
  .map-block .btnlinks,
  .property-detail .details-features .details .call-block,
  .property-detail .details-features .features .buttons,
  .property-gallery .focus div span:first-of-type,
  #overlay,
  #mobMenu {
    display: none;
  }
  .property-gallery img {
    width: 100%;
    display: block;
  }
  #gallery .focus,
  #property-detail .map-block {
    display: block;
  }
  .wrap {
    padding: 0;
  }
  .section.property-title {
    padding: 60px 0 0 0;
  }
  #header {
    padding: 0 0 30px 0;
    border-top: none;
  }
  .header .email-tel {
    width: 646px;
    text-align: right;
  }
  .property-gallery .split {
    width: 220px;
  }
  .property-gallery .focus {
    width: 500px;
    margin-left: -260px;
  }
  .property-gallery .split img {
    margin-bottom: 20px;
  }
  .property-detail {
    margin-bottom: 40px;
  }
}
