/*!
Theme Name: Goud & Kobalt
Theme URI: https://webbakery.nl/
Author: The Web Bakery
Author URI: https://webbakery.nl/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gk
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.has-lightgray-background-color {
  background: #F2F5FA;
}

.has-lightgray-color {
  color: #F2F5FA;
}

.has-gray-background-color {
  background: rgb(150, 168, 191);
}

.has-gray-color {
  color: rgb(150, 168, 191);
}

.has-red-background-color {
  background: #e30613;
}

.has-red-color {
  color: #e30613;
}

.has-blue-background-color {
  background: #96A8BF;
}

.has-blue-color {
  color: #96A8BF;
}

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

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

.has-black-background-color {
  background: #000000;
}

.has-black-color {
  color: #000000;
}

.has-green-color {
  color: green;
}

.has-primary-font-family {
  font-family: "Mulish", sans-serif;
}

.has-secondary-font-family {
  font-family: "Kaftan", sans-serif;
}

.has-tertiary-font-family {
  font-family: "mr-eaves-modern", sans-serif;
}

.fw_100 {
  font-weight: 100;
}

.fw_200 {
  font-weight: 200;
}

.fw_300 {
  font-weight: 300;
}

.fw_400 {
  font-weight: normal;
}

.fw_500 {
  font-weight: 500;
}

.fw_600 {
  font-weight: 600;
}

.fw_700 {
  font-weight: bold;
}

.fw_800 {
  font-weight: 800;
}

.fw_900 {
  font-weight: 900;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  overflow-x: hidden !important;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

aside {
  padding: 5px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #000000;
}

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

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

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

dt {
  font-weight: 700;
}

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

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

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

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

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

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

@media (min-width: 600px) {
  .container {
    max-width: 95vw;
  }
}
@media (min-width: 1280px) {
  .container {
    position: relative;
    max-width: 1400px;
  }
}
@media (min-width: 1280px) and (max-width: 1799.98px) {
  .container {
    position: relative;
    max-width: 87.5vw;
  }
}
@media (min-width: 1280px) and (max-width: 991.98px) {
  .container {
    position: relative;
    max-width: 97.2222222222vw;
  }
}
@media (min-width: 1280px) and (max-width: 767.98px) {
  .container {
    position: relative;
    max-width: 182.2916666667vw;
  }
}
@media (min-width: 1280px) and (max-width: 575.98px) {
  .container {
    position: relative;
    max-width: 373.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1600px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 111.1111111111vw;
  }
}
.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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  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.33333%;
  max-width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

.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: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

@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.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@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.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1025px) {
  .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.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1600px) {
  .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.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #000;
  pointer-events: none;
  cursor: default;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1024px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #4f0059 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #7C008C !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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: 1026px) {
  .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 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;
  }
}
.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.85714%;
}

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

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

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

.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: 992px) {
  .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;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

.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,
.aligncenter {
  margin-right: auto !important;
}

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

.ml-auto,
.mx-auto,
.aligncenter {
  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: 992px) {
  .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;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #7C008C !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #380040 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto;
}

.slide {
  list-style: none;
}

/* Slider CSS */
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots > li {
  margin: 0 0.25rem;
}

.slick-dots > button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: blue;
  text-indent: -9999px;
}

.slick-dots > li.slick-active button {
  background-color: #fff;
}

/* END of Slider CSS */
/* Align column */
.atop {
  display: flex;
  align-items: flex-start;
}

.amiddle {
  display: flex;
  align-items: center;
}

.abottom {
  display: flex;
  align-items: flex-end;
}

.z-2 {
  position: relative;
  z-index: 2;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-padding-top: 100px;
}
@media (max-width: 1799.98px) {
  html {
    scroll-padding-top: 6.25vw;
  }
}
@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 6.9444444444vw;
  }
}
@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 13.0208333333vw;
  }
}
@media (max-width: 575.98px) {
  html {
    scroll-padding-top: 26.6666666667vw;
  }
}

html, body {
  max-width: 100vw;
}
@media only screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
}
html.no-scroll, body.no-scroll {
  overflow: hidden !important;
}

.f_xs {
  font-size: 14px;
  line-height: 26px;
}

.f_sm {
  font-size: 15px;
}

@media (max-width: 1799.98px) {
  .f_xs {
    font-size: 0.875vw;
    line-height: 1.625vw;
  }
  .f_sm {
    font-size: 0.9375vw;
  }
}
@media (max-width: 991.98px) {
  .f_xs {
    font-size: 0.9722222222vw;
    line-height: 1.8055555556vw;
  }
  .f_sm {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .f_xs {
    font-size: 1.8229166667vw;
    line-height: 3.3854166667vw;
  }
  .f_sm {
    font-size: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .f_xs {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
  .f_sm {
    font-size: 4vw;
  }
}
.fw_light {
  font-weight: 300;
}

.fw_bold {
  font-weight: bold;
}

.fw_extrabold {
  font-weight: 800;
}

@media only screen and (min-width: 1024.5px) {
  .hide_lg {
    display: none;
  }
}
/* Typography
--------------------------------------------- */
/* Mulish Light */
@font-face {
  font-family: "Mulish";
  src: url("../fonts/mulish/Mulish-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Mulish Regular */
@font-face {
  font-family: "Mulish";
  src: url("../fonts/mulish/Mulish-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Mulish Medium */
@font-face {
  font-family: "Mulish";
  src: url("../fonts/mulish/Mulish-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Mulish Bold */
@font-face {
  font-family: "Mulish";
  src: url("../fonts/mulish/Mulish-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Mulish ExtraBold */
@font-face {
  font-family: "Mulish";
  src: url("../fonts/mulish/Mulish-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Mulish Black */
@font-face {
  font-family: "Mulish";
  src: url("../fonts/mulish/Mulish-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
p, a, span, label, button, li, input, select {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 400;
}
p.top__title, a.top__title, span.top__title, label.top__title, button.top__title, li.top__title, input.top__title, select.top__title {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 3.2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
p.sub title, a.sub title, span.sub title, label.sub title, button.sub title, li.sub title, input.sub title, select.sub title {
  text-transform: uppercase;
  letter-spacing: 3.45px;
  font-style: italic;
  font-weight: bold;
  font-family: "mr-eaves-modern", sans-serif;
}
p.sub title--small, a.sub title--small, span.sub title--small, label.sub title--small, button.sub title--small, li.sub title--small, input.sub title--small, select.sub title--small {
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 3.45px;
  font-style: italic;
  font-weight: bold;
}

.quote {
  font-family: "Kaftan", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.quote--info {
  font-family: "mr-eaves-modern", sans-serif;
  font-size: 22px;
  line-height: 36px;
}

@media (max-width: 1799.98px) {
  p, a, span, label, button, li, input, select {
    font-family: "Mulish", sans-serif;
    font-size: 1vw;
    line-height: 1.625vw;
    letter-spacing: 0;
    font-weight: 400;
  }
  p.top__title, a.top__title, span.top__title, label.top__title, button.top__title, li.top__title, input.top__title, select.top__title {
    font-weight: 900;
    font-size: 0.75vw;
    letter-spacing: 0.2vw;
    margin-bottom: 0.625vw;
    text-transform: uppercase;
  }
  p.sub title, a.sub title, span.sub title, label.sub title, button.sub title, li.sub title, input.sub title, select.sub title {
    text-transform: uppercase;
    letter-spacing: 0.215625vw;
    font-style: italic;
    font-weight: bold;
    font-family: "mr-eaves-modern", sans-serif;
  }
  p.sub title--small, a.sub title--small, span.sub title--small, label.sub title--small, button.sub title--small, li.sub title--small, input.sub title--small, select.sub title--small {
    font-size: 0.9375vw;
    line-height: 1.0625vw;
    text-transform: uppercase;
    letter-spacing: 0.215625vw;
    font-style: italic;
    font-weight: bold;
  }
  .quote {
    font-family: "Kaftan", sans-serif;
    font-size: 1.875vw;
    line-height: 2.5vw;
    font-weight: 700;
  }
  .quote--info {
    font-family: "mr-eaves-modern", sans-serif;
    font-size: 1.375vw;
    line-height: 2.25vw;
  }
}
@media (max-width: 991.98px) {
  p, a, span, label, button, li, input, select {
    font-family: "Mulish", sans-serif;
    font-size: 1.1111111111vw;
    line-height: 1.8055555556vw;
    letter-spacing: 0;
    font-weight: 400;
  }
  p.top__title, a.top__title, span.top__title, label.top__title, button.top__title, li.top__title, input.top__title, select.top__title {
    font-weight: 900;
    font-size: 0.8333333333vw;
    letter-spacing: 0.2222222222vw;
    margin-bottom: 0.6944444444vw;
    text-transform: uppercase;
  }
  p.sub title, a.sub title, span.sub title, label.sub title, button.sub title, li.sub title, input.sub title, select.sub title {
    text-transform: uppercase;
    letter-spacing: 0.2395833333vw;
    font-style: italic;
    font-weight: bold;
    font-family: "mr-eaves-modern", sans-serif;
  }
  p.sub title--small, a.sub title--small, span.sub title--small, label.sub title--small, button.sub title--small, li.sub title--small, input.sub title--small, select.sub title--small {
    font-size: 1.0416666667vw;
    line-height: 1.1805555556vw;
    text-transform: uppercase;
    letter-spacing: 0.2395833333vw;
    font-style: italic;
    font-weight: bold;
  }
  .quote {
    font-family: "Kaftan", sans-serif;
    font-size: 2.0833333333vw;
    line-height: 2.7777777778vw;
    font-weight: 700;
  }
  .quote--info {
    font-family: "mr-eaves-modern", sans-serif;
    font-size: 1.5277777778vw;
    line-height: 2.5vw;
  }
}
@media (max-width: 767.98px) {
  p, a, span, label, button, li, input, select {
    font-family: "Mulish", sans-serif;
    font-size: 1.8229166667vw;
    line-height: 3.90625vw;
    letter-spacing: 0;
    font-weight: 400;
  }
  p.top__title, a.top__title, span.top__title, label.top__title, button.top__title, li.top__title, input.top__title, select.top__title {
    font-weight: 900;
    font-size: 1.5625vw;
    letter-spacing: 0.4166666667vw;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  p.sub title, a.sub title, span.sub title, label.sub title, button.sub title, li.sub title, input.sub title, select.sub title {
    text-transform: uppercase;
    letter-spacing: 0.44921875vw;
    font-style: italic;
    font-weight: bold;
    font-family: "mr-eaves-modern", sans-serif;
  }
  p.sub title--small, a.sub title--small, span.sub title--small, label.sub title--small, button.sub title--small, li.sub title--small, input.sub title--small, select.sub title--small {
    font-size: 1.953125vw;
    line-height: 2.2135416667vw;
    text-transform: uppercase;
    letter-spacing: 0.44921875vw;
    font-style: italic;
    font-weight: bold;
  }
  .quote {
    font-family: "Kaftan", sans-serif;
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
    font-weight: 700;
  }
  .quote--info {
    font-family: "mr-eaves-modern", sans-serif;
    font-size: 2.8645833333vw;
    line-height: 4.6875vw;
  }
}
@media (max-width: 575.98px) {
  p, a, span, label, button, li, input, select {
    font-family: "Mulish", sans-serif;
    font-size: 3.7333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    font-weight: 400;
  }
  p.top__title, a.top__title, span.top__title, label.top__title, button.top__title, li.top__title, input.top__title, select.top__title {
    font-weight: 900;
    font-size: 3.2vw;
    letter-spacing: 0.8533333333vw;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  p.sub title, a.sub title, span.sub title, label.sub title, button.sub title, li.sub title, input.sub title, select.sub title {
    text-transform: uppercase;
    letter-spacing: 0.92vw;
    font-style: italic;
    font-weight: bold;
    font-family: "mr-eaves-modern", sans-serif;
  }
  p.sub title--small, a.sub title--small, span.sub title--small, label.sub title--small, button.sub title--small, li.sub title--small, input.sub title--small, select.sub title--small {
    font-size: 4vw;
    line-height: 4.5333333333vw;
    text-transform: uppercase;
    letter-spacing: 0.92vw;
    font-style: italic;
    font-weight: bold;
  }
  .quote {
    font-family: "Kaftan", sans-serif;
    font-size: 8vw;
    line-height: 10.6666666667vw;
    font-weight: 700;
  }
  .quote--info {
    font-family: "mr-eaves-modern", sans-serif;
    font-size: 5.8666666667vw;
    line-height: 9.6vw;
  }
}
.fw_light {
  font-weight: 300;
}

.fw_normal {
  font-weight: 500;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
}

.line {
  position: relative;
  overflow: hidden;
  height: -moz-max-content;
  height: max-content;
  display: inline-block;
  opacity: 1 !important;
}
.line span {
  display: inline-block;
}

h1, .h1 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0;
}

h2, .h2 {
  font-size: 44px;
  line-height: 56px;
  letter-spacing: 0;
}

h3, .h3 {
  font-size: 30px;
  line-height: 34px;
}

h4, .h4 {
  font-size: 28px;
  line-height: 36px;
}

h5, .h5 {
  font-size: 24px;
  line-height: 34px;
}

@media (max-width: 1799.98px) {
  h1, .h1 {
    font-size: 2.1875vw;
    line-height: 2.8125vw;
    letter-spacing: 0;
  }
  h2, .h2 {
    font-size: 2.75vw;
    line-height: 3.5vw;
    letter-spacing: 0;
  }
  h3, .h3 {
    font-size: 1.875vw;
    line-height: 2.125vw;
  }
  h4, .h4 {
    font-size: 1.75vw;
    line-height: 2.25vw;
  }
  h5, .h5 {
    font-size: 1.5vw;
    line-height: 2.125vw;
  }
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 2.4305555556vw;
    line-height: 3.125vw;
    letter-spacing: 0;
  }
  h2, .h2 {
    font-size: 3.0555555556vw;
    line-height: 3.8888888889vw;
    letter-spacing: 0;
  }
  h3, .h3 {
    font-size: 2.0833333333vw;
    line-height: 2.3611111111vw;
  }
  h4, .h4 {
    font-size: 1.9444444444vw;
    line-height: 2.5vw;
  }
  h5, .h5 {
    font-size: 1.6666666667vw;
    line-height: 2.3611111111vw;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 3.2552083333vw;
    line-height: 4.5572916667vw;
    letter-spacing: 0;
  }
  h2, .h2 {
    font-size: 4.0364583333vw;
    line-height: 4.8177083333vw;
    letter-spacing: 0;
  }
  h3, .h3 {
    font-size: 3.125vw;
    line-height: 4.4270833333vw;
  }
  h4, .h4 {
    font-size: 2.8645833333vw;
    line-height: 3.6458333333vw;
  }
  h5, .h5 {
    font-size: 2.8645833333vw;
    line-height: 3.6458333333vw;
  }
}
@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 6.6666666667vw;
    line-height: 9.3333333333vw;
    letter-spacing: 0;
  }
  h2, .h2 {
    font-size: 8.2666666667vw;
    line-height: 9.8666666667vw;
    letter-spacing: 0;
  }
  h3, .h3 {
    font-size: 6.4vw;
    line-height: 9.0666666667vw;
  }
  h4, .h4 {
    font-size: 5.8666666667vw;
    line-height: 7.4666666667vw;
  }
  h5, .h5 {
    font-size: 5.8666666667vw;
    line-height: 7.4666666667vw;
  }
}
/* Elements
--------------------------------------------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  text-align: center;
  outline: none;
  background: transparent;
  padding: 13px 20px 15px 20px;
  font-weight: 700;
  border-radius: 25px;
  font-size: 15px;
  line-height: 15px;
  cursor: pointer;
}
.btn span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.btn span#my_account_name {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  max-width: 140px;
  overflow: hidden;
  width: 100%;
}
.btn svg {
  height: 20px;
  width: auto;
  margin-bottom: -2px;
}
.btn_wide {
  padding: 13px 35px 15px 35px;
}
.btn.icon__left, .btn.icon__right {
  gap: 10px;
}
.btn.icon__left .icon, .btn.icon__right .icon {
  position: relative;
}
.btn.icon__left .icon .fa-check, .btn.icon__right .icon .fa-check {
  position: absolute;
  top: -5px;
  right: -8px;
  width: 12.5px;
  height: 12.5px;
  font-size: 8px;
  background: green;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn_white {
  background: #fff;
  color: #000000 !important;
}
.btn.btn_red {
  background: #e30613;
  color: #fff;
}
.btn.btn_red:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn.btn_red svg path {
  fill: #fff;
}
.btn.btn_blue {
  background: #96A8BF;
  color: #fff;
}
.btn.btn_blue:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn.btn_blue svg path {
  fill: #fff;
}
.btn.btn_round {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

button.no_button {
  background: none;
  border: 0;
  color: #000000;
  padding: 0;
  cursor: pointer;
}
button.no_button.has-red-color {
  color: #e30613;
}
button:disabled {
  cursor: not-allowed;
}

@media (max-width: 1799.98px) {
  .btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    text-align: center;
    outline: none;
    background: transparent;
    padding: 0.8125vw 1.25vw 0.9375vw 1.25vw;
    font-weight: 700;
    border-radius: 1.5625vw;
    font-size: 0.9375vw;
    line-height: 0.9375vw;
    cursor: pointer;
  }
  .btn span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  .btn span#my_account_name {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    max-width: 8.75vw;
    overflow: hidden;
    width: 100%;
  }
  .btn svg {
    height: 1.25vw;
    width: auto;
    margin-bottom: -0.125vw;
  }
  .btn_wide {
    padding: 0.8125vw 2.1875vw 0.9375vw 2.1875vw;
  }
  .btn.icon__left, .btn.icon__right {
    gap: 0.625vw;
  }
  .btn.icon__left .icon, .btn.icon__right .icon {
    position: relative;
  }
  .btn.icon__left .icon .fa-check, .btn.icon__right .icon .fa-check {
    position: absolute;
    top: -0.3125vw;
    right: -0.5vw;
    width: 0.78125vw;
    height: 0.78125vw;
    font-size: 0.5vw;
    background: green;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn.btn_white {
    background: #fff;
    color: #000000 !important;
  }
  .btn.btn_red {
    background: #e30613;
    color: #fff;
  }
  .btn.btn_red:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .btn.btn_red svg path {
    fill: #fff;
  }
  .btn.btn_blue {
    background: #96A8BF;
    color: #fff;
  }
  .btn.btn_blue:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .btn.btn_blue svg path {
    fill: #fff;
  }
  .btn.btn_round {
    align-items: center;
    display: flex;
    height: 2.5vw;
    justify-content: center;
    width: 2.5vw;
  }
  button.no_button {
    background: none;
    border: 0;
    color: #000000;
    padding: 0;
    cursor: pointer;
  }
  button.no_button.has-red-color {
    color: #e30613;
  }
  button:disabled {
    cursor: not-allowed;
  }
}
@media (max-width: 991.98px) {
  .btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    text-align: center;
    outline: none;
    background: transparent;
    padding: 0.9027777778vw 1.3888888889vw 1.0416666667vw 1.3888888889vw;
    font-weight: 700;
    border-radius: 1.7361111111vw;
    font-size: 1.0416666667vw;
    line-height: 1.0416666667vw;
    cursor: pointer;
  }
  .btn span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  .btn span#my_account_name {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    max-width: 9.7222222222vw;
    overflow: hidden;
    width: 100%;
  }
  .btn svg {
    height: 1.3888888889vw;
    width: auto;
    margin-bottom: -0.1388888889vw;
  }
  .btn_wide {
    padding: 0.9027777778vw 2.4305555556vw 1.0416666667vw 2.4305555556vw;
  }
  .btn.icon__left, .btn.icon__right {
    gap: 0.6944444444vw;
  }
  .btn.icon__left .icon, .btn.icon__right .icon {
    position: relative;
  }
  .btn.icon__left .icon .fa-check, .btn.icon__right .icon .fa-check {
    position: absolute;
    top: -0.3472222222vw;
    right: -0.5555555556vw;
    width: 0.8680555556vw;
    height: 0.8680555556vw;
    font-size: 0.5555555556vw;
    background: green;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn.btn_white {
    background: #fff;
    color: #000000 !important;
  }
  .btn.btn_red {
    background: #e30613;
    color: #fff;
  }
  .btn.btn_red:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .btn.btn_red svg path {
    fill: #fff;
  }
  .btn.btn_blue {
    background: #96A8BF;
    color: #fff;
  }
  .btn.btn_blue:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .btn.btn_blue svg path {
    fill: #fff;
  }
  .btn.btn_round {
    align-items: center;
    display: flex;
    height: 2.7777777778vw;
    justify-content: center;
    width: 2.7777777778vw;
  }
  button.no_button {
    background: none;
    border: 0;
    color: #000000;
    padding: 0;
    cursor: pointer;
  }
  button.no_button.has-red-color {
    color: #e30613;
  }
  button:disabled {
    cursor: not-allowed;
  }
}
@media (max-width: 767.98px) {
  .btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    text-align: center;
    outline: none;
    background: transparent;
    padding: 1.6927083333vw 2.6041666667vw 1.953125vw 2.6041666667vw;
    font-weight: 700;
    border-radius: 3.2552083333vw;
    font-size: 1.953125vw;
    line-height: 1.953125vw;
    cursor: pointer;
  }
  .btn span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  .btn span#my_account_name {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    max-width: 18.2291666667vw;
    overflow: hidden;
    width: 100%;
  }
  .btn svg {
    height: 2.0833333333vw;
    width: auto;
    margin-bottom: -0.2604166667vw;
  }
  .btn_wide {
    padding: 1.6927083333vw 4.5572916667vw 1.953125vw 4.5572916667vw;
  }
  .btn.icon__left, .btn.icon__right {
    gap: 1.3020833333vw;
  }
  .btn.icon__left .icon, .btn.icon__right .icon {
    position: relative;
  }
  .btn.icon__left .icon .fa-check, .btn.icon__right .icon .fa-check {
    position: absolute;
    top: -0.6510416667vw;
    right: -1.0416666667vw;
    width: 1.6276041667vw;
    height: 1.6276041667vw;
    font-size: 1.0416666667vw;
    background: green;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn.btn_white {
    background: #fff;
    color: #000000 !important;
  }
  .btn.btn_red {
    background: #e30613;
    color: #fff;
  }
  .btn.btn_red:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .btn.btn_red svg path {
    fill: #fff;
  }
  .btn.btn_blue {
    background: #96A8BF;
    color: #fff;
  }
  .btn.btn_blue:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .btn.btn_blue svg path {
    fill: #fff;
  }
  .btn.btn_round {
    align-items: center;
    display: flex;
    height: 5.2083333333vw;
    justify-content: center;
    width: 5.2083333333vw;
  }
  button.no_button {
    background: none;
    border: 0;
    color: #000000;
    padding: 0;
    cursor: pointer;
  }
  button.no_button.has-red-color {
    color: #e30613;
  }
  button:disabled {
    cursor: not-allowed;
  }
}
@media (max-width: 575.98px) {
  .btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    text-align: center;
    outline: none;
    background: transparent;
    padding: 3.4666666667vw 5.3333333333vw 4vw 5.3333333333vw;
    font-weight: 700;
    border-radius: 6.6666666667vw;
    font-size: 4vw;
    line-height: 4vw;
    cursor: pointer;
  }
  .btn span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  .btn span#my_account_name {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    max-width: 37.3333333333vw;
    overflow: hidden;
    width: 100%;
  }
  .btn svg {
    height: 4.2666666667vw;
    width: auto;
    margin-bottom: -0.5333333333vw;
  }
  .btn_wide {
    padding: 3.4666666667vw 9.3333333333vw 4vw 9.3333333333vw;
  }
  .btn.icon__left, .btn.icon__right {
    gap: 2.6666666667vw;
  }
  .btn.icon__left .icon, .btn.icon__right .icon {
    position: relative;
  }
  .btn.icon__left .icon .fa-check, .btn.icon__right .icon .fa-check {
    position: absolute;
    top: -1.3333333333vw;
    right: -2.1333333333vw;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    font-size: 2.1333333333vw;
    background: green;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn.btn_white {
    background: #fff;
    color: #000000 !important;
  }
  .btn.btn_red {
    background: #e30613;
    color: #fff;
  }
  .btn.btn_red:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .btn.btn_red svg path {
    fill: #fff;
  }
  .btn.btn_blue {
    background: #96A8BF;
    color: #fff;
  }
  .btn.btn_blue:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .btn.btn_blue svg path {
    fill: #fff;
  }
  .btn.btn_round {
    align-items: center;
    display: flex;
    height: 10.6666666667vw;
    justify-content: center;
    width: 10.6666666667vw;
  }
  button.no_button {
    background: none;
    border: 0;
    color: #000000;
    padding: 0;
    cursor: pointer;
  }
  button.no_button.has-red-color {
    color: #e30613;
  }
  button:disabled {
    cursor: not-allowed;
  }
}
.side__shape {
  height: 445px;
  width: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -290px;
}
@media only screen and (max-width: 768px) {
  .side__shape {
    display: none;
  }
}

@media (max-width: 1799.98px) {
  .side__shape {
    height: 27.8125vw;
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -18.125vw;
  }
}
@media only screen and (max-width: 1799.98px) and (max-width: 768px) {
  .side__shape {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .side__shape {
    height: 30.9027777778vw;
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20.1388888889vw;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 768px) {
  .side__shape {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .side__shape {
    height: 57.9427083333vw;
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -37.7604166667vw;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 768px) {
  .side__shape {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .side__shape {
    height: 118.6666666667vw;
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -77.3333333333vw;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 768px) {
  .side__shape {
    display: none;
  }
}
section {
  opacity: 1 !important;
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
  opacity: 1 !important;
}

body [data-aos^=zoom][data-aos^=zoom] {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

.pointer {
  cursor: pointer;
}

/* Pages
--------------------------------------------- */
#houses.home {
  position: relative;
  padding: 80px 0 100px 0;
}
#houses.home::before {
  content: "";
  background: #F2F5FA;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
}
#houses.home .overlay {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#about.home {
  padding: 25px 0 100px 0;
}
#about.home svg {
  width: 491px;
  height: auto;
  max-width: 100%;
}
#about.home svg path.shape {
  fill: #F2F5FA;
}

@media (max-width: 1799.98px) {
  #houses.home {
    position: relative;
    padding: 5vw 0 6.25vw 0;
  }
  #houses.home::before {
    content: "";
    background: #F2F5FA;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28.75vw;
  }
  #houses.home .overlay {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #about.home {
    padding: 1.5625vw 0 6.25vw 0;
  }
  #about.home svg {
    width: 30.6875vw;
    height: auto;
    max-width: 100%;
  }
  #about.home svg path.shape {
    fill: #F2F5FA;
  }
}
@media (max-width: 991.98px) {
  #houses.home {
    position: relative;
    padding: 5.5555555556vw 0 6.9444444444vw 0;
  }
  #houses.home::before {
    content: "";
    background: #F2F5FA;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31.9444444444vw;
  }
  #houses.home .overlay {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #about.home {
    padding: 1.7361111111vw 0 6.9444444444vw 0;
  }
  #about.home svg {
    width: 34.0972222222vw;
    height: auto;
    max-width: 100%;
  }
  #about.home svg path.shape {
    fill: #F2F5FA;
  }
}
@media (max-width: 767.98px) {
  #houses.home {
    position: relative;
    padding: 26.0416666667vw 0 6.5104166667vw 0;
  }
  #houses.home::before {
    content: "";
    background: #F2F5FA;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 59.8958333333vw;
  }
  #houses.home .overlay {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #about.home {
    padding: 3.2552083333vw 0 4.5572916667vw 0;
  }
  #about.home svg {
    width: 39.0625vw;
    height: auto;
    max-width: 100%;
  }
  #about.home svg path.shape {
    fill: #F2F5FA;
  }
}
@media (max-width: 575.98px) {
  #houses.home {
    position: relative;
    padding: 53.3333333333vw 0 13.3333333333vw 0;
  }
  #houses.home::before {
    content: "";
    background: #F2F5FA;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 122.6666666667vw;
  }
  #houses.home .overlay {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #about.home {
    padding: 6.6666666667vw 0 9.3333333333vw 0;
  }
  #about.home svg {
    width: 80vw;
    height: auto;
    max-width: 100%;
  }
  #about.home svg path.shape {
    fill: #F2F5FA;
  }
}
#about.about {
  padding: 100px 0 100px 0;
  background: #F2F5FA;
}
#about.about svg {
  max-width: 100%;
  width: 491px;
  height: auto;
}
#about.about svg path.shape {
  fill: rgb(150, 168, 191);
}
#about.about .bottom_info {
  margin-top: 45px;
}
#about.about .bottom_info .item {
  display: flex;
  align-items: center;
  gap: 22px;
}
#about.about .bottom_info .item p {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 0.4rem;
}
#about.about .bottom_info .item p.counter {
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 700;
}
#about.about .bottom_info svg {
  width: 64px;
  height: auto;
}
#about.about .bottom_info svg path {
  fill: #e30613;
}

#team {
  padding: 50px 0;
}
#team .team_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#team .team {
  text-align: center;
  margin-bottom: 5px;
}
#team .team .thumbnail {
  width: 213px;
  height: 200px;
  border-radius: 0 0 50px 0;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
  transition: all 0.3s;
  border: 3px solid transparent;
}
#team .team .thumbnail:hover {
  border-color: #96A8BF;
}
#team .team p {
  font-size: 14px;
  margin-bottom: 10px;
}
#team .team.vacancy {
  text-align: left;
  background: #e30613;
  width: 210px;
  height: 200px;
  border-radius: 0 0 50px 0;
  padding: 15px;
  display: grid;
  align-content: space-between;
}
#team .team.vacancy p, #team .team.vacancy a, #team .team.vacancy span {
  color: #fff;
}
#team .team.vacancy p {
  font-weight: 700;
  font-size: 22px;
}
#team .team.vacancy span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
}
#team .team.vacancy span svg {
  height: 20px;
  width: auto;
  margin-bottom: -2px;
}
#team .team.vacancy span svg path {
  fill: #fff;
}

#content.about {
  padding: 25px 0 100px 0;
}
#content.about svg {
  width: 490px;
  height: auto;
}

@media (max-width: 1799.98px) {
  #about.about {
    padding: 6.25vw 0 6.25vw 0;
    background: #F2F5FA;
  }
  #about.about svg {
    max-width: 100%;
    width: 30.6875vw;
    height: auto;
  }
  #about.about svg path.shape {
    fill: rgb(150, 168, 191);
  }
  #about.about .bottom_info {
    margin-top: 2.8125vw;
  }
  #about.about .bottom_info .item {
    display: flex;
    align-items: center;
    gap: 1.375vw;
  }
  #about.about .bottom_info .item p {
    font-size: 1.375vw;
    font-weight: 300;
    margin-bottom: 0.4rem;
  }
  #about.about .bottom_info .item p.counter {
    font-size: 1.875vw;
    margin-bottom: 0;
    font-weight: 700;
  }
  #about.about .bottom_info svg {
    width: 4vw;
    height: auto;
  }
  #about.about .bottom_info svg path {
    fill: #e30613;
  }
  #team {
    padding: 3.125vw 0;
  }
  #team .team_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #team .team {
    text-align: center;
    margin-bottom: 0.3125vw;
  }
  #team .team .thumbnail {
    width: 13.3125vw;
    height: 12.5vw;
    border-radius: 0 0 50px 0;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 0.9375vw;
    transition: all 0.3s;
    border: 3px solid transparent;
  }
  #team .team .thumbnail:hover {
    border-color: #96A8BF;
  }
  #team .team p {
    font-size: 0.875vw;
    margin-bottom: 0.625vw;
  }
  #team .team.vacancy {
    text-align: left;
    background: #e30613;
    width: 13.125vw;
    height: 12.5vw;
    border-radius: 0 0 50px 0;
    padding: 0.9375vw;
    display: grid;
    align-content: space-between;
  }
  #team .team.vacancy p, #team .team.vacancy a, #team .team.vacancy span {
    color: #fff;
  }
  #team .team.vacancy p {
    font-weight: 700;
    font-size: 1.375vw;
  }
  #team .team.vacancy span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.9375vw;
  }
  #team .team.vacancy span svg {
    height: 1.25vw;
    width: auto;
    margin-bottom: -0.125vw;
  }
  #team .team.vacancy span svg path {
    fill: #fff;
  }
  #content.about {
    padding: 1.5625vw 0 6.25vw 0;
  }
  #content.about svg {
    width: 30.625vw;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  #about.about {
    padding: 6.9444444444vw 0 6.9444444444vw 0;
    background: #F2F5FA;
  }
  #about.about svg {
    max-width: 100%;
    width: 34.0972222222vw;
    height: auto;
  }
  #about.about svg path.shape {
    fill: rgb(150, 168, 191);
  }
  #about.about .bottom_info {
    margin-top: 3.125vw;
  }
  #about.about .bottom_info .item {
    display: flex;
    align-items: center;
    gap: 1.5277777778vw;
  }
  #about.about .bottom_info .item p {
    font-size: 1.5277777778vw;
    font-weight: 300;
    margin-bottom: 0.4rem;
  }
  #about.about .bottom_info .item p.counter {
    font-size: 2.0833333333vw;
    margin-bottom: 0;
    font-weight: 700;
  }
  #about.about .bottom_info svg {
    width: 4.4444444444vw;
    height: auto;
  }
  #about.about .bottom_info svg path {
    fill: #e30613;
  }
  #team {
    padding: 3.4722222222vw 0;
  }
  #team .team_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #team .team {
    text-align: center;
    margin-bottom: 0.3472222222vw;
  }
  #team .team .thumbnail {
    width: 14.7916666667vw;
    height: 13.8888888889vw;
    border-radius: 0 0 50px 0;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 1.0416666667vw;
    transition: all 0.3s;
    border: 3px solid transparent;
  }
  #team .team .thumbnail:hover {
    border-color: #96A8BF;
  }
  #team .team p {
    font-size: 0.9722222222vw;
    margin-bottom: 0.6944444444vw;
  }
  #team .team.vacancy {
    text-align: left;
    background: #e30613;
    width: 14.5833333333vw;
    height: 13.8888888889vw;
    border-radius: 0 0 50px 0;
    padding: 1.0416666667vw;
    display: grid;
    align-content: space-between;
  }
  #team .team.vacancy p, #team .team.vacancy a, #team .team.vacancy span {
    color: #fff;
  }
  #team .team.vacancy p {
    font-weight: 700;
    font-size: 1.5277777778vw;
  }
  #team .team.vacancy span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 1.0416666667vw;
  }
  #team .team.vacancy span svg {
    height: 1.3888888889vw;
    width: auto;
    margin-bottom: -0.1388888889vw;
  }
  #team .team.vacancy span svg path {
    fill: #fff;
  }
  #content.about {
    padding: 1.7361111111vw 0 6.9444444444vw 0;
  }
  #content.about svg {
    width: 34.0277777778vw;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  #about.about {
    padding: 3.2552083333vw 0 3.2552083333vw 0;
    background: #F2F5FA;
  }
  #about.about svg {
    max-width: 100%;
    width: 39.0625vw;
    height: auto;
  }
  #about.about svg path.shape {
    fill: rgb(150, 168, 191);
  }
  #about.about .bottom_info {
    margin-top: 5.859375vw;
  }
  #about.about .bottom_info .item {
    display: flex;
    align-items: center;
    gap: 2.8645833333vw;
  }
  #about.about .bottom_info .item p {
    font-size: 2.8645833333vw;
    font-weight: 300;
    margin-bottom: 0.4rem;
  }
  #about.about .bottom_info .item p.counter {
    font-size: 3.90625vw;
    margin-bottom: 0;
    font-weight: 700;
  }
  #about.about .bottom_info svg {
    width: 8.3333333333vw;
    height: auto;
  }
  #about.about .bottom_info svg path {
    fill: #e30613;
  }
  #team {
    padding: 6.5104166667vw 0;
  }
  #team .team_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #team .team {
    text-align: center;
    margin-bottom: 0.6510416667vw;
  }
  #team .team .thumbnail {
    width: 27.734375vw;
    height: 26.0416666667vw;
    border-radius: 0 0 50px 0;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 1.953125vw;
    transition: all 0.3s;
    border: 3px solid transparent;
  }
  #team .team .thumbnail:hover {
    border-color: #96A8BF;
  }
  #team .team p {
    font-size: 1.8229166667vw;
    margin-bottom: 1.3020833333vw;
  }
  #team .team.vacancy {
    text-align: left;
    background: #e30613;
    width: 27.34375vw;
    height: 26.0416666667vw;
    border-radius: 0 0 50px 0;
    padding: 1.953125vw;
    display: grid;
    align-content: space-between;
  }
  #team .team.vacancy p, #team .team.vacancy a, #team .team.vacancy span {
    color: #fff;
  }
  #team .team.vacancy p {
    font-weight: 700;
    font-size: 2.8645833333vw;
  }
  #team .team.vacancy span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 1.953125vw;
  }
  #team .team.vacancy span svg {
    height: 2.6041666667vw;
    width: auto;
    margin-bottom: -0.2604166667vw;
  }
  #team .team.vacancy span svg path {
    fill: #fff;
  }
  #content.about {
    padding: 3.2552083333vw 0 13.0208333333vw 0;
  }
  #content.about svg {
    width: 63.8020833333vw;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  #about.about {
    padding: 6.6666666667vw 0 6.6666666667vw 0;
    background: #F2F5FA;
  }
  #about.about svg {
    max-width: 100%;
    width: 80vw;
    height: auto;
  }
  #about.about svg path.shape {
    fill: rgb(150, 168, 191);
  }
  #about.about .bottom_info {
    margin-top: 12vw;
  }
  #about.about .bottom_info .item {
    display: flex;
    align-items: center;
    gap: 5.8666666667vw;
  }
  #about.about .bottom_info .item p {
    font-size: 5.8666666667vw;
    font-weight: 300;
    margin-bottom: 0.4rem;
  }
  #about.about .bottom_info .item p.counter {
    font-size: 8vw;
    margin-bottom: 0;
    font-weight: 700;
  }
  #about.about .bottom_info svg {
    width: 17.0666666667vw;
    height: auto;
  }
  #about.about .bottom_info svg path {
    fill: #e30613;
  }
  #team {
    padding: 13.3333333333vw 0;
  }
  #team .team_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #team .team {
    text-align: center;
    margin-bottom: 1.3333333333vw;
  }
  #team .team .thumbnail {
    width: 56.8vw;
    height: 53.3333333333vw;
    border-radius: 0 0 50px 0;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 4vw;
    transition: all 0.3s;
    border: 3px solid transparent;
  }
  #team .team .thumbnail:hover {
    border-color: #96A8BF;
  }
  #team .team p {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  #team .team.vacancy {
    text-align: left;
    background: #e30613;
    width: 56vw;
    height: 53.3333333333vw;
    border-radius: 0 0 50px 0;
    padding: 4vw;
    display: grid;
    align-content: space-between;
  }
  #team .team.vacancy p, #team .team.vacancy a, #team .team.vacancy span {
    color: #fff;
  }
  #team .team.vacancy p {
    font-weight: 700;
    font-size: 5.8666666667vw;
  }
  #team .team.vacancy span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 4vw;
  }
  #team .team.vacancy span svg {
    height: 5.3333333333vw;
    width: auto;
    margin-bottom: -0.5333333333vw;
  }
  #team .team.vacancy span svg path {
    fill: #fff;
  }
  #content.about {
    padding: 6.6666666667vw 0 26.6666666667vw 0;
  }
  #content.about svg {
    width: 130.6666666667vw;
    height: auto;
  }
}
#single_house {
  padding-top: 25px;
  background: #F2F5FA;
}
#single_house__slider__box {
  position: relative;
}
#single_house__slider__box .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.48%, rgba(0, 0, 0, 0.2) 100%);
}
#single_house__slider__box #open_gallery {
  background: transparent;
  border: none;
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 2;
  color: #fff;
  outline: none;
  font-size: 20px;
}
#single_house__slider__box #open_floorplan_gallery {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #96A8BF;
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  padding: 8px 20px;
  border-radius: 50px;
  outline: none;
}
#single_house__slider__box #open_floorplan_gallery svg {
  height: 20px;
  width: auto;
}
#single_house__slider__box #open_floorplan_gallery svg path {
  fill: #fff;
}
#single_house__slider__box .label {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 12px;
  z-index: 3;
}
#single_house__slider__box .arrows .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
  cursor: pointer;
}
#single_house__slider__box .arrows .arrow.slick-disabled, #single_house__slider__box .arrows .arrow.slick-hidden {
  opacity: 0;
}
#single_house__slider__box .arrows .arrow.prev {
  left: 15px;
}
#single_house__slider__box .arrows .arrow.next {
  right: 15px;
}
#single_house__slider {
  width: 100%;
  height: 566px;
  animation-duration: 1.7s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeholderAnimate;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
  background-size: 1300px;
}
#single_house__slider img {
  width: 100%;
  height: 566px;
  -o-object-fit: cover;
     object-fit: cover;
  font-size: 0;
}
#single_house__thumbnail_slider_box {
  position: relative;
  margin-top: 10px;
  height: 165px;
}
#single_house__thumbnail_slider_box .slick-list {
  margin: 0 -5px;
}
#single_house__thumbnail_slider_box .slick-list .slick-track {
  margin-left: 0;
}
#single_house__thumbnail_slider_box .slick-list .slick-track .slick-slide {
  margin: 0 5px;
  animation-duration: 1.7s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeholderAnimate;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
  background-size: 1300px;
}
#single_house__thumbnail_slider_box img {
  width: 100%;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content__block {
  background: #fff;
  border-radius: 0 0 50px 0;
  box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
  padding: 35px 45px;
  overflow: hidden;
}
.content__block.project_info {
  display: flex;
  flex-wrap: wrap;
  min-height: 566px;
}
.content__block.project_info.normal {
  min-height: unset;
}
.content__block.project_info .calculator {
  flex-wrap: wrap;
  align-self: flex-end;
}
.content__block.project_info .row {
  width: 100%;
  flex-grow: 1;
}
.content__block#housing_costs {
  padding: 25px 35px;
}
.content__block .info {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.content__block .info .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.content__block .info svg {
  height: 15px;
  width: auto;
}
.content__block .info svg path {
  fill: #000000;
}
.content__block .info span, .content__block .info i {
  color: #000000;
}
.content__block .price {
  font-weight: 900;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
}
.content__block .price.service {
  font-size: 14px;
  font-weight: 500;
}
.content__block hr {
  margin: 10px 0;
  border-color: #F2F5FA;
}
.content__block .housing_costs button {
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
}
.content__block h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.content__block dl {
  display: flex;
  flex-wrap: wrap;
}
.content__block dl.prices {
  max-width: 404px;
}
.content__block dl.prices .font-weight-bold {
  border-color: #000000;
}
.content__block dl.prices dd {
  position: relative;
  text-align: right;
}
.content__block dl dt, .content__block dl dd {
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0 10px 0;
  margin: 0;
  font-family: "Mulish", sans-serif;
}
.content__block dl dt a, .content__block dl dd a {
  text-decoration: underline;
  font-weight: 600;
}
.content__block dl dt {
  display: inline-block;
  width: 35.18519%;
  clear: left;
  border-top: 1px solid #ededed;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .content__block dl dt {
    width: 60%;
  }
}
.content__block dl dd {
  display: inline-block;
  width: 64.81481%;
  border-top: 1px solid #ededed;
}
@media only screen and (max-width: 600px) {
  .content__block dl dd {
    width: 40%;
  }
}

.sticky_box {
  position: sticky;
  top: 101px;
}

#desc {
  position: relative;
  min-height: 315px;
  max-height: 315px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
#desc p, #desc li {
  font-size: 14px;
  line-height: 26px;
}
#desc ul {
  padding: 0 0 0 15px;
}
#desc.show {
  padding-bottom: 45px;
}
#desc .toggle_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 50px, rgba(255, 255, 255, 0.6) 100%);
  z-index: 2;
  text-align: center;
  padding: 24px 15px;
  transition: all 0.3s linear;
}
#desc .toggle_content.active {
  background: transparent;
  padding: 0 15px 8px 15px;
}
#desc .toggle_content button {
  background: #F2F5FA;
  border: 2px solid #F2F5FA;
  color: #000000;
  border-radius: 25px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 6px 25px 8px 25px;
  outline: none;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
}

.energy_label {
  height: 24px;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  padding: 0 10px;
  margin: 0 1.5rem 0 0;
  background-color: #999;
  text-transform: uppercase;
}
.energy_label::after {
  content: "";
  position: absolute;
  width: 0;
  height: 24px;
  top: 0;
  left: 100%;
  border-color: transparent transparent transparent #999;
  border-left-color: rgb(153, 153, 153);
  border-style: solid;
  border-width: 0.75rem 0 0.75rem 0.75rem;
}
.energy_label__a {
  color: #fff;
  background-color: #009342;
}
.energy_label__a::after {
  border-left-color: #009342;
}
.energy_label__b {
  color: #fff;
  background-color: #1ba943;
}
.energy_label__b::after {
  border-left-color: #1ba943;
}
.energy_label__c {
  color: #fff;
  background-color: #9ecf1b;
}
.energy_label__c::after {
  border-left-color: #9ecf1b;
}
.energy_label__d {
  color: #333;
  background-color: #f8f51c;
}
.energy_label__d::after {
  border-left-color: #f8f51c;
}

.tabs {
  display: flex;
  gap: 10px;
}
.tabs button {
  border: none;
  background: rgba(150, 168, 191, 0.2);
  font-weight: 600;
  border-radius: 25px 25px 0 0;
  padding: 8px 35px 10px 35px;
  outline: none;
  cursor: pointer;
  transition: all 0.1s;
  color: #000000;
}
.tabs button.is_active {
  background: #fff;
  z-index: 2;
}

#maps.single {
  height: 373px;
  border-radius: 0 0 50px 0;
  margin-top: 44px;
  box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
}
@media only screen and (max-width: 768px) {
  #maps.single {
    height: 350px !important;
  }
}

#broker {
  background: #fff;
  padding: 100px 0;
  margin-top: 45px;
}
#broker.placeholder {
  padding: 200px 0;
  animation-duration: 1.7s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeholderAnimate;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
  background-size: 1300px;
}
#broker__image {
  position: relative;
  height: 285px;
}
#broker__image svg {
  height: 285px;
  width: auto;
}
#broker__image img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: auto;
  max-height: 125px;
  -o-object-fit: contain;
     object-fit: contain;
}

#not_available {
  height: 63.2vh;
  align-items: center;
}

.calculator {
  position: relative;
  padding: 24px 0 14px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calculator.normal {
  padding: 0 0 14px 0;
}
.calculator .row {
  position: relative;
  z-index: 1;
}

#floorplan_images {
  display: none;
}

.project_info .item {
  position: relative;
}
.project_info .tooltip-text {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: auto;
  color: #000000 !important;
  font-size: 16px;
  background-color: #F2F5FA;
  border-radius: 10px;
  padding: 10px 15px;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}
.project_info .tooltip-text::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: #F2F5FA;
  padding: 5px;
  z-index: 1;
}
.project_info .item:hover .tooltip-text {
  opacity: 1;
}
.project_info #bottom {
  top: 32px;
  left: -20px;
}
.project_info #bottom_2 {
  top: 32px;
  left: -40px;
}
.project_info #bottom_2::before {
  top: -5%;
  left: 45%;
}
.project_info #bottom::before {
  top: -5%;
  left: 45%;
}

@media (max-width: 1799.98px) {
  #single_house {
    padding-top: 1.5625vw;
    background: #F2F5FA;
  }
  #single_house__slider__box {
    position: relative;
  }
  #single_house__slider__box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.25vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.48%, rgba(0, 0, 0, 0.2) 100%);
  }
  #single_house__slider__box #open_gallery {
    background: transparent;
    border: none;
    position: absolute;
    left: 0.9375vw;
    bottom: 0.9375vw;
    z-index: 2;
    color: #fff;
    outline: none;
    font-size: 1.25vw;
  }
  #single_house__slider__box #open_floorplan_gallery {
    position: absolute;
    right: 0.9375vw;
    bottom: 0.9375vw;
    background: #96A8BF;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625vw;
    border: none;
    padding: 0.5vw 1.25vw;
    border-radius: 50px;
    outline: none;
  }
  #single_house__slider__box #open_floorplan_gallery svg {
    height: 1.25vw;
    width: auto;
  }
  #single_house__slider__box #open_floorplan_gallery svg path {
    fill: #fff;
  }
  #single_house__slider__box .label {
    position: absolute;
    top: 0.9375vw;
    left: 0.9375vw;
    border-radius: 10px;
    font-size: 0.875vw;
    font-weight: 700;
    padding: 0.1875vw 0.75vw;
    z-index: 3;
  }
  #single_house__slider__box .arrows .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    background: #fff;
    border-radius: 50%;
    width: 1.875vw;
    height: 1.875vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    cursor: pointer;
  }
  #single_house__slider__box .arrows .arrow.slick-disabled, #single_house__slider__box .arrows .arrow.slick-hidden {
    opacity: 0;
  }
  #single_house__slider__box .arrows .arrow.prev {
    left: 15px;
  }
  #single_house__slider__box .arrows .arrow.next {
    right: 0.9375vw;
  }
  #single_house__slider {
    width: 100%;
    height: 35.375vw;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
  #single_house__slider img {
    width: 100%;
    height: 35.375vw;
    -o-object-fit: cover;
       object-fit: cover;
    font-size: 0;
  }
  #single_house__thumbnail_slider_box {
    position: relative;
    margin-top: 0.625vw;
    height: 10.3125vw;
  }
  #single_house__thumbnail_slider_box .slick-list {
    margin: 0 -0.3125vw;
  }
  #single_house__thumbnail_slider_box .slick-list .slick-track {
    margin-left: 0;
  }
  #single_house__thumbnail_slider_box .slick-list .slick-track .slick-slide {
    margin: 0 0.3125vw;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
  #single_house__thumbnail_slider_box img {
    width: 100%;
    height: 10.3125vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content__block {
    background: #fff;
    border-radius: 0 0 50px 0;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    padding: 2.1875vw 2.8125vw;
    overflow: hidden;
  }
  .content__block.project_info {
    display: flex;
    flex-wrap: wrap;
    min-height: 35.375vw;
  }
  .content__block.project_info.normal {
    min-height: unset;
  }
  .content__block.project_info .calculator {
    flex-wrap: wrap;
    align-self: flex-end;
  }
  .content__block.project_info .row {
    width: 100%;
    flex-grow: 1;
  }
  .content__block#housing_costs {
    padding: 1.5625vw 2.1875vw;
  }
  .content__block .info {
    display: flex;
    gap: 0.9375vw;
    margin-bottom: 1.5625vw;
  }
  .content__block .info .item {
    display: flex;
    align-items: center;
    gap: 0.625vw;
  }
  .content__block .info svg {
    height: 0.9375vw;
    width: auto;
  }
  .content__block .info svg path {
    fill: #000000;
  }
  .content__block .info span, .content__block .info i {
    color: #000000;
  }
  .content__block .price {
    font-weight: 900;
    font-size: 1.375vw;
    line-height: 1.875vw;
    color: #000000;
  }
  .content__block .price.service {
    font-size: 0.875vw;
    font-weight: 500;
  }
  .content__block hr {
    margin: 0.625vw 0;
    border-color: #F2F5FA;
  }
  .content__block .housing_costs button {
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
  }
  .content__block h4 {
    font-size: 1.5vw;
    font-weight: 700;
    margin-bottom: 0.9375vw;
  }
  .content__block dl {
    display: flex;
    flex-wrap: wrap;
  }
  .content__block dl.prices {
    max-width: 25.25vw;
  }
  .content__block dl.prices .font-weight-bold {
    border-color: #000000;
  }
  .content__block dl.prices dd {
    position: relative;
    text-align: right;
  }
  .content__block dl dt, .content__block dl dd {
    font-size: 0.875vw;
    line-height: 1.375vw;
    padding: 0.625vw 0 0.625vw 0;
    margin: 0;
    font-family: "Mulish", sans-serif;
  }
  .content__block dl dt a, .content__block dl dd a {
    text-decoration: underline;
    font-weight: 600;
  }
  .content__block dl dt {
    display: inline-block;
    width: 35.18519%;
    clear: left;
    border-top: 1px solid #ededed;
    font-weight: 500;
  }
}
@media only screen and (max-width: 1799.98px) and (max-width: 600px) {
  .content__block dl dt {
    width: 60%;
  }
}
@media (max-width: 1799.98px) {
  .content__block dl dd {
    display: inline-block;
    width: 64.81481%;
    border-top: 1px solid #ededed;
  }
}
@media only screen and (max-width: 1799.98px) and (max-width: 600px) {
  .content__block dl dd {
    width: 40%;
  }
}
@media (max-width: 1799.98px) {
  .sticky_box {
    position: sticky;
    top: 6.3125vw;
  }
  #desc {
    position: relative;
    min-height: 19.6875vw;
    max-height: 19.6875vw;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  #desc p, #desc li {
    font-size: 0.875vw;
    line-height: 1.625vw;
  }
  #desc ul {
    padding: 0 0 0 0.9375vw;
  }
  #desc.show {
    padding-bottom: 2.8125vw;
  }
  #desc .toggle_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, rgb(255, 255, 255) 3.125vw, rgba(255, 255, 255, 0.6) 100%);
    z-index: 2;
    text-align: center;
    padding: 1.5vw 0.9375vw;
    transition: all 0.3s linear;
  }
  #desc .toggle_content.active {
    background: transparent;
    padding: 0 0.9375vw 0.5vw 0.9375vw;
  }
  #desc .toggle_content button {
    background: #F2F5FA;
    border: 2px solid #F2F5FA;
    color: #000000;
    border-radius: 25px;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding: 0.375vw 1.5625vw 0.5vw 1.5625vw;
    outline: none;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
  }
  .energy_label {
    height: 1.5vw;
    font-size: 1vw;
    line-height: 1.25vw;
    display: inline-block;
    position: relative;
    padding: 0 0.625vw;
    margin: 0 1.5rem 0 0;
    background-color: #999;
    text-transform: uppercase;
  }
  .energy_label::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1.5vw;
    top: 0;
    left: 100%;
    border-color: transparent transparent transparent #999;
    border-left-color: rgb(153, 153, 153);
    border-style: solid;
    border-width: 0.75rem 0 0.75rem 0.75rem;
  }
  .energy_label__a {
    color: #fff;
    background-color: #009342;
  }
  .energy_label__a::after {
    border-left-color: #009342;
  }
  .energy_label__b {
    color: #fff;
    background-color: #1ba943;
  }
  .energy_label__b::after {
    border-left-color: #1ba943;
  }
  .energy_label__c {
    color: #fff;
    background-color: #9ecf1b;
  }
  .energy_label__c::after {
    border-left-color: #9ecf1b;
  }
  .energy_label__d {
    color: #333;
    background-color: #f8f51c;
  }
  .energy_label__d::after {
    border-left-color: #f8f51c;
  }
  .tabs {
    display: flex;
    gap: 0.625vw;
  }
  .tabs button {
    border: none;
    background: rgba(150, 168, 191, 0.2);
    font-weight: 600;
    border-radius: 25px 25px 0 0;
    padding: 0.5vw 2.1875vw 0.625vw 2.1875vw;
    outline: none;
    cursor: pointer;
    transition: all 0.1s;
    color: #000000;
  }
  .tabs button.is_active {
    background: #fff;
    z-index: 2;
  }
  #maps.single {
    height: 23.3125vw;
    border-radius: 0 0 50px 0;
    margin-top: 2.75vw;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
  }
}
@media only screen and (max-width: 1799.98px) and (max-width: 768px) {
  #maps.single {
    height: 350px !important;
  }
}
@media (max-width: 1799.98px) {
  #broker {
    background: #fff;
    padding: 6.25vw 0;
    margin-top: 2.8125vw;
  }
  #broker.placeholder {
    padding: 12.5vw 0;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
  #broker__image {
    position: relative;
    height: 17.8125vw;
  }
  #broker__image svg {
    height: 17.8125vw;
    width: auto;
  }
  #broker__image img {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25vw;
    height: auto;
    max-height: 7.8125vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #not_available {
    height: 63.2vh;
    align-items: center;
  }
  .calculator {
    position: relative;
    padding: 1.5vw 0 0.875vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .calculator.normal {
    padding: 0 0 0.875vw 0;
  }
  .calculator .row {
    position: relative;
    z-index: 1;
  }
  #floorplan_images {
    display: none;
  }
  .project_info .item {
    position: relative;
  }
  .project_info .tooltip-text {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: auto;
    color: #000000 !important;
    font-size: 1vw;
    background-color: #F2F5FA;
    border-radius: 10px;
    padding: 0.625vw 0.9375vw;
    transition: 0.3s ease-in-out;
    white-space: nowrap;
  }
  .project_info .tooltip-text::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background-color: #F2F5FA;
    padding: 5px;
    z-index: 1;
  }
  .project_info .item:hover .tooltip-text {
    opacity: 1;
  }
  .project_info #bottom {
    top: 2vw;
    left: -1.25vw;
  }
  .project_info #bottom_2 {
    top: 2vw;
    left: -2.5vw;
  }
  .project_info #bottom_2::before {
    top: -5%;
    left: 45%;
  }
  .project_info #bottom::before {
    top: -5%;
    left: 45%;
  }
}
@media (max-width: 991.98px) {
  #single_house {
    padding-top: 1.7361111111vw;
    background: #F2F5FA;
  }
  #single_house__slider__box {
    position: relative;
  }
  #single_house__slider__box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.9444444444vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.48%, rgba(0, 0, 0, 0.2) 100%);
  }
  #single_house__slider__box #open_gallery {
    background: transparent;
    border: none;
    position: absolute;
    left: 1.0416666667vw;
    bottom: 1.0416666667vw;
    z-index: 2;
    color: #fff;
    outline: none;
    font-size: 1.3888888889vw;
  }
  #single_house__slider__box #open_floorplan_gallery {
    position: absolute;
    right: 1.0416666667vw;
    bottom: 1.0416666667vw;
    background: #96A8BF;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6944444444vw;
    border: none;
    padding: 0.5555555556vw 1.3888888889vw;
    border-radius: 50px;
    outline: none;
  }
  #single_house__slider__box #open_floorplan_gallery svg {
    height: 1.3888888889vw;
    width: auto;
  }
  #single_house__slider__box #open_floorplan_gallery svg path {
    fill: #fff;
  }
  #single_house__slider__box .label {
    position: absolute;
    top: 1.0416666667vw;
    left: 1.0416666667vw;
    border-radius: 10px;
    font-size: 0.9722222222vw;
    font-weight: 700;
    padding: 0.2083333333vw 0.8333333333vw;
    z-index: 3;
  }
  #single_house__slider__box .arrows .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    background: #fff;
    border-radius: 50%;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    cursor: pointer;
  }
  #single_house__slider__box .arrows .arrow.slick-disabled, #single_house__slider__box .arrows .arrow.slick-hidden {
    opacity: 0;
  }
  #single_house__slider__box .arrows .arrow.prev {
    left: 15px;
  }
  #single_house__slider__box .arrows .arrow.next {
    right: 1.0416666667vw;
  }
  #single_house__slider {
    width: 100%;
    height: 39.3055555556vw;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
  #single_house__slider img {
    width: 100%;
    height: 39.3055555556vw;
    -o-object-fit: cover;
       object-fit: cover;
    font-size: 0;
  }
  #single_house__thumbnail_slider_box {
    position: relative;
    margin-top: 0.6944444444vw;
    height: 11.4583333333vw;
  }
  #single_house__thumbnail_slider_box .slick-list {
    margin: 0 -0.3472222222vw;
  }
  #single_house__thumbnail_slider_box .slick-list .slick-track {
    margin-left: 0;
  }
  #single_house__thumbnail_slider_box .slick-list .slick-track .slick-slide {
    margin: 0 0.3472222222vw;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
  #single_house__thumbnail_slider_box img {
    width: 100%;
    height: 11.4583333333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content__block {
    background: #fff;
    border-radius: 0 0 50px 0;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    padding: 2.4305555556vw 3.125vw;
    overflow: hidden;
  }
  .content__block.project_info {
    display: flex;
    flex-wrap: wrap;
    min-height: 39.3055555556vw;
  }
  .content__block.project_info.normal {
    min-height: unset;
  }
  .content__block.project_info .calculator {
    flex-wrap: wrap;
    align-self: flex-end;
  }
  .content__block.project_info .row {
    width: 100%;
    flex-grow: 1;
  }
  .content__block#housing_costs {
    padding: 1.7361111111vw 2.4305555556vw;
  }
  .content__block .info {
    display: flex;
    gap: 1.0416666667vw;
    margin-bottom: 1.7361111111vw;
  }
  .content__block .info .item {
    display: flex;
    align-items: center;
    gap: 0.6944444444vw;
  }
  .content__block .info svg {
    height: 1.0416666667vw;
    width: auto;
  }
  .content__block .info svg path {
    fill: #000000;
  }
  .content__block .info span, .content__block .info i {
    color: #000000;
  }
  .content__block .price {
    font-weight: 900;
    font-size: 1.5277777778vw;
    line-height: 2.0833333333vw;
    color: #000000;
  }
  .content__block .price.service {
    font-size: 0.9722222222vw;
    font-weight: 500;
  }
  .content__block hr {
    margin: 0.6944444444vw 0;
    border-color: #F2F5FA;
  }
  .content__block .housing_costs button {
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
  }
  .content__block h4 {
    font-size: 1.6666666667vw;
    font-weight: 700;
    margin-bottom: 1.0416666667vw;
  }
  .content__block dl {
    display: flex;
    flex-wrap: wrap;
  }
  .content__block dl.prices {
    max-width: 28.0555555556vw;
  }
  .content__block dl.prices .font-weight-bold {
    border-color: #000000;
  }
  .content__block dl.prices dd {
    position: relative;
    text-align: right;
  }
  .content__block dl dt, .content__block dl dd {
    font-size: 0.9722222222vw;
    line-height: 1.5277777778vw;
    padding: 0.6944444444vw 0 0.6944444444vw 0;
    margin: 0;
    font-family: "Mulish", sans-serif;
  }
  .content__block dl dt a, .content__block dl dd a {
    text-decoration: underline;
    font-weight: 600;
  }
  .content__block dl dt {
    display: inline-block;
    width: 35.18519%;
    clear: left;
    border-top: 1px solid #ededed;
    font-weight: 500;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 600px) {
  .content__block dl dt {
    width: 60%;
  }
}
@media (max-width: 991.98px) {
  .content__block dl dd {
    display: inline-block;
    width: 64.81481%;
    border-top: 1px solid #ededed;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 600px) {
  .content__block dl dd {
    width: 40%;
  }
}
@media (max-width: 991.98px) {
  .sticky_box {
    position: sticky;
    top: 7.0138888889vw;
  }
  #desc {
    position: relative;
    min-height: 21.875vw;
    max-height: 21.875vw;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  #desc p, #desc li {
    font-size: 0.9722222222vw;
    line-height: 1.8055555556vw;
  }
  #desc ul {
    padding: 0 0 0 1.0416666667vw;
  }
  #desc.show {
    padding-bottom: 3.125vw;
  }
  #desc .toggle_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, rgb(255, 255, 255) 3.4722222222vw, rgba(255, 255, 255, 0.6) 100%);
    z-index: 2;
    text-align: center;
    padding: 1.6666666667vw 1.0416666667vw;
    transition: all 0.3s linear;
  }
  #desc .toggle_content.active {
    background: transparent;
    padding: 0 1.0416666667vw 0.5555555556vw 1.0416666667vw;
  }
  #desc .toggle_content button {
    background: #F2F5FA;
    border: 2px solid #F2F5FA;
    color: #000000;
    border-radius: 25px;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding: 0.4166666667vw 1.7361111111vw 0.5555555556vw 1.7361111111vw;
    outline: none;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
  }
  .energy_label {
    height: 1.6666666667vw;
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
    display: inline-block;
    position: relative;
    padding: 0 0.6944444444vw;
    margin: 0 1.5rem 0 0;
    background-color: #999;
    text-transform: uppercase;
  }
  .energy_label::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1.6666666667vw;
    top: 0;
    left: 100%;
    border-color: transparent transparent transparent #999;
    border-left-color: rgb(153, 153, 153);
    border-style: solid;
    border-width: 0.75rem 0 0.75rem 0.75rem;
  }
  .energy_label__a {
    color: #fff;
    background-color: #009342;
  }
  .energy_label__a::after {
    border-left-color: #009342;
  }
  .energy_label__b {
    color: #fff;
    background-color: #1ba943;
  }
  .energy_label__b::after {
    border-left-color: #1ba943;
  }
  .energy_label__c {
    color: #fff;
    background-color: #9ecf1b;
  }
  .energy_label__c::after {
    border-left-color: #9ecf1b;
  }
  .energy_label__d {
    color: #333;
    background-color: #f8f51c;
  }
  .energy_label__d::after {
    border-left-color: #f8f51c;
  }
  .tabs {
    display: flex;
    gap: 0.6944444444vw;
  }
  .tabs button {
    border: none;
    background: rgba(150, 168, 191, 0.2);
    font-weight: 600;
    border-radius: 25px 25px 0 0;
    padding: 0.5555555556vw 2.4305555556vw 0.6944444444vw 2.4305555556vw;
    outline: none;
    cursor: pointer;
    transition: all 0.1s;
    color: #000000;
  }
  .tabs button.is_active {
    background: #fff;
    z-index: 2;
  }
  #maps.single {
    height: 25.9027777778vw;
    border-radius: 0 0 50px 0;
    margin-top: 3.0555555556vw;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 768px) {
  #maps.single {
    height: 350px !important;
  }
}
@media (max-width: 991.98px) {
  #broker {
    background: #fff;
    padding: 6.9444444444vw 0;
    margin-top: 3.125vw;
  }
  #broker.placeholder {
    padding: 13.8888888889vw 0;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
  #broker__image {
    position: relative;
    height: 19.7916666667vw;
  }
  #broker__image svg {
    height: 19.7916666667vw;
    width: auto;
  }
  #broker__image img {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12.5vw;
    height: auto;
    max-height: 8.6805555556vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #not_available {
    height: 63.2vh;
    align-items: center;
  }
  .calculator {
    position: relative;
    padding: 1.6666666667vw 0 0.9722222222vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .calculator.normal {
    padding: 0 0 0.9722222222vw 0;
  }
  .calculator .row {
    position: relative;
    z-index: 1;
  }
  #floorplan_images {
    display: none;
  }
  .project_info .item {
    position: relative;
  }
  .project_info .tooltip-text {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: auto;
    color: #000000 !important;
    font-size: 1.1111111111vw;
    background-color: #F2F5FA;
    border-radius: 10px;
    padding: 0.6944444444vw 1.0416666667vw;
    transition: 0.3s ease-in-out;
    white-space: nowrap;
  }
  .project_info .tooltip-text::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background-color: #F2F5FA;
    padding: 5px;
    z-index: 1;
  }
  .project_info .item:hover .tooltip-text {
    opacity: 1;
  }
  .project_info #bottom {
    top: 2.2222222222vw;
    left: -1.3888888889vw;
  }
  .project_info #bottom_2 {
    top: 2.2222222222vw;
    left: -2.7777777778vw;
  }
  .project_info #bottom_2::before {
    top: -5%;
    left: 45%;
  }
  .project_info #bottom::before {
    top: -5%;
    left: 45%;
  }
}
@media (max-width: 767.98px) {
  #single_house {
    padding-top: 3.2552083333vw;
    background: #F2F5FA;
  }
  #single_house__slider__box {
    position: relative;
  }
  #single_house__slider__box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13.0208333333vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.48%, rgba(0, 0, 0, 0.2) 100%);
  }
  #single_house__slider__box #open_gallery {
    background: transparent;
    border: none;
    position: absolute;
    left: 1.3020833333vw;
    bottom: 1.3020833333vw;
    z-index: 2;
    color: #fff;
    outline: none;
    font-size: 2.6041666667vw;
  }
  #single_house__slider__box #open_floorplan_gallery {
    position: absolute;
    right: 1.3020833333vw;
    bottom: 1.3020833333vw;
    background: #96A8BF;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.3020833333vw;
    border: none;
    padding: 1.0416666667vw 2.6041666667vw;
    border-radius: 50px;
    outline: none;
  }
  #single_house__slider__box #open_floorplan_gallery svg {
    height: 1.8229166667vw;
    width: auto;
  }
  #single_house__slider__box #open_floorplan_gallery svg path {
    fill: #fff;
  }
  #single_house__slider__box .label {
    position: absolute;
    top: 1.3020833333vw;
    left: 1.3020833333vw;
    border-radius: 10px;
    font-size: 1.8229166667vw;
    font-weight: 700;
    padding: 0.390625vw 1.5625vw;
    z-index: 3;
  }
  #single_house__slider__box .arrows .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    background: #fff;
    border-radius: 50%;
    width: 3.90625vw;
    height: 3.90625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    cursor: pointer;
  }
  #single_house__slider__box .arrows .arrow.slick-disabled, #single_house__slider__box .arrows .arrow.slick-hidden {
    opacity: 0;
  }
  #single_house__slider__box .arrows .arrow.prev {
    left: 15px;
  }
  #single_house__slider__box .arrows .arrow.next {
    right: 1.953125vw;
  }
  #single_house__slider {
    width: 100%;
    height: 39.0625vw;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
  #single_house__slider img {
    width: 100%;
    height: 39.0625vw;
    -o-object-fit: cover;
       object-fit: cover;
    font-size: 0;
  }
  #single_house__thumbnail_slider_box {
    position: relative;
    margin-top: 1.3020833333vw;
    height: 13.0208333333vw;
  }
  #single_house__thumbnail_slider_box .slick-list {
    margin: 0 -0.6510416667vw;
  }
  #single_house__thumbnail_slider_box .slick-list .slick-track {
    margin-left: 0;
  }
  #single_house__thumbnail_slider_box .slick-list .slick-track .slick-slide {
    margin: 0 0.6510416667vw;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
  #single_house__thumbnail_slider_box img {
    width: 100%;
    height: 13.0208333333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content__block {
    background: #fff;
    border-radius: 0 0 50px 0;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    padding: 3.2552083333vw 3.2552083333vw;
    overflow: hidden;
  }
  .content__block.project_info {
    display: flex;
    flex-wrap: wrap;
    min-height: unset;
  }
  .content__block.project_info.normal {
    min-height: unset;
  }
  .content__block.project_info .calculator {
    flex-wrap: wrap;
    align-self: flex-end;
  }
  .content__block.project_info .row {
    width: 100%;
    flex-grow: 1;
  }
  .content__block#housing_costs {
    padding: 3.2552083333vw 1.953125vw;
  }
  .content__block .info {
    display: flex;
    gap: 1.953125vw;
    margin-bottom: 1.953125vw;
  }
  .content__block .info .item {
    display: flex;
    align-items: center;
    gap: 1.3020833333vw;
  }
  .content__block .info svg {
    height: 1.953125vw;
    width: auto;
  }
  .content__block .info svg path {
    fill: #000000;
  }
  .content__block .info span, .content__block .info i {
    color: #000000;
  }
  .content__block .price {
    font-weight: 900;
    font-size: 2.8645833333vw;
    line-height: 3.90625vw;
    color: #000000;
  }
  .content__block .price.service {
    font-size: 1.8229166667vw;
    font-weight: 500;
  }
  .content__block hr {
    margin: 1.3020833333vw 0;
    border-color: #F2F5FA;
  }
  .content__block .housing_costs button {
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
  }
  .content__block h4 {
    font-size: 3.125vw;
    font-weight: 700;
    margin-bottom: 1.953125vw;
  }
  .content__block dl {
    display: flex;
    flex-wrap: wrap;
  }
  .content__block dl.prices {
    max-width: 52.6041666667vw;
  }
  .content__block dl.prices .font-weight-bold {
    border-color: #000000;
  }
  .content__block dl.prices dd {
    position: relative;
    text-align: right;
  }
  .content__block dl dt, .content__block dl dd {
    font-size: 1.5625vw;
    line-height: 2.734375vw;
    padding: 1.3020833333vw 0 1.3020833333vw 0;
    margin: 0;
    font-family: "Mulish", sans-serif;
  }
  .content__block dl dt a, .content__block dl dd a {
    text-decoration: underline;
    font-weight: 600;
  }
  .content__block dl dt {
    display: inline-block;
    width: 35.18519%;
    clear: left;
    border-top: 1px solid #ededed;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 600px) {
  .content__block dl dt {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .content__block dl dd {
    display: inline-block;
    width: 64.81481%;
    border-top: 1px solid #ededed;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 600px) {
  .content__block dl dd {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .sticky_box {
    position: sticky;
    top: 13.1510416667vw;
  }
  #desc {
    position: relative;
    min-height: 41.015625vw;
    max-height: 41.015625vw;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  #desc p, #desc li {
    font-size: 1.8229166667vw;
    line-height: 3.3854166667vw;
  }
  #desc ul {
    padding: 0 0 0 1.953125vw;
  }
  #desc.show {
    padding-bottom: 5.859375vw;
  }
  #desc .toggle_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, rgb(255, 255, 255) 6.5104166667vw, rgba(255, 255, 255, 0.6) 100%);
    z-index: 2;
    text-align: center;
    padding: 3.125vw 1.953125vw;
    transition: all 0.3s linear;
  }
  #desc .toggle_content.active {
    background: transparent;
    padding: 0 1.953125vw 1.0416666667vw 1.953125vw;
  }
  #desc .toggle_content button {
    background: #F2F5FA;
    border: 2px solid #F2F5FA;
    color: #000000;
    border-radius: 25px;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding: 0.78125vw 3.2552083333vw 1.0416666667vw 3.2552083333vw;
    outline: none;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
  }
  .energy_label {
    height: 3.125vw;
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    display: inline-block;
    position: relative;
    padding: 0 1.3020833333vw;
    margin: 0 1.5rem 0 0;
    background-color: #999;
    text-transform: uppercase;
  }
  .energy_label::after {
    content: "";
    position: absolute;
    width: 0;
    height: 3.125vw;
    top: 0;
    left: 100%;
    border-color: transparent transparent transparent #999;
    border-left-color: rgb(153, 153, 153);
    border-style: solid;
    border-width: 0.75rem 0 0.75rem 0.75rem;
  }
  .energy_label__a {
    color: #fff;
    background-color: #009342;
  }
  .energy_label__a::after {
    border-left-color: #009342;
  }
  .energy_label__b {
    color: #fff;
    background-color: #1ba943;
  }
  .energy_label__b::after {
    border-left-color: #1ba943;
  }
  .energy_label__c {
    color: #fff;
    background-color: #9ecf1b;
  }
  .energy_label__c::after {
    border-left-color: #9ecf1b;
  }
  .energy_label__d {
    color: #333;
    background-color: #f8f51c;
  }
  .energy_label__d::after {
    border-left-color: #f8f51c;
  }
  .tabs {
    display: flex;
    gap: 1.3020833333vw;
  }
  .tabs button {
    border: none;
    background: rgba(150, 168, 191, 0.2);
    font-weight: 600;
    border-radius: 25px 25px 0 0;
    padding: 1.0416666667vw 4.5572916667vw 1.3020833333vw 4.5572916667vw;
    outline: none;
    cursor: pointer;
    transition: all 0.1s;
    color: #000000;
  }
  .tabs button.is_active {
    background: #fff;
    z-index: 2;
  }
  #maps.single {
    height: 26.0416666667vw;
    border-radius: 0 0 50px 0;
    margin-top: 0;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 768px) {
  #maps.single {
    height: 350px !important;
  }
}
@media (max-width: 767.98px) {
  #broker {
    background: #fff;
    padding: 4.5572916667vw 0;
    margin-top: 5.859375vw;
  }
  #broker.placeholder {
    padding: 26.0416666667vw 0;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
  #broker__image {
    position: relative;
    height: 37.109375vw;
  }
  #broker__image svg {
    height: 37.109375vw;
    width: auto;
  }
  #broker__image img {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 23.4375vw;
    height: auto;
    max-height: 16.2760416667vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #not_available {
    height: 63.2vh;
    align-items: center;
  }
  .calculator {
    position: relative;
    padding: 3.125vw 0 1.8229166667vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .calculator.normal {
    padding: 0 0 1.8229166667vw 0;
  }
  .calculator .row {
    position: relative;
    z-index: 1;
  }
  #floorplan_images {
    display: none;
  }
  .project_info .item {
    position: relative;
  }
  .project_info .tooltip-text {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: auto;
    color: #000000 !important;
    font-size: 1.5625vw;
    background-color: #F2F5FA;
    border-radius: 10px;
    padding: 0.6510416667vw 1.3020833333vw;
    transition: 0.3s ease-in-out;
    white-space: nowrap;
  }
  .project_info .tooltip-text::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background-color: #F2F5FA;
    padding: 5px;
    z-index: 1;
  }
  .project_info .item:hover .tooltip-text {
    opacity: 1;
  }
  .project_info #bottom {
    top: 4.5572916667vw;
    left: -2.6041666667vw;
  }
  .project_info #bottom_2 {
    top: 4.5572916667vw;
    left: -5.2083333333vw;
  }
  .project_info #bottom_2::before {
    top: -5%;
    left: 45%;
  }
  .project_info #bottom::before {
    top: -5%;
    left: 45%;
  }
}
@media (max-width: 575.98px) {
  #single_house {
    padding-top: 6.6666666667vw;
    background: #F2F5FA;
  }
  #single_house__slider__box {
    position: relative;
  }
  #single_house__slider__box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26.6666666667vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.48%, rgba(0, 0, 0, 0.2) 100%);
  }
  #single_house__slider__box #open_gallery {
    background: transparent;
    border: none;
    position: absolute;
    left: 2.6666666667vw;
    bottom: 2.6666666667vw;
    z-index: 2;
    color: #fff;
    outline: none;
    font-size: 5.3333333333vw;
  }
  #single_house__slider__box #open_floorplan_gallery {
    position: absolute;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
    background: #96A8BF;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.6666666667vw;
    border: none;
    padding: 2.1333333333vw 5.3333333333vw;
    border-radius: 50px;
    outline: none;
  }
  #single_house__slider__box #open_floorplan_gallery svg {
    height: 3.7333333333vw;
    width: auto;
  }
  #single_house__slider__box #open_floorplan_gallery svg path {
    fill: #fff;
  }
  #single_house__slider__box .label {
    position: absolute;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    border-radius: 10px;
    font-size: 3.7333333333vw;
    font-weight: 700;
    padding: 0.8vw 3.2vw;
    z-index: 3;
  }
  #single_house__slider__box .arrows .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    background: #fff;
    border-radius: 50%;
    width: 8vw;
    height: 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    cursor: pointer;
  }
  #single_house__slider__box .arrows .arrow.slick-disabled, #single_house__slider__box .arrows .arrow.slick-hidden {
    opacity: 0;
  }
  #single_house__slider__box .arrows .arrow.prev {
    left: 15px;
  }
  #single_house__slider__box .arrows .arrow.next {
    right: 4vw;
  }
  #single_house__slider {
    width: 100%;
    height: 80vw;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
  #single_house__slider img {
    width: 100%;
    height: 80vw;
    -o-object-fit: cover;
       object-fit: cover;
    font-size: 0;
  }
  #single_house__thumbnail_slider_box {
    position: relative;
    margin-top: 2.6666666667vw;
    height: 26.6666666667vw;
  }
  #single_house__thumbnail_slider_box .slick-list {
    margin: 0 -1.3333333333vw;
  }
  #single_house__thumbnail_slider_box .slick-list .slick-track {
    margin-left: 0;
  }
  #single_house__thumbnail_slider_box .slick-list .slick-track .slick-slide {
    margin: 0 1.3333333333vw;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
  #single_house__thumbnail_slider_box img {
    width: 100%;
    height: 26.6666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content__block {
    background: #fff;
    border-radius: 0 0 50px 0;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    padding: 6.6666666667vw 6.6666666667vw;
    overflow: hidden;
  }
  .content__block.project_info {
    display: flex;
    flex-wrap: wrap;
    min-height: unset;
  }
  .content__block.project_info.normal {
    min-height: unset;
  }
  .content__block.project_info .calculator {
    flex-wrap: wrap;
    align-self: flex-end;
  }
  .content__block.project_info .row {
    width: 100%;
    flex-grow: 1;
  }
  .content__block#housing_costs {
    padding: 6.6666666667vw 4vw;
  }
  .content__block .info {
    display: flex;
    gap: 4vw;
    margin-bottom: 4vw;
  }
  .content__block .info .item {
    display: flex;
    align-items: center;
    gap: 2.6666666667vw;
  }
  .content__block .info svg {
    height: 4vw;
    width: auto;
  }
  .content__block .info svg path {
    fill: #000000;
  }
  .content__block .info span, .content__block .info i {
    color: #000000;
  }
  .content__block .price {
    font-weight: 900;
    font-size: 5.8666666667vw;
    line-height: 8vw;
    color: #000000;
  }
  .content__block .price.service {
    font-size: 3.7333333333vw;
    font-weight: 500;
  }
  .content__block hr {
    margin: 2.6666666667vw 0;
    border-color: #F2F5FA;
  }
  .content__block .housing_costs button {
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
  }
  .content__block h4 {
    font-size: 6.4vw;
    font-weight: 700;
    margin-bottom: 4vw;
  }
  .content__block dl {
    display: flex;
    flex-wrap: wrap;
  }
  .content__block dl.prices {
    max-width: 107.7333333333vw;
  }
  .content__block dl.prices .font-weight-bold {
    border-color: #000000;
  }
  .content__block dl.prices dd {
    position: relative;
    text-align: right;
  }
  .content__block dl dt, .content__block dl dd {
    font-size: 3.2vw;
    line-height: 5.6vw;
    padding: 2.6666666667vw 0 2.6666666667vw 0;
    margin: 0;
    font-family: "Mulish", sans-serif;
  }
  .content__block dl dt a, .content__block dl dd a {
    text-decoration: underline;
    font-weight: 600;
  }
  .content__block dl dt {
    display: inline-block;
    width: 35.18519%;
    clear: left;
    border-top: 1px solid #ededed;
    font-weight: 500;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 600px) {
  .content__block dl dt {
    width: 60%;
  }
}
@media (max-width: 575.98px) {
  .content__block dl dd {
    display: inline-block;
    width: 64.81481%;
    border-top: 1px solid #ededed;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 600px) {
  .content__block dl dd {
    width: 40%;
  }
}
@media (max-width: 575.98px) {
  .sticky_box {
    position: sticky;
    top: 26.9333333333vw;
  }
  #desc {
    position: relative;
    min-height: 84vw;
    max-height: 84vw;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  #desc p, #desc li {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
  #desc ul {
    padding: 0 0 0 4vw;
  }
  #desc.show {
    padding-bottom: 12vw;
  }
  #desc .toggle_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, rgb(255, 255, 255) 13.3333333333vw, rgba(255, 255, 255, 0.6) 100%);
    z-index: 2;
    text-align: center;
    padding: 6.4vw 4vw;
    transition: all 0.3s linear;
  }
  #desc .toggle_content.active {
    background: transparent;
    padding: 0 4vw 2.1333333333vw 4vw;
  }
  #desc .toggle_content button {
    background: #F2F5FA;
    border: 2px solid #F2F5FA;
    color: #000000;
    border-radius: 25px;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding: 1.6vw 6.6666666667vw 2.1333333333vw 6.6666666667vw;
    outline: none;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
  }
  .energy_label {
    height: 6.4vw;
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
    display: inline-block;
    position: relative;
    padding: 0 2.6666666667vw;
    margin: 0 1.5rem 0 0;
    background-color: #999;
    text-transform: uppercase;
  }
  .energy_label::after {
    content: "";
    position: absolute;
    width: 0;
    height: 6.4vw;
    top: 0;
    left: 100%;
    border-color: transparent transparent transparent #999;
    border-left-color: rgb(153, 153, 153);
    border-style: solid;
    border-width: 0.75rem 0 0.75rem 0.75rem;
  }
  .energy_label__a {
    color: #fff;
    background-color: #009342;
  }
  .energy_label__a::after {
    border-left-color: #009342;
  }
  .energy_label__b {
    color: #fff;
    background-color: #1ba943;
  }
  .energy_label__b::after {
    border-left-color: #1ba943;
  }
  .energy_label__c {
    color: #fff;
    background-color: #9ecf1b;
  }
  .energy_label__c::after {
    border-left-color: #9ecf1b;
  }
  .energy_label__d {
    color: #333;
    background-color: #f8f51c;
  }
  .energy_label__d::after {
    border-left-color: #f8f51c;
  }
  .tabs {
    display: flex;
    gap: 2.6666666667vw;
  }
  .tabs button {
    border: none;
    background: rgba(150, 168, 191, 0.2);
    font-weight: 600;
    border-radius: 25px 25px 0 0;
    padding: 2.1333333333vw 9.3333333333vw 2.6666666667vw 9.3333333333vw;
    outline: none;
    cursor: pointer;
    transition: all 0.1s;
    color: #000000;
  }
  .tabs button.is_active {
    background: #fff;
    z-index: 2;
  }
  #maps.single {
    height: 53.3333333333vw;
    border-radius: 0 0 50px 0;
    margin-top: 0;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 768px) {
  #maps.single {
    height: 350px !important;
  }
}
@media (max-width: 575.98px) {
  #broker {
    background: #fff;
    padding: 9.3333333333vw 0;
    margin-top: 12vw;
  }
  #broker.placeholder {
    padding: 53.3333333333vw 0;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
  #broker__image {
    position: relative;
    height: 76vw;
  }
  #broker__image svg {
    height: 76vw;
    width: auto;
  }
  #broker__image img {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48vw;
    height: auto;
    max-height: 33.3333333333vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #not_available {
    height: 63.2vh;
    align-items: center;
  }
  .calculator {
    position: relative;
    padding: 6.4vw 0 3.7333333333vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .calculator.normal {
    padding: 0 0 3.7333333333vw 0;
  }
  .calculator .row {
    position: relative;
    z-index: 1;
  }
  #floorplan_images {
    display: none;
  }
  .project_info .item {
    position: relative;
  }
  .project_info .tooltip-text {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: auto;
    color: #000000 !important;
    font-size: 3.2vw;
    background-color: #F2F5FA;
    border-radius: 10px;
    padding: 1.3333333333vw 2.6666666667vw;
    transition: 0.3s ease-in-out;
    white-space: nowrap;
  }
  .project_info .tooltip-text::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background-color: #F2F5FA;
    padding: 5px;
    z-index: 1;
  }
  .project_info .item:hover .tooltip-text {
    opacity: 1;
  }
  .project_info #bottom {
    top: 9.3333333333vw;
    left: -5.3333333333vw;
  }
  .project_info #bottom_2 {
    top: 9.3333333333vw;
    left: -10.6666666667vw;
  }
  .project_info #bottom_2::before {
    top: -5%;
    left: 45%;
  }
  .project_info #bottom::before {
    top: -5%;
    left: 45%;
  }
}
#single_project {
  padding-top: 25px;
  padding-bottom: 35px;
  background: #F2F5FA;
}
#single_project a:not(.fw_normal) {
  font-weight: 600;
}
#single_project a:not(.fw_normal).city {
  color: #000000;
}
#single_project .content__block.side {
  min-height: 566px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
#single_project .content__block.side .bottom {
  align-self: flex-end;
}
#single_project #available_houses {
  padding-top: 25px;
}
#single_project #available_houses .overlay {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.placeholder {
  animation-duration: 1.7s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeholderAnimate;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
  background-size: 1300px;
}

@media (max-width: 1799.98px) {
  #single_project {
    padding-top: 1.5625vw;
    padding-bottom: 2.1875vw;
    background: #F2F5FA;
  }
  #single_project a:not(.fw_normal) {
    font-weight: 600;
  }
  #single_project a:not(.fw_normal).city {
    color: #000000;
  }
  #single_project .content__block.side {
    min-height: 35.375vw;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  #single_project .content__block.side .bottom {
    align-self: flex-end;
  }
  #single_project #available_houses {
    padding-top: 1.5625vw;
  }
  #single_project #available_houses .overlay {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .placeholder {
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
}
@media (max-width: 991.98px) {
  #single_project {
    padding-top: 1.7361111111vw;
    padding-bottom: 2.4305555556vw;
    background: #F2F5FA;
  }
  #single_project a:not(.fw_normal) {
    font-weight: 600;
  }
  #single_project a:not(.fw_normal).city {
    color: #000000;
  }
  #single_project .content__block.side {
    min-height: 39.3055555556vw;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  #single_project .content__block.side .bottom {
    align-self: flex-end;
  }
  #single_project #available_houses {
    padding-top: 1.7361111111vw;
  }
  #single_project #available_houses .overlay {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .placeholder {
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
}
@media (max-width: 767.98px) {
  #single_project {
    padding-top: 3.2552083333vw;
    padding-bottom: 4.5572916667vw;
    background: #F2F5FA;
  }
  #single_project a:not(.fw_normal) {
    font-weight: 600;
  }
  #single_project a:not(.fw_normal).city {
    color: #000000;
  }
  #single_project .content__block.side {
    min-height: 73.6979166667vw;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  #single_project .content__block.side .bottom {
    align-self: flex-end;
  }
  #single_project #available_houses {
    padding-top: 3.2552083333vw;
  }
  #single_project #available_houses .overlay {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .placeholder {
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
}
@media (max-width: 575.98px) {
  #single_project {
    padding-top: 6.6666666667vw;
    padding-bottom: 9.3333333333vw;
    background: #F2F5FA;
  }
  #single_project a:not(.fw_normal) {
    font-weight: 600;
  }
  #single_project a:not(.fw_normal).city {
    color: #000000;
  }
  #single_project .content__block.side {
    min-height: 150.9333333333vw;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  #single_project .content__block.side .bottom {
    align-self: flex-end;
  }
  #single_project #available_houses {
    padding-top: 6.6666666667vw;
  }
  #single_project #available_houses .overlay {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .placeholder {
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
}
#vacancies {
  padding: 100px 0 100px 0;
  background: #F2F5FA;
}
#vacancies .vacancy {
  background: #fff;
  border-radius: 0 0 50px 0;
  padding: 25px;
}
#vacancies .vacancy p, #vacancies .vacancy span {
  color: #000000;
}
#vacancies .vacancy .title {
  font-size: 24px;
  font-weight: 700;
}
#vacancies .vacancy .labels {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#vacancies .vacancy .labels .label {
  background: #96A8BF;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
}
#vacancies .vacancy .content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
#vacancies .vacancy .read_more {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
#vacancies.single {
  padding-top: 25px;
}
#vacancies.single p a {
  color: #e30613;
}

#content.vacancies {
  padding: 100px 0;
}

@media (max-width: 1799.98px) {
  #vacancies {
    padding: 6.25vw 0 6.25vw 0;
    background: #F2F5FA;
  }
  #vacancies .vacancy {
    background: #fff;
    border-radius: 0 0 50px 0;
    padding: 1.5625vw;
  }
  #vacancies .vacancy p, #vacancies .vacancy span {
    color: #000000;
  }
  #vacancies .vacancy .title {
    font-size: 1.5vw;
    font-weight: 700;
  }
  #vacancies .vacancy .labels {
    display: flex;
    gap: 0.3125vw;
    flex-wrap: wrap;
    margin-bottom: 0.625vw;
  }
  #vacancies .vacancy .labels .label {
    background: #96A8BF;
    color: #fff;
    border-radius: 10px;
    padding: 0.3125vw 0.625vw;
    font-size: 0.875vw;
    line-height: 1.25vw;
  }
  #vacancies .vacancy .content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  #vacancies .vacancy .read_more {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.625vw;
  }
  #vacancies.single {
    padding-top: 1.5625vw;
  }
  #vacancies.single p a {
    color: #e30613;
  }
  #content.vacancies {
    padding: 6.25vw 0;
  }
}
@media (max-width: 991.98px) {
  #vacancies {
    padding: 6.9444444444vw 0 6.9444444444vw 0;
    background: #F2F5FA;
  }
  #vacancies .vacancy {
    background: #fff;
    border-radius: 0 0 50px 0;
    padding: 1.7361111111vw;
  }
  #vacancies .vacancy p, #vacancies .vacancy span {
    color: #000000;
  }
  #vacancies .vacancy .title {
    font-size: 1.6666666667vw;
    font-weight: 700;
  }
  #vacancies .vacancy .labels {
    display: flex;
    gap: 0.3472222222vw;
    flex-wrap: wrap;
    margin-bottom: 0.6944444444vw;
  }
  #vacancies .vacancy .labels .label {
    background: #96A8BF;
    color: #fff;
    border-radius: 10px;
    padding: 0.3472222222vw 0.6944444444vw;
    font-size: 0.9722222222vw;
    line-height: 1.3888888889vw;
  }
  #vacancies .vacancy .content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  #vacancies .vacancy .read_more {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.6944444444vw;
  }
  #vacancies.single {
    padding-top: 1.7361111111vw;
  }
  #vacancies.single p a {
    color: #e30613;
  }
  #content.vacancies {
    padding: 6.9444444444vw 0;
  }
}
@media (max-width: 767.98px) {
  #vacancies {
    padding: 13.0208333333vw 0 13.0208333333vw 0;
    background: #F2F5FA;
  }
  #vacancies .vacancy {
    background: #fff;
    border-radius: 0 0 50px 0;
    padding: 3.2552083333vw;
  }
  #vacancies .vacancy p, #vacancies .vacancy span {
    color: #000000;
  }
  #vacancies .vacancy .title {
    font-size: 3.125vw;
    font-weight: 700;
  }
  #vacancies .vacancy .labels {
    display: flex;
    gap: 0.6510416667vw;
    flex-wrap: wrap;
    margin-bottom: 1.3020833333vw;
  }
  #vacancies .vacancy .labels .label {
    background: #96A8BF;
    color: #fff;
    border-radius: 10px;
    padding: 0.6510416667vw 1.3020833333vw;
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
  }
  #vacancies .vacancy .content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  #vacancies .vacancy .read_more {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 1.3020833333vw;
  }
  #vacancies.single {
    padding-top: 3.2552083333vw;
  }
  #vacancies.single p a {
    color: #e30613;
  }
  #content.vacancies {
    padding: 13.0208333333vw 0;
  }
}
@media (max-width: 575.98px) {
  #vacancies {
    padding: 26.6666666667vw 0 26.6666666667vw 0;
    background: #F2F5FA;
  }
  #vacancies .vacancy {
    background: #fff;
    border-radius: 0 0 50px 0;
    padding: 6.6666666667vw;
  }
  #vacancies .vacancy p, #vacancies .vacancy span {
    color: #000000;
  }
  #vacancies .vacancy .title {
    font-size: 6.4vw;
    font-weight: 700;
  }
  #vacancies .vacancy .labels {
    display: flex;
    gap: 1.3333333333vw;
    flex-wrap: wrap;
    margin-bottom: 2.6666666667vw;
  }
  #vacancies .vacancy .labels .label {
    background: #96A8BF;
    color: #fff;
    border-radius: 10px;
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
  #vacancies .vacancy .content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  #vacancies .vacancy .read_more {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 2.6666666667vw;
  }
  #vacancies.single {
    padding-top: 6.6666666667vw;
  }
  #vacancies.single p a {
    color: #e30613;
  }
  #content.vacancies {
    padding: 26.6666666667vw 0;
  }
}
#login, #register {
  padding: 100px 0;
}
#login .block, #register .block {
  background: #F2F5FA;
  padding: 30px 35px;
  border-radius: 0 0 50px 0;
  height: 100%;
}
#login .block h3, #register .block h3 {
  font-weight: 700;
}
#login .block.help, #register .block.help {
  min-height: auto;
}

.auth0-lock-alternative-link {
  display: none !important;
}

.auth0-lock.auth0-lock .auth0-lock-header {
  display: none !important;
}

.auth0-lock.auth0-lock .auth0-lock-cred-pane {
  background: unset !important;
  border-radius: 0 !important;
}

.auth0-lock.auth0-lock .auth0-lock-center {
  padding: 0 !important;
}
.auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget {
  width: 100% !important;
}
.auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form {
  padding: 0 !important;
}
.auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email svg, .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password svg {
  display: none !important;
}
.auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon, .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon {
  border: none !important;
}
.auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email input, .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password input {
  border: 1px solid #9CB4C5;
  border-radius: 10px !important;
  padding: 11px 10px 11px 47px !important;
  height: unset !important;
  width: 100% !important;
}
.auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email {
  position: relative;
}
.auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email .auth0-lock-input-wrap {
  position: relative;
}
.auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email .auth0-lock-input-wrap::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Pro", sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  z-index: 2;
  color: #9CB4C5;
}
.auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password {
  position: relative;
}
.auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password > div .auth0-lock-input-wrap {
  position: relative;
}
.auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password > div .auth0-lock-input-wrap::before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro", sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  z-index: 2;
  color: #9CB4C5;
}

.auth0-lock.auth0-lock .auth0-lock-submit {
  background: #e30613 !important;
  border-radius: 25px !important;
  padding: 8px 25px 12px 25px !important;
  text-transform: unset !important;
  width: -moz-max-content !important;
  width: max-content !important;
  margin-left: auto;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  font-size: unset !important;
  margin-top: 8px;
}
.auth0-lock.auth0-lock .auth0-lock-submit .auth0-label-submit {
  position: relative;
  font-weight: 700 !important;
  height: unset !important;
  font-size: 16px !important;
  line-height: 26px !important;
  display: flex;
  gap: 15px;
  transform: unset !important;
  padding-right: 35px;
}
.auth0-lock.auth0-lock .auth0-lock-submit .auth0-label-submit::after {
  content: "\f138";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 300;
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
  transform: translateY(-50%);
}
.auth0-lock.auth0-lock .auth0-lock-submit .icon-text {
  display: none !important;
}

#login .btn_blue {
  border-radius: 25px !important;
  justify-content: center;
  padding: 15px 25px;
  display: flex;
  gap: 15px;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}

.auth0-lock.auth0-lock .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon {
  padding-left: 0 !important;
}

@media (max-width: 1799.98px) {
  #login, #register {
    padding: 6.25vw 0;
  }
  #login .block, #register .block {
    background: #F2F5FA;
    padding: 1.875vw 2.1875vw;
    border-radius: 0 0 50px 0;
    height: 100%;
  }
  #login .block h3, #register .block h3 {
    font-weight: 700;
  }
  #login .block.help, #register .block.help {
    min-height: auto;
  }
  .auth0-lock-alternative-link {
    display: none !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-header {
    display: none !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-cred-pane {
    background: unset !important;
    border-radius: 0 !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center {
    padding: 0 !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget {
    width: 100% !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form {
    padding: 0 !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email svg, .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password svg {
    display: none !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon, .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon {
    border: none !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email input, .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password input {
    border: 1px solid #9CB4C5;
    border-radius: 0.625vw !important;
    padding: 0.6875vw 0.625vw 0.6875vw 2.9375vw !important;
    height: unset !important;
    width: 100% !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email {
    position: relative;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email .auth0-lock-input-wrap {
    position: relative;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email .auth0-lock-input-wrap::before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.9375vw;
    z-index: 2;
    color: #9CB4C5;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password {
    position: relative;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password > div .auth0-lock-input-wrap {
    position: relative;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password > div .auth0-lock-input-wrap::before {
    content: "\f023";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.9375vw;
    z-index: 2;
    color: #9CB4C5;
  }
  .auth0-lock.auth0-lock .auth0-lock-submit {
    background: #e30613 !important;
    border-radius: 1.5625vw !important;
    padding: 0.5vw 1.5625vw 0.75vw 1.5625vw !important;
    text-transform: unset !important;
    width: -moz-max-content !important;
    width: max-content !important;
    margin-left: auto;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    font-size: unset !important;
    margin-top: 0.5vw;
  }
  .auth0-lock.auth0-lock .auth0-lock-submit .auth0-label-submit {
    position: relative;
    font-weight: 700 !important;
    height: unset !important;
    font-size: 1vw !important;
    line-height: 1.625vw !important;
    display: flex;
    gap: 0.9375vw;
    transform: unset !important;
    padding-right: 2.1875vw;
  }
  .auth0-lock.auth0-lock .auth0-lock-submit .auth0-label-submit::after {
    content: "\f138";
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: 300;
    position: absolute;
    top: calc(50% + 0.125vw);
    right: 0;
    transform: translateY(-50%);
  }
  .auth0-lock.auth0-lock .auth0-lock-submit .icon-text {
    display: none !important;
  }
  #login .btn_blue {
    border-radius: 1.5625vw !important;
    justify-content: center;
    padding: 0.9375vw 1.5625vw;
    display: flex;
    gap: 0.9375vw;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  .auth0-lock.auth0-lock .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon {
    padding-left: 0 !important;
  }
}
@media (max-width: 991.98px) {
  #login, #register {
    padding: 6.9444444444vw 0;
  }
  #login .block, #register .block {
    background: #F2F5FA;
    padding: 2.0833333333vw 2.4305555556vw;
    border-radius: 0 0 50px 0;
    height: 100%;
  }
  #login .block h3, #register .block h3 {
    font-weight: 700;
  }
  #login .block.help, #register .block.help {
    min-height: auto;
  }
  .auth0-lock-alternative-link {
    display: none !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-header {
    display: none !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-cred-pane {
    background: unset !important;
    border-radius: 0 !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center {
    padding: 0 !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget {
    width: 100% !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form {
    padding: 0 !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email svg, .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password svg {
    display: none !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon, .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon {
    border: none !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email input, .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password input {
    border: 1px solid #9CB4C5;
    border-radius: 0.6944444444vw !important;
    padding: 0.7638888889vw 0.6944444444vw 0.7638888889vw 3.2638888889vw !important;
    height: unset !important;
    width: 100% !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email {
    position: relative;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email .auth0-lock-input-wrap {
    position: relative;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email .auth0-lock-input-wrap::before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.0416666667vw;
    z-index: 2;
    color: #9CB4C5;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password {
    position: relative;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password > div .auth0-lock-input-wrap {
    position: relative;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password > div .auth0-lock-input-wrap::before {
    content: "\f023";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.0416666667vw;
    z-index: 2;
    color: #9CB4C5;
  }
  .auth0-lock.auth0-lock .auth0-lock-submit {
    background: #e30613 !important;
    border-radius: 1.7361111111vw !important;
    padding: 0.5555555556vw 1.7361111111vw 0.8333333333vw 1.7361111111vw !important;
    text-transform: unset !important;
    width: -moz-max-content !important;
    width: max-content !important;
    margin-left: auto;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    font-size: unset !important;
    margin-top: 0.5555555556vw;
  }
  .auth0-lock.auth0-lock .auth0-lock-submit .auth0-label-submit {
    position: relative;
    font-weight: 700 !important;
    height: unset !important;
    font-size: 1.1111111111vw !important;
    line-height: 1.8055555556vw !important;
    display: flex;
    gap: 1.0416666667vw;
    transform: unset !important;
    padding-right: 2.4305555556vw;
  }
  .auth0-lock.auth0-lock .auth0-lock-submit .auth0-label-submit::after {
    content: "\f138";
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: 300;
    position: absolute;
    top: calc(50% + 0.1388888889vw);
    right: 0;
    transform: translateY(-50%);
  }
  .auth0-lock.auth0-lock .auth0-lock-submit .icon-text {
    display: none !important;
  }
  #login .btn_blue {
    border-radius: 1.7361111111vw !important;
    justify-content: center;
    padding: 1.0416666667vw 1.7361111111vw;
    display: flex;
    gap: 1.0416666667vw;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  .auth0-lock.auth0-lock .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon {
    padding-left: 0 !important;
  }
}
@media (max-width: 767.98px) {
  #login, #register {
    padding: 4.5572916667vw 0;
  }
  #login .block, #register .block {
    background: #F2F5FA;
    padding: 3.90625vw 4.5572916667vw;
    border-radius: 0 0 50px 0;
    height: auto;
  }
  #login .block h3, #register .block h3 {
    font-weight: 700;
  }
  #login .block.help, #register .block.help {
    min-height: auto;
  }
  .auth0-lock-alternative-link {
    display: none !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-header {
    display: none !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-cred-pane {
    background: unset !important;
    border-radius: 0 !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center {
    padding: 0 !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget {
    width: 100% !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form {
    padding: 0 !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email svg, .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password svg {
    display: none !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon, .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon {
    border: none !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email input, .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password input {
    border: 1px solid #9CB4C5;
    border-radius: 1.3020833333vw !important;
    padding: 1.4322916667vw 1.3020833333vw 1.4322916667vw 6.1197916667vw !important;
    height: unset !important;
    width: 100% !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email {
    position: relative;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email .auth0-lock-input-wrap {
    position: relative;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email .auth0-lock-input-wrap::before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.953125vw;
    z-index: 2;
    color: #9CB4C5;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password {
    position: relative;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password > div .auth0-lock-input-wrap {
    position: relative;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password > div .auth0-lock-input-wrap::before {
    content: "\f023";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.953125vw;
    z-index: 2;
    color: #9CB4C5;
  }
  .auth0-lock.auth0-lock .auth0-lock-submit {
    background: #e30613 !important;
    border-radius: 3.2552083333vw !important;
    padding: 1.0416666667vw 3.2552083333vw 1.5625vw 3.2552083333vw !important;
    text-transform: unset !important;
    width: -moz-max-content !important;
    width: max-content !important;
    margin-left: auto;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    font-size: unset !important;
    margin-top: 1.0416666667vw;
  }
  .auth0-lock.auth0-lock .auth0-lock-submit .auth0-label-submit {
    position: relative;
    font-weight: 700 !important;
    height: unset !important;
    font-size: 1.8229166667vw !important;
    line-height: 3.90625vw !important;
    display: flex;
    gap: 1.953125vw;
    transform: unset !important;
    padding-right: 4.5572916667vw;
  }
  .auth0-lock.auth0-lock .auth0-lock-submit .auth0-label-submit::after {
    content: "\f138";
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: 300;
    position: absolute;
    top: calc(50% + 0.2604166667vw);
    right: 0;
    transform: translateY(-50%);
  }
  .auth0-lock.auth0-lock .auth0-lock-submit .icon-text {
    display: none !important;
  }
  #login .btn_blue {
    border-radius: 3.2552083333vw !important;
    justify-content: center;
    padding: 1.953125vw 3.2552083333vw;
    display: flex;
    gap: 1.953125vw;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  .auth0-lock.auth0-lock .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon {
    padding-left: 0 !important;
  }
}
@media (max-width: 575.98px) {
  #login, #register {
    padding: 9.3333333333vw 0;
  }
  #login .block, #register .block {
    background: #F2F5FA;
    padding: 8vw 9.3333333333vw;
    border-radius: 0 0 50px 0;
    height: auto;
  }
  #login .block h3, #register .block h3 {
    font-weight: 700;
  }
  #login .block.help, #register .block.help {
    min-height: auto;
  }
  .auth0-lock-alternative-link {
    display: none !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-header {
    display: none !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-cred-pane {
    background: unset !important;
    border-radius: 0 !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center {
    padding: 0 !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget {
    width: 100% !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form {
    padding: 0 !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email svg, .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password svg {
    display: none !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon, .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon {
    border: none !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email input, .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password input {
    border: 1px solid #9CB4C5;
    border-radius: 2.6666666667vw !important;
    padding: 2.9333333333vw 2.6666666667vw 2.9333333333vw 12.5333333333vw !important;
    height: unset !important;
    width: 100% !important;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email {
    position: relative;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email .auth0-lock-input-wrap {
    position: relative;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-email .auth0-lock-input-wrap::before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
    z-index: 2;
    color: #9CB4C5;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password {
    position: relative;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password > div .auth0-lock-input-wrap {
    position: relative;
  }
  .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget .auth0-lock-form .auth0-lock-input-show-password > div .auth0-lock-input-wrap::before {
    content: "\f023";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
    z-index: 2;
    color: #9CB4C5;
  }
  .auth0-lock.auth0-lock .auth0-lock-submit {
    background: #e30613 !important;
    border-radius: 6.6666666667vw !important;
    padding: 2.1333333333vw 6.6666666667vw 3.2vw 6.6666666667vw !important;
    text-transform: unset !important;
    width: -moz-max-content !important;
    width: max-content !important;
    margin-left: auto;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    font-size: unset !important;
    margin-top: 2.1333333333vw;
  }
  .auth0-lock.auth0-lock .auth0-lock-submit .auth0-label-submit {
    position: relative;
    font-weight: 700 !important;
    height: unset !important;
    font-size: 3.7333333333vw !important;
    line-height: 8vw !important;
    display: flex;
    gap: 4vw;
    transform: unset !important;
    padding-right: 9.3333333333vw;
  }
  .auth0-lock.auth0-lock .auth0-lock-submit .auth0-label-submit::after {
    content: "\f138";
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: 300;
    position: absolute;
    top: calc(50% + 0.5333333333vw);
    right: 0;
    transform: translateY(-50%);
  }
  .auth0-lock.auth0-lock .auth0-lock-submit .icon-text {
    display: none !important;
  }
  #login .btn_blue {
    border-radius: 6.6666666667vw !important;
    justify-content: center;
    padding: 4vw 6.6666666667vw;
    display: flex;
    gap: 4vw;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  .auth0-lock.auth0-lock .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon {
    padding-left: 0 !important;
  }
}
.auth0-lock-alternative {
  position: absolute;
}
@media only screen and (max-width: 600px) {
  .auth0-lock-alternative {
    position: relative;
  }
}

.auth0-lock.auth0-lock .auth0-lock-input-wrap {
  background: transparent !important;
}

.auth0-lock.auth0-lock .auth0-lock-form p {
  text-align: left !important;
  margin-bottom: 10px !important;
}

.auth0-lock.auth0-lock {
  z-index: 1 !important;
}

@media only screen and (max-width: 600px) {
  .auth0-lock.auth0-lock .auth0-lock-cred-pane-internal-wrapper {
    height: auto !important;
  }
}
.auth0-lock.auth0-lock .auth0-global-message.auth0-global-message-error {
  background: unset !important;
}

.auth0-lock.auth0-lock .auth0-global-message {
  text-align: left !important;
}
.auth0-lock.auth0-lock .auth0-global-message span {
  color: #e30613 !important;
  text-decoration: none !important;
}

#service {
  padding: 50px 0 0 0;
}
#service h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}
#service #login {
  margin-top: 0;
  padding-top: 0;
}
#service #login .block {
  margin-left: 25px;
}
#service p a {
  color: inherit;
  font-weight: bold;
}

@media (max-width: 1799.98px) {
  #service {
    padding: 3.125vw 0 0 0;
  }
  #service h2 {
    font-size: 1.875vw;
    line-height: 2.125vw;
    font-weight: 700;
    margin-bottom: 0.9375vw;
  }
  #service #login {
    margin-top: 0;
    padding-top: 0;
  }
  #service #login .block {
    margin-left: 1.5625vw;
  }
  #service p a {
    color: inherit;
    font-weight: bold;
  }
}
@media (max-width: 991.98px) {
  #service {
    padding: 3.4722222222vw 0 0 0;
  }
  #service h2 {
    font-size: 2.0833333333vw;
    line-height: 2.3611111111vw;
    font-weight: 700;
    margin-bottom: 1.0416666667vw;
  }
  #service #login {
    margin-top: 0;
    padding-top: 0;
  }
  #service #login .block {
    margin-left: 1.7361111111vw;
  }
  #service p a {
    color: inherit;
    font-weight: bold;
  }
}
@media (max-width: 767.98px) {
  #service {
    padding: 3.2552083333vw 0 0 0;
  }
  #service h2 {
    font-size: 3.90625vw;
    line-height: 4.4270833333vw;
    font-weight: 700;
    margin-bottom: 1.953125vw;
  }
  #service #login {
    margin-top: 0;
    padding-top: 3.2552083333vw;
  }
  #service #login .block {
    margin-left: 0;
  }
  #service p a {
    color: inherit;
    font-weight: bold;
  }
}
@media (max-width: 575.98px) {
  #service {
    padding: 6.6666666667vw 0 0 0;
  }
  #service h2 {
    font-size: 8vw;
    line-height: 9.0666666667vw;
    font-weight: 700;
    margin-bottom: 4vw;
  }
  #service #login {
    margin-top: 0;
    padding-top: 6.6666666667vw;
  }
  #service #login .block {
    margin-left: 0;
  }
  #service p a {
    color: inherit;
    font-weight: bold;
  }
}
#search_results {
  padding: 75px 0;
}
#search_results h3, #search_results p {
  color: #000000;
}
#search_results h3 {
  font-weight: 700;
}
#search_results .type {
  font-weight: 600;
}

#breadcrumb {
  background: #F2F5FA;
  padding: 5px 0;
}
#breadcrumb a, #breadcrumb span {
  font-size: 14px;
  color: #000000;
}
#breadcrumb a.breadcrumb_last, #breadcrumb span.breadcrumb_last {
  font-weight: 600;
}

@media (max-width: 1799.98px) {
  #search_results {
    padding: 4.6875vw 0;
  }
  #search_results h3, #search_results p {
    color: #000000;
  }
  #search_results h3 {
    font-weight: 700;
  }
  #search_results .type {
    font-weight: 600;
  }
  #breadcrumb {
    background: #F2F5FA;
    padding: 0.3125vw 0;
  }
  #breadcrumb a, #breadcrumb span {
    font-size: 0.875vw;
    color: #000000;
  }
  #breadcrumb a.breadcrumb_last, #breadcrumb span.breadcrumb_last {
    font-weight: 600;
  }
}
@media (max-width: 991.98px) {
  #search_results {
    padding: 5.2083333333vw 0;
  }
  #search_results h3, #search_results p {
    color: #000000;
  }
  #search_results h3 {
    font-weight: 700;
  }
  #search_results .type {
    font-weight: 600;
  }
  #breadcrumb {
    background: #F2F5FA;
    padding: 0.3472222222vw 0;
  }
  #breadcrumb a, #breadcrumb span {
    font-size: 0.9722222222vw;
    color: #000000;
  }
  #breadcrumb a.breadcrumb_last, #breadcrumb span.breadcrumb_last {
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  #search_results {
    padding: 9.765625vw 0;
  }
  #search_results h3, #search_results p {
    color: #000000;
  }
  #search_results h3 {
    font-weight: 700;
  }
  #search_results .type {
    font-weight: 600;
  }
  #breadcrumb {
    background: #F2F5FA;
    padding: 0.6510416667vw 0;
  }
  #breadcrumb a, #breadcrumb span {
    font-size: 1.8229166667vw;
    color: #000000;
  }
  #breadcrumb a.breadcrumb_last, #breadcrumb span.breadcrumb_last {
    font-weight: 600;
  }
}
@media (max-width: 575.98px) {
  #search_results {
    padding: 20vw 0;
  }
  #search_results h3, #search_results p {
    color: #000000;
  }
  #search_results h3 {
    font-weight: 700;
  }
  #search_results .type {
    font-weight: 600;
  }
  #breadcrumb {
    background: #F2F5FA;
    padding: 1.3333333333vw 0;
  }
  #breadcrumb a, #breadcrumb span {
    font-size: 3.7333333333vw;
    color: #000000;
  }
  #breadcrumb a.breadcrumb_last, #breadcrumb span.breadcrumb_last {
    font-weight: 600;
  }
}
#loading_screen {
  padding: 60px 0;
}
#loading_screen a:not(.btn) {
  all: unset;
  text-decoration: underline;
  cursor: pointer;
}

#my-woonhave {
  padding-bottom: 50px;
}
#my-woonhave .nav_bar {
  background: #F2F5FA;
}
#my-woonhave .nav_bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  #my-woonhave .nav_bar ul {
    display: block;
  }
}
#my-woonhave .nav_bar ul li {
  position: relative;
  padding: 25px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: transparent;
}
#my-woonhave .nav_bar ul li a {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
#my-woonhave .nav_bar ul li a .count {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #e30613;
  color: #fff;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#my-woonhave .nav_bar ul li .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  background: #F2F5FA;
  width: -moz-max-content;
  width: max-content;
  display: block;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
#my-woonhave .nav_bar ul li .dropdown li {
  padding: 10px 15px;
}
#my-woonhave .nav_bar ul li:hover .dropdown {
  visibility: visible;
  opacity: 1;
}
#my-woonhave .nav_bar ul li.current-menu-item {
  border-color: #e30613;
}
#my-woonhave .nav_bar ul li svg {
  height: 20px;
  width: auto;
  margin-top: -4px;
}
#my-woonhave .nav_bar ul li svg path {
  fill: #e30613;
}
#my-woonhave .nav_bar #logout {
  background: transparent;
  border: none;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #000000;
  gap: 5px;
  font-size: 14px;
  line-height: 20px;
  margin-right: 0;
}
#my-woonhave .nav_bar #logout svg {
  height: 20px;
  width: auto;
  margin-top: 2px;
}
#my-woonhave .nav_bar #logout svg path {
  fill: #e30613;
}
@media only screen and (max-width: 768px) {
  #my-woonhave .nav_bar .dropdown_nav {
    position: relative;
    margin: 0 0;
  }
  #my-woonhave .nav_bar .dropdown_nav.show .nav_select {
    border-radius: 25px 25px 0 0;
  }
  #my-woonhave .nav_bar .dropdown_nav.show ul:not(.nav_select) {
    max-height: 500px;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) {
    position: absolute;
    top: 100%;
    z-index: 4;
    left: 0;
    width: 100%;
    background: #fff;
    max-height: 0;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden;
    transition: all 0.3s;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li {
    border-top: 1px solid #f4f4f4;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li.current-menu-item {
    background: #f4f4f4;
    border: none;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li a {
    width: 100%;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li .count {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #my-woonhave .nav_bar .dropdown_nav .nav_select {
    background-color: #fff;
    color: #000000;
    width: 100%;
    padding: 15px 35px 15px 20px;
    display: block;
    border-radius: 25px;
    background-image: url("../svg/icons/chevron-down-black.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right 20px;
    transition: all 0.3s;
  }
  #my-woonhave .nav_bar .dropdown_nav .nav_select .count {
    display: none;
  }
  #my-woonhave .nav_bar .dropdown_nav .nav_select li {
    border: none;
    padding: 0;
  }
}
#my-woonhave .details {
  padding: 25px 0;
}
#my-woonhave .details .name {
  font-weight: 700;
  font-size: 24px;
}

#blocks {
  margin-top: 35px;
}
#blocks .block {
  background: #F2F5FA;
  padding: 30px;
  border-radius: 0 0 50px 0;
  min-height: 255px;
}
@media only screen and (max-width: 768px) {
  #blocks .block p {
    margin-bottom: 5px;
  }
}
#blocks .block.document {
  position: relative;
  text-align: center;
  min-height: unset;
  height: 100%;
  cursor: pointer;
}
#blocks .block.document .blank {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #96A8BF;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#blocks .block.document .blank i {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
#blocks .block.document svg.file {
  width: auto;
  height: 65px;
  transition: all 0.3s;
  margin-bottom: 15px;
}
#blocks .block.document svg.file path, #blocks .block.document svg.file polygon {
  fill: #96A8BF;
  transition: all 0.3s;
}
#blocks .block.document svg.file path.letter, #blocks .block.document svg.file polygon.letter {
  fill: #fff;
}
#blocks .block.document p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
#blocks .block.document:hover .file path, #blocks .block.document:hover .file polygon {
  fill: #e30613;
}
#blocks .block.contractor, #blocks .block.scheduled, #blocks .block.h-auto {
  min-height: unset;
}
#blocks .block.scheduled svg {
  height: 50px;
  width: auto;
  margin-bottom: 10px;
}
#blocks .block.scheduled svg path {
  fill: #e30613;
}
#blocks .block.accordion {
  min-height: unset;
}
#blocks .block.accordion .accordion__header {
  position: relative;
}
#blocks .block.accordion .accordion__header h3 {
  display: inline-block;
}
#blocks .block.accordion .accordion__header .label {
  display: inline-block;
  margin-left: 10px;
  line-height: 16px;
  padding: 8px 15px 10px 15px;
  border-radius: 25px;
  background: #dedede;
  color: #000000;
  position: relative;
  top: -2px;
  font-size: 14px;
}
#blocks .block.accordion .accordion__header .label.declined {
  background: #e30613;
  color: #fff;
}
#blocks .block.accordion .accordion__header p {
  font-weight: 400;
}
#blocks .block.accordion .accordion__header .icon {
  position: relative;
  height: 15px;
}
#blocks .block.accordion .accordion__header .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#blocks .block.accordion.open .accordion__header i {
  transform: rotate(90deg) translate(-50%, -50%);
  transform-origin: 0 0;
}
#blocks .block.main {
  padding-left: 50px;
}
#blocks .block.main h3 {
  position: relative;
}
#blocks .block.main h3 svg {
  height: 25px;
  width: auto;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
#blocks .block.main h3 svg path {
  fill: #e30613;
}
#blocks .block.project {
  padding: 0;
}
#blocks .block.project .img_box {
  position: relative;
  height: 255px;
  width: 100%;
  overflow: hidden;
}
#blocks .block.project .img_box img {
  height: 255px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#blocks .block.project .img_box .project_name {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 2;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.5);
}
#blocks .block.project .info {
  padding: 15px 30px 30px 30px;
}
#blocks .block.help {
  background: #e30613;
}
#blocks .block.help.bg_blue {
  background: #96A8BF;
  min-height: unset;
}
#blocks .block.help h3, #blocks .block.help p, #blocks .block.help span, #blocks .block.help a {
  color: #fff;
}
#blocks .block h3, #blocks .block h4 {
  font-weight: 700;
  margin-bottom: 15px;
}
#blocks .block h3 {
  font-size: 24px;
  line-height: 32px;
}
#blocks .block h4 {
  font-size: 20px;
  line-height: 28px;
}
#blocks .block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#blocks .block ul li {
  padding: 0;
  margin-bottom: 5px;
}
#blocks .block ul li a {
  color: #000000;
  font-weight: 300;
}
#blocks .block ul li a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro", sans-serif;
  margin-right: 10px;
  font-weight: 300;
}
#blocks .block ul li a .label {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 10px;
  margin-left: 5px;
  font-weight: 500;
  background: #96A8BF;
  color: #fff;
}
#blocks .block ul li a .label.unhandled, #blocks .block ul li a .label.declined {
  background: #e30613;
  color: #fff;
}
#blocks .block .list ul {
  list-style: disc;
  padding: 0 0 0 15px;
}
#blocks .block.messages {
  min-height: unset;
}
#blocks .block table {
  width: 100%;
}
#blocks .block table td {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
}

.stepper {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 35px 0 25px 0;
}
.stepper::before {
  content: "";
  border-width: 2px 0 0 0;
  border-style: dashed;
  border-color: #96A8BF;
  position: absolute;
  top: 30px;
  left: 0;
  width: calc(100% - 11px);
  height: 100%;
  z-index: 0;
}
.stepper .step {
  position: relative;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
}
.stepper .step:not(:first-child, :last-child) .number {
  margin: 0 auto 10px auto;
}
.stepper .step .number {
  font-weight: 700;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #dedede;
  background: #dedede;
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
}
.stepper .step .number svg {
  height: 35px;
  width: auto;
}
.stepper .step .number svg path {
  fill: #000000;
}
.stepper .step .number i {
  font-size: 24px;
}
.stepper .step p {
  color: #000000;
  font-weight: 500;
}
.stepper .step.active .number {
  background: #e30613;
  color: #fff;
  border-color: #e30613;
}
.stepper .step.active .number svg path {
  fill: #fff;
}
@media only screen and (max-width: 768px) {
  .stepper .step p {
    display: none;
    font-size: 12px;
  }
  .stepper .step.current p {
    display: block;
  }
}

.alert {
  border-width: 2px;
  border-style: dashed;
  border-color: #96A8BF;
  background: #DDE8EF;
  padding: 20px;
  display: flex;
  gap: 25px;
}
.alert.red {
  background: #e30613;
  color: #fff;
  border: none;
}
.alert.red svg {
  color: #fff;
}
.alert.red svg path {
  fill: #fff;
}
.alert p {
  margin-bottom: 0;
  color: #677A87;
}
.alert p a {
  font-weight: 700;
}
.alert svg {
  width: 85px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .alert svg {
    display: none;
  }
}
.alert svg path {
  fill: #96A8BF;
}

.form .box.option {
  display: flex;
  gap: 20px;
}
.form .box select {
  background-color: #fff;
  border: 1px solid #96A8BF;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 400px;
  max-width: 400px;
  width: 100%;
  background-image: url("../svg/icons/chevron-down-black.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 20px;
}
.form hr {
  border-width: 1px 0 0 0;
  border-color: #96A8BF;
  border-style: solid;
}
.form hr.dashed {
  border-width: 2px 0 0 0;
  border-style: dashed;
}

select, input:not([type=radio], [type=checkbox], .range-min, .range-max), textarea {
  outline: none;
  border: 1px solid #96A8BF;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #fff;
}

textarea {
  width: 100%;
}

.step_button {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .step_button {
    font-size: 9px;
    padding: 12.5px 15px;
  }
}
.step_button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.step_button.back {
  background: #96A8BF;
}
.step_button.back svg {
  rotate: 180deg;
}

.dropbox {
  position: relative;
  height: 200px;
  background: #fff;
  border: 1px solid #96A8BF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dropbox input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#uploaded_images .img_box {
  position: relative;
  height: 150px;
}
#uploaded_images .img_box img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#uploaded_images .img_box span {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #e30613;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#uploaded_images .img_box span svg {
  width: 16px;
  height: auto;
}
#uploaded_images .img_box span svg path {
  fill: #fff;
}

#message_overview {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-height: 300px;
  overflow: scroll;
  margin: 0 -15px 15px -15px;
  padding: 0 15px;
}

.chats .chat {
  padding: 15px 10px;
  border-bottom: 1px solid #DDE8EF;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000000;
  font-weight: 500;
}
.chats .chat:last-child {
  border: none;
}
.chats .chat svg {
  width: 24px;
  height: auto;
}
.chats .chat .message {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .chats .chat .message span {
    font-size: 14px;
    line-height: 20px;
  }
}
.chats .chat .date {
  color: #96A8BF;
  justify-self: flex-end;
  width: 100%;
}

.messages hr {
  margin: 10px 0;
}
.messages .message_box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.messages .message_box .message {
  background: #fff;
  padding: 8px 15px;
  border-radius: 20px 20px 0px 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 1px 2px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.messages .message_box .date {
  font-size: 12px;
  margin-top: 5px;
  color: rgb(150, 168, 191);
}
.messages .message_box.woonhave .message {
  border-radius: 20px 20px 20px 0px;
}
.messages .message_box.tenant {
  justify-content: flex-end;
}
.messages .message_box.tenant .message {
  background: rgb(150, 168, 191);
  color: #fff;
  margin-left: auto;
}
.messages .message_box.tenant .date {
  text-align: right;
}
.messages form input {
  padding-right: 45px;
}

.date_box {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.date_box input {
  min-width: 300px;
}
.date_box #calender_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
  background: rgb(150, 168, 191);
  height: calc(100% - 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 8px 8px 0;
  width: 47px;
  cursor: pointer;
}
.date_box #calender_icon svg {
  height: 25px;
  width: auto;
}
.date_box #calender_icon svg path {
  fill: #fff;
}

#success i {
  font-size: 45px;
  color: green;
  margin-bottom: 10px;
}
#success h3 {
  color: green;
}

#images {
  margin: 0 -5px;
}
#images .col-12 {
  padding: 0 5px;
}
#images .col-md-3 {
  margin-bottom: 10px;
}
#images img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

#contract_changes_overview .contract_changes .head span {
  font-weight: 700;
}
#contract_changes_overview .contract_changes__body {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
#contract_changes_overview .contract_changes__body .row {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 1799.98px) {
  #loading_screen {
    padding: 3.75vw 0;
  }
  #loading_screen a:not(.btn) {
    all: unset;
    text-decoration: underline;
    cursor: pointer;
  }
  #my-woonhave {
    padding-bottom: 3.125vw;
  }
  #my-woonhave .nav_bar {
    background: #F2F5FA;
  }
  #my-woonhave .nav_bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.875vw;
  }
}
@media only screen and (max-width: 1799.98px) and (max-width: 768px) {
  #my-woonhave .nav_bar ul {
    display: block;
  }
}
@media (max-width: 1799.98px) {
  #my-woonhave .nav_bar ul li {
    position: relative;
    padding: 1.5625vw 0;
    display: flex;
    align-items: center;
    gap: 0.625vw;
    border-width: 0 0 0.1875vw 0;
    border-style: solid;
    border-color: transparent;
  }
  #my-woonhave .nav_bar ul li a {
    position: relative;
    font-size: 0.875vw;
    line-height: 1.25vw;
    color: #000000;
  }
  #my-woonhave .nav_bar ul li a .count {
    position: absolute;
    top: -0.9375vw;
    right: -0.9375vw;
    background: #e30613;
    color: #fff;
    font-weight: 700;
    width: 1.25vw;
    height: 1.25vw;
    border-radius: 50%;
    font-size: 0.75vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #my-woonhave .nav_bar ul li .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: #F2F5FA;
    width: -moz-max-content;
    width: max-content;
    display: block;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
  }
  #my-woonhave .nav_bar ul li .dropdown li {
    padding: 0.625vw 0.9375vw;
  }
  #my-woonhave .nav_bar ul li:hover .dropdown {
    visibility: visible;
    opacity: 1;
  }
  #my-woonhave .nav_bar ul li.current-menu-item {
    border-color: #e30613;
  }
  #my-woonhave .nav_bar ul li svg {
    height: 1.25vw;
    width: auto;
    margin-top: -0.25vw;
  }
  #my-woonhave .nav_bar ul li svg path {
    fill: #e30613;
  }
  #my-woonhave .nav_bar #logout {
    background: transparent;
    border: none;
    padding: 0.9375vw 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #000000;
    gap: 0.3125vw;
    font-size: 0.875vw;
    line-height: 1.25vw;
    margin-right: 0;
  }
  #my-woonhave .nav_bar #logout svg {
    height: 1.25vw;
    width: auto;
    margin-top: 0.125vw;
  }
  #my-woonhave .nav_bar #logout svg path {
    fill: #e30613;
  }
}
@media only screen and (max-width: 1799.98px) and (max-width: 768px) {
  #my-woonhave .nav_bar .dropdown_nav {
    position: relative;
    margin: 0 0;
  }
  #my-woonhave .nav_bar .dropdown_nav.show .nav_select {
    border-radius: 25px 25px 0 0;
  }
  #my-woonhave .nav_bar .dropdown_nav.show ul:not(.nav_select) {
    max-height: 500px;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) {
    position: absolute;
    top: 100%;
    z-index: 4;
    left: 0;
    width: 100%;
    background: #fff;
    max-height: 0;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden;
    transition: all 0.3s;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li {
    border-top: 1px solid #f4f4f4;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li.current-menu-item {
    background: #f4f4f4;
    border: none;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li a {
    width: 100%;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li .count {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #my-woonhave .nav_bar .dropdown_nav .nav_select {
    background-color: #fff;
    color: #000000;
    width: 100%;
    padding: 0.9375vw 2.1875vw 0.9375vw 1.25vw;
    display: block;
    border-radius: 25px;
    background-image: url("../svg/icons/chevron-down-black.svg");
    background-repeat: no-repeat;
    background-size: 0.9375vw;
    background-position: center right 1.25vw;
    transition: all 0.3s;
  }
  #my-woonhave .nav_bar .dropdown_nav .nav_select .count {
    display: none;
  }
  #my-woonhave .nav_bar .dropdown_nav .nav_select li {
    border: none;
    padding: 0;
  }
}
@media (max-width: 1799.98px) {
  #my-woonhave .details {
    padding: 1.5625vw 0;
  }
  #my-woonhave .details .name {
    font-weight: 700;
    font-size: 1.5vw;
  }
  #blocks {
    margin-top: 2.1875vw;
  }
  #blocks .block {
    background: #F2F5FA;
    padding: 1.875vw;
    border-radius: 0 0 50px 0;
    min-height: 15.9375vw;
  }
}
@media only screen and (max-width: 1799.98px) and (max-width: 768px) {
  #blocks .block p {
    margin-bottom: 0.3125vw;
  }
}
@media (max-width: 1799.98px) {
  #blocks .block.document {
    position: relative;
    text-align: center;
    min-height: unset;
    height: 100%;
    cursor: pointer;
  }
  #blocks .block.document .blank {
    position: absolute;
    top: 0.625vw;
    right: 0.625vw;
    background: #96A8BF;
    border-radius: 50%;
    width: 1.25vw;
    height: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #blocks .block.document .blank i {
    color: #fff;
    font-size: 0.75vw;
    font-weight: 700;
  }
  #blocks .block.document svg.file {
    width: auto;
    height: 4.0625vw;
    transition: all 0.3s;
    margin-bottom: 0.9375vw;
  }
  #blocks .block.document svg.file path, #blocks .block.document svg.file polygon {
    fill: #96A8BF;
    transition: all 0.3s;
  }
  #blocks .block.document svg.file path.letter, #blocks .block.document svg.file polygon.letter {
    fill: #fff;
  }
  #blocks .block.document p {
    margin-bottom: 0;
    font-size: 0.875vw;
    line-height: 1.25vw;
  }
  #blocks .block.document:hover .file path, #blocks .block.document:hover .file polygon {
    fill: #e30613;
  }
  #blocks .block.contractor, #blocks .block.scheduled, #blocks .block.h-auto {
    min-height: unset;
  }
  #blocks .block.scheduled svg {
    height: 3.125vw;
    width: auto;
    margin-bottom: 0.625vw;
  }
  #blocks .block.scheduled svg path {
    fill: #e30613;
  }
  #blocks .block.accordion {
    min-height: unset;
  }
  #blocks .block.accordion .accordion__header {
    position: relative;
  }
  #blocks .block.accordion .accordion__header h3 {
    display: inline-block;
  }
  #blocks .block.accordion .accordion__header .label {
    display: inline-block;
    margin-left: 0.625vw;
    line-height: 1vw;
    padding: 0.5vw 0.9375vw 0.625vw 0.9375vw;
    border-radius: 25px;
    background: #dedede;
    color: #000000;
    position: relative;
    top: -0.125vw;
    font-size: 0.875vw;
  }
  #blocks .block.accordion .accordion__header .label.declined {
    background: #e30613;
    color: #fff;
  }
  #blocks .block.accordion .accordion__header p {
    font-weight: 400;
  }
  #blocks .block.accordion .accordion__header .icon {
    position: relative;
    height: 0.9375vw;
  }
  #blocks .block.accordion .accordion__header .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #blocks .block.accordion.open .accordion__header i {
    transform: rotate(90deg) translate(-50%, -50%);
    transform-origin: 0 0;
  }
  #blocks .block.main {
    padding-left: 3.125vw;
  }
  #blocks .block.main h3 {
    position: relative;
  }
  #blocks .block.main h3 svg {
    height: 1.5625vw;
    width: auto;
    position: absolute;
    left: -1.875vw;
    top: 50%;
    transform: translateY(-50%);
  }
  #blocks .block.main h3 svg path {
    fill: #e30613;
  }
  #blocks .block.project {
    padding: 0;
  }
  #blocks .block.project .img_box {
    position: relative;
    height: 15.9375vw;
    width: 100%;
    overflow: hidden;
  }
  #blocks .block.project .img_box img {
    height: 15.9375vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #blocks .block.project .img_box .project_name {
    position: absolute;
    bottom: 1.25vw;
    left: 1.25vw;
    color: #fff;
    z-index: 2;
    font-size: 1.25vw;
    font-weight: 600;
    text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.5);
  }
  #blocks .block.project .info {
    padding: 0.9375vw 1.875vw 1.875vw 1.875vw;
  }
  #blocks .block.help {
    background: #e30613;
  }
  #blocks .block.help.bg_blue {
    background: #96A8BF;
    min-height: unset;
  }
  #blocks .block.help h3, #blocks .block.help p, #blocks .block.help span, #blocks .block.help a {
    color: #fff;
  }
  #blocks .block h3, #blocks .block h4 {
    font-weight: 700;
    margin-bottom: 0.9375vw;
  }
  #blocks .block h3 {
    font-size: 1.5vw;
    line-height: 2vw;
  }
  #blocks .block h4 {
    font-size: 1.25vw;
    line-height: 1.75vw;
  }
  #blocks .block ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #blocks .block ul li {
    padding: 0;
    margin-bottom: 0.3125vw;
  }
  #blocks .block ul li a {
    color: #000000;
    font-weight: 300;
  }
  #blocks .block ul li a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-right: 0.625vw;
    font-weight: 300;
  }
  #blocks .block ul li a .label {
    padding: 0.3125vw 0.625vw;
    font-size: 0.75vw;
    border-radius: 10px;
    margin-left: 0.3125vw;
    font-weight: 500;
    background: #96A8BF;
    color: #fff;
  }
  #blocks .block ul li a .label.unhandled, #blocks .block ul li a .label.declined {
    background: #e30613;
    color: #fff;
  }
  #blocks .block .list ul {
    list-style: disc;
    padding: 0 0 0 0.9375vw;
  }
  #blocks .block.messages {
    min-height: unset;
  }
  #blocks .block table {
    width: 100%;
  }
  #blocks .block table td {
    border-bottom: 1px solid #dedede;
    padding: 0.625vw 0;
  }
  .stepper {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 2.1875vw 0 1.5625vw 0;
  }
  .stepper::before {
    content: "";
    border-width: 2px 0 0 0;
    border-style: dashed;
    border-color: #96A8BF;
    position: absolute;
    top: 1.875vw;
    left: 0;
    width: calc(100% - 11px);
    height: 100%;
    z-index: 0;
  }
  .stepper .step {
    position: relative;
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    z-index: 2;
  }
  .stepper .step:not(:first-child, :last-child) .number {
    margin: 0 auto 0.625vw auto;
  }
  .stepper .step .number {
    font-weight: 700;
    border-radius: 50%;
    height: 3.75vw;
    width: 3.75vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #dedede;
    background: #dedede;
    margin-bottom: 0.625vw;
    font-size: 1.5vw;
    color: #fff;
  }
  .stepper .step .number svg {
    height: 2.1875vw;
    width: auto;
  }
  .stepper .step .number svg path {
    fill: #000000;
  }
  .stepper .step .number i {
    font-size: 1.5vw;
  }
  .stepper .step p {
    color: #000000;
    font-weight: 500;
  }
  .stepper .step.active .number {
    background: #e30613;
    color: #fff;
    border-color: #e30613;
  }
  .stepper .step.active .number svg path {
    fill: #fff;
  }
}
@media only screen and (max-width: 1799.98px) and (max-width: 768px) {
  .stepper .step p {
    display: none;
    font-size: 0.75vw;
  }
  .stepper .step.current p {
    display: block;
  }
}
@media (max-width: 1799.98px) {
  .alert {
    border-width: 2px;
    border-style: dashed;
    border-color: #96A8BF;
    background: #DDE8EF;
    padding: 1.25vw;
    display: flex;
    gap: 1.5625vw;
  }
  .alert.red {
    background: #e30613;
    color: #fff;
    border: none;
  }
  .alert.red svg {
    color: #fff;
  }
  .alert.red svg path {
    fill: #fff;
  }
  .alert p {
    margin-bottom: 0;
    color: #677A87;
  }
  .alert p a {
    font-weight: 700;
  }
  .alert svg {
    width: 5.3125vw;
    height: auto;
  }
}
@media only screen and (max-width: 1799.98px) and (max-width: 768px) {
  .alert svg {
    display: none;
  }
}
@media (max-width: 1799.98px) {
  .alert svg path {
    fill: #96A8BF;
  }
  .form .box.option {
    display: flex;
    gap: 1.25vw;
  }
  .form .box select {
    background-color: #fff;
    border: 1px solid #96A8BF;
    border-radius: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    min-width: 25vw;
    max-width: 25vw;
    width: 100%;
    background-image: url("../svg/icons/chevron-down-black.svg");
    background-repeat: no-repeat;
    background-position: center right 1.25vw;
    background-size: 1.25vw;
  }
  .form hr {
    border-width: 1px 0 0 0;
    border-color: #96A8BF;
    border-style: solid;
  }
  .form hr.dashed {
    border-width: 2px 0 0 0;
    border-style: dashed;
  }
  select, input:not([type=radio], [type=checkbox], .range-min, .range-max), textarea {
    outline: none;
    border: 1px solid #96A8BF;
    border-radius: 10px;
    padding: 0.625vw 1.25vw;
    background-color: #fff;
  }
  textarea {
    width: 100%;
  }
  .step_button {
    cursor: pointer;
  }
}
@media only screen and (max-width: 1799.98px) and (max-width: 768px) {
  .step_button {
    font-size: 0.5625vw;
    padding: 0.78125vw 0.9375vw;
  }
}
@media (max-width: 1799.98px) {
  .step_button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .step_button.back {
    background: #96A8BF;
  }
  .step_button.back svg {
    rotate: 180deg;
  }
  .dropbox {
    position: relative;
    height: 12.5vw;
    background: #fff;
    border: 1px solid #96A8BF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .dropbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  #uploaded_images .img_box {
    position: relative;
    height: 9.375vw;
  }
  #uploaded_images .img_box img {
    height: 9.375vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.625vw;
  }
  #uploaded_images .img_box span {
    position: absolute;
    top: -0.625vw;
    right: -0.625vw;
    background: #e30613;
    border-radius: 50%;
    width: 1.875vw;
    height: 1.875vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  #uploaded_images .img_box span svg {
    width: 1vw;
    height: auto;
  }
  #uploaded_images .img_box span svg path {
    fill: #fff;
  }
  #message_overview {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-height: 18.75vw;
    overflow: scroll;
    margin: 0 -0.9375vw 0.9375vw -0.9375vw;
    padding: 0 0.9375vw;
  }
  .chats .chat {
    padding: 0.9375vw 0.625vw;
    border-bottom: 1px solid #DDE8EF;
    display: flex;
    align-items: center;
    gap: 0.9375vw;
    color: #000000;
    font-weight: 500;
  }
  .chats .chat:last-child {
    border: none;
  }
  .chats .chat svg {
    width: 1.5vw;
    height: auto;
  }
  .chats .chat .message {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1799.98px) and (max-width: 768px) {
  .chats .chat .message span {
    font-size: 0.875vw;
    line-height: 1.25vw;
  }
}
@media (max-width: 1799.98px) {
  .chats .chat .date {
    color: #96A8BF;
    justify-self: flex-end;
    width: 100%;
  }
  .messages hr {
    margin: 0.625vw 0;
  }
  .messages .message_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .messages .message_box .message {
    background: #fff;
    padding: 0.5vw 0.9375vw;
    border-radius: 1.25vw 1.25vw 0vw 1.25vw;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 1.375vw;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 1px 2px;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
  .messages .message_box .date {
    font-size: 0.75vw;
    margin-top: 0.3125vw;
    color: rgb(150, 168, 191);
  }
  .messages .message_box.woonhave .message {
    border-radius: 1.25vw 1.25vw 1.25vw 0vw;
  }
  .messages .message_box.tenant {
    justify-content: flex-end;
  }
  .messages .message_box.tenant .message {
    background: rgb(150, 168, 191);
    color: #fff;
    margin-left: auto;
  }
  .messages .message_box.tenant .date {
    text-align: right;
  }
  .messages form input {
    padding-right: 2.8125vw;
  }
  .date_box {
    position: relative;
    width: -moz-max-content;
    width: max-content;
  }
  .date_box input {
    min-width: 300px;
  }
  .date_box #calender_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
    background: rgb(150, 168, 191);
    height: calc(100% - 1px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 8px 0;
    width: 47px;
    cursor: pointer;
  }
  .date_box #calender_icon svg {
    height: 1.5625vw;
    width: auto;
  }
  .date_box #calender_icon svg path {
    fill: #fff;
  }
  #success i {
    font-size: 2.8125vw;
    color: green;
    margin-bottom: 0.625vw;
  }
  #success h3 {
    color: green;
  }
  #images {
    margin: 0 -0.3125vw;
  }
  #images .col-12 {
    padding: 0 0.3125vw;
  }
  #images .col-md-3 {
    margin-bottom: 0.625vw;
  }
  #images img {
    height: 9.375vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.625vw;
  }
  #contract_changes_overview .contract_changes .head span {
    font-weight: 700;
  }
  #contract_changes_overview .contract_changes__body {
    max-height: 18.75vw;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #contract_changes_overview .contract_changes__body .row {
    padding-top: 0.3125vw;
    padding-bottom: 0.3125vw;
    border-bottom: 1px solid #e0e0e0;
  }
}
@media (max-width: 991.98px) {
  #loading_screen {
    padding: 4.1666666667vw 0;
  }
  #loading_screen a:not(.btn) {
    all: unset;
    text-decoration: underline;
    cursor: pointer;
  }
  #my-woonhave {
    padding-bottom: 3.4722222222vw;
  }
  #my-woonhave .nav_bar {
    background: #F2F5FA;
  }
  #my-woonhave .nav_bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2.0833333333vw;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 768px) {
  #my-woonhave .nav_bar ul {
    display: block;
  }
}
@media (max-width: 991.98px) {
  #my-woonhave .nav_bar ul li {
    position: relative;
    padding: 1.7361111111vw 0;
    display: flex;
    align-items: center;
    gap: 0.6944444444vw;
    border-width: 0 0 0.2083333333vw 0;
    border-style: solid;
    border-color: transparent;
  }
  #my-woonhave .nav_bar ul li a {
    position: relative;
    font-size: 0.9722222222vw;
    line-height: 1.3888888889vw;
    color: #000000;
  }
  #my-woonhave .nav_bar ul li a .count {
    position: absolute;
    top: -1.0416666667vw;
    right: -1.0416666667vw;
    background: #e30613;
    color: #fff;
    font-weight: 700;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    border-radius: 50%;
    font-size: 0.8333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #my-woonhave .nav_bar ul li .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: #F2F5FA;
    width: -moz-max-content;
    width: max-content;
    display: block;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
  }
  #my-woonhave .nav_bar ul li .dropdown li {
    padding: 0.6944444444vw 1.0416666667vw;
  }
  #my-woonhave .nav_bar ul li:hover .dropdown {
    visibility: visible;
    opacity: 1;
  }
  #my-woonhave .nav_bar ul li.current-menu-item {
    border-color: #e30613;
  }
  #my-woonhave .nav_bar ul li svg {
    height: 1.3888888889vw;
    width: auto;
    margin-top: -0.2777777778vw;
  }
  #my-woonhave .nav_bar ul li svg path {
    fill: #e30613;
  }
  #my-woonhave .nav_bar #logout {
    background: transparent;
    border: none;
    padding: 1.0416666667vw 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #000000;
    gap: 0.3472222222vw;
    font-size: 0.9722222222vw;
    line-height: 1.3888888889vw;
    margin-right: 0;
  }
  #my-woonhave .nav_bar #logout svg {
    height: 1.3888888889vw;
    width: auto;
    margin-top: 0.1388888889vw;
  }
  #my-woonhave .nav_bar #logout svg path {
    fill: #e30613;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 768px) {
  #my-woonhave .nav_bar .dropdown_nav {
    position: relative;
    margin: 0 0;
  }
  #my-woonhave .nav_bar .dropdown_nav.show .nav_select {
    border-radius: 25px 25px 0 0;
  }
  #my-woonhave .nav_bar .dropdown_nav.show ul:not(.nav_select) {
    max-height: 500px;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) {
    position: absolute;
    top: 100%;
    z-index: 4;
    left: 0;
    width: 100%;
    background: #fff;
    max-height: 0;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden;
    transition: all 0.3s;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li {
    border-top: 1px solid #f4f4f4;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li.current-menu-item {
    background: #f4f4f4;
    border: none;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li a {
    width: 100%;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li .count {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #my-woonhave .nav_bar .dropdown_nav .nav_select {
    background-color: #fff;
    color: #000000;
    width: 100%;
    padding: 1.0416666667vw 2.4305555556vw 1.0416666667vw 1.3888888889vw;
    display: block;
    border-radius: 25px;
    background-image: url("../svg/icons/chevron-down-black.svg");
    background-repeat: no-repeat;
    background-size: 1.0416666667vw;
    background-position: center right 1.3888888889vw;
    transition: all 0.3s;
  }
  #my-woonhave .nav_bar .dropdown_nav .nav_select .count {
    display: none;
  }
  #my-woonhave .nav_bar .dropdown_nav .nav_select li {
    border: none;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  #my-woonhave .details {
    padding: 1.7361111111vw 0;
  }
  #my-woonhave .details .name {
    font-weight: 700;
    font-size: 1.6666666667vw;
  }
  #blocks {
    margin-top: 2.4305555556vw;
  }
  #blocks .block {
    background: #F2F5FA;
    padding: 2.0833333333vw;
    border-radius: 0 0 50px 0;
    min-height: 17.7083333333vw;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 768px) {
  #blocks .block p {
    margin-bottom: 0.3472222222vw;
  }
}
@media (max-width: 991.98px) {
  #blocks .block.document {
    position: relative;
    text-align: center;
    min-height: unset;
    height: 100%;
    cursor: pointer;
  }
  #blocks .block.document .blank {
    position: absolute;
    top: 0.6944444444vw;
    right: 0.6944444444vw;
    background: #96A8BF;
    border-radius: 50%;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #blocks .block.document .blank i {
    color: #fff;
    font-size: 0.8333333333vw;
    font-weight: 700;
  }
  #blocks .block.document svg.file {
    width: auto;
    height: 4.5138888889vw;
    transition: all 0.3s;
    margin-bottom: 1.0416666667vw;
  }
  #blocks .block.document svg.file path, #blocks .block.document svg.file polygon {
    fill: #96A8BF;
    transition: all 0.3s;
  }
  #blocks .block.document svg.file path.letter, #blocks .block.document svg.file polygon.letter {
    fill: #fff;
  }
  #blocks .block.document p {
    margin-bottom: 0;
    font-size: 0.9722222222vw;
    line-height: 1.3888888889vw;
  }
  #blocks .block.document:hover .file path, #blocks .block.document:hover .file polygon {
    fill: #e30613;
  }
  #blocks .block.contractor, #blocks .block.scheduled, #blocks .block.h-auto {
    min-height: unset;
  }
  #blocks .block.scheduled svg {
    height: 3.4722222222vw;
    width: auto;
    margin-bottom: 0.6944444444vw;
  }
  #blocks .block.scheduled svg path {
    fill: #e30613;
  }
  #blocks .block.accordion {
    min-height: unset;
  }
  #blocks .block.accordion .accordion__header {
    position: relative;
  }
  #blocks .block.accordion .accordion__header h3 {
    display: inline-block;
  }
  #blocks .block.accordion .accordion__header .label {
    display: inline-block;
    margin-left: 0.6944444444vw;
    line-height: 1.1111111111vw;
    padding: 0.5555555556vw 1.0416666667vw 0.6944444444vw 1.0416666667vw;
    border-radius: 25px;
    background: #dedede;
    color: #000000;
    position: relative;
    top: -0.1388888889vw;
    font-size: 0.9722222222vw;
  }
  #blocks .block.accordion .accordion__header .label.declined {
    background: #e30613;
    color: #fff;
  }
  #blocks .block.accordion .accordion__header p {
    font-weight: 400;
  }
  #blocks .block.accordion .accordion__header .icon {
    position: relative;
    height: 1.0416666667vw;
  }
  #blocks .block.accordion .accordion__header .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #blocks .block.accordion.open .accordion__header i {
    transform: rotate(90deg) translate(-50%, -50%);
    transform-origin: 0 0;
  }
  #blocks .block.main {
    padding-left: 3.4722222222vw;
  }
  #blocks .block.main h3 {
    position: relative;
  }
  #blocks .block.main h3 svg {
    height: 1.7361111111vw;
    width: auto;
    position: absolute;
    left: -2.0833333333vw;
    top: 50%;
    transform: translateY(-50%);
  }
  #blocks .block.main h3 svg path {
    fill: #e30613;
  }
  #blocks .block.project {
    padding: 0;
  }
  #blocks .block.project .img_box {
    position: relative;
    height: 17.7083333333vw;
    width: 100%;
    overflow: hidden;
  }
  #blocks .block.project .img_box img {
    height: 17.7083333333vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #blocks .block.project .img_box .project_name {
    position: absolute;
    bottom: 1.3888888889vw;
    left: 1.3888888889vw;
    color: #fff;
    z-index: 2;
    font-size: 1.3888888889vw;
    font-weight: 600;
    text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.5);
  }
  #blocks .block.project .info {
    padding: 1.0416666667vw 2.0833333333vw 2.0833333333vw 2.0833333333vw;
  }
  #blocks .block.help {
    background: #e30613;
  }
  #blocks .block.help.bg_blue {
    background: #96A8BF;
    min-height: unset;
  }
  #blocks .block.help h3, #blocks .block.help p, #blocks .block.help span, #blocks .block.help a {
    color: #fff;
  }
  #blocks .block h3, #blocks .block h4 {
    font-weight: 700;
    margin-bottom: 1.0416666667vw;
  }
  #blocks .block h3 {
    font-size: 1.6666666667vw;
    line-height: 2.2222222222vw;
  }
  #blocks .block h4 {
    font-size: 1.3888888889vw;
    line-height: 1.9444444444vw;
  }
  #blocks .block ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #blocks .block ul li {
    padding: 0;
    margin-bottom: 0.3472222222vw;
  }
  #blocks .block ul li a {
    color: #000000;
    font-weight: 300;
  }
  #blocks .block ul li a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-right: 0.6944444444vw;
    font-weight: 300;
  }
  #blocks .block ul li a .label {
    padding: 0.3472222222vw 0.6944444444vw;
    font-size: 0.8333333333vw;
    border-radius: 10px;
    margin-left: 0.3472222222vw;
    font-weight: 500;
    background: #96A8BF;
    color: #fff;
  }
  #blocks .block ul li a .label.unhandled, #blocks .block ul li a .label.declined {
    background: #e30613;
    color: #fff;
  }
  #blocks .block .list ul {
    list-style: disc;
    padding: 0 0 0 1.0416666667vw;
  }
  #blocks .block.messages {
    min-height: unset;
  }
  #blocks .block table {
    width: 100%;
  }
  #blocks .block table td {
    border-bottom: 1px solid #dedede;
    padding: 0.6944444444vw 0;
  }
  .stepper {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 2.4305555556vw 0 1.7361111111vw 0;
  }
  .stepper::before {
    content: "";
    border-width: 2px 0 0 0;
    border-style: dashed;
    border-color: #96A8BF;
    position: absolute;
    top: 2.0833333333vw;
    left: 0;
    width: calc(100% - 11px);
    height: 100%;
    z-index: 0;
  }
  .stepper .step {
    position: relative;
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    z-index: 2;
  }
  .stepper .step:not(:first-child, :last-child) .number {
    margin: 0 auto 0.6944444444vw auto;
  }
  .stepper .step .number {
    font-weight: 700;
    border-radius: 50%;
    height: 4.1666666667vw;
    width: 4.1666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #dedede;
    background: #dedede;
    margin-bottom: 0.6944444444vw;
    font-size: 1.6666666667vw;
    color: #fff;
  }
  .stepper .step .number svg {
    height: 2.4305555556vw;
    width: auto;
  }
  .stepper .step .number svg path {
    fill: #000000;
  }
  .stepper .step .number i {
    font-size: 1.6666666667vw;
  }
  .stepper .step p {
    color: #000000;
    font-weight: 500;
  }
  .stepper .step.active .number {
    background: #e30613;
    color: #fff;
    border-color: #e30613;
  }
  .stepper .step.active .number svg path {
    fill: #fff;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 768px) {
  .stepper .step p {
    display: none;
    font-size: 0.8333333333vw;
  }
  .stepper .step.current p {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .alert {
    border-width: 2px;
    border-style: dashed;
    border-color: #96A8BF;
    background: #DDE8EF;
    padding: 1.3888888889vw;
    display: flex;
    gap: 1.7361111111vw;
  }
  .alert.red {
    background: #e30613;
    color: #fff;
    border: none;
  }
  .alert.red svg {
    color: #fff;
  }
  .alert.red svg path {
    fill: #fff;
  }
  .alert p {
    margin-bottom: 0;
    color: #677A87;
  }
  .alert p a {
    font-weight: 700;
  }
  .alert svg {
    width: 5.9027777778vw;
    height: auto;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 768px) {
  .alert svg {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .alert svg path {
    fill: #96A8BF;
  }
  .form .box.option {
    display: flex;
    gap: 1.3888888889vw;
  }
  .form .box select {
    background-color: #fff;
    border: 1px solid #96A8BF;
    border-radius: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    min-width: 27.7777777778vw;
    max-width: 27.7777777778vw;
    width: 100%;
    background-image: url("../svg/icons/chevron-down-black.svg");
    background-repeat: no-repeat;
    background-position: center right 1.3888888889vw;
    background-size: 1.3888888889vw;
  }
  .form hr {
    border-width: 1px 0 0 0;
    border-color: #96A8BF;
    border-style: solid;
  }
  .form hr.dashed {
    border-width: 2px 0 0 0;
    border-style: dashed;
  }
  select, input:not([type=radio], [type=checkbox], .range-min, .range-max), textarea {
    outline: none;
    border: 1px solid #96A8BF;
    border-radius: 10px;
    padding: 0.6944444444vw 1.3888888889vw;
    background-color: #fff;
  }
  textarea {
    width: 100%;
  }
  .step_button {
    cursor: pointer;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 768px) {
  .step_button {
    font-size: 0.625vw;
    padding: 0.8680555556vw 1.0416666667vw;
  }
}
@media (max-width: 991.98px) {
  .step_button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .step_button.back {
    background: #96A8BF;
  }
  .step_button.back svg {
    rotate: 180deg;
  }
  .dropbox {
    position: relative;
    height: 13.8888888889vw;
    background: #fff;
    border: 1px solid #96A8BF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .dropbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  #uploaded_images .img_box {
    position: relative;
    height: 10.4166666667vw;
  }
  #uploaded_images .img_box img {
    height: 10.4166666667vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.6944444444vw;
  }
  #uploaded_images .img_box span {
    position: absolute;
    top: -0.6944444444vw;
    right: -0.6944444444vw;
    background: #e30613;
    border-radius: 50%;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  #uploaded_images .img_box span svg {
    width: 1.1111111111vw;
    height: auto;
  }
  #uploaded_images .img_box span svg path {
    fill: #fff;
  }
  #message_overview {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-height: 20.8333333333vw;
    overflow: scroll;
    margin: 0 -1.0416666667vw 1.0416666667vw -1.0416666667vw;
    padding: 0 1.0416666667vw;
  }
  .chats .chat {
    padding: 1.0416666667vw 0.6944444444vw;
    border-bottom: 1px solid #DDE8EF;
    display: flex;
    align-items: center;
    gap: 1.0416666667vw;
    color: #000000;
    font-weight: 500;
  }
  .chats .chat:last-child {
    border: none;
  }
  .chats .chat svg {
    width: 1.6666666667vw;
    height: auto;
  }
  .chats .chat .message {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 768px) {
  .chats .chat .message span {
    font-size: 0.9722222222vw;
    line-height: 1.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  .chats .chat .date {
    color: #96A8BF;
    justify-self: flex-end;
    width: 100%;
  }
  .messages hr {
    margin: 0.6944444444vw 0;
  }
  .messages .message_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .messages .message_box .message {
    background: #fff;
    padding: 0.5555555556vw 1.0416666667vw;
    border-radius: 1.3888888889vw 1.3888888889vw 0vw 1.3888888889vw;
    font-weight: 400;
    font-size: 1.0416666667vw;
    line-height: 1.5277777778vw;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 1px 2px;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
  .messages .message_box .date {
    font-size: 0.8333333333vw;
    margin-top: 0.3472222222vw;
    color: rgb(150, 168, 191);
  }
  .messages .message_box.woonhave .message {
    border-radius: 1.3888888889vw 1.3888888889vw 1.3888888889vw 0vw;
  }
  .messages .message_box.tenant {
    justify-content: flex-end;
  }
  .messages .message_box.tenant .message {
    background: rgb(150, 168, 191);
    color: #fff;
    margin-left: auto;
  }
  .messages .message_box.tenant .date {
    text-align: right;
  }
  .messages form input {
    padding-right: 3.125vw;
  }
  .date_box {
    position: relative;
    width: -moz-max-content;
    width: max-content;
  }
  .date_box input {
    min-width: 300px;
  }
  .date_box #calender_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
    background: rgb(150, 168, 191);
    height: calc(100% - 1px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 8px 0;
    width: 47px;
    cursor: pointer;
  }
  .date_box #calender_icon svg {
    height: 1.7361111111vw;
    width: auto;
  }
  .date_box #calender_icon svg path {
    fill: #fff;
  }
  #success i {
    font-size: 3.125vw;
    color: green;
    margin-bottom: 0.6944444444vw;
  }
  #success h3 {
    color: green;
  }
  #images {
    margin: 0 -0.3472222222vw;
  }
  #images .col-12 {
    padding: 0 0.3472222222vw;
  }
  #images .col-md-3 {
    margin-bottom: 0.6944444444vw;
  }
  #images img {
    height: 10.4166666667vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.6944444444vw;
  }
  #contract_changes_overview .contract_changes .head span {
    font-weight: 700;
  }
  #contract_changes_overview .contract_changes__body {
    max-height: 20.8333333333vw;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #contract_changes_overview .contract_changes__body .row {
    padding-top: 0.3472222222vw;
    padding-bottom: 0.3472222222vw;
    border-bottom: 1px solid #e0e0e0;
  }
}
@media (max-width: 767.98px) {
  #loading_screen {
    padding: 7.8125vw 0;
  }
  #loading_screen a:not(.btn) {
    all: unset;
    text-decoration: underline;
    cursor: pointer;
  }
  #my-woonhave {
    padding-bottom: 3.2552083333vw;
  }
  #my-woonhave .nav_bar {
    background: #F2F5FA;
  }
  #my-woonhave .nav_bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 3.90625vw;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 768px) {
  #my-woonhave .nav_bar ul {
    display: block;
  }
}
@media (max-width: 767.98px) {
  #my-woonhave .nav_bar ul li {
    position: relative;
    padding: 1.953125vw 2.6041666667vw;
    display: flex;
    align-items: center;
    gap: 1.3020833333vw;
    border-width: 0 0 0.390625vw 0;
    border-style: solid;
    border-color: transparent;
  }
  #my-woonhave .nav_bar ul li a {
    position: relative;
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
    color: #000000;
  }
  #my-woonhave .nav_bar ul li a .count {
    position: absolute;
    top: -1.953125vw;
    right: -1.953125vw;
    background: #e30613;
    color: #fff;
    font-weight: 700;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    border-radius: 50%;
    font-size: 1.5625vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #my-woonhave .nav_bar ul li .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: #F2F5FA;
    width: -moz-max-content;
    width: max-content;
    display: block;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
  }
  #my-woonhave .nav_bar ul li .dropdown li {
    padding: 1.3020833333vw 1.953125vw;
  }
  #my-woonhave .nav_bar ul li:hover .dropdown {
    visibility: visible;
    opacity: 1;
  }
  #my-woonhave .nav_bar ul li.current-menu-item {
    border-color: #e30613;
  }
  #my-woonhave .nav_bar ul li svg {
    height: 2.6041666667vw;
    width: auto;
    margin-top: -0.5208333333vw;
  }
  #my-woonhave .nav_bar ul li svg path {
    fill: #e30613;
  }
  #my-woonhave .nav_bar #logout {
    background: transparent;
    border: none;
    padding: 1.953125vw 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #000000;
    gap: 0.6510416667vw;
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
    margin-right: 0.2604166667vw;
  }
  #my-woonhave .nav_bar #logout svg {
    height: 2.6041666667vw;
    width: auto;
    margin-top: 0.2604166667vw;
  }
  #my-woonhave .nav_bar #logout svg path {
    fill: #e30613;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 768px) {
  #my-woonhave .nav_bar .dropdown_nav {
    position: relative;
    margin: 1.953125vw 0;
  }
  #my-woonhave .nav_bar .dropdown_nav.show .nav_select {
    border-radius: 25px 25px 0 0;
  }
  #my-woonhave .nav_bar .dropdown_nav.show ul:not(.nav_select) {
    max-height: 500px;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) {
    position: absolute;
    top: 100%;
    z-index: 4;
    left: 0;
    width: 100%;
    background: #fff;
    max-height: 0;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden;
    transition: all 0.3s;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li {
    border-top: 1px solid #f4f4f4;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li.current-menu-item {
    background: #f4f4f4;
    border: none;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li a {
    width: 100%;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li .count {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #my-woonhave .nav_bar .dropdown_nav .nav_select {
    background-color: #fff;
    color: #000000;
    width: 100%;
    padding: 1.953125vw 4.5572916667vw 1.953125vw 2.6041666667vw;
    display: block;
    border-radius: 25px;
    background-image: url("../svg/icons/chevron-down-black.svg");
    background-repeat: no-repeat;
    background-size: 1.953125vw;
    background-position: center right 2.6041666667vw;
    transition: all 0.3s;
  }
  #my-woonhave .nav_bar .dropdown_nav .nav_select .count {
    display: none;
  }
  #my-woonhave .nav_bar .dropdown_nav .nav_select li {
    border: none;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  #my-woonhave .details {
    padding: 3.2552083333vw 0;
  }
  #my-woonhave .details .name {
    font-weight: 700;
    font-size: 3.125vw;
  }
  #blocks {
    margin-top: 1.953125vw;
  }
  #blocks .block {
    background: #F2F5FA;
    padding: 3.90625vw;
    border-radius: 0 0 50px 0;
    min-height: unset;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 768px) {
  #blocks .block p {
    margin-bottom: 0.6510416667vw;
  }
}
@media (max-width: 767.98px) {
  #blocks .block.document {
    position: relative;
    text-align: center;
    min-height: unset;
    height: 100%;
    cursor: pointer;
  }
  #blocks .block.document .blank {
    position: absolute;
    top: 1.3020833333vw;
    right: 1.3020833333vw;
    background: #96A8BF;
    border-radius: 50%;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #blocks .block.document .blank i {
    color: #fff;
    font-size: 1.5625vw;
    font-weight: 700;
  }
  #blocks .block.document svg.file {
    width: auto;
    height: 8.4635416667vw;
    transition: all 0.3s;
    margin-bottom: 1.953125vw;
  }
  #blocks .block.document svg.file path, #blocks .block.document svg.file polygon {
    fill: #96A8BF;
    transition: all 0.3s;
  }
  #blocks .block.document svg.file path.letter, #blocks .block.document svg.file polygon.letter {
    fill: #fff;
  }
  #blocks .block.document p {
    margin-bottom: 0;
    font-size: 1.5625vw;
    line-height: 2.34375vw;
  }
  #blocks .block.document:hover .file path, #blocks .block.document:hover .file polygon {
    fill: #e30613;
  }
  #blocks .block.contractor, #blocks .block.scheduled, #blocks .block.h-auto {
    min-height: unset;
  }
  #blocks .block.scheduled svg {
    height: 6.5104166667vw;
    width: auto;
    margin-bottom: 1.3020833333vw;
  }
  #blocks .block.scheduled svg path {
    fill: #e30613;
  }
  #blocks .block.accordion {
    min-height: unset;
  }
  #blocks .block.accordion .accordion__header {
    position: relative;
  }
  #blocks .block.accordion .accordion__header h3 {
    display: inline-block;
  }
  #blocks .block.accordion .accordion__header .label {
    display: inline-block;
    margin-left: 1.3020833333vw;
    line-height: 2.0833333333vw;
    padding: 1.0416666667vw 1.953125vw 1.3020833333vw 1.953125vw;
    border-radius: 25px;
    background: #dedede;
    color: #000000;
    position: relative;
    top: -0.2604166667vw;
    font-size: 1.8229166667vw;
  }
  #blocks .block.accordion .accordion__header .label.declined {
    background: #e30613;
    color: #fff;
  }
  #blocks .block.accordion .accordion__header p {
    font-weight: 400;
  }
  #blocks .block.accordion .accordion__header .icon {
    position: relative;
    height: 1.953125vw;
  }
  #blocks .block.accordion .accordion__header .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #blocks .block.accordion.open .accordion__header i {
    transform: rotate(90deg) translate(-50%, -50%);
    transform-origin: 0 0;
  }
  #blocks .block.main {
    padding-left: 6.5104166667vw;
  }
  #blocks .block.main h3 {
    position: relative;
  }
  #blocks .block.main h3 svg {
    height: 3.2552083333vw;
    width: auto;
    position: absolute;
    left: -3.90625vw;
    top: 50%;
    transform: translateY(-50%);
  }
  #blocks .block.main h3 svg path {
    fill: #e30613;
  }
  #blocks .block.project {
    padding: 0;
  }
  #blocks .block.project .img_box {
    position: relative;
    height: 33.203125vw;
    width: 100%;
    overflow: hidden;
  }
  #blocks .block.project .img_box img {
    height: 33.203125vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #blocks .block.project .img_box .project_name {
    position: absolute;
    bottom: 2.6041666667vw;
    left: 2.6041666667vw;
    color: #fff;
    z-index: 2;
    font-size: 2.6041666667vw;
    font-weight: 600;
    text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.5);
  }
  #blocks .block.project .info {
    padding: 1.953125vw 3.90625vw 3.90625vw 3.90625vw;
  }
  #blocks .block.help {
    background: #e30613;
  }
  #blocks .block.help.bg_blue {
    background: #96A8BF;
    min-height: unset;
  }
  #blocks .block.help h3, #blocks .block.help p, #blocks .block.help span, #blocks .block.help a {
    color: #fff;
  }
  #blocks .block h3, #blocks .block h4 {
    font-weight: 700;
    margin-bottom: 1.953125vw;
  }
  #blocks .block h3 {
    font-size: 2.6041666667vw;
    line-height: 3.3854166667vw;
  }
  #blocks .block h4 {
    font-size: 2.34375vw;
    line-height: 3.3854166667vw;
  }
  #blocks .block ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #blocks .block ul li {
    padding: 0;
    margin-bottom: 0.6510416667vw;
  }
  #blocks .block ul li a {
    color: #000000;
    font-weight: 300;
  }
  #blocks .block ul li a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-right: 1.3020833333vw;
    font-weight: 300;
  }
  #blocks .block ul li a .label {
    padding: 0.6510416667vw 1.3020833333vw;
    font-size: 1.5625vw;
    border-radius: 10px;
    margin-left: 0.6510416667vw;
    font-weight: 500;
    background: #96A8BF;
    color: #fff;
  }
  #blocks .block ul li a .label.unhandled, #blocks .block ul li a .label.declined {
    background: #e30613;
    color: #fff;
  }
  #blocks .block .list ul {
    list-style: disc;
    padding: 0 0 0 1.953125vw;
  }
  #blocks .block.messages {
    min-height: unset;
  }
  #blocks .block table {
    width: 100%;
  }
  #blocks .block table td {
    border-bottom: 1px solid #dedede;
    padding: 1.3020833333vw 0;
  }
  .stepper {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 4.5572916667vw 0 3.2552083333vw 0;
  }
  .stepper::before {
    content: "";
    border-width: 2px 0 0 0;
    border-style: dashed;
    border-color: #96A8BF;
    position: absolute;
    top: 2.6041666667vw;
    left: 0;
    width: calc(100% - 11px);
    height: 100%;
    z-index: 0;
  }
  .stepper .step {
    position: relative;
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    z-index: 2;
  }
  .stepper .step:not(:first-child, :last-child) .number {
    margin: 0 auto 0 auto;
  }
  .stepper .step .number {
    font-weight: 700;
    border-radius: 50%;
    height: 5.2083333333vw;
    width: 5.2083333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #dedede;
    background: #dedede;
    margin-bottom: 0;
    font-size: 2.34375vw;
    color: #fff;
  }
  .stepper .step .number svg {
    height: 2.6041666667vw;
    width: auto;
  }
  .stepper .step .number svg path {
    fill: #000000;
  }
  .stepper .step .number i {
    font-size: 2.34375vw;
  }
  .stepper .step p {
    color: #000000;
    font-weight: 500;
  }
  .stepper .step.active .number {
    background: #e30613;
    color: #fff;
    border-color: #e30613;
  }
  .stepper .step.active .number svg path {
    fill: #fff;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 768px) {
  .stepper .step p {
    display: none;
    font-size: 1.5625vw;
  }
  .stepper .step.current p {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .alert {
    border-width: 2px;
    border-style: dashed;
    border-color: #96A8BF;
    background: #DDE8EF;
    padding: 2.6041666667vw;
    display: block;
    gap: 3.2552083333vw;
  }
  .alert.red {
    background: #e30613;
    color: #fff;
    border: none;
  }
  .alert.red svg {
    color: #fff;
  }
  .alert.red svg path {
    fill: #fff;
  }
  .alert p {
    margin-bottom: 0;
    color: #677A87;
  }
  .alert p a {
    font-weight: 700;
  }
  .alert svg {
    width: 8.4635416667vw;
    height: auto;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 768px) {
  .alert svg {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .alert svg path {
    fill: #96A8BF;
  }
  .form .box.option {
    display: flex;
    gap: 2.6041666667vw;
  }
  .form .box select {
    background-color: #fff;
    border: 1px solid #96A8BF;
    border-radius: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    min-width: unset;
    max-width: 100%;
    width: 100%;
    background-image: url("../svg/icons/chevron-down-black.svg");
    background-repeat: no-repeat;
    background-position: center right 2.6041666667vw;
    background-size: 2.6041666667vw;
  }
  .form hr {
    border-width: 1px 0 0 0;
    border-color: #96A8BF;
    border-style: solid;
  }
  .form hr.dashed {
    border-width: 2px 0 0 0;
    border-style: dashed;
  }
  select, input:not([type=radio], [type=checkbox], .range-min, .range-max), textarea {
    outline: none;
    border: 1px solid #96A8BF;
    border-radius: 10px;
    padding: 1.3020833333vw 2.6041666667vw;
    background-color: #fff;
  }
  textarea {
    width: 100%;
  }
  .step_button {
    cursor: pointer;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 768px) {
  .step_button {
    font-size: 1.171875vw;
    padding: 1.6276041667vw 1.953125vw;
  }
}
@media (max-width: 767.98px) {
  .step_button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .step_button.back {
    background: #96A8BF;
  }
  .step_button.back svg {
    rotate: 180deg;
  }
  .dropbox {
    position: relative;
    height: 26.0416666667vw;
    background: #fff;
    border: 1px solid #96A8BF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .dropbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  #uploaded_images .img_box {
    position: relative;
    height: 19.53125vw;
  }
  #uploaded_images .img_box img {
    height: 19.53125vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1.3020833333vw;
  }
  #uploaded_images .img_box span {
    position: absolute;
    top: -1.3020833333vw;
    right: -1.3020833333vw;
    background: #e30613;
    border-radius: 50%;
    width: 3.90625vw;
    height: 3.90625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  #uploaded_images .img_box span svg {
    width: 2.0833333333vw;
    height: auto;
  }
  #uploaded_images .img_box span svg path {
    fill: #fff;
  }
  #message_overview {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-height: 39.0625vw;
    overflow: scroll;
    margin: 0 -1.953125vw 1.953125vw -1.953125vw;
    padding: 0 1.953125vw;
  }
  .chats .chat {
    padding: 1.3020833333vw 1.3020833333vw;
    border-bottom: 1px solid #DDE8EF;
    display: flex;
    align-items: center;
    gap: 1.953125vw;
    color: #000000;
    font-weight: 500;
  }
  .chats .chat:last-child {
    border: none;
  }
  .chats .chat svg {
    width: 3.125vw;
    height: auto;
  }
  .chats .chat .message {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 768px) {
  .chats .chat .message span {
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
  }
}
@media (max-width: 767.98px) {
  .chats .chat .date {
    color: #96A8BF;
    justify-self: flex-end;
    width: 100%;
  }
  .messages hr {
    margin: 1.3020833333vw 0;
  }
  .messages .message_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .messages .message_box .message {
    background: #fff;
    padding: 1.0416666667vw 1.953125vw;
    border-radius: 2.6041666667vw 2.6041666667vw 0vw 2.6041666667vw;
    font-weight: 400;
    font-size: 1.953125vw;
    line-height: 2.8645833333vw;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 1px 2px;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
  .messages .message_box .date {
    font-size: 1.5625vw;
    margin-top: 0.6510416667vw;
    color: rgb(150, 168, 191);
  }
  .messages .message_box.woonhave .message {
    border-radius: 2.6041666667vw 2.6041666667vw 2.6041666667vw 0vw;
  }
  .messages .message_box.tenant {
    justify-content: flex-end;
  }
  .messages .message_box.tenant .message {
    background: rgb(150, 168, 191);
    color: #fff;
    margin-left: auto;
  }
  .messages .message_box.tenant .date {
    text-align: right;
  }
  .messages form input {
    padding-right: 5.859375vw;
  }
  .date_box {
    position: relative;
    width: -moz-max-content;
    width: max-content;
  }
  .date_box input {
    min-width: 300px;
  }
  .date_box #calender_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
    background: rgb(150, 168, 191);
    height: calc(100% - 1px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 8px 0;
    width: 47px;
    cursor: pointer;
  }
  .date_box #calender_icon svg {
    height: 3.2552083333vw;
    width: auto;
  }
  .date_box #calender_icon svg path {
    fill: #fff;
  }
  #success i {
    font-size: 5.859375vw;
    color: green;
    margin-bottom: 1.3020833333vw;
  }
  #success h3 {
    color: green;
  }
  #images {
    margin: 0 -1.953125vw;
  }
  #images .col-12 {
    padding: 0 1.953125vw;
  }
  #images .col-md-3 {
    margin-bottom: 1.953125vw;
  }
  #images img {
    height: 19.53125vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1.3020833333vw;
  }
  #contract_changes_overview .contract_changes .head span {
    font-weight: 700;
  }
  #contract_changes_overview .contract_changes__body {
    max-height: 39.0625vw;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #contract_changes_overview .contract_changes__body .row {
    padding-top: 0.6510416667vw;
    padding-bottom: 0.6510416667vw;
    border-bottom: 1px solid #e0e0e0;
  }
}
@media (max-width: 575.98px) {
  #loading_screen {
    padding: 16vw 0;
  }
  #loading_screen a:not(.btn) {
    all: unset;
    text-decoration: underline;
    cursor: pointer;
  }
  #my-woonhave {
    padding-bottom: 6.6666666667vw;
  }
  #my-woonhave .nav_bar {
    background: #F2F5FA;
  }
  #my-woonhave .nav_bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8vw;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 768px) {
  #my-woonhave .nav_bar ul {
    display: block;
  }
}
@media (max-width: 575.98px) {
  #my-woonhave .nav_bar ul li {
    position: relative;
    padding: 4vw 5.3333333333vw;
    display: flex;
    align-items: center;
    gap: 2.6666666667vw;
    border-width: 0 0 0.8vw 0;
    border-style: solid;
    border-color: transparent;
  }
  #my-woonhave .nav_bar ul li a {
    position: relative;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    color: #000000;
  }
  #my-woonhave .nav_bar ul li a .count {
    position: absolute;
    top: -4vw;
    right: -4vw;
    background: #e30613;
    color: #fff;
    font-weight: 700;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 50%;
    font-size: 3.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #my-woonhave .nav_bar ul li .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: #F2F5FA;
    width: -moz-max-content;
    width: max-content;
    display: block;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
  }
  #my-woonhave .nav_bar ul li .dropdown li {
    padding: 2.6666666667vw 4vw;
  }
  #my-woonhave .nav_bar ul li:hover .dropdown {
    visibility: visible;
    opacity: 1;
  }
  #my-woonhave .nav_bar ul li.current-menu-item {
    border-color: #e30613;
  }
  #my-woonhave .nav_bar ul li svg {
    height: 5.3333333333vw;
    width: auto;
    margin-top: -1.0666666667vw;
  }
  #my-woonhave .nav_bar ul li svg path {
    fill: #e30613;
  }
  #my-woonhave .nav_bar #logout {
    background: transparent;
    border: none;
    padding: 4vw 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #000000;
    gap: 1.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    margin-right: 0.5333333333vw;
  }
  #my-woonhave .nav_bar #logout svg {
    height: 5.3333333333vw;
    width: auto;
    margin-top: 0.5333333333vw;
  }
  #my-woonhave .nav_bar #logout svg path {
    fill: #e30613;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 768px) {
  #my-woonhave .nav_bar .dropdown_nav {
    position: relative;
    margin: 4vw 0;
  }
  #my-woonhave .nav_bar .dropdown_nav.show .nav_select {
    border-radius: 25px 25px 0 0;
  }
  #my-woonhave .nav_bar .dropdown_nav.show ul:not(.nav_select) {
    max-height: 500px;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) {
    position: absolute;
    top: 100%;
    z-index: 4;
    left: 0;
    width: 100%;
    background: #fff;
    max-height: 0;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden;
    transition: all 0.3s;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li {
    border-top: 1px solid #f4f4f4;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li.current-menu-item {
    background: #f4f4f4;
    border: none;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li a {
    width: 100%;
  }
  #my-woonhave .nav_bar .dropdown_nav ul:not(.nav_select) li .count {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #my-woonhave .nav_bar .dropdown_nav .nav_select {
    background-color: #fff;
    color: #000000;
    width: 100%;
    padding: 4vw 9.3333333333vw 4vw 5.3333333333vw;
    display: block;
    border-radius: 25px;
    background-image: url("../svg/icons/chevron-down-black.svg");
    background-repeat: no-repeat;
    background-size: 4vw;
    background-position: center right 5.3333333333vw;
    transition: all 0.3s;
  }
  #my-woonhave .nav_bar .dropdown_nav .nav_select .count {
    display: none;
  }
  #my-woonhave .nav_bar .dropdown_nav .nav_select li {
    border: none;
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  #my-woonhave .details {
    padding: 6.6666666667vw 0;
  }
  #my-woonhave .details .name {
    font-weight: 700;
    font-size: 6.4vw;
  }
  #blocks {
    margin-top: 4vw;
  }
  #blocks .block {
    background: #F2F5FA;
    padding: 8vw;
    border-radius: 0 0 50px 0;
    min-height: unset;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 768px) {
  #blocks .block p {
    margin-bottom: 1.3333333333vw;
  }
}
@media (max-width: 575.98px) {
  #blocks .block.document {
    position: relative;
    text-align: center;
    min-height: unset;
    height: 100%;
    cursor: pointer;
  }
  #blocks .block.document .blank {
    position: absolute;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    background: #96A8BF;
    border-radius: 50%;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #blocks .block.document .blank i {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 700;
  }
  #blocks .block.document svg.file {
    width: auto;
    height: 17.3333333333vw;
    transition: all 0.3s;
    margin-bottom: 4vw;
  }
  #blocks .block.document svg.file path, #blocks .block.document svg.file polygon {
    fill: #96A8BF;
    transition: all 0.3s;
  }
  #blocks .block.document svg.file path.letter, #blocks .block.document svg.file polygon.letter {
    fill: #fff;
  }
  #blocks .block.document p {
    margin-bottom: 0;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  #blocks .block.document:hover .file path, #blocks .block.document:hover .file polygon {
    fill: #e30613;
  }
  #blocks .block.contractor, #blocks .block.scheduled, #blocks .block.h-auto {
    min-height: unset;
  }
  #blocks .block.scheduled svg {
    height: 13.3333333333vw;
    width: auto;
    margin-bottom: 2.6666666667vw;
  }
  #blocks .block.scheduled svg path {
    fill: #e30613;
  }
  #blocks .block.accordion {
    min-height: unset;
  }
  #blocks .block.accordion .accordion__header {
    position: relative;
  }
  #blocks .block.accordion .accordion__header h3 {
    display: inline-block;
  }
  #blocks .block.accordion .accordion__header .label {
    display: inline-block;
    margin-left: 2.6666666667vw;
    line-height: 4.2666666667vw;
    padding: 2.1333333333vw 4vw 2.6666666667vw 4vw;
    border-radius: 25px;
    background: #dedede;
    color: #000000;
    position: relative;
    top: -0.5333333333vw;
    font-size: 3.7333333333vw;
  }
  #blocks .block.accordion .accordion__header .label.declined {
    background: #e30613;
    color: #fff;
  }
  #blocks .block.accordion .accordion__header p {
    font-weight: 400;
  }
  #blocks .block.accordion .accordion__header .icon {
    position: relative;
    height: 4vw;
  }
  #blocks .block.accordion .accordion__header .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #blocks .block.accordion.open .accordion__header i {
    transform: rotate(90deg) translate(-50%, -50%);
    transform-origin: 0 0;
  }
  #blocks .block.main {
    padding-left: 13.3333333333vw;
  }
  #blocks .block.main h3 {
    position: relative;
  }
  #blocks .block.main h3 svg {
    height: 6.6666666667vw;
    width: auto;
    position: absolute;
    left: -8vw;
    top: 50%;
    transform: translateY(-50%);
  }
  #blocks .block.main h3 svg path {
    fill: #e30613;
  }
  #blocks .block.project {
    padding: 0;
  }
  #blocks .block.project .img_box {
    position: relative;
    height: 68vw;
    width: 100%;
    overflow: hidden;
  }
  #blocks .block.project .img_box img {
    height: 68vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #blocks .block.project .img_box .project_name {
    position: absolute;
    bottom: 5.3333333333vw;
    left: 5.3333333333vw;
    color: #fff;
    z-index: 2;
    font-size: 5.3333333333vw;
    font-weight: 600;
    text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.5);
  }
  #blocks .block.project .info {
    padding: 4vw 8vw 8vw 8vw;
  }
  #blocks .block.help {
    background: #e30613;
  }
  #blocks .block.help.bg_blue {
    background: #96A8BF;
    min-height: unset;
  }
  #blocks .block.help h3, #blocks .block.help p, #blocks .block.help span, #blocks .block.help a {
    color: #fff;
  }
  #blocks .block h3, #blocks .block h4 {
    font-weight: 700;
    margin-bottom: 4vw;
  }
  #blocks .block h3 {
    font-size: 5.3333333333vw;
    line-height: 6.9333333333vw;
  }
  #blocks .block h4 {
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
  }
  #blocks .block ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #blocks .block ul li {
    padding: 0;
    margin-bottom: 1.3333333333vw;
  }
  #blocks .block ul li a {
    color: #000000;
    font-weight: 300;
  }
  #blocks .block ul li a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-right: 2.6666666667vw;
    font-weight: 300;
  }
  #blocks .block ul li a .label {
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.2vw;
    border-radius: 10px;
    margin-left: 1.3333333333vw;
    font-weight: 500;
    background: #96A8BF;
    color: #fff;
  }
  #blocks .block ul li a .label.unhandled, #blocks .block ul li a .label.declined {
    background: #e30613;
    color: #fff;
  }
  #blocks .block .list ul {
    list-style: disc;
    padding: 0 0 0 4vw;
  }
  #blocks .block.messages {
    min-height: unset;
  }
  #blocks .block table {
    width: 100%;
  }
  #blocks .block table td {
    border-bottom: 1px solid #dedede;
    padding: 2.6666666667vw 0;
  }
  .stepper {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 9.3333333333vw 0 6.6666666667vw 0;
  }
  .stepper::before {
    content: "";
    border-width: 2px 0 0 0;
    border-style: dashed;
    border-color: #96A8BF;
    position: absolute;
    top: 5.3333333333vw;
    left: 0;
    width: calc(100% - 11px);
    height: 100%;
    z-index: 0;
  }
  .stepper .step {
    position: relative;
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    z-index: 2;
  }
  .stepper .step:not(:first-child, :last-child) .number {
    margin: 0 auto 0 auto;
  }
  .stepper .step .number {
    font-weight: 700;
    border-radius: 50%;
    height: 10.6666666667vw;
    width: 10.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #dedede;
    background: #dedede;
    margin-bottom: 0;
    font-size: 4.8vw;
    color: #fff;
  }
  .stepper .step .number svg {
    height: 5.3333333333vw;
    width: auto;
  }
  .stepper .step .number svg path {
    fill: #000000;
  }
  .stepper .step .number i {
    font-size: 4.8vw;
  }
  .stepper .step p {
    color: #000000;
    font-weight: 500;
  }
  .stepper .step.active .number {
    background: #e30613;
    color: #fff;
    border-color: #e30613;
  }
  .stepper .step.active .number svg path {
    fill: #fff;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 768px) {
  .stepper .step p {
    display: none;
    font-size: 3.2vw;
  }
  .stepper .step.current p {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .alert {
    border-width: 2px;
    border-style: dashed;
    border-color: #96A8BF;
    background: #DDE8EF;
    padding: 5.3333333333vw;
    display: block;
    gap: 6.6666666667vw;
  }
  .alert.red {
    background: #e30613;
    color: #fff;
    border: none;
  }
  .alert.red svg {
    color: #fff;
  }
  .alert.red svg path {
    fill: #fff;
  }
  .alert p {
    margin-bottom: 0;
    color: #677A87;
  }
  .alert p a {
    font-weight: 700;
  }
  .alert svg {
    width: 17.3333333333vw;
    height: auto;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 768px) {
  .alert svg {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .alert svg path {
    fill: #96A8BF;
  }
  .form .box.option {
    display: flex;
    gap: 5.3333333333vw;
  }
  .form .box select {
    background-color: #fff;
    border: 1px solid #96A8BF;
    border-radius: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    min-width: unset;
    max-width: 100%;
    width: 100%;
    background-image: url("../svg/icons/chevron-down-black.svg");
    background-repeat: no-repeat;
    background-position: center right 5.3333333333vw;
    background-size: 5.3333333333vw;
  }
  .form hr {
    border-width: 1px 0 0 0;
    border-color: #96A8BF;
    border-style: solid;
  }
  .form hr.dashed {
    border-width: 2px 0 0 0;
    border-style: dashed;
  }
  select, input:not([type=radio], [type=checkbox], .range-min, .range-max), textarea {
    outline: none;
    border: 1px solid #96A8BF;
    border-radius: 10px;
    padding: 2.6666666667vw 5.3333333333vw;
    background-color: #fff;
  }
  textarea {
    width: 100%;
  }
  .step_button {
    cursor: pointer;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 768px) {
  .step_button {
    font-size: 2.4vw;
    padding: 3.3333333333vw 4vw;
  }
}
@media (max-width: 575.98px) {
  .step_button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .step_button.back {
    background: #96A8BF;
  }
  .step_button.back svg {
    rotate: 180deg;
  }
  .dropbox {
    position: relative;
    height: 53.3333333333vw;
    background: #fff;
    border: 1px solid #96A8BF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .dropbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  #uploaded_images .img_box {
    position: relative;
    height: 40vw;
  }
  #uploaded_images .img_box img {
    height: 40vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2.6666666667vw;
  }
  #uploaded_images .img_box span {
    position: absolute;
    top: -2.6666666667vw;
    right: -2.6666666667vw;
    background: #e30613;
    border-radius: 50%;
    width: 8vw;
    height: 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  #uploaded_images .img_box span svg {
    width: 4.2666666667vw;
    height: auto;
  }
  #uploaded_images .img_box span svg path {
    fill: #fff;
  }
  #message_overview {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-height: 80vw;
    overflow: scroll;
    margin: 0 -4vw 4vw -4vw;
    padding: 0 4vw;
  }
  .chats .chat {
    padding: 2.6666666667vw 2.6666666667vw;
    border-bottom: 1px solid #DDE8EF;
    display: flex;
    align-items: center;
    gap: 4vw;
    color: #000000;
    font-weight: 500;
  }
  .chats .chat:last-child {
    border: none;
  }
  .chats .chat svg {
    width: 6.4vw;
    height: auto;
  }
  .chats .chat .message {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 768px) {
  .chats .chat .message span {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media (max-width: 575.98px) {
  .chats .chat .date {
    color: #96A8BF;
    justify-self: flex-end;
    width: 100%;
  }
  .messages hr {
    margin: 2.6666666667vw 0;
  }
  .messages .message_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .messages .message_box .message {
    background: #fff;
    padding: 2.1333333333vw 4vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0vw 5.3333333333vw;
    font-weight: 400;
    font-size: 4vw;
    line-height: 5.8666666667vw;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 1px 2px;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
  .messages .message_box .date {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
    color: rgb(150, 168, 191);
  }
  .messages .message_box.woonhave .message {
    border-radius: 5.3333333333vw 5.3333333333vw 5.3333333333vw 0vw;
  }
  .messages .message_box.tenant {
    justify-content: flex-end;
  }
  .messages .message_box.tenant .message {
    background: rgb(150, 168, 191);
    color: #fff;
    margin-left: auto;
  }
  .messages .message_box.tenant .date {
    text-align: right;
  }
  .messages form input {
    padding-right: 12vw;
  }
  .date_box {
    position: relative;
    width: -moz-max-content;
    width: max-content;
  }
  .date_box input {
    min-width: 300px;
  }
  .date_box #calender_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
    background: rgb(150, 168, 191);
    height: calc(100% - 1px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 8px 0;
    width: 47px;
    cursor: pointer;
  }
  .date_box #calender_icon svg {
    height: 6.6666666667vw;
    width: auto;
  }
  .date_box #calender_icon svg path {
    fill: #fff;
  }
  #success i {
    font-size: 12vw;
    color: green;
    margin-bottom: 2.6666666667vw;
  }
  #success h3 {
    color: green;
  }
  #images {
    margin: 0 -4vw;
  }
  #images .col-12 {
    padding: 0 4vw;
  }
  #images .col-md-3 {
    margin-bottom: 4vw;
  }
  #images img {
    height: 40vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2.6666666667vw;
  }
  #contract_changes_overview .contract_changes .head span {
    font-weight: 700;
  }
  #contract_changes_overview .contract_changes__body {
    max-height: 80vw;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #contract_changes_overview .contract_changes__body .row {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 1px solid #e0e0e0;
  }
}
#single_blog {
  position: relative;
  padding: 35px 0;
}
#single_blog::before {
  content: "";
  background: #F2F5FA;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: -1;
}
#single_blog .thumbnail {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 50px 0;
}

@media (max-width: 1799.98px) {
  #single_blog {
    position: relative;
    padding: 2.1875vw 0;
  }
  #single_blog::before {
    content: "";
    background: #F2F5FA;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18.75vw;
    z-index: -1;
  }
  #single_blog .thumbnail {
    width: 100%;
    height: 34.375vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 0 50px 0;
  }
}
@media (max-width: 991.98px) {
  #single_blog {
    position: relative;
    padding: 2.4305555556vw 0;
  }
  #single_blog::before {
    content: "";
    background: #F2F5FA;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20.8333333333vw;
    z-index: -1;
  }
  #single_blog .thumbnail {
    width: 100%;
    height: 38.1944444444vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 0 50px 0;
  }
}
@media (max-width: 767.98px) {
  #single_blog {
    position: relative;
    padding: 4.5572916667vw 0;
  }
  #single_blog::before {
    content: "";
    background: #F2F5FA;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 39.0625vw;
    z-index: -1;
  }
  #single_blog .thumbnail {
    width: 100%;
    height: 32.5520833333vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 0 50px 0;
  }
}
@media (max-width: 575.98px) {
  #single_blog {
    position: relative;
    padding: 9.3333333333vw 0;
  }
  #single_blog::before {
    content: "";
    background: #F2F5FA;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vw;
    z-index: -1;
  }
  #single_blog .thumbnail {
    width: 100%;
    height: 66.6666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 0 50px 0;
  }
}
#error {
  padding: 50px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#error h1 {
  font-size: 250px;
  line-height: 250px;
}
#error p {
  font-size: 50px;
  line-height: 60px;
  margin-top: -30px;
  font-weight: bold;
}
#error .buttons {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

@media (max-width: 1799.98px) {
  #error {
    padding: 3.125vw 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #error h1 {
    font-size: 15.625vw;
    line-height: 15.625vw;
  }
  #error p {
    font-size: 3.125vw;
    line-height: 3.75vw;
    margin-top: -1.875vw;
    font-weight: bold;
  }
  #error .buttons {
    display: flex;
    gap: 1.5625vw;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3.125vw;
  }
}
@media (max-width: 991.98px) {
  #error {
    padding: 3.4722222222vw 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #error h1 {
    font-size: 17.3611111111vw;
    line-height: 17.3611111111vw;
  }
  #error p {
    font-size: 3.4722222222vw;
    line-height: 4.1666666667vw;
    margin-top: -2.0833333333vw;
    font-weight: bold;
  }
  #error .buttons {
    display: flex;
    gap: 1.7361111111vw;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  #error {
    padding: 6.5104166667vw 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #error h1 {
    font-size: 21.484375vw;
    line-height: 21.484375vw;
  }
  #error p {
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
    margin-top: -3.90625vw;
    font-weight: bold;
  }
  #error .buttons {
    display: flex;
    gap: 3.2552083333vw;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  #error {
    padding: 13.3333333333vw 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #error h1 {
    font-size: 44vw;
    line-height: 44vw;
  }
  #error p {
    font-size: 8vw;
    line-height: 10.6666666667vw;
    margin-top: -8vw;
    font-weight: bold;
  }
  #error .buttons {
    display: flex;
    gap: 6.6666666667vw;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 13.3333333333vw;
  }
}
/* Navigation
--------------------------------------------- */
body {
  padding-top: 130px;
}

#masthead {
  position: fixed;
  top: 44px;
  left: 0;
  width: 100%;
  z-index: 31;
  background: #fff;
  transition: all 0.3s;
  padding: 0 0;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
}
#masthead.sticky {
  top: 0;
}
#masthead .desktop {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
}
@media only screen and (max-width: 1024.1px) {
  #masthead .desktop {
    display: none;
  }
  #masthead .mobile {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  #masthead .mobile .icon {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #masthead .mobile .icon i.fa-magnifying-glass {
    font-size: 16px;
  }
  #masthead .mobile .icon i.fa-circle-user {
    font-size: 18px;
  }
  #masthead .mobile .icon_text {
    font-size: 8px;
    line-height: 10px;
    font-weight: 400;
  }
  #masthead .mobile .open_search {
    font-size: 10px;
    line-height: 16px;
    padding-right: 5px;
    font-weight: 300;
    text-align: center;
    color: #000000;
  }
  #masthead .mobile .open_search i {
    font-size: 19px;
    margin-left: 2px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #masthead .mobile .icon__left {
    background: transparent;
    color: #000000;
    font-size: 10px;
    font-weight: 300;
    padding: 0 7px;
    text-align: center;
    display: inline-block;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-radius: 0;
  }
  #masthead .mobile .icon__left i:not(.fa-check) {
    font-size: 22px;
    display: block;
  }
  #masthead .mobile .icon__left .fa-check {
    right: 5px;
  }
}
@media only screen and (min-width: 1024.1px) {
  #masthead .mobile {
    display: none;
  }
}
#masthead .logo {
  width: 250px;
  height: auto;
  max-width: 100%;
}
#masthead .logo .house {
  fill: #e30613;
}
#masthead .col_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
}
#masthead .col_right nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
#masthead .col_right nav ul li {
  position: relative;
}
#masthead .col_right nav ul li a {
  color: #000000;
  padding: 30px 0;
  display: block;
}
#masthead .col_right nav ul li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro", sans-serif;
  margin-left: 5px;
}
#masthead .col_right nav ul li .sub-menu {
  position: absolute;
  top: calc(100% - 20px);
  left: 0;
  background: #fff;
  visibility: hidden;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  padding: 15px;
  transform: translateY(-10px);
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  #masthead .col_right nav ul li .sub-menu {
    transition: all 0.3s;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  }
}
#masthead .col_right nav ul li .sub-menu li a {
  padding: 5px 10px;
}
#masthead .col_right nav ul li .sub-menu li a:hover {
  text-decoration: underline;
}
#masthead .col_right nav ul li:hover .sub-menu {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#masthead .search__box {
  position: relative;
}
#masthead .search__box .open_search {
  background: transparent;
  outline: none;
  border: none;
  padding: 30px 0;
  cursor: pointer;
}
#masthead .search__box .open_search i {
  font-size: 20px;
  width: 20px;
}
#masthead .search__box .open_search .close {
  display: none;
}
#masthead .search__box.show .open {
  display: none;
}
#masthead .search__box.show .close {
  display: block;
}
#masthead .search__box.show .search__form {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s;
}
@media only screen and (max-width: 600px) {
  #masthead .search__box.show .search__form {
    transform: translate(-50%, 0);
  }
}
#masthead .search__form {
  position: absolute;
  top: calc(100% + 15px);
  right: -15px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s, transform 0.3s, visibility 0.05s 0.3s;
}
#masthead .search__form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}
#masthead .search__form input {
  background-color: #fff;
  padding: 15px 45px 15px 25px;
  border-radius: 25px;
  border: 1px solid rgb(150, 168, 191);
  outline: none;
  min-width: 500px;
  background-image: url("../svg/icons/search.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 20px;
}
@media only screen and (max-width: 600px) {
  #masthead .search__form {
    position: fixed;
    top: 96px;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    max-width: 100%;
    width: 100%;
    border-color: #F2F5FA;
  }
  #masthead .search__form input {
    min-width: 100%;
    width: 100%;
  }
}
#masthead .menu_icon {
  position: relative;
  transition: all 0.3s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 35px;
}
#masthead .menu_icon span {
  font-size: 10px;
  line-height: 10px;
  font-weight: 300;
  width: 100%;
  text-align: center;
  margin-top: 3px;
}
#masthead .menu_icon .hamburger {
  position: relative;
  width: 20px;
  height: 14px;
  z-index: 18;
  transition: all 0.5s ease 0.5s;
  cursor: pointer;
}
#masthead .menu_icon .hamburger .hamburgerTop,
#masthead .menu_icon .hamburger .hamburgerMiddle,
#masthead .menu_icon .hamburger .hamburgerBottom {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: #000000;
  transition: all 0.3s 0.8s;
  position: absolute;
}
#masthead .menu_icon .hamburger .hamburgerTop,
#masthead .menu_icon .hamburger .hamburgerBottom {
  transition: transform 0.4s ease, margin-top 0.3s ease 0.4s;
}
#masthead .menu_icon .hamburger .hamburgerMiddle {
  margin-top: 4px;
  transition: opacity 0.2s ease 0.5s;
  width: 15px;
  margin-left: auto;
}
#masthead .menu_icon .hamburger .hamburgerBottom {
  margin-top: 8px;
}
#masthead .menu_icon .hamburger.active .hamburgerTop {
  transform: rotate(45deg);
  margin-top: 7px;
}
#masthead .menu_icon .hamburger.active .hamburgerTop,
#masthead .menu_icon .hamburger.active .hamburgerBottom {
  transition: margin-top 0.3s ease, transform 0.4s ease 0.3s;
}
#masthead .menu_icon .hamburger.active .hamburgerMiddle {
  opacity: 0;
  transition: none;
}
#masthead .menu_icon .hamburger.active .hamburgerBottom {
  transform: rotate(-45deg);
  margin-top: 7px;
}

#masthead.sticky #mobile_navigation {
  top: 55px;
  height: calc(100vh - 55px);
}
#masthead.sticky .search__form {
  top: 55px;
}
#masthead .search__form {
  top: 95px;
}
#masthead #mobile_navigation {
  position: fixed;
  top: 105px;
  left: 0;
  background: #fff;
  width: 100%;
  height: calc(100vh - 55px);
  max-height: 100vh;
  transition: all 0.3s;
  transform: translateX(100%);
  border-top: 0.5px solid #F2F5FA;
  z-index: 30;
}
#masthead #mobile_navigation ul {
  display: block;
}
#masthead #mobile_navigation ul li > a {
  border-bottom: 0.5px solid #F2F5FA;
}
#masthead #mobile_navigation ul li a {
  padding: 10px 15px;
}
#masthead #mobile_navigation ul li.menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
}
#masthead #mobile_navigation ul li.menu-item-has-children > a::after {
  transform: rotate(-90deg);
  transition: all 0.3s;
}
#masthead #mobile_navigation ul li.menu-item-has-children .sub-menu {
  position: relative;
  visibility: visible;
  opacity: 1;
  padding: 0;
  top: unset;
  left: unset;
  border-radius: 0;
  background: unset;
  width: 100%;
  transform: translateY(0);
  border-top: 0.2px solid #dedede;
}
#masthead #mobile_navigation ul li.menu-item-has-children .sub-menu li a {
  background: #F2F5FA;
  border-bottom: 0.2px solid #dedede;
}
#masthead #mobile_navigation ul li.menu-item-has-children .sub-menu li:last-child {
  border: none;
}
#masthead #mobile_navigation ul li.menu-item-has-children .sub-menu li.current-menu-item a {
  background: #96A8BF;
  color: #fff;
}
#masthead #mobile_navigation ul li.menu-item-has-children.active > a::after {
  transform: rotate(0deg);
}
#masthead #mobile_navigation.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@media (max-width: 1799.98px) {
  body {
    padding-top: 8.125vw;
  }
  #masthead {
    position: fixed;
    top: 2.75vw;
    left: 0;
    width: 100%;
    z-index: 31;
    background: #fff;
    transition: all 0.3s;
    padding: 0 0;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
  }
  #masthead.sticky {
    top: 0;
  }
  #masthead .desktop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2.1875vw;
  }
}
@media only screen and (max-width: 1799.98px) and (max-width: 1024.1px) {
  #masthead .desktop {
    display: none;
  }
  #masthead .mobile {
    display: flex;
    align-items: center;
    gap: 0.3125vw;
  }
  #masthead .mobile .icon {
    height: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #masthead .mobile .icon i.fa-magnifying-glass {
    font-size: 1vw;
  }
  #masthead .mobile .icon i.fa-circle-user {
    font-size: 1.125vw;
  }
  #masthead .mobile .icon_text {
    font-size: 0.5vw;
    line-height: 0.625vw;
    font-weight: 400;
  }
  #masthead .mobile .open_search {
    font-size: 0.625vw;
    line-height: 1vw;
    padding-right: 0.3125vw;
    font-weight: 300;
    text-align: center;
    color: #000000;
  }
  #masthead .mobile .open_search i {
    font-size: 1.1875vw;
    margin-left: 0.125vw;
    height: 1.4375vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #masthead .mobile .icon__left {
    background: transparent;
    color: #000000;
    font-size: 0.625vw;
    font-weight: 300;
    padding: 0 0.4375vw;
    text-align: center;
    display: inline-block;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-radius: 0;
  }
  #masthead .mobile .icon__left i:not(.fa-check) {
    font-size: 1.375vw;
    display: block;
  }
  #masthead .mobile .icon__left .fa-check {
    right: 0.3125vw;
  }
}
@media only screen and (max-width: 1799.98px) and (min-width: 1024.1px) {
  #masthead .mobile {
    display: none;
  }
}
@media (max-width: 1799.98px) {
  #masthead .logo {
    width: 15.625vw;
    height: auto;
    max-width: 100%;
  }
  #masthead .logo .house {
    fill: #e30613;
  }
  #masthead .col_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2.1875vw;
  }
  #masthead .col_right nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.5625vw;
  }
  #masthead .col_right nav ul li {
    position: relative;
  }
  #masthead .col_right nav ul li a {
    color: #000000;
    padding: 1.875vw 0;
    display: block;
  }
  #masthead .col_right nav ul li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-left: 0.3125vw;
  }
  #masthead .col_right nav ul li .sub-menu {
    position: absolute;
    top: calc(100% - 1.25vw);
    left: 0;
    background: #fff;
    visibility: hidden;
    display: block;
    width: -moz-max-content;
    width: max-content;
    border-radius: 0.3125vw;
    padding: 0.9375vw;
    transform: translateY(-10px);
    opacity: 0;
  }
}
@media only screen and (max-width: 1799.98px) and (min-width: 1024px) {
  #masthead .col_right nav ul li .sub-menu {
    transition: all 0.3s;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 1799.98px) {
  #masthead .col_right nav ul li .sub-menu li a {
    padding: 0.3125vw 0.625vw;
  }
  #masthead .col_right nav ul li .sub-menu li a:hover {
    text-decoration: underline;
  }
  #masthead .col_right nav ul li:hover .sub-menu {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
  #masthead .search__box {
    position: relative;
  }
  #masthead .search__box .open_search {
    background: transparent;
    outline: none;
    border: none;
    padding: 1.875vw 0;
    cursor: pointer;
  }
  #masthead .search__box .open_search i {
    font-size: 1.25vw;
    width: 1.25vw;
  }
  #masthead .search__box .open_search .close {
    display: none;
  }
  #masthead .search__box.show .open {
    display: none;
  }
  #masthead .search__box.show .close {
    display: block;
  }
  #masthead .search__box.show .search__form {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 1799.98px) and (max-width: 600px) {
  #masthead .search__box.show .search__form {
    transform: translate(-50%, 0);
  }
}
@media (max-width: 1799.98px) {
  #masthead .search__form {
    position: absolute;
    top: calc(100% + 0.9375vw);
    right: -0.9375vw;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s, transform 0.3s, visibility 0.05s 0.3s;
  }
  #masthead .search__form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.75vw;
    height: 3.75vw;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
  }
  #masthead .search__form input {
    background-color: #fff;
    padding: 0.9375vw 2.8125vw 0.9375vw 1.5625vw;
    border-radius: 1.5625vw;
    border: 1px solid rgb(150, 168, 191);
    outline: none;
    min-width: 31.25vw;
    background-image: url("../svg/icons/search.svg");
    background-repeat: no-repeat;
    background-size: 1.25vw;
    background-position: center right 1.25vw;
  }
}
@media only screen and (max-width: 1799.98px) and (max-width: 600px) {
  #masthead .search__form {
    position: fixed;
    top: 6vw;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    max-width: 100%;
    width: 100%;
    border-color: #F2F5FA;
  }
  #masthead .search__form input {
    min-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1799.98px) {
  #masthead .menu_icon {
    position: relative;
    transition: all 0.3s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 2.1875vw;
  }
  #masthead .menu_icon span {
    font-size: 0.625vw;
    line-height: 0.625vw;
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin-top: 0.1875vw;
  }
  #masthead .menu_icon .hamburger {
    position: relative;
    width: 1.25vw;
    height: 0.875vw;
    z-index: 18;
    transition: all 0.5s ease 0.5s;
    cursor: pointer;
  }
  #masthead .menu_icon .hamburger .hamburgerTop,
  #masthead .menu_icon .hamburger .hamburgerMiddle,
  #masthead .menu_icon .hamburger .hamburgerBottom {
    display: block;
    width: 1.25vw;
    height: 0.125vw;
    border-radius: 0.1875vw;
    background: #000000;
    transition: all 0.3s 0.8s;
    position: absolute;
  }
  #masthead .menu_icon .hamburger .hamburgerTop,
  #masthead .menu_icon .hamburger .hamburgerBottom {
    transition: transform 0.4s ease, margin-top 0.3s ease 0.4s;
  }
  #masthead .menu_icon .hamburger .hamburgerMiddle {
    margin-top: 0.25vw;
    transition: opacity 0.2s ease 0.5s;
    width: 0.9375vw;
    margin-left: auto;
  }
  #masthead .menu_icon .hamburger .hamburgerBottom {
    margin-top: 0.5vw;
  }
  #masthead .menu_icon .hamburger.active .hamburgerTop {
    transform: rotate(45deg);
    margin-top: 0.4375vw;
  }
  #masthead .menu_icon .hamburger.active .hamburgerTop,
  #masthead .menu_icon .hamburger.active .hamburgerBottom {
    transition: margin-top 0.3s ease, transform 0.4s ease 0.3s;
  }
  #masthead .menu_icon .hamburger.active .hamburgerMiddle {
    opacity: 0;
    transition: none;
  }
  #masthead .menu_icon .hamburger.active .hamburgerBottom {
    transform: rotate(-45deg);
    margin-top: 0.4375vw;
  }
  #masthead.sticky #mobile_navigation {
    top: 3.4375vw;
    height: calc(100vh - 3.4375vw);
  }
  #masthead.sticky .search__form {
    top: 3.4375vw;
  }
  #masthead .search__form {
    top: 5.9375vw;
  }
  #masthead #mobile_navigation {
    position: fixed;
    top: 6.5625vw;
    left: 0;
    background: #fff;
    width: 100%;
    height: calc(100vh - 3.4375vw);
    max-height: 100vh;
    transition: all 0.3s;
    transform: translateX(100%);
    border-top: 0.5px solid #F2F5FA;
    z-index: 30;
  }
  #masthead #mobile_navigation ul {
    display: block;
  }
  #masthead #mobile_navigation ul li > a {
    border-bottom: 0.5px solid #F2F5FA;
  }
  #masthead #mobile_navigation ul li a {
    padding: 0.625vw 0.9375vw;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children > a::after {
    transform: rotate(-90deg);
    transition: all 0.3s;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children .sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    padding: 0;
    top: unset;
    left: unset;
    border-radius: 0;
    background: unset;
    width: 100%;
    transform: translateY(0);
    border-top: 0.2px solid #dedede;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children .sub-menu li a {
    background: #F2F5FA;
    border-bottom: 0.2px solid #dedede;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children .sub-menu li:last-child {
    border: none;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children .sub-menu li.current-menu-item a {
    background: #96A8BF;
    color: #fff;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children.active > a::after {
    transform: rotate(0deg);
  }
  #masthead #mobile_navigation.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@media (max-width: 991.98px) {
  body {
    padding-top: 9.0277777778vw;
  }
  #masthead {
    position: fixed;
    top: 3.0555555556vw;
    left: 0;
    width: 100%;
    z-index: 31;
    background: #fff;
    transition: all 0.3s;
    padding: 0 0;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
  }
  #masthead.sticky {
    top: 0;
  }
  #masthead .desktop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2.4305555556vw;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 1024.1px) {
  #masthead .desktop {
    display: none;
  }
  #masthead .mobile {
    display: flex;
    align-items: center;
    gap: 0.3472222222vw;
  }
  #masthead .mobile .icon {
    height: 1.3888888889vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #masthead .mobile .icon i.fa-magnifying-glass {
    font-size: 1.1111111111vw;
  }
  #masthead .mobile .icon i.fa-circle-user {
    font-size: 1.25vw;
  }
  #masthead .mobile .icon_text {
    font-size: 0.5555555556vw;
    line-height: 0.6944444444vw;
    font-weight: 400;
  }
  #masthead .mobile .open_search {
    font-size: 0.6944444444vw;
    line-height: 1.1111111111vw;
    padding-right: 0.3472222222vw;
    font-weight: 300;
    text-align: center;
    color: #000000;
  }
  #masthead .mobile .open_search i {
    font-size: 1.3194444444vw;
    margin-left: 0.1388888889vw;
    height: 1.5972222222vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #masthead .mobile .icon__left {
    background: transparent;
    color: #000000;
    font-size: 0.6944444444vw;
    font-weight: 300;
    padding: 0 0.4861111111vw;
    text-align: center;
    display: inline-block;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-radius: 0;
  }
  #masthead .mobile .icon__left i:not(.fa-check) {
    font-size: 1.5277777778vw;
    display: block;
  }
  #masthead .mobile .icon__left .fa-check {
    right: 0.3472222222vw;
  }
}
@media only screen and (max-width: 991.98px) and (min-width: 1024.1px) {
  #masthead .mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #masthead .logo {
    width: 17.3611111111vw;
    height: auto;
    max-width: 100%;
  }
  #masthead .logo .house {
    fill: #e30613;
  }
  #masthead .col_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2.4305555556vw;
  }
  #masthead .col_right nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.7361111111vw;
  }
  #masthead .col_right nav ul li {
    position: relative;
  }
  #masthead .col_right nav ul li a {
    color: #000000;
    padding: 2.0833333333vw 0;
    display: block;
  }
  #masthead .col_right nav ul li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-left: 0.3472222222vw;
  }
  #masthead .col_right nav ul li .sub-menu {
    position: absolute;
    top: calc(100% - 1.3888888889vw);
    left: 0;
    background: #fff;
    visibility: hidden;
    display: block;
    width: -moz-max-content;
    width: max-content;
    border-radius: 0.3472222222vw;
    padding: 1.0416666667vw;
    transform: translateY(-10px);
    opacity: 0;
  }
}
@media only screen and (max-width: 991.98px) and (min-width: 1024px) {
  #masthead .col_right nav ul li .sub-menu {
    transition: all 0.3s;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 991.98px) {
  #masthead .col_right nav ul li .sub-menu li a {
    padding: 0.3472222222vw 0.6944444444vw;
  }
  #masthead .col_right nav ul li .sub-menu li a:hover {
    text-decoration: underline;
  }
  #masthead .col_right nav ul li:hover .sub-menu {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
  #masthead .search__box {
    position: relative;
  }
  #masthead .search__box .open_search {
    background: transparent;
    outline: none;
    border: none;
    padding: 2.0833333333vw 0;
    cursor: pointer;
  }
  #masthead .search__box .open_search i {
    font-size: 1.3888888889vw;
    width: 1.3888888889vw;
  }
  #masthead .search__box .open_search .close {
    display: none;
  }
  #masthead .search__box.show .open {
    display: none;
  }
  #masthead .search__box.show .close {
    display: block;
  }
  #masthead .search__box.show .search__form {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 600px) {
  #masthead .search__box.show .search__form {
    transform: translate(-50%, 0);
  }
}
@media (max-width: 991.98px) {
  #masthead .search__form {
    position: absolute;
    top: calc(100% + 1.0416666667vw);
    right: -1.0416666667vw;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s, transform 0.3s, visibility 0.05s 0.3s;
  }
  #masthead .search__form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
  }
  #masthead .search__form input {
    background-color: #fff;
    padding: 1.0416666667vw 3.125vw 1.0416666667vw 1.7361111111vw;
    border-radius: 1.7361111111vw;
    border: 1px solid rgb(150, 168, 191);
    outline: none;
    min-width: 34.7222222222vw;
    background-image: url("../svg/icons/search.svg");
    background-repeat: no-repeat;
    background-size: 1.3888888889vw;
    background-position: center right 1.3888888889vw;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 600px) {
  #masthead .search__form {
    position: fixed;
    top: 6.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    max-width: 100%;
    width: 100%;
    border-color: #F2F5FA;
  }
  #masthead .search__form input {
    min-width: 100%;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  #masthead .menu_icon {
    position: relative;
    transition: all 0.3s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 2.4305555556vw;
  }
  #masthead .menu_icon span {
    font-size: 0.6944444444vw;
    line-height: 0.6944444444vw;
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin-top: 0.2083333333vw;
  }
  #masthead .menu_icon .hamburger {
    position: relative;
    width: 1.3888888889vw;
    height: 0.9722222222vw;
    z-index: 18;
    transition: all 0.5s ease 0.5s;
    cursor: pointer;
  }
  #masthead .menu_icon .hamburger .hamburgerTop,
  #masthead .menu_icon .hamburger .hamburgerMiddle,
  #masthead .menu_icon .hamburger .hamburgerBottom {
    display: block;
    width: 1.3888888889vw;
    height: 0.1388888889vw;
    border-radius: 0.2083333333vw;
    background: #000000;
    transition: all 0.3s 0.8s;
    position: absolute;
  }
  #masthead .menu_icon .hamburger .hamburgerTop,
  #masthead .menu_icon .hamburger .hamburgerBottom {
    transition: transform 0.4s ease, margin-top 0.3s ease 0.4s;
  }
  #masthead .menu_icon .hamburger .hamburgerMiddle {
    margin-top: 0.2777777778vw;
    transition: opacity 0.2s ease 0.5s;
    width: 1.0416666667vw;
    margin-left: auto;
  }
  #masthead .menu_icon .hamburger .hamburgerBottom {
    margin-top: 0.5555555556vw;
  }
  #masthead .menu_icon .hamburger.active .hamburgerTop {
    transform: rotate(45deg);
    margin-top: 0.4861111111vw;
  }
  #masthead .menu_icon .hamburger.active .hamburgerTop,
  #masthead .menu_icon .hamburger.active .hamburgerBottom {
    transition: margin-top 0.3s ease, transform 0.4s ease 0.3s;
  }
  #masthead .menu_icon .hamburger.active .hamburgerMiddle {
    opacity: 0;
    transition: none;
  }
  #masthead .menu_icon .hamburger.active .hamburgerBottom {
    transform: rotate(-45deg);
    margin-top: 0.4861111111vw;
  }
  #masthead.sticky #mobile_navigation {
    top: 3.8194444444vw;
    height: calc(100vh - 3.8194444444vw);
  }
  #masthead.sticky .search__form {
    top: 3.8194444444vw;
  }
  #masthead .search__form {
    top: 6.5972222222vw;
  }
  #masthead #mobile_navigation {
    position: fixed;
    top: 7.2916666667vw;
    left: 0;
    background: #fff;
    width: 100%;
    height: calc(100vh - 3.8194444444vw);
    max-height: 100vh;
    transition: all 0.3s;
    transform: translateX(100%);
    border-top: 0.5px solid #F2F5FA;
    z-index: 30;
  }
  #masthead #mobile_navigation ul {
    display: block;
  }
  #masthead #mobile_navigation ul li > a {
    border-bottom: 0.5px solid #F2F5FA;
  }
  #masthead #mobile_navigation ul li a {
    padding: 0.6944444444vw 1.0416666667vw;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children > a::after {
    transform: rotate(-90deg);
    transition: all 0.3s;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children .sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    padding: 0;
    top: unset;
    left: unset;
    border-radius: 0;
    background: unset;
    width: 100%;
    transform: translateY(0);
    border-top: 0.2px solid #dedede;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children .sub-menu li a {
    background: #F2F5FA;
    border-bottom: 0.2px solid #dedede;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children .sub-menu li:last-child {
    border: none;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children .sub-menu li.current-menu-item a {
    background: #96A8BF;
    color: #fff;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children.active > a::after {
    transform: rotate(0deg);
  }
  #masthead #mobile_navigation.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@media (max-width: 767.98px) {
  body {
    padding-top: 12.5vw;
  }
  #masthead {
    position: fixed;
    top: 5.2083333333vw;
    left: 0;
    width: 100%;
    z-index: 31;
    background: #fff;
    transition: all 0.3s;
    padding: 1.3020833333vw 0;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
  }
  #masthead.sticky {
    top: 0;
  }
  #masthead .desktop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.6510416667vw;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 1024.1px) {
  #masthead .desktop {
    display: none;
  }
  #masthead .mobile {
    display: flex;
    align-items: center;
    gap: 0.6510416667vw;
  }
  #masthead .mobile .icon {
    height: 2.6041666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #masthead .mobile .icon i.fa-magnifying-glass {
    font-size: 2.0833333333vw;
  }
  #masthead .mobile .icon i.fa-circle-user {
    font-size: 2.34375vw;
  }
  #masthead .mobile .icon_text {
    font-size: 1.0416666667vw;
    line-height: 1.3020833333vw;
    font-weight: 400;
  }
  #masthead .mobile .open_search {
    font-size: 1.3020833333vw;
    line-height: 2.0833333333vw;
    padding-right: 0.6510416667vw;
    font-weight: 300;
    text-align: center;
    color: #000000;
  }
  #masthead .mobile .open_search i {
    font-size: 2.4739583333vw;
    margin-left: 0.2604166667vw;
    height: 2.9947916667vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #masthead .mobile .icon__left {
    background: transparent;
    color: #000000;
    font-size: 1.3020833333vw;
    font-weight: 300;
    padding: 0 0.9114583333vw;
    text-align: center;
    display: inline-block;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-radius: 0;
  }
  #masthead .mobile .icon__left i:not(.fa-check) {
    font-size: 2.8645833333vw;
    display: block;
  }
  #masthead .mobile .icon__left .fa-check {
    right: 0.6510416667vw;
  }
}
@media only screen and (max-width: 767.98px) and (min-width: 1024.1px) {
  #masthead .mobile {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #masthead .logo {
    width: 23.4375vw;
    height: auto;
    max-width: 100%;
  }
  #masthead .logo .house {
    fill: #e30613;
  }
  #masthead .col_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.6510416667vw;
  }
  #masthead .col_right nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 3.2552083333vw;
  }
  #masthead .col_right nav ul li {
    position: relative;
  }
  #masthead .col_right nav ul li a {
    color: #000000;
    padding: 3.90625vw 0;
    display: block;
  }
  #masthead .col_right nav ul li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-left: 0.6510416667vw;
  }
  #masthead .col_right nav ul li .sub-menu {
    position: absolute;
    top: calc(100% - 2.6041666667vw);
    left: 0;
    background: #fff;
    visibility: hidden;
    display: block;
    width: -moz-max-content;
    width: max-content;
    border-radius: 0.6510416667vw;
    padding: 1.953125vw;
    transform: translateY(-10px);
    opacity: 0;
  }
}
@media only screen and (max-width: 767.98px) and (min-width: 1024px) {
  #masthead .col_right nav ul li .sub-menu {
    transition: all 0.3s;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767.98px) {
  #masthead .col_right nav ul li .sub-menu li a {
    padding: 0.6510416667vw 1.3020833333vw;
  }
  #masthead .col_right nav ul li .sub-menu li a:hover {
    text-decoration: underline;
  }
  #masthead .col_right nav ul li:hover .sub-menu {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
  #masthead .search__box {
    position: relative;
  }
  #masthead .search__box .open_search {
    background: transparent;
    outline: none;
    border: none;
    padding: 0 0;
    cursor: pointer;
  }
  #masthead .search__box .open_search i {
    font-size: 2.6041666667vw;
    width: 2.6041666667vw;
  }
  #masthead .search__box .open_search .close {
    display: none;
  }
  #masthead .search__box.show .open {
    display: none;
  }
  #masthead .search__box.show .close {
    display: block;
  }
  #masthead .search__box.show .search__form {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 600px) {
  #masthead .search__box.show .search__form {
    transform: translate(-50%, 0);
  }
}
@media (max-width: 767.98px) {
  #masthead .search__form {
    position: absolute;
    top: calc(100% + 1.953125vw);
    right: -1.953125vw;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s, transform 0.3s, visibility 0.05s 0.3s;
  }
  #masthead .search__form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 7.8125vw;
    height: 7.8125vw;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
  }
  #masthead .search__form input {
    background-color: #fff;
    padding: 1.3020833333vw 5.859375vw 1.3020833333vw 1.953125vw;
    border-radius: 0;
    border: 1px solid rgb(150, 168, 191);
    outline: none;
    min-width: 65.1041666667vw;
    background-image: url("../svg/icons/search.svg");
    background-repeat: no-repeat;
    background-size: 2.6041666667vw;
    background-position: center right 2.6041666667vw;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 600px) {
  #masthead .search__form {
    position: fixed;
    top: 12.5vw;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    max-width: 100%;
    width: 100%;
    border-color: #F2F5FA;
  }
  #masthead .search__form input {
    min-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #masthead .menu_icon {
    position: relative;
    transition: all 0.3s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 4.5572916667vw;
  }
  #masthead .menu_icon span {
    font-size: 1.3020833333vw;
    line-height: 1.3020833333vw;
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin-top: 0.390625vw;
  }
  #masthead .menu_icon .hamburger {
    position: relative;
    width: 2.6041666667vw;
    height: 1.8229166667vw;
    z-index: 18;
    transition: all 0.5s ease 0.5s;
    cursor: pointer;
  }
  #masthead .menu_icon .hamburger .hamburgerTop,
  #masthead .menu_icon .hamburger .hamburgerMiddle,
  #masthead .menu_icon .hamburger .hamburgerBottom {
    display: block;
    width: 2.6041666667vw;
    height: 0.2604166667vw;
    border-radius: 0.390625vw;
    background: #000000;
    transition: all 0.3s 0.8s;
    position: absolute;
  }
  #masthead .menu_icon .hamburger .hamburgerTop,
  #masthead .menu_icon .hamburger .hamburgerBottom {
    transition: transform 0.4s ease, margin-top 0.3s ease 0.4s;
  }
  #masthead .menu_icon .hamburger .hamburgerMiddle {
    margin-top: 0.78125vw;
    transition: opacity 0.2s ease 0.5s;
    width: 1.953125vw;
    margin-left: auto;
  }
  #masthead .menu_icon .hamburger .hamburgerBottom {
    margin-top: 1.5625vw;
  }
  #masthead .menu_icon .hamburger.active .hamburgerTop {
    transform: rotate(45deg);
    margin-top: 0.6510416667vw;
  }
  #masthead .menu_icon .hamburger.active .hamburgerTop,
  #masthead .menu_icon .hamburger.active .hamburgerBottom {
    transition: margin-top 0.3s ease, transform 0.4s ease 0.3s;
  }
  #masthead .menu_icon .hamburger.active .hamburgerMiddle {
    opacity: 0;
    transition: none;
  }
  #masthead .menu_icon .hamburger.active .hamburgerBottom {
    transform: rotate(-45deg);
    margin-top: 0.6510416667vw;
  }
  #masthead.sticky #mobile_navigation {
    top: 7.1614583333vw;
    height: calc(100vh - 7.1614583333vw);
  }
  #masthead.sticky .search__form {
    top: 7.1614583333vw;
  }
  #masthead .search__form {
    top: 12.3697916667vw;
  }
  #masthead #mobile_navigation {
    position: fixed;
    top: 7.1614583333vw;
    left: 0;
    background: #fff;
    width: 100%;
    height: calc(100vh - 7.1614583333vw);
    max-height: 100vh;
    transition: all 0.3s;
    transform: translateX(100%);
    border-top: 0.5px solid #F2F5FA;
    z-index: 30;
  }
  #masthead #mobile_navigation ul {
    display: block;
  }
  #masthead #mobile_navigation ul li > a {
    border-bottom: 0.5px solid #F2F5FA;
  }
  #masthead #mobile_navigation ul li a {
    padding: 1.3020833333vw 1.953125vw;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children > a::after {
    transform: rotate(-90deg);
    transition: all 0.3s;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children .sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    padding: 0;
    top: unset;
    left: unset;
    border-radius: 0;
    background: unset;
    width: 100%;
    transform: translateY(0);
    border-top: 0.2px solid #dedede;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children .sub-menu li a {
    background: #F2F5FA;
    border-bottom: 0.2px solid #dedede;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children .sub-menu li:last-child {
    border: none;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children .sub-menu li.current-menu-item a {
    background: #96A8BF;
    color: #fff;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children.active > a::after {
    transform: rotate(0deg);
  }
  #masthead #mobile_navigation.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@media (max-width: 575.98px) {
  body {
    padding-top: 25.6vw;
  }
  #masthead {
    position: fixed;
    top: 10.6666666667vw;
    left: 0;
    width: 100%;
    z-index: 31;
    background: #fff;
    transition: all 0.3s;
    padding: 2.6666666667vw 0;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
  }
  #masthead.sticky {
    top: 0;
  }
  #masthead .desktop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.3333333333vw;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 1024.1px) {
  #masthead .desktop {
    display: none;
  }
  #masthead .mobile {
    display: flex;
    align-items: center;
    gap: 1.3333333333vw;
  }
  #masthead .mobile .icon {
    height: 5.3333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #masthead .mobile .icon i.fa-magnifying-glass {
    font-size: 4.2666666667vw;
  }
  #masthead .mobile .icon i.fa-circle-user {
    font-size: 4.8vw;
  }
  #masthead .mobile .icon_text {
    font-size: 2.1333333333vw;
    line-height: 2.6666666667vw;
    font-weight: 400;
  }
  #masthead .mobile .open_search {
    font-size: 2.6666666667vw;
    line-height: 4.2666666667vw;
    padding-right: 1.3333333333vw;
    font-weight: 300;
    text-align: center;
    color: #000000;
  }
  #masthead .mobile .open_search i {
    font-size: 5.0666666667vw;
    margin-left: 0.5333333333vw;
    height: 6.1333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #masthead .mobile .icon__left {
    background: transparent;
    color: #000000;
    font-size: 2.6666666667vw;
    font-weight: 300;
    padding: 0 1.8666666667vw;
    text-align: center;
    display: inline-block;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-radius: 0;
  }
  #masthead .mobile .icon__left i:not(.fa-check) {
    font-size: 5.8666666667vw;
    display: block;
  }
  #masthead .mobile .icon__left .fa-check {
    right: 1.3333333333vw;
  }
}
@media only screen and (max-width: 575.98px) and (min-width: 1024.1px) {
  #masthead .mobile {
    display: none;
  }
}
@media (max-width: 575.98px) {
  #masthead .logo {
    width: 48vw;
    height: auto;
    max-width: 100%;
  }
  #masthead .logo .house {
    fill: #e30613;
  }
  #masthead .col_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.3333333333vw;
  }
  #masthead .col_right nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6.6666666667vw;
  }
  #masthead .col_right nav ul li {
    position: relative;
  }
  #masthead .col_right nav ul li a {
    color: #000000;
    padding: 8vw 0;
    display: block;
  }
  #masthead .col_right nav ul li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-left: 1.3333333333vw;
  }
  #masthead .col_right nav ul li .sub-menu {
    position: absolute;
    top: calc(100% - 5.3333333333vw);
    left: 0;
    background: #fff;
    visibility: hidden;
    display: block;
    width: -moz-max-content;
    width: max-content;
    border-radius: 1.3333333333vw;
    padding: 4vw;
    transform: translateY(-10px);
    opacity: 0;
  }
}
@media only screen and (max-width: 575.98px) and (min-width: 1024px) {
  #masthead .col_right nav ul li .sub-menu {
    transition: all 0.3s;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 575.98px) {
  #masthead .col_right nav ul li .sub-menu li a {
    padding: 1.3333333333vw 2.6666666667vw;
  }
  #masthead .col_right nav ul li .sub-menu li a:hover {
    text-decoration: underline;
  }
  #masthead .col_right nav ul li:hover .sub-menu {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
  #masthead .search__box {
    position: relative;
  }
  #masthead .search__box .open_search {
    background: transparent;
    outline: none;
    border: none;
    padding: 0 0;
    cursor: pointer;
  }
  #masthead .search__box .open_search i {
    font-size: 5.3333333333vw;
    width: 5.3333333333vw;
  }
  #masthead .search__box .open_search .close {
    display: none;
  }
  #masthead .search__box.show .open {
    display: none;
  }
  #masthead .search__box.show .close {
    display: block;
  }
  #masthead .search__box.show .search__form {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 600px) {
  #masthead .search__box.show .search__form {
    transform: translate(-50%, 0);
  }
}
@media (max-width: 575.98px) {
  #masthead .search__form {
    position: absolute;
    top: calc(100% + 4vw);
    right: -4vw;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s, transform 0.3s, visibility 0.05s 0.3s;
  }
  #masthead .search__form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 16vw;
    height: 16vw;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
  }
  #masthead .search__form input {
    background-color: #fff;
    padding: 2.6666666667vw 12vw 2.6666666667vw 4vw;
    border-radius: 0;
    border: 1px solid rgb(150, 168, 191);
    outline: none;
    min-width: 133.3333333333vw;
    background-image: url("../svg/icons/search.svg");
    background-repeat: no-repeat;
    background-size: 5.3333333333vw;
    background-position: center right 5.3333333333vw;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 600px) {
  #masthead .search__form {
    position: fixed;
    top: 25.6vw;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    max-width: 100%;
    width: 100%;
    border-color: #F2F5FA;
  }
  #masthead .search__form input {
    min-width: 100%;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  #masthead .menu_icon {
    position: relative;
    transition: all 0.3s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 9.3333333333vw;
  }
  #masthead .menu_icon span {
    font-size: 2.6666666667vw;
    line-height: 2.6666666667vw;
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin-top: 0.8vw;
  }
  #masthead .menu_icon .hamburger {
    position: relative;
    width: 5.3333333333vw;
    height: 3.7333333333vw;
    z-index: 18;
    transition: all 0.5s ease 0.5s;
    cursor: pointer;
  }
  #masthead .menu_icon .hamburger .hamburgerTop,
  #masthead .menu_icon .hamburger .hamburgerMiddle,
  #masthead .menu_icon .hamburger .hamburgerBottom {
    display: block;
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    border-radius: 0.8vw;
    background: #000000;
    transition: all 0.3s 0.8s;
    position: absolute;
  }
  #masthead .menu_icon .hamburger .hamburgerTop,
  #masthead .menu_icon .hamburger .hamburgerBottom {
    transition: transform 0.4s ease, margin-top 0.3s ease 0.4s;
  }
  #masthead .menu_icon .hamburger .hamburgerMiddle {
    margin-top: 1.6vw;
    transition: opacity 0.2s ease 0.5s;
    width: 4vw;
    margin-left: auto;
  }
  #masthead .menu_icon .hamburger .hamburgerBottom {
    margin-top: 3.2vw;
  }
  #masthead .menu_icon .hamburger.active .hamburgerTop {
    transform: rotate(45deg);
    margin-top: 1.3333333333vw;
  }
  #masthead .menu_icon .hamburger.active .hamburgerTop,
  #masthead .menu_icon .hamburger.active .hamburgerBottom {
    transition: margin-top 0.3s ease, transform 0.4s ease 0.3s;
  }
  #masthead .menu_icon .hamburger.active .hamburgerMiddle {
    opacity: 0;
    transition: none;
  }
  #masthead .menu_icon .hamburger.active .hamburgerBottom {
    transform: rotate(-45deg);
    margin-top: 1.3333333333vw;
  }
  #masthead.sticky #mobile_navigation {
    top: 14.6666666667vw;
    height: calc(100vh - 14.6666666667vw);
  }
  #masthead.sticky .search__form {
    top: 14.6666666667vw;
  }
  #masthead .search__form {
    top: 25.3333333333vw;
  }
  #masthead #mobile_navigation {
    position: fixed;
    top: 14.6666666667vw;
    left: 0;
    background: #fff;
    width: 100%;
    height: calc(100vh - 14.6666666667vw);
    max-height: 100vh;
    transition: all 0.3s;
    transform: translateX(100%);
    border-top: 0.5px solid #F2F5FA;
    z-index: 30;
  }
  #masthead #mobile_navigation ul {
    display: block;
  }
  #masthead #mobile_navigation ul li > a {
    border-bottom: 0.5px solid #F2F5FA;
  }
  #masthead #mobile_navigation ul li a {
    padding: 2.6666666667vw 4vw;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children > a::after {
    transform: rotate(-90deg);
    transition: all 0.3s;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children .sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    padding: 0;
    top: unset;
    left: unset;
    border-radius: 0;
    background: unset;
    width: 100%;
    transform: translateY(0);
    border-top: 0.2px solid #dedede;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children .sub-menu li a {
    background: #F2F5FA;
    border-bottom: 0.2px solid #dedede;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children .sub-menu li:last-child {
    border: none;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children .sub-menu li.current-menu-item a {
    background: #96A8BF;
    color: #fff;
  }
  #masthead #mobile_navigation ul li.menu-item-has-children.active > a::after {
    transform: rotate(0deg);
  }
  #masthead #mobile_navigation.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
#top_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #F2F5FA;
}
#top_bar .links {
  display: flex;
  justify-content: flex-end;
  gap: 35px;
}
@media only screen and (max-width: 1023.9px) {
  #top_bar .links {
    justify-content: space-between;
  }
}
#top_bar .links > a {
  color: #000000;
  font-size: 14px;
  padding: 10px 0;
  font-weight: 400;
}
#top_bar .links > a i {
  margin-right: 5px;
}
#top_bar .links .language-nav {
  display: flex;
  align-items: center;
}
#top_bar .links .language-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#top_bar .links .language-nav .language-menu li {
  position: relative;
}
#top_bar .links .language-nav .language-menu li .sub-menu {
  position: absolute;
  top: 100%;
  z-index: 30;
}

@media (max-width: 1799.98px) {
  #top_bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #F2F5FA;
  }
  #top_bar .links {
    display: flex;
    justify-content: flex-end;
    gap: 2.1875vw;
  }
}
@media only screen and (max-width: 1799.98px) and (max-width: 1023.9px) {
  #top_bar .links {
    justify-content: space-between;
  }
}
@media (max-width: 1799.98px) {
  #top_bar .links > a {
    color: #000000;
    font-size: 0.875vw;
    padding: 0.625vw 0;
    font-weight: 400;
  }
  #top_bar .links > a i {
    margin-right: 0.3125vw;
  }
  #top_bar .links .language-nav {
    display: flex;
    align-items: center;
  }
  #top_bar .links .language-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #top_bar .links .language-nav .language-menu li {
    position: relative;
  }
  #top_bar .links .language-nav .language-menu li .sub-menu {
    position: absolute;
    top: 100%;
    z-index: 30;
  }
}
@media (max-width: 991.98px) {
  #top_bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #F2F5FA;
  }
  #top_bar .links {
    display: flex;
    justify-content: flex-end;
    gap: 2.4305555556vw;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 1023.9px) {
  #top_bar .links {
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  #top_bar .links > a {
    color: #000000;
    font-size: 0.9722222222vw;
    padding: 0.6944444444vw 0;
    font-weight: 400;
  }
  #top_bar .links > a i {
    margin-right: 0.3472222222vw;
  }
  #top_bar .links .language-nav {
    display: flex;
    align-items: center;
  }
  #top_bar .links .language-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #top_bar .links .language-nav .language-menu li {
    position: relative;
  }
  #top_bar .links .language-nav .language-menu li .sub-menu {
    position: absolute;
    top: 100%;
    z-index: 30;
  }
}
@media (max-width: 767.98px) {
  #top_bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #F2F5FA;
  }
  #top_bar .links {
    display: flex;
    justify-content: flex-end;
    gap: 4.5572916667vw;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 1023.9px) {
  #top_bar .links {
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  #top_bar .links > a {
    color: #000000;
    font-size: 1.5625vw;
    padding: 0.6510416667vw 0;
    font-weight: 400;
  }
  #top_bar .links > a i {
    margin-right: 0.6510416667vw;
  }
  #top_bar .links .language-nav {
    display: flex;
    align-items: center;
  }
  #top_bar .links .language-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #top_bar .links .language-nav .language-menu li {
    position: relative;
  }
  #top_bar .links .language-nav .language-menu li .sub-menu {
    position: absolute;
    top: 100%;
    z-index: 30;
  }
}
@media (max-width: 575.98px) {
  #top_bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #F2F5FA;
  }
  #top_bar .links {
    display: flex;
    justify-content: flex-end;
    gap: 9.3333333333vw;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 1023.9px) {
  #top_bar .links {
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  #top_bar .links > a {
    color: #000000;
    font-size: 3.2vw;
    padding: 1.3333333333vw 0;
    font-weight: 400;
  }
  #top_bar .links > a i {
    margin-right: 1.3333333333vw;
  }
  #top_bar .links .language-nav {
    display: flex;
    align-items: center;
  }
  #top_bar .links .language-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #top_bar .links .language-nav .language-menu li {
    position: relative;
  }
  #top_bar .links .language-nav .language-menu li .sub-menu {
    position: absolute;
    top: 100%;
    z-index: 30;
  }
}
/* Headers
--------------------------------------------- */
#header {
  position: relative;
}
#header .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#header .background::after {
  content: "";
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
#header .background img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#header.home {
  height: 655px;
  padding: 0 0 0 0;
}
#header.home .background img {
  height: 655px;
}
#header.home h1, #header.home p {
  color: #fff;
}
#header.home h1 {
  font-weight: 800;
  font-size: 35px;
  line-height: 45px;
}
#header.home .btn {
  width: -moz-max-content;
  width: max-content;
}
#header.home .link__block {
  background: #e30613;
  padding: 35px 45px 35px 45px;
  border-radius: 0 50px 0 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 2;
}
#header.home .link__block .title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
}
#header.home .link__block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header.home .link__block ul li {
  margin-bottom: 10px;
}
#header.home .link__block ul li:last-child {
  margin-bottom: 0;
}
#header.home .link__block ul li a {
  position: relative;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header.home .link__block ul li a::after {
  content: "\f138";
  font-family: "Font Awesome 6 Pro", sans-serif;
}
#header.subpage {
  position: relative;
  height: 275px;
  padding: 0 0;
  overflow: hidden;
}
#header.subpage.faq {
  overflow: unset;
}
#header.subpage #header_slider {
  height: 275px;
}
#header.subpage #header_slider .slick-list {
  height: 275px;
}
#header.subpage #header_slider .slick-slide img {
  height: 275px;
}
#header.subpage.extra_small {
  height: unset;
  padding: 25px 0;
}
#header.subpage.extra_small.city {
  background: #F2F5FA;
}
@media (max-width: 1799.98px) {
  #header {
    position: relative;
  }
  #header .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #header .background::after {
    content: "";
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
  #header .background img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #header.home {
    height: 40.9375vw;
    padding: 0 0 0 0;
  }
  #header.home .background img {
    height: 40.9375vw;
  }
  #header.home h1, #header.home p {
    color: #fff;
  }
  #header.home h1 {
    font-weight: 800;
    font-size: 2.1875vw;
    line-height: 2.8125vw;
  }
  #header.home .btn {
    width: -moz-max-content;
    width: max-content;
  }
  #header.home .link__block {
    background: #e30613;
    padding: 2.1875vw 2.8125vw 2.1875vw 2.8125vw;
    border-radius: 0 3.125vw 0 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 2;
  }
  #header.home .link__block .title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.25vw;
  }
  #header.home .link__block ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #header.home .link__block ul li {
    margin-bottom: 0.625vw;
  }
  #header.home .link__block ul li:last-child {
    margin-bottom: 0;
  }
  #header.home .link__block ul li a {
    position: relative;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header.home .link__block ul li a::after {
    content: "\f138";
    font-family: "Font Awesome 6 Pro", sans-serif;
  }
  #header.subpage {
    position: relative;
    height: 17.1875vw;
    padding: 0 0;
    overflow: hidden;
  }
  #header.subpage.faq {
    overflow: unset;
  }
  #header.subpage #header_slider {
    height: 17.1875vw;
  }
  #header.subpage #header_slider .slick-list {
    height: 17.1875vw;
  }
  #header.subpage #header_slider .slick-slide img {
    height: 17.1875vw;
  }
  #header.subpage.extra_small {
    height: unset;
    padding: 1.5625vw 0;
  }
  #header.subpage.extra_small.city {
    background: #F2F5FA;
  }
}
@media (max-width: 991.98px) {
  #header {
    position: relative;
  }
  #header .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #header .background::after {
    content: "";
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
  #header .background img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #header.home {
    height: 45.4861111111vw;
    padding: 0 0 0 0;
  }
  #header.home .background img {
    height: 45.4861111111vw;
  }
  #header.home h1, #header.home p {
    color: #fff;
  }
  #header.home h1 {
    font-weight: 800;
    font-size: 2.4305555556vw;
    line-height: 3.125vw;
  }
  #header.home .btn {
    width: -moz-max-content;
    width: max-content;
  }
  #header.home .link__block {
    background: #e30613;
    padding: 2.4305555556vw 3.125vw 2.4305555556vw 3.125vw;
    border-radius: 0 3.4722222222vw 0 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 2;
  }
  #header.home .link__block .title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.3888888889vw;
  }
  #header.home .link__block ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #header.home .link__block ul li {
    margin-bottom: 0.6944444444vw;
  }
  #header.home .link__block ul li:last-child {
    margin-bottom: 0;
  }
  #header.home .link__block ul li a {
    position: relative;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header.home .link__block ul li a::after {
    content: "\f138";
    font-family: "Font Awesome 6 Pro", sans-serif;
  }
  #header.subpage {
    position: relative;
    height: 19.0972222222vw;
    padding: 0 0;
    overflow: hidden;
  }
  #header.subpage.faq {
    overflow: unset;
  }
  #header.subpage #header_slider {
    height: 19.0972222222vw;
  }
  #header.subpage #header_slider .slick-list {
    height: 19.0972222222vw;
  }
  #header.subpage #header_slider .slick-slide img {
    height: 19.0972222222vw;
  }
  #header.subpage.extra_small {
    height: unset;
    padding: 1.7361111111vw 0;
  }
  #header.subpage.extra_small.city {
    background: #F2F5FA;
  }
}
@media (max-width: 767.98px) {
  #header {
    position: relative;
  }
  #header .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #header .background::after {
    content: "";
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
  #header .background img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #header.home {
    height: unset;
    padding: 9.765625vw 0 13.0208333333vw 0;
  }
  #header.home .background img {
    height: 58.59375vw;
  }
  #header.home h1, #header.home p {
    color: #fff;
  }
  #header.home h1 {
    font-weight: 800;
    font-size: 3.125vw;
    line-height: 4.4270833333vw;
  }
  #header.home .btn {
    width: -moz-max-content;
    width: max-content;
  }
  #header.home .link__block {
    background: #e30613;
    padding: 1.953125vw 4.5572916667vw 1.953125vw 2.6041666667vw;
    border-radius: 0 0 6.5104166667vw 0;
    width: 100%;
    margin-top: 5.859375vw;
    margin-bottom: -33.8541666667vw;
    z-index: 2;
  }
  #header.home .link__block .title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2.6041666667vw;
  }
  #header.home .link__block ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #header.home .link__block ul li {
    margin-bottom: 1.3020833333vw;
  }
  #header.home .link__block ul li:last-child {
    margin-bottom: 0;
  }
  #header.home .link__block ul li a {
    position: relative;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header.home .link__block ul li a::after {
    content: "\f138";
    font-family: "Font Awesome 6 Pro", sans-serif;
  }
  #header.subpage {
    position: relative;
    height: auto;
    padding: 1.953125vw 0;
    overflow: hidden;
  }
  #header.subpage.faq {
    overflow: unset;
  }
  #header.subpage #header_slider {
    height: 35.8072916667vw;
  }
  #header.subpage #header_slider .slick-list {
    height: 35.8072916667vw;
  }
  #header.subpage #header_slider .slick-slide img {
    height: auto;
  }
  #header.subpage.extra_small {
    height: unset;
    padding: 3.2552083333vw 0;
  }
  #header.subpage.extra_small.city {
    background: #F2F5FA;
  }
}
@media (max-width: 575.98px) {
  #header {
    position: relative;
  }
  #header .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #header .background::after {
    content: "";
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
  #header .background img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #header.home {
    height: unset;
    padding: 20vw 0 26.6666666667vw 0;
  }
  #header.home .background img {
    height: 120vw;
  }
  #header.home h1, #header.home p {
    color: #fff;
  }
  #header.home h1 {
    font-weight: 800;
    font-size: 6.4vw;
    line-height: 9.0666666667vw;
  }
  #header.home .btn {
    width: -moz-max-content;
    width: max-content;
  }
  #header.home .link__block {
    background: #e30613;
    padding: 4vw 9.3333333333vw 4vw 5.3333333333vw;
    border-radius: 0 0 13.3333333333vw 0;
    width: 100%;
    margin-top: 12vw;
    margin-bottom: -69.3333333333vw;
    z-index: 2;
  }
  #header.home .link__block .title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 5.3333333333vw;
  }
  #header.home .link__block ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #header.home .link__block ul li {
    margin-bottom: 2.6666666667vw;
  }
  #header.home .link__block ul li:last-child {
    margin-bottom: 0;
  }
  #header.home .link__block ul li a {
    position: relative;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header.home .link__block ul li a::after {
    content: "\f138";
    font-family: "Font Awesome 6 Pro", sans-serif;
  }
  #header.subpage {
    position: relative;
    height: auto;
    padding: 4vw 0;
    overflow: hidden;
  }
  #header.subpage.faq {
    overflow: unset;
  }
  #header.subpage #header_slider {
    height: 73.3333333333vw;
  }
  #header.subpage #header_slider .slick-list {
    height: 73.3333333333vw;
  }
  #header.subpage #header_slider .slick-slide img {
    height: auto;
  }
  #header.subpage.extra_small {
    height: unset;
    padding: 6.6666666667vw 0;
  }
  #header.subpage.extra_small.city {
    background: #F2F5FA;
  }
}
/* Components
--------------------------------------------- */
.houses-list {
  padding-bottom: 50px;
}

hr {
  border-top: none;
  border-bottom: 1px solid rgb(150, 168, 191);
  margin: 35px 0 35px 0;
}

.filter-section.no-scroll {
  overflow: hidden;
}

#houses_overview {
  background: #F2F5FA;
  padding: 50px 0;
  transition: all 0.3s;
}
#houses_overview.map {
  padding: 0;
}

#vue-house-list {
  margin: 0 -15px;
}
#vue-house-list .col-12 {
  padding: 0 15px;
}

#complexes {
  background: #F2F5FA;
  padding: 35px 0 75px 0;
}

#maps {
  height: calc(100vh - 96px - 46px - 82px);
  width: 100%;
}
#maps div {
  border: none !important;
}
#maps .custom-cluster-icon {
  background: #e30613;
}

#object_previews {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
  width: 100%;
}
#object_previews #close_previews {
  position: absolute;
  top: -41px;
  right: 14px;
  height: 36px;
  padding: 5px 10px;
  background: #96A8BF;
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: 3px;
}
#object_previews #close_previews i {
  font-size: 18px;
}
#object_previews .slider_nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -41px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
#object_previews .slider_nav .arrow {
  background: #96A8BF;
  color: #fff;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 3px;
  outline: none;
  z-index: 2;
}
#object_previews .slider_nav .arrow.slick-disabled {
  opacity: 0.5;
}
#object_previews .slider_nav .slider_numbers {
  background: #96A8BF;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  height: 36px;
}
#object_previews .slick-list .slick-track .slick-slide {
  margin: 0 15px;
}
#object_previews .object {
  background: #fff;
  border-radius: 0 0 50px 0;
  box-shadow: 0px 2px 3px 0px rgba(103, 122, 135, 0.16);
  overflow: hidden;
}
#object_previews .object .img_box {
  position: relative;
}
#object_previews .object .img_box .label {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: 700;
}
#object_previews .object .thumbnail {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#object_previews .object .info {
  padding: 25px 25px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
#object_previews .object .info > .row {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  #object_previews .object .info {
    min-height: 220px;
  }
  #object_previews .object .info > .row {
    margin-left: 0;
    width: calc(100% + 0);
  }
}
#object_previews .object .info .items {
  display: flex;
  gap: 10px;
}
#object_previews .object .info .items .item {
  color: #000000;
}
#object_previews .object .info .items .item svg {
  height: 15px;
  width: auto;
  margin-top: -2px;
}
#object_previews .object .info p {
  color: #000000;
}
#object_previews .object .info p.place, #object_previews .object .info p.price {
  font-size: 14px;
  line-height: 18px;
}
#object_previews .object .info p.service_costs {
  font-size: 12px;
  line-height: 18px;
}
#object_previews .object .info p.price {
  font-weight: 700;
  margin-top: 0;
}
#object_previews .object .info p.btn {
  color: #fff;
}
#object_previews .object .info .name {
  font-size: 18px;
  font-weight: 600;
}
#object_previews .object .bottom_row {
  align-items: end;
  margin-top: 0;
}

.house {
  position: relative;
  height: 330px;
  padding: 23px 34px 23px 23px;
  border-radius: 0 0 50px 0;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: 20px;
}
.house .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.house .background .slide {
  position: relative;
}
.house .background .slide .overlay {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.house .background .slick-prev, .house .background .slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  opacity: 0;
}
.house .background .slick-prev:hover, .house .background .slick-next:hover {
  background: rgb(255, 255, 255);
}
.house .background .slick-prev.slick-disabled, .house .background .slick-next.slick-disabled {
  visibility: hidden;
}
.house .background .slick-prev {
  left: 15px;
}
.house .background .slick-next {
  right: 15px;
}
.house .background img {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
  font-size: 0;
  border: none;
  animation-duration: 1.7s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeholderAnimate;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
  background-size: 1300px;
}
.house .labels {
  position: absolute;
  left: 15px;
  top: 15px;
  display: flex;
  gap: 10px;
}
.house .labels .label {
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 5px 12px;
}
.house__information {
  position: relative;
  z-index: 2;
  width: 100%;
}
.house__information p, .house__information span {
  color: #fff;
}
.house__information p.street, .house__information span.street {
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.house__information p.street, .house__information p.place, .house__information span.street, .house__information span.place {
  font-size: 15px;
  line-height: 24px;
}
.house__information p.price, .house__information span.price {
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
}
.house__information p.service_costs, .house__information span.service_costs {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 3px;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
.house__information p.icon_info, .house__information span.icon_info {
  font-size: 14px;
  line-height: 20px;
  margin-right: 5px;
}
.house__information p.icon_info svg, .house__information span.icon_info svg {
  height: 13px;
  width: auto;
  margin-bottom: 2px;
}
.house__information p.icon_info svg path, .house__information span.icon_info svg path {
  fill: #fff;
}
.house__information p i, .house__information p svg, .house__information span i, .house__information span svg {
  margin-right: 5px;
}
.house:hover .background img {
  scale: 1.1;
}
.house:hover .background .slick-prev, .house:hover .background .slick-next {
  opacity: 1;
}

@media (max-width: 1799.98px) {
  .houses-list {
    padding-bottom: 3.125vw;
  }
  hr {
    border-top: none;
    border-bottom: 1px solid rgb(150, 168, 191);
    margin: 2.1875vw 0 2.1875vw 0;
  }
  .filter-section.no-scroll {
    overflow: hidden;
  }
  #houses_overview {
    background: #F2F5FA;
    padding: 3.125vw 0;
    transition: all 0.3s;
  }
  #houses_overview.map {
    padding: 0;
  }
  #vue-house-list {
    margin: 0 -0.9375vw;
  }
  #vue-house-list .col-12 {
    padding: 0 0.9375vw;
  }
  #complexes {
    background: #F2F5FA;
    padding: 2.1875vw 0 4.6875vw 0;
  }
  #maps {
    height: calc(100vh - 6vw - 2.875vw - 5.125vw);
    width: 100%;
  }
  #maps div {
    border: none !important;
  }
  #maps .custom-cluster-icon {
    background: #e30613;
  }
  #object_previews {
    position: absolute;
    bottom: 3.125vw;
    left: 50%;
    transform: translateX(-50%);
    max-width: 50vw;
    width: 100%;
  }
  #object_previews #close_previews {
    position: absolute;
    top: -2.5625vw;
    right: 0.875vw;
    height: 2.25vw;
    padding: 0.3125vw 0.625vw;
    background: #96A8BF;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625vw;
    font-size: 0.875vw;
    font-weight: 700;
    border: none;
    border-radius: 3px;
  }
  #object_previews #close_previews i {
    font-size: 1.125vw;
  }
  #object_previews .slider_nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2.5625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3125vw;
  }
  #object_previews .slider_nav .arrow {
    background: #96A8BF;
    color: #fff;
    width: 2.25vw;
    height: 2.25vw;
    border: none;
    border-radius: 3px;
    outline: none;
    z-index: 2;
  }
  #object_previews .slider_nav .arrow.slick-disabled {
    opacity: 0.5;
  }
  #object_previews .slider_nav .slider_numbers {
    background: #96A8BF;
    color: #fff;
    border-radius: 3px;
    padding: 0.3125vw 0.625vw;
    height: 2.25vw;
  }
  #object_previews .slick-list .slick-track .slick-slide {
    margin: 0 15px;
  }
  #object_previews .object {
    background: #fff;
    border-radius: 0 0 50px 0;
    box-shadow: 0px 2px 3px 0px rgba(103, 122, 135, 0.16);
    overflow: hidden;
  }
  #object_previews .object .img_box {
    position: relative;
  }
  #object_previews .object .img_box .label {
    position: absolute;
    top: 0.625vw;
    left: 0.625vw;
    font-size: 0.75vw;
    line-height: 0.75vw;
    padding: 0.625vw 0.9375vw;
    border-radius: 10px;
    font-weight: 700;
  }
  #object_previews .object .thumbnail {
    height: 12.5vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #object_previews .object .info {
    padding: 1.5625vw 1.5625vw;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #object_previews .object .info > .row {
    width: 100%;
  }
}
@media only screen and (max-width: 1799.98px) and (max-width: 600px) {
  #object_previews .object .info {
    min-height: 13.75vw;
  }
  #object_previews .object .info > .row {
    margin-left: 0;
    width: calc(100% + 0);
  }
}
@media (max-width: 1799.98px) {
  #object_previews .object .info .items {
    display: flex;
    gap: 0.625vw;
  }
  #object_previews .object .info .items .item {
    color: #000000;
  }
  #object_previews .object .info .items .item svg {
    height: 0.9375vw;
    width: auto;
    margin-top: -0.125vw;
  }
  #object_previews .object .info p {
    color: #000000;
  }
  #object_previews .object .info p.place, #object_previews .object .info p.price {
    font-size: 0.875vw;
    line-height: 1.125vw;
  }
  #object_previews .object .info p.service_costs {
    font-size: 0.75vw;
    line-height: 1.125vw;
  }
  #object_previews .object .info p.price {
    font-weight: 700;
    margin-top: 0;
  }
  #object_previews .object .info p.btn {
    color: #fff;
  }
  #object_previews .object .info .name {
    font-size: 1.125vw;
    font-weight: 600;
  }
  #object_previews .object .bottom_row {
    align-items: end;
    margin-top: 0;
  }
  .house {
    position: relative;
    height: 20.625vw;
    padding: 1.4375vw 2.125vw 1.4375vw 1.4375vw;
    border-radius: 0 0 50px 0;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    margin-bottom: 1.25vw;
  }
  .house .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .house .background .slide {
    position: relative;
  }
  .house .background .slide .overlay {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .house .background .slick-prev, .house .background .slick-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    width: 1.875vw;
    height: 1.875vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    opacity: 0;
  }
  .house .background .slick-prev:hover, .house .background .slick-next:hover {
    background: rgb(255, 255, 255);
  }
  .house .background .slick-prev.slick-disabled, .house .background .slick-next.slick-disabled {
    visibility: hidden;
  }
  .house .background .slick-prev {
    left: 0.9375vw;
  }
  .house .background .slick-next {
    right: 0.9375vw;
  }
  .house .background img {
    width: 100%;
    height: 20.625vw;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s;
    font-size: 0;
    border: none;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
  .house .labels {
    position: absolute;
    left: 0.9375vw;
    top: 0.9375vw;
    display: flex;
    gap: 0.625vw;
  }
  .house .labels .label {
    border-radius: 10px;
    font-size: 0.875vw;
    line-height: 1.25vw;
    font-weight: 700;
    padding: 0.3125vw 0.75vw;
  }
  .house__information {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .house__information p, .house__information span {
    color: #fff;
  }
  .house__information p.street, .house__information span.street {
    font-weight: 700;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
  .house__information p.street, .house__information p.place, .house__information span.street, .house__information span.place {
    font-size: 0.9375vw;
    line-height: 1.5vw;
  }
  .house__information p.price, .house__information span.price {
    font-size: 1vw;
    line-height: 1.25vw;
    font-weight: 900;
  }
  .house__information p.service_costs, .house__information span.service_costs {
    font-size: 0.75vw;
    line-height: 1vw;
    margin-bottom: 0.1875vw;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  .house__information p.icon_info, .house__information span.icon_info {
    font-size: 0.875vw;
    line-height: 1.25vw;
    margin-right: 0.3125vw;
  }
  .house__information p.icon_info svg, .house__information span.icon_info svg {
    height: 0.8125vw;
    width: auto;
    margin-bottom: 0.125vw;
  }
  .house__information p.icon_info svg path, .house__information span.icon_info svg path {
    fill: #fff;
  }
  .house__information p i, .house__information p svg, .house__information span i, .house__information span svg {
    margin-right: 0.3125vw;
  }
  .house:hover .background img {
    scale: 1.1;
  }
  .house:hover .background .slick-prev, .house:hover .background .slick-next {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .houses-list {
    padding-bottom: 3.4722222222vw;
  }
  hr {
    border-top: none;
    border-bottom: 1px solid rgb(150, 168, 191);
    margin: 2.4305555556vw 0 2.4305555556vw 0;
  }
  .filter-section.no-scroll {
    overflow: hidden;
  }
  #houses_overview {
    background: #F2F5FA;
    padding: 3.4722222222vw 0;
    transition: all 0.3s;
  }
  #houses_overview.map {
    padding: 0;
  }
  #vue-house-list {
    margin: 0 -1.0416666667vw;
  }
  #vue-house-list .col-12 {
    padding: 0 1.0416666667vw;
  }
  #complexes {
    background: #F2F5FA;
    padding: 2.4305555556vw 0 5.2083333333vw 0;
  }
  #maps {
    height: calc(100vh - 6.6666666667vw - 3.1944444444vw - 5.6944444444vw);
    width: 100%;
  }
  #maps div {
    border: none !important;
  }
  #maps .custom-cluster-icon {
    background: #e30613;
  }
  #object_previews {
    position: absolute;
    bottom: 3.4722222222vw;
    left: 50%;
    transform: translateX(-50%);
    max-width: 55.5555555556vw;
    width: 100%;
  }
  #object_previews #close_previews {
    position: absolute;
    top: -2.8472222222vw;
    right: 0.9722222222vw;
    height: 2.5vw;
    padding: 0.3472222222vw 0.6944444444vw;
    background: #96A8BF;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6944444444vw;
    font-size: 0.9722222222vw;
    font-weight: 700;
    border: none;
    border-radius: 3px;
  }
  #object_previews #close_previews i {
    font-size: 1.25vw;
  }
  #object_previews .slider_nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2.8472222222vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3472222222vw;
  }
  #object_previews .slider_nav .arrow {
    background: #96A8BF;
    color: #fff;
    width: 2.5vw;
    height: 2.5vw;
    border: none;
    border-radius: 3px;
    outline: none;
    z-index: 2;
  }
  #object_previews .slider_nav .arrow.slick-disabled {
    opacity: 0.5;
  }
  #object_previews .slider_nav .slider_numbers {
    background: #96A8BF;
    color: #fff;
    border-radius: 3px;
    padding: 0.3472222222vw 0.6944444444vw;
    height: 2.5vw;
  }
  #object_previews .slick-list .slick-track .slick-slide {
    margin: 0 15px;
  }
  #object_previews .object {
    background: #fff;
    border-radius: 0 0 50px 0;
    box-shadow: 0px 2px 3px 0px rgba(103, 122, 135, 0.16);
    overflow: hidden;
  }
  #object_previews .object .img_box {
    position: relative;
  }
  #object_previews .object .img_box .label {
    position: absolute;
    top: 0.6944444444vw;
    left: 0.6944444444vw;
    font-size: 0.8333333333vw;
    line-height: 0.8333333333vw;
    padding: 0.6944444444vw 1.0416666667vw;
    border-radius: 10px;
    font-weight: 700;
  }
  #object_previews .object .thumbnail {
    height: 13.8888888889vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #object_previews .object .info {
    padding: 1.7361111111vw 1.7361111111vw;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #object_previews .object .info > .row {
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 600px) {
  #object_previews .object .info {
    min-height: 15.2777777778vw;
  }
  #object_previews .object .info > .row {
    margin-left: 0;
    width: calc(100% + 0);
  }
}
@media (max-width: 991.98px) {
  #object_previews .object .info .items {
    display: flex;
    gap: 0.6944444444vw;
  }
  #object_previews .object .info .items .item {
    color: #000000;
  }
  #object_previews .object .info .items .item svg {
    height: 1.0416666667vw;
    width: auto;
    margin-top: -0.1388888889vw;
  }
  #object_previews .object .info p {
    color: #000000;
  }
  #object_previews .object .info p.place, #object_previews .object .info p.price {
    font-size: 0.9722222222vw;
    line-height: 1.25vw;
  }
  #object_previews .object .info p.service_costs {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
  #object_previews .object .info p.price {
    font-weight: 700;
    margin-top: 0;
  }
  #object_previews .object .info p.btn {
    color: #fff;
  }
  #object_previews .object .info .name {
    font-size: 1.25vw;
    font-weight: 600;
  }
  #object_previews .object .bottom_row {
    align-items: end;
    margin-top: 0;
  }
  .house {
    position: relative;
    height: 22.9166666667vw;
    padding: 1.5972222222vw 2.3611111111vw 1.5972222222vw 1.5972222222vw;
    border-radius: 0 0 50px 0;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    margin-bottom: 1.3888888889vw;
  }
  .house .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .house .background .slide {
    position: relative;
  }
  .house .background .slide .overlay {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .house .background .slick-prev, .house .background .slick-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    opacity: 0;
  }
  .house .background .slick-prev:hover, .house .background .slick-next:hover {
    background: rgb(255, 255, 255);
  }
  .house .background .slick-prev.slick-disabled, .house .background .slick-next.slick-disabled {
    visibility: hidden;
  }
  .house .background .slick-prev {
    left: 1.0416666667vw;
  }
  .house .background .slick-next {
    right: 1.0416666667vw;
  }
  .house .background img {
    width: 100%;
    height: 22.9166666667vw;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s;
    font-size: 0;
    border: none;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
  .house .labels {
    position: absolute;
    left: 1.0416666667vw;
    top: 1.0416666667vw;
    display: flex;
    gap: 0.6944444444vw;
  }
  .house .labels .label {
    border-radius: 10px;
    font-size: 0.9722222222vw;
    line-height: 1.3888888889vw;
    font-weight: 700;
    padding: 0.3472222222vw 0.8333333333vw;
  }
  .house__information {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .house__information p, .house__information span {
    color: #fff;
  }
  .house__information p.street, .house__information span.street {
    font-weight: 700;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
  .house__information p.street, .house__information p.place, .house__information span.street, .house__information span.place {
    font-size: 1.0416666667vw;
    line-height: 1.6666666667vw;
  }
  .house__information p.price, .house__information span.price {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
    font-weight: 900;
  }
  .house__information p.service_costs, .house__information span.service_costs {
    font-size: 0.8333333333vw;
    line-height: 1.1111111111vw;
    margin-bottom: 0.2083333333vw;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  .house__information p.icon_info, .house__information span.icon_info {
    font-size: 0.9722222222vw;
    line-height: 1.3888888889vw;
    margin-right: 0.3472222222vw;
  }
  .house__information p.icon_info svg, .house__information span.icon_info svg {
    height: 0.9027777778vw;
    width: auto;
    margin-bottom: 0.1388888889vw;
  }
  .house__information p.icon_info svg path, .house__information span.icon_info svg path {
    fill: #fff;
  }
  .house__information p i, .house__information p svg, .house__information span i, .house__information span svg {
    margin-right: 0.3472222222vw;
  }
  .house:hover .background img {
    scale: 1.1;
  }
  .house:hover .background .slick-prev, .house:hover .background .slick-next {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .houses-list {
    padding-bottom: 6.5104166667vw;
  }
  hr {
    border-top: none;
    border-bottom: 1px solid rgb(150, 168, 191);
    margin: 4.5572916667vw 0 4.5572916667vw 0;
  }
  .filter-section.no-scroll {
    overflow: hidden;
  }
  #houses_overview {
    background: #F2F5FA;
    padding: 6.5104166667vw 0;
    transition: all 0.3s;
  }
  #houses_overview.map {
    padding: 0;
  }
  #vue-house-list {
    margin: 0 -1.953125vw;
  }
  #vue-house-list .col-12 {
    padding: 0 1.953125vw;
  }
  #complexes {
    background: #F2F5FA;
    padding: 4.5572916667vw 0 9.765625vw 0;
  }
  #maps {
    height: calc(100vh - 12.5vw - 5.9895833333vw - 10.6770833333vw);
    width: 100%;
  }
  #maps div {
    border: none !important;
  }
  #maps .custom-cluster-icon {
    background: #e30613;
  }
  #object_previews {
    position: absolute;
    bottom: 1.953125vw;
    left: 50%;
    transform: translateX(-50%);
    max-width: 104.1666666667vw;
    width: 100%;
  }
  #object_previews #close_previews {
    position: absolute;
    top: -5.3385416667vw;
    right: 1.8229166667vw;
    height: 4.6875vw;
    padding: 0.6510416667vw 1.3020833333vw;
    background: #96A8BF;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.3020833333vw;
    font-size: 1.8229166667vw;
    font-weight: 700;
    border: none;
    border-radius: 3px;
  }
  #object_previews #close_previews i {
    font-size: 2.34375vw;
  }
  #object_previews .slider_nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5.3385416667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6510416667vw;
  }
  #object_previews .slider_nav .arrow {
    background: #96A8BF;
    color: #fff;
    width: 4.6875vw;
    height: 4.6875vw;
    border: none;
    border-radius: 3px;
    outline: none;
    z-index: 2;
  }
  #object_previews .slider_nav .arrow.slick-disabled {
    opacity: 0.5;
  }
  #object_previews .slider_nav .slider_numbers {
    background: #96A8BF;
    color: #fff;
    border-radius: 3px;
    padding: 0.6510416667vw 1.3020833333vw;
    height: 4.6875vw;
  }
  #object_previews .slick-list .slick-track .slick-slide {
    margin: 0 15px;
  }
  #object_previews .object {
    background: #fff;
    border-radius: 0 0 50px 0;
    box-shadow: 0px 2px 3px 0px rgba(103, 122, 135, 0.16);
    overflow: hidden;
  }
  #object_previews .object .img_box {
    position: relative;
  }
  #object_previews .object .img_box .label {
    position: absolute;
    top: 1.3020833333vw;
    left: 1.3020833333vw;
    font-size: 1.5625vw;
    line-height: 1.5625vw;
    padding: 1.3020833333vw 1.953125vw;
    border-radius: 10px;
    font-weight: 700;
  }
  #object_previews .object .thumbnail {
    height: 19.53125vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #object_previews .object .info {
    padding: 1.953125vw 1.953125vw;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #object_previews .object .info > .row {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 600px) {
  #object_previews .object .info {
    min-height: 28.6458333333vw;
  }
  #object_previews .object .info > .row {
    margin-left: -0.6510416667vw;
    width: calc(100% + 3.2552083333vw);
  }
}
@media (max-width: 767.98px) {
  #object_previews .object .info .items {
    display: flex;
    gap: 1.3020833333vw;
  }
  #object_previews .object .info .items .item {
    color: #000000;
  }
  #object_previews .object .info .items .item svg {
    height: 1.953125vw;
    width: auto;
    margin-top: -0.2604166667vw;
  }
  #object_previews .object .info p {
    color: #000000;
  }
  #object_previews .object .info p.place, #object_previews .object .info p.price {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
  }
  #object_previews .object .info p.service_costs {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
  }
  #object_previews .object .info p.price {
    font-weight: 700;
    margin-top: 1.3020833333vw;
  }
  #object_previews .object .info p.btn {
    color: #fff;
  }
  #object_previews .object .info .name {
    font-size: 2.34375vw;
    font-weight: 600;
  }
  #object_previews .object .bottom_row {
    align-items: end;
    margin-top: 1.3020833333vw;
  }
  .house {
    position: relative;
    height: 32.5520833333vw;
    padding: 2.9947916667vw 4.4270833333vw 1.953125vw 2.9947916667vw;
    border-radius: 0 0 50px 0;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    margin-bottom: 2.6041666667vw;
  }
  .house .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .house .background .slide {
    position: relative;
  }
  .house .background .slide .overlay {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .house .background .slick-prev, .house .background .slick-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    width: 3.90625vw;
    height: 3.90625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    opacity: 0;
  }
  .house .background .slick-prev:hover, .house .background .slick-next:hover {
    background: rgb(255, 255, 255);
  }
  .house .background .slick-prev.slick-disabled, .house .background .slick-next.slick-disabled {
    visibility: hidden;
  }
  .house .background .slick-prev {
    left: 1.953125vw;
  }
  .house .background .slick-next {
    right: 1.953125vw;
  }
  .house .background img {
    width: 100%;
    height: 32.5520833333vw;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s;
    font-size: 0;
    border: none;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
  .house .labels {
    position: absolute;
    left: 1.3020833333vw;
    top: 1.3020833333vw;
    display: flex;
    gap: 1.3020833333vw;
  }
  .house .labels .label {
    border-radius: 10px;
    font-size: 1.5625vw;
    line-height: 2.34375vw;
    font-weight: 700;
    padding: 0.3255208333vw 1.0416666667vw;
  }
  .house__information {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .house__information p, .house__information span {
    color: #fff;
  }
  .house__information p.street, .house__information span.street {
    font-weight: 700;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
  .house__information p.street, .house__information p.place, .house__information span.street, .house__information span.place {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
  }
  .house__information p.price, .house__information span.price {
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
    font-weight: 900;
  }
  .house__information p.service_costs, .house__information span.service_costs {
    font-size: 1.3020833333vw;
    line-height: 2.0833333333vw;
    margin-bottom: 0.78125vw;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  .house__information p.icon_info, .house__information span.icon_info {
    font-size: 1.5625vw;
    line-height: 1.5625vw;
    margin-right: 0.6510416667vw;
  }
  .house__information p.icon_info svg, .house__information span.icon_info svg {
    height: 1.6927083333vw;
    width: auto;
    margin-bottom: 0.2604166667vw;
  }
  .house__information p.icon_info svg path, .house__information span.icon_info svg path {
    fill: #fff;
  }
  .house__information p i, .house__information p svg, .house__information span i, .house__information span svg {
    margin-right: 0.6510416667vw;
  }
  .house:hover .background img {
    scale: 1.1;
  }
  .house:hover .background .slick-prev, .house:hover .background .slick-next {
    opacity: 1;
  }
}
@media (max-width: 575.98px) {
  .houses-list {
    padding-bottom: 13.3333333333vw;
  }
  hr {
    border-top: none;
    border-bottom: 1px solid rgb(150, 168, 191);
    margin: 9.3333333333vw 0 9.3333333333vw 0;
  }
  .filter-section.no-scroll {
    overflow: hidden;
  }
  #houses_overview {
    background: #F2F5FA;
    padding: 13.3333333333vw 0;
    transition: all 0.3s;
  }
  #houses_overview.map {
    padding: 0;
  }
  #vue-house-list {
    margin: 0 -4vw;
  }
  #vue-house-list .col-12 {
    padding: 0 4vw;
  }
  #complexes {
    background: #F2F5FA;
    padding: 9.3333333333vw 0 20vw 0;
  }
  #maps {
    height: calc(100vh - 25.6vw - 12.2666666667vw - 21.8666666667vw);
    width: 100%;
  }
  #maps div {
    border: none !important;
  }
  #maps .custom-cluster-icon {
    background: #e30613;
  }
  #object_previews {
    position: absolute;
    bottom: 4vw;
    left: 50%;
    transform: translateX(-50%);
    max-width: 213.3333333333vw;
    width: 100%;
  }
  #object_previews #close_previews {
    position: absolute;
    top: -10.9333333333vw;
    right: 3.7333333333vw;
    height: 9.6vw;
    padding: 1.3333333333vw 2.6666666667vw;
    background: #96A8BF;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 700;
    border: none;
    border-radius: 3px;
  }
  #object_previews #close_previews i {
    font-size: 4.8vw;
  }
  #object_previews .slider_nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10.9333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.3333333333vw;
  }
  #object_previews .slider_nav .arrow {
    background: #96A8BF;
    color: #fff;
    width: 9.6vw;
    height: 9.6vw;
    border: none;
    border-radius: 3px;
    outline: none;
    z-index: 2;
  }
  #object_previews .slider_nav .arrow.slick-disabled {
    opacity: 0.5;
  }
  #object_previews .slider_nav .slider_numbers {
    background: #96A8BF;
    color: #fff;
    border-radius: 3px;
    padding: 1.3333333333vw 2.6666666667vw;
    height: 9.6vw;
  }
  #object_previews .slick-list .slick-track .slick-slide {
    margin: 0 15px;
  }
  #object_previews .object {
    background: #fff;
    border-radius: 0 0 50px 0;
    box-shadow: 0px 2px 3px 0px rgba(103, 122, 135, 0.16);
    overflow: hidden;
  }
  #object_previews .object .img_box {
    position: relative;
  }
  #object_previews .object .img_box .label {
    position: absolute;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 3.2vw;
    padding: 2.6666666667vw 4vw;
    border-radius: 10px;
    font-weight: 700;
  }
  #object_previews .object .thumbnail {
    height: 40vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #object_previews .object .info {
    padding: 4vw 4vw;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #object_previews .object .info > .row {
    width: 100%;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 600px) {
  #object_previews .object .info {
    min-height: 58.6666666667vw;
  }
  #object_previews .object .info > .row {
    margin-left: -1.3333333333vw;
    width: calc(100% + 6.6666666667vw);
  }
}
@media (max-width: 575.98px) {
  #object_previews .object .info .items {
    display: flex;
    gap: 2.6666666667vw;
  }
  #object_previews .object .info .items .item {
    color: #000000;
  }
  #object_previews .object .info .items .item svg {
    height: 4vw;
    width: auto;
    margin-top: -0.5333333333vw;
  }
  #object_previews .object .info p {
    color: #000000;
  }
  #object_previews .object .info p.place, #object_previews .object .info p.price {
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
  }
  #object_previews .object .info p.service_costs {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  #object_previews .object .info p.price {
    font-weight: 700;
    margin-top: 2.6666666667vw;
  }
  #object_previews .object .info p.btn {
    color: #fff;
  }
  #object_previews .object .info .name {
    font-size: 4.8vw;
    font-weight: 600;
  }
  #object_previews .object .bottom_row {
    align-items: end;
    margin-top: 2.6666666667vw;
  }
  .house {
    position: relative;
    height: 66.6666666667vw;
    padding: 6.1333333333vw 9.0666666667vw 4vw 6.1333333333vw;
    border-radius: 0 0 50px 0;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    margin-bottom: 5.3333333333vw;
  }
  .house .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .house .background .slide {
    position: relative;
  }
  .house .background .slide .overlay {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .house .background .slick-prev, .house .background .slick-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    width: 8vw;
    height: 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    opacity: 0;
  }
  .house .background .slick-prev:hover, .house .background .slick-next:hover {
    background: rgb(255, 255, 255);
  }
  .house .background .slick-prev.slick-disabled, .house .background .slick-next.slick-disabled {
    visibility: hidden;
  }
  .house .background .slick-prev {
    left: 4vw;
  }
  .house .background .slick-next {
    right: 4vw;
  }
  .house .background img {
    width: 100%;
    height: 66.6666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s;
    font-size: 0;
    border: none;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
  .house .labels {
    position: absolute;
    left: 2.6666666667vw;
    top: 2.6666666667vw;
    display: flex;
    gap: 2.6666666667vw;
  }
  .house .labels .label {
    border-radius: 10px;
    font-size: 3.2vw;
    line-height: 4.8vw;
    font-weight: 700;
    padding: 0.6666666667vw 2.1333333333vw;
  }
  .house__information {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .house__information p, .house__information span {
    color: #fff;
  }
  .house__information p.street, .house__information span.street {
    font-weight: 700;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
  .house__information p.street, .house__information p.place, .house__information span.street, .house__information span.place {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .house__information p.price, .house__information span.price {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    font-weight: 900;
  }
  .house__information p.service_costs, .house__information span.service_costs {
    font-size: 2.6666666667vw;
    line-height: 4.2666666667vw;
    margin-bottom: 1.6vw;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  .house__information p.icon_info, .house__information span.icon_info {
    font-size: 3.2vw;
    line-height: 3.2vw;
    margin-right: 1.3333333333vw;
  }
  .house__information p.icon_info svg, .house__information span.icon_info svg {
    height: 3.4666666667vw;
    width: auto;
    margin-bottom: 0.5333333333vw;
  }
  .house__information p.icon_info svg path, .house__information span.icon_info svg path {
    fill: #fff;
  }
  .house__information p i, .house__information p svg, .house__information span i, .house__information span svg {
    margin-right: 1.3333333333vw;
  }
  .house:hover .background img {
    scale: 1.1;
  }
  .house:hover .background .slick-prev, .house:hover .background .slick-next {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .w-max {
    width: -moz-max-content;
    width: max-content;
  }
}
#loader, #no_results {
  padding: 150px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loader svg, #no_results svg {
  animation: rotate 5s linear infinite;
  width: 150px;
  height: auto;
}
#loader svg path, #no_results svg path {
  fill: #e30613;
}
#loader.small, #no_results.small {
  padding: 25px 0 0 0;
}

@media (max-width: 1799.98px) {
  #loader, #no_results {
    padding: 9.375vw 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #loader svg, #no_results svg {
    animation: rotate 5s linear infinite;
    width: 9.375vw;
    height: auto;
  }
  #loader svg path, #no_results svg path {
    fill: #e30613;
  }
  #loader.small, #no_results.small {
    padding: 1.5625vw 0 0 0;
  }
}
@media (max-width: 991.98px) {
  #loader, #no_results {
    padding: 10.4166666667vw 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #loader svg, #no_results svg {
    animation: rotate 5s linear infinite;
    width: 10.4166666667vw;
    height: auto;
  }
  #loader svg path, #no_results svg path {
    fill: #e30613;
  }
  #loader.small, #no_results.small {
    padding: 1.7361111111vw 0 0 0;
  }
}
@media (max-width: 767.98px) {
  #loader, #no_results {
    padding: 19.53125vw 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #loader svg, #no_results svg {
    animation: rotate 5s linear infinite;
    width: 19.53125vw;
    height: auto;
  }
  #loader svg path, #no_results svg path {
    fill: #e30613;
  }
  #loader.small, #no_results.small {
    padding: 3.2552083333vw 0 0 0;
  }
}
@media (max-width: 575.98px) {
  #loader, #no_results {
    padding: 40vw 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #loader svg, #no_results svg {
    animation: rotate 5s linear infinite;
    width: 40vw;
    height: auto;
  }
  #loader svg path, #no_results svg path {
    fill: #e30613;
  }
  #loader.small, #no_results.small {
    padding: 6.6666666667vw 0 0 0;
  }
}
.filter-section {
  position: relative;
  background: #F2F5FA;
  margin-bottom: 30px;
  z-index: 30;
}
.filter-section.maps {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024.1px) {
  .filter-section {
    position: sticky;
    top: 81.2px;
  }
}

.filter_section__bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F2F5FA;
  filter: drop-shadow(0px 2px 3px rgba(103, 122, 135, 0.16));
  z-index: 30;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.filter_section__bottom.sticky {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1024.1px) {
  .filter_section__bottom {
    display: none;
  }
}

#filter__search_bar {
  margin-bottom: 20px;
  margin-top: 20px;
}
#filter__search_bar #search_box {
  position: relative;
  width: 100%;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
  display: flex;
  justify-content: space-between;
}
#filter__search_bar #search_box.active {
  box-shadow: unset;
  border-radius: 25px 25px 0 0;
}
#filter__search_bar #search_box__list {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  background: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 500px;
  overflow: auto;
  width: 100%;
  box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
  border-top: 1px solid #F2F5FA;
}
#filter__search_bar #search_box__list li {
  border-bottom: 1px solid #F2F5FA;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #000000;
  cursor: pointer;
  padding: 10px 15px;
}
#filter__search_bar #search_box__list li span {
  font-size: 16px;
  line-height: 24px;
}
#filter__search_bar #search_box__list li:hover {
  background: #F2F5FA;
}
#filter__search_bar #search_box #search {
  padding: 14px 36px 14px 28px;
  border: none;
  border-radius: 25px;
  outline: none;
  width: 100%;
}
#filter__search_bar #search_box #search + label {
  display: none;
}
#filter__search_bar #search_box select {
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-left: 1px solid rgb(150, 168, 191);
  border-right: none;
  border-top: none;
  border-bottom: none;
  padding: 10px 30px 10px 15px;
  background-image: url("../svg/icons/chevron-down-blue.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center right 15px;
  outline: none;
}

.maps_button, #open_maps, #open_list, #open_filters, .open_filters {
  border-radius: 25px;
  background: #fff;
  color: #000000;
  box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
  padding: 10px 20px;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 100%;
  outline: none;
  border: none;
}
.maps_button i, #open_maps i, #open_list i, #open_filters i, .open_filters i {
  color: #e30613;
}
.maps_button.active, #open_maps.active, #open_list.active, #open_filters.active, .open_filters.active {
  background: #96A8BF;
  color: #fff;
}
.maps_button.active i, #open_maps.active i, #open_list.active i, #open_filters.active i, .open_filters.active i {
  color: #fff;
}
.maps_button .count, #open_maps .count, #open_list .count, #open_filters .count, .open_filters .count {
  background: #fff;
  width: 25px;
  height: 25px;
  line-height: 0;
  color: #96A8BF;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  font-weight: 600;
}

#filter_form #side_filters {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 33;
  max-width: 415px;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  height: 100vh;
  padding: 77px 15px 77px 15px;
  transform: translateX(-100%);
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  #filter_form #side_filters {
    height: 100dvh;
  }
}
#filter_form #side_filters.open {
  transform: translateX(0);
}
#filter_form #side_filters header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgb(150, 168, 191);
  padding: 25px 20px;
  background: #F2F5FA;
}
#filter_form #side_filters header p {
  margin-bottom: 0;
}
#filter_form #side_filters header p:not(#close_filters) {
  font-size: 20px;
}
#filter_form #side_filters header p#close_filters, #filter_form #side_filters header p#reset_filters {
  cursor: pointer;
}
#filter_form #side_filters #filter_body {
  max-height: calc(100vh - 148px);
  overflow-y: scroll;
  padding: 0 20px 35px 20px;
}
@media only screen and (max-width: 768px) {
  #filter_form #side_filters #filter_body {
    max-height: calc(100svh - 148px);
  }
}
#filter_form #side_filters #filter_body .option {
  border-bottom: 1px solid rgb(150, 168, 191);
  padding: 0 0 20px 0;
}
#filter_form #side_filters #filter_body .option:last-child {
  border: none;
}
#filter_form #side_filters #filter_body .option .title {
  font-weight: 700;
}
#filter_form #side_filters #filter_body .option .box__checkbox, #filter_form #side_filters #filter_body .option .box__radio {
  margin-bottom: 10px;
}
#filter_form #side_filters #filter_body .option .box__checkbox:last-child, #filter_form #side_filters #filter_body .option .box__radio:last-child {
  margin-bottom: 0;
}
#filter_form #side_filters #filter_body .option .box__checkbox input, #filter_form #side_filters #filter_body .option .box__radio input {
  display: none;
}
#filter_form #side_filters #filter_body .option .box__checkbox label, #filter_form #side_filters #filter_body .option .box__radio label {
  position: relative;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
#filter_form #side_filters #filter_body .option .box__checkbox label::before, #filter_form #side_filters #filter_body .option .box__radio label::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro", sans-serif;
  border: 1px solid #000000;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 0;
  transition: all 0.3s;
  border-radius: 50%;
}
#filter_form #side_filters #filter_body .option .box__checkbox:checked + label::before {
  background: #96A8BF;
  color: #fff;
  border-color: #96A8BF;
  font-size: 12px;
}
#filter_form #side_filters #filter_body .option .box__radio input:checked + label::before {
  background: #96A8BF;
  color: #fff;
  border-color: #96A8BF;
  font-size: 10px;
}
#filter_form #side_filters #filter_body .option .box__radio label::before {
  border-radius: 50%;
}
#filter_form #side_filters footer {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  transition: all 0.3s;
}
#filter_form #side_filters footer #total_filter_houses {
  display: block;
  text-align: center;
  background: #96A8BF;
  color: #fff;
  padding: 15px;
  width: 100%;
  border-radius: 10px;
  border: none;
  font-weight: 700;
  cursor: pointer;
}
#filter_form #filter__button_row {
  transition: all 0.3s;
}
#filter_form #filter__button_row.map_open {
  margin-top: 0;
}

#total_houses {
  font-size: 16px;
}
#total_houses #total {
  font-size: 16px;
  font-weight: 700;
}

#active-filters {
  margin-bottom: 15px;
}
#active-filters > .col-12 {
  border-bottom: 1px solid rgb(150, 168, 191);
  padding: 15px 0;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
#active-filters .filter-button {
  background: #96A8BF;
  color: #fff;
  border-radius: 10px;
  border: none;
  padding: 5px 15px;
  text-transform: capitalize;
}
#active-filters .reset {
  width: 100%;
  margin-top: 15px;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px;
}
.pagination ul li button {
  padding: 5px 10px;
  transition: all 0.3s;
}
.pagination ul li button.active {
  background: #96A8BF;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
}
.pagination button {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  outline: none;
  cursor: pointer;
}
.pagination button:disabled {
  opacity: 0.5;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 15px 0;
}
.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.price-input .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  position: absolute;
  border-radius: 5px;
  background: #96A8BF;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.range-input input[type=range]::-webkit-slider-thumb, .range-input input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #96A8BF;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1799.98px) {
  .filter-section {
    position: relative;
    background: #F2F5FA;
    margin-bottom: 1.875vw;
    z-index: 30;
  }
  .filter-section.maps {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1799.98px) and (min-width: 1024.1px) {
  .filter-section {
    position: sticky;
    top: 5.075vw;
  }
}
@media (max-width: 1799.98px) {
  .filter_section__bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F2F5FA;
    filter: drop-shadow(0px 2px 3px rgba(103, 122, 135, 0.16));
    z-index: 30;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .filter_section__bottom.sticky {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 1799.98px) and (min-width: 1024.1px) {
  .filter_section__bottom {
    display: none;
  }
}
@media (max-width: 1799.98px) {
  #filter__search_bar {
    margin-bottom: 1.25vw;
    margin-top: 1.25vw;
  }
  #filter__search_bar #search_box {
    position: relative;
    width: 100%;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    display: flex;
    justify-content: space-between;
  }
  #filter__search_bar #search_box.active {
    box-shadow: unset;
    border-radius: 25px 25px 0 0;
  }
  #filter__search_bar #search_box__list {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 31.25vw;
    overflow: auto;
    width: 100%;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    border-top: 1px solid #F2F5FA;
  }
  #filter__search_bar #search_box__list li {
    border-bottom: 1px solid #F2F5FA;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #000000;
    cursor: pointer;
    padding: 0.625vw 0.9375vw;
  }
  #filter__search_bar #search_box__list li span {
    font-size: 1vw;
    line-height: 1.5vw;
  }
  #filter__search_bar #search_box__list li:hover {
    background: #F2F5FA;
  }
  #filter__search_bar #search_box #search {
    padding: 0.875vw 2.25vw 0.875vw 1.75vw;
    border: none;
    border-radius: 25px;
    outline: none;
    width: 100%;
  }
  #filter__search_bar #search_box #search + label {
    display: none;
  }
  #filter__search_bar #search_box select {
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-left: 1px solid rgb(150, 168, 191);
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding: 0.625vw 1.875vw 0.625vw 0.9375vw;
    background-image: url("../svg/icons/chevron-down-blue.svg");
    background-size: 0.9375vw;
    background-repeat: no-repeat;
    background-position: center right 0.9375vw;
    outline: none;
  }
  .maps_button, #open_maps, #open_list, #open_filters, .open_filters {
    border-radius: 25px;
    background: #fff;
    color: #000000;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    padding: 0.625vw 1.25vw;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 1vw;
    line-height: 1.375vw;
    display: flex;
    align-items: center;
    gap: 0.3125vw;
    height: 100%;
    outline: none;
    border: none;
  }
  .maps_button i, #open_maps i, #open_list i, #open_filters i, .open_filters i {
    color: #e30613;
  }
  .maps_button.active, #open_maps.active, #open_list.active, #open_filters.active, .open_filters.active {
    background: #96A8BF;
    color: #fff;
  }
  .maps_button.active i, #open_maps.active i, #open_list.active i, #open_filters.active i, .open_filters.active i {
    color: #fff;
  }
  .maps_button .count, #open_maps .count, #open_list .count, #open_filters .count, .open_filters .count {
    background: #fff;
    width: 1.5625vw;
    height: 1.5625vw;
    line-height: 0;
    color: #96A8BF;
    border-radius: 50%;
    font-size: 0.6875vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.3125vw;
    font-weight: 600;
  }
  #filter_form #side_filters {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 33;
    max-width: 25.9375vw;
    background: #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    height: 100vh;
    padding: 4.8125vw 0.9375vw 4.8125vw 0.9375vw;
    transform: translateX(-100%);
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 1799.98px) and (max-width: 768px) {
  #filter_form #side_filters {
    height: 100dvh;
  }
}
@media (max-width: 1799.98px) {
  #filter_form #side_filters.open {
    transform: translateX(0);
  }
  #filter_form #side_filters header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgb(150, 168, 191);
    padding: 1.5625vw 1.25vw;
    background: #F2F5FA;
  }
  #filter_form #side_filters header p {
    margin-bottom: 0;
  }
  #filter_form #side_filters header p:not(#close_filters) {
    font-size: 1.25vw;
  }
  #filter_form #side_filters header p#close_filters, #filter_form #side_filters header p#reset_filters {
    cursor: pointer;
  }
  #filter_form #side_filters #filter_body {
    max-height: calc(100vh - 9.25vw);
    overflow-y: scroll;
    padding: 0 20px 2.1875vw 20px;
  }
}
@media only screen and (max-width: 1799.98px) and (max-width: 768px) {
  #filter_form #side_filters #filter_body {
    max-height: calc(100svh - 9.25vw);
  }
}
@media (max-width: 1799.98px) {
  #filter_form #side_filters #filter_body .option {
    border-bottom: 1px solid rgb(150, 168, 191);
    padding: 0 0 1.25vw 0;
  }
  #filter_form #side_filters #filter_body .option:last-child {
    border: none;
  }
  #filter_form #side_filters #filter_body .option .title {
    font-weight: 700;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox, #filter_form #side_filters #filter_body .option .box__radio {
    margin-bottom: 0.625vw;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox:last-child, #filter_form #side_filters #filter_body .option .box__radio:last-child {
    margin-bottom: 0;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox input, #filter_form #side_filters #filter_body .option .box__radio input {
    display: none;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox label, #filter_form #side_filters #filter_body .option .box__radio label {
    position: relative;
    font-size: 0.9375vw;
    line-height: 1.25vw;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 0.5vw;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox label::before, #filter_form #side_filters #filter_body .option .box__radio label::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    border: 1px solid #000000;
    width: 1.125vw;
    height: 1.125vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.125vw;
    font-size: 0;
    transition: all 0.3s;
    border-radius: 50%;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox:checked + label::before {
    background: #96A8BF;
    color: #fff;
    border-color: #96A8BF;
    font-size: 0.75vw;
  }
  #filter_form #side_filters #filter_body .option .box__radio input:checked + label::before {
    background: #96A8BF;
    color: #fff;
    border-color: #96A8BF;
    font-size: 0.625vw;
  }
  #filter_form #side_filters #filter_body .option .box__radio label::before {
    border-radius: 50%;
  }
  #filter_form #side_filters footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0.9375vw;
    width: 100%;
    transition: all 0.3s;
  }
  #filter_form #side_filters footer #total_filter_houses {
    display: block;
    text-align: center;
    background: #96A8BF;
    color: #fff;
    padding: 0.9375vw;
    width: 100%;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    cursor: pointer;
  }
  #filter_form #filter__button_row {
    transition: all 0.3s;
  }
  #filter_form #filter__button_row.map_open {
    margin-top: 0;
  }
  #total_houses {
    font-size: 1vw;
  }
  #total_houses #total {
    font-size: 1vw;
    font-weight: 700;
  }
  #active-filters {
    margin-bottom: 0.9375vw;
  }
  #active-filters > .col-12 {
    border-bottom: 1px solid rgb(150, 168, 191);
    padding: 0.9375vw 0;
    display: flex;
    gap: 0.3125vw;
    flex-wrap: wrap;
  }
  #active-filters .filter-button {
    background: #96A8BF;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 0.3125vw 0.9375vw;
    text-transform: capitalize;
  }
  #active-filters .reset {
    width: 100%;
    margin-top: 0.9375vw;
  }
  .pagination {
    display: flex;
    align-items: center;
    gap: 0.9375vw;
    justify-content: center;
    width: 100%;
    margin-top: 1.5625vw;
  }
  .pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.3125vw;
  }
  .pagination ul li button {
    padding: 0.3125vw 0.625vw;
    transition: all 0.3s;
  }
  .pagination ul li button.active {
    background: #96A8BF;
    color: #fff;
    font-weight: 700;
    border-radius: 0.3125vw;
  }
  .pagination button {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.625vw;
    outline: none;
    cursor: pointer;
  }
  .pagination button:disabled {
    opacity: 0.5;
  }
  .price-input {
    width: 100%;
    display: flex;
    margin: 0.9375vw 0;
  }
  .price-input .field {
    display: flex;
    width: 100%;
    height: 2.8125vw;
    align-items: center;
  }
  .price-input .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 1.1875vw;
    border-radius: 0.3125vw;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
  }
  .price-input .separator {
    width: 8.125vw;
    display: flex;
    font-size: 1.1875vw;
    align-items: center;
    justify-content: center;
  }
  .slider {
    height: 0.3125vw;
    position: relative;
    background: #ddd;
    border-radius: 0.3125vw;
  }
  .slider .progress {
    height: 100%;
    position: absolute;
    border-radius: 0.3125vw;
    background: #96A8BF;
  }
  input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .range-input {
    position: relative;
  }
  .range-input input {
    position: absolute;
    width: 100%;
    height: 0.3125vw;
    top: -0.3125vw;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .range-input input[type=range]::-webkit-slider-thumb, .range-input input[type=range]::-moz-range-thumb {
    height: 1.0625vw;
    width: 1.0625vw;
    border-radius: 50%;
    background: #96A8BF;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 991.98px) {
  .filter-section {
    position: relative;
    background: #F2F5FA;
    margin-bottom: 2.0833333333vw;
    z-index: 30;
  }
  .filter-section.maps {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991.98px) and (min-width: 1024.1px) {
  .filter-section {
    position: sticky;
    top: 5.6388888889vw;
  }
}
@media (max-width: 991.98px) {
  .filter_section__bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F2F5FA;
    filter: drop-shadow(0px 2px 3px rgba(103, 122, 135, 0.16));
    z-index: 30;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .filter_section__bottom.sticky {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 991.98px) and (min-width: 1024.1px) {
  .filter_section__bottom {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #filter__search_bar {
    margin-bottom: 1.3888888889vw;
    margin-top: 1.3888888889vw;
  }
  #filter__search_bar #search_box {
    position: relative;
    width: 100%;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    display: flex;
    justify-content: space-between;
  }
  #filter__search_bar #search_box.active {
    box-shadow: unset;
    border-radius: 25px 25px 0 0;
  }
  #filter__search_bar #search_box__list {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 34.7222222222vw;
    overflow: auto;
    width: 100%;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    border-top: 1px solid #F2F5FA;
  }
  #filter__search_bar #search_box__list li {
    border-bottom: 1px solid #F2F5FA;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #000000;
    cursor: pointer;
    padding: 0.6944444444vw 1.0416666667vw;
  }
  #filter__search_bar #search_box__list li span {
    font-size: 1.1111111111vw;
    line-height: 1.6666666667vw;
  }
  #filter__search_bar #search_box__list li:hover {
    background: #F2F5FA;
  }
  #filter__search_bar #search_box #search {
    padding: 0.9722222222vw 2.5vw 0.9722222222vw 1.9444444444vw;
    border: none;
    border-radius: 25px;
    outline: none;
    width: 100%;
  }
  #filter__search_bar #search_box #search + label {
    display: none;
  }
  #filter__search_bar #search_box select {
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-left: 1px solid rgb(150, 168, 191);
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding: 0.6944444444vw 2.0833333333vw 0.6944444444vw 1.0416666667vw;
    background-image: url("../svg/icons/chevron-down-blue.svg");
    background-size: 1.0416666667vw;
    background-repeat: no-repeat;
    background-position: center right 1.0416666667vw;
    outline: none;
  }
  .maps_button, #open_maps, #open_list, #open_filters, .open_filters {
    border-radius: 25px;
    background: #fff;
    color: #000000;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    padding: 0.6944444444vw 1.3888888889vw;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
    display: flex;
    align-items: center;
    gap: 0.3472222222vw;
    height: 100%;
    outline: none;
    border: none;
  }
  .maps_button i, #open_maps i, #open_list i, #open_filters i, .open_filters i {
    color: #e30613;
  }
  .maps_button.active, #open_maps.active, #open_list.active, #open_filters.active, .open_filters.active {
    background: #96A8BF;
    color: #fff;
  }
  .maps_button.active i, #open_maps.active i, #open_list.active i, #open_filters.active i, .open_filters.active i {
    color: #fff;
  }
  .maps_button .count, #open_maps .count, #open_list .count, #open_filters .count, .open_filters .count {
    background: #fff;
    width: 1.7361111111vw;
    height: 1.7361111111vw;
    line-height: 0;
    color: #96A8BF;
    border-radius: 50%;
    font-size: 0.7638888889vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.3472222222vw;
    font-weight: 600;
  }
  #filter_form #side_filters {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 33;
    max-width: 28.8194444444vw;
    background: #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    height: 100vh;
    padding: 5.3472222222vw 1.0416666667vw 5.3472222222vw 1.0416666667vw;
    transform: translateX(-100%);
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 768px) {
  #filter_form #side_filters {
    height: 100dvh;
  }
}
@media (max-width: 991.98px) {
  #filter_form #side_filters.open {
    transform: translateX(0);
  }
  #filter_form #side_filters header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgb(150, 168, 191);
    padding: 1.7361111111vw 1.3888888889vw;
    background: #F2F5FA;
  }
  #filter_form #side_filters header p {
    margin-bottom: 0;
  }
  #filter_form #side_filters header p:not(#close_filters) {
    font-size: 1.3888888889vw;
  }
  #filter_form #side_filters header p#close_filters, #filter_form #side_filters header p#reset_filters {
    cursor: pointer;
  }
  #filter_form #side_filters #filter_body {
    max-height: calc(100vh - 10.2777777778vw);
    overflow-y: scroll;
    padding: 0 20px 2.4305555556vw 20px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 768px) {
  #filter_form #side_filters #filter_body {
    max-height: calc(100svh - 10.2777777778vw);
  }
}
@media (max-width: 991.98px) {
  #filter_form #side_filters #filter_body .option {
    border-bottom: 1px solid rgb(150, 168, 191);
    padding: 0 0 1.3888888889vw 0;
  }
  #filter_form #side_filters #filter_body .option:last-child {
    border: none;
  }
  #filter_form #side_filters #filter_body .option .title {
    font-weight: 700;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox, #filter_form #side_filters #filter_body .option .box__radio {
    margin-bottom: 0.6944444444vw;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox:last-child, #filter_form #side_filters #filter_body .option .box__radio:last-child {
    margin-bottom: 0;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox input, #filter_form #side_filters #filter_body .option .box__radio input {
    display: none;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox label, #filter_form #side_filters #filter_body .option .box__radio label {
    position: relative;
    font-size: 1.0416666667vw;
    line-height: 1.3888888889vw;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 0.5555555556vw;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox label::before, #filter_form #side_filters #filter_body .option .box__radio label::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    border: 1px solid #000000;
    width: 1.25vw;
    height: 1.25vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.1388888889vw;
    font-size: 0;
    transition: all 0.3s;
    border-radius: 50%;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox:checked + label::before {
    background: #96A8BF;
    color: #fff;
    border-color: #96A8BF;
    font-size: 0.8333333333vw;
  }
  #filter_form #side_filters #filter_body .option .box__radio input:checked + label::before {
    background: #96A8BF;
    color: #fff;
    border-color: #96A8BF;
    font-size: 0.6944444444vw;
  }
  #filter_form #side_filters #filter_body .option .box__radio label::before {
    border-radius: 50%;
  }
  #filter_form #side_filters footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1.0416666667vw;
    width: 100%;
    transition: all 0.3s;
  }
  #filter_form #side_filters footer #total_filter_houses {
    display: block;
    text-align: center;
    background: #96A8BF;
    color: #fff;
    padding: 1.0416666667vw;
    width: 100%;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    cursor: pointer;
  }
  #filter_form #filter__button_row {
    transition: all 0.3s;
  }
  #filter_form #filter__button_row.map_open {
    margin-top: 0;
  }
  #total_houses {
    font-size: 1.1111111111vw;
  }
  #total_houses #total {
    font-size: 1.1111111111vw;
    font-weight: 700;
  }
  #active-filters {
    margin-bottom: 1.0416666667vw;
  }
  #active-filters > .col-12 {
    border-bottom: 1px solid rgb(150, 168, 191);
    padding: 1.0416666667vw 0;
    display: flex;
    gap: 0.3472222222vw;
    flex-wrap: wrap;
  }
  #active-filters .filter-button {
    background: #96A8BF;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 0.3472222222vw 1.0416666667vw;
    text-transform: capitalize;
  }
  #active-filters .reset {
    width: 100%;
    margin-top: 1.0416666667vw;
  }
  .pagination {
    display: flex;
    align-items: center;
    gap: 1.0416666667vw;
    justify-content: center;
    width: 100%;
    margin-top: 1.7361111111vw;
  }
  .pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.3472222222vw;
  }
  .pagination ul li button {
    padding: 0.3472222222vw 0.6944444444vw;
    transition: all 0.3s;
  }
  .pagination ul li button.active {
    background: #96A8BF;
    color: #fff;
    font-weight: 700;
    border-radius: 0.3472222222vw;
  }
  .pagination button {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.6944444444vw;
    outline: none;
    cursor: pointer;
  }
  .pagination button:disabled {
    opacity: 0.5;
  }
  .price-input {
    width: 100%;
    display: flex;
    margin: 1.0416666667vw 0;
  }
  .price-input .field {
    display: flex;
    width: 100%;
    height: 3.125vw;
    align-items: center;
  }
  .price-input .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 1.3194444444vw;
    border-radius: 0.3472222222vw;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
  }
  .price-input .separator {
    width: 9.0277777778vw;
    display: flex;
    font-size: 1.3194444444vw;
    align-items: center;
    justify-content: center;
  }
  .slider {
    height: 0.3472222222vw;
    position: relative;
    background: #ddd;
    border-radius: 0.3472222222vw;
  }
  .slider .progress {
    height: 100%;
    position: absolute;
    border-radius: 0.3472222222vw;
    background: #96A8BF;
  }
  input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .range-input {
    position: relative;
  }
  .range-input input {
    position: absolute;
    width: 100%;
    height: 0.3472222222vw;
    top: -0.3472222222vw;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .range-input input[type=range]::-webkit-slider-thumb, .range-input input[type=range]::-moz-range-thumb {
    height: 1.1805555556vw;
    width: 1.1805555556vw;
    border-radius: 50%;
    background: #96A8BF;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767.98px) {
  .filter-section {
    position: relative;
    background: #F2F5FA;
    margin-bottom: 1.953125vw;
    z-index: 30;
  }
  .filter-section.maps {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) and (min-width: 1024.1px) {
  .filter-section {
    position: sticky;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .filter_section__bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F2F5FA;
    filter: drop-shadow(0px 2px 3px rgba(103, 122, 135, 0.16));
    z-index: 30;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .filter_section__bottom.sticky {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 767.98px) and (min-width: 1024.1px) {
  .filter_section__bottom {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #filter__search_bar {
    margin-bottom: 1.953125vw;
    margin-top: 1.953125vw;
  }
  #filter__search_bar #search_box {
    position: relative;
    width: 100%;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    display: flex;
    justify-content: space-between;
  }
  #filter__search_bar #search_box.active {
    box-shadow: unset;
    border-radius: 25px 25px 0 0;
  }
  #filter__search_bar #search_box__list {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 38.4114583333vw;
    overflow: auto;
    width: 100%;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    border-top: 1px solid #F2F5FA;
  }
  #filter__search_bar #search_box__list li {
    border-bottom: 1px solid #F2F5FA;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #000000;
    cursor: pointer;
    padding: 1.3020833333vw 1.953125vw;
  }
  #filter__search_bar #search_box__list li span {
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
  }
  #filter__search_bar #search_box__list li:hover {
    background: #F2F5FA;
  }
  #filter__search_bar #search_box #search {
    padding: 1.0416666667vw 4.6875vw 1.0416666667vw 3.6458333333vw;
    border: none;
    border-radius: 25px;
    outline: none;
    width: 100%;
  }
  #filter__search_bar #search_box #search + label {
    display: none;
  }
  #filter__search_bar #search_box select {
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-left: 1px solid rgb(150, 168, 191);
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding: 1.3020833333vw 3.90625vw 1.3020833333vw 1.953125vw;
    background-image: url("../svg/icons/chevron-down-blue.svg");
    background-size: 1.953125vw;
    background-repeat: no-repeat;
    background-position: center right 1.953125vw;
    outline: none;
  }
  .maps_button, #open_maps, #open_list, #open_filters, .open_filters {
    border-radius: 25px;
    background: #fff;
    color: #000000;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    padding: 1.3020833333vw 2.6041666667vw;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 1.8229166667vw;
    line-height: 2.8645833333vw;
    display: flex;
    align-items: center;
    gap: 0.6510416667vw;
    height: 100%;
    outline: none;
    border: none;
  }
  .maps_button i, #open_maps i, #open_list i, #open_filters i, .open_filters i {
    color: #e30613;
  }
  .maps_button.active, #open_maps.active, #open_list.active, #open_filters.active, .open_filters.active {
    background: #96A8BF;
    color: #fff;
  }
  .maps_button.active i, #open_maps.active i, #open_list.active i, #open_filters.active i, .open_filters.active i {
    color: #fff;
  }
  .maps_button .count, #open_maps .count, #open_list .count, #open_filters .count, .open_filters .count {
    background: #fff;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    line-height: 0;
    color: #96A8BF;
    border-radius: 50%;
    font-size: 1.3020833333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.6510416667vw;
    font-weight: 600;
  }
  #filter_form #side_filters {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 33;
    max-width: 100%;
    background: #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    height: 100vh;
    padding: 7.421875vw 1.953125vw 10.0260416667vw 1.953125vw;
    transform: translateX(-100%);
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 768px) {
  #filter_form #side_filters {
    height: 100dvh;
  }
}
@media (max-width: 767.98px) {
  #filter_form #side_filters.open {
    transform: translateX(0);
  }
  #filter_form #side_filters header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgb(150, 168, 191);
    padding: 1.953125vw 2.6041666667vw;
    background: #F2F5FA;
  }
  #filter_form #side_filters header p {
    margin-bottom: 0;
  }
  #filter_form #side_filters header p:not(#close_filters) {
    font-size: 2.6041666667vw;
  }
  #filter_form #side_filters header p#close_filters, #filter_form #side_filters header p#reset_filters {
    cursor: pointer;
  }
  #filter_form #side_filters #filter_body {
    max-height: calc(100vh - 19.2708333333vw);
    overflow-y: scroll;
    padding: 0 20px 4.5572916667vw 20px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 768px) {
  #filter_form #side_filters #filter_body {
    max-height: calc(100svh - 19.2708333333vw);
  }
}
@media (max-width: 767.98px) {
  #filter_form #side_filters #filter_body .option {
    border-bottom: 1px solid rgb(150, 168, 191);
    padding: 0 0 2.6041666667vw 0;
  }
  #filter_form #side_filters #filter_body .option:last-child {
    border: none;
  }
  #filter_form #side_filters #filter_body .option .title {
    font-weight: 700;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox, #filter_form #side_filters #filter_body .option .box__radio {
    margin-bottom: 1.3020833333vw;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox:last-child, #filter_form #side_filters #filter_body .option .box__radio:last-child {
    margin-bottom: 0;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox input, #filter_form #side_filters #filter_body .option .box__radio input {
    display: none;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox label, #filter_form #side_filters #filter_body .option .box__radio label {
    position: relative;
    font-size: 1.953125vw;
    line-height: 2.6041666667vw;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 1.0416666667vw;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox label::before, #filter_form #side_filters #filter_body .option .box__radio label::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    border: 1px solid #000000;
    width: 2.34375vw;
    height: 2.34375vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2604166667vw;
    font-size: 0;
    transition: all 0.3s;
    border-radius: 50%;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox:checked + label::before {
    background: #96A8BF;
    color: #fff;
    border-color: #96A8BF;
    font-size: 1.5625vw;
  }
  #filter_form #side_filters #filter_body .option .box__radio input:checked + label::before {
    background: #96A8BF;
    color: #fff;
    border-color: #96A8BF;
    font-size: 1.3020833333vw;
  }
  #filter_form #side_filters #filter_body .option .box__radio label::before {
    border-radius: 50%;
  }
  #filter_form #side_filters footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1.953125vw;
    width: 100%;
    transition: all 0.3s;
  }
  #filter_form #side_filters footer #total_filter_houses {
    display: block;
    text-align: center;
    background: #96A8BF;
    color: #fff;
    padding: 1.953125vw;
    width: 100%;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    cursor: pointer;
  }
  #filter_form #filter__button_row {
    transition: all 0.3s;
  }
  #filter_form #filter__button_row.map_open {
    margin-top: 0;
  }
  #total_houses {
    font-size: 1.8229166667vw;
  }
  #total_houses #total {
    font-size: 1.8229166667vw;
    font-weight: 700;
  }
  #active-filters {
    margin-bottom: 1.953125vw;
  }
  #active-filters > .col-12 {
    border-bottom: 1px solid rgb(150, 168, 191);
    padding: 1.953125vw 0;
    display: flex;
    gap: 0.6510416667vw;
    flex-wrap: wrap;
  }
  #active-filters .filter-button {
    background: #96A8BF;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 0.6510416667vw 1.953125vw;
    text-transform: capitalize;
  }
  #active-filters .reset {
    width: 100%;
    margin-top: 1.953125vw;
  }
  .pagination {
    display: flex;
    align-items: center;
    gap: 1.953125vw;
    justify-content: center;
    width: 100%;
    margin-top: 3.2552083333vw;
  }
  .pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.6510416667vw;
  }
  .pagination ul li button {
    padding: 0.6510416667vw 1.3020833333vw;
    transition: all 0.3s;
  }
  .pagination ul li button.active {
    background: #96A8BF;
    color: #fff;
    font-weight: 700;
    border-radius: 0.6510416667vw;
  }
  .pagination button {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.3020833333vw;
    outline: none;
    cursor: pointer;
  }
  .pagination button:disabled {
    opacity: 0.5;
  }
  .price-input {
    width: 100%;
    display: flex;
    margin: 1.953125vw 0;
  }
  .price-input .field {
    display: flex;
    width: 100%;
    height: 5.859375vw;
    align-items: center;
  }
  .price-input .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 2.4739583333vw;
    border-radius: 0.6510416667vw;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
  }
  .price-input .separator {
    width: 16.9270833333vw;
    display: flex;
    font-size: 2.4739583333vw;
    align-items: center;
    justify-content: center;
  }
  .slider {
    height: 0.6510416667vw;
    position: relative;
    background: #ddd;
    border-radius: 0.6510416667vw;
  }
  .slider .progress {
    height: 100%;
    position: absolute;
    border-radius: 0.6510416667vw;
    background: #96A8BF;
  }
  input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .range-input {
    position: relative;
  }
  .range-input input {
    position: absolute;
    width: 100%;
    height: 0.6510416667vw;
    top: -0.6510416667vw;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .range-input input[type=range]::-webkit-slider-thumb, .range-input input[type=range]::-moz-range-thumb {
    height: 2.2135416667vw;
    width: 2.2135416667vw;
    border-radius: 50%;
    background: #96A8BF;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 575.98px) {
  .filter-section {
    position: relative;
    background: #F2F5FA;
    margin-bottom: 4vw;
    z-index: 30;
  }
  .filter-section.maps {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575.98px) and (min-width: 1024.1px) {
  .filter-section {
    position: sticky;
    top: 0;
  }
}
@media (max-width: 575.98px) {
  .filter_section__bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F2F5FA;
    filter: drop-shadow(0px 2px 3px rgba(103, 122, 135, 0.16));
    z-index: 30;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .filter_section__bottom.sticky {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 575.98px) and (min-width: 1024.1px) {
  .filter_section__bottom {
    display: none;
  }
}
@media (max-width: 575.98px) {
  #filter__search_bar {
    margin-bottom: 4vw;
    margin-top: 4vw;
  }
  #filter__search_bar #search_box {
    position: relative;
    width: 100%;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    display: flex;
    justify-content: space-between;
  }
  #filter__search_bar #search_box.active {
    box-shadow: unset;
    border-radius: 25px 25px 0 0;
  }
  #filter__search_bar #search_box__list {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 78.6666666667vw;
    overflow: auto;
    width: 100%;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    border-top: 1px solid #F2F5FA;
  }
  #filter__search_bar #search_box__list li {
    border-bottom: 1px solid #F2F5FA;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #000000;
    cursor: pointer;
    padding: 2.6666666667vw 4vw;
  }
  #filter__search_bar #search_box__list li span {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
  #filter__search_bar #search_box__list li:hover {
    background: #F2F5FA;
  }
  #filter__search_bar #search_box #search {
    padding: 2.1333333333vw 9.6vw 2.1333333333vw 7.4666666667vw;
    border: none;
    border-radius: 25px;
    outline: none;
    width: 100%;
  }
  #filter__search_bar #search_box #search + label {
    display: none;
  }
  #filter__search_bar #search_box select {
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-left: 1px solid rgb(150, 168, 191);
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding: 2.6666666667vw 8vw 2.6666666667vw 4vw;
    background-image: url("../svg/icons/chevron-down-blue.svg");
    background-size: 4vw;
    background-repeat: no-repeat;
    background-position: center right 4vw;
    outline: none;
  }
  .maps_button, #open_maps, #open_list, #open_filters, .open_filters {
    border-radius: 25px;
    background: #fff;
    color: #000000;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    padding: 2.6666666667vw 5.3333333333vw;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    display: flex;
    align-items: center;
    gap: 1.3333333333vw;
    height: 100%;
    outline: none;
    border: none;
  }
  .maps_button i, #open_maps i, #open_list i, #open_filters i, .open_filters i {
    color: #e30613;
  }
  .maps_button.active, #open_maps.active, #open_list.active, #open_filters.active, .open_filters.active {
    background: #96A8BF;
    color: #fff;
  }
  .maps_button.active i, #open_maps.active i, #open_list.active i, #open_filters.active i, .open_filters.active i {
    color: #fff;
  }
  .maps_button .count, #open_maps .count, #open_list .count, #open_filters .count, .open_filters .count {
    background: #fff;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    line-height: 0;
    color: #96A8BF;
    border-radius: 50%;
    font-size: 2.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1.3333333333vw;
    font-weight: 600;
  }
  #filter_form #side_filters {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 33;
    max-width: 100%;
    background: #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    height: 100vh;
    padding: 15.2vw 4vw 20.5333333333vw 4vw;
    transform: translateX(-100%);
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 768px) {
  #filter_form #side_filters {
    height: 100dvh;
  }
}
@media (max-width: 575.98px) {
  #filter_form #side_filters.open {
    transform: translateX(0);
  }
  #filter_form #side_filters header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgb(150, 168, 191);
    padding: 4vw 5.3333333333vw;
    background: #F2F5FA;
  }
  #filter_form #side_filters header p {
    margin-bottom: 0;
  }
  #filter_form #side_filters header p:not(#close_filters) {
    font-size: 5.3333333333vw;
  }
  #filter_form #side_filters header p#close_filters, #filter_form #side_filters header p#reset_filters {
    cursor: pointer;
  }
  #filter_form #side_filters #filter_body {
    max-height: calc(100vh - 39.4666666667vw);
    overflow-y: scroll;
    padding: 0 20px 9.3333333333vw 20px;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 768px) {
  #filter_form #side_filters #filter_body {
    max-height: calc(100svh - 39.4666666667vw);
  }
}
@media (max-width: 575.98px) {
  #filter_form #side_filters #filter_body .option {
    border-bottom: 1px solid rgb(150, 168, 191);
    padding: 0 0 5.3333333333vw 0;
  }
  #filter_form #side_filters #filter_body .option:last-child {
    border: none;
  }
  #filter_form #side_filters #filter_body .option .title {
    font-weight: 700;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox, #filter_form #side_filters #filter_body .option .box__radio {
    margin-bottom: 2.6666666667vw;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox:last-child, #filter_form #side_filters #filter_body .option .box__radio:last-child {
    margin-bottom: 0;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox input, #filter_form #side_filters #filter_body .option .box__radio input {
    display: none;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox label, #filter_form #side_filters #filter_body .option .box__radio label {
    position: relative;
    font-size: 4vw;
    line-height: 5.3333333333vw;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 2.1333333333vw;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox label::before, #filter_form #side_filters #filter_body .option .box__radio label::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    border: 1px solid #000000;
    width: 4.8vw;
    height: 4.8vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5333333333vw;
    font-size: 0;
    transition: all 0.3s;
    border-radius: 50%;
  }
  #filter_form #side_filters #filter_body .option .box__checkbox:checked + label::before {
    background: #96A8BF;
    color: #fff;
    border-color: #96A8BF;
    font-size: 3.2vw;
  }
  #filter_form #side_filters #filter_body .option .box__radio input:checked + label::before {
    background: #96A8BF;
    color: #fff;
    border-color: #96A8BF;
    font-size: 2.6666666667vw;
  }
  #filter_form #side_filters #filter_body .option .box__radio label::before {
    border-radius: 50%;
  }
  #filter_form #side_filters footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 4vw;
    width: 100%;
    transition: all 0.3s;
  }
  #filter_form #side_filters footer #total_filter_houses {
    display: block;
    text-align: center;
    background: #96A8BF;
    color: #fff;
    padding: 4vw;
    width: 100%;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    cursor: pointer;
  }
  #filter_form #filter__button_row {
    transition: all 0.3s;
  }
  #filter_form #filter__button_row.map_open {
    margin-top: 0;
  }
  #total_houses {
    font-size: 3.7333333333vw;
  }
  #total_houses #total {
    font-size: 3.7333333333vw;
    font-weight: 700;
  }
  #active-filters {
    margin-bottom: 4vw;
  }
  #active-filters > .col-12 {
    border-bottom: 1px solid rgb(150, 168, 191);
    padding: 4vw 0;
    display: flex;
    gap: 1.3333333333vw;
    flex-wrap: wrap;
  }
  #active-filters .filter-button {
    background: #96A8BF;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 1.3333333333vw 4vw;
    text-transform: capitalize;
  }
  #active-filters .reset {
    width: 100%;
    margin-top: 4vw;
  }
  .pagination {
    display: flex;
    align-items: center;
    gap: 4vw;
    justify-content: center;
    width: 100%;
    margin-top: 6.6666666667vw;
  }
  .pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.3333333333vw;
  }
  .pagination ul li button {
    padding: 1.3333333333vw 2.6666666667vw;
    transition: all 0.3s;
  }
  .pagination ul li button.active {
    background: #96A8BF;
    color: #fff;
    font-weight: 700;
    border-radius: 1.3333333333vw;
  }
  .pagination button {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2.6666666667vw;
    outline: none;
    cursor: pointer;
  }
  .pagination button:disabled {
    opacity: 0.5;
  }
  .price-input {
    width: 100%;
    display: flex;
    margin: 4vw 0;
  }
  .price-input .field {
    display: flex;
    width: 100%;
    height: 12vw;
    align-items: center;
  }
  .price-input .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 5.0666666667vw;
    border-radius: 1.3333333333vw;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
  }
  .price-input .separator {
    width: 34.6666666667vw;
    display: flex;
    font-size: 5.0666666667vw;
    align-items: center;
    justify-content: center;
  }
  .slider {
    height: 1.3333333333vw;
    position: relative;
    background: #ddd;
    border-radius: 1.3333333333vw;
  }
  .slider .progress {
    height: 100%;
    position: absolute;
    border-radius: 1.3333333333vw;
    background: #96A8BF;
  }
  input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .range-input {
    position: relative;
  }
  .range-input input {
    position: absolute;
    width: 100%;
    height: 1.3333333333vw;
    top: -1.3333333333vw;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .range-input input[type=range]::-webkit-slider-thumb, .range-input input[type=range]::-moz-range-thumb {
    height: 4.5333333333vw;
    width: 4.5333333333vw;
    border-radius: 50%;
    background: #96A8BF;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
}
#filter__search_bar #open_maps, #filter__search_bar .maps_button {
  border: none;
}
@media only screen and (max-width: 1023.9px) {
  #filter__search_bar #open_maps, #filter__search_bar .maps_button {
    gap: 0;
    padding: 5px 15px;
    justify-content: center;
    text-align: center;
  }
}

#filter__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 32;
  display: none;
}
#filter__overlay.show {
  display: block;
}

.google-map {
  height: 500px;
}

@media only screen and (max-width: 768px) {
  #total_houses_mobile, #total_houses_mobile span {
    font-size: 13px;
  }
}
#news {
  padding-bottom: 75px;
}
#news .news__item {
  position: relative;
  background: #F2F5FA;
  border-radius: 0 0 50px 0;
  overflow: hidden;
  height: 100%;
  padding-bottom: 35px;
}
#news .news__item p, #news .news__item span {
  color: #000000;
}
#news .news__item .thumbnail {
  height: 275px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
#news .news__item .body {
  padding: 15px 25px 15px 25px;
}
#news .news__item .body .bottom {
  position: absolute;
  bottom: 15px;
}
#news .news__item p.title {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}
#news .news__item p:not(.title) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news .news__item .read_more {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1799.98px) {
  #news {
    padding-bottom: 4.6875vw;
  }
  #news .news__item {
    position: relative;
    background: #F2F5FA;
    border-radius: 0 0 50px 0;
    overflow: hidden;
    height: 100%;
    padding-bottom: 2.1875vw;
  }
  #news .news__item p, #news .news__item span {
    color: #000000;
  }
  #news .news__item .thumbnail {
    height: 17.1875vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 0.9375vw;
  }
  #news .news__item .body {
    padding: 0.9375vw 1.5625vw 0.9375vw 1.5625vw;
  }
  #news .news__item .body .bottom {
    position: absolute;
    bottom: 0.9375vw;
  }
  #news .news__item p.title {
    font-size: 1.25vw;
    margin-bottom: 5px;
    font-weight: 600;
  }
  #news .news__item p:not(.title) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  #news .news__item .read_more {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.625vw;
  }
}
@media (max-width: 991.98px) {
  #news {
    padding-bottom: 5.2083333333vw;
  }
  #news .news__item {
    position: relative;
    background: #F2F5FA;
    border-radius: 0 0 50px 0;
    overflow: hidden;
    height: 100%;
    padding-bottom: 2.4305555556vw;
  }
  #news .news__item p, #news .news__item span {
    color: #000000;
  }
  #news .news__item .thumbnail {
    height: 19.0972222222vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 1.0416666667vw;
  }
  #news .news__item .body {
    padding: 1.0416666667vw 1.7361111111vw 1.0416666667vw 1.7361111111vw;
  }
  #news .news__item .body .bottom {
    position: absolute;
    bottom: 1.0416666667vw;
  }
  #news .news__item p.title {
    font-size: 1.3888888889vw;
    margin-bottom: 5px;
    font-weight: 600;
  }
  #news .news__item p:not(.title) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  #news .news__item .read_more {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  #news {
    padding-bottom: 9.765625vw;
  }
  #news .news__item {
    position: relative;
    background: #F2F5FA;
    border-radius: 0 0 50px 0;
    overflow: hidden;
    height: 100%;
    padding-bottom: 4.5572916667vw;
  }
  #news .news__item p, #news .news__item span {
    color: #000000;
  }
  #news .news__item .thumbnail {
    height: 35.8072916667vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 1.953125vw;
  }
  #news .news__item .body {
    padding: 1.953125vw 3.2552083333vw 1.953125vw 3.2552083333vw;
  }
  #news .news__item .body .bottom {
    position: absolute;
    bottom: 1.953125vw;
  }
  #news .news__item p.title {
    font-size: 2.6041666667vw;
    margin-bottom: 5px;
    font-weight: 600;
  }
  #news .news__item p:not(.title) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  #news .news__item .read_more {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  #news {
    padding-bottom: 20vw;
  }
  #news .news__item {
    position: relative;
    background: #F2F5FA;
    border-radius: 0 0 50px 0;
    overflow: hidden;
    height: 100%;
    padding-bottom: 9.3333333333vw;
  }
  #news .news__item p, #news .news__item span {
    color: #000000;
  }
  #news .news__item .thumbnail {
    height: 73.3333333333vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 4vw;
  }
  #news .news__item .body {
    padding: 4vw 6.6666666667vw 4vw 6.6666666667vw;
  }
  #news .news__item .body .bottom {
    position: absolute;
    bottom: 4vw;
  }
  #news .news__item p.title {
    font-size: 5.3333333333vw;
    margin-bottom: 5px;
    font-weight: 600;
  }
  #news .news__item p:not(.title) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  #news .news__item .read_more {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 2.6666666667vw;
  }
}
#faq {
  background: #F2F5FA;
  padding: 15px 0 50px 0;
}
#faq .main_title {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#faq .main_title i {
  color: #e30613;
  margin-top: 5px;
}
#faq .block {
  padding: 25px;
  background: #fff;
  border-radius: 0 0 50px 0;
  margin-top: 25px;
  box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
}
#faq.single p a:not(.btn) {
  color: #e30613;
}
#faq.single p .btn {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
#faq .faq_category_list .category {
  position: relative;
  background: transparent;
  padding: 20px 55px 20px 25px;
  transition: all 0.3s;
  border-bottom: 1px solid rgb(150, 168, 191);
  cursor: pointer;
  background: #fff;
  border-radius: 0 0 50px 0;
  box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}
#faq .faq_category_list .category::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro", sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 26px;
  font-weight: 400;
  color: #e30613;
}
#faq .faq_category_list .category .icon {
  width: 40px;
}
#faq .faq_category_list .category .icon i {
  font-size: 36px;
  color: #e30613;
}
#faq .faq_category_list .category .details p {
  margin-bottom: 0;
  color: #000000;
  font-size: 14px;
}
#faq .faq_category_list .category .details p.title {
  font-weight: 700;
  font-size: 16px;
}
#faq .faq_category_list .category.active {
  background: #e30613;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
}
#faq .faq_category_list .category.active i {
  color: #fff;
}
#faq .faq_category_list .category.active::after {
  transform: translateY(-50%) translateX(0);
  border-left: 15px solid #e30613;
}
#faq .questions .title {
  color: #000000;
  margin-top: 35px;
}
#faq .questions .title:first-child {
  margin-top: 0;
}

#faq_category {
  background: #F2F5FA;
  padding: 25px 0 100px 0;
}

#faq_form {
  position: relative;
  margin-top: 15px;
}
#faq_form label {
  display: none;
}
#faq_form #faq_search {
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
  padding: 14px 36px 14px 28px;
  border: none;
  outline: none;
  width: 100%;
  background-image: url("../svg/icons/search-red.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center right 25px;
}
#faq_form.active #faq_search {
  border-radius: 25px 25px 0 0;
  background-image: none;
}
#faq_form.active #remove_search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  background: #e30613;
  width: 30px;
  height: 30px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}
#faq_form #faq_search_results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
  z-index: 10;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}
#faq_form #faq_search_results .item {
  padding: 15px 20px;
  color: #000000;
  display: flex;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #F2F5FA;
  transition: all 0.3s;
}
#faq_form #faq_search_results .item:hover {
  background: #F2F5FA;
}
#faq_form #faq_search_results .item:last-child {
  border: none;
}
#faq_form #faq_search_results .item i {
  color: #e30613;
  font-size: 20px;
}

@media (max-width: 1799.98px) {
  #faq {
    background: #F2F5FA;
    padding: 0.9375vw 0 3.125vw 0;
  }
  #faq .main_title {
    display: flex;
    justify-content: center;
    gap: 0.625vw;
  }
  #faq .main_title i {
    color: #e30613;
    margin-top: 0.3125vw;
  }
  #faq .block {
    padding: 1.5625vw;
    background: #fff;
    border-radius: 0 0 50px 0;
    margin-top: 1.5625vw;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
  }
  #faq.single p a:not(.btn) {
    color: #e30613;
  }
  #faq.single p .btn {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  #faq .faq_category_list .category {
    position: relative;
    background: transparent;
    padding: 1.25vw 3.4375vw 1.25vw 1.5625vw;
    transition: all 0.3s;
    border-bottom: 1px solid rgb(150, 168, 191);
    cursor: pointer;
    background: #fff;
    border-radius: 0 0 50px 0;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    display: flex;
    align-items: center;
    gap: 1.25vw;
    height: 100%;
  }
  #faq .faq_category_list .category::after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.875vw;
    font-size: 1.625vw;
    font-weight: 400;
    color: #e30613;
  }
  #faq .faq_category_list .category .icon {
    width: 2.5vw;
  }
  #faq .faq_category_list .category .icon i {
    font-size: 2.25vw;
    color: #e30613;
  }
  #faq .faq_category_list .category .details p {
    margin-bottom: 0;
    color: #000000;
    font-size: 0.875vw;
  }
  #faq .faq_category_list .category .details p.title {
    font-weight: 700;
    font-size: 1vw;
  }
  #faq .faq_category_list .category.active {
    background: #e30613;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
  }
  #faq .faq_category_list .category.active i {
    color: #fff;
  }
  #faq .faq_category_list .category.active::after {
    transform: translateY(-50%) translateX(0);
    border-left: 15px solid #e30613;
  }
  #faq .questions .title {
    color: #000000;
    margin-top: 2.1875vw;
  }
  #faq .questions .title:first-child {
    margin-top: 0;
  }
  #faq_category {
    background: #F2F5FA;
    padding: 1.5625vw 0 6.25vw 0;
  }
  #faq_form {
    position: relative;
    margin-top: 0.9375vw;
  }
  #faq_form label {
    display: none;
  }
  #faq_form #faq_search {
    border-radius: 1.5625vw;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    padding: 0.875vw 2.25vw 0.875vw 1.75vw;
    border: none;
    outline: none;
    width: 100%;
    background-image: url("../svg/icons/search-red.svg");
    background-size: 1.25vw;
    background-repeat: no-repeat;
    background-position: center right 1.5625vw;
  }
  #faq_form.active #faq_search {
    border-radius: 1.5625vw 1.5625vw 0 0;
    background-image: none;
  }
  #faq_form.active #remove_search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5625vw;
    background: #e30613;
    width: 1.875vw;
    height: 1.875vw;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
  }
  #faq_form #faq_search_results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    z-index: 10;
    max-height: 25vw;
    overflow: hidden;
    overflow-y: auto;
  }
  #faq_form #faq_search_results .item {
    padding: 0.9375vw 1.25vw;
    color: #000000;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    gap: 0.9375vw;
    border-bottom: 1px solid #F2F5FA;
    transition: all 0.3s;
  }
  #faq_form #faq_search_results .item:hover {
    background: #F2F5FA;
  }
  #faq_form #faq_search_results .item:last-child {
    border: none;
  }
  #faq_form #faq_search_results .item i {
    color: #e30613;
    font-size: 1.25vw;
  }
}
@media (max-width: 991.98px) {
  #faq {
    background: #F2F5FA;
    padding: 1.0416666667vw 0 3.4722222222vw 0;
  }
  #faq .main_title {
    display: flex;
    justify-content: center;
    gap: 0.6944444444vw;
  }
  #faq .main_title i {
    color: #e30613;
    margin-top: 0.3472222222vw;
  }
  #faq .block {
    padding: 1.7361111111vw;
    background: #fff;
    border-radius: 0 0 50px 0;
    margin-top: 1.7361111111vw;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
  }
  #faq.single p a:not(.btn) {
    color: #e30613;
  }
  #faq.single p .btn {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  #faq .faq_category_list .category {
    position: relative;
    background: transparent;
    padding: 1.3888888889vw 3.8194444444vw 1.3888888889vw 1.7361111111vw;
    transition: all 0.3s;
    border-bottom: 1px solid rgb(150, 168, 191);
    cursor: pointer;
    background: #fff;
    border-radius: 0 0 50px 0;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    display: flex;
    align-items: center;
    gap: 1.3888888889vw;
    height: 100%;
  }
  #faq .faq_category_list .category::after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.0833333333vw;
    font-size: 1.8055555556vw;
    font-weight: 400;
    color: #e30613;
  }
  #faq .faq_category_list .category .icon {
    width: 2.7777777778vw;
  }
  #faq .faq_category_list .category .icon i {
    font-size: 2.5vw;
    color: #e30613;
  }
  #faq .faq_category_list .category .details p {
    margin-bottom: 0;
    color: #000000;
    font-size: 0.9722222222vw;
  }
  #faq .faq_category_list .category .details p.title {
    font-weight: 700;
    font-size: 1.1111111111vw;
  }
  #faq .faq_category_list .category.active {
    background: #e30613;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
  }
  #faq .faq_category_list .category.active i {
    color: #fff;
  }
  #faq .faq_category_list .category.active::after {
    transform: translateY(-50%) translateX(0);
    border-left: 15px solid #e30613;
  }
  #faq .questions .title {
    color: #000000;
    margin-top: 2.4305555556vw;
  }
  #faq .questions .title:first-child {
    margin-top: 0;
  }
  #faq_category {
    background: #F2F5FA;
    padding: 1.7361111111vw 0 6.9444444444vw 0;
  }
  #faq_form {
    position: relative;
    margin-top: 1.0416666667vw;
  }
  #faq_form label {
    display: none;
  }
  #faq_form #faq_search {
    border-radius: 1.7361111111vw;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    padding: 0.9722222222vw 2.5vw 0.9722222222vw 1.9444444444vw;
    border: none;
    outline: none;
    width: 100%;
    background-image: url("../svg/icons/search-red.svg");
    background-size: 1.3888888889vw;
    background-repeat: no-repeat;
    background-position: center right 1.7361111111vw;
  }
  #faq_form.active #faq_search {
    border-radius: 1.7361111111vw 1.7361111111vw 0 0;
    background-image: none;
  }
  #faq_form.active #remove_search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.7361111111vw;
    background: #e30613;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
  }
  #faq_form #faq_search_results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    z-index: 10;
    max-height: 27.7777777778vw;
    overflow: hidden;
    overflow-y: auto;
  }
  #faq_form #faq_search_results .item {
    padding: 1.0416666667vw 1.3888888889vw;
    color: #000000;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    gap: 1.0416666667vw;
    border-bottom: 1px solid #F2F5FA;
    transition: all 0.3s;
  }
  #faq_form #faq_search_results .item:hover {
    background: #F2F5FA;
  }
  #faq_form #faq_search_results .item:last-child {
    border: none;
  }
  #faq_form #faq_search_results .item i {
    color: #e30613;
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  #faq {
    background: #F2F5FA;
    padding: 1.953125vw 0 6.5104166667vw 0;
  }
  #faq .main_title {
    display: flex;
    justify-content: center;
    gap: 1.3020833333vw;
  }
  #faq .main_title i {
    color: #e30613;
    margin-top: 0.6510416667vw;
  }
  #faq .block {
    padding: 3.2552083333vw;
    background: #fff;
    border-radius: 0 0 50px 0;
    margin-top: 3.2552083333vw;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
  }
  #faq.single p a:not(.btn) {
    color: #e30613;
  }
  #faq.single p .btn {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  #faq .faq_category_list .category {
    position: relative;
    background: transparent;
    padding: 2.6041666667vw 7.1614583333vw 2.6041666667vw 3.2552083333vw;
    transition: all 0.3s;
    border-bottom: 1px solid rgb(150, 168, 191);
    cursor: pointer;
    background: #fff;
    border-radius: 0 0 50px 0;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    display: flex;
    align-items: center;
    gap: 2.6041666667vw;
    height: 100%;
  }
  #faq .faq_category_list .category::after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.90625vw;
    font-size: 3.3854166667vw;
    font-weight: 400;
    color: #e30613;
  }
  #faq .faq_category_list .category .icon {
    width: 5.2083333333vw;
  }
  #faq .faq_category_list .category .icon i {
    font-size: 4.6875vw;
    color: #e30613;
  }
  #faq .faq_category_list .category .details p {
    margin-bottom: 0;
    color: #000000;
    font-size: 1.8229166667vw;
  }
  #faq .faq_category_list .category .details p.title {
    font-weight: 700;
    font-size: 2.0833333333vw;
  }
  #faq .faq_category_list .category.active {
    background: #e30613;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
  }
  #faq .faq_category_list .category.active i {
    color: #fff;
  }
  #faq .faq_category_list .category.active::after {
    transform: translateY(-50%) translateX(0);
    border-left: 15px solid #e30613;
  }
  #faq .questions .title {
    color: #000000;
    margin-top: 4.5572916667vw;
  }
  #faq .questions .title:first-child {
    margin-top: 0;
  }
  #faq_category {
    background: #F2F5FA;
    padding: 3.2552083333vw 0 13.0208333333vw 0;
  }
  #faq_form {
    position: relative;
    margin-top: 1.953125vw;
  }
  #faq_form label {
    display: none;
  }
  #faq_form #faq_search {
    border-radius: 3.2552083333vw;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    padding: 1.8229166667vw 4.6875vw 1.8229166667vw 3.6458333333vw;
    border: none;
    outline: none;
    width: 100%;
    background-image: url("../svg/icons/search-red.svg");
    background-size: 2.6041666667vw;
    background-repeat: no-repeat;
    background-position: center right 3.2552083333vw;
  }
  #faq_form.active #faq_search {
    border-radius: 3.2552083333vw 3.2552083333vw 0 0;
    background-image: none;
  }
  #faq_form.active #remove_search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.2552083333vw;
    background: #e30613;
    width: 3.90625vw;
    height: 3.90625vw;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
  }
  #faq_form #faq_search_results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    z-index: 10;
    max-height: 52.0833333333vw;
    overflow: hidden;
    overflow-y: auto;
  }
  #faq_form #faq_search_results .item {
    padding: 1.953125vw 2.6041666667vw;
    color: #000000;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    gap: 1.953125vw;
    border-bottom: 1px solid #F2F5FA;
    transition: all 0.3s;
  }
  #faq_form #faq_search_results .item:hover {
    background: #F2F5FA;
  }
  #faq_form #faq_search_results .item:last-child {
    border: none;
  }
  #faq_form #faq_search_results .item i {
    color: #e30613;
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 575.98px) {
  #faq {
    background: #F2F5FA;
    padding: 4vw 0 13.3333333333vw 0;
  }
  #faq .main_title {
    display: flex;
    justify-content: center;
    gap: 2.6666666667vw;
  }
  #faq .main_title i {
    color: #e30613;
    margin-top: 1.3333333333vw;
  }
  #faq .block {
    padding: 6.6666666667vw;
    background: #fff;
    border-radius: 0 0 50px 0;
    margin-top: 6.6666666667vw;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
  }
  #faq.single p a:not(.btn) {
    color: #e30613;
  }
  #faq.single p .btn {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  #faq .faq_category_list .category {
    position: relative;
    background: transparent;
    padding: 5.3333333333vw 14.6666666667vw 5.3333333333vw 6.6666666667vw;
    transition: all 0.3s;
    border-bottom: 1px solid rgb(150, 168, 191);
    cursor: pointer;
    background: #fff;
    border-radius: 0 0 50px 0;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    display: flex;
    align-items: center;
    gap: 5.3333333333vw;
    height: 100%;
  }
  #faq .faq_category_list .category::after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8vw;
    font-size: 6.9333333333vw;
    font-weight: 400;
    color: #e30613;
  }
  #faq .faq_category_list .category .icon {
    width: 10.6666666667vw;
  }
  #faq .faq_category_list .category .icon i {
    font-size: 9.6vw;
    color: #e30613;
  }
  #faq .faq_category_list .category .details p {
    margin-bottom: 0;
    color: #000000;
    font-size: 3.7333333333vw;
  }
  #faq .faq_category_list .category .details p.title {
    font-weight: 700;
    font-size: 4.2666666667vw;
  }
  #faq .faq_category_list .category.active {
    background: #e30613;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
  }
  #faq .faq_category_list .category.active i {
    color: #fff;
  }
  #faq .faq_category_list .category.active::after {
    transform: translateY(-50%) translateX(0);
    border-left: 15px solid #e30613;
  }
  #faq .questions .title {
    color: #000000;
    margin-top: 9.3333333333vw;
  }
  #faq .questions .title:first-child {
    margin-top: 0;
  }
  #faq_category {
    background: #F2F5FA;
    padding: 6.6666666667vw 0 26.6666666667vw 0;
  }
  #faq_form {
    position: relative;
    margin-top: 4vw;
  }
  #faq_form label {
    display: none;
  }
  #faq_form #faq_search {
    border-radius: 6.6666666667vw;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    padding: 3.7333333333vw 9.6vw 3.7333333333vw 7.4666666667vw;
    border: none;
    outline: none;
    width: 100%;
    background-image: url("../svg/icons/search-red.svg");
    background-size: 5.3333333333vw;
    background-repeat: no-repeat;
    background-position: center right 6.6666666667vw;
  }
  #faq_form.active #faq_search {
    border-radius: 6.6666666667vw 6.6666666667vw 0 0;
    background-image: none;
  }
  #faq_form.active #remove_search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6.6666666667vw;
    background: #e30613;
    width: 8vw;
    height: 8vw;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
  }
  #faq_form #faq_search_results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    z-index: 10;
    max-height: 106.6666666667vw;
    overflow: hidden;
    overflow-y: auto;
  }
  #faq_form #faq_search_results .item {
    padding: 4vw 5.3333333333vw;
    color: #000000;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    gap: 4vw;
    border-bottom: 1px solid #F2F5FA;
    transition: all 0.3s;
  }
  #faq_form #faq_search_results .item:hover {
    background: #F2F5FA;
  }
  #faq_form #faq_search_results .item:last-child {
    border: none;
  }
  #faq_form #faq_search_results .item i {
    color: #e30613;
    font-size: 5.3333333333vw;
  }
}
.accordion {
  position: relative;
  background: #fff;
  border-radius: 0 0 50px 0;
  box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
  padding: 25px 35px;
  margin-bottom: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.accordion__header {
  display: flex;
  justify-content: space-between;
}
.accordion__header p {
  margin-bottom: 0;
  font-weight: 700;
  color: #000000;
}
.accordion__header i {
  color: #e30613;
  font-size: 24px;
  transition: all 0.3s;
}

@media (max-width: 1799.98px) {
  .accordion {
    position: relative;
    background: #fff;
    border-radius: 0 0 50px 0;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    padding: 1.5625vw 2.1875vw;
    margin-bottom: 1.375vw;
    cursor: pointer;
    transition: all 0.3s;
  }
  .accordion__header {
    display: flex;
    justify-content: space-between;
  }
  .accordion__header p {
    margin-bottom: 0;
    font-weight: 700;
    color: #000000;
  }
  .accordion__header i {
    color: #e30613;
    font-size: 1.5vw;
    transition: all 0.3s;
  }
}
@media (max-width: 991.98px) {
  .accordion {
    position: relative;
    background: #fff;
    border-radius: 0 0 50px 0;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    padding: 1.7361111111vw 2.4305555556vw;
    margin-bottom: 1.5277777778vw;
    cursor: pointer;
    transition: all 0.3s;
  }
  .accordion__header {
    display: flex;
    justify-content: space-between;
  }
  .accordion__header p {
    margin-bottom: 0;
    font-weight: 700;
    color: #000000;
  }
  .accordion__header i {
    color: #e30613;
    font-size: 1.6666666667vw;
    transition: all 0.3s;
  }
}
@media (max-width: 767.98px) {
  .accordion {
    position: relative;
    background: #fff;
    border-radius: 0 0 50px 0;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    padding: 3.2552083333vw 4.5572916667vw;
    margin-bottom: 2.8645833333vw;
    cursor: pointer;
    transition: all 0.3s;
  }
  .accordion__header {
    display: flex;
    justify-content: space-between;
  }
  .accordion__header p {
    margin-bottom: 0;
    font-weight: 700;
    color: #000000;
  }
  .accordion__header i {
    color: #e30613;
    font-size: 3.125vw;
    transition: all 0.3s;
  }
}
@media (max-width: 575.98px) {
  .accordion {
    position: relative;
    background: #fff;
    border-radius: 0 0 50px 0;
    box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
    padding: 6.6666666667vw 9.3333333333vw;
    margin-bottom: 5.8666666667vw;
    cursor: pointer;
    transition: all 0.3s;
  }
  .accordion__header {
    display: flex;
    justify-content: space-between;
  }
  .accordion__header p {
    margin-bottom: 0;
    font-weight: 700;
    color: #000000;
  }
  .accordion__header i {
    color: #e30613;
    font-size: 6.4vw;
    transition: all 0.3s;
  }
}
#cta {
  position: relative;
  padding: 75px 0;
}
#cta.my_woonhave {
  padding: 55px 0 0 0;
}
#cta h3 {
  color: #e30613;
  font-weight: 700;
}
#cta svg {
  width: 100%;
  height: auto;
}

@media (max-width: 1799.98px) {
  #cta {
    position: relative;
    padding: 4.6875vw 0;
  }
  #cta.my_woonhave {
    padding: 3.4375vw 0 0 0;
  }
  #cta h3 {
    color: #e30613;
    font-weight: 700;
  }
  #cta svg {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  #cta {
    position: relative;
    padding: 5.2083333333vw 0;
  }
  #cta.my_woonhave {
    padding: 3.8194444444vw 0 0 0;
  }
  #cta h3 {
    color: #e30613;
    font-weight: 700;
  }
  #cta svg {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  #cta {
    position: relative;
    padding: 4.5572916667vw 0;
  }
  #cta.my_woonhave {
    padding: 7.1614583333vw 0 25 0;
  }
  #cta h3 {
    color: #e30613;
    font-weight: 700;
  }
  #cta svg {
    width: 39.0625vw;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  #cta {
    position: relative;
    padding: 9.3333333333vw 0;
  }
  #cta.my_woonhave {
    padding: 14.6666666667vw 0 25 0;
  }
  #cta h3 {
    color: #e30613;
    font-weight: 700;
  }
  #cta svg {
    width: 80vw;
    height: auto;
  }
}
form {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
form .row {
  margin: 0 -5px;
}
form .row .col-12 {
  padding: 0 5px;
}
form input::-webkit-outer-spin-button,
form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form input[type=number] {
  -moz-appearance: textfield;
}
form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max) {
  max-width: 100%;
  width: 100%;
}
form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max)[type=date] {
  padding-right: 45px;
}
form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):disabled {
  background-color: rgba(31, 57, 128, 0.05);
}
form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(.auth0-lock-input)::-moz-placeholder {
  opacity: 0;
}
form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(.auth0-lock-input)::placeholder {
  opacity: 0;
}
form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:-moz-placeholder-shown) {
  background-image: url("../svg/icons/check.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center right 15px;
}
form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:placeholder-shown) {
  background-image: url("../svg/icons/check.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center right 15px;
}
form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:-moz-placeholder-shown):invalid {
  background-image: url("../svg/icons/invalid.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center right 15px;
}
form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:placeholder-shown):invalid {
  background-image: url("../svg/icons/invalid.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center right 15px;
}
form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 55px;
  background-image: url("../svg/icons/chevron-down-black.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 15px;
}

.triple_choice {
  display: flex;
  flex-wrap: wrap;
}
.triple_choice input {
  opacity: 0;
  position: absolute;
  top: 0;
}
.triple_choice input:checked + label {
  color: #e30613;
}
.triple_choice input#service_1:checked ~ .slider .marker, .triple_choice input#quality_1:checked ~ .slider .marker, .triple_choice input#accessibility_1:checked ~ .slider .marker {
  left: 0;
}
.triple_choice input#service_2:checked ~ .slider .marker, .triple_choice input#quality_2:checked ~ .slider .marker, .triple_choice input#accessibility_2:checked ~ .slider .marker {
  left: 50%;
}
.triple_choice input#service_3:checked ~ .slider .marker, .triple_choice input#quality_3:checked ~ .slider .marker, .triple_choice input#accessibility_3:checked ~ .slider .marker {
  left: 100%;
}
.triple_choice label {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0;
  transition: all 0.3s;
  width: 33.3333%;
  font-weight: 500;
  padding-bottom: 45px;
  cursor: pointer;
  font-size: 14px;
}
.triple_choice label:nth-child(2) {
  text-align: left;
}
.triple_choice label:nth-child(6) {
  text-align: right;
}
.triple_choice .slider {
  width: 100%;
  height: 15px;
  background-color: #fff;
  border: 0.5px solid #dedede;
  position: relative;
  border-radius: 0.5em;
  margin-top: -25px;
}
.triple_choice .slider .marker {
  height: 30px;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -1em;
  position: absolute;
  left: 15px;
  transition: left 0.5s ease-in-out;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #e30613;
}
.triple_choice .choice {
  position: relative;
  width: 33.3333%;
  cursor: pointer;
}
.triple_choice .choice:nth-child(2) {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #96A8BF;
}
.triple_choice .choice input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.triple_choice .choice input:checked ~ label {
  background: #e30613;
  color: #fff;
}

.checkbox {
  position: relative;
  margin-bottom: 15px;
}
.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.checkbox input:checked + label::before {
  background: #e30613;
  border-color: #e30613;
  font-size: 12px;
}
.checkbox label {
  position: relative;
  padding-left: 35px;
}
.checkbox label::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 600;
  background: #fff;
  color: #fff;
  border: 1px solid rgb(150, 168, 191);
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  border-radius: 5px;
  font-size: 0;
  transition: all 0.2s;
}

@media (max-width: 1799.98px) {
  form {
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
  }
  form .row {
    margin: 0 -0.3125vw;
  }
  form .row .col-12 {
    padding: 0 0.3125vw;
  }
  form input::-webkit-outer-spin-button,
  form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  form input[type=number] {
    -moz-appearance: textfield;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max) {
    max-width: 100%;
    width: 100%;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max)[type=date] {
    padding-right: 2.8125vw;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):disabled {
    background-color: rgba(31, 57, 128, 0.05);
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(.auth0-lock-input)::-moz-placeholder {
    opacity: 0;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(.auth0-lock-input)::placeholder {
    opacity: 0;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:-moz-placeholder-shown) {
    background-image: url("../svg/icons/check.svg");
    background-repeat: no-repeat;
    background-size: 1.5625vw;
    background-position: center right 0.9375vw;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:placeholder-shown) {
    background-image: url("../svg/icons/check.svg");
    background-repeat: no-repeat;
    background-size: 1.5625vw;
    background-position: center right 0.9375vw;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:-moz-placeholder-shown):invalid {
    background-image: url("../svg/icons/invalid.svg");
    background-repeat: no-repeat;
    background-size: 1.5625vw;
    background-position: center right 0.9375vw;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:placeholder-shown):invalid {
    background-image: url("../svg/icons/invalid.svg");
    background-repeat: no-repeat;
    background-size: 1.5625vw;
    background-position: center right 0.9375vw;
  }
  form select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-right: 3.4375vw;
    background-image: url("../svg/icons/chevron-down-black.svg");
    background-repeat: no-repeat;
    background-size: 1.25vw;
    background-position: center right 0.9375vw;
  }
  .triple_choice {
    display: flex;
    flex-wrap: wrap;
  }
  .triple_choice input {
    opacity: 0;
    position: absolute;
    top: 0;
  }
  .triple_choice input:checked + label {
    color: #e30613;
  }
  .triple_choice input#service_1:checked ~ .slider .marker, .triple_choice input#quality_1:checked ~ .slider .marker, .triple_choice input#accessibility_1:checked ~ .slider .marker {
    left: 0;
  }
  .triple_choice input#service_2:checked ~ .slider .marker, .triple_choice input#quality_2:checked ~ .slider .marker, .triple_choice input#accessibility_2:checked ~ .slider .marker {
    left: 50%;
  }
  .triple_choice input#service_3:checked ~ .slider .marker, .triple_choice input#quality_3:checked ~ .slider .marker, .triple_choice input#accessibility_3:checked ~ .slider .marker {
    left: 100%;
  }
  .triple_choice label {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0;
    transition: all 0.3s;
    width: 33.3333%;
    font-weight: 500;
    padding-bottom: 2.8125vw;
    cursor: pointer;
    font-size: 0.875vw;
  }
  .triple_choice label:nth-child(2) {
    text-align: left;
  }
  .triple_choice label:nth-child(6) {
    text-align: right;
  }
  .triple_choice .slider {
    width: 100%;
    height: 0.9375vw;
    background-color: #fff;
    border: 0.5px solid #dedede;
    position: relative;
    border-radius: 0.5em;
    margin-top: -1.5625vw;
  }
  .triple_choice .slider .marker {
    height: 1.875vw;
    width: 1.875vw;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -1em;
    position: absolute;
    left: 0.9375vw;
    transition: left 0.5s ease-in-out;
    border-radius: 50%;
    background: #fff;
    border: 0.3125vw solid #e30613;
  }
  .triple_choice .choice {
    position: relative;
    width: 33.3333%;
    cursor: pointer;
  }
  .triple_choice .choice:nth-child(2) {
    border-width: 0 0.0625vw 0 0.0625vw;
    border-style: solid;
    border-color: #96A8BF;
  }
  .triple_choice .choice input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .triple_choice .choice input:checked ~ label {
    background: #e30613;
    color: #fff;
  }
  .checkbox {
    position: relative;
    margin-bottom: 0.9375vw;
  }
  .checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .checkbox input:checked + label::before {
    background: #e30613;
    border-color: #e30613;
    font-size: 0.75vw;
  }
  .checkbox label {
    position: relative;
    padding-left: 2.1875vw;
  }
  .checkbox label::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: 600;
    background: #fff;
    color: #fff;
    border: 1px solid rgb(150, 168, 191);
    position: absolute;
    top: 0.3125vw;
    left: 0;
    width: 1.25vw;
    height: 1.25vw;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.125vw;
    border-radius: 0.3125vw;
    font-size: 0;
    transition: all 0.2s;
  }
}
@media (max-width: 991.98px) {
  form {
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
  }
  form .row {
    margin: 0 -0.3472222222vw;
  }
  form .row .col-12 {
    padding: 0 0.3472222222vw;
  }
  form input::-webkit-outer-spin-button,
  form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  form input[type=number] {
    -moz-appearance: textfield;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max) {
    max-width: 100%;
    width: 100%;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max)[type=date] {
    padding-right: 3.125vw;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):disabled {
    background-color: rgba(31, 57, 128, 0.05);
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(.auth0-lock-input)::-moz-placeholder {
    opacity: 0;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(.auth0-lock-input)::placeholder {
    opacity: 0;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:-moz-placeholder-shown) {
    background-image: url("../svg/icons/check.svg");
    background-repeat: no-repeat;
    background-size: 1.7361111111vw;
    background-position: center right 1.0416666667vw;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:placeholder-shown) {
    background-image: url("../svg/icons/check.svg");
    background-repeat: no-repeat;
    background-size: 1.7361111111vw;
    background-position: center right 1.0416666667vw;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:-moz-placeholder-shown):invalid {
    background-image: url("../svg/icons/invalid.svg");
    background-repeat: no-repeat;
    background-size: 1.7361111111vw;
    background-position: center right 1.0416666667vw;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:placeholder-shown):invalid {
    background-image: url("../svg/icons/invalid.svg");
    background-repeat: no-repeat;
    background-size: 1.7361111111vw;
    background-position: center right 1.0416666667vw;
  }
  form select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-right: 3.8194444444vw;
    background-image: url("../svg/icons/chevron-down-black.svg");
    background-repeat: no-repeat;
    background-size: 1.3888888889vw;
    background-position: center right 1.0416666667vw;
  }
  .triple_choice {
    display: flex;
    flex-wrap: wrap;
  }
  .triple_choice input {
    opacity: 0;
    position: absolute;
    top: 0;
  }
  .triple_choice input:checked + label {
    color: #e30613;
  }
  .triple_choice input#service_1:checked ~ .slider .marker, .triple_choice input#quality_1:checked ~ .slider .marker, .triple_choice input#accessibility_1:checked ~ .slider .marker {
    left: 0;
  }
  .triple_choice input#service_2:checked ~ .slider .marker, .triple_choice input#quality_2:checked ~ .slider .marker, .triple_choice input#accessibility_2:checked ~ .slider .marker {
    left: 50%;
  }
  .triple_choice input#service_3:checked ~ .slider .marker, .triple_choice input#quality_3:checked ~ .slider .marker, .triple_choice input#accessibility_3:checked ~ .slider .marker {
    left: 100%;
  }
  .triple_choice label {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0;
    transition: all 0.3s;
    width: 33.3333%;
    font-weight: 500;
    padding-bottom: 3.125vw;
    cursor: pointer;
    font-size: 0.9722222222vw;
  }
  .triple_choice label:nth-child(2) {
    text-align: left;
  }
  .triple_choice label:nth-child(6) {
    text-align: right;
  }
  .triple_choice .slider {
    width: 100%;
    height: 1.0416666667vw;
    background-color: #fff;
    border: 0.5px solid #dedede;
    position: relative;
    border-radius: 0.5em;
    margin-top: -1.7361111111vw;
  }
  .triple_choice .slider .marker {
    height: 2.0833333333vw;
    width: 2.0833333333vw;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -1em;
    position: absolute;
    left: 1.0416666667vw;
    transition: left 0.5s ease-in-out;
    border-radius: 50%;
    background: #fff;
    border: 0.3472222222vw solid #e30613;
  }
  .triple_choice .choice {
    position: relative;
    width: 33.3333%;
    cursor: pointer;
  }
  .triple_choice .choice:nth-child(2) {
    border-width: 0 0.0694444444vw 0 0.0694444444vw;
    border-style: solid;
    border-color: #96A8BF;
  }
  .triple_choice .choice input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .triple_choice .choice input:checked ~ label {
    background: #e30613;
    color: #fff;
  }
  .checkbox {
    position: relative;
    margin-bottom: 1.0416666667vw;
  }
  .checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .checkbox input:checked + label::before {
    background: #e30613;
    border-color: #e30613;
    font-size: 0.8333333333vw;
  }
  .checkbox label {
    position: relative;
    padding-left: 2.4305555556vw;
  }
  .checkbox label::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: 600;
    background: #fff;
    color: #fff;
    border: 1px solid rgb(150, 168, 191);
    position: absolute;
    top: 0.3472222222vw;
    left: 0;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    font-size: 0;
    transition: all 0.2s;
  }
}
@media (max-width: 767.98px) {
  form {
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
  }
  form .row {
    margin: 0 -1.953125vw;
  }
  form .row .col-12 {
    padding: 0 1.953125vw;
  }
  form input::-webkit-outer-spin-button,
  form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  form input[type=number] {
    -moz-appearance: textfield;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max) {
    max-width: 100%;
    width: 100%;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max)[type=date] {
    padding-right: 5.859375vw;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):disabled {
    background-color: rgba(31, 57, 128, 0.05);
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(.auth0-lock-input)::-moz-placeholder {
    opacity: 0;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(.auth0-lock-input)::placeholder {
    opacity: 0;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:-moz-placeholder-shown) {
    background-image: url("../svg/icons/check.svg");
    background-repeat: no-repeat;
    background-size: 3.2552083333vw;
    background-position: center right 1.953125vw;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:placeholder-shown) {
    background-image: url("../svg/icons/check.svg");
    background-repeat: no-repeat;
    background-size: 3.2552083333vw;
    background-position: center right 1.953125vw;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:-moz-placeholder-shown):invalid {
    background-image: url("../svg/icons/invalid.svg");
    background-repeat: no-repeat;
    background-size: 3.2552083333vw;
    background-position: center right 1.953125vw;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:placeholder-shown):invalid {
    background-image: url("../svg/icons/invalid.svg");
    background-repeat: no-repeat;
    background-size: 3.2552083333vw;
    background-position: center right 1.953125vw;
  }
  form select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-right: 7.1614583333vw;
    background-image: url("../svg/icons/chevron-down-black.svg");
    background-repeat: no-repeat;
    background-size: 2.6041666667vw;
    background-position: center right 1.953125vw;
  }
  .triple_choice {
    display: flex;
    flex-wrap: wrap;
  }
  .triple_choice input {
    opacity: 0;
    position: absolute;
    top: 0;
  }
  .triple_choice input:checked + label {
    color: #e30613;
  }
  .triple_choice input#service_1:checked ~ .slider .marker, .triple_choice input#quality_1:checked ~ .slider .marker, .triple_choice input#accessibility_1:checked ~ .slider .marker {
    left: 0;
  }
  .triple_choice input#service_2:checked ~ .slider .marker, .triple_choice input#quality_2:checked ~ .slider .marker, .triple_choice input#accessibility_2:checked ~ .slider .marker {
    left: 50%;
  }
  .triple_choice input#service_3:checked ~ .slider .marker, .triple_choice input#quality_3:checked ~ .slider .marker, .triple_choice input#accessibility_3:checked ~ .slider .marker {
    left: 100%;
  }
  .triple_choice label {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0;
    transition: all 0.3s;
    width: 33.3333%;
    font-weight: 500;
    padding-bottom: 5.859375vw;
    cursor: pointer;
    font-size: 1.5625vw;
  }
  .triple_choice label:nth-child(2) {
    text-align: left;
  }
  .triple_choice label:nth-child(6) {
    text-align: right;
  }
  .triple_choice .slider {
    width: 100%;
    height: 1.953125vw;
    background-color: #fff;
    border: 0.5px solid #dedede;
    position: relative;
    border-radius: 0.5em;
    margin-top: -3.2552083333vw;
  }
  .triple_choice .slider .marker {
    height: 3.90625vw;
    width: 3.90625vw;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -1em;
    position: absolute;
    left: 1.953125vw;
    transition: left 0.5s ease-in-out;
    border-radius: 50%;
    background: #fff;
    border: 0.6510416667vw solid #e30613;
  }
  .triple_choice .choice {
    position: relative;
    width: 33.3333%;
    cursor: pointer;
  }
  .triple_choice .choice:nth-child(2) {
    border-width: 0 0.1302083333vw 0 0.1302083333vw;
    border-style: solid;
    border-color: #96A8BF;
  }
  .triple_choice .choice input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .triple_choice .choice input:checked ~ label {
    background: #e30613;
    color: #fff;
  }
  .checkbox {
    position: relative;
    margin-bottom: 1.953125vw;
  }
  .checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .checkbox input:checked + label::before {
    background: #e30613;
    border-color: #e30613;
    font-size: 1.5625vw;
  }
  .checkbox label {
    position: relative;
    padding-left: 4.5572916667vw;
  }
  .checkbox label::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: 600;
    background: #fff;
    color: #fff;
    border: 1px solid rgb(150, 168, 191);
    position: absolute;
    top: 0.6510416667vw;
    left: 0;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.2604166667vw;
    border-radius: 0.6510416667vw;
    font-size: 0;
    transition: all 0.2s;
  }
}
@media (max-width: 575.98px) {
  form {
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
  }
  form .row {
    margin: 0 -4vw;
  }
  form .row .col-12 {
    padding: 0 4vw;
  }
  form input::-webkit-outer-spin-button,
  form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  form input[type=number] {
    -moz-appearance: textfield;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max) {
    max-width: 100%;
    width: 100%;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max)[type=date] {
    padding-right: 12vw;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):disabled {
    background-color: rgba(31, 57, 128, 0.05);
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(.auth0-lock-input)::-moz-placeholder {
    opacity: 0;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(.auth0-lock-input)::placeholder {
    opacity: 0;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:-moz-placeholder-shown) {
    background-image: url("../svg/icons/check.svg");
    background-repeat: no-repeat;
    background-size: 6.6666666667vw;
    background-position: center right 4vw;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:placeholder-shown) {
    background-image: url("../svg/icons/check.svg");
    background-repeat: no-repeat;
    background-size: 6.6666666667vw;
    background-position: center right 4vw;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:-moz-placeholder-shown):invalid {
    background-image: url("../svg/icons/invalid.svg");
    background-repeat: no-repeat;
    background-size: 6.6666666667vw;
    background-position: center right 4vw;
  }
  form input:not([type=checkbox], [type=radio], .input-min, .input-max, .range-min, .range-max):not(:placeholder-shown):invalid {
    background-image: url("../svg/icons/invalid.svg");
    background-repeat: no-repeat;
    background-size: 6.6666666667vw;
    background-position: center right 4vw;
  }
  form select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-right: 14.6666666667vw;
    background-image: url("../svg/icons/chevron-down-black.svg");
    background-repeat: no-repeat;
    background-size: 5.3333333333vw;
    background-position: center right 4vw;
  }
  .triple_choice {
    display: flex;
    flex-wrap: wrap;
  }
  .triple_choice input {
    opacity: 0;
    position: absolute;
    top: 0;
  }
  .triple_choice input:checked + label {
    color: #e30613;
  }
  .triple_choice input#service_1:checked ~ .slider .marker, .triple_choice input#quality_1:checked ~ .slider .marker, .triple_choice input#accessibility_1:checked ~ .slider .marker {
    left: 0;
  }
  .triple_choice input#service_2:checked ~ .slider .marker, .triple_choice input#quality_2:checked ~ .slider .marker, .triple_choice input#accessibility_2:checked ~ .slider .marker {
    left: 50%;
  }
  .triple_choice input#service_3:checked ~ .slider .marker, .triple_choice input#quality_3:checked ~ .slider .marker, .triple_choice input#accessibility_3:checked ~ .slider .marker {
    left: 100%;
  }
  .triple_choice label {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0;
    transition: all 0.3s;
    width: 33.3333%;
    font-weight: 500;
    padding-bottom: 12vw;
    cursor: pointer;
    font-size: 3.2vw;
  }
  .triple_choice label:nth-child(2) {
    text-align: left;
  }
  .triple_choice label:nth-child(6) {
    text-align: right;
  }
  .triple_choice .slider {
    width: 100%;
    height: 4vw;
    background-color: #fff;
    border: 0.5px solid #dedede;
    position: relative;
    border-radius: 0.5em;
    margin-top: -6.6666666667vw;
  }
  .triple_choice .slider .marker {
    height: 8vw;
    width: 8vw;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -1em;
    position: absolute;
    left: 4vw;
    transition: left 0.5s ease-in-out;
    border-radius: 50%;
    background: #fff;
    border: 1.3333333333vw solid #e30613;
  }
  .triple_choice .choice {
    position: relative;
    width: 33.3333%;
    cursor: pointer;
  }
  .triple_choice .choice:nth-child(2) {
    border-width: 0 0.2666666667vw 0 0.2666666667vw;
    border-style: solid;
    border-color: #96A8BF;
  }
  .triple_choice .choice input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .triple_choice .choice input:checked ~ label {
    background: #e30613;
    color: #fff;
  }
  .checkbox {
    position: relative;
    margin-bottom: 4vw;
  }
  .checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .checkbox input:checked + label::before {
    background: #e30613;
    border-color: #e30613;
    font-size: 3.2vw;
  }
  .checkbox label {
    position: relative;
    padding-left: 9.3333333333vw;
  }
  .checkbox label::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: 600;
    background: #fff;
    color: #fff;
    border: 1px solid rgb(150, 168, 191);
    position: absolute;
    top: 1.3333333333vw;
    left: 0;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.5333333333vw;
    border-radius: 1.3333333333vw;
    font-size: 0;
    transition: all 0.2s;
  }
}
form .password-meter input:not([type=checkbox]) {
  background-image: unset;
}
form .password-meter .password {
  position: relative;
}
form .password-meter .password span {
  background: #F2F5FA;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 30px;
  height: 30px;
  right: 15px;
}
@media (max-width: 1799.98px) {
  form .password-meter .password span {
    font-size: 0.875vw;
    width: 1.875vw;
    height: 1.875vw;
    right: 0.9375vw;
  }
}
@media (max-width: 991.98px) {
  form .password-meter .password span {
    font-size: 0.9722222222vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    right: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  form .password-meter .password span {
    font-size: 1.8229166667vw;
    width: 3.90625vw;
    height: 3.90625vw;
    right: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  form .password-meter .password span {
    font-size: 3.7333333333vw;
    width: 8vw;
    height: 8vw;
    right: 4vw;
  }
}

.input-container {
  margin-bottom: 10px;
}

.strength-container {
  background: #fff;
  border-radius: 0 0 50px 0;
  padding: 15px 25px;
}
@media (max-width: 1799.98px) {
  .strength-container {
    padding: 0.9375vw 1.5625vw;
  }
}
@media (max-width: 991.98px) {
  .strength-container {
    padding: 1.0416666667vw 1.7361111111vw;
  }
}
@media (max-width: 767.98px) {
  .strength-container {
    padding: 1.953125vw 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .strength-container {
    padding: 4vw 6.6666666667vw;
  }
}

.meter {
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  margin: 5px 0;
}
.meter > div.good {
  background-color: green;
}
.meter > div.almost {
  background-color: orange;
}

.meter div {
  height: 100%;
  transition: width 0.3s;
}

.weak {
  background-color: #e30613;
}

.strong {
  background-color: #8ab951;
}

.criteria-list {
  list-style-type: none;
  padding: 0;
  -moz-columns: 2;
       columns: 2;
}
@media only screen and (width < 768px) {
  .criteria-list {
    -moz-columns: 1;
         columns: 1;
  }
}
.criteria-list li {
  color: #e30613;
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 5px;
}
.criteria-list li.met {
  color: green;
}
@media (max-width: 1799.98px) {
  .criteria-list li {
    font-size: 0.6875vw;
    line-height: 1.125vw;
    margin-bottom: 5px;
  }
}
@media (max-width: 991.98px) {
  .criteria-list li {
    font-size: 0.7638888889vw;
    line-height: 1.25vw;
    margin-bottom: 5px;
  }
}
@media (max-width: 767.98px) {
  .criteria-list li {
    font-size: 1.4322916667vw;
    line-height: 2.34375vw;
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  .criteria-list li {
    font-size: 2.9333333333vw;
    line-height: 4.8vw;
    margin-bottom: 5px;
  }
}

.iti {
  width: 100%;
  --iti-path-flags-1x: url("../images/flags/flags.png");
  --iti-path-flags-2x: url("../images/flags/flags@2x.png");
}

.iti__flag {
  background-image: url("../images/flags/flags.png") !important;
}

.iti-0__dropdown-content, .iti--inline-dropdown .iti__dropdown-content {
  z-index: 10 !important;
}
.iti-0__dropdown-content li, .iti--inline-dropdown .iti__dropdown-content li {
  padding: 2px 5px !important;
}

.iti__country-list li {
  padding: 0 5px;
}

.tooltip {
  color: #96A8BF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  margin-top: -10px;
  position: relative;
}
@media (max-width: 1799.98px) {
  .tooltip {
    font-size: 0.875vw;
    margin-left: 0.3125vw;
    margin-top: -0.625vw;
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .tooltip {
    font-size: 0.9722222222vw;
    margin-left: 0.3472222222vw;
    margin-top: -0.6944444444vw;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .tooltip {
    font-size: 1.8229166667vw;
    margin-left: 0.6510416667vw;
    margin-top: -1.3020833333vw;
    position: relative;
  }
}
@media (max-width: 575.98px) {
  .tooltip {
    font-size: 3.7333333333vw;
    margin-left: 1.3333333333vw;
    margin-top: -2.6666666667vw;
    position: relative;
  }
}
.tooltip--text {
  background: #fff;
  bottom: calc(100% + 5px);
  color: #000000;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, 10px);
  transition: all 0.3s;
  visibility: hidden;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  width: 400px;
}
@media (max-width: 1799.98px) {
  .tooltip--text {
    border-radius: 0.625vw;
    padding: 0.625vw;
    width: 25vw;
  }
}
@media (max-width: 991.98px) {
  .tooltip--text {
    border-radius: 0.6944444444vw;
    padding: 0.6944444444vw;
    width: 27.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .tooltip--text {
    border-radius: 1.3020833333vw;
    padding: 1.3020833333vw;
    width: 39.0625vw;
  }
}
@media (max-width: 575.98px) {
  .tooltip--text {
    border-radius: 2.6666666667vw;
    padding: 2.6666666667vw;
    width: 80vw;
  }
}
.tooltip--text::after {
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-top: solid 5px #fff;
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}
.tooltip:hover .tooltip--text {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}

.label.option, .label.rentedwithreservation, .label.rented, .label.gray {
  background: rgb(150, 168, 191);
  color: #fff;
}
.label.available {
  background: #128c07;
  color: #fff;
}
.label.white {
  background: #fff;
  color: #000000;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes placeholderAnimate {
  0% {
    background-position: -650px 0;
  }
  100% {
    background-position: 650px 0;
  }
}
/* Footers
--------------------------------------------- */
footer {
  position: relative;
  background: #F2F5FA;
  padding: 45px 0;
  overflow: hidden;
}
footer .container {
  position: relative;
  z-index: 2;
}
footer .logo {
  width: 225px;
  height: auto;
  margin-bottom: 15px;
}
footer .logo path.house {
  fill: #e30613;
}
footer h5, footer p, footer a {
  color: #000000;
}
footer p, footer a {
  max-width: 315px;
  font-size: 14px;
}
footer h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}
footer .links {
  display: flex;
  gap: 25px;
  align-items: center;
}
footer .links img {
  width: 120px;
  height: auto;
  mix-blend-mode: luminosity;
  transition: all 0.3s;
}
footer .links img:hover {
  mix-blend-mode: unset;
}
footer .links i {
  font-size: 26px;
  color: #0A66C2;
}
footer nav {
  position: relative;
  z-index: 2;
}
footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer nav ul li a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro", sans-serif;
  margin-right: 8px;
  font-weight: 400;
  font-size: 12px;
}
footer .shape {
  position: absolute;
  bottom: -50px;
  right: 25px;
  width: 420px;
  height: auto;
}

#bottom_bar {
  background: #fff;
  padding: 10px 0;
}
#bottom_bar p, #bottom_bar a, #bottom_bar span {
  color: #96A8BF;
  font-size: 12px;
}
#bottom_bar a {
  font-weight: 600;
}
#bottom_bar .links {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 1799.98px) {
  footer {
    position: relative;
    background: #F2F5FA;
    padding: 2.8125vw 0;
    overflow: hidden;
  }
  footer .container {
    position: relative;
    z-index: 2;
  }
  footer .logo {
    width: 14.0625vw;
    height: auto;
    margin-bottom: 0.9375vw;
  }
  footer .logo path.house {
    fill: #e30613;
  }
  footer h5, footer p, footer a {
    color: #000000;
  }
  footer p, footer a {
    max-width: 19.6875vw;
    font-size: 0.875vw;
  }
  footer h5 {
    font-size: 1.25vw;
    line-height: 1.875vw;
    font-weight: 600;
    margin-bottom: 0.3125vw;
  }
  footer .links {
    display: flex;
    gap: 1.5625vw;
    align-items: center;
  }
  footer .links img {
    width: 7.5vw;
    height: auto;
    mix-blend-mode: luminosity;
    transition: all 0.3s;
  }
  footer .links img:hover {
    mix-blend-mode: unset;
  }
  footer .links i {
    font-size: 1.625vw;
    color: #0A66C2;
  }
  footer nav {
    position: relative;
    z-index: 2;
  }
  footer nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  footer nav ul li a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-right: 0.5vw;
    font-weight: 400;
    font-size: 0.75vw;
  }
  footer .shape {
    position: absolute;
    bottom: -3.125vw;
    right: 1.5625vw;
    width: 26.25vw;
    height: auto;
  }
  #bottom_bar {
    background: #fff;
    padding: 0.625vw 0;
  }
  #bottom_bar p, #bottom_bar a, #bottom_bar span {
    color: #96A8BF;
    font-size: 0.75vw;
  }
  #bottom_bar a {
    font-weight: 600;
  }
  #bottom_bar .links {
    display: flex;
    justify-content: center;
    gap: 0.625vw;
  }
}
@media (max-width: 991.98px) {
  footer {
    position: relative;
    background: #F2F5FA;
    padding: 3.125vw 0;
    overflow: hidden;
  }
  footer .container {
    position: relative;
    z-index: 2;
  }
  footer .logo {
    width: 15.625vw;
    height: auto;
    margin-bottom: 1.0416666667vw;
  }
  footer .logo path.house {
    fill: #e30613;
  }
  footer h5, footer p, footer a {
    color: #000000;
  }
  footer p, footer a {
    max-width: 21.875vw;
    font-size: 0.9722222222vw;
  }
  footer h5 {
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    font-weight: 600;
    margin-bottom: 0.3472222222vw;
  }
  footer .links {
    display: flex;
    gap: 1.7361111111vw;
    align-items: center;
  }
  footer .links img {
    width: 8.3333333333vw;
    height: auto;
    mix-blend-mode: luminosity;
    transition: all 0.3s;
  }
  footer .links img:hover {
    mix-blend-mode: unset;
  }
  footer .links i {
    font-size: 1.8055555556vw;
    color: #0A66C2;
  }
  footer nav {
    position: relative;
    z-index: 2;
  }
  footer nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  footer nav ul li a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-right: 0.5555555556vw;
    font-weight: 400;
    font-size: 0.8333333333vw;
  }
  footer .shape {
    position: absolute;
    bottom: -3.4722222222vw;
    right: 1.7361111111vw;
    width: 29.1666666667vw;
    height: auto;
  }
  #bottom_bar {
    background: #fff;
    padding: 0.6944444444vw 0;
  }
  #bottom_bar p, #bottom_bar a, #bottom_bar span {
    color: #96A8BF;
    font-size: 0.8333333333vw;
  }
  #bottom_bar a {
    font-weight: 600;
  }
  #bottom_bar .links {
    display: flex;
    justify-content: center;
    gap: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  footer {
    position: relative;
    background: #F2F5FA;
    padding: 5.859375vw 0;
    overflow: hidden;
  }
  footer .container {
    position: relative;
    z-index: 2;
  }
  footer .logo {
    width: 29.296875vw;
    height: auto;
    margin-bottom: 1.953125vw;
  }
  footer .logo path.house {
    fill: #e30613;
  }
  footer h5, footer p, footer a {
    color: #000000;
  }
  footer p, footer a {
    max-width: 41.015625vw;
    font-size: 1.8229166667vw;
  }
  footer h5 {
    font-size: 2.6041666667vw;
    line-height: 3.90625vw;
    font-weight: 600;
    margin-bottom: 0.6510416667vw;
  }
  footer .links {
    display: flex;
    gap: 3.2552083333vw;
    align-items: center;
  }
  footer .links img {
    width: 15.625vw;
    height: auto;
    mix-blend-mode: luminosity;
    transition: all 0.3s;
  }
  footer .links img:hover {
    mix-blend-mode: unset;
  }
  footer .links i {
    font-size: 3.3854166667vw;
    color: #0A66C2;
  }
  footer nav {
    position: relative;
    z-index: 2;
  }
  footer nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  footer nav ul li a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-right: 1.0416666667vw;
    font-weight: 400;
    font-size: 1.5625vw;
  }
  footer .shape {
    position: absolute;
    bottom: -6.5104166667vw;
    right: 3.2552083333vw;
    width: 54.6875vw;
    height: auto;
  }
  #bottom_bar {
    background: #fff;
    padding: 1.3020833333vw 0;
  }
  #bottom_bar p, #bottom_bar a, #bottom_bar span {
    color: #96A8BF;
    font-size: 1.5625vw;
  }
  #bottom_bar a {
    font-weight: 600;
  }
  #bottom_bar .links {
    display: flex;
    justify-content: center;
    gap: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  footer {
    position: relative;
    background: #F2F5FA;
    padding: 12vw 0;
    overflow: hidden;
  }
  footer .container {
    position: relative;
    z-index: 2;
  }
  footer .logo {
    width: 60vw;
    height: auto;
    margin-bottom: 4vw;
  }
  footer .logo path.house {
    fill: #e30613;
  }
  footer h5, footer p, footer a {
    color: #000000;
  }
  footer p, footer a {
    max-width: 84vw;
    font-size: 3.7333333333vw;
  }
  footer h5 {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    font-weight: 600;
    margin-bottom: 1.3333333333vw;
  }
  footer .links {
    display: flex;
    gap: 6.6666666667vw;
    align-items: center;
  }
  footer .links img {
    width: 32vw;
    height: auto;
    mix-blend-mode: luminosity;
    transition: all 0.3s;
  }
  footer .links img:hover {
    mix-blend-mode: unset;
  }
  footer .links i {
    font-size: 6.9333333333vw;
    color: #0A66C2;
  }
  footer nav {
    position: relative;
    z-index: 2;
  }
  footer nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  footer nav ul li a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-right: 2.1333333333vw;
    font-weight: 400;
    font-size: 3.2vw;
  }
  footer .shape {
    position: absolute;
    bottom: -13.3333333333vw;
    right: 6.6666666667vw;
    width: 112vw;
    height: auto;
  }
  #bottom_bar {
    background: #fff;
    padding: 2.6666666667vw 0;
  }
  #bottom_bar p, #bottom_bar a, #bottom_bar span {
    color: #96A8BF;
    font-size: 3.2vw;
  }
  #bottom_bar a {
    font-weight: 600;
  }
  #bottom_bar .links {
    display: flex;
    justify-content: center;
    gap: 2.6666666667vw;
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  left: 0;
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  right: 0;
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch \0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #e30613;
  border-color: #e30613;
}

.filepond--item {
  width: calc(50% - 0.5em);
}

.filepond--credits, .filepond--file-info-sub {
  display: none;
}

/* use a hand cursor intead of arrow for the action buttons */
.filepond--file-action-button {
  cursor: pointer;
}

/* the text color of the drop label*/
.filepond--drop-label {
  color: #fff;
}

/* underline color for "Browse" button */
.filepond--label-action {
  text-decoration-color: #aaa;
}

/* the background color of the filepond drop area */
.filepond--panel-root {
  background-color: #fff;
}

/* the border radius of the drop area */
.filepond--panel-root {
  border-radius: 0.5em;
}

/* the border radius of the file item */
.filepond--item-panel {
  border-radius: 0.5em;
}

/* the background color of the file and file panel (used when dropping an image) */
.filepond--item-panel {
  background-color: #555;
}

.filepond--drip {
  background: #fff !important;
  opacity: 1 !important;
  border: 1px solid #96A8BF;
}

.filepond--root {
  min-height: 200px;
}
@media (max-width: 1799.98px) {
  .filepond--root {
    min-height: 12.5vw;
  }
}
@media (max-width: 991.98px) {
  .filepond--root {
    min-height: 13.8888888889vw;
  }
}
@media (max-width: 767.98px) {
  .filepond--root {
    min-height: 26.0416666667vw;
  }
}
@media (max-width: 575.98px) {
  .filepond--root {
    min-height: 53.3333333333vw;
  }
}

/* the background color of the drop circle */
.filepond--drip-blob {
  background-color: #999;
}

/* the background color of the black action buttons */
.filepond--file-action-button {
  background-color: #fff;
}

/* the icon color of the black action buttons */
.filepond--file-action-button {
  color: white;
}

/* the color of the focus ring */
.filepond--file-action-button:hover,
.filepond--file-action-button:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9);
}

/* the text color of the file status and info labels */
.filepond--file {
  color: white;
}

/* error state color */
[data-filepond-item-state*=error] .filepond--item-panel,
[data-filepond-item-state*=invalid] .filepond--item-panel {
  background-color: red;
}

[data-filepond-item-state=processing-complete] .filepond--item-panel {
  background-color: green;
}

/* bordered drop area */
.filepond--panel-root {
  background-color: transparent;
  border: 1px solid #96A8BF;
}

p a {
  color: inherit;
  text-decoration: underline;
}

a {
  color: inherit;
}

.py_35 {
  padding: 35px 0;
}

.py_50 {
  padding: 50px 0;
}

.py_75 {
  padding: 75px 0;
}

.py_100 {
  padding: 100px 0;
}

#builder img.normal {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#builder h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}
#builder .location {
  position: relative;
  border-radius: 0 0 50px 0;
  overflow: hidden;
}
#builder .location img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#builder .location::after {
  content: "";
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
#builder .location h3 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-weight: 700;
  z-index: 2;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 34px;
  color: #fff;
}

@media (max-width: 1799.98px) {
  .py_35 {
    padding: 35px 0;
  }
  .py_50 {
    padding: 50px 0;
  }
  .py_75 {
    padding: 75px 0;
  }
  .py_100 {
    padding: 100px 0;
  }
  #builder img.normal {
    height: 31.25vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  #builder h2 {
    font-size: 1.875vw;
    line-height: 2.125vw;
    font-weight: 700;
    margin-bottom: 0.9375vw;
  }
  #builder .location {
    position: relative;
    border-radius: 0 0 50px 0;
    overflow: hidden;
  }
  #builder .location img {
    height: 28.125vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #builder .location::after {
    content: "";
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
  #builder .location h3 {
    position: absolute;
    bottom: 0.9375vw;
    left: 0.9375vw;
    font-weight: 700;
    z-index: 2;
    margin-bottom: 0;
    font-size: 1.875vw;
    line-height: 2.125vw;
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .py_35 {
    padding: 35px 0;
  }
  .py_50 {
    padding: 50px 0;
  }
  .py_75 {
    padding: 75px 0;
  }
  .py_100 {
    padding: 100px 0;
  }
  #builder img.normal {
    height: 34.7222222222vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  #builder h2 {
    font-size: 2.0833333333vw;
    line-height: 2.3611111111vw;
    font-weight: 700;
    margin-bottom: 1.0416666667vw;
  }
  #builder .location {
    position: relative;
    border-radius: 0 0 50px 0;
    overflow: hidden;
  }
  #builder .location img {
    height: 31.25vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #builder .location::after {
    content: "";
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
  #builder .location h3 {
    position: absolute;
    bottom: 1.0416666667vw;
    left: 1.0416666667vw;
    font-weight: 700;
    z-index: 2;
    margin-bottom: 0;
    font-size: 2.0833333333vw;
    line-height: 2.3611111111vw;
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .py_35 {
    padding: 23.3333333333px 0;
  }
  .py_50 {
    padding: 33.3333333333px 0;
  }
  .py_75 {
    padding: 50px 0;
  }
  .py_100 {
    padding: 66.6666666667px 0;
  }
  #builder img.normal {
    height: 39.0625vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  #builder h2 {
    font-size: 3.90625vw;
    line-height: 4.4270833333vw;
    font-weight: 700;
    margin-bottom: 1.953125vw;
  }
  #builder .location {
    position: relative;
    border-radius: 0 0 50px 0;
    overflow: hidden;
  }
  #builder .location img {
    height: 58.59375vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #builder .location::after {
    content: "";
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
  #builder .location h3 {
    position: absolute;
    bottom: 1.953125vw;
    left: 1.953125vw;
    font-weight: 700;
    z-index: 2;
    margin-bottom: 0;
    font-size: 3.90625vw;
    line-height: 4.4270833333vw;
    color: #fff;
  }
}
@media (max-width: 575.98px) {
  .py_35 {
    padding: 23.3333333333px 0;
  }
  .py_50 {
    padding: 33.3333333333px 0;
  }
  .py_75 {
    padding: 50px 0;
  }
  .py_100 {
    padding: 66.6666666667px 0;
  }
  #builder img.normal {
    height: 80vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  #builder h2 {
    font-size: 8vw;
    line-height: 9.0666666667vw;
    font-weight: 700;
    margin-bottom: 4vw;
  }
  #builder .location {
    position: relative;
    border-radius: 0 0 50px 0;
    overflow: hidden;
  }
  #builder .location img {
    height: 120vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #builder .location::after {
    content: "";
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
  #builder .location h3 {
    position: absolute;
    bottom: 4vw;
    left: 4vw;
    font-weight: 700;
    z-index: 2;
    margin-bottom: 0;
    font-size: 8vw;
    line-height: 9.0666666667vw;
    color: #fff;
  }
}
button {
  outline: none;
}
