.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label:before,.wpcf7-list-item-label:after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner:before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
:root{--hystmodal-speed: .2s;--hystmodal-zindex: 70}.hystmodal{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:none;display:grid;grid-template-columns:100%;grid-template-rows:0px min-content 0px;justify-content:center;align-content:space-between;visibility:hidden;scrollbar-width:none;-ms-overflow-style:none}.hystmodal::-webkit-scrollbar{display:none}.hystmodal:before{position:fixed;top:0;left:0;width:100%;height:100%;content:"";display:block;background-color:#000;opacity:0;pointer-events:none}.hystmodal--animated:before{transition:opacity var(--hystmodal-speed) ease}.hystmodal--active:before{opacity:.6}.hystmodal--moved,.hystmodal--active{opacity:1;pointer-events:none;visibility:visible}.hystmodal--active{pointer-events:auto}.hystmodal__wrap{display:block;min-width:0;grid-row:2 / 3}.hystmodal__window{min-width:0;grid-row:2 / 3;position:relative;z-index:10;box-sizing:border-box;flex-shrink:0;flex-grow:0;background:#fff;width:600px;max-width:100%;overflow:visible;transform:scale(.95);opacity:0;margin:50px auto}.hystmodal__window--loading{min-height:400px;background-image:url("data:image/svg+xml,%0A%3Csvg width=%27105%27 height=%27105%27 viewBox=%270 0 105 105%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23aaa%27%3E%3Ccircle cx=%2712.5%27 cy=%2712.5%27 r=%2712.5%27%3E%3Canimate attributeName=%27fill-opacity%27 begin=%270s%27 dur=%271s%27 values=%271;.2;1%27 calcMode=%27linear%27 repeatCount=%27indefinite%27 /%3E%3C/circle%3E%3Ccircle cx=%2712.5%27 cy=%2752.5%27 r=%2712.5%27 fill-opacity=%27.5%27%3E%3Canimate attributeName=%27fill-opacity%27 begin=%27100ms%27 dur=%271s%27 values=%271;.2;1%27 calcMode=%27linear%27 repeatCount=%27indefinite%27 /%3E%3C/circle%3E%3Ccircle cx=%2752.5%27 cy=%2712.5%27 r=%2712.5%27%3E%3Canimate attributeName=%27fill-opacity%27 begin=%27300ms%27 dur=%271s%27 values=%271;.2;1%27 calcMode=%27linear%27 repeatCount=%27indefinite%27 /%3E%3C/circle%3E%3Ccircle cx=%2752.5%27 cy=%2752.5%27 r=%2712.5%27%3E%3Canimate attributeName=%27fill-opacity%27 begin=%27600ms%27 dur=%271s%27 values=%271;.2;1%27 calcMode=%27linear%27 repeatCount=%27indefinite%27 /%3E%3C/circle%3E%3Ccircle cx=%2792.5%27 cy=%2712.5%27 r=%2712.5%27%3E%3Canimate attributeName=%27fill-opacity%27 begin=%27800ms%27 dur=%271s%27 values=%271;.2;1%27 calcMode=%27linear%27 repeatCount=%27indefinite%27 /%3E%3C/circle%3E%3Ccircle cx=%2792.5%27 cy=%2752.5%27 r=%2712.5%27%3E%3Canimate attributeName=%27fill-opacity%27 begin=%27400ms%27 dur=%271s%27 values=%271;.2;1%27 calcMode=%27linear%27 repeatCount=%27indefinite%27 /%3E%3C/circle%3E%3Ccircle cx=%2712.5%27 cy=%2792.5%27 r=%2712.5%27%3E%3Canimate attributeName=%27fill-opacity%27 begin=%27700ms%27 dur=%271s%27 values=%271;.2;1%27 calcMode=%27linear%27 repeatCount=%27indefinite%27 /%3E%3C/circle%3E%3Ccircle cx=%2752.5%27 cy=%2792.5%27 r=%2712.5%27%3E%3Canimate attributeName=%27fill-opacity%27 begin=%27500ms%27 dur=%271s%27 values=%271;.2;1%27 calcMode=%27linear%27 repeatCount=%27indefinite%27 /%3E%3C/circle%3E%3Ccircle cx=%2792.5%27 cy=%2792.5%27 r=%2712.5%27%3E%3Canimate attributeName=%27fill-opacity%27 begin=%27200ms%27 dur=%271s%27 values=%271;.2;1%27 calcMode=%27linear%27 repeatCount=%27indefinite%27 /%3E%3C/circle%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:48px}.hystmodal--animated .hystmodal__window{transition:transform var(--hystmodal-speed) ease 0s,opacity var(--hystmodal-speed) ease 0s}.hystmodal--active .hystmodal__window{transform:none;opacity:1}.hystmodal__close{position:absolute;z-index:10;top:15px;right:15px;display:block;width:25px;height:25px;background-color:transparent;background-position:center center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23fff%27 stroke=%27%23000%27 stroke-linecap=%27square%27 stroke-miterlimit=%2750%27 stroke-width=%272%27 d=%27M22 2L2 22%27/%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-linecap=%27square%27 stroke-miterlimit=%2750%27 stroke-width=%272%27 d=%27M2 2l20 20%27/%3E%3C/svg%3E");background-size:100% 100%;border:none;font-size:0;cursor:pointer;outline:none}.hystmodal__close--wh{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23fff%27 stroke=%27%23fff%27 stroke-linecap=%27square%27 stroke-miterlimit=%2750%27 stroke-width=%272%27 d=%27M22 2L2 22%27/%3E%3Cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27square%27 stroke-miterlimit=%2750%27 stroke-width=%272%27 d=%27M2 2l20 20%27/%3E%3C/svg%3E")}.hystmodal__close:hover{opacity:.95}.hystmodal__close:focus{outline:2px dotted rgba(0,0,0,.7);outline-offset:2px}.hystmodal__close--wh:focus{outline:2px dotted rgba(255,255,255,.7)}@media all and (max-width:767px){.hystmodal__close{top:10px;right:10px;width:24px;height:24px}.hystmodal__window{margin-top:0;margin-bottom:0}}
.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #005f75}.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0-4px 0 8px;padding-left:16px;border-left:1px solid #003642;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#005f75;border:1px solid #004a5c;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#004a5c;border:1px solid #003642}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{display:block}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable[data-select-text],.choices__list[aria-expanded] .choices__item--selectable[data-select-text]{padding-right:100px}.choices__list--dropdown .choices__item--selectable[data-select-text]::after,.choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text],[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}
@font-face{font-family:'Rock Star';src:local("Rock Star"),local("RockStar-Regular"),url(//tvoekolo.com.ua/wp-content/themes/tvoekolo/dist/a2434436b795ac8fd220.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Rock Star';src:local("Rock Star Semi Bold"),local("RockStar-SemiBold"),url(//tvoekolo.com.ua/wp-content/themes/tvoekolo/dist/45576d185a66ff12423f.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Core Sans C';src:local("Core Sans C 65 Bold"),local("CoreSansC-65Bold"),url(//tvoekolo.com.ua/wp-content/themes/tvoekolo/dist/2ee1cf521b838e6fa973.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Core Sans C';src:local("Core Sans C 75 ExtraBold"),local("CoreSansC-75ExtraBold"),url(//tvoekolo.com.ua/wp-content/themes/tvoekolo/dist/91987e1165cb32afe1b3.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}*,*:after,*:before{box-sizing:border-box}html{font-size:62.5%}body{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;position:relative;font-family:'Rock Star', sans-serif;font-weight:400;line-height:1.4;font-size:1.6rem;background-color:#EEEDEA}img{display:block;max-width:100%;object-fit:contain;user-select:none;-webkit-tap-highlight-color:transparent}a,input[type="submit"],button{cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent}p,h1,h2,h3,h4,h5,h6,ul,ol{margin:0;padding:0}.grecaptcha-badge{right:-100% !important}.main-content{flex:1 1;overflow-x:hidden}.main-content.--has-padding{padding-top:68px}@media (min-width: 680px){.main-content.--has-padding{padding-top:90px}}@media (min-width: 1360px){.main-content.--has-padding{padding-top:104px}}.v-container{width:100%;padding-left:16px;padding-right:16px}@media (min-width: 680px){.v-container{padding-left:40px;padding-right:40px}}@media (min-width: 1280px){.v-container{padding-left:calc((100% - 1110px) / 2);padding-right:calc((100% - 1110px) / 2)}}@media (min-width: 1360px){.v-container{padding-left:calc((100% - 1276px) / 2);padding-right:calc((100% - 1276px) / 2)}}.title-h1{color:#fff;font-size:2rem;font-style:normal;font-weight:800;line-height:normal;position:relative;z-index:1}@media (min-width: 680px){.title-h1{font-size:2.4rem}}.title-h1.center{text-align:center}.title-h2{color:#000;font-size:2.4rem;font-style:normal;font-weight:400;line-height:142%}@media (min-width: 1360px){.title-h2{font-size:3.6rem}}.title-h2.--center{text-align:center}.custom-scroll{scrollbar-width:auto;scrollbar-color:#000 #EEEDEA}.custom-scroll::-webkit-scrollbar{width:8px}.custom-scroll::-webkit-scrollbar-track{background-color:#EEEDEA}.custom-scroll::-webkit-scrollbar-thumb{background-color:#000}.ellipsis-sting{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.no-select{user-select:none;-webkit-tap-highlight-color:transparent}.hamburger{cursor:pointer;border:0;background-color:transparent;width:26px;height:22px;padding:0;position:relative;z-index:101}@media (any-hover: hover){.hamburger:hover:after{transform:scale(1.6)}}.hamburger:focus-visible{outline:10px solid #eee;background-color:#eee}.hamburger:after{content:'';display:block;width:26px;height:26px;background-color:rgba(130,130,130,0.2);border-radius:50%;position:absolute;top:-2px;left:0;transform:scale(0);transition:transform .2s}.hamburger__line{display:block;width:100%;height:2px;background-color:#fff}.--white-header .hamburger__line{background-color:#000}.hamburger__line:nth-child(1){transform:translateY(-5px);transition:transform .2s .2s, opacity .2s .2s}.--open .hamburger__line:nth-child(1){opacity:0;transform:translateY(6px);background-color:#14140F;transition:transform .2s, opacity .2s}.hamburger__line:nth-child(2){transform:translateY(1px);transition:transform .2s}.--open .hamburger__line:nth-child(2){transform:rotate(-45deg) translateY(1px);background-color:#14140F;transition:transform .2s .2s}.hamburger__line:nth-child(3){transform:translateY(-1px);transition:transform .2s}.--open .hamburger__line:nth-child(3){transform:rotate(45deg) translateY(-1px);background-color:#14140F;transition:transform .2s .2s}.hamburger__line:nth-child(4){transform:translateY(5px);transition:transform .2s .2s, opacity .2s .2s}.--open .hamburger__line:nth-child(4){transform:translateY(-6px);opacity:0;background-color:#14140F;transition:transform .2s, opacity .2s}.btn-primary{display:inline-flex;align-items:center;justify-content:center;width:100%;height:48px;padding:16px 40px;color:#fff;background-color:#14140F;font-feature-settings:'clig' off, 'liga' off;font-size:1.2rem;font-style:normal;font-weight:600;line-height:normal;border-radius:8px;border:2px solid #14140F;text-decoration:none;transition:background-color .2s, color .2s, border-color .2s, transform .2s}@media (min-width: 1280px){.btn-primary{padding:16px 64px;width:min-content;white-space:nowrap}}@media (any-hover: hover){.btn-primary:hover{background-color:#8C8264;border-color:#8C8264}}.btn-primary:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(20,20,15,0.4)}.btn-primary:active{transform:translateY(2px)}.btn-primary.--clay-creek{background-color:#8C8264;border-color:#8C8264}@media (any-hover: hover){.btn-primary.--clay-creek:hover{background-color:#14140F;border-color:#14140F}}.cookie-banner{display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:16px;width:100%;background-color:rgba(140,130,100,0.9);padding:20px 30px 18px;position:fixed;bottom:0;left:0;z-index:1000}@media (min-width: 680px){.cookie-banner{flex-direction:row;padding:30px 60px 22px;gap:30px}}@media (min-width: 1280px){.cookie-banner{gap:110px}}.cookie-banner.hidden{display:none}.cookie-banner__text{color:#fff;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;text-align:justify;letter-spacing:-0.48px}@media (min-width: 1280px){.cookie-banner__text{font-size:2.4rem;text-align:left}}.cookie-banner__btn{display:flex;align-items:baseline;justify-content:space-between;height:50px;padding:12px 30px;background-color:transparent;border-radius:40px;border:2px solid #fff;color:#fff;text-align:center;font-feature-settings:'clig' off, 'liga' off;font-family:"Core Sans C", sans-serif;font-size:1.4rem;font-style:normal;font-weight:800;line-height:170%;text-transform:uppercase;margin-top:6px;transition:background-color .2s,  color .2s}@media (min-width: 1280px){.cookie-banner__btn{font-size:1.8rem}}@media (min-width: 1280px){.cookie-banner__btn{height:54px}}@media (any-hover: hover){.cookie-banner__btn:hover{background-color:#fff;color:#14140F}}.cookie-banner__btn:active{background-color:#fff;color:#14140F}.header{display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:14px;padding-bottom:14px;position:fixed;top:0;left:0;right:0;z-index:100;transition:padding .2s}@media (min-width: 680px){.header{padding-top:20px;padding-bottom:20px}}.header.--white-header{background-color:#fff;padding-top:14px;padding-bottom:14px;box-shadow:0 0 18px 0 rgba(0,0,0,0.15)}.header.--white-header .--brown-logo{display:block}.header__nav-desktop{display:flex;align-items:center;flex:1 1}.header__nav-desktop-logo{width:69px;height:32px}@media (min-width: 680px){.header__nav-desktop-logo{width:90px;height:42px}}@media (min-width: 1360px){.header__nav-desktop-logo{width:118px;height:55px}}.header__nav-desktop-logo.--brown-logo{display:none}.--white-header .header__nav-desktop-logo{display:none}.header__nav-desktop-logo-link{display:flex;align-items:center}.header__nav-desktop-menu{display:none}@media (min-width: 1360px){.header__nav-desktop-menu{display:flex;align-items:center;justify-content:space-evenly;list-style:none;flex:1 1;padding-left:20px;padding-right:20px;margin-top:4px}}.header__nav-desktop-menu>li{position:relative}.header__nav-desktop-menu>li:nth-of-type(1){order:1}.header__nav-desktop-menu>li:nth-of-type(2){order:2}.header__nav-desktop-menu>li:nth-of-type(3){order:3}.header__nav-desktop-menu>li:nth-of-type(4){order:5}.header__nav-desktop-menu>li:nth-of-type(5),.header__nav-desktop-menu>li:nth-of-type(6),.header__nav-desktop-menu>li:nth-of-type(7),.header__nav-desktop-menu>li:nth-of-type(8),.header__nav-desktop-menu>li:nth-of-type(9){display:none}.header__nav-desktop-menu>li>a{color:#FFF;font-family:"Core Sans C", sans-serif;font-size:1.4rem;font-style:normal;font-weight:600;line-height:normal;text-decoration:none;transition:color .2s}@media (min-width: 1280px){.header__nav-desktop-menu>li>a{padding-bottom:30px;border-radius:8px}}@media (any-hover: hover){.header__nav-desktop-menu>li>a:hover{color:#8C8264}.header__nav-desktop-menu>li>a:hover+.sub-menu{opacity:1;transform:translateY(0);pointer-events:auto}}.--white-header .header__nav-desktop-menu>li>a{color:#000}@media (any-hover: hover){.--white-header .header__nav-desktop-menu>li>a:hover{color:#8C8264}}.header__nav-desktop-menu>li.current-menu-item>span{color:#8C8264;font-family:"Core Sans C", sans-serif;font-size:1.4rem;font-style:normal;font-weight:600;line-height:normal;padding-bottom:30px}@media (any-hover: hover){.header__nav-desktop-menu>li.current-menu-item>span:hover+.sub-menu{opacity:1;transform:translateY(0);pointer-events:auto}}.header__nav-desktop-menu .sub-menu{display:none}@media (min-width: 1360px){.header__nav-desktop-menu .sub-menu{display:block;min-width:150px;width:max-content;list-style:none;position:absolute;top:40px;left:0;background-color:#fff;padding:24px 22px;border-radius:15px;box-shadow:0 6px 30px 0 rgba(0,0,0,0.12);opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .15s, transform .15s}}@media (any-hover: hover){.header__nav-desktop-menu .sub-menu:hover{opacity:1;transform:translateY(0);pointer-events:auto}}.header__nav-desktop-menu .sub-menu li+li{margin-top:15px}.header__nav-desktop-menu .sub-menu li.current-menu-item>span{color:#8C8264;text-align:left;font-family:"Core Sans C", sans-serif;font-size:1.4rem;font-style:normal;font-weight:600;line-height:normal}.header__nav-desktop-menu .sub-menu a{display:block;color:#14140F;text-decoration:none;text-align:left;font-family:"Core Sans C", sans-serif;font-size:1.4rem;font-style:normal;font-weight:600;line-height:normal}@media (any-hover: hover){.header__nav-desktop-menu .sub-menu a:hover{color:#8C8264}}.header__nav-desktop .buttons{flex:1 1;display:flex;align-items:center;justify-content:flex-end;margin-right:26px}@media (min-width: 680px){.header__nav-desktop .buttons{flex-direction:row-reverse;justify-content:flex-start;margin-right:12px}}@media (min-width: 768px){.header__nav-desktop .buttons{margin-right:26px}}@media (min-width: 1360px){.header__nav-desktop .buttons{flex:initial;margin-right:58px}}.header__nav-desktop .phone{display:flex;align-items:center;justify-content:center;height:26px;background-color:#fff;border-radius:8px;text-decoration:none;transition:color .2s}@media (min-width: 680px){.header__nav-desktop .phone{background-color:transparent;margin-top:4px;font-family:'Core Sans C', sans-serif;color:#FFF;font-size:1.4rem;font-style:normal;font-weight:800;line-height:normal}}@media (min-width: 1280px){.header__nav-desktop .phone{padding:4px 6px;border-radius:8px}}@media (any-hover: hover){.header__nav-desktop .phone:hover .text{color:#8C8264}}.header__nav-desktop .phone:focus-visible{outline:0;box-shadow:0 0 0 2px #fff}.header__nav-desktop .phone.--mobile{display:block}@media (min-width: 680px){.header__nav-desktop .phone.--mobile{display:none}}.header__nav-desktop .phone.--desktop{display:none}@media (min-width: 680px){.header__nav-desktop .phone.--desktop{display:flex}}.header__nav-desktop .phone .icon{width:100%;height:100%;fill:#828282}.--white-header .header__nav-desktop .phone{color:#000;border:1px solid #8C8264}@media (min-width: 680px){.--white-header .header__nav-desktop .phone{border-color:transparent}}.header__nav-desktop .tg{display:flex;align-items:center;justify-content:center;height:26px;text-decoration:none;padding:6px 12px 6px 10px;border-radius:8px;border:1px solid #fff;transition:background-color .2s}@media (min-width: 680px){.header__nav-desktop .tg{margin-left:8px;height:32px;padding:0 20px 0 18px}}@media (min-width: 768px){.header__nav-desktop .tg{margin-left:58px}}@media (any-hover: hover){.header__nav-desktop .tg:hover{background-color:#fff}.header__nav-desktop .tg:hover .text{color:#828282}.header__nav-desktop .tg:hover .icon{fill:#828282}}.header__nav-desktop .tg:active{background-color:#fff}.header__nav-desktop .tg:active .text{color:#828282}.header__nav-desktop .tg:active .icon{fill:#828282}.--white-header .header__nav-desktop .tg{border:1px solid #8C8264;transition:background-color .2s, border-color .2s}@media (any-hover: hover){.--white-header .header__nav-desktop .tg:hover{background-color:rgba(221,218,209,0.4);border-color:rgba(221,218,209,0.4)}.--white-header .header__nav-desktop .tg:hover .text{color:#828282}.--white-header .header__nav-desktop .tg:hover .icon{fill:#828282}}.header__nav-desktop .tg .text{color:#fff;font-size:1rem;font-style:normal;font-weight:600;line-height:normal}@media (min-width: 680px){.header__nav-desktop .tg .text{font-size:1.2rem}}.--white-header .header__nav-desktop .tg .text{color:#8C8264}.header__nav-desktop .tg .icon{width:14px;height:13px;margin-right:6px;fill:#fff;margin-top:-2px}@media (min-width: 680px){.header__nav-desktop .tg .icon{margin-top:-1px}}.--white-header .header__nav-desktop .tg .icon{fill:#8C8264}.header__nav-desktop .kabinet{display:none}@media (min-width: 680px){.header__nav-desktop .kabinet{display:flex;align-items:center;justify-content:center;height:32px;background-color:#fff;border-radius:8px;text-decoration:none;margin-left:16px;padding-left:20px;padding-right:18px;border:1px solid #fff;transition:background-color .2s}}@media (any-hover: hover){.header__nav-desktop .kabinet:hover{background-color:transparent}.header__nav-desktop .kabinet:hover .text{color:#fff}.header__nav-desktop .kabinet:hover .icon{fill:#fff}}.header__nav-desktop .kabinet:active{background-color:#fff}.header__nav-desktop .kabinet:active .text{color:#828282}.header__nav-desktop .kabinet:active .icon{fill:#828282}.--white-header .header__nav-desktop .kabinet{border:1px solid rgba(221,218,209,0.4);background-color:rgba(221,218,209,0.4);transition:border-color .2s, background-color .2s}@media (any-hover: hover){.--white-header .header__nav-desktop .kabinet:hover{border-color:#8C8264;background-color:transparent}.--white-header .header__nav-desktop .kabinet:hover .text{color:#828282}.--white-header .header__nav-desktop .kabinet:hover .icon{fill:#828282}}.header__nav-desktop .kabinet .text{color:#828282;font-size:1.2rem;font-style:normal;font-weight:600;line-height:normal}.--white-header .header__nav-desktop .kabinet .text{color:#8C8264}.header__nav-desktop .kabinet .icon{width:10px;height:12px;margin-right:8px;fill:#828282}.header__nav-desktop a+a{margin-left:12px}@media (min-width: 680px){.header__nav-desktop a+a{margin-left:0}}.header__nav-aside{display:block;background-color:#fff;padding:38px 36px;width:100%;height:100vh;position:absolute;top:0;right:-100%;z-index:10;overflow-y:auto;box-shadow:0 0 18px 0 rgba(0,0,0,0.15);transition:transform .2s}@media (min-width: 1280px){.header__nav-aside{width:900px;right:-900px}}.header__nav-aside.--open{transform:translateX(-100%)}.header__nav-aside .buttons{display:flex;flex-direction:column;align-items:flex-start}@media (min-width: 360px){.header__nav-aside .buttons{flex-direction:row;gap:40px}}.header__nav-aside .buttons .link+.link{margin-top:12px}@media (min-width: 360px){.header__nav-aside .buttons .link+.link{margin-top:0}}.header__nav-aside .buttons .link{display:flex;align-items:baseline;color:#8C8264;font-size:1.1rem;font-style:normal;font-weight:400;line-height:normal;text-decoration:none;transition:color .2s}@media (any-hover: hover){.header__nav-aside .buttons .link:hover .text{color:#14140F}.header__nav-aside .buttons .link:hover .text:after{background-color:#14140F}}.header__nav-aside .buttons .link .text{position:relative}.header__nav-aside .buttons .link .text:after{content:'';width:100%;height:1px;background-color:#8C8264;position:absolute;bottom:0;left:0;transition:background-color .2s}.header__nav-aside .buttons .link .icon{fill:#999894;margin-left:10px}.header__nav-aside__title{color:#999894;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;margin-top:30px}@media (min-width: 360px){.header__nav-aside__title{margin-top:40px}}.header__nav-aside-menu{list-style:none;padding:0;margin:30px 0 0 0}@media (min-width: 360px){.header__nav-aside-menu{margin-top:34px}}@media (min-width: 680px){.header__nav-aside-menu{columns:2}}.header__nav-aside-menu>li{margin-bottom:18px}@media (min-width: 360px){.header__nav-aside-menu>li{margin-bottom:28px}}@media (min-width: 1360px){.header__nav-aside-menu>li{margin-bottom:27px}}@media (min-width: 680px){.header__nav-aside-menu>li.menu-item-98{margin-bottom:110px}}@media (min-width: 1280px){.header__nav-aside-menu>li.menu-item-90,.header__nav-aside-menu>li.menu-item-95{margin-bottom:14px}}@media (min-width: 1280px){.header__nav-aside-menu>li.menu-item-99,.header__nav-aside-menu>li.menu-item-100,.header__nav-aside-menu>li.menu-item-101,.header__nav-aside-menu>li.menu-item-102,.header__nav-aside-menu>li.menu-item-104,.header__nav-aside-menu>li.menu-item-593{margin-bottom:34px}}.header__nav-aside-menu>li:last-of-type{margin-bottom:0}.header__nav-aside-menu>li>a{color:#14140F;font-size:2rem;font-style:normal;font-weight:600;line-height:normal;text-decoration:none;transition:color .2s}@media (any-hover: hover){.header__nav-aside-menu>li>a:hover{color:#8C8264}}@media (min-width: 1360px){.header__nav-aside-menu>li>a{font-size:2.4rem}}@media (any-hover: hover){.header__nav-aside-menu>li>a[href="#"]:hover{color:#14140F;cursor:default}}.header__nav-aside-menu>li>span{color:#8C8264;font-size:2rem;font-style:normal;font-weight:600;line-height:normal}@media (min-width: 1360px){.header__nav-aside-menu>li>span{font-size:2.4rem}}.header__nav-aside-menu .sub-menu{list-style:none;padding:0}.header__nav-aside-menu .sub-menu>li{margin-top:18px;padding-left:20px}@media (min-width: 360px){.header__nav-aside-menu .sub-menu>li{margin-top:14px}}.header__nav-aside-menu .sub-menu>li>a{color:#8C8264;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;text-decoration:none;transition:color .2s}@media (any-hover: hover){.header__nav-aside-menu .sub-menu>li>a:hover{color:#14140F}}@media (min-width: 1360px){.header__nav-aside-menu .sub-menu>li>a{font-size:2rem}}.header__nav-aside-menu .sub-menu>li>span{color:#14140F;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}@media (min-width: 1360px){.header__nav-aside-menu .sub-menu>li>span{font-size:2rem}}.header__nav-aside .social-messenger-links{display:inline-flex;align-items:center;margin-top:30px}@media (min-width: 360px){.header__nav-aside .social-messenger-links{margin-top:60px}}@media (min-width: 680px){.header__nav-aside .social-messenger-links{margin-left:51%}}@media (min-width: 1360px){.header__nav-aside .social-messenger-links{margin-top:0}}.header__nav-aside .social-messenger-link{display:block;width:40px;height:40px;text-decoration:none}@media (any-hover: hover){.header__nav-aside .social-messenger-link:hover svg{fill:#8C8264}.header__nav-aside .social-messenger-link:hover svg .inner{fill:#fff}}.header__nav-aside .social-messenger-link svg{width:100%;height:100%;transition:fill .2s}.header__nav-aside .social-messenger-link+.social-messenger-link{width:56px;padding-left:16px}.header__nav-aside .address{color:#14140F;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal;margin-top:36px}@media (min-width: 680px){.header__nav-aside .address{padding-left:51%}}@media (min-width: 680px){.header__nav-aside .menu-item-1683 .sub-menu{margin-bottom:140px}}@media (min-width: 1280px){.header__nav-aside .menu-item-1683 .sub-menu{margin-bottom:238px}}.footer{background-color:#14140F;padding-top:40px;padding-bottom:54px}@media (min-width: 1024px){.footer{display:flex;position:relative}}@media (min-width: 1280px){.footer{padding-top:58px;padding-bottom:100px}}.footer__logo{display:block;width:112px;height:52px;margin-left:auto;margin-right:auto}@media (min-width: 1024px){.footer__logo{width:212px;height:98px;margin-right:100px}}@media (min-width: 1360px){.footer__logo{margin-right:240px}}.footer__logo-link{display:block;height:min-content}@media (min-width: 1024px){.footer__nav{flex:1 1}}.footer__nav-menu{display:flex;flex-direction:column;align-items:center;gap:24px;margin-top:51px;list-style:none}@media (min-width: 1024px){.footer__nav-menu{display:block;column-count:3;margin-top:0}}@media (min-width: 1280px){.footer__nav-menu{column-count:4}}@media (min-width: 1024px){.footer__nav-menu .menu-item{margin-bottom:24px}}.footer__nav-menu .menu-item:nth-child(n+1):nth-child(-n+14){display:none}@media (min-width: 1024px){.footer__nav-menu .menu-item:nth-child(n+1):nth-child(-n+14){display:block}}@media (min-width: 1280px){.footer__nav-menu .menu-item:nth-child(10){margin-bottom:30px}}.footer__nav-menu .menu-item:nth-child(16) span{color:#fff;font-family:"Core Sans C", sans-serif;font-size:1.6rem;font-style:normal;font-weight:800;line-height:normal}.footer__nav-menu .menu-item a{color:#fff;font-family:"Core Sans C", sans-serif;font-size:1.4rem;font-style:normal;font-weight:600;line-height:normal;text-decoration:none;transition:opacity .2s}@media (any-hover: hover){.footer__nav-menu .menu-item a:hover{opacity:.3}}.footer__nav-menu .menu-item span{color:#fff;font-family:"Core Sans C", sans-serif;font-size:1.4rem;font-style:normal;font-weight:600;line-height:normal;text-decoration:none}.footer__nav-menu .menu-item span.current{opacity:.3}.footer .address-title{color:#fff;font-weight:600}.footer .social-messenger-title{margin-top:60px;color:#fff;text-align:center;font-family:"Core Sans C", sans-serif;font-size:1.2rem;font-style:normal;font-weight:600;line-height:normal}@media (min-width: 1024px){.footer .social-messenger-title{display:none}}.footer .social-messenger-links{display:inline-flex;align-items:center;justify-content:center;width:100%;margin-top:20px}@media (min-width: 1024px){.footer .social-messenger-links{position:absolute;bottom:20px;left:40px;width:auto}}@media (min-width: 1280px){.footer .social-messenger-links{left:calc((100% - 1110px) / 2);bottom:80px}}@media (min-width: 1360px){.footer .social-messenger-links{left:calc((100% - 1276px) / 2)}}.footer .social-messenger-link{display:block;width:40px;height:40px;text-decoration:none;transition:opacity .2s}@media (any-hover: hover){.footer .social-messenger-link:hover svg{fill:#8C8264}.footer .social-messenger-link:hover svg .inner{fill:#14140F}}.footer .social-messenger-link+.social-messenger-link{width:56px;padding-left:16px}.legal-content{padding-top:20px;padding-bottom:60px}.legal-content h1,.legal-content h2,.legal-content h3{margin:40px 0 24px}.legal-content p,.legal-content ol,.legal-content ul{margin:24px 0}.legal-content ol,.legal-content ul{padding-left:20px}.order{z-index:110 !important;padding:40px 0}.order .hystmodal__window{border-radius:26px;background:#fff;padding:70px 18px 26px;position:relative}@media (min-width: 680px){.order .hystmodal__window{padding:70px 100px 74px}}.order__close{display:block;width:27px;height:27px;background-color:transparent;border-radius:0;border:0;position:absolute;top:20px;right:20px}@media (min-width: 1024px){.order__close{top:24px;right:24px}}@media (any-hover: hover){.order__close:hover svg rect{fill:#8C8264}.order__close:hover svg path{fill:#fff}}.order__close svg rect,.order__close svg path{transition:fill .2s}.order__title{color:#8C8264;text-align:center;font-size:1.8rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-0.36px}.order .wpcf7{margin-top:34px}.order .wpcf7 form.failed .wpcf7-response-output,.order .wpcf7 form.aborted .wpcf7-response-output,.order .wpcf7 form.invalid .wpcf7-response-output,.order .wpcf7 form.unaccepted .wpcf7-response-output,.order .wpcf7 form.payment-required .wpcf7-response-output{display:none}.order .wpcf7 .wpcf7-spinner{display:none}.order .wpcf7 .wpcf7-not-valid-tip{font-size:1.2rem;margin-top:4px}.order .wpcf7 .wpcf7-form-control-wrap{display:block;margin-bottom:16px}.order .wpcf7 .wpcf7-form-control-wrap .choices{margin-bottom:0}.order .wpcf7 .wpcf7-form-control-wrap[data-name="menu-849"]{display:none}.order .choices__placeholder{opacity:1;color:#999894}.order .choices.is-focused .choices__inner,.order .choices.is-open .choices__inner{border-color:#999894;border-radius:8px !important}.order .choices__inner{display:flex;align-items:center;justify-content:center}.order .choices__list--single{padding:4px 40px}.order .choices__list--dropdown{border-color:#999894;border-radius:8px !important;margin-top:4px !important;margin-bottom:4px !important}.order .choices__list--dropdown .order .choices__item--selectable.is-highlighted,.order .choices__list[aria-expanded] .order .choices__item--selectable.is-highlighted{color:#8C8264;font-weight:600}.order .choices[data-type*=select-one]::after{border:0;width:14px;height:10px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2713%27 height=%277%27 viewBox=%270 0 13 7%27 fill=%27none%27%3e%3cpath d=%27M6.04634 6.98727C6.04634 6.98727 6.16089 6.98727 6.22452 6.96182C6.28816 6.96182 6.3518 6.93636 6.40271 6.91091C6.42816 6.91091 6.45361 6.91091 6.46634 6.89818C6.50452 6.88545 6.52998 6.84727 6.55543 6.82182C6.60634 6.78364 6.65725 6.74545 6.70816 6.70727C6.75907 6.65636 6.79725 6.60545 6.83543 6.55455C6.86089 6.52909 6.88634 6.50364 6.89907 6.46545C7.85362 4.58182 9.78816 1.90909 11.1373 1.90909C11.6591 1.90909 12.0918 1.47636 12.0918 0.954545C12.0918 0.432727 11.6591 -1.89151e-08 11.1373 -4.17245e-08C9.0118 -1.34631e-07 7.10271 2.44364 6.04634 4.12364C4.98998 2.44364 3.08089 -3.93879e-07 0.955434 -4.86786e-07C0.433616 -5.09595e-07 0.000887852 0.432727 0.000887829 0.954545C0.000887806 1.47636 0.433616 1.90909 0.955434 1.90909C2.30452 1.90909 4.23907 4.58182 5.19361 6.47818C5.19361 6.47818 5.20634 6.49091 5.20634 6.50364C5.25725 6.60545 5.32089 6.69455 5.40998 6.77091C5.42271 6.78364 5.44816 6.79636 5.46089 6.80909C5.5118 6.84727 5.54998 6.88545 5.61361 6.91091C5.63907 6.91091 5.66452 6.91091 5.67725 6.92364C5.74089 6.94909 5.7918 6.96182 5.85543 6.97455C5.91907 6.97455 5.96998 7 6.03361 7L6.04634 6.98727Z%27 fill=%27%23999894%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;margin-top:-5.5px}.is-open .order .choices[data-type*=select-one]::after{margin-top:-5.5px}.order .choices__list--dropdown .choices__item--selectable.is-highlighted,.order .choices__list[aria-expanded] .choices__item--selectable.is-highlighted{color:#8C8264;font-weight:600}.order .choices__list--dropdown .choices__item--selectable::after,.order .choices__list[aria-expanded] .choices__item--selectable::after{display:none}.order .choices__list--dropdown .choices__item--selectable,.order .choices__list[aria-expanded] .choices__item--selectable{word-break:keep-all}.order .choices__inner,.order__field{width:100%;height:52px;border-radius:8px;border:1px solid #999894;background-color:transparent;color:#14140F;text-align:center;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal}.order .choices__inner::placeholder,.order__field::placeholder{color:#999894;text-align:center;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal;transition:opacity .2s}.order .choices__inner:focus-visible,.order__field:focus-visible{outline:0}.order .choices__inner:focus-visible::placeholder,.order__field:focus-visible::placeholder{opacity:0}.order .choices__inner.--hidden,.order__field.--hidden{display:none}.order .btn-primary{width:100%;min-height:52px;margin-top:30px}.order-success .hystmodal__window{border-radius:26px;background:#fff;padding:110px 18px;position:relative}@media (min-width: 680px){.order-success .hystmodal__window{padding:110px 95px}}@media (min-width: 1280px){.order-success .hystmodal__window{padding:150px 95px}}.order-success__close{display:block;width:27px;height:27px;background-color:transparent;border-radius:0;border:0;position:absolute;top:20px;right:20px}@media (min-width: 1024px){.order-success__close{top:24px;right:24px}}@media (any-hover: hover){.order-success__close:hover svg rect{fill:#8C8264}.order-success__close:hover svg path{fill:#fff}}.order-success__close svg rect,.order-success__close svg path{transition:fill .2s}.order-success__title{color:#8C8264;text-align:center;font-size:3.6rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-0.72px;position:relative;z-index:1}.order-success__subtitle{color:#000;text-align:center;font-size:2.8rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-0.56px;margin-top:30px}.order-success__img{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);width:425px;height:425px}@media (min-width: 1280px){.order-success__img{width:500px;height:500px}}

.load-more-btn{display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:8px;border:1px solid #14140F;padding:18px 46px 14px;min-height:52px;width:fit-content;margin:0 auto;transition:color .3s, background-color .3s, border-color .3s, transform .3s}@media (any-hover: hover){.load-more-btn:hover{background-color:#8C8264;color:#fff;border-color:transparent}}.load-more-btn:active{transform:translateY(2px)}.bread-crumbs{font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media (min-width: 768px){.bread-crumbs{font-size:1.4rem}}@media (min-width: 1280px){.bread-crumbs{text-align:left;font-size:1.6rem}}.bread-crumbs__link{display:inline-flex;width:fit-content;color:#8C8264;text-decoration:none;transition:color .2s}@media (min-width: 1280px){.bread-crumbs__link{margin-right:8px}}@media (any-hover: hover){.bread-crumbs__link:hover .bread-crumbs__link-text{color:#14140F}}.bread-crumbs__link-text{display:inline-block;margin-right:4px}@media (min-width: 1280px){.bread-crumbs__link-text{margin-right:12px}}.bread-crumbs__current{color:rgba(140,130,100,0.5)}.vacancy-card{padding:30px 8px;border:1px solid #DDDAD1;background-color:#E8E6E0;border-radius:24px;margin-bottom:20px;color:#14140F;font-size:1.6rem;font-style:normal;font-weight:400;line-height:200%}@media (min-width: 680px){.vacancy-card{padding:26px 44px}}@media (min-width: 768px){.vacancy-card{padding:36px 54px;font-size:2rem}}@media (min-width: 1280px){.vacancy-card{padding:56px 84px;margin-bottom:40px}}.vacancy-card__title{text-align:center;font-size:2rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-0.4px;margin-bottom:15px;color:#14140F}@media (min-width: 680px){.vacancy-card__title{text-align:left;margin-bottom:10px}}@media (min-width: 1280px){.vacancy-card__title{font-size:3.6rem}}.vacancy-card time{display:block;width:fit-content;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;color:#8C8264;margin:0 auto 25px}@media (min-width: 680px){.vacancy-card time{margin:0 0 25px}}@media (min-width: 1280px){.vacancy-card time{margin:0 0 30px;font-size:1.4rem}}.vacancy-card__content{color:#14140F}.vacancy-card__hidden-content{height:0;overflow:hidden}.vacancy-card__hidden-content :last-child{margin-bottom:0}.vacancy-card__hidden-content ul,.vacancy-card__hidden-content ol,.vacancy-card__hidden-content p{margin:15px 0}@media (min-width: 1280px){.vacancy-card__hidden-content ul,.vacancy-card__hidden-content ol,.vacancy-card__hidden-content p{margin:30px 0}}.vacancy-card__hidden-content ol{padding-left:20px}@media (min-width: 1280px){.vacancy-card__hidden-content ol{padding-left:25px}}.vacancy-card__hidden-content ol li::marker{color:#8C8264;font-weight:700}.vacancy-card__hidden-content ul{padding-left:22px}@media (min-width: 1280px){.vacancy-card__hidden-content ul{padding-left:25px}}.vacancy-card__hidden-content ul li::marker{font-size:2.2rem;color:#8C8264;font-weight:700}.vacancy-card__hidden-content a{color:#8C8264}@media (any-hover: hover){.vacancy-card__hidden-content a:hover{color:#14140F}}.vacancy-card .vacancy-btn{display:block;margin:25px auto 0;border-radius:6px;background-color:transparent;border:1px solid #14140F;outline:0;padding:8px 64px;position:relative}@media (min-width: 680px){.vacancy-card .vacancy-btn{margin:30px 0 0 0}}@media (any-hover: hover){.vacancy-card .vacancy-btn:hover{border:1px solid transparent;background-color:#8C8264;color:#fff}.vacancy-card .vacancy-btn:hover .vacancy-btn__icon path{fill:#fff}}.vacancy-card .vacancy-btn:focus-visible{border:1px solid transparent;background-color:#8C8264;color:#fff}.vacancy-card .vacancy-btn:focus-visible .vacancy-btn__icon path{fill:#fff}.vacancy-card .vacancy-btn.--is-open{display:flex;justify-content:center;align-items:center;padding:15px;border:1px solid #999894}@media (any-hover: hover){.vacancy-card .vacancy-btn.--is-open:hover{border:1px solid transparent;background-color:#8C8264;color:#fff}.vacancy-card .vacancy-btn.--is-open:hover .vacancy-btn__icon path{fill:#fff}}.vacancy-card .vacancy-btn.--is-open .vacancy-btn__text{display:none}.vacancy-card .vacancy-btn.--is-open .vacancy-btn__icon{width:20px;height:20px;transform:rotate(-90deg);position:relative;top:0;right:0}.vacancy-card .vacancy-btn.--is-open .vacancy-btn__icon path{fill:#999894}.vacancy-card .vacancy-btn__icon{position:absolute;right:13px;top:50%;transform:translateY(-50%)}.vacancy-card .vacancy-btn__text{font-size:1rem;font-weight:400}@media (min-width: 680px){.vacancy-card .vacancy-btn__text{font-size:1.4rem}}.hero-v1{padding-top:30px;position:relative;z-index:1}@media (min-width: 680px){.hero-v1{padding-bottom:40px}}@media (min-width: 1280px){.hero-v1{padding-top:47px;padding-bottom:80px}}@media (min-width: 1280px){.page-template-page-faq .hero-v1{padding-bottom:30px}}@media (min-width: 680px){.page-template-page-vacancies .hero-v1,.page-template-page-about .hero-v1,.page-template-page-video .hero-v1,.page-template-page-news .hero-v1,.page-template-page-media .hero-v1,.page-template-page-contacts .hero-v1{padding-bottom:0}}@media (min-width: 1280px){.page-template-page-vacancies .hero-v1,.page-template-page-about .hero-v1,.page-template-page-video .hero-v1,.page-template-page-news .hero-v1,.page-template-page-media .hero-v1,.page-template-page-contacts .hero-v1{padding-bottom:0}}@media (min-width: 1280px){.page-template-page-partners .hero-v1{padding-bottom:0}}@media (min-width: 1280px){.page-template-page-review .hero-v1{padding-bottom:10px}}@media (min-width: 1600px){.page-template-page-review .hero-v1{padding-bottom:40px}}@media (min-width: 1280px){.analytics-template-default .hero-v1{padding-bottom:47px}}@media (min-width: 1280px){.page-template-page-analytics .hero-v1{padding-bottom:40px}}.hero-v1__title{color:#14140F;font-size:2.4rem;font-style:normal;font-weight:400;line-height:146%;text-align:center}@media (min-width: 768px){.hero-v1__title{font-size:3.2rem}}@media (min-width: 1280px){.hero-v1__title{text-align:left;font-size:4rem}}.hero-v1 .bread-crumbs{margin-top:10px}@media (min-width: 1280px){.hero-v1 .bread-crumbs{margin-top:16px}}.hero-v1__img{display:block;width:100vw;max-width:100vw;margin-left:-16px;height:249px;object-fit:cover;object-position:center;margin-top:30px;border-radius:16px 16px 0 0}@media (min-width: 680px){.hero-v1__img{max-width:100%;width:100%;margin-left:0}}@media (min-width: 1280px){.hero-v1__img{margin-top:74px;height:288px;border-radius:24px 24px 0 0}}@media (min-width: 1280px){.page-template-page-land-owned .hero-v1__img,.page-template-page-funds .hero-v1__img,.page-template-page-invest .hero-v1__img{margin-top:40px}}.hero-v1__text{width:100vw;margin-left:-16px;background-color:#E8E6E0;padding:30px 16px 38px;border-radius:0 0 16px 16px}@media (min-width: 680px){.hero-v1__text{max-width:100%;width:100%;margin-left:0;padding:40px}}@media (min-width: 1280px){.hero-v1__text{padding:74px 95px}}.hero-v1__text ul,.hero-v1__text p{text-align:justify;font-size:1.6rem;font-style:normal;font-weight:400;line-height:200%}@media (min-width: 1280px){.page-template-page-fond .hero-v1__text ul,.page-template-page-fond .hero-v1__text p{font-size:2rem}}.hero-v1__text ul{margin-left:18px}@media (min-width: 1280px){.hero-v1__text ul{margin-left:28px}}.vacancy{margin-top:30px;margin-bottom:50px}@media (min-width: 1280px){.vacancy{margin-top:50px}}.vacancy .select__wrapper{margin-bottom:38px}@media (min-width: 680px){.vacancy .select__wrapper{display:flex;flex-direction:row;justify-content:flex-start}}.vacancy .vacancy__select{width:100%;min-width:fit-content;color:black}@media (min-width: 680px){.vacancy .vacancy__select{max-width:355px}}.vacancy .vacancy__select:first-of-type{margin-bottom:10px}@media (min-width: 680px){.vacancy .vacancy__select:first-of-type{margin-bottom:0;margin-right:25px}}.vacancy .choices{margin-bottom:10px;border-radius:14px;border:none}@media (min-width: 680px){.vacancy .choices{margin-bottom:0;margin-right:36px;min-width:200px}}@media (min-width: 1280px){.vacancy .choices{min-width:400px}}@media (any-hover: hover){.vacancy .choices:hover[data-type*=select-one]::after{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27%3e%3crect width=%2732%27 height=%2732%27 rx=%278%27 fill=%27%238C8264%27%3e%3c/rect%3e%3cpath d=%27M16 19.9873C16 19.9873 16.1137 19.9873 16.1768 19.9618C16.24 19.9618 16.3032 19.9364 16.3537 19.9109C16.3789 19.9109 16.4042 19.9109 16.4168 19.8982C16.4547 19.8855 16.48 19.8473 16.5053 19.8218C16.5558 19.7836 16.6063 19.7455 16.6568 19.7073C16.7074 19.6564 16.7453 19.6055 16.7832 19.5545C16.8084 19.5291 16.8337 19.5036 16.8463 19.4655C17.7937 17.5818 19.7137 14.9091 21.0526 14.9091C21.5705 14.9091 22 14.4764 22 13.9545C22 13.4327 21.5705 13 21.0526 13C18.9432 13 17.0484 15.4436 16 17.1236C14.9516 15.4436 13.0568 13 10.9474 13C10.4295 13 10 13.4327 10 13.9545C10 14.4764 10.4295 14.9091 10.9474 14.9091C12.2863 14.9091 14.2063 17.5818 15.1537 19.4782C15.1537 19.4782 15.1663 19.4909 15.1663 19.5036C15.2168 19.6055 15.28 19.6945 15.3684 19.7709C15.3811 19.7836 15.4063 19.7964 15.4189 19.8091C15.4695 19.8473 15.5074 19.8855 15.5705 19.9109C15.5958 19.9109 15.6211 19.9109 15.6337 19.9236C15.6968 19.9491 15.7474 19.9618 15.8105 19.9745C15.8737 19.9745 15.9242 20 15.9874 20L16 19.9873Z%27 fill=%27%23fff%27%3e%3c/path%3e%3c/svg%3e")}}.vacancy .choices__placeholder{opacity:1}.vacancy .choices.is-open .choices__list--dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.vacancy .choices.is-open .choices__list--dropdown,.vacancy .choices.is-open .choices__list[aria-expanded]{border-color:transparent}.vacancy .choices__list{color:#14140F}@media (min-width: 680px){.vacancy .choices__list{min-width:200px}}.vacancy .choices__list--single{padding:8px 16px 4px 4px}.vacancy .choices__list--dropdown{visibility:visible;opacity:0;pointer-events:none;transform:translateY(10px);border-radius:0 0 14px 14px;transition:opacity .2s, transform .2s}.vacancy .choices__list--dropdown .choices__item--selectable,.vacancy .choices__list[aria-expanded] .choices__item--selectable{padding-right:16px}.vacancy .choices__list--dropdown .choices__item--selectable.is-highlighted::after,.vacancy .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{display:none}.vacancy .choices__list--dropdown .choices__item--selectable.is-selected,.vacancy .choices__list[aria-expanded] .choices__item--selectable.is-selected{color:#8C8264;font-weight:600}@media (min-width: 680px){.vacancy .choices__item{font-size:1.4rem}}@media (min-width: 680px){.vacancy .choices__item--selectable{font-size:1.4rem}}.vacancy .choices__inner{display:flex;align-items:center;min-height:55px;border:none;border-radius:14px 14px 0 0}.vacancy .choices[data-type*=select-one]::after{top:14px;width:32px;height:32px;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27%3E%3Crect width=%2732%27 height=%2732%27 rx=%278%27 fill=%27%23F4F3F0%27/%3E%3Cpath d=%27M16 19.9873C16 19.9873 16.1137 19.9873 16.1768 19.9618C16.24 19.9618 16.3032 19.9364 16.3537 19.9109C16.3789 19.9109 16.4042 19.9109 16.4168 19.8982C16.4547 19.8855 16.48 19.8473 16.5053 19.8218C16.5558 19.7836 16.6063 19.7455 16.6568 19.7073C16.7074 19.6564 16.7453 19.6055 16.7832 19.5545C16.8084 19.5291 16.8337 19.5036 16.8463 19.4655C17.7937 17.5818 19.7137 14.9091 21.0526 14.9091C21.5705 14.9091 22 14.4764 22 13.9545C22 13.4327 21.5705 13 21.0526 13C18.9432 13 17.0484 15.4436 16 17.1236C14.9516 15.4436 13.0568 13 10.9474 13C10.4295 13 10 13.4327 10 13.9545C10 14.4764 10.4295 14.9091 10.9474 14.9091C12.2863 14.9091 14.2063 17.5818 15.1537 19.4782C15.1537 19.4782 15.1663 19.4909 15.1663 19.5036C15.2168 19.6055 15.28 19.6945 15.3684 19.7709C15.3811 19.7836 15.4063 19.7964 15.4189 19.8091C15.4695 19.8473 15.5074 19.8855 15.5705 19.9109C15.5958 19.9109 15.6211 19.9109 15.6337 19.9236C15.6968 19.9491 15.7474 19.9618 15.8105 19.9745C15.8737 19.9745 15.9242 20 15.9874 20L16 19.9873Z%27 fill=%27%23999994%27/%3E%3C/svg%3E");border-style:none;border-color:initial;border-width:initial;transition:tranfsorm .3s, background .2s}.vacancy .choices[data-type*=select-one].is-open::after{margin-top:-2.5px;transform:rotateX(180deg)}.vacancy .choices select,.vacancy .choices option,.vacancy .choices .choices{-webkit-tap-highlight-color:transparent}.vacancy+.load-more-btn{margin-top:50px;margin-bottom:96px}