@charset "UTF-8";
@font-face {
  font-family: "Hero";
  src: url(/fonts/Hero-Regular.otf) format("opentype"), url(/fonts/Hero.woff) format("woff");
  font-weight: 400;
  font-display: fallback;
}
@font-face {
  font-family: "Hero-Bold";
  src: url(/fonts/Hero-Bold.otf) format("opentype"), url(/fonts/hero-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-display: fallback;
}
/*!
 * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "granville", serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "granville", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  text-align: left;
  background-color: #fff;
}
body.mobile-nav-active {
  overflow: hidden;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #f3ca3a;
  line-height: 135%;
}

h1 {
  font-size: 63px;
}
@media screen and (max-width: 740px) {
  h1 {
    font-size: 27px;
  }
}

h2 {
  font-size: 32px;
}
@media screen and (max-width: 740px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 26px;
}
@media screen and (max-width: 740px) {
  h3 {
    font-size: 17px;
  }
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #000000;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (min-width: 1400px) {
  .row {
    padding-right: 74px;
    padding-left: 74px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.order-auto {
  order: initial;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .order-md-auto {
    order: initial;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .order-lg-auto {
    order: initial;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .order-xl-auto {
    order: initial;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
.text-left {
  text-align: left !important;
}

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

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

.push-left {
  margin-right: auto !important;
  margin-left: 0 !important;
}

.push-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.spacer-0 {
  height: 0px;
}

.padding-0 {
  padding: 0px !important;
}

.margin-0 {
  margin: 0px !important;
}

.padding-v-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.margin-v-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.padding-h-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.margin-h-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.spacer-10 {
  height: 10px;
}

.padding-10 {
  padding: 10px !important;
}

.margin-10 {
  margin: 10px !important;
}

.padding-v-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.margin-v-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.padding-h-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.margin-h-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.spacer-20 {
  height: 20px;
}

.padding-20 {
  padding: 20px !important;
}

.margin-20 {
  margin: 20px !important;
}

.padding-v-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.margin-v-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.padding-h-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.margin-h-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.spacer-30 {
  height: 30px;
}

.padding-30 {
  padding: 30px !important;
}

.margin-30 {
  margin: 30px !important;
}

.padding-v-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.margin-v-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.padding-h-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.margin-h-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.spacer-40 {
  height: 40px;
}

.padding-40 {
  padding: 40px !important;
}

.margin-40 {
  margin: 40px !important;
}

.padding-v-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.margin-v-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.padding-h-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.margin-h-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.spacer-50 {
  height: 50px;
}

.padding-50 {
  padding: 50px !important;
}

.margin-50 {
  margin: 50px !important;
}

.padding-v-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.margin-v-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.padding-h-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.margin-h-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.spacer-60 {
  height: 60px;
}

.padding-60 {
  padding: 60px !important;
}

.margin-60 {
  margin: 60px !important;
}

.padding-v-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.margin-v-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.padding-h-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.margin-h-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.spacer-70 {
  height: 70px;
}

.padding-70 {
  padding: 70px !important;
}

.margin-70 {
  margin: 70px !important;
}

.padding-v-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.margin-v-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.padding-h-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.margin-h-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.padding-left-70 {
  padding-left: 70px !important;
}

.padding-right-70 {
  padding-right: 70px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.spacer-80 {
  height: 80px;
}

.padding-80 {
  padding: 80px !important;
}

.margin-80 {
  margin: 80px !important;
}

.padding-v-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.margin-v-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.padding-h-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.margin-h-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.padding-left-80 {
  padding-left: 80px !important;
}

.padding-right-80 {
  padding-right: 80px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.spacer-90 {
  height: 90px;
}

.padding-90 {
  padding: 90px !important;
}

.margin-90 {
  margin: 90px !important;
}

.padding-v-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.margin-v-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.padding-h-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.margin-h-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.padding-left-90 {
  padding-left: 90px !important;
}

.padding-right-90 {
  padding-right: 90px !important;
}

.margin-left-90 {
  margin-left: 90px !important;
}

.margin-right-90 {
  margin-right: 90px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.spacer-100 {
  height: 100px;
}

.padding-100 {
  padding: 100px !important;
}

.margin-100 {
  margin: 100px !important;
}

.padding-v-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.margin-v-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.padding-h-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.margin-h-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.padding-left-100 {
  padding-left: 100px !important;
}

.padding-right-100 {
  padding-right: 100px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-right-100 {
  margin-right: 100px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

@media (min-width: 576px) {
  .push-sm-left {
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  .push-sm-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .spacer-sm-0 {
    height: 0px;
  }

  .padding-sm-0 {
    padding: 0px !important;
  }

  .margin-sm-0 {
    margin: 0px !important;
  }

  .padding-sm-v-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .margin-sm-v-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .padding-sm-h-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .margin-sm-h-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .padding-sm-left-0 {
    padding-left: 0px !important;
  }

  .padding-sm-right-0 {
    padding-right: 0px !important;
  }

  .margin-sm-left-0 {
    margin-left: 0px !important;
  }

  .margin-sm-right-0 {
    margin-right: 0px !important;
  }

  .margin-sm-bottom-0 {
    margin-bottom: 0px !important;
  }

  .margin-sm-top-0 {
    margin-top: 0px !important;
  }

  .spacer-sm-10 {
    height: 10px;
  }

  .padding-sm-10 {
    padding: 10px !important;
  }

  .margin-sm-10 {
    margin: 10px !important;
  }

  .padding-sm-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .margin-sm-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .padding-sm-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .margin-sm-h-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .padding-sm-left-10 {
    padding-left: 10px !important;
  }

  .padding-sm-right-10 {
    padding-right: 10px !important;
  }

  .margin-sm-left-10 {
    margin-left: 10px !important;
  }

  .margin-sm-right-10 {
    margin-right: 10px !important;
  }

  .margin-sm-bottom-10 {
    margin-bottom: 10px !important;
  }

  .margin-sm-top-10 {
    margin-top: 10px !important;
  }

  .spacer-sm-20 {
    height: 20px;
  }

  .padding-sm-20 {
    padding: 20px !important;
  }

  .margin-sm-20 {
    margin: 20px !important;
  }

  .padding-sm-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .margin-sm-v-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .padding-sm-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .margin-sm-h-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .padding-sm-left-20 {
    padding-left: 20px !important;
  }

  .padding-sm-right-20 {
    padding-right: 20px !important;
  }

  .margin-sm-left-20 {
    margin-left: 20px !important;
  }

  .margin-sm-right-20 {
    margin-right: 20px !important;
  }

  .margin-sm-bottom-20 {
    margin-bottom: 20px !important;
  }

  .margin-sm-top-20 {
    margin-top: 20px !important;
  }

  .spacer-sm-30 {
    height: 30px;
  }

  .padding-sm-30 {
    padding: 30px !important;
  }

  .margin-sm-30 {
    margin: 30px !important;
  }

  .padding-sm-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .margin-sm-v-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .padding-sm-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .margin-sm-h-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .padding-sm-left-30 {
    padding-left: 30px !important;
  }

  .padding-sm-right-30 {
    padding-right: 30px !important;
  }

  .margin-sm-left-30 {
    margin-left: 30px !important;
  }

  .margin-sm-right-30 {
    margin-right: 30px !important;
  }

  .margin-sm-bottom-30 {
    margin-bottom: 30px !important;
  }

  .margin-sm-top-30 {
    margin-top: 30px !important;
  }

  .spacer-sm-40 {
    height: 40px;
  }

  .padding-sm-40 {
    padding: 40px !important;
  }

  .margin-sm-40 {
    margin: 40px !important;
  }

  .padding-sm-v-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .margin-sm-v-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .padding-sm-h-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .margin-sm-h-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .padding-sm-left-40 {
    padding-left: 40px !important;
  }

  .padding-sm-right-40 {
    padding-right: 40px !important;
  }

  .margin-sm-left-40 {
    margin-left: 40px !important;
  }

  .margin-sm-right-40 {
    margin-right: 40px !important;
  }

  .margin-sm-bottom-40 {
    margin-bottom: 40px !important;
  }

  .margin-sm-top-40 {
    margin-top: 40px !important;
  }

  .spacer-sm-50 {
    height: 50px;
  }

  .padding-sm-50 {
    padding: 50px !important;
  }

  .margin-sm-50 {
    margin: 50px !important;
  }

  .padding-sm-v-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .margin-sm-v-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .padding-sm-h-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .margin-sm-h-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .padding-sm-left-50 {
    padding-left: 50px !important;
  }

  .padding-sm-right-50 {
    padding-right: 50px !important;
  }

  .margin-sm-left-50 {
    margin-left: 50px !important;
  }

  .margin-sm-right-50 {
    margin-right: 50px !important;
  }

  .margin-sm-bottom-50 {
    margin-bottom: 50px !important;
  }

  .margin-sm-top-50 {
    margin-top: 50px !important;
  }

  .spacer-sm-60 {
    height: 60px;
  }

  .padding-sm-60 {
    padding: 60px !important;
  }

  .margin-sm-60 {
    margin: 60px !important;
  }

  .padding-sm-v-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .margin-sm-v-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .padding-sm-h-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .margin-sm-h-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .padding-sm-left-60 {
    padding-left: 60px !important;
  }

  .padding-sm-right-60 {
    padding-right: 60px !important;
  }

  .margin-sm-left-60 {
    margin-left: 60px !important;
  }

  .margin-sm-right-60 {
    margin-right: 60px !important;
  }

  .margin-sm-bottom-60 {
    margin-bottom: 60px !important;
  }

  .margin-sm-top-60 {
    margin-top: 60px !important;
  }

  .spacer-sm-70 {
    height: 70px;
  }

  .padding-sm-70 {
    padding: 70px !important;
  }

  .margin-sm-70 {
    margin: 70px !important;
  }

  .padding-sm-v-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .margin-sm-v-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .padding-sm-h-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .margin-sm-h-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .padding-sm-left-70 {
    padding-left: 70px !important;
  }

  .padding-sm-right-70 {
    padding-right: 70px !important;
  }

  .margin-sm-left-70 {
    margin-left: 70px !important;
  }

  .margin-sm-right-70 {
    margin-right: 70px !important;
  }

  .margin-sm-bottom-70 {
    margin-bottom: 70px !important;
  }

  .margin-sm-top-70 {
    margin-top: 70px !important;
  }

  .spacer-sm-80 {
    height: 80px;
  }

  .padding-sm-80 {
    padding: 80px !important;
  }

  .margin-sm-80 {
    margin: 80px !important;
  }

  .padding-sm-v-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .margin-sm-v-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .padding-sm-h-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .margin-sm-h-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .padding-sm-left-80 {
    padding-left: 80px !important;
  }

  .padding-sm-right-80 {
    padding-right: 80px !important;
  }

  .margin-sm-left-80 {
    margin-left: 80px !important;
  }

  .margin-sm-right-80 {
    margin-right: 80px !important;
  }

  .margin-sm-bottom-80 {
    margin-bottom: 80px !important;
  }

  .margin-sm-top-80 {
    margin-top: 80px !important;
  }

  .spacer-sm-90 {
    height: 90px;
  }

  .padding-sm-90 {
    padding: 90px !important;
  }

  .margin-sm-90 {
    margin: 90px !important;
  }

  .padding-sm-v-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .margin-sm-v-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .padding-sm-h-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .margin-sm-h-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .padding-sm-left-90 {
    padding-left: 90px !important;
  }

  .padding-sm-right-90 {
    padding-right: 90px !important;
  }

  .margin-sm-left-90 {
    margin-left: 90px !important;
  }

  .margin-sm-right-90 {
    margin-right: 90px !important;
  }

  .margin-sm-bottom-90 {
    margin-bottom: 90px !important;
  }

  .margin-sm-top-90 {
    margin-top: 90px !important;
  }

  .spacer-sm-100 {
    height: 100px;
  }

  .padding-sm-100 {
    padding: 100px !important;
  }

  .margin-sm-100 {
    margin: 100px !important;
  }

  .padding-sm-v-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .margin-sm-v-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .padding-sm-h-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .margin-sm-h-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .padding-sm-left-100 {
    padding-left: 100px !important;
  }

  .padding-sm-right-100 {
    padding-right: 100px !important;
  }

  .margin-sm-left-100 {
    margin-left: 100px !important;
  }

  .margin-sm-right-100 {
    margin-right: 100px !important;
  }

  .margin-sm-bottom-100 {
    margin-bottom: 100px !important;
  }

  .margin-sm-top-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 768px) {
  .push-md-left {
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  .push-md-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .spacer-md-0 {
    height: 0px;
  }

  .padding-md-0 {
    padding: 0px !important;
  }

  .margin-md-0 {
    margin: 0px !important;
  }

  .padding-md-v-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .margin-md-v-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .padding-md-h-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .margin-md-h-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .padding-md-left-0 {
    padding-left: 0px !important;
  }

  .padding-md-right-0 {
    padding-right: 0px !important;
  }

  .margin-md-left-0 {
    margin-left: 0px !important;
  }

  .margin-md-right-0 {
    margin-right: 0px !important;
  }

  .margin-md-bottom-0 {
    margin-bottom: 0px !important;
  }

  .margin-md-top-0 {
    margin-top: 0px !important;
  }

  .spacer-md-10 {
    height: 10px;
  }

  .padding-md-10 {
    padding: 10px !important;
  }

  .margin-md-10 {
    margin: 10px !important;
  }

  .padding-md-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .margin-md-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .padding-md-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .margin-md-h-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .padding-md-left-10 {
    padding-left: 10px !important;
  }

  .padding-md-right-10 {
    padding-right: 10px !important;
  }

  .margin-md-left-10 {
    margin-left: 10px !important;
  }

  .margin-md-right-10 {
    margin-right: 10px !important;
  }

  .margin-md-bottom-10 {
    margin-bottom: 10px !important;
  }

  .margin-md-top-10 {
    margin-top: 10px !important;
  }

  .spacer-md-20 {
    height: 20px;
  }

  .padding-md-20 {
    padding: 20px !important;
  }

  .margin-md-20 {
    margin: 20px !important;
  }

  .padding-md-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .margin-md-v-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .padding-md-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .margin-md-h-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .padding-md-left-20 {
    padding-left: 20px !important;
  }

  .padding-md-right-20 {
    padding-right: 20px !important;
  }

  .margin-md-left-20 {
    margin-left: 20px !important;
  }

  .margin-md-right-20 {
    margin-right: 20px !important;
  }

  .margin-md-bottom-20 {
    margin-bottom: 20px !important;
  }

  .margin-md-top-20 {
    margin-top: 20px !important;
  }

  .spacer-md-30 {
    height: 30px;
  }

  .padding-md-30 {
    padding: 30px !important;
  }

  .margin-md-30 {
    margin: 30px !important;
  }

  .padding-md-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .margin-md-v-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .padding-md-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .margin-md-h-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .padding-md-left-30 {
    padding-left: 30px !important;
  }

  .padding-md-right-30 {
    padding-right: 30px !important;
  }

  .margin-md-left-30 {
    margin-left: 30px !important;
  }

  .margin-md-right-30 {
    margin-right: 30px !important;
  }

  .margin-md-bottom-30 {
    margin-bottom: 30px !important;
  }

  .margin-md-top-30 {
    margin-top: 30px !important;
  }

  .spacer-md-40 {
    height: 40px;
  }

  .padding-md-40 {
    padding: 40px !important;
  }

  .margin-md-40 {
    margin: 40px !important;
  }

  .padding-md-v-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .margin-md-v-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .padding-md-h-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .margin-md-h-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .padding-md-left-40 {
    padding-left: 40px !important;
  }

  .padding-md-right-40 {
    padding-right: 40px !important;
  }

  .margin-md-left-40 {
    margin-left: 40px !important;
  }

  .margin-md-right-40 {
    margin-right: 40px !important;
  }

  .margin-md-bottom-40 {
    margin-bottom: 40px !important;
  }

  .margin-md-top-40 {
    margin-top: 40px !important;
  }

  .spacer-md-50 {
    height: 50px;
  }

  .padding-md-50 {
    padding: 50px !important;
  }

  .margin-md-50 {
    margin: 50px !important;
  }

  .padding-md-v-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .margin-md-v-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .padding-md-h-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .margin-md-h-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .padding-md-left-50 {
    padding-left: 50px !important;
  }

  .padding-md-right-50 {
    padding-right: 50px !important;
  }

  .margin-md-left-50 {
    margin-left: 50px !important;
  }

  .margin-md-right-50 {
    margin-right: 50px !important;
  }

  .margin-md-bottom-50 {
    margin-bottom: 50px !important;
  }

  .margin-md-top-50 {
    margin-top: 50px !important;
  }

  .spacer-md-60 {
    height: 60px;
  }

  .padding-md-60 {
    padding: 60px !important;
  }

  .margin-md-60 {
    margin: 60px !important;
  }

  .padding-md-v-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .margin-md-v-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .padding-md-h-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .margin-md-h-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .padding-md-left-60 {
    padding-left: 60px !important;
  }

  .padding-md-right-60 {
    padding-right: 60px !important;
  }

  .margin-md-left-60 {
    margin-left: 60px !important;
  }

  .margin-md-right-60 {
    margin-right: 60px !important;
  }

  .margin-md-bottom-60 {
    margin-bottom: 60px !important;
  }

  .margin-md-top-60 {
    margin-top: 60px !important;
  }

  .spacer-md-70 {
    height: 70px;
  }

  .padding-md-70 {
    padding: 70px !important;
  }

  .margin-md-70 {
    margin: 70px !important;
  }

  .padding-md-v-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .margin-md-v-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .padding-md-h-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .margin-md-h-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .padding-md-left-70 {
    padding-left: 70px !important;
  }

  .padding-md-right-70 {
    padding-right: 70px !important;
  }

  .margin-md-left-70 {
    margin-left: 70px !important;
  }

  .margin-md-right-70 {
    margin-right: 70px !important;
  }

  .margin-md-bottom-70 {
    margin-bottom: 70px !important;
  }

  .margin-md-top-70 {
    margin-top: 70px !important;
  }

  .spacer-md-80 {
    height: 80px;
  }

  .padding-md-80 {
    padding: 80px !important;
  }

  .margin-md-80 {
    margin: 80px !important;
  }

  .padding-md-v-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .margin-md-v-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .padding-md-h-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .margin-md-h-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .padding-md-left-80 {
    padding-left: 80px !important;
  }

  .padding-md-right-80 {
    padding-right: 80px !important;
  }

  .margin-md-left-80 {
    margin-left: 80px !important;
  }

  .margin-md-right-80 {
    margin-right: 80px !important;
  }

  .margin-md-bottom-80 {
    margin-bottom: 80px !important;
  }

  .margin-md-top-80 {
    margin-top: 80px !important;
  }

  .spacer-md-90 {
    height: 90px;
  }

  .padding-md-90 {
    padding: 90px !important;
  }

  .margin-md-90 {
    margin: 90px !important;
  }

  .padding-md-v-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .margin-md-v-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .padding-md-h-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .margin-md-h-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .padding-md-left-90 {
    padding-left: 90px !important;
  }

  .padding-md-right-90 {
    padding-right: 90px !important;
  }

  .margin-md-left-90 {
    margin-left: 90px !important;
  }

  .margin-md-right-90 {
    margin-right: 90px !important;
  }

  .margin-md-bottom-90 {
    margin-bottom: 90px !important;
  }

  .margin-md-top-90 {
    margin-top: 90px !important;
  }

  .spacer-md-100 {
    height: 100px;
  }

  .padding-md-100 {
    padding: 100px !important;
  }

  .margin-md-100 {
    margin: 100px !important;
  }

  .padding-md-v-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .margin-md-v-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .padding-md-h-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .margin-md-h-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .padding-md-left-100 {
    padding-left: 100px !important;
  }

  .padding-md-right-100 {
    padding-right: 100px !important;
  }

  .margin-md-left-100 {
    margin-left: 100px !important;
  }

  .margin-md-right-100 {
    margin-right: 100px !important;
  }

  .margin-md-bottom-100 {
    margin-bottom: 100px !important;
  }

  .margin-md-top-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 992px) {
  .push-lg-left {
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  .push-lg-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .spacer-lg-0 {
    height: 0px;
  }

  .padding-lg-0 {
    padding: 0px !important;
  }

  .margin-lg-0 {
    margin: 0px !important;
  }

  .padding-lg-v-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .margin-lg-v-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .padding-lg-h-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .margin-lg-h-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .padding-lg-left-0 {
    padding-left: 0px !important;
  }

  .padding-lg-right-0 {
    padding-right: 0px !important;
  }

  .margin-lg-left-0 {
    margin-left: 0px !important;
  }

  .margin-lg-right-0 {
    margin-right: 0px !important;
  }

  .margin-lg-bottom-0 {
    margin-bottom: 0px !important;
  }

  .margin-lg-top-0 {
    margin-top: 0px !important;
  }

  .spacer-lg-10 {
    height: 10px;
  }

  .padding-lg-10 {
    padding: 10px !important;
  }

  .margin-lg-10 {
    margin: 10px !important;
  }

  .padding-lg-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .margin-lg-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .padding-lg-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .margin-lg-h-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .padding-lg-left-10 {
    padding-left: 10px !important;
  }

  .padding-lg-right-10 {
    padding-right: 10px !important;
  }

  .margin-lg-left-10 {
    margin-left: 10px !important;
  }

  .margin-lg-right-10 {
    margin-right: 10px !important;
  }

  .margin-lg-bottom-10 {
    margin-bottom: 10px !important;
  }

  .margin-lg-top-10 {
    margin-top: 10px !important;
  }

  .spacer-lg-20 {
    height: 20px;
  }

  .padding-lg-20 {
    padding: 20px !important;
  }

  .margin-lg-20 {
    margin: 20px !important;
  }

  .padding-lg-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .margin-lg-v-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .padding-lg-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .margin-lg-h-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .padding-lg-left-20 {
    padding-left: 20px !important;
  }

  .padding-lg-right-20 {
    padding-right: 20px !important;
  }

  .margin-lg-left-20 {
    margin-left: 20px !important;
  }

  .margin-lg-right-20 {
    margin-right: 20px !important;
  }

  .margin-lg-bottom-20 {
    margin-bottom: 20px !important;
  }

  .margin-lg-top-20 {
    margin-top: 20px !important;
  }

  .spacer-lg-30 {
    height: 30px;
  }

  .padding-lg-30 {
    padding: 30px !important;
  }

  .margin-lg-30 {
    margin: 30px !important;
  }

  .padding-lg-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .margin-lg-v-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .padding-lg-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .margin-lg-h-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .padding-lg-left-30 {
    padding-left: 30px !important;
  }

  .padding-lg-right-30 {
    padding-right: 30px !important;
  }

  .margin-lg-left-30 {
    margin-left: 30px !important;
  }

  .margin-lg-right-30 {
    margin-right: 30px !important;
  }

  .margin-lg-bottom-30 {
    margin-bottom: 30px !important;
  }

  .margin-lg-top-30 {
    margin-top: 30px !important;
  }

  .spacer-lg-40 {
    height: 40px;
  }

  .padding-lg-40 {
    padding: 40px !important;
  }

  .margin-lg-40 {
    margin: 40px !important;
  }

  .padding-lg-v-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .margin-lg-v-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .padding-lg-h-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .margin-lg-h-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .padding-lg-left-40 {
    padding-left: 40px !important;
  }

  .padding-lg-right-40 {
    padding-right: 40px !important;
  }

  .margin-lg-left-40 {
    margin-left: 40px !important;
  }

  .margin-lg-right-40 {
    margin-right: 40px !important;
  }

  .margin-lg-bottom-40 {
    margin-bottom: 40px !important;
  }

  .margin-lg-top-40 {
    margin-top: 40px !important;
  }

  .spacer-lg-50 {
    height: 50px;
  }

  .padding-lg-50 {
    padding: 50px !important;
  }

  .margin-lg-50 {
    margin: 50px !important;
  }

  .padding-lg-v-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .margin-lg-v-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .padding-lg-h-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .margin-lg-h-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .padding-lg-left-50 {
    padding-left: 50px !important;
  }

  .padding-lg-right-50 {
    padding-right: 50px !important;
  }

  .margin-lg-left-50 {
    margin-left: 50px !important;
  }

  .margin-lg-right-50 {
    margin-right: 50px !important;
  }

  .margin-lg-bottom-50 {
    margin-bottom: 50px !important;
  }

  .margin-lg-top-50 {
    margin-top: 50px !important;
  }

  .spacer-lg-60 {
    height: 60px;
  }

  .padding-lg-60 {
    padding: 60px !important;
  }

  .margin-lg-60 {
    margin: 60px !important;
  }

  .padding-lg-v-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .margin-lg-v-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .padding-lg-h-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .margin-lg-h-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .padding-lg-left-60 {
    padding-left: 60px !important;
  }

  .padding-lg-right-60 {
    padding-right: 60px !important;
  }

  .margin-lg-left-60 {
    margin-left: 60px !important;
  }

  .margin-lg-right-60 {
    margin-right: 60px !important;
  }

  .margin-lg-bottom-60 {
    margin-bottom: 60px !important;
  }

  .margin-lg-top-60 {
    margin-top: 60px !important;
  }

  .spacer-lg-70 {
    height: 70px;
  }

  .padding-lg-70 {
    padding: 70px !important;
  }

  .margin-lg-70 {
    margin: 70px !important;
  }

  .padding-lg-v-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .margin-lg-v-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .padding-lg-h-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .margin-lg-h-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .padding-lg-left-70 {
    padding-left: 70px !important;
  }

  .padding-lg-right-70 {
    padding-right: 70px !important;
  }

  .margin-lg-left-70 {
    margin-left: 70px !important;
  }

  .margin-lg-right-70 {
    margin-right: 70px !important;
  }

  .margin-lg-bottom-70 {
    margin-bottom: 70px !important;
  }

  .margin-lg-top-70 {
    margin-top: 70px !important;
  }

  .spacer-lg-80 {
    height: 80px;
  }

  .padding-lg-80 {
    padding: 80px !important;
  }

  .margin-lg-80 {
    margin: 80px !important;
  }

  .padding-lg-v-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .margin-lg-v-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .padding-lg-h-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .margin-lg-h-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .padding-lg-left-80 {
    padding-left: 80px !important;
  }

  .padding-lg-right-80 {
    padding-right: 80px !important;
  }

  .margin-lg-left-80 {
    margin-left: 80px !important;
  }

  .margin-lg-right-80 {
    margin-right: 80px !important;
  }

  .margin-lg-bottom-80 {
    margin-bottom: 80px !important;
  }

  .margin-lg-top-80 {
    margin-top: 80px !important;
  }

  .spacer-lg-90 {
    height: 90px;
  }

  .padding-lg-90 {
    padding: 90px !important;
  }

  .margin-lg-90 {
    margin: 90px !important;
  }

  .padding-lg-v-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .margin-lg-v-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .padding-lg-h-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .margin-lg-h-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .padding-lg-left-90 {
    padding-left: 90px !important;
  }

  .padding-lg-right-90 {
    padding-right: 90px !important;
  }

  .margin-lg-left-90 {
    margin-left: 90px !important;
  }

  .margin-lg-right-90 {
    margin-right: 90px !important;
  }

  .margin-lg-bottom-90 {
    margin-bottom: 90px !important;
  }

  .margin-lg-top-90 {
    margin-top: 90px !important;
  }

  .spacer-lg-100 {
    height: 100px;
  }

  .padding-lg-100 {
    padding: 100px !important;
  }

  .margin-lg-100 {
    margin: 100px !important;
  }

  .padding-lg-v-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .margin-lg-v-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .padding-lg-h-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .margin-lg-h-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .padding-lg-left-100 {
    padding-left: 100px !important;
  }

  .padding-lg-right-100 {
    padding-right: 100px !important;
  }

  .margin-lg-left-100 {
    margin-left: 100px !important;
  }

  .margin-lg-right-100 {
    margin-right: 100px !important;
  }

  .margin-lg-bottom-100 {
    margin-bottom: 100px !important;
  }

  .margin-lg-top-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 1200px) {
  .push-xl-left {
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  .push-xl-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .spacer-xl-0 {
    height: 0px;
  }

  .padding-xl-0 {
    padding: 0px !important;
  }

  .margin-xl-0 {
    margin: 0px !important;
  }

  .padding-xl-v-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .margin-xl-v-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .padding-xl-h-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .margin-xl-h-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .padding-xl-left-0 {
    padding-left: 0px !important;
  }

  .padding-xl-right-0 {
    padding-right: 0px !important;
  }

  .margin-xl-left-0 {
    margin-left: 0px !important;
  }

  .margin-xl-right-0 {
    margin-right: 0px !important;
  }

  .margin-xl-bottom-0 {
    margin-bottom: 0px !important;
  }

  .margin-xl-top-0 {
    margin-top: 0px !important;
  }

  .spacer-xl-10 {
    height: 10px;
  }

  .padding-xl-10 {
    padding: 10px !important;
  }

  .margin-xl-10 {
    margin: 10px !important;
  }

  .padding-xl-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .margin-xl-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .padding-xl-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .margin-xl-h-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .padding-xl-left-10 {
    padding-left: 10px !important;
  }

  .padding-xl-right-10 {
    padding-right: 10px !important;
  }

  .margin-xl-left-10 {
    margin-left: 10px !important;
  }

  .margin-xl-right-10 {
    margin-right: 10px !important;
  }

  .margin-xl-bottom-10 {
    margin-bottom: 10px !important;
  }

  .margin-xl-top-10 {
    margin-top: 10px !important;
  }

  .spacer-xl-20 {
    height: 20px;
  }

  .padding-xl-20 {
    padding: 20px !important;
  }

  .margin-xl-20 {
    margin: 20px !important;
  }

  .padding-xl-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .margin-xl-v-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .padding-xl-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .margin-xl-h-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .padding-xl-left-20 {
    padding-left: 20px !important;
  }

  .padding-xl-right-20 {
    padding-right: 20px !important;
  }

  .margin-xl-left-20 {
    margin-left: 20px !important;
  }

  .margin-xl-right-20 {
    margin-right: 20px !important;
  }

  .margin-xl-bottom-20 {
    margin-bottom: 20px !important;
  }

  .margin-xl-top-20 {
    margin-top: 20px !important;
  }

  .spacer-xl-30 {
    height: 30px;
  }

  .padding-xl-30 {
    padding: 30px !important;
  }

  .margin-xl-30 {
    margin: 30px !important;
  }

  .padding-xl-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .margin-xl-v-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .padding-xl-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .margin-xl-h-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .padding-xl-left-30 {
    padding-left: 30px !important;
  }

  .padding-xl-right-30 {
    padding-right: 30px !important;
  }

  .margin-xl-left-30 {
    margin-left: 30px !important;
  }

  .margin-xl-right-30 {
    margin-right: 30px !important;
  }

  .margin-xl-bottom-30 {
    margin-bottom: 30px !important;
  }

  .margin-xl-top-30 {
    margin-top: 30px !important;
  }

  .spacer-xl-40 {
    height: 40px;
  }

  .padding-xl-40 {
    padding: 40px !important;
  }

  .margin-xl-40 {
    margin: 40px !important;
  }

  .padding-xl-v-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .margin-xl-v-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .padding-xl-h-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .margin-xl-h-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .padding-xl-left-40 {
    padding-left: 40px !important;
  }

  .padding-xl-right-40 {
    padding-right: 40px !important;
  }

  .margin-xl-left-40 {
    margin-left: 40px !important;
  }

  .margin-xl-right-40 {
    margin-right: 40px !important;
  }

  .margin-xl-bottom-40 {
    margin-bottom: 40px !important;
  }

  .margin-xl-top-40 {
    margin-top: 40px !important;
  }

  .spacer-xl-50 {
    height: 50px;
  }

  .padding-xl-50 {
    padding: 50px !important;
  }

  .margin-xl-50 {
    margin: 50px !important;
  }

  .padding-xl-v-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .margin-xl-v-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .padding-xl-h-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .margin-xl-h-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .padding-xl-left-50 {
    padding-left: 50px !important;
  }

  .padding-xl-right-50 {
    padding-right: 50px !important;
  }

  .margin-xl-left-50 {
    margin-left: 50px !important;
  }

  .margin-xl-right-50 {
    margin-right: 50px !important;
  }

  .margin-xl-bottom-50 {
    margin-bottom: 50px !important;
  }

  .margin-xl-top-50 {
    margin-top: 50px !important;
  }

  .spacer-xl-60 {
    height: 60px;
  }

  .padding-xl-60 {
    padding: 60px !important;
  }

  .margin-xl-60 {
    margin: 60px !important;
  }

  .padding-xl-v-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .margin-xl-v-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .padding-xl-h-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .margin-xl-h-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .padding-xl-left-60 {
    padding-left: 60px !important;
  }

  .padding-xl-right-60 {
    padding-right: 60px !important;
  }

  .margin-xl-left-60 {
    margin-left: 60px !important;
  }

  .margin-xl-right-60 {
    margin-right: 60px !important;
  }

  .margin-xl-bottom-60 {
    margin-bottom: 60px !important;
  }

  .margin-xl-top-60 {
    margin-top: 60px !important;
  }

  .spacer-xl-70 {
    height: 70px;
  }

  .padding-xl-70 {
    padding: 70px !important;
  }

  .margin-xl-70 {
    margin: 70px !important;
  }

  .padding-xl-v-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .margin-xl-v-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .padding-xl-h-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .margin-xl-h-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .padding-xl-left-70 {
    padding-left: 70px !important;
  }

  .padding-xl-right-70 {
    padding-right: 70px !important;
  }

  .margin-xl-left-70 {
    margin-left: 70px !important;
  }

  .margin-xl-right-70 {
    margin-right: 70px !important;
  }

  .margin-xl-bottom-70 {
    margin-bottom: 70px !important;
  }

  .margin-xl-top-70 {
    margin-top: 70px !important;
  }

  .spacer-xl-80 {
    height: 80px;
  }

  .padding-xl-80 {
    padding: 80px !important;
  }

  .margin-xl-80 {
    margin: 80px !important;
  }

  .padding-xl-v-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .margin-xl-v-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .padding-xl-h-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .margin-xl-h-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .padding-xl-left-80 {
    padding-left: 80px !important;
  }

  .padding-xl-right-80 {
    padding-right: 80px !important;
  }

  .margin-xl-left-80 {
    margin-left: 80px !important;
  }

  .margin-xl-right-80 {
    margin-right: 80px !important;
  }

  .margin-xl-bottom-80 {
    margin-bottom: 80px !important;
  }

  .margin-xl-top-80 {
    margin-top: 80px !important;
  }

  .spacer-xl-90 {
    height: 90px;
  }

  .padding-xl-90 {
    padding: 90px !important;
  }

  .margin-xl-90 {
    margin: 90px !important;
  }

  .padding-xl-v-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .margin-xl-v-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .padding-xl-h-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .margin-xl-h-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .padding-xl-left-90 {
    padding-left: 90px !important;
  }

  .padding-xl-right-90 {
    padding-right: 90px !important;
  }

  .margin-xl-left-90 {
    margin-left: 90px !important;
  }

  .margin-xl-right-90 {
    margin-right: 90px !important;
  }

  .margin-xl-bottom-90 {
    margin-bottom: 90px !important;
  }

  .margin-xl-top-90 {
    margin-top: 90px !important;
  }

  .spacer-xl-100 {
    height: 100px;
  }

  .padding-xl-100 {
    padding: 100px !important;
  }

  .margin-xl-100 {
    margin: 100px !important;
  }

  .padding-xl-v-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .margin-xl-v-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .padding-xl-h-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .margin-xl-h-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .padding-xl-left-100 {
    padding-left: 100px !important;
  }

  .padding-xl-right-100 {
    padding-right: 100px !important;
  }

  .margin-xl-left-100 {
    margin-left: 100px !important;
  }

  .margin-xl-right-100 {
    margin-right: 100px !important;
  }

  .margin-xl-bottom-100 {
    margin-bottom: 100px !important;
  }

  .margin-xl-top-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 1600px) {
  .push-xxl-left {
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  .push-xxl-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }

  .spacer-xxl-0 {
    height: 0px;
  }

  .padding-xxl-0 {
    padding: 0px !important;
  }

  .margin-xxl-0 {
    margin: 0px !important;
  }

  .padding-xxl-v-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .margin-xxl-v-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .padding-xxl-h-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .margin-xxl-h-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .padding-xxl-left-0 {
    padding-left: 0px !important;
  }

  .padding-xxl-right-0 {
    padding-right: 0px !important;
  }

  .margin-xxl-left-0 {
    margin-left: 0px !important;
  }

  .margin-xxl-right-0 {
    margin-right: 0px !important;
  }

  .margin-xxl-bottom-0 {
    margin-bottom: 0px !important;
  }

  .margin-xxl-top-0 {
    margin-top: 0px !important;
  }

  .spacer-xxl-10 {
    height: 10px;
  }

  .padding-xxl-10 {
    padding: 10px !important;
  }

  .margin-xxl-10 {
    margin: 10px !important;
  }

  .padding-xxl-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .margin-xxl-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .padding-xxl-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .margin-xxl-h-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .padding-xxl-left-10 {
    padding-left: 10px !important;
  }

  .padding-xxl-right-10 {
    padding-right: 10px !important;
  }

  .margin-xxl-left-10 {
    margin-left: 10px !important;
  }

  .margin-xxl-right-10 {
    margin-right: 10px !important;
  }

  .margin-xxl-bottom-10 {
    margin-bottom: 10px !important;
  }

  .margin-xxl-top-10 {
    margin-top: 10px !important;
  }

  .spacer-xxl-20 {
    height: 20px;
  }

  .padding-xxl-20 {
    padding: 20px !important;
  }

  .margin-xxl-20 {
    margin: 20px !important;
  }

  .padding-xxl-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .margin-xxl-v-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .padding-xxl-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .margin-xxl-h-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .padding-xxl-left-20 {
    padding-left: 20px !important;
  }

  .padding-xxl-right-20 {
    padding-right: 20px !important;
  }

  .margin-xxl-left-20 {
    margin-left: 20px !important;
  }

  .margin-xxl-right-20 {
    margin-right: 20px !important;
  }

  .margin-xxl-bottom-20 {
    margin-bottom: 20px !important;
  }

  .margin-xxl-top-20 {
    margin-top: 20px !important;
  }

  .spacer-xxl-30 {
    height: 30px;
  }

  .padding-xxl-30 {
    padding: 30px !important;
  }

  .margin-xxl-30 {
    margin: 30px !important;
  }

  .padding-xxl-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .margin-xxl-v-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .padding-xxl-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .margin-xxl-h-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .padding-xxl-left-30 {
    padding-left: 30px !important;
  }

  .padding-xxl-right-30 {
    padding-right: 30px !important;
  }

  .margin-xxl-left-30 {
    margin-left: 30px !important;
  }

  .margin-xxl-right-30 {
    margin-right: 30px !important;
  }

  .margin-xxl-bottom-30 {
    margin-bottom: 30px !important;
  }

  .margin-xxl-top-30 {
    margin-top: 30px !important;
  }

  .spacer-xxl-40 {
    height: 40px;
  }

  .padding-xxl-40 {
    padding: 40px !important;
  }

  .margin-xxl-40 {
    margin: 40px !important;
  }

  .padding-xxl-v-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .margin-xxl-v-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .padding-xxl-h-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .margin-xxl-h-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .padding-xxl-left-40 {
    padding-left: 40px !important;
  }

  .padding-xxl-right-40 {
    padding-right: 40px !important;
  }

  .margin-xxl-left-40 {
    margin-left: 40px !important;
  }

  .margin-xxl-right-40 {
    margin-right: 40px !important;
  }

  .margin-xxl-bottom-40 {
    margin-bottom: 40px !important;
  }

  .margin-xxl-top-40 {
    margin-top: 40px !important;
  }

  .spacer-xxl-50 {
    height: 50px;
  }

  .padding-xxl-50 {
    padding: 50px !important;
  }

  .margin-xxl-50 {
    margin: 50px !important;
  }

  .padding-xxl-v-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .margin-xxl-v-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .padding-xxl-h-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .margin-xxl-h-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .padding-xxl-left-50 {
    padding-left: 50px !important;
  }

  .padding-xxl-right-50 {
    padding-right: 50px !important;
  }

  .margin-xxl-left-50 {
    margin-left: 50px !important;
  }

  .margin-xxl-right-50 {
    margin-right: 50px !important;
  }

  .margin-xxl-bottom-50 {
    margin-bottom: 50px !important;
  }

  .margin-xxl-top-50 {
    margin-top: 50px !important;
  }

  .spacer-xxl-60 {
    height: 60px;
  }

  .padding-xxl-60 {
    padding: 60px !important;
  }

  .margin-xxl-60 {
    margin: 60px !important;
  }

  .padding-xxl-v-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .margin-xxl-v-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .padding-xxl-h-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .margin-xxl-h-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .padding-xxl-left-60 {
    padding-left: 60px !important;
  }

  .padding-xxl-right-60 {
    padding-right: 60px !important;
  }

  .margin-xxl-left-60 {
    margin-left: 60px !important;
  }

  .margin-xxl-right-60 {
    margin-right: 60px !important;
  }

  .margin-xxl-bottom-60 {
    margin-bottom: 60px !important;
  }

  .margin-xxl-top-60 {
    margin-top: 60px !important;
  }

  .spacer-xxl-70 {
    height: 70px;
  }

  .padding-xxl-70 {
    padding: 70px !important;
  }

  .margin-xxl-70 {
    margin: 70px !important;
  }

  .padding-xxl-v-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .margin-xxl-v-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .padding-xxl-h-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .margin-xxl-h-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .padding-xxl-left-70 {
    padding-left: 70px !important;
  }

  .padding-xxl-right-70 {
    padding-right: 70px !important;
  }

  .margin-xxl-left-70 {
    margin-left: 70px !important;
  }

  .margin-xxl-right-70 {
    margin-right: 70px !important;
  }

  .margin-xxl-bottom-70 {
    margin-bottom: 70px !important;
  }

  .margin-xxl-top-70 {
    margin-top: 70px !important;
  }

  .spacer-xxl-80 {
    height: 80px;
  }

  .padding-xxl-80 {
    padding: 80px !important;
  }

  .margin-xxl-80 {
    margin: 80px !important;
  }

  .padding-xxl-v-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .margin-xxl-v-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .padding-xxl-h-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .margin-xxl-h-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .padding-xxl-left-80 {
    padding-left: 80px !important;
  }

  .padding-xxl-right-80 {
    padding-right: 80px !important;
  }

  .margin-xxl-left-80 {
    margin-left: 80px !important;
  }

  .margin-xxl-right-80 {
    margin-right: 80px !important;
  }

  .margin-xxl-bottom-80 {
    margin-bottom: 80px !important;
  }

  .margin-xxl-top-80 {
    margin-top: 80px !important;
  }

  .spacer-xxl-90 {
    height: 90px;
  }

  .padding-xxl-90 {
    padding: 90px !important;
  }

  .margin-xxl-90 {
    margin: 90px !important;
  }

  .padding-xxl-v-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .margin-xxl-v-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .padding-xxl-h-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .margin-xxl-h-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .padding-xxl-left-90 {
    padding-left: 90px !important;
  }

  .padding-xxl-right-90 {
    padding-right: 90px !important;
  }

  .margin-xxl-left-90 {
    margin-left: 90px !important;
  }

  .margin-xxl-right-90 {
    margin-right: 90px !important;
  }

  .margin-xxl-bottom-90 {
    margin-bottom: 90px !important;
  }

  .margin-xxl-top-90 {
    margin-top: 90px !important;
  }

  .spacer-xxl-100 {
    height: 100px;
  }

  .padding-xxl-100 {
    padding: 100px !important;
  }

  .margin-xxl-100 {
    margin: 100px !important;
  }

  .padding-xxl-v-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .margin-xxl-v-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .padding-xxl-h-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .margin-xxl-h-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .padding-xxl-left-100 {
    padding-left: 100px !important;
  }

  .padding-xxl-right-100 {
    padding-right: 100px !important;
  }

  .margin-xxl-left-100 {
    margin-left: 100px !important;
  }

  .margin-xxl-right-100 {
    margin-right: 100px !important;
  }

  .margin-xxl-bottom-100 {
    margin-bottom: 100px !important;
  }

  .margin-xxl-top-100 {
    margin-top: 100px !important;
  }
}
a {
  position: relative;
}

/* VIRTUALLY CENTER CONTENT */
.xs-middle {
  align-items: center;
  display: flex;
}
.xs-middle p:last-of-type {
  margin-bottom: 0;
}

/* VIRTUALLY ALIGN BOTTOM CONTENT */
.xs-bottom {
  align-items: flex-end;
  display: flex;
}
.xs-bottom p:last-of-type {
  margin-bottom: 0;
}

/* WORDPRESS IMAGE ALIGNMENT CLASSES */
img.aligncenter {
  display: block;
  margin: auto;
}
img.alignleft {
  display: block;
  margin-right: auto;
  margin-left: 0;
}
img.alignright {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

/* AUTOFILL HACK TO REMOVE YELLOW INPUT BACKGROUND */
input:-webkit-autofill {
  box-shadow: inset 10px 40px #fff;
}

/* MAKE WHOLE BLOCK ELEMENT CLICKABLE - PARENT MUST BE position:relative/absoluate/fixed */
a.block-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-break {
  width: min-intrinsic;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: table-caption;
  display: -ms-grid;
  -ms-grid-columns: min-content;
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

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

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.menu {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #292929;
  transition: 1s;
  z-index: 50;
  overflow: hidden;
}
.menu span.current-page {
  position: absolute;
  top: 24%;
  left: 8.33333%;
  font-family: "granville", serif;
  font-size: 220px;
  font-weight: 400;
  color: white;
  line-height: 100%;
  opacity: 0.05;
  z-index: -1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  right: 0;
}
@media only screen and (max-width: 1700px) {
  .menu span.current-page {
    top: 27%;
    font-size: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu span.current-page {
    display: none;
  }
}
.menu .row {
  position: relative;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}
@media screen and (orientation: landscape) and (max-width: 900px) {
  .menu .row {
    padding-bottom: 0px;
  }
}
.menu a {
  transition: 0.3s;
}
.menu a:hover {
  color: #701c45;
}
.menu .col-12 {
  display: flex;
  align-items: center;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul li a {
  display: block;
  font-family: "granville", serif;
  font-weight: 400;
  color: white;
  line-height: 100%;
}
.menu .menu-1 ul li a {
  font-size: 108px;
}
@media only screen and (max-width: 992px) {
  .menu .menu-1 ul {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu .menu-1 ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .menu .menu-1 ul li a {
    font-size: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .menu .menu-1 ul li a {
    font-size: 30px;
  }
}
@media screen and (orientation: landscape) and (max-width: 900px) {
  .menu .menu-1 ul {
    display: flex;
    justify-content: space-evenly;
    max-width: 100%;
  }
  .menu .menu-1 ul li a {
    font-size: 60px;
  }
}
.menu .menu-2 ul li {
  margin-top: 31px;
  margin-bottom: 31px;
}
.menu .menu-2 ul li a {
  font-size: 49px;
}
@media only screen and (max-width: 992px) {
  .menu .menu-2 ul {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu .menu-2 ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .menu .menu-2 ul li a {
    font-size: 50px;
  }
  .menu .menu-2 ul li:nth-of-type(1) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .menu .menu-2 ul li a {
    font-size: 30px;
  }
}
@media screen and (orientation: landscape) and (max-width: 900px) {
  .menu .menu-2 ul {
    display: flex;
    justify-content: space-evenly;
    max-width: 100%;
  }
  .menu .menu-2 ul li {
    margin: 0 !important;
  }
  .menu .menu-2 ul li a {
    font-size: 20px;
  }
}
.menu .menu-3 > div {
  height: 290px;
  display: flex;
  align-items: flex-end;
}
.menu .menu-3 a {
  display: block;
  font-family: "Hero", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: white;
  transition: 0.3s;
}
.menu .menu-3 a:hover {
  color: #701c45;
}
.menu .menu-3 a.menu-number {
  font-size: 25px;
}
@media only screen and (max-width: 1200px) {
  .menu .menu-3 > div {
    height: auto;
  }
  .menu .menu-3 div {
    width: 100%;
    text-align: center;
  }
}
@media screen and (orientation: landscape) and (max-width: 900px) {
  .menu .menu-3 div {
    display: flex;
    justify-content: center;
  }
  .menu .menu-3 div a {
    margin: 0 15px;
    font-size: 18px !important;
  }
}
.menu.menu-active {
  top: 0;
}

div.menu.menu-active + header {
  background-color: rgba(0, 0, 0, 0);
}
div.menu.menu-active + header .logo svg path {
  fill: white;
}
@media only screen and (min-width: 1199px) {
  div.menu.menu-active + header .logo {
    width: 171px;
  }
}
div.menu.menu-active + header .search input {
  color: white;
}
div.menu.menu-active + header .search input::placeholder {
  color: white;
}
@media only screen and (max-width: 800px) {
  div.menu.menu-active + header .search {
    opacity: 0;
    pointer-events: none;
  }
}
div.menu.menu-active + header .menu-icon span {
  color: white;
}
div.menu.menu-active + header .menu-icon .line-1, div.menu.menu-active + header .menu-icon .line-2 {
  top: 11px;
  background-color: white;
}
div.menu.menu-active + header .menu-icon .line-1 {
  transform: rotate(45deg);
}
div.menu.menu-active + header .menu-icon .line-2 {
  transform: rotate(-45deg);
}
div.menu.menu-active + header:before, div.menu.menu-active + header:after {
  opacity: 0;
}
div.menu.menu-active + header.internal-header .search {
  border: 0;
}

.lb {
  background: rgba(0, 0, 0, 0.35);
  margin: auto;
  padding: 20px;
  width: 100vw;
  height: 100vh;
  justify-content: center;
}
.lb > div {
  width: 100%;
}

.landing-search-box.search {
  max-width: 35vw;
  margin: auto;
  margin-top: 40px;
  height: 50px;
}
@media only screen and (max-width: 1500px) {
  .landing-search-box.search {
    max-width: 45vw;
  }
}
.landing-search-box.search input[type=search] {
  width: 714px;
  background-color: rgba(0, 0, 0, 0.64);
  border: solid 1px #fff;
  padding: 0 20px;
  border-right: 0;
  color: #fff;
  flex-grow: 1;
}
.landing-search-box.search input[type=search]::placeholder {
  color: #fff;
}
.landing-search-box.search button {
  font-family: "Hero", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #701c45;
  height: 100%;
  padding: 0 15px;
  border: 0;
  background-color: white;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .landing-search-box.search {
    max-width: 500px;
    height: auto;
    margin-top: 20px;
  }
  .landing-search-box.search input[type=search] {
    width: 100%;
    border-right: solid 1px #fff;
    font-size: 17px;
    padding: 7px;
  }
  .landing-search-box.search button {
    width: 100%;
    margin-top: 5px;
    padding: 5px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 51;
  transition: background-color 0.5s;
}
@media screen and (max-width: 479px) {
  header {
    display: flex;
    justify-content: left;
    align-items: center;
  }
}
header .menu-icon {
  position: absolute;
  left: 1.5%;
  top: 27px;
  cursor: pointer;
  padding-right: 50px;
}
header .menu-icon span {
  display: block;
  font-family: "Hero-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 479px) {
  header .menu-icon {
    left: 10px;
    position: relative;
    height: 24px;
    top: 0;
  }
  header .menu-icon span.nenu-icon-text {
    display: none;
  }
}
header .menu-icon .line-1, header .menu-icon .line-2 {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 28px;
  height: 2px;
  background-color: white;
  transition: 0.3s;
}
header .menu-icon .line-2 {
  top: 14px;
}
@media (hover: hover) {
  header .menu-icon:hover .line-1, header .menu-icon:hover .line-2 {
    top: 11px;
  }
}
header .phone-number, header .phone-number-mobile {
  position: absolute;
  top: 27px;
  right: 10px;
}
header .phone-number a, header .phone-number-mobile a {
  display: block;
  font-family: "Hero-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
  transition: 0.3s;
}
header .phone-number a:hover, header .phone-number-mobile a:hover {
  color: #701c45;
}
header .logo {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  width: 215px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s;
}
header .logo svg {
  transition: 0.3s;
}
header .logo svg path {
  transition: 0.3s;
}
@media only screen and (max-width: 400px) {
  header .logo {
    width: 100px !important;
    top: 25px;
  }
  header .logo svg {
    height: 31px !important;
  }
}
header .search {
  position: absolute;
  top: 20px;
  right: 1.5%;
  width: 520px;
  height: 50px;
  display: flex;
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}
header .search input[type=search] {
  width: 100%;
  height: 100%;
  font-family: "Hero", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
  padding-left: 50px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(/images/index/search.png);
  background-size: 22px 21px;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  border: 0;
}
header .search input[type=search]::placeholder {
  opacity: 0.5;
}
header .search .filter {
  padding-right: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAFCAMAAABGpP0dAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABFUExURUxpcf///////////////////////////////////////////////////////////////////////////////////////4aDdakAAAAXdFJOUwBqrRd65sdmE5m8pyZu2VhD6AqvlTgZY7k5awAAAC9JREFUCNdjYBJggAAeYQYGIS4RMJudjwNEMbKKMjBwc0IViLHxCvIzwAELM5gCACVLAP5sHvCbAAAAAElFTkSuQmCC");
  background-size: 12px 5px;
  background-position: right 9px center;
  background-repeat: no-repeat;
}
header .search .filter span {
  font-family: "Hero", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .search button {
  font-family: "Hero", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #701c45;
  height: 100%;
  padding: 0 15px;
  border: 0;
  background-color: white;
  cursor: pointer;
}
header .search select {
  background: transparent;
  color: #fff;
  font-size: 16px;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAFCAMAAABGpP0dAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABFUExURUxpcf///////////////////////////////////////////////////////////////////////////////////////4aDdakAAAAXdFJOUwBqrRd65sdmE5m8pyZu2VhD6AqvlTgZY7k5awAAAC9JREFUCNdjYBJggAAeYQYGIS4RMJudjwNEMbKKMjBwc0IViLHxCvIzwAELM5gCACVLAP5sHvCbAAAAAElFTkSuQmCC");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center right 20px;
}
header .search select option {
  color: black;
}
header .search select::-ms-expand {
  display: none;
}
@media only screen and (max-width: 1500px) {
  header .search {
    width: 420px;
    height: 40px;
  }
}
header.internal-header div.menu-icon span {
  color: #292929;
}
header.internal-header div.menu-icon .line-1, header.internal-header div.menu-icon .line-2 {
  background-color: #701c45;
}
header.internal-header .search {
  top: 27px;
  width: 10%;
  height: 21px;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}
header.internal-header .search input[type=search] {
  width: calc(100% - 18px);
  font-family: "Hero", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  text-align: right;
  text-transform: uppercase;
  padding: 0 10px 0 0;
  background-image: none;
}
header.internal-header .search input[type=search]::placeholder {
  opacity: 1;
}
header.internal-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(8.333333% + 74px);
  height: 80px;
  background-color: white;
  transition: 0.5s;
}
header.internal-header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(8.333333% + 74px);
  height: 80px;
  background-color: white;
  transition: 0.5s;
}
@media only screen and (max-width: 1400px) {
  header.internal-header {
    background-color: white;
  }
  header.internal-header .logo {
    width: 171px;
  }
  header.internal-header .logo svg {
    height: 54px;
  }
  header.internal-header .logo svg path {
    fill: #701c45;
  }
  header.internal-header .search {
    width: 20%;
  }
  header.internal-header:before, header.internal-header:after {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  header.internal-header .search {
    display: none;
  }
}
header.header-404 {
  background: #292929;
}
header.header-404:before, header.header-404:after {
  display: none;
}
header.header-404 div.logo svg path {
  fill: white;
}
@media only screen and (min-width: 1199px) {
  header.header-404 div.logo {
    width: 171px;
  }
}
header.header-404 div.search {
  border: 0;
}
header.header-404 div.search input {
  color: white;
}
header.header-404 div.search input::placeholder {
  color: white;
}
@media only screen and (max-width: 800px) {
  header.header-404 div.search {
    opacity: 0;
    pointer-events: none;
  }
}
header.header-404 div.menu-icon span {
  color: white;
}
header.header-404 div.menu-icon .line-1, header.header-404 div.menu-icon .line-2 {
  background-color: white;
}
header.header-background {
  background-color: white;
  box-shadow: 0 0 20px -11px #000;
}
header.header-background div.menu-icon span {
  color: #292929;
}
header.header-background div.menu-icon .line-1, header.header-background div.menu-icon .line-2 {
  background-color: #292929;
}
header.header-background div.phone-number a {
  color: #292929;
}
header.header-background div.logo svg {
  height: 44px;
}
header.header-background div.logo svg path {
  fill: #701c45;
}
@media only screen and (max-width: 400px) {
  header.header-background div.logo svg {
    height: 31px !important;
  }
}
@media only screen and (min-width: 1199px) {
  header.header-background div.logo {
    width: 140px;
  }
}
header.header-background div.search:not(.inline-search) {
  background-color: rgba(0, 0, 0, 0.05);
}
header.header-background div.search:not(.inline-search) input[type=search] {
  color: #292929;
  background-image: url(/images/index/search-dark.png);
}
header.header-background div.search:not(.inline-search) input[type=search]::placeholder {
  color: #292929;
}
header.header-background div.search:not(.inline-search) button {
  background: #701c45;
  color: white;
}
header.header-background div.search:not(.inline-search) select {
  color: #171717;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAMAAACgjTZZAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUxpcSkpKSwsLCwsLCwsLCsrKyoqKisrKywsLCsrKyoqKgAAACwsLCwsLCsrKywsLCoqKlnggMMAAAARdFJOUwBQe6mv5xiENJArAm+YXstn4lz1tgAAAClJREFUCNdjYGZjAAEeLgZuVg4gg50TxOVnZOBlAkswsLALMEABH4gAAA/1AJDzrY67AAAAAElFTkSuQmCC");
}
@media only screen and (max-width: 1200px) {
  header .logo {
    width: 150px;
  }
  header .search {
    width: 300px;
  }
  header .search .filter span, header .search button, header .search input[type=text] {
    font-size: 14px;
  }
  header .search input[type=text] {
    padding-left: 10px;
    background-image: none;
  }
}
header .phone-number-mobile {
  display: none;
}
@media only screen and (max-width: 800px) {
  header {
    height: 80px;
  }
  header .phone-number {
    display: none;
  }
  header .phone-number-mobile {
    display: block;
  }
  header .search {
    top: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.white-slide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  transition: 1s;
  z-index: 100;
}
.white-slide.white-slide-hide {
  opacity: 0;
  pointer-events: none;
}

.black-slide {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #292929;
  transition: 1s;
  z-index: 101;
}
.black-slide span {
  font-family: "granville", serif;
  font-size: 100px;
  font-weight: 700;
  color: white;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0s;
}
@media only screen and (max-width: 1000px) and (min-width: 576px) {
  .black-slide span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 576px) and (min-width: 400px) {
  .black-slide span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 400px) {
  .black-slide span {
    font-size: 30px;
  }
}
.black-slide span.watermark {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "granville", serif;
  font-size: 100px;
  font-weight: 700;
  color: white;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  transform: scale(1.5);
  transition: 0.8s;
  transition-delay: 0s;
}
@media only screen and (max-width: 1000px) and (min-width: 576px) {
  .black-slide span.watermark {
    font-size: 60px;
  }
}
@media only screen and (max-width: 576px) and (min-width: 400px) {
  .black-slide span.watermark {
    font-size: 40px;
  }
}
@media only screen and (max-width: 400px) {
  .black-slide span.watermark {
    font-size: 30px;
  }
}
.black-slide .logo-slide {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  width: 282px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transition: 1s;
  transition-delay: 0s;
}
.black-slide.black-slide-active {
  left: 0;
}
.black-slide.black-slide-active span {
  opacity: 1;
  transition-delay: 1s;
}
.black-slide.black-slide-active span.watermark {
  opacity: 0.05;
}
.black-slide.black-slide-active .logo-slide {
  opacity: 1;
  transition-delay: 1s;
}
.black-slide.black-slide-hide {
  opacity: 0;
  pointer-events: none;
}

.mobile-search {
  position: absolute;
  right: 24px;
  top: 24px;
}

.terms-results {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 101%;
  border: solid 1px #fff;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  border-top: solid 0px #55545a;
}
.terms-results li {
  font-size: 12px;
  color: #fff;
}

.landing {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}
.landing .landing-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
}
.landing a.video-link {
  position: absolute;
  bottom: 30px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: "Hero", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-align: center;
  border-bottom: 1px solid white;
}
.landing h1 {
  text-align: center;
  margin: 0;
  font-size: 70px;
}
@media only screen and (max-width: 576px) {
  .landing h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 400px) {
  .landing h1 {
    font-size: 36px;
  }
}
.landing .poster-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: 1s;
}
.landing .poster-image.poster-image-hide {
  opacity: 0;
}
.landing .vimeo-heading {
  width: 100vw;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing .vimeo-heading iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.landing .vimeo-heading .vp-sidedock {
  display: none;
}

.landing-intro h2 {
  color: #701c45;
  text-transform: uppercase;
}
@media screen and (max-width: 400px) {
  .landing-intro h2 {
    font-size: 27px;
  }
}
.landing-intro p {
  font-family: "granville", serif;
  font-size: 24px;
  font-weight: 400;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .landing-intro p {
    font-size: 19px;
    line-height: 143%;
  }
}

.homepage-filter {
  padding: 8px 15px 8px 15px;
  background-color: #292929;
}
.homepage-filter ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.homepage-filter ul li {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
}
@media screen and (max-width: 479px) {
  .homepage-filter ul li {
    margin-left: 3%;
    width: 48.5%;
  }
  .homepage-filter ul li:nth-child(odd) {
    margin-left: 0;
  }
  .homepage-filter ul li:nth-child(odd):last-child {
    width: 100%;
  }
}
.homepage-filter ul div.selectize-dropdown {
  width: auto !important;
}
.homepage-filter ul .selectize-control.single .selectize-input {
  background-color: #292929;
  border-radius: 0;
  border: 0;
  padding: 5px 20px 5px 5px;
}
.homepage-filter ul .selectize-control.single .selectize-input:before {
  background-color: rgba(0, 0, 0, 0);
}
.homepage-filter ul .selectize-control.single .selectize-input:after {
  width: 12px;
  height: 5px;
  top: 45%;
  right: 1px;
  border: 0;
  margin-top: 0 !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAFCAMAAABGpP0dAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABFUExURUxpcf///////////////////////////////////////////////////////////////////////////////////////4aDdakAAAAXdFJOUwBqrRd65sdmE5m8pyZu2VhD6AqvlTgZY7k5awAAAC9JREFUCNdjYBJggAAeYQYGIS4RMJudjwNEMbKKMjBwc0IViLHxCvIzwAELM5gCACVLAP5sHvCbAAAAAElFTkSuQmCC");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.homepage-filter ul .selectize-control.single .selectize-input .item {
  font-family: "Hero-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
}
.homepage-filter ul .selectize-dropdown {
  border: 0;
}
.homepage-filter ul label.trigger {
  font-family: "Hero-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
}
.homepage-filter ul .options {
  width: 100%;
}
.homepage-filter ul .option {
  width: 100%;
  font-family: "Hero-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
  padding: 5px;
  background-color: #292929;
}
.homepage-filter a.clear-filter {
  font-family: "Hero-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
}

.property-cta {
  width: 100%;
  display: block;
  font-family: "Hero", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: white;
  padding: 5px 30px;
  background-color: #701c45;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #701c45;
  transition: 0.5s;
  text-transform: uppercase;
}
.property-cta:hover {
  color: #701c45;
  background-color: white;
}
.property-window h3 {
  font-size: 19px !important;
  font-weight: 400;
}
.property-window p {
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.property-window ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.property-window ul li {
  margin-right: 20px;
}
.property-window ul li img {
  margin-bottom: 6px;
}
.property-window ul li label.trigger {
  margin: 0;
  font-family: "Helvetica", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #292929;
}
.property-window ul li .options {
  width: 100%;
}
.property-window ul li .option {
  width: 100%;
  font-family: "Helvetica", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #292929;
  padding: 2px 5px;
  background-color: white;
}
.property-window ul li p {
  font-size: 13px;
}

.homepage-search .swiper-button-next {
  right: 40px;
  width: 62px;
  height: 62px;
  background-image: none;
  transition: 0.5s;
}
.homepage-search .swiper-button-next img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .homepage-search .swiper-button-next {
    right: 0;
    width: 50px;
    height: 50px;
  }
}
.homepage-search .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.homepage-search .swiper-button-prev {
  left: 40px;
  width: 62px;
  height: 62px;
  background-image: none;
  transition: 0.5s;
}
.homepage-search .swiper-button-prev img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .homepage-search .swiper-button-prev {
    left: 0;
    width: 50px;
    height: 50px;
  }
}
.homepage-search .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.homepage-search #homepage-map {
  position: sticky !important;
  top: 150px;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .homepage-search #homepage-map {
    height: 400px;
    min-height: 400px;
  }
}
@media only screen and (width: 1024px) and (height: 1366px) {
  .homepage-search #homepage-map {
    height: 800px;
    min-height: 800px;
  }
}
@media screen and (orientation: landscape) and (max-width: 900px) {
  .homepage-search #homepage-map {
    top: 0;
  }
}
@media screen and (max-width: 479px) {
  .homepage-search #homepage-map {
    top: 0;
  }
}
.homepage-search .list-view {
  background-color: #f4f4f4;
}
.homepage-search .list-view .view-toggle svg.list rect[fill="#d0d0d0"] {
  fill: #701c45;
}
.homepage-search .list-view .list-item {
  display: flex;
  /*align-items: center;
  justify-content: center;
  */
  padding-top: 15px;
  padding-bottom: 15px;
}
.homepage-search .list-view .list-item .property-image {
  width: 50%;
  max-width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.homepage-search .list-view .list-item .property-text {
  width: 50%;
  max-width: 50%;
  padding: 5%;
  background-color: white;
}
.homepage-search .list-view .list-item .property-text h3 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .homepage-search .list-view .list-item .property-text h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .homepage-search .list-view .list-item .property-text h3 {
    font-size: 18px !important;
  }
}
.homepage-search .list-view .list-item .property-text p {
  font-family: "Hero", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 479px) {
  .homepage-search .list-view .list-item .property-text p {
    font-size: 14px;
  }
}
.homepage-search .list-view .list-item .property-text ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.homepage-search .list-view .list-item .property-text ul li {
  margin-right: 20px;
}
.homepage-search .list-view .list-item .property-text ul li label.trigger {
  margin: 0;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #292929;
}
.homepage-search .list-view .list-item .property-text ul li .options {
  width: 100%;
}
.homepage-search .list-view .list-item .property-text ul li .option {
  width: 100%;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #292929;
  padding: 2px 5px;
  background-color: white;
}
.homepage-search .list-view .list-item .property-text ul li p {
  font-size: 10px;
}
.homepage-search .list-view .list-item .property-text .property-cta {
  width: 100%;
  display: block;
  font-family: "Hero", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  padding: 5px 40px;
  background-color: #701c45;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #701c45;
  transition: 0.5s;
}
.homepage-search .list-view .list-item .property-text .property-cta:hover {
  color: #701c45;
  background-color: white;
}
@media only screen and (max-width: 1400px) and (min-width: 992px) {
  .homepage-search .list-view .list-item {
    flex-wrap: wrap;
    /*.property-text {
        width: 100%;
        max-width: 100%;
    }

    .property-image {
        width: 100%;
        max-width: 100%;
    }*/
  }
}
@media only screen and (max-width: 650px) {
  .homepage-search .list-view .list-item {
    flex-wrap: wrap;
  }
  .homepage-search .list-view .list-item .property-text {
    width: 100%;
    max-width: 100%;
  }
  .homepage-search .list-view .list-item .property-image {
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 60%;
  }
}
.homepage-search .list-view-2 {
  display: none;
  padding: 15px 3%;
  background-color: #f4f4f4;
}
.homepage-search .list-view-2 .view-toggle svg.list rect[fill="#d0d0d0"] {
  fill: #701c45;
}
.homepage-search .list-view-2 .price-filter label.trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homepage-search .list-view-2 .price-filter .options {
  background-color: #f4f4f4;
  width: 100%;
  padding: 0;
}
.homepage-search .list-view-2 .view-nav {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  padding: 2px 0;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 500px;
  margin: auto;
}
.homepage-search .list-view-2 .view-nav > div {
  width: 100%;
}
.homepage-search .list-view-2 .view-nav label.trigger, .homepage-search .list-view-2 .view-nav .option {
  font-family: "Hero-Bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #292929;
  margin: 0;
}
.homepage-search .list-view-2 .view-nav .options {
  padding: 5px;
  background-color: white;
}
.homepage-search .list-view-2 .view-nav .dropdown {
  border-bottom: 1px solid #701c45;
}
.homepage-search .list-view-2 .view-nav .view-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.homepage-search .list-view-2 .view-nav .view-toggle svg {
  cursor: pointer;
}
.homepage-search .list-view-2 .listing-items[data-simplebar] {
  height: calc(100% - 97px);
}
.homepage-search .list-view-2 .list-item {
  display: flex;
  padding: 10px 0;
}
.homepage-search .list-view-2 .list-item:last-child {
  padding: 10px 0;
}
.homepage-search .list-view-2 .list-item .property-image {
  width: 210px;
  max-width: 210px;
}
@media only screen and (max-width: 1200px) {
  .homepage-search .list-view-2 .list-item .property-image {
    width: 100%;
    max-width: 100%;
  }
}
.homepage-search .list-view-2 .list-item .property-text {
  padding: 2px 15px;
  width: calc(100% - 263px);
}
.homepage-search .list-view-2 .list-item .property-text h3 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .homepage-search .list-view-2 .list-item .property-text h3 {
    font-size: 20px;
  }
}
.homepage-search .list-view-2 .list-item .property-text p {
  font-family: "Hero", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #292929;
  margin: 0;
}
.homepage-search .list-view-2 .list-item .property-cta {
  display: block;
  font-family: "Hero", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: white;
  padding: 5px 40px;
  background-color: #701c45;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #701c45;
  transition: 0.5s;
}
.homepage-search .list-view-2 .list-item .property-cta:hover {
  color: #701c45;
  background-color: white;
}
.homepage-search .list-view-2 .list-item .property-extra {
  width: 103px;
  max-width: 103px;
}
.homepage-search .list-view-2 .list-item .property-extra p {
  font-family: "Hero", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #292929;
  margin: 0;
}
.homepage-search .list-view-2 .list-item .property-extra label span {
  font-family: "Hero-Bold", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #292929;
}
.homepage-search .list-view-2 .list-item .property-extra .option {
  font-family: "Hero-Bold", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #292929;
}
.homepage-search .list-view-2 .list-item .property-extra a {
  font-family: "Hero-Bold", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #292929;
  text-decoration: underline #701c45;
}
@media only screen and (max-width: 1600px) {
  .homepage-search .list-view-2 .list-item {
    padding: 30px 5% !important;
  }
}
@media only screen and (max-width: 768px) {
  .homepage-search .list-view-2 .list-item {
    padding: 30px 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .homepage-search .list-view-2 .list-item {
    display: block;
  }
  .homepage-search .list-view-2 .list-item .property-text {
    width: 100%;
    padding: 10px 0;
  }
}
.homepage-search .list-view-2.view-active {
  display: block;
}
@media only screen and (width: 768px) and (height: 1024px) {
  .homepage-search .list-view-2 .simplebar-content {
    display: flex;
    flex-wrap: wrap;
  }
  .homepage-search .list-view-2 .simplebar-content .list-item {
    width: 50%;
    max-width: 50%;
    padding: 30px 15px !important;
  }
}
.homepage-search .grid-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f4f4f4;
}
.homepage-search .grid-view .view-toggle svg.grid rect[fill="#d0d0d0"] {
  fill: #701c45;
}
.homepage-search .grid-view .grid-item {
  width: calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.homepage-search .grid-view .grid-item .property-text {
  position: relative;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  background-color: white;
}
.homepage-search .grid-view .grid-item .property-text h3 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .homepage-search .grid-view .grid-item .property-text h3 {
    font-size: 20px;
  }
}
.homepage-search .grid-view .grid-item .property-text p {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width: 1450px) {
  .homepage-search .grid-view .grid-item .property-text p {
    width: calc(100% - 90px);
  }
}
.homepage-search .grid-view .grid-item .property-text a {
  font-size: 10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1450px) {
  .homepage-search .grid-view .grid-item .property-text a {
    position: absolute;
    top: 46%;
    right: 15px;
  }
}
.homepage-search .grid-view .grid-item .property-text .property-cta {
  width: 100%;
  display: block;
  font-family: "Hero", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
  padding: 5px 40px;
  background-color: #701c45;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #701c45;
  transition: 0.5s;
}
.homepage-search .grid-view .grid-item .property-text .property-cta:hover {
  color: #701c45;
  background-color: white;
}
@media only screen and (max-width: 576px) {
  .homepage-search .grid-view .grid-item {
    width: 100%;
    max-width: 100%;
  }
  .homepage-search .grid-view .grid-item .property-text {
    width: 100%;
    max-width: 100%;
  }
  .homepage-search .grid-view .grid-item .property-image {
    width: 100%;
    max-width: 100%;
  }
}
.homepage-search .single-view {
  display: none;
  padding: 15px 3%;
  background-color: #f4f4f4;
}
.homepage-search .single-view .property-title-swiper .swiper-slide {
  background-color: #f4f4f4;
  opacity: 0 !important;
}
.homepage-search .single-view .property-title-swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.homepage-search .single-view .property-title-swiper .swiper-slide .property-text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.homepage-search .single-view .dropdown {
  border-bottom: 1px solid #701c45;
}
.homepage-search .single-view .view-nav {
  width: 100%;
  padding: 2px 0;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 500px;
  margin: auto;
}
.homepage-search .single-view .view-nav > div {
  width: 100%;
}
.homepage-search .single-view .view-nav label.trigger, .homepage-search .single-view .view-nav .option {
  font-family: "Hero-Bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #292929;
  margin: 0;
}
.homepage-search .single-view .view-nav .options {
  padding: 5px;
  background-color: white;
}
.homepage-search .single-view .view-nav .dropdown {
  border-bottom: 1px solid #701c45;
}
.homepage-search .single-view .view-nav .view-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.homepage-search .single-view .view-nav .view-toggle svg {
  cursor: pointer;
}
.homepage-search .single-view .price-filter label.trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homepage-search .single-view .price-filter .options {
  background-color: #f4f4f4;
  width: 100%;
  padding: 0;
}
.homepage-search .single-view .view-toggle svg.grid rect[fill="#d0d0d0"] {
  fill: #701c45;
}
.homepage-search .single-view .property-text h3 {
  font-size: 36px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .homepage-search .single-view .property-text h3 {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 479px) {
  .homepage-search .single-view .property-text h3 {
    font-size: 18px !important;
  }
}
.homepage-search .single-view .property-text p {
  font-family: "Hero", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 479px) {
  .homepage-search .single-view .property-text p {
    font-size: 14px;
  }
}
.homepage-search .single-view .property-text .property-info {
  display: flex;
}
.homepage-search .single-view .property-text .property-info > p {
  width: calc(100% - 130px);
}
.homepage-search .single-view .property-text .property-info .price {
  width: 130px;
  text-align: right;
}
.homepage-search .single-view .property-text .property-info .price p {
  margin: 0;
}
@media only screen and (max-width: 1320px) {
  .homepage-search .single-view .property-text .property-info {
    display: block;
  }
  .homepage-search .single-view .property-text .property-info > P {
    width: 100%;
  }
  .homepage-search .single-view .property-text .property-info .price {
    width: 100%;
    text-align: left;
  }
}
.homepage-search .single-view .property-text .property-cta {
  font-family: "Hero", sans-serif;
  font-size: 16px;
  color: white;
  padding: 5px 40px;
  background-color: #701c45;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #701c45;
  transition: 0.5s;
}
@media screen and (max-width: 479px) {
  .homepage-search .single-view .property-text .property-cta {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}
.homepage-search .single-view .property-text .property-cta:hover {
  color: #701c45;
  background-color: white;
}
.homepage-search .single-view.view-active {
  display: block;
}
@media only screen and (max-width: 576px) {
  .homepage-search .single-view {
    padding: 20px 35px;
  }
}

.watermark-title {
  position: relative;
  padding: 0 35px;
}
.watermark-title span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "granville", serif;
  font-size: 167px;
  font-weight: 700;
  color: #292929;
  line-height: 30%;
  opacity: 0.05;
}
@media only screen and (max-width: 1100px) {
  .watermark-title span {
    font-size: 100px;
    line-height: 50%;
  }
}
@media only screen and (max-width: 687px) {
  .watermark-title span {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    font-size: 40px;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
  }
}
@media only screen and (max-width: 687px) {
  .watermark-title h2 {
    font-size: 21px;
  }
}

.home-swiper {
  padding: 0 35px;
}
@media screen and (max-width: 576px) {
  .home-swiper > div {
    padding: 0;
  }
}
.home-swiper .swiper-container {
  position: relative;
}
.home-swiper .swiper-container .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.home-swiper .swiper-container .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: rgba(0, 0, 0, 0);
}
.home-swiper .swiper-container .swiper-slide span {
  font-family: "Hero-Bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: white;
}
.home-swiper .swiper-button-next {
  right: -15px;
  width: 62px;
  height: 62px;
  background-image: none;
  transition: 0.5s;
}
@media screen and (max-width: 576px) {
  .home-swiper .swiper-button-next {
    right: -30px;
  }
}
.home-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.home-swiper .swiper-button-prev {
  left: -15px;
  width: 62px;
  height: 62px;
  background-image: none;
  transition: 0.5s;
}
@media screen and (max-width: 576px) {
  .home-swiper .swiper-button-prev {
    left: -30px;
  }
}
.home-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.home-quote {
  background-color: #701c45;
}
@media screen and (max-width: 576px) {
  .home-quote {
    padding: 20px;
  }
}
.home-quote .quote-left, .home-quote .quote-right {
  position: absolute;
  top: -90px;
  left: 27%;
  opacity: 0.05;
}
.home-quote .quote-right {
  top: auto;
  bottom: 35%;
  left: auto;
  right: 27%;
}
.home-quote .swiper-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.home-quote .swiper-pagination {
  position: relative;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.home-quote .swiper-pagination span {
  width: 7px;
  height: 7px;
  margin-left: 4px;
  margin-right: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.8s;
}
.home-quote .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.6);
}
.home-quote p {
  font-family: "granville", serif;
  font-size: 28px;
  font-weight: 400;
  color: white;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .home-quote p {
    font-size: 16px !important;
  }
}
.home-quote p span {
  font-family: "Hero-Bold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .home-quote p span {
    font-family: "Hero", sans-serif;
    font-size: 14px;
  }
  .home-quote p span ~ h4 {
    margin-top: 5px;
  }
}
.home-quote h4 {
  font-family: "Hero-Bold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .home-quote h4 {
    font-family: "Hero", sans-serif;
    font-size: 14px;
  }
  .home-quote h4 ~ h4 {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1150px) {
  .home-quote .quote-left {
    left: 20%;
  }
  .home-quote .quote-right {
    right: 20%;
  }
}
@media only screen and (max-width: 1150px) and (min-width: 900px) {
  .home-quote .quote-left {
    top: -20px;
    left: 10%;
  }
  .home-quote .quote-right {
    bottom: 10%;
    right: 15%;
  }
}
@media only screen and (max-width: 900px) {
  .home-quote .quote-left {
    display: none;
  }
  .home-quote .quote-right {
    display: none;
  }
}

.grey-background {
  background-color: #f4f4f4;
}

.home-brochures > div {
  display: flex;
  justify-content: space-evenly;
}
.home-brochures .brochure {
  display: flex;
  margin-left: 5px;
  margin-right: 5px;
  flex: 1 1;
}
.home-brochures .brochure .brochure-image {
  width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
}
.home-brochures .brochure .brochure-text {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: white;
}
.home-brochures .brochure .brochure-text h4 {
  font-family: "Hero-Bold", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #292929;
}
.home-brochures .brochure .brochure-text p {
  font-size: 12px;
  font-weight: 400;
  color: #292929;
}
.home-brochures .brochure .brochure-text a {
  font-family: "Hero-Bold", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #292929;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #701c45;
}
@media only screen and (max-width: 1060px) {
  .home-brochures .brochure {
    display: block;
    max-width: 45%;
    margin: auto;
    margin-left: 5px;
    margin-right: 5px;
  }
  .home-brochures .brochure .brochure-image {
    width: 100%;
    min-height: 250px;
  }
  .home-brochures .brochure .brochure-text {
    width: 100%;
  }
}
@media only screen and (max-width: 675px) {
  .home-brochures > div {
    display: block;
  }
  .home-brochures .brochure {
    margin: 0 20px 20px 20px;
    max-width: 100%;
  }
}

.newsletter-signup {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 479px) {
  .newsletter-signup {
    padding: 20px;
  }
}
.newsletter-signup h4 {
  font-family: "granville", serif;
  font-size: 27px;
  font-weight: 700;
  color: white;
}
.newsletter-signup p {
  font-family: "granville", serif;
  font-size: 24px;
  font-weight: 400;
  color: white;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 479px) {
  .newsletter-signup p {
    font-size: 19px;
    line-height: 143%;
  }
}
.newsletter-signup a.newsletter-cta {
  font-family: "Hero-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #292929;
  padding: 5px 15px;
  background-color: white;
  border-radius: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 479px) {
  .newsletter-signup a.newsletter-cta {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-bottom: 4px;
  }
}
.newsletter-signup a.newsletter-cta:hover {
  color: white;
  background-color: #701c45;
}

.property-search {
  background-color: white;
}
.property-search h4 {
  color: #701c45;
}
.property-search p {
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #292929;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.property-search a {
  font-family: "Hero-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
  padding: 5px 15px;
  background-color: #701c45;
  border: 2px solid #701c45;
  border-radius: 20px;
  transition: 0.3s;
}
.property-search a:hover {
  color: #701c45;
  background-color: white;
}

.social-title h2 {
  font-size: 60px;
  color: #701c45;
}
@media only screen and (max-width: 450px) {
  .social-title h2 {
    font-size: 40px;
  }
}

.insta-feed > div {
  display: flex;
  flex-wrap: wrap;
}
.insta-feed .insta-item {
  width: 25%;
  max-width: 25%;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.insta-feed .insta-item .insta-date {
  font-size: 14px;
  font-weight: 600;
  color: #292929;
}
.insta-feed .insta-item .insta-bio {
  font-size: 16px;
  font-weight: 400;
  color: #292929;
}
@media only screen and (max-width: 992px) {
  .insta-feed .insta-item {
    width: 50%;
    max-width: 50%;
  }
  .insta-feed .insta-item .insta-bio {
    font-size: 16px;
  }
}

.social-media > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-media > div img {
  margin-bottom: 10px;
}
.social-media > div a {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.social-media > div a:hover svg circle, .social-media > div a:hover svg rect {
  fill: black;
}
.social-media > div svg path, .social-media > div svg circle, .social-media > div svg rect {
  transition: 0.3s;
}
@media only screen and (max-width: 500px) {
  .social-media > div {
    flex-wrap: wrap;
  }
  .social-media > div a {
    width: 48%;
    max-width: 48%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}

.property-text p {
  font-family: "Helvetica", sans-serif !important;
}
.property-text ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.property-text ul li {
  margin-right: 20px;
}
.property-text ul li label.trigger {
  margin: 0;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #292929;
}
.property-text ul li .options {
  width: 100%;
}
.property-text ul li .option {
  width: 100%;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #292929;
  padding: 2px 5px;
  background-color: white;
}
.property-text ul li p {
  font-size: 13px !important;
  font-family: "Helvetica", sans-serif;
}

.property-details-text .continue-reading {
  /*display: none;*/
}
.property-details-text p:nth-child(1) {
  /*display: none !important;*/
}
.property-details-text.trigger-read-more p {
  display: none;
}
.property-details-text.trigger-read-more p:nth-child(2),
.property-details-text.trigger-read-more p:nth-child(3) {
  display: block;
}
.property-details-text.trigger-read-more .continue-reading {
  font-family: "Hero", sans-serif;
  font-size: 16px;
  color: white;
  padding: 5px 15px;
  background-color: #701c45;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #701c45;
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
}

@media screen and (max-width: 479px) {
  .social-icon-right {
    text-align: right !important;
  }
}
.buy-filter a.clear-filter-inner {
  border-color: #701c45;
  color: #701c45;
  background: #fff;
}

span.clear-filters-ps {
  text-align: center;
  position: absolute;
  top: -42px;
  font-family: "Hero", sans-serif;
  cursor: pointer;
  background: #701c45;
  color: #fff;
  padding: 8px 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-size: 17px;
  text-transform: uppercase;
  border: solid 1px #fff;
}

.search-indicator {
  position: relative;
}
.search-indicator .ind {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 5px;
  width: 100%;
}
.search-indicator .ind .i {
  background: #701c45;
  height: 2px;
  width: 0;
}
@media screen and (max-width: 479px) {
  .search-indicator {
    display: flex;
    margin-bottom: 10px;
  }
  .search-indicator h2 {
    font-size: 16px !important;
    text-transform: capitalize !important;
    font-family: "granville", serif !important;
  }
  .search-indicator input[type=text] {
    font-size: 16px !important;
    margin-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .buy-filter .row {
    padding-top: 20px !important;
  }
}
footer {
  background-color: #701c45;
  background-image: url(/images/logos/footer-logo.svg);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: -3% -50%;
}
footer p {
  font-family: "granville", serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
}
@media screen and (max-width: 479px) {
  footer p {
    display: none;
  }
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 479px) {
  footer ul {
    text-align: center;
  }
}
footer ul li a {
  max-width: 150px;
}
footer a {
  font-family: "Hero", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  display: block;
}
@media screen and (max-width: 479px) {
  footer a {
    text-align: center;
  }
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
footer address {
  font-family: "Hero", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
}
@media screen and (max-width: 479px) {
  footer address {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  footer .d-flex {
    justify-content: center;
  }
}
@media only screen and (max-width: 530px) {
  footer .d-flex {
    flex-wrap: wrap;
  }
  footer .d-flex a {
    width: 100%;
  }
}

.header-image {
  overflow: hidden;
  height: 60vh;
}
@media screen and (max-height: 800px) {
  .header-image {
    height: 80vh;
  }
  .header-image h2, .header-image h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .header-image {
    height: 30vh;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.header-image .header-img-gradient::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 146px;
  background: linear-gradient(to bottom, #292929, rgba(41, 41, 41, 0));
  z-index: 1;
}
.header-image .header-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-position: center;
}
.header-image h2, .header-image h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 10%;
  margin: auto;
  z-index: 1;
  font-size: 63px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .header-image h2, .header-image h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 479px) {
  .header-image h2, .header-image h1 {
    font-size: 30px;
    width: 100%;
    justify-content: center;
    text-align: center;
    align-items: flex-end;
    padding-bottom: 20px;
  }
}
.header-image .property-name {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: block;
  width: 100%;
  max-width: 160px;
  font-family: "Hero", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
  text-align: right;
  z-index: 1;
}
.header-image .property-name span {
  font-size: 12px;
}
.header-image.img-tag {
  height: auto !important;
}

@media only screen and (max-width: 1024px) {
  body.page-id-412 .header-image {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.buy-intro {
  padding-top: 40px;
  padding-bottom: 40px;
}
.buy-intro p {
  font-family: "granville", serif;
  font-size: 18px;
}
.buy-intro span {
  font-family: "Hero-Bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #292929;
}

.buy-filter {
  z-index: 45;
  position: relative;
  box-shadow: 0 0 15px -9px #000;
  /*.col-12 {
      display: flex;
      align-items: center;
  }*/
}
.buy-filter span.filters-toggle {
  font-size: 12px;
  color: #701c45;
  font-weight: bold;
  font-family: Hero;
  cursor: pointer;
  display: block;
}
.buy-filter span.filters-toggle img {
  margin-right: 10px;
}
.buy-filter span.filters-toggle .filters-show {
  display: inline;
}
.buy-filter span.filters-toggle .filters-hide {
  display: none;
}
.buy-filter span.filters-toggle.filters-active .filters-show {
  display: none;
}
.buy-filter span.filters-toggle.filters-active .filters-hide {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .buy-filter .price-range-wrap {
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.buy-filter .row {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: white;
}
@media screen and (max-width: 479px) {
  .buy-filter .row {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.buy-filter p {
  font-family: "Hero-Bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #292929;
}
.buy-filter h2 {
  margin: 0;
  font-family: "Hero", sans-serif;
  font-size: 14px;
  /* text-align: center; */
  text-transform: uppercase;
}
.buy-filter a {
  width: 100%;
  display: block;
  font-family: "Hero", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
  padding: 4px 10px;
  margin-right: 0;
  background-color: #701c45;
  text-align: center;
  white-space: nowrap;
  border-radius: 60px;
  border: 2px solid #701c45;
  transition: 0.5s;
  margin-left: auto;
}
.buy-filter a:hover {
  color: #701c45;
  background-color: white;
}
.buy-filter a.invert {
  color: #701c45;
  background-color: white;
}
.buy-filter a.invert:hover {
  color: white;
  background-color: #701c45;
}
.buy-filter input[type=text] {
  width: 100%;
  font-family: "granville", serif;
  font-size: 20px;
  font-weight: 700;
  color: #292929;
  line-height: 130%;
  padding: 0;
  background-color: white;
  border: 0;
  border-bottom: 1px solid #701c45;
}
.buy-filter input[type=text]#total-beds {
  width: 70px;
  text-align: center;
  border-bottom: 0;
}
.buy-filter input[type=text]::placeholder {
  opacity: 0.4;
}
@media only screen and (max-width: 1750px) {
  .buy-filter a {
    width: 150px;
    font-size: 15px;
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .buy-filter {
    transform: translateY(-100px);
  }
}
@media only screen and (max-width: 1199px) {
  .buy-filter .col-12 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 425px) {
  .buy-filter .col-12 {
    display: block;
  }
  .buy-filter .col-12 a {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.buy-map-filter {
  position: sticky;
  top: 80px;
  left: -15px;
  width: 100%;
  z-index: 5;
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(-160px);
}
.buy-map-filter.filter-visible {
  opacity: 1;
  transform: translateY(-100px);
}
.buy-map-filter ul {
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .buy-map-filter ul {
    justify-content: space-between;
  }
  .buy-map-filter ul li {
    margin-left: 0;
  }
  .buy-map-filter ul li .custom-select {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .buy-map-filter ul {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 479px) {
  .buy-map-filter ul {
    justify-content: space-between;
  }
}
.buy-map-filter .buy-tags {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .buy-map-filter .buy-tags {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 479px) {
  .buy-map-filter .buy-tags {
    margin-bottom: 6px;
  }
}
.buy-map-filter .buy-tags .edit-tags {
  cursor: pointer;
}
.buy-map-filter .buy-tags .tags-input {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.6s ease;
}
.buy-map-filter .buy-tags.editing .tags-input {
  opacity: 1;
  max-width: 300px;
}
.buy-map-filter .buy-tags.editing .current-tags {
  opacity: 0;
  max-width: 0;
}
.buy-map-filter .buy-tags .current-tags {
  display: flex;
  overflow: hidden;
  max-width: 50vw;
  transition: opacity 0.4s ease, max-width 1s ease;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .buy-map-filter .buy-tags .current-tags {
    max-width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .buy-map-filter .buy-tags .current-tags {
    max-width: 100%;
  }
}
.buy-map-filter .buy-tags input[type=text] {
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  color: #fff;
  font-size: 15px;
  padding: 2px 5px;
  width: 100%;
}
.buy-map-filter .buy-tags > img {
  margin-right: 7px;
}
.buy-map-filter .buy-tags span {
  width: max-content;
  font-family: "Hero", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  padding: 2px 10px;
  margin: 2px;
  display: flex;
  align-items: center;
  border: 1px solid white;
  border-radius: 30px;
  opacity: 0.5;
  transition: 0.3s ease;
}
@media screen and (max-width: 479px) {
  .buy-map-filter .buy-tags span {
    font-size: 13px;
  }
}
.buy-map-filter .buy-tags span:hover {
  opacity: 1;
}
.buy-map-filter .buy-tags span img {
  margin-left: 10px;
  cursor: pointer;
}
.buy-map-filter .buy-tags span img.globe-icon {
  width: 13px;
  margin-right: 8px;
  margin-left: 0;
  cursor: default;
}
@media only screen and (max-width: 1199px) {
  .buy-map-filter {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0) !important;
  }
}
@media screen and (max-width: 479px) {
  .buy-map-filter {
    position: relative;
    top: 0;
    left: 0;
  }
}

.buy-search {
  position: relative;
}
.buy-search .col-xl-5, .buy-search .col-xl-7, .buy-search .view-nav {
  transition: 1s;
}
.buy-search .list-item {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}

.map-controls {
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  display: flex;
  transition: 1s;
  z-index: 1;
}
.map-controls .dropdown {
  margin-right: 5px;
  padding: 3px 10px;
  background-color: white;
}
.map-controls .dropdown label {
  font-family: "Hero-Bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #292929;
  margin: 0;
}
.map-controls .dropdown .options {
  background-color: white;
  width: 100%;
  left: 0;
}
.map-controls .dropdown .options .option {
  font-family: "Hero-Bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #292929;
  padding: 2px 10px;
}
@media only screen and (min-width: 1399px) {
  .map-controls {
    padding-left: 74px;
  }
}

.map-active .col-xl-5 {
  width: 0;
  max-width: 0;
}
.map-active .col-xl-7 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.map-active .view-nav {
  max-width: 58.333333%;
  margin-left: calc(41.666667% + 15px);
}
.map-active .map-controls {
  width: calc(41.666667% + 20px);
  max-width: calc(41.666667% + 20px);
  background-color: white;
}

.custom-select {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 33px;
  cursor: pointer;
  width: 200px;
  max-width: 100%;
  user-select: none;
}
.custom-select.--full-width {
  width: 100%;
}
@media screen and (max-width: 479px) {
  .custom-select.--s-full-width {
    width: 100%;
  }
}
.custom-select::after {
  transition: 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 33px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAFCAMAAABGpP0dAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABFUExURUxpcf///////////////////////////////////////////////////////////////////////////////////////4aDdakAAAAXdFJOUwBqrRd65sdmE5m8pyZu2VhD6AqvlTgZY7k5awAAAC9JREFUCNdjYBJggAAeYQYGIS4RMJudjwNEMbKKMjBwc0IViLHxCvIzwAELM5gCACVLAP5sHvCbAAAAAElFTkSuQmCC");
  background-position: center;
  background-repeat: no-repeat;
  content: " ";
  pointer-events: none;
}
.custom-select.--light-mode {
  height: 31px;
  border-bottom: solid 1px;
}
.custom-select.--light-mode .custom-select-current-value {
  color: #404040 !important;
  background: transparent !important;
  padding: 0;
  font-family: "Hero", sans-serif;
  font-size: 14px;
  align-items: flex-end;
  padding-bottom: 2px;
  position: relative;
  z-index: 5;
}
.custom-select.--light-mode .custom-select-options {
  background: #fff;
  z-index: 6;
}
.custom-select.--light-mode .custom-select-options .custom-select-option {
  background: #fff;
  color: #404040;
}
.custom-select.--light-mode .custom-select-options .custom-select-option.m-selected {
  background: lightgray;
}
.custom-select.--light-mode .custom-select-options .custom-select-option.m-selected::before {
  content: "✔";
  padding-right: 10px;
}
.custom-select.--light-mode .custom-select-options .custom-select-option:hover {
  background: lightgray;
  color: #404040;
}
.custom-select.--light-mode::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAMAAACgjTZZAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUxpcSkpKSwsLCwsLCwsLCsrKyoqKisrKywsLCsrKyoqKgAAACwsLCwsLCsrKywsLCoqKlnggMMAAAARdFJOUwBQe6mv5xiENJArAm+YXstn4lz1tgAAAClJREFUCNdjYGZjAAEeLgZuVg4gg50TxOVnZOBlAkswsLALMEABH4gAAA/1AJDzrY67AAAAAElFTkSuQmCC");
}
.custom-select.--light-mode.is-active .custom-select-current-value {
  color: #404040;
  background: #fff;
}
.custom-select-current-value {
  color: #fff;
  padding: 0 10px;
  font-size: 16px;
  height: 100%;
  /*display: flex;*/
  align-items: center;
  background: #404040;
  padding-right: 30px;
  line-height: 33px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 40vh;
  overflow: auto;
  background: #313131;
  color: #fff;
  /* padding: 0 10px; */
  box-shadow: 0 7px 14px -5px #000;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 2;
  min-width: 100%;
}

.custom-select.is-active {
  overflow: visible;
}
.custom-select.is-active::after {
  transform: rotate(180deg);
}
.custom-select.is-active .custom-select-options {
  opacity: 1;
  top: calc( 100% - 31px);
}

.custom-select-options-hidden {
  opacity: 0;
  height: 10px;
  overflow: hidden;
  padding: 0 10px;
}

.custom-select-option {
  color: #fff;
  padding: 0 10px;
  font-size: 16px;
  white-space: nowrap;
}
.custom-select-option.m-selected {
  background: #2f2f2f;
}
.custom-select-option.m-selected::before {
  content: "✔";
  padding-right: 10px;
}
.custom-select-option.--disabled {
  pointer-events: none;
}

.custom-select-option:hover {
  color: #fff;
  padding: 0 10px;
  background: #2f2f2f;
}

.custom-select.is-active .custom-select-current-value {
  background: #404040;
}

.listing-toggle ul {
  padding: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0;
}
.listing-toggle ul li {
  margin-right: 6px;
}
.listing-toggle ul li .custom-select-options {
  background: #fff;
  color: #4d4d4d;
}
.listing-toggle ul li .custom-select-options .custom-select-option {
  color: #4d4d4d;
  padding: 10px;
}
.listing-toggle ul li .custom-select-options .custom-select-option:hover {
  background: #e4e4e4;
}
@media only screen and (max-width: 610px) {
  .listing-toggle ul {
    flex-wrap: wrap;
  }
  .listing-toggle ul li {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 479px) {
  .listing-toggle ul {
    justify-content: space-between;
  }
  .listing-toggle ul li {
    width: 32%;
    flex: 0 0 32%;
  }
}

.properties-count {
  font-weight: bold;
  width: 100%;
  color: #701c45;
}
.properties-count p {
  font-weight: bold;
  width: 100%;
  color: #701c45;
  width: 100%;
}

.listing-toggle ul li .custom-select .custom-select-current-value {
  background: #fff;
  color: #4d4d4d;
}

.listing-toggle ul li .custom-select {
  width: auto;
  text-transform: uppercase;
}
.listing-toggle ul li .custom-select::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAMAAACgjTZZAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUxpcSkpKSwsLCwsLCwsLCsrKyoqKisrKywsLCsrKyoqKgAAACwsLCwsLCsrKywsLCoqKlnggMMAAAARdFJOUwBQe6mv5xiENJArAm+YXstn4lz1tgAAAClJREFUCNdjYGZjAAEeLgZuVg4gg50TxOVnZOBlAkswsLALMEABH4gAAA/1AJDzrY67AAAAAElFTkSuQmCC");
}

.listing-toggle {
  transform: translateY(-160px);
  height: 33px;
  position: relative;
  z-index: 2;
  transition: 0.3s ease;
}
.listing-toggle.filter-visible {
  transform: translateY(-100px);
}
@media only screen and (max-width: 1199px) {
  .listing-toggle {
    height: auto;
    transform: translate(0) !important;
  }
  .listing-toggle .col-12 {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .container-transform {
    transform: translate(0) !important;
  }
}

.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;
  direction: ltr;
}

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

.noUi-base:before {
  content: "Min";
  position: absolute;
  top: -26px;
  left: 0;
  font-family: "granville", serif;
  font-size: 18px;
  font-weight: 700;
  color: #292929;
  opacity: 0.4;
}
.noUi-base:after {
  content: "20m+";
  position: absolute;
  top: -26px;
  right: 0;
  font-family: "granville", serif;
  font-size: 18px;
  font-weight: 700;
  color: #292929;
  opacity: 0.4;
}

.noUi-base::before,
.noUi-base::after {
  transition: opacity 0.5s ease;
}

.hide-min .noUi-base::before {
  opacity: 0;
}

.hide-max .noUi-base::after {
  opacity: 0;
}

#price-range-rent .noUi-base:after {
  content: "500k";
}

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

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
  transition: 0.1s;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  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%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "granville", serif;
  font-size: 12px;
  font-weight: 700;
  color: #701c45;
}

.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: 3px;
}

.noUi-horizontal .noUi-handle {
  width: 38px;
  height: 38px;
  left: -19px;
  top: -19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
}

.noUi-vertical {
  width: 14px;
}

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

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

.noUi-target {
  position: relative;
  margin-top: 8px;
}
.noUi-target:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  height: 1px;
  width: 100%;
  background-color: #292929;
}

.noUi-connect {
  background: #701c45;
}

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

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

.noUi-handle {
  background: #FFF;
  cursor: pointer;
  box-shadow: 0px 3px 6px 0px rgba(41, 41, 41, 0.16);
}

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

[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%;
}

.service-intro {
  border-top: 14px solid #701c45;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 40px;
}
.service-intro h2 {
  color: #701c45;
}
@media only screen and (min-width: 991px) {
  .service-intro {
    transform: translateY(-200px);
    margin-bottom: -100px;
  }
}
@media only screen and (max-width: 992px) {
  .service-intro {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  .service-intro {
    margin-top: 0;
  }
}

.service-wrap {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.service-wrap .service {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  width: 33%;
  max-width: 33%;
  margin-bottom: 30px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s;
}
.service-wrap .service .service-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.service-wrap .service .service-image {
  width: 100%;
  max-height: 140px;
  height: 140px;
  min-height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-shadow: 0px 3px 6px 0px rgba(41, 41, 41, 0.16);
  transition: 0.3s;
}
.service-wrap .service .service-text {
  padding: 30px;
  flex-grow: 1;
  border-top: 14px solid #701c45;
  background-color: white;
  box-shadow: 0px 3px 6px 0px rgba(41, 41, 41, 0.16);
  transition: 0.3s;
}
.service-wrap .service .service-text h2 {
  color: #701c45;
}
@media (pointer: fine) {
  .service-wrap .service:hover {
    transform: translateY(-5px) scale(1.01);
  }
  .service-wrap .service:hover .service-text, .service-wrap .service:hover .service-image {
    box-shadow: 0px 8px 13px 4px rgba(41, 41, 41, 0.16);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .service-wrap .service:hover {
    transform: translateY(-5px) scale(1.01);
  }
  .service-wrap .service:hover .service-text, .service-wrap .service:hover .service-image {
    box-shadow: 0px 8px 13px 4px rgba(41, 41, 41, 0.16);
  }
}
@media only screen and (max-width: 1100px) {
  .service-wrap .service {
    display: block;
    width: 50%;
    max-width: 100%;
    margin-bottom: 10px;
    /* transform: translateY(0px); */
  }
  .service-wrap .service:nth-child(odd):last-child {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .service-wrap .service {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .service-wrap {
    padding: 0 30px;
  }
}

.service-block {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 8%;
  margin-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-top: 14px solid #701c45;
  transition: 0.3s ease;
}
.service-block .service-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.service-block .service-text {
  position: relative;
  bottom: 0;
  right: 0;
  width: 80%;
  padding: 30px;
  background-color: white;
  transition: 0.3s;
}
.service-block .service-text h2 {
  color: #701c45;
}
@media (pointer: fine) {
  .service-block:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0px 8px 13px 4px rgba(41, 41, 41, 0.16);
    background-size: cover;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .service-block:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0px 8px 13px 4px rgba(41, 41, 41, 0.16);
    background-size: cover;
  }
}
@media only screen and (max-width: 992px) {
  .service-block {
    padding-top: 0;
    background-image: none !important;
    justify-content: flex-start;
    align-items: flex-start;
    background: white;
  }
  .service-block .service-text {
    width: 100%;
  }
}

.service-single-intro {
  padding: 50px 10%;
  background-color: white;
  border-top: 14px solid #701c45;
}
@media screen and (max-width: 1024px) {
  .service-single-intro {
    padding: 35px;
  }
}
.service-single-intro h1 {
  font-size: 31px;
  font-weight: 700;
  color: #701c45;
  line-height: 114%;
}
.service-single-intro .quote {
  position: relative;
  max-width: 475px;
  text-align: center;
  background-size: contain;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
.service-single-intro .quote p {
  position: relative;
  font-family: "granville", serif;
  font-size: 18px;
  font-weight: 400;
  color: #292929;
  z-index: 1;
}
.service-single-intro .quote h4 {
  position: relative;
  font-family: "Hero-Bold", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #292929;
  z-index: 1;
}
.service-single-intro .quote:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 132px;
  height: 80px;
  background-image: url(/images/services/quote-left.jpg);
  background-size: 132px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -1;
}
.service-single-intro .quote:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 132px;
  height: 80px;
  background-image: url(/images/services/quote-right.jpg);
  background-size: 132px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -1;
}
@media only screen and (min-width: 991px) {
  .service-single-intro {
    transform: translateY(-100px);
    margin-bottom: -50px;
  }
}

.form-signup .form-intro hr {
  height: 1px;
  max-width: 500px;
  color: #701c45;
  border: 0;
  background-color: #701c45;
}
.form-signup .form-intro p {
  font-family: "granville", serif;
  font-size: 24px;
  font-weight: 400;
  color: #292929;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.form-signup form {
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 5%;
  background-color: white;
  box-shadow: 0px 3px 6px 0px rgba(41, 41, 41, 0.16);
}
.form-signup form .input {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-signup form .input.checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.form-signup form .input label {
  width: 30%;
  max-width: 30%;
  font-family: "granville", serif;
  font-size: 24px;
  font-weight: 700;
  color: #292929;
  flex: 0 0 auto;
}
.form-signup form .input input[type=text], .form-signup form .input input[type=tel], .form-signup form .input input[type=email], .form-signup form .input textarea {
  font-family: "granville", serif;
  font-size: 24px;
  font-weight: 700;
  color: #292929;
  width: 70%;
  max-width: 70%;
  margin-left: 10px;
  margin-right: 10px;
  border: 0;
  border-bottom: 1px solid #701c45;
}
.form-signup form .input input[type=text]::placeholder, .form-signup form .input input[type=tel]::placeholder, .form-signup form .input input[type=email]::placeholder, .form-signup form .input textarea::placeholder {
  opacity: 0.4;
}
.form-signup form .input input[type=text][name=name], .form-signup form .input input[type=tel][name=name], .form-signup form .input input[type=email][name=name], .form-signup form .input textarea[name=name] {
  max-width: 220px;
}
.form-signup form .input input[type=text][name=title], .form-signup form .input input[type=tel][name=title], .form-signup form .input input[type=email][name=title], .form-signup form .input textarea[name=title] {
  width: 98px;
}
.form-signup form .input input[type=text]:invalid, .form-signup form .input input[type=tel]:invalid, .form-signup form .input input[type=email]:invalid, .form-signup form .input textarea:invalid {
  box-shadow: none !important;
}
.form-signup form .input input[type=text]:-webkit-autofill, .form-signup form .input input[type=tel]:-webkit-autofill, .form-signup form .input input[type=email]:-webkit-autofill, .form-signup form .input textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
@media only screen and (max-width: 610px) {
  .form-signup form .input input[type=text], .form-signup form .input input[type=tel], .form-signup form .input input[type=email], .form-signup form .input textarea {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form-signup form .input input[type=text][name=name], .form-signup form .input input[type=tel][name=name], .form-signup form .input input[type=email][name=name], .form-signup form .input textarea[name=name] {
    max-width: 100%;
  }
  .form-signup form .input input[type=text][name=title], .form-signup form .input input[type=tel][name=title], .form-signup form .input input[type=email][name=title], .form-signup form .input textarea[name=title] {
    width: 100%;
  }
}
.form-signup form .input label.check {
  max-width: 70%;
  width: 70%;
  display: flex;
  user-select: none;
}
.form-signup form .input label.check span {
  font-family: "Hero-Bold", sans-serif;
  font-size: 12px;
  font-weight: 700;
  width: calc(100% - 30px);
  display: block;
}
.form-signup form .input .tick {
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 15px;
  border: 1px solid #701c45;
  border-radius: 15px;
  background-color: white;
  transition: 0.3s;
}
.form-signup form .input input[type=checkbox] {
  display: none;
}
.form-signup form .input input[type=checkbox]:checked + label.check .tick {
  background-color: #701c45;
}
.form-signup form .input input[type=submit] {
  font-family: "Hero", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
  padding: 5px 40px;
  background-color: #701c45;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #701c45;
  transition: 0.5s;
  cursor: pointer;
}
.form-signup form .input input[type=submit]:hover {
  color: #701c45;
  background-color: white;
}
@media only screen and (max-width: 610px) {
  .form-signup form .input input[type=submit] {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.form-signup form .input textarea {
  width: 70%;
  max-width: 70%;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 610px) {
  .form-signup form .input textarea {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form-signup form .input textarea[name=title] {
    width: 100%;
  }
}
@media only screen and (min-width: 609px) {
  .form-signup form .input {
    display: flex;
  }
}

.property-title h1 {
  font-family: "granville", serif;
  font-size: 36px;
  font-weight: 700;
  color: #701c45;
  padding: 0 20px;
  line-height: 114%;
}
@media screen and (max-width: 479px) {
  .property-title h1 {
    font-size: 30px;
  }
}
.property-title p {
  font-family: "granville", serif;
  font-size: 18px;
  font-weight: 400;
  color: #292929;
}

.property-gallery {
  position: relative;
}
.property-gallery .swiper-slide {
  width: auto;
}
.property-gallery .swiper-slide img {
  max-height: 50vh;
  display: block;
}
@media screen and (max-width: 1024px) {
  .property-gallery .swiper-slide img {
    max-height: 40vh;
  }
}
@media screen and (max-width: 479px) {
  .property-gallery .swiper-slide img {
    max-height: 25vh;
  }
}
.property-gallery .swiper-button-next, .property-gallery .swiper-button-prev {
  width: 47px;
  height: 74px;
  background-size: contain;
}
.property-gallery:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #292929;
}

body.has-preheader .property-details {
  top: 120px;
}
@media screen and (max-width: 479px) {
  body.has-preheader .property-details {
    top: auto;
  }
}

.property-details {
  position: sticky;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 40px 15px;
  background-color: #292929;
  transition: 0.3s;
  z-index: 1;
}
.property-details .spacer-30 {
  transition: 0.3s;
}
.property-details p {
  font-family: "granville", serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
}
@media screen and (max-width: 479px) {
  .property-details p {
    font-size: 15px;
  }
}
.property-details p[itemprop] {
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .property-details .rooms {
    padding-left: 10px;
    border-left: 1px solid white;
  }
}
.property-details .enquire-text {
  font-family: "Hero-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.property-details span {
  font-family: "Hero-Bold", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: white;
}
.property-details a {
  font-family: "granville", serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
}
.property-details .sticky-content .sticky-title {
  /*position: absolute;*/
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
  height: 100%;
}
@media screen and (max-width:986px) {

  .prop-id-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .social-icon-right {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .property-details .sticky-content {
    padding-top:20px !important;
    padding-bottom:20px !important;
  }

  .sticky-pricing > div {
    width:100%;
    text-align:center;
  }
  .sticky-pricing .rooms {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .sticky-pricing .rooms .custom-select {
    margin:0;
  }
}
.property-details .sticky-content .sticky-title > div {
  width: 100%;
}
.property-details .sticky-content .sticky-title h2, .property-details .sticky-content .sticky-title p {
  color: white;
}
.property-details .sticky-content .sticky-title p {
  margin-bottom: 0;
}
.property-details .sticky-content p {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}
.property-details .sticky-content span {
  font-family: "Hero-Bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  transition: 0.3s;
}
.property-details.property-details-active {
  padding: 20px 15px;
}
.property-details.property-details-active .spacer-30 {
  height: 0;
}
.property-details.property-details-active .sticky-content > p, .property-details.property-details-active .sticky-content > span {
  height: 0;
  opacity: 0;
}
.property-details.property-details-active .sticky-title {
  opacity: 1;
}
@media only screen and (max-width: 1600px), (max-height: 800px) {
  .property-details {
    position: relative;
    top: auto;
    left: auto;
    padding: 10px 15px;
  }
  .property-details .row {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  .property-details {
    padding: 20px 15px;
  }
  .property-details .col-12 {
    padding: 0;
  }
}

body.has-covid-banner .property-details {
  margin-bottom: 34px;
}

.key-details {
  padding: 0;
}
.key-details .key-wrap {
  padding: 15px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.key-details p {
  font-family: "Hero-Bold", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #292929;
  text-transform: uppercase;
}
.key-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.key-details ul li {
  max-width: 300px;
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #292929;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #292929;
}
.key-details .key-details-list ul li {
  border: none;
}

.marker {
  font-family: "Hero-Bold", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #292929;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) {
  .marker {
    padding: 0;
    text-align: right;
    padding-right: 20px !important;
    display: block;
  }
}

@media screen and (max-width: 1600px) {
  .property-content {
    max-width: 1160px;
    margin: auto;
  }
}
.property-content hr {
  width: 100%;
  height: 1px;
  color: #707070;
  border: 0;
  background-color: #707070;
}
.property-content ol,
.property-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 20px;
}
.property-content ol li,
.property-content ul li {
  font-family: "Hero", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #292929;
  display: inline-block;
  width: 30%;
  vertical-align: top;
  padding: 4px 8px;
  background: white;
  border-radius: 30px;
  margin: 4px;
  font-size: 14px;
  width: auto;
}
@media only screen and (min-width: 1200px) {
  .property-content ol,
.property-content ul {
    list-style: initial;
    margin-left: 14px;
  }
  .property-content ol li,
.property-content ul li {
    font-family: "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #4d4d4d;
    display: list-item;
    padding: 0;
    margin: 5px 0;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media only screen and (max-width: 576px) {
  .property-content ol,
.property-content ul {
    margin-bottom: 20px;
  }
}

body.has-preheader .enquiry-form-box {
  top: 250px;
}

@media screen and (max-height: 650px) {
  .key-details .enquiry-form-box {
    display: none !important;
  }
}

a.button-cta {
  font-family: "Hero", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 40px;
  background-color: #701c45;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #701c45;
  transition: background-color 0.5s, color 0.5s;
  cursor: pointer;
}
a.button-cta:hover {
  background-color: #fff;
  color: #701c45;
}

.enquiry-form-box {
  position: sticky;
  top: 250px;
  left: 0;
  background-color: white;
  padding: 0 5%;
  /*
      form {
          label {
              font-family: $font3;
              font-size: 12px;
              font-weight: 700;
              color: $grey;
              text-transform: uppercase;
              margin: 0;
          }

          select {
              &::placeholder {
                  opacity: 0.4;
              }
          }

          input[type="text"], input[type="email"], input[type="tel"], textarea {
              width: 100%;
              font-family: $font2;
              font-size: 12px;
              font-weight: 400;
              color: $grey;
              background-color: $white;
              border: 0;
              border-bottom: 1px solid $grey;
              border-radius: 0;
          }

          textarea {
              padding: 15px;
              border: 1px solid $grey;
          }

          .tickbox {
              margin-top: 5px;
              margin-bottom: 5px;

              input[type="checkbox"] {
                  display: none;

                  &:checked + label .tick {
                      background-color: $purple;
                  }
              }

              label {
                  display: flex;
                  user-select: none;

                  .tick {
                      width: 15px;
                      height: 15px;
                      display: block;
                      margin-right: 15px;
                      border: 1px solid $purple;
                      border-radius: 15px;
                      background-color: $white;
                      transition: 0.3s;
                  }

                  span {
                      font-family: $font2;
                      font-size: 12px;
                      font-weight: 400;
                      text-transform: capitalize;
                  }
              }
          }

          input[type="submit"] {
              font-family: $font2;
              font-size: 18px;
              font-weight: 400;
              color: $white;
              display: block;
              margin-left: auto;
              margin-right: auto;
              padding: 5px 40px;
              background-color: $purple;
              text-align: center;
              border-radius: 20px;
              border: 2px solid $purple;
              transition: 0.5s;
              cursor: pointer;

              &:hover {
                  color: $purple;
                  background-color: $white;
              }
          }
      }

   */
}
@media only screen and (max-width: 1600px), (max-height: 800px) {
  .enquiry-form-box {
    top: 80px;
  }
}
@media only screen and (max-height: 952px) and (min-width: 1200px) {
  .enquiry-form-box [data-simplebar] {
    height: calc(100vh - 80px);
  }
}
.enquiry-form-box .simplebar-content .simplebar-track {
  display: none;
}
@media only screen and (max-height: 952px) and (min-width: 1200px) {
  .enquiry-form-box .simplebar-content {
    padding: 10px 0 !important;
  }
  .enquiry-form-box .simplebar-content .simplebar-track {
    display: block;
  }
}
@media only screen and (max-height: 952px) and (min-width: 1366px) {
  .enquiry-form-box .simplebar-content {
    padding: 30px 0 !important;
  }
  .enquiry-form-box .simplebar-content .simplebar-track {
    display: block;
  }
}
.enquiry-form-box h2 {
  color: #701c45;
}
.enquiry-form-box p {
  font-family: "Hero", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #292929;
}

.similar-props-title {
  font-family: "granville", serif;
  font-size: 17px;
  font-weight: 700;
  color: #292929;
}

.similar-props {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.similar-props .property {
  width: 49%;
  margin-bottom: 2%;
  background-color: #fff;
}
.similar-props .property .property-image {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
}
.similar-props .property .property-text {
  padding: 15px 0;
  background-color: white;
}
.similar-props .property .property-text h3 {
  font-family: "granville", serif;
  font-size: 20px;
  font-weight: 700;
  color: #292929;
  margin: 0;
}
.similar-props .property .property-text p {
  font-family: "Hero", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.similar-props .property .property-text .col-6 p {
  font-family: "granville", serif;
  font-size: 14px;
  font-weight: 400;
}
.similar-props .property .property-text .col-6 a {
  font-size: 11px;
  display: block;
}
@media only screen and (max-width: 479px) {
  .similar-props .property {
    width: 100%;
    margin-bottom: 30px;
  }
  .similar-props .property:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 800px) {
  .property-spacer {
    display: none;
  }
}

.single-property-map {
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}

/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  padding: 5px 0px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0);
}

.selectize-control.single .selectize-input {
  border-bottom: 1px solid #292929;
  background-color: white;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

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

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
}

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

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

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

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.news-intro p {
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
  font-family: "granville", serif;
  font-size: 24px;
  font-weight: 400;
  color: #292929;
}

.news-item {
  position: relative;
  margin-bottom: 100px;
}
.news-item a.news-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.news-item .news-image {
  position: relative;
}
.news-item .news-image img {
  border-top: 14px solid #701c45;
  z-index: 1;
  transition: 0.5s;
}
@media only screen and (max-width: 550px) {
  .news-item .news-image img {
    width: 100% !important;
    transform: translateX(0) !important;
  }
}
.news-item .news-image:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 5%;
  height: calc(100% - 30px);
  background-color: white;
}
.news-item .news-info {
  width: 80%;
  margin-left: 20%;
  padding: 30px 10%;
  background-color: white;
}
.news-item .news-info h2 {
  font-family: "granville", serif;
  font-size: 17px;
  font-weight: 700;
  color: #292929;
  margin-top: 30px;
}
.news-item .news-info span {
  font-family: "Hero", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
}
@media only screen and (max-width: 550px) {
  .news-item .news-info {
    width: 100%;
    margin-left: 0;
  }
}
.news-item:hover .news-image img {
  transform: translateX(5%);
}
@media only screen and (max-width: 1600px) {
  .news-item {
    margin-bottom: 30px;
  }
}

.blog-filter {
  position: fixed;
  top: calc(50% - 262.5px);
  left: -222px;
  width: 372px;
  padding: 40px 30px;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.3s;
  z-index: 5000;
  overflow: hidden;
}
.blog-filter .blog-filter-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  background-color: #701c45;
  cursor: pointer;
  user-select: none;
}
.blog-filter .blog-filter-btn span {
  display: block;
  font-family: "Hero-Bold", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: white;
}
.blog-filter .row {
  opacity: 0;
  transition: 0.5s;
}
.blog-filter p {
  font-family: "Hero-Bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #292929;
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-filter ul li {
  margin-bottom: 10px;
  margin-top: 10px;
}
.blog-filter ul li a {
  font-family: "granville", serif;
  font-size: 14px;
  font-weight: 400;
  color: #292929;
  display: block;
  opacity: 0.4;
  transition: 0.3s;
}
.blog-filter ul li a.active-tag, .blog-filter ul li a.active-author, .blog-filter ul li a.active-cat {
  font-weight: 700;
  color: #701c45;
  opacity: 1;
}
.blog-filter ul li a:hover {
  opacity: 0.6;
}
.blog-filter.blog-filter-active {
  left: 0;
  background-color: white;
}
.blog-filter.blog-filter-active .row {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .blog-filter {
    display: none;
  }
}

.blog-content .author p {
  font-family: "Hero", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #292929;
  margin-bottom: 10px;
}
.blog-content hr {
  height: 1px;
  max-width: 150px;
  color: #701c45;
  border: 0;
  background-color: #701c45;
}
.blog-content .quote {
  margin-left: auto;
  margin-right: auto;
}
.blog-content .image-caption {
  max-width: 300px;
  padding-top: 10px;
  border-top: 1px solid #701c45;
}
.blog-content .image-caption p {
  font-family: "Helvetica", sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
  color: #292929;
}
@media only screen and (min-width: 579px) {
  .blog-content .portrait-image {
    display: flex;
  }
  .blog-content .portrait-image .image-caption {
    max-width: 150px;
    margin-left: 15px;
  }
}
.blog-content .gallery-item {
  border: 0;
  padding: 0;
}
.blog-content .gallery-item .gallery .gallery-img {
  min-height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 991px) {
  .blog-content .gallery-item .gallery .col-12:nth-of-type(1) {
    padding-right: 10px !important;
  }
}

.gallery-caption {
  border: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 991px) {
  .about-intro {
    transform: translateY(-100px);
  }
}
@media screen and (max-width: 479px) {
  .about-intro {
    padding: 35px;
  }
}

.team-members {
  justify-content: center;
}
@media only screen and (min-width: 1199px) {
  .team-members .offset-right-1 {
    margin-right: 8.333333%;
  }
}
.team-members .team-member {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.team-members .team-member .about-bio {
  position: absolute;
  bottom: 0;
  right: -50%;
  width: calc(100% - 45px);
  height: calc(100% - 15px);
  padding: 40px 20px 20px 20px;
  background-color: white;
  opacity: 0;
  transition: 0.3s;
}
.team-members .team-member .about-bio .simplebar-content {
  padding-right: 15px !important;
}
.team-members .team-member .about-bio h2 {
  margin: 0;
}
.team-members .team-member .about-bio h3 {
  font-family: "Hero-Bold", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #292929;
  text-transform: uppercase;
}
.team-members .team-member .about-bio p {
  font-size: 12px;
}
.team-members .team-member .about-bio a {
  text-transform: uppercase;
}
.team-members .team-member .about-bio > div {
  height: 100%;
}
.team-members .team-member:hover .about-bio {
  right: 15px;
  opacity: 1;
}

.sell-intro {
  padding-bottom: 0;
  transform: translate(0);
}
.sell-intro .row {
  padding: 40px 15% 0 15%;
}
@media only screen and (max-width: 992px) {
  .sell-intro .row {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 479px) {
  .sell-intro .row {
    padding: 0 0;
  }
}
.sell-intro .d-flex {
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.sell-intro .service-wrap {
  padding-top: 30px;
  padding-bottom: 0;
}
.sell-intro .service-wrap .service {
  width: calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
}
.sell-intro .quote {
  position: relative;
  max-width: 475px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
.sell-intro .quote p {
  position: relative;
  font-family: "granville", serif;
  font-size: 18px;
  font-weight: 400;
  color: #292929;
  z-index: 1;
}
.sell-intro .quote p span {
  position: relative;
  font-family: "Hero-Bold", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #292929;
  z-index: 1;
}
.sell-intro .quote h4 {
  position: relative;
  font-family: "Hero-Bold", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #292929;
  z-index: 1;
}
.sell-intro .quote:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 132px;
  height: 80px;
  background-image: url(/images/services/quote-left.jpg);
  background-size: 132px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -1;
}
.sell-intro .quote:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 132px;
  height: 80px;
  background-image: url(/images/services/quote-right.jpg);
  background-size: 132px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -1;
}
@media only screen and (min-width: 1199px) {
  .sell-intro {
    transform: translateY(-100px);
  }
}
@media only screen and (max-width: 1024px) {
  .sell-intro {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.sell-form {
  position: relative;
  top: auto;
  bottom: auto;
  z-index: 2;
}
.sell-form h2 {
  font-size: 27px;
}
@media only screen and (min-width: 1199px) {
  .sell-form {
    transform: translateY(-100px);
  }
}
@media screen and (max-width: 1024px) {
  .sell-form {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1199px) {
  .sell-watermark-title {
    padding-top: 0 !important;
  }
}

.beds-toggle {
  cursor: pointer;
}

.contact-intro p {
  font-family: "granville", serif;
  font-size: 24px;
  font-weight: 400;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.form-wrap {
  padding: 60px 5%;
  background-color: white;
  border-bottom: 14px solid #701c45;
  box-shadow: 0px 3px 6px 0px rgba(41, 41, 41, 0.16);
}
@media only screen and (max-width: 1750px) {
  .form-wrap {
    padding: 60px 15px;
  }
}
@media only screen and (max-height: 900px) {
  .form-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

form label {
  font-family: "Hero-Bold", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #292929;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  form label {
    margin-top: 20px;
  }
}
form select::placeholder {
  opacity: 0.4;
}
form input[type=text], form input[type=email], form input[type=tel], form textarea {
  width: 100%;
  font-family: "Hero", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #292929;
  background-color: white;
  border: 0;
  border-bottom: 1px solid #292929;
  border-radius: 0;
}
form textarea {
  padding: 15px;
  border: 1px solid #292929;
}
@media screen and (max-height: 800px) {
  form textarea {
    padding: 5px;
    height: 50px;
  }
}
form .tickbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
form .tickbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
form .tickbox input[type=checkbox]:checked + label .tick {
  background-color: #701c45;
}
form .tickbox label {
  user-select: none;
  margin-top: 0 !important;
}
form .tickbox label .tick {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 7px;
  border: 1px solid #701c45;
  border-radius: 15px;
  background-color: white;
  transition: 0.3s;
}
form .tickbox label span {
  width: calc(100% - 30px);
  font-family: "Hero", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}
form .tickbox.privacy-tickbox {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
form .tickbox.privacy-tickbox label {
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
}
form .tickbox.privacy-tickbox .tick {
  border-radius: 0;
}
@media only screen and (max-width: 450px) {
  form .tickbox.privacy-tickbox {
    transform: translateX(0);
  }
}
form input#privacy {
  border: 2px solid #701c45;
}
form input[type=submit] {
  font-family: "Hero", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 40px;
  background-color: #701c45;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #701c45;
  transition: 0.5s;
  cursor: pointer;
}
form input[type=submit]:hover {
  color: #701c45;
  background-color: white;
}

.contact-address {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.contact-address p {
  font-family: "granville", serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
}
.contact-address a {
  display: block;
  font-family: "Hero", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: white;
}
.contact-address address {
  margin-top: 10px;
  font-family: "Hero", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: white;
}
@media only screen and (min-width: 1199px) {
  .contact-address .offset-xl-half {
    margin-left: 6.152%;
  }
}
@media screen and (max-width: 500px) {
  .contact-address p {
    margin-bottom: 0;
  }
  .contact-address a {
    font-size: 14px;
  }
  .contact-address address {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.enquire-popup-trigger {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #701c45;
  text-align: center;
  padding: 10px;
  color: #fff;
  box-shadow: 0px -4px 20px -11px #000;
  z-index: 40;
  cursor: pointer;
}
@media screen and (max-height: 650px) {
  .enquire-popup-trigger {
    display: block !important;
  }
}

.enquire-popup-trigger p {
  margin: 0;
  color: #fff;
}

@media only screen and (min-height: 545px) {
  .enquire-popup-trigger {
    bottom: 370px;
    left: auto;
    right: -99px;
    padding: 4px 10px;
    border-radius: 0 0 6px 6px;
    transform: rotate(90deg);
  }

  .enquire-popup-trigger p img {
    width: 20px;
  }

  .enquire-popup-trigger p {
    font-family: "Latio", sans-serif;
    font-size: 14px;
    font-weight: 300;
  }
}
@media only screen and (max-height: 600px) and (min-height: 545px) {
  .enquire-popup-trigger {
    bottom: 320px;
  }
}
.key-details ul li {
  border-top: 0;
}

.resort-intro {
  position: relative;
  min-height: 480px;
}
.resort-intro .continue-reading {
  font-family: "Hero", sans-serif;
  font-size: 16px;
  color: white;
  padding: 5px 25px;
  background-color: #701c45;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #701c45;
  margin: auto;
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.resort-intro .service-intro {
  margin-top: 0;
}
.resort-intro .service-intro .resort-back {
  position: absolute;
  top: -67px;
  left: 0;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #701c45;
}
.resort-intro .service-intro .resort-back a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.resort-intro .service-intro .resort-back p {
  font-family: "Hero", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  margin-left: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .resort-intro .service-intro .resort-back {
    position: relative;
    top: auto;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 991px) {
  .resort-intro .service-intro {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    */
    transform: translateY(-50px);
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 768px) {
  .resort-intro .service-intro p:last-child {
    margin-bottom: 0;
  }
}
.resort-intro h1 {
  font-size: 70px;
  color: #701c45;
}
@media only screen and (max-width: 767px) {
  .resort-intro h1 {
    font-size: 40px;
  }
}
.resort-intro h3 {
  font-family: "granville", serif;
  font-size: 20px;
  font-weight: 700;
  color: black;
}
@media only screen and (max-width: 576px) {
  .resort-intro h3 {
    font-size: 17px;
  }
}
.resort-intro p {
  font-family: "Hero", sans-serif;
  font-size: 14px;
}

.header-filter.resort-filter {
  height: 110px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
@media screen and (max-width: 576px) {
  .header-filter.resort-filter {
    display: none;
  }
}

.resort-gallery:before {
  display: none;
}
.resort-gallery .swiper-slide {
  padding: relative;
}

.benefit {
  margin: 20px 0;
  padding: 12%;
  background-color: white;
}
.benefit h3 {
  font-family: "granville", serif;
  font-size: 27px;
  font-weight: 700;
  color: #701c45;
}
.benefit p {
  font-family: "Hero", sans-serif;
  font-size: 14px;
}
@media only screen and (max-width: 576px) {
  .benefit:last-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1599px) {
  .benefit-offset {
    margin-left: 12.5%;
  }
}

.main-resort-listing .service-image {
  max-height: 250px !important;
  min-height: 250px !important;
}

.slide-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.resort-listing h3 {
  font-family: "granville", serif;
  font-size: 20px;
  font-weight: 700;
  color: #701c45;
}
.resort-listing p {
  font-family: "Hero", sans-serif;
  font-size: 14px;
}
.resort-listing .service {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
}
.resort-listing .service > div {
  flex: 1;
}
.resort-listing .service .service-image {
  max-height: 160px;
  min-height: 160px;
}
.resort-listing .service .service-text {
  display: flex;
  flex-wrap: wrap;
}
.resort-listing .service .service-text h2 {
  text-transform: uppercase;
}
.resort-listing .service .service-text a {
  align-self: flex-end;
}
.resort-listing .service * {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .resort-listing .service {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  .resort-listing .service:last-child {
    margin-bottom: 0;
  }
}

#resort-map {
  height: 500px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #resort-map {
    height: 250px;
  }
}

.intro-columns {
  column-count: 2;
}
@media screen and (max-width: 479px) {
  .intro-columns {
    column-count: 1;
  }
}
.intro-columns p:nth-child(2), .intro-columns p:nth-child(1) {
  display: none !important;
}
.intro-columns p {
  font-family: "Helvetica", sans-serif !important;
}
.intro-columns p * {
  font-family: "Helvetica", sans-serif !important;
}
.intro-columns ul li {
  font-family: "Helvetica", sans-serif !important;
  font-size: 14px;
  line-height: 155%;
  margin: 10px 0;
}
.intro-columns ul li span {
  font-family: "Helvetica", sans-serif !important;
}

.benefit ul li {
  font-family: "Hero", sans-serif;
  font-size: 14px;
  line-height: 155%;
  margin: 10px 0;
}

.error-404 {
  height: 100vh;
  background-color: #292929;
}
.error-404 .row {
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.error-404 span {
  position: absolute;
  top: 25%;
  left: 74px;
  font-family: "granville", serif;
  font-size: 356px;
  font-weight: 400;
  color: white;
  line-height: 100%;
  opacity: 0.05;
}
@media only screen and (max-width: 767px) {
  .error-404 span {
    display: none;
  }
}
.error-404 h1 {
  font-family: "granville", serif;
  font-size: 49px;
  font-weight: 400;
  color: white;
}
@media only screen and (max-width: 500px) {
  .error-404 h1 {
    font-size: 30px;
  }
}
.error-404 p {
  font-family: "granville", serif;
  font-size: 24px;
  font-weight: 400;
  color: white;
}
.error-404 a.cta-404 {
  font-family: "Hero", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 40px;
  background-color: white;
  text-align: center;
  border-radius: 20px;
  transition: 0.5s;
  cursor: pointer;
}
.error-404 a.cta-404:hover {
  color: white;
  background-color: #701c45;
}

/* Magnific Popup CSS */
.white-popup {
  position: relative;
  padding: 20px;
  width: auto;
  max-width: 910px;
  margin: 20px auto;
}
.white-popup button.mfp-close {
  top: 25px !important;
  right: 15px !important;
  color: white;
  font-weight: bold;
}
.white-popup div.row {
  padding: 0;
}

.tc-text p, .tc-text p a {
  font-size: 12px;
}

.newsletter-header .col-12 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only screen and (max-height: 900px) {
  .newsletter-header .col-12 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.newsletter-header h2 {
  font-family: "granville", serif;
  font-size: 36px;
  font-weight: 700;
  color: white;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .newsletter-header h2 {
    font-size: 26px;
  }
}
.newsletter-header p {
  font-family: "Hero", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
  max-width: 447px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px !important;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 !important;
  color: RGB(255, 255, 255);
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #701c45 !important;
  border-radius: 44px;
  right: -22px !important;
  top: -24px !important;
}
@media screen and (max-width: 479px) {
  .mfp-close {
    right: 0 !important;
  }
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1200px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
* {
  outline: 0;
}

body.home .dynamic-header-spacer {
  display: none;
}
body.page-id-412 .dynamic-header-spacer {
  display: none;
}
body.page-id-76 .dynamic-header-spacer {
  display: none;
}
body.page-template-sell .dynamic-header-spacer {
  display: none;
}
body.single-service .dynamic-header-spacer {
  display: none;
}
body.single-post .dynamic-header-spacer {
  display: none;
}
body.page-id-127 .dynamic-header-spacer {
  display: none;
}
h1 {
  font-family: "granville", serif;
  font-size: 100px;
  font-weight: 700;
  color: white;
  line-height: 100%;
}
@media only screen and (max-width: 1000px) and (min-width: 576px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 576px) and (min-width: 400px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 400px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: "granville", serif;
  font-size: 31px;
  font-weight: 700;
  color: #292929;
}

h3 {
  font-family: "granville", serif;
  font-size: 17px;
  font-weight: 700;
  color: #292929;
}

p, .blog-content li {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 155%;
  font-weight: 400;
  color: #4d4d4d;
}

.blog-content a {
  font-size: inherit;
}

a {
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #701c45;
}

.dropdown {
  position: relative;
  user-select: none;
  z-index: 1;
}
.dropdown input.toggle {
  display: none;
}
.dropdown .options {
  position: absolute;
  top: 100%;
  display: none;
}
.dropdown input.toggle:checked + .options {
  display: block;
}

.hf-message {
  font-family: "Hero", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #292929;
  text-align: center;
}

.swiper-slide .property-image {
  position: relative;
}
.swiper-slide .property-image::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #f4f4f4 0%, transparent 50%, transparent 50%, #f4f4f4 100%);
  transition: 2.5s ease;
  opacity: 1;
}
.swiper-slide.swiper-slide-next .property-image::after, .swiper-slide.swiper-slide-prev .property-image::after, .swiper-slide.swiper-slide-active .property-image::after {
  opacity: 0;
}

body .gm-style-iw.gm-style-iw-c {
  border-radius: 0;
  padding: 14px;
  box-sizing: border-box;
  max-width: 470px !important;
}

body .gm-style .gm-style-iw-d {
  padding-right: 14px;
  padding-bottom: 14px;
}

body button.gm-ui-hover-effect {
  top: 0 !important;
  right: 0px !important;
  transform: scale(1.5);
}

form#enquiry-signup-form::after,
form#newsletter-signup-form::after {
  content: " ";
  display: block;
  background: #ffffffe0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50000;
  background-image: url(/wp-content/themes/sphere-estates/images/loading.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
form#enquiry-signup-form.--loading::after,
form#newsletter-signup-form.--loading::after {
  opacity: 1;
  pointer-events: all;
}

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

.preheader {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  background: #701c45;
  height: 40px;
  z-index: 48;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.preheader img {
  height: 10px;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}
.preheader p {
  text-align: center;
  color: #fff;
  margin: 0;
  font-family: "Hero", sans-serif;
}
@media screen and (max-width: 1024px) {
  .preheader p {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .preheader {
    padding: 0 10px;
  }
  .preheader p {
    font-size: 12px;
    line-height: 118%;
    padding: 0 15px;
  }
  .preheader img {
    right: 10px;
  }
}

.results-header {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
}

.focus-marker {
  display: none;
}

header.header-background ~ .preheader {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
  box-shadow: 0 0 20px -11px #000;
}

@media screen and (max-width: 479px) {
  .social-icons {
    display: flex;
    justify-content: space-between !important;
    padding: 0 35px !important;
  }
  .social-icons a {
    width: auto !important;
  }
  .social-icons svg {
    width: 40px;
    height: 40px;
  }

  .insta-feed {
    padding: 0 20px;
  }

  #sb_instagram #sbi_images {
    padding: 0 !important;
  }

  #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 49%;
    height: 0;
    padding: 0 !important;
    margin-left: 2% !important;
    padding-bottom: 49% !important;
    margin-bottom: 2% !important;
  }

  #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(odd) {
    margin-left: 0 !important;
  }
}
.mobile-price {
  width: 100%;
}

.hide-select {
  position: relative;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.hide-select span.current-price {
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  border-bottom: dashed 1px #b2b2b2;
}
.hide-select select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
}

button.mfp-arrow {
  background-size: 47px;
  background-position: center;
  background-repeat: no-repeat;
}
button.mfp-arrow:after, button.mfp-arrow:before {
  border: none !important;
}
button.mfp-arrow.mfp-arrow-right {
  background-image: url(/wp-content/themes/sphere-estates/images/next.svg);
}
button.mfp-arrow.mfp-arrow-left {
  background-image: url(/wp-content/themes/sphere-estates/images/back.svg);
}

.backtotop {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background-color: rgba(112, 28, 69, 0.69);
  z-index: 50;
  width: 70px;
  height: 70px;
  background-image: url(/wp-content/themes/sphere-estates/images/next-white.svg);
  background-size: 40%;
  background-position: center;
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  box-shadow: -5px 0px 12px -5px #000;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.backtotop.is-visible {
  pointer-events: all;
  opacity: 1;
}
.backtotop:hover {
  background-color: #701c45;
}

.gmnoprint {
  font-size: 12px !important;
}
.gmnoprint .gm-style-mtc * {
  height: auto !important;
  padding: 5px 10px !important;
  font-size: 12px !important;
}
.gmnoprint .gm-style-mtc *:not([type=button]) {
  display: none !important;
}

.c {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  z-index: 5;
  position: relative;
  padding: 0 10%;
  color: #fff;
}
.c i {
  width: 100%;
}
.c h1 {
  padding: 0;
  display: block;
  text-align: left;
  font-size: 63px;
  position: relative;
}
.c p {
  margin-top: 20px;
  color: #fff;
  line-height: 135%;
}

.results-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  max-height: 30vh;
  z-index: 50;
}
.results-list.is-visible {
  opacity: 1;
  pointer-events: all;
}
.results-list .simplebar-content {
  min-height: 100px;
}

.landing-search-box.search {
  position: relative;
}

@media screen and (max-width: 479px) {
  .device-android .landing-search-box.search.mobile-active {
    transform: translateY(-30vh);
  }
}
@media screen and (max-width: 479px) {
  .device-android .results-list {
    max-height: 50vh;
  }
}

.result-item img {
  height: 60px;
}

.result-item {
  display: flex;
  justify-content: left;
  border-bottom: solid 1px #eee;
  padding: 15px;
  position: relative;
  transition: background-color 0.3s ease;
}
.result-item:hover {
  background-color: #eee;
}

.result-content {
  padding: 0 10px;
}

.result-content h4 {
  color: #701c45;
  margin: 0;
  font-size: 19px;
}
@media screen and (max-width: 479px) {
  .result-content h4 {
    font-size: 14px;
  }
}

.result-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.result-price {
  justify-self: flex-end;
  flex-grow: 1;
  justify-content: flex-end;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 479px) {
  .result-price {
    display: none;
  }
}

.result-content p {
  max-height: 43px;
  overflow: hidden;
  font-size: 15px;
  line-height: 139%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 479px) {
  .result-content p {
    font-size: 13px;
  }
}

.result-image {
  /* height: 100%; */
  width: 100px;
  /* padding-right: 16%; */
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.result-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.simplebar-content.is-loading::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.71);
  background-image: url(/wp-content/themes/sphere-estates/images/loading.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.landing-pages ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  column-count: 4;
}
.landing-pages ul li {
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .landing-pages ul {
    column-count: 2;
  }
}

.single-prop-price-conversion {
  display: block;
  margin-bottom: 7px;
}

@media screen and (max-width: 479px) {
  .rooms .custom-select {
    margin: auto;
  }
}
span[itemprop=telephone] a {
  white-space: nowrap;
}

.covid-banner {
  text-align: center;
  background: #701c45;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  font-size: 16px;
}

.vimeo-heading .video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vimeo-heading .video-container #welcomeVideo {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-only {
  display: none;
}

#enquiry-box-mobile .modal-only {
  display: block;
}
#enquiry-box-mobile .inline-only {
  display: none;
}

.buyers-guide-text ul {
  display: block;
}
.listing-item-row {
  margin:20px;
  gap:20px;
  box-shadow: 0px 0px 18px -13px black;
  width: calc(100% - 40px);
  position:relative;
}

.listing-item-row .image {
  width:180px;
  flex: 0 0 180px;
}

.listing-item-row .image img {
  width:100%;
  height:100%;
  object-fit: cover;
}

@media screen and (min-width:768px) {
  .homepage-search[view="list"] {
    height: 80vh;
  }
}
.homepage-search .list-view-2 {
  height:100%;
}

.homepage-search .list-view-2 .title {
  font-size: 18px;
  font-weight: 400;
}