.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

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

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

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

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

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

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * 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: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

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

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

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

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

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

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

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

@font-face {
  font-family: 'Website-Font';
  src: url(af0c4ae7aca7000410380c4774b4cb07.eot);
  src: url(af0c4ae7aca7000410380c4774b4cb07.eot?#iefix) format("embedded-opentype"), url(4cbc02d308a74d7db9a5433eb5962898.woff2) format("woff2"), url(31023b739dcf26210f833e5abc8cf93e.woff) format("woff"), url(5f92164b93a07996e29ca7f8c26aaee2.ttf) format("truetype"), url(97e3bebbe41f3214bf6094c8f85fd819.svg#CFModGrotesk-Medium) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

*,
*:active,
*:focus {
  outline: none; }

* {
  -webkit-transition: font-size 0s;
  -o-transition: font-size 0s;
  transition: font-size 0s; }

html {
  font-size: 16px; }
  @media all and (max-width: 660px) {
    html {
      font-size: 12px; } }

body::-webkit-scrollbar {
  width: 0px; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-family: 'Website-Font';
  font-weight: normal;
  font-style: normal;
  line-height: 18px;
  color: #000;
  background: #fff;
  -webkit-transition: opacity 0.75s;
  -o-transition: opacity 0.75s;
  transition: opacity 0.75s; }
  @media all and (max-width: 660px) {
    body {
      font-size: 16px; } }

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

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

b, strong {
  font-family: 'Website-Font';
  font-weight: normal;
  font-style: normal; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Website-Font';
  font-weight: normal;
  font-style: normal;
  margin: 0; }

h1, .h1 {
  font-size: 5.729166vw;
  line-height: 1;
  letter-spacing: -0.15625vw;
  /*font-size: 6vw;
    line-height: 1;
    letter-spacing: -0.175vw;
    @media all and (max-width: 768px) {
        font-size: 7.2vw;
    }
    @media all and (max-width: 660px) {
        font-size: 8vw;
    }*/ }
  @media all and (max-width: 768px) {
    h1, .h1 {
      font-size: 7.2vw; } }
  @media all and (max-width: 660px) {
    h1, .h1 {
      font-size: 7.272727vw; } }

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-size: 16px;
  line-height: 18px; }
  @media all and (max-width: 660px) {
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6 {
      font-size: 12px;
      line-height: 16px; } }

p {
  margin: 0 0 18px 0; }
  @media all and (max-width: 660px) {
    p {
      margin: 0 0 18px 0; } }
  p:last-child {
    margin: 0 !important; }

#app {
  overflow: hidden; }

#content {
  min-height: 100vh;
  padding: 7.35vw 0 0 0;
  -webkit-transition: -webkit-transform 0.4s !important;
  transition: -webkit-transform 0.4s !important;
  -o-transition: transform 0.4s !important;
  transition: transform 0.4s !important;
  transition: transform 0.4s, -webkit-transform 0.4s !important; }
  @media all and (max-width: 768px) {
    #content {
      padding: 8.75vw 0 0 0; } }
  @media all and (max-width: 660px) {
    #content {
      padding: 10.151515vw 0 0 0; } }

.max-width {
  max-width: 1680px;
  margin: 0 auto; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flex.flexpad {
    margin: 0 -1.25vw; }
    .flex.flexpad > div {
      padding-left: 1.25vw;
      padding-right: 1.25vw; }

.space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.uppercase {
  text-transform: uppercase; }

::-moz-selection {
  color: #0F6938;
  background: transparent; }

::selection {
  color: #0F6938;
  background: transparent; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 42px;
  width: 42px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  border: solid 1px #002a41;
  border-radius: 50%;
  color: #fff;
  top: 50%;
  padding: 0;
  outline: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    opacity: 0.5; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    pointer-events: none;
    opacity: 0.5; }
  .slick-prev:before,
  .slick-next:before {
    content: '';
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-dots {
  position: absolute;
  right: 1.35vw;
  bottom: 1.35vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .slick-dots li {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5px; }
    .slick-dots li button {
      position: relative;
      display: block;
      border: none;
      border-radius: 0;
      outline: none;
      font-family: 'Website-Font';
      font-size: 16px;
      line-height: 30px;
      color: #000;
      background: transparent;
      padding: 0 8px;
      cursor: pointer;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
      @media all and (max-width: 660px) {
        .slick-dots li button {
          font-size: 14px; } }
      .slick-dots li button:hover {
        color: #a0a0a0;
        outline: none; }
      .slick-dots li button:before, .slick-dots li button:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #000; }
      .slick-dots li button:before {
        content: '[';
        left: 0; }
      .slick-dots li button:after {
        content: ']';
        right: 0; }
    .slick-dots li.slick-active button {
      color: #a0a0a0; }

.delay-1 {
  -webkit-transition-delay: 0.10s !important;
       -o-transition-delay: 0.10s !important;
          transition-delay: 0.10s !important; }
  @media (max-width: 660px) {
    .delay-1 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-2 {
  -webkit-transition-delay: 0.20s !important;
       -o-transition-delay: 0.20s !important;
          transition-delay: 0.20s !important; }
  @media (max-width: 660px) {
    .delay-2 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-3 {
  -webkit-transition-delay: 0.30s !important;
       -o-transition-delay: 0.30s !important;
          transition-delay: 0.30s !important; }
  @media (max-width: 660px) {
    .delay-3 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-4 {
  -webkit-transition-delay: 0.40s !important;
       -o-transition-delay: 0.40s !important;
          transition-delay: 0.40s !important; }
  @media (max-width: 660px) {
    .delay-4 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.show-in-view {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s; }
  .show-in-view.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.show-in-load {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s; }
  .show-in-load.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.show-from-left {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s; }
  .show-from-left.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.show-from-right {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s; }
  .show-from-right.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.show-image {
  position: relative; }
  .show-image:before {
    background: #fff;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: height 2s;
    -o-transition: height 2s;
    transition: height 2s;
    z-index: 1;
    will-change: height; }
  .show-image.animate:before {
    height: 0; }

.fade-in-view {
  opacity: 0;
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s; }
  .fade-in-view.animate {
    opacity: 1; }

#header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0; }
  @media all and (min-width: 768px) {
    #header .display-mobile {
      display: none; } }
  @media all and (max-width: 768px) {
    #header .hide-mobile {
      display: none; } }

.header__upper {
  position: relative;
  background: #fff;
  padding: 1.35vw 2.5vw 0 2.5vw; }
  @media all and (max-width: 660px) {
    .header__upper {
      padding: 1.35vw 2.5vw 0.75vw 2.5vw; } }
  .header__upper > div:nth-child(1) {
    cursor: pointer;
    padding: 0 6vw 0 0; }
    @media all and (max-width: 660px) {
      .header__upper > div:nth-child(1) {
        padding: 0 8vw 0 0; } }
  .header__upper > div:nth-child(2) {
    cursor: pointer;
    position: absolute;
    width: 1.7875vw;
    height: 1.7875vw;
    top: 3.25vw;
    right: 2.5vw; }
    @media all and (max-width: 768px) {
      .header__upper > div:nth-child(2) {
        width: 2.145vw;
        height: 2.145vw; } }
    @media all and (max-width: 660px) {
      .header__upper > div:nth-child(2) {
        width: 3.5vw;
        height: 3.5vw;
        top: 3.55vw;
        right: 3.85vw; }
        .header__upper > div:nth-child(2):before {
          content: '';
          position: absolute;
          top: -3vw;
          left: -3vw;
          right: -3vw;
          bottom: -2vw; } }

.header__logo a {
  color: #000; }

.header__open {
  display: none !important;
  cursor: pointer;
  display: block;
  width: 1.7875vw;
  height: 1.7875vw;
  background: #000;
  border-radius: 50%; }
  @media all and (max-width: 768px) {
    .header__open {
      width: 2.145vw;
      height: 2.145vw; } }
  @media all and (max-width: 660px) {
    .header__open {
      width: 3.5vw;
      height: 3.5vw; } }

.header__burger {
  width: 3vw;
  height: 3vw;
  position: absolute;
  top: 2.5vw;
  right: 2.5vw;
  cursor: pointer; }
  @media all and (max-width: 768px) {
    .header__burger {
      top: 3vw; } }
  @media all and (max-width: 660px) {
    .header__burger {
      width: 5vw;
      height: 5vw;
      top: 2.5vw; } }
  .header__burger span,
  .header__burger span:before,
  .header__burger span:after {
    position: absolute;
    width: 3vw;
    height: 0.5vw;
    background: #000; }
    @media all and (max-width: 660px) {
      .header__burger span,
      .header__burger span:before,
      .header__burger span:after {
        width: 5vw;
        height: 0.85vw; } }
  .header__burger span {
    background: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .header__burger span:before,
  .header__burger span:after {
    content: '';
    left: 0; }
  .header__burger span:before {
    top: -0.5vw; }
    @media all and (max-width: 660px) {
      .header__burger span:before {
        top: -1vw; } }
  .header__burger span:after {
    bottom: -0.5vw; }
    @media all and (max-width: 660px) {
      .header__burger span:after {
        bottom: -1vw; } }

.header__lower {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  visibility: hidden;
  opacity: 1;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100); }
  .header__lower > div {
    overflow-y: auto;
    overflow-x: hidden;
    /*position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;*/
    height: 100%;
    background: #a0a0a0;
    padding: 1.35vw 2.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
    transition: all 0.4s !important; }
    @media all and (max-width: 660px) {
      .header__lower > div {
        padding: 1.35vw 2.5vw 1.35vw 2.5vw; } }

.header__close {
  cursor: pointer;
  position: absolute;
  width: 1.7875vw;
  height: 1.7875vw;
  top: 3.5vw;
  right: 3.1vw; }
  @media all and (max-width: 768px) {
    .header__close {
      top: 4vw; } }
  @media all and (max-width: 660px) {
    .header__close {
      top: 4.25vw;
      right: 4vw; } }
  .header__close:before {
    content: '+';
    font-size: 6vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
    @media all and (max-width: 768px) {
      .header__close:before {
        font-size: 7.2vw; } }
    @media all and (max-width: 660px) {
      .header__close:before {
        font-size: 8vw; } }

.header__info {
  cursor: pointer; }
  .header__info > div:nth-child(1) {
    padding: 0 6vw 0 0; }
    @media all and (max-width: 660px) {
      .header__info > div:nth-child(1) {
        padding: 0 8vw 0 0; } }

.header__menu {
  text-align: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .header__menu a {
    color: #000; }
    .header__menu a:hover {
      color: #fff; }

.header__tool {
  /* position: absolute;
    left: 2.5vw;
    right: 2.5vw;
    bottom: 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto 0 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header__lang > *:nth-child(1) {
  margin: 0 1.35vw 0 0; }

.header__lang span {
  display: none; }

.header__lang a {
  color: #fff; }
  .header__lang a:hover {
    color: #000; }

.header__srch label {
  display: none; }

.header__srch input {
  font-family: 'Website-Font';
  font-size: 5.729166vw;
  line-height: 1;
  letter-spacing: -0.15625vw;
  border: none;
  outline: none;
  color: #000;
  text-transform: uppercase;
  text-align: right; }
  @media all and (max-width: 768px) {
    .header__srch input {
      font-size: 7.2vw; } }
  @media all and (max-width: 660px) {
    .header__srch input {
      font-size: 7.272727vw; } }
  @media all and (max-width: 768px) {
    .header__srch input {
      width: 50vw; } }

.header__srch ::-webkit-input-placeholder {
  color: #fff; }

.header__srch ::-moz-placeholder {
  color: #fff; }

.header__srch :-ms-input-placeholder {
  color: #fff; }

.header__srch :-moz-placeholder {
  color: #fff; }

/* MENU OPENED */
.menu-opened .header__lower {
  visibility: visible;
  opacity: 1;
  pointer-events: all; }
  .menu-opened .header__lower > div {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.menu-opened #content {
  -webkit-transform: translateY(12.5%);
      -ms-transform: translateY(12.5%);
          transform: translateY(12.5%); }

.our-collection-link .mobile {
  display: none; }
  .our-collection-link .mobile a {
    color: #fff !important; }

.our-collection-link .tab__texts {
  display: none; }

.is-mobile .header__menu {
  margin: 35px auto 0; }

.is-mobile .our-collection-link .mobile {
  display: block; }

.is-mobile .our-collection-link > a {
  display: none; }

#footer > div {
  height: 100vh;
  padding: 7.35vw 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media all and (max-width: 768px) {
    #footer > div {
      padding: 8.75vw 0 0 0; } }
  @media all and (max-width: 660px) {
    #footer > div {
      padding: 9.5vw 0 0 0; } }

.footer__upper {
  width: 100%;
  text-align: center;
  padding-left: 2.5vw;
  padding-right: 2.5vw; }

.footer-newsletter > div {
  color: #a0a0a0; }

.footer-newsletter .gform_fields {
  margin: 0;
  display: block; }

.footer-newsletter .gfield {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0; }
  .footer-newsletter .gfield input {
    font-family: 'Website-Font';
    font-size: 6vw;
    line-height: 0;
    letter-spacing: -0.175vw;
    text-align: center;
    text-transform: uppercase;
    color: #9f9f9f;
    height: 6vw;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer; }
    @media all and (max-width: 768px) {
      .footer-newsletter .gfield input {
        font-size: 7.2vw;
        height: 7.2vw; } }
    @media all and (max-width: 660px) {
      .footer-newsletter .gfield input {
        font-size: 8vw;
        height: 8vw; } }
    .footer-newsletter .gfield input:focus {
      background: white; }
  .footer-newsletter .gfield input:not(:placeholder-shown) {
    background: white; }

.footer-newsletter .gfield_description {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0; }

.footer-newsletter .gform_footer {
  text-align: center; }
  .footer-newsletter .gform_footer .button {
    color: #000; }
    .footer-newsletter .gform_footer .button:hover {
      color: #9f9f9f; }

.footer__lower {
  margin: auto 0 0 0;
  padding: 0 2.5vw 1.35vw 2.5vw; }
  .footer__lower a {
    color: #000; }
    .footer__lower a:hover {
      color: #a0a0a0; }

.footer-col {
  width: 25%; }
  @media all and (max-width: 960px) {
    .footer-col {
      width: 50%;
      padding-bottom: 20px; } }
  @media all and (max-width: 660px) {
    .footer-col {
      width: 100%; } }

.footer-col-4 > div {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.footer-back {
  cursor: pointer;
  -webkit-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important; }
  @media all and (max-width: 960px) {
    .footer-back {
      display: none; } }
  .footer-back:hover {
    color: #a0a0a0;
    letter-spacing: 3px; }

.footer-copy {
  color: #a0a0a0;
  margin: auto 0 0 0; }

.gform_fields {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.gfield {
  width: 50%;
  padding: 0 10px;
  margin: 0 0 20px 0; }
  .gfield.label > label {
    display: block; }
  .gfield.full {
    width: 100%; }

.gfield > label {
  display: none; }

.gfield input,
.gfield select,
.gfield textarea {
  font-family: 'Website-Font';
  font-size: 16px;
  line-height: 20px;
  color: #9f9f9f;
  width: 100%;
  height: 30px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  padding: 5px 10px;
  cursor: pointer; }
  @media all and (max-width: 660px) {
    .gfield input,
    .gfield select,
    .gfield textarea {
      font-size: 12px; } }

.gfield textarea {
  height: 110px; }

.gfield_checkbox {
  position: relative;
  padding: 1vw 0; }
  .gfield_checkbox input {
    display: none; }
  .gfield_checkbox span,
  .gfield_checkbox label {
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    padding: 5px 0 5px 25px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000; }
    .gfield_checkbox span a,
    .gfield_checkbox label a {
      text-decoration: underline; }
    .gfield_checkbox span:before,
    .gfield_checkbox label:before {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      background: #000;
      border: 1px solid #000;
      border-radius: 50%;
      position: absolute;
      top: 6px;
      left: 0;
      -webkit-transition: all .1s;
      -o-transition: all .1s;
      transition: all .1s; }
    .gfield_checkbox span:after,
    .gfield_checkbox label:after {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      top: 11px;
      left: 5px;
      opacity: 0;
      -webkit-transition: opacity .35s;
      -o-transition: opacity .35s;
      transition: opacity .35s; }
  .gfield_checkbox input:checked + span:after,
  .gfield_checkbox input:checked + label:after {
    opacity: 1; }

.gform_footer {
  text-align: right; }

.button {
  display: inline-block;
  font-family: 'Website-Font';
  font-size: 6vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.175vw;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  @media all and (max-width: 768px) {
    .button {
      font-size: 7.2vw; } }
  @media all and (max-width: 660px) {
    .button {
      font-size: 8vw; } }
  .button:hover {
    color: #000; }

.gform_ajax_spinner,
.screen-reader-text {
  display: none !important; }

.gfield.gfield_error input,
.gfield.gfield_error select {
  border-bottom: solid 1px #c60c0e; }

.gfield.gfield_error textarea {
  border-bottom: solid 1px #c60c0e; }

.validation_error,
.validation_message {
  display: none !important; }

.gfield ::-webkit-input-placeholder {
  font-family: 'Website-Font';
  font-size: 16px;
  line-height: 20px;
  color: #9f9f9f; }
  @media all and (max-width: 660px) {
    .gfield ::-webkit-input-placeholder {
      font-size: 12px; } }

.gfield ::-moz-placeholder {
  font-family: 'Website-Font';
  font-size: 16px;
  line-height: 20px;
  color: #9f9f9f; }
  @media all and (max-width: 660px) {
    .gfield ::-moz-placeholder {
      font-size: 12px; } }

.gfield :-ms-input-placeholder {
  font-family: 'Website-Font';
  font-size: 16px;
  line-height: 20px;
  color: #9f9f9f; }
  @media all and (max-width: 660px) {
    .gfield :-ms-input-placeholder {
      font-size: 12px; } }

.gfield :-moz-placeholder {
  font-family: 'Website-Font';
  font-size: 16px;
  line-height: 20px;
  color: #9f9f9f; }
  @media all and (max-width: 660px) {
    .gfield :-moz-placeholder {
      font-size: 12px; } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

.gform_confirmation_message {
  font-size: 5.729166vw;
  line-height: 1;
  letter-spacing: -0.15625vw;
  text-transform: uppercase; }
  @media all and (max-width: 768px) {
    .gform_confirmation_message {
      font-size: 7.2vw; } }
  @media all and (max-width: 660px) {
    .gform_confirmation_message {
      font-size: 7.272727vw; } }

fieldset {
  border: 0;
  outline: none; }
  fieldset legend {
    display: none; }

.gform_submission_error {
  display: none; }

.page-title {
  padding-left: 2.5vw;
  padding-right: 2.5vw; }
  .page-title > h1 {
    display: none !important; }
  .page-title span {
    color: #a0a0a0; }

.page-bread {
  padding: 0.35vw 2.5vw 1.35vw 2.5vw; }
  .page-bread a {
    color: #a0a0a0; }
    .page-bread a:hover {
      color: #000; }

.page-texts {
  padding-left: 2.5vw;
  padding-right: 2.5vw; }

.bttn {
  padding: 8px 15px 6px 15px;
  background: #a0a0a0;
  border-radius: 30px;
  color: #fff; }
  .bttn:hover {
    color: #0F6938;
    background: #000; }
  .bttn.white {
    color: #a0a0a0;
    background: #fff; }
    .bttn.white:hover {
      color: #0F6938;
      background: #000; }

.page-home .button-more {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-home .button-more span {
    position: relative;
    margin: 0 0 0 8px;
    padding: 0 8px;
    color: #a0a0a0; }
    .page-home .button-more span:before, .page-home .button-more span:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #000; }
    .page-home .button-more span:before {
      left: 0;
      content: '['; }
    .page-home .button-more span:after {
      right: 0;
      content: ']'; }

.page-home .press__title {
  margin: 5vw 0 1.35vw; }

.page-home .press__texts {
  padding: 5vw 0 0; }
  .page-home .press__texts > div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto; }
    @media all and (max-width: 660px) {
      .page-home .press__texts > div {
        margin: 0; } }

.section-slider {
  position: relative; }
  .section-slider .slide__title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    padding: 0 2.5vw;
    z-index: 1; }
    .section-slider .slide__title .one-word {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .section-slider .slide__title.active .to-seperate-container .to-seperate:first-of-type {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

.section-slider-2 {
  position: relative; }
  .section-slider-2 .title__container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    padding: 0 2.5vw;
    z-index: 1; }
  .section-slider-2 .slide__title .one-word {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .section-slider-2 .slide__title.active .to-seperate-container .to-seperate:first-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.slider-intro {
  position: relative; }
  .slider-intro .slide {
    position: relative; }
  .slider-intro .slide__image > div {
    position: relative;
    width: 100%;
    height: 60vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media all and (max-width: 768px) {
      .slider-intro .slide__image > div {
        height: 80vw; } }
    @media all and (max-width: 660px) {
      .slider-intro .slide__image > div {
        height: 160vw; } }
  .slider-intro .slide__image a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .slider-intro .slide__video {
    height: 60vw;
    position: relative;
    overflow: hidden; }
    @media all and (max-width: 768px) {
      .slider-intro .slide__video {
        height: 80vw; } }
    @media all and (max-width: 660px) {
      .slider-intro .slide__video {
        height: 160vw; } }
    .slider-intro .slide__video video {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto; }
    .slider-intro .slide__video a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
  .slider-intro .slide__texts {
    position: absolute;
    bottom: 1.35vw;
    left: 2.5vw;
    right: 2.5vw; }
    .slider-intro .slide__texts > div {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .slider-intro .slide__texts > div > div:nth-child(1) {
        width: 25%; }
        @media all and (max-width: 1160px) {
          .slider-intro .slide__texts > div > div:nth-child(1) {
            width: 33.33333%; } }
        @media all and (max-width: 660px) {
          .slider-intro .slide__texts > div > div:nth-child(1) {
            width: 100%; } }
      @media all and (max-width: 660px) {
        .slider-intro .slide__texts > div > div:nth-child(2) {
          width: 100%;
          padding-top: 1.25vw; } }
    .slider-intro .slide__texts a span {
      color: #fff; }
  .slider-intro .slick-dots {
    left: 25%;
    right: 25%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media all and (max-width: 660px) {
      .slider-intro .slick-dots {
        display: none !important; } }

.section-company {
  position: relative;
  height: 60vw;
  padding: 0 2.5vw; }
  @media all and (max-width: 768px) {
    .section-company {
      height: 80vw; } }
  @media all and (max-width: 660px) {
    .section-company {
      height: 160vw; } }
  .section-company > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .section-company .company__title {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 2.5vw;
    right: 2.5vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .section-company .company__title > h2 {
      padding: 0 16.66667%; }
      @media all and (max-width: 960px) {
        .section-company .company__title > h2 {
          padding: 0 8.33333%; } }
      @media all and (max-width: 660px) {
        .section-company .company__title > h2 {
          padding: 0; } }
  .section-company .company__texts {
    position: absolute;
    bottom: 1.35vw;
    left: 2.5vw;
    right: 2.5vw; }
    .section-company .company__texts > div {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .section-company .company__texts > div > div:nth-child(1) {
        width: 25%; }
        @media all and (max-width: 660px) {
          .section-company .company__texts > div > div:nth-child(1) {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            width: 50%;
            text-align: right; } }
      @media all and (max-width: 660px) {
        .section-company .company__texts > div > div:nth-child(2) {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          width: 50%; } }
  .section-company .company__images {
    position: relative;
    z-index: -1;
    height: 100%; }
    .section-company .company__images > div {
      position: absolute;
      width: 16.66667%; }
      @media all and (max-width: 1160px) {
        .section-company .company__images > div {
          width: 25%; } }
      @media all and (max-width: 660px) {
        .section-company .company__images > div {
          width: 33.33333%; } }
  .section-company .company__image__1 {
    left: 8.33333%;
    top: 65%; }
    @media all and (max-width: 660px) {
      .section-company .company__image__1 {
        left: 0; } }
  .section-company .company__image__2 {
    left: 33.33333%;
    top: 5%; }
  .section-company .company__image__3 {
    left: 75%;
    top: 35%; }

.section-banner {
  position: relative; }
  .section-banner > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .section-banner .banner__title {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 2.5vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }
    @media all and (max-width: 660px) {
      .section-banner .banner__title {
        top: 2.5vw;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .section-banner .banner__texts {
    position: absolute;
    bottom: 1.35vw;
    left: 2.5vw;
    right: 2.5vw;
    /*a span {
            color: #fff;
        }*/ }
    .section-banner .banner__texts > div {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .section-banner .banner__texts > div > div:nth-child(1) {
        width: 25%; }
        @media all and (max-width: 1160px) {
          .section-banner .banner__texts > div > div:nth-child(1) {
            width: 33.33333%; } }
        @media all and (max-width: 660px) {
          .section-banner .banner__texts > div > div:nth-child(1) {
            width: 100%; } }
      @media all and (max-width: 660px) {
        .section-banner .banner__texts > div > div:nth-child(2) {
          width: 100%;
          padding-top: 1.25vw; } }
    .section-banner .banner__texts .button-more span {
      color: #fff; }

.section-banner-1 {
  background: #0F6938;
  padding: 5vw 2.5vw; }
  @media all and (max-width: 660px) {
    .section-banner-1 {
      padding: 35vw 2.5vw; } }
  .section-banner-1 .banner__image {
    padding: 2.5vw 16.66667%; }
    @media all and (max-width: 660px) {
      .section-banner-1 .banner__image {
        padding: 0 8.33333%; } }

.section-banner-2 {
  display: none !important; }

.banner__image img {
  width: 100%; }

.section-promoted {
  position: relative;
  padding: 0 2.5vw; }
  .section-promoted .promoted__title {
    padding: 1.35vw 0;
    z-index: 1; }
  .section-promoted .promoted__items .tease-product {
    width: 25%; }
    @media all and (max-width: 960px) {
      .section-promoted .promoted__items .tease-product {
        width: 33.3333%; }
        .section-promoted .promoted__items .tease-product:nth-child(4) {
          display: none; } }
    @media all and (max-width: 660px) {
      .section-promoted .promoted__items .tease-product {
        width: 50%; }
        .section-promoted .promoted__items .tease-product:nth-child(4) {
          display: block; } }
  .section-promoted .promoted__texts {
    padding: 5vw 0 0 0; }
    .section-promoted .promoted__texts > div {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .section-promoted .promoted__texts > div > div:nth-child(1) {
        width: 25%; }
        @media all and (max-width: 660px) {
          .section-promoted .promoted__texts > div > div:nth-child(1) {
            width: 100%;
            padding-bottom: 20px; } }

.section-chat {
  display: none !important;
  position: fixed;
  z-index: 1;
  right: 15px;
  bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.35s !important;
  -o-transition: all 0.35s !important;
  transition: all 0.35s !important; }
  .section-chat:hover {
    bottom: 15px; }
  .section-chat.hide {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    pointer-events: none;
    visibility: hidden; }
  @media all and (max-width: 660px) {
    .section-chat img {
      width: 50px;
      height: auto; } }

.vimeo-video {
  padding: 0 12.5%;
  margin: 5vw 0;
  /*@media all and (max-width: 1160px) {
        padding:0 16.66667%;
    }*/ }
  @media all and (max-width: 660px) {
    .vimeo-video {
      padding: 0 2.5vw; } }
  .vimeo-video > div {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .vimeo-video > div iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.about__upper {
  padding: 0 0 1.35vw 0; }

.about__middle__upper {
  padding: 0 0 1.35vw 0; }
  .about__middle__upper > div > div {
    width: 50%; }
    @media all and (max-width: 660px) {
      .about__middle__upper > div > div {
        width: 100%;
        padding-bottom: 20px; } }
    .about__middle__upper > div > div:nth-child(1) > img {
      width: 100%; }
    .about__middle__upper > div > div:nth-child(2) > div {
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .about__middle__upper > div > div:nth-child(2) > div > div:nth-child(1) > div {
        width: 50%; }
        @media all and (max-width: 1160px) {
          .about__middle__upper > div > div:nth-child(2) > div > div:nth-child(1) > div {
            width: 100%; } }
      .about__middle__upper > div > div:nth-child(2) > div > div:nth-child(2) {
        margin: auto 0 0 0; }
        @media all and (max-width: 660px) {
          .about__middle__upper > div > div:nth-child(2) > div > div:nth-child(2) {
            margin: 20px 0 0 0; } }

.about__middle__lower {
  padding: 0 0 1.35vw 0; }
  .about__middle__lower > div > div {
    width: 50%; }
    @media all and (max-width: 660px) {
      .about__middle__lower > div > div {
        width: 100%; } }
    @media all and (max-width: 660px) {
      .about__middle__lower > div > div:nth-child(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-bottom: 20px; } }
    .about__middle__lower > div > div:nth-child(1) > div {
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .about__middle__lower > div > div:nth-child(1) > div > div:nth-child(1) > div {
        width: 50%; }
        @media all and (max-width: 1160px) {
          .about__middle__lower > div > div:nth-child(1) > div > div:nth-child(1) > div {
            width: 100%; } }
      .about__middle__lower > div > div:nth-child(1) > div > div:nth-child(2) {
        margin: auto 0 0 0; }
    @media all and (max-width: 660px) {
      .about__middle__lower > div > div:nth-child(2) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-bottom: 20px; } }
    .about__middle__lower > div > div:nth-child(2) > img {
      width: 100%; }

.about__lower > h2 {
  padding: 0 0 1.35vw; }

.about__lower > div:nth-child(2) {
  padding: 0 0 7.35vw 0; }
  .about__lower > div:nth-child(2) > div {
    width: 25%;
    padding-bottom: 16px; }
    @media all and (max-width: 960px) {
      .about__lower > div:nth-child(2) > div {
        width: 33.3333%; }
        .about__lower > div:nth-child(2) > div:nth-child(4) {
          display: none; } }
    @media all and (max-width: 660px) {
      .about__lower > div:nth-child(2) > div {
        width: 50%; }
        .about__lower > div:nth-child(2) > div:nth-child(4) {
          display: block; } }

.about__lower > div:nth-child(3) {
  margin: -16px 0 0 0; }
  .about__lower > div:nth-child(3) > div:nth-child(1) {
    width: 25%;
    padding: 0 1.25vw 0 0; }
    @media all and (max-width: 960px) {
      .about__lower > div:nth-child(3) > div:nth-child(1) {
        width: 50%; } }
    .about__lower > div:nth-child(3) > div:nth-child(1) a {
      color: #a0a0a0; }
      .about__lower > div:nth-child(3) > div:nth-child(1) a:hover {
        color: #000; }
  .about__lower > div:nth-child(3) > div:nth-child(2) {
    margin: 0 0 0 auto; }
    .about__lower > div:nth-child(3) > div:nth-child(2) a {
      color: #000; }
      .about__lower > div:nth-child(3) > div:nth-child(2) a:hover {
        color: #a0a0a0; }

.about__lower .popup-bttn {
  cursor: pointer;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s; }
  .about__lower .popup-bttn:hover {
    color: #a0a0a0; }

/* PROJECTS */
.page-projects .to-seperate-three:nth-of-type(2) {
  text-align: center; }

.projects__upper {
  padding: 6vw 0 7.35vw 0; }

.projects__middle > div > div {
  width: 25%;
  margin: 0 0 2.5vw 0; }
  @media all and (max-width: 960px) {
    .projects__middle > div > div {
      width: 33.3333%; } }
  @media all and (max-width: 960px) {
    .projects__middle > div > div {
      width: 50%; } }

.projects__lower {
  padding: 5vw 0 0 0; }
  .projects__lower > div > div:nth-child(1) {
    width: 25%;
    padding: 0 1.25vw 0 0; }
    @media all and (max-width: 960px) {
      .projects__lower > div > div:nth-child(1) {
        width: 33.3333%; } }
    @media all and (max-width: 660px) {
      .projects__lower > div > div:nth-child(1) {
        width: 100%; } }
    .projects__lower > div > div:nth-child(1) a {
      color: #a0a0a0; }
      .projects__lower > div > div:nth-child(1) a:hover {
        color: #000; }
  .projects__lower > div > div:nth-child(2) {
    margin: 0 0 0 auto; }
    .projects__lower > div > div:nth-child(2) a {
      color: #000; }
      .projects__lower > div > div:nth-child(2) a:hover {
        color: #a0a0a0; }

/* SINGLE PROJECT */
.project__video {
  padding: 0 0 2.5vw; }
  .project__video video {
    width: 100%;
    height: auto; }

.project__upper > h1 {
  padding: 0 0 1.35vw; }

.project__upper .project__desc {
  padding: 2.5vw 50% 2.5vw 0; }
  @media all and (max-width: 660px) {
    .project__upper .project__desc {
      padding: 2.5vw 0; } }

.project__lower > div:first-of-type {
  padding: 0 0 1.35vw; }

.project__lower > div:nth-child(2) {
  padding: 0 0 7.35vw 0; }
  .project__lower > div:nth-child(2) > div {
    width: 25%;
    padding-bottom: 16px; }
    @media all and (max-width: 960px) {
      .project__lower > div:nth-child(2) > div {
        width: 33.3333%; }
        .project__lower > div:nth-child(2) > div:nth-child(4) {
          display: none; } }
    @media all and (max-width: 660px) {
      .project__lower > div:nth-child(2) > div {
        width: 50%; }
        .project__lower > div:nth-child(2) > div:nth-child(4) {
          display: block; } }

.page-template-template-collection .header__upper {
  background: transparent; }

.page-template-template-collection #footer {
  display: none; }

.page-template-template-collection #content {
  min-height: unset;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll; }

.page-template-template-collection .page-title span {
  color: #fff; }

.collection-texts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.collection-item {
  position: relative;
  width: 100%;
  /*&:hover {
        > h2 {
            a {
                color: #fff;
            }
        }
        > span {
            display: block;
        }
        > .collection-img {
            display: block;
        }
    }*/ }
  @media all and (max-width: 1160px) {
    .collection-item {
      width: 100%; } }
  .collection-item .more__btn {
    display: none; }
    @media all and (max-width: 1160px) {
      .collection-item .more__btn {
        display: block; } }
    .collection-item .more__btn a {
      color: #fff;
      display: inline-block;
      padding: 1.35vw 0; }
    .collection-item .more__btn.show a {
      opacity: 1; }
  .collection-item > h2 a {
    display: block;
    color: #fff; }
  @media all and (max-width: 1160px) {
    .collection-item > h2 {
      width: calc(100% - 17vw); }
      .collection-item > h2 span {
        display: none; } }
  @media all and (max-width: 960px) {
    .collection-item > h2 {
      width: calc(100% - 18vw); } }
  @media all and (max-width: 660px) {
    .collection-item > h2 {
      width: calc(100% - 24vw); } }
  .collection-item > span {
    display: none !important;
    position: fixed;
    width: 25%;
    right: 2.5vw;
    bottom: 2.5vw;
    padding: 0 0 0 2.5vw; }
    @media all and (max-width: 1160px) {
      .collection-item > span {
        width: 33.33333%; } }
    @media all and (max-width: 960px) {
      .collection-item > span {
        display: none !important;
        /*width: auto;
            left: 2.5vw;
            padding: 0;*/
        /*width: 100%;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 2.5vw;
            background: #fff;*/ } }
  .collection-item > .collection-img {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    /*
        &:before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content:'';
            background: rgba(0,0,0,0.3);
            z-index: 0;
        }*/ }
  .collection-item.mouseover {
    /*> span {
            display: block;
        }*/ }
    .collection-item.mouseover > h2 a {
      color: #000; }
    .collection-item.mouseover > .collection-img {
      opacity: 1; }
  .collection-item.first-active > h2 a {
    color: #fff; }
  .collection-item.first-active > span {
    display: block; }
  .collection-item.first-active > .collection-img {
    opacity: 1; }

/* PRODUCTS */
.page-products .page-title .category-text > div {
  width: 66.66667%;
  padding: 1.35vw 0; }
  @media all and (max-width: 960px) {
    .page-products .page-title .category-text > div {
      width: 100%;
      padding: 2.5vw 0; } }

.products-filters > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media all and (max-width: 960px) {
  .products-filters > div > div {
    width: 100%; } }

@media all and (max-width: 660px) {
  .products-filters > div > div {
    padding-bottom: 1.35vw; } }

.products-filters > div > div a {
  margin: 0 5px 5px 0; }

.products-items > div > div {
  width: 25%; }
  @media all and (max-width: 960px) {
    .products-items > div > div {
      width: 33.33333%; } }
  @media all and (max-width: 660px) {
    .products-items > div > div {
      width: 50%; } }
  .products-items > div > div.no-results {
    width: 100%; }

.products__lower span {
  display: inline-block;
  padding: 2.5vw 0;
  cursor: pointer;
  -webkit-transition: color 0.75s;
  -o-transition: color 0.75s;
  transition: color 0.75s; }
  .products__lower span:hover {
    color: #a0a0a0; }

/* SINGLE PRODUCT */
.single-product .page-title > h1 {
  display: block !important;
  color: #a0a0a0; }

.single-product .share > .flex > div {
  margin: 0 5px 0 0; }
  .single-product .share > .flex > div:last-child {
    margin: 0; }

.single-product .popup-bttn {
  display: inline-block;
  cursor: pointer; }

.product__imgs {
  width: 50%; }
  @media all and (max-width: 660px) {
    .product__imgs {
      width: 100%;
      padding-bottom: 20px; } }
  .product__imgs img {
    padding-bottom: 1.35vw; }
    @media all and (max-width: 660px) {
      .product__imgs img {
        padding-bottom: 2.5vw; } }

.product__info {
  width: 50%; }
  @media all and (max-width: 660px) {
    .product__info {
      width: 100%;
      padding-bottom: 20px; } }

.product__info__upper {
  padding: 0 0 7.35vw 0; }
  .product__info__upper > div > div {
    width: 50%; }
    @media all and (max-width: 1160px) {
      .product__info__upper > div > div {
        width: 100%;
        padding-bottom: 1.35vw; } }
    .product__info__upper > div > div:nth-child(2) a {
      color: #a0a0a0; }
      .product__info__upper > div > div:nth-child(2) a:hover {
        color: #000; }
    @media all and (max-width: 660px) {
      .product__info__upper > div > div:first-of-type {
        padding-bottom: 2.5vw; } }

.product__info__lower > div span {
  display: block; }

.product__lower {
  padding-top: 1.35vw; }
  .product__lower .related-name {
    padding-bottom: 1.35vw; }
  .product__lower .related-list .tease {
    width: 25%; }
    @media all and (max-width: 960px) {
      .product__lower .related-list .tease {
        width: 33.3333%; }
        .product__lower .related-list .tease:nth-child(4) {
          display: none; } }
    @media all and (max-width: 660px) {
      .product__lower .related-list .tease {
        width: 50%; }
        .product__lower .related-list .tease:nth-child(4) {
          display: block; } }
  .product__lower .related-info {
    padding-top: 2.5vw; }
    @media all and (max-width: 660px) {
      .product__lower .related-info {
        padding-top: 0;
        margin: 20px 0 0 0; } }
    .product__lower .related-info a {
      color: #a0a0a0; }
      .product__lower .related-info a:hover {
        color: #000; }
  .product__lower .popup-bttn {
    cursor: pointer;
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s; }
    .product__lower .popup-bttn:hover {
      color: #a0a0a0; }

.filter__container {
  position: relative;
  margin: 0 0 0 auto; }
  @media all and (max-width: 960px) {
    .filter__container {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 1.35vw 1.25vw 0 1.25vw; } }
  @media all and (max-width: 660px) {
    .filter__container {
      padding: 0 1.25vw 1.35vw 1.25vw; } }
  .filter__container > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }

@media all and (max-width: 960px) and (max-width: 960px) {
  .filter__container > .flex h4 {
    font-size: 16px;
    line-height: 18px; } }
  .filter__container .size__filter {
    overflow: hidden;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: none;
    background: #000;
    color: #fff;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: 5; }
    @media all and (max-width: 960px) {
      .filter__container .size__filter {
        top: 100%;
        left: 0;
        right: unset; } }
  .filter__container.open-filter .size__filter {
    display: block; }
  .filter__container .filter__dropdown {
    padding: 20px;
    background: #000; }
    .filter__container .filter__dropdown .filter label {
      color: #fff;
      cursor: pointer;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
      .filter__container .filter__dropdown .filter label:hover {
        color: #0F6938; }
      @media all and (max-width: 960px) {
        .filter__container .filter__dropdown .filter label {
          font-size: 16px;
          line-height: 18px; } }
    .filter__container .filter__dropdown a {
      margin: 0;
      color: #fff; }
      .filter__container .filter__dropdown a:hover {
        color: #0F6938; }
      @media all and (max-width: 960px) {
        .filter__container .filter__dropdown a {
          font-size: 16px;
          line-height: 18px; } }

/* ART RUG PROJECTS */
.page-template-template-artrugs .artrugs__middle {
  padding: 0 0 1.35vw 0; }

.page-template-template-artrugs .artrugs__lower {
  padding: 0 0 7.35vw 0; }

.artrugs__upper > div {
  padding: 0 0 1.35vw; }

.artrugs__middle {
  padding: 0 0 7.35vw 0; }
  .artrugs__middle > div > div {
    width: 25%; }
    @media all and (max-width: 960px) {
      .artrugs__middle > div > div {
        width: 33.3333%; } }
    @media all and (max-width: 660px) {
      .artrugs__middle > div > div {
        width: 50%; } }

.artrugs__lower__upper {
  padding: 0 0 1.35vw 0; }

.artrugs__lower__middle {
  padding: 0 0 1.35vw 0; }
  .artrugs__lower__middle > div > div {
    width: 50%; }
    @media all and (max-width: 660px) {
      .artrugs__lower__middle > div > div {
        width: 100%;
        padding-bottom: 20px; } }
    .artrugs__lower__middle > div > div:nth-child(2) > img {
      padding: 0 0 1.35vw 0; }
      @media all and (max-width: 660px) {
        .artrugs__lower__middle > div > div:nth-child(2) > img {
          display: none; } }
    .artrugs__lower__middle > div > div:nth-child(2) > div > div {
      width: 50%; }
      @media all and (max-width: 1160px) {
        .artrugs__lower__middle > div > div:nth-child(2) > div > div {
          width: 100%; } }

.artrugs__lower__lower > div > div {
  width: 50%; }
  @media all and (max-width: 660px) {
    .artrugs__lower__lower > div > div {
      width: 100%; } }
  @media all and (max-width: 660px) {
    .artrugs__lower__lower > div > div:nth-child(1) {
      padding-bottom: 16px; } }
  .artrugs__lower__lower > div > div:nth-child(1) > div:nth-child(1) {
    padding: 0 0 7.35vw 0; }
    .artrugs__lower__lower > div > div:nth-child(1) > div:nth-child(1) > div {
      width: 50%; }
      @media all and (max-width: 1160px) {
        .artrugs__lower__lower > div > div:nth-child(1) > div:nth-child(1) > div {
          width: 100%; } }
  .artrugs__lower__lower > div > div:nth-child(2) > img {
    padding: 0 0 1.35vw 0; }
  .artrugs__lower__lower > div > div:nth-child(2) > div {
    text-align: right; }
    @media all and (max-width: 660px) {
      .artrugs__lower__lower > div > div:nth-child(2) > div {
        text-align: left;
        padding-top: 10px; } }

/* ARTIST */
.artist__upper > div {
  padding: 0 0 1.35vw; }

.artist__middle > div > div {
  width: 50%; }
  @media all and (max-width: 660px) {
    .artist__middle > div > div {
      width: 100%;
      padding-bottom: 20px; } }
  .artist__middle > div > div:nth-child(1) img {
    width: 100%; }
  .artist__middle > div > div:nth-child(2) > img {
    padding: 0 0 1.35vw 0; }
    @media all and (max-width: 660px) {
      .artist__middle > div > div:nth-child(2) > img {
        display: none; } }
  .artist__middle > div > div:nth-child(2) > div > div {
    width: 50%; }
    @media all and (max-width: 1160px) {
      .artist__middle > div > div:nth-child(2) > div > div {
        width: 100%;
        padding-bottom: 20px; } }

.artist__lower > h2 {
  padding: 1.35vw 0 0.35vw 0; }

.artist__lower > div > div {
  width: 25%; }
  @media all and (max-width: 960px) {
    .artist__lower > div > div {
      width: 33.33333%; } }
  @media all and (max-width: 660px) {
    .artist__lower > div > div {
      width: 50%; } }

/* TEASE EXHIBITION */
.tease > div {
  position: relative;
  padding: 0 0 25px 0; }
  .tease > div > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.tease .tease__image img {
  width: 100%; }

.tease .tease__texts {
  position: relative;
  padding: 16px 2.5vw 0 0; }
  @media all and (max-width: 660px) {
    .tease .tease__texts > h3 {
      width: calc(100% - 4vw); } }
  .tease .tease__texts > span {
    position: absolute;
    top: 16px;
    right: 0;
    color: #a0a0a0; }
    .tease .tease__texts > span:before, .tease .tease__texts > span:after {
      color: #000; }
    .tease .tease__texts > span:before {
      content: '[';
      margin: 0 2px 0 0; }
    .tease .tease__texts > span:after {
      content: ']';
      margin: 0 0 0 2px; }

/* TEASE ARTIST */
.tease.tease-artist .tease__texts span {
  text-transform: lowercase; }

/* SINGLE EXHIBITION */
.exhibition__upper {
  padding: 0 0 1.35vw; }

.exhibition__video video {
  width: 100%;
  height: auto; }

.exhibition__middle__upper {
  padding: 0 0 1.35vw; }
  .exhibition__middle__upper > div > div {
    width: 50%; }
    @media all and (max-width: 660px) {
      .exhibition__middle__upper > div > div {
        width: 100%; } }
    @media all and (max-width: 660px) {
      .exhibition__middle__upper > div > div:nth-child(1) {
        padding-bottom: 20px; } }
    .exhibition__middle__upper > div > div:nth-child(1) img {
      width: 100%; }
    .exhibition__middle__upper > div > div:nth-child(2) > img {
      padding: 0 0 1.35vw 0; }
      @media all and (max-width: 660px) {
        .exhibition__middle__upper > div > div:nth-child(2) > img {
          display: none; } }
    .exhibition__middle__upper > div > div:nth-child(2) > div > div {
      width: 50%; }
      @media all and (max-width: 1160px) {
        .exhibition__middle__upper > div > div:nth-child(2) > div > div {
          width: 100%;
          padding-bottom: 20px; } }
      .exhibition__middle__upper > div > div:nth-child(2) > div > div a {
        color: #9f9f9f; }
        .exhibition__middle__upper > div > div:nth-child(2) > div > div a:hover {
          color: #000; }
      .exhibition__middle__upper > div > div:nth-child(2) > div > div:nth-child(2) > div {
        padding: 0 0 1.35vw 0; }
        .exhibition__middle__upper > div > div:nth-child(2) > div > div:nth-child(2) > div:last-child {
          padding: 0; }
        .exhibition__middle__upper > div > div:nth-child(2) > div > div:nth-child(2) > div > a {
          color: #a0a0a0; }
          .exhibition__middle__upper > div > div:nth-child(2) > div > div:nth-child(2) > div > a:before, .exhibition__middle__upper > div > div:nth-child(2) > div > div:nth-child(2) > div > a:after {
            color: #000; }
          .exhibition__middle__upper > div > div:nth-child(2) > div > div:nth-child(2) > div > a:before {
            content: '[';
            padding: 0 5px 0 0; }
          .exhibition__middle__upper > div > div:nth-child(2) > div > div:nth-child(2) > div > a:after {
            content: ']';
            padding: 0 0 0 5px; }

.exhibition__middle__lower {
  padding: 2.5vw 0 0 0; }

.exhibition__products > div:nth-child(1) {
  padding: 1.35vw 0 0.35vw 0; }

.exhibition__products > div:nth-child(2) > div {
  width: 25%; }
  @media all and (max-width: 660px) {
    .exhibition__products > div:nth-child(2) > div {
      width: 50%; } }

.exhibition__lower > div:nth-child(1) {
  padding: 1.35vw 0 0.35vw 0; }

.exhibition__lower > div:nth-child(2) > div {
  width: 25%; }
  @media all and (max-width: 660px) {
    .exhibition__lower > div:nth-child(2) > div {
      width: 50%; } }

.bespoke__upper {
  padding: 0 0 1.35vw 0; }

.bespoke__middle > div {
  padding: 0 0 7.35vw 0; }
  .bespoke__middle > div > div {
    width: 50%; }
    @media all and (max-width: 660px) {
      .bespoke__middle > div > div {
        width: 100%;
        padding-bottom: 20px; } }
    .bespoke__middle > div > div:nth-child(2) > div > div {
      width: 50%; }
      @media all and (max-width: 1160px) {
        .bespoke__middle > div > div:nth-child(2) > div > div {
          width: 100%; } }
      .bespoke__middle > div > div:nth-child(2) > div > div:nth-child(2) > a {
        margin: 1.35vw 0 0 0; }
        @media all and (max-width: 660px) {
          .bespoke__middle > div > div:nth-child(2) > div > div:nth-child(2) > a {
            margin: 20px 0 0 0; } }

.bespoke__lower {
  position: relative;
  padding: 2.5vw 0;
  min-height: 35vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media all and (max-width: 660px) {
    .bespoke__lower {
      min-height: 80vw; } }
  .bespoke__lower:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -2.5vw;
    right: -2.5vw;
    bottom: 0;
    background: #a0a0a0; }
  .bespoke__lower > h2 {
    color: #fff; }
  .bespoke__lower > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: auto 0 0 0; }
    @media all and (max-width: 660px) {
      .bespoke__lower > div {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .bespoke__lower > div a {
      margin: 0 0 0 1.35vw; }
      @media all and (max-width: 660px) {
        .bespoke__lower > div a {
          margin: 0 1.35vw 1.35vw 0; } }

.services-texts {
  padding: 0 0 7.35vw 0; }

.services__upper {
  padding: 0 0 1.35vw 0; }

.services__lower {
  counter-reset: section; }
  .services__lower > div > div {
    width: 50%; }
    @media all and (max-width: 660px) {
      .services__lower > div > div {
        width: 100%; } }
    @media all and (max-width: 660px) {
      .services__lower > div > div:nth-child(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    .services__lower > div > div:nth-child(1) > div {
      padding: 0 50% 0 0; }
      @media all and (max-width: 1160px) {
        .services__lower > div > div:nth-child(1) > div {
          padding: 0 25% 0 0; } }
      @media all and (max-width: 660px) {
        .services__lower > div > div:nth-child(1) > div {
          padding: 0; } }
    .services__lower > div > div:nth-child(1) > a {
      margin: 1.35vw 0 0 0; }
      @media all and (max-width: 660px) {
        .services__lower > div > div:nth-child(1) > a {
          margin: 20px 0 0 0; } }
    @media all and (max-width: 660px) {
      .services__lower > div > div:nth-child(2) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-bottom: 20px; } }

.service-item > h2 {
  position: relative;
  padding: 1.5vw 0 1.35vw 0; }
  .service-item > h2:before {
    position: absolute;
    top: 1.5vw;
    left: 0;
    color: #a0a0a0; }

.service-item:first-child > h2 {
  padding: 0 0 1.35vw 0; }
  .service-item:first-child > h2:before {
    top: 0; }

/* POPUP */
.popup {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.35s !important;
  -o-transition: all 0.35s !important;
  transition: all 0.35s !important;
  background: rgba(15, 105, 56, 0.95);
  overflow-y: scroll;
  /*&:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0F6938;
        opacity: 0.95;
    }*/ }

.popup-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 66.66667%;
  padding: 1.35vw;
  background: #9f9f9f; }
  @media all and (max-width: 1160px) {
    .popup-box {
      width: 75%; } }
  @media all and (max-width: 960px) {
    .popup-box {
      width: calc(100% - 2.5vw); } }

.popup__close {
  position: absolute;
  top: 1.35vw;
  right: 1.35vw;
  cursor: pointer;
  color: #fff; }
  .popup__close:hover {
    color: #000; }

.popup__title {
  color: #fff;
  padding: 0 0 0.675vw 0; }

.popup-opened body {
  overflow: hidden !important; }

.popup-opened .popup {
  opacity: 1;
  visibility: visible;
  pointer-events: all; }

.contact-texts {
  padding: 0 0 7.35vw 0; }

.contact__upper {
  padding: 0 0 5vw 0; }

.contact__middle {
  padding: 0 0 5vw 0; }
  @media all and (max-width: 960px) {
    .contact__middle {
      padding: 0 0 0 0; } }
  .contact__middle .contact-col-1 a {
    color: #000; }
    .contact__middle .contact-col-1 a:hover {
      color: #a0a0a0; }
  .contact__middle .contact-col-2 a,
  .contact__middle .contact-col-3 a,
  .contact__middle .contact-col-4 a {
    color: #a0a0a0; }
    .contact__middle .contact-col-2 a:hover,
    .contact__middle .contact-col-3 a:hover,
    .contact__middle .contact-col-4 a:hover {
      color: #000; }

.contact-col {
  width: 25%;
  padding: 0 2.5vw 0 0; }
  @media all and (max-width: 960px) {
    .contact-col {
      width: 50%;
      padding-bottom: 20px; } }
  @media all and (max-width: 660px) {
    .contact-col {
      width: 100%; } }

.terms-texts {
  padding: 0 0 7.35vw 0; }
  .terms-texts > div > div {
    width: 25%;
    padding: 0 2.5vw 0 0; }
    @media all and (max-width: 1160px) {
      .terms-texts > div > div {
        width: 50%; } }
    @media all and (max-width: 660px) {
      .terms-texts > div > div {
        width: 100%;
        padding: 0 0 16px 0; } }

.page-press-page .page-title > h1 {
  display: block !important; }

.page-press-page .page-text {
  padding: 0.35vw 25% 1.35vw 2.5vw; }

.tease--press {
  width: 25%;
  margin: 0 0 2.5vw 0; }
  @media all and (max-width: 960px) {
    .tease--press {
      width: 50%; } }
  @media all and (max-width: 660px) {
    .tease--press {
      width: 100%; } }
  .tease--press > div {
    padding-top: 100%;
    height: 0;
    position: relative;
    background-color: #A0A0A0; }
    .tease--press > div a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 1.25vw;
      color: #000; }
      @media all and (max-width: 660px) {
        .tease--press > div a {
          padding: 2.5vw; } }
      .tease--press > div a > div {
        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;
        height: 100%; }
      .tease--press > div a .upper > .flex {
        margin: 0 0 1.25vw;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .tease--press > div a .upper strong {
        color: #fff; }
      .tease--press > div a .lower img {
        max-width: 50%; }

.breadcrumbs a,
.breadcrumbs .breadcrumb_last {
  position: relative; }
  .breadcrumbs a:before,
  .breadcrumbs .breadcrumb_last:before {
    content: '[';
    margin: 0 2px 0 0; }
  .breadcrumbs a:after,
  .breadcrumbs .breadcrumb_last:after {
    content: ']';
    margin: 0 0 0 2px; }

.products-filters .tab__texts {
  display: none; }

.products-filters .filters__title {
  cursor: pointer; }

.products-filters .filters__content {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .products-filters .filters__content .filter {
    margin: 2px; }
    .products-filters .filters__content .filter a {
      color: #000; }
    .products-filters .filters__content .filter .comma {
      display: inline-block;
      margin: 0 0 0 -2px; }

.products-items {
  padding: 1.35vw 0 0; }

#ui-datepicker-div {
  padding: 10px;
  background: #fff; }
  #ui-datepicker-div a, #ui-datepicker-div span {
    font-family: 'Website-Font';
    color: #a0a0a0; }
  #ui-datepicker-div a:hover {
    color: #0F6938; }
  #ui-datepicker-div .ui-datepicker-header {
    padding: 0 0 10px; }
  #ui-datepicker-div .ui-datepicker-prev,
  #ui-datepicker-div .ui-datepicker-next {
    display: none !important; }
  #ui-datepicker-div .ui-datepicker-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #ui-datepicker-div select {
    font-family: 'Website-Font';
    width: 50%;
    height: 35px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-transform: uppercase;
    outline: none;
    border: 1px solid #000;
    background: transparent;
    margin: 0 1px;
    cursor: pointer;
    color: #a0a0a0; }
  #ui-datepicker-div td {
    text-align: center;
    padding: 10px;
    background: #fff; }

.search__items {
  padding: 1.35vw 0 0; }
  .search__items .product-code {
    color: #a0a0a0; }
  .search__items .tease--search {
    margin: 0 0 1.35vw;
    width: 25%; }
    @media all and (max-width: 960px) {
      .search__items .tease--search {
        width: 33.33333%; } }
    @media all and (max-width: 660px) {
      .search__items .tease--search {
        width: 50%; } }
    .search__items .tease--search h2 {
      -webkit-transition: color 0.35s;
      -o-transition: color 0.35s;
      transition: color 0.35s; }
    .search__items .tease--search:has(a:hover) {
      color: #a0a0a0; }

.to-rotate {
  opacity: 0;
  -webkit-transform: translateY(100%) rotateX(-80deg);
          transform: translateY(100%) rotateX(-80deg);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  -o-transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  -webkit-transition-delay: 0.1s !important;
       -o-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
  -webkit-transition-duration: .8s !important;
       -o-transition-duration: .8s !important;
          transition-duration: .8s !important; }
  .to-rotate:nth-child(2) {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .to-rotate.active {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.split-line {
  overflow: hidden; }

.to-seperate-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .to-seperate-container .to-seperate {
    display: block;
    -webkit-transition: -webkit-box-flex 1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    transition: -webkit-box-flex 1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    -o-transition: flex 1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    transition: flex 1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    transition: flex 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-flex 1s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex 1s cubic-bezier(0.215, 0.61, 0.355, 1) !important; }
    .to-seperate-container .to-seperate:first-of-type {
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0; }
      .to-seperate-container .to-seperate:first-of-type.active {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }

.to-seperate-container-three {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .to-seperate-container-three .to-seperate-three {
    display: block;
    -webkit-transition: -webkit-box-flex 1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    transition: -webkit-box-flex 1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    -o-transition: flex 1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    transition: flex 1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    transition: flex 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-flex 1s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex 1s cubic-bezier(0.215, 0.61, 0.355, 1) !important; }
    .to-seperate-container-three .to-seperate-three:first-of-type {
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0; }
      .to-seperate-container-three .to-seperate-three:first-of-type.active {
        -webkit-box-flex: 0.5;
            -ms-flex: 0.5;
                flex: 0.5; }
    .to-seperate-container-three .to-seperate-three:nth-of-type(2) {
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0; }
      .to-seperate-container-three .to-seperate-three:nth-of-type(2).active {
        -webkit-box-flex: 0.5;
            -ms-flex: 0.5;
                flex: 0.5; }
    .to-seperate-container-three .to-seperate-three:last-of-type {
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0; }
      .to-seperate-container-three .to-seperate-three:last-of-type.active {
        -webkit-box-flex: 0;
            -ms-flex: 0;
                flex: 0; }

.otgs-development-site-front-end {
  display: none !important; }
