/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
 html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
.w-code-component > * {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
:root {
  --isabelline: #f4f0ed;
  --oxford-blue: #031332;
  --earth-yellow: #d9aa6e;
  --white: white;
  --transparent: #fff0;
  --champagne-pink: #dcc8ba;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--isabelline);
  color: var(--oxford-blue);
  font-family: Noto Serif Georgian, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif Georgian, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif Georgian, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.35;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif Georgian, sans-serif;
  font-size: 34px;
  font-weight: 300;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans Georgian, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

a, a:hover {
  text-decoration: none;
}

ul {
  margin-bottom: 0;
  padding-left: 34px;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 34px;
}

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

blockquote {
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 21px;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 5rem 1.25rem;
  display: flex;
  overflow: auto;
}

.utility-page_form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-global {
  flex: 1;
  padding-left: 34px;
  padding-right: 34px;
}

.padding-global.is-flex {
  flex-flow: column;
  display: flex;
}

.form_input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--earth-yellow);
  color: var(--oxford-blue);
  background-color: #0000;
  border-radius: 0;
  align-self: stretch;
  margin-bottom: 0;
  padding: 0 0 21px;
  font-size: 21px;
  line-height: 1;
  transition: border-color .2s;
  display: block;
  position: relative;
}

.form_input:hover {
  border-bottom-color: var(--oxford-blue);
}

.form_input:focus {
  border-bottom-color: var(--oxford-blue);
  outline-style: none;
}

.form_input::placeholder {
  color: var(--oxford-blue);
}

.page-wrapper {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.main-wrapper {
  flex: 1;
}

.button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--earth-yellow);
  color: var(--oxford-blue);
  text-align: center;
  text-transform: uppercase;
  border-style: none;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 21px 8px 3px;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s cubic-bezier(.28, 0, .14, 1);
  display: flex;
}

.button:hover {
  background-color: var(--white);
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: 0 0 13px #dcc8ba80;
}

.button.is-white {
  background-color: var(--white);
}

.button.is-disabled {
  opacity: .3;
  pointer-events: none;
}

.section_fullscreen-hero {
  flex-flow: column;
  height: 100svh;
  min-height: 470px;
  transition: background-color .4s cubic-bezier(.28, 0, .14, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_fullscreen-hero.is-project {
  height: auto;
  min-height: 100svh;
}

.what-we-do_img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 120%;
  position: absolute;
  inset: 0%;
}

.header {
  z-index: 100;
  color: var(--earth-yellow);
  padding-bottom: 1px;
  padding-left: 34px;
  padding-right: 34px;
  font-family: Noto Sans Georgian, sans-serif;
  font-weight: 500;
  transition: transform .6s cubic-bezier(.28, 0, .14, 1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header.is-scroll {
  color: var(--oxford-blue);
}

.header.is-dark-transparent {
  background-color: #0f0f0f66;
}

.header_inner {
  z-index: 3;
  border-bottom: 1px solid var(--earth-yellow);
  justify-content: center;
  align-items: center;
  height: 89px;
  padding-left: 89px;
  padding-right: 89px;
  transition: height .4s cubic-bezier(.28, 0, .14, 1);
  display: flex;
  position: relative;
}

.header_inner.is-scroll {
  height: 55px;
}

.header_logo-link {
  z-index: 2;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 80%;
  display: flex;
  position: relative;
}

.header_logo-img {
  width: auto;
  max-width: none;
  height: 55px;
  max-height: 100%;
  transition: height .4s cubic-bezier(.28, 0, .14, 1);
}

.header_logo-img.is-scroll {
  height: 34px;
}

.header_logo-img.is-project {
  object-fit: contain;
  max-width: 100%;
  height: auto;
}

.header_nav-list-inner {
  z-index: 2;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 123px;
  padding-bottom: 123px;
  display: flex;
  position: relative;
  overflow: auto;
}

.header_nav-link {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.18;
  text-decoration: none;
  transition: opacity .3s;
}

.header_nav-link.w--current {
  opacity: 1;
  color: #1e2818;
  text-decoration: underline;
}

.header_nav-button-wrapper {
  grid-row-gap: 10px;
  color: var(--oxford-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header_nav-button-line {
  background-color: currentColor;
  width: 16px;
  height: 2px;
}

.header_right {
  z-index: 3;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header_nav-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 40px;
  transition: color .4s cubic-bezier(.28, 0, .14, 1), background-color .4s cubic-bezier(.28, 0, .14, 1), padding .4s cubic-bezier(.28, 0, .14, 1);
  display: flex;
  position: relative;
  box-shadow: 0 0 13px #dcc8ba80;
}

.header_nav-button.is-active {
  background-color: var(--oxford-blue);
  color: var(--earth-yellow);
}

.header_nav-button.is-scroll {
  background-color: var(--transparent);
  box-shadow: none;
}

.header_nav-button.is-scroll.is-active {
  background-color: var(--oxford-blue);
}

.header_nav-button.is-dark-bg {
  background-color: var(--earth-yellow);
}

.header_nav-button.is-dark-bg.is-active {
  color: var(--oxford-blue);
}

.header_left {
  z-index: 3;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.header_search-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  color: var(--oxford-blue);
  border-radius: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 40px;
  display: flex;
  box-shadow: 0 0 13px #dcc8ba80;
}

.header_search-button.is-scroll {
  background-color: var(--transparent);
  box-shadow: none;
}

.header_search-button.is-dark-bg {
  background-color: var(--earth-yellow);
}

.header_nav-list {
  color: var(--oxford-blue);
  height: 100vh;
  transition: top .4s cubic-bezier(.28, 0, .14, 1);
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.header_nav-button-icon {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header_nav-button-text {
  text-transform: uppercase;
  font-weight: 500;
  display: none;
}

.lang_toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  border-radius: 21px;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding: 0 13px;
  transition: background-color .4s cubic-bezier(.28, 0, .14, 1), color .4s cubic-bezier(.28, 0, .14, 1), padding .4s cubic-bezier(.28, 0, .14, 1);
  display: flex;
  box-shadow: 0 0 13px #dcc8ba80;
}

.lang_toggle.w--open {
  color: var(--oxford-blue);
}

.lang_toggle.is-residence {
  background-color: var(--earth-yellow);
  box-shadow: none;
}

.lang_toggle.is-residence:hover {
  background-color: var(--white);
  box-shadow: 0 0 13px #dcc8ba80;
}

.lang_toggle-text {
  z-index: 2;
  color: var(--oxford-blue);
  position: relative;
}

.lang_dropdown {
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  display: none;
}

.lang_list {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: var(--champagne-pink);
  border-radius: 21px;
  flex-flow: column;
  padding-top: 40px;
  top: 0;
  overflow: hidden;
}

.lang_list.w--open {
  background-color: var(--champagne-pink);
  border-radius: 21px;
  top: 0;
}

.header_right-icon {
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: none;
}

.lang_option {
  margin-left: 0;
  margin-right: 0;
  padding: 8px 13px;
  transition: background-color .4s cubic-bezier(.28, 0, .14, 1);
}

.lang_option:hover {
  background-color: var(--earth-yellow);
}

.lang_toggle-icon {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.header_search-icon.is-hide-mobile {
  display: none;
}

.header_nav-button-text-wrapper {
  display: none;
  position: relative;
}

.header_nav-icon {
  color: var(--earth-yellow);
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-padding {
  flex: none;
  height: 89px;
  transition: height .4s cubic-bezier(.28, 0, .14, 1);
}

.home-hero_swiper {
  flex-flow: column;
  flex: 1;
  padding-top: 34px;
  padding-bottom: 34px;
  transition: padding .7s cubic-bezier(0, .25, .07, 1);
  display: flex;
  position: relative;
}

.home-hero_swiper-list {
  flex: 1;
  margin-right: -21px;
  display: flex;
}

.home-hero_slide {
  flex-flow: column;
  flex: 1;
  min-width: calc(33.33% - 21px);
  display: flex;
  position: relative;
}

.home-hero_img-wrapper {
  transition: margin .6s cubic-bezier(.42, 0, .1, 1);
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform: translate(0);
}

.home-hero_img-wrapper.is-hover {
  margin: -34px;
}

.home-hero_img-wrapper.is-top {
  z-index: 3;
  opacity: 0;
  transition: opacity .6s cubic-bezier(.42, 0, .1, 1), margin .6s cubic-bezier(.42, 0, .1, 1);
}

.home-hero_img-wrapper.is-top.is-hover {
  opacity: 1;
}

.home-hero_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(.42, 0, .1, 1);
  position: absolute;
  inset: 0;
  transform: scale(1.08);
}

.home-hero_slide-inner {
  z-index: 4;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 55px;
  padding-left: 55px;
  padding-right: 55px;
  transition: opacity .8s cubic-bezier(.42, 0, .1, 1);
  display: flex;
  position: relative;
}

.home-hero_slide-inner.is-v2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  padding-top: 34px;
  padding-left: 34px;
  padding-right: 34px;
}

.card-arrow {
  z-index: 3;
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 110px;
  transition: transform .8s cubic-bezier(.42, 0, 0, 1), padding .8s cubic-bezier(.42, 0, 0, 1), width .8s cubic-bezier(.42, 0, 0, 1), opacity .8s cubic-bezier(.42, 0, .1, 1);
  display: flex;
  position: relative;
}

.card-arrow:hover {
  padding-left: 29px;
  padding-right: 29px;
}

.card-arrow:active {
  transform: scale(.8);
}

.card-arrow.is-insights {
  width: 140px;
  height: auto;
  margin-bottom: 34px;
}

.card-arrow.is-insights:hover {
  padding-left: 0;
  padding-right: 0;
}

.card-arrow.is-swiper {
  opacity: 1;
}

.card-arrow.is-popup {
  width: 140px;
  height: auto;
}

.card-arrow.is-popup:hover {
  padding-left: 0;
  padding-right: 0;
}

.card-arrow-body {
  background-color: var(--earth-yellow);
  border-radius: 1px 0 0 1px;
  width: 0%;
  height: 2px;
  transition: width .8s cubic-bezier(.42, 0, .1, 1);
}

.card-arrow-body.is-swiper {
  width: 100%;
}

.cardarrow-icon {
  justify-content: center;
  align-items: center;
  margin-left: -5px;
  display: flex;
}

.cardarrow-icon.is-left {
  margin-left: 0;
  margin-right: -5px;
}

.home-hero_img-overlay {
  background-image: linear-gradient(#03133200, #03133299);
  position: absolute;
  inset: 0;
}

.home-hero_logo {
  transform-origin: 0 100%;
  object-fit: contain;
  object-position: 0% 100%;
  max-height: 100%;
}

.home-hero_slide-overlay {
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  background-color: #03133266;
  transition: opacity .8s cubic-bezier(.42, 0, .1, 1);
  position: absolute;
  inset: 0;
}

.sticky-arrow_inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 2px solid var(--champagne-pink);
  color: var(--earth-yellow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  transition: margin .3s ease-in-out, background-color .3s ease-in-out, height .3s ease-in-out, width .3s ease-in-out;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.sticky-arrow_inner:active {
  border-color: var(--earth-yellow);
  color: var(--earth-yellow);
  background-color: #102e5033;
  width: 80px;
  height: 80px;
}

.sticky-arrow_inner.is-arrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--champagne-pink);
}

.sticky-arrow {
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  transition: opacity .4s ease-in-out;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.header_nav-bg {
  background-color: var(--isabelline);
  transform-origin: 50% 0;
  position: absolute;
  inset: 0;
}

.section_home-intro {
  padding-top: 21px;
  position: relative;
}

.h2-wrapper {
  border-bottom: 1px solid var(--earth-yellow);
  padding-bottom: 34px;
  padding-right: 33.33vw;
}

.h2-wrapper.is-button {
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.home-intro_content {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 16.66vw;
  font-size: 21px;
  display: flex;
}

.button_icon {
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity .4s cubic-bezier(.28, 0, .14, 1);
  display: flex;
}

.bg-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.section_benefits-swiper {
  padding-top: 89px;
  padding-bottom: 144px;
  overflow: hidden;
}

.benefits-swiper {
  padding-left: 16.66vw;
  padding-right: 25vw;
  position: relative;
}

.benefits-swiper_list {
  display: flex;
}

.benefits-swiper_wrapper {
  padding-left: 34px;
  padding-right: 34px;
}

.benefits-swiper_slide {
  aspect-ratio: 530 / 470;
  flex: none;
  width: 100%;
  position: relative;
}

.benefits-swiper_img-wrapper {
  transition: transform 1s cubic-bezier(.42, 0, .16, 1);
  position: absolute;
  inset: 0 0;
  overflow: hidden;
  transform: scale(.7);
}

.benefits-swiper_img {
  object-fit: cover;
  width: 110%;
  max-width: 110%;
  height: 100%;
  margin-left: -10%;
  position: absolute;
  inset: 0;
}

.benefits-swiper_slide-inner {
  color: var(--isabelline);
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 55px;
  display: flex;
  position: relative;
}

.benefits-swiper_name-wrapper {
  opacity: 0;
  flex: none;
  align-self: stretch;
  margin: auto -120px;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.3;
  transition: opacity 1s cubic-bezier(.42, 0, .16, 1);
  position: relative;
}

.benefits-swiper_name {
  color: var(--oxford-blue);
  transition: transform 1s cubic-bezier(.42, 0, .16, 1);
  transform: translate(-55px);
}

.benefits-swiper_name-mask {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0 65px;
  overflow: hidden;
}

.benefits-swiper_name-mask-text {
  align-self: stretch;
  transition: transform 1s cubic-bezier(.42, 0, .16, 1);
  position: absolute;
  top: 0;
  left: -65px;
  right: -65px;
  transform: translate(-55px);
}

.benefits-swiper_descr {
  opacity: 0;
  transition: opacity 1s cubic-bezier(.42, 0, .16, 1);
}

.benefits-swiper_arrows {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0 -34px;
}

.benefits-swiper_arrow-left, .benefits-swiper_arrow-right {
  pointer-events: auto;
}

.benefits-swiper_arrow-icon {
  display: none;
}

.section_fullscreen-swiper {
  background-color: var(--white);
  height: 100svh;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.fullscreen-swiper_load-screen {
  grid-column-gap: 21px;
  grid-row-gap: 0vh;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-top: 5vh;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
}

.fullscreen-swiper_load-row {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 33.33vw;
  grid-auto-columns: 1fr;
  display: grid;
}

.fullscreen-swiper_load-row.is-3 {
  grid-template-columns: 16.66vw 1fr 33.33vw;
  height: 20vh;
}

.fullscreen-swiper_load-row.is-1 {
  height: 15vh;
}

.fullscreen-swiper_load-img-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.fullscreen-swiper_load-img-wrapper.is-1 {
  aspect-ratio: 126 / 191;
  margin-left: auto;
}

.fullscreen-swiper_load-img-wrapper.is-2 {
  width: 65%;
}

.fullscreen-swiper_load-img-wrapper.is-4 {
  width: 40%;
}

.fullscreen-swiper_load-img-wrapper.is-3 {
  margin-left: -21px;
}

.fullscreen-swiper_load-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.fullscreen-swiper_load-video {
  z-index: 3;
  object-fit: cover;
  width: 200%;
  height: 200%;
  position: absolute;
  inset: 0;
  transform: translate(-25%, -25%);
}

.fullscreen-swiper_load-img-wrapper-main {
  flex: none;
  width: 33.33%;
  height: 28%;
  position: relative;
  overflow: hidden;
}

.fullscreen-swiper_load-logo {
  object-position: 0% 50%;
  max-height: 90%;
  margin-top: auto;
  margin-bottom: auto;
}

.fullscreen-swiper_load-center {
  z-index: 3;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  padding-right: 48px;
  display: flex;
  position: absolute;
  inset: 0;
}

.fullscreen-swiper_load-space {
  height: 32vh;
}

.fullscreen-swiper_wrapper {
  z-index: 3;
  display: block;
  position: absolute;
  inset: 0;
}

.fullscreen-swiper_slide-text {
  font-size: 21px;
  transition: transform .8s cubic-bezier(.165, .84, .44, 1);
}

.fullscreen-swiper_bg-img {
  z-index: 1;
  object-fit: cover;
  width: 103vw;
  max-width: 103vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.fullscreen-swiper_bg-img.is-banner {
  width: calc(100vw - 60px);
}

.fullscreen-swiper_slide {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.hide {
  display: none;
}

.fullscreen-swiper_bg-overlay {
  z-index: 2;
  opacity: .5;
  transform-style: preserve-3d;
  background-color: #0f0f0f;
  position: absolute;
  inset: -5% 0%;
  transform: translateZ(0);
}

.fullscreen-swiper_slide-inner {
  z-index: 4;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  color: var(--champagne-pink);
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
  padding-left: 34px;
  padding-right: 34px;
  transition-property: none;
  transition-duration: 0s;
  transition-timing-function: ease;
  display: flex;
  transform: translateZ(0);
}

.fullscreen-swiper_mask {
  flex-flow: column;
  height: 100%;
}

.fullscreen-swiper_arrow-left {
  z-index: 3;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  padding-bottom: 100px;
  padding-left: 34px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.fullscreen-swiper_bg-wrapper {
  position: absolute;
  inset: 0 -3px;
}

.fullscreen-swiper_bg-wrapper.is-parallax-up {
  height: 110%;
}

.fullscreen-swiper_arrow-right {
  z-index: 3;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-bottom: 100px;
  padding-right: 34px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.fullscreen-swiper_slide-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 16.66vw;
  padding-right: 16.66vw;
  display: flex;
  position: static;
  overflow: hidden;
}

.fullscreen-swiper {
  background-color: var(--transparent);
  height: 100%;
}

.fullscreen-swiper.is-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.fullscreen-swiper_logo {
  transform-origin: 0 100%;
  object-fit: contain;
  object-position: 0% 100%;
  max-height: 100%;
}

.sticky-arrow_line {
  background-color: currentColor;
  flex: none;
  width: 48px;
  height: 2px;
  margin-right: -3px;
  transition-property: background-color, width;
  transition-duration: .3s, .3s;
  transition-timing-function: ease-in-out, ease-in-out;
}

.sticky-arrow_line.is-left {
  margin-left: -3px;
  margin-right: 0;
}

.sticky-arrow_line.is-double {
  background-color: var(--champagne-pink);
  margin-left: -3px;
}

.section_home-map {
  background-image: url('../images/map.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100svh;
  padding-top: 89px;
  padding-bottom: 89px;
  position: relative;
}

.h3-style {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.3;
}

.h3-style.is-medium {
  font-weight: 500;
}

.home-map_content {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 58vw;
  padding-left: 16.66vw;
  display: flex;
}

.home-map_img-wrapper {
  width: 100%;
  height: 412px;
  position: relative;
  overflow: hidden;
}

.home-map_img {
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: relative;
  top: -10%;
}

.home-map_pin-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-bottom: 16%;
  font-size: 34px;
  font-weight: 300;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16%;
}

.home-map_europe {
  text-align: center;
  font-size: 21px;
  transform: rotate(-90deg);
}

.home-map_europe-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 25%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70px;
}

.home-map_asia-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 25%;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 70px;
}

.section_insights-swiper {
  padding-top: 55px;
  padding-bottom: 89px;
  overflow: hidden;
}

.insights-swiper_list {
  padding-left: 16.66vw;
  display: flex;
}

.insights-swiper {
  margin-top: 55px;
  padding-right: 8.33vw;
}

.insights_img-wrapper {
  aspect-ratio: 530 / 308;
  flex: none;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.insights_img-inner {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-left: 34px;
  padding-right: 34px;
  transition: transform .5s cubic-bezier(.42, 0, .16, 1);
  display: flex;
  position: absolute;
  inset: 0 0 -34px;
}

.insights-swiper_img {
  object-fit: cover;
  width: 110%;
  max-width: 110%;
  height: 100%;
  margin-left: -10%;
  position: absolute;
  inset: 0;
}

.insights_hover-overlay {
  z-index: 2;
  opacity: 0;
  background-image: linear-gradient(#0313324d, #031332cc);
  transition: opacity .5s cubic-bezier(.42, 0, .16, 1);
  position: absolute;
  inset: 0;
}

.insights_info {
  z-index: 3;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.insights_tag {
  background-color: var(--earth-yellow);
  text-transform: uppercase;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-left: 13px;
  padding-right: 13px;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.insights_tag.is-white {
  background-color: var(--white);
}

.insights_tag.is-champagne-pink {
  background-color: var(--champagne-pink);
}

.insights_tag.is-link {
  transition: opacity .3s;
}

.insights_tag.is-link:hover {
  opacity: .8;
}

.insights_tag.is-black {
  background-color: var(--oxford-blue);
  color: var(--isabelline);
}

.insights_date {
  color: var(--earth-yellow);
}

.insights-swiper_slide {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66.64vw;
  padding-right: 8.33vw;
  font-size: 21px;
  display: flex;
}

.text-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--earth-yellow);
  text-transform: uppercase;
  flex-flow: column;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.text-link.is-dark {
  color: var(--oxford-blue);
}

.text-link.is-light {
  color: var(--champagne-pink);
  transition: color .2s;
}

.text-link.is-light:hover {
  color: var(--earth-yellow);
}

.text-link.is-disabled {
  opacity: .4;
  pointer-events: none;
}

.text-link_text {
  min-height: 21px;
}

.text-link_text.is-slave {
  position: absolute;
}

.insights_img-overlay {
  z-index: 2;
  background-image: linear-gradient(#0f0f0f00, #0f0f0f80 90%);
  transition: opacity .5s cubic-bezier(.42, 0, .16, 1);
  position: absolute;
  inset: 0;
}

.sticky-arrow_line-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  transition: width .3s ease-in-out;
  display: flex;
}

.footer_form-section {
  background-color: var(--white);
  padding-top: 55px;
  padding-bottom: 55px;
}

.footer-form_heading-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  display: flex;
}

.footer-form {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_submit-wrapper {
  position: relative;
}

.form_submit {
  z-index: 2;
  background-color: var(--transparent);
  cursor: pointer;
  border-radius: 40px;
  position: absolute;
  inset: 0;
}

.form_submit:focus-visible {
  outline-color: var(--oxford-blue);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.form_submit[data-wf-focus-visible] {
  outline-color: var(--oxford-blue);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.form_success {
  background-color: var(--transparent);
  text-align: left;
  padding: 0;
}

.form_success:focus {
  outline-style: none;
}

.form_success:focus-visible {
  outline-style: none;
}

.form_success[data-wf-focus-visible] {
  outline-style: none;
}

.form_success-buttons {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 34px;
  display: flex;
}

.black-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--oxford-blue);
  color: var(--isabelline);
  text-align: center;
  border-style: none;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 21px 8px 13px;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s cubic-bezier(.28, 0, .14, 1);
  display: flex;
}

.black-button:hover {
  background-color: var(--white);
  color: var(--oxford-blue);
  box-shadow: 0 0 13px #dcc8ba80;
}

.footer_form-block {
  margin-bottom: 0;
}

.footer_form-images {
  display: none;
}

.footer_main-section {
  background-color: var(--oxford-blue);
  color: var(--champagne-pink);
  background-image: url('../images/footer-bg.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 55px;
  padding-bottom: 55px;
}

.footer_inner {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  display: flex;
}

.footer_info-block {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  display: flex;
}

.footer_info-inner {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-style: normal;
  display: flex;
}

.footer_contact-item {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  font-size: 34px;
  font-weight: 300;
  display: flex;
}

.footer_menu {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.footer_menu-col {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_menu-col.is-social-mobile {
  display: none;
}

.footer_menu-divider {
  background-color: var(--earth-yellow);
  opacity: .3;
  width: 100%;
  height: 2px;
}

.footer_bottom {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.header_bg {
  background-color: var(--earth-yellow);
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  inset: 0 -34px -1px;
}

.header_bg.is-dark-transparent {
  background-color: var(--oxford-blue);
}

.contact-nav_wrapper {
  z-index: 110;
  pointer-events: none;
  padding: 34px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-nav {
  background-color: var(--oxford-blue);
  pointer-events: auto;
  border: 2px solid #d9aa6e99;
  border-radius: 34px;
  justify-content: space-between;
  align-items: center;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
  position: relative;
}

.contact-nav.is-opened {
  border-radius: 16px;
}

.contact-nav_item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--earth-yellow);
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.contact-nav_divider {
  background-color: var(--earth-yellow);
  border-radius: 1px;
  flex: none;
  width: 2px;
  height: 16px;
}

.contact-nav_trigger {
  position: absolute;
  inset: 0;
}

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

.contact-nav_item-el {
  display: none;
}

.home-intro_bg-video-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.bg-video-overlay {
  background-image: linear-gradient(180deg, var(--isabelline), #f4f0ed00 10%, #f4f0ed00 90%, var(--isabelline));
  position: absolute;
  inset: 0;
}

.site-menu {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.loader {
  z-index: 200;
  background-color: var(--oxford-blue);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 55px;
  padding-left: 34px;
  padding-right: 34px;
  display: none;
  position: fixed;
  inset: 0;
}

.loader_progress {
  z-index: 2;
  background-color: var(--earth-yellow);
  width: 0%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.loader_text {
  z-index: 2;
  color: var(--earth-yellow);
  font-size: 55px;
  font-weight: 300;
  position: relative;
}

.card-arrow_circle {
  opacity: 0;
  border: 2px solid #d9aa6e80;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  transition: border-color .8s cubic-bezier(.42, 0, 0, 1), transform .8s cubic-bezier(.42, 0, 0, 1), opacity .8s cubic-bezier(.42, 0, 0, 1);
  position: absolute;
  right: 0;
  transform: scale(1.4);
}

.card-arrow_circle:active {
  border-color: #d9aa6e;
}

.card-arrow_circle.is-left {
  left: 0;
  right: auto;
}

.cookie_wrapper {
  z-index: 120;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
  position: fixed;
  bottom: 21px;
  left: 0;
  right: 0;
}

.cookie_inner {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: var(--white);
  pointer-events: auto;
  border-radius: 21px;
  justify-content: center;
  align-items: center;
  padding: 13px 21px;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: background-color .4s cubic-bezier(.28, 0, .14, 1);
  display: flex;
}

.close {
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: transform .3s ease-in-out;
  display: flex;
}

.close:hover {
  transform: rotate(90deg);
}

.close:active {
  transform: scale(.8)rotate(90deg);
}

.section_hero {
  padding-top: 34px;
  padding-bottom: 34px;
}

.projects_list {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  margin-top: 34px;
  display: flex;
}

.projects_item {
  position: relative;
  overflow: hidden;
}

.projects_item-inner {
  z-index: 2;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  color: var(--champagne-pink);
  background-image: linear-gradient(90deg, #031332e6, #03133233 76%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 610px;
  padding: 89px 55px 55px;
  font-size: 21px;
  display: flex;
  position: relative;
}

.buttons {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.projects_item-img {
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: -20% 0 0;
}

.projects_item-descr {
  max-width: 480px;
}

.projects_item-logo {
  object-fit: contain;
  object-position: 0% 100%;
  width: auto;
  height: 144px;
}

.loader_letter {
  object-fit: contain;
  object-position: 100% 100%;
  width: auto;
  height: 80%;
  position: absolute;
  bottom: 0;
  right: 55px;
}

.opened-menu-space {
  height: 0;
  transition: height .7s ease-in-out;
}

.opened-menu-space.is-active {
  flex: none;
}

.project-hero_swiper-inner {
  z-index: 2;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  color: var(--champagne-pink);
  background-image: linear-gradient(90deg, #031332e6, #03133233 76%);
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 55px;
  font-size: 21px;
  display: flex;
}

.project-hero_swiper-inner.is-fullscreen {
  background-image: linear-gradient(90deg, #031332e6, #03133233 76%);
  padding-top: 144px;
  top: 0;
  bottom: 0;
}

.project-hero_swiper-wrapper {
  flex-flow: column;
  flex: 1;
  margin-top: 34px;
  margin-bottom: 34px;
  transition: padding .7s ease-in-out;
  display: flex;
  position: relative;
}

.project-hero_swiper-wrapper.is-fullscreen {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.types-swiper {
  margin-top: 55px;
  padding-right: 8.33vw;
}

.types-swiper_list {
  padding-left: 16.66vw;
  display: flex;
}

.types-swiper_slide {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  padding-right: 8.33vw;
  font-size: 16px;
  display: flex;
}

.types-swiper_item {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  aspect-ratio: 714 / 900;
  background-color: var(--oxford-blue);
  color: var(--isabelline);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 34px;
  transition: padding .7s cubic-bezier(.42, 0, .16, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.types-swiper_item:hover {
  padding-bottom: 100px;
}

.types-swiper_img-wrapper {
  transition: right .7s cubic-bezier(.42, 0, .16, 1);
  position: absolute;
  inset: 0 -10% 0 0;
}

.types-swiper_img {
  object-fit: cover;
  width: 110%;
  max-width: 110%;
  height: 100%;
  margin-left: -10%;
  position: absolute;
  inset: 0;
}

.types-swiper_img-overlay {
  z-index: 2;
  background-image: linear-gradient(#03133200, #031332e6);
  transition: opacity .5s cubic-bezier(.42, 0, .16, 1);
  position: absolute;
  inset: 0;
}

.types-swiper_item-inner {
  z-index: 2;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.types-swiper_button-wrapper {
  z-index: 2;
  opacity: 0;
  transition: opacity .7s cubic-bezier(.42, 0, .16, 1);
  position: absolute;
  bottom: 34px;
  left: 34px;
}

.section_project-visual {
  padding-top: 55px;
  padding-bottom: 55px;
  position: relative;
}

.section_types-swiper {
  padding-top: 55px;
  padding-bottom: 55px;
  overflow: hidden;
}

.project-visual_wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 55px;
  display: grid;
  position: relative;
}

.project-visual_img-block {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.info_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.project-visual_img-wrapper {
  position: relative;
}

.project-visual_img {
  width: 100%;
}

.project-visual_bg-video-wrapper {
  z-index: -1;
  height: 50vw;
  position: absolute;
  top: 35vw;
  left: 0;
  right: 0;
  overflow: hidden;
}

.project-visual_info-block {
  grid-column-gap: 4.165vw;
  grid-row-gap: 4.165vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.project-visual_info-col {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.project_info-item {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  border-bottom: 1px solid var(--earth-yellow);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 34px;
  display: flex;
}

.project_info-item.is-last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.project-visual_divider {
  background-color: var(--earth-yellow);
  width: 1px;
}

.project-visual_types-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.project-visual_types-item {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  cursor: pointer;
  border-radius: 21px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  font-size: 16px;
  transition: color .4s cubic-bezier(.28, 0, .14, 1), background-color .4s cubic-bezier(.28, 0, .14, 1);
  display: flex;
}

.project-visual_types-item:hover {
  background-color: var(--oxford-blue);
  color: var(--earth-yellow);
}

.project-visual_types-number {
  border: 2px solid var(--earth-yellow);
  background-color: var(--earth-yellow);
  color: var(--oxford-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.project-visual_types-number.is-v2 {
  background-color: var(--oxford-blue);
  color: var(--earth-yellow);
  flex: none;
}

.project-visual_types-number.is-v3 {
  background-color: var(--champagne-pink);
}

.project-visual_types-number.is-v4 {
  background-color: var(--white);
}

.project-visual_types-number.is-v6 {
  color: var(--isabelline);
  background-color: #5e687b;
  flex: none;
}

.project-visual_types-number.is-v5 {
  background-color: var(--oxford-blue);
  color: var(--isabelline);
  flex: none;
}

.project-visual_overview-list {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.project-visual_overview-item {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.project-visual_overview-number {
  font-size: 34px;
  font-weight: 300;
}

.project-visual_overview-number-small {
  font-size: 21px;
}

.button-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--oxford-blue);
  color: var(--isabelline);
  text-align: left;
  text-transform: uppercase;
  border-style: none;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 21px 8px 13px;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s cubic-bezier(.28, 0, .14, 1);
  display: flex;
}

.button-icon:hover {
  background-color: var(--white);
  color: var(--oxford-blue);
}

.project-visual_img-number-wrapper {
  position: absolute;
  top: 50%;
  left: 23%;
  transform: translate(-50%, -50%);
}

.section_resort-management {
  padding-top: 55px;
  padding-bottom: 55px;
}

.resort-management_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 41.65vw;
  grid-auto-columns: 1fr;
  padding-top: 55px;
  display: flex;
}

.resort-management_left {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  width: 50%;
  padding-right: 4.165vw;
  display: flex;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.img-parallax-down {
  width: 100%;
  margin-top: -100px;
}

.project_services {
  grid-column-gap: 21px;
  grid-row-gap: 55px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line-item {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  padding-bottom: 21px;
  display: flex;
  position: relative;
}

.project_services-item-inner {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.project_services-img-wrapper {
  flex: none;
  width: 40px;
}

.project_services-img {
  object-fit: contain;
  object-position: 0% 50%;
  max-height: 100%;
}

.line-item_line-wrapper {
  border-bottom: 1px solid var(--earth-yellow);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.line-item_line {
  background-color: var(--earth-yellow);
  width: 15%;
  height: 3px;
  transition: width .5s cubic-bezier(.42, 0, .09, 1.02);
}

.line-item_line.is-favorite {
  width: 40%;
}

.resort-management_right {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  border-left: 1px solid var(--earth-yellow);
  flex-flow: column;
  flex: 1;
  padding-left: 4.165vw;
  display: flex;
}

.small-text {
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.form_block {
  margin-bottom: 0;
}

.form {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.img-parallax-up {
  width: 100%;
  margin-bottom: -100px;
}

.section_resort-location {
  padding-top: 55px;
  padding-bottom: 55px;
}

.resort-location_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 41.65vw;
  grid-auto-columns: 1fr;
  padding-top: 55px;
  display: flex;
}

.resort-location_map-block {
  border-right: 1px solid var(--earth-yellow);
  flex: none;
  width: 50%;
  padding-right: 4.165vw;
}

.resort-location_map {
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.resort-location_info-block {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  padding-left: 4.165vw;
  display: flex;
}

.resort-location_surrounding-list {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.resort-location_surrounding-item {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 73px 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-left: 13px;
  display: grid;
}

.temperature {
  font-size: 34px;
  font-weight: 300;
}

.section_project-reasons {
  background-color: var(--white);
  padding-top: 55px;
  padding-bottom: 55px;
}

.project-reasons_wrapper {
  grid-column-gap: 8.33vw;
  grid-row-gap: 8.33vw;
  display: flex;
}

.project-reasons_content {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 41.65vw;
  display: flex;
}

.project-reasons_list {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.fullsize-parallax-img {
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: relative;
  top: -10%;
}

.card-arrow_wrapper {
  width: 200px;
  margin-bottom: -21px;
}

.card-arrow_wrapper.is-swiper {
  justify-content: flex-start;
  align-items: center;
  height: 150px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.card-arrow_wrapper.is-swiper--left {
  justify-content: flex-end;
  align-items: center;
  height: 150px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.section_project-concept {
  padding-top: 55px;
  padding-bottom: 55px;
}

.project-concept_wrapper {
  grid-column-gap: 8.33vw;
  grid-row-gap: 8.33vw;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 55px;
  display: flex;
}

.project-concept_card {
  filter: grayscale();
  transition: filter .5s;
  position: relative;
  overflow: hidden;
}

.project-concept_card:hover {
  filter: grayscale(0%);
}

.project-concept_right-img {
  aspect-ratio: 576 / 846;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.project-concept_right-img:hover {
  filter: grayscale(0%);
}

.project-concept_card-inner {
  color: var(--isabelline);
  background-image: linear-gradient(#03133200, #031332e6);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 34px;
  display: flex;
  position: absolute;
  inset: 0;
}

.project-concept_card-title {
  font-weight: 500;
}

.project-concept_left {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 41.65vw;
  display: flex;
}

.project-concept_text-block {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-concept_right {
  padding-top: 125px;
}

.project-concept_left-img {
  aspect-ratio: 858 / 846;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.project-concept_left-img:hover {
  filter: grayscale(0%);
}

.section_faq {
  padding-top: 55px;
  padding-bottom: 55px;
}

.faq_wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.faq_header-wrapper {
  width: 25vw;
  padding-top: 34px;
  padding-right: 21px;
  position: sticky;
  top: 89px;
}

.faq_header {
  font-size: 16px;
  font-weight: 700;
}

.faq_list {
  flex: 1;
}

.faq_toggle {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 34px;
  font-weight: 300;
  display: flex;
}

.faq_number {
  background-color: var(--white);
  text-align: center;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 55px;
  font-size: 34px;
  font-weight: 500;
  transition: width .8s cubic-bezier(.42, 0, 0, .99);
  display: flex;
}

.faq_icon-wrapper {
  background-color: var(--white);
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 55px;
  transition: background-color .8s cubic-bezier(.42, 0, 0, .99);
  display: flex;
}

.faq_icon-horizontal {
  background-color: var(--oxford-blue);
  width: 16px;
  height: 2px;
}

.faq_icon-vertical {
  background-color: var(--oxford-blue);
  width: 2px;
  height: 16px;
  transition: transform .4s cubic-bezier(.42, 0, 0, .99);
  position: absolute;
}

.faq_toggle-text {
  flex: 1;
  margin-right: 25px;
  transition: margin .8s cubic-bezier(.42, 0, 0, .99);
}

.faq_line-wrapper {
  border-bottom: 1px solid var(--earth-yellow);
}

.faq_line {
  background-color: var(--earth-yellow);
  width: 64px;
  height: 3px;
  transition: width .5s cubic-bezier(.42, 0, .09, 1.02);
}

.faq_answer {
  overflow: hidden;
}

.faq_answer-inner {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  padding-bottom: 21px;
  display: flex;
}

.section_get-in-touch {
  background-color: var(--white);
  padding-top: 55px;
  padding-bottom: 55px;
}

.get-in-touch_content {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.get-in-touch_list {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

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

.get-in-touch_buttons {
  background-color: var(--isabelline);
  border: 2px solid #d9aa6e99;
  border-radius: 16px;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  padding: 21px 55px;
  display: flex;
}

.get-in-touch_buttons.is-v2 {
  padding-left: 21px;
  padding-right: 21px;
}

.get-in-touch_button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: color .4s cubic-bezier(.28, 0, .14, 1);
  display: flex;
}

.get-in-touch_button:hover {
  color: var(--earth-yellow);
}

.get-in-touch_buttons-divider {
  background-color: var(--earth-yellow);
  border-radius: 1px;
  flex: none;
  width: 2px;
  height: 16px;
}

.get-in-touch_wrapper {
  grid-column-gap: 8.33vw;
  grid-row-gap: 8.33vw;
  display: flex;
}

.get-in-touch_team {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.section_partners {
  padding-top: 55px;
  padding-bottom: 55px;
  overflow: hidden;
}

.partners_wrapper {
  padding-top: 55px;
  display: flex;
}

.partners_list {
  flex: none;
  display: flex;
}

.partners_item {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-right: 1px solid var(--earth-yellow);
  text-align: center;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 25vw;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
}

.partners_logo-wrapper {
  justify-content: center;
  align-items: center;
  height: 89px;
  display: flex;
}

.partners_logo {
  object-fit: contain;
  max-height: 100%;
  transition: transform .5s cubic-bezier(.42, 0, 0, .99);
}

.partners_text {
  transition: transform .5s cubic-bezier(.42, 0, 0, .99);
  position: relative;
  top: 30px;
}

.partners_link-wrapper {
  opacity: 0;
  transition: opacity .5s cubic-bezier(.42, 0, 0, .99);
}

.section_spaces-swiper {
  background-color: var(--oxford-blue);
  color: var(--earth-yellow);
  text-align: center;
  flex-flow: column;
  height: 100svh;
  min-height: 600px;
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
}

.spaces-swiper {
  background-color: var(--transparent);
  flex: 1;
  align-self: stretch;
  height: auto;
  padding-left: 8.33vw;
  padding-right: 8.33vw;
}

.spaces-swiper_wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.spaces-swiper_slide {
  overflow: hidden;
}

.spaces-swiper_img {
  opacity: .7;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 21px 0 0;
}

.spaces-swiper_slide-inner {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
  position: absolute;
  inset: 21px 0 30px;
}

.spaces-swiper_slide-title {
  color: var(--isabelline);
}

.spaces-swiper_slide-number {
  margin-top: -21px;
  font-size: 34px;
  font-weight: 500;
}

.spaces-swiper_text {
  max-width: 480px;
}

.section_basic {
  padding-top: 55px;
  padding-bottom: 55px;
}

.insights_categories {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.insights_list {
  grid-column-gap: 21px;
  grid-row-gap: 55px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 55px;
  display: grid;
}

.h1-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.insights_item {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.insights_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.insights_pagination {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  display: flex;
}

.insights_pagination-item {
  background-color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 37px;
  transition: background-color .4s cubic-bezier(.28, 0, .14, 1);
  display: flex;
}

.insights_pagination-item:hover, .insights_pagination-item.is-actiove {
  background-color: var(--earth-yellow);
}

.h1-small {
  font-size: 34px;
  font-weight: 500;
}

.news_wrapper {
  grid-column-gap: 8.33vw;
  grid-row-gap: 8.33vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 55px;
  display: grid;
  position: relative;
}

.news_text-content {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  flex: 1;
  display: flex;
  position: sticky;
  top: 89px;
}

.article-body {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  border-bottom: 1px solid var(--earth-yellow);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 13px;
  padding-bottom: 47px;
  display: flex;
}

.article-body.is-blog {
  margin-bottom: 0;
  padding-bottom: 55px;
}

.news_gallery {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  flex: 1;
  display: flex;
  position: sticky;
  top: 89px;
}

.news_gallery-overlay {
  background-color: var(--oxford-blue);
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .4s cubic-bezier(.28, 0, .14, 1);
  position: absolute;
  inset: 0;
}

.news_gallery-overlay:hover {
  opacity: .5;
}

.article-h2 {
  font-size: 21px;
  font-weight: 700;
}

.article-h3 {
  font-size: 16px;
  font-weight: 700;
}

.insights_share-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.share-link {
  color: var(--oxford-blue);
  transition: color .4s cubic-bezier(.28, 0, .14, 1);
}

.share-link:hover {
  color: var(--earth-yellow);
}

.insights_inner-info {
  z-index: 3;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.fullwidth-img {
  width: 100%;
}

.blog_wrapper {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  margin-top: 55px;
  padding-left: 8.33vw;
  padding-right: 8.33vw;
  display: flex;
}

.article_images {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.text-color-yellow {
  color: var(--earth-yellow);
}

.fullscreen-hero_content {
  z-index: 2;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  color: var(--isabelline);
  background-image: linear-gradient(90deg, #031332e6, #03133233 60%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 55px;
  font-size: 21px;
  display: flex;
  position: absolute;
  inset: 0;
}

.fullscreen-hero_text {
  max-width: 860px;
}

.section_about-intro {
  background-color: var(--white);
  padding-top: 55px;
  padding-bottom: 55px;
}

.about-intro_wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  margin-top: 55px;
  padding-left: 8.33vw;
  padding-right: 8.33vw;
  display: flex;
}

.section_management {
  padding-top: 55px;
  padding-bottom: 55px;
}

.img-caption_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  font-size: 16px;
  display: flex;
}

.management_right {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  border-left: 1px solid var(--earth-yellow);
  flex-flow: column;
  flex: 1;
  padding-left: 4.165vw;
  display: flex;
}

.manager-name {
  font-size: 34px;
  font-weight: 300;
}

.manager-description {
  font-weight: 700;
}

.management_left {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  width: 50%;
  padding-right: 4.165vw;
  display: flex;
}

.management_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 41.65vw;
  grid-auto-columns: 1fr;
  padding-top: 55px;
  display: flex;
}

.section_team-swiper {
  padding-top: 55px;
  padding-bottom: 55px;
  overflow: hidden;
}

.team-swiper_slide {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22.5vw;
  padding-right: 21px;
  font-size: 16px;
  display: flex;
}

.team-swiper_item-inner {
  z-index: 2;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.team-swiper_item {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  aspect-ratio: 420 / 550;
  background-color: var(--oxford-blue);
  color: var(--isabelline);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 34px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-swiper_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.team-swiper_img-overlay {
  z-index: 2;
  background-image: linear-gradient(#03133200, #031332e6);
  transition: opacity .5s cubic-bezier(.42, 0, .16, 1);
  position: absolute;
  inset: 0;
}

.team-swiper_list {
  padding-left: 16.66vw;
  display: flex;
}

.team-swiper {
  margin-top: 55px;
  margin-right: -21px;
  padding-right: 16.66vw;
}

.team-swiper_img-wrapper {
  transition: right .7s cubic-bezier(.42, 0, .16, 1);
  position: absolute;
  inset: 0;
}

.section_about-values {
  background-color: var(--white);
  padding-top: 55px;
  padding-bottom: 55px;
}

.georgia-intro_wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  margin-top: 55px;
  padding-left: 8.33vw;
  padding-right: 8.33vw;
  font-size: 21px;
  display: flex;
}

.section_georgia-intro {
  background-color: var(--white);
  padding-top: 55px;
  padding-bottom: 55px;
}

.section_numbers {
  padding-top: 55px;
  padding-bottom: 55px;
}

.numbers_list {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 55px;
  display: grid;
}

.numbers_col {
  border-top: 1px solid var(--earth-yellow);
}

.numbers_item {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-bottom: 1px solid var(--earth-yellow);
  grid-template-rows: auto;
  grid-template-columns: 144px 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  min-height: 110px;
  padding-top: 21px;
  padding-bottom: 21px;
  display: grid;
}

.numbers_value {
  font-size: 34px;
  font-weight: 300;
}

.section_georgia-statistics {
  padding-top: 55px;
  padding-bottom: 55px;
}

.contact_img-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.contact-hero_inner {
  z-index: 2;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  color: var(--isabelline);
  background-image: linear-gradient(90deg, #031332e6, #03133233 60%);
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 55px;
  font-size: 21px;
  display: flex;
}

.contact-hero_wrapper {
  flex-flow: column;
  flex: 1;
  min-height: 100%;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
}

.contact-hero {
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.section_contact-location {
  padding-top: 55px;
  padding-bottom: 55px;
}

.contact-location_top {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border-bottom: 1px solid var(--earth-yellow);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 55px;
  display: flex;
}

.contact-location_map-wrapper {
  aspect-ratio: 1740 / 940;
  margin-top: 55px;
}

.legal_wrapper {
  margin-top: 55px;
  padding-left: 8.33vw;
  padding-right: 8.33vw;
}

.legal_buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 47px;
  display: flex;
}

.popup {
  z-index: 300;
  opacity: 0;
  justify-content: center;
  align-items: flex-start;
  padding: 34px;
  transition: opacity .4s cubic-bezier(.165, .84, .44, 1);
  display: none;
  position: fixed;
  inset: 0;
}

.popup_bg {
  background-color: var(--oxford-blue);
  opacity: .4;
  cursor: pointer;
  transition: opacity .3s ease-in-out;
  position: fixed;
  inset: 0;
}

.popup_bg:hover {
  opacity: .3;
}

.popup_bg.is-dark {
  opacity: .9;
}

.popup_bg.is-dark:hover {
  opacity: .8;
}

.popup_inner {
  background-color: var(--isabelline);
  flex-flow: column;
  width: 100%;
  max-width: 854px;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0, 34px);
}

.popup_inner.is-wide {
  max-width: 1460px;
}

.popup_inner.is-narrow {
  max-width: 566px;
}

.popup_top {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 13px 34px;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.popup_top.is-thick {
  padding-top: 24px;
  padding-bottom: 24px;
}

.popup_close {
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: transform .3s ease-in-out;
  display: flex;
}

.popup_close:hover {
  transform: rotate(90deg);
}

.popup_close:active {
  transform: scale(.8)rotate(90deg);
}

.popup_body {
  height: 100%;
  overflow: auto;
}

.apartments-popup_inner {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: center;
  flex-flow: column;
  height: 100%;
  padding: 34px;
  display: flex;
}

.apartments-popup_list {
  grid-column-gap: 13px;
  grid-row-gap: 34px;
  flex-flow: wrap;
  display: flex;
}

.apartments-popup_list.is-v2 {
  grid-column-gap: 13px;
  grid-row-gap: 34px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.apartments-popup_item {
  flex: 1;
  min-width: 30%;
  height: 380px;
  position: relative;
  overflow: hidden;
}

.apartments-popup_item.is-v2 {
  height: 233px;
}

.apartments-popup_item-inner {
  z-index: 4;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 34px;
  padding-left: 34px;
  padding-right: 34px;
  transition: padding .8s cubic-bezier(.42, 0, .1, 1);
  display: flex;
  position: absolute;
  inset: 0;
}

.apartments-popup_item-inner:hover {
  padding-bottom: 34px;
}

.apartments-popup_logo {
  transform-origin: 0 100%;
  object-fit: contain;
  object-position: 0% 100%;
  width: auto;
  height: 89px;
}

.section_apartments-hero {
  padding-top: 55px;
  padding-bottom: 55px;
}

.ap_wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ap_filter-wrapper {
  width: 24.99vw;
  position: sticky;
  top: 89px;
}

.blocks_wrapper {
  text-align: center;
  flex: 1;
  position: relative;
}

.blocks_main {
  position: relative;
}

.blocks_side-label {
  font-size: 21px;
}

.blocks_side-label.is-vertical {
  width: 22px;
  transform: rotate(-90deg);
}

.blocks_side-label-wrapper {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.blocks_side-label-wrapper.is-right {
  left: auto;
  right: 0;
}

.ap_filter-form-block {
  margin-bottom: 0;
}

.ap_filter-inner {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ap_filter-dropdowns {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.filter-dropdown {
  flex-flow: column;
  transition: background-color .5s cubic-bezier(.42, 0, .05, 1);
  display: flex;
  position: relative;
}

.filter-dropdown.is-disabled {
  pointer-events: none;
}

.filter-dropdown_toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 21px;
  padding-bottom: 24px;
  padding-right: 21px;
  font-weight: 700;
  transition: padding .5s cubic-bezier(.42, 0, .05, 1);
  display: flex;
}

.filter-dropdown_toggle-text-wrapper {
  flex: 1;
  margin-right: 21px;
  transition: margin .5s cubic-bezier(.42, 0, .05, 1);
}

.filter-dropdown_icon-wrapper {
  position: relative;
}

.filter-dropdown_close-icon {
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity .2s cubic-bezier(.42, 0, .05, 1);
  display: flex;
  position: absolute;
  inset: 0;
}

.filter-dropdown_icon {
  justify-content: center;
  align-items: center;
  transition: transform .2s cubic-bezier(.42, 0, .05, 1);
  display: flex;
}

.filter-dropdown_main {
  max-height: 0;
  transition: max-height .8s ease-in-out;
  overflow: hidden;
}

.filter-dropdown_inner {
  padding-bottom: 21px;
  padding-left: 21px;
  padding-right: 21px;
}

.filter-dropdown_list {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.filter-dropdown_list.is-v2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter-dropdown_list-item {
  cursor: pointer;
}

.filter-dropdown_list-item.is-number {
  background-color: var(--isabelline);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 37px;
  transition: background-color .5s cubic-bezier(.42, 0, .05, 1);
  display: flex;
}

.filter-dropdown_list-item.is-number:hover {
  background-color: var(--earth-yellow);
}

.filter-dropdown_list-item.is-number.is-disabled {
  opacity: .4;
}

.filter-dropdown_list-item.is-number.is-active {
  background-color: var(--earth-yellow);
}

.filter-dropdown_list-item.is-radio {
  background-image: url('../images/radio-button.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 22px;
  min-height: 22px;
  padding-left: 30px;
}

.filter-dropdown_list-item.is-radio.is-active {
  background-image: url('../images/checked.svg');
}

.filter-dropdown_toggle-placeholder {
  flex: 1;
}

.filter-dropdown_toggle-text {
  flex: 1;
  display: none;
}

.filter-dropdown_overlay {
  z-index: 5;
  background-color: var(--isabelline);
  opacity: .6;
  display: none;
  position: absolute;
  inset: 0;
}

.ap_list-wrapper {
  flex: 1;
}

.ap_list-wrapper.is-mobile-only {
  display: none;
}

.ap_list-top {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
  display: flex;
}

.ap_list-top-right {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.currency-switch {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--champagne-pink);
  color: var(--oxford-blue);
  cursor: pointer;
  border-radius: 34px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 62px;
  height: 34px;
  padding-left: 1px;
  padding-right: 1px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.42, 0, 0, 1);
  display: grid;
  position: relative;
}

.currency-switch_circle {
  background-color: var(--earth-yellow);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transition: right .3s cubic-bezier(.42, 0, 0, 1);
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 34px;
  box-shadow: 0 0 13px #dcc8ba80;
}

.sort-button {
  background-color: var(--earth-yellow);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-left: 13px;
  padding-right: 13px;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: color .3s cubic-bezier(.42, 0, .09, 1), padding .3s cubic-bezier(.42, 0, .09, 1), background-color .3s cubic-bezier(.42, 0, .09, 1);
  display: flex;
}

.sort-button:hover {
  background-color: var(--champagne-pink);
}

.sort-button.is-active {
  background-color: var(--oxford-blue);
  color: var(--isabelline);
  background-image: url('../images/delete.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-right: 35px;
}

.ap_list {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  display: flex;
}

.ap_list-item {
  position: relative;
}

.ap_list-item-inner {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 25vw 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 21px;
  padding-right: 100px;
  line-height: 1;
  transition: padding .8s cubic-bezier(.42, 0, 0, 1);
  display: flex;
}

.ap_list-item-inner.is-book {
  margin-bottom: 13px;
  padding-right: 0;
  position: relative;
}

.ap_list-name-cell {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: var(--oxford-blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 25vw;
  min-height: 97px;
  padding-left: calc(8.33vw + 21px);
  transition-property: transform;
  transition-duration: .8s;
  transition-timing-function: cubic-bezier(.42, 0, 0, 1);
  display: flex;
  position: relative;
}

.ap_list-name-cell.is-type {
  width: 70%;
  min-height: 160px;
  padding-left: calc(16.66vw + 21px);
}

.ap_list-name-cell.is-book {
  width: 40%;
}

.ap_list-img {
  object-fit: contain;
  object-position: 0% 50%;
  width: 8.33vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.ap_list-img.is-type {
  width: 16.66vw;
}

.ap_list-value {
  font-size: 21px;
  font-weight: 400;
}

.ap_list-value.is-type {
  font-size: 34px;
  font-weight: 300;
}

.ap_list-value.is-book-name {
  font-weight: 700;
}

.ap_list-cell {
  z-index: 2;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-left: 1px solid var(--earth-yellow);
  background-color: var(--isabelline);
  color: var(--oxford-blue);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 97px;
  padding-left: 13px;
  transition: transform .8s cubic-bezier(.42, 0, 0, 1);
  display: flex;
  position: relative;
}

.ap_list-title {
  font-weight: 700;
}

.ap_list-item-buttons {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 21px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.ap_list-item-button {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 55px;
  transition: background-color .3s cubic-bezier(.42, 0, 0, 1), color .3s cubic-bezier(.42, 0, 0, 1);
  display: flex;
}

.ap_list-item-button:hover {
  background-color: var(--oxford-blue);
  color: var(--earth-yellow);
}

.ap_list-empty-state {
  font-size: 21px;
}

.popup_img {
  aspect-ratio: 854 / 440;
  object-fit: cover;
  width: 100%;
}

.popup_inner-type-1 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  padding: 34px 34px 55px;
  display: flex;
}

.h1-style {
  font-size: 55px;
  font-weight: 300;
  line-height: 1;
}

.popup_price {
  font-size: 34px;
  font-weight: 300;
}

.popup_form-inner {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.popup_form-block {
  margin-bottom: 0;
}

.popup_form {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.popup_inner-type-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 55px;
  font-size: 21px;
  display: flex;
}

.live-cam_wrapper {
  aspect-ratio: 1460 / 757;
  background-color: var(--white);
  position: relative;
}

.popup_inner-live-cam {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 34px 34px 55px;
  font-size: 21px;
  display: flex;
}

.section_block-hero {
  flex-flow: column;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ap_sidebar {
  z-index: 2;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25vw;
  padding-top: 34px;
  padding-bottom: 55px;
  display: flex;
  position: relative;
}

.block_hero-inner {
  flex-flow: column;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
  position: relative;
}

.block_hero-img {
  width: 100%;
  height: 100%;
}

.block_hero-img-wrapper {
  aspect-ratio: 1920 / 1056;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.block_wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.residence-type_dropdown {
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans Georgian, sans-serif;
  font-weight: 500;
}

.blocks-swiper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.blocks-swiper_list {
  display: flex;
}

.blocks-swiper_item {
  background-color: var(--white);
  opacity: .4;
  cursor: pointer;
  border-radius: 13px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 34px;
  line-height: 1;
  transition: all .4s cubic-bezier(.28, 0, .14, 1);
  display: flex;
}

.blocks-swiper_item:hover {
  opacity: 1;
}

.blocks-swiper_item.swiper-slide.is-active {
  background-color: var(--earth-yellow);
  opacity: 1;
}

.blocks-swiper_arrows {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.ap-swiper-arrow {
  z-index: 3;
  cursor: pointer;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  transition: transform .8s cubic-bezier(.42, 0, 0, 1), padding .8s cubic-bezier(.42, 0, 0, 1), width .8s cubic-bezier(.42, 0, 0, 1);
  display: flex;
  position: relative;
}

.ap-swiper-arrow:active {
  transform: scale(.8);
}

.ap-swiper-arrow.blocks-swiper_arrow-right:hover {
  padding-left: 13px;
}

.ap-swiper-arrow.blocks-swiper_arrow-left:hover {
  padding-right: 13px;
}

.ap-swiper-arrow_body {
  background-color: var(--earth-yellow);
  border-radius: 1px 0 0 1px;
  width: 100%;
  height: 2px;
  transition: width .8s cubic-bezier(.42, 0, .1, 1);
}

.ap_floors {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.ap_sidebar-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

.floors-swiper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.floors-swiper_item {
  background-color: var(--white);
  opacity: .4;
  cursor: pointer;
  border-radius: 13px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  transition: all .4s cubic-bezier(.28, 0, .14, 1);
  display: flex;
}

.floors-swiper_item:hover, .floors-swiper_item.swiper-slide.is-active {
  opacity: 1;
}

.ap_details {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.ap_details-value {
  font-family: Noto Serif Georgian, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.ap_details-item {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 55px 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.horizontal-line {
  background-color: var(--earth-yellow);
  align-self: stretch;
  height: 1px;
}

.ap_details-list {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.ap_sidebar-img {
  width: 100%;
}

.ap_sidebar-img-wrapper {
  border-top: 1px solid var(--earth-yellow);
  border-bottom: 1px solid var(--earth-yellow);
  align-self: stretch;
  padding-top: 21px;
  padding-bottom: 21px;
}

.floors-swiper_list {
  display: flex;
}

.section_ap-types {
  padding-top: 55px;
  padding-bottom: 55px;
}

.ap-types_wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 55px;
  padding-left: 8.33vw;
  display: flex;
  position: relative;
}

.ap-type_list-item-button {
  cursor: pointer;
  background-color: currentColor;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 55px;
  display: flex;
}

.ap-type_list-item {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 25vw 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 21px;
  padding-right: 55px;
  line-height: 1;
  transition: color .3s cubic-bezier(.42, 0, 0, 1), padding .8s cubic-bezier(.42, 0, 0, 1);
  display: flex;
  position: relative;
}

.ap-type_list-item:hover {
  color: var(--earth-yellow);
}

.favorites_item-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.favorites_item-bottom {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 16px;
  display: flex;
}

.success-inner {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.success-inner.is-contact {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-weight-light {
  font-weight: 300;
}

.text-color-highlight-green {
  color: #00c68d;
}

.favorites_item-top {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 21px;
  display: flex;
  position: relative;
}

.favorites_item {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  width: 33.33vw;
  display: flex;
}

.fav-id {
  font-size: 34px;
  font-weight: 700;
}

.fav_form {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.delete-button {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  transition: opacity .4s cubic-bezier(.28, 0, .14, 1), color .4s cubic-bezier(.28, 0, .14, 1), background-color .4s cubic-bezier(.28, 0, .14, 1);
  display: flex;
}

.delete-button:hover {
  background-color: var(--oxford-blue);
  color: var(--isabelline);
}

.delete-button:active {
  opacity: .8;
}

.form_wrapper {
  flex-flow: column;
  flex: 1;
  margin-bottom: 0;
  display: flex;
}

.career-form_success {
  text-align: left;
  background-color: #fff0;
  padding: 0;
}

.favorites_list {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex: none;
  padding-bottom: 21px;
  display: flex;
}

.sold-overlay {
  z-index: 3;
  opacity: .7;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0;
}

.favorites_item-img-wrapper {
  aspect-ratio: 420 / 330;
  position: relative;
}

.heading-style-h5 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

.apartment_params-value {
  font-size: 34px;
  font-weight: 300;
}

.favorites_wrapper {
  margin-top: 55px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
  overflow: auto;
}

.favorites_item-top-text {
  flex: 1;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.favorites_info-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.favorites_info-row {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.favorites_share-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.fav_form-fields {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  width: 100%;
  font-size: 16px;
  display: flex;
}

.apartments-swiper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.apartments-swiper_item {
  background-color: var(--white);
  opacity: .4;
  cursor: pointer;
  border-radius: 13px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  transition: all .4s cubic-bezier(.28, 0, .14, 1);
  display: flex;
}

.apartments-swiper_item:hover {
  opacity: 1;
}

.apartments-swiper_item.swiper-slide.is-active {
  background-color: var(--earth-yellow);
  opacity: 1;
}

.block_floor-wrapper {
  flex: 1;
  align-self: stretch;
  position: relative;
}

.block_floor-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.ap_sun {
  position: absolute;
  bottom: 55px;
  right: 0;
}

.ap_info-tag {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  text-transform: uppercase;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 21px;
  padding-right: 21px;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.ap_number {
  font-size: 55px;
  font-weight: 300;
  line-height: 1;
}

.ap_details-row {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.ap_details-col {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 55px 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.currency-switcher-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ap_sidebar-img-plan {
  height: 140px;
}

.ap_main {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  padding-top: 34px;
  padding-bottom: 55px;
  display: flex;
  position: relative;
}

.ap_main-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ap_img-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ap_img-wrapper {
  flex: 1;
  position: relative;
}

.ap_img-wrapper.is-3d {
  padding: 34px;
}

.block_360 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.block_3d-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.section_ap-gallery {
  background-color: var(--white);
  padding-top: 55px;
  padding-bottom: 55px;
  overflow: hidden;
}

.ap-gallery_img-overlay {
  z-index: 2;
  background-image: linear-gradient(#03133200, #03133299);
  transition: opacity .5s cubic-bezier(.42, 0, .16, 1);
  position: absolute;
  inset: 0;
}

.ap-gallery_item {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  aspect-ratio: 713 / 814;
  background-color: var(--oxford-blue);
  color: var(--isabelline);
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 34px 34px 55px;
  transition: padding .7s cubic-bezier(.42, 0, .16, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.ap-gallery_item-inner {
  z-index: 2;
  align-self: stretch;
  position: relative;
}

.ap-gallery_slider {
  flex: none;
  width: 50vw;
  padding-right: 21px;
  font-size: 16px;
}

.ap-gallery_img-wrapper {
  transition: right .7s cubic-bezier(.42, 0, .16, 1);
  position: absolute;
  inset: 0;
}

.ap-gallery_list {
  padding-left: 16.66vw;
  display: flex;
}

.ap-gallery {
  margin-top: 55px;
  padding-right: calc(16.66vw - 21px);
}

.section_home-hero {
  flex-flow: column;
  min-height: 100svh;
  transition: background-color .4s cubic-bezier(.28, 0, .14, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.book-visit-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.calc_wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  display: flex;
}

.calc_tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.calc_tabs-link {
  background-color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 34px;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-left: 13px;
  padding-right: 13px;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color .4s cubic-bezier(.28, 0, .14, 1), background-color .4s cubic-bezier(.28, 0, .14, 1);
  display: flex;
}

.calc_tabs-link:hover {
  background-color: var(--champagne-pink);
}

.calc_tabs-link.is-active {
  background-color: var(--oxford-blue);
  color: var(--white);
}

.relative {
  position: relative;
}

.calc_tabs {
  border-bottom: 1px solid var(--earth-yellow);
  width: 100%;
  margin-bottom: 47px;
  padding-bottom: 47px;
}

.calc_inner-tabs-menu {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 34px;
  display: flex;
}

.overflow-vertical {
  transition: transform .4s ease-in-out;
  position: relative;
  transform: translate(0);
}

.second-button-text {
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  transform: translate(0, 5px);
}

.button-text-mask {
  margin-top: -5px;
  margin-bottom: -5px;
  overflow: hidden;
}

.form_input-2 {
  background-color: var(--transparent);
  border: 1px #000;
  border-radius: 0;
  height: 48px;
  margin-bottom: 0;
  padding: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s ease-in-out;
}

.form_input-2:hover, .form_input-2:focus {
  border-bottom-color: #00c68d;
}

.form_input-2::placeholder {
  color: #102e50;
}

.dark-button {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #fff;
  background-color: #102e50;
  border: 2px solid #102e50;
  border-radius: 34px;
  justify-content: space-between;
  align-items: center;
  padding: 14px 11px 14px 19px;
  font-size: 16px;
  font-weight: 700;
  line-height: .8;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.calc_loan-result {
  font-size: 21px;
  font-weight: 700;
}

.button-arrow_main-icon {
  justify-content: center;
  align-items: center;
  transition: left .3s ease-in-out, opacity .3s ease-in-out;
  display: flex;
  position: relative;
  left: 0;
}

.calc_inner-tabs {
  width: 100%;
}

.calc_payments {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-bottom: 3px solid var(--earth-yellow);
  background-color: var(--white);
  flex-flow: column;
  padding: 13px 21px 21px;
  display: flex;
}

.old-price {
  opacity: .4;
  text-decoration: line-through;
}

.calc_discount {
  font-size: 34px;
  font-weight: 300;
}

.calc_input-label {
  pointer-events: none;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 5px;
  left: 33px;
}

.calc_input-label.is-interest {
  left: 23px;
}

.form_checkbox-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.calc_results {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
  display: flex;
}

.button-arrow_wrapper {
  color: #00573e;
  background-color: #00c68d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-arrow_slave-icon {
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: left .3s ease-in-out, opacity .3s ease-in-out;
  display: flex;
  position: absolute;
  left: -7px;
}

.calc_inner-tab {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  display: flex;
}

.form_radio {
  border: 2px solid #03133299;
  border-radius: 50%;
  flex: none;
  width: 21px;
  height: 21px;
  margin-top: 0;
  margin-right: 8px;
  transition: border-color .4s cubic-bezier(.28, 0, .14, 1);
}

.form_radio:hover {
  border-color: #031332cc;
}

.form_radio.w--redirected-checked {
  background-color: var(--oxford-blue);
  outline-color: var(--oxford-blue);
  outline-offset: 2px;
  border-style: none;
  outline-width: 2px;
  outline-style: solid;
  width: 14px;
  height: 14px;
  margin-left: -16px;
  margin-right: 11px;
}

.form_radio.w--redirected-focus {
  border-width: 2px;
  border-color: var(--earth-yellow);
  box-shadow: none;
}

.form_radio.w--redirected-focus-visible {
  border-color: var(--earth-yellow);
}

.listing_mobile-info-divider {
  background-color: #d9d8d8;
  flex: none;
  align-self: stretch;
  width: 2px;
}

.calc_tab {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  display: flex;
}

.primary-button-text {
  padding-top: 5px;
  padding-bottom: 5px;
}

.calc_loan-results {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  font-size: 21px;
  display: flex;
}

.calc-form {
  flex: 1;
}

.pdf_wrapper {
  background-color: var(--white);
  width: 1920px;
  padding: 128px 89px 55px;
}

.pdf_top {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  border-bottom: 1px solid var(--earth-yellow);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.pdf_logo {
  height: 34px;
}

.pdf_sidebar {
  z-index: 2;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 420px;
  padding-bottom: 68px;
  display: flex;
  position: relative;
}

.pdf_main {
  grid-column-gap: 170px;
  grid-row-gap: 170px;
  padding-top: 55px;
  display: flex;
}

.pdf_img-wrapper {
  padding-bottom: 55px;
  padding-left: 55px;
  padding-right: 55px;
  position: relative;
}

.pdf_sun {
  position: absolute;
  top: 0;
  left: 0;
}

.pdf_sun.is-top-center {
  left: 50%;
  transform: translate(-50%);
}

.pdf_sun.is-top-right {
  left: auto;
  right: 0;
}

.pdf_sun.is-center-right {
  top: 50%;
  left: auto;
  right: 0;
  transform: translate(0, -50%);
}

.pdf_sun.is-center-left {
  top: 50%;
  transform: translate(0, -50%);
}

.pdf_sun.is-bottom-right {
  inset: auto 0 0 auto;
}

.pdf_sun.is-bottom-center {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.pdf_sun.is-bottom-left {
  top: auto;
  bottom: 0;
}

.insights-swiper_img-mask {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

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

.ap_filter-search-button-wrapper {
  display: none;
}

.ap_filter-button-mobile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-family: Noto Sans Georgian, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: none;
}

.fullscreen-swiper_arrow-icon {
  justify-content: center;
  align-items: center;
  display: none;
}

._404-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (min-width: 1280px) {
  h2 {
    font-size: 55px;
    line-height: 1.2;
  }

  blockquote {
    font-size: 34px;
    font-weight: 300;
  }

  .padding-global, .header {
    padding-left: 55px;
    padding-right: 55px;
  }

  .header_inner {
    height: 144px;
  }

  .header_inner.is-scroll {
    color: var(--oxford-blue);
    height: 89px;
  }

  .header_logo-img {
    height: 82px;
  }

  .header_logo-img.is-scroll {
    height: 55px;
  }

  .header_logo-img.is-project {
    max-height: 80px;
  }

  .header_nav-list-inner {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .header_right {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .header_nav-button {
    background-color: var(--transparent);
    box-shadow: none;
    width: auto;
    padding-left: 5px;
    padding-right: 21px;
    transition: box-shadow .4s cubic-bezier(.28, 0, .14, 1), background-color .4s cubic-bezier(.28, 0, .14, 1), padding .4s cubic-bezier(.28, 0, .14, 1);
  }

  .header_nav-button:hover {
    background-color: var(--white);
    padding-left: 13px;
    padding-right: 13px;
    box-shadow: 0 0 13px #dcc8ba80;
  }

  .header_nav-button:active {
    background-color: var(--champagne-pink);
  }

  .header_nav-button.is-active {
    background-color: var(--oxford-blue);
    color: var(--earth-yellow);
    padding-left: 13px;
    padding-right: 13px;
  }

  .header_nav-button.is-dark-bg {
    background-color: var(--transparent);
    color: var(--earth-yellow);
  }

  .header_nav-button.is-dark-bg:hover {
    background-color: var(--white);
    color: var(--oxford-blue);
  }

  .header_nav-button.is-dark-bg.is-active {
    background-color: var(--earth-yellow);
  }

  .header_search-button {
    background-color: var(--transparent);
    box-shadow: none;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 5px;
    padding-right: 21px;
    transition: padding .4s cubic-bezier(.28, 0, .14, 1), box-shadow .4s cubic-bezier(.28, 0, .14, 1), background-color .4s cubic-bezier(.28, 0, .14, 1);
  }

  .header_search-button:hover {
    background-color: var(--white);
    padding-left: 13px;
    padding-right: 13px;
    box-shadow: 0 0 13px #dcc8ba80;
  }

  .header_search-button:active {
    background-color: var(--champagne-pink);
  }

  .header_search-button.is-dark-bg {
    background-color: var(--transparent);
    color: var(--earth-yellow);
  }

  .header_search-button.is-dark-bg:hover {
    background-color: var(--white);
    color: var(--oxford-blue);
  }

  .header_nav-list {
    height: 55px;
    margin-left: -55px;
    margin-right: -55px;
    position: relative;
  }

  .header_nav-button-icon {
    opacity: 0;
    transition: opacity .4s cubic-bezier(.28, 0, .14, 1), transform .4s cubic-bezier(.28, 0, .14, 1);
    transform: scale(1.1)translate(-5px);
  }

  .header_nav-button-text {
    display: block;
  }

  .header_nav-button-text.is-close {
    display: none;
  }

  .lang_toggle {
    background-color: var(--transparent);
    box-shadow: none;
    color: var(--earth-yellow);
    padding-left: 21px;
    padding-right: 5px;
  }

  .lang_toggle:hover {
    background-color: var(--white);
    padding-left: 13px;
    padding-right: 13px;
    box-shadow: 0 0 13px #dcc8ba80;
  }

  .lang_toggle.w--open:hover {
    background-color: var(--champagne-pink);
    box-shadow: none;
  }

  .lang_toggle.is-dark-bg:hover {
    color: var(--oxford-blue);
  }

  .lang_toggle-text.is-dark-bg {
    color: currentColor;
  }

  .lang_dropdown {
    background-color: var(--transparent);
    display: block;
  }

  .header_right-icon {
    display: flex;
  }

  .lang_toggle-icon {
    opacity: 0;
    transition: transform .4s cubic-bezier(.28, 0, .14, 1), opacity .4s cubic-bezier(.28, 0, .14, 1);
  }

  .header_search-icon {
    opacity: 0;
    transition: opacity .4s cubic-bezier(.28, 0, .14, 1);
  }

  .header_search-icon.is-hide-mobile {
    display: flex;
  }

  .header_nav-button-text-wrapper {
    display: block;
  }

  .top-padding {
    height: 144px;
  }

  .home-hero_swiper {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .home-hero_swiper.is-menu-opened {
    padding-top: 110px;
  }

  .home-hero_img-wrapper.is-hover {
    margin: -55px;
  }

  .card-arrow {
    width: 270px;
  }

  .sticky-arrow_inner {
    display: flex;
  }

  .sticky-arrows {
    display: block;
  }

  .header_nav-bg {
    background-color: var(--white);
  }

  .h2-wrapper {
    padding-right: 0;
  }

  .home-intro_content {
    padding-right: 16.66vw;
  }

  .section_benefits-swiper {
    padding-bottom: 233px;
  }

  .benefits-swiper {
    padding-right: 16.66vw;
  }

  .benefits-swiper_wrapper {
    padding-left: 55px;
    padding-right: 55px;
  }

  .benefits-swiper_slide {
    aspect-ratio: 900 / 585;
    padding-left: 8.33vw;
    padding-right: 8.33vw;
  }

  .benefits-swiper_img-wrapper {
    left: 8.33vw;
    right: 8.33vw;
  }

  .benefits-swiper_arrows {
    left: -55px;
    right: -55px;
  }

  .fullscreen-swiper_bg-img.is-banner {
    width: calc(100vw - 100px);
  }

  .fullscreen-swiper_slide-inner {
    max-width: 450px;
    padding-left: 55px;
    padding-right: 55px;
  }

  .fullscreen-swiper_arrow-left {
    width: 45%;
  }

  .section_home-map {
    padding-top: 130px;
    padding-bottom: 160px;
  }

  .home-map_content {
    width: 50vw;
  }

  .home-map_pin-wrapper {
    padding-bottom: 12%;
    right: 18%;
  }

  .home-map_europe-wrapper, .home-map_asia-wrapper {
    padding-bottom: 10%;
  }

  .footer_form-wrapper {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .footer_form-block {
    max-width: 440px;
  }

  .footer_form-images {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-end;
    align-self: stretch;
    place-items: flex-end stretch;
    width: 50%;
    padding-left: 21px;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .footer_form-images-col {
    flex-flow: column;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-end;
    width: 40%;
    height: 100%;
    display: flex;
  }

  .footer_form-img-3 {
    border-left: 21px solid var(--white);
    object-fit: cover;
    flex: none;
    width: 60%;
    height: 85%;
  }

  .footer_form-img-1 {
    object-fit: cover;
    width: 70%;
    height: 35%;
    margin-left: auto;
  }

  .footer_form-img-2 {
    border-top: 21px solid var(--white);
    object-fit: cover;
    width: 100%;
    height: 65%;
  }

  .footer_main-section {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .footer_inner {
    grid-column-gap: 89px;
    grid-row-gap: 89px;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .footer_info-block {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex: none;
    width: 33.33vw;
  }

  .footer_menu {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
    padding-left: 21px;
    display: grid;
  }

  .footer_bottom {
    width: 100%;
  }

  .header_bg {
    left: -55px;
    right: -55px;
  }

  .home-intro_bg-video-wrapper {
    top: 160px;
  }

  .loader {
    padding-left: 55px;
    padding-right: 55px;
  }

  .section_hero {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .footer_form-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .opened-menu-space.is-active {
    height: 55px;
  }

  .project-hero_swiper-inner {
    padding-left: 89px;
    padding-right: 89px;
    top: 55px;
    bottom: 55px;
  }

  .project-hero_swiper-inner.is-fullscreen {
    padding-top: 200px;
  }

  .project-hero_swiper-wrapper {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .resort-management_wrapper {
    grid-auto-columns: 1fr;
  }

  .project_services {
    grid-template-columns: 1fr 1fr;
  }

  .resort-management_right {
    padding-right: 8.33vw;
  }

  .resort-location_wrapper {
    grid-auto-columns: 1fr;
  }

  .resort-location_map-block {
    flex: 1;
  }

  .resort-location_info-block {
    flex: none;
    width: 29.155vw;
  }

  .card-arrow_wrapper {
    width: 270px;
  }

  .project-concept_text-block {
    padding-left: 8.33vw;
  }

  .faq_header-wrapper {
    top: 144px;
  }

  .get-in-touch_wrapper {
    padding-left: 8.33vw;
    padding-right: 8.33vw;
  }

  .section_spaces-swiper {
    min-height: 800px;
  }

  .spaces-swiper {
    padding-left: 8.33vw;
    padding-right: 8.33vw;
  }

  .insights_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .news_text-content {
    padding-left: 8.33vw;
    top: 144px;
  }

  .article-body.is-blog {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    margin-bottom: 13px;
    padding-bottom: 68px;
    font-size: 21px;
  }

  .news_gallery {
    top: 144px;
  }

  .fullscreen-hero_content {
    padding: 89px;
  }

  .about-intro_wrapper {
    font-size: 21px;
  }

  .management_right {
    padding-right: 8.33vw;
  }

  .management_wrapper {
    grid-auto-columns: 1fr;
  }

  .georgia-intro_wrapper {
    font-size: 34px;
    font-weight: 300;
  }

  .numbers_wrapper {
    padding-left: 8.33vw;
    padding-right: 8.33vw;
  }

  .contact-hero_inner {
    padding: 89px;
  }

  .contact-hero_wrapper {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .ap_filter-wrapper {
    top: 100px;
  }

  .ap_list-item-inner {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    padding-right: 116px;
  }

  .ap_list-cell {
    padding-left: 21px;
  }

  .popup_inner-type-1, .popup_inner-type-2, .popup_inner-live-cam {
    background-color: var(--isabelline);
  }

  .block_hero-inner {
    padding-left: 55px;
    padding-right: 55px;
  }

  .residence-type_dropdown {
    background-color: var(--transparent);
    display: block;
  }

  .ap-types_wrapper {
    padding-right: 8.33vw;
  }

  .ap-type_list-item {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    padding-right: 116px;
  }

  .favorites_item {
    width: 25vw;
  }

  .apartment_params-value {
    font-size: 34px;
  }

  .favorites_wrapper {
    padding-left: 55px;
    padding-right: 55px;
    overflow: auto;
  }

  .favorites_share-wrapper {
    margin-top: 0;
  }

  .header_home-icon {
    opacity: 0;
    transition: opacity .4s cubic-bezier(.28, 0, .14, 1);
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .padding-global, .header {
    padding-left: 89px;
    padding-right: 89px;
  }

  .header_nav-link {
    font-size: 16px;
  }

  .header_nav-list {
    margin-left: -89px;
    margin-right: -89px;
  }

  .home-hero_swiper {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .home-hero_swiper.is-menu-opened {
    padding-top: 144px;
  }

  .home-hero_img-wrapper.is-hover {
    margin: -89px;
  }

  .home-hero_slide-inner {
    padding-top: 89px;
    padding-left: 89px;
    padding-right: 89px;
  }

  .card-arrow.is-swiper {
    opacity: 1;
  }

  .card-arrow-body.is-swiper {
    width: 100%;
  }

  .home-intro_content, .benefits-swiper {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .benefits-swiper_slide-inner {
    padding-left: 80px;
    padding-right: 80px;
  }

  .benefits-swiper_name-wrapper {
    margin-left: -240px;
    margin-right: -240px;
    font-size: 89px;
  }

  .benefits-swiper_name-mask {
    left: 160px;
    right: 160px;
  }

  .benefits-swiper_name-mask-text {
    left: -160px;
    right: -160px;
  }

  .fullscreen-swiper_bg-img.is-banner {
    width: calc(100vw - 170px);
  }

  .fullscreen-swiper_slide-inner {
    max-width: 550px;
    padding-left: 89px;
    padding-right: 89px;
  }

  .fullscreen-swiper_slide-wrapper {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .section_home-map {
    padding-top: 214px;
    padding-bottom: 260px;
  }

  .home-map_content {
    width: 37.5vw;
    padding-left: 15vw;
  }

  .home-map_asia-wrapper {
    display: flex;
  }

  .section_insights-swiper {
    padding-top: 89px;
    padding-bottom: 144px;
  }

  .insights-swiper_list {
    padding-left: 15vw;
  }

  .insights-swiper {
    padding-right: 7.5vw;
  }

  .insights-swiper_slide {
    width: 60vw;
    padding-right: 7.5vw;
  }

  .footer-form {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .footer_form-wrapper {
    grid-column-gap: 7.5vw;
    grid-row-gap: 7.5vw;
    min-height: 300px;
  }

  .footer_form-block {
    flex: none;
    width: 40%;
    max-width: 100%;
  }

  .footer_form-images {
    flex: none;
    width: 37.5%;
    padding-left: 0;
  }

  .footer_info-block {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    width: 30vw;
  }

  .footer_menu {
    justify-items: start;
  }

  .header_bg {
    left: -89px;
    right: -89px;
  }

  .contact-nav_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 89px;
    display: flex;
    inset: 0 0 0 auto;
  }

  .contact-nav {
    flex-flow: column;
    justify-content: center;
    height: auto;
    padding: 8px 0;
    overflow: hidden;
  }

  .contact-nav_item {
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 40px;
    transition: color .3s;
  }

  .contact-nav_item:hover {
    color: var(--champagne-pink);
  }

  .contact-nav_item:active {
    color: var(--isabelline);
  }

  .contact-nav_divider {
    width: 16px;
    height: 2px;
  }

  .contact-nav_item-text {
    background-color: var(--earth-yellow);
    color: var(--oxford-blue);
    border-radius: 5px;
    flex: none;
    padding: 13px;
    line-height: 1;
    box-shadow: 0 2px 4px #2525250d;
  }

  .contact-nav_icon {
    width: 16px;
  }

  .contact-nav_item-el {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8px;
  }

  .contact-nav_item-text-wrapper {
    opacity: 0;
    justify-content: flex-end;
    align-items: center;
    transition: none;
    display: none;
    position: absolute;
    right: 65px;
  }

  .section_hero {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .projects_list {
    margin-top: 55px;
  }

  .loader_letter {
    right: 89px;
  }

  .project-hero_swiper-inner {
    top: 89px;
    bottom: 89px;
  }

  .project-hero_swiper-wrapper {
    margin-top: 89px;
    margin-bottom: 89px;
  }

  .types-swiper {
    padding-right: 7.5vw;
  }

  .types-swiper_list {
    padding-left: 15vw;
  }

  .types-swiper_slide {
    width: 37.5vw;
    padding-right: 7.5vw;
  }

  .types-swiper_item {
    padding: 55px;
  }

  .types-swiper_item:hover {
    padding-bottom: 120px;
  }

  .types-swiper_button-wrapper {
    bottom: 55px;
    left: 55px;
  }

  .section_project-visual {
    padding-top: 89px;
  }

  .section_types-swiper {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .project-visual_wrapper {
    grid-template-columns: 1fr 37.5vw;
  }

  .project-visual_bg-video-wrapper {
    width: 70%;
    top: 15vw;
    right: auto;
  }

  .project-visual_info-block {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .section_resort-management {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .resort-management_wrapper {
    grid-column-gap: 3.75vw;
    grid-row-gap: 3.75vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 37.5vw;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .resort-management_left {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    border-right: 1px solid var(--earth-yellow);
    width: 100%;
    padding-right: 3.75vw;
  }

  .resort-management_right {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    border-left-style: none;
    padding-left: 0;
    padding-right: 7.5vw;
  }

  .section_resort-location {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .resort-location_wrapper {
    grid-auto-columns: 1fr;
  }

  .resort-location_map-block {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    border-right: 1px solid var(--earth-yellow);
    width: 100%;
    padding-right: 3.75vw;
  }

  .resort-location_info-block {
    width: 18.75vw;
    padding-left: 3.75vw;
  }

  .section_project-reasons {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .project-reasons_wrapper {
    grid-column-gap: 7.5vw;
    grid-row-gap: 7.5vw;
    padding-left: 7.5vw;
  }

  .project-reasons_content {
    width: 37.5vw;
  }

  .card-arrow_wrapper {
    margin-bottom: -55px;
  }

  .card-arrow_wrapper.is-swiper {
    justify-content: flex-start;
    align-items: center;
    margin-right: 45px;
    display: flex;
  }

  .card-arrow_wrapper.is-swiper--left {
    margin-left: 45px;
  }

  .section_project-concept {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .project-concept_wrapper {
    grid-column-gap: 7.5vw;
    grid-row-gap: 7.5vw;
    padding-top: 89px;
  }

  .project-concept_card-inner {
    padding: 55px;
  }

  .project-concept_left {
    width: 45vw;
  }

  .project-concept_text-block {
    padding-left: 15vw;
  }

  .project-concept_right {
    width: 37.5vw;
  }

  .section_faq {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .faq_header-wrapper {
    width: 15vw;
  }

  .section_get-in-touch {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .get-in-touch_content {
    width: 37.5vw;
  }

  .get-in-touch_wrapper {
    grid-column-gap: 7.5vw;
    grid-row-gap: 7.5vw;
    padding-left: 15vw;
    padding-right: 7.5vw;
  }

  .section_partners {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .partners_item {
    padding-left: 34px;
    padding-right: 34px;
  }

  .section_spaces-swiper {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .spaces-swiper {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .section_basic {
    padding-bottom: 89px;
  }

  .news_text-content {
    padding-left: 7.5vw;
  }

  .blog_wrapper {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .section_about-intro {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .about-intro_wrapper {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .section_management {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .management_right {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    border-left-style: none;
    padding-left: 0;
    padding-right: 7.5vw;
  }

  .management_left {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    border-right: 1px solid var(--earth-yellow);
    width: 100%;
    padding-right: 3.75vw;
  }

  .management_wrapper {
    grid-column-gap: 3.75vw;
    grid-row-gap: 3.75vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 37.5vw;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section_team-swiper {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .team-swiper_item {
    padding: 55px;
  }

  .team-swiper_list {
    padding-left: 15vw;
  }

  .team-swiper {
    padding-right: 15vw;
  }

  .section_about-values {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .georgia-intro_wrapper {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .section_georgia-intro, .section_numbers {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .numbers_wrapper {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .section_georgia-statistics, .contact-hero_wrapper, .section_contact-location {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .legal_wrapper {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .section_apartments-hero {
    padding-bottom: 89px;
  }

  .ap_wrapper {
    grid-column-gap: 7.5vw;
    grid-row-gap: 7.5vw;
  }

  .ap_filter-wrapper {
    width: 22.5vw;
  }

  .blocks_side-label-wrapper {
    padding-left: 34px;
    padding-right: 34px;
  }

  .ap_list-name-cell {
    padding-left: calc(7.5vw + 21px);
  }

  .ap_list-name-cell.is-type {
    padding-left: calc(15vw + 21px);
  }

  .ap_list-img {
    width: 7.5vw;
  }

  .ap_list-img.is-type {
    width: 15vw;
  }

  .popup_form-block {
    flex: none;
  }

  .ap_sidebar {
    width: 22.5vw;
    padding-top: 55px;
    padding-bottom: 89px;
  }

  .block_hero-inner {
    padding-left: 89px;
    padding-right: 89px;
  }

  .block_wrapper {
    grid-column-gap: 7.5vw;
    grid-row-gap: 7.5vw;
  }

  .section_ap-types {
    padding-bottom: 89px;
  }

  .ap-types_wrapper {
    grid-column-gap: 7.5vw;
    grid-row-gap: 7.5vw;
    padding-left: 15vw;
  }

  .favorites_item {
    width: 22.5vw;
  }

  .favorites_wrapper {
    padding-left: 89px;
    padding-right: 89px;
  }

  .ap_main {
    padding-top: 55px;
    padding-bottom: 89px;
  }

  .section_ap-gallery {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .ap-gallery_item {
    padding: 55px;
  }

  .ap-gallery_slider {
    width: 37.5vw;
  }

  .ap-gallery_list {
    padding-left: 15vw;
  }

  .ap-gallery {
    padding-right: calc(15vw - 21px);
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 89px;
  }

  .home-hero_slide-inner {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 89px;
    padding-right: 89px;
  }

  .home-hero_slide-inner.is-v2 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    padding-top: 55px;
    padding-left: 55px;
    padding-right: 55px;
  }

  .section_home-intro {
    padding-top: 44px;
  }

  .h2-wrapper {
    padding-right: 33.33vw;
  }

  .home-intro_content {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    font-size: 34px;
    font-weight: 300;
  }

  .benefits-swiper {
    padding-left: 25vw;
    padding-right: 25vw;
  }

  .benefits-swiper_slide {
    aspect-ratio: 960 / 585;
  }

  .benefits-swiper_name-wrapper {
    margin-left: -330px;
    margin-right: -330px;
  }

  .benefits-swiper_name-mask {
    left: 250px;
    right: 250px;
  }

  .benefits-swiper_name-mask-text {
    left: -250px;
    right: -250px;
  }

  .fullscreen-swiper_arrow-right {
    width: 60%;
  }

  .home-map_pin-wrapper {
    width: 20%;
    padding-bottom: 10%;
    right: 25%;
  }

  .home-map_europe-wrapper, .home-map_asia-wrapper {
    padding-bottom: 5%;
  }

  .footer_form-img-1 {
    width: 60%;
  }

  .footer_inner {
    grid-column-gap: 8.33vw;
    grid-row-gap: 8.33vw;
  }

  .footer_info-block {
    width: 25vw;
  }

  .footer_menu {
    flex: 1;
    width: auto;
  }

  .footer_menu-divider {
    width: 120%;
  }

  .projects_item-inner {
    background-image: linear-gradient(90deg, #031332e6, #03133233 60%);
    padding-bottom: 89px;
    padding-left: 89px;
    padding-right: 89px;
  }

  .project-hero_swiper-inner {
    background-image: linear-gradient(90deg, #031332e6, #03133233 60%);
    padding: 144px;
  }

  .project-hero_swiper-inner.is-fullscreen {
    padding-bottom: 89px;
    padding-left: 89px;
    padding-right: 89px;
  }

  .types-swiper_slide {
    width: 41.65vw;
  }

  .section_types-swiper {
    padding-bottom: 123px;
  }

  .project-visual_info-block {
    grid-column-gap: 3.75vw;
    grid-row-gap: 3.75vw;
  }

  .section_resort-management {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .project_services {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section_resort-location {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .resort-location_map-block {
    min-height: 710px;
  }

  .section_project-reasons {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .project-reasons_wrapper {
    padding-left: 15vw;
    padding-right: 7.5vw;
  }

  .project-reasons_content {
    width: 30vw;
  }

  .section_project-concept {
    padding-top: 144px;
  }

  .project-concept_right {
    padding-right: 7.5vw;
  }

  .section_faq, .section_get-in-touch {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .get-in-touch_content {
    width: 30vw;
  }

  .get-in-touch_buttons.is-v2 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .get-in-touch_wrapper {
    padding-left: 15vw;
    padding-right: 7.5vw;
  }

  .section_partners {
    padding-top: 144px;
  }

  .section_spaces-swiper {
    min-height: 1100px;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .section_basic {
    padding-top: 89px;
    padding-bottom: 144px;
  }

  .insights_list {
    margin-top: 89px;
  }

  .news_wrapper {
    margin-top: 67px;
    padding-right: 7.5vw;
  }

  .fullscreen-hero_content {
    background-image: linear-gradient(90deg, #031332e6, #03133233 60%);
  }

  .section_about-intro {
    padding-bottom: 144px;
  }

  .management_right {
    font-size: 21px;
  }

  .management_wrapper {
    padding-top: 89px;
  }

  .section_team-swiper {
    padding-bottom: 123px;
  }

  .section_about-values {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .section_georgia-intro {
    padding-bottom: 144px;
  }

  .section_numbers {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .numbers_list {
    margin-top: 72px;
  }

  .section_georgia-statistics {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .contact-hero_inner {
    background-image: linear-gradient(90deg, #031332e6, #03133233 60%);
  }

  .section_contact-location {
    padding-top: 144px;
  }

  .blocks_side-label {
    font-size: 34px;
    font-weight: 300;
  }

  .ap_list-top {
    margin-bottom: 55px;
  }

  .ap_list-name-cell.is-book {
    width: 45%;
  }

  .ap_list-value {
    font-size: 34px;
    font-weight: 300;
  }

  .ap_list-value.is-type {
    font-size: 55px;
  }

  .ap_list-value.is-book-name {
    font-size: 21px;
  }

  .ap_list-value.is-book {
    font-size: 21px;
    font-weight: 400;
  }

  .ap_list-empty-state {
    font-size: 34px;
    font-weight: 300;
  }

  .h1-style {
    font-size: 89px;
  }

  .ap_sidebar {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    padding-bottom: 118px;
  }

  .blocks-swiper {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .blocks-swiper_item {
    font-size: 55px;
    font-weight: 300;
  }

  .ap_floors, .floors-swiper {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .floors-swiper_item {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
  }

  .ap_details {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .ap_details-list {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .ap_sidebar-img-wrapper {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .section_ap-types {
    padding-bottom: 144px;
  }

  .favorites_item-bottom {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .favorites_item {
    flex: none;
  }

  .heading-style-h5 {
    font-size: 34px;
  }

  .favorites_wrapper {
    margin-top: 89px;
  }

  .favorites_info-item {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .apartments-swiper {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .apartments-swiper_item {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
  }

  .ap_sun {
    bottom: 89px;
  }

  .ap_details-row {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .ap_img-wrapper.is-3d {
    padding: 55px;
  }

  .section_ap-gallery {
    padding-bottom: 123px;
  }

  .ap-gallery_slider {
    width: 41.65vw;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 34px;
  }

  .padding-global {
    padding-left: 34px;
    padding-right: 34px;
  }

  .button {
    padding-left: 21px;
  }

  .button:hover {
    background-color: var(--earth-yellow);
    padding-left: 21px;
    padding-right: 21px;
  }

  .section_fullscreen-hero {
    padding-bottom: 108px;
  }

  .header {
    padding-left: 34px;
    padding-right: 34px;
  }

  .header_inner {
    height: 89px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header_nav-link.w--current {
    color: #f4f3ee;
  }

  .header_nav-button-wrapper {
    display: flex;
  }

  .home-hero_swiper {
    flex-flow: column;
    padding-bottom: 0;
    display: flex;
  }

  .home-hero_swiper.is-menu-opened {
    padding-top: 34px;
  }

  .home-hero_swiper-list {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    flex: 1;
    margin-right: 0;
  }

  .home-hero_slide {
    flex: 1;
  }

  .home-hero_slide-inner {
    padding: 34px;
  }

  .card-arrow {
    display: none;
  }

  .card-arrow.is-swiper {
    width: 150px;
    display: flex;
  }

  .card-arrow.is-swiper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero_img-overlay {
    background-image: linear-gradient(270deg, #03133200 50%, #03133299);
  }

  .h2-wrapper {
    padding-right: 0;
  }

  .button_icon {
    display: none;
  }

  .section_benefits-swiper {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .benefits-swiper {
    padding-right: 16.66vw;
  }

  .benefits-swiper_slide {
    aspect-ratio: 1;
  }

  .fullscreen-swiper_slide-text {
    font-size: 21px;
  }

  .fullscreen-swiper_arrow-right {
    background-color: var(--isabelline);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    padding-bottom: 0;
    padding-right: 0;
    top: auto;
    bottom: 44px;
    right: 34px;
  }

  .home-map_content {
    max-width: 420px;
    padding-left: 0;
  }

  .home-map_pin-wrapper {
    right: 14%;
  }

  .home-map_europe-wrapper {
    display: none;
  }

  .insights-swiper {
    margin-top: 34px;
  }

  .insights_img-inner {
    padding-left: 21px;
    padding-right: 21px;
    bottom: 0;
  }

  .insights_info {
    padding-bottom: 21px;
  }

  .insights-swiper_slide {
    font-size: 16px;
  }

  .footer_form-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .black-button {
    padding-left: 21px;
  }

  .black-button:hover {
    background-color: var(--earth-yellow);
    padding-left: 21px;
    padding-right: 21px;
  }

  .footer_info-block {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .footer_menu {
    width: 100%;
  }

  .footer_menu-col {
    min-width: 164px;
  }

  .contact-nav_wrapper {
    display: block;
  }

  .contact-nav_wrapper.is-gradient {
    background-image: linear-gradient(#03133200, #031332e6);
  }

  .contact-nav {
    height: 55px;
    padding-left: 8px;
    padding-right: 8px;
    transition: margin .4s ease-in-out, border-radius .3s ease-in-out, height .4s ease-in-out;
  }

  .contact-nav.is-opened {
    height: 89px;
    margin-bottom: -13px;
  }

  .contact-nav_item {
    max-height: 21px;
    transition: max-height .3s ease-in-out;
  }

  .projects_list {
    margin-bottom: -34px;
    margin-left: -34px;
    margin-right: -34px;
  }

  .projects_item-inner {
    background-image: linear-gradient(90deg, #031332e6, #03133233);
  }

  .loader_letter {
    right: 34px;
  }

  .project-hero_swiper-inner {
    background-image: linear-gradient(90deg, #031332e6, #03133233);
    bottom: 0;
  }

  .project-hero_swiper-wrapper {
    flex-flow: column;
    padding-bottom: 0;
    display: flex;
  }

  .types-swiper {
    margin-top: 34px;
  }

  .types-swiper_slide {
    font-size: 13px;
  }

  .types-swiper_item {
    aspect-ratio: auto;
    height: 100%;
    padding-top: 89px;
    padding-bottom: 100px;
  }

  .types-swiper_button-wrapper {
    opacity: 1;
  }

  .section_types-swiper {
    padding-top: 0;
  }

  .project-visual_wrapper {
    padding-top: 34px;
  }

  .project-visual_bg-video-wrapper {
    top: 45vw;
  }

  .button-icon {
    padding-left: 21px;
  }

  .button-icon:hover {
    background-color: var(--oxford-blue);
    color: var(--isabelline);
    padding-left: 21px;
    padding-right: 21px;
  }

  .resort-management_wrapper {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
    padding-top: 34px;
  }

  .resort-management_left {
    width: 100%;
    padding-right: 0;
  }

  .project_services {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .resort-management_right {
    border-left-style: none;
    padding-left: 0;
  }

  .resort-location_wrapper {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
    padding-top: 34px;
  }

  .resort-location_map-block {
    aspect-ratio: 3 / 2;
    border-right-style: none;
    width: 100%;
    padding-right: 0;
  }

  .resort-location_info-block {
    padding-left: 0;
  }

  .card-arrow_wrapper.is-swiper, .card-arrow_wrapper.is-swiper--left {
    width: 150px;
  }

  .project-concept_card-inner {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .faq_wrapper {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
  }

  .faq_header-wrapper {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    position: static;
  }

  .get-in-touch_buttons {
    padding-left: 21px;
    padding-right: 21px;
  }

  .partners_item {
    width: 350px;
  }

  .partners_text {
    top: 0;
  }

  .partners_link-wrapper {
    opacity: 1;
  }

  .insights_item {
    font-size: 16px;
  }

  .news_wrapper {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .article-body {
    margin-bottom: 0;
    padding-bottom: 34px;
  }

  .news_gallery-overlay:hover {
    opacity: 0;
  }

  .fullscreen-hero_content {
    background-image: linear-gradient(90deg, #031332e6, #03133233);
    padding-bottom: 120px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .management_right {
    border-left-style: none;
    padding-left: 0;
  }

  .management_left {
    width: 100%;
    padding-right: 0;
  }

  .management_wrapper {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
    padding-top: 34px;
  }

  .team-swiper_slide {
    width: 280px;
    font-size: 13px;
  }

  .team-swiper {
    margin-top: 34px;
  }

  .numbers_list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .numbers_col {
    margin-bottom: -1px;
  }

  .contact-hero_inner {
    background-image: linear-gradient(90deg, #031332e6, #03133233);
  }

  .contact-hero_wrapper {
    padding-bottom: 0;
  }

  .popup_close:hover {
    transform: none;
  }

  .apartments-popup_item-inner {
    padding: 21px;
    bottom: 0;
  }

  .apartments-popup_item-inner:hover {
    padding-bottom: 21px;
    bottom: 0;
  }

  .ap_wrapper {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
    align-items: stretch;
  }

  .ap_filter-wrapper {
    width: 100%;
    position: static;
  }

  .blocks_wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    order: -1;
    display: flex;
  }

  .blocks_side-label-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .ap_list-wrapper.is-mobile-only {
    display: block;
  }

  .ap_list-top-right {
    flex: 1;
  }

  .ap_list-name-cell {
    width: 30vw;
    padding-left: 113px;
  }

  .ap_list-name-cell.is-type {
    min-height: 120px;
  }

  .ap_list-img {
    width: 100px;
  }

  .ap_list-value {
    font-size: 16px;
  }

  .ap_list-title {
    font-size: 13px;
  }

  .section_block-hero {
    min-height: 0;
    padding-bottom: 55px;
  }

  .ap_sidebar {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .block_hero-inner {
    padding-left: 34px;
    padding-right: 34px;
  }

  .block_hero-img-wrapper {
    order: -1;
    height: auto;
    margin-left: -34px;
    margin-right: -34px;
    position: relative;
    left: 0;
    right: 0;
    transform: none;
  }

  .block_wrapper {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
    align-items: stretch;
  }

  .blocks-swiper_item {
    font-size: 55px;
    font-weight: 300;
  }

  .ap_floors {
    display: none;
  }

  .floors-swiper_item {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 34px;
  }

  .ap_sidebar-img-wrapper, .section_ap-types {
    display: none;
  }

  .ap-types_wrapper {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
    align-items: stretch;
    padding-left: 0;
  }

  .favorites_item-bottom {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .favorites_item {
    width: 420px;
  }

  .apartment_params-value {
    font-size: 34px;
  }

  .apartments-swiper_item {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 34px;
  }

  .block_floor-wrapper {
    order: -1;
  }

  .ap_sun {
    bottom: 0;
  }

  .ap_main {
    order: -1;
    padding-bottom: 0;
  }

  .ap_main-top {
    justify-content: space-between;
  }

  .block_360, .block_3d-img {
    height: auto;
  }

  .ap-gallery_slider {
    font-size: 13px;
  }

  .ap-gallery {
    margin-top: 34px;
  }

  .section_home-hero {
    padding-bottom: 108px;
  }

  .dark-button:hover {
    background-color: #fff0;
  }

  .calc_results {
    display: flex;
  }

  .pdf_sidebar {
    position: static;
  }

  .ap_filter-search-button-wrapper {
    display: block;
  }

  .ap_filter-button-mobile {
    margin-right: auto;
    display: flex;
  }

  .fullscreen-swiper_arrow-icon {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 21px;
    font-weight: 400;
  }

  .padding-global {
    padding-left: 21px;
    padding-right: 21px;
  }

  .form_input {
    font-size: 16px;
  }

  .section_fullscreen-hero {
    padding-bottom: 96px;
  }

  .header {
    padding-left: 0;
    padding-right: 0;
  }

  .header_right {
    right: 21px;
  }

  .header_left {
    left: 21px;
  }

  .home-hero_slide-inner {
    padding: 21px;
  }

  .home-hero_slide-inner.is-v2 {
    padding-top: 21px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .home-hero_logo {
    transform: scale(.7);
  }

  .home-intro_content {
    padding-top: 34px;
    padding-bottom: 34px;
    padding-left: 0;
  }

  .section_benefits-swiper {
    padding-bottom: 89px;
  }

  .benefits-swiper {
    padding-left: 0;
    padding-right: 0;
  }

  .benefits-swiper_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .benefits-swiper_slide {
    padding-left: 21px;
    padding-right: 21px;
  }

  .benefits-swiper_img-wrapper {
    height: 256px;
    position: relative;
    transform: none;
  }

  .benefits-swiper_slide-inner {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    color: var(--oxford-blue);
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 34px 0 0;
  }

  .benefits-swiper_name-wrapper {
    opacity: 1;
    margin: 0;
    font-size: 34px;
    line-height: 1.3;
  }

  .benefits-swiper_name {
    transform: none;
  }

  .benefits-swiper_name-mask {
    display: none;
  }

  .benefits-swiper_descr {
    opacity: 1;
  }

  .benefits-swiper_arrows {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 111px;
    padding-left: 42px;
    padding-right: 42px;
    display: flex;
    left: 0;
    right: 0;
  }

  .benefits-swiper_arrow-left, .benefits-swiper_arrow-right {
    background-color: var(--earth-yellow);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    display: flex;
  }

  .benefits-swiper_arrow-icon {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fullscreen-swiper_load-screen {
    display: none;
  }

  .fullscreen-swiper_bg-img.is-banner {
    width: calc(100vw - 36px);
  }

  .fullscreen-swiper_slide-inner {
    padding-left: 21px;
    padding-right: 21px;
  }

  .fullscreen-swiper_arrow-left {
    padding-bottom: 30vh;
    padding-left: 21px;
  }

  .fullscreen-swiper_arrow-right {
    bottom: 34px;
  }

  .fullscreen-swiper_slide-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section_home-map {
    min-height: 0;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .home-map_content {
    width: 100%;
    max-width: 100%;
  }

  .home-map_pin-wrapper {
    display: none;
  }

  .insights-swiper_list {
    padding-left: 0;
  }

  .insights-swiper {
    margin-right: -13px;
    padding-right: 0;
  }

  .insights_img-wrapper {
    overflow: visible;
  }

  .insights_img-inner {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .insights_info {
    margin-bottom: -46px;
    padding-bottom: 0;
  }

  .insights_date {
    color: var(--oxford-blue);
  }

  .insights-swiper_slide {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 75vw;
    padding-right: 13px;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .footer_main-section {
    background-size: 70%;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .footer_inner {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
  }

  .footer_menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 21px;
    display: grid;
  }

  .footer_menu-col.is-social {
    display: none;
  }

  .footer_menu-col.is-social-mobile {
    border-top: 2px solid #d9aa6e4d;
    width: 100%;
    padding-top: 21px;
    display: flex;
  }

  .footer_bottom {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header_bg {
    left: 0;
    right: 0;
  }

  .contact-nav_wrapper {
    padding-left: 21px;
    padding-right: 21px;
  }

  .site-menu {
    padding-top: 144px;
    padding-bottom: 100px;
  }

  .loader, .cookie_wrapper {
    padding-left: 21px;
    padding-right: 21px;
  }

  .projects_list {
    margin-left: -21px;
    margin-right: -21px;
  }

  .loader_letter {
    right: 0;
  }

  .project-hero_swiper-inner {
    padding: 34px;
  }

  .types-swiper {
    margin-right: -13px;
    padding-right: 0;
  }

  .types-swiper_wrapper, .types-swiper_list {
    padding-left: 0;
  }

  .types-swiper_slide {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 75vw;
    padding-right: 13px;
  }

  .types-swiper_img {
    width: 100%;
    margin-left: 0%;
  }

  .types-swiper_item-inner {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .project-visual_bg-video-wrapper {
    margin-top: 250px;
    top: 25vw;
  }

  .project-visual_info-block {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
  }

  .project-visual_divider {
    display: none;
  }

  .project_services {
    grid-template-columns: 1fr 1fr;
  }

  .project-reasons_wrapper {
    grid-column-gap: 8.33vw;
    grid-row-gap: 8.33vw;
    flex-flow: column;
    grid-template-rows: 80vw auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .project-reasons_content {
    order: 1;
    width: 100%;
  }

  .project-concept_wrapper {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    grid-template-rows: 80vw auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 34px;
  }

  .project-concept_card {
    filter: none;
  }

  .project-concept_right-img {
    aspect-ratio: auto;
    height: 100%;
    position: absolute;
    inset: 0;
  }

  .project-concept_card-inner {
    min-height: 400px;
    padding-top: 144px;
    position: relative;
  }

  .project-concept_left {
    order: 1;
    width: 100%;
  }

  .project-concept_right {
    padding-top: 0;
  }

  .project-concept_left-img {
    aspect-ratio: auto;
    height: 100%;
    position: absolute;
    inset: 0;
  }

  .faq_toggle {
    font-size: 21px;
    font-weight: 400;
  }

  .faq_number {
    font-size: 21px;
  }

  .get-in-touch_content {
    width: 100%;
  }

  .get-in-touch_wrapper {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .spaces-swiper {
    padding-left: 34px;
    padding-right: 34px;
  }

  .insights_list {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .h1-wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .insights_item {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .news_wrapper {
    flex-flow: column;
    display: flex;
  }

  .news_text-content {
    position: static;
  }

  .insights_share-wrapper {
    margin-left: 0;
    padding-left: 0;
  }

  .blog_wrapper {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    padding-left: 0;
    padding-right: 0;
  }

  .article_images {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .fullscreen-hero_content {
    padding-top: 34px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .about-intro_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .team-swiper_slide {
    padding-right: 13px;
  }

  .team-swiper_item-inner {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .team-swiper_img {
    width: 100%;
    margin-left: 0%;
  }

  .team-swiper_list {
    margin-right: -13px;
    padding-left: 0;
  }

  .team-swiper {
    margin-right: -13px;
    padding-right: 0;
  }

  .georgia-intro_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-hero_inner {
    padding: 34px;
  }

  .contact-location_top {
    padding-bottom: 34px;
  }

  .contact-location_map-wrapper {
    margin-top: 34px;
  }

  .legal_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .popup {
    padding: 0;
  }

  .popup_inner {
    margin-top: 0;
  }

  .popup_top {
    padding-left: 21px;
    padding-right: 21px;
  }

  .popup_top.is-thick {
    justify-content: space-between;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .popup_close {
    background-color: var(--oxford-blue);
    color: var(--earth-yellow);
    border-radius: 80px;
    width: 55px;
    height: 40px;
  }

  .apartments-popup_inner {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    padding: 21px;
  }

  .apartments-popup_list {
    grid-row-gap: 13px;
    flex-flow: column;
  }

  .apartments-popup_item {
    flex: none;
    height: 233px;
  }

  .apartments-popup_item-inner {
    padding: 21px;
  }

  .apartments-popup_logo {
    transform: scale(.7);
  }

  .ap_list-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ap_list-top-right {
    align-self: stretch;
  }

  .ap_list-item-inner {
    flex-flow: wrap;
    padding-right: 0;
  }

  .ap_list-name-cell {
    flex: none;
    width: 100%;
    padding-right: 113px;
  }

  .ap_list-name-cell.is-type {
    width: 60%;
    min-height: 89px;
    padding-left: 113px;
  }

  .ap_list-name-cell.is-book {
    width: 100%;
    padding-right: 0;
  }

  .ap_list-img.is-type {
    width: 100px;
  }

  .ap_list-value {
    font-size: 21px;
  }

  .ap_list-value.is-type {
    font-size: 21px;
    font-weight: 400;
  }

  .ap_list-cell.is-second {
    border-left-style: none;
    padding-left: 0;
  }

  .ap_list-item-buttons {
    justify-content: flex-end;
    align-items: center;
    height: 97px;
    padding-bottom: 0;
  }

  .popup_inner-type-1 {
    padding: 21px 21px 34px;
  }

  .popup_price {
    font-size: 21px;
    font-weight: 400;
  }

  .popup_inner-type-2, .popup_inner-live-cam {
    padding: 21px 21px 34px;
  }

  .block_hero-inner {
    padding-left: 21px;
    padding-right: 21px;
  }

  .block_hero-img-wrapper {
    margin-left: -21px;
    margin-right: -21px;
  }

  .ap-type_list-item {
    flex-flow: wrap;
    padding-right: 0;
  }

  .favorites_item-bottom {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .favorites_item {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    border-right-style: none;
    width: 320px;
    padding-right: 0;
  }

  .delete-button {
    width: 34px;
    height: 34px;
  }

  .favorites_list {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .favorites_wrapper {
    padding-left: 21px;
    padding-right: 21px;
  }

  .favorites_share-wrapper {
    margin-top: 0;
  }

  .ap_img-menu {
    justify-content: center;
    align-items: center;
    top: 21px;
  }

  .ap_img-wrapper.is-3d {
    padding: 0;
  }

  .ap-gallery_slider {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 75vw;
    padding-right: 13px;
  }

  .ap-gallery_list {
    padding-left: 0;
  }

  .ap-gallery {
    margin-right: -13px;
    padding-right: 0;
  }

  .section_home-hero {
    padding-bottom: 96px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 21px;
    font-weight: 400;
  }

  ol {
    padding-left: 21px;
  }

  .section_fullscreen-hero {
    padding-bottom: 89px;
  }

  .header_inner {
    border-bottom-style: none;
  }

  .header_nav-button-wrapper {
    margin-left: 30px;
  }

  .home-hero_swiper, .home-hero_swiper.is-menu-opened {
    padding-top: 21px;
  }

  .home-hero_img-overlay {
    background-image: linear-gradient(270deg, #03133200, #031332cc);
  }

  .h2-wrapper {
    padding-bottom: 21px;
  }

  .home-intro_content {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 16px;
  }

  .section_benefits-swiper {
    padding-top: 34px;
    padding-bottom: 55px;
  }

  .benefits-swiper_slide-inner {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    padding-top: 21px;
  }

  .benefits-swiper_name-wrapper {
    font-size: 21px;
    font-weight: 400;
  }

  .fullscreen-swiper_slide-text {
    font-size: 16px;
  }

  .fullscreen-swiper_arrow-left {
    display: none;
  }

  .fullscreen-swiper_arrow-right {
    bottom: 26px;
    right: 26px;
  }

  .fullscreen-swiper_logo {
    transform: scale(.7);
  }

  .section_home-map {
    padding-bottom: 34px;
  }

  .h3-style {
    font-size: 21px;
    font-weight: 700;
  }

  .home-map_img-wrapper {
    aspect-ratio: 1;
    height: auto;
  }

  .section_insights-swiper {
    padding-bottom: 55px;
  }

  .footer_main-section {
    background-image: none;
  }

  .footer_inner {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .footer_contact-item {
    font-size: 21px;
    font-weight: 400;
  }

  .footer_menu {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .footer_menu-col.is-social-mobile {
    border-bottom: 2px solid #d9aa6e4d;
    padding-bottom: 21px;
  }

  .contact-nav_wrapper {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .contact-nav {
    padding-left: 3px;
    padding-right: 3px;
  }

  .contact-nav_item {
    font-size: 10px;
  }

  .projects_list {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    margin-top: 21px;
  }

  .projects_item-inner {
    min-height: 450px;
    padding-bottom: 34px;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 16px;
  }

  .projects_item-logo {
    height: 100px;
  }

  .project-hero_swiper-inner {
    padding-left: 21px;
    padding-right: 21px;
    font-size: 16px;
    top: 21px;
  }

  .project-hero_swiper-wrapper {
    margin-top: 21px;
    margin-bottom: 0;
  }

  .types-swiper_item {
    padding: 55px 21px 89px;
  }

  .types-swiper_item:hover {
    padding-bottom: 89px;
  }

  .types-swiper_button-wrapper {
    bottom: 21px;
    left: 21px;
  }

  .section_project-visual {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .section_types-swiper {
    padding-bottom: 34px;
  }

  .project-visual_bg-video-wrapper {
    margin-top: 200px;
  }

  .section_resort-management {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .project_services {
    grid-template-columns: 1fr;
  }

  .section_resort-location {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .resort-location_wrapper {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .resort-location_map-block {
    aspect-ratio: 2 / 3;
  }

  .section_project-reasons {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .card-arrow_wrapper.is-swiper {
    width: 100px;
    margin-right: -16px;
  }

  .card-arrow_wrapper.is-swiper--left {
    width: 100px;
    margin-left: -16px;
  }

  .section_project-concept {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .project-concept_card-inner {
    padding-bottom: 21px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .section_faq {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .faq_wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .faq_number {
    display: none;
  }

  .faq_toggle-text {
    margin-right: 0;
  }

  .section_get-in-touch {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .get-in-touch_buttons, .get-in-touch_buttons.is-v2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .get-in-touch_button {
    flex: none;
  }

  .section_partners {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .partners_wrapper {
    padding-top: 34px;
  }

  .partners_item {
    width: 280px;
  }

  .section_spaces-swiper {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .spaces-swiper {
    padding-left: 0;
    padding-right: 0;
  }

  .section_basic {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .fullscreen-hero_content {
    padding-bottom: 96px;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 16px;
  }

  .section_about-intro {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .about-intro_wrapper {
    margin-top: 34px;
  }

  .section_management, .section_team-swiper {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .team-swiper_item {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    padding: 21px;
  }

  .section_about-values {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .georgia-intro_wrapper {
    margin-top: 34px;
    font-size: 16px;
  }

  .section_georgia-intro, .section_numbers {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .numbers_list {
    margin-top: 34px;
  }

  .numbers_item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .section_georgia-statistics {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .contact-hero_inner {
    padding-left: 21px;
    padding-right: 21px;
    font-size: 16px;
  }

  .contact-hero_wrapper {
    padding-top: 21px;
  }

  .section_contact-location {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .contact-location_map-wrapper {
    aspect-ratio: 2 / 3;
  }

  .apartments-popup_list.is-v2 {
    grid-row-gap: 13px;
    display: flex;
  }

  .section_apartments-hero {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .blocks_side-label {
    font-size: 16px;
  }

  .blocks_side-label-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }

  .ap_filter-inner {
    text-align: center;
    align-items: stretch;
  }

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

  .ap_list-top-right {
    grid-column-gap: 13px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center end;
    display: grid;
  }

  .sort-button {
    width: 100%;
  }

  .ap_list-name-cell {
    margin-bottom: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .ap_list-name-cell.is-type {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 0;
    padding-left: 0;
    padding-right: 55px;
  }

  .ap_list-name-cell.is-book {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .ap_list-img {
    height: 100px;
    position: static;
  }

  .ap_list-value {
    font-size: 16px;
  }

  .ap_list-cell {
    min-height: 0;
  }

  .ap_list-item-buttons {
    height: 100px;
  }

  .ap_list-empty-state {
    font-size: 16px;
  }

  .h1-style {
    font-size: 34px;
  }

  .popup_inner-type-2 {
    font-size: 16px;
  }

  .popup_inner-live-cam {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    font-size: 16px;
  }

  .section_block-hero {
    padding-bottom: 34px;
  }

  .ap_sidebar {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .block_wrapper {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .blocks-swiper_item {
    font-size: 34px;
    font-weight: 400;
  }

  .ap_sidebar-title {
    font-size: 16px;
  }

  .section_ap-types {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .ap-type_list-item {
    flex-flow: column;
  }

  .favorites_item-bottom {
    align-items: stretch;
  }

  .favorites_item {
    max-width: 80vw;
  }

  .fav-id {
    font-size: 21px;
  }

  .fav_form {
    align-items: stretch;
  }

  .favorites_wrapper {
    margin-top: 34px;
  }

  .apartments-swiper_item {
    font-size: 21px;
  }

  .ap_sun {
    display: none;
  }

  .ap_img-menu {
    left: 0;
    right: 0;
  }

  .section_ap-gallery {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .ap-gallery_item {
    padding-bottom: 34px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .form_input-2 {
    min-height: 41px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .dark-button {
    justify-content: space-between;
  }

  .calc_payments {
    margin-left: -21px;
    margin-right: -21px;
    padding: 21px;
  }

  .calc-form {
    align-items: stretch;
  }
}


@font-face {
  font-family: 'Noto Serif Georgian';
  src: url('../fonts/NotoSerifGeorgian-VariableFont_wdthwght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Georgian';
  src: url('../fonts/NotoSansGeorgian-VariableFont_wdthwght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}



/* First Block From App.blade */

    body.is-no-scroll {
      overflow: hidden;
      height: 100vh;
    }
    .loader {
      display: flex;
    }
    .fullscreen-swiper_arrow-right.is-disabled {
      pointer-events: none;
    }
    .swiper-button-disabled {
      pointer-events: none
    }

    a {
      cursor: pointer;
    }


/* Second block from App.blade */
    .relative {
      position: relative;
    }
    video {
      display: block;
    }
    .article-body a:not(.button) {
      text-decoration: underline;
    }
    /* Focus state style for keyboard navigation for the focusable elements */
    *[tabindex]:focus-visible,
      input[type="file"]:focus-visible {
       outline: 2px solid var(--earth-yellow);
       outline-offset: 2px;
    }
    .scrollbar-track {
      z-index: 300;
    }
    .popup_body::-webkit-scrollbar, .favorites_wrapper::-webkit-scrollbar {
      display: none;
    }
    /* Get rid of top margin on first element in any rich text element */
    .w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
      margin-top: 0 !important;
    }
    /* Get rid of bottom margin on last element in any rich text element */
    .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
      margin-bottom: 0 !important;
    }
    .w-richtext:before, .w-richtext:after {
      display: none;
    }
    input:focus-visible {
      outline: none;
    }
    a {
      color: inherit;
    }
    /* Apply "..." after 3 lines of text */
    .text-style-3lines {
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
    .text-color-black {
      color: var(--oxford-blue);
    }
    .text-color-yellow {
      color: var(--earth-yellow);
    }
    .js-marquee, .js-marquee-wrapper {
      display: flex;
    }
    .header.is-scroll .header_bg {
      opacity: 1;
    }
    .swiper-slide-active .benefits-swiper_name-wrapper, .swiper-slide-active .benefits-swiper_descr {
      opacity: 1;
    }
    .swiper-slide-active .benefits-swiper_img-wrapper {
      transform: scaleX(1);
    }
    .swiper-slide-active .benefits-swiper_name-mask-text, .swiper-slide-active .benefits-swiper_name {
      transform: translateX(0px);
    }
    .faq_toggle:hover .faq_number, .faq_item.is-active .faq_number {
      width: 89px;
    }
    .faq_toggle:hover .faq_toggle-text, .faq_item.is-active .faq_toggle-text {
      margin-right: 0px;
    }
    .faq_toggle:hover .faq_icon-wrapper, .faq_item.is-active .faq_icon-wrapper {
      background-color: var(--earth-yellow);
    }
    .faq_item.is-active .faq_icon-vertical {
      transform: rotate(90deg);
    }
    .faq_item:hover .faq_line, .faq_item.is-active .faq_line {
      width: 100%;
    }
    .popup.is-opened {
      display: flex;
      opacity: 1;
    }
    .popup.is-opened .popup_inner {
      transform: translateY(0%);
    }
    .filter-dropdown.is-opened .filter-dropdown_toggle {
      padding-left: 21px;
    }
    .filter-dropdown.is-opened .filter-dropdown_toggle-text-wrapper {
      margin-right: 0px;
    }
    .filter-dropdown.is-opened .line-item_line {
      width: 100%;
    }
    .filter-dropdown.is-opened {
      background-color: var(--white);
    }
    .filter-dropdown.is-opened .filter-dropdown_close-icon {
      opacity: 1;
    }
    .filter-dropdown.is-opened .filter-dropdown_icon {
      transform: translateY(-2px);
    }
    .filter-dropdown.is-disabled .filter-dropdown_overlay {
      display: block;
    }
    .filter-dropdown.is-opened .filter-dropdown_main {
      max-height: 300px;
    }
    .currency-switch.is-right .currency-switch_circle {
      right: 5px;
    }
    .sort-button.is-active {
      background-position: center right 13px;
    }
/* Custom */
    .similar_sort_button {
      background-color: var(--earth-yellow);
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    height: 28px;
    padding-left: 13px;
    padding-right: 13px;
    font-family: Noto Sans Georgian, sans-serif;
    font-size: 13px;
    font-weight: 500;
    transition: color .3s cubic-bezier(.42, 0, .09, 1), padding .3s cubic-bezier(.42, 0, .09, 1), background-color .3s cubic-bezier(.42, 0, .09, 1);
    display: flex;
    }

    .similar_sort_button:hover {
      background-color:#031332;
      color:white;
    }

    .active_live_btn {
      background-color:#031332!important;
      color:white!important;
    }

    .camera_tab {
      background-color:white;
    }
    .camera_tab:hover {
      background-color:#031332;
    }

    .popup_inner-live-cam {
      grid-row-gap: 23px;
      padding: 34px 34px 33px;
    }

    .popup_inner-live-cam h2 {
      font-size: 21px;
    }


    .header.is-dark-transparent .header_inner.is-scroll {
      color: var(--earth-yellow);
    }

    .footer_address span {
      color: #d9aa6f;
    }

    /*  ///////////////////////////////////////////////////////////////////// 992+ */
    @media screen and (min-width: 992px) {
      [data-hover-line] {
        position: relative;
      }
      [data-hover-line]::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 1px;
        bottom: -4px;
        left: 0;
        background-color: currentColor;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
      }
      [data-hover-line].is-active::after {
        transform: scaleX(1);
        transform-origin: bottom left;
      }
      [data-hover-line]:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
      }
      .header_nav-link.w--current[data-hover-line]::after {
        transform: scaleX(1);
        transform-origin: bottom left;
      }
      .button:hover .button_icon {
        opacity: 1;
      }
      .article-body a:hover {
        text-decoration: none;
      }
      .home-hero_slide:hover .card-arrow, .apartments-popup_item:hover .card-arrow, .insights-swiper_slide:hover .card-arrow, .insights-swiper_slide:hover .insights_hover-overlay, .insights_item:hover .card-arrow, .insights_item:hover .insights_hover-overlay {
        opacity: 1;
      }
      .insights-swiper_slide:hover .insights_img-overlay, .insights_item:hover .insights_img-overlay {
        opacity: 0;
      }
      .home-hero_slide:hover .card-arrow-body, .insights-swiper_slide:hover .card-arrow-body, .insights_item:hover .card-arrow-body, .apartments-popup_item:hover .card-arrow-body {
        width: 100%;
      }
      .home-hero_slide:hover .home-hero_img {
        transform: scale(1);
      }
      .insights-swiper_slide:hover .insights_img-inner, .insights_item:hover .insights_img-inner {
        transform: translateY(-34px);
      }
      .sticky-arrow.is-visible {
          opacity: 1;
        }
      .sticky-arrow_inner.is-pressed {
        color: var(--earth-yellow);
        border-color: var(--earth-yellow);
        width: 80px;
        height: 80px;
        margin-left: 15px;
        margin-top: 15px;
      }
      .sticky-arrow_inner.is-double.is-pressed {
        width: 58px;
        height: 58px;
        margin-left: 26px;
        margin-top: 26px;
      }
      .sticky-arrow_inner.is-double.is-pressed .sticky-arrow_line-wrapper {
        width: 84px;
      }
      .sticky-arrow_inner.is-pressed .sticky-arrow_line {
        width: 22px;
      }
      .card-arrow_wrapper:hover .card-arrow {
        width: 110px;
        padding-left: 29px;
        padding-right: 29px;
      }
      .card-arrow_wrapper:hover .card-arrow_circle {
        opacity: 1;
        transform: scale(1);
      }
      .types-swiper_item:hover .types-swiper_button-wrapper {
        opacity: 1;
      }
      .types-swiper_item:hover .types-swiper_img-wrapper {
        right: 0%;
      }
      .line-item:hover .line-item_line {
        width: 100%;
      }
      .partners_item:hover .partners_logo {
        transform: scale(1.1);
      }
      .partners_item:hover .partners_text {
        transform: translateY(-30px);
      }
      .partners_item:hover .partners_link-wrapper {
        opacity: 1;
      }
      .ap_list-item:hover .line-item_line, .favorites_item:hover .line-item_line, [data-line-wrapper]:hover .line-item_line {
        width: 100%;
      }
      .ap_list-item:hover .ap_list-cell {
        transform: translateX(-21px);
      }
      .ap_list-item:hover .ap_list-name-cell {
        transform: translateX(21px);
      }
      .filter-dropdown_toggle:hover {
        padding-left: 21px;
      }
      .filter-dropdown_toggle:hover .filter-dropdown_toggle-text-wrapper {
        margin-right: 0px;
      }
      .filter-dropdown:hover .line-item_line {
        width: 100%;
      }
    }
    @media screen and (min-width: 1280px) { 
      .header_nav-button:hover .header_nav-button-icon, .header_nav-button.is-active .header_nav-button-icon,
      .header_search-button:hover .header_search-icon {
        transform: scale(1) translateX(0px);
        opacity: 1;
      }
      .lang_toggle:hover .lang_toggle-icon, .lang_toggle.w--open .lang_toggle-icon {
        transform: scale(1) translateX(0px);
        opacity: 1;
      }
      .lang_toggle.w--open {
        padding-right: 13px;
        padding-left: 13px;
      }
    }
    @media screen and (max-width: 991px) { 
      /* home hero slider */
      [aria-live="polite"] {
        margin-right: -21px;
      }
      .hide-tablet {
        display: none;
      }
    }
    @media screen and (max-width: 767px) {
    }
    @media screen and (max-width: 479px) {
    }

    .burger_lang_switcher {
      display: none;
    }

    @media screen and (max-width: 1279px) {
    
      .burger_lang_switcher {
        display: flex;
        flex-direction: row;
      }
    
      .burger_lang_switcher a {
        background-color:white;
        border-radius:25px;
        margin: 0 10px;
      }

      .header_nav-bg {
        pointer-events: none;
      }

      .header_nav-list-inner {
        position: relative;
        z-index: 2;
      }

      .header_nav-list .header_nav-link[data-hover-line] {
        position: relative;
      }

      .header_nav-list .header_nav-link[data-hover-line]::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 1px;
        bottom: -4px;
        left: 0;
        background-color: currentColor;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
      }

      .header_nav-list .header_nav-link[data-hover-line]:hover::after,
      .header_nav-list .header_nav-link.w--current[data-hover-line]::after {
        transform: scaleX(1);
        transform-origin: bottom left;
      }
    }


    .header_nav-link.w--current {
      text-decoration: none;
      opacity: 1;
      color: inherit;
    }

    /* Contrast: #d9aa6e on white is ~2.3:1 (fails WCAG AA). Darker gold still reads as brand. */
    .text-link {
      color: #6b4a14;
    }

    /* Overlay submit has no visible glyphs; keep it clickable but skip contrast/name painting. */
    .form_submit {
      opacity: 0;
    }
 
