@charset "UTF-8";
/*!
Theme Name: erfi
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: erfi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

erfi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* lora-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/lora-v35-latin-regular.woff2") format("woff2"), url("./fonts/lora-v35-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lora-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/lora-v35-latin-500.woff2") format("woff2"), url("./fonts/lora-v35-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lora-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/lora-v35-latin-600.woff2") format("woff2"), url("./fonts/lora-v35-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lora-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/lora-v35-latin-700.woff2") format("woff2"), url("./fonts/lora-v35-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
@font-face {
  font-family: "Stolzl";
  src: url("./fonts/stolzl_book.woff2") format("woff2"), url("./fonts/stolzl_book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stolzl";
  src: url("./fonts/stolzl_medium.woff2") format("woff2"), url("./fonts/stolzl_medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stolzl Reg";
  src: url("./fonts/stolzl_regular.woff2") format("woff2"), url("./fonts/stolzl_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.case-card__img img, .manager-card__avatar img, .company-inner-page__gallery .img_default img, .center-gallery__item .img_default img, .text-images-slider__item .img_default img, .fc-container__block-img-2col .img_default img, .sidebar-vs-content__img img, .numbers-cta__case > .img_default img, .img-text-50-50__img .img_default img, .main-menu-dropdown-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.menu-download-pages .sub-menu, .menu-download-pages .menu, .company-inner-page .menu, .line-menu-pages ul, .sidebar-left__menu-dark, .site-footer__privacy, .site-footer__menu, .main-menu-dropdown-mob-4lvl, .main-menu-dropdown-mob-3lvl, .site-header__main-menu-mob,
.main-menu-dropdown-mob-2lvl, .main-menu-dropdown-col_second .main-menu-dropdown-2lvl, .main-menu-dropdown-col ul, .site-header__main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.case-card .btn-link-short:before, .JobCartContentLink:before, .img-text-catalog__bg-icon, .numbers-cta__case > .img_default::before, .numbers-cta__case > .img_default, .product-card .btn_default a::before, .main-menu-dropdown-img img, body._active:before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

/**
 * Add the correct font 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #272B27;
  font-family: "Stolzl", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  -ms-hyphens: auto;
      hyphens: auto;
  margin: 0;
  font-weight: 500;
  font-family: "Lora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.3;
}

h1, .h1, .headline_h1 > * {
  -ms-hyphens: manual;
      hyphens: manual;
  font-size: 2rem;
}
@media (min-width: 1025px) {
  h1, .h1, .headline_h1 > * {
    font-size: 3rem;
  }
}

.h1 {
  font-size: 2rem !important;
}
@media (min-width: 1025px) {
  .h1 {
    font-size: 3rem !important;
  }
}

h2, .h2, .headline_h2 > * {
  -ms-hyphens: manual;
      hyphens: manual;
  font-size: 1.75rem;
}
@media (min-width: 1025px) {
  h2, .h2, .headline_h2 > * {
    font-size: 2.5rem;
  }
}

h3, .h3, .headline_h3 > * {
  -ms-hyphens: manual;
      hyphens: manual;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  h3, .h3, .headline_h3 > * {
    font-size: 2rem;
  }
}

h4, .h4, .headline_h4 > * {
  font-size: 1.125rem;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  h4, .h4, .headline_h4 > * {
    font-size: 1.375rem;
  }
}

h5, .h5, .headline_h5 > * {
  font-size: 1rem;
}
@media (min-width: 1025px) {
  h5, .h5, .headline_h5 > * {
    font-size: 1rem;
  }
}

.headline_default {
  font-family: "Lora";
}

.subheadline_default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.24px;
  line-height: 1.4;
}
.subheadline_default::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #95C11F;
  border-radius: 50%;
}
.subheadline_default_empty::before {
  display: none;
}

.hyphens-manual {
  -ms-hyphens: manual;
      hyphens: manual;
}

.white-space-nowrap {
  white-space: nowrap;
}

p {
  margin: 0;
}

.text_default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  gap: 0.75rem;
}
.text_default a {
  color: #95C11F;
  word-break: break-all;
}
.text_default a:hover {
  text-decoration: none;
}
.text_default ul, .text_default ol {
  margin: 0;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.text_default strong, .text_default b {
  font-weight: 500;
}
.text_default ul li::marker {
  color: #95C11F;
}
.text_default ul.ul-ok,
.text_default ul.ul-cancel {
  list-style: none;
  padding: 0;
  max-width: 32.125rem;
}
.text_default ul.ul-ok li,
.text_default ul.ul-cancel li {
  position: relative;
  padding-left: 1.625rem;
}
.text_default ul.ul-ok li::before,
.text_default ul.ul-cancel li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.text_default ul.ul-ok li::before {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMC41IiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHJ4PSI5IiBmaWxsPSIjOTVDMTFGIi8+CjxwYXRoIGQ9Ik02IDkuNUw3LjU0Mzk4IDExLjQ4NTFDNy45NDQzNCAxMS45OTk5IDguNzIyMzMgMTEuOTk5OSA5LjEyMjY5IDExLjQ4NTFMMTMgNi41IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat left center;
}
.text_default ul.ul-cancel li::before {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAxOCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM3Nl8yMzQ0KSI+CjxyZWN0IHk9IjIuMDYwMDYiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgcng9IjkiIGZpbGw9IiNDMTUwMUYiLz4KPHBhdGggZD0iTTExLjk3OTEgNy43OTQ4NEw1LjkxNzcyIDE0LjI3NTRNMTIuMTg4NyAxNC4wNjU4TDUuNzA4MDkgOC4wMDQ0NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zNzZfMjM0NCI+CjxyZWN0IHdpZHRoPSIxOCIgaGVpZ2h0PSIyMCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC4wNjAwNTg2KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=") no-repeat left center;
}
.text_default_md {
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .text_default_md {
    font-size: 0.875rem;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  font-size: 16px;
}

body {
  background: #F0F1ED;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

.img_default > img {
  display: block;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a:visited, a:hover, a:focus, a:active {
  outline: none;
}
a:focus-visible {
  outline: 1px solid #000000;
  outline-offset: 2px;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: #e6e6e6;
  color: #000000;
  line-height: 1;
  padding: 0;
}

.btn_default {
  line-height: 0;
}

.btn,
.btn-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}
.btn > span,
.btn-link > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn > span svg path,
.btn-link > span svg path {
  -webkit-transition: fill 0.6s ease, -webkit-transform 0.6s ease;
  transition: fill 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, fill 0.6s ease;
  transition: transform 0.6s ease, fill 0.6s ease, -webkit-transform 0.6s ease;
}
.btn > span svg path:first-of-type,
.btn-link > span svg path:first-of-type {
  -webkit-transform-origin: 70% 30%;
          transform-origin: 70% 30%;
}
.btn > span svg path:last-of-type,
.btn-link > span svg path:last-of-type {
  -webkit-transform-origin: 30% 70%;
          transform-origin: 30% 70%;
}
.btn:focus,
.btn-link:focus {
  outline: none;
}
.btn_focus-light:focus-visible,
.btn-link_focus-light:focus-visible {
  outline: 1px solid #ffffff !important;
  outline-offset: 2px;
}
.btn_focus-dark:focus-visible,
.btn-link_focus-dark:focus-visible {
  outline: 1px solid #95C11F !important;
  outline-offset: 2px;
}
.btn:hover > span path:first-of-type,
.btn-link:hover > span path:first-of-type {
  -webkit-transform: translate(-11px, 11px) rotate(-180deg);
          transform: translate(-11px, 11px) rotate(-180deg);
  -webkit-transform-origin: 70% 30%;
          transform-origin: 70% 30%;
}
.btn:hover > span path:last-of-type,
.btn-link:hover > span path:last-of-type {
  -webkit-transform: translate(11px, -11px) rotate(-180deg);
          transform: translate(11px, -11px) rotate(-180deg);
  -webkit-transform-origin: 30% 70%;
          transform-origin: 30% 70%;
}

.btn {
  border-radius: 4px;
  width: 100%;
  line-height: 1.4;
  padding: 0.25rem 0.25rem 0.25rem 1.5rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (min-width: 576px) {
  .btn {
    width: auto;
  }
}
.btn_primary-light {
  background-color: #95C11F;
  color: #ffffff;
}
.btn_primary-light:hover {
  background-color: #85AD18;
}
.btn_virtual {
  background-color: #E2E6D8;
  color: #678E01;
  line-height: 1.15;
  padding: 0.3125rem 0.625rem;
  width: 173px;
}
.btn_virtual svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.btn_primary {
  background-color: #85AD18;
  color: #ffffff;
}
.btn_primary:hover {
  background-color: #769C11;
}
.btn_primary:hover > span {
  background-color: #ffffff;
}
.btn_primary:hover > span path:first-of-type {
  fill: #95C11F;
}
.btn_primary:hover > span path:last-of-type {
  fill: #95C11F;
}
.btn_primary > span {
  background-color: #95C11F;
}
.btn_secondary {
  background-color: #384438;
  color: #ffffff;
}
.btn_secondary:hover {
  background-color: #273227;
}
.btn_secondary > span {
  background-color: rgba(255, 255, 255, 0.12);
}
.btn_secondary-light {
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
.btn_secondary-light > span {
  background-color: rgba(255, 255, 255, 0.12);
}
.btn_secondary-light:hover {
  background-color: #273227;
}
.btn > span {
  width: 3rem;
  height: 3rem;
  border-radius: 4px;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}
.btn_noicon {
  padding: 0.625rem 1rem;
}

.btn-link {
  line-height: 1.3;
  padding: 0.5rem;
}
.btn-link_white {
  background-color: transparent;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.btn-link-short {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  color: #95C11F;
  text-decoration: none;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.4;
  font-size: 0.75rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
  outline-color: #85AD18;
  border-color: #85AD18;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.numInputWrapper input {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.numInputWrapper:hover span {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flatpickr-weekwrapper {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.vjs-svg-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  fill: currentColor;
  height: 1.8em;
  width: 1.8em;
}

.vjs-svg-icon:before {
  content: none !important;
}

.vjs-svg-icon:hover,
.vjs-control:focus .vjs-svg-icon {
  -webkit-filter: drop-shadow(0 0 0.25em #fff);
          filter: drop-shadow(0 0 0.25em #fff);
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABUgAAsAAAAAItAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV33Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADwwAABdk9R/WHmhlYWQAABGcAAAAKwAAADYn8kSnaGhlYQAAEcgAAAAdAAAAJA+RCL1obXR4AAAR6AAAABMAAAC8Q44AAGxvY2EAABH8AAAAYAAAAGB7SIHGbWF4cAAAElwAAAAfAAAAIAFAAI9uYW1lAAASfAAAASUAAAIK1cf1oHBvc3QAABOkAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7xDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADbZCycAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1gUV5auc6urCmxEGrq6VRD6ATQP5dHPKK8GRIyoKApoEBUDAiGzGmdUfKNRM4qLZrUZdGKcGN/GZJKd0SyOWTbfbmZ2NxqzM5IxRtNZd78vwYlJdtREoO7sudVNq6PmmxmKqrqPU+eee173P80Bh39Cu9DOEY4DHZBK3i20D/QRLcfxbE5sEVtwLpZzclw4ibFIkSCJUcZ4MBpMnnzwuKNsGWBL5i3qy6kO2dVpvUpKbkAP9fq62rdeGJ+TM/7C1nbIutfuWrWk5ci4zMxxR1qW/N+9JsmCGXj9VKWhFx/6tr/nz78INDm2C9yPF/fDcxLuyKxLBZ1ZBz2QTi+RSkiH5RrDQJ/GgGQadX9m0YSURs7GpSG905Zsk41uj14yul1OtieZ7QUk5GRG/YiS7PYYPSAZNRed9sq3+bOpz00rKb7pe/ZEZvbALxZAHT3AFoH8GXP3rt67QFn40kt8W13FjLTDb48c+fSi5/7h0P4dL5yz7DPtbmgmYxfQA9RL2+EOfTcvdp+1vmuBpvOll1As1S6ak0IvJzC7sKWJFtJgBd2uWcg+0Zyg7dzQfhcjXRgXGZRf5/a4A58IDU777Nl252AUk4m2ByRRjqTNqIDCEJeAnU3iCFwrkrNwXEzg4yFevBwypzxkcX+AIfk3VEKl3XmWbT8788SzvpvFJaiOezL6QyuSr9VNf97csNu0z3LuhR0wATUxZAfVBwVOy+nQFhxYdWaXlXe4HC4zWGWzzsrLDtmhI9pOWOHv7PTT7XybH1Z0+v2d5Abd3kmG+TsH23CS/KwTxx/JkzEwx6jcQOUc42LLwHJ/J93uZ9ygh3HuZGwqsY9dWDHQ58dxNqyqKRQTYdxwTubiOSs3FiMDkq0WSZQgCT0GBDOg2lxOAd1FlPVGs4AKBAcYHHaP2wPkHaivmLF5zYqnIZrvcHx5gN4k/6tchNW1DtdgNL2KrxEkS/kfnIHoVnp1VjmjpTf5r0lTzLj0mdS28tX+XGorU364eMPmnWVl8J36nlKGw3CZhjEiuMw8h8mKvhGD+4/lElBWjAhLJMg6fTw4zPZ8cOmcGQBm2Qxml1nAm13CpYGq1JKUlJJUzQn1PTAO0mgv6VMMpA/DuRfSWEu4lDIxdbAtdWIKvnn2Vk766CWfz9fpY0sH/UpdP50rfszaVpdVRmvIejEdLMk45s4Bu0EWHjeOySmFyZSiMahvZdNSn29peoI/YexYfKQTLeurTXXwEVLeSfInTWHkkMaeUx7sBvOCSTSj3AlcKjfueyS36tCrXDlgRtF0etFq9jhc1kfKuBT/OwMr0F4UUTTh1AN0g20+H/ScPcsIEsYu9d/zN5PmjprPtNwI1ZZcDK6iC97Mcjp2y2aX36f+QbpGHrgRuHlXJ+Zf6PFRL2uQSp8vxHeF2IoRb8Rd2rhMzsNxSRmEuKK4JFnkojhMcx6jzqHzGMGFcW+MhBj0bhf6cowN+45I4LHvwT6fteu7M42wGRI/pxcg6/MZdEvt1U1XaulHFXuLmqov/MukvRVL35/b3ODM1+4aPjtzeK7zmUkV2h3DN54HaQ9GzJvxHRb6Ks2gB81fwqraT+A7GvZJrRLRofU6G0urNL+zFw3v0FaVDFxsKEZW56F31r6ip6vOL+FCObBPuIMRiXld9RaMdLzRIOGhPey2T9vA/35DmZPK9IWaT9d/WgOGMieYqJ/dzjLIhZU118gbysxrNUGefxD6UO/hyNNllpFTOIbx32kSFQctnweV5PxTMHLjRqiAN+fQE9gL+Xy5WB6MOS4GJJuYbDUHhcKDhHGRbLzOpjsjdM1+iwAZLGeieehACX2hhI7SjK/ZUTNrvVje31TxJiFBGYViWFkCn9PMeX9fS6qVbzfCj4fOCTzDnuWy2c4xA7mdNkA3RS9FH2VeqzdCBlixxbzXjvkHU1I8BOYFb1pZvPIHSSIj4svT8xpzcxtXN+ZKyjdDvbz08niiF3PqV9Tn5NST8vg48MTaY8E5xqSSIsWoWHo+LtAzxdH/GDUyp37CBEYfso04F/NlMTcDJUTpECLY0HFGQHImE8xsEUdgnrQlixIvGhJA1BvxpDHGxEMBYFeNOHcBJlSjwe2JcSfbBEsGOPPBHg/6SBBOCsLLw0SpUxod0Z1bFMfLkbQ3UiZxEyd0Dx8t+SRBu18Q9msFbI4e3p1THEfkSEh7kEJ5orR10qTWDvbgPWn5aWvCYyOAjwgXyjJi34uMjo58L25cmRAeQZWI2PA1QQLsPESAH8WGFwZZ4SPoR73BHPzIPMJj9AreBzKUmrH4todT18ANvi1oc3YGjUT/0j+ExUwq8PI9BLaCQIpvewwYu2evAG/Vo/5avPdY7o+BemLLXw3y+AdkzP9bpIxB1wm5EYq8fesHbPEPtm6HrHvtx4jcGPR8fDDpkZBefIjB46QnlUNRltv4Z/pO/J6dxEjhYAtmoMeq+GozvUVvNYOW3m6GCIhoprcfr97B8AcIQYsfD8ljUvGNjvkrpj0ETA48ZMIxCeqsRIsQALE0gi2GB+glSOfbOjW3GSBM9yPq8/rpJXrJDz0BPxV6xdN4uiCGDQed3WhgFkBUZEFsmeyyBpzXrm7UGTBZG8Lh5aubFufk5eUsbrrFGr7McYdbltxa0nKYqRKbQjvikXYkTGM0f2xuyM3Ly21oXnWfvf6I1BmZwfh7EWWIYsg2nHhsDhOnczhJcmI6eBAmy3jZ3RiJmKQR/JA99FcwsfaVbNDDyi1rL9NPj9hfo61wjM6BjzOLijLpeTgk/pL+ip6tfYWupzeOgPny2tcUu9J/9mhxJlgyi985NFRbvCVewXUNXLJaW0RxZqtRYtnfYdcYomXQWdnJHQA3jiEEkeTQWcWxdDP9IvvVWvo2TK553XEMEq+s69/QDU1Q7p0zxwsm9qS379whr8NI2PJqLUyGyfNeX3eFfnJU2U+uHR9cVV1IqgurqwuV44XVp0h2qN55X5XJwtk59yP0IZuHrqBOBIuIYhkcoT6Kx79Pu2HS/IPZIMOqLWs/pteOOk4NPgEb6QAIdAPsyZk5Mwd+wVaHMexJv719W7xCu2l37UG6lvYdBcvHa08p89741zd63phTRGqL5ggo6SlvdbWXzCqsPq78NnSu7wnKy2HNZbVoRCI7UJEOyRj+sPE002tOOY7Qa5fXboFWkLNeqYUSZRocp9XwSUZxcQZ9Hw6LV2pOoVmvHQEDbGIENEG5i6bLgMSM4n8+FNLTtAds99DaWEvgcf4o5SyYe9x+kF6/tGoTPAdRmS/XQIEy//QxKC2oqioAI3tS5auvxCtzT6y6RK8fhChYcwCJaMJhxc0vqSxQ/qmgsrKAlBZUHlauheTpvd9uj5DnLzJct6qfq5fXbYHVIGcfrIVJihbaVLu1wW7Vbs8zK0A8e9Jvb91S9cVMjPrazD6gpfeZTXzYbCFMcppVRsGMpp55OWgx1/3JeAxW1Y7AORgM/m3rWrsdLkQVmEVSU16cX/e7uvkvpqRiQsG06XJ0t64Tf+l0nG1dt025gyOIZlvq5u9KSU1N2TW/rsWnnMRPyTDkctbhvIcNvYIXWyLzdwYLoYesUbaQG4iK2cWO2gdpeUYLqDD0MUTOPhDIGnZEs58yArR86FznuWEsU4YDi2x26dA4klkn8Qa6vhk2QUfX4Jxm/ngX9r7ogn1dmlmwqZmuhxtdg9XN/DEcUgqb+9hMyNansfaQET2mcROCmGEMVqxm5u+h6kN2MOwgqykV2wH9yQG9DvVFU38Pogaf4FVuE62KI/oJ02RDdWW2w5dqQwU/8+N1q1DlvsL863u61KLE7x/o8w0VJQM/Y/SQ3unIrqxueEa1BqT5VFNsO7p39/UC771a77RowpaKe9nvJQIT1Pog5LGx8XblBKmCNGTf3xMogAQvPnz9PYKX/08sVDTG1OKUlOLUgS/UaZtm1NAaYTsl7i9ZQ+L6O4Rl0OGa577LuWvc+C+x96/vYh0lLBuM+7XwI/dTLtdT7v4d6rRTWDnku0IBrqFnZ5bVIqKP8lasJlithWnaLhTsr8qFJBulF/70p4undou36HeTJ5+jv1fCybeQ8nH3+Xv6aENczmOFlab+hqMDg1rLOt12A+tiUFrYDwQ6c3RUJp601nzegTNX6WlYAI2zSUV945F6zU56ZmZVQaWspWcIADxJ9GmljQUnL2p2Dpr5T8H+5KJFu+vqBq8qvyHRzStLHPEO5SPYCV9nZe0yZT2RcH0oHvegSzNEJ0oGWU8iQWM12dgPEugngVceGIwZgPFp0BiT1a0a3R5Rcot7ihfA1J/20v96jX7zmTX9s583H0kwx6WnLd09cXrR9LGroOa9sHNbdyz8wcKk5lqhaVFJZNwmqtw884MXNdvJujpBa3xzuSaZH9sxa06Z7x+HJSduPbdYHv/DgmEhfbehvlmGN7JUkcG78GDM12CeyFFTPNqVeNxC1gzjz+c2nVo63Xxs8rKJWXoBJM0tmEbfGm4qzpoOH3xpzQfyxLzW1gnE9NHo6tol1eMEic4ZVPrjnVi0kqAe2sQ2bgqupScaq8WGlUWgWHI51SKJl/UYT6zccNsCSkBtiVZLsiefuFSDYT3Fi8Zk7EUnmjTRYtsFeuDDJS05MW79M3mr3mla+d8dzac31KTPmBYfFiYSUef48PhPjm9ryZsSGZZkdNvzq0Y9rdNcwDq5Dg5C3QW+7UN64IKptvS3tvHbvu5c9pv1Exau21rc9LIpwpQwUjTq8576yeVDz5+4WZ1nXT43wV60rPLJbDp/UksNrP3iQ2SA63Pst058gOYDbhRnRUw8l/sRt4HbxPzO4WYpInCpuVgSbVh6JXuwnnJngKTTCwaPWmG5Xbhpm1U0Yt3FyBGpGYemPM77p2TD904JjgJ2QFpFLeYpGx8X15Qx1Zk31p5ki9ZLUuXE0lmuJlcakJMVLeFS1iIvrB8drY0aloilakqCZwzwRORtxlgwxS4IThggJd4TDxoiaAIT80fFPGrCPPru+puFn504P/ybr4ihA/6dKASLshEJic7xE8tmzu3KzA7TABBe8y5fNbWo3ilQn/SuFKM16b2l5bOeayqfGhYmhIulU+fVNDdWVv4NMzX10MBHyPR5uhWUu8D9P1VnIMt4nGNgZGBgAOJ/1bf64vltvjJwszOAwAOlmqvINEc/WJyDgQlEAQA+dgnjAHicY2BkYGBnAAGOPgaG//85+hkYGVCBPgBGJwNkAAAAeJxjYGBgYB/EmKMPtxwAhg4B0gAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAe4CLgKKAtAC/ANiA4wDqAPgBDAEsATaBQgFWgXABggGLgZwBqwG9gdOB4oH0ggqCHAIhgicCMgJJAlWCYgJrAnyCkAKdgrkC7J4nGNgZGBg0GdoZmBnAAEmIOYCQgaG/2A+AwAaqwHQAHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkXlT2zAQxf1C4thJAwRajt4HRy8VMwwfSJHXsQZZcnUQ+PYoTtwpM+wf2t9brWZ2n5JBsol58nJcYYAdDDFCijEy5JhgileYYRd72MccBzjEa7zBEY5xglO8xTu8xwd8xCd8xhd8xTec4RwXuMR3/MBP/MJvMPzBFYpk2Cr+OF0fTEgrFI1aHhxN740KDbEmeJpsWZlVj40s+45aLuv9KijlhCXSjLQnu/d/4UH6sWul1mRzFxZeekUuE7z10mg3qMtM1FGQddPSrLQyvJR6OaukItYXDp6pCJrmz0umqkau5pZ2hFmm7m+ImG5W2t0kZoJXUtPhVnYTbbdOBdeCVGqpJe7XKTqSbRK7zbdwXfR0U+SVsStuS3Y76em6+Ic3xYiHUppc04Nn0lMzay3dSxNcp8auDlWlaCi48yetFD7Y9USsx87G45cuop1ZxQUtjLnL4j53FO0a+5X08UXqQ7NQNo92R0XOz7sxWEnxN2TneJI8Acttu4Q=) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10a";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10b";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-downloading {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-downloading:before {
  content: "\f10f";
}

.vjs-icon-file-download {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-file-download:before {
  content: "\f110";
}

.vjs-icon-file-download-done {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-file-download-done:before {
  content: "\f111";
}

.vjs-icon-file-download-off {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-file-download-off:before {
  content: "\f112";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f113";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f114";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f115";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f116";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f117";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f118";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f119";
}

.vjs-icon-repeat {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-repeat:before {
  content: "\f11a";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f11b";
}

.vjs-icon-replay-5, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay-5:before, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before {
  content: "\f11c";
}

.vjs-icon-replay-10, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay-10:before, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-replay-30, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay-30:before, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-forward-5, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-forward-5:before, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before {
  content: "\f11f";
}

.vjs-icon-forward-10, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-forward-10:before, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before {
  content: "\f120";
}

.vjs-icon-forward-30, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-forward-30:before, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f122";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f123";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f124";
}

.vjs-icon-shuffle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-shuffle:before {
  content: "\f125";
}

.vjs-icon-cast {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cast:before {
  content: "\f126";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f127";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f128";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f129";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f12a";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f12b";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f12c";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f12d";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f12e";
}

.video-js {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window,
body.vjs-pip-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen,
body.vjs-pip-window .video-js {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),
body.vjs-pip-window .video-js {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
  display: block;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-pip-container .vjs-pip-text {
  position: absolute;
  bottom: 10%;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em;
  text-align: center;
  width: 100%;
}

.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,
.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,
.vjs-layout-small.vjs-pip-container .vjs-pip-text {
  bottom: 0;
  font-size: 1.4em;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -0.81666em;
  margin-left: -1.5em;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-big-play-button .vjs-svg-icon {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking, .vjs-scrubbing, .vjs-error) .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-selected .vjs-svg-icon,
.vjs-menu li.vjs-selected:focus .vjs-svg-icon,
.vjs-menu li.vjs-selected:hover .vjs-svg-icon,
.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
  fill: #000000;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
  left: unset;
  right: 1em;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js:not(.vjs-controls-disabled, .vjs-using-native-controls, .vjs-error) .vjs-control-bar.vjs-lock-showing {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.vjs-button > .vjs-svg-icon {
  display: inline-block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
      touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  line-height: 0.35em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-play-progress:before {
  content: none !important;
}

.vjs-play-progress .vjs-svg-icon {
  position: absolute;
  top: -0.35em;
  right: -0.4em;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  line-height: 0.15em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari, and Chrome 53 */
  -webkit-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
          box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  transition: width 1s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  -webkit-transition: left 0s;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-volume-level:before {
  content: none;
}

.vjs-volume-level .vjs-svg-icon {
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  line-height: 0.35em;
  right: -0.5em;
}

.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
  right: -0.3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
  top: -0.55em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster,
.vjs-pip-container.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-svg-icons-enabled .vjs-seek-to-live-control {
  line-height: 0;
}

.vjs-seek-to-live-control .vjs-svg-icon {
  width: 1em;
  height: 1em;
  pointer-events: none;
  fill: #888888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
  fill: red;
}

.video-js .vjs-time-control {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control,
.vjs-live .vjs-time-divider,
.video-js .vjs-current-time,
.video-js .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.vjs-error .vjs-text-track-display {
  display: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
          transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
          transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,
.vjs-pip-window .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.video-js.vjs-audio-only-mode .vjs-fullscreen-control,
.vjs-pip-window .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.85;
  text-align: left;
  border: 0.6em solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-error .vjs-loading-spinner {
  display: none;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
          animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: rgb(255, 255, 255);
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: rgb(255, 255, 255);
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
  width: 1.5em;
  height: 1.5em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10c";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f12e";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}

.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: block;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-error .vjs-text-track-settings {
  display: none;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-text-track-settings select {
  font-size: inherit;
}

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 10px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
  padding: 0 0.6em 0.8em;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

.vjs-text-track-settings .vjs-label {
  margin: 0 0.5em 0.5em 0;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

.vjs-title-bar {
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(60%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  font-size: 1.2em;
  line-height: 1.5;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  padding: 0.666em 1.333em 4em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.vjs-error .vjs-title-bar {
  display: none;
}

.vjs-title-bar-title,
.vjs-title-bar-description {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vjs-title-bar-title {
  font-weight: bold;
  margin-bottom: 0.333em;
}

.vjs-playing.vjs-user-inactive .vjs-title-bar {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.video-js .vjs-skip-forward-5 {
  cursor: pointer;
}

.video-js .vjs-skip-forward-10 {
  cursor: pointer;
}

.video-js .vjs-skip-forward-30 {
  cursor: pointer;
}

.video-js .vjs-skip-backward-5 {
  cursor: pointer;
}

.video-js .vjs-skip-backward-10 {
  cursor: pointer;
}

.video-js .vjs-skip-backward-30 {
  cursor: pointer;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
body._active {
  position: relative;
}
@media (max-width: 1024px) {
  body._active {
    overflow: hidden;
  }
}
body._active .site-header__main-menu .menu-item.menu-item-has-children a:hover {
  color: #272B27;
}
body._active .site-header__right .btn_primary-light {
  background-color: #ffffff;
  color: #95C11F;
}
body._active .site-header__right .btn_virtual {
  background-color: #ffffff;
  color: #95C11F;
}
body._active .site-header__right .btn_virtual path {
  fill: #95C11F;
}
body._active .site-header__logo path:first-child {
  fill: #ffffff;
}
body._active .site-header__burger {
  border-color: #ffffff;
}
body._active .site-header__burger span, body._active .site-header__burger::after, body._active .site-header__burger::before {
  background-color: #ffffff;
}
body._active:before {
  content: "";
  z-index: 5;
  background-color: #95C11F;
}
@media (min-width: 1280px) {
  body._active:before {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0;
  position: relative;
  z-index: 10;
}
@media (min-width: 1280px) {
  .site-header__inner {
    padding: 0.5rem 2.75rem;
  }
}
.site-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.site-header__logo {
  display: block;
  line-height: 0;
}
.site-header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.site-header__lang:hover .site-header__lang_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header__lang_current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__lang_current_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
}
.site-header__lang_current_icon img {
  width: 100%;
  height: 100%;
}
.site-header__lang_current_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-header__lang_menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  position: absolute;
  bottom: 0;
  padding-top: 0.25rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  background-color: inherit;
}
.site-header__lang_menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header__lang_menu_item_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
}
.site-header__lang_menu_item_icon img {
  width: 100%;
  height: 100%;
}
.site-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1280px) {
  .site-header__right {
    gap: 1rem;
  }
}
.site-header__right .btn_virtual {
  display: none;
}
@media (min-width: 1280px) {
  .site-header__right .btn_virtual {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.site-header__main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) {
  .site-header__main-menu {
    gap: 1rem;
  }
}
@media (max-width: 1279px) {
  .site-header__main-menu {
    display: none;
  }
}
.site-header__main-menu .menu-item a {
  text-decoration: none;
  font-size: 0.875rem;
  color: #272B27;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
.site-header__main-menu .menu-item a:before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #95C11F;
  position: absolute;
  left: 50%;
  bottom: -0.75rem;
  opacity: 0;
}
.site-header__main-menu .menu-item a:hover {
  color: #95C11F;
}
.site-header__main-menu .menu-item a:hover:before {
  opacity: 1;
}
.site-header__main-menu .menu-item.menu-item-has-children.hover a {
  color: #ffffff !important;
}
.site-header__main-menu .menu-item.menu-item-has-children.hover a path {
  stroke: #ffffff;
}
.site-header__burger {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 4px;
  border: 1px solid #95C11F;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .site-header__burger {
    display: none;
  }
}
.site-header__burger span, .site-header__burger::before, .site-header__burger::after {
  left: 7px;
  right: 7px;
  position: absolute;
  height: 1px;
  background-color: #95C11F;
}
.site-header__burger::before, .site-header__burger::after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.site-header__burger::before {
  top: 12px;
}
.site-header__burger::after {
  bottom: 12px;
}
.site-header__burger span {
  top: 50%;
  -webkit-transform: scale(1) translate(0, -50%);
          transform: scale(1) translate(0, -50%);
}
.site-header__burger._active span {
  -webkit-transform: scale(0) translate(0, -50%);
          transform: scale(0) translate(0, -50%);
  display: none;
  opacity: 0;
}
.site-header__burger._active::before {
  top: -3px;
  -webkit-transform: rotate(-45deg) translate(-50%, 0);
          transform: rotate(-45deg) translate(-50%, 0);
  left: 12px;
}
.site-header__burger._active::after {
  -webkit-transform: rotate(45deg) translate(-50%, 0);
          transform: rotate(45deg) translate(-50%, 0);
  left: 12px;
  top: 15px;
}

.main-menu-dropdown-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  display: none;
  -webkit-animation: load-opacity ease 0.3s;
          animation: load-opacity ease 0.3s;
}
.main-menu-dropdown-container.active {
  display: block;
}
.main-menu-dropdown-container_reverse .main-menu-dropdown-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.main-menu-dropdown-container_reverse .main-menu-dropdown-nav .main-menu-dropdown-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.main-menu-dropdown-container_reverse .main-menu-dropdown-nav .main-menu-dropdown-row .main-menu-dropdown-col_fourth {
  margin-left: 0;
  border-radius: 1rem !important;
}
.main-menu-dropdown-container_reverse .main-menu-dropdown-nav .main-menu-dropdown-2lvl > .menu-item > a, .main-menu-dropdown-container_reverse .main-menu-dropdown-nav .main-menu-dropdown-3lvl > .menu-item > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem;
}
.main-menu-dropdown-container_reverse .main-menu-dropdown-nav .main-menu-dropdown-2lvl > .menu-item > a svg, .main-menu-dropdown-container_reverse .main-menu-dropdown-nav .main-menu-dropdown-3lvl > .menu-item > a svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu-dropdown-inner {
  background-color: #95C11F;
}

.main-menu-dropdown-nav {
  padding: 5.5rem 2.75rem 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.main-menu-dropdown-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
.main-menu-dropdown-col_second {
  max-width: 27.1875rem;
  padding: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.1875rem;
          flex: 0 0 27.1875rem;
}
.main-menu-dropdown-col_second .main-menu-dropdown-2lvl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}
.main-menu-dropdown-col_second .main-menu-dropdown-2lvl .menu-item a {
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: transparent;
  text-decoration: none;
  color: #ffffff;
  font-family: "Lora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.main-menu-dropdown-col_second .main-menu-dropdown-2lvl .menu-item a svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
}
.main-menu-dropdown-col_second .main-menu-dropdown-2lvl .menu-item a:hover {
  color: #95C11F;
}
.main-menu-dropdown-col_second .main-menu-dropdown-2lvl .menu-item.active a {
  color: #95C11F;
}
.main-menu-dropdown-col_second .main-menu-dropdown-2lvl .menu-item.current-menu-ancestor a, .main-menu-dropdown-col_second .main-menu-dropdown-2lvl .menu-item.current-menu-item a {
  color: #ffffff;
  background-color: #95C11F;
}

.main-menu-dropdown-row {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  gap: 0.75rem;
}
.main-menu-dropdown-row.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu-dropdown-img {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  line-height: 0;
  position: relative;
  display: none;
}
@media (min-width: 1280px) {
  .main-menu-dropdown-img {
    display: block;
  }
}
.main-menu-dropdown-img img {
  aspect-ratio: 546/416;
}

.main-menu-dropdown-img-2lvl {
  display: block;
}

.main-menu-dropdown-col_third {
  padding: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 23%;
          flex: 1 1 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.main-menu-dropdown-col_third .main-menu-dropdown-3lvl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.main-menu-dropdown-col_third .main-menu-dropdown-3lvl .menu-item a {
  text-decoration: none;
  color: #272B27;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}
.main-menu-dropdown-col_third .main-menu-dropdown-3lvl .menu-item a:hover {
  color: #95C11F;
}
.main-menu-dropdown-col_third .main-menu-dropdown-3lvl .menu-item a:hover svg path {
  stroke: #95C11F;
}
.main-menu-dropdown-col_third .main-menu-dropdown-3lvl .menu-item a svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.main-menu-dropdown-col_third .main-menu-dropdown-3lvl .menu-item a svg path {
  stroke: #272B27;
}
.main-menu-dropdown-col_third .main-menu-dropdown-3lvl .menu-item.active a {
  color: #95C11F;
}
.main-menu-dropdown-col_third .main-menu-dropdown-3lvl .menu-item.active a svg path {
  stroke: #95C11F;
}
.main-menu-dropdown-col_third + .main-menu-dropdown-col_fourth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu-dropdown-col_fourth {
  position: relative;
  padding: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 23%;
          flex: 1 1 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-left: -1.5rem;
  border-radius: 0 1rem 1rem 0 !important;
}
.main-menu-dropdown-col_fourth::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  bottom: 1.5rem;
  width: 1px;
  background-color: #CBD0BD;
}
.main-menu-dropdown-col_fourth .main-menu-dropdown-4lvl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.main-menu-dropdown-col_fourth .main-menu-dropdown-4lvl .menu-item a {
  text-decoration: none;
  color: #384438;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-menu-dropdown-col_fourth .main-menu-dropdown-4lvl .menu-item a:hover {
  color: #95C11F;
}

[data-sub-submenu-content-id] {
  display: none;
}

.main-menu-dropdown-parent-title {
  color: #566D17;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.24px;
  font-weight: 500;
}

.home .site-header {
  background-color: #ffffff;
}

.main-menu-dropdown-container-mob {
  position: absolute;
  inset: 0;
  z-index: 5;
  -webkit-animation: load-opacity forwards 0.5s;
          animation: load-opacity forwards 0.5s;
  display: none;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.main-menu-dropdown-container-mob.active {
  display: block;
}
@media (min-width: 1280px) {
  .main-menu-dropdown-container-mob.active {
    display: none;
  }
}
@media (min-width: 1280px) {
  .main-menu-dropdown-container-mob {
    display: none;
  }
}

.main-menu-dropdown-inner-mob {
  position: absolute;
  inset: 0;
  overflow: hidden;
  margin: 5.125rem 1rem 2rem;
}

.main-menu-dropdown-col-mob {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  inset: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.main-menu-dropdown-col-mob.hide {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.main-menu-dropdown-col-mob .btn_virtual {
  margin: 0.625rem 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  padding: 0.625rem;
}

.main-menu-dropdown-subcol-mob {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.main-menu-dropdown-subcol-mob.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.main-menu-dropdown-links-mob {
  padding: 0.5rem;
}

.site-header__main-menu-mob,
.main-menu-dropdown-mob-2lvl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.site-header__main-menu-mob .menu-item a,
.main-menu-dropdown-mob-2lvl .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 1.25rem;
  color: #ffffff;
  font-family: "Lora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
}

.main-menu-dropdown-mob-2lvl .menu-item a svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.main-menu-dropdown-mob-2lvl .menu-item.active .main-menu-dropdown-mob-3lvl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 1000px;
}
.main-menu-dropdown-mob-2lvl .menu-item.active svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.main-menu-dropdown-mob-3lvl {
  background-color: #ffffff;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  display: none;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  max-height: 0;
}
.main-menu-dropdown-mob-3lvl .menu-item a {
  font-size: 1rem;
  text-decoration: none;
  color: #272B27;
  padding: 0;
  font-family: "Stolzl", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
}
.main-menu-dropdown-mob-3lvl .main-menu-dropdown-head-mob {
  color: #566D17;
  padding: 0;
}

.main-menu-dropdown-mob-4lvl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
  margin-left: 0.75rem;
}
.main-menu-dropdown-mob-4lvl .menu-item a {
  color: #384438;
}

.main-menu-dropdown-head-mob {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #95C11F;
  gap: 0.25rem;
  padding: 1rem 1rem 0.5rem 1rem;
}
.main-menu-dropdown-head-mob svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-menu-dropdown-head-mob svg path {
  stroke: #95C11F;
}

@media (min-width: 1025px) {
  .site-footer {
    margin-bottom: 0.75rem;
  }
}
.site-footer__wrapper {
  margin: 0 -1rem;
}
@media (min-width: 1025px) {
  .site-footer__wrapper {
    margin: 0;
    border-radius: 1rem;
  }
}
.site-footer__top {
  padding: 2.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8125rem;
}
@media (min-width: 768px) {
  .site-footer__top {
    gap: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .site-footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding: 0 1rem;
  }
}
@media (min-width: 1280px) {
  .site-footer__top {
    padding: 0 2.75rem;
  }
}
.site-footer__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .site-footer__top-left {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 5rem 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.875rem;
            flex: 0 0 19.875rem;
    border-right: 1px solid #4F584F;
  }
}
.site-footer__logo {
  display: block;
  line-height: 0;
}
.site-footer__logo svg {
  width: 8.875rem;
  height: 3.8125rem;
}
.site-footer__info {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.56);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.site-footer__info a {
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.site-footer__info a:hover {
  color: #95C11F;
}
.site-footer__info a:focus-visible {
  outline-color: #ffffff;
}
.site-footer__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 768px) {
  .site-footer__top-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .site-footer__top-right {
    padding: 6.4375rem 1.5rem 6.4375rem 1.5rem;
    gap: 1rem;
  }
}
@media (min-width: 1280px) {
  .site-footer__top-right {
    padding: 6.4375rem 1.5rem 6.4375rem 9.5%;
  }
}
.site-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 0 1rem;
  border-bottom: 1px solid #4F584F;
}
@media (min-width: 768px) {
  .site-footer__nav {
    border: none;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .site-footer__nav {
    gap: 1.6875rem;
  }
}
.site-footer__nav nav {
  display: none;
}
@media (min-width: 768px) {
  .site-footer__nav nav {
    display: block;
  }
}
.site-footer__nav.active svg path {
  stroke: #95C11F;
}
.site-footer__nav.active svg path:first-child {
  display: none;
}
.site-footer__nav.active nav {
  display: block;
}
.site-footer__nav-title {
  color: #95C11F;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}
@media (min-width: 1025px) {
  .site-footer__nav-title {
    font-size: 0.75rem;
    letter-spacing: 0.32px;
  }
}
@media (min-width: 768px) {
  .site-footer__nav-title span {
    display: none;
  }
}
.site-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.site-footer__menu .menu-item a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.site-footer__menu .menu-item a:focus-visible {
  outline-color: #ffffff;
}
.site-footer__menu .menu-item a:hover {
  color: #95C11F;
}
.site-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1rem 2.5rem;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) {
  .site-footer__bottom {
    border-top: 1px solid #4F584F;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding: 0 1rem;
    gap: 0;
  }
}
@media (min-width: 1280px) {
  .site-footer__bottom {
    padding: 0 2.75rem;
  }
}
.site-footer__bottom__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 1025px) {
  .site-footer__bottom__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.1875rem 0 2.1875rem 3.375rem;
  }
}
@media (min-width: 1025px) {
  .site-footer__bottom__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (min-width: 1025px) {
  .site-footer__bottom__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.875rem;
            flex: 0 0 19.875rem;
    border-right: 1px solid #4F584F;
  }
}
.site-footer__copy {
  color: #ffffff;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .site-footer__copy {
    padding: 2.1875rem 0;
  }
}
.site-footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media (min-width: 1025px) {
  .site-footer__privacy {
    gap: 1.5rem;
  }
}
.site-footer__privacy .menu-item a {
  color: rgba(255, 255, 255, 0.56);
  text-decoration: none;
}
.site-footer__privacy .menu-item a:focus-visible {
  outline-color: #ffffff;
}
.site-footer__privacy .menu-item a:hover {
  color: #ffffff;
}

.social-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}
.social-btns .social-btn {
  text-decoration: none;
  display: block;
  line-height: 0;
}
.social-btns .social-btn svg {
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 1025px) {
  .social-btns .social-btn svg {
    width: 2rem;
    height: 2rem;
  }
}
.social-btns .social-btn:hover svg path {
  fill: #95C11F;
}
.social-btns .social-btn:hover svg rect {
  stroke: #95C11F;
}

.um-custom-wrap {
  margin-top: 1rem;
  margin-bottom: 9.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.um-custom-wrap .um:not(.um-admin) {
  margin: 2rem auto 0 auto !important;
}
.um-custom-wrap > svg {
  display: none;
}
@media (min-width: 1025px) {
  .um-custom-wrap > svg {
    display: block;
  }
}
.um-custom-wrap .um-login.um-logout {
  max-width: 40rem !important;
}
.um-custom-wrap .um-login,
.um-custom-wrap .um-password,
.um-custom-wrap .um-logout {
  padding: 2.5rem;
}
.um-custom-wrap .um-form .um-form-title {
  margin-bottom: 1.5rem;
}
.um-custom-wrap .um-form .um-field-block {
  font-size: 0.875rem;
}
.um-custom-wrap .um-form .um-col-alt {
  margin: 0 !important;
}
.um-custom-wrap .um-form .um-col-alt .um-field-checkbox {
  margin: 1.5rem 0;
  font-size: 0.75rem;
}
.um-custom-wrap .um-form .um-col-alt .um-field-checkbox .um-field-checkbox-option {
  color: #272B27 !important;
}
.um-custom-wrap .um-form .um-col-alt .um-field-checkbox.active:not(.um-field-radio-state-disabled) i {
  color: #95C11F;
}
.um-custom-wrap .um-form .um-col-alt-b {
  padding-top: 1.5rem !important;
}
.um-custom-wrap .um-form a.um-link-alt {
  color: #95C11F !important;
  text-decoration: underline !important;
  font-weight: 500;
  font-size: 0.875rem;
}
.um-custom-wrap .um-form .um-button {
  background-color: #95C11F !important;
  width: 100% !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  height: 3.5rem !important;
}
.um-custom-wrap .um-form .um-button:hover {
  background-color: #85AD18 !important;
}
.um-custom-wrap .um-form input[type=password],
.um-custom-wrap .um-form input[type=text] {
  height: 3.5rem !important;
  padding: 0.25rem 0.25rem 0.25rem 1rem !important;
  border-radius: 0.25rem !important;
  border: 1px solid #CBD0BD !important;
}
.um-custom-wrap .um-form .um-field-label {
  color: #272B27 !important;
  margin: 0 0 0.25rem 0;
}
.um-custom-wrap .um-form .um-field-label label {
  font-size: 0.75rem !important;
  font-weight: 400;
}
.um-custom-wrap .um-form .um-field-block {
  padding-top: 0 !important;
}
.um-custom-wrap .um-form .um-field-block > * {
  color: #272B27 !important;
}
.um-custom-wrap .um-password .um-form .um-field-label {
  font-size: 0.75rem;
}
.um-custom-wrap .um-password .um-form .um-field-label_mt {
  margin-top: 1.5rem;
}
.um-custom-wrap .um-password .um-form .um-field-label + .um-field {
  padding-top: 0;
}
.um-custom-wrap .um-password .um-form .um-login-link {
  text-align: center;
  margin-top: 1.5rem;
}
.um-custom-wrap .um-password .um-form .um-login-link a {
  color: #95C11F !important;
  text-decoration: underline !important;
  font-weight: 500;
  font-size: 0.875rem;
}

.um-logout-btn {
  margin: 2.5rem auto;
  display: block;
  text-align: center;
}

.hero-home {
  background-color: #ffffff;
  padding: 2rem 0 5rem;
}
@media (min-width: 1025px) {
  .hero-home {
    padding: 0.5rem 0 2.5rem;
  }
}
.hero-home__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
}
@media (min-width: 1025px) {
  .hero-home__grid {
    grid-template-columns: 1.085fr 1fr;
    grid-gap: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hero-home__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .hero-home__left {
    gap: 3rem;
    padding: 2.75rem;
  }
}
.hero-home__left .btn_default {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1025px) {
  .hero-home__left .btn_default {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.hero-home__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.hero-home__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .hero-home__content .text_default {
    max-width: 68%;
  }
}
.hero-home__steps {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.125rem;
}
@media (min-width: 1025px) {
  .hero-home__steps {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.hero-home__step {
  -ms-hyphens: manual;
      hyphens: manual;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}
.hero-home__step-num {
  font-size: 0.75rem;
  font-weight: 500;
  color: #95C11F;
  letter-spacing: 0.24px;
  border-bottom: 1px solid #CBD0BD;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
.hero-home__top {
  position: relative;
  padding: 1.75rem 2.25rem 4.6875rem 1.0625rem;
  min-height: 25.3125rem;
}
@media (min-width: 1025px) {
  .hero-home__top {
    padding: 1rem 4.375rem 0 3.75rem;
  }
}
.hero-home__info {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  background-color: rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(4px);
  border-radius: 0.25rem 0.25rem 0.75rem 0.75rem;
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .hero-home__info {
    padding: 1rem;
    bottom: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
  }
}
.hero-home__info-col {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}
.hero-home__info-col::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.16);
  height: 1px;
  width: 100%;
  bottom: -0.5rem;
  right: inherit;
  left: 0;
}
@media (min-width: 1025px) {
  .hero-home__info-col::after {
    height: 100%;
    width: 1px;
    right: -1rem;
    top: 0;
    left: inherit;
    bottom: inherit;
  }
}
.hero-home__info-col:last-child::after {
  display: none;
}
.hero-home__info-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  line-height: 0;
}
.hero-home__info-icon svg, .hero-home__info-icon img {
  width: 1rem;
  height: 1rem;
  margin-top: 2px;
}
.hero-home__info-text .text_default {
  color: rgba(255, 255, 255, 0.64);
}
.hero-home__info-text .text_default strong, .hero-home__info-text .text_default b {
  color: #ffffff;
  font-weight: 500;
}
.hero-home__info-text .text_default br {
  display: none;
}
@media (min-width: 1025px) {
  .hero-home__info-text .text_default br {
    display: block;
  }
}
.hero-home__bottom {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 576px) {
  .hero-home__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.hero-home__bottom__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-home__bottom__bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-home__bottom__bg__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-home__bottom__bg__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(56, 68, 56, 0.88)), to(rgba(56, 68, 56, 0.88)));
  background: linear-gradient(0deg, rgba(56, 68, 56, 0.88) 0%, rgba(56, 68, 56, 0.88) 100%);
}
.hero-home__bottom-content {
  color: #ffffff;
}
.hero-home__bottom-content .subheadline_default {
  color: #95C11F;
}

.img-text-50-50__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
}
@media (min-width: 1025px) {
  .img-text-50-50__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1025px) {
  .img-text-50-50__grid_reverse .img-text-50-50__img:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.img-text-50-50__grid .bg-primary {
  padding: 0 0.375rem;
}
@media (min-width: 1025px) {
  .img-text-50-50__grid .bg-primary {
    padding: 1px 1.1875rem;
  }
}
.img-text-50-50__content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .img-text-50-50__content {
    gap: 2rem;
    padding: 2.75rem;
  }
}
.img-text-50-50__content .subheadline_default {
  margin-bottom: 0.75rem;
}
.img-text-50-50__content .text_default {
  max-width: 34.0625rem;
}
.img-text-50-50__img {
  overflow: hidden;
}
.img-text-50-50__img .img_default img {
  aspect-ratio: 664/664;
}
.img-text-50-50__img .VideoCardContentVideo {
  aspect-ratio: 16/9;
}

.our-products__wrap {
  padding: 2rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .our-products__wrap {
    gap: 5rem;
    padding: 2.75rem 2.75rem 5rem 2.75rem;
  }
}
.our-products__row > .headline_default {
  margin-bottom: 1.5rem;
}
.our-products__list .product-card::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #CBD0BD;
}
@media (min-width: 1025px) {
  .our-products__list .product-card::after {
    right: -2rem;
  }
}
.our-products__list .swiper-slide {
  height: auto;
}
.our-products__list .swiper-slide:last-child .product-card::after {
  display: none;
}

.product-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  gap: 0.5rem;
}
.product-card:hover .headline_default {
  color: #85AD18;
}
.product-card:hover .swiper-arrow-prev-gal,
.product-card:hover .swiper-arrow-next-gal {
  opacity: 1;
}
.product-card .headline_default {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.product-card .img_default {
  margin-bottom: 0.5rem;
}
.product-card .img_default img {
  aspect-ratio: 284/203;
  max-width: 284px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (max-width: 768px) {
  .product-card .text_default {
    font-size: 0.875rem;
  }
}
.product-card .btn_default {
  margin-top: auto;
}
.product-card .btn_default a::before {
  content: "";
}
.product-card__gallery {
  overflow: hidden;
  position: relative;
}
.product-card__gallery .swiper-arrows .swiper-arrow-prev-gal,
.product-card__gallery .swiper-arrows .swiper-arrow-next-gal {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  background-color: #F0F1ED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-card__gallery .swiper-arrows .swiper-arrow-prev-gal.swiper-button-disabled svg path,
.product-card__gallery .swiper-arrows .swiper-arrow-next-gal.swiper-button-disabled svg path {
  stroke: #CBD0BD;
}
.product-card__gallery .swiper-arrows .swiper-arrow-prev-gal {
  left: 0;
}
.product-card__gallery .swiper-arrows .swiper-arrow-prev-gal svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.product-card__gallery .swiper-arrows .swiper-arrow-next-gal {
  right: 0;
}

.head-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 3.5rem;
}
@media (min-width: 1025px) {
  .head-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1025px) {
  .head-content .subheadline_default {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.75%;
            flex: 0 0 32.75%;
  }
}
.head-content__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
.swiper-navigation .swiper-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.swiper-navigation .swiper-arrows .swiper-arrow-prev,
.swiper-navigation .swiper-arrows .swiper-arrow-next {
  margin-top: 0.75rem;
  cursor: pointer;
  background: none;
  width: 1.5rem;
  height: 1.5rem;
}
.swiper-navigation .swiper-arrows .swiper-arrow-prev:focus,
.swiper-navigation .swiper-arrows .swiper-arrow-next:focus {
  outline: none;
}
.swiper-navigation .swiper-arrows .swiper-arrow-prev:focus-visible,
.swiper-navigation .swiper-arrows .swiper-arrow-next:focus-visible {
  outline: 1px solid #95C11F;
  outline-offset: 2px;
}
.swiper-navigation .swiper-arrows .swiper-arrow-prev.swiper-button-disabled path,
.swiper-navigation .swiper-arrows .swiper-arrow-next.swiper-button-disabled path {
  stroke: #CBD0BD;
}
.swiper-navigation .swiper-arrows .swiper-arrow-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  background: #F0F1ED;
  border-radius: 0;
  margin-top: 0.75rem;
}
.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: #95C11F;
  border-radius: 0;
}

.swiper-horizontal .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullet {
  background-color: #CBD0BD;
  width: 0.375rem;
  height: 0.375rem;
  margin: 0;
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #95C11F;
}

.swiper-arrow-prev-gal,
.swiper-arrow-next-gal {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.swiper-arrow-prev-gal.swiper-button-lock,
.swiper-arrow-next-gal.swiper-button-lock {
  display: none !important;
}

.numbers-cta.bg-secondary .head-content {
  color: #ffffff;
}
.numbers-cta__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.75rem;
}
@media (min-width: 1025px) {
  .numbers-cta__grid {
    grid-template-columns: 1fr 2fr;
  }
}
.numbers-cta__left {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .numbers-cta__left {
    padding: 2rem;
    gap: 4rem;
  }
}
.numbers-cta__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.numbers-cta__numbers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}
@media (min-width: 1025px) {
  .numbers-cta__numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.numbers-cta__numbers .text_default {
  color: #384438;
  opacity: 0.64;
}
.numbers-cta__numbers::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1rem;
  background-color: rgba(56, 68, 56, 0.24);
}
@media (min-width: 1025px) {
  .numbers-cta__numbers::after {
    bottom: -2rem;
  }
}
.numbers-cta__numbers:last-child::after {
  display: none;
}
.numbers-cta__number {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Lora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.numbers-cta__number span {
  font-size: 1.375rem;
  margin-left: 2px;
}
.numbers-cta__cases {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 12px;
}
@media (min-width: 768px) {
  .numbers-cta__cases {
    grid-template-columns: 1fr 1fr;
  }
}
.numbers-cta__case {
  padding: 1.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  aspect-ratio: 434/384;
}
@media (min-width: 1025px) {
  .numbers-cta__case {
    padding: 2rem;
  }
}
.numbers-cta__case:hover > .img_default {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.numbers-cta__case > .img_default {
  position: absolute;
  z-index: -1;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.numbers-cta__case > .img_default::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.72)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
}
.numbers-cta__case > svg {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
@media (min-width: 1025px) {
  .numbers-cta__case > svg {
    top: 2rem;
    right: 2rem;
  }
}
.numbers-cta__cta {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .numbers-cta__cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem;
  }
}

@media (max-width: 1024px) {
  .collaboration-steps__wrap {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin: 0 -1rem;
  }
}
.collaboration-steps__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.75rem;
}
@media (min-width: 768px) {
  .collaboration-steps__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .collaboration-steps__grid {
    grid-template-columns: 1.55fr 1fr 1fr 1fr;
  }
}
.collaboration-steps__col {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media (min-width: 1025px) {
  .collaboration-steps__col {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .collaboration-steps__col:first-child {
    grid-column: 1/4;
  }
}
@media (min-width: 1025px) {
  .collaboration-steps__col:first-child {
    grid-column: unset;
  }
}
.collaboration-steps__col.bg-default:hover {
  background-color: #95C11F;
}
.collaboration-steps__col.bg-default:hover .collaboration-steps__info {
  color: #ffffff;
}
.collaboration-steps__col.bg-default:hover .collaboration-steps__icon {
  background-color: rgba(226, 230, 216, 0.32);
}
.collaboration-steps__col.bg-default:hover .collaboration-steps__icon svg path {
  fill: #ffffff;
}
.collaboration-steps__col.bg-default:hover .collaboration-steps__num {
  background-color: #95C11F;
  color: #ffffff;
}
.collaboration-steps__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.collaboration-steps__cta .text_default {
  color: #ffffff;
}
.collaboration-steps__cta .btn {
  width: 100%;
}
.collaboration-steps__icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E2E6D8;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.collaboration-steps__icon svg, .collaboration-steps__icon img {
  width: 2rem;
  height: 2rem;
}
.collaboration-steps__icon svg path, .collaboration-steps__icon img path {
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}
.collaboration-steps__num {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  color: #95C11F;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.75rem;
  background-color: #F0F1ED;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.collaboration-steps__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media (max-width: 1024px) {
  .collaboration-steps__info .headline_default br {
    display: none;
  }
}

.hr-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 0.5rem 0;
}

.contacts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.contacts-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.56);
}
@media (max-width: 768px) {
  .contacts-info__item {
    font-size: 0.875rem;
  }
}
.contacts-info__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
}
.contacts-info__item a, .contacts-info__item strong, .contacts-info__item b {
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
}
.contacts-info__item a:hover, .contacts-info__item strong:hover, .contacts-info__item b:hover {
  color: #F0F1ED;
}
.contacts-info__item a:focus-visible, .contacts-info__item strong:focus-visible, .contacts-info__item b:focus-visible {
  outline-color: #ffffff;
}

@media (min-width: 1025px) {
  .text-faq__content {
    width: calc(67.25% - 12px);
    margin-left: auto;
  }
}

.accordion-cards__item {
  border-top: 1px solid #CBD0BD;
}
.accordion-cards__item:last-child {
  border-bottom: 1px solid #CBD0BD;
}
.accordion-cards__content {
  padding-bottom: 1rem;
  -webkit-animation: load-opacity forwards 0.5s;
          animation: load-opacity forwards 0.5s;
}
@media (min-width: 1025px) {
  .accordion-cards__content {
    padding-bottom: 2rem;
  }
}
.accordion-cards__content .text_default {
  max-width: 83%;
}
@media (min-width: 1025px) {
  .accordion-cards__content .text_default {
    max-width: 93%;
  }
}
.accordion-cards__content[hidden] {
  display: none;
}

.accordion-trigger {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  font-weight: 500;
  width: 100%;
  text-align: left;
  padding: 1rem 0;
  cursor: pointer;
  font-family: "Lora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media (min-width: 1025px) {
  .accordion-trigger {
    padding: 2rem 0;
  }
}
.accordion-trigger:focus {
  outline: none;
}
.accordion-trigger:focus-visible {
  outline: 1px solid #95C11F;
  outline-offset: 0;
}
.accordion-trigger:hover .accordion-title {
  color: #95C11F;
}
.accordion-trigger .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  line-height: 1.3;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.accordion-trigger .accordion-title .accordion-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.accordion-trigger .accordion-title .accordion-icon svg {
  width: 1.75rem;
  height: 1.8125rem;
}

.accordion-trigger[aria-expanded=false] .faq-open {
  display: none;
}

.accordion-trigger[aria-expanded=true] {
  padding-bottom: 0.75rem;
}
.accordion-trigger[aria-expanded=true] .faq-close {
  display: none;
}

@-webkit-keyframes load-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes load-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.img-text-catalog__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.75rem;
}
@media (min-width: 1025px) {
  .img-text-catalog__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.img-text-catalog__bg-icon {
  z-index: 1;
}
.img-text-catalog__img {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img-text-catalog__img .img_default {
  position: relative;
  z-index: 2;
}
.img-text-catalog__content {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .img-text-catalog__content {
    padding: 2.75rem;
  }
}
.img-text-catalog__content .subheadline_default {
  margin-bottom: 0.75rem;
}
.img-text-catalog__content .text_default {
  max-width: 29.1875rem;
}
.img-text-catalog__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.img-text-catalog__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.img-text-catalog__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
}
.img-text-catalog__icon svg, .img-text-catalog__icon img {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1025px) {
  .img-text-catalog:last-child.margin-vert {
    margin-bottom: 0.75rem;
  }
}

.hero-title-text {
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .hero-title-text {
    margin-bottom: 2rem;
  }
}
.hero-title-text__content {
  border-bottom: 1px solid #CBD0BD;
  padding: 0.5rem 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  position: relative;
}
@media (min-width: 1025px) {
  .hero-title-text__content {
    padding: 1rem 0 2rem;
  }
}
.hero-title-text__content_icons {
  border-bottom: none;
}
.hero-title-text__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .hero-title-text__left > * {
    max-width: 70%;
  }
}
@media (min-width: 1025px) {
  .hero-title-text__left .text_default {
    max-width: 53%;
  }
}
.hero-title-text__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.hero-title-text__content-row {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1025px) {
  .hero-title-text__content-row {
    grid-template-columns: 1fr 27.1875rem;
  }
}
.hero-title-text__content-row .text_default {
  max-width: 41.125rem;
}
.hero-title-text__content-contacts {
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  font-size: 0.875rem;
}
@media (min-width: 1025px) {
  .hero-title-text__content-contacts {
    padding: 2rem;
  }
}
.hero-title-text__content-contacts .subheadline_default {
  color: #95C11F;
}
.hero-title-text__content-contacts .btn {
  width: 100%;
}
.hero-title-text__content-contacts .contacts-info__item {
  color: #ffffff;
}
.hero-title-text__content-contacts .contacts-info__item a {
  color: #95C11F;
}
.hero-title-text__content-contacts .contacts-info__item svg path {
  fill-opacity: 1;
}
.hero-title-text .hero-circles {
  position: absolute;
  top: 1.25rem;
  right: 0;
  z-index: -1;
  display: none;
}
@media (min-width: 1025px) {
  .hero-title-text .hero-circles {
    display: block;
  }
}

.page-breadcrumbs {
  font-size: 0.75rem;
  color: #384438;
  overflow: hidden;
}
.page-breadcrumbs > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.page-breadcrumbs > span > * {
  white-space: nowrap;
}
.page-breadcrumbs > span svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.page-breadcrumbs a {
  text-decoration: none;
  color: #384438;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-breadcrumbs a:hover {
  color: #95C11F;
}

.product-list {
  margin: 1.5rem 0 5rem;
}
@media (min-width: 1025px) {
  .product-list {
    margin: 2rem 0 9.375rem;
  }
}
.product-list__wrap {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.75rem;
}
@media (min-width: 1025px) {
  .product-list__wrap {
    grid-template-columns: 20.1875rem 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.product-list__area {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .product-list__area {
    padding: 2.5rem;
    gap: 2rem;
  }
}
.product-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .product-list__head .text_default {
    max-width: 73%;
  }
}
.product-list .sidebar-left {
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}
@media (min-width: 1025px) {
  .product-list .sidebar-left {
    padding: 1.5rem;
    position: sticky;
    top: 0.75rem;
  }
}
.product-list__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
}
@media (min-width: 768px) {
  .product-list__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem 112px;
    grid-gap: 4rem 11%;
  }
}
.product-list__grid .product-card .img_default img {
  max-width: 100%;
}
.product-list__grid .product-card::before, .product-list__grid .product-card:after {
  content: "";
  position: absolute;
  background-color: #CBD0BD;
}
.product-list__grid .product-card::before {
  left: 0;
  top: -1rem;
  height: 1px;
  width: 100%;
}
@media (min-width: 768px) {
  .product-list__grid .product-card::before {
    top: -2rem;
    width: 106%;
  }
}
.product-list__grid .product-card:after {
  right: -13%;
  top: 0;
  width: 1px;
  height: calc(100% - 2rem);
  height: 100%;
  display: none;
}
@media (min-width: 768px) {
  .product-list__grid .product-card:after {
    display: block;
  }
}
@media (min-width: 768px) {
  .product-list__grid .product-card:nth-child(1)::before, .product-list__grid .product-card:nth-child(2)::before {
    display: none;
  }
}
.product-list__grid .product-card:nth-child(1)::before {
  display: none;
}
.product-list__grid .product-card:nth-child(2n):after {
  display: none;
}
@media (min-width: 768px) {
  .product-list__grid .product-card:nth-child(2n)::before {
    left: -6%;
  }
}

.sidebar-left {
  padding: 1.5rem;
}
.sidebar-left.bg-secondary .subheadline_default {
  color: #95C11F;
}
.sidebar-left__menu-dark {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-top: 0;
  -webkit-transition: max-height 0.4s ease, opacity 0.4s ease;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  border-top: 1px solid rgba(203, 208, 189, 0.16);
}
@media (min-width: 1025px) {
  .sidebar-left__menu-dark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    opacity: 1;
    max-height: inherit;
    border: none;
  }
}
.sidebar-left__menu-dark.open {
  max-height: 500px;
  opacity: 1;
}
.sidebar-left__menu-dark li a, .sidebar-left__menu-dark li span.cat-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-family: "Lora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  padding: 1rem;
  text-decoration: none;
  -ms-hyphens: auto;
      hyphens: auto;
  -moz-hyphens: auto;
  word-break: break-word;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sidebar-left__menu-dark li a:focus-visible, .sidebar-left__menu-dark li span.cat-name:focus-visible {
  outline-offset: -2px;
  outline-color: #ffffff;
}
.sidebar-left__menu-dark li a svg, .sidebar-left__menu-dark li span.cat-name svg {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
}
.sidebar-left__menu-dark li a svg path, .sidebar-left__menu-dark li span.cat-name svg path {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
@media (min-width: 1025px) {
  .sidebar-left__menu-dark li a svg, .sidebar-left__menu-dark li span.cat-name svg {
    display: block;
  }
}
.sidebar-left__menu-dark li a:hover, .sidebar-left__menu-dark li span.cat-name:hover {
  color: #95C11F;
}
.sidebar-left__menu-dark li a:hover svg path, .sidebar-left__menu-dark li span.cat-name:hover svg path {
  stroke: #95C11F;
}
.sidebar-left__menu-dark li.current {
  display: none;
}
@media (min-width: 1025px) {
  .sidebar-left__menu-dark li.current {
    display: block;
  }
}
@media (min-width: 1025px) {
  .sidebar-left__menu-dark li.current a, .sidebar-left__menu-dark li.current span.cat-name {
    background-color: #95C11F;
    color: #ffffff;
  }
  .sidebar-left__menu-dark li.current a svg path, .sidebar-left__menu-dark li.current span.cat-name svg path {
    stroke: #ffffff;
  }
}
.sidebar-left__current-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  font-size: 1.25rem;
  font-family: "Lora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  padding: 1rem;
  -ms-hyphens: auto;
      hyphens: auto;
  -moz-hyphens: auto;
  word-break: break-word;
}
.sidebar-left__current-mob svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
}
.sidebar-left__current-mob.active svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 1025px) {
  .sidebar-left__current-mob {
    display: none;
  }
}

.text-icon-3col__wrap {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.75rem;
}
@media (min-width: 1025px) {
  .text-icon-3col__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .text-icon-3col__wrap[data-count-columns="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .text-icon-3col__wrap[data-count-columns="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .text-icon-3col__wrap[data-count-columns="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .text-icon-3col__wrap[data-count-columns="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
}

.text-icon-card {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .text-icon-card {
    padding: 2rem;
    gap: 2rem;
  }
}
.text-icon-card__line {
  width: 100%;
  height: 1px;
  background-color: #CBD0BD;
}
.text-icon-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) {
  .text-icon-card__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.text-icon-card__icon {
  border: 1px solid #CBD0BD;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.5rem;
          flex: 0 0 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1025px) {
  .text-icon-card__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
            flex: 0 0 5rem;
    width: 5rem;
    height: 5rem;
  }
}
.text-icon-card__icon img, .text-icon-card__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1025px) {
  .text-icon-card__icon img, .text-icon-card__icon svg {
    width: 2rem;
    height: 2rem;
  }
}

.hero-title-text-2col-btn {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .hero-title-text-2col-btn {
    margin-bottom: 2rem;
  }
}
.hero-title-text-2col-btn__content {
  padding: 0.5rem 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .hero-title-text-2col-btn__content {
    padding: 1rem 0 2rem;
  }
}
.hero-title-text-2col-btn__content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero-title-text-2col-btn__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .hero-title-text-2col-btn__left {
    max-width: 546px;
    gap: 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero-title-text-2col-btn__left__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 84px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.hero-title-text-2col-btn__left__image img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 40px;
}
@media (min-width: 1025px) {
  .hero-title-text-2col-btn__left__image img {
    max-height: 84px;
  }
}
.hero-title-text-2col-btn__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 546px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.hero-title-text-2col-btn__right a {
  text-decoration: none;
}
.hero-title-text-2col-btn__right strong {
  font-weight: 500;
}

.line-menu-pages {
  position: relative;
  margin-top: -1rem;
}
@media (min-width: 1025px) {
  .line-menu-pages {
    margin-bottom: 1rem;
  }
}
.line-menu-pages::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #CBD0BD;
}
.line-menu-pages .swiper-slide a {
  display: block;
  text-decoration: none;
  padding: 0.75rem 0 1rem;
  font-weight: 500;
  color: #272B27;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .line-menu-pages .swiper-slide a {
    font-size: 1rem;
    padding: 1rem 0 1.25rem;
  }
}
.line-menu-pages .swiper-slide.current-menu-item a, .line-menu-pages .swiper-slide.current-page-ancestor a {
  color: #95C11F;
  border-bottom: 1px solid #95C11F;
}
.line-menu-pages .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.line-menu-pages .swiper-slide {
  width: auto;
}
/* CSS Document */
.text-multicontent-70-30__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 3.5rem;
}
@media (min-width: 1025px) {
  .text-multicontent-70-30__grid {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.text-multicontent-70-30__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1025px) {
  .text-multicontent-70-30__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.75%;
            flex: 0 0 32.75%;
  }
}
.text-multicontent-70-30__left__image {
  max-width: 100%;
  width: 324px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) {
  .text-multicontent-70-30__left__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.text-multicontent-70-30__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.text-multicontent-70-30__multicontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.text-multicontent-70-30 .list_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.text-multicontent-70-30 .list_check_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.5rem;
}
.text-multicontent-70-30 .list_check_lineIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: #95C11F;
  border-radius: 20px;
}
.text-multicontent-70-30 .images_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.text-multicontent-70-30 .images_wrap_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 254px;
  width: 100%;
  min-width: 100%;
}
@media (min-width: 576px) {
  .text-multicontent-70-30 .images_wrap_item {
    height: 367px;
    min-width: var(--min-width);
    width: var(--min-width);
  }
}
.text-multicontent-70-30 .images_wrap_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: 1rem;
}
.text-multicontent-70-30 .images_wrap_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* CSS Document */
.stacked-cards-section {
  position: relative;
}
.stacked-cards-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.stacked-cards-section__bg__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #475345;
}
.stacked-cards-section__cards {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
@media (min-width: 1025px) {
  .stacked-cards-section__cards {
    padding-top: var(--pt);
  }
}
@media (min-width: 1025px) {
  .stacked-cards-section__cards__item {
    position: sticky;
    top: var(--top);
  }
}
.stacked-cards-section__cards__item__offset {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(226, 230, 216, 0.2392156863);
}
@media (min-width: 1025px) {
  .stacked-cards-section__cards__item__offset {
    top: var(--offset);
  }
}
.stacked-cards-section__cards__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.stacked-cards-section__cards__item__bg__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #546051;
}
.stacked-cards-section__cards__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
}
.stacked-cards-section__cards__item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1025px) {
  .stacked-cards-section__cards__item__left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 542px;
  }
}
.stacked-cards-section__cards__item__right {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1025px) {
  .stacked-cards-section__cards__item__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 40%;
    max-width: 653px;
  }
}
.stacked-cards-section__cards__item__title {
  color: #fff;
}
.stacked-cards-section__cards__item__subtitle {
  color: #fff;
}
.stacked-cards-section__cards__item__description {
  color: #fff;
}
.stacked-cards-section__cards__item__description strong {
  font-family: "Stolzl Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.stacked-cards-section__cards__item__description a {
  color: #95C11F;
}
.stacked-cards-section__cards__item__button {
  margin-top: 3rem;
}
.stacked-cards-section__cards__item__image {
  width: 100%;
  aspect-ratio: 65/63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1rem;
  overflow: hidden;
  max-height: 300px;
}
@media (min-width: 1025px) {
  .stacked-cards-section__cards__item__image {
    max-height: 80vh;
  }
}
.stacked-cards-section__cards__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* CSS Document */
.text-2col__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.text-2col__wrap__column {
  width: 658px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #E2E6D8;
  padding: 2rem;
  border-radius: 0.5rem;
}
.text-2col__wrap__column__title {
  font-size: 1.4rem;
  font-family: "Lora";
  padding-bottom: 1.4rem;
  margin-bottom: 1.4rem;
  border-bottom: 1px solid #C7CDB6;
}
.text-2col__wrap__column__text a {
  color: #95c11f;
}
.text-2col__wrap__column__text ul {
  margin: unset;
  margin-top: 1rem;
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  margin-top: 2rem;
}
.text-2col__wrap__column__text ul li::marker {
  color: #95c11f;
}

/* CSS Document */
.text-images__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.text-images__wrap__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 430px;
  border-radius: 1rem;
  overflow: hidden;
}
.text-images__wrap__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* CSS Document */
.text-cards-grid__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  display: none;
}
@media (min-width: 768px) {
  .text-cards-grid__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.text-cards-grid__wrap__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-width: 100%;
  padding: 1rem;
  background-color: #E2E6D8;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .text-cards-grid__wrap__card {
    width: 50%;
    min-width: calc(50% - 1rem);
    padding: 2rem;
  }
}
@media (min-width: 1025px) {
  .text-cards-grid__wrap__card {
    width: 30%;
    min-width: calc(33.3333333333% - 1rem);
  }
}
.text-cards-grid__wrap__card__title {
  font-size: 1.4rem;
  font-family: "Lora";
  margin-bottom: 2rem;
  border-bottom: 1px solid #C7CDB6;
  padding-bottom: 2rem;
}
.text-cards-grid__swiper {
  display: block;
}
@media (min-width: 768px) {
  .text-cards-grid__swiper {
    display: none;
  }
}
.text-cards-grid__slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-cards-grid__slide .text-cards-grid__wrap__card {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  min-width: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.text-cards-grid__navigation {
  height: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
.text-cards-grid__progressbar {
  position: relative;
}
.text-cards-grid__progressbar.swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 2px;
  background-color: #F0F1ED;
}
.text-cards-grid__progressbar .swiper-pagination-progressbar-fill {
  background-color: #95C11F;
}
.text-cards-grid__navbuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.text-cards-grid__prevbutton {
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  cursor: pointer;
}
.text-cards-grid__prevbutton svg path {
  stroke: #272B27;
}
.text-cards-grid__prevbutton.swiper-button-disabled svg path {
  stroke: #CBD0BD;
}
.text-cards-grid__nextbutton {
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  cursor: pointer;
}
.text-cards-grid__nextbutton svg path {
  stroke: #272B27;
}
.text-cards-grid__nextbutton.swiper-button-disabled svg path {
  stroke: #CBD0BD;
}

/* CSS Document */
.products-slider {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.products-slider__content {
  background-color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
}
@media (min-width: 1025px) {
  .products-slider__content {
    padding: 2.75rem 2.75rem 5rem 2.75rem;
  }
}
.products-slider__slide {
  width: calc(310px + 2rem);
  border-right: 1px solid #CBD0BD;
}
.products-slider__slide__item {
  padding: 0 2rem;
  background-color: #fff;
}
.products-slider__slide__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.products-slider__slide__item__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 284/203;
  max-height: 203px;
}
.products-slider__slide__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-slider__slide__item__title {
  font-size: 1.4rem;
  font-family: "Lora";
  font-weight: 500;
  text-align: center;
}
.products-slider__slide__item__description {
  text-align: center;
  line-height: 140%;
}
.products-slider__slide__item__link {
  color: #85AD18;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.75rem;
  text-decoration: unset;
}
.products-slider__navigation {
  height: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
.products-slider__progressbar {
  position: relative;
}
.products-slider__progressbar.swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 2px;
  background-color: #F0F1ED;
}
.products-slider__progressbar .swiper-pagination-progressbar-fill {
  background-color: #95C11F;
}
.products-slider__navbuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.products-slider__prevbutton {
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  cursor: pointer;
}
.products-slider__prevbutton svg path {
  stroke: #272B27;
}
.products-slider__prevbutton.swiper-button-disabled svg path {
  stroke: #CBD0BD;
}
.products-slider__nextbutton {
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  cursor: pointer;
}
.products-slider__nextbutton svg path {
  stroke: #272B27;
}
.products-slider__nextbutton.swiper-button-disabled svg path {
  stroke: #CBD0BD;
}

.catalog-downloads__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.75rem;
}
@media (min-width: 1025px) {
  .catalog-downloads__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.catalog-downloads__col {
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .catalog-downloads__col {
    padding: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .catalog-downloads__col_full {
    grid-column: 1/3;
  }
}
@media (min-width: 1025px) {
  .catalog-downloads__col_full .catalog-downloads__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.8%;
            flex: 0 0 33.8%;
  }
}
@media (min-width: 1025px) {
  .catalog-downloads__col_full .catalog-downloads__files {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.75rem 1.5rem;
  }
}
@media (min-width: 1025px) {
  .catalog-downloads__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.4%;
            flex: 0 0 39.4%;
  }
}
.catalog-downloads__img .img_default img {
  max-height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .catalog-downloads__img .img_default img {
    max-height: unset;
  }
}
.catalog-downloads__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.catalog-downloads__files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.catalog-downloads__file {
  border-bottom: 1px solid #F0F1ED;
  padding-bottom: 0.75rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
  text-transform: uppercase;
  color: #95C11F;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.28px;
  -webkit-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s;
}
.catalog-downloads__file:hover {
  border-bottom: 2px solid #95C11F;
  padding-bottom: calc(0.75rem - 1px);
}
.catalog-downloads__file-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.catalog-downloads__file-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
  line-height: 0;
}
.catalog-downloads__file-meta {
  font-size: 0.75rem;
  letter-spacing: 0.24px;
  color: #C0C7AC;
  margin-top: 2px;
}

.catalog-form .head-content {
  margin-bottom: 2rem;
}
.catalog-form__wrap {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.75rem;
}
@media (min-width: 1280px) {
  .catalog-form__wrap {
    grid-template-columns: 435px 1fr;
  }
}
.catalog-form__form {
  min-height: 557px;
}
@media (min-width: 1025px) {
  .catalog-form__form {
    min-height: 793px;
  }
}
.catalog-form__icons {
  display: none;
}
@media (min-width: 1280px) {
  .catalog-form__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.catalog-form__icons img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 75%;
}

.form-container {
  padding: 1.25rem;
}
@media (min-width: 1025px) {
  .form-container {
    padding: 2.5rem;
  }
}

.form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.form-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .form-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.form-row-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.form-boxes {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.25rem;
}
@media (min-width: 1025px) {
  .form-boxes {
    grid-template-columns: repeat(4, 1fr);
  }
}

.form-checkboxes-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.form-boxes-double {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.25rem;
}

.form-box {
  background-color: rgba(240, 241, 237, 0.4);
  padding: 1rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 1025px) {
  .form-box {
    padding: 0.75rem;
  }
}
.form-box.active .form-checkboxes_mob-hidden {
  display: grid;
}
.form-box.active .form-box__title svg path:nth-child(2) {
  display: none;
}
@media (min-width: 1025px) {
  .form-box_4col {
    grid-column: 1/5;
  }
}
.form-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: "Stolzl Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .form-box__title {
    cursor: default;
  }
}
.form-box__title svg {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
}
@media (min-width: 1025px) {
  .form-box__title svg {
    display: none;
  }
}

.form-row-dir {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.form-col {
  width: 100%;
}
.form-col_50 {
  width: 100%;
}
@media (min-width: 768px) {
  .form-col_50 {
    width: 50%;
  }
}
.form-col_50-mob {
  width: 50%;
}

.form-group {
  position: relative;
  width: 100%;
}
.form-group label, .form-group legend {
  font-size: 0.75rem;
  margin-bottom: 4px;
  line-height: 1.4;
}
.form-group label span, .form-group legend span {
  color: #BF3900;
  margin-left: 2px;
}
.form-group label.form-label-top, .form-group legend.form-label-top {
  z-index: 1;
  position: absolute;
  top: -0.5rem;
  left: 0.5625rem;
  padding: 0 0.375rem;
  background-color: #ffffff;
  border-radius: 1rem;
}
.form-group input[type=text],
.form-group input[type=tel],
.form-group input[type=url],
.form-group input[type=email],
.form-group input[type=time],
.form-group input[type=date] {
  padding: 0.25rem 0.25rem 0.25rem 1rem;
  height: 3.5rem;
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid #CBD0BD;
  background-color: #ffffff;
}
.form-group input[type=text]::-webkit-input-placeholder, .form-group input[type=tel]::-webkit-input-placeholder, .form-group input[type=url]::-webkit-input-placeholder, .form-group input[type=email]::-webkit-input-placeholder, .form-group input[type=time]::-webkit-input-placeholder, .form-group input[type=date]::-webkit-input-placeholder {
  color: #868E86;
}
.form-group input[type=text]::-moz-placeholder, .form-group input[type=tel]::-moz-placeholder, .form-group input[type=url]::-moz-placeholder, .form-group input[type=email]::-moz-placeholder, .form-group input[type=time]::-moz-placeholder, .form-group input[type=date]::-moz-placeholder {
  color: #868E86;
}
.form-group input[type=text]:-ms-input-placeholder, .form-group input[type=tel]:-ms-input-placeholder, .form-group input[type=url]:-ms-input-placeholder, .form-group input[type=email]:-ms-input-placeholder, .form-group input[type=time]:-ms-input-placeholder, .form-group input[type=date]:-ms-input-placeholder {
  color: #868E86;
}
.form-group input[type=text]::-ms-input-placeholder, .form-group input[type=tel]::-ms-input-placeholder, .form-group input[type=url]::-ms-input-placeholder, .form-group input[type=email]::-ms-input-placeholder, .form-group input[type=time]::-ms-input-placeholder, .form-group input[type=date]::-ms-input-placeholder {
  color: #868E86;
}
.form-group input[type=text]::placeholder,
.form-group input[type=tel]::placeholder,
.form-group input[type=url]::placeholder,
.form-group input[type=email]::placeholder,
.form-group input[type=time]::placeholder,
.form-group input[type=date]::placeholder {
  color: #868E86;
}
.form-group input[type=time],
.form-group input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 3.5rem !important;
  width: 100% !important;
}
.form-group select {
  padding: 0.25rem 0.25rem 0.25rem 1rem;
  height: 3.5rem;
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid #CBD0BD;
  background-color: #ffffff;
  color: #868E86;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-group .custom-arrow {
  position: absolute;
  top: 4px;
  right: 4px;
  pointer-events: none;
  width: 48px;
  height: 48px;
}
.form-group textarea {
  padding: 1rem 0.25rem 0.25rem 1rem;
  height: 5.5rem;
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid #CBD0BD;
  background-color: #ffffff;
  color: #868E86;
  resize: none;
}
.form-group .error {
  color: #BF3900;
}

.form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.25rem;
}
@media (min-width: 1025px) {
  .form-radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
.form-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 0.5rem;
  margin: 0;
  position: relative;
  font-size: 1rem;
}
.form-radio label input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}
.form-radio label input[type=radio]:checked + .custom-radio-mark::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.form-radio label .custom-radio-mark {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #CBD0BD;
  border-radius: 50%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-radio label .custom-radio-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #95C11F;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.form-checkboxes {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.25rem;
}
@media (min-width: 1025px) {
  .form-checkboxes_3col {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.25rem 0.5rem;
  }
}
.form-checkboxes_mob-hidden {
  display: none;
}
@media (min-width: 1025px) {
  .form-checkboxes_mob-hidden {
    display: grid;
  }
}

.form-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.form-checkbox input[type=checkbox] {
  display: none;
}
.form-checkbox input[type=checkbox]:checked + .custom-checkbox-mark {
  background-color: #95C11F;
}
.form-checkbox input[type=checkbox]:checked + .custom-checkbox-mark svg {
  display: block;
}
.form-checkbox .custom-checkbox-mark {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #CBD0BD;
  border-radius: 0.25rem;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-checkbox .custom-checkbox-mark svg {
  display: none;
  width: 0.8125rem;
  height: 0.5625rem;
}

.step-form .wpcf7-form .wpcf7-submit,
.step-form .wpcf7-form .wpcf7-submit + .wpcf7-spinner {
  display: none;
}
.step-form .wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
  display: none;
}
.step-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 1025px) {
  .step-form__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.step-form__steps-info {
  background-color: #EEF0EA;
  color: #868E86;
  padding: 0.375rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.24px;
}
.step-form__steps-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.step-form__steps-count span.active {
  color: #95C11F;
}

.wpcf7-spinner.active {
  visibility: visible;
}

.wpcf7-form-control-wrap {
  display: block;
  line-height: 0;
}

.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  line-height: 1.4;
  position: relative;
  padding-left: 2rem;
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a,
.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label a {
  color: #95C11F;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: "";
  position: absolute;
  left: 0.375rem;
  top: 0.5rem;
  width: 0.8125rem;
  height: 0.5625rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEzIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDQuNUwzLjc5Mjg5IDcuMjkyODlDNC4xODM0MiA3LjY4MzQyIDQuODE2NTggNy42ODM0MiA1LjIwNzExIDcuMjkyODlMMTEuNSAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-size: contain;
  background-repeat: no-repeat;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #CBD0BD;
  border-radius: 0.25rem;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox],
.wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #95C11F;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  display: block;
}

.form-thank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1rem;
  margin: 2.5rem 0 0 0;
}
@media (min-width: 1025px) {
  .form-thank {
    margin: 9.6875rem 0 0 0;
  }
}
@media (min-width: 1025px) {
  .form-thank .text_default {
    max-width: 29.9375rem;
  }
}
.form-thank svg {
  margin-bottom: 1rem;
  width: 6.25rem;
  height: 6.25rem;
}
@media (min-width: 1025px) {
  .form-thank svg {
    width: 8.75rem;
    height: 8.75rem;
  }
}

/* CSS Document */
.contact-form .page-breadcrumbs {
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .contact-form .page-breadcrumbs {
    margin-bottom: 1rem;
  }
}
.contact-form .head-content {
  margin-bottom: 2rem;
}
.contact-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  overflow: hidden;
}
.contact-form__form {
  width: 100%;
}
@media (min-width: 1280px) {
  .contact-form__form {
    width: 70%;
  }
}
.contact-form__icons {
  display: none;
}
@media (min-width: 1280px) {
  .contact-form__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.75%;
            flex: 0 0 32.75%;
  }
}
.contact-form__icons img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 75%;
}

.ContactContentForm {
  position: relative;
}
.ContactContentForm form {
  position: absolute;
  z-index: -1;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.ContactContentForm .swiper-wrapper {
  height: auto !important;
}
.ContactContentFormSuccess {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.ContactContentFormSuccess.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ContactContentFormSuccessTitle {
  font-family: "Lora";
  font-size: 2rem;
  margin-top: 2rem;
}
.ContactContentFormSuccessMessage {
  text-align: center;
  margin-top: 1rem;
  max-width: 479px;
  width: 100%;
}

.FormStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.FormStepInputsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1rem;
  padding-right: 2px;
}
.FormStepInputs > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.FormStepInputsItem {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 2rem);
          flex: 1 1 calc(100% - 2rem);
}
@media (min-width: 576px) {
  .FormStepInputsItem {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(var(--flex-basis) - 2rem);
            flex: 1 1 calc(var(--flex-basis) - 2rem);
  }
}
.FormStepInputsItem input.error, .FormStepInputsItem textarea.error, .FormStepInputsItem select.error {
  border-color: #BF3900;
}
.FormStepDownloadsItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.FormStepDownloadsItem {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 2rem);
          flex: 1 1 calc(100% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 576px) {
  .FormStepDownloadsItem {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(var(--flex-basis) - 2rem);
            flex: 1 1 calc(var(--flex-basis) - 2rem);
  }
}
.FormStepDownloadsItemLabel {
  font-size: 0.875rem;
}
.FormStepDownloadsItemLabel .required-text {
  color: #BF3900;
  margin-left: 2px;
}
.FormStepDownloadsItemInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  border: 1px solid #CBD0BD;
  border-radius: 0.25rem;
  cursor: pointer;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2px;
}
@media (max-width: 768px) {
  .FormStepDownloadsItemInput {
    position: relative;
    margin-bottom: 30px;
    padding: 0.375rem 1rem;
  }
}
.FormStepDownloadsItemInput.error {
  border-color: #BF3900;
}
.FormStepDownloadsItemInputIcon {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.FormStepDownloadsItemInputIcon svg {
  width: 100%;
  height: 100%;
}
.FormStepDownloadsItemInputPlaceholder {
  color: #868E86;
}
.FormStepDownloadsItemInputTypes {
  margin-left: auto;
}
@media (max-width: 768px) {
  .FormStepDownloadsItemInputTypes {
    position: absolute;
    right: 0;
    bottom: -30px;
  }
}
.FormStepDownloadsItemFiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.FormStepDownloadsItemFilesTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  background-color: #95C11F;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.25rem 0.75rem;
  color: #fff;
  border-radius: 2rem;
  font-size: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.FormStepDownloadsItemFilesTagClose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0.75rem;
  height: 0.75rem;
  min-width: 0.75rem;
  cursor: pointer;
}
.FormStepDownloadsItemFilesTagLabel {
  word-break: break-all;
}
.FormStepMessagesItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.FormStepMessagesItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 2rem);
          flex: 1 1 calc(100% - 2rem);
}
@media (min-width: 576px) {
  .FormStepMessagesItem {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(var(--flex-basis) - 2rem);
            flex: 1 1 calc(var(--flex-basis) - 2rem);
  }
}
.FormStepMessagesItemIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
}
.FormStepMessagesItemIcon svg {
  width: 100%;
  height: 100%;
}
.FormStepCheckboxesSimpleItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.FormStepCheckboxesSimpleItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  cursor: pointer;
}
.FormStepCheckboxesSimpleItem[data-active=true] .FormStepCheckboxesSimpleItemBox {
  background-color: #95C11F;
}
.FormStepCheckboxesSimpleItem.error:not([data-active=true]) .FormStepCheckboxesSimpleItemBox {
  border-color: #BF3900;
}
.FormStepCheckboxesSimpleItemBox {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 1px solid #CBD0BD;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.FormStepCheckboxesSimpleItemText a {
  color: #95C11F;
}
.FormStepsConsent {
  margin-top: 2rem;
}
.FormStepsConsentCheckbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.FormStepsConsentCheckboxBox {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 1px solid #CBD0BD;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.FormStepsConsentCheckboxBoxCheck {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.FormStepsConsentCheckbox[data-active=true] .FormStepsConsentCheckboxBox {
  background-color: #95C11F;
}
.FormStepsConsentCheckbox[data-active=true] .FormStepsConsentCheckboxBoxCheck {
  opacity: 1;
}
.FormStepsConsentCheckboxMessage a {
  color: #85AD18;
}
.FormStepsConsentCheckbox.error .FormStepsConsentCheckboxBox {
  border-color: #BF3900;
}
.FormStepsButtonFooter {
  margin-top: 2rem;
}

.info-pages__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  font-size: 0.875rem;
}
.info-pages__contacts a {
  text-decoration: none;
}

.sidebar-vs-content {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
}
@media (min-width: 1025px) {
  .sidebar-vs-content {
    grid-template-columns: 16rem 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 0.75rem;
  }
}
.sidebar-vs-content__sidebar {
  padding: 1rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .sidebar-vs-content__sidebar {
    padding: 1.5rem;
    position: sticky;
    top: 0.75rem;
  }
}
.sidebar-vs-content__sidebar-title {
  text-transform: uppercase;
  color: #868E86;
  font-size: 0.75rem;
  letter-spacing: 0.24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
}
@media (min-width: 1025px) {
  .sidebar-vs-content__sidebar-title svg {
    display: none;
  }
}
.sidebar-vs-content__sidebar-title.active + .sidebar-vs-content__sidebar-menu {
  display: block;
}
.sidebar-vs-content__sidebar-title.active svg {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.sidebar-vs-content__sidebar-title_js {
  color: #95C11F;
}
@media (min-width: 1025px) {
  .sidebar-vs-content__sidebar-title_js {
    color: inherit;
  }
}
.sidebar-vs-content__sidebar-nav a, .sidebar-vs-content__sidebar-menu a {
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sidebar-vs-content__sidebar-nav a:before, .sidebar-vs-content__sidebar-menu a:before {
  margin: 0.3125rem 0.625rem 0;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.375rem;
          flex: 0 0 0.375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #95C11F;
  display: inline-block;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .sidebar-vs-content__sidebar-nav a:hover, .sidebar-vs-content__sidebar-nav a.active, .sidebar-vs-content__sidebar-menu a:hover, .sidebar-vs-content__sidebar-menu a.active {
    color: #95C11F;
  }
}
.sidebar-vs-content__sidebar-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.sidebar-vs-content__sidebar-menu {
  display: none;
}
@media (min-width: 1025px) {
  .sidebar-vs-content__sidebar-menu {
    display: block;
  }
}
@media (min-width: 1280px) {
  .sidebar-vs-content__content_pl {
    padding: 0 0 0 4.1875rem;
  }
}
.sidebar-vs-content__content .text_default > *:first-child {
  margin: 0;
}
.sidebar-vs-content__content .text_default strong, .sidebar-vs-content__content .text_default b {
  font-family: "Stolzl Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.sidebar-vs-content__content .text_default a strong, .sidebar-vs-content__content .text_default a b {
  font-weight: 500;
}
.sidebar-vs-content__content .text_default h3, .sidebar-vs-content__content .text_default h4 {
  margin: 1.75rem 0 0 0;
}
.sidebar-vs-content__content .text_default ul li::marker {
  color: #272B27;
}
.sidebar-vs-content__img {
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .sidebar-vs-content__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    grid-column: 1/3;
    margin: 0 -2.75rem 8.625rem;
  }
}
.sidebar-vs-content__img img {
  aspect-ratio: 343/200;
}
@media (min-width: 1025px) {
  .sidebar-vs-content__img img {
    aspect-ratio: inherit;
  }
}

#anchors-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

/* CSS Document */
.slider-images__content {
  border-radius: 1rem;
  overflow: hidden;
}
.slider-images__swiper {
  width: 100%;
  height: 100%;
}
.slider-images__swiper__pagination.swiper-pagination {
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1025px) {
  .slider-images__swiper__pagination.swiper-pagination {
    bottom: 2rem;
  }
}
.slider-images__swiper__pagination.swiper-pagination .swiper-pagination-bullet, .slider-images__swiper__pagination.swiper-pagination .swiper-pagination-bullet-active {
  width: 100%;
  max-width: 32px;
  min-width: 10px;
  background-color: rgba(255, 255, 255, 0.5607843137);
  height: 4px;
  border-radius: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
}
@media (min-width: 1025px) {
  .slider-images__swiper__pagination.swiper-pagination .swiper-pagination-bullet, .slider-images__swiper__pagination.swiper-pagination .swiper-pagination-bullet-active {
    max-width: 50px;
    min-width: 20px;
  }
}
.slider-images__swiper__pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #95C11F;
}
.slider-images__slide__content {
  position: relative;
}
.slider-images__slide__link {
  display: contents;
}
.slider-images__slide__image {
  aspect-ratio: 375/200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .slider-images__slide__image {
    height: var(--min-height);
    width: 100%;
    aspect-ratio: 1416/489;
  }
}
.slider-images__slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-images__slide__color {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* CSS Document */
.SliderPhotoCompany {
  position: relative;
  margin: 5rem 0;
  padding: 5rem 0;
}
@media (min-width: 1025px) {
  .SliderPhotoCompany {
    margin: 9.375rem 0;
    padding: 9.375rem 0;
  }
}
.SliderPhotoCompanyBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.SliderPhotoCompanyBackgroundColor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #384438;
}
.SliderPhotoCompanyHead .subheadline_default {
  color: #fff;
}
.SliderPhotoCompanyHead .headline_default {
  color: #fff;
}
.SliderPhotoCompanyHead .text_default {
  color: #fff;
}
.SliderPhotoCompanySwiper {
  max-width: 100%;
  margin: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
}
@media (min-width: 1025px) {
  .SliderPhotoCompanySwiper {
    padding-left: calc((100% - 1440px) / 2 + 3.15rem);
    padding-right: calc((100% - 1440px) / 2 + 3.15rem);
  }
}
.SliderPhotoCompanySwiper:not(.swiper-initialized) .SliderPhotoCompanySwiperWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SliderPhotoCompanySwiper:not(.swiper-initialized) .SliderPhotoCompanySwiperSlide {
  width: 100%;
  max-width: 534px;
  margin-right: 12px;
}
.SliderPhotoCompanySwiper__navigation {
  height: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
.SliderPhotoCompanySwiper__progressbar {
  position: relative;
}
.SliderPhotoCompanySwiper__progressbar.swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 2px;
  background-color: #6D786D;
}
.SliderPhotoCompanySwiper__progressbar .swiper-pagination-progressbar-fill {
  background-color: #95C11F;
}
.SliderPhotoCompanySwiper__navbuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.SliderPhotoCompanySwiper__prevbutton {
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  cursor: pointer;
}
.SliderPhotoCompanySwiper__prevbutton svg path {
  stroke: #FFFFFF;
}
.SliderPhotoCompanySwiper__prevbutton.swiper-button-disabled svg path {
  stroke: #6D786D;
}
.SliderPhotoCompanySwiper__nextbutton {
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  cursor: pointer;
}
.SliderPhotoCompanySwiper__nextbutton svg path {
  stroke: #FFFFFF;
}
.SliderPhotoCompanySwiper__nextbutton.swiper-button-disabled svg path {
  stroke: #6D786D;
}
.SliderPhotoCompanySlideContent {
  position: relative;
  aspect-ratio: 546/358;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.SliderPhotoCompanySlideImage {
  width: 100%;
  height: 100%;
}
.SliderPhotoCompanySlideImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* CSS Document */
.cta-mini {
  margin: 1rem 0;
}
.cta-mini_big .padding-hor {
  padding: 0;
}
.cta-mini_big .cta-mini__content {
  padding: 2rem;
}
@media (min-width: 1025px) {
  .cta-mini_big .cta-mini__content {
    padding: 5.5rem 2.75rem;
  }
}
.cta-mini__content {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  padding: 1.2rem;
}
.cta-mini__content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cta-mini__content__wrap__left {
  max-width: 655px;
}
.cta-mini__content__wrap__right {
  width: 100%;
}
@media (min-width: 576px) {
  .cta-mini__content__wrap__right {
    width: auto;
  }
}
.cta-mini__content__wrap .headline_default {
  color: #fff;
  font-family: "Lora";
}
.cta-mini__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cta-mini__bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cta-mini__bg__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-mini__bg__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(13, 25, 13, 0.4784313725);
}

/* CSS Document */
.news-and-events {
  margin-top: 0.5rem;
}
@media (min-width: 1025px) {
  .news-and-events {
    margin-top: 1rem;
  }
}
.news-and-events .page-breadcrumbs {
  margin-bottom: 2rem;
}

.NewsAndEventsHead {
  padding-bottom: 2rem;
  border-bottom: 1px solid #CBD0BD;
}
.NewsAndEventsDescription {
  margin-top: 1rem;
  max-width: 546px;
}
.NewsAndEventsContact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
  margin-top: 1rem;
}
.NewsAndEventsContactLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
}
.NewsAndEventsContactLineIcon {
  width: 1rem;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.NewsAndEventsContactLine a {
  color: #85AD18;
  text-decoration: unset;
  font-weight: 500;
}
.NewsAndEventsContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.NewsAndEventsContentSidebar {
  max-width: 280px;
  width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  display: none;
}
@media (min-width: 1025px) {
  .NewsAndEventsContentSidebar {
    display: block;
  }
}
.NewsAndEventsContentSidebarCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  gap: 1.5rem;
}
.NewsAndEventsContentSidebarCardGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.NewsAndEventsContentSidebarCardGroupTitle {
  font-size: 0.75rem;
  font-weight: 500;
  color: #868E86;
  text-transform: uppercase;
  letter-spacing: 0.015rem;
}
.NewsAndEventsContentSidebarCardGroupMenu ul {
  margin: 0;
  padding: 0;
  padding-left: 1.2rem;
}
.NewsAndEventsContentSidebarCardGroupMenu ul li::marker {
  line-height: 1;
  color: #95C11F;
}
.NewsAndEventsContentSidebarCardGroupMenuLink, .NewsAndEventsContentSidebarCardGroupMenuBtn {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  text-decoration: unset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background: none;
}
.NewsAndEventsContentSidebarCardGroupMenuLink:hover, .NewsAndEventsContentSidebarCardGroupMenuLink.active, .NewsAndEventsContentSidebarCardGroupMenuBtn:hover, .NewsAndEventsContentSidebarCardGroupMenuBtn.active {
  color: #95C11F;
}
.NewsAndEventsContentPosts {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 1025px) {
  .NewsAndEventsContentPosts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
}
.NewsAndEventsContentPostsHeaderTypes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.NewsAndEventsContentPostsHeaderTypesButton {
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Lora";
  border-bottom: 2px solid #CBD0BD;
  padding-bottom: 1rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
}
@media (min-width: 768px) {
  .NewsAndEventsContentPostsHeaderTypesButton {
    font-size: 2rem;
  }
}
.NewsAndEventsContentPostsHeaderTypesButton:hover, .NewsAndEventsContentPostsHeaderTypesButton.active {
  color: #95C11F;
  border-bottom-color: #95C11F;
}
.NewsAndEventsContentPostsHeaderYears {
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-top: 2rem;
  display: block;
}
@media (min-width: 1025px) {
  .NewsAndEventsContentPostsHeaderYears {
    display: none;
  }
}
.NewsAndEventsContentPostsHeaderYearsTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.NewsAndEventsContentPostsHeaderYearsTopTitle {
  color: #95C11F;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.015rem;
}
.NewsAndEventsContentPostsHeaderYearsTopArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1rem;
  height: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.NewsAndEventsContentPostsHeaderYearsMenu {
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.NewsAndEventsContentPostsHeaderYearsMenuItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.NewsAndEventsContentPostsHeaderYearsMenuItems .NewsAndEventsContentSidebarCardGroupMenuBtn {
  padding: 0.5rem 1rem;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.015rem;
  cursor: pointer;
  text-align: left;
}
.NewsAndEventsContentPostsHeaderYearsMenuItem {
  padding: 0.5rem 1rem;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.015rem;
  cursor: pointer;
}
.NewsAndEventsContentPostsHeaderYearsMenuItem:hover, .NewsAndEventsContentPostsHeaderYearsMenuItem.active {
  color: #95C11F;
}
.NewsAndEventsContentPostsHeaderYearsMenu .NewsAndEventsContentSidebarCardGroup {
  padding: 0 1rem 1rem 1rem;
}
.NewsAndEventsContentPostsWrapper {
  margin-top: 2rem;
}
.NewsAndEventsContentPostsWrapperWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.NewsAndEventsContentPostsPagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.NewsAndEventsContentPostsPagination.hidden {
  display: none;
}
.NewsAndEventsContentPostsPaginationArow {
  height: 24px;
  width: 24px;
  background-color: transparent;
  min-width: 24px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.NewsAndEventsContentPostsPaginationArow svg {
  pointer-events: none;
}
.NewsAndEventsContentPostsPaginationArow svg path {
  stroke: #272B27;
}
.NewsAndEventsContentPostsPaginationArow.disable {
  pointer-events: none;
  cursor: default;
}
.NewsAndEventsContentPostsPaginationArow.disable svg path {
  stroke: #CBD0BD;
}
.NewsAndEventsContentPostsPaginationBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.25rem;
  border: 1px solid #CBD0BD;
}
.NewsAndEventsContentPostsPaginationBox .dots {
  -ms-flex-item-align: center;
      align-self: center;
}
.NewsAndEventsContentPostsPaginationBox button.page-link {
  height: 48px;
  width: 48px;
  min-width: 48px;
  background-color: transparent;
  cursor: pointer;
  color: #868E86;
}
.NewsAndEventsContentPostsPaginationBox button.page-link:hover, .NewsAndEventsContentPostsPaginationBox button.page-link.active {
  color: #95C11F;
}

.CardNews {
  width: 490px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .CardNews {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 1rem);
            flex: 1 0 calc(50% - 1rem);
    max-width: 50%;
  }
}
.CardNewsBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.CardNewsBackgroundColor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E2E6D8;
}
.CardNewsContent {
  padding: 0.5rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.CardNewsContentImage {
  aspect-ratio: 474/266;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0.5rem;
  overflow: hidden;
}
.CardNewsContentImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.CardNewsContentTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-top: 2rem;
  margin-left: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.CardNewsContentTagsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.375rem 1rem;
  gap: 0.5rem;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.CardNewsContentTagsItemIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.CardNewsContentTagsItemIcon svg {
  width: 100%;
  height: 100%;
}
.CardNewsContentTagsItemLabel {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.015rem;
}
.CardNewsContentDescription {
  padding: 0.5rem 1rem;
  font-family: "Lora";
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .CardNewsContentDescription {
    font-size: 1.375rem;
  }
}
.CardNewsContentDescription a {
  text-decoration: none;
  color: #272B27;
}
.CardNewsContentLink {
  font-size: 1rem;
  margin: 0 1rem;
  margin-top: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid;
  gap: 0.5rem;
}
.CardNewsContentLink svg {
  width: 1.625rem;
  height: 1.6875rem;
}

/* CSS Document */
.SubscriptionForm {
  margin-bottom: 0.5rem;
}
.SubscriptionFormContent {
  padding: 2rem 1rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .SubscriptionFormContent {
    padding: 5.5rem 2.75rem;
  }
}
.SubscriptionFormContentBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.SubscriptionFormContentBackgroundImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.SubscriptionFormContentBackgroundColor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(13, 25, 13, 0.6392156863);
}
.SubscriptionFormContentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1025px) {
  .SubscriptionFormContentWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.SubscriptionFormContentWrapRight {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1025px) {
  .SubscriptionFormContentWrapRight {
    max-width: 545px;
  }
}
.SubscriptionFormContentWrapRight .headline_default {
  color: #fff;
}
.SubscriptionFormContentWrapRight .text_default {
  color: #fff;
}
.SubscriptionFormContentWrapLeft {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1025px) {
  .SubscriptionFormContentWrapLeft {
    max-width: 660px;
  }
}
.SubscriptionFormContentForm {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  border-radius: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.SubscriptionFormContentFormCF7 .wpcf7-not-valid-tip {
  font-size: 0.8rem;
  position: absolute;
  bottom: -0.5rem;
  left: 0.2rem;
}
.SubscriptionFormContentFormCF7 .form-row-checkboxes {
  margin-top: 1rem;
}
.SubscriptionFormContentFormCF7Footer {
  margin-top: 2rem;
}

/* CSS Document */
.ArticleMultiCon {
  margin-top: 1.5rem;
  padding-bottom: 9.375rem;
}
@media (min-width: 1025px) {
  .ArticleMultiCon {
    margin-top: 4rem;
  }
}
.ArticleMultiConWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: clamp(0.75rem, 5vw, 5rem);
}
@media (min-width: 1025px) {
  .ArticleMultiConWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ArticleMultiConWrapLeft {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 57.875rem;
}
.ArticleMultiConWrapRight {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.1875rem;
          flex: 0 0 20.1875rem;
  position: relative;
  display: contents;
}
@media (min-width: 1025px) {
  .ArticleMultiConWrapRight {
    display: block;
  }
}
.ArticleMultiConContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
}
.ArticleMultiConContentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.ArticleMultiConContentBlockDefinitionBox {
  background-color: #E2E6D8;
  padding: 1.5rem;
  border-radius: 0.75rem;
}
.ArticleMultiConContentBlockDefinitionBoxContent {
  padding-left: 1.5rem;
  border-left: 2px solid #95C11F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.ArticleMultiConContentBlockDefinitionBoxContentTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ArticleMultiConContentBlockDefinitionBoxContentTopIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
}
.ArticleMultiConContentBlockDefinitionBoxContentTopIcon svg {
  width: 100%;
  height: 100%;
}
.ArticleMultiConContentBlockDefinitionBoxTitle, .ArticleMultiConContentBlockDefinitionBoxTitle > * {
  font-weight: 500;
  font-family: "Stolzl";
}
.ArticleMultiConContentBlockImage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.75rem;
  overflow: hidden;
}
.ArticleMultiConContentBlockImage img {
  width: 100%;
}
.ArticleMultiConContentBlockNumList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.ArticleMultiConContentBlockNumListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.ArticleMultiConContentBlockNumListItemTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.ArticleMultiConContentBlockNumListItemTopNumber {
  background-color: #E2E6D8;
  height: 32px;
  min-width: 32px;
  padding: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  font-family: "Lora";
  color: #85AD18;
  line-height: 100%;
}
.ArticleMultiConSidebar {
  position: sticky;
  top: 2rem;
}
@media (min-width: 1025px) {
  .ArticleMultiConSidebar {
    top: 4rem;
  }
}
.ArticleMultiConSidebarCard {
  padding: 1rem;
  background-color: #E2E6D8;
  border-radius: 1rem;
}
@media (min-width: 1025px) {
  .ArticleMultiConSidebarCard {
    padding: 1.5rem;
  }
}
.ArticleMultiConSidebarCard[data-open-menu=true] .ArticleMultiConSidebarCardTopIcon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ArticleMultiConSidebarCard[data-open-menu=true] .ArticleMultiConSidebarCardActiveMenuItem {
  display: none;
}
.ArticleMultiConSidebarCard[data-open-menu=true] .ArticleMultiConSidebarCardMenuTitle {
  display: none;
}
.ArticleMultiConSidebarCardTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
}
@media (min-width: 1025px) {
  .ArticleMultiConSidebarCardTop {
    display: none;
  }
}
.ArticleMultiConSidebarCardTopTitle {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
}
.ArticleMultiConSidebarCardTopIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1rem;
  height: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ArticleMultiConSidebarCardBody {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .ArticleMultiConSidebarCardBody {
    height: auto !important;
  }
}
.ArticleMultiConSidebarCardMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #CBD0BD;
}
.ArticleMultiConSidebarCardMenuTitle {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 1025px) {
  .ArticleMultiConSidebarCardMenuTitle {
    display: block;
  }
}
.ArticleMultiConSidebarCardMenuItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.ArticleMultiConSidebarCardMenuItem {
  font-size: 0.75rem;
  font-weight: 500;
  color: #272B27;
  text-decoration: unset;
  letter-spacing: 0.015rem;
  padding: 0.5rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  border-radius: 0.5rem;
  background-color: #E2E6D8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ArticleMultiConSidebarCardMenuItem:hover, .ArticleMultiConSidebarCardMenuItem.active {
  background-color: #95C11F;
  color: #fff;
}
.ArticleMultiConSidebarCardShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.ArticleMultiConSidebarCardShareTitle {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
}
.ArticleMultiConSidebarCardShareButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ArticleMultiConSidebarCardShareButton {
  text-decoration: unset;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D1D3DC;
  border-radius: 2.5rem;
  background-color: #E2E6D8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.ArticleMultiConSidebarCardShareButton svg path {
  fill: #89949F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ArticleMultiConSidebarCardShareButton:hover {
  border-color: #85AD18;
}
.ArticleMultiConSidebarCardShareButton:hover svg path {
  fill: #85AD18;
}
.ArticleMultiConSidebarCardShare_mob {
  padding: 1.25rem;
  margin-top: 2rem;
}
@media (min-width: 1025px) {
  .ArticleMultiConSidebarCardShare_mob {
    display: none;
  }
}
.ArticleMultiConSidebarCardActiveMenuItem {
  display: none;
}
.ArticleMultiConSidebarCardActiveMenuItem.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1025px) {
  .ArticleMultiConSidebarCardActiveMenuItem.active {
    display: none;
  }
}

/* CSS Document */
.HeroJobContent {
  padding: 4rem 1rem;
  position: relative;
  margin: 0.5rem 0;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .HeroJobContent {
    padding: 6rem 3rem 4rem;
  }
}
.HeroJobContentBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.HeroJobContentBackgroundColor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #384438;
}
.HeroJobContentBackgroundSVG {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .HeroJobContentBackgroundSVG {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.HeroJobContentBackgroundSVG svg {
  height: 101%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  right: -22%;
  position: relative;
}
@media (min-width: 1025px) {
  .HeroJobContentBackgroundSVG svg {
    right: -5%;
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .HeroJobContentBackgroundSVG svg {
    right: -2rem;
  }
}
.HeroJobContentBreadcrumb {
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  overflow: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE и Edge */
  width: 100%;
  max-width: 88vw;
}
.HeroJobContentBreadcrumb::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.HeroJobContentBreadcrumb .page-breadcrumbs {
  overflow: auto;
}
.HeroJobContentBreadcrumb .page-breadcrumbs a, .HeroJobContentBreadcrumb .page-breadcrumbs span {
  font-size: 0.75rem;
  color: #CBD0BD;
}
.HeroJobContentWrap {
  min-height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.HeroJobContentWrapColumn {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.HeroJobContentWrapColumn .text_default {
  max-width: 540px;
}
.HeroJobContentWrapColumn .btn_default {
  margin-top: auto;
}
.HeroJobContentTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
.HeroJobContentTag {
  padding: 0.75rem 1.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  border: 1px solid #868E86;
  border-radius: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.HeroJobContentTagIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
}
.HeroJobContentTagIcon svg {
  width: 100%;
  height: 100%;
}
.HeroJobContentTagTitle {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.015rem;
}

/* CSS Document */
.AboutJob {
  margin: 9.375rem 0;
}
.AboutJobWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1025px) {
  .AboutJobWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.AboutJobWrapColumnLeft {
  width: 100%;
}
@media (min-width: 1025px) {
  .AboutJobWrapColumnLeft {
    width: 256px;
    max-width: 100%;
    min-width: 256px;
  }
}
.AboutJobWrapColumnLeft .JobsListSidebar {
  position: sticky;
  top: 0.75rem;
}
.AboutJobWrapColumnRight {
  width: 100%;
}
.AboutJobSidebarCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  gap: 1.5rem;
}
.AboutJobSidebarCardGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.AboutJobSidebarCardGroupTitle {
  font-size: 0.75rem;
  font-weight: 500;
  color: #868E86;
  text-transform: uppercase;
  letter-spacing: 0.015rem;
}
.AboutJobSidebarCardGroupTitle[href] {
  text-decoration: unset;
}
.AboutJobSidebarCardGroupTitle[href]:hover, .AboutJobSidebarCardGroupTitle[href].active {
  color: #95C11F;
}
.AboutJobSidebarCardGroupMenu ul {
  margin: 0;
  padding: 0;
  padding-left: 1.2rem;
}
.AboutJobSidebarCardGroupMenu ul li::marker {
  line-height: 1;
  color: #95C11F;
}
.AboutJobSidebarCardGroupMenuLink {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  text-decoration: unset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.AboutJobSidebarCardGroupMenuLink:hover, .AboutJobSidebarCardGroupMenuLink.active {
  color: #95C11F;
}
.AboutJobContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
.AboutJobContentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.AboutJobContentBlockList {
  background-color: #E2E6D8;
  padding: 1rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.AboutJobContentBlockListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.AboutJobContentBlockListItemPoint {
  width: 6px;
  height: 6px;
  background-color: #95C11F;
  border-radius: 12px;
  min-width: 6px;
  margin: 8px;
}
.AboutJobContentBlockCards {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.AboutJobContentBlockCardsItem {
  padding: 1rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #E2E6D8;
  border-radius: 0.5rem;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media (min-width: 768px) {
  .AboutJobContentBlockCardsItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(50% - 0.45rem);
  }
}
@media (min-width: 1025px) {
  .AboutJobContentBlockCardsItem {
    width: calc(25% - 0.45rem);
  }
}
.AboutJobContentBlockCardsItemTitle {
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  -ms-hyphens: auto;
      hyphens: auto;
  line-height: 1.5;
}
.AboutJobContentBlockCTA {
  background-color: #384438;
  padding: 2rem;
  border-radius: 1rem;
}
.AboutJobContentBlockCTAWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .AboutJobContentBlockCTAWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.AboutJobContentBlockCTAIcon {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
}
.AboutJobContentBlockCTAIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.AboutJobContentBlockCTAContent {
  width: 100%;
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.AboutJobContentBlockCTAContentTitle {
  color: #fff;
}
.AboutJobContentBlockCTAContentDescription {
  color: #fff;
}

/* CSS Document */
.JobsList {
  margin: 5rem 0;
}
@media (min-width: 1025px) {
  .JobsList {
    margin: 9.375rem 0;
  }
}
.JobsListHead {
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .JobsListHead {
    margin-bottom: 3.5rem;
  }
}
.JobsListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.JobsListWrapLeft {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media (min-width: 1025px) {
  .JobsListWrapLeft {
    max-width: 256px;
  }
}
.JobsListWrapRight {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 950px;
}
.JobsListSidebar {
  position: sticky;
  top: 0.75rem;
}
.JobsListSidebarCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0;
  gap: 0;
}
@media (min-width: 1025px) {
  .JobsListSidebarCard {
    padding: 1.5rem;
    gap: 1.5rem;
  }
}
.JobsListSidebarCardTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .JobsListSidebarCardTop {
    display: none;
  }
}
.JobsListSidebarCardTop[data-open=false] .JobsListSidebarCardTopArrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.JobsListSidebarCardTopTitle {
  font-size: 0.75rem;
  font-weight: 500;
  color: #95C11F;
  text-transform: uppercase;
  letter-spacing: 0.015rem;
}
.JobsListSidebarCardTopArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1rem;
  height: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.JobsListSidebarCardMenu {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.JobsListSidebarCardMenu .JobsListSidebarCardGroup {
  padding: 1rem;
  padding-top: 0;
}
@media (min-width: 1025px) {
  .JobsListSidebarCardMenu .JobsListSidebarCardGroup {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .JobsListSidebarCardMenu {
    padding: 0rem;
    height: auto !important;
    min-height: auto;
  }
}
.JobsListSidebarCardGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.JobsListSidebarCardGroupTitle {
  font-size: 0.75rem;
  font-weight: 500;
  color: #868E86;
  text-transform: uppercase;
  letter-spacing: 0.015rem;
}
.JobsListSidebarCardGroupTitle[href] {
  text-decoration: unset;
}
.JobsListSidebarCardGroupTitle[href]:hover {
  color: #95C11F;
}
@media (min-width: 1025px) {
  .JobsListSidebarCardGroupTitle[href].active {
    color: #95C11F;
  }
}
.JobsListSidebarCardGroupMenu ul {
  margin: 0;
  padding: 0;
  padding-left: 1.2rem;
}
.JobsListSidebarCardGroupMenu ul li::marker {
  line-height: 1;
  color: #95C11F;
}
.JobsListSidebarCardGroupMenuLink {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  text-decoration: unset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.JobsListSidebarCardGroupMenuLink:hover, .JobsListSidebarCardGroupMenuLink.active {
  color: #95C11F;
}
.JobsListContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.JobCart {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  border-bottom: 4px solid transparent;
}
.JobCart:hover {
  border-color: #95C11F;
  border-radius: 0.5rem 0.5rem 0 0;
}
.JobCartBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.JobCartBackgroundColor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #E2E6D8;
}
.JobCartContent {
  padding: 2rem;
}
.JobCartContentTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #C7CDB6;
}
@media (min-width: 1025px) {
  .JobCartContentTop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.JobCartContentTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.JobCartContentLink {
  font-size: 1rem;
  border-bottom: 2px solid;
  padding-bottom: 0.5rem;
}
.JobCartContentLink svg {
  width: 1.5rem;
  height: auto;
}
.JobCartContentLink:before {
  content: "";
}
.JobCartContentBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1025px) {
  .JobCartContentBody {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.JobCartContentDescription {
  max-width: 31rem;
}
.JobCartContentTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (min-width: 1025px) {
  .JobCartContentTags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.JobCartContentTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  gap: 10px;
  background-color: #fff;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.JobCartContentTagIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.JobCartContentTagIcon svg {
  width: 100%;
  height: 100%;
}
.JobCartContentTagTitle {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.015rem;
  font-weight: 500;
}

/* CSS Document */
.Quote {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 1025px) {
  .Quote {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }
}
.QuoteWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.QuoteWrapLeft {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 20.25rem;
  display: none;
  height: 100%;
}
@media (min-width: 1025px) {
  .QuoteWrapLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.QuoteWrapRight {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 55.125rem;
}
.QuoteImage {
  width: 100%;
  margin-top: auto;
}
.QuoteImage svg {
  width: 100%;
  height: auto;
}
.QuoteContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.QuoteContentIcon {
  width: 2.625rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.QuoteContentIcon svg {
  width: 100%;
  height: 100%;
}
.QuoteContentText {
  font-size: 1.75rem;
  font-weight: 500;
  font-family: "Lora";
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 1025px) {
  .QuoteContentText {
    font-size: 2.5rem;
  }
}
.QuoteContentAuthor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.QuoteContentAuthorAvatar {
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  border-radius: 2rem;
  overflow: hidden;
}
.QuoteContentAuthorAvatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.QuoteContentAuthorInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.QuoteContentAuthorInfoName {
  font-size: 1rem;
  line-height: 100%;
}
.QuoteContentAuthorInfoRole {
  font-size: 0.75rem;
  color: #868E86;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.015rem;
}

.VideoMusicMulticontent {
  margin-top: 2rem;
  margin-bottom: 9.375rem;
}
.VideoMusicMulticontentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.75rem, 5vw, 5rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.VideoMusicMulticontentWrapLeft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.1875rem;
          flex: 0 0 20.1875rem;
  position: relative;
}
.VideoMusicMulticontentWrapRight {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.VideoMusicMulticontentContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.VideoMusicMulticontentContentBlock {
  background-color: #FFFFFF;
  padding: 2.5rem 1.25rem;
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .VideoMusicMulticontentContentBlock {
    padding: 2.5rem;
  }
}
.VideoMusicMulticontentContentBlockVideoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .VideoMusicMulticontentContentBlockVideoWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .VideoMusicMulticontentContentBlockVideoWrapItem {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 1rem);
            flex: 1 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
.VideoMusicMulticontentContentBlockMusicWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.VideoMusicMulticontentContentBlockMusicWrapItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.VideoCard {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  z-index: 1;
}
.VideoCardBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.VideoCardBackgroundColor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #F0F1ED;
}
.VideoCardContent {
  padding: 0.5rem 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.VideoCardContentYoutube {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  aspect-ratio: 414/225;
}
.VideoCardContentYoutube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.VideoCardContentVideo {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 414/225;
}
.VideoCardContentVideoThumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  border-radius: 0.5rem;
  overflow: hidden;
}
.VideoCardContentVideoThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.VideoCardContentVideoThumbnail .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-color: #FFFFFF;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2705882353);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2705882353);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.VideoCardContentVideo .video-js {
  width: 100%;
  height: 100%;
}
.VideoCardContentTitle {
  padding: 0.5rem 1rem 1rem;
}

.MusicCard {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.MusicCardBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.MusicCardBackgroundColor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #F0F1ED;
}
.MusicCardContent {
  padding: 1rem;
}
@media (min-width: 768px) {
  .MusicCardContent {
    padding: 2rem;
  }
}
.MusicCardContentPlayer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.MusicCardContentPlayerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.MusicCardContentPlayerTopButton {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  border-radius: 5rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MusicCardContentPlayerTopButtonIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1rem;
  height: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.MusicCardContentPlayerTopButtonIcon svg {
  -o-object-fit: contain;
     object-fit: contain;
}
.MusicCardContentPlayerControls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* WebKit: Chrome, Edge */
  /* Firefox */
  /* Firefox track */
}
.MusicCardContentPlayerControlsTime {
  width: 2.5rem;
  min-width: 2.5rem;
  font-size: 0.875rem;
  color: #272B27;
  font-weight: 400;
  line-height: 100%;
}
.MusicCardContentPlayerControlsSeekBar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2rem;
  /* повністю овальна */
  background: -webkit-gradient(linear, left top, right top, from(#95C11F), color-stop(#95C11F), color-stop(#d3d3d3), to(#d3d3d3));
  background: linear-gradient(to right, #95C11F 0%, #95C11F var(--progress), #d3d3d3 var(--progress), #d3d3d3 100%);
  outline: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
  padding: 0 !important;
  border-width: 0px !important;
}
.MusicCardContentPlayerControlsSeekBar::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  height: 20px;
  width: 9px;
  border-radius: 2rem;
  /* овальний повзунок */
  background: #95C11F;
  margin-top: 0px;
  /* центр по вертикалі */
  cursor: pointer;
  position: relative;
  z-index: 2;
  border: 1px solid #E2E6D8;
}
.MusicCardContentPlayerControlsSeekBar::-moz-range-thumb {
  height: 20px;
  width: 10px;
  border-radius: 2rem;
  background: #95C11F;
  border: 1px solid #E2E6D8;
  cursor: pointer;
}
.MusicCardContentPlayerControlsSeekBar::-moz-range-track {
  height: 0.5rem;
  border-radius: 2rem;
  background: transparent;
  /* бо лінія рендериться окремо */
}

.fc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.fc-container__block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.fc-container__block-img-2col {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.75rem;
}
@media (min-width: 1025px) {
  .fc-container__block-img-2col {
    grid-template-columns: 1fr 1fr;
  }
}
.fc-container__block-img-2col .img_default {
  overflow: hidden;
}
.fc-container__block_margin {
  margin-bottom: 0.5rem;
}
@media (min-width: 1025px) {
  .fc-container__block_margin {
    margin-bottom: 3rem;
  }
}

.sales-locations__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.75rem;
}
@media (min-width: 1025px) {
  .sales-locations__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sales-locations__item {
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .sales-locations__item {
    gap: 2rem;
  }
}
@media (min-width: 1025px) {
  .sales-locations__item {
    padding: 1.75rem;
  }
}
@media (min-width: 1025px) {
  .sales-locations__item_big {
    grid-column: 1/4;
  }
}
@media (min-width: 1025px) {
  .sales-locations__item_middle {
    grid-column: 1/3;
  }
}
.sales-locations__item.active .sales-locations__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sales-locations__item.active .sales-locations__head-icon svg path:nth-child(2) {
  display: none;
}
.sales-locations__line {
  background-color: #CBD0BD;
  margin: 0;
}
.sales-locations__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  position: relative;
}
.sales-locations__head-icon {
  line-height: 0;
}
@media (min-width: 1025px) {
  .sales-locations__head-icon {
    display: none;
  }
}
.sales-locations__head-icon svg {
  width: 1.75rem;
  height: 1.75rem;
}
.sales-locations__head-subtitle {
  position: absolute;
  left: 0;
  top: 100%;
}
.sales-locations__content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .sales-locations__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sales-locations__content .text_default {
  gap: 0.5rem;
}
.sales-locations__content .text_default_md {
  font-size: 0.875rem;
}
.sales-locations__content .text_default p strong, .sales-locations__content .text_default p b {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.24px;
}
.sales-locations__content .text_default a {
  text-decoration: none;
  font-weight: 500;
}
.sales-locations__content .text_default a[target=_blank] {
  text-decoration: underline;
}
.sales-locations__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.sales-locations__contact svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
}
.sales-locations__contact svg path {
  fill: #272B27;
  fill-opacity: 1;
}
.sales-locations__state {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1rem;
}
@media (min-width: 1025px) {
  .sales-locations__state {
    grid-template-columns: 1fr 3.2fr;
    grid-gap: 2rem;
  }
}
.sales-locations__state-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.sales-locations__state-row {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1rem;
}
@media (min-width: 1025px) {
  .sales-locations__state-row {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }
}

.video-full .VideoCardContentVideo {
  aspect-ratio: 16/9;
}

.stacked-cards-section-v2__wrap {
  background-color: #384438;
  padding: 0.75rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.stacked-cards-section-v2__holder {
  position: sticky;
  top: 0.75rem;
}
.stacked-cards-section-v2__holder:nth-child(2) {
  top: 100px;
}
.stacked-cards-section-v2__holder:nth-child(3) {
  top: 188px;
}
.stacked-cards-section-v2__holder:nth-child(4) {
  top: 276px;
}
.stacked-cards-section-v2__holder:nth-child(5) {
  top: 364px;
}
.stacked-cards-section-v2__holder:nth-child(6) {
  top: 452px;
}
.stacked-cards-section-v2__card {
  color: #ffffff;
  padding: 1.25rem;
  background: RGB(71 83 69);
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
  border: 1px solid rgba(226, 230, 216, 0.24);
}
@media (min-width: 1025px) {
  .stacked-cards-section-v2__card {
    padding: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.75rem;
  }
}
.stacked-cards-section-v2__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .stacked-cards-section-v2__col .text_default {
    max-width: 83%;
  }
}
.stacked-cards-section-v2__col .img_default {
  overflow: hidden;
}

.text-images-slider {
  overflow: hidden;
}
.text-images-slider__grid-layout {
  display: grid;
  grid-template-columns: 100%;
  gap: 0.75rem;
}
@media (min-width: 1025px) {
  .text-images-slider__grid-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
.text-images-slider__item .img_default {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media (min-width: 1025px) {
  .text-images-slider__item_one {
    grid-column: 1/3;
  }
}

.center-gallery {
  margin-top: -2.5rem;
  margin-bottom: 5rem;
}
@media (min-width: 1025px) {
  .center-gallery {
    margin-bottom: 9.375rem;
  }
}
.center-gallery__wrap {
  color: #ffffff;
  background-color: #384438;
  padding: 5rem 0 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 1025px) {
  .center-gallery__wrap {
    padding: 9.375rem 0 0.75rem;
  }
}
.center-gallery__wrap .headline_default {
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .center-gallery__wrap .headline_default {
    margin-bottom: 3.25rem;
  }
}
.center-gallery__item {
  background-color: rgba(244, 255, 214, 0.08);
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
}
@media (min-width: 1025px) {
  .center-gallery__item {
    padding: 3rem;
    grid-template-columns: 1fr 3.5fr;
    grid-gap: 2rem;
  }
}
.center-gallery__item .img_default {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
          flex: 1 1 33.333%;
}
.center-gallery__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 576px) {
  .center-gallery__gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.company-inner-page .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.company-inner-page .menu .current-menu-item a {
  color: #95C11F;
}
.company-inner-page .fc-container {
  overflow: hidden;
}
.company-inner-page .fc-container__block {
  gap: 1rem;
}
.company-inner-page .slider-images__slide__image {
  aspect-ratio: 1032/489;
}
.company-inner-page__top {
  overflow: hidden;
}
.company-inner-page__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin: 0.5rem 0 2rem;
}
@media (min-width: 1025px) {
  .company-inner-page__head {
    margin: 1rem 0 3rem;
  }
}
.company-inner-page .text_default ul li::marker {
  color: #95C11F;
}
.company-inner-page .text_default blockquote {
  background-color: #E2E6D8;
  padding: 1.25rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
}
@media (min-width: 1025px) {
  .company-inner-page .text_default blockquote {
    font-size: 1.25rem;
    padding: 2rem;
  }
}
.company-inner-page__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 576px) {
  .company-inner-page__gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.company-inner-page__gallery .img_default {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
          flex: 1 1 33.333%;
}
.company-inner-page .fc-container__block-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.company-inner-page .fc-container__block-pdf .text_default {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.28px;
}
.company-inner-page .fc-container__block-pdf .catalog-downloads__file {
  gap: 0.75rem;
  padding: 0;
  border: none;
}
.company-inner-page .fc-container__block-pdf .catalog-downloads__file-meta {
  color: #868E86;
}

.sidebar-vs-content__sidebar-title_desk {
  display: none;
  color: #868E86;
}
@media (min-width: 1025px) {
  .sidebar-vs-content__sidebar-title_desk {
    display: block;
  }
}

@media (min-width: 1025px) {
  .sidebar-vs-content__sidebar-title_mob {
    display: none;
  }
}

.downloads-file-links {
  margin-top: 0.75rem;
}
.downloads-file-links .downloads-file-link {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
.downloads-file-links .downloads-file-link::before {
  display: none;
}
.downloads-file-links .downloads-file-link svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.0625rem;
  height: 1.0625rem;
}

/* CSS Document */
.HeroTitleTextBGImage {
  margin: 0.5rem 0 5rem;
}
@media (min-width: 1025px) {
  .HeroTitleTextBGImage {
    margin: 0.5rem 0 9.375rem;
  }
}
.HeroTitleTextBGImageWrap {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.HeroTitleTextBGImageBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.HeroTitleTextBGImageBackgroundImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.HeroTitleTextBGImageBackgroundImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.HeroTitleTextBGImageBackgroundColor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.HeroTitleTextBGImageContent {
  padding: 3rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .HeroTitleTextBGImageContent {
    min-height: 33.6rem;
    padding: 6rem 0.5rem;
  }
}
.HeroTitleTextBGImageContent .page-breadcrumbs {
  position: absolute;
  top: 1rem;
}
.HeroTitleTextBGImageContent .page-breadcrumbs * {
  color: #fff;
}
.HeroTitleTextBGImageContent .headline_default {
  color: #fff;
}
.HeroTitleTextBGImageContent .text_default {
  max-width: 33rem;
  color: #fff;
}
.HeroTitleTextBGImageContent .btn_default {
  margin-top: 3rem;
}

.login-instructions__wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  max-width: 60.5rem;
}
.login-instructions__documents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.login-instructions__documents-wrap .btn {
  width: 100%;
}
.login-instructions__documents {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.75rem;
}
@media (min-width: 1025px) {
  .login-instructions__documents {
    grid-template-columns: repeat(3, 1fr);
  }
}
.login-instructions__document {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.login-instructions__document .h4 {
  font-family: "Lora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.login-instructions__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.menu-download-pages .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.menu-download-pages .menu > li > a {
  text-transform: uppercase;
  color: #868E86;
}
.menu-download-pages .menu > li > a:before {
  display: none;
}
.menu-download-pages .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.menu-download-pages .sub-menu .current-menu-item:not(.current-menu-parent) a {
  color: #95C11F;
}
.menu-download-pages .sub-menu {
  padding-top: 0.25rem;
}

.managers-search__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.75rem;
}
@media (min-width: 1025px) {
  .managers-search__grid {
    grid-template-columns: 1fr 2fr;
  }
}
.managers-search__search {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  position: relative;
  max-height: 800px;
  overflow-y: scroll;
  scrollbar-width: none;
}
@media (min-width: 1025px) {
  .managers-search__search {
    height: 800px;
  }
}
.managers-search__search::-webkit-scrollbar {
  display: none;
}
.managers-search__map {
  overflow: hidden;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media (min-width: 1025px) {
  .managers-search__map {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
}
.managers-search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
@media (min-width: 1025px) {
  .managers-search__list {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
.managers-search__form {
  position: sticky;
  top: 0;
  background: #ffffff;
  padding: 1.25rem 1.25rem 0 1.25rem;
}
@media (min-width: 1025px) {
  .managers-search__form {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
.managers-search__form label {
  display: block;
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "Lora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 2rem;
}
.managers-search__form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 1025px) {
  .managers-search__form-fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.acf-map {
  width: 100%;
  height: 450px;
}
@media (min-width: 1025px) {
  .acf-map {
    height: 800px;
  }
}
.acf-map img {
  max-width: inherit !important;
}

.custom-marker {
  cursor: pointer;
  position: relative;
}

.custom-marker .marker-popup {
  background: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
  max-width: 342px;
  pointer-events: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 1.375rem));
          transform: translate(-50%, calc(-50% + 1.375rem));
  width: 342px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) {
  .custom-marker .marker-popup {
    width: 400px;
    max-width: 400px;
  }
}
.custom-marker .marker-popup .marker-popup-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.custom-marker .marker-popup .manager-card__avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
}
.custom-marker .marker-popup .manager-card__title {
  font-size: 1.375rem;
}
.custom-marker .marker-popup .manager-card__position {
  color: #272B27;
}

.manager-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.manager-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.manager-card__avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
}
.manager-card__avatar img {
  aspect-ratio: 1/1;
}
.manager-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.manager-card__title {
  font-weight: 500;
  font-size: 1rem;
  line-height: normal;
  font-family: "Lora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.manager-card__position {
  font-size: 0.75rem;
  color: #868E86;
  line-height: 1.4;
}
.manager-card__line {
  height: 1px;
  background-color: #F0F1ED;
  width: 100%;
}
.manager-card__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.manager-card__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.manager-card__contact svg {
  width: 1rem;
  height: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
}
.manager-card__contact a {
  text-decoration: none;
  color: #95C11F;
  font-weight: 500;
  word-break: break-all;
}
.manager-card .btn-link-short {
  font-size: 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid;
  gap: 0.5rem;
}
.manager-card .btn-link-short svg {
  width: 1.625rem;
  height: 1.6875rem;
}

.case-overview .sidebar-left__current-mob {
  font-size: 1rem;
}
.case-overview .sidebar-left__menu-dark li {
  cursor: pointer;
}
.case-overview .sidebar-left__menu-dark li span.cat-name {
  font-size: 1rem;
}
.case-overview__tab {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-animation: load-opacity forwards 0.3s;
          animation: load-opacity forwards 0.3s;
}
.case-overview__tab.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case-card {
  padding: 0.5rem;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .case-card {
    grid-template-columns: 32% 1fr;
    grid-gap: 1.5rem;
  }
}
.case-card__img {
  overflow: hidden;
}
.case-card__img img {
  aspect-ratio: 620/553;
}
.case-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 0 1rem 1.25rem;
}
@media (min-width: 768px) {
  .case-card__content {
    padding: 0;
  }
}
.case-card .btn-link-short {
  font-size: 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid;
  gap: 0.5rem;
}
.case-card .btn-link-short svg {
  width: 1.625rem;
  height: 1.6875rem;
}
.case-card .btn-link-short:before {
  content: "";
}

@media (max-width: 1024px) {
  .important-facts > .container {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .important-facts .padding-vert {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.important-facts__cards {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.75rem;
}
@media (min-width: 768px) {
  .important-facts__cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .important-facts__cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.fact-card {
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) {
  .fact-card {
    grid-template-columns: 100%;
    grid-gap: 2rem;
    padding: 1.5rem;
  }
}
.fact-card__title {
  font-family: "Lora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-hyphens: manual;
      hyphens: manual;
}
@media (max-width: 1024px) {
  .fact-card__title {
    font-size: 1.5rem;
  }
}
.fact-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 1025px) {
  .fact-card__content {
    gap: 0.75rem;
  }
}
.fact-card.bg-border .collaboration-steps__num {
  color: #4F584F;
}

/* CSS Document */
.SingleNewsHeroContent {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 4rem 0.5rem 0.5rem;
  border-radius: 0.75rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .SingleNewsHeroContent {
    padding: 3rem;
  }
}
.SingleNewsHeroContentBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.SingleNewsHeroContentBackgroundColor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #E2E6D8;
}
.SingleNewsHeroContentBreadcrumbs {
  position: absolute;
  top: 0.5rem;
}
.SingleNewsHeroContentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .SingleNewsHeroContentWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.SingleNewsHeroContentWrapLeft {
  width: 100%;
  max-width: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
.SingleNewsHeroContentWrapRight {
  width: 100%;
  max-width: 768px;
}
.SingleNewsHeroContentImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 180px;
  min-height: 100%;
}
@media (min-width: 768px) {
  .SingleNewsHeroContentImage {
    max-height: 376px;
  }
}
.SingleNewsHeroContentImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.SingleNewsHeroContentTitle {
  margin-top: auto;
}
.SingleNewsHeroContentTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.SingleNewsHeroContentTagsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 0.375rem 1rem;
  border-radius: 2rem;
  gap: 0.625rem;
}
.SingleNewsHeroContentTagsItemIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
}
.SingleNewsHeroContentTagsItemIcon svg {
  width: 100%;
  height: 100%;
}
.SingleNewsHeroContentTagsItemLabel {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.015rem;
}
.SingleNewsHeroContentAuthor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.SingleNewsHeroContentAuthorAvatar {
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  border-radius: 2rem;
  overflow: hidden;
}
.SingleNewsHeroContentAuthorAvatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.SingleNewsHeroContentAuthorInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.SingleNewsHeroContentAuthorInfoName {
  font-size: 1rem;
  line-height: 100%;
}
.SingleNewsHeroContentAuthorInfoRole {
  font-size: 0.75rem;
  color: #868E86;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.015rem;
}

/* CSS Document */
.SingleNewsOtherArticle {
  margin-bottom: 5rem;
}
@media (min-width: 1025px) {
  .SingleNewsOtherArticle {
    margin-bottom: 9.375rem;
  }
}
@media (max-width: 1024px) {
  .SingleNewsOtherArticle .head-content .headline_h1 > * {
    font-size: 1.75rem;
  }
}
.SingleNewsOtherArticleCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.SingleNewsOtherArticleCards .CardNews {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(33.3333333333% - 1rem);
          flex: 1 0 calc(33.3333333333% - 1rem);
  min-width: 300px;
}

.container {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1rem;
  max-width: 1440px;
}
@media (min-width: 1025px) {
  .container {
    padding: 0 0.75rem;
  }
}

.margin-vert {
  margin: 5rem 0;
}
@media (min-width: 1025px) {
  .margin-vert {
    margin: 9.375rem 0;
  }
}

.margin-bottom {
  margin-bottom: 5rem;
}
@media (min-width: 1025px) {
  .margin-bottom {
    margin-bottom: 9.375rem;
  }
}

.padding-vert {
  padding: 5rem 0;
}
@media (min-width: 1025px) {
  .padding-vert {
    padding: 9.375rem 0;
  }
}

@media (min-width: 1025px) {
  .padding-hor {
    padding: 0 2.75rem;
  }
}

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

.radius-16 {
  border-radius: 1rem;
}

.radius-12 {
  border-radius: 0.75rem;
}

.radius-8 {
  border-radius: 0.5rem;
}

.radius-4 {
  border-radius: 0.25rem;
}

.bg-primary {
  background-color: #95C11F;
}

.bg-light-green {
  background-color: #E2E6D8;
}

.bg-secondary {
  background-color: #384438;
}

.bg-white {
  background-color: #ffffff;
}

.bg-dark {
  background-color: #172317;
}

.bg-atrac {
  background-color: #676767;
}

.bg-border {
  background-color: #CBD0BD;
}

.bg-default {
  background-color: #F0F1ED;
}

.desk-only {
  display: none;
}
@media (min-width: 1025px) {
  .desk-only {
    display: block;
  }
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.site-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.iframe_default {
  line-height: 0;
}

.screen-readers {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-break: normal !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.ticker-line {
  background-color: #384438;
  color: #95C11F;
  font-weight: 500;
}
.ticker-line__wrapper {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: 2.5rem;
  text-decoration: none;
  color: #95C11F;
}
.ticker-line__wrapper:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: -3px;
}
.ticker-line__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 100%;
}
.ticker-line__text span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ticker-line__text span .btn-link-short {
  text-transform: uppercase;
  font-size: 1rem;
}
.ticker-line__text span .btn-link-short svg {
  width: 1.25rem;
  height: 1.25rem;
}

.marquee {
  -webkit-animation: scroll 120s linear infinite;
          animation: scroll 120s linear infinite;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 2.5rem));
            transform: translateX(calc(-100% - 2.5rem));
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 2.5rem));
            transform: translateX(calc(-100% - 2.5rem));
  }
}
.error-404 {
  margin: 0.5rem 0 5rem;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .error-404 {
    font-size: 1.11em;
    margin: 0.5rem 0 9.375rem;
  }
}
.error-404__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .error-404__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.75rem;
  }
}
.error-404__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 1025px) {
  .error-404__col {
    gap: 0.75rem;
  }
}
@media (min-width: 1025px) {
  .error-404__col:first-child {
    max-width: 42%;
  }
}
.error-404__col .btn_default {
  margin-bottom: 0.5rem;
  width: 100%;
}
@media (min-width: 1025px) {
  .error-404__col .btn_default {
    margin-top: 1.5rem;
  }
}
.error-404__col > svg {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.error-404 .page-header {
  background-color: #E2E6D8;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .error-404 .page-header {
    padding: 0.5rem 3rem 3rem;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.padding-x-16 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}/*# sourceMappingURL=style.css.map */