@charset "UTF-8";
*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

:root {
  --color-primary: #ffd23c;
  --color-secondary: #f9a63a;
  --color-tertiary: #ee4045;
  --color-grey: #f3f3f3;
  --color-white: #FFF;
  --color-black: #000;
  --color-semidark: #847f7f;
  --color-darkgrey: #e1e1e1;
  --color-shadow: rgba(0, 0, 0, 0.4);
  --color-shadow-alt: rgba(0, 0, 0, 0.82);
  --color-light: rgba(255, 255, 255, 0.6);
  --color-light-alt: rgba(255, 255, 255, 0.2);
  --color-banner: rgba(255, 255, 255, 0.7);
  --color-font: #000;
  --color-transparent: transparent;
  --font-heading: "Poppins", Helvetica, sans-serif;
  --font-body: "Poppins", Helvetica, sans-serif;
  --font-code: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  --font-pre: "Courier 10 Pitch", Courier, monospace;
  --font-bold: 500;
  --font-bolder: 600;
  --font-normal: 400;
  --font-lighter: 300;
  --font-black: bolder;
  --font-heading-size: 18px;
  --font-heading-size-lg: 36px;
  --font-heading-size-md: 28px;
  --font-body-size: 16px;
  --font-body-size-sm: 14px;
  --font-body-size-lg: 20px;
  --font-body-size-xs: 12px;
  --font-body-size-mini: 9px;
  --font-jumbo: 40px ;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.row-fluid {
  width: 100%;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*=span]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.978723396%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.957446802%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.936170208%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*=span] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
  }
  .row-fluid .span10 {
    width: 82.872928171%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
  }
  .row-fluid .span8 {
    width: 65.745856349%;
  }
  .row-fluid .span7 {
    width: 57.182320438%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
  }
}
@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*=span] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.452991453%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
  }
  .row-fluid .span8 {
    width: 65.811965812%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
  }
  .row-fluid .span5 {
    width: 40.170940171%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
  }
  .row-fluid .span2 {
    width: 14.52991453%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 156px;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 300;
  color: #000;
}

body.body--full {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
    max-width: 100vw;
    overflow-x: hidden;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  outline: 0;
}

*:focus,
*:focus-within,
*:before:focus,
*:before:focus-within,
*:after:focus,
*:after:focus-within {
  outline: 0;
}

a {
  text-decoration: none;
}

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

figure {
  margin: 1em 0;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

embed,
iframe,
object {
  max-width: 100%;
}

input,
select {
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}

.copy-clipboard {
  position: relative;
  z-index: 1;
}

.copy-clipboard::after {
  display: block;
  width: 100%;
  height: auto;
  padding: 2px 10px;
  font-size: 0.8em;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(132, 127, 127, 0.18);
  color: white;
  border-radius: 5px;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  content: "Copied to clipboard";
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}

.copy-clipboard--copied::after {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s ease-in, opacity 0.3s ease-in;
}

.grid {
  display: grid;
}

.grid--1 {
  grid-template-columns: repeat(1, 1fr);
}

@media (max-width: 767.98px) {
  .grid--1 {
    grid-template-columns: 1fr;
  }
}
.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767.98px) {
  .grid--2 {
    grid-template-columns: 1fr;
  }
}
.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767.98px) {
  .grid--3 {
    grid-template-columns: 1fr;
  }
}
.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767.98px) {
  .grid--4 {
    grid-template-columns: 1fr;
  }
}
.grid--5 {
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 767.98px) {
  .grid--5 {
    grid-template-columns: 1fr;
  }
}
.grid--6 {
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 767.98px) {
  .grid--6 {
    grid-template-columns: 1fr;
  }
}
.grid--7 {
  grid-template-columns: repeat(7, 1fr);
}

@media (max-width: 767.98px) {
  .grid--7 {
    grid-template-columns: 1fr;
  }
}
.grid--8 {
  grid-template-columns: repeat(8, 1fr);
}

@media (max-width: 767.98px) {
  .grid--8 {
    grid-template-columns: 1fr;
  }
}
.grid--9 {
  grid-template-columns: repeat(9, 1fr);
}

@media (max-width: 767.98px) {
  .grid--9 {
    grid-template-columns: 1fr;
  }
}
.grid--10 {
  grid-template-columns: repeat(10, 1fr);
}

@media (max-width: 767.98px) {
  .grid--10 {
    grid-template-columns: 1fr;
  }
}
.grid--11 {
  grid-template-columns: repeat(11, 1fr);
}

@media (max-width: 767.98px) {
  .grid--11 {
    grid-template-columns: 1fr;
  }
}
.grid--12 {
  grid-template-columns: repeat(12, 1fr);
}

@media (max-width: 767.98px) {
  .grid--12 {
    grid-template-columns: 1fr;
  }
}
.grid--40-60 {
  grid-template-columns: 40% 60%;
}

@media (max-width: 767.98px) {
  .grid--40-60 {
    grid-template-columns: 1fr;
  }
}
.grid--65-35 {
  grid-template-columns: 65% 35%;
}

@media (max-width: 767.98px) {
  .grid--65-35 {
    grid-template-columns: 1fr;
  }
}
.grid--60-40 {
  grid-template-columns: 60% 40%;
}

@media (max-width: 767.98px) {
  .grid--60-40 {
    grid-template-columns: 1fr;
  }
}
.grid--45-55 {
  grid-template-columns: 45% 55%;
}

@media (max-width: 767.98px) {
  .grid--45-55 {
    grid-template-columns: 1fr;
  }
}
.grid--75-25 {
  grid-template-columns: 75% 25%;
}

@media (max-width: 767.98px) {
  .grid--75-25 {
    grid-template-columns: 1fr;
  }
}
.grid--25-75 {
  grid-template-columns: 25% 75%;
}

@media (max-width: 767.98px) {
  .grid--25-75 {
    grid-template-columns: 1fr;
  }
}
.grid--70-30 {
  grid-template-columns: 70% 30%;
}

@media (max-width: 767.98px) {
  .grid--70-30 {
    grid-template-columns: 1fr;
  }
}
.grid--gap-1 {
  gap: 0.5em;
}

.grid--gap-2 {
  gap: 1em;
}

.grid--gap-3 {
  gap: 1.5em;
}

.grid--gap-4 {
  gap: 2em;
}

.grid--gap-5 {
  gap: 2.5em;
}

.flex {
  display: flex;
}

@media (max-width: 767.98px) {
  .flex {
    flex-wrap: wrap;
  }
}
.flex--wrap {
  flex-wrap: wrap;
}

.flex--center {
  justify-content: center;
  align-items: center;
}

.flex--row {
  flex-direction: row;
}

.flex--column {
  flex-direction: column;
}

.flex--row-reverse {
  flex-direction: row-reverse;
}

.flex--column-reverse {
  flex-direction: column-reverse;
}

.flex--inherit {
  flex-direction: inherit;
}

.flex .flex__item.flex--1 {
  width: 8.33%;
  max-width: 8.33%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .flex .flex__item.flex--1 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--2 {
  width: 16.66%;
  max-width: 16.66%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .flex .flex__item.flex--2 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--3 {
  width: 25%;
  max-width: 25%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .flex .flex__item.flex--3 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--4 {
  width: 33.33%;
  max-width: 33.33%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .flex .flex__item.flex--4 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--5 {
  width: 41.66%;
  max-width: 41.66%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .flex .flex__item.flex--5 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--6 {
  width: 50%;
  max-width: 50%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .flex .flex__item.flex--6 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--7 {
  width: 58.33%;
  max-width: 58.33%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .flex .flex__item.flex--7 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--8 {
  width: 66.66%;
  max-width: 66.66%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .flex .flex__item.flex--8 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--9 {
  width: 75%;
  max-width: 75%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .flex .flex__item.flex--9 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--10 {
  width: 83.33%;
  max-width: 83.33%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .flex .flex__item.flex--10 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--11 {
  width: 91.66%;
  max-width: 91.66%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .flex .flex__item.flex--11 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--12 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .flex .flex__item.flex--12 {
    width: 100%;
    max-width: 100%;
  }
}
.flex--1 > .flex__item {
  width: 8.33%;
  max-width: 8.33%;
  flex: 0 0 auto;
}

.flex--2 > .flex__item {
  width: 16.66%;
  max-width: 16.66%;
  flex: 0 0 auto;
}

.flex--3 > .flex__item {
  width: 25%;
  max-width: 25%;
  flex: 0 0 auto;
}

.flex--4 > .flex__item {
  width: 33.33%;
  max-width: 33.33%;
  flex: 0 0 auto;
}

.flex--5 > .flex__item {
  width: 41.66%;
  max-width: 41.66%;
  flex: 0 0 auto;
}

.flex--6 > .flex__item {
  width: 50%;
  max-width: 50%;
  flex: 0 0 auto;
}

.flex--7 > .flex__item {
  width: 58.33%;
  max-width: 58.33%;
  flex: 0 0 auto;
}

.flex--8 > .flex__item {
  width: 66.66%;
  max-width: 66.66%;
  flex: 0 0 auto;
}

.flex--9 > .flex__item {
  width: 75%;
  max-width: 75%;
  flex: 0 0 auto;
}

.flex--10 > .flex__item {
  width: 83.33%;
  max-width: 83.33%;
  flex: 0 0 auto;
}

.flex--11 > .flex__item {
  width: 91.66%;
  max-width: 91.66%;
  flex: 0 0 auto;
}

.flex--12 > .flex__item {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
}

.flex__item {
  flex: 0 0 auto;
}

.flex__item--grow-fill {
  flex: 1 0 auto !important;
  width: auto !important;
  max-width: 100% !important;
}

.row-fluid [class*=span] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.section-floatbar {
  position: relative;
  z-index: 1;
}

.section-floatbar::before {
  position: absolute;
  right: calc(100% - 50px);
  top: -30px;
  width: 2px;
  height: 150px;
  content: "";
  background-image: linear-gradient(180deg, #ffd23c 0%, #f9a63a 42.19%, #ee4045 100%);
  z-index: 2;
  transition: top 0.3s ease-in;
}

.section-floatbar.section--viewed::before,
.section--viewed .section-floatbar::before {
  top: calc(100% - 75px);
  transition: top 0.6s ease-in;
}

.section-floatbar.section-floatbar--right::before {
  right: 50px;
}

.section-floatbar.section-floatbar--bottom::before {
  right: calc(100% - 32px);
  top: unset;
  bottom: -21px;
  height: 42px;
  transition: bottom 0.3s ease-in;
}

.section-floatbar.section-floatbar--bottom:hover::before {
  bottom: calc(100% - 21px);
  transition: bottom 0.2s ease-in;
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
.dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^=ja] body,
html[lang^=zh] body,
html[lang^=ko] body {
  line-break: strict;
  word-break: break-all;
}

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

a {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

hr {
  border: 0;
  border-bottom: 1px solid #CCC;
}

img {
  font-size: 0.583rem;
  word-break: normal;
}

h1,
.h1,
.heading-big {
  color: #000;
  font-size: 36px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

.section-heading,
.heading--section,
.heading--section-mini {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--color-font);
}

@media (max-width: 767.98px) {
  .section-heading,
  .heading--section,
  .heading--section-mini {
    font-size: 24px;
  }
}
.heading--section {
  margin-bottom: 32px;
}

.heading--section-mini {
  font-size: 16px;
}

.heading--semantic {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

.heading--sm,
.heading--section-sm {
  font-size: 18px;
}

.font--mini {
  font-size: 9px;
}

.font--sm {
  font-size: 14px;
}

.font--md {
  font-size: 16px;
}

.font--lg {
  font-size: 20px;
}

.font--bold {
  font-weight: 500;
}

.font--lighter {
  font-weight: 100;
}

.font--bolder {
  font-weight: 500;
}

.font--black {
  font-weight: 600;
}

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

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

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

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

.text--decor-none {
  text-decoration: none;
}

.text--decor-underline {
  text-decoration: underline;
}

.text--decor-overline {
  text-decoration: overline;
}

.text--decor-line-through {
  text-decoration: line-through;
}

strong,
b {
  font-weight: 500;
}

@font-face {
  font-family: "Poppins";
  src: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/css/fonts/poppins/Poppins-SemiBold.woff2") format("woff2"), url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/css/fonts/poppins/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/css/fonts/poppins/Poppins-Light.woff2") format("woff2"), url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/css/fonts/poppins/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/css/fonts/poppins/Poppins-Regular.woff2") format("woff2"), url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/css/fonts/poppins/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/css/fonts/poppins/Poppins-Black.woff2") format("woff2"), url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/css/fonts/poppins/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/css/fonts/poppins/Poppins-Bold.woff2") format("woff2"), url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/css/fonts/poppins/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/css/fonts/poppins/Poppins-Thin.woff2") format("woff2"), url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/css/fonts/poppins/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/css/fonts/poppins/Poppins-ExtraLight.woff2") format("woff2"), url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/css/fonts/poppins/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: 0;
  border: 0;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

.button,
button.button {
  display: inline-block;
  width: auto;
  min-width: 128px;
  height: 32px;
  line-height: 32px;
  padding: 0 30px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  cursor: pointer;
  color: #000;
}

.button--black,
button.button--black {
  background-color: #000;
  color: #FFF;
  border-color: #000;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.button--black:hover,
button.button--black:hover {
  background-color: transparent;
  color: #000;
}

.button--black:hover > [class^=img-icon],
button.button--black:hover > [class^=img-icon] {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.button--transparent,
button.button--transparent {
  background-color: transparent;
  color: #000;
  border-color: #e1e1e1;
}

.button--transparent:hover,
button.button--transparent:hover {
  background-color: #000;
  color: #FFF;
  border-color: #000;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.button--transparent:hover > [class^=img-icon],
button.button--transparent:hover > [class^=img-icon] {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.button--outline,
button.button--outline {
  border-color: #000;
}

.button--outline:hover,
button.button--outline:hover {
  background-color: #000;
  color: #FFF;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.button--outline:hover > [class^=img-icon],
button.button--outline:hover > [class^=img-icon] {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.button--blank,
button.button--blank {
  border-color: transparent;
  background-color: transparent;
}

.button--blank:hover,
button.button--blank:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
}

.button--underline,
button.button--underline {
  border: 0;
  padding: 0;
  min-width: unset;
  border-bottom: 1px solid #000;
  opacity: 0.7;
  line-height: 1.4;
  height: auto;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
}

.button--underline:hover,
button.button--underline:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
}

.button--lg,
button.button--lg {
  height: 46px;
  line-height: 46px;
}

.button--fill,
button.button--fill {
  width: 100%;
  max-width: 100%;
}

.button > [class^=img-icon],
button.button > [class^=img-icon] {
  margin-left: 8px;
  margin-bottom: -0.1em;
}

.input {
  height: 32px;
  line-height: 32px;
}

select {
  cursor: pointer;
}

@media (max-width: 992px) {
  .button {
    height: auto;
    line-height: 1.1;
    padding: 10px 20px;
  }
}
.hs-form-field {
  margin-bottom: 1.4rem;
}

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

form legend {
  font-size: 0.875rem;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "📅";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

.hs-form-required {
  color: #ef6b51;
}

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.hs-error-msg {
  color: #ef6b51;
  margin-top: 0.35rem;
}

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

.grecaptcha-badge {
  margin: 0 auto;
}

::placeholder {
  color: #847f7f;
}

.form input[type=text] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}

.form input[type=email] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}

.form input[type=phone] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}

.form input[type=password] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}

.form input[type=range] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}

.form input[type=file] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}

.form input[type=date] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}

.form input[type=datetime-local] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}

.form input[type=search] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}

.form input[type=tel] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}

.form input[type=time] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}

.form input[type=week] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}

.form input[type=url] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}

.form input[type=number] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}

.form textarea {
  min-height: 60px;
  padding: 3px 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
  resize: none;
  display: block;
}

.form [class*=__field] {
  margin-bottom: 16px;
}

.checkbox {
  padding-left: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  color: var(--color-font);
}

.checkbox__label {
  padding-left: 10px;
  cursor: pointer;
}

.checkbox__label::before,
.checkbox__label::after {
  cursor: pointer;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #FFF;
  border: 1px solid #e1e1e1;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.checkbox__label::after {
  opacity: 0;
  content: "";
  background-color: #000;
  color: white;
  z-index: 2;
  background-image: url(//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/check.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.checkbox input:checked + .checkbox__label::after {
  opacity: 1 !important;
}

.checkbox input {
  display: none;
  height: 0;
}

.checkbox ::selection {
  background-color: transparent;
}

input.checkbox {
  display: none;
}

.radio--button .radio__label {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: transparent;
  color: #000;
  border: 1px solid #f3f3f3;
}

.radio--button .radio__label:hover {
  background-color: #000;
  color: #FFF;
  border-color: #000;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.radio--button input {
  display: none;
}

.radio--button input:checked + .radio__label {
  background-color: #000;
  color: #FFF;
}

.radio ::selection {
  background-color: transparent;
}

.range-slider {
  position: relative;
  z-index: 1;
  background-color: #e1e1e1;
  height: 2px;
  width: 280px;
}

@media (max-width: 767.98px) {
  .range-slider {
    width: 100%;
  }
}
.range-slider__value {
  width: 53%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 10%;
  background-color: #000;
}

.range-slider__min,
.range-slider__max {
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  left: 10%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.range-slider__max {
  left: unset;
  right: 0;
  right: 35%;
}

.input-box--floating-placeholder {
  position: relative;
  z-index: 1;
}

.input-box--floating-placeholder::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 1em;
  color: #000;
  content: attr(data-placeholder);
}

.input-box--floating-placeholder input {
  padding-right: 35px !important;
}

.nice-select {
  border-radius: 0;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
  height: 32px;
  line-height: 32px;
}

.nice-select:hover,
.nice-select:focus,
.nice-select.open {
  border-color: #e1e1e1 !important;
}

.nice-select .nice-select-dropdown {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  box-shadow: 1px 1px 4px rgba(132, 127, 127, 0.18);
}

.nice-select .list {
  margin: 0;
}

.nice-select .option,
.nice-select .option.selected {
  font-weight: 300;
}

.select-multiple {
  position: relative;
  z-index: 1;
  width: 100%;
  z-index: 2;
}

.select-multiple__button {
  display: block;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  background-color: #FFF;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
  color: #847f7f;
  position: relative;
}

.select-multiple__button::after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.select-multiple__container {
  padding: 20px 10px;
  border: 1px solid #e1e1e1;
  background-color: #FFF;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.3s ease-in, opacity 0.3s ease-in, visibility 0.1s 0.3s;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}

.select-multiple__container > * {
  cursor: pointer;
}

.select-multiple__container .checkbox__label::before,
.select-multiple__container .checkbox__label::after {
  border-color: #e1e1e1;
}

.select-multiple--active .select-multiple__container {
  max-height: 300px;
  opacity: 1;
  overflow-y: auto;
  visibility: visible;
  transition: max-height 0.3s ease-in, opacity 0.3s ease-in, visibility 0.1s 0.3s;
}

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

td,
th {
  vertical-align: top;
}

thead th {
  vertical-align: bottom;
}

.libtabs {
  position: relative;
  z-index: 1;
}

.libtabs__border {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 3;
  display: block;
  background-image: linear-gradient(90deg, #ffd23c 0%, #f9a63a 42.19%, #ee4045 100%);
  opacity: 1;
  transition: left 0.42s, opacity 0.1s ease-in;
}

.libtabs__nav {
  margin-bottom: 46px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
}

.libtabs--center .libtabs__nav {
  justify-content: center !important;
}

@media (max-width: 767.98px) {
  .libtabs__nav {
    flex-wrap: wrap;
  }
}
.libtabs__item {
  color: #000;
  font-weight: 500;
  padding-bottom: 5px;
  margin-right: 64px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.libtabs__item::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: -50%;
  display: block;
  background-color: #bbb;
  opacity: 0;
  transition: left 2s, opacity 0.1s ease-in;
  display: none;
}

.libtabs__item:hover::after {
  left: 0;
  opacity: 0;
  transition: left 0.3s ease-in, opacity 0.1s ease-in;
  display: none;
}

.libtabs__item.libtabs__item--active:hover::after {
  opacity: 0;
}

.libtabs__item:not(.libtabs__item--active):hover::after {
  background-color: #bbb;
  background-image: none;
  opacity: 1;
}

.libtabs__item:not([class*="--active"]):hover {
  border-color: #ffd23c;
}

.libtabs__item:last-child {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .libtabs__item {
    width: 50%;
    margin-right: 0;
  }
}
.libtabs__panel {
  opacity: 1;
  visibility: visible;
  transition: visibility 0.1s ease-in, opacity 0.5s ease-in;
}

.libtabs__panel:not(.libtabs__panel--active) {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.1s 0.3s ease-in, opacity 0.3s ease-in;
}

[class*=img-icon] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.img-icon--menu {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/menu.svg");
}

.img-icon--search {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/search.svg");
}

.img-icon--search-white {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/search-alt.svg");
}

.img-icon--filter {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/filter.svg");
}

.img-icon--filter-white {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/filter-white.svg");
}

.img-icon--reset {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/reset.svg");
}

.img-icon--bed {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/bed.svg");
}

.img-icon--bath {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/bath.svg");
}

.img-icon--car {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/car.svg");
}

.img-icon--floor {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/area.svg");
}

.img-icon--land {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/area.svg");
}

.img-icon--close {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/close.svg");
}

.img-icon--close-bold {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/close-bold.svg");
}

.img-icon--email {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/email.svg");
}

.img-icon--people {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/people.svg");
}

.img-icon--favourite {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/favourite.svg");
}

.img-icon--favourite-alt {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/favourite-white.svg");
}

.img-icon--share {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/share.svg");
}

.img-icon--link {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/link.svg");
}

.img-icon--flag {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/flag.svg");
}

.img-icon--calendar {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/calendar.svg");
}

.img-icon--house {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/house.svg");
}

.img-icon--description {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/description.svg");
}

.img-icon--gallery {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/gallery.svg");
}

.img-icon--map {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/map.svg");
}

.img-icon--video {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/video.svg");
}

.img-icon--virtual-tour {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/virtual-tour.svg");
}

.img-icon--favourite {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/favourite-outline.svg");
}

.img-icon--brochure {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/brochure.svg");
}

.img-icon--floorplan {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/floorplan.svg");
}

.img-icon--angle-down-black {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/angle-down-black.svg");
}

.img-icon--diamond {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/diamond.svg");
}

.img-icon--arrow-right {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/arrow-right.svg");
}

.img-icon--people-white {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/people-white.svg");
}

.img-icon--facebook {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/facebook.svg");
}

.img-icon--twitter {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/twitter.svg");
}

.img-icon--linkedin {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/linkedin.svg");
}

.img-icon--youtube {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/youtube.svg");
}

.img-icon--instagram {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/instagram.svg");
}

.img-icon--google {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/google.svg");
}

.img-icon--microsoft {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/microsoft.svg");
}

.img-icon--apple {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/apple.svg");
}

.img-icon--brand {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/brand.svg");
}

.img-icon--header-more {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/header-more.svg");
}

.img-icon--plus {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/plus.svg");
}

.img-icon--minus {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/minus.svg");
}

.img-icon--agent-login {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/agent-login.svg");
}

.img-icon--phone {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/phone.svg");
}

.img-icon--connect {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/connect.svg");
}

.img-icon--map-pin {
  background-image: url("//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/map-pin.svg");
}

.slider *::selection {
  background-color: transparent;
}

.slider.tns-carousel {
  display: flex;
  gap: 0;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 15;
  background-color: rgba(255, 255, 255, 0.8);
}

.popup--open {
  display: flex !important;
}

.popup__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 978px;
  width: 100%;
  margin: auto;
  background-color: #FFF;
  padding: 36px;
}

.popup--padded {
  padding-top: 50px;
  padding-bottom: 50px;
}

.popup--center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  display: inherit;
}

.popup--video .popup__wrapper {
  position: relative;
  z-index: 1;
  height: 0;
  padding-bottom: 56.25%;
  padding-bottom: 550.125px;
}

.popup--video .popup__wrapper .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px;
}

.copy-clipboard {
  position: relative;
  z-index: 1;
}

.copy-clipboard::after {
  display: block;
  width: 100%;
  height: auto;
  padding: 2px 10px;
  font-size: 0.8em;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(132, 127, 127, 0.18);
  color: white;
  border-radius: 5px;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  content: "Copied to clipboard";
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}

.copy-clipboard--copied::after {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s ease-in, opacity 0.3s ease-in;
}

.accordion__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding-top: 35px;
  margin-bottom: 30px;
  border-top: 1px solid var(--color-darkgrey);
}

.accordion__label {
  display: flex;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  cursor: pointer;
}

.accordion__label ::selection {
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.accordion__counter {
  margin-right: 32px;
}

.accordion__toggler {
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.accordion__content {
  width: 100%;
  height: 0;
  max-height: 0;
  overflow-y: hidden;
  padding: 0 30px 0 0;
  transition: max-height 0.35s ease-in;
}

.accordion__content p:only-child,
.accordion__content p:last-child {
  margin-bottom: 0;
}

.accordion__item.accordion__item--expand .accordion__content {
  padding: 32px 0 6px;
  max-height: 3000vh;
  transition: max-height 0.6s ease-in;
  height: auto;
}

.accordion__toggler::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/minus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  transform: rotate(-90deg);
  transition: transform 0.3s ease-in;
}

.accordion__item.accordion__item--expand .accordion__toggler::before {
  transform: rotate(0);
  transition: transform 0.3s ease-in;
}

.slot {
  position: relative;
  z-index: 1;
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.2em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.slot__item {
  position: relative;
  z-index: 1;
  color: #FFF !important;
  visibility: hidden;
  overflow: hidden;
}

.slot span {
  background-image: linear-gradient(to right, #ffd23c 10%, #ee4045 70%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 4px;
  text-align: center;
  min-width: 0.65em;
}

.slot__panel {
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  visibility: visible;
  z-index: 2;
}

.slot--play .slot__panel {
  animation: slotUp 1.5s ease-in forwards;
}

@keyframes slotUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-100% + 1em));
  }
}
.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
/*
# Mixins
*/
.form {
  background-color: rgba(255, 255, 255, 0.84);
  padding: 32px;
  width: 100%;
  margin: 0 auto;
}
.form__heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
  line-height: 1.1;
  color: var(--color-font, black);
}
.form__caption {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 32px;
}
.form__fields {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form__field {
  margin-bottom: 20px;
  width: 100%;
}
.form input[type=text], .form select, .form input[type=password], .form input[type=phone], .form input[type=email], .form input[type=tel] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}

.checkbox {
  padding-left: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.checkbox::before, .checkbox::after {
  cursor: pointer;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #FFF;
  border: 1px solid #e1e1e1;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.checkbox input {
  display: none;
  height: 0;
}
.checkbox__label {
  padding-left: 10px;
  cursor: pointer;
}

.morefilter__container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in;
}
.morefilter--expand .morefilter__container {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
}

.search-suggestion {
  position: relative;
  z-index: 3;
}
.search-suggestion .ljha-search-suggest__content, .search-suggestion .ljha-search-suggestion__content, .search-suggestion .search-suggest__content, .search-suggestion .search-suggestion__content {
  position: absolute;
  z-index: 2;
  background: white;
  width: 100%;
  padding: 0;
  max-height: 210px;
  overflow-y: auto;
  top: 100%;
  left: 0;
}
.search-suggestion .ljha-search-suggest__content:empty, .search-suggestion .ljha-search-suggestion__content:empty, .search-suggestion .search-suggest__content:empty, .search-suggestion .search-suggestion__content:empty {
  display: none;
}
.search-suggestion .ljha-search-suggest__content > *, .search-suggestion .ljha-search-suggestion__content > *, .search-suggestion .search-suggest__content > *, .search-suggestion .search-suggestion__content > * {
  cursor: pointer;
  width: max-content;
}
.search-suggestion .ljha-search-suggest__content > *:hover, .search-suggestion .ljha-search-suggestion__content > *:hover, .search-suggestion .search-suggest__content > *:hover, .search-suggestion .search-suggestion__content > *:hover {
  color: #EE4045;
}
.search-suggestion .ljha-search-suggest-header, .search-suggestion .ljha-search-suggestion-header {
  padding: 10px;
  color: var(--color-font, black);
  background-color: var(--color-grey, grey);
  width: 100%;
  font-weight: 600;
}
.search-suggestion .ljha-search-suggest-header:hover, .search-suggestion .ljha-search-suggestion-header:hover {
  color: var(--color-font, black);
  cursor: default;
}
.search-suggestion .ljha-search-suggest-header ~ .ljha-search-suggest-header, .search-suggestion .ljha-search-suggest-header ~ .ljha-search-suggestion-header, .search-suggestion .ljha-search-suggestion-header ~ .ljha-search-suggest-header, .search-suggestion .ljha-search-suggestion-header ~ .ljha-search-suggestion-header {
  margin-top: 10px;
  border-top: 1px solid var(--color-darkgrey, #e1e1e1);
}
.search-suggestion .ljha-search-suggest-item, .search-suggestion .ljha-search-suggestion-item {
  padding: 4px 10px;
  width: 100%;
  cursor: pointer;
}
.search-suggestion .ljha-search-suggest-item:hover, .search-suggestion .ljha-search-suggestion-item:hover {
  color: var(--color-tertiary, #EE4045);
}
.search-suggestion .ljha-search-suggest-item.ljha-search-suggest-item-active, .search-suggestion .ljha-search-suggest-item.ljha-search-suggestion-item-active, .search-suggestion .ljha-search-suggestion-item.ljha-search-suggest-item-active, .search-suggestion .ljha-search-suggestion-item.ljha-search-suggestion-item-active {
  outline: 1px 1px #EE4045;
  color: #EE4045;
}
.search-suggestion .ljha-search-suggest__content, .search-suggestion .ljha-search-suggestion__content {
  background-color: #fff;
  text-align: left;
  max-height: 200px;
  top: 32px;
  width: 100%;
  left: 0;
}
.search-suggestion input.ljha-integration {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}

.ljha-suburb-suggest-item-active {
  color: #EE4045 !important;
}

.multiple-keywords__selection, .multiple-categories__selection, .multiple-features__selection, .multiple-tags__selection {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  width: 100%;
}
.multiple-keywords__selection:empty, .multiple-categories__selection:empty, .multiple-features__selection:empty, .multiple-tags__selection:empty {
  display: none;
}
.multiple-keywords__selection .selection__item, .multiple-categories__selection .selection__item, .multiple-features__selection .selection__item, .multiple-tags__selection .selection__item {
  padding: 2px 4px;
  background-color: var(--color-grey);
  font-size: 14px;
  margin-right: 6px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.multiple-keywords__selection .selection__item [class*=img-icon], .multiple-categories__selection .selection__item [class*=img-icon], .multiple-features__selection .selection__item [class*=img-icon], .multiple-tags__selection .selection__item [class*=img-icon] {
  width: 0.7em;
  height: 0.7em;
  margin-left: 5px;
  cursor: pointer;
}
.multiple-keywords--oversize, .multiple-categories--oversize, .multiple-features--oversize, .multiple-tags--oversize {
  flex-wrap: wrap;
}
.multiple-keywords--oversize .multiple-keywords__selection, .multiple-categories--oversize .multiple-keywords__selection, .multiple-features--oversize .multiple-keywords__selection, .multiple-tags--oversize .multiple-keywords__selection {
  order: 3;
}

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */
html.os-html, html.os-html > .os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
}

html.os-html > .os-host > .os-padding {
  position: absolute;
}

body.os-dragging, body.os-dragging * {
  cursor: default;
}

.os-host, .os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.os-host-flexbox > .os-size-auto-observer, .os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

#os-dummy-scrollbar-size:before, #os-dummy-scrollbar-size:after, .os-content:before, .os-content:after {
  content: "";
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  flex-grow: 0;
  flex-shrink: 0;
  visibility: hidden;
}

#os-dummy-scrollbar-size, .os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size, .os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar, .os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar, .os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner, .os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  background: 0 0 !important;
}

.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.os-host-overflow > .os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: 0 !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content > .os-textarea {
  box-sizing: border-box !important;
  direction: inherit !important;
  background: 0 0 !important;
  outline: 0 transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: 0 !important;
  resize: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0 !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer, .os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}

.os-resize-observer-host.observed {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.os-resize-observer-host > .os-resize-observer, .os-resize-observer-host.observed > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  box-sizing: content-box;
}

.os-resize-observer-host.observed > .os-resize-observer, .os-resize-observer-host.observed > .os-resize-observer:before {
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  box-sizing: border-box;
}

.os-resize-observer-host.observed > .os-resize-observer:before {
  content: "";
  box-sizing: content-box;
  padding: inherit;
  border: inherit;
  margin: 0;
}

.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation;
}

object.os-resize-observer {
  box-sizing: border-box !important;
}

@-webkit-keyframes os-resize-observer-dummy-animation {
  0% {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
@keyframes os-resize-observer-dummy-animation {
  0% {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
.os-host-transition > .os-scrollbar, .os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  z-index: 999999;
}

.os-scrollbar, .os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off, .os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable, .os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden, .os-padding + .os-scrollbar-corner, .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner, .os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal, .os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner, .os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical, .os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner, .os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner, .os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal, .os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover, .os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

.os-theme-none > .os-scrollbar-horizontal, .os-theme-none > .os-scrollbar-vertical, .os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

.os-theme-dark > .os-scrollbar-horizontal, .os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark > .os-scrollbar-vertical, .os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal, .os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner, .os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark > .os-scrollbar-corner, .os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar, .os-theme-light > .os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: 0 0;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable, .os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: 0 0;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track, .os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: 0 0;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-dark > .os-scrollbar > .os-scrollbar-track, .os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

/*
# Slider
# base for all slider
*/
.range-slider {
  height: 2px;
}

.noUi-target {
  background-color: #e1e1e1;
  box-shadow: none;
  border: 0;
}

.noUi-connect {
  background-color: #000000;
}

.noUi-horizontal .noUi-handle {
  width: 9px;
  height: 9px;
  background-color: #000000;
  box-shadow: none;
  border: 0;
  border-radius: 50%;
  right: 0;
  top: -4px;
}
.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after {
  display: none;
}

.site-header {
  /* loader */
}
.site-header .quicksearch:not(.quicksearch--loaded) > [class^=quicksearch__]:not([class*=quicksearch__filter]):not(.button), .site-header .quicksearch:not(.quicksearch--loaded) .filter__bbc > div, .site-header .quicksearch:not(.quicksearch--loaded) .quicksearch__filter__container > div:not(.filter__bbc) {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.site-header .quicksearch:not(.quicksearch--loaded) > [class^=quicksearch__]:not([class*=quicksearch__filter]):not(.quicksearch__button)::before, .site-header .quicksearch:not(.quicksearch--loaded) > [class^=quicksearch__]:not([class*=quicksearch__filter]):not(.quicksearch__button)::after, .site-header .quicksearch:not(.quicksearch--loaded) .filter__bbc > div::before, .site-header .quicksearch:not(.quicksearch--loaded) .filter__bbc > div::after, .site-header .quicksearch:not(.quicksearch--loaded) .quicksearch__filter__container > div:not(.filter__bbc)::before, .site-header .quicksearch:not(.quicksearch--loaded) .quicksearch__filter__container > div:not(.filter__bbc)::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-darkgrey);
}
.site-header .quicksearch:not(.quicksearch--loaded) > [class^=quicksearch__]:not([class*=quicksearch__filter]):not(.quicksearch__button)::after, .site-header .quicksearch:not(.quicksearch--loaded) .filter__bbc > div::after, .site-header .quicksearch:not(.quicksearch--loaded) .quicksearch__filter__container > div:not(.filter__bbc)::after {
  width: 10%;
  background-color: var(--color-light);
  transform: skewX(-27deg);
  filter: blur(7px);
  animation: loaderRight 0.7s linear infinite;
}
@keyframes loaderRight {
  from {
    left: -10%;
  }
  to {
    left: 110%;
  }
}
.site-header .quicksearch__category {
  min-width: 110px;
}
.site-header .quicksearch__category__type {
  min-width: 160px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-header .quicksearch {
    flex-wrap: wrap !important;
  }
  .site-header .quicksearch > * {
    margin-bottom: 14px;
  }
  .site-header .quicksearch__keywords {
    width: 50%;
  }
  .site-header .quicksearch__category {
    width: 50%;
  }
  .site-header .quicksearch__type {
    width: calc(50% - 32px);
  }
  .site-header .quicksearch__filter-advanced {
    display: none;
  }
  .site-header div.quicksearch__filter__container {
    flex-wrap: wrap;
  }
  .site-header div.quicksearch__filter__container > * {
    margin-bottom: 14px;
  }
}

.site-header .header-search__icon {
  display: block;
  width: 20px;
  height: 20px;
  color: #000000;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5945 9.42189C17.5945 13.2879 14.4605 16.4219 10.5945 16.4219C6.72848 16.4219 3.59447 13.2879 3.59447 9.42189C3.59447 5.5559 6.72848 2.42189 10.5945 2.42189C14.4605 2.42189 17.5945 5.5559 17.5945 9.42189ZM19.5945 9.42189C19.5945 14.3925 15.565 18.4219 10.5945 18.4219C8.53297 18.4219 6.63336 17.7288 5.11595 16.5629C5.09895 16.5785 5.0813 16.5937 5.06299 16.6083L1.62473 19.3589C1.19347 19.7039 0.564178 19.634 0.219168 19.2028C-0.125842 18.7715 -0.0559201 18.1422 0.375342 17.7972L3.66509 15.1654C2.37192 13.607 1.59447 11.6052 1.59447 9.42189C1.59447 4.45133 5.62391 0.42189 10.5945 0.42189C15.565 0.42189 19.5945 4.45133 19.5945 9.42189Z' fill='black'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px 19px;
}
.site-header .header-search__container {
  display: block;
  width: 100vw;
  position: fixed;
  top: 88px;
  left: 0;
  background-color: #f3f3f3;
  visibility: hidden;
  opacity: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 50px;
  padding-right: 50px;
}
.site-header .quicksearch {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.site-header .quicksearch > *:not(:last-child) {
  margin-right: 16px;
  background-color: #fff;
  height: 32px;
  line-height: 32px;
}
.site-header .quicksearch input,
.site-header .quicksearch select {
  border: 0;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0;
  padding-bottom: 0;
}
.site-header .quicksearch .multiple-keywords {
  width: calc(100% - 120px - 128px);
  flex: 1 1 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 2px 4px;
}
@media (min-width: 1200px) {
  .site-header .quicksearch .multiple-keywords {
    padding: 2px 0;
  }
}
.site-header .quicksearch .multiple-keywords input {
  order: 2;
  flex: 1 1 auto;
  margin-left: 10px;
}
.site-header .quicksearch .multiple-keywords__selection {
  order: 1;
  width: auto;
  max-width: 50%;
  overflow-x: visible;
  padding: 0;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background-color: white;
}
.site-header .quicksearch .multiple-keywords__selection .selection__item {
  margin-bottom: 0;
  width: max-content;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 22px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .site-header .quicksearch .multiple-keywords__selection.multiple-keywords__selection--oversize {
    position: absolute;
    top: 100%;
  }
}
.site-header .quicksearch__keywords {
  flex: 1 0 auto;
}
.site-header .quicksearch__keywords__selection {
  width: auto;
  max-width: 40%;
  overflow-x: unset;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.site-header .quicksearch__keywords__selection::-webkit-scrollbar {
  display: none;
}
.site-header .quicksearch__keywords__selection .selection__item {
  background-color: #f3f3f3;
  height: calc(90% - 8px);
  margin: auto 8px;
  position: relative;
  z-index: 1;
  padding: 0 24px 0 8px;
  line-height: 1.4;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  white-space: nowrap;
}
.site-header .quicksearch__keywords__selection .selection__item [class^=img-icon] {
  margin-left: 8px;
  height: 8px;
  width: 8px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.site-header .quicksearch__keywords__selection .selection__item [class^=img-icon]:hover {
  opacity: 0.6;
}
.site-header .quicksearch__keywords .multiple-keywords--oversize {
  flex-wrap: wrap;
}
.site-header .quicksearch__keywords .multiple-keywords--oversize .multiple-keywords__selection {
  order: 3;
  max-width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .site-header .quicksearch__keywords .multiple-keywords--oversize .multiple-keywords__selection {
    padding-left: 15px !important;
    width: 100%;
  }
}
.site-header .quicksearch__keywords .multiple-keywords--oversize .multiple-keywords__selection .selection__item {
  margin-bottom: 4px;
}
.site-header .quicksearch__keywords__text.multiple-keywords--oversize::after {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg) scale(0.8);
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  content: "";
}
.site-header .quicksearch__keywords__text.multiple-keywords--oversize:not(:hover) .multiple-keywords__selection {
  opacity: 0;
  visibility: hidden;
}
.site-header .quicksearch__keywords__text.multiple-keywords--oversize:focus-within .multiple-keywords__selection, .site-header .quicksearch__keywords__text.multiple-keywords--oversize:hover .multiple-keywords__selection {
  opacity: 1;
  visibility: visible;
}
.site-header .quicksearch__keywords__text {
  width: calc(100% - 230px);
  max-width: calc(100% - 230px);
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__keywords .multiple-keywords {
    flex-wrap: wrap;
  }
  .site-header .quicksearch__keywords .multiple-keywords .multiple-keywords__selection {
    order: 3;
    max-width: 100%;
    flex-wrap: wrap;
    padding: 5px;
  }
  .site-header .quicksearch__keywords .multiple-keywords .multiple-keywords__selection .selection__item {
    margin-bottom: 4px;
  }
}
.site-header .quicksearch > .quicksearch__keywords {
  height: unset;
  flex: 1 1;
}
@media (min-width: 1200px) {
  .site-header .quicksearch > .quicksearch__keywords {
    flex: 1 0 auto;
    width: 100vw;
    display: inline-flex;
    max-width: calc(93% - 565px);
  }
}
@media (min-width: 1200px) and (max-width: 1248px) {
  .site-header .quicksearch > .quicksearch__keywords {
    max-width: calc(91.5% - 565px);
  }
}
.site-header .quicksearch__type {
  min-width: 128px;
}
.site-header .quicksearch__notification {
  width: 100%;
  padding: 4px 0 4px;
  margin-bottom: 0;
  color: black !important;
  font-weight: 500;
}
.site-header .quicksearch__filter-advanced > .button {
  display: none;
}
.site-header .quicksearch__filter.morefilter > .button {
  display: block;
}
.site-header .quicksearch__filter-advanced {
  display: none !important;
}
.site-header .quicksearch__filter .filter__label {
  margin-right: 16px;
  width: 340px;
  max-width: 340px;
  white-space: nowrap;
}
.site-header .quicksearch__filter .filter__range-slider {
  margin-right: 35px;
}
.site-header .quicksearch__filter .range-slider {
  position: relative;
  z-index: 1;
  background-color: #847f7f;
  height: 2px;
  width: 280px;
}
.site-header .quicksearch__filter .range-slider__value {
  width: 53%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 10%;
  background-color: #000000;
}
.site-header .quicksearch__filter .range-slider__min {
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  left: 10%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.site-header .quicksearch__filter .range-slider__max {
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  left: 10%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: unset;
  right: 0;
  right: 35%;
}
.site-header .quicksearch__filter .filter__bbc {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 35px;
}
.site-header .quicksearch__filter .filter__bbc > [class^=filter__] {
  width: auto;
}
.site-header .quicksearch__filter .filter__bbc > [class^=filter__]:not(:first-child) {
  margin-left: 16px;
}
.site-header .quicksearch__filter .filter__bbc > [class^=filter__]:nth-child(2):not(:last-child) {
  margin-right: 0 !important;
}
.site-header .quicksearch__filter .filter__suburb {
  font-size: 14px;
  line-height: 1.1;
}
.site-header .quicksearch__filter .filter__suburb label.checkbox {
  margin-bottom: 0;
}
.site-header .quicksearch__filter .quicksearch__button {
  margin-right: 0;
}
.site-header .quicksearch__button .button {
  white-space: nowrap;
}
.site-header .quicksearch__filter--expand .quicksearch__filter__container {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
}

@media (max-width: 1199.98px) {
  .site-header .header-search__container {
    width: 100%;
    transform: translateX(0px);
    transition: transform 0.3s ease-in 0s;
    top: 0px !important;
    left: 0px !important;
    height: 100% !important;
    background-color: rgb(255, 255, 255) !important;
    padding-top: 24% !important;
  }
  .site-header .header-search--active .header-search__container {
    visibility: visible;
    opacity: 1;
  }
  .site-header .quicksearch {
    flex-direction: column;
  }
  .site-header .quicksearch input,
  .site-header .quicksearch select {
    border: 1px solid var(--color-darkgrey);
    border-radius: 0;
  }
  .site-header .quicksearch .multiple-keywords {
    border: 1px solid var(--color-darkgrey);
  }
  .site-header .quicksearch .multiple-keywords input {
    border: 0;
    margin-left: 0;
  }
  .site-header .quicksearch > :not(:last-child) {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .site-header .quicksearch__filter.morefilter {
    height: unset;
  }
  .site-header .quicksearch__filter.morefilter > .button {
    display: none !important;
  }
  .site-header .quicksearch__filter__container {
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    flex-direction: column;
    position: static !important;
    transform: none !important;
    padding: 0 !important;
  }
  .site-header .quicksearch__filter .filter__label {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .site-header .quicksearch__filter .filter__range-slider {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .site-header .quicksearch__filter .filter__range-slider .range-slider {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
  }
  .site-header .quicksearch__filter .filter__bbc {
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .site-header .quicksearch__filter .filter__bbc > [class^=filter__] {
    width: 100%;
    margin-right: 0;
    margin-left: 0 !important;
    margin-bottom: 20px !important;
  }
  .site-header .quicksearch__filter .filter__suburb {
    width: 100%;
  }
  .site-header .quicksearch__filter .filter__suburb label.checkbox {
    text-align: left;
  }
  .site-header .quicksearch__filter .button {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-header .quicksearch {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .site-header .header-search__container {
    padding-left: 30px;
    padding-right: 30px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    padding-top: 24%;
    transform: translateX(0%);
    transition: transform 0.3s ease-in;
  }
  .site-header .header-search:not(.header-search--active) .header-search__container {
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in, visibility 1s 0.3s, opacity 1s 0.3s;
  }
  .site-header .header-search--active .header-search__icon {
    z-index: 2;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='19' viewBox='0 0 25 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 1L21 18' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 18L21 0.999999' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  .site-header .header-search--active .header-search__container {
    visibility: visible;
    opacity: 1;
  }
  .site-header .quicksearch::before {
    content: "Search";
    display: block;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .site-header .quicksearch > *:not(:last-child) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .site-header .quicksearch input,
  .site-header .quicksearch select {
    border: 1px solid var(--color-darkgrey);
    border-radius: 0;
  }
  .site-header .quicksearch .multiple-keywords {
    border: 1px solid var(--color-darkgrey);
  }
  .site-header .quicksearch .multiple-keywords input {
    border: 0;
    margin-left: 0;
  }
  .site-header .quicksearch .quicksearch__filter {
    height: auto;
    display: block;
  }
  .site-header .quicksearch .quicksearch__filter.morefilter > .button {
    display: none;
  }
  .site-header .quicksearch .quicksearch__filter__container {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    padding: 0;
    background-color: transparent;
  }
  .site-header .quicksearch .quicksearch__filter .filter__bbc > [class^=filter__] {
    margin-bottom: 20px;
  }
  .site-header .quicksearch .quicksearch__filter .filter__suburb {
    width: 100%;
  }
  .site-header .quicksearch .quicksearch__filter-advanced {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .site-header .quicksearch {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__keywords {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__category {
    width: calc(50% - 8px);
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__type {
    width: calc(50% - 8px);
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__filter {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__filter-advanced {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .site-header .quicksearch__filter-advanced .button {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__button {
    margin-top: 4px;
    width: 100%;
  }
  .site-header .quicksearch__button .button {
    width: 100%;
  }
}
/*
# Filter Results
# Filter results popup for Property search
*/
.filter-results {
  visibility: hidden;
  opacity: 0;
  padding-top: 59px;
  padding-bottom: 59px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: #FFF;
  overflow-y: auto;
  transition: visibility 0.1s 0.3s ease-in, opacity 0.3s ease-in;
}
.filter-results .input-box {
  font-size: 14px;
}
.filter-results--active {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s ease-in, opacity 0.3s ease-in;
}
.filter-results__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 998px;
}
.filter-results__heading {
  text-align: center;
  margin-bottom: 42px;
}
.filter-results__navigation {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}
.filter-results__navigation__item {
  position: relative;
  z-index: 1;
  color: var(--color-font);
  padding-bottom: 6px;
}
.filter-results__navigation__item::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: -50%;
  display: block;
  background-color: #bbb;
  opacity: 0;
  transition: left 2s, opacity 0.1s ease-in;
}
.filter-results__navigation__item:not(.filter-results__navigation__item--active):hover::after {
  background-image: linear-gradient(90deg, #ffd23c 0%, #f9a63a 42.19%, #ee4045 100%);
  opacity: 1;
  left: 0;
  transition: left 0.3s ease-in, opacity 0.1s ease-in;
}
.filter-results__navigation__item.filter-results__navigation__item--active::after {
  background-image: linear-gradient(90deg, #ffd23c 0%, #f9a63a 42.19%, #ee4045 100%);
  opacity: 1;
  left: 0;
  transition: left 0.3s ease-in, opacity 0.1s ease-in;
}
.filter-results__label {
  font-size: 16px;
  font-weight: 500;
}
.filter-results__label > span {
  margin-left: 8px;
}
.filter-results__keywords {
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.filter-results__status {
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.filter-results__keywords__wrapper {
  background-color: #FFF;
  padding: 3px 16px;
  border: 1px solid #e1e1e1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.filter-results__status__wrapper {
  background-color: #FFF;
  padding: 3px 16px;
  border: 1px solid #e1e1e1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.filter-results__keywords__selection {
  width: auto;
  max-width: 70%;
  overflow-x: auto;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.filter-results__keywords__selection::-webkit-scrollbar {
  display: none;
}
.filter-results__keywords__selection .selection__item {
  background-color: #F3F3F3;
  height: 24px;
  margin: 0 8px 0 0;
  position: relative;
  z-index: 1;
  padding: 0 24px 0 8px;
  line-height: 24px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  white-space: nowrap;
}
.filter-results__keywords__selection .selection__item [class^=img-icon] {
  margin-left: 8px;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.filter-results__keywords__selection .selection__item [class^=img-icon]:hover {
  opacity: 0.6;
}
.filter-results__status__selection {
  width: auto;
  max-width: 70%;
  overflow-x: auto;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.filter-results__status__selection::-webkit-scrollbar {
  display: none;
}
.filter-results__status__selection .selection__item {
  background-color: #F3F3F3;
  height: 24px;
  margin: 0 8px 0 0;
  position: relative;
  z-index: 1;
  padding: 0 24px 0 8px;
  line-height: 24px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  white-space: nowrap;
}
.filter-results__status__selection .selection__item [class^=img-icon] {
  margin-left: 8px;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.filter-results__status__selection .selection__item [class^=img-icon]:hover {
  opacity: 0.6;
}
.filter-results__keywords__text {
  width: 60%;
  max-width: 60%;
}
.filter-results__keywords__text input {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-color: transparent;
}
.filter-results__status__text {
  width: 60%;
  max-width: 60%;
}
.filter-results__status__text input {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-color: transparent;
}
.filter-results__suburb {
  margin-left: auto;
  margin-top: 8px;
}
.filter-results__category {
  font-size: 14px;
  gap: 32px;
  margin-bottom: 40px;
}
.filter-results__range {
  margin-bottom: 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.filter-results__range .font--normal {
  font-weight: 300;
}
.filter-results__range .filter-results__label {
  margin-bottom: 0;
}
.filter-results__range-slider {
  margin-left: auto;
  width: 65%;
}
.filter-results__range-slider .range-slider {
  width: 100%;
}
.filter-results__fields {
  margin-bottom: 32px;
}
.filter-results__fields--bbc {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.filter-results__types {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 32px;
}
.filter-results__types label {
  margin-left: 40px;
}
.filter-results__types .filter-results__column {
  grid-column: 2/span 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.filter-results__field {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.filter-results__field > *:not(:last-child) {
  padding-right: 16px;
}
.filter-results__field--bbc > * {
  width: 100%;
}
.filter-results__field--area {
  justify-content: flex-end;
  padding-left: 16px;
}
.filter-results__area-min {
  width: 100%;
}
.filter-results__area-max {
  width: 100%;
}
.filter-results__features {
  margin-bottom: 32px;
}
.filter-results__features .filter-results__column {
  grid-column: 2/span 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.filter-results__button {
  gap: 32px;
}
.filter-results__button .button--black [class*=img-icon--] {
  filter: invert(1);
}
.filter-results__button .button--black:hover [class*=img-icon--] {
  filter: invert(0);
}
.filter-results__close {
  position: absolute;
  top: 36px;
  right: 46px;
  z-index: 1;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.filter-results__close:hover {
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .filter-results {
    padding-left: 30px;
    padding-right: 30px;
  }
  .filter-results__label {
    margin-bottom: 14px;
    width: 100%;
  }
  .filter-results__range {
    flex-wrap: wrap;
  }
  .filter-results__range-slider {
    width: 100%;
  }
  .filter-results__types {
    flex-wrap: wrap;
  }
  .filter-results__types label {
    margin-left: 0;
    width: 50%;
  }
}

.property-search {
  padding: 16px;
  background-color: var(--color-light);
  position: absolute;
  top: calc(50% + 95px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  max-width: 1112px;
  /* more filter */
}
.property-search__form {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  padding: 0;
  background: transparent;
  align-items: flex-start;
}
.property-search__form .search-notification {
  padding: 10px 0 4px;
  display: block;
  color: black !important;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.property-search__form input {
  width: 100%;
  flex: 0 0 auto;
}
.property-search__form > *:not(:last-child) {
  margin-right: 16px;
}
.property-search__form.form select,
.property-search__form.form input[type=text] {
  width: 120px;
  height: 32px !important;
  line-height: 30px !important;
  padding: 0 8px !important;
  font-size: 14px !important;
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 400;
  border: 1px solid var(--color-darkgrey);
  -webkit-appearance: none;
}
.property-search__form.form select::placeholder,
.property-search__form.form input[type=text]::placeholder {
  color: black !important;
}
.property-search__form input[type=text] {
  width: 100%;
}
.property-search__form input[type=text].property-search__keywords_input {
  width: 100%;
}
.property-search__form.form .property-search__keywords {
  width: calc(100% - 120px - 128px);
  max-width: calc(88% - 120px - 185px);
  flex: 1 1 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border: 1px solid #F3F3F3;
  padding: 0;
  background-color: white;
  height: 32px;
}
.property-search__form.form .property-search__keywords .property-search__keywords_input {
  order: 2;
  flex: 1 1 auto;
  margin-left: 6px;
  border: 0;
  color: black;
}
.property-search__form.form .property-search__keywords .property-search__keywords_input::placeholder {
  color: black !important;
}
.property-search__form.form .property-search__keywords .multiple-keywords__selection {
  order: 1;
  width: auto;
  max-width: 83%;
  overflow-x: unset;
  padding: 0;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 2px 3px;
}
.property-search__form.form .property-search__keywords .multiple-keywords__selection .selection__item {
  margin-bottom: 0;
  width: max-content;
  white-space: nowrap;
}
.property-search__form.form .property-search__keywords.multiple-keywords--oversize {
  flex-wrap: wrap;
}
.property-search__form.form .property-search__keywords.multiple-keywords--oversize::after {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 2;
  content: "";
}
.property-search__form.form .property-search__keywords.multiple-keywords--oversize .multiple-keywords__selection {
  order: 3;
  max-width: 100%;
  flex-wrap: wrap;
  background: white;
  width: 100%;
  padding-left: 10px !important;
}
.property-search__form.form .property-search__keywords.multiple-keywords--oversize .multiple-keywords__selection .selection__item {
  margin-bottom: 4px;
}
@media (max-width: 767.98px) {
  .property-search__form.form .property-search__keywords {
    flex-wrap: wrap;
  }
  .property-search__form.form .property-search__keywords .multiple-keywords__selection {
    order: 3;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .property-search__form.form .property-search__keywords .multiple-keywords__selection .selection__item {
    margin-bottom: 4px;
  }
}
.property-search__form.form .property-search__more .property-search__propertytype {
  width: 30%;
  margin-right: 16px;
  flex: 1 1 auto;
}
.property-search__form button {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  width: auto;
  white-space: nowrap;
  flex: 1 0 auto;
  max-height: 32px;
}
.property-search__form button.property-search__submit {
  margin-right: 0;
}
.property-search__filter:not(:hover) {
  background-color: white;
}
.property-search__keywords {
  position: relative;
  z-index: 3;
}
.property-search__keywords .search-suggestion__content {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.property-search__more {
  display: flex;
  flex-direction: column;
  width: calc(100% + 32px);
  position: absolute;
  left: -16px;
  top: calc(100% + 16px);
  background-color: var(--color-light);
  padding: 16px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
}
.property-search__more .property-search__bbc > [class^=property-search__] {
  width: auto;
  flex: 1 1 auto;
}
.property-search__more .property-search__bbc > [class^=property-search__]:not(:first-child) {
  margin-left: 16px;
}
.property-search__more .property-search__bbc > [class^=property-search__] select {
  width: 100% !important;
}
.property-search__more .property-search__suburb {
  font-size: 14px;
  line-height: 1.1;
  white-space: nowrap;
}
.property-search__more.property-search__more--expand {
  max-height: 500rem;
  opacity: 1;
  transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
}
.property-search__more__top {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 0 0 auto;
}
.property-search__range-label {
  white-space: nowrap;
  flex: 1 0 auto;
  padding-right: 20px;
  min-width: 35%;
}
.property-search__range-slider {
  flex: 1 0 auto;
}
.property-search__more__bottom {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 0 0 auto;
  margin-top: 16px;
}
.property-search__more .property-search__bbc {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 35px;
  width: 100%;
  flex: 1 1 auto;
}
.property-search__range-slider {
  width: 100%;
  flex: 1 1 auto;
}
.property-search__more .range-slider {
  width: 100%;
}
.property-search .hidden {
  display: none !important;
}
@media (min-width: 1112px) {
  .property-search__form.form > button {
    max-width: 200px;
  }
  .property-search__form.form > select[name=suburb]:nth-child(3), .property-search__form.form > select[name=suburb]:nth-child(4) {
    width: 41%;
  }
  .property-search__form.form .property-search__keywords.multiple-keywords--oversize:not(:hover) .multiple-keywords__selection {
    opacity: 0;
    visibility: hidden;
  }
  .property-search__form.form .property-search__keywords.multiple-keywords--oversize:focus-within .multiple-keywords__selection, .property-search__form.form .property-search__keywords.multiple-keywords--oversize:hover .multiple-keywords__selection {
    opacity: 1;
    visibility: visible;
  }
}

.property-listings {
  padding-top: 50px;
  padding-bottom: 50px;
}
.property-listings__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1112px;
}
.property-listings__buttons {
  display: none !important;
}
.property-listings__heading {
  text-align: center;
}
.property-listings__heading strong {
  white-space: nowrap;
}
.property-listings__tab-nav {
  justify-content: center !important;
}
.property-listings .libtabs--left .libtabs__nav {
  justify-content: left !important;
}
.property-listings .libtabs--left .libtabs__item:first-child {
  margin-left: 0;
}
.property-listings .libtabs--center .libtabs__nav {
  justify-content: center !important;
}
.property-listings .libtabs--right .libtabs__nav {
  justify-content: right !important;
}
.property-listings .libtabs--right .libtabs__item:nth-last-child(2) {
  margin-right: 0;
}
.property-listings__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (max-width: 767.98px) {
  .property-listings__container .tns-ovh {
    filter: drop-shadow(2px 0px 3px rgba(0, 0, 0, 0.2));
  }
  .property-listings__container .tns-controls {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
.property-listings__viewmore {
  margin-top: 45px;
  text-align: center;
}
.property-listings__tab-item {
  margin: 0 8px;
  font-size: 18px;
  color: var(--color-font);
  font-weight: 400 !important;
}
.property-listings__tab-item.libtabs__item::after {
  width: fit-content !important;
  content: attr(data-label) !important;
  color: transparent;
}
.property-listings__tab-item.libtabs__item--fake::after {
  opacity: 0 !important;
  visibility: hidden !important;
}
.property-listings__tab-item .tns-slide-active {
  position: relative;
}
.property-listings__tab-item .tns-slide-active::after {
  display: block !important;
  background: linear-gradient(90deg, #ffd23c 0%, #f9a63a 42.19%, #ee4045 100%);
  content: "";
  position: absolute;
  top: calc(100% + 11px);
  width: 100%;
  height: 2px;
}
.property-listings__tab-item:hover {
  color: var(--color-semidark);
}
.property-listings__panel {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 37px;
  width: 100%;
}
.property-listings__panel a {
  color: #000000;
}
.property-listings .listings--grid {
  gap: 50px;
  margin-bottom: 50px;
}
.property-listings .listings--grid:not([class*=grid--]) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 767.98px) {
  .property-listings {
    margin-bottom: 0;
  }
  .property-listings .button {
    width: 100%;
  }
  .property-listings__tab-item {
    width: auto;
  }
  .property-listings .tns-outer {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .property-listings .tns-outer:not(:first-child) {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
  }
  .property-listings .tns-outer:not(:first-child) .tns-controls {
    display: none;
  }
  .property-listings .tns-controls {
    display: inline-block;
    display: none;
  }
  .property-listings .tns-controls button[data-controls*=prev],
  .property-listings .tns-controls button[data-controls*=next] {
    display: block;
    position: absolute;
    top: calc(50% - 25px);
    left: -15px;
    font-size: 1rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
    z-index: 3;
  }
  .property-listings .tns-controls button[data-controls*=prev] i,
  .property-listings .tns-controls button[data-controls*=next] i {
    width: 7px;
    height: 12px;
  }
  .property-listings .tns-controls button[data-controls*=next] {
    display: block;
    font-size: 1rem;
    left: unset;
    right: -15px;
    z-index: 3;
  }
  .property-listings .tns-controls .img-icon--arrow-right {
    background-image: url("resources/icons/angle-right.svg");
  }
  .property-listings .tns-controls .img-icon--arrow-left {
    background-image: url("resources/icons/angle-left.svg");
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .property-listings .listings--grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 50px;
  }
  .property-listings__tab-item.tabs__item {
    white-space: nowrap;
    margin: 0 14px;
  }
}
.listings {
  gap: 37px;
  width: 100%;
}
.listings.listings--grid {
  gap: 50px;
  margin-bottom: 50px;
}
.listings.listings--grid:not([class*=grid--]) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.listings__item {
  background-color: #FFF;
  box-shadow: 0 2px 10px rgba(132, 127, 127, 0.18);
  position: relative;
  z-index: 1;
}
.listings__item__overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.listings__item__thumbnail {
  position: relative;
  z-index: 1;
  height: 0;
  padding-bottom: 66%;
  margin-top: 0;
  margin-bottom: 0;
  background-color: var(--color-darkgrey);
}
.listings__item__thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  object-position: center;
  object-position: center top;
}
.listings__item__sticker, .listings__item__fav {
  /*   display: none; */
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--color-light);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  z-index: 1;
}
.listings__item__sticker--Sold {
  background-color: #EE4045 !important;
  color: white;
}
.listings__item__sticker--Leased {
  background-color: #F9A63A !important;
  color: white;
}
.listings__item__overview {
  padding: 32px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.listings__item__overview p {
  line-height: 1.2;
}
.listings__item__address {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 4px;
}
.listings__item__suburb {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 24px;
}
.listings__item__status {
  font-weight: 500;
  display: none;
}
.listings__item__price {
  display: block;
}
.listings__item__type {
  display: none;
}
.listings__item__bbc {
  margin-top: 12px;
}
.listings__item__bbc > span {
  margin-right: 8px;
}
.listings__item__bbc > span [class*=img-icon--] {
  margin-bottom: -0.1em;
}
.listings__fav {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  display: none;
}
.listings .tns-carousel {
  display: block;
}
.listings > .heading--section {
  grid-column: 1/span 3;
  margin-bottom: 10px;
}
.listings a {
  color: #000000;
}

.libtabs__border {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 3;
  display: block;
  background-image: linear-gradient(90deg, #ffd23c 0%, #f9a63a 42.19%, #ee4045 100%);
  opacity: 1;
  transition: left 0.42s, opacity 0.1s ease-in;
}

@media (max-width: 767.98px) {
  section.property-listings .property-listings__tab-item.libtabs__item--active ~ .property-listings__tab-item.libtabs__item--active::after {
    opacity: 1 !important;
  }
}
.appraisal-form {
  position: relative;
  z-index: 1;
}
.appraisal-form .form__fields {
  position: relative;
  z-index: 2;
}
.appraisal-form .form__field {
  position: relative;
  z-index: 1;
}
.appraisal-form .form__field--action {
  position: relative;
  z-index: 1 !important;
}
.appraisal-form .form__field__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: white;
  max-height: 210px;
  overflow-y: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.appraisal-form .form__field__dropdown > * {
  padding: 4px 7px;
  width: 100%;
  cursor: pointer;
}
.appraisal-form .form__field__dropdown > *:hover {
  color: #EE4045;
}
.appraisal-form .form__field .button:disabled:hover {
  opacity: 0.5;
}
.appraisal-form .form__field:nth-child(1) {
  z-index: 20;
}
.appraisal-form .form__field:nth-child(2) {
  z-index: 19;
}
.appraisal-form .form__field:nth-child(3) {
  z-index: 18;
}
.appraisal-form .form__field:nth-child(4) {
  z-index: 17;
}
.appraisal-form .form__field:nth-child(5) {
  z-index: 16;
}
.appraisal-form .form__field:nth-child(6) {
  z-index: 15;
}
.appraisal-form .form__field:nth-child(7) {
  z-index: 14;
}
.appraisal-form .form__field:nth-child(8) {
  z-index: 13;
}
.appraisal-form .form__field:nth-child(9) {
  z-index: 12;
}
.appraisal-form .form__field:nth-child(10) {
  z-index: 11;
}
.appraisal-form .form__field:nth-child(11) {
  z-index: 10;
}
.appraisal-form .form__field:nth-child(12) {
  z-index: 9;
}
.appraisal-form .form__field:nth-child(13) {
  z-index: 8;
}
.appraisal-form .form__field:nth-child(14) {
  z-index: 7;
}
.appraisal-form .form__field:nth-child(15) {
  z-index: 6;
}
.appraisal-form .form__field:nth-child(16) {
  z-index: 5;
}
.appraisal-form .form__field:nth-child(17) {
  z-index: 4;
}
.appraisal-form .form__field:nth-child(18) {
  z-index: 3;
}
.appraisal-form .form__field:nth-child(19) {
  z-index: 2;
}
.appraisal-form .form__field:nth-child(20) {
  z-index: 1;
}

.ljha-search-suggest {
  position: relative;
  z-index: 2;
  padding: 0;
}
.ljha-search-suggest::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M11.8367 10.3748L9.50024 8.03828C9.39478 7.93282 9.25183 7.87423 9.10184 7.87423H8.71985C9.36666 7.04697 9.751 6.00644 9.751 4.87452C9.751 2.18182 7.56918 0 4.87648 0C2.18377 0 0.00195312 2.18182 0.00195312 4.87452C0.00195312 7.56723 2.18377 9.74905 4.87648 9.74905C6.0084 9.74905 7.04892 9.36471 7.87618 8.7179V9.09989C7.87618 9.24988 7.93477 9.39283 8.04023 9.49829L10.3767 11.8348C10.597 12.0551 10.9532 12.0551 11.1712 11.8348L11.8344 11.1716C12.0547 10.9513 12.0547 10.5951 11.8367 10.3748ZM4.87648 7.87423C3.21961 7.87423 1.87677 6.53374 1.87677 4.87452C1.87677 3.21765 3.21726 1.87482 4.87648 1.87482C6.53335 1.87482 7.87618 3.21531 7.87618 4.87452C7.87618 6.53139 6.53569 7.87423 4.87648 7.87423Z' fill='black'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.ljha-search-suggest .ljha-integration {
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  padding: 0 29px;
  font-size: 14px;
}
.ljha-search-suggest__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  padding: 3px 0;
}
.ljha-search-suggest__content:empty {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.ljha-search-suggest__content .ljha-search-suggest-header {
  padding: 8px 29px;
  cursor: default;
  pointer-events: none;
  touch-action: none;
  font-weight: 600;
  background-color: var(--color-grey);
}
.ljha-search-suggest__content .ljha-search-suggest-header {
  margin-top: 4px;
}
.ljha-search-suggest__content .ljha-search-suggest-item {
  cursor: pointer;
  padding: 3px 29px;
}
.ljha-search-suggest__content .ljha-search-suggest-item:hover {
  color: #EE4045;
}

/* sidebar */
.listing-results__filter a {
  color: var(--color-font);
  text-decoration: none;
}
.listing-results__filter .form__button:not(:last-child) {
  margin-bottom: 1rem;
}
.listing-results__filter .form__button .img-icon--filter {
  filter: invert(1);
}
.listing-results__filter .form__button:hover .img-icon--filter {
  filter: invert(0);
}

.listing-results__keywords__selection {
  padding-top: 4px !important;
}

.listing-results__sidebar__view {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  margin-bottom: 36px;
}
.listing-results__sidebar__view > a {
  font-weight: 500;
  color: var(--color-font);
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
  filter: grayscale(1) brightness(0.1);
  position: relative;
}
.listing-results__sidebar__view > a:not(.listing-results__sidebar__view--active) {
  opacity: 0.57;
}
.listing-results__sidebar__view > a:hover {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
.listing-results__sidebar__view > a .listing-results__sidebar__view [class*=img-icon--] {
  margin-left: 4px;
}

.listing-results__filter > a {
  margin-bottom: 12px;
  font-weight: 500;
  color: var(--color-font);
  position: relative;
}
.listing-results__filter > a:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: -50%;
  display: block;
  background-image: linear-gradient(90deg, #FFD23C 0%, #F9A63A 42.19%, #EE4045 100%);
  opacity: 0;
  transition: left 2s, opacity 0.1s ease-in;
}
.listing-results__filter > a:hover::before, .listing-results__filter > a:active::before {
  left: 0;
  opacity: 1;
  transition: left 0.3s ease-in, opacity 0.3s ease-in;
}
.listing-results__filter > a .listing-results__category {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 36px;
}
.listing-results__filter .listing-results__form.form [class*=__field] {
  margin-bottom: 24px;
  position: relative;
}
.listing-results__filter .form__field.form__field--keyvalue {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.listing-results__filter .form [class*=__field].form__field__key {
  flex: 0 0 50%;
  padding-right: 10px;
  font-weight: 600;
  margin-bottom: 0;
}
.listing-results__filter .form [class*=__field].form__field__value {
  flex: 0 0 50%;
  text-align: right;
  margin-bottom: 0;
  max-width: 50%;
}
.listing-results__filter .form [class*=__field].form__field__value .nice-select .list .option {
  white-space: normal;
  line-height: 1.2;
  padding: 8px 18px;
}
.listing-results__filter .form [class*=__field].form__field__value .nice-select .current {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.listing-results__filter .listing-results__form .ljha-search-suggest-header {
  padding: 4px 10px;
  /*   background-color: var(--color-grey); */
  font-weight: 500;
  cursor: default;
}
.listing-results__filter .listing-results__form .ljha-search-suggest-header:hover {
  color: var(--color-font);
}
.listing-results__filter .listing-results__form .search-suggestion__content {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.listing-results__filter .listing-results__form .search-suggestion__content > * {
  display: block;
  word-break: break-word;
  max-width: 100%;
}
.listing-results__filter .listing-results__form .ljha-search-suggest-item {
  font-size: 14px;
}

.search-notification {
  width: 100%;
  padding: 4px 0 4px;
  color: black !important;
  font-weight: 500;
  margin-bottom: 0;
}

.simplesearch {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.simplesearch__keywords {
  flex: 1 1 calc(100% - 61px);
}
.simplesearch__keywords input[type=text] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 0.875rem;
}
.simplesearch__button {
  flex: 0 0 auto;
}
.simplesearch__button button {
  width: 60px;
  height: 32px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  min-width: unset;
  padding: 0;
}
.simplesearch__button button .img-icon--search-white {
  background-image: url(//f.hubspotusercontent40.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/search.svg);
  filter: invert(1);
  margin: 0;
}
.simplesearch__notification {
  width: 100%;
  flex: 1 0 auto;
  font-weight: 500;
  padding: 5px 7px;
}

.cardbox {
  padding: 48px 0;
}

.cardbox__wrapper.container-wrapper {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}

.cardbox--tabs .cardbox__heading {
  margin-bottom: 40px;
  text-align: center;
}
.cardbox--tabs .cardbox__grid {
  gap: 40px;
}

.cardbox__tabs__nav.tabs__nav {
  justify-content: center;
  align-items: center;
  justify-content: center;
}
.cardbox__tabs__nav.tabs__nav .tabs__item {
  margin: 8px 20px;
}
.cardbox__tabs__nav.tabs__nav .tabs__border:not(:last-child) {
  display: none;
  visibility: hidden;
}

.cardbox__grid {
  gap: 64px;
}

.cardbox__grid__item {
  padding: 20px;
  background-color: var(--color-white, white);
  line-height: 1.5;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  grid-template-columns: 30% 70%;
  gap: 0px;
}
.cardbox__grid__item:hover {
  background-color: var(--color-grey);
  transition: background-color 0.3s ease-in;
}
.cardbox__grid__item:hover .cardbox__grid__item__picture::before {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.cardbox__grid__item:hover .cardbox__grid__item__footer::before {
  transform: scaleX(1);
  transition: transform 0.2s ease-in;
}

.cardbox__grid__item__picture {
  border-radius: 50%;
  position: relative;
  z-index: 1;
  background-color: var(--color-grey, #d3d3d3);
  overflow: visible;
  height: 0;
  padding-bottom: 100%;
}
.cardbox__grid__item__picture::before {
  content: "";
  display: block;
  margin-right: 24px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  background-image: linear-gradient(90deg, #ffd23c, #f9a63a 22.19%, #ee4045);
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  opacity: 0;
}
.cardbox__grid__item__picture::after {
  text-align: center;
  background-color: var(--color-grey);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  z-index: 0;
  border-radius: 50%;
}
.cardbox__grid__item__picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center 12%;
  border-radius: 50%;
  overflow: hidden;
}

.grid-loader .cardbox__grid__item__picture {
  overflow: hidden;
}
.grid-loader .cardbox__grid__item__picture::before {
  background-image: none;
  background-color: white;
}
.grid-loader .cardbox__grid__item > .cardbox__grid__item__picture {
  background-color: var(--color-darkgrey);
  position: relative;
}
.grid-loader .cardbox__grid__item > .cardbox__grid__item__picture img {
  opacity: 0;
}
.grid-loader .cardbox__grid__item > .cardbox__grid__item__picture::before {
  display: block;
  content: "";
  width: 20%;
  height: calc(100% + 50px);
  position: absolute;
  z-index: 1;
  top: 0;
  left: -10%;
  animation: slideX 1s linear infinite;
  background-color: var(--color-white);
  opacity: 0.82;
  transform: skewX(-25deg);
  filter: blur(6px);
}
.grid-loader .cardbox__grid__item > .cardbox__grid__item__content > * {
  color: transparent !important;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 32px;
  max-height: 32px;
  background-color: var(--color-darkgrey);
  overflow: hidden;
}
.grid-loader .cardbox__grid__item > .cardbox__grid__item__content > *::before {
  display: block;
  content: "";
  width: 20%;
  height: calc(100% + 50px);
  position: absolute;
  z-index: 1;
  top: 0;
  left: -10%;
  animation: slideX 1s linear infinite;
  background-color: var(--color-white);
  opacity: 0.82;
  transform: skewX(-25deg);
  filter: blur(6px);
}
.grid-loader .cardbox__grid__item__content a {
  color: transparent !important;
}
.grid-loader .cardbox__grid__item__cta a:not(:first-child)::before {
  opacity: 0;
}

.cardbox__grid__item__content {
  padding-left: 40px;
}
.cardbox__grid__item__content p {
  margin-bottom: 0;
  font-size: 12px;
}
.cardbox__grid__item__content a {
  color: var(--color-link, black);
  font-weight: 500;
  font-size: 12px;
}
.cardbox__grid__item__content a.cardbox__grid__item__phone {
  font-weight: 300;
}

.cardbox__grid__item__cta a:not(:first-child)::before {
  display: inline-block;
  width: 1px;
  height: 0.8em;
  background-color: black;
  content: "";
  margin: 0 4px 0 2px;
}

.cardbox__grid__item__title {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 16px;
}

.cardbox__grid__item__footer {
  margin-top: 8px;
  display: block;
  font-weight: 600;
  font-size: 14px;
}
.cardbox__grid__item__footer::before {
  display: block;
  height: 1px;
  width: 100%;
  content: "";
  background-color: black;
  margin-bottom: 8px;
  opacity: 0.66;
  display: block;
  height: 1px;
  width: 100%;
  content: "";
  background-color: black;
  margin-bottom: 8px;
  opacity: 0.66;
  transform: scaleX(0);
  transition: transform 0.2s ease-in;
}

.cardbox__grid__item__viewlist {
  display: none;
}

.cardbox__email {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.grid--hidden {
  height: 30vh;
  overflow: hidden;
  visibility: hidden !important;
  opacity: 0 !important;
}

@media (max-width: 767.98px) {
  .cardbox__wrapper.container-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cardbox__tabs__nav.tabs__nav .tabs__item {
    width: 100%;
    margin: 8px 0;
    text-align: center;
  }
  .cardbox__tabs .tns-inner {
    overflow: hidden;
  }
  .cardbox__tabs .tns-inner .cardbox__tabs__nav__item {
    background: var(--color-grey);
    padding: 10px;
    border-radius: 4px;
  }
  .cardbox__tabs .tns-nav {
    display: none;
  }
  .cardbox__tabs .tns-controls button[data-controls*=prev] {
    display: inline-block;
    top: 30% !important;
    z-index: 2;
    left: 5px !important;
  }
  .cardbox__tabs .tns-controls button[data-controls*=next] {
    display: inline-block;
    top: 30% !important;
    z-index: 2;
    right: 5px !important;
  }
  .tns-controls {
    display: inline-block;
    top: 30% !important;
    z-index: 2;
  }
  .parsection-section-generic + .parsection-cardbox {
    margin-top: -90px;
  }
  .cardbox__grid__item {
    display: flex;
    flex-direction: column;
    gap: unset;
    grid-template-columns: unset;
    text-align: center;
  }
  .cardbox__grid__item__picture {
    width: 70%;
    padding-bottom: 70%;
    margin: 0 auto 25px;
  }
  .cardbox__grid__item__picture img {
    object-position: center top;
  }
  .cardbox__grid__item__content {
    padding: 0 0 15px;
  }
}
/* loader */
@keyframes slideX {
  from {
    left: -10%;
  }
  to {
    left: 110%;
  }
}
/*
    LJHooker API Library
    Stylesheet for all API related templates
*/

/*# sourceMappingURL=lj-hooker.css.map */