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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

abbr[data-original-title],
abbr[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;
}

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

ol ol,
ol ul,
ul ol,
ul ul {
  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: bolder;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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 {
  overflow: hidden;
  vertical-align: middle;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -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;
}

.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: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1680px) {
  .container {
    max-width: 1400px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 4.1666666667%;
  }
  .offset-sm-2 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-3 {
    margin-left: 12.5%;
  }
  .offset-sm-4 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-5 {
    margin-left: 20.8333333333%;
  }
  .offset-sm-6 {
    margin-left: 25%;
  }
  .offset-sm-7 {
    margin-left: 29.1666666667%;
  }
  .offset-sm-8 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-9 {
    margin-left: 37.5%;
  }
  .offset-sm-10 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-11 {
    margin-left: 45.8333333333%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 4.1666666667%;
  }
  .offset-md-2 {
    margin-left: 8.3333333333%;
  }
  .offset-md-3 {
    margin-left: 12.5%;
  }
  .offset-md-4 {
    margin-left: 16.6666666667%;
  }
  .offset-md-5 {
    margin-left: 20.8333333333%;
  }
  .offset-md-6 {
    margin-left: 25%;
  }
  .offset-md-7 {
    margin-left: 29.1666666667%;
  }
  .offset-md-8 {
    margin-left: 33.3333333333%;
  }
  .offset-md-9 {
    margin-left: 37.5%;
  }
  .offset-md-10 {
    margin-left: 41.6666666667%;
  }
  .offset-md-11 {
    margin-left: 45.8333333333%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 4.1666666667%;
  }
  .offset-lg-2 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-3 {
    margin-left: 12.5%;
  }
  .offset-lg-4 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-5 {
    margin-left: 20.8333333333%;
  }
  .offset-lg-6 {
    margin-left: 25%;
  }
  .offset-lg-7 {
    margin-left: 29.1666666667%;
  }
  .offset-lg-8 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-9 {
    margin-left: 37.5%;
  }
  .offset-lg-10 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-11 {
    margin-left: 45.8333333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 4.1666666667%;
  }
  .offset-xl-2 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-3 {
    margin-left: 12.5%;
  }
  .offset-xl-4 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-5 {
    margin-left: 20.8333333333%;
  }
  .offset-xl-6 {
    margin-left: 25%;
  }
  .offset-xl-7 {
    margin-left: 29.1666666667%;
  }
  .offset-xl-8 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-9 {
    margin-left: 37.5%;
  }
  .offset-xl-10 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-11 {
    margin-left: 45.8333333333%;
  }
}
@media (min-width: 1680px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 4.1666666667%;
  }
  .offset-xxl-2 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxl-4 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-5 {
    margin-left: 20.8333333333%;
  }
  .offset-xxl-6 {
    margin-left: 25%;
  }
  .offset-xxl-7 {
    margin-left: 29.1666666667%;
  }
  .offset-xxl-8 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxl-10 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-11 {
    margin-left: 45.8333333333%;
  }
}
.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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .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: flex !important;
  }
  .d-lg-inline-flex {
    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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1680px) {
  .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: flex !important;
  }
  .d-xxl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1680px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1680px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

body,
html {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  color: #000;
}

:root {
  --app-height: 100vh;
}

section {
  background-color: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
}

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

.index {
  z-index: 5;
}

body.error404 {
  background-color: #000;
}
body.error404 .modules a {
  color: #000;
  text-decoration: underline;
}

body .gform_legacy_markup_wrapper ul li.gfield,
.gform_legacy_markup_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

.gform_legacy_markup_wrapper .gform_footer {
  margin-top: 0 !important;
}

.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type=submit],
.gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
  margin: 0 !important;
}

.gform_legacy_markup_wrapper .gform_page_footer {
  border-top: 0 !important;
  padding-top: 0 !important;
}

.gform_legacy_markup_wrapper .gfield_label {
  display: none !important;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400 !important;
  font-size: 15px !important;
}

.gfield--type-textarea {
  margin-top: 10px;
}

.position-relative {
  position: relative;
}

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

.gform_required_legend {
  display: none;
}

.gsection_title {
  display: none;
}

.gform_wrapper.gravity-theme .gsection {
  border-bottom: 1px dashed #ccc !important;
  padding: 0 0 16px 0 !important;
  margin-bottom: 8px;
}

.gfield input {
  border-radius: 0;
}
.gfield textarea {
  border: 1px solid #000;
  resize: none;
  border-radius: 0;
}
.gfield textarea:focus {
  outline: 0;
}

.full-width {
  width: 100%;
}
.full-width-img {
  width: 100%;
  height: auto;
}
.full-width-img img {
  width: 100%;
  height: auto;
}

.full-height {
  height: 100%;
}

.background-white {
  background-color: #fff;
}

.background-tan {
  background-color: #dcd7d2;
}

.background-black {
  background-color: #000;
  color: #fff;
}
.background-black .right_col-left div.div_col-inner,
.background-black .landscape_col-right div.div_col-inner,
.background-black .portrait_col-right div.div_col-inner,
.background-black .form_col-right div.div_col-inner,
.background-black .feature_left-col div.div_col-inner,
.background-black .team-single_right div.div_col-inner, .background-black.text_and_image .landscape_col-right div:first-child {
  border-color: #fff;
}
.background-black .link {
  color: #fff;
}
.background-black .link:hover {
  color: #fff;
}

.mx-xl {
  max-width: 1500px;
  margin: 0 auto;
}

.link {
  color: #000;
}
.link:hover {
  color: #000;
  text-decoration: none;
}
.link-block {
  margin-top: 30px;
}
@media (min-width: 1680px) {
  .link-block {
    margin-top: 120px;
    margin-top: 6.25vw;
  }
}

.single-team .link-block {
  margin-top: 30px;
}
@media (min-width: 1680px) {
  .single-team .link-block {
    margin-top: 30px;
  }
}

.margin-bottom {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .margin-bottom {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .margin-bottom {
    margin-bottom: 5.2083333333vw;
  }
}

.padding-top {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .padding-top {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .padding-top {
    padding-top: 5.2083333333vw;
  }
}
.padding-bottom {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .padding-bottom {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .padding-bottom {
    padding-bottom: 5.2083333333vw;
  }
}
.padding-bottom-extra {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .padding-bottom-extra {
    padding-bottom: 125px;
  }
}
@media (min-width: 1200px) {
  .padding-bottom-extra {
    padding-bottom: 6.7708333333vw;
  }
}
.padding-top-extra {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .padding-top-extra {
    padding-top: 125px;
  }
}
@media (min-width: 1200px) {
  .padding-top-extra {
    padding-top: 6.7708333333vw;
  }
}
.padding-sides {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .padding-sides {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .padding-sides {
    padding-left: 5.9895833333vw;
    padding-right: 5.9895833333vw;
  }
}
.text_and_image.row-index-1 {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .text_and_image.row-index-1 {
    padding-top: 105px;
  }
}
@media (min-width: 1200px) {
  .text_and_image.row-index-1 {
    padding-top: 6.7708333333vw;
  }
}

.team_feed.row-index-1 {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .team_feed.row-index-1 {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  .team_feed.row-index-1 {
    padding-top: 100px;
  }
}

.background-layered::before {
  content: " ";
  position: absolute;
  background-color: #dcd7d2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .background-layered::before {
    height: 80%;
  }
}

.room-icons,
.icon {
  width: 20px;
}

.arrow {
  width: 7px;
}

.image-background {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 56.6vw;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .image-background {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .image-background {
    min-height: 100%;
    margin-top: 0;
    height: 42vw;
    max-height: 1100px;
  }
}
@media (min-width: 1024px) {
  .image-background.remove-height-adapt {
    min-height: 0;
  }
}
.image-background.image-align-top {
  background-position: top center;
}
.portrait_col-left .image-background {
  height: 120vw;
}
@media (min-width: 1024px) {
  .portrait_col-left .image-background {
    height: 42vw;
  }
}

.video-container {
  position: relative;
  height: auto;
  padding-bottom: 56.6%;
  width: 100%;
}
@media (min-width: 1200px) {
  .video-container {
    max-height: 1100px;
  }
}
.video-container video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  left: 0;
}
@media (min-width: 1200px) {
  .video-container-block {
    max-height: 660px;
  }
}

.video-wrap {
  margin-top: 175px;
}

.video-play {
  position: absolute;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  top: calc(50% + 15px);
}
@media (min-width: 1024px) {
  .video-play {
    top: 50%;
  }
}
.video-play_btn {
  width: 40px;
}
@media (min-width: 768px) {
  .video-play_btn {
    width: 80px;
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1.25) translateX(10%);
  }
  50% {
    transform: scale(1.25) translateX(-10%);
  }
  100% {
    transform: scale(1.25) translateX(10%);
  }
}
[data-aos=lazy-load] {
  position: relative;
}
[data-aos=lazy-load].unlazy-load::after {
  opacity: 0;
}
[data-aos=lazy-load].unlazy-load .lazy-load {
  opacity: 0 !important;
  pointer-events: none;
}
[data-aos=lazy-load].custom-lazy-load .lazy-load {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.6s ease;
}
[data-aos=lazy-load].custom-lazy-load::after {
  content: none;
}
[data-aos=lazy-load].aos-animate .lazy-load {
  opacity: 1;
}
[data-aos=lazy-load]::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dcd7d2;
  opacity: 1;
  transition: opacity 0.6s ease;
}
[data-aos=lazy-load].aos-animate::after {
  opacity: 0;
}

#field_1_12 {
  width: 100%;
}

.mapboxgl-ctrl-geocoder {
  box-shadow: none !important;
}

.mapboxgl-ctrl-geocoder--icon {
  display: none !important;
}

.select2-dropdown {
  display: none !important;
}

.select2-selection--multiple .select2-selection__choice {
  background-color: transparent !important;
  border: 0 !important;
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  border: 0 !important;
}

.select2-selection__choice__remove:hover {
  background-color: transparent !important;
}

.suggestions {
  z-index: 9999 !important;
}
.suggestions a {
  background-color: #fff !important;
}
.suggestions a:hover {
  background-color: #f3f3f3 !important;
}
.suggestions a:hover .mapboxgl-ctrl-geocoder--suggestion {
  background-color: #f3f3f3 !important;
}

.mapboxgl-ctrl-geocoder--suggestion {
  background-color: #fff !important;
}

#book-appraisal-popup-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: transparent;
  color: #000;
  padding: 6px;
  text-transform: uppercase;
  z-index: 2;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 0 !important;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}
@media (min-width: 768px) {
  #book-appraisal-popup-btn {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 1024px) {
  #book-appraisal-popup-btn {
    padding: 10px;
    right: calc(2.9166666667vw - 22px);
    bottom: calc(2.9166666667vw - 22px);
  }
}
#book-appraisal-popup-btn svg {
  width: 32px;
  height: 32px;
  /* @include breakpoint(up, lg) {
  	display: none;
  } */
}
#book-appraisal-popup-btn svg path {
  transition: all 0.25s ease;
  stroke: #fff;
}
#book-appraisal-popup-btn span {
  display: none;
}
@media (min-width: 1024px) {
  #book-appraisal-popup-btn span {
    display: inline-block;
    display: none;
  }
}
#book-appraisal-popup-btn:hover {
  /* background-color: $white;
  color: $black;
  border-color: $black;

  svg path {
  	stroke: $black;
  } */
}

.listing__form-buyer-register {
  background-color: transparent;
  width: auto;
  position: absolute;
  bottom: -35px;
  right: 0;
  padding: 5px 15px 15px;
  color: #000;
  text-align: right;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 1;
}
@media (min-width: 1024px) {
  .listing__form-buyer-register {
    top: -35px;
    bottom: auto;
  }
}
.listing__form-buyer-register:hover {
  color: #000;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.4);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
  margin: 0 auto;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container 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;
}

.lity-hide {
  display: none;
}

@font-face {
  font-family: "Sohne Breit";
  src: url("../../fonts/soehne-breit-web-kraftig.eot");
  src: url("../../fonts/soehne-breit-web-kraftig.eot?#iefix") format("embedded-opentype"), url("../../fonts/soehne-breit-web-kraftig.woff2") format("woff2"), url("../../fonts/soehne-breit-web-kraftig.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne Breit";
  src: url("../../fonts/soehne-breit-web-leicht.eot");
  src: url("../../fonts/soehne-breit-web-leicht.eot?#iefix") format("embedded-opentype"), url("../../fonts/soehne-breit-web-leicht.woff2") format("woff2"), url("../../fonts/soehne-breit-web-leicht.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("../../fonts/soehne-web-buch.eot");
  src: url("../../fonts/soehne-web-buch.eot?#iefix") format("embedded-opentype"), url("../../fonts/soehne-web-buch.woff2") format("woff2"), url("../../fonts/soehne-web-buch.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
	font-family: 'Financier Display';
	src: url('../../fonts/FinancierDisplay-LightItalic.eot');
	src: url('../../fonts/FinancierDisplay-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/FinancierDisplay-LightItalic.woff2') format('woff2'),
		url('../../fonts/FinancierDisplay-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
} */
@font-face {
  font-family: "Financier Display";
  src: url("../../fonts/financier-display-web-light-italic.eot");
  src: url("../../fonts/financier-display-web-light-italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/financier-display-web-light-italic.woff2") format("woff2"), url("../../fonts/financier-display-web-light-italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Financier Display Light";
  src: url("../../fonts/financier-display-web-light.eot.eot");
  src: url("../../fonts/financier-display-web-light.eot?#iefix") format("embedded-opentype"), url("../../fonts/financier-display-web-light.woff2") format("woff2"), url("../../fonts/financier-display-web-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/******************************************/
/******************************************/
h1 {
  font-family: "Financier Display Light";
  font-weight: 300;
  font-style: normal;
  font-size: 48px;
  line-height: 46px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 132px;
    line-height: 120px;
  }
}

@media (max-width: 1678px) {
  .hero__title h1 {
    font-size: 110px;
    line-height: 100px;
  }
}
@media (max-width: 1365px) {
  .hero__title h1 {
    font-size: 80px;
    line-height: 74px;
  }
}
@media (max-width: 1023px) {
  .hero__title h1 {
    font-size: 59px;
    line-height: 1;
  }
}

h2 {
  font-family: "Financier Display Light";
  font-weight: 300;
  font-style: normal;
  font-size: 48px;
  line-height: 46px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

h3,
.h3 {
  font-family: "Financier Display Light";
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}

h4,
.h4 {
  font-family: "Financier Display Light";
  font-weight: 300;
  font-style: normal;
  font-size: 26px;
  line-height: 24px;
}

h5,
.h5,
.slide-number,
#book-appraisal-popup-btn {
  font-family: "Sohne Breit";
  font-weight: 500;
  font-style: normal;
  font-size: 8px;
  line-height: 9px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h5,
  .h5,
  .slide-number,
  #book-appraisal-popup-btn {
    font-size: 11px;
    line-height: 14px;
  }
}

.link,
h6 {
  font-family: "Sohne Breit";
  font-weight: 500;
  font-style: normal;
  font-size: 8px;
  line-height: 9px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .link,
  h6 {
    font-size: 11px;
    line-height: 14px;
  }
}

.link {
  transition: all ease-in-out 0.25s;
}
.link:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .off-market__heading {
    font-size: 26px;
    line-height: 24px;
    margin-bottom: 0.75em;
  }
}

p,
.single-auto-project ul,
.single-project ul {
  font-family: "Sohne";
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1px;
}
@media (min-width: 768px) {
  p,
  .single-auto-project ul,
  .single-project ul {
    font-size: 13px;
    line-height: 18px;
  }
}
p.large,
.single-auto-project ul.large,
.single-project ul.large {
  font-family: "Financier Display Light";
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  p.large,
  .single-auto-project ul.large,
  .single-project ul.large {
    font-size: 22px;
    line-height: 28px;
  }
}
p.footer-text,
.single-auto-project ul.footer-text,
.single-project ul.footer-text {
  font-size: 8px;
  line-height: 14px;
  letter-spacing: 1px;
}
p.disclaimer,
.single-auto-project ul.disclaimer,
.single-project ul.disclaimer {
  font-size: 11px;
  line-height: 14px;
}

.single-auto-project ul,
.single-project ul {
  padding-left: 20px;
}

.nn-projects p,
.single-auto-project p,
.single-auto-project ul,
.single-project p,
.single-project ul {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1px;
}
@media (min-width: 768px) {
  .nn-projects p,
  .single-auto-project p,
  .single-auto-project ul,
  .single-project p,
  .single-project ul {
    font-size: 14px;
    line-height: 22px;
  }
}

.list-links {
  font-size: 11px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Sohne Breit";
  font-weight: 500;
  font-style: normal;
  transition: all ease-in-out 0.25s;
}
.list-links:hover {
  opacity: 0.7;
}

::-moz-placeholder {
  font-size: 15px;
  line-height: 18px;
  font-family: "Sohne";
  font-weight: normal;
  font-style: normal;
  color: #000;
}

::placeholder,
select {
  font-size: 15px;
  line-height: 18px;
  font-family: "Sohne";
  font-weight: normal;
  font-style: normal;
  color: #000;
}

.ginput_container_consent label {
  font-size: 11px;
  line-height: 14px;
  font-family: "Sohne";
  font-weight: normal;
  font-style: normal;
  color: #000;
}

.contact-form .gform_wrapper input,
#enquire input,
#enquire textarea,
#book-appraisal-popup input,
#projects-form input,
#contact-form input,
#download-form input,
#download-brochure input {
  font-size: 15px !important;
  line-height: 18px;
  font-family: "Sohne Breit";
  font-weight: 500;
  font-style: normal;
}

#book-appraisal-popup input[type=submit].gform_button,
input[type=submit].gform_button,
input[type=submit].gform-button {
  font-size: 11px !important;
  line-height: 14px !important;
  font-family: "Sohne";
  font-weight: normal;
  font-style: normal;
  color: #000;
  letter-spacing: 2px;
}
#book-appraisal-popup input[type=submit].gform_button:hover,
input[type=submit].gform_button:hover,
input[type=submit].gform-button:hover {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

.feature_left-col a {
  transition: all ease-in-out 0.25s;
}
.feature_left-col a:hover {
  opacity: 0.7;
}

.listing-filter p,
.listing-filter input,
.listing-filter label {
  font-family: "Sohne Breit";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  color: #000;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}
.listing-filter textarea::-moz-placeholder {
  font-family: "Sohne Breit" !important;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 11px !important;
  color: #000;
  line-height: 1 !important;
  text-transform: uppercase;
}
.listing-filter textarea,
.listing-filter textarea::placeholder {
  font-family: "Sohne Breit" !important;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 11px !important;
  color: #000;
  line-height: 1 !important;
  text-transform: uppercase;
}
.listing-filter p,
.listing-filter label,
.listing-filter input[type=text],
.listing-filter .filter-submit {
  transition: all ease-in-out 0.25s;
}
.listing-filter p:hover,
.listing-filter label:hover,
.listing-filter input[type=text]:hover,
.listing-filter .filter-submit:hover {
  opacity: 0.7;
}
.listing-filter__suburb input::-moz-placeholder {
  font-family: "Sohne Breit";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  color: #000;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}
.listing-filter__suburb input::placeholder {
  font-family: "Sohne Breit";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  color: #000;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.filter-subheading {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.listings-order h6,
.results h6,
.no-results h6 {
  font-family: "Sohne Breit";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  color: #000;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
}

.listings-order .filter li h6 {
  transition: all ease-in-out 0.25s;
}
.listings-order .filter li h6:hover {
  opacity: 0.7 !important;
}

.related-heading,
.filter-subheading {
  margin-bottom: 1.3em;
}

.hero__form-button_group {
  font-family: "Sohne";
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}

.hero__form-property input {
  font-size: 12px;
}
.hero__form-property input::-moz-placeholder {
  font-family: "Sohne";
  font-weight: normal;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 12px;
}
.hero__form-property input::placeholder {
  font-family: "Sohne";
  font-weight: normal;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 12px;
}

.fullscreen_slider__heading {
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 768px) {
  .fullscreen_slider__heading {
    font-size: 40px;
  }
}

.fullscreen_slider__subheading {
  font-family: "Sohne Breit";
  font-weight: 500;
  font-style: normal;
}

textarea.select2-search__field {
  font-family: "Sohne";
  font-weight: normal;
  font-style: normal;
  font-size: 11px !important;
  letter-spacing: 1px !important;
}
textarea.select2-search__field:hover {
  opacity: 0.7;
}
textarea.select2-search__field::-moz-placeholder {
  font-family: "Sohne";
  font-weight: normal;
  font-style: normal;
  font-size: 11px !important;
  letter-spacing: 2px !important;
}
textarea.select2-search__field::placeholder {
  font-family: "Sohne";
  font-weight: normal;
  font-style: normal;
  font-size: 11px !important;
  letter-spacing: 2px !important;
}

.mapboxgl-ctrl-geocoder--suggestion div {
  color: #000 !important;
}

.select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
  font-size: 12px !important;
  text-transform: uppercase;
  font-family: "Sohne";
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px !important;
}

.site__header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 97;
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .site__header {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .site__header {
    padding: 20px calc(2.9166666667vw - 22px) 20px calc(2.9166666667vw - 32px);
  }
}
.site__header.index-open {
  z-index: 999;
}
.site__header .nav-logo {
  width: 100px;
  transition: all ease-in-out 0.25s;
}
@media (min-width: 768px) {
  .site__header .nav-logo {
    width: 150px;
  }
}
.site__header .nav-logo-desktop {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all ease-in-out 0.25s;
}
.site__header .nav-logo-mobile {
  display: none;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all ease-in-out 0.25s;
}
@media (max-width: 1023px) {
  .site__header .nav-logo-mobile {
    display: block;
  }
}
.site__header .menu-text_open,
.site__header .menu-text_close {
  font-size: 10px;
  line-height: 14px;
  font-family: "Sohne Breit";
  font-weight: 500;
  font-style: normal;
}
.site__header .menu-text_open {
  transition: all ease-in-out 0.25s;
  color: #fff;
  position: absolute;
  right: 72px;
  top: 46px;
}
@media (min-width: 1200px) {
  .site__header .menu-text_open {
    right: 92px;
  }
}
@media (max-width: 1023px) {
  .site__header .menu-text_open {
    display: none !important;
  }
}
@media screen and (min-width: 2100px) {
  .site__header .menu-text_open {
    right: 110px;
  }
}
.site__header ul {
  display: flex;
  height: 100%;
  margin: auto;
}
@media (max-width: 1023px) {
  .site__header ul {
    flex-direction: column;
    justify-content: center;
  }
}
.site__header ul li {
  margin-right: 50px;
  display: inline-block;
}
.site__header ul li a {
  transition: all ease-in-out 0.25s;
  color: #fff;
  font-family: "Sohne Breit";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .site__header ul li a {
    font-size: 20px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .site__header ul li a {
    font-size: 15px;
    line-height: 46px;
  }
}
.site__header ul li a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .site__header ul li a:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1023px) {
  .site__header ul.sub-menu li a {
    font-size: 12px;
    line-height: 20px;
  }
}
.site__header ul .menu-item-has-children.active a:first-child:not(.submenu) {
  opacity: 1 !important;
}
.site__header ul .menu-item-has-children .sub-menu {
  display: none;
  opacity: 0;
  flex-direction: column;
  padding: 0;
  padding: 0;
  margin: 15px 0 0;
  transition: opacity 0.2s ease;
}
@media (max-width: 1023px) {
  .site__header ul .menu-item-has-children .sub-menu {
    margin: 0;
  }
}
.site__header ul .menu-item-has-children .sub-menu li:first-child {
  padding-top: 20px;
  border-top: 1px solid #fff;
}
@media (max-width: 1023px) {
  .site__header ul .menu-item-has-children .sub-menu li:first-child {
    padding-top: 15px;
  }
}
.site__header ul .menu-item-has-children .sub-menu li {
  display: block;
  list-style-type: none;
  margin-right: 0 !important;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .site__header ul .menu-item-has-children .sub-menu li {
    margin-bottom: 15px;
  }
}
.site__header ul .menu-item-has-children .sub-menu.active {
  display: block !important;
}
@media (max-width: 1023px) {
  .site__header ul .menu-item-has-children .sub-menu.active {
    opacity: 1 !important;
  }
}
.site__header ul .menu-item-has-children .sub-menu.delay {
  opacity: 1 !important;
}
.site__header ul .menu-item-has-children .sub-menu .menu-item a {
  opacity: 1 !important;
}
@media (min-width: 1024px) {
  .site__header ul .menu-item-has-children .sub-menu .menu-item a:hover {
    opacity: 0.5;
  }
}
.site__header ul .menu-item-has-children:hover .sub-menu .menu-item a {
  opacity: 1 !important;
}

.home .left-col svg .cls-1 {
  fill: #000;
}

.scrolled,
.dark {
  /* .nav-logo {

         svg {

             .cls-1 {


                 fill: $black;

             }
         }
     } */
}
.scrolled .nav-logo-desktop,
.dark .nav-logo-desktop {
  opacity: 0;
}
.home .scrolled .overlay-logo,
.home .dark .overlay-logo {
  opacity: 1;
}
.scrolled .menu-text_open,
.dark .menu-text_open {
  color: #000;
  opacity: 0;
}
.scrolled .nav-icon span,
.dark .nav-icon span {
  background: #000 !important;
}
.scrolled .left-col svg .cls-1,
.dark .left-col svg .cls-1 {
  fill: #000;
}
.scrolled .left-col.open svg .cls-1,
.dark .left-col.open svg .cls-1 {
  fill: #fff;
}

.left-col {
  z-index: 10;
}
@media (min-width: 1024px) {
  .left-col {
    z-index: 9999;
  }
}
.left-col svg .cls-1 {
  transition: all ease-in-out 0.25s;
}

.middle-col {
  z-index: 99;
}
@media (min-width: 1024px) {
  .middle-col {
    z-index: 10;
  }
}

.right-col {
  padding-top: 20px;
  z-index: 9999;
}
.nav-icon {
  width: 35px;
  height: 45px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.nav-icon.open span {
  background: #fff !important;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 35px;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 0px;
  opacity: 1;
}

.nav-icon span:nth-child(2) {
  top: 12px;
  height: 2px;
  opacity: 0;
}

.nav-icon span:nth-child(3) {
  height: 1px;
  top: 12px;
  opacity: 0;
}

.nav-icon span:nth-child(4) {
  top: 23px;
  opacity: 1;
}

.nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
  opacity: 0;
}

.nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
  height: 2px;
  opacity: 1;
}

.nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  opacity: 1;
}

.nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
  opacity: 0;
}

.mobile-line_one, .mobile-line_two {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 13vh;
  width: 1px;
  background: #fff;
  display: none;
  /* @include breakpoint(down, lg) {
  	display: block;
  	display: none;
  } */
}
.mobile-line_one {
  top: 100px;
}
.mobile-line_two {
  bottom: 105px;
}

.overlay {
  display: flex;
  padding-top: 45.5px;
  padding-bottom: 45.5px;
  transition: all ease-in-out 0.25s;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1023px) {
  .overlay {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .overlay {
    top: -100%;
  }
}
.overlay .menu {
  opacity: 1;
}
.overlay-logo {
  transition: all ease-in-out 0.25s;
  display: block;
  /*position: absolute;
        top: 50%;
        left: 0;*/
  width: 40px;
}
@media (min-width: 1024px) {
  .overlay-logo {
    width: 50px;
    left: 45px;
  }
}
.home .overlay-logo {
  opacity: 0;
}
.overlay-logo.show {
  opacity: 1;
}
.overlay-logo.show svg .cls-1 {
  fill: #fff;
}
.overlay-logo_mobile {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  width: 55px;
}
@media (min-width: 1024px) {
  .overlay-logo_mobile {
    display: none;
  }
}
.overlay a {
  display: none;
}
.overlay.open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  top: 0;
}
@media (max-width: 1023px) {
  .overlay.open {
    height: var(--app-height);
  }
}
.overlay.open a {
  display: block;
}
.overlay.open .menu {
  animation: fadeInDelay 0.7s ease;
}
.overlay.open .menu-text_close {
  color: #fff;
  position: absolute;
  right: 72px;
  top: 46px;
  display: block;
}
@media (min-width: 1200px) {
  .overlay.open .menu-text_close {
    right: 92px;
  }
}
@media (max-width: 1023px) {
  .overlay.open .menu-text_close {
    display: none !important;
  }
}

.feature-navigation #secondary a {
  color: #fff;
}
.feature-navigation.dark #secondary a {
  color: #000;
}

@keyframes fadeInDelay {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}
.page-template-page-connect .hero .hero-logo,
.page-template-page-projects .hero .hero-logo {
  position: absolute;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .page-template-page-connect .hero .hero-logo,
  .page-template-page-projects .hero .hero-logo {
    width: 300px;
  }
}
.page-template-page-connect .hero .hero-logo img,
.page-template-page-projects .hero .hero-logo img {
  width: 100%;
  height: auto;
}

.hero {
  position: relative;
}
.hero__container {
  height: 100vh;
  position: relative;
}
.hero__image {
  position: fixed;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  animation: zoomin 100s ease-in-out infinite;
}
.hero__title {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
  width: 100%;
}
.hero__form {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (min-width: 768px) {
  .hero__form {
    top: 65%;
  }
}
.hero__form-button_group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__form-button_group a {
  padding: 11px 15px;
  background-color: rgb(228, 228, 228);
  color: #000;
  letter-spacing: 2px;
  margin-bottom: -1px;
}
.hero__form-button_group a.active {
  background-color: white;
}
.hero__form-sell, .hero__form-buy {
  margin-right: 10px;
}
.hero__form-property {
  display: none;
  background-color: white;
  padding: 20px 13px 15px;
  width: 100%;
  max-width: 345px;
}
.hero__form-property.active {
  display: block;
}
.hero__form-property[data-type=buy] h4, .hero__form-property[data-type=rent] h4 {
  margin-bottom: 10px;
}
.hero__form-property[data-type=buy] .mapboxgl-ctrl-geocoder, .hero__form-property[data-type=rent] .mapboxgl-ctrl-geocoder {
  width: 100%;
  max-width: unset;
  border-radius: 0;
}
.hero__form-property[data-type=buy] .mapboxgl-ctrl-geocoder .suggestions, .hero__form-property[data-type=rent] .mapboxgl-ctrl-geocoder .suggestions {
  margin-top: 3px;
  border-radius: 0 !important;
}
.hero__form-property[data-type=buy] .mapboxgl-ctrl-geocoder--input, .hero__form-property[data-type=rent] .mapboxgl-ctrl-geocoder--input {
  display: none;
}
.hero__form-property[data-type=buy] .select2-container, .hero__form-property[data-type=rent] .select2-container {
  margin-right: 10px;
}
.hero__form-property[data-type=buy] .select2-selection--multiple.select2-selection, .hero__form-property[data-type=rent] .select2-selection--multiple.select2-selection {
  border: 0;
  border-bottom: 1px solid #000;
  min-width: 280px;
  padding-bottom: 9px;
  outline: none;
  padding-left: 0;
  padding-right: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.hero__form-property[data-type=buy] .select2-selection__rendered, .hero__form-property[data-type=rent] .select2-selection__rendered {
  display: flex;
  margin-bottom: 0;
}
.hero__form-property[data-type=buy] textarea.select2-search__field, .hero__form-property[data-type=rent] textarea.select2-search__field {
  font-size: 12px !important;
  margin-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.hero__form-property[data-type=buy] .select2-selection__choice, .hero__form-property[data-type=rent] .select2-selection__choice {
  text-overflow: ellipsis !important;
}
@media (min-width: 1024px) {
  .hero__form-property[data-type=buy] .select2-selection__choice, .hero__form-property[data-type=rent] .select2-selection__choice {
    width: calc(50% - 10px) !important;
  }
}
.hero__form-property[data-type=sell] input {
  padding: 5px 45px 7px;
}
@media (max-width: 767px) {
  .hero__form-property[data-type=sell] input {
    height: 36px;
  }
}
.hero__form-property form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.hero__form-property form input[type=text] {
  border: 0;
  border-bottom: 1px solid #000;
  min-width: 280px;
  padding-bottom: 7px;
  outline: none;
  padding-left: 0;
  padding-right: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: #000 !important;
}
.hero__form-property form input[type=text]::-moz-placeholder {
  font-size: 11px !important;
}
.hero__form-property form input[type=text]::placeholder {
  font-size: 11px !important;
}
.hero__form-property input[type=image] {
  background-color: #000;
  width: 30px;
  height: 30px;
  padding: 9px;
}
.hero__form-buyer-register {
  background-color: #fff;
  width: 100%;
  position: absolute;
  bottom: -35px;
  left: 0;
  padding: 5px 15px 15px;
  color: #000;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero__form-buyer-register:hover {
  color: #000;
}
.hero .hero-logo {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .hero .hero-logo {
    width: 75px;
  }
}
.hero .whole-slick {
  position: absolute;
  height: 100%;
  width: 50%;
  cursor: pointer;
  z-index: 4;
}
.hero .whole-slick-left {
  left: 0;
  top: 0;
}
.hero .whole-slick-right {
  right: 0;
  top: 0;
}
.hero video {
  position: fixed;
  width: auto;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  z-index: 0;
}
@media (min-width: 768px) {
  .hero video {
    left: 0;
    width: 100%;
  }
}

.blog .hero .listing-hero {
  height: 67vh;
}

#map {
  height: 308px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #map {
    margin-top: 0;
    height: 740px;
  }
}

.centred_text {
  text-align: center;
}
@media (max-width: 1023px) {
  .centred_text {
    padding-bottom: 30px;
  }
  .centred_text br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .centred_text-wrap {
    padding: 0 160px;
  }
}

.text_and_image {
  position: relative;
}
.text_and_image a {
  display: inline-block;
}
.text_and_image a .arrow-right {
  width: 8px;
  margin-left: 8px;
}
.text_and_image a.team-back-btn {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #000;
}
.text_and_image a.team-back-btn img {
  width: 10px;
  height: auto;
  margin-right: 15px;
  transition: margin 0.25s ease-in-out;
}
.text_and_image a.team-back-btn:hover img {
  margin-right: 10px;
}
.text_and_image .slick-slide {
  display: flex;
  width: 100%;
}
@media (max-width: 1023px) {
  .text_and_image .slick-slide {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .text_and_image.background-layered .right_col-left.no-slider {
    padding-top: 10.4166666667vw;
  }
}
@media (min-width: 1200px) {
  .text_and_image.background-layered .right_col-left.no-slider {
    padding-top: 5.2083333333vw;
  }
}
.text_and_image .right_col-left {
  /* margin-bottom: 20px;

      @include breakpoint(up, lg) {
          margin-bottom: 50px;
      } */
}
.text_and_image .slider-one .right_col-left {
  margin-bottom: auto;
}
@media (min-width: 1024px) {
  .text_and_image .slider-one .right_col-left {
    margin-bottom: auto;
  }
}
@media (min-width: 1024px) {
  .text_and_image .slider-one .right_col-left div:first-child {
    padding-right: calc(5.2083333333vw - 30px);
  }
}
.text_and_image .slider-one .slick-dots {
  position: absolute;
  bottom: 42px;
  left: 5px;
  display: none !important;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .text_and_image .slider-one .slick-dots {
    left: calc(5.2083333333vw + 15px);
    display: flex !important;
    bottom: 0;
  }
}
.text_and_image .slider-one .slick-dots li {
  margin: 0 0.25rem;
}
.text_and_image .slider-one .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid #000;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  background-color: #000;
  opacity: 0.3;
}
.text_and_image .slider-one .slick-dots button:focus {
  outline: none;
}
.text_and_image .slider-one .slick-dots li.slick-active button {
  opacity: 1;
}
.text_and_image .slick-track {
  width: 100%;
}
.text_and_image .landscape_col-right div:first-child {
  border-left: none;
  margin-bottom: 20px;
  border-left: 1px solid #000;
}
@media (min-width: 1024px) {
  .text_and_image .landscape_col-right div:first-child {
    border-left: none;
    margin-bottom: 0;
    border-right: 1px solid #000;
    margin-bottom: 50px;
    padding-left: calc(5.2083333333vw - 30px);
    padding-right: 5.2083333333vw;
  }
}
.text_and_image .portrait_col-right div:first-child {
  border-left: none;
  border-left: 1px solid #000;
  margin-bottom: 20px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .text_and_image .portrait_col-right div:first-child {
    margin: auto;
    border-right: 1px solid #000;
    border-left: 0;
    padding-left: calc(5.2083333333vw - 30px);
    padding-right: 5.2083333333vw;
  }
}
.text_and_image .portrait_col-right ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.text_and_image .portrait_col-right ul li {
  font-family: "Sohne Breit";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 34px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media (min-width: 1024px) {
  .text_and_image .portrait_col-right ul li {
    font-size: 15px;
  }
}
.text_and_image .portrait_col-right ul li:last-child {
  border-bottom: none;
}

.right_col-left,
.landscape_col-right,
.portrait_col-right,
.form_col-right,
.feature_left-col,
.team-single_right {
  display: flex;
}
.right_col-left div.div_col-inner,
.landscape_col-right div.div_col-inner,
.portrait_col-right div.div_col-inner,
.form_col-right div.div_col-inner,
.feature_left-col div.div_col-inner,
.team-single_right div.div_col-inner {
  width: 100%;
  margin: auto;
  padding-right: 0;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .right_col-left div.div_col-inner,
  .landscape_col-right div.div_col-inner,
  .portrait_col-right div.div_col-inner,
  .form_col-right div.div_col-inner,
  .feature_left-col div.div_col-inner,
  .team-single_right div.div_col-inner {
    padding-left: 30px;
    border-left: 1px solid #000;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .right_col-left div.div_col-inner,
  .landscape_col-right div.div_col-inner,
  .portrait_col-right div.div_col-inner,
  .form_col-right div.div_col-inner,
  .feature_left-col div.div_col-inner,
  .team-single_right div.div_col-inner {
    padding-left: clamp(30px, 5.2083333333vw, 85px);
  }
}
.right_col-left p:last-of-type,
.landscape_col-right p:last-of-type,
.portrait_col-right p:last-of-type,
.form_col-right p:last-of-type,
.feature_left-col p:last-of-type,
.team-single_right p:last-of-type {
  /* @include breakpoint(up, xxl) {
          margin-bottom: 100px;
      } */
}

.price-dropdown {
  display: block !important;
  background-color: #dcd7d2 !important;
  border: none !important;
  border-radius: 0 !important;
}
.price-dropdown .select2-search,
.price-dropdown .select2-results__option--disabled {
  display: none;
}
.price-dropdown .select2-results > .select2-results__options {
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}
.price-dropdown li {
  padding: 10px 20px;
  font-family: "Sohne Breit";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  color: #000;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  transition: all ease-in-out 0.25s;
}
.price-dropdown li:hover {
  opacity: 0.7;
}
.price-dropdown .select2-results__option--highlighted {
  background-color: transparent !important;
  color: #000 !important;
}
.price-dropdown .select2-results__option--selected {
  background-color: #dcd7d2 !important;
}

.listing-filter {
  position: relative;
  background-color: #dcd7d2;
  padding: 35px 15px;
}
@media (min-width: 768px) {
  .listing-filter {
    padding: 35px 35px;
  }
}
@media (min-width: 1024px) {
  .listing-filter {
    padding: 35px calc(15px + 5.9895833333vw);
  }
}
.listing-filter .select2-container {
  min-height: 35px;
}
.listing-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.listing-filter .price-parent-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .listing-filter .price-parent-wrap {
    width: 100%;
  }
}
.listing-filter .price-parent-wrap .select2-selection__arrow {
  display: none;
}
.listing-filter .price-parent-wrap .select2-selection__rendered {
  padding-left: 0 !important;
  font-family: "Sohne Breit";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  color: #000 !important;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  transition: all ease-in-out 0.25s;
}
.listing-filter .price-parent-wrap .select2-selection__rendered:hover {
  opacity: 0.7;
}
.listing-filter .price-parent-wrap .select2-selection {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.listing-filter .price-parent-wrap .select2-container {
  border-bottom: 1px solid #000;
  background-image: url("../../images/arrowr2.svg");
  background-size: 11px;
  background-position: 99% center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .listing-filter .price-parent-wrap .select2-container {
    min-width: 170px;
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .listing-filter .price-parent-wrap .select2-container {
    min-width: calc(50% - 16px);
  }
}
@media (max-width: 575px) {
  .listing-filter .price-parent-wrap .select2-container {
    min-width: calc(50% - 8px);
  }
}
.listing-filter .select2-search__field {
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: -6px;
  background-color: transparent !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
.listing-filter form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .listing-filter form {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .listing-filter form {
    justify-content: center;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
.listing-filter.p-top {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .listing-filter.p-top {
    padding-top: 95px;
  }
}
@media (min-width: 1200px) {
  .listing-filter.p-top {
    padding-top: 130px;
  }
}
.listing-filter img {
  position: absolute;
  right: 12px;
  top: calc(50% - 6px);
  transform: rotate(90deg) translateY(-50%);
  width: 6px;
  height: 12px;
}
.listing-filter p {
  margin: 0;
  padding: 10px 0 10px 0;
}
.listing-filter ul {
  padding: 0;
  margin: 0;
  top: calc(100% + 1px);
  left: 0;
}
.listing-filter ul li {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.listing-filter ul li p {
  padding-left: 20px;
}
.listing-filter .default {
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.listing-filter .filter {
  border-bottom: 1px solid #000;
  width: 100%;
  flex-basis: auto;
}
@media (min-width: 576px) {
  .listing-filter .filter {
    flex-basis: calc(50% - 16px);
  }
}
@media (min-width: 1200px) {
  .listing-filter .filter {
    flex-basis: auto;
    margin-right: 30px;
    width: auto;
  }
}
.listing-filter .filter input[type=text] {
  border: none;
  background: none;
  height: 34px;
  outline: none;
  border-radius: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .listing-filter .filter input[type=text] {
    width: auto;
  }
}
.listing-filter__status, .listing-filter__property-type {
  position: relative;
  min-width: 100px;
}
.listing-filter__status ul, .listing-filter__property-type ul {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
}
.listing-filter__status ul.show, .listing-filter__property-type ul.show {
  display: block;
}
.listing-filter__status ul li, .listing-filter__property-type ul li {
  width: 100%;
  background-color: #dcd7d2;
}
.listing-filter__status {
  min-width: 110px;
}
.listing-filter__property-type {
  min-width: 150px;
}
.listing-filter__suburb {
  min-width: 170px;
}
@media (min-width: 1200px) {
  .listing-filter__suburb {
    max-width: 320px;
  }
}
.listing-filter__suburb input,
.listing-filter__suburb textarea {
  border-radius: 0;
  width: 100% !important;
}
.listing-filter__suburb .multi-suburbs {
  display: none;
}
.listing-filter__suburb .multi-suburbs.select2-hidden-accessible {
  display: block;
}
.listing-filter__suburb .select2-container--default .select2-selection--single {
  background: transparent;
}
.listing-filter__suburb .select2-selection.select2-selection--multiple,
.listing-filter__suburb .select2.select2-container {
  width: 100% !important;
  background-color: transparent;
  border: 0 !important;
  padding-bottom: 0;
}
.listing-filter__suburb .select2-selection--multiple.select2-selection {
  padding-right: 0;
}
.listing-filter__suburb .mapboxgl-ctrl-geocoder--input {
  display: none;
}
.listing-filter__suburb .select2-selection__choice {
  width: calc(50% - 10px) !important;
  text-overflow: ellipsis !important;
}
.listing-filter__suburb .mapboxgl-ctrl-geocoder {
  width: 100%;
  max-width: unset;
}
.listing-filter__suburb .mapboxgl-ctrl-geocoder .suggestions {
  border-radius: 0;
}
.listing-filter__surrounding-suburbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
}
@media (min-width: 1200px) {
  .listing-filter__surrounding-suburbs {
    justify-content: center;
  }
}
.listing-filter__surrounding-suburbs label {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .listing-filter__surrounding-suburbs label {
    margin: 0 15px 0 0;
  }
}
@media (min-width: 1200px) {
  .listing-filter__surrounding-suburbs label {
    padding-top: 2px;
  }
}
.listing-filter__surrounding-suburbs input {
  position: absolute;
  width: 100%;
  opacity: 0;
  border-radius: 0;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .listing-filter__surrounding-suburbs input {
    margin-top: 2px;
  }
}
.listing-filter__surrounding-suburbs .checkbox {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 100%;
  margin-right: 10px;
  margin-bottom: 1px;
}
@media (min-width: 1200px) {
  .listing-filter__surrounding-suburbs .checkbox {
    margin-bottom: 0;
  }
}
.listing-filter__surrounding-suburbs .checkbox.checked::after {
  background-color: #000;
}
.listing-filter__surrounding-suburbs .checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 5px;
  width: 5px;
  border-radius: 100%;
}
.listing-filter__price-range {
  display: none;
  justify-content: center;
  align-items: center;
  min-width: 200px;
}
.listing-filter__price-range .price-range-wrap {
  width: 100%;
  padding-right: 6px;
}
@media (min-width: 1200px) {
  .listing-filter__price-range .price-range-wrap {
    padding-right: 0;
  }
}
.listing-filter__price-range .price-range-wrap #price {
  cursor: default;
  width: 100%;
}
.listing-filter__price-range .price-range-wrap .ui-slider-range {
  opacity: 0;
}
.listing-filter__price-range .price-range-wrap .ui-widget.ui-widget-content {
  height: 1px;
  background: none;
  border: none !important;
}
.listing-filter__price-range .price-range-wrap .ui-slider-handle {
  cursor: pointer;
  outline: none;
  top: -0.4em;
  height: 0.9em;
  background-color: #000;
  color: #000;
  border-radius: 0;
  margin: 0;
  border: none;
  width: 6px;
}
.listing-filter .order-filter-field {
  display: none;
}
.listing-filter .submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
}
@media (min-width: 1200px) {
  .listing-filter .submit-btn {
    flex-basis: auto;
  }
}
.listing-filter .submit-btn .filter-submit {
  cursor: pointer;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000;
  height: 34px;
  outline: none;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .listing-filter .submit-btn .filter-submit {
    margin-top: 0;
  }
}

.status-hide,
.type-hide {
  display: none;
}

.type-show.status-show {
  display: block !important;
}

.page-template-page-connect .listings-wrap {
  border-color: #fff;
}

.listings a {
  color: #000;
}
.page-template-page-connect .listings a {
  color: #fff;
}
.listings .listing-item .full-width-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  transition: all ease-in-out 0.25s;
}
.listings .listing-item .full-width-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.listings .listing-item .full-width-img .image--bg {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 385px;
  padding-top: 67%;
}
.listings .listing-item:hover .full-width-img::before {
  opacity: 0;
}
.listings ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  .listings ul {
    text-align: end;
    margin-top: -37px;
  }
}
.listings ul li {
  margin-left: 10px;
  list-style-type: none;
  display: inline-block;
}
.listings ul li img {
  margin-left: 5px;
}
.listings h5 {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .listings h5 {
    margin-top: 15px;
    font-size: 11px;
    line-height: 20px;
  }
}
.listings .results {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0;
}
.listings .results h6 {
  margin-bottom: 0;
}
.listings .results .num {
  margin-right: 5px;
}
.listings .no-results {
  display: none;
}
.listings-order {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-bottom: 1em;
}
.listings-order .order-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.listings-order .order-wrap h6 {
  margin: 0;
  padding: 10px 25px;
}
.listings-order .order-wrap .default {
  position: relative;
  cursor: pointer;
  flex-basis: 100%;
}
.listings-order .order-wrap .default img {
  position: absolute;
  right: 9px;
  top: calc(50% - 6px);
  transform: rotate(90deg) translateY(-50%);
  width: 6px;
  height: 12px;
}
.listings-order .order-wrap .filter {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 15px 0;
  top: calc(100% + 31px);
}
@media (min-width: 1024px) {
  .listings-order .order-wrap .filter {
    top: 100%;
  }
}
.listings-order .order-wrap .filter.show {
  display: flex;
}
.listings-order .order-wrap .filter img {
  cursor: pointer;
}
.listings-order .order-wrap .filter li {
  cursor: pointer;
  margin: 0;
}
.listings-order .order-wrap .filter li h6 {
  opacity: 0.4;
}
.listings-order .order-wrap .filter li.selected h6 {
  opacity: 1;
}
.listings-list {
  display: flex;
  justify-content: flex-end;
}
.listings-list h5 {
  display: inline-block;
}
.listings-wrap {
  border-left: 1px solid #000;
  padding-left: 15px;
  margin: 15px 0 50px;
}
@media (min-width: 1024px) {
  .listings-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.listings-wrap h4 {
  display: inline-block;
}
@media (max-width: 1023px) {
  .listings-wrap a h5 {
    max-width: calc(100% - 144px);
  }
}
.listings-wrap ul {
  min-width: 147px;
}
.listings__agent .listings-wrap {
  align-items: flex-end;
}
.listings__agent .listings-wrap {
  position: relative;
}
.listings__agent .listings-list {
  padding-right: 0;
  margin-top: -35px;
}
@media (min-width: 768px) {
  .listings__agent .listings-list {
    padding-right: 20%;
  }
}
@media (min-width: 1024px) {
  .listings__agent .listings-list {
    padding-right: 0;
    position: absolute;
    right: 0;
    bottom: -3px;
    margin-top: 0;
  }
}
.listings__agent .listing-item:last-child {
  /* @include breakpoint(down, lg) {
    display: none;
  } */
}
.listings__tab {
  margin-bottom: 3px;
}
.listings__tab h6:first-child {
  margin-right: 45px;
}
@media (min-width: 1024px) {
  .listings__tab h6:first-child {
    margin-right: 50px;
  }
}
.listings__tab h6 {
  opacity: 0.4;
  cursor: pointer;
  letter-spacing: 1px;
}
.listings__tab h6.active {
  opacity: 1;
}
.listings__list {
  display: none;
}
.listings__list.active {
  display: flex;
}

.listings-single {
  background-color: #dcd7d2;
}
.listings-single .slider-wrapper {
  background-color: #333333;
}
@media (min-width: 1024px) {
  .listings-single .slider-wrapper {
    padding: 65px 15px 75px;
  }
}
.listings-single .hero__container {
  height: auto;
}
@media (min-width: 1024px) {
  .listings-single .hero__container {
    height: auto;
  }
}
.listings-single .hero__container .hero__image {
  animation: none;
}
.listings-single .hero__container .slick-dots {
  display: none !important;
}
.listings-single .hero__container .hero__slider-two {
  height: 330px;
  width: 100%;
}
@media (min-width: 768px) {
  .listings-single .hero__container .hero__slider-two {
    height: 450px;
  }
}
@media (min-width: 1024px) {
  .listings-single .hero__container .hero__slider-two {
    height: 560px;
    margin: 0 auto;
    padding: 35px 0 0;
    padding-left: 5.9895833333vw;
    padding-right: 5.9895833333vw;
  }
}
@media (min-width: 1120px) {
  .listings-single .hero__container .hero__slider-two {
    height: 600px;
  }
}
@media (min-width: 1370px) {
  .listings-single .hero__container .hero__slider-two {
    height: 700px;
  }
}
.listings-single__left-col {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .listings-single__left-col {
    padding-right: 10.4166666667vw;
  }
}
.listings-single__left-col h3 {
  margin-bottom: 30px;
}
.listings-single__left-col a {
  color: #000;
}
.listings-single__left-col .video-container {
  max-height: 660px;
}
@media (max-width: 1023px) {
  .listings-single__left-col .video-container {
    height: 51vw;
  }
}
.listings-single__right-col {
  border-left: 1px solid #000;
  padding: 0 4.1666666667vw;
}
@media (max-width: 1023px) {
  .listings-single__right-col {
    margin: 30px 0 0;
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .listings-single__right-col {
    margin: 30px 0 0;
    padding: 0;
    border-left: 0;
  }
  .listings-single__right-col ul {
    padding-left: 30px !important;
    border-left: 1px solid #000;
  }
}
.listings-single__right-col h5 {
  margin-bottom: 10px;
}
.listings-single__right-col a {
  color: #000;
}
.listings-single__right-col ul {
  padding: 0;
  margin: 0;
}
.listings-single__right-col ul li {
  list-style-type: none;
}
.listings-single__right-col .icon {
  margin-right: 5px;
}
.listings-single__right-col .inspection {
  margin-top: 30px;
  margin-bottom: 30px;
}
.listings-single__right-col .property-details table {
  width: 100%;
}
.listings-single__right-col td {
  width: 50%;
}
@media screen and (min-width: 1680px) {
  .listings-single .slide-number {
    position: absolute;
    transform: translate(0, -50%);
    top: 30px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .listings-single .slide-number {
    left: 40px;
  }
}
@media (min-width: 1024px) {
  .listings-single .slide-number {
    top: 50%;
    left: 25px;
  }
}
.listings-single_list {
  padding-left: 5px;
}
@media (min-width: 768px) {
  .listings-single_list {
    padding-left: 15px;
  }
}
@media (min-width: 1024px) {
  .listings-single_list {
    padding-left: 4.1666666667vw;
    padding-right: 0 !important;
  }
}
.listings-single_list ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .listings-single_list ul {
    text-align: end;
    margin-top: -25px;
  }
}
.listings-single_list ul li {
  font-family: "Sohne Breit";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  line-height: 14px;
  margin-left: 15px;
  list-style-type: none;
  display: inline-block;
}
.listings-single_list ul li:first-child {
  margin-left: 0;
}
.listings-single_list ul li img {
  margin-left: 5px;
}
.listings-single .slick-list,
.listings-single .slick-track {
  height: 100%;
}
.listings-single .title {
  padding: 30px 15px;
  width: 100%;
  background-color: #dcd7d2;
  z-index: 5;
}
@media (max-width: 1023px) {
  .listings-single .title {
    padding: 30px 15px 30px;
    /* position: absolute;
    bottom: 0;
    left: 0; */
  }
}
.listings-single .title h5 {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .listings-single .title h5 {
    max-width: 55%;
  }
}
.listings-single .title h5 span {
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
}
.listings-single .hero__slider-two .hero__image:focus {
  outline: 0;
}
.listings-single .hero__slider-two .slick-arrow {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  outline: 0;
  text-indent: -9999px;
  z-index: 2;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .listings-single .hero__slider-two .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .listings-single .hero__slider-two .slick-arrow {
    top: calc(50% + 36px);
  }
}
.listings-single .hero__slider-two .slick-arrow:focus {
  outline: 0;
}
@media (max-width: 1023px) {
  .listings-single .hero__slider-two .slick-arrow.slick-prev, .listings-single .hero__slider-two .slick-arrow.slick-next {
    display: none !important;
  }
}
.listings-single .hero__slider-two .slick-arrow.slick-prev {
  background-image: url("../../images/left.svg");
}
@media (min-width: 1024px) {
  .listings-single .hero__slider-two .slick-arrow.slick-prev {
    left: 15px;
  }
}
@media (min-width: 1680px) {
  .listings-single .hero__slider-two .slick-arrow.slick-prev {
    left: -60px;
  }
}
.listings-single .hero__slider-two .slick-arrow.slick-prev:hover {
  opacity: 0.5;
}
.listings-single .hero__slider-two .slick-arrow.slick-next {
  background-image: url("../../images/right.svg");
}
@media (min-width: 1024px) {
  .listings-single .hero__slider-two .slick-arrow.slick-next {
    right: 15px;
  }
}
@media (min-width: 1680px) {
  .listings-single .hero__slider-two .slick-arrow.slick-next {
    right: -60px;
  }
}
.listings-single .hero__slider-two .slick-arrow.slick-next:hover {
  opacity: 0.75;
}

.feature.contact-feature h3 {
  margin-bottom: 30px;
}
.feature.contact-feature a {
  color: #000;
}
.feature h6 {
  opacity: 40%;
}
.feature_left-col {
  padding-top: 0;
  margin: auto;
}
@media (min-width: 1024px) {
  .feature_left-col {
    padding-left: 0;
  }
}
.feature_left-col h3 {
  /* margin-bottom: 55px;

        @include breakpoint(up, lg) {
            margin-bottom: 160px;
        } */
}
.feature_left-col .link-wrap {
  padding: 0 !important;
  border: none !important;
}
.feature_left-col div.div_col-inner {
  margin: 0;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .feature_left-col div.div_col-inner {
    padding-right: clamp(30px, 5.2083333333vw - 30px, 55px);
  }
}
.feature a {
  display: inline-block;
}
.feature a .arrow-right {
  width: 8px;
  margin-left: 8px;
}
.feature-navigation {
  display: none;
  transition: all ease-in-out 0.25s;
  font-family: "Sohne Breit";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 98;
  width: 80%;
  text-align: center;
}
@media (min-width: 1024px) {
  .feature-navigation {
    display: block;
  }
}
@media (min-width: 1024px) {
  .feature-navigation {
    top: 47px;
  }
}
.feature-navigation a {
  opacity: 0.5;
  color: #000;
}
.feature-navigation a:hover {
  opacity: 1;
  text-decoration: none;
}
.feature-navigation .current-menu-item a {
  opacity: 1;
}
.feature-navigation ul {
  padding: 0;
  margin: 0;
}
.feature-navigation ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 5px;
}
@media (min-width: 1024px) {
  .feature-navigation ul li {
    margin-right: 50px;
  }
}
.feature-navigation ul li:last-of-type {
  margin-right: 0;
}

.assigned-agent h5 {
  margin-bottom: 0;
}
.assigned-agent h3 {
  border-bottom: 1px solid #000;
  margin: 30px 0 20px;
  padding-bottom: 15px;
}
.assigned-agent a {
  color: #000;
}
@media (max-width: 767px) {
  .assigned-agent_text div {
    margin-bottom: 15px;
  }
}
.assigned-agent.background-black h3 {
  border-color: #fff;
  color: #fff;
}

@media (min-width: 1200px) {
  .listings__related .listings-wrap {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .listings__related .full-width-img {
    height: 16vw;
  }
}

.form_and_image .form_col-right {
  padding-left: 0;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .form_and_image .form_col-right {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.form_and_image .form_col-right div.div_col-inner {
  width: 100%;
}
@media (min-width: 1024px) {
  .form_and_image .form_col-right div.div_col-inner {
    padding-right: clamp(30px, 5.2083333333vw, 55px);
  }
}
.form_and_image h3 {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .form_and_image h3 {
    margin-bottom: 65px;
  }
}
@media (max-width: 1023px) {
  .form_and_image .image-background {
    height: 75vw;
  }
}

.validation_message {
  font-size: 14px;
  color: red;
}

.contact-form .gform_wrapper.full_width_submit_wrapper input[type=submit].gform_button,
.contact-form .gform_wrapper.full_width_submit_wrapper input[type=button].gform_next_button {
  bottom: 0;
  width: 100%;
}
.contact-form .gform_wrapper .gf_progressbar {
  display: none;
}
@media (min-width: 768px) {
  .contact-form .gform_wrapper .gf_left_half {
    padding-right: 5px;
  }
}
@media (min-width: 1024px) {
  .contact-form .gform_wrapper .gf_left_half {
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .contact-form .gform_wrapper .gf_right_half {
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .contact-form .gform_wrapper .gf_right_half {
    padding-left: 10px;
  }
}
.contact-form .gform_wrapper .gf_right_half.enquiry {
  padding-right: 10px;
}
.contact-form .gform_wrapper label {
  display: none;
}
.contact-form .gform_wrapper .gform_title {
  display: none;
}
.contact-form .gform_wrapper ul {
  padding: 0;
}
.contact-form .gform_wrapper li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  float: none;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .contact-form .gform_wrapper li {
    width: 50%;
  }
}
.contact-form .gform_wrapper form {
  position: relative;
}
.contact-form .gform_wrapper input:not([type=checkbox]):not([type=radio]),
.contact-form .gform_wrapper select {
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #000;
  padding-bottom: 8px;
  padding: 8px 8px 8px 0 !important;
  width: 100%;
  background-color: transparent;
}
.contact-form .gform_wrapper input:not([type=checkbox]):not([type=radio]):focus,
.contact-form .gform_wrapper select:focus {
  outline: none;
}
.contact-form .gform_wrapper .ginput_container_consent {
  display: flex;
  height: 100%;
  align-items: center;
}
.contact-form .gform_wrapper .ginput_container_consent label {
  display: inline-block;
  margin-bottom: 0;
}
.contact-form .gform_wrapper .ginput_container_consent input[type=checkbox] {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 15px;
}
.contact-form .gform_wrapper select {
  -webkit-border-radius: 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: 100% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.37 7.6'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Artwork'%3E%3Crect x='5.21' y='3.43' width='9.25' height='0.75' transform='translate(0.19 8.06) rotate(-44.95)'/%3E%3Crect x='3.05' y='-0.82' width='1.5' height='9.25' transform='translate(-1.57 3.8) rotate(-45)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.contact-form .gform_wrapper .gfield_consent_label a {
  color: #000;
  text-decoration: underline;
}
.contact-form .gform_wrapper .gfield_required {
  display: none;
}
.contact-form .gform_wrapper .gform_footer {
  display: flex;
}
.contact-form .gform_wrapper input[type=submit].gform_button,
.contact-form .gform_wrapper input[type=submit].gform-button,
.contact-form .gform_wrapper input[type=button].gform_next_button {
  cursor: pointer;
  color: #000;
  border: 1px solid #000;
  padding: 10px;
  border-radius: 0;
  transition: all ease-in-out 0.25s;
}
@media (max-width: 767px) {
  .contact-form .gform_wrapper input[type=submit].gform_button,
  .contact-form .gform_wrapper input[type=submit].gform-button,
  .contact-form .gform_wrapper input[type=button].gform_next_button {
    width: 100%;
  }
}
.contact-form .gform_wrapper input[type=submit].gform_button::after,
.contact-form .gform_wrapper input[type=submit].gform-button::after,
.contact-form .gform_wrapper input[type=button].gform_next_button::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.37 7.6'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Artwork'%3E%3Crect x='5.21' y='3.43' width='9.25' height='0.75' transform='translate(0.19 8.06) rotate(-44.95)'/%3E%3Crect x='3.05' y='-0.82' width='1.5' height='9.25' transform='translate(-1.57 3.8) rotate(-45)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  z-index: 2;
}
.contact-form .gform_wrapper input[type=submit].gform_button:focus,
.contact-form .gform_wrapper input[type=submit].gform-button:focus,
.contact-form .gform_wrapper input[type=button].gform_next_button:focus {
  outline: none;
}
.contact-form .gform_wrapper input[type=submit].gform_button:hover,
.contact-form .gform_wrapper input[type=submit].gform-button:hover,
.contact-form .gform_wrapper input[type=button].gform_next_button:hover {
  background-color: #000;
  color: #fff;
}
.contact-form .gform_wrapper input[type=submit].gform-button {
  position: relative;
  bottom: auto;
  right: auto;
  width: 100%;
}
.contact-form .gform_wrapper .gf_progressbar_wrapper {
  display: none;
}
.contact-form .gform_wrapper .gform_page .enquiry {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .contact-form .gform_wrapper .gform_page .ginput_container_consent {
    padding-left: 10px;
  }
}
.contact-form .gform_wrapper .gform_page input[type=submit].gform_button {
  bottom: -12px;
}
@media (max-width: 1023px) {
  .contact-form .gform_wrapper .gform_page input[type=submit].gform_button {
    bottom: -13px;
  }
}
.contact-form .gform_wrapper .gform_page input[type=button].gform_next_button {
  bottom: 35px;
}
@media (max-width: 1023px) {
  .contact-form .gform_wrapper .gform_page input[type=button].gform_next_button {
    bottom: -15px;
  }
}
.contact-form .gform_wrapper .gform_page .gform_previous_button {
  display: none;
}

#make-offer.contact-form .gform_wrapper .gform_title {
  display: block;
}

.three_column_text h3 {
  border-bottom: solid 1px #000;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .three_column_text h3 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .three_column_text .row div:first-child {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .three_column_text .row div:first-child {
    padding-right: 50px;
  }
}
@media (min-width: 1024px) {
  .three_column_text .row div:last-child {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .three_column_text .row div:last-child {
    padding-left: 50px;
  }
}
@media (max-width: 1023px) {
  .three_column_text .row .col-wrap {
    margin-bottom: 30px;
  }
}

.faq_text {
  transition: all ease-in-out 0.25s;
}
.faq_text .collapse {
  display: none;
  transition: all ease-in-out 0.25s;
}
.faq_text .btn-up {
  display: none;
}
@media (min-width: 1024px) {
  .faq_text-wrap {
    padding: 0 30px;
  }
}
.faq_text-wrap p {
  margin-top: 15px;
}
.faq_text-wrap-header {
  position: relative;
  border-bottom: 1px solid #000;
  padding: 20px 25px 20px 0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .faq_text-wrap-header {
    padding: 30px 30px 20px 0;
  }
}
.faq_text-wrap-header h5 {
  margin-bottom: 0;
  font-size: 9px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .faq_text-wrap-header h5 {
    font-size: 15px;
    line-height: 24px;
  }
}
.faq_text-wrap-header .cross {
  transition: transform 0.25s ease-in-out;
  width: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.faq_text-wrap-header .cross:hover {
  cursor: pointer;
}
.faq_text-wrap-header .cross.active {
  transform: translate(0, -50%) rotate(45deg);
}

.cta_blocks-container {
  padding: 15px;
}
@media (min-width: 1024px) {
  .cta_blocks-container {
    padding: 0 3.125vw;
  }
}
@media (min-width: 1024px) {
  .cta_blocks-container:first-child {
    padding: 0 15px 0 15px;
  }
}
@media (min-width: 1200px) {
  .cta_blocks-container:first-child {
    padding: 0 3.125vw 0 5.2083333333vw;
  }
}
@media (min-width: 1024px) {
  .cta_blocks-container:last-child {
    padding: 0 15px 0 15px;
  }
}
@media (min-width: 1200px) {
  .cta_blocks-container:last-child {
    padding: 0 5.2083333333vw 0 3.125vw;
  }
}
.cta_blocks-container .image-wrap {
  position: relative;
}
.cta_blocks-container .image-wrap:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #241506;
  opacity: 31%;
}
.cta_blocks-container .text-wrap {
  width: 80%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.cta_blocks-container .text-wrap h5 {
  margin-bottom: 15px;
}

.team_feed a {
  color: #000;
}
.team_feed a:hover {
  text-decoration: none;
}
.team_feed-title {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .team_feed-title {
    margin-top: 30px;
  }
}
.team_feed-title h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
.team_feed-title h5 {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .team_feed .team-col {
    padding: 40px;
    padding: 2.0833333333vw;
  }
}

.team--filter {
  padding-top: 20px;
  padding-bottom: 30px;
  -moz-column-gap: 11px;
       column-gap: 11px;
  font-family: "Sohne";
  font-weight: normal;
  font-style: normal;
  max-width: 280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .team--filter {
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding-bottom: 50px;
    padding-top: 0px;
    max-width: none;
  }
}
.team--filter .line-divider {
  width: 6px;
  height: 1px;
  background-color: #000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .team--filter .line-divider {
    width: 10px;
  }
}
.team--filter button {
  outline: 0;
  border: 0;
  opacity: 0.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  background-color: transparent;
  padding: 0;
  font-family: "Sohne";
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .team--filter button {
    line-height: 14px;
  }
}
.team--filter button.active {
  opacity: 1;
}

.team-single_left img {
  margin: 0 0 25px 0;
}
@media (min-width: 1024px) {
  .team-single_left img {
    padding-right: 160px;
    margin: 0;
  }
}
.team-single_right .agent-details {
  margin-bottom: 0;
}
.team-single_right h5 {
  margin-bottom: 30px;
}

.fullscreen_slider {
  position: relative;
  padding: 0;
}
.fullscreen_slider__slider.single .fullscreen_slider__slide {
  cursor: default;
}
.fullscreen_slider__slide {
  height: var(--app-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: url(../../images/arrowr-circle.svg) 32 32, auto;
}
.fullscreen_slider__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4990371148) 0%, rgba(39, 51, 41, 0) 99.99%, rgba(255, 255, 255, 0.0844712885) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .fullscreen_slider__slide::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4990371148) 0%, rgba(39, 51, 41, 0) 70%, rgba(255, 255, 255, 0.0844712885) 100%);
  }
}
@media (min-width: 1024px) {
  .fullscreen_slider__slide::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4990371148) 0%, rgba(39, 51, 41, 0) 50%, rgba(255, 255, 255, 0.0844712885) 100%);
  }
}
.fullscreen_slider__slide .arrow-right {
  width: 8px;
  margin-left: 8px;
}
.fullscreen_slider__left-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 500;
  pointer-events: none;
}
.fullscreen_slider__right-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 500;
  pointer-events: none;
}
.fullscreen_slider__heading {
  margin-bottom: 20px;
}
.fullscreen_slider__subheading {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .fullscreen_slider__subheading {
    margin-bottom: 30px;
  }
}
.fullscreen_slider__content {
  position: absolute;
  max-width: 95%;
  color: #fff;
  z-index: 2;
  cursor: default;
  left: 15px;
  bottom: 45px;
  max-width: 270px;
}
@media (min-width: 768px) {
  .fullscreen_slider__content {
    left: 35px;
    bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .fullscreen_slider__content {
    left: 45px;
    bottom: 45px;
    max-width: 385px;
  }
}
.fullscreen_slider__content a {
  display: inline-flex;
  align-items: center;
  margin-top: 0;
  color: white;
}
.fullscreen_slider__content a:hover {
  color: white;
}

.hidden-link {
  height: 0;
  position: absolute;
  opacity: 0;
}

#make-offer {
  max-width: 780px;
  padding: 50px;
  background-color: #fff;
  overflow: auto;
  width: 100%;
  margin: 0 auto;
}

#enquire,
#projects-form,
#contact-form,
#book-appraisal-popup,
#download-form,
#download-brochure {
  max-width: 780px;
  padding: 50px;
  background-color: #fff;
  overflow: auto;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #enquire .gf_left_half,
  #projects-form .gf_left_half,
  #contact-form .gf_left_half,
  #book-appraisal-popup .gf_left_half,
  #download-form .gf_left_half,
  #download-brochure .gf_left_half {
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  #enquire .gf_right_half,
  #projects-form .gf_right_half,
  #contact-form .gf_right_half,
  #book-appraisal-popup .gf_right_half,
  #download-form .gf_right_half,
  #download-brochure .gf_right_half {
    padding-left: 10px;
  }
}
#enquire .gf_right_half.enquiry,
#projects-form .gf_right_half.enquiry,
#contact-form .gf_right_half.enquiry,
#book-appraisal-popup .gf_right_half.enquiry,
#download-form .gf_right_half.enquiry,
#download-brochure .gf_right_half.enquiry {
  padding-right: 10px;
}
#enquire #field_5_7,
#projects-form #field_5_7,
#contact-form #field_5_7,
#book-appraisal-popup #field_5_7,
#download-form #field_5_7,
#download-brochure #field_5_7 {
  width: 100%;
}
#enquire textarea,
#projects-form textarea,
#contact-form textarea,
#book-appraisal-popup textarea,
#download-form textarea,
#download-brochure textarea {
  height: 110px;
}
#enquire input,
#enquire textarea,
#projects-form input,
#projects-form textarea,
#contact-form input,
#contact-form textarea,
#book-appraisal-popup input,
#book-appraisal-popup textarea,
#download-form input,
#download-form textarea,
#download-brochure input,
#download-brochure textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: solid 1px #000;
  padding-bottom: 8px;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
}
#enquire input:focus,
#enquire textarea:focus,
#projects-form input:focus,
#projects-form textarea:focus,
#contact-form input:focus,
#contact-form textarea:focus,
#book-appraisal-popup input:focus,
#book-appraisal-popup textarea:focus,
#download-form input:focus,
#download-form textarea:focus,
#download-brochure input:focus,
#download-brochure textarea:focus {
  outline: none;
}
#enquire input:not([type=checkbox]):not([type=radio]):not([type=submit]),
#enquire select,
#projects-form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
#projects-form select,
#contact-form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
#contact-form select,
#book-appraisal-popup input:not([type=checkbox]):not([type=radio]):not([type=submit]),
#book-appraisal-popup select,
#download-form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
#download-form select,
#download-brochure input:not([type=checkbox]):not([type=radio]):not([type=submit]),
#download-brochure select {
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #000;
  padding-bottom: 8px;
  padding: 8px 8px 8px 0 !important;
  width: 100%;
  background-color: transparent;
}
#enquire input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
#enquire select:focus,
#projects-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
#projects-form select:focus,
#contact-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
#contact-form select:focus,
#book-appraisal-popup input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
#book-appraisal-popup select:focus,
#download-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
#download-form select:focus,
#download-brochure input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
#download-brochure select:focus {
  outline: none;
}
#enquire select,
#projects-form select,
#contact-form select,
#book-appraisal-popup select,
#download-form select,
#download-brochure select {
  -webkit-border-radius: 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: 100% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.37 7.6'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Artwork'%3E%3Crect x='5.21' y='3.43' width='9.25' height='0.75' transform='translate(0.19 8.06) rotate(-44.95)'/%3E%3Crect x='3.05' y='-0.82' width='1.5' height='9.25' transform='translate(-1.57 3.8) rotate(-45)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#enquire input:not([type=submit]),
#projects-form input:not([type=submit]),
#contact-form input:not([type=submit]),
#book-appraisal-popup input:not([type=submit]),
#download-form input:not([type=submit]),
#download-brochure input:not([type=submit]) {
  padding-left: 0;
}
#enquire label,
#projects-form label,
#contact-form label,
#book-appraisal-popup label,
#download-form label,
#download-brochure label {
  display: none;
}
#enquire ul,
#projects-form ul,
#contact-form ul,
#book-appraisal-popup ul,
#download-form ul,
#download-brochure ul {
  padding: 0;
  margin: 0;
}
#enquire li,
#projects-form li,
#contact-form li,
#book-appraisal-popup li,
#download-form li,
#download-brochure li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  float: none;
}
#enquire li:not(:last-of-type),
#projects-form li:not(:last-of-type),
#contact-form li:not(:last-of-type),
#book-appraisal-popup li:not(:last-of-type),
#download-form li:not(:last-of-type),
#download-brochure li:not(:last-of-type) {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  #enquire li,
  #projects-form li,
  #contact-form li,
  #book-appraisal-popup li,
  #download-form li,
  #download-brochure li {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  #enquire .gform_title,
  #projects-form .gform_title,
  #contact-form .gform_title,
  #book-appraisal-popup .gform_title,
  #download-form .gform_title,
  #download-brochure .gform_title {
    margin-bottom: 40px;
    font-size: 34px;
  }
}
#enquire .gform_footer,
#projects-form .gform_footer,
#contact-form .gform_footer,
#book-appraisal-popup .gform_footer,
#download-form .gform_footer,
#download-brochure .gform_footer {
  text-align: end;
}
#enquire .gform_button,
#projects-form .gform_button,
#contact-form .gform_button,
#book-appraisal-popup .gform_button,
#download-form .gform_button,
#download-brochure .gform_button {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000;
  padding: 10px;
  transition: all ease-in-out 0.25s;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  #enquire .gform_button,
  #projects-form .gform_button,
  #contact-form .gform_button,
  #book-appraisal-popup .gform_button,
  #download-form .gform_button,
  #download-brochure .gform_button {
    width: calc(50% - 10px);
  }
}
#enquire .gform_button:hover,
#projects-form .gform_button:hover,
#contact-form .gform_button:hover,
#book-appraisal-popup .gform_button:hover,
#download-form .gform_button:hover,
#download-brochure .gform_button:hover {
  background-color: #000;
  color: #fff;
}

#book-appraisal-popup {
  max-width: 1080px;
}
@media (min-width: 768px) {
  #book-appraisal-popup .gform_button {
    width: 100%;
  }
}

.ginput_container_ssa_appointment_field {
  background-image: url("../../images/loading.gif");
  background-position: center center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  min-height: 173px;
}
.ginput_container_ssa_appointment_field iframe {
  min-height: 173px;
}

.projects-single-list.connect-list p {
  display: flex;
  justify-content: space-between;
}

.single-auto-project .listings-single.hero,
.single-project .listings-single.hero {
  padding-top: 0;
  padding-bottom: 0;
}
.single-auto-project .listings-single .slider-wrapper,
.single-project .listings-single .slider-wrapper {
  background-color: #000;
  padding-bottom: 0;
}
.single-auto-project .large-number,
.single-project .large-number {
  font-size: 80px;
  font-weight: 500;
  line-height: 0.8;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .single-auto-project .large-number,
  .single-project .large-number {
    font-size: 180px;
    margin-bottom: 40px;
    line-height: 0.8;
  }
}
@media (min-width: 768px) {
  .single-auto-project .projects-single-subtitle,
  .single-project .projects-single-subtitle {
    text-align: right;
  }
}
.single-auto-project .projects-single-brochure img,
.single-project .projects-single-brochure img {
  width: 100%;
  height: auto;
}
.single-auto-project .projects-single-downloads ul,
.single-project .projects-single-downloads ul {
  padding-left: 0;
  list-style: none;
}
.single-auto-project .projects-single-downloads ul li,
.single-project .projects-single-downloads ul li {
  margin-top: 5px;
}
.single-auto-project .projects-single-downloads ul a,
.single-project .projects-single-downloads ul a {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  display: block;
}
.single-auto-project .projects-single-details,
.single-project .projects-single-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.single-auto-project .projects-single-list p,
.single-project .projects-single-list p {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.single-auto-project .listings-single .hero__slider-two .slick-arrow.slick-next,
.single-project .listings-single .hero__slider-two .slick-arrow.slick-next {
  background-image: url("../../images/right-light.svg");
}
.single-auto-project .listings-single .hero__slider-two .slick-arrow.slick-prev,
.single-project .listings-single .hero__slider-two .slick-arrow.slick-prev {
  background-image: url("../../images/left-light.svg");
}

.hero__slider-two {
  opacity: 0;
}

.hero__slider-two.slick-initialized {
  opacity: 1;
}

.nn-projects__sold {
  display: none;
}

@media (max-width: 767px) {
  .connect-item {
    text-align: center;
  }
}
.connect-item h3 {
  min-width: 50%;
}
@media (max-width: 767px) {
  .connect-item h3 {
    min-width: 100%;
  }
}
.connect-item h5 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .connect-item h5 {
    margin-bottom: 20px;
  }
}
.connect-item .listings-list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .connect-item .listings-list {
    justify-content: center;
  }
}
.connect-item .listings-list li {
  margin-bottom: 0;
}
.connect-item .listings-list h5 {
  display: block;
}
.connect-item .listings-list,
.connect-item .type {
  min-width: 25%;
}
@media (max-width: 767px) {
  .connect-item .listings-list,
  .connect-item .type {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .connect-item {
    flex-wrap: wrap;
  }
}

.nn-connect {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .nn-connect {
    padding-bottom: 50px;
  }
}

.nn-projects .justify-content-betweeen {
  justify-content: space-between;
}
.nn-projects img {
  width: 100%;
  height: auto;
}
.nn-projects a {
  color: #fff;
}
.nn-projects a:hover .nn-projects__image::after {
  opacity: 0;
}
.nn-projects .nn-projects_heading-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .nn-projects .nn-projects_heading-wrapper h5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .nn-projects .nn-projects_heading-wrapper {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
.nn-projects .nn-projects__heading {
  text-align: center;
  margin-bottom: 0;
  cursor: pointer;
}
.nn-projects .nn-projects__heading.active:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-top: 10px;
}
.nn-projects .projects-single-details {
  display: flex;
  row-gap: 15px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .nn-projects .projects-single-details {
    margin-top: 40px;
  }
}
.nn-projects .nn-projects__image {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .nn-projects .nn-projects__image {
    margin-bottom: 0;
  }
}
.nn-projects .nn-projects__image::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  transition: all ease-in-out 0.25s;
  position: absolute;
  top: 0;
  left: 0;
}

.footer {
  background-color: #000;
  color: #fff;
  position: relative;
  padding-top: 30px;
  padding-bottom: 15px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.footer-links {
  display: flex;
}
@media (max-width: 1023px) {
  .footer-links {
    justify-content: space-between;
  }
}
.footer_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .footer_container {
    align-items: flex-end;
  }
}
.footer_container div:first-child {
  margin-bottom: 30px;
}
.footer_container a {
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .footer_container a:first-child {
    margin-left: 0;
  }
}
.footer_container .footer-icon {
  width: 20px;
  height: 20px;
  transition: all ease-in-out 0.25s;
}
.footer_container .footer-icon:hover {
  opacity: 0.7;
}
.footer_container .footer-text {
  opacity: 31%;
}
.footer ul {
  padding: 0;
}
@media (min-width: 1024px) {
  .footer ul {
    margin: 0 100px 0 0;
  }
}
.footer ul li {
  list-style-type: none;
}
.footer ul li a {
  transition: all ease-in-out 0.25s;
  font-family: "Sohne Breit";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
}
.footer ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .footer ul li:last-of-type {
    text-align: end;
  }
}

/*# sourceMappingURL=main.min.css.map */