@charset "UTF-8";
/*!
Theme Name: novida theme by Kreatív Vonalak
Theme URI: https://www.kreativvonalak.hu
Description: Novida project template
Version: 0.0.1
Author: Kreatív Vonalak (Imre Tamas Boldis)
Author URI: https://www.kreativvonalak.hu
License: All right reserved!
*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap");
html {
  font-family: "Funnel Sans", sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE <10.
 * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
 * Add the correct display in IE for `main`.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * Add the correct display in IE <10.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display and remove excess height in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE <11, Safari <8, and Firefox <22.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox <40.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font style in Android <4.4.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0;
}

/**
 * Add the correct background and color in IE <10.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE <11.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1.5em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from default to text.
 * - The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control font, padding, border, or background. In Chrome
 *   and Safari on Windows you can't control border properly. It will apply
 *   border-width but will only show a border color (which cannot be controlled)
 *   for the outer 1px of that border. Applying -webkit-appearance: textfield
 *   addresses these issues without removing the benefits of search inputs (e.g.
 *   showing past searches). Safari (but not Chrome) will clip the cancel button
 *   on when it has padding (and textfield appearance).
 */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE <11.
 * 2. Remove the padding in IE <11.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 * 4. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
  padding: 0; /* 3 */
}

/**
 * Restore the font weight unset by a previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

* {
  box-sizing: inherit;
}
*::after, *::before {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
*::selection {
  color: #ffffff;
  background: rgba(15, 196, 130, 0.8);
}
*::-moz-selection {
  color: #ffffff;
  background: rgba(15, 196, 130, 0.8);
}

html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "Funnel Sans", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
}

blockquote,
q {
  quotes: "" "";
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

figure {
  margin: 2em 0;
}

a {
  text-decoration: none;
  outline: 0;
  color: #030000;
}
a:focus {
  outline: none !important;
}

/* make-grid-columns */
.container {
  width: 1344px;
  max-width: 100%;
  margin: 0 auto;
}

.text-container {
  width: 1164px;
  max-width: 100%;
  margin: 0 auto;
}

.quiz-container {
  width: 1334px;
  max-width: 100%;
  margin: 0 auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col {
  position: relative;
  clear: none;
}
.col:first-child {
  margin-left: 0;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 1366px) {
  .container,
  .text-container {
    padding: 0 15px;
  }
}
/* make-grid-columns */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* make-grid(xs) */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

/* make-grid(sm) */
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
/* make-grid(md) */
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
/* make-grid(lg) */
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.clear {
  float: none;
  clear: none;
}
.clear::before, .clear::after {
  content: "";
  display: table;
  line-height: 0;
}
.clear::after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.alert {
  padding: 25px 50px;
  border-radius: 10px;
  margin: 50px 0;
  background-color: #d9d9d9;
  border: 2px solid #404040;
}
.alert > strong {
  margin: 10px 0;
}
.alert > hr {
  margin: 20px 0;
  background-color: #a4a4a4;
}
.alert ul.apartment-details {
  margin-bottom: 0;
}
.alert.alert-success {
  border-color: #16DB93;
  background-color: rgb(219.1058091286, 251.3941908714, 239.5933609959);
}
.alert.alert-success > hr {
  background-color: #16DB93;
}
.alert.alert-warning {
  border-color: #ffc107;
  background-color: rgb(255, 250.375, 236.5);
}
.alert.alert-warning > hr {
  background-color: #ffc107;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

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

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

.allcaps {
  text-transform: uppercase;
}

.section-text {
  line-height: 1.7;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.section-text.sm {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-text.sm {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-text.sm {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-text.sm {
    font-size: 16px;
    font-size: 1rem;
  }
}
.section-text.lg {
  font-weight: 300;
  line-height: 1.6;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-text.lg {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-text.lg {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-text.lg {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

.entry-header {
  position: relative;
  max-width: 1920px;
  margin: 200px auto 56px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .entry-header {
    margin: 120px auto 41px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-header {
    margin: 150px auto 46px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .entry-header {
    margin: 180px auto 51px;
  }
}
.entry-header.has-background {
  height: 626px;
  margin-top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .entry-header.has-background {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-header.has-background {
    height: 426px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .entry-header.has-background {
    height: 526px;
  }
}
.entry-header.has-background::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.entry-header.has-background.lg {
  height: 910px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .entry-header.has-background.lg {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-header.has-background.lg {
    height: 710px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .entry-header.has-background.lg {
    height: 810px;
  }
}
.entry-header.has-background.xl {
  height: 1093px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .entry-header.has-background.xl {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-header.has-background.xl {
    height: 793px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .entry-header.has-background.xl {
    height: 893px;
  }
}
.entry-header.list-view {
  margin-bottom: 0;
}
.entry-header .inner-container {
  position: absolute;
  bottom: 14.5%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .entry-header .inner-container {
    position: relative;
    bottom: auto;
    padding: 160px 15px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-header .inner-container {
    bottom: 45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .entry-header .inner-container {
    bottom: 75px;
  }
}

.entry-title {
  position: relative;
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  color: #16DB93;
  letter-spacing: -2px;
  line-height: 1;
  font-weight: 800;
  font-family: "Funnel Sans", sans-serif;
  font-size: 80px;
  font-size: 5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .entry-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .entry-title {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
.entry-title + .entry-description {
  margin-top: 25px;
}
header.has-background .entry-title {
  color: #ffffff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 150px;
  font-size: 9.375rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  header.has-background .entry-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header.has-background .entry-title {
    font-size: 90px;
    font-size: 5.625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  header.has-background .entry-title {
    font-size: 120px;
    font-size: 7.5rem;
  }
}

.entry-description {
  display: block;
  margin: 0;
  padding: 0;
  color: #000000;
  line-height: 1.7;
  font-weight: 600;
  font-family: "Funnel Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .entry-description {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-description {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .entry-description {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
header.has-background .entry-description {
  color: #ffffff;
}

.section-title {
  position: relative;
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  color: #000000;
  letter-spacing: -2px;
  line-height: 1.3;
  font-weight: 800;
  font-family: "Funnel Sans", sans-serif;
  font-size: 64px;
  font-size: 4rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-title {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-title {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.section-title.sm {
  letter-spacing: 0px;
  font-size: 40px;
  font-size: 2.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.sm {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-title.sm {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-title.sm {
    font-size: 37px;
    font-size: 2.3125rem;
  }
}

.section-subtitle {
  position: relative;
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  color: #16DB93;
  letter-spacing: -1px;
  line-height: 1.3;
  font-weight: 800;
  font-family: "Funnel Sans", sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-subtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-subtitle {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-subtitle {
    font-size: 32px;
    font-size: 2rem;
  }
}

#headerMenu {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
#headerMenu > .menu-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}
#headerMenu > .menu-item > a {
  position: relative;
  display: block;
  padding: 0;
  color: #000000;
  font-weight: 500;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.125rem;
}
#headerMenu > .menu-item > a::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -5px;
  right: -5px;
  bottom: 6px;
  display: block;
  height: 0;
  opacity: 0;
  background-color: #16DB93;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: height 0.2s ease, opacity 0.2s ease;
  -moz-transition: height 0.2s ease, opacity 0.2s ease;
  -ms-transition: height 0.2s ease, opacity 0.2s ease;
  -o-transition: height 0.2s ease, opacity 0.2s ease;
  transition: height 0.2s ease, opacity 0.2s ease;
}
#headerMenu > .menu-item:hover > a::after {
  height: 7px;
  opacity: 1;
}
#headerMenu > .menu-item + .menu-item {
  position: relative;
  margin-left: 58px;
}
#headerMenu > .menu-item + .menu-item::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 10px;
  width: 10px;
  height: 8px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #16DB93;
}
#headerMenu > .menu-item.current-menu-item > a::after, #headerMenu > .menu-item.current_page_item > a::after, #headerMenu > .menu-item.current-menu-parent > a::after, #headerMenu > .menu-item.current_page_parent > a::after, #headerMenu > .menu-item.current-menu-ancestor > a::after, #headerMenu > .menu-item.current-page-ancestor > a::after {
  height: 7px;
  opacity: 1;
}

#footerMenu1,
#footerMenu2,
#footerMenu3 {
  padding-left: 0;
  margin: 0;
  list-style: none;
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
}
#footerMenu1 > .menu-item,
#footerMenu2 > .menu-item,
#footerMenu3 > .menu-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-top: 21px;
  list-style: none;
}
#footerMenu1 > .menu-item > a,
#footerMenu2 > .menu-item > a,
#footerMenu3 > .menu-item > a {
  background-image: linear-gradient(#16DB93, #16DB93);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.25s ease 0s;
  -moz-transition: background-size 0.25s ease 0s;
  -ms-transition: background-size 0.25s ease 0s;
  -o-transition: background-size 0.25s ease 0s;
  transition: background-size 0.25s ease 0s;
  color: #000000;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #footerMenu1 > .menu-item > a,
  #footerMenu2 > .menu-item > a,
  #footerMenu3 > .menu-item > a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#footerMenu1 > .menu-item > a:hover,
#footerMenu2 > .menu-item > a:hover,
#footerMenu3 > .menu-item > a:hover {
  background-size: 100% 1px;
}
#footerMenu1 > .menu-item.current-menu-item > a, #footerMenu1 > .menu-item.current_page_item > a, #footerMenu1 > .menu-item.current-menu-parent > a, #footerMenu1 > .menu-item.current_page_parent > a, #footerMenu1 > .menu-item.current-menu-ancestor > a, #footerMenu1 > .menu-item.current-page-ancestor > a,
#footerMenu2 > .menu-item.current-menu-item > a,
#footerMenu2 > .menu-item.current_page_item > a,
#footerMenu2 > .menu-item.current-menu-parent > a,
#footerMenu2 > .menu-item.current_page_parent > a,
#footerMenu2 > .menu-item.current-menu-ancestor > a,
#footerMenu2 > .menu-item.current-page-ancestor > a,
#footerMenu3 > .menu-item.current-menu-item > a,
#footerMenu3 > .menu-item.current_page_item > a,
#footerMenu3 > .menu-item.current-menu-parent > a,
#footerMenu3 > .menu-item.current_page_parent > a,
#footerMenu3 > .menu-item.current-menu-ancestor > a,
#footerMenu3 > .menu-item.current-page-ancestor > a {
  background-size: 100% 1px;
}

.mobile-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 400px;
  max-width: 90%;
  background-color: #16DB93;
  color: #000000;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.125rem;
  -moz-transform: translate3d(400px, 0, 0);
  -o-transform: translate3d(400px, 0, 0);
  -ms-transform: translate3d(400px, 0, 0);
  -webkit-transform: translate3d(400px, 0, 0);
  transform: translate3d(400px, 0, 0);
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -ms-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  box-shadow: inset 14px 0px 18px -10px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu {
    width: 300px;
    font-size: 16px;
    font-size: 1rem;
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
}
body.mobile-menu-visible .mobile-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mobile-menu .menu-close {
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #16DB93;
  box-shadow: 0px 0px 20px 10px #16DB93;
}
.mobile-menu .menu-close::before, .mobile-menu .menu-close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 3px;
  margin: auto;
  background-color: #000000;
}
.mobile-menu .menu-close::before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu .menu-close::after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-menu .mobile-menu-inner {
  height: 100%;
  padding: 60px 10px 50px 40px;
  overflow-y: auto;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
  line-height: 1.2;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper + .mobile--menu-wrapper {
  padding-bottom: 30px;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item {
  display: block;
  padding: 8px 0;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item > a {
  display: inline-block;
  color: #000000;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-item > a, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current_page_item > a, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-parent > a, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current_page_parent > a, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-ancestor > a, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-page-ancestor > a {
  position: relative;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-item > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current_page_item > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-parent > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current_page_parent > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-ancestor > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-page-ancestor > a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #000000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-item > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current_page_item > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-parent > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current_page_parent > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-ancestor > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-page-ancestor > a::before {
    top: 8px;
  }
}
.mobile-menu .mobile-menu-inner .contacts-list {
  display: block;
  margin: 0;
  padding: 15px 0 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.mobile-menu .mobile-menu-inner .contacts-list .contacts-item {
  display: block;
}
.mobile-menu .mobile-menu-inner .contacts-list .contacts-item .contact-label {
  display: block;
  padding: 15px 0 0;
  font-weight: 600;
}
.mobile-menu .mobile-menu-inner .contacts-list .contacts-item .contact-link {
  display: block;
  padding: 5px 0 5px 10px;
}
.mobile-menu .mobile-menu-inner .contacts-list .contacts-item .contact-link a {
  color: #000000;
  text-decoration: underline;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu .mobile-menu-inner .contacts-list .contacts-item .contact-link a {
    font-size: 16px;
    font-size: 1rem;
  }
}

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

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container.youtube-embed {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.embed-container.youtube-embed iframe {
  z-index: 2;
}
.embed-container.shortcode__embed-googlemaps {
  height: 500px;
  max-height: 90vh;
  padding: 0;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  position: relative;
  padding: 12px 67px 14px;
  border-style: solid;
  border-width: 3px;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  background-color: #ffffff;
  color: #000000;
  border-color: #16DB93;
  font-family: "Funnel Sans", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn {
    padding: 8px 37px 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn {
    padding: 10px 47px 12px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .btn {
    padding: 11px 57px 13px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.btn:hover {
  background-color: #16DB93;
  color: #000000;
  border-color: #16DB93;
}
.btn.btn-secondary {
  background-color: #16DB93;
  color: #000000;
  border-color: #16DB93;
}
.btn.btn-secondary.btn-arrow-before::before {
  filter: brightness(0);
}
.btn.btn-secondary.btn-arrow-after::after {
  filter: brightness(0);
}
.btn.btn-secondary:hover {
  background-color: #000000;
  color: #16DB93;
  border-color: #000000;
}
.btn.btn-secondary:hover.btn-arrow-before::before {
  filter: brightness(1);
}
.btn.btn-secondary:hover.btn-arrow-after::after {
  filter: brightness(1);
}
.btn.btn-inverse {
  background-color: transparent;
  color: #ffffff;
  border-color: #16DB93;
}
.btn.btn-inverse.btn-arrow-before::before {
  filter: brightness(1) invert(0);
}
.btn.btn-inverse.btn-arrow-after::after {
  filter: brightness(1) invert(0);
}
.btn.btn-inverse:hover {
  background-color: #16DB93;
  color: #000000;
  border-color: #16DB93;
}
.btn.btn-sm {
  padding: 8px 27px 10px;
  border-width: 1.5px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.btn.btn-sm.btn-arrow-before::before {
  width: 11px;
  height: 8px;
  margin-right: 5px;
  margin-left: -5px;
}
.btn.btn-sm.btn-arrow-after::after {
  width: 11px;
  height: 8px;
  margin-left: 5px;
  margin-right: -5px;
}
.btn.btn-rounded {
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  background-clip: border-box;
}
.btn.btn-inlineblock {
  display: inline-block;
}
.btn.btn-block {
  display: block;
}
.btn.btn-uppercase {
  text-transform: uppercase;
}
.btn.btn-arrow-before::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow.svg");
  margin-right: 10px;
  margin-left: -10px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.btn.btn-arrow-before:hover::before {
  filter: brightness(0);
}
.btn.btn-arrow-after::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-left: 10px;
  margin-right: -10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow.svg");
}
.btn.btn-arrow-after:hover::after {
  filter: brightness(0);
}

.link-with-bullet {
  position: relative;
  padding-right: 22px;
  color: #0FC482;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  background-image: linear-gradient(#000000, #000000);
  background-repeat: no-repeat;
  background-position: bottom right 15px;
  background-size: 0% 1px;
  text-decoration: none;
  -webkit-transition: background-size 0.15s ease 0s;
  -moz-transition: background-size 0.15s ease 0s;
  -ms-transition: background-size 0.15s ease 0s;
  -o-transition: background-size 0.15s ease 0s;
  transition: background-size 0.15s ease 0s;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .link-with-bullet {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .link-with-bullet {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .link-with-bullet {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.link-with-bullet::before {
  content: "";
  position: absolute;
  bottom: 11px;
  right: 0;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.15s ease 0.15s;
  -moz-transition: all 0.15s ease 0.15s;
  -ms-transition: all 0.15s ease 0.15s;
  -o-transition: all 0.15s ease 0.15s;
  transition: all 0.15s ease 0.15s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .link-with-bullet::before {
    bottom: 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .link-with-bullet::before {
    bottom: 10px;
  }
}
.link-with-bullet::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.15s ease 0.15s;
  -moz-transition: all 0.15s ease 0.15s;
  -ms-transition: all 0.15s ease 0.15s;
  -o-transition: all 0.15s ease 0.15s;
  transition: all 0.15s ease 0.15s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .link-with-bullet::after {
    bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .link-with-bullet::after {
    bottom: 6px;
  }
}
.link-with-bullet:hover {
  background-size: 100% 1px;
  -webkit-transition: background-size 0.15s ease 0.15s;
  -moz-transition: background-size 0.15s ease 0.15s;
  -ms-transition: background-size 0.15s ease 0.15s;
  -o-transition: background-size 0.15s ease 0.15s;
  transition: background-size 0.15s ease 0.15s;
}
.link-with-bullet:hover::before {
  bottom: 0px;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -ms-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}
.link-with-bullet:hover::after {
  bottom: -4px;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -ms-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}
.link-with-bullet.inverse {
  color: #000000;
  background-image: linear-gradient(#16DB93, #16DB93);
}
.link-with-bullet.inverse::before {
  background-color: #16DB93;
}
.link-with-bullet.inverse::after {
  border-color: #16DB93;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0 1.5em 1.5em;
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #808080;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #808080;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #808080;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #808080;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #808080;
}

input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
  padding: 0 25px;
  width: 100%;
  color: #030000;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  font-size: 19px;
  font-size: 1.1875rem;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    padding: 0 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=search]:focus, input[type=url]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus {
  border-color: #030000;
}
input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url] {
  line-height: 64px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url] {
    line-height: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url] {
    line-height: 56px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url] {
    line-height: 60px;
  }
}
input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
  line-height: 62px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    line-height: 54px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    line-height: 58px;
  }
}
input[type=checkbox] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  cursor: pointer;
  overflow: hidden;
}
input[type=checkbox]::before, input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
}
input[type=checkbox]::before {
  content: "✔";
  bottom: 0;
  right: 0;
  color: #404040;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
input[type=checkbox]::after {
  width: 32px;
  height: 32px;
  opacity: 1;
  -webkit-transition: left 0s ease, opacity 0.3s ease;
  -moz-transition: left 0s ease, opacity 0.3s ease;
  -ms-transition: left 0s ease, opacity 0.3s ease;
  -o-transition: left 0s ease, opacity 0.3s ease;
  transition: left 0s ease, opacity 0.3s ease;
}
input[type=checkbox]:checked::after {
  left: 100%;
  opacity: 0;
  -webkit-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  -moz-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  -ms-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  -o-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
}
input[type=radio] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  cursor: pointer;
}
input[type=radio]::before, input[type=radio]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  background-clip: inherit;
}
input[type=radio]::before {
  background-color: #f2f2f2;
}
input[type=radio]::after {
  background-color: #404040;
  opacity: 0;
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
  -moz-transition: opacity 0.4s ease, transform 0.4s ease;
  -ms-transition: opacity 0.4s ease, transform 0.4s ease;
  -o-transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
input[type=radio]:checked::after {
  opacity: 1;
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}
input[type=file] {
  position: relative;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 66px;
  border: none;
  line-height: 66px;
  font-size: 0px;
  font-size: 0rem;
  cursor: pointer;
  border: 1px solid transparent;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=file] {
    height: 54px;
    line-height: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=file] {
    height: 58px;
    line-height: 58px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=file] {
    height: 62px;
    line-height: 62px;
  }
}
input[type=file] ~ .fileinput {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
input[type=file] ~ .fileinput .filename,
input[type=file] ~ .fileinput .filebutton {
  height: 64px;
  border: solid 1px transparent;
  background-color: #f2f2f2;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
  line-height: 62px;
  font-size: 19px;
  font-size: 1.1875rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=file] ~ .fileinput .filename,
  input[type=file] ~ .fileinput .filebutton {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=file] ~ .fileinput .filename,
  input[type=file] ~ .fileinput .filebutton {
    height: 56px;
    line-height: 56px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=file] ~ .fileinput .filename,
  input[type=file] ~ .fileinput .filebutton {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
input[type=file] ~ .fileinput .filename {
  z-index: 1;
  padding: 0 10px 0 25px;
  white-space: nowrap;
  overflow: hidden;
  color: #808080;
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=file] ~ .fileinput .filename {
    padding-left: 20px;
  }
}
input[type=file] ~ .fileinput .filename .name {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 0 1 auto;
}
input[type=file] ~ .fileinput .filename .ext {
  min-width: 0;
  flex: 0 0 auto;
}
input[type=file] ~ .fileinput .filebutton {
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  color: #000000;
  background-color: rgb(191.75, 191.75, 191.75);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  flex: 0 0 auto;
}
input[type=file]:hover ~ .fileinput .filebutton {
  color: #ffffff;
  background-color: #404040;
}

input[type=submit], input[type=reset],
button[type=submit],
button[type=reset] {
  padding: 12px 67px 14px;
  background-color: #16DB93;
  color: #000000;
  border: 2px solid #16DB93;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  -webkit-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=submit], input[type=reset],
  button[type=submit],
  button[type=reset] {
    padding: 11px 26px 12px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=submit], input[type=reset],
  button[type=submit],
  button[type=reset] {
    padding: 13px 31px 14px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=submit], input[type=reset],
  button[type=submit],
  button[type=reset] {
    padding: 15px 36px 16px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
input[type=submit]:hover, input[type=reset]:hover,
button[type=submit]:hover,
button[type=reset]:hover {
  background-color: #000000;
  color: #16DB93;
  border-color: #000000;
}

button[type=submit] {
  position: relative;
}
button[type=submit]::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-left: 10px;
  margin-right: -10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow.svg");
  filter: brightness(0);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  button[type=submit]::after {
    right: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  button[type=submit]::after {
    right: 37px;
  }
}
button[type=submit]:hover::after {
  filter: brightness(1) invert(0);
}

select {
  width: 100%;
  color: #030000;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  padding: 0 40px 0 25px;
  line-height: 64px;
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-image: url("images/dropdown-arrow.svg");
  font-size: 19px;
  font-size: 1.1875rem;
  -webkit-transition: border-color 0.3s ease, background-image 0.3s ease;
  -moz-transition: border-color 0.3s ease, background-image 0.3s ease;
  -ms-transition: border-color 0.3s ease, background-image 0.3s ease;
  -o-transition: border-color 0.3s ease, background-image 0.3s ease;
  transition: border-color 0.3s ease, background-image 0.3s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  select {
    padding: 0 40px 0 20px;
    line-height: 52px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  select {
    line-height: 56px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  select {
    line-height: 60px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
select:focus {
  border-color: #030000;
}
select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  color: #030000;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  padding: 12px 25px;
  resize: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  line-height: 1.4;
  font-size: 19px;
  font-size: 1.1875rem;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  textarea {
    padding: 12px 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  textarea {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  textarea {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
textarea:focus {
  border-color: #030000;
}

label abbr,
label abbr[title] {
  text-decoration: none;
}

fieldset {
  padding: 1em;
  margin: 0 0 2em;
  border: 1px solid #030000;
}
fieldset legend {
  padding: 0 10px;
}

#breadcrumb {
  position: relative;
  z-index: 9;
}
#breadcrumb .breadcrumb-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb .breadcrumb-list [class^=item] {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #808080;
  font-weight: 600;
  line-height: 1.7;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #breadcrumb .breadcrumb-list [class^=item] {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #breadcrumb .breadcrumb-list [class^=item] {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #breadcrumb .breadcrumb-list [class^=item] {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#breadcrumb .breadcrumb-list [class^=item]:last-child a,
#breadcrumb .breadcrumb-list [class^=item]:last-child span {
  padding-right: 0;
}
#breadcrumb .breadcrumb-list [class^=item]:last-child a::before, #breadcrumb .breadcrumb-list [class^=item]:last-child a::after,
#breadcrumb .breadcrumb-list [class^=item]:last-child span::before,
#breadcrumb .breadcrumb-list [class^=item]:last-child span::after {
  content: none;
}
#breadcrumb .breadcrumb-list [class^=item] a {
  color: #808080;
  text-decoration: none;
}
#breadcrumb .breadcrumb-list [class^=item] a:hover {
  text-decoration: underline;
}
header.has-background #breadcrumb .breadcrumb-list [class^=item] a {
  color: #ffffff;
}
#breadcrumb .breadcrumb-list [class^=item] span {
  cursor: default;
}
#breadcrumb .breadcrumb-list [class^=item] a,
#breadcrumb .breadcrumb-list [class^=item] span {
  position: relative;
  display: inline-block;
  padding-right: 35px;
}
#breadcrumb .breadcrumb-list [class^=item] a::before,
#breadcrumb .breadcrumb-list [class^=item] span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 10px;
  height: 1px;
  margin: auto;
  background-color: #16DB93;
}
header.has-background #breadcrumb .breadcrumb-list [class^=item] a::before,
header.has-background #breadcrumb .breadcrumb-list [class^=item] span::before {
  width: 15px;
}
#breadcrumb .breadcrumb-list [class^=item] a::after,
#breadcrumb .breadcrumb-list [class^=item] span::after {
  content: "";
  position: absolute;
  bottom: 51%;
  right: 10px;
  width: 7px;
  height: 7px;
  border: 1px solid transparent;
  border-right-color: #16DB93;
  border-bottom-color: #16DB93;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
header.has-background #breadcrumb .breadcrumb-list [class^=item] a::after,
header.has-background #breadcrumb .breadcrumb-list [class^=item] span::after {
  bottom: 49%;
  width: 9px;
  height: 9px;
}
header.has-background #breadcrumb .breadcrumb-list [class^=item] {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  header.has-background #breadcrumb .breadcrumb-list [class^=item] {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header.has-background #breadcrumb .breadcrumb-list [class^=item] {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  header.has-background #breadcrumb .breadcrumb-list [class^=item] {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.pagination .nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.pagination .nav-links .page-numbers {
  flex: 0 0 auto;
  display: inline-block;
  color: #000000;
  text-align: center;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  width: 42px;
  height: 42px;
  margin: 0 5px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  line-height: 42px;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}
.pagination .nav-links .page-numbers.current {
  background-color: #f5f5f5;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  position: relative;
  width: 99px;
  height: 55px;
  border: 3px solid #16DB93;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  font-size: 0px;
  font-size: 0rem;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.pagination .nav-links .page-numbers.prev::before, .pagination .nav-links .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 17px;
  margin: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/pager-arrow.svg");
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -moz-transition: left 0.3s ease, right 0.3s ease;
  -ms-transition: left 0.3s ease, right 0.3s ease;
  -o-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
}
.pagination .nav-links .page-numbers.prev:hover, .pagination .nav-links .page-numbers.next:hover {
  background-color: #D0F8E9;
}
.pagination .nav-links .page-numbers.prev {
  margin-right: 44px;
}
.pagination .nav-links .page-numbers.prev::before {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pagination .nav-links .page-numbers.prev:hover::before {
  left: -15px;
}
.pagination .nav-links .page-numbers.next {
  margin-left: 44px;
}
.pagination .nav-links .page-numbers.next:hover::before {
  right: -15px;
}
.pagination .nav-links .page-numbers:hover {
  border-color: #16DB93;
}

#back-top {
  position: fixed;
  bottom: -60px;
  right: 13px;
  width: 55px;
  height: 55px;
  z-index: 999;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
  background-color: #16DB93;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  line-height: 0;
  cursor: pointer;
  font-size: 0px;
  font-size: 0rem;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top {
    width: 40px;
    height: 40px;
  }
}
#back-top.active {
  bottom: 20px;
}
body.cookie_info_bar--visible #back-top.active {
  bottom: 82px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.cookie_info_bar--visible #back-top.active {
    bottom: 192px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  body.cookie_info_bar--visible #back-top.active {
    bottom: 142px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.cookie_info_bar--visible #back-top.active {
    bottom: 122px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.cookie_info_bar--visible #back-top.active {
    bottom: 102px;
  }
}
#back-top::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 0px;
  margin: auto;
  background-color: #ffffff;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top::before {
    top: 17px;
  }
}
#back-top::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  display: inline-block;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top::after {
    top: 17px;
  }
}
#back-top:hover::before {
  top: 15px;
  height: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top:hover::before {
    top: 10px;
    height: 21px;
  }
}
#back-top:hover::after {
  top: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top:hover::after {
    top: 10px;
  }
}

.legacy-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 600ms ease;
  -moz-transition: transform 600ms ease;
  -ms-transition: transform 600ms ease;
  -o-transition: transform 600ms ease;
  transition: transform 600ms ease;
}
.legacy-bar::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #D0F8E9;
}
.legacy-bar.is-visible {
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.legacy-bar__inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 58px 0 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .legacy-bar__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
.legacy-bar__inner .title {
  display: block;
  margin: 0 0 15px;
  line-height: 1.4;
  font-weight: 600;
  font-size: 26px;
  font-size: 1.625rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .legacy-bar__inner .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.legacy-bar__inner .text {
  margin: 0;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .legacy-bar__inner .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.legacy-bar__inner .close {
  position: absolute;
  top: 0;
  right: -30px;
  width: 40px;
  height: 40px;
  background: #000000;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .legacy-bar__inner .close {
    right: 0;
  }
}
.legacy-bar__inner .close:before, .legacy-bar__inner .close:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 11px;
  width: 18px;
  height: 2.5px;
  background-color: #ffffff;
}
.legacy-bar__inner .close:before {
  transform: rotate(45deg);
}
.legacy-bar__inner .close:after {
  transform: rotate(-45deg);
}
.legacy-bar__inner .close:hover {
  background-color: #DB3416;
}

body.legacy-bar-visible {
  padding-bottom: 96px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.legacy-bar-visible {
    padding-bottom: 116px;
  }
}

@keyframes mainLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mainLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@keyframes formSubmitting {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes formSubmitting {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes formSubmitting {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes formSubmitting {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes formSubmitting {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.post-type-archive-testimonial .testimonial-card {
  padding: 80px 50px 67px 50px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.post-type-archive-testimonial .testimonial-card {
    padding: 40px 20px 34px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.post-type-archive-testimonial .testimonial-card {
    padding: 60px 30px 50px 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.post-type-archive-testimonial .testimonial-card {
    padding: 70px 40px 60px 40px;
  }
}
.testimonial-card .testimonial-content {
  flex: 1 1 auto;
  padding-left: 10px;
}
.testimonial-card .testimonial-content .testimonial-text {
  font-style: italic;
  font-weight: 300;
  line-height: 1.7;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card .testimonial-content .testimonial-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testimonial-card .testimonial-content .testimonial-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .testimonial-card .testimonial-content .testimonial-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.testimonial-card .testimonial-author {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 20px;
}
.section-testimonials .testimonial-card .testimonial-author {
  margin-top: 40px;
}
.testimonial-card .testimonial-author .testimonial-photo {
  margin-right: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.testimonial-card .testimonial-author .testimonial-photo.placeholder {
  background-color: #e8e8e8;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/blank-avatar.svg");
}
.testimonial-card .testimonial-author .author-info {
  font-weight: 500;
  line-height: 1.7;
}
.testimonial-card .testimonial-author .author-info .author-name {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card .testimonial-author .author-info .author-name {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testimonial-card .testimonial-author .author-info .author-name {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.testimonial-card .testimonial-author .author-info .author-info {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card .testimonial-author .author-info .author-info {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testimonial-card .testimonial-author .author-info .author-info {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.leaflet-container .leaflet-map-pane .leaflet-tile-pane img {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  filter: grayscale(1);
}
.leaflet-container .leaflet-map-pane .leaflet-marker-pane .leaflet-marker-icon {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.leaflet-container .leaflet-map-pane .leaflet-marker-pane .leaflet-marker-icon:hover {
  z-index: 9999 !important;
}
.leaflet-container .leaflet-map-pane .leaflet-marker-pane .marker-cluster.leaflet-marker-icon {
  width: 60px !important;
  height: 60px !important;
  margin-left: -30px !important;
  margin-top: -30px !important;
  background-color: rgba(22, 219, 147, 0.45);
}
.leaflet-container .leaflet-map-pane .leaflet-marker-pane .marker-cluster.leaflet-marker-icon div {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  background-color: #000000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.leaflet-container .leaflet-map-pane .leaflet-marker-pane .marker-cluster.leaflet-marker-icon div span {
  color: #16DB93;
  font-weight: 700;
  line-height: 40px;
  font-size: 17px;
  font-size: 1.0625rem;
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup {
  max-width: 80vw;
  font-family: "Funnel Sans", sans-serif;
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper {
  padding: 0;
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .popup-content .map-popup-image-wrapper {
  display: block;
  line-height: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .popup-content .map-popup-text-wrapper {
  padding: 25px 31px 45px;
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .popup-content .map-popup-text-wrapper .map-popup-title {
  margin: 0;
  color: #16DB93;
  font-weight: 800;
  line-height: 1.3;
  font-size: 32px;
  font-size: 2rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .popup-content .map-popup-text-wrapper .map-popup-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .popup-content .map-popup-text-wrapper .map-popup-title {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .popup-content .map-popup-text-wrapper .map-popup-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .popup-content .map-popup-text-wrapper .map-popup-title a {
  color: #16DB93;
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .popup-content .map-popup-text-wrapper .map-popup-description {
  margin: 10px 0 0;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .popup-content .map-popup-text-wrapper .map-popup-description {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .popup-content .map-popup-text-wrapper .map-popup-description {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .popup-content .map-popup-text-wrapper .map-popup-link {
  margin-top: 20px;
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .popup-content .map-popup-text-wrapper .map-popup-link .link-with-bullet {
  color: #0FC482;
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.kv-popup-condo {
  margin-bottom: 10px;
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.kv-popup-condo .leaflet-popup-content-wrapper {
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.kv-popup-condo .leaflet-popup-content-wrapper .leaflet-popup-content {
  padding: 7px 24px 9px 24px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.kv-popup-condo .leaflet-popup-tip-container {
  display: none;
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.kv-popup-condo.kv-popup-primary .leaflet-popup-content-wrapper {
  background-color: #CEF2E4;
}

.leaflet-control-container .leaflet-control-attribution {
  display: none;
}

.leaflet-tooltip.kv-tooltip {
  background: #000000;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 6px 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.leaflet-tooltip.kv-tooltip::before {
  display: none;
}

.kv-gesture-hint,
.kv-zoom-hint {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  background: rgba(17, 17, 17, 0.9);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 1000;
}
.kv-gesture-hint.show,
.kv-zoom-hint.show {
  opacity: 1;
}

.noUi-target {
  position: relative;
  background: rgba(80, 151, 125, 0.3);
}
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target[disabled] {
  cursor: not-allowed;
}
.noUi-target[disabled] .noUi-connect {
  background: #a4a4a4;
}
.noUi-target[disabled] .noUi-handle {
  cursor: not-allowed;
}

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

.noUi-connects {
  overflow: hidden;
  z-index: 0;
  border-radius: 3px;
}

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

.noUi-connect {
  background: #50977D;
}

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

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background: #16DB93;
  cursor: grab;
}
.noUi-handle:active {
  cursor: grabbing;
}
.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  right: -12px;
  top: -11px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-horizontal .noUi-handle {
  left: -12px;
  right: auto;
}
[disabled] .noUi-handle, [disabled] .noUi-handle {
  cursor: not-allowed;
}

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

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

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

.noUi-horizontal {
  height: 3px;
}

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

.noUi-pips {
  position: absolute;
  color: #f0f0f0;
}
.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #d9d9d9;
  font-size: 10px;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker {
  position: absolute;
  background: #d9d9d9;
}
.noUi-marker-sub {
  background: #f5f5f5;
}
.noUi-marker-large {
  background: #a4a4a4;
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.apartment-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0 -25px;
  padding: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .apartment-list {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .apartment-list {
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .apartment-list {
    margin: 0 -15px;
  }
}
.apartment-list .apartment-item {
  position: relative;
  flex: 0 1 33.3333333333%;
  display: flex;
  flex-direction: column;
  padding: 22px 27px 5px 27px;
  background-color: #ffffff;
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .apartment-list .apartment-item {
    flex: 0 1 100%;
    padding: 22px 17px 35px 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .apartment-list .apartment-item {
    flex: 0 1 50%;
    padding: 22px 17px 35px 17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .apartment-list .apartment-item {
    padding: 22px 17px 5px 17px;
  }
}
.apartment-list .apartment-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  width: 27px;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(217, 217, 217, 0.25), rgba(217, 217, 217, 0));
  background: -moz-linear-gradient(left, rgba(217, 217, 217, 0.25), rgba(217, 217, 217, 0));
  background: -o-linear-gradient(left, rgba(217, 217, 217, 0.25), rgba(217, 217, 217, 0));
  background: linear-gradient(to right, rgba(217, 217, 217, 0.25), rgba(217, 217, 217, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40CCCCCC", endColorstr="#00CCCCCC", GradientType="1");
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .apartment-list .apartment-item::before {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 27px;
    background: -webkit-linear-gradient(top, rgba(217, 217, 217, 0.25), rgba(217, 217, 217, 0));
    background: -moz-linear-gradient(top, rgba(217, 217, 217, 0.25), rgba(217, 217, 217, 0));
    background: -o-linear-gradient(top, rgba(217, 217, 217, 0.25), rgba(217, 217, 217, 0));
    background: linear-gradient(to bottom, rgba(217, 217, 217, 0.25), rgba(217, 217, 217, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40CCCCCC", endColorstr="#00CCCCCC", GradientType="0");
  }
}
.apartment-list .apartment-item:nth-child(-n+3) {
  padding-top: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .apartment-list .apartment-item:nth-child(-n+3) {
    padding-top: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .apartment-list .apartment-item:nth-child(-n+2) {
    padding-top: 7px;
  }
}
.apartment-list .apartment-item:nth-child(3n)::before {
  content: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .apartment-list .apartment-item:nth-child(3n)::before {
    content: "";
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .apartment-list .apartment-item:nth-child(3n)::before {
    content: "";
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .apartment-list .apartment-item:nth-child(2n)::before {
    content: none;
  }
}
.apartment-list .apartment-item .apartment-link {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.apartment-list .apartment-item .apartment-link .apartment-sold-badge {
  position: absolute;
  z-index: 2;
  top: 21px;
  left: -9px;
  display: inline-block;
  padding: 14px 26px;
  background-color: #DB3416;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .apartment-list .apartment-item .apartment-link .apartment-sold-badge {
    top: 15px;
    left: -9px;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .apartment-list .apartment-item .apartment-link .apartment-sold-badge {
    top: 15px;
    left: -9px;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.apartment-list .apartment-item .apartment-link .apartment-image-holder {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
  line-height: 0;
}
.apartment-list .apartment-item .apartment-link .apartment-image-holder .apartment-image {
  width: 100%;
  object-fit: cover;
  height: auto;
  aspect-ratio: 411/342;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.apartment-list .apartment-item .apartment-link .apartment-image-holder.placeholder {
  background-color: #CEF2E4;
  position: relative;
}
.apartment-list .apartment-item .apartment-link .apartment-heading {
  flex: 0 0 auto;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 17px 18px 0 25px;
  box-shadow: 0px -6px 0 0px #ffffff;
  -webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  -ms-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.apartment-list .apartment-item .apartment-link .apartment-heading .apartment-title {
  margin: 0 0 10px 0;
  color: #16DB93;
  font-weight: 600;
  line-height: 1.2;
  font-size: 23px;
  font-size: 1.4375rem;
}
.apartment-list .apartment-item .apartment-link .apartment-heading .link-with-bullet {
  margin-top: 4px;
  font-size: 17px;
  font-size: 1.0625rem;
}
.apartment-list .apartment-item .apartment-link .apartment-details {
  flex: 0 0 auto;
  position: relative;
  z-index: 0;
  padding: 0 15px 25px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-clip: padding-box;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  font-size: 0.9375rem;
}
.apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr:last-child {
    border-bottom: 1px solid #d9d9d9;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr:last-child {
    border-bottom: 1px solid #d9d9d9;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr:last-child {
    border-bottom: 1px solid #d9d9d9;
  }
}
.apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr th,
.apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr td {
  padding: 12px 2px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr th,
  .apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr td {
    flex: 0 0 50%;
    border-top: 1px solid #d9d9d9;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1265px) {
  .apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr th,
  .apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr td {
    flex: 0 0 50%;
    border-top: 1px solid #d9d9d9;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr th,
  .apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr td {
    flex: 0 0 50%;
    border-top: 1px solid #d9d9d9;
  }
}
.apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr th {
  text-align: left;
  font-weight: 500;
}
.apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr th:first-child {
  padding-left: 11px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr td {
    padding-right: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr td {
    padding-right: 21px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr td {
    padding-right: 21px;
  }
}
.apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr td:last-child {
  padding-right: 21px;
}
.apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr td + th {
  padding-left: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr td + th {
    padding-left: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr td + th {
    padding-left: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .apartment-list .apartment-item .apartment-link .apartment-details .apartment-details-table tr td + th {
    padding-left: 11px;
  }
}
.apartment-list .apartment-item .apartment-link:hover .apartment-image-holder .apartment-image {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.apartment-list .apartment-item .apartment-link:hover .apartment-heading {
  background-color: #E8FCF5;
  box-shadow: 0px -6px 0 0px #E8FCF5;
}
.apartment-list .apartment-item .apartment-link:hover .apartment-details {
  background-color: #E8FCF5;
}

#site_header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: 21px 15px 0;
}
body.admin-bar #site_header {
  top: 32px;
}
#site_header .site_header--main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1445px;
  margin: auto;
  padding: 35px 83px 35px 79px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_header .site_header--main {
    padding: 10px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_header .site_header--main {
    padding: 25px 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_header .site_header--main {
    padding: 30px 70px;
  }
}
.heading-has-background #site_header .site_header--main {
  background-color: rgba(255, 255, 255, 0.83);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
#site_header .site_header--main .site_header-logo {
  min-width: 0;
  flex: 1 1 auto;
}
#site_header .site_header--main .site_header-logo i {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 200px;
  height: 47px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_header .site_header--main .site_header-logo i {
    width: 150px;
    height: 35px;
    background-position: left center;
    background-size: cover;
  }
}
#site_header .site_header--main .site_header-logo h1 {
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
}
@media only screen and (min-width: 0px) and (max-width: 1265px) {
  #site_header .site_header--main .site_header--menu {
    display: none;
  }
}
#site_header .site_header--main .hamburger_icon-wrapper {
  min-width: 0;
  flex: 0 1 auto;
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 40px;
  -webkit-transition: width 0.25s ease 0s, height 0.25s ease 0s, margin 0.25s ease 0s;
  -moz-transition: width 0.25s ease 0s, height 0.25s ease 0s, margin 0.25s ease 0s;
  -ms-transition: width 0.25s ease 0s, height 0.25s ease 0s, margin 0.25s ease 0s;
  -o-transition: width 0.25s ease 0s, height 0.25s ease 0s, margin 0.25s ease 0s;
  transition: width 0.25s ease 0s, height 0.25s ease 0s, margin 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 1265px) {
  #site_header .site_header--main .hamburger_icon-wrapper {
    display: block;
    margin: 0 0 0 30px;
  }
}
#site_header .site_header--main .hamburger_icon-wrapper .hamburger_icon-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 75%;
  height: 3px;
  margin: auto;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#site_header .site_header--main .hamburger_icon-wrapper .hamburger_icon-bar:before, #site_header .site_header--main .hamburger_icon-wrapper .hamburger_icon-bar:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#site_header .site_header--main .hamburger_icon-wrapper .hamburger_icon-bar::before {
  top: -13px;
}
#site_header .site_header--main .hamburger_icon-wrapper .hamburger_icon-bar::after {
  bottom: -13px;
}
#site_header .site_header--main .hamburger_icon-wrapper.to-x .hamburger_icon-bar {
  background-color: transparent;
}
#site_header .site_header--main .hamburger_icon-wrapper.to-x .hamburger_icon-bar::before {
  top: 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#site_header .site_header--main .hamburger_icon-wrapper.to-x .hamburger_icon-bar::after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.page.custom-page-financing .alternated_list, body.page.custom-page-references .alternated_list {
  margin-top: 100px;
}

body.single.single-condo .entry-header {
  text-align: center;
}
body.single.single-condo .entry-header.lg .inner-container {
  bottom: 9.2%;
}
body.single.single-condo .entry-header .sold-badge {
  display: inline-block;
  margin-bottom: 20px;
  padding: 13px 25px;
  background-color: #DB3416;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-condo .entry-header .sold-badge {
    padding: 9px 15px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-condo .entry-header .sold-badge {
    padding: 11px 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body.single.single-condo .entry-header .entry-title + .entry-description {
  margin-top: 20px;
}
body.single.single-condo .entry-header .entry-description {
  margin: 0 auto;
  max-width: 650px;
}
body.single.single-condo .entry-header .entry-details {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  text-align: left;
  margin: 45px auto 0;
  padding: 5px 0 12px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-condo .entry-header .entry-details {
    max-width: 300px;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-condo .entry-header .entry-details {
    max-width: 350px;
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single.single-condo .entry-header .entry-details {
    margin-top: 40px;
  }
}
body.single.single-condo .entry-header .entry-details::before, body.single.single-condo .entry-header .entry-details::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
body.single.single-condo .entry-header .entry-details::before {
  top: 0;
}
body.single.single-condo .entry-header .entry-details::after {
  bottom: 0;
}
body.single.single-condo .entry-header .entry-details .entry-detail {
  display: inline-flex;
  padding: 10px 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-condo .entry-header .entry-details .entry-detail {
    flex: 0 0 100%;
    padding: 8px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-condo .entry-header .entry-details .entry-detail {
    flex: 0 0 100%;
    padding: 9px 20px;
  }
}
body.single.single-condo .entry-header .entry-details .entry-detail .entry-detail-icon {
  min-width: 0;
  flex: 0 0 33.45px;
  width: 33.45px;
  height: 33.45px;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #16DB93;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
body.single.single-condo .entry-header .entry-details .entry-detail .entry-detail-icon.icon-apartment {
  background-image: url("images/lakas-ikon.svg");
}
body.single.single-condo .entry-header .entry-details .entry-detail .entry-detail-icon.icon-business {
  background-image: url("images/uzlethelyiseg-ikon.svg");
}
body.single.single-condo .entry-header .entry-details .entry-detail .entry-detail-icon.icon-office {
  background-image: url("images/iroda-ikon.svg");
}
body.single.single-condo .entry-header .entry-details .entry-detail .entry-detail-icon.icon-garage {
  background-image: url("images/garazs-ikon.svg");
}
body.single.single-condo .entry-header .entry-details .entry-detail .entry-detail-icon.icon-abovegroundparking {
  background-image: url("images/garazs-ikon.svg");
}
body.single.single-condo .entry-header .entry-details .entry-detail .entry-detail-icon.icon-undergroundgarage {
  background-image: url("images/garazs-ikon.svg");
}
body.single.single-condo .entry-header .entry-details .entry-detail .entry-detail-icon.icon-floor {
  background-image: url("images/szint-ikon.svg");
}
body.single.single-condo .entry-header .entry-details .entry-detail .entry-detail-text {
  color: #ffffff;
  flex: 1 1 auto;
  font-weight: 500;
  line-height: 1.6;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-condo .entry-header .entry-details .entry-detail .entry-detail-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-condo .entry-header .entry-details .entry-detail .entry-detail-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single.single-condo .entry-header .entry-details .entry-detail .entry-detail-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
body.single.single-condo .entry-header .scroll-down-icon {
  display: block;
  width: 37.5px;
  height: 52px;
  margin: 57px auto 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/scroll-down-arrow.svg");
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-condo .entry-header .scroll-down-icon {
    width: 30px;
    height: 42px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-condo .entry-header .scroll-down-icon {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single.single-condo .entry-header .scroll-down-icon {
    margin-top: 50px;
  }
}
body.single.single-condo .intro-text-wrapper {
  margin-top: 85px;
}
body.single.single-condo .intro-text-wrapper .container .section-text {
  max-width: 1200px;
  margin: 0 auto;
}
body.single.single-apartment .entry-header {
  text-align: center;
}
body.single.single-apartment .entry-header .sold-badge {
  display: inline-block;
  margin-bottom: 20px;
  padding: 13px 25px;
  background-color: #DB3416;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-apartment .entry-header .sold-badge {
    padding: 9px 15px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-apartment .entry-header .sold-badge {
    padding: 11px 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
body.single.single-apartment .entry-header .entry-title + .entry-description {
  margin-top: 20px;
}
body.single.single-apartment .entry-header .entry-description {
  margin: 0 auto;
  max-width: 680px;
}
body.single.single-apartment .apartment-main {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 60%;
  max-width: 60%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-apartment .apartment-main .apartment-gallery-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-apartment .apartment-main .apartment-gallery-wrapper {
    flex: 0 1 auto;
    max-width: 100%;
    width: 940px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery {
  position: relative;
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery .swiper-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery .swiper-wrapper .swiper-slide {
  line-height: 0;
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery .swiper-wrapper .swiper-slide img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery .swiper-wrapper .swiper-slide + .swiper-slide {
  margin-top: 20px;
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-wrapper {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 0 90px;
  cursor: grab;
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-wrapper:active {
  cursor: grabbing;
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-wrapper .swiper-slide + .swiper-slide {
  margin-top: 0;
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-button-prev,
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-button-next {
  position: absolute;
  top: -90px;
  bottom: 0;
  display: inline-block;
  width: 76px;
  height: 76px;
  margin: auto;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("images/slider-control-arrow-green.svg");
  cursor: pointer;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-button-prev,
  body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-button-next {
    width: 48px;
    height: 48px;
    background-size: 24px auto;
  }
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-button-prev.swiper-button-disabled,
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-button-next.swiper-button-disabled {
  opacity: 0.7;
  cursor: default;
  pointer-events: none;
  filter: grayscale(1);
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-button-prev:not(.swiper-button-disabled):hover,
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-button-next:not(.swiper-button-disabled):hover {
  background-color: #D0F8E9;
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-button-prev {
  left: -48px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-button-prev {
    left: -15px;
  }
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-button-next {
  right: -48px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-button-next {
    right: -15px;
  }
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: auto;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 662px;
  max-width: 90%;
  height: 15px;
  margin: auto;
  background-color: transparent;
  touch-action: none;
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-scrollbar::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin: auto;
  background-color: #d9d9d9;
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-scrollbar .swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 999px;
  background-color: #16DB93;
  cursor: grab;
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-scrollbar .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-scrollbar .swiper-scrollbar-drag::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: transparent;
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-scrollbar .swiper-scrollbar-drag::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: #16DB93;
  -webkit-transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
  -moz-transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
  -ms-transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
  transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-scrollbar .swiper-scrollbar-drag:hover::after, body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-scrollbar .swiper-scrollbar-drag:active::after {
  top: -10px;
  bottom: -10px;
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .apartment-gallery.swiper-initialized .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
body.single.single-apartment .apartment-main .apartment-gallery-wrapper .gallery-hint {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  margin-top: 15px;
  padding: 15px 0;
  background-color: #ffffff;
  line-height: 1.7;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-apartment .apartment-main .apartment-gallery-wrapper .gallery-hint {
    order: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-apartment .apartment-main .apartment-gallery-wrapper .gallery-hint {
    order: 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single.single-apartment .apartment-main .apartment-gallery-wrapper .gallery-hint {
    font-size: 16px;
    font-size: 1rem;
  }
}
body.single.single-apartment .apartment-main .apartment-features {
  flex: 1 1 40%;
  max-width: 40%;
  padding: 0 19px 0 41px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-apartment .apartment-main .apartment-features {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-apartment .apartment-main .apartment-features {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0;
  }
}
body.single.single-apartment .apartment-main .apartment-features .apartment-features-inner {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
}
body.single.single-apartment .apartment-main .apartment-features .apartment-features-inner .features-table {
  width: 100%;
  border-collapse: collapse;
}
body.single.single-apartment .apartment-main .apartment-features .apartment-features-inner .features-table tbody tr {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
body.single.single-apartment .apartment-main .apartment-features .apartment-features-inner .features-table tbody tr:nth-child(2n) {
  background-color: #f7f7f7;
}
body.single.single-apartment .apartment-main .apartment-features .apartment-features-inner .features-table tbody tr th,
body.single.single-apartment .apartment-main .apartment-features .apartment-features-inner .features-table tbody tr td {
  padding: 10px 20px 13px 27px;
  color: #000000;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-apartment .apartment-main .apartment-features .apartment-features-inner .features-table tbody tr th,
  body.single.single-apartment .apartment-main .apartment-features .apartment-features-inner .features-table tbody tr td {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-apartment .apartment-main .apartment-features .apartment-features-inner .features-table tbody tr th,
  body.single.single-apartment .apartment-main .apartment-features .apartment-features-inner .features-table tbody tr td {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single.single-apartment .apartment-main .apartment-features .apartment-features-inner .features-table tbody tr th,
  body.single.single-apartment .apartment-main .apartment-features .apartment-features-inner .features-table tbody tr td {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
body.single.single-apartment .apartment-main .apartment-features .apartment-features-inner .features-table tbody tr th {
  text-align: left;
  font-weight: 600;
}
body.single.single-apartment .apartment-main .apartment-features .apartment-features-inner .features-table tbody tr td {
  font-weight: 400;
}
body.single.single-apartment .apartment-main .apartment-features .apartment-features-inner .btn-wrapper {
  margin-top: 30px;
  padding: 0 5px;
  text-align: center;
}
body.single.single-apartment .apartment-main .apartment-features .apartment-features-inner .btn-wrapper .btn {
  min-width: 200px;
}
body.single.single-apartment .apartment-main .apartment-floor_plan {
  width: 100%;
  margin-top: 89px;
  padding-top: 82px;
  border-top: 2px solid #f5f5f5;
}
body.single.single-apartment .apartment-main .apartment-floor_plan .section-title {
  text-align: center;
}
body.single.single-apartment .apartment-main .apartment-floor_plan .section-title + .floor-plan-image,
body.single.single-apartment .apartment-main .apartment-floor_plan .section-title + .floor-plan-download {
  margin-top: 50px;
}
body.single.single-apartment .apartment-main .apartment-floor_plan .floor-plan-image {
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
}
body.single.single-apartment .apartment-main .apartment-floor_plan .floor-plan-image .zoom-hint {
  text-align: center;
  display: none;
}
body.single.single-apartment .apartment-main .apartment-floor_plan .floor-plan-image .zoom-hint span {
  display: inline-block;
  color: #808080;
  padding: 8px 15px;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-clip: padding-box;
  font-size: 14px;
  font-size: 0.875rem;
}
body.single.single-apartment .apartment-main .apartment-floor_plan .floor-plan-image img {
  padding: 20px;
}
body.single.single-apartment .apartment-main .apartment-floor_plan .floor-plan-image + .floor-plan-download {
  margin-top: 80px;
}
body.single.single-apartment .apartment-main .apartment-floor_plan .downloads .container .download-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}
body.single.single-apartment .apartment-main .apartment-floor_plan .downloads .container .download-list .download-item {
  min-width: 0;
  flex: 0 0 49%;
  margin-top: 25px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-apartment .apartment-main .apartment-floor_plan .downloads .container .download-list .download-item {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-apartment .apartment-main .apartment-floor_plan .downloads .container .download-list .download-item {
    flex: 0 0 100%;
  }
}
body.single.single-apartment .apartment-main .apartment-floor_plan .downloads .container .download-list .download-item a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 24px 34px 24px 24px;
}
body.single.single-apartment .apartment-main .apartment-floor_plan .downloads .container .download-list .download-item a .icon {
  min-width: 0;
  flex: 0 0 25px;
  display: inline-flex;
  width: 25px;
  height: 30px;
  margin-right: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body.single.single-apartment .apartment-main .apartment-floor_plan .downloads .container .download-list .download-item a span.label {
  min-width: 0;
  flex: 1 1 auto;
  font-size: 18px;
  font-size: 1.125rem;
}
body.single.single-apartment .apartment-main .apartment-floor_plan .downloads .container .download-list .download-item a span.btn {
  min-width: 0;
  flex: 0 1 auto;
}
body.single.single-apartment .apartment-main .apartment-floor_plan .downloads .container .download-list .download-item:hover {
  border-color: #16DB93;
}

body.archive.post-type-archive-testimonial .text-container .testimonials-archive .testimonials-grid,
body.archive.post-type-archive-testimonial .container .testimonials-archive .testimonials-grid {
  margin: 50px 0;
}
body.archive.post-type-archive-testimonial .text-container .testimonials-archive .testimonials-grid article,
body.archive.post-type-archive-testimonial .container .testimonials-archive .testimonials-grid article {
  padding: 50px 0;
}
body.archive.post-type-archive-testimonial .text-container .testimonials-archive .testimonials-grid article:last-child,
body.archive.post-type-archive-testimonial .container .testimonials-archive .testimonials-grid article:last-child {
  margin-bottom: 0;
}
body.archive.post-type-archive-condo .alternated_list {
  margin-top: 100px;
}

#main {
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  -ms-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  animation: mainLoad 0.2s ease-in-out 0s 1 normal;
}
body.mobile-menu-visible #main {
  overflow: hidden;
  height: 100vh;
  -moz-transform: translate3d(-400px, 0, 0);
  -o-transform: translate3d(-400px, 0, 0);
  -ms-transform: translate3d(-400px, 0, 0);
  -webkit-transform: translate3d(-400px, 0, 0);
  transform: translate3d(-400px, 0, 0);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.mobile-menu-visible #main {
    -moz-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
}

.section-hero .hero-top {
  position: relative;
  max-width: 1920px;
  height: 1093px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .hero-top {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .hero-top {
    height: 700px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .hero-top {
    height: 900px;
  }
}
.section-hero .hero-top .container {
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .hero-top .container {
    top: auto;
    bottom: 0;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .hero-top .container {
    top: auto;
    bottom: 0;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .hero-top .container {
    top: 45%;
  }
}
.section-hero .hero-top .container .text {
  padding-left: 57px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .hero-top .container .text {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .hero-top .container .text {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .hero-top .container .text {
    padding-left: 40px;
  }
}
.section-hero .hero-top .container .text .title {
  margin: 0;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 800;
  line-height: 0.715;
}
.section-hero .hero-top .container .text .title .white {
  color: #ffffff;
  letter-spacing: -5px;
  font-size: 180px;
  font-size: 11.25rem;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .hero-top .container .text .title .white {
    font-size: 80px;
    font-size: 5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .hero-top .container .text .title .white {
    font-size: 130px;
    font-size: 8.125rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .hero-top .container .text .title .white {
    font-size: 150px;
    font-size: 9.375rem;
  }
}
.section-hero .hero-top .container .text .title .black {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 14px;
  color: #000000;
  letter-spacing: -3px;
  font-size: 92px;
  font-size: 5.75rem;
  text-shadow: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .hero-top .container .text .title .black {
    padding-left: 0;
    font-size: 50px;
    font-size: 3.125rem;
    text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .hero-top .container .text .title .black {
    padding-left: 10px;
    font-size: 72px;
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .hero-top .container .text .title .black {
    padding-left: 12px;
    font-size: 80px;
    font-size: 5rem;
  }
}
.section-hero .hero-top .container .text .button-wrapper {
  margin-top: 60px;
  padding-left: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .hero-top .container .text .button-wrapper {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .hero-top .container .text .button-wrapper {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .hero-top .container .text .button-wrapper {
    margin-top: 55px;
  }
}
.section-hero .hero-top .container .text .button-wrapper .btn {
  padding: 17px 35px;
  background-color: #ffffff;
  border-color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .hero-top .container .text .button-wrapper .btn {
    padding: 10px 20px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .hero-top .container .text .button-wrapper .btn {
    padding: 14px 30px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .hero-top .container .text .button-wrapper .btn {
    padding: 16px 33px;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.section-hero .hero-top .container .text .button-wrapper .btn:hover {
  background-color: #16DB93;
  border-color: #16DB93;
  color: #000000;
}
.section-hero .hero-bottom {
  position: relative;
  z-index: 1;
  padding: 58px 0 88px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .hero-bottom {
    padding: 30px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .hero-bottom {
    padding: 40px 0 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .hero-bottom {
    padding: 50px 0 80px;
  }
}
.section-hero .hero-bottom::before {
  content: attr(data-initial);
  position: absolute;
  z-index: -1;
  top: -69px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Funnel Sans", sans-serif;
  color: rgba(208, 248, 233, 0.5);
  font-weight: 300;
  line-height: 0.6;
  font-size: 650px;
  font-size: 40.625rem;
  user-select: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .hero-bottom::before {
    top: -40px;
    font-size: 250px;
    font-size: 15.625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .hero-bottom::before {
    top: -50px;
    font-size: 400px;
    font-size: 25rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .hero-bottom::before {
    top: -60px;
    font-size: 500px;
    font-size: 31.25rem;
  }
}
.section-hero .hero-bottom .container {
  max-width: 1224px;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .hero-bottom .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .hero-bottom .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .hero-bottom .container {
    max-width: 100%;
  }
}
.section-advantages {
  position: relative;
  margin: 0 auto;
}
body.home .section-advantages {
  margin-top: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.home .section-advantages {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.home .section-advantages {
    margin-top: 100px;
  }
}
.section-advantages .container .advantages-main {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-advantages .container .advantages-main {
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-advantages .container .advantages-main {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-advantages .container .advantages-main {
    flex-direction: column;
  }
}
.section-advantages .container .advantages-main .advantages-image {
  position: relative;
  min-height: 817px;
  min-width: 0;
  flex: 0 0 54%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-advantages .container .advantages-main .advantages-image {
    min-height: 0px;
    padding-bottom: 140%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-advantages .container .advantages-main .advantages-image {
    min-height: 520px;
    padding-bottom: 0;
  }
}
.section-advantages .container .advantages-main .advantages-image i {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  max-width: 715px;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("images/site-emblem.svg");
  -webkit-transition: opacity 0.3s ease 0s, box-shadow 0.1s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, box-shadow 0.1s ease 0s;
  -ms-transition: opacity 0.3s ease 0s, box-shadow 0.1s ease 0s;
  -o-transition: opacity 0.3s ease 0s, box-shadow 0.1s ease 0s;
  transition: opacity 0.3s ease 0s, box-shadow 0.1s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-advantages .container .advantages-main .advantages-image i {
    right: 0;
    max-width: 606px;
    margin: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-advantages .container .advantages-main .advantages-image i {
    right: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-advantages .container .advantages-main .advantages-image i {
    right: 0;
    max-width: 606px;
    margin: auto;
  }
}
.section-advantages .container .advantages-main .advantages-image i.placeholder {
  background-color: #D0F8E9;
  background-size: 200px auto;
}
.section-advantages .container .advantages-main .advantages-accordions {
  min-width: 0;
  flex: 0 0 45%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-advantages .container .advantages-main .advantages-accordions {
    max-width: 606px;
    margin: 40px auto 0;
    padding: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-advantages .container .advantages-main .advantages-accordions {
    max-width: 100%;
    margin: 0;
    padding: 0 0 0 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-advantages .container .advantages-main .advantages-accordions {
    max-width: 606px;
    margin: 60px auto 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-advantages .container .advantages-main .advantages-accordions {
    padding: 0 0 0 31px;
  }
}
.section-advantages .container .advantages-main .advantages-accordions .accordion-list {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item {
  position: relative;
  display: block;
  padding: 42px 40px 42px 128px;
  background-color: #f7f7f7;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-transition: padding 0.3s ease 0s, background-color 0.3s ease 0s, opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: padding 0.3s ease 0s, background-color 0.3s ease 0s, opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: padding 0.3s ease 0s, background-color 0.3s ease 0s, opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: padding 0.3s ease 0s, background-color 0.3s ease 0s, opacity 1s ease 0s, transform 1s ease 0s;
  transition: padding 0.3s ease 0s, background-color 0.3s ease 0s, opacity 1s ease 0s, transform 1s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item {
    padding: 30px 20px 30px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item {
    padding: 35px 30px 35px 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item {
    padding: 40px 40px 40px 100px;
  }
}
.section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item::before, .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item::after {
  content: "";
  position: absolute;
  top: 76px;
  left: 40px;
  display: inline-block;
  width: 48px;
  height: 2px;
  background-color: #16DB93;
  -webkit-transition: top 0.3s ease 0s;
  -moz-transition: top 0.3s ease 0s;
  -ms-transition: top 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s;
  transition: top 0.3s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item::before, .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item::after {
    top: 46px;
    left: 15px;
    width: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item::before, .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item::after {
    top: 50px;
    left: 30px;
    width: 38px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item::before, .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item::after {
    top: 66px;
    left: 40px;
  }
}
.section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item::after {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item + .accordion-item {
  margin-top: 33px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item + .accordion-item {
    margin-top: 23px;
  }
}
.section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item h3 {
  display: block;
  margin: 0;
  padding-bottom: 0;
  color: #000000;
  font-family: "Funnel Sans", sans-serif;
  line-height: 1.3;
  font-weight: 600;
  font-size: 26px;
  font-size: 1.625rem;
  -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
  transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item .section-text {
  margin: 0;
  opacity: 0;
  line-height: 0;
  -webkit-transition: opacity 0s ease 0s, line-height 0.3s ease 0s;
  -moz-transition: opacity 0s ease 0s, line-height 0.3s ease 0s;
  -ms-transition: opacity 0s ease 0s, line-height 0.3s ease 0s;
  -o-transition: opacity 0s ease 0s, line-height 0.3s ease 0s;
  transition: opacity 0s ease 0s, line-height 0.3s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item .section-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item:hover {
  background-color: #E8FCF5;
}
.section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item:not(.active):hover {
  cursor: pointer;
}
.section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item.active {
  padding-top: 62px;
  padding-bottom: 51px;
  background-color: #E8FCF5;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item.active {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item.active {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item.active {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item.active::before, .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item.active::after {
  top: 96px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item.active::before, .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item.active::after {
    top: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item.active::before, .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item.active::after {
    top: 66px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item.active::before, .section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item.active::after {
    top: 76px;
  }
}
.section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item.active h3 {
  padding-bottom: 17px;
}
.section-advantages .container .advantages-main .advantages-accordions .accordion-list .accordion-item.active .section-text {
  line-height: 1.7;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.3s, line-height 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0.3s, line-height 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0.3s, line-height 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0.3s, line-height 0.3s ease 0s;
  transition: opacity 0.3s ease 0.3s, line-height 0.3s ease 0s;
}

.available-condos {
  margin: 0 auto;
}
body.home .available-condos, body.single-condo .available-condos {
  margin-top: 165px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.home .available-condos, body.single-condo .available-condos {
    margin-top: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.home .available-condos, body.single-condo .available-condos {
    margin-top: 115px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.home .available-condos, body.single-condo .available-condos {
    margin-top: 135px;
  }
}
body.custom-page-financing .available-condos, body.custom-page-references .available-condos {
  margin-top: 165px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-financing .available-condos, body.custom-page-references .available-condos {
    margin-top: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-financing .available-condos, body.custom-page-references .available-condos {
    margin-top: 115px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.custom-page-financing .available-condos, body.custom-page-references .available-condos {
    margin-top: 135px;
  }
}
.available-condos .available-condos__header {
  margin-bottom: 100px;
}
.available-condos .available-condos__content {
  margin-top: 50px;
  background: linear-gradient(to top, #16DB93 0%, #10AF74 100%);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .available-condos .available-condos__content {
    padding-top: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .available-condos .available-condos__content {
    padding-top: 1px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .available-condos .available-condos__content {
    padding-top: 1px;
  }
}
.available-condos .available-condos__content .container {
  position: relative;
}
.available-condos .available-condos__content .container .background-wrapper {
  position: absolute;
  top: -36px;
  bottom: -32px;
  right: 30%;
  width: 1231px;
  z-index: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .available-condos .available-condos__content .container .background-wrapper {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin: -30px auto 0;
    padding-bottom: 78.6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .available-condos .available-condos__content .container .background-wrapper {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin: -40px auto 0;
    padding-bottom: 78.6%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .available-condos .available-condos__content .container .background-wrapper {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin: -50px auto 0;
    padding-bottom: 78.6%;
  }
}
.available-condos .available-condos__content .container .background-wrapper .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  background-color: #000000;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .available-condos .available-condos__content .container .background-wrapper .bg {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    left: -15px;
    right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .available-condos .available-condos__content .container .background-wrapper .bg {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    left: -15px;
    right: -15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .available-condos .available-condos__content .container .background-wrapper .bg {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    left: -15px;
    right: -15px;
  }
}
.available-condos .available-condos__content .container .background-wrapper .bg.active {
  opacity: 1;
}
.available-condos .available-condos__content .container .slider-wrapper {
  min-height: 964px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .available-condos .available-condos__content .container .slider-wrapper {
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .available-condos .available-condos__content .container .slider-wrapper {
    min-height: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .available-condos .available-condos__content .container .slider-wrapper {
    min-height: auto;
  }
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner {
    max-width: 400px;
    margin: -50px auto 0;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner {
    max-width: 500px;
    margin: -150px auto 0;
    page-break-inside: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner {
    margin: -250px auto 0;
    padding-bottom: 60px;
  }
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper {
  position: relative;
  min-height: 612px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  overflow: hidden;
  list-style: none;
  background-color: #ffffff;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper {
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper {
    min-height: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper {
    min-height: auto;
  }
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper {
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: grab;
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper:active {
  cursor: grabbing;
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide {
  padding: 90px 46px 67px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide {
    padding: 30px 20px 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide {
    padding: 50px 30px 47px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide {
    padding: 70px 40px 57px;
  }
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide h4 {
  display: block;
  margin: 0;
  padding-left: 25px;
  color: #16DB93;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 800;
  line-height: 1.3;
  font-size: 40px;
  font-size: 2.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide h4 {
    padding-left: 0;
    text-align: center;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide h4 {
    padding-left: 0;
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide h4 {
    padding-left: 0;
    text-align: center;
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide p {
  margin: 25px 0 0;
  padding-left: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide p {
    padding-left: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide p {
    padding-left: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide p {
    padding-left: 0;
    text-align: center;
  }
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table {
  width: 100%;
  margin-top: 25px;
  border-collapse: collapse;
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr:nth-child(2n) {
  background-color: #f7f7f7;
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr th,
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr td {
  padding: 10px 20px 13px 27px;
  color: #000000;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr th,
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr td {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr th,
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr td {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr th,
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr td {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr th {
  text-align: left;
  font-weight: 600;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr th {
    width: 50px;
    padding-left: 10px;
    padding-right: 15px;
  }
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr th .icon-cell {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr th .icon-cell {
    font-size: 0px;
    font-size: 0rem;
  }
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr th .icon-cell i {
  min-width: 0;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr th .icon-cell i {
    margin-right: 0;
  }
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr th .icon-cell i.icon-location {
  background-image: url("images/icon-location.svg");
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr th .icon-cell i.icon-apartment {
  background-image: url("images/icon-apartment.svg");
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr th .icon-cell i.icon-calendar {
  background-image: url("images/icon-calendar.svg");
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr td {
  font-weight: 400;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .condo-table tbody tr td {
    padding-left: 0;
  }
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper .swiper-wrapper .swiper-slide .button-wrapper {
  margin-top: 35px;
  padding-left: 20px;
  padding-right: 15px;
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper.swiper-static .swiper-wrapper {
  cursor: default;
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper.swiper-static + .swiper-controls {
  display: none;
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper-controls {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 62px;
  padding-left: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper-controls {
    margin-top: 30px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper-controls {
    margin-top: 45px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper-controls {
    margin-top: 55px;
    padding-left: 0;
  }
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper-controls .swiper-button-prev,
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper-controls .swiper-button-next {
  min-width: 0;
  width: 40px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("images/slider-control-arrow.svg");
  cursor: pointer;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper-controls .swiper-button-prev.swiper-button-disabled,
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper-controls .swiper-button-next.swiper-button-disabled {
  opacity: 0.1;
  cursor: default;
}
.available-condos .available-condos__content .container .slider-wrapper .slider-inner .swiper-controls .swiper-button-prev {
  margin-right: 79px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.section-references_map {
  max-width: 1920px;
  margin: 0 auto;
}
body.home .section-references_map {
  margin-top: 180px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.home .section-references_map {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.home .section-references_map {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.home .section-references_map {
    margin-top: 150px;
  }
}
body.single-condo .section-references_map {
  margin-top: 123px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single-condo .section-references_map {
    margin-top: 83px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single-condo .section-references_map {
    margin-top: 103px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single-condo .section-references_map {
    margin-top: 113px;
  }
}
body.single-condo .section-references_map + .section-cta {
  margin-top: 176px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single-condo .section-references_map + .section-cta {
    margin-top: 96px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single-condo .section-references_map + .section-cta {
    margin-top: 126px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single-condo .section-references_map + .section-cta {
    margin-top: 156px;
  }
}
.section-references_map .container {
  margin-bottom: 55px;
}
.section-references_map .container .section-text {
  display: block;
  text-align: center;
  margin-top: 25px;
}
.section-testimonials {
  overflow: hidden;
  margin: 0 auto;
}
body.home .section-testimonials {
  margin-top: 190px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.home .section-testimonials {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.home .section-testimonials {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.home .section-testimonials {
    margin-top: 160px;
  }
}
body.single-apartment .section-testimonials {
  margin-top: 113px;
  padding-top: 112px;
  border-top: 2px solid #f5f5f5;
}
body.post-type-archive-condo .section-testimonials, body.single-condo .section-testimonials {
  margin-top: 205px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.post-type-archive-condo .section-testimonials, body.single-condo .section-testimonials {
    margin-top: 105px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.post-type-archive-condo .section-testimonials, body.single-condo .section-testimonials {
    margin-top: 135px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.post-type-archive-condo .section-testimonials, body.single-condo .section-testimonials {
    margin-top: 175px;
  }
}
body.post-type-archive-condo .section-testimonials + .section-references_map, body.single-condo .section-testimonials + .section-references_map {
  margin-top: 188px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.post-type-archive-condo .section-testimonials + .section-references_map, body.single-condo .section-testimonials + .section-references_map {
    margin-top: 88px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.post-type-archive-condo .section-testimonials + .section-references_map, body.single-condo .section-testimonials + .section-references_map {
    margin-top: 128px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.post-type-archive-condo .section-testimonials + .section-references_map, body.single-condo .section-testimonials + .section-references_map {
    margin-top: 158px;
  }
}
.section-testimonials .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-testimonials .container {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-testimonials .container {
    flex-wrap: wrap;
  }
}
.section-testimonials .container .section-header {
  position: relative;
  z-index: 10;
  min-width: 0;
  flex: 0 0 49%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-testimonials .container .section-header {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-testimonials .container .section-header {
    flex: 0 0 100%;
    text-align: center;
  }
}
.section-testimonials .container .section-header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}
.section-testimonials .container .section-header .header-inner .section-subtitle {
  margin-top: 20px;
}
.section-testimonials .container .section-header .header-inner .controls {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
  padding-right: 14%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-testimonials .container .section-header .header-inner .controls {
    justify-content: center;
    margin-top: 40px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-testimonials .container .section-header .header-inner .controls {
    justify-content: center;
    margin-top: 48px;
    padding-right: 0;
  }
}
.section-testimonials .container .section-header .header-inner .controls .swiper-controls {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-prev,
.section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-next {
  position: relative;
  min-width: 0;
  width: 74px;
  height: 74px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #f5f5f5;
  cursor: pointer;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-prev,
  .section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-prev,
  .section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-prev,
  .section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-next {
    width: 70px;
    height: 70px;
  }
}
.section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-prev::before,
.section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-next::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("images/slider-control-arrow.svg");
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-prev::before,
  .section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-next::before {
    background-size: 25px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-prev::before,
  .section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-next::before {
    background-size: 30px auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-prev::before,
  .section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-next::before {
    background-size: 35px auto;
  }
}
.section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-prev.swiper-button-disabled::before,
.section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-next.swiper-button-disabled::before {
  opacity: 0.1;
  cursor: default;
}
.section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-prev {
  margin-right: 49px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-prev {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-prev {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-testimonials .container .section-header .header-inner .controls .swiper-controls .swiper-button-prev {
    margin-right: 45px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-testimonials .container .section-header .header-inner .controls .link-wrapper {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-testimonials .container .section-header .header-inner .controls .link-wrapper {
    margin-left: 40px;
  }
}
.section-testimonials .container .testimonials-slider {
  min-width: 0;
  flex: 0 0 49%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-testimonials .container .testimonials-slider {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-testimonials .container .testimonials-slider {
    flex: 0 0 100%;
  }
}
.section-testimonials .container .testimonials-slider .swiper {
  position: relative;
  max-width: 474px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  list-style: none;
  overflow: visible;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-testimonials .container .testimonials-slider .swiper {
    max-width: 100%;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-testimonials .container .testimonials-slider .swiper {
    max-width: 100%;
    margin-top: 50px;
  }
}
.section-testimonials .container .testimonials-slider .swiper .swiper-wrapper {
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: grab;
}
.section-testimonials .container .testimonials-slider .swiper .swiper-wrapper:active {
  cursor: grabbing;
}
.section-testimonials .container .testimonials-slider .swiper .swiper-wrapper .swiper-slide {
  padding: 80px 50px 67px 50px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-testimonials .container .testimonials-slider .swiper .swiper-wrapper .swiper-slide {
    padding: 40px 20px 34px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-testimonials .container .testimonials-slider .swiper .swiper-wrapper .swiper-slide {
    padding: 60px 30px 50px 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-testimonials .container .testimonials-slider .swiper .swiper-wrapper .swiper-slide {
    padding: 70px 40px 60px 40px;
  }
}

.section-cta {
  max-width: 1920px;
  margin: 0 auto;
  padding: 203px 0 163px;
  background-color: #393e52;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-cta {
    padding: 103px 0 83px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-cta {
    padding: 143px 0 113px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-cta {
    padding: 173px 0 133px;
  }
}
body.home .section-cta {
  margin-top: 198px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.home .section-cta {
    margin-top: 98px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.home .section-cta {
    margin-top: 138px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.home .section-cta {
    margin-top: 168px;
  }
}
body.post-type-archive-condo .section-cta, body.single-condo .section-cta {
  margin-top: 134px;
}
body.single-apartment .section-cta {
  margin-top: 86px;
}
body.custom-page-financing .section-cta, body.custom-page-references .section-cta, body.custom-page-about .section-cta {
  margin-top: 197px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-financing .section-cta, body.custom-page-references .section-cta, body.custom-page-about .section-cta {
    margin-top: 97px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-financing .section-cta, body.custom-page-references .section-cta, body.custom-page-about .section-cta {
    margin-top: 137px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.custom-page-financing .section-cta, body.custom-page-references .section-cta, body.custom-page-about .section-cta {
    margin-top: 167px;
  }
}
.section-cta .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-cta .container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-cta .container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.section-cta .container .section-cta__content {
  flex: 0 0 522px;
  width: 522px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-cta .container .section-cta__content {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-cta .container .section-cta__content {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }
}
.section-cta .container .section-cta__content .section-title {
  color: #ffffff;
}
.section-cta .container .section-cta__content .section-subtitle {
  margin-top: 5px;
}
.section-cta .container .section-cta__content .section-text {
  max-width: 438px;
  margin: 0;
  padding: 35px 0 0 5px;
  color: #ffffff;
}
.section-cta .container .section-cta__content .btn-wrapper {
  max-width: 397px;
  padding: 45px 0 0 5px;
}
.section-logo_carousel {
  max-width: 1920px;
  margin: 0 auto;
}
body.home .section-logo_carousel {
  margin-top: 112px;
}
body.single-apartment .section-logo_carousel {
  margin-top: 99px;
}
body.custom-page-financing .section-logo_carousel, body.custom-page-references .section-logo_carousel, body.custom-page-about .section-logo_carousel {
  margin-top: 99px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-financing .section-logo_carousel, body.custom-page-references .section-logo_carousel, body.custom-page-about .section-logo_carousel {
    margin-top: 69px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-financing .section-logo_carousel, body.custom-page-references .section-logo_carousel, body.custom-page-about .section-logo_carousel {
    margin-top: 79px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.custom-page-financing .section-logo_carousel, body.custom-page-references .section-logo_carousel, body.custom-page-about .section-logo_carousel {
    margin-top: 89px;
  }
}
body.single-condo .section-logo_carousel {
  margin-top: 126px;
}
.section-logo_carousel .container {
  overflow: hidden;
}
.section-logo_carousel .container .section-subtitle {
  margin-bottom: 40px;
}
.section-logo_carousel .container .logo_carousel-wrapper .swiper {
  list-style: none;
}
.section-logo_carousel .container .logo_carousel-wrapper .swiper .swiper-wrapper {
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: grab;
  transition-timing-function: linear !important;
}
.section-logo_carousel .container .logo_carousel-wrapper .swiper .swiper-wrapper:active {
  cursor: grabbing;
}
.section-logo_carousel .container .logo_carousel-wrapper .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  height: 114px;
  border: 2px solid #f0f0f0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.section-logo_carousel .container .logo_carousel-wrapper .swiper .swiper-wrapper .swiper-slide i,
.section-logo_carousel .container .logo_carousel-wrapper .swiper .swiper-wrapper .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  filter: grayscale(1);
  -webkit-transition: filter 0.3s ease;
  -moz-transition: filter 0.3s ease;
  -ms-transition: filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
}
.section-logo_carousel .container .logo_carousel-wrapper .swiper .swiper-wrapper .swiper-slide a:hover, .section-logo_carousel .container .logo_carousel-wrapper .swiper .swiper-wrapper .swiper-slide a:focus {
  filter: grayscale(0);
}

.section-image_text_2_cols {
  margin: 0 auto;
}
.section-image_text_2_cols + .section-image_text_2_cols {
  margin-top: 83px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols + .section-image_text_2_cols {
    margin-top: 53px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-image_text_2_cols + .section-image_text_2_cols {
    margin-top: 63px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-image_text_2_cols + .section-image_text_2_cols {
    margin-top: 73px;
  }
}
.section-image_text_2_cols .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section-image_text_2_cols .container > .section-title {
  width: 100%;
  margin: 90px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols .container > .section-title {
    margin: 60px 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-image_text_2_cols .container > .section-title {
    margin: 70px 0 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-image_text_2_cols .container > .section-title {
    margin: 80px 0 60px;
  }
}
.section-image_text_2_cols .container .image {
  min-width: 0;
  flex: 0 0 52%;
  line-height: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols .container .image {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-image_text_2_cols .container .image {
    flex: 0 0 100%;
  }
}
.section-image_text_2_cols .container .image a {
  display: inline-block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
}
.section-image_text_2_cols .container .image a img:not(.placeholder) {
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.section-image_text_2_cols .container .image a img:not(.placeholder):hover {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.section-image_text_2_cols .container .image img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.section-image_text_2_cols .container .image img.placeholder {
  background-color: #D0F8E9;
  background-position: center;
  background-size: 150px auto;
  background-repeat: no-repeat;
  background-image: url("images/site-emblem.svg");
}
.section-image_text_2_cols .container .text {
  min-width: 0;
  flex: 0 0 44%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols .container .text {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-image_text_2_cols .container .text {
    flex: 0 0 100%;
    margin-top: 30px;
  }
}
.section-image_text_2_cols .container .text .section-title {
  color: #16DB93;
  margin-bottom: 22px;
}
.section-image_text_2_cols .container .text .section-title a {
  color: #16DB93;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.section-image_text_2_cols .container .text .section-title a:hover {
  color: #16DB93;
}
.section-image_text_2_cols .container .text .template-section,
.section-image_text_2_cols .container .text .section-text {
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols .container .text .template-section,
  .section-image_text_2_cols .container .text .section-text {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-image_text_2_cols .container .text .template-section,
  .section-image_text_2_cols .container .text .section-text {
    margin-bottom: 30px;
  }
}
.section-image_text_2_cols .container .text .template-section:last-child,
.section-image_text_2_cols .container .text .section-text:last-child {
  margin-bottom: 0;
}
.section-image_text_2_cols .container .text .template-section p:last-child,
.section-image_text_2_cols .container .text .section-text p:last-child {
  margin-bottom: 0;
}
body.custom-page-private-courses .section-image_text_2_cols.reverse {
  margin-top: 124px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-private-courses .section-image_text_2_cols.reverse {
    margin-top: 84px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-private-courses .section-image_text_2_cols.reverse {
    margin-top: 104px;
  }
}
.section-image_text_2_cols.reverse .container {
  flex-direction: row-reverse;
}

.section-story {
  margin: 0 auto;
  background-color: #E8FCF5;
}
body.custom-page-about .section-story {
  margin-top: 99px;
}
.section-story .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-story .container {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-story .container {
    flex-wrap: wrap;
  }
}
.section-story .container .story-image {
  min-width: 0;
  flex: 0 0 49%;
  direction: rtl;
  line-height: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-story .container .story-image {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-story .container .story-image {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
.section-story .container .story-image.placeholder img {
  background-color: #D0F8E9;
  background-position: center;
  background-size: 150px auto;
  background-repeat: no-repeat;
  background-image: url("images/site-emblem.svg");
}
.section-story .container .story-image img {
  max-width: unset;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-story .container .story-image img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-story .container .story-image img {
    max-width: 100%;
  }
}
.section-story .container .story-content {
  min-width: 0;
  flex: 0 0 49%;
  padding: 30px 2% 30px 3%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-story .container .story-content {
    flex: 0 0 100%;
    padding: 0 0 50px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-story .container .story-content {
    flex: 0 0 100%;
    padding: 0 0 50px;
    text-align: center;
  }
}
.section-story .container .story-content .section-title {
  margin-bottom: 5px;
}
.section-story .container .story-content .section-subtitle {
  margin-bottom: 30px;
}
.section-story .container .story-content .section-text {
  padding-left: 3px;
}

.section-icon-list {
  margin: 0 auto;
}
body.custom-page-about .section-icon-list {
  margin-top: 137px;
  margin-bottom: 156px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-about .section-icon-list {
    margin-top: 60px;
    margin-bottom: 66px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-about .section-icon-list {
    margin-top: 80px;
    margin-bottom: 86px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.custom-page-about .section-icon-list {
    margin-top: 100px;
    margin-bottom: 121px;
  }
}
body.single-condo .section-icon-list {
  margin-top: 100px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single-condo .section-icon-list {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single-condo .section-icon-list {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single-condo .section-icon-list {
    margin-top: 90px;
  }
}
.section-icon-list.shortcode {
  margin: 100px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list.shortcode {
    margin: 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-icon-list.shortcode {
    margin: 60px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-icon-list.shortcode {
    margin: 80px 0;
  }
}
.section-icon-list .container .section-title {
  text-align: center;
}
.section-icon-list .container .section-subtitle {
  margin-bottom: 25px;
  text-align: center;
}
.section-icon-list .container .icon-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-icon-list .container .icon-list .icon-item {
  position: relative;
  min-width: 0;
  flex: 0 1 32%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 90px;
  margin-right: 2%;
  padding: 0 7px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item {
    flex: 0 1 100%;
    margin-top: 60px;
    margin-right: 0;
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item {
    flex: 0 1 32%;
    margin-top: 40px;
    margin-right: 2%;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n-1) i {
  -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -ms-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) i {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) i {
    -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -ms-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n-1) span {
  -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -ms-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) span {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) span {
    -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -ms-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n-1) p {
  -webkit-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
  -moz-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
  -ms-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
  -o-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
  transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) p {
    -webkit-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    -moz-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    -ms-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    -o-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) p {
    -webkit-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
    -moz-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
    -ms-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
    -o-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
    transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n-1) .link-wrapper {
  -webkit-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  -moz-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  -ms-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  -o-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) .link-wrapper {
    -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) .link-wrapper {
    -webkit-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
    -moz-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
    -ms-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
    -o-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
    transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n) i {
  -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -ms-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) i {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) i {
    -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -ms-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n) span {
  -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -ms-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) span {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) span {
    -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -ms-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n) p {
  -webkit-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
  -moz-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
  -ms-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
  -o-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
  transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) p {
    -webkit-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    -moz-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    -ms-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    -o-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) p {
    -webkit-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
    -moz-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
    -ms-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
    -o-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
    transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n) .link-wrapper {
  -webkit-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  -moz-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  -ms-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  -o-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) .link-wrapper {
    -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) .link-wrapper {
    -webkit-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
    -moz-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
    -ms-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
    -o-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
    transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n), .section-icon-list .container .icon-list .icon-item:last-child {
  margin-right: 0;
}
.section-icon-list .container .icon-list .icon-item.animate i {
  opacity: 0;
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.section-icon-list .container .icon-list .icon-item.animate span {
  opacity: 0;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.section-icon-list .container .icon-list .icon-item.animate .section-text {
  opacity: 0;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.section-icon-list .container .icon-list .icon-item.animate .link-wrapper {
  opacity: 0;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.section-icon-list .container .icon-list .icon-item i {
  flex: 0 0 70px;
  display: block;
  width: 70px;
  height: 70px;
  margin-right: 32px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
.section-icon-list .container .icon-list .icon-item i + p {
  margin-top: 37px;
}
.section-icon-list .container .icon-list .icon-item .text {
  flex: 1 1 auto;
  margin-top: 5px;
}
.section-icon-list .container .icon-list .icon-item .text span {
  display: block;
  line-height: 1.3;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 600;
  font-size: 28px;
  font-size: 1.75rem;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item .text span {
    margin-top: 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item .text span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-icon-list .container .icon-list .icon-item .text span {
    margin-top: 30px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-icon-list .container .icon-list .icon-item .text span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.section-icon-list .container .icon-list .icon-item .text .section-text {
  margin: 17px auto 0;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0.15s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0.15s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0.15s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0.15s;
  transition: opacity 1s ease 0s, transform 1s ease 0.15s;
}
.section-icon-list .container .icon-list .icon-item .text .link-wrapper {
  margin-top: 15px;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0.2s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0.2s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0.2s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0.2s;
  transition: opacity 1s ease 0s, transform 1s ease 0.2s;
}
.section-icon-list .container .button-holder {
  margin-top: 75px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .button-holder {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-icon-list .container .button-holder {
    margin-top: 65px;
  }
}

.section-gallery {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
body.custom-page-about .section-gallery {
  margin-top: 200px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-about .section-gallery {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-about .section-gallery {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.custom-page-about .section-gallery {
    margin-top: 170px;
  }
}
body.single-condo .section-gallery {
  margin-top: 180px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single-condo .section-gallery {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single-condo .section-gallery {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single-condo .section-gallery {
    margin-top: 130px;
  }
}
.section-gallery .section-title {
  margin-bottom: 10px;
  text-align: center;
}
.section-gallery .section-subtitle {
  margin-bottom: 60px;
  text-align: center;
}
.section-gallery .section-text {
  max-width: 1142px;
  margin: 0 auto 55px;
  text-align: center;
}
.section-gallery .gallery-swiper {
  position: relative;
  max-width: 1039px;
  margin: 0 auto;
  list-style: none;
}
.section-gallery .gallery-swiper .swiper-wrapper {
  display: inline-flex;
  flex-wrap: nowrap;
  padding: 0 0 90px;
  margin: 0;
  list-style: none;
  cursor: grab;
}
.section-gallery .gallery-swiper .swiper-wrapper:active {
  cursor: grabbing;
}
.section-gallery .gallery-swiper .swiper-slide {
  flex: 0 0 auto;
}
.section-gallery .gallery-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.section-gallery .gallery-swiper .swiper-button-prev,
.section-gallery .gallery-swiper .swiper-button-next {
  position: absolute;
  top: -90px;
  bottom: 0;
  display: inline-block;
  width: 76px;
  height: 76px;
  margin: auto;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("images/slider-control-arrow-green.svg");
  cursor: pointer;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-gallery .gallery-swiper .swiper-button-prev,
  .section-gallery .gallery-swiper .swiper-button-next {
    width: 48px;
    height: 48px;
    background-size: 24px auto;
  }
}
.section-gallery .gallery-swiper .swiper-button-prev.swiper-button-disabled,
.section-gallery .gallery-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.7;
  cursor: default;
  pointer-events: none;
  filter: grayscale(1);
}
.section-gallery .gallery-swiper .swiper-button-prev:not(.swiper-button-disabled):hover,
.section-gallery .gallery-swiper .swiper-button-next:not(.swiper-button-disabled):hover {
  background-color: #D0F8E9;
}
.section-gallery .gallery-swiper .swiper-button-prev {
  left: -48px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-gallery .gallery-swiper .swiper-button-prev {
    left: -15px;
  }
}
.section-gallery .gallery-swiper .swiper-button-next {
  right: -48px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-gallery .gallery-swiper .swiper-button-next {
    right: -15px;
  }
}
.section-gallery .gallery-swiper .swiper-pagination.swiper-pagination-progressbar {
  position: absolute;
  z-index: 50;
  top: auto;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 662px;
  max-width: 90%;
  height: 15px;
  margin: auto;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  overflow: hidden;
  background-color: #d9d9d9;
}
.section-gallery .gallery-swiper .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #16DB93;
  transform-origin: left top;
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.section-gallery .gallery-swiper .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: auto;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 662px;
  max-width: 90%;
  height: 15px;
  margin: auto;
  background-color: transparent;
  touch-action: none;
}
.section-gallery .gallery-swiper .swiper-scrollbar::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin: auto;
  background-color: #d9d9d9;
}
.section-gallery .gallery-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 999px;
  background-color: #16DB93;
  cursor: grab;
}
.section-gallery .gallery-swiper .swiper-scrollbar .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
.section-gallery .gallery-swiper .swiper-scrollbar .swiper-scrollbar-drag::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: transparent;
}
.section-gallery .gallery-swiper .swiper-scrollbar .swiper-scrollbar-drag::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: #16DB93;
  -webkit-transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
  -moz-transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
  -ms-transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
  transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
}
.section-gallery .gallery-swiper .swiper-scrollbar .swiper-scrollbar-drag:hover::after, .section-gallery .gallery-swiper .swiper-scrollbar .swiper-scrollbar-drag:active::after {
  top: -10px;
  bottom: -10px;
}
.section-gallery .gallery-swiper .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.section-gallery .gallery-swiper:not([data-scrollbar-enabled="1"]) .swiper-scrollbar {
  display: none !important;
}

.section-steps {
  margin: 0 auto;
}
body.single-condo .section-steps {
  margin-top: 154px;
}
.section-steps .container .section-title + .steps-wrapper {
  margin-top: 55px;
}
.section-steps .container .section-subtitle {
  margin-top: 5px;
}
.section-steps .container .section-subtitle + .steps-wrapper {
  margin-top: 55px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-steps .container .section-subtitle + .steps-wrapper {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-steps .container .section-subtitle + .steps-wrapper {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-steps .container .section-subtitle + .steps-wrapper {
    margin-top: 50px;
  }
}
.section-steps .container .steps-wrapper {
  margin: 0 -63px 0;
  position: relative;
  padding: 70px;
  list-style: none;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-steps .container .steps-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 20px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-steps .container .steps-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 40px 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-steps .container .steps-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding: 60px 50px 65px;
  }
}
.section-steps .container .steps-wrapper.swiper-movable .steps-list {
  cursor: grab;
}
.section-steps .container .steps-wrapper.swiper-movable .steps-list:active {
  cursor: grabbing;
}
.section-steps .container .steps-wrapper .steps-list {
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-steps .container .steps-wrapper .steps-list .step-item {
  position: relative;
  padding: 0 50px 75px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-steps .container .steps-wrapper .steps-list .step-item {
    padding: 0 20px 50px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-steps .container .steps-wrapper .steps-list .step-item {
    padding: 0 30px 60px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-steps .container .steps-wrapper .steps-list .step-item {
    padding: 0 40px 65px;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
  }
}
.section-steps .container .steps-wrapper .steps-list .step-item::after {
  content: "";
  position: absolute;
  top: 43px;
  right: -14px;
  width: 100px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/steps-arrow.svg");
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.section-steps .container .steps-wrapper .steps-list .step-item:last-child::after {
  display: none;
}
.section-steps .container .steps-wrapper .steps-list .step-item .step-icon {
  display: block;
  width: 143px;
  height: 143px;
  margin: -18px auto 67px;
  background-color: #16DB93;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-steps .container .steps-wrapper .steps-list .step-item .step-icon {
    width: 100px;
    height: 100px;
    margin: -12px auto 40px;
    background-size: 40px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-steps .container .steps-wrapper .steps-list .step-item .step-icon {
    width: 120px;
    height: 120px;
    margin: -15px auto 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-steps .container .steps-wrapper .steps-list .step-item .step-icon {
    width: 130px;
    height: 130px;
    margin: -16px auto 60px;
  }
}
.section-steps .container .steps-wrapper .steps-list .step-item .step-title {
  display: block;
  margin-top: 40px;
  padding-left: 15px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-steps .container .steps-wrapper .steps-list .step-item .step-title {
    margin-top: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-steps .container .steps-wrapper .steps-list .step-item .step-title {
    margin-top: 30px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-steps .container .steps-wrapper .steps-list .step-item .step-title {
    margin-top: 35px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.section-steps .container .steps-wrapper .steps-list .step-item .step-title + .step-description {
  margin-top: 10px;
}
.section-steps .container .steps-wrapper .steps-list .step-item .step-description {
  display: block;
  padding-left: 15px;
}
.section-steps .container .steps-wrapper .swiper-scrollbar {
  position: relative;
  width: 662px;
  max-width: 100%;
  height: 15px;
  margin: 50px auto 0;
  background-color: transparent;
  touch-action: none;
}
.section-steps .container .steps-wrapper .swiper-scrollbar::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin: auto;
  background-color: #d9d9d9;
}
.section-steps .container .steps-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 999px;
  background-color: #16DB93;
  cursor: grab;
}
.section-steps .container .steps-wrapper .swiper-scrollbar .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
.section-steps .container .steps-wrapper .swiper-scrollbar .swiper-scrollbar-drag::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: transparent;
}
.section-steps .container .steps-wrapper .swiper-scrollbar .swiper-scrollbar-drag::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: #16DB93;
  -webkit-transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
  -moz-transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
  -ms-transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
  transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
}
.section-steps .container .steps-wrapper .swiper-scrollbar .swiper-scrollbar-drag:hover::after, .section-steps .container .steps-wrapper .swiper-scrollbar .swiper-scrollbar-drag:active::after {
  top: -10px;
  bottom: -10px;
}
.section-steps .container .steps-wrapper .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.section-steps .container .button-wrapper {
  display: block;
  margin-top: 6px;
  max-width: 392px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.section-apartment_types {
  margin: 0 auto;
}
body.single-condo .section-apartment_types {
  margin-top: 145px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single-condo .section-apartment_types {
    margin-top: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single-condo .section-apartment_types {
    margin-top: 115px;
  }
}
.section-apartment_types .container .section-title + .types-list {
  margin-top: 67px;
}
.section-apartment_types .container .section-subtitle + .types-list {
  margin-top: 67px;
}
.section-apartment_types .container .types-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 0;
}
.section-apartment_types .container .types-list .type-item {
  min-width: 0;
  flex: 0 1 33.3333333333%;
  padding: 0 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-apartment_types .container .types-list .type-item {
    flex: 0 1 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-apartment_types .container .types-list .type-item {
    flex: 0 1 100%;
    margin-bottom: 30px;
  }
}
.section-apartment_types .container .types-list .type-item .type-inner .type-image {
  line-height: 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  overflow: hidden;
}
.section-apartment_types .container .types-list .type-item .type-inner .type-image.placeholder img {
  background-color: #D0F8E9;
  background-position: center;
  background-size: 100px auto;
  background-repeat: no-repeat;
  background-image: url("images/site-emblem.svg");
}
.section-apartment_types .container .types-list .type-item .type-inner .type-name {
  display: block;
  padding: 25px 8% 0;
  font-weight: 600;
  line-height: 1.3;
  font-size: 26px;
  font-size: 1.625rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-apartment_types .container .types-list .type-item .type-inner .type-name {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-apartment_types .container .types-list .type-item .type-inner .type-name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.section-apartment_types .container .types-list .type-item .type-inner .type-extra {
  display: block;
  padding: 5px 8% 0;
  font-weight: 600;
  line-height: 1.3;
  font-size: 26px;
  font-size: 1.625rem;
  color: #16DB93;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-apartment_types .container .types-list .type-item .type-inner .type-extra {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-apartment_types .container .types-list .type-item .type-inner .type-extra {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.section-apartment_types .container .types-list .type-item .type-inner.type-link {
  display: block;
}
.section-apartment_types .container .types-list .type-item .type-inner.type-link .type-image:not(.placeholder) img {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.section-apartment_types .container .types-list .type-item .type-inner.type-link:hover .type-image:not(.placeholder) img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.section-apartment_types .container .button-wrapper {
  max-width: 392px;
  margin: 73px auto 0;
}
.section-more_apartments {
  margin: 0 auto;
}
body.single-apartment .section-more_apartments {
  margin-top: 135px;
  padding-top: 97px;
  border-top: 2px solid #f5f5f5;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single-apartment .section-more_apartments {
    margin-top: 95px;
    padding-top: 57px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single-apartment .section-more_apartments {
    margin-top: 105px;
    padding-top: 67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single-apartment .section-more_apartments {
    margin-top: 115px;
    padding-top: 77px;
  }
}
.section-more_apartments .container .section-title {
  margin-bottom: 75px;
  text-align: center;
}
.section-more_apartments .container .button-wrapper {
  max-width: 392px;
  margin: 41px auto 0;
}

/* === Before–After === */
.section-before_after {
  margin: 0 auto;
  padding: 144px 0 101px;
  background-color: #E8FCF5;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-before_after {
    padding: 100px 0 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-before_after {
    padding: 120px 0 85px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-before_after {
    padding: 130px 0 95px;
  }
}
body.single-condo .section-before_after {
  margin-top: 139px;
}
.section-before_after .container .section-title {
  text-align: center;
}
.section-before_after .container .section-title + .section-subtitle {
  margin-top: 10px;
}
.section-before_after .container .section-title + .before_after-main {
  margin-top: 59px;
}
.section-before_after .container .section-subtitle {
  text-align: center;
}
.section-before_after .container .section-subtitle + .before_after-main {
  margin-top: 59px;
}

.before_after-wrap {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
}

.before_after-wrap img {
  user-select: none;
  pointer-events: none;
}

.before_after-after {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.before_after-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  overflow: hidden;
  z-index: 2;
}

.before_after-before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: left center;
  pointer-events: none;
  user-select: none;
}

.before_after-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  cursor: ew-resize;
}

.before_after-handle {
  position: absolute;
  top: 0;
  transform: translate(-50%, 0%);
  width: 10px;
  height: 100%;
  background: #E8FCF5;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .before_after-handle {
    width: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .before_after-handle {
    width: 6px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .before_after-handle {
    width: 8px;
  }
}

.before_after-grip {
  position: relative;
  min-width: 0;
  flex: 0 0 127px;
  display: inline-block;
  width: 127px;
  height: 127px;
  background: #16DB93;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .before_after-grip {
    flex: 0 0 47px;
    width: 47px;
    height: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .before_after-grip {
    flex: 0 0 67px;
    width: 67px;
    height: 67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .before_after-grip {
    flex: 0 0 97px;
    width: 97px;
    height: 97px;
  }
}
.before_after-grip::before, .before_after-grip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34px;
  height: 27px;
  margin: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/before-after-arrow.svg");
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .before_after-grip::before, .before_after-grip::after {
    width: 16px;
    height: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .before_after-grip::before, .before_after-grip::after {
    width: 22px;
    height: 17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .before_after-grip::before, .before_after-grip::after {
    width: 28px;
    height: 22px;
  }
}
.before_after-grip::before {
  right: 57%;
}
.before_after-grip::after {
  left: 57%;
  transform: scaleX(-1);
}

.before_after-captions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  pointer-events: none;
  color: #fff;
}

.before_after-cap-before,
.before_after-cap-after {
  background: rgba(0, 0, 0, 0.45);
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
}

.section-team {
  margin: 0 auto;
}
.section-team .container .section-title + .team-list {
  margin-top: 67px;
}
.section-team .container .section-subtitle + .team-list {
  margin-top: 67px;
}
.section-team .container .team-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.section-team .container .team-list .team-item {
  min-width: 0;
  flex: 0 1 23.5%;
  margin-bottom: 50px;
  margin-right: 2%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-team .container .team-list .team-item {
    flex: 0 1 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-team .container .team-list .team-item {
    flex: 0 1 49%;
  }
}
.section-team .container .team-list .team-item:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-team .container .team-list .team-item:nth-child(4n) {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-team .container .team-list .team-item:nth-child(2n) {
    margin-right: 0;
  }
}
.section-team .container .team-list .team-item:last-child {
  margin-right: 0;
}
.section-team .container .team-list .team-item .team-image {
  line-height: 0;
}
.section-team .container .team-list .team-item .team-image img {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
}
.section-team .container .team-list .team-item .team-image.placeholder img {
  background-color: #D0F8E9;
  background-position: center;
  background-size: 100px auto;
  background-repeat: no-repeat;
  background-image: url("images/site-emblem.svg");
}
.section-team .container .team-list .team-item .team-name {
  display: block;
  padding: 20px 15px 0;
  font-weight: 600;
  line-height: 1.3;
  font-size: 26px;
  font-size: 1.625rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-team .container .team-list .team-item .team-name {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-team .container .team-list .team-item .team-name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.section-team .container .team-list .team-item .team-title {
  display: block;
  padding: 5px 15px 0;
  font-weight: 600;
  line-height: 1.3;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-team .container .team-list .team-item .team-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-team .container .team-list .team-item .team-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.section-team .container .team-list .team-item .team-contact .team-email,
.section-team .container .team-list .team-item .team-contact .team-phone {
  display: block;
  padding: 5px 8% 0;
  font-weight: 600;
  line-height: 1.3;
  font-size: 20px;
  font-size: 1.25rem;
  color: #16DB93;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-team .container .team-list .team-item .team-contact .team-email,
  .section-team .container .team-list .team-item .team-contact .team-phone {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-team .container .team-list .team-item .team-contact .team-email,
  .section-team .container .team-list .team-item .team-contact .team-phone {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.section-team .container .button-wrapper {
  max-width: 392px;
  margin: 73px auto 0;
}
#site_footer {
  margin-top: 131px;
}
.section-cta + #site_footer {
  margin-top: 0;
}
#site_footer .site_footer-top {
  padding-bottom: 42px;
  background-color: #f5f5f5;
}
#site_footer .site_footer-top .container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 245px;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/footer-bg.svg");
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container {
    flex-wrap: wrap;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-top .container {
    flex-wrap: wrap;
    padding-bottom: 150px;
  }
}
#site_footer .site_footer-top .container .site_footer-menu-title {
  display: block;
  color: #16DB93;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container .site_footer-menu-title {
    margin-bottom: 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-top .container .site_footer-menu-title {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_footer .site_footer-top .container .site_footer-menu-title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
#site_footer .site_footer-top .container .site_footer-top-1st {
  position: relative;
  flex: 0 1 43%;
  padding: 103px 0 85px 6px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container .site_footer-top-1st {
    flex: 0 1 100%;
    padding: 50px 0 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-top .container .site_footer-top-1st {
    flex: 0 1 100%;
    padding: 50px 0 0 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_footer .site_footer-top .container .site_footer-top-1st {
    flex: 0 1 30%;
    padding-top: 74px;
  }
}
#site_footer .site_footer-top .container .site_footer-top-1st .site_header--logo i {
  display: block;
  width: 250px;
  height: 58px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#site_footer .site_footer-top .container .site_footer-top-1st .contacts-list {
  list-style: none;
  margin: 0;
  padding: 22px 0 0 72px;
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container .site_footer-top-1st .contacts-list {
    padding-left: 66px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-top .container .site_footer-top-1st .contacts-list {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_footer .site_footer-top .container .site_footer-top-1st .contacts-list {
    padding-left: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#site_footer .site_footer-top .container .site_footer-top-1st .contacts-list .contacts-item {
  margin-top: 6px;
}
#site_footer .site_footer-top .container .site_footer-top-1st .contacts-list .contacts-item span {
  color: #000000;
  line-height: 1.2;
  font-weight: 600;
}
#site_footer .site_footer-top .container .site_footer-top-1st .contacts-list .contacts-item a {
  color: #000000;
  line-height: 1.2;
  font-weight: 400;
}
#site_footer .site_footer-top .container .site_footer-top-1st .contacts-list .contacts-item a:hover {
  text-decoration: underline;
}
#site_footer .site_footer-top .container .site_footer-top-2nd {
  position: relative;
  flex: 0 1 24%;
  padding: 120px 0 85px 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container .site_footer-top-2nd {
    flex: 0 1 50%;
    padding: 55px 0 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-top .container .site_footer-top-2nd {
    flex: 0 1 50%;
    padding: 55px 0 0 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_footer .site_footer-top .container .site_footer-top-2nd {
    flex: 0 1 39%;
    padding-top: 95px;
  }
}
#site_footer .site_footer-top .container .site_footer-top-3rd {
  position: relative;
  flex: 0 1 17%;
  padding: 120px 0 85px 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container .site_footer-top-3rd {
    flex: 0 1 50%;
    padding: 55px 0 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-top .container .site_footer-top-3rd {
    flex: 0 1 50%;
    padding: 55px 0 0 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_footer .site_footer-top .container .site_footer-top-3rd {
    flex: 0 1 39%;
    padding-top: 95px;
  }
}
#site_footer .site_footer-top .container .site_footer-top-4th {
  position: relative;
  flex: 0 1 16%;
  padding: 120px 0 85px 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container .site_footer-top-4th {
    flex: 0 1 50%;
    padding: 55px 0 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-top .container .site_footer-top-4th {
    flex: 0 1 50%;
    padding: 55px 0 0 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_footer .site_footer-top .container .site_footer-top-4th {
    flex: 0 1 18%;
  }
}
#site_footer .site_footer-bottom {
  padding: 24px 0 50px;
  color: #a4a4a4;
}
body.cookie_info_bar--visible #site_footer .site_footer-bottom {
  padding-bottom: 101px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.cookie_info_bar--visible #site_footer .site_footer-bottom {
    padding-bottom: 221px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  body.cookie_info_bar--visible #site_footer .site_footer-bottom {
    padding-bottom: 171px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.cookie_info_bar--visible #site_footer .site_footer-bottom {
    padding-bottom: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.cookie_info_bar--visible #site_footer .site_footer-bottom {
    padding-bottom: 131px;
  }
}
#site_footer .site_footer-bottom .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-bottom .container {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-bottom .container {
    flex-wrap: wrap;
  }
}
#site_footer .site_footer-bottom .container .copyright,
#site_footer .site_footer-bottom .container .backlink {
  min-width: 0;
  flex: 0 1 auto;
  margin-top: 15px;
  line-height: 1.7;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-bottom .container .copyright,
  #site_footer .site_footer-bottom .container .backlink {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-bottom .container .copyright,
  #site_footer .site_footer-bottom .container .backlink {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_footer .site_footer-bottom .container .copyright,
  #site_footer .site_footer-bottom .container .backlink {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#site_footer .site_footer-bottom .container .copyright {
  padding-left: 5px;
}
#site_footer .site_footer-bottom .container .backlink a {
  color: #a4a4a4;
}
#site_footer .site_footer-bottom .container .backlink a:hover {
  color: #000000;
}

.shortcode.shortcode__embed-youtube {
  position: relative;
  margin: 40px 0;
}
.shortcode.shortcode__embed-youtube.done::before, .shortcode.shortcode__embed-youtube.done::after {
  content: none;
}
.shortcode.shortcode__embed-youtube::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.shortcode.shortcode__embed-youtube::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 58px;
  height: 44px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAsCAMAAAAD6lucAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA+HLW1Nf0vLAj/PrckRAIzWkgG8pvZV0vKwPq4sSgnId7draJUEAwFVI4AAAA4ElEQVRIx+XVyQ6CMBSF4VMoHaCUSRCcZ9//Db0msnDpWZgY//2XNO1tC3QHm4VUS+mr7L10Ts+l2t0i0J7vVLZFeSfbo2ZpgGGpQcFSBfXXtCxpOlSjyzmaAJW3OUeleFwUHJW6RDBFJb+sC4LOeFFwVOqWW8VRKQ5WcVRaNU6RVPDgDEel6roLHBXba47G3hpqwdXJKmqb4mmbU4fT9rVAgk6N5gZxbDJu/KejQIb6i6au+qorBX5OG7RPyNBDEtjH1Pzax/ENaliaI7B0jR1LHXzNyc0I+P1GfdzaTXgAd8o7HJeY4xkAAAAASUVORK5CYII=");
  cursor: pointer;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease, filter 0.5s ease;
  -moz-transition: transform 0.5s ease, filter 0.5s ease;
  -ms-transition: transform 0.5s ease, filter 0.5s ease;
  -o-transition: transform 0.5s ease, filter 0.5s ease;
  transition: transform 0.5s ease, filter 0.5s ease;
}
.shortcode.shortcode__embed-youtube:hover::before {
  opacity: 0.3;
}
.shortcode.shortcode__embed-youtube:hover::after {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.shortcode.shortcode__map {
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}
.shortcode.shortcode__lakas-lista {
  position: relative;
}
.shortcode.shortcode__lakas-lista .block-ui {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.shortcode.shortcode__lakas-lista .block-ui::after {
  content: "";
  position: sticky;
  position: -webkit-sticky;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin: 50px auto;
  border: 5px solid #000000;
  border-top-color: transparent;
  border-radius: 50%;
  opacity: 0.7;
  animation: spin 1s linear infinite;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder {
  padding: 45px 0 35px;
  background-color: #f0f0f0;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter {
    flex-wrap: wrap;
  }
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col {
  min-width: 0;
  flex: 0 1 auto;
  padding: 0 33px;
  border-right: 1px solid #d9d9d9;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col {
    flex: 0 0 100%;
    padding: 0;
    border-right: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col {
    flex: 0 0 50%;
    padding: 0 15px;
    border-right: none;
  }
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col .kv-range .kv-range__indicators {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col .kv-range .kv-range__indicators span {
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col .kv-range .kv-range__indicators span.kv-range__label {
  position: absolute;
  left: -3px;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col .kv-range .kv-range__indicators span.kv-range__separator {
  min-width: 0;
  flex: 0 0 auto;
  width: auto;
  margin: 0 4px;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col .kv-range .kv-range__indicators span.kv-range__indicator {
  min-width: 0;
  flex: 0 0 auto;
  width: auto;
  padding: 0;
  background-color: transparent;
  line-height: 1;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col .kv-range .kv-range__indicators span.kv-range__unit {
  margin-left: 4px;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col .kv-range .kv-range__inputs {
  display: none;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col .kv-range .kv-range__inputs .kv-range__min,
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col .kv-range .kv-range__inputs .kv-range__max {
  all: unset;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col:first-child {
  padding-left: 0;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col:last-child {
  padding-right: 0;
  border-right: none;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-title {
  padding-top: 45px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-title {
    flex: 0 0 100%;
    padding-top: 0;
    text-align: center;
  }
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-size {
  flex: 0 0 277px;
  padding: 15px 45px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-size {
    flex: 0 0 100%;
    padding-top: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-size {
    padding-top: 45px;
    flex: 0 0 50%;
  }
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-floor {
  flex: 0 0 277px;
  padding: 15px 45px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-floor {
    padding-top: 45px;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-floor {
    padding-top: 45px;
    flex: 0 0 50%;
  }
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-rooms {
  padding-top: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-rooms {
    padding-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-rooms {
    padding-top: 35px;
  }
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-rooms .filter-item--rooms {
  text-align: center;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-rooms .filter-item--rooms .rooms-label {
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-rooms .filter-item--rooms .rooms-label + .checkbox-wrapper {
  margin-top: 8px;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-rooms .filter-item--rooms .checkbox-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-rooms .filter-item--rooms .checkbox-wrapper {
    justify-content: center;
  }
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-rooms .filter-item--rooms .checkbox-wrapper label {
  min-width: 0;
  flex: 0 0 auto;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-rooms .filter-item--rooms .checkbox-wrapper label input[type=checkbox] {
  display: none;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-rooms .filter-item--rooms .checkbox-wrapper label input[type=checkbox] + span {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-rooms .filter-item--rooms .checkbox-wrapper label input[type=checkbox]:checked + span {
  background-color: #16DB93;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-rooms .filter-item--rooms .checkbox-wrapper label + label {
  margin-left: 9px;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-sort {
  flex: 1 1 auto;
  padding-top: 28px;
  padding-bottom: 22px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-sort {
    padding-top: 45px;
    flex: 0 0 100%;
    text-align: center;
  }
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-sort .filter-item--sort {
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-sort .filter-item--sort {
    text-align: center;
  }
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-sort .filter-item--sort select {
  width: auto;
  padding: 0 55px 0 35px;
  background-color: #ffffff;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  line-height: 53px;
  font-size: 18px;
  font-size: 1.125rem;
  background-position: center right 38px;
  cursor: pointer;
}
.shortcode.shortcode__lakas-lista .kv-lakas-filter-holder .container .kv-lakas-filter .col.col-sort .filter-item--sort select:focus {
  border-color: #16DB93;
}
.shortcode.shortcode__lakas-lista .kv-lakas-results {
  margin-top: 55px;
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .apartment-list {
  /* sass/components/_apartment-list.scss */
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 74px;
  padding: 15px 2px 16px 13px;
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta {
    flex-wrap: wrap;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta {
    flex-wrap: wrap;
    padding: 15px 0;
  }
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .result-count {
  min-width: 0;
  flex: 0 0 auto;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .result-count {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .result-count {
    flex: 0 0 100%;
    text-align: center;
  }
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination {
  min-width: 0;
  flex: 0 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination {
    flex: 1 1 100%;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination {
    flex: 1 1 100%;
    margin-top: 30px;
  }
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li {
  min-width: 0;
  flex: 0 0 auto;
  margin: 0 5px;
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li a,
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li span {
  display: inline-block;
  color: #000000;
  text-align: center;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-page {
  width: 42px;
  height: 42px;
}
@media only screen and (max-width: 1023px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-page {
    display: none;
  }
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-page a,
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-page span {
  width: 42px;
  height: 42px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  line-height: 42px;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-page a:hover {
  border-color: #16DB93;
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-page.is-active a,
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-page.is-active span {
  background-color: #f5f5f5;
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-page.is-disabled a,
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-page.is-disabled span {
  pointer-events: none;
  cursor: not-allowed;
  color: #f0f0f0;
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-ellipsis {
  line-height: 42px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-ellipsis {
    display: none;
  }
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-prev, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-next, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-first, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-last {
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-prev span,
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-prev a, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-next span,
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-next a, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-first span,
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-first a, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-last span,
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-last a {
  position: relative;
  width: 99px;
  height: 55px;
  border: 3px solid #16DB93;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-prev span,
  .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-prev a, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-next span,
  .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-next a, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-first span,
  .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-first a, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-last span,
  .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-last a {
    width: 50px;
    height: 40px;
    border-width: 2px;
  }
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-prev span::before,
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-prev a::before, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-next span::before,
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-next a::before, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-first span::before,
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-first a::before, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-last span::before,
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-last a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  height: 17px;
  margin: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/pager-arrow.svg");
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -moz-transition: left 0.3s ease, right 0.3s ease;
  -ms-transition: left 0.3s ease, right 0.3s ease;
  -o-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-prev a:hover, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-next a:hover, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-first a:hover, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-last a:hover {
  background-color: #D0F8E9;
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-prev span, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-next span, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-first span, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-last span {
  filter: grayscale(1);
  opacity: 0.5;
  cursor: not-allowed;
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-prev span::before,
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-prev a::before, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-next span::before,
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-next a::before {
  width: 20px;
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-prev {
  margin-right: 44px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-prev {
    margin-right: 20px;
  }
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-prev span::before,
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-prev a::before {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-prev a:hover::before {
  left: -15px;
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-next {
  margin-left: 44px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-next {
    margin-left: 20px;
  }
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-next a:hover::before {
  right: -15px;
}
@media only screen and (min-width: 1024px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-first, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-last {
    display: none;
  }
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-first span::before,
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-first a::before, .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-last span::before,
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-last a::before {
  width: 22px;
  background-image: url("images/pager-arrow-end.svg");
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-first span::before,
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-first a::before {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-first a:hover::before {
  left: -15px;
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-last a:hover::before {
  right: -15px;
}
.shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-status {
  min-width: 0;
  flex: 0 0 auto;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  padding: 12px 16px;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
@media only screen and (min-width: 1024px) {
  .shortcode.shortcode__lakas-lista .kv-lakas-results .container .kv-lakas-meta .pagination ul.kv-pager li.pager-status {
    display: none;
  }
}
.shortcode.shortcode-contact {
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode-contact {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .shortcode.shortcode-contact {
    flex-direction: column;
  }
}
.shortcode.shortcode-contact .contact-item {
  flex: 0 0 30%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode-contact .contact-item + .contact-item {
    margin-top: 35px;
  }
}
.shortcode.shortcode-contact .contact-item .contact-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.shortcode.shortcode-contact .contact-item .contact-row .icon {
  flex-shrink: 0;
}
.shortcode.shortcode-contact .contact-item .contact-row .icon .contact-icon {
  width: 75px;
  height: 75px;
  display: block;
  object-fit: contain;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
}
.shortcode.shortcode-contact .contact-item .contact-row .text {
  display: flex;
  flex-direction: column;
}
.shortcode.shortcode-contact .contact-item .contact-row .text .label {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.shortcode.shortcode-contact .contact-item .contact-row .text .value a {
  text-decoration: none;
  color: inherit;
}

.entry-content,
.template-section {
  max-width: 1164px;
  margin: 0 auto;
  line-height: 1.5;
  font-family: "Funnel Sans", sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.template-section h1,
.template-section h2,
.template-section h3,
.template-section h4,
.template-section h5,
.template-section h6 {
  margin: 0.8em 0;
  text-align: left;
  color: #030000;
  line-height: 1;
  font-weight: bold;
  font-family: "Funnel Sans", sans-serif;
}
.entry-content h2,
.template-section h2 {
  font-size: 55px;
  font-size: 3.4375rem;
}
.entry-content h3,
.template-section h3 {
  font-size: 50px;
  font-size: 3.125rem;
}
.entry-content h4,
.template-section h4 {
  font-size: 45px;
  font-size: 2.8125rem;
}
.entry-content h5,
.template-section h5 {
  font-size: 40px;
  font-size: 2.5rem;
}
.entry-content h6,
.template-section h6 {
  font-size: 35px;
  font-size: 2.1875rem;
}
.entry-content p,
.template-section p {
  color: #030000;
  text-align: left;
}
.entry-content a:not(.btn):not(.mce-item-anchor),
.template-section a:not(.btn):not(.mce-item-anchor) {
  color: #030000;
  background-image: linear-gradient(#16DB93, #16DB93);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 2px;
  text-decoration: none;
  -webkit-transition: color 0.15s ease, background-size 0.15s ease;
  -moz-transition: color 0.15s ease, background-size 0.15s ease;
  -ms-transition: color 0.15s ease, background-size 0.15s ease;
  -o-transition: color 0.15s ease, background-size 0.15s ease;
  transition: color 0.15s ease, background-size 0.15s ease;
}
.entry-content a:not(.btn):not(.mce-item-anchor):hover,
.template-section a:not(.btn):not(.mce-item-anchor):hover {
  background-size: 100% 100%;
}
.entry-content strong,
.entry-content b,
.template-section strong,
.template-section b {
  font-weight: bold;
  font-family: "Funnel Sans", sans-serif;
}
.entry-content em,
.entry-content i,
.template-section em,
.template-section i {
  font-style: italic;
  font-family: "Funnel Sans", sans-serif;
}
.entry-content img,
.template-section img {
  max-width: 100% !important;
  height: auto !important;
}
.entry-content ul,
.entry-content ol,
.template-section ul,
.template-section ol {
  margin: 0 0 30px 30px;
  padding: 0;
}
.entry-content ul li,
.entry-content ol li,
.template-section ul li,
.template-section ol li {
  position: relative;
  list-style: none;
  margin: 5px 0 8px;
  padding-left: 0.3em;
}
.entry-content ul li::before,
.entry-content ol li::before,
.template-section ul li::before,
.template-section ol li::before {
  position: absolute;
  top: 0;
  left: -1em;
}
.entry-content ul li::before,
.template-section ul li::before {
  content: "•";
  left: -0.7em;
  color: #404040;
  line-height: 1;
  font-size: 27px;
  font-size: 1.6875rem;
}
.entry-content ol,
.template-section ol {
  counter-reset: counter;
}
.entry-content ol li::before,
.template-section ol li::before {
  content: counter(counter) ".";
  counter-increment: counter;
  color: #404040;
  line-height: 1.1;
  font-size: 21px;
  font-size: 1.3125rem;
}
.entry-content figure,
.template-section figure {
  margin: 30px 0;
  width: 100%;
  max-width: 100%;
}
.entry-content table,
.template-section table {
  width: 100% !important;
  border-spacing: 0;
  border-collapse: collapse;
}
.entry-content table tr,
.template-section table tr {
  background-color: #ffffff;
  color: #030000;
  border-color: #ffffff;
}
.entry-content table tr td,
.entry-content table tr th,
.template-section table tr td,
.template-section table tr th {
  padding: 8px 10px;
  line-height: 1.3;
  font-family: "Funnel Sans", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
}
.entry-content table tr:nth-child(odd),
.template-section table tr:nth-child(odd) {
  background-color: #f0f0f0;
  color: #030000;
  border-color: #f0f0f0;
}
.entry-content blockquote,
.template-section blockquote {
  min-height: 110px;
  margin: 30px 0;
  padding: 15px;
  border-left: 10px solid #000000;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  background: url("images/double-quote.svg") no-repeat top right 10px rgba(0, 0, 0, 0.2);
  background-size: auto 100px;
  font-family: "Funnel Sans", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 23px;
  font-size: 1.4375rem;
}
.entry-content blockquote::before, .entry-content blockquote::after,
.template-section blockquote::before,
.template-section blockquote::after {
  content: none;
}
.entry-content blockquote p,
.template-section blockquote p {
  margin: 0;
  padding: 0;
}
.entry-content pre,
.template-section pre {
  padding: 15px;
  margin: 1em 0;
  border-left: 5px solid #000000;
  color: #ffffff;
  background: rgb(114.75, 114.75, 114.75) none repeat scroll 0 0;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
.entry-content .aligncenter,
.entry-content .alignnone,
.template-section .aligncenter,
.template-section .alignnone {
  max-width: 100%;
  display: block;
  margin: 50px auto;
}
.entry-content .alignleft,
.template-section .alignleft {
  max-width: 100%;
  float: left;
  margin: 25px 30px 20px 0;
}
.entry-content .alignright,
.template-section .alignright {
  max-width: 100%;
  float: right;
  margin: 25px 0 20px 30px;
}
.entry-content .circle,
.template-section .circle {
  display: block;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-clip: border-box !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .entry-content,
  .template-section {
    font-size: 16px;
    font-size: 1rem;
  }
  .entry-content h2,
  .template-section h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .entry-content h3,
  .template-section h3 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .entry-content h4,
  .template-section h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .entry-content h5,
  .template-section h5 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .entry-content h6,
  .template-section h6 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .entry-content table tr td,
  .entry-content table tr th,
  .template-section table tr td,
  .template-section table tr th {
    padding: 6px 12px;
    line-height: 1.2;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .entry-content ul li::before,
  .template-section ul li::before {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .entry-content ol li::before,
  .template-section ol li::before {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-content,
  .template-section {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .entry-content h2,
  .template-section h2 {
    font-size: 39px;
    font-size: 2.4375rem;
  }
  .entry-content h3,
  .template-section h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .entry-content h4,
  .template-section h4 {
    font-size: 31px;
    font-size: 1.9375rem;
  }
  .entry-content h5,
  .template-section h5 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .entry-content h6,
  .template-section h6 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .entry-content table tr td,
  .entry-content table tr th,
  .template-section table tr td,
  .template-section table tr th {
    font-size: 16px;
    font-size: 1rem;
  }
  .entry-content ul li::before,
  .template-section ul li::before {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .entry-content ol li::before,
  .template-section ol li::before {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .entry-content h2,
  .template-section h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .entry-content h3,
  .template-section h3 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .entry-content h4,
  .template-section h4 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .entry-content h5,
  .template-section h5 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .entry-content h6,
  .template-section h6 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.wpcf7 {
  font-size: 20px;
  font-size: 1.25rem;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 form {
  *zoom: 1;
}
.wpcf7 form:before, .wpcf7 form:after {
  content: " ";
  display: table;
}
.wpcf7 form:after {
  clear: both;
}
.wpcf7 form .form-row {
  margin: 10px 0;
}
.wpcf7 form .form-row.form-row-wide {
  float: left;
  width: 100%;
}
.wpcf7 form .form-row.form-row-first {
  float: left;
  width: 49%;
  margin-right: 1%;
  clear: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .form-row.form-row-first {
    width: 100%;
    margin-right: 0;
  }
}
.wpcf7 form .form-row.form-row-last {
  float: left;
  width: 49%;
  margin-left: 1%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .form-row.form-row-last {
    width: 100%;
    margin-left: 0;
  }
}
.wpcf7 form .form-row.form-row-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.wpcf7 form .form-row > p {
  margin: 0;
}
.wpcf7 form .wpcf7-radio,
.wpcf7 form .wpcf7-checkbox,
.wpcf7 form .wpcf7-acceptance {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .wpcf7-radio,
  .wpcf7 form .wpcf7-checkbox,
  .wpcf7 form .wpcf7-acceptance {
    margin-bottom: 25px;
  }
}
.wpcf7 form .wpcf7-radio [type=checkbox] + label,
.wpcf7 form .wpcf7-radio [type=checkbox] + span,
.wpcf7 form .wpcf7-radio [type=radio] + label,
.wpcf7 form .wpcf7-radio [type=radio] + span,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + label,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + span,
.wpcf7 form .wpcf7-checkbox [type=radio] + label,
.wpcf7 form .wpcf7-checkbox [type=radio] + span,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + span,
.wpcf7 form .wpcf7-acceptance [type=radio] + label,
.wpcf7 form .wpcf7-acceptance [type=radio] + span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 45px);
  padding: 8px 20px 0 20px;
  line-height: 1.7;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .wpcf7-radio [type=checkbox] + label,
  .wpcf7 form .wpcf7-radio [type=checkbox] + span,
  .wpcf7 form .wpcf7-radio [type=radio] + label,
  .wpcf7 form .wpcf7-radio [type=radio] + span,
  .wpcf7 form .wpcf7-checkbox [type=checkbox] + label,
  .wpcf7 form .wpcf7-checkbox [type=checkbox] + span,
  .wpcf7 form .wpcf7-checkbox [type=radio] + label,
  .wpcf7 form .wpcf7-checkbox [type=radio] + span,
  .wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
  .wpcf7 form .wpcf7-acceptance [type=checkbox] + span,
  .wpcf7 form .wpcf7-acceptance [type=radio] + label,
  .wpcf7 form .wpcf7-acceptance [type=radio] + span {
    padding-top: 10px;
  }
}
.wpcf7 form .wpcf7-radio [type=checkbox] + label a,
.wpcf7 form .wpcf7-radio [type=checkbox] + span a,
.wpcf7 form .wpcf7-radio [type=radio] + label a,
.wpcf7 form .wpcf7-radio [type=radio] + span a,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + label a,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + span a,
.wpcf7 form .wpcf7-checkbox [type=radio] + label a,
.wpcf7 form .wpcf7-checkbox [type=radio] + span a,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + label a,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + span a,
.wpcf7 form .wpcf7-acceptance [type=radio] + label a,
.wpcf7 form .wpcf7-acceptance [type=radio] + span a {
  background: none;
  font-weight: 700;
  -webkit-transition: color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}
.wpcf7 form .wpcf7-radio [type=checkbox] + label a:hover,
.wpcf7 form .wpcf7-radio [type=checkbox] + span a:hover,
.wpcf7 form .wpcf7-radio [type=radio] + label a:hover,
.wpcf7 form .wpcf7-radio [type=radio] + span a:hover,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + label a:hover,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + span a:hover,
.wpcf7 form .wpcf7-checkbox [type=radio] + label a:hover,
.wpcf7 form .wpcf7-checkbox [type=radio] + span a:hover,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + label a:hover,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + span a:hover,
.wpcf7 form .wpcf7-acceptance [type=radio] + label a:hover,
.wpcf7 form .wpcf7-acceptance [type=radio] + span a:hover {
  color: #16DB93;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item,
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item,
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item {
  margin: 23px 0;
}
.wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + span {
  padding-right: 0;
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
  .wpcf7 form .wpcf7-acceptance [type=checkbox] + span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.wpcf7 form .wpcf7-acceptance.wpcf7-not-valid [type=checkbox]:not(:checked) {
  border: solid 1px #DB3416;
}
.wpcf7 form .wpcf7-response-output {
  float: left;
  width: 100%;
  margin: 20px 0;
  line-height: 1.3;
  padding: 10px 25px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.wpcf7 form .wpcf7-validation-errors,
.wpcf7 form .wpcf7-acceptance-missing {
  border: 2px solid #DB3416;
  background-color: rgb(251.3941908714, 224.0228215768, 219.1058091286);
  color: #ffffff;
}
.wpcf7 form .wpcf7-mail-sent-ng,
.wpcf7 form .wpcf7-aborted {
  border: 2px solid #DB3416;
  background-color: rgb(251.3941908714, 224.0228215768, 219.1058091286);
  color: #ffffff;
}
.wpcf7 form .wpcf7-not-valid {
  border-color: #DB3416;
}
.wpcf7 form .wpcf7-not-valid + .fileinput .filename {
  border-top: 1px solid #DB3416;
  border-bottom: 1px solid #DB3416;
  border-left: 1px solid #DB3416;
}
.wpcf7 form .wpcf7-not-valid + .fileinput .filebutton {
  border-top: 1px solid #DB3416;
  border-bottom: 1px solid #DB3416;
  border-right: 1px solid #DB3416;
}
.wpcf7 form .wpcf7-not-valid-tip {
  display: block;
  color: #DB3416;
  font-size: 15px;
  font-size: 0.9375rem;
}
.wpcf7 form .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 form.submitting input[type=submit],
.wpcf7 form.submitting button[type=submit] {
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(22, 219, 147, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.wpcf7 form.submitting input[type=submit]::after,
.wpcf7 form.submitting button[type=submit]::after {
  content: "";
  right: 37px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(22, 219, 147, 0.3);
  border-top: 3px solid #16DB93;
  border-radius: 50%;
  background-image: none;
  filter: brightness(1) invert(0);
  animation: formSubmitting 0.8s linear infinite;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form.submitting input[type=submit]::after,
  .wpcf7 form.submitting button[type=submit]::after {
    right: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wpcf7 form.submitting input[type=submit]::after,
  .wpcf7 form.submitting button[type=submit]::after {
    right: 27px;
  }
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.failed .wpcf7-response-output {
  border: 2px solid #DB3416;
  background-color: rgb(251.3941908714, 224.0228215768, 219.1058091286);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
  border: 2px solid #ffc107;
  background-color: rgb(255, 250.375, 236.5);
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid #16DB93;
  background-color: rgb(219.1058091286, 251.3941908714, 239.5933609959);
}