@import "assets/css/animate.css";
* {
  box-sizing: border-box;
}
html {
  color: #000;
  background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #2a3133;
}
#yui3-css-stamp.cssreset {
  display: none;
}
.bg-gray50 {
  background: #F0F0F0;
}
.bg-gray100 {
  background: #d5d5d5;
}
.mb-xs {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mb-xs {
    margin-bottom: 25px;
  }
}
.mb-s {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .mb-s {
    margin-bottom: 40px;
  }
}
.mb-m {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mb-m {
    margin-bottom: 60px;
  }
}
.mb-l {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .mb-l {
    margin-bottom: 100px;
  }
}
.py-s {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .py-s {
    padding: 50px 0;
  }
}
.py-l {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .py-l {
    padding: 100px;
  }
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.is-hidden {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.material-icons-round,
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link-primary {
  color: #003A2D;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  border-bottom: 1px solid #003A2D;
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .link-primary {
    font-size: clamp(24px, 2vw, 28px);
    line-height: 1.125;
  }
}
.link-primary:hover,
.link-primary:focus,
.link-primary:active {
  color: #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
}
.link-primary-light {
  color: #95C11F;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  border-bottom: 1px solid #95C11F;
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .link-primary-light {
    font-size: 32px;
    line-height: 36px;
  }
}
.link-primary-light:hover,
.link-primary-light:focus,
.link-primary-light:active {
  color: #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
}
.link-primary-small {
  color: #003A2D;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  border-bottom: 1px solid #003A2D;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .link-primary-small {
    font-size: 20px;
    line-height: 26px;
  }
}
.link-primary-small:hover,
.link-primary-small:focus,
.link-primary-small:active {
  color: #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
}
@media (min-width: 992px) {
  .link-primary-small {
    font-size: 20px;
    line-height: 26px;
  }
}
.link-primary-small:hover,
.link-primary-small:focus,
.link-primary-small:active {
  color: #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
}
.link-secondary {
  color: #003A2D;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  border-bottom: 1px solid #95C11F;
  font-size: 16px;
  line-height: 24px;
}
.link-secondary:hover,
.link-secondary:focus,
.link-secondary:active {
  color: #95C11F;
}
.link-border {
  border-bottom: 1px solid #873800;
}
.link-border:hover,
.link-border:focus,
.link-border:active {
  border-bottom: 1px solid #000000;
}
.link-white {
  color: #fff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
}
.link-white:hover,
.link-white:focus,
.link-white:active {
  color: #003A2D;
}
.link-icon {
  display: flex;
  align-items: center;
}
.link-icon span {
  margin-right: 3px;
}
.btn-primary {
  display: inline-block;
  align-items: center;
  padding: 8px 25px;
  border: 1px solid transparent;
  border-radius: 22px;
  background: #873800;
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #873800;
  background: #fff;
  border: 1px solid #873800;
}
.btn-primary i {
  font-size: 13px;
}
.btn-outline {
  display: inline-block;
  align-items: center;
  padding: 8px 25px;
  border: 1px solid transparent;
  border-radius: 22px;
  background: #873800;
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  background: transparent;
  border: 2px solid #873800;
  color: #000000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: #873800;
  background: #fff;
  border: 1px solid #873800;
}
.btn-outline i {
  font-size: 13px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: #fff;
  background: #873800;
  border: 2px solid transparent;
}
.btn-outline-white {
  display: inline-block;
  align-items: center;
  padding: 8px 25px;
  border: 1px solid transparent;
  border-radius: 22px;
  background: #873800;
  cursor: pointer;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  background: transparent;
  border: 2px solid #873800;
  color: #000000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active {
  color: #873800;
  background: #fff;
  border: 1px solid #873800;
}
.btn-outline-white i {
  font-size: 13px;
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active {
  color: #fff;
  background: #873800;
  border: 2px solid transparent;
}
.btn-white {
  display: inline-block;
  align-items: center;
  padding: 8px 25px;
  border: 1px solid transparent;
  border-radius: 22px;
  background: #873800;
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  background: #fff;
  color: #000000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #873800;
  background: #fff;
  border: 1px solid #873800;
}
.btn-white i {
  font-size: 13px;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #fff;
  background: #000000;
}
.btn-icon span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-icon:hover span,
.btn-icon:focus span,
.btn-icon:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.btn-large {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .btn-large {
    font-size: 30px;
    line-height: 38px;
  }
}
.box-primary {
  padding: 20px;
  border: none;
  border-radius: 0 0 22px 22px;
  background: #000000;
  color: #fff;
}
.box-primary a {
  color: #fff;
  text-decoration: none;
}
.alert {
  display: flex;
  align-items: center;
}
.alert--error {
  padding: 20px 20px;
  margin-bottom: 25px;
  border-radius: 22px;
  background: #d12d2e;
  color: #fff;
  flex-direction: column;
}
@media (min-width: 768px) {
  .alert--error {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .alert--error {
    margin-bottom: 40px;
  }
}
.alert--error .alert__button {
  display: inline-block;
  align-items: center;
  padding: 8px 25px;
  border: 1px solid transparent;
  border-radius: 22px;
  background: #873800;
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  background: #fff;
  color: #000000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  height: auto;
  padding: 10px 15px;
  margin-top: 15px;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #873800;
  background: #fff;
  border: 1px solid #873800;
}
.alert--error .alert__button i {
  font-size: 13px;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #fff;
  background: #000000;
}
.alert--error .alert__button span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.alert--error .alert__button:hover span,
.alert--error .alert__button:focus span,
.alert--error .alert__button:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.link-primary-small {
  color: #003A2D;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  border-bottom: 1px solid #003A2D;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .link-primary-small {
    font-size: 20px;
    line-height: 26px;
  }
}
.link-primary-small:hover,
.link-primary-small:focus,
.link-primary-small:active {
  color: #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
}
@media (min-width: 992px) {
  .link-primary-small {
    font-size: 20px;
    line-height: 26px;
  }
}
.link-primary-small:hover,
.link-primary-small:focus,
.link-primary-small:active {
  color: #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
}
/* icon font */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/google-icons/google-icons-rounded.woff2') format('woff2');
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/open-sans/open-sans-v44-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/open-sans/open-sans-v44-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/open-sans/open-sans-v44-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fallback */
@font-face {
  font-family: 'Google Icons';
  font-style: normal;
  font-weight: 100 700;
  src: url('assets/fonts/google-icons/google-icons.woff2') format('woff2');
}
@font-face {
  font-family: 'icomoon';
  src: url('assets/fonts/icons/icomoon.eot?zgutny');
  src: url('assets/fonts/icons/icomoon.eot?zgutny#iefix') format('embedded-opentype'), url('assets/fonts/icons/icomoon.woff2?zgutny') format('woff2'), url('assets/fonts/icons/icomoon.ttf?zgutny') format('truetype'), url('assets/fonts/icons/icomoon.woff?zgutny') format('woff'), url('assets/fonts/icons/icomoon.svg?zgutny#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.material-icons-rounded {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-search--inline .select2-search__field {
  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-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #000000;
  border-radius: 0 0 22px 22px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  overflow: hidden;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-container--white .select2-dropdown {
  border-color: #fff;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 5px 20px;
  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;
}
.select2-search--dropdown {
  display: block;
  padding: 5px 20px;
}
.select2-search--dropdown .select2-search__field {
  padding: 5px;
  width: 100%;
  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-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 8px;
}
.select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-selection__placeholder {
  color: #999;
}
.select2-selection__arrow {
  position: absolute;
  top: 12px;
  right: 16px;
}
.select2-selection__arrow b:before {
  content: "\e901";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2E80AB;
}
.select2-container--open .select2-selection__arrow b:before {
  content: "\e904";
}
.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--disabled .select2-selection__clear {
  display: none;
}
.select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  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;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.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-selection__choice__remove:hover,
.select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.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-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-results__option--group {
  padding: 0;
}
.select2-results__option--disabled {
  color: #999;
}
.select2-results__option--selected {
  background-color: #ddd;
}
.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #2E80AB;
  color: white;
}
.select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
body {
  position: relative;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  min-height: 100%;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
    line-height: 26px;
  }
}
body:has(.state-header--nav-active) {
  overflow: hidden;
}
body.state-nav-main--no-scroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  body.state-nav-main--no-scroll {
    overflow: visible;
  }
}
html:has(.lightbox-open),
body:has(.lightbox-open) {
  overflow: hidden;
  height: 100%;
}
@media (min-width: 768px) {
  section.section {
    max-width: 75%;
  }
}
a,
button,
input {
  outline: 2px solid transparent;
}
a {
  color: #000000;
  text-decoration: none;
}
input,
select,
textarea {
  outline: 1px solid transparent;
}
button:focus,
a:focus {
  outline: 3px solid #003A2D;
  outline-offset: 3px;
}
.l-header button:focus,
.l-header a:focus,
.l-footer button:focus,
.l-footer a:focus {
  outline-color: #fff;
  border-radius: 3px;
}
input:focus,
select:focus,
textarea:focus {
  outline: 1px solid #000000;
}
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  /* undo all the above focused button styles
	if the button has focus but the browser wouldn't normally
	show default focus styles */
  outline: 2px solid transparent;
}
hr {
  position: relative;
  height: 1px;
  border: none;
  margin: 25px 0;
  background: #000000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
img.image {
  margin-bottom: 40px;
}
strong,
b {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1 {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 42px;
  line-height: 46px;
  margin-bottom: 5px;
  hyphens: auto;
  -webkit-hyphens: auto;
}
@media (min-width: 576px) {
  h1 {
    hyphens: none;
    -webkit-hyphens: none;
  }
}
@media (min-width: 992px) {
  h1 {
    margin-bottom: 10px;
    font-size: clamp(55px, 5vw, 80px);
    line-height: 1.1;
  }
}
h1::after {
  font-family: 'icomoon';
  content: '\e900';
  color: #003A2D;
  font-size: 10px;
  margin-left: 8px;
}
@media (min-width: 992px) {
  h1::after {
    font-size: 20px;
  }
}
h2 {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #003A2D;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 30px;
  hyphens: auto;
  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 45px;
  }
}
h3 {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  color: #95C11F;
  font-size: 30px;
  line-height: 38px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 38px;
    line-height: 48px;
  }
}
h4,
.h4 {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 32px;
  }
}
address,
p {
  margin-bottom: 25px;
}
p + h2 {
  margin-top: 25px;
}
@media (min-width: 992px) {
  p + h2 {
    margin-top: 55px;
  }
}
.container,
.container-l,
.container-s {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen {
  .container {
    width: 1090px;
  }
}
@media screen {
  .container-l {
    width: 1362px;
  }
}
@media screen {
  .container-s {
    width: 1360px;
  }
  .container-s .pid-3,
  .container-s .pid-4 {
    width: 1380px;
  }
}
@media (min-width: 992px) {
  .container-s {
    padding-right: 435px;
  }
}
.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.grid-item {
  width: 100%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .row-two > .grid-item {
    width: 49.9%;
  }
}
@media print {
  .row-two > .grid-item {
    width: 49.9%;
  }
}
@media (min-width: 992px) {
  .row-three > .grid-item {
    width: 33.2%;
  }
}
@media (min-width: 992px) {
  .row-four > .grid-item {
    width: 24.9%;
  }
}
@media (min-width: 992px) {
  .row-two-one > .grid-item:first-child {
    width: 66.6664%;
  }
}
@media (min-width: 992px) {
  .row-two-one > .grid-item:last-child {
    width: 33.3332%;
  }
}
@media (min-width: 992px) {
  .row-three-one > .grid-item:first-child {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .row-three-one > .grid-item:last-child {
    width: 25%;
  }
}
.row-footer {
  justify-content: space-between;
  align-items: end;
  row-gap: 30px;
}
@media (min-width: 768px) {
  .row-footer {
    row-gap: 50px;
  }
}
.row-footer > .grid-item {
  width: 100%;
}
@media (min-width: 992px) {
  .row-footer .footer__left {
    margin-bottom: 0;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .row-footer .footer__right {
    margin-bottom: 0;
    width: 60%;
  }
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-download:before {
  content: "\e902";
}
.icon-play:before {
  content: "\e901";
}
.icon-dot:before {
  content: "\e900";
}
.icon-info:before {
  content: "\e903";
}
.icon-arrow-up:before {
  content: "\e90d";
}
/* Pannellum 2.5.6, https://github.com/mpetroff/pannellum */
.pnlm-container {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
  font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
  background: #f4f4f4 url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267%22%20height%3D%22100%22%20viewBox%3D%220%200%2067%20100%22%3E%0A%3Cpath%20stroke%3D%22%23ccc%22%20fill%3D%22none%22%20d%3D%22M33.5%2C50%2C0%2C63%2C33.5%2C75%2C67%2C63%2C33.5%2C50m-33.5-50%2C67%2C25m-0.5%2C0%2C0%2C75m-66.5-75%2C67-25m-33.5%2C75%2C0%2C25m0-100%2C0%2C50%22%2F%3E%0A%3C%2Fsvg%3E%0A') repeat;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  line-height: 1.4;
  contain: content;
}
.pnlm-container * {
  box-sizing: content-box;
}
.pnlm-ui {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pnlm-grab {
  cursor: grab;
  cursor: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s6.38-6.73%204.64-8.24-3.47%201.01-3.47%201.01%203.61-5.72%201.41-6.49c-2.2-0.769-3.33%204.36-3.33%204.36s0.873-5.76-1.06-5.76-1.58%205.39-1.58%205.39-0.574-4.59-2.18-4.12c-1.61%200.468-0.572%205.51-0.572%205.51s-1.58-4.89-2.93-3.79c-1.35%201.11%200.258%205.25%200.572%206.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A') 12 8, default;
}
.pnlm-grabbing {
  cursor: grabbing;
  cursor: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s5.07-5.29%203.77-6.74c-1.31-1.45-2.53%200.14-2.53%200.14s2.74-3.29%200.535-4.06c-2.2-0.769-2.52%201.3-2.52%201.3s0.81-2.13-1.12-2.13-1.52%201.77-1.52%201.77-0.261-1.59-1.87-1.12c-1.61%200.468-0.874%202.17-0.874%202.17s-0.651-1.55-2-0.445c-1.35%201.11-0.68%202.25-0.365%203.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A') 12 8, default;
}
.pnlm-sprite {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%22208%22%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22117%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22143%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20cy%3D%22169%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cy%3D%22195%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cx%3D%2213%22%20cy%3D%22195%22%20r%3D%222.5%22%2F%3E%0A%3Cpath%20d%3D%22m5%2083v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-5%205v6h6v-6zm-5%205v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20110a7%207%200%200%200%20-7%207%207%207%200%200%200%207%207%207%207%200%200%200%207%20-7%207%207%200%200%200%20-7%20-7zm-1%203h2v2h-2zm0%203h2v5h-2z%22%2F%3E%0A%3Cpath%20d%3D%22m5%2057v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-10%2010v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m17%2038v2h-8v-2z%22%2F%3E%0A%3Cpath%20d%3D%22m12%209v3h-3v2h3v3h2v-3h3v-2h-3v-3z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20136-6.125%206.125h4.375v7.875h3.5v-7.875h4.375z%22%2F%3E%0A%3Cpath%20d%3D%22m10.428%20173.33v-5.77l5-2.89v5.77zm1-1.73%203-1.73-3.001-1.74z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}
.pnlm-container:-moz-full-screen {
  height: 100%!important;
  width: 100%!important;
  position: static !important;
}
.pnlm-container:-webkit-full-screen {
  height: 100%!important;
  width: 100%!important;
  position: static !important;
}
.pnlm-container:-ms-fullscreen {
  height: 100%!important;
  width: 100%!important;
  position: static !important;
}
.pnlm-container:fullscreen {
  height: 100%!important;
  width: 100%!important;
  position: static !important;
}
.pnlm-render-container {
  cursor: inherit;
  position: absolute;
  height: 100%;
  width: 100%;
}
.pnlm-controls {
  margin-top: 4px;
  background-color: #fff;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  -webkit-transform: translateZ(9999px);
  transform: translateZ(9999px);
}
.pnlm-control:hover {
  background-color: #f8f8f8;
}
.pnlm-controls-container {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 1;
}
.pnlm-zoom-controls {
  width: 26px;
  height: 52px;
}
.pnlm-zoom-in {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  border-radius: 3px 3px 0 0;
}
.pnlm-zoom-out {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background-position: 0 -26px;
  border-top: 1px solid #ddd;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.pnlm-fullscreen-toggle-button,
.pnlm-orientation-button,
.pnlm-hot-spot-debug-indicator {
  width: 26px;
  height: 26px;
}
.pnlm-hot-spot-debug-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 13px;
  display: none;
}
.pnlm-orientation-button-inactive {
  background-position: 0 -156px;
}
.pnlm-orientation-button-active {
  background-position: 0 -182px;
}
.pnlm-fullscreen-toggle-button-inactive {
  background-position: 0 -52px;
}
.pnlm-fullscreen-toggle-button-active {
  background-position: 0 -78px;
}
.pnlm-panorama-info {
  position: absolute;
  bottom: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 3px 3px 0;
  padding-right: 10px;
  color: #fff;
  text-align: left;
  display: none;
  z-index: 2;
  -webkit-transform: translateZ(9999px);
  transform: translateZ(9999px);
}
.pnlm-title-box {
  position: relative;
  font-size: 20px;
  display: table;
  padding-left: 5px;
  margin-bottom: 3px;
}
.pnlm-author-box {
  position: relative;
  font-size: 12px;
  display: table;
  padding-left: 5px;
}
.pnlm-load-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 150px;
  margin: -75px 0 0 -100px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  display: none;
  color: #fff;
}
.pnlm-load-box p {
  margin: 20px 0;
}
.pnlm-lbox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  display: none;
}
.pnlm-loading {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-name: pnlm-mv;
  -webkit-animation-name: pnlm-mv;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  height: 10px;
  width: 10px;
  background-color: #fff;
  position: relative;
}
@keyframes pnlm-mv {
  from {
    left: 0;
    top: 0;
  }
  25% {
    left: 10px;
    top: 0;
  }
  50% {
    left: 10px;
    top: 10px;
  }
  75% {
    left: 0;
    top: 10px;
  }
  to {
    left: 0;
    top: 0;
  }
}
@-webkit-keyframes pnlm-mv {
  from {
    left: 0;
    top: 0;
  }
  25% {
    left: 10px;
    top: 0;
  }
  50% {
    left: 10px;
    top: 10px;
  }
  75% {
    left: 0;
    top: 10px;
  }
  to {
    left: 0;
    top: 0;
  }
}
.pnlm-load-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 100px;
  margin: -50px 0 0 -100px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  display: table;
  color: #fff;
  cursor: pointer;
}
.pnlm-load-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.pnlm-load-button p {
  display: table-cell;
  vertical-align: middle;
}
.pnlm-info-box {
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 150px;
  margin: -75px 0 0 -100px;
  background-color: #000;
  border-radius: 3px;
  display: table;
  text-align: center;
  color: #fff;
  table-layout: fixed;
}
.pnlm-info-box a,
.pnlm-author-box a {
  color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.pnlm-info-box p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px 0 5px;
}
.pnlm-error-msg {
  display: none;
}
.pnlm-about-msg {
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  padding: 5px 8px 5px 8px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  position: absolute;
  top: 50px;
  left: 50px;
  display: none;
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}
.pnlm-about-msg a:link,
.pnlm-about-msg a:visited {
  color: #fff;
}
.pnlm-about-msg a:hover,
.pnlm-about-msg a:active {
  color: #eee;
}
.pnlm-hotspot-base {
  position: absolute;
  visibility: hidden;
  cursor: default;
  vertical-align: middle;
  top: 0;
  z-index: 1;
}
.pnlm-hotspot {
  height: 26px;
  width: 26px;
  border-radius: 13px;
}
.pnlm-hotspot:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.pnlm-hotspot.pnlm-info {
  background-position: 0 -104px;
}
.pnlm-hotspot.pnlm-scene {
  background-position: 0 -130px;
}
div.pnlm-tooltip span {
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  max-width: 200px;
  padding: 5px 10px;
  margin-left: -220px;
  cursor: default;
}
div.pnlm-tooltip:hover span {
  visibility: visible;
}
div.pnlm-tooltip:hover span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  bottom: -20px;
  left: -10px;
  margin: 0 50%;
}
.pnlm-compass {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 4px;
  bottom: 4px;
  border-radius: 25px;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2250%22%20width%3D%2250%22%3E%0A%3Cpath%20d%3D%22m24.5078%206-3.2578%2018h7.5l-3.25781-18h-0.984376zm-3.2578%2020%203.2578%2018h0.9844l3.2578-18h-7.5zm1.19531%200.9941h5.10938l-2.5547%2014.1075-2.5547-14.1075z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  cursor: default;
  display: none;
}
.pnlm-world {
  position: absolute;
  left: 50%;
  top: 50%;
}
.pnlm-face {
  position: absolute;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.pnlm-dragfix,
.pnlm-preview-img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.pnlm-preview-img {
  background-size: cover;
  background-position: center;
}
.pnlm-lbar {
  width: 150px;
  margin: 0 auto;
  border: #fff 1px solid;
  height: 6px;
}
.pnlm-lbar-fill {
  background: #fff;
  height: 100%;
  width: 0;
}
.pnlm-lmsg {
  font-size: 12px;
}
.pnlm-fade-img {
  position: absolute;
  top: 0;
  left: 0;
}
.pnlm-pointer {
  cursor: pointer;
}
.rich,
#tinymce {
  hyphens: auto;
  margin-bottom: 50px;
}
.rich > .row > .grid-item > *:last-child,
#tinymce > .row > .grid-item > *:last-child {
  margin-bottom: 0;
}
.rich a,
#tinymce a {
  color: #003A2D;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  border-bottom: 1px solid #003A2D;
  font-size: 18px;
  line-height: 22px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .rich a,
  #tinymce a {
    font-size: 20px;
    line-height: 26px;
  }
}
.rich a:hover,
#tinymce a:hover,
.rich a:focus,
#tinymce a:focus,
.rich a:active,
#tinymce a:active {
  color: #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
}
@media (min-width: 992px) {
  .rich a,
  #tinymce a {
    font-size: 20px;
    line-height: 26px;
  }
}
.rich a:hover,
#tinymce a:hover,
.rich a:focus,
#tinymce a:focus,
.rich a:active,
#tinymce a:active {
  color: #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
}
@media (min-width: 992px) {
  .rich a,
  #tinymce a {
    font-size: 20px;
    line-height: 26px;
  }
}
.rich a:hover,
#tinymce a:hover,
.rich a:focus,
#tinymce a:focus,
.rich a:active,
#tinymce a:active {
  color: #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
}
@media (min-width: 992px) {
  .rich a,
  #tinymce a {
    font-size: 20px;
    line-height: 26px;
  }
}
.rich a:hover,
#tinymce a:hover,
.rich a:focus,
#tinymce a:focus,
.rich a:active,
#tinymce a:active {
  color: #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
}
@media (min-width: 992px) {
  .rich a,
  #tinymce a {
    font-size: 20px;
    line-height: 26px;
  }
}
.rich a:hover,
#tinymce a:hover,
.rich a:focus,
#tinymce a:focus,
.rich a:active,
#tinymce a:active {
  color: #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
}
@media (min-width: 992px) {
  .rich a,
  #tinymce a {
    font-size: 18px;
    line-height: 26px;
  }
}
.rich a.btn-primary,
#tinymce a.btn-primary {
  display: inline-block;
  align-items: center;
  padding: 8px 25px;
  border: 1px solid transparent;
  border-radius: 22px;
  background: #873800;
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rich a.btn-primary:hover,
#tinymce a.btn-primary:hover,
.rich a.btn-primary:focus,
#tinymce a.btn-primary:focus,
.rich a.btn-primary:active,
#tinymce a.btn-primary:active {
  color: #873800;
  background: #fff;
  border: 1px solid #873800;
}
.rich a.btn-primary i,
#tinymce a.btn-primary i {
  font-size: 13px;
}
.rich ul,
#tinymce ul {
  margin-bottom: 20px;
  margin-left: 7px;
}
.rich ul li,
#tinymce ul li {
  position: relative;
  padding-left: 20px;
  list-style: none;
  margin-bottom: 0;
}
.rich ul li:before,
#tinymce ul li:before {
  content: " ";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000000;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 2px;
  top: 10px;
  color: #95C11F;
  font-size: 0.75em;
}
.rich ul li ul,
#tinymce ul li ul {
  margin-top: 0.5em;
}
.rich ul > ul,
#tinymce ul > ul {
  margin-left: 20px;
}
.rich ul + p,
#tinymce ul + p {
  margin-top: 26px;
}
.rich ol,
#tinymce ol {
  margin-bottom: 50px;
  margin-left: 20px;
}
.rich ol li,
#tinymce ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 1.5em;
  list-style: decimal;
}
.rich blockquote,
#tinymce blockquote {
  margin-bottom: 30px;
}
.rich p + h2,
#tinymce p + h2,
.rich ul + h2,
#tinymce ul + h2,
.rich p + h2,
#tinymce p + h2,
.rich table + h2,
#tinymce table + h2 {
  margin-top: 50px;
}
.rich p + h3,
#tinymce p + h3,
.rich ul + h3,
#tinymce ul + h3,
.rich p + h3,
#tinymce p + h3,
.rich table + h3,
#tinymce table + h3 {
  margin-top: 40px;
}
.rich p + ul,
#tinymce p + ul,
.rich ul + ul,
#tinymce ul + ul,
.rich p + ul,
#tinymce p + ul,
.rich table + ul,
#tinymce table + ul {
  margin-top: 24px;
}
.rich table,
#tinymce table {
  border-collapse: collapse;
  margin-bottom: 20px;
  font-family: inherit;
  font-size: inherit;
}
.rich table th,
#tinymce table th,
.rich table td,
#tinymce table td {
  padding: 3px 5px;
  border: 1px solid #363535;
  font-family: inherit;
  font-size: inherit;
}
.rich table th:first-child,
#tinymce table th:first-child,
.rich table td:first-child,
#tinymce table td:first-child {
  padding-left: 0;
}
.rich table th ul,
#tinymce table th ul,
.rich table td ul,
#tinymce table td ul {
  margin-top: 5px;
}
.rich table th li,
#tinymce table th li,
.rich table td li,
#tinymce table td li {
  margin-bottom: 2px;
}
.rich table.table__plain th,
#tinymce table.table__plain th,
.rich table.table__plain td,
#tinymce table.table__plain td {
  border: none;
}
.rich a[href$='.pdf'],
#tinymce a[href$='.pdf'] {
  position: relative;
}
.rich a[href$='.pdf']:after,
#tinymce a[href$='.pdf']:after {
  content: " (PDF)";
}
.rich h4,
#tinymce h4 {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 0;
}
#tinymce div {
  color: red !important;
}
#tinymce .js-layout-anchor {
  color: red;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.mod-form {
  margin-bottom: 50px;
}
.form__wrapper {
  display: flex;
}
.form__item {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .form__item {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .form__item {
    margin-bottom: 40px;
  }
}
.form__label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 20px 25px;
  line-height: 1;
  font-size: 28px;
  line-height: 32px;
  color: #000000;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  -webkit-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
}
.form__select,
.form__input,
.form__textarea,
.duet-date__input,
.select2-container--default .select2-selection--single {
  width: 100%;
  height: 60px;
  padding: 15px 25px;
  border: 1px solid #363535;
  background: #fff;
  border-radius: 22px;
  box-shadow: inset 0 4px 4px -4px rgba(42, 49, 51, 0.7);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__select::placeholder,
.form__input::placeholder,
.form__textarea::placeholder,
.duet-date__input::placeholder,
.select2-container--default .select2-selection--single::placeholder {
  color: transparent;
}
.form__select:hover,
.form__input:hover,
.form__textarea:hover,
.duet-date__input:hover,
.select2-container--default .select2-selection--single:hover,
.form__select:active,
.form__input:active,
.form__textarea:active,
.duet-date__input:active,
.select2-container--default .select2-selection--single:active,
.form__select:focus,
.form__input:focus,
.form__textarea:focus,
.duet-date__input:focus,
.select2-container--default .select2-selection--single:focus {
  border-color: #003A2D;
}
.form__select {
  height: 70px;
  padding: 15px 20px;
}
.form__nickname {
  position: absolute;
  left: -9999999px;
}
.select2-container--default .select2-selection--single {
  display: flex !important;
  height: 60px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  line-height: 1 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px !important;
  right: 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #363535 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 10px 12px;
  border: 1px solid #363535 !important;
  border-radius: 8px;
}
.select2-container--default .select2-results__option--selected {
  background-color: #d5d5d5 !important;
}
.select2-results__option--highlighted {
  background-color: #873800 !important;
}
.form__input:focus ~ .form__label,
.form__input:not(:placeholder-shown) ~ .form__label,
.form__textarea:focus ~ .form__label,
.form__textarea:not(:placeholder-shown) ~ .form__label,
.form__select ~ .form__label,
.form__label--duet {
  opacity: 0.8;
  -webkit-transform: scale(0.75) translateY(-10px) translateX(10px);
  -ms-transform: scale(0.75) translateY(-10px) translateX(10px);
  transform: scale(0.75) translateY(-10px) translateX(10px);
}
.form__input--file {
  padding: 30px 0 20px 10px;
  cursor: pointer;
  border-radius: 22px;
}
@media (min-width: 768px) {
  .form__input--file {
    padding: 30px 20px 20px;
  }
}
.form__button {
  display: inline-block;
  align-items: center;
  padding: 8px 25px;
  border: 1px solid transparent;
  border-radius: 22px;
  background: #873800;
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__button:hover,
.form__button:focus,
.form__button:active {
  color: #873800;
  background: #fff;
  border: 1px solid #873800;
}
.form__button i {
  font-size: 13px;
}
.form__button--icon span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__button--icon:hover span,
.form__button--icon:focus span,
.form__button--icon:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.form__legend {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
.form__textarea {
  min-height: 150px;
}
.form__radio-checkbox .form__item {
  margin-bottom: 15px;
  flex-direction: row;
}
.form__radio-checkbox .form__item:last-child {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .form__radio-checkbox .form__item:last-child {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .form__radio-checkbox .form__item:last-child {
    margin-bottom: 40px;
  }
}
.form__radio,
.form__checkbox {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  border: 1px solid #363535;
  border-radius: 100%;
  flex-shrink: 0;
  /* important to keep size of checkbox/radio even it there is a multiline label*/
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.form__radio[disabled],
.form__checkbox[disabled],
.form__radio[aria-disabled=true],
.form__checkbox[aria-disabled=true] {
  opacity: 0.4;
}
.form__radio::before,
.form__checkbox::before {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
}
.form__radio:hover,
.form__checkbox:hover,
.form__radio:active,
.form__checkbox:active,
.form__radio:focus,
.form__checkbox:focus {
  border-color: #003A2D;
}
.form__radio:focus,
.form__checkbox:focus {
  outline: 1px solid #003A2D;
}
.form__checkbox {
  border-radius: 8px;
}
.form__radio::before {
  height: 0;
  width: 0;
}
.form__radio:checked::before {
  border: 5px solid transparent;
  border-radius: 100%;
  outline-offset: -6px;
  background: #000000;
}
.form__checkbox:checked::before {
  content: '\e876';
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  line-height: 1;
  color: #000000;
}
.form__radio ~ .form__label,
.form__checkbox ~ .form__label {
  position: relative;
  padding: 0;
  cursor: pointer;
  line-height: unset;
}
.form__info {
  font-size: 28px;
  line-height: 32px;
}
.form__label--duet {
  pointer-events: none;
}
.duet-date__input::placeholder {
  color: #000000;
}
.duet-date__input:focus {
  box-shadow: none;
  outline: 1px solid #003A2D;
}
.l-header .duet-date__input:focus,
.l-footer .duet-date__input:focus {
  outline-color: #d12d2e;
}
.duet-date__input:focus ~ .duet-date__toggle {
  box-shadow: none;
}
.duet-date__toggle {
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}
.duet-date__toggle:focus {
  outline: 3px solid #003A2D;
  outline-offset: 3px;
}
.l-header .duet-date__toggle:focus,
.l-footer .duet-date__toggle:focus {
  outline-color: #d12d2e;
}
.duet-date__prev,
.duet-date__next {
  background: #d12d2e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.duet-date__prev:hover,
.duet-date__next:hover,
.duet-date__prev:active,
.duet-date__next:active,
.duet-date__prev:focus,
.duet-date__next:focus {
  background: #003A2D;
  color: #fff;
}
/* overwrite duet color config */
:root {
  --duet-color-primary: #2E80AB !important;
  --duet-color-text: #000000 !important;
  --duet-color-placeholder: #000000 !important;
  --duet-color-button: #fff !important;
  --duet-color-overlay: rgba(0, 0, 0, 0.8);
  --duet-font: "Lato", arial, sans-serif !important;
  --duet-font-normal: normal !important;
  --duet-font-bold: 700 !important;
  --duet-radius: 8px !important;
}
.form__alert-error {
  padding: 20px 20px 10px;
  margin-bottom: 25px;
  border-radius: 22px;
  background: #d12d2e;
  color: #fff;
}
@media (min-width: 768px) {
  .form__alert-error {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .form__alert-error {
    margin-bottom: 40px;
  }
}
.form__error {
  padding-top: 5px;
  color: #d12d2e;
}
.form__confirmemail {
  position: absolute;
  left: -10000px;
  top: -10000px;
}
.form__packages {
  margin-bottom: 50px;
}
.form__packages .form__item {
  width: 100%;
}
.form__packages .form__item strong {
  color: #2E80AB;
}
.form__packages .form__radio,
.form__packages .form__checkbox {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 10px;
}
.form__packages .form__radio ~ .form__label,
.form__packages .form__checkbox ~ .form__label {
  width: 100%;
  padding: 15px 40px;
  position: relative;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #363535;
  font-size: 18px;
  line-height: 24px;
}
.form__packages .form__radio:checked ~ .form__label,
.form__packages .form__checkbox:checked ~ .form__label {
  border: 2px solid #2E80AB;
}
/**
 * Swiper 11.1.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
@font-face {
  font-family: 'dp-icomoon';
  src: url(data:application/vnd.ms-fontobject;base64,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);
  src: url(data:application/vnd.ms-fontobject;base64,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#iefix) format("embedded-opentype"), url(data:font/ttf;base64,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) format("truetype"), url(data:font/woff;base64,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) format("woff"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIiA+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPG1ldGFkYXRhPkdlbmVyYXRlZCBieSBJY29Nb29uPC9tZXRhZGF0YT4NCiAgICA8ZGVmcz4NCiAgICAgICAgPGZvbnQgaWQ9Imljb21vb24iIGhvcml6LWFkdi14PSIxMDI0Ij4NCiAgICAgICAgICAgIDxmb250LWZhY2UgdW5pdHMtcGVyLWVtPSIxMDI0IiBhc2NlbnQ9Ijk2MCIgZGVzY2VudD0iLTY0Ii8+DQogICAgICAgICAgICA8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iMTAyNCIvPg0KICAgICAgICAgICAgPGdseXBoIHVuaWNvZGU9IiYjeDIwOyIgaG9yaXotYWR2LXg9IjUxMiIgZD0iIi8+DQogICAgICAgICAgICA8Z2x5cGggdW5pY29kZT0iJiN4ZTkwMDsiIGdseXBoLW5hbWU9ImZpbmdlcnByaW50Ig0KICAgICAgICAgICAgICAgICAgIGQ9Ik02MzYgMC42NjdoLTZxLTkyIDI0LTE1OCA5MC0zOCAzOC02NSAxMDN0LTI3IDExOXEwIDUyIDM4IDg5dDkyIDM3IDkzLTM3IDM5LTg5cTAtMzQgMjUtNTh0NjMtMjQgNjQgMjQgMjYgNThxMCAxMjAtOTEgMjA2dC0yMTkgODZxLTkyIDAtMTY4LTQ3dC0xMTQtMTI1cS0yNC01MC0yNC0xMjAgMC04MCAyOC0xNTQgNi0yMC0xNC0yNnQtMjYgMTJxLTMyIDgyLTMyIDE2OCAwIDc4IDMwIDEzOCA0MiA5MCAxMjkgMTQ0dDE5MSA1NHExNDYgMCAyNDktOTl0MTAzLTIzN3EwLTUyLTM5LTg4dC05My0zNi05MiAzNi0zOCA4OHEwIDM0LTI2IDU5dC02NCAyNS02My0yNS0yNS01OXEwLTExMiA4MC0xOTIgNTYtNTYgMTQwLTc4IDE4LTIgMTQtMjYtNC0xNi0yMC0xNnpNNTMwIDMxMi42NjdxMC03NCA1NS0xMjh0MTM3LTU0cTQgMCAxOCAydDIzIDIgMTgtMyAxMS0xM3E0LTIyLTE4LTI2LTI0LTQtNTItNC04MCAwLTEzMiAzOC0xMDIgNzAtMTAyIDE4NiAwIDIyIDIyIDIyIDIwIDAgMjAtMjJ6TTQxNiA4LjY2N3EtOCAwLTE0IDYtNTQgNTQtODYgMTE0LTQ2IDgwLTQ2IDE4NCAwIDk0IDcxIDE2MnQxNzEgNjggMTcxLTY4IDcxLTE2MnEwLTIwLTIyLTIwdC0yMiAyMHEwIDc4LTU4IDEzM3QtMTQwIDU1LTE0MC01NS01OC0xMzNxMC05NiAzOC0xNjQgMjYtNDYgODAtMTA0IDE2LTE0IDAtMzAtNi02LTE2LTZ6TTE1MCA1MjQuNjY3cS0yMiAwLTIyIDIwIDAgNCA0IDEyIDY0IDkyIDE2MCAxNDAgMTAwIDUyIDIyMCA1MnQyMjAtNTJxOTgtNDggMTYwLTEzOCA0LTggNC0xMiAwLTE0LTE2LTIwdC0yNCA4cS02MCA4Mi0xNDQgMTI0LTkyIDQ2LTIwMCA0N3QtMjAwLTQ3cS05MC00Ni0xNDYtMTI2LTYtOC0xNi04ek03NjAgNzQ4LjY2N3EtOCAwLTEwIDItMTE4IDYwLTIzOCA2MC0xMzAgMC0yMzgtNjAtMTAtNi0yMCAwdC0xMCAxOHEwIDE0IDEwIDIwIDExNiA2NCAyNTggNjQgMTMwIDAgMjU4LTY0IDE4LTEwIDgtMjgtOC0xMi0xOC0xMnoiLz4NCiAgICAgICAgPC9mb250Pg0KICAgIDwvZGVmcz4NCjwvc3ZnPg==#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="dp--icon-"],
[class*=" dp--icon-"] {
  font-family: 'dp-icomoon' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dp--icon-fingerprint:before {
  content: "\e900";
}
.dp--revoke {
  line-height: 1;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  box-sizing: border-box;
  min-width: 40px;
  height: 40px;
  margin: 5px;
  padding: 0.5em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform: none;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.8);
}
.dp--revoke i {
  font-size: 24px;
  pointer-events: none;
}
.dp--revoke.cc-top-right,
.dp--revoke.cc-bottom-right {
  right: 0;
  left: auto;
}
.dp--revoke.cc-bottom,
.dp--revoke.cc-bottom-left,
.dp--revoke.cc-bottom-right {
  top: auto;
  bottom: 0;
}
.dp--revoke .dp--hover {
  display: none;
  pointer-events: none;
}
.dp--revoke:hover {
  opacity: 0.7;
}
.dp--revoke:hover .dp--hover {
  display: inline-block;
}
.cc-window {
  font-size: 16px;
  line-height: 1.5em;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
.cc-window.cc-bottom {
  top: auto;
  bottom: 0;
}
.cc-window.cc-top-left,
.cc-window.cc-top-right,
.cc-window.cc-bottom-left,
.cc-window.cc-bottom-right {
  max-width: 24em;
}
.cc-window.cc-top-left,
.cc-window.cc-top-right {
  top: 1rem;
}
.cc-window.cc-top-left,
.cc-window.cc-bottom-left {
  left: 1rem;
}
.cc-window.cc-top-right,
.cc-window.cc-bottom-right {
  right: 1rem;
  left: auto;
}
.cc-window.cc-bottom-left,
.cc-window.cc-bottom-right {
  top: auto;
  bottom: 1rem;
}
.cc-window .cc-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .cc-window.cc-top .cc-body,
  .cc-window.cc-bottom .cc-body {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.cc-window .cc-message {
  padding: 1.5rem;
}
.cc-window .cc-link {
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
  opacity: 0.8;
  color: inherit;
}
.cc-window .dp--cookie-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.cc-window .dp--cookie-check label {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cc-window .dp--cookie-check label:first-child {
  padding-left: 10px;
}
.cc-window .dp--cookie-check label:last-child {
  padding-right: 10px;
}
.cc-window *,
.cc-window *::before,
.cc-window *::after {
  box-sizing: border-box;
}
.cc-compliance {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 300px;
  max-width: 100% !important;
}
.cc-top .cc-compliance,
.cc-bottom .cc-compliance {
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
}
.cc-compliance .cc-btn {
  font-size: 0.9em;
  font-weight: 700;
  display: block;
  width: 50%;
  margin: 0;
  padding: 0.4em 0.8em;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
.cc-btn.cc-allow-all.cc-w-100 {
  background-color: #95C11F !important;
}
.cc-top .cc-compliance .cc-btn,
.cc-bottom .cc-compliance .cc-btn {
  width: 100%;
}
.cc-top .cc-compliance .cc-btn + .cc-btn,
.cc-bottom .cc-compliance .cc-btn + .cc-btn {
  margin-top: 0.25rem;
}
.cc-compliance .cc-w-100 {
  width: 100%;
}
.dp--iframe {
  display: none;
}
.dp--iframe.dp--loaded {
  display: block;
}
.dp--overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.5rem;
  text-align: center;
}
.dp--overlay-description {
  margin-top: 0.8rem;
}
.dp--overlay-button {
  margin-top: 0.8rem;
}
.db--overlay-submit {
  font-weight: 700;
  display: inline-block;
  padding: 0.4em 0.8em;
  text-align: center;
  border: 2px solid transparent;
  cursor: pointer;
}
.dp--iframe.dp--loaded + .dp--overlay {
  display: none;
}
.cc-hide {
  visibility: hidden !important;
  opacity: 0 !important;
}
.cc-sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}
.cc-no-wrap {
  white-space: nowrap;
}
.mod-accordion {
  margin-bottom: 20px;
}
.accordion__title {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  color: #95C11F;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 0 !important;
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .accordion__title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  .accordion__title {
    font-size: 38px;
    line-height: 48px;
  }
}
.accordion__title-link {
  position: relative;
  display: block;
  padding: 7px 55px 10px 0;
  scroll-margin-top: 130px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
@media (min-width: 768px) {
  .accordion__title-link {
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  .accordion__title-link {
    padding: 17px 55px 17px 0;
    scroll-margin-top: 110px;
  }
}
.accordion__title-link:hover,
.accordion__title-link:focus,
.accordion__title-link:active {
  color: red;
}
.accordion__title-link::after {
  position: absolute;
  content: 'expand_more';
  font-family: "Material Symbols Outlined";
  top: 10px;
  right: -10px;
  font-size: 42px;
  line-height: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #95C11F;
}
@media (min-width: 992px) {
  .accordion__title-link::after {
    top: 25px;
    font-size: 56px;
  }
}
.accordion__title-link.state-accordion--open {
  margin-bottom: 0;
}
.accordion__title-link.state-accordion--open::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion__content {
  display: none;
  padding: 3px 0 15px 3px;
  color: #fff;
}
@media (min-width: 992px) {
  .accordion__content {
    padding: 10px 0;
  }
}
.accordion__content .container {
  padding: 0;
}
.accordion__content .rich {
  margin-bottom: 37px;
}
@media (min-width: 992px) {
  .accordion__content .rich {
    margin-bottom: 5px;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  font-size: 16px;
}
.breadcrumb a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb a:after {
  content: "\e901";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 0.5em;
  line-height: 1em;
  margin-left: 10px;
}
.breadcrumb .breadcrumb-item.active {
  color: #873800;
}
.cc-window.cc-bottom-right {
  background: #95C11F;
  max-width: none;
  left: 30px;
  right: 30px;
  width: auto;
}
@media (min-width: 768px) {
  .cc-window.cc-bottom-right {
    left: auto;
    max-width: 30em;
  }
}
.cc-window.cc-bottom-right .dp--cookie-check {
  border: 0;
  border-radius: 0;
  justify-content: left;
}
.cc-window.cc-bottom-right .dp--cookie-check .dp-form-control {
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 33.33332%;
}
.cc-window.cc-bottom-right .dp--cookie-check .dp-form-control label {
  padding: 0;
}
.cc-window.cc-bottom-right .dp--cookie-check .dp-form-control label:first-child {
  padding-left: 0;
}
.cc-window.cc-bottom-right .dp--cookie-check .dp-form-control [type="checkbox"] {
  position: relative;
  left: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}
.cc-window.cc-bottom-right .dp--cookie-check .dp-form-control [type="checkbox"] + label {
  position: absolute;
}
.cc-window.cc-bottom-right .dp--cookie-check .dp-form-control [type="checkbox"] + label::before {
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 0;
  border: 1px solid #fff;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  z-index: 5;
  position: relative;
}
.cc-window.cc-bottom-right .dp--cookie-check .dp-form-control [type="checkbox"]:checked + label::before {
  box-shadow: inset 0 0 0 3px #fff;
  background-color: #fff;
}
.cc-compliance {
  padding: 20px;
}
.cc-compliance .cc-btn {
  font-size: 16px;
  color: #fff;
  border-right: 1px solid #dadada;
}
.cc-compliance .cc-btn:last-child {
  border-right: none;
}
.cc-compliance .cc-btn.cc-allow-all {
  border-right: none;
}
.dp--overlay {
  text-align: left;
}
.dp--overlay .dp--overlay-inner {
  max-width: 450px;
}
.dp--overlay .db--overlay-submit {
  margin-left: 0;
}
.cc-allow {
  color: white;
}
.mod-customers {
  margin-bottom: 80px;
  padding: 0 10px;
}
.mod-customers .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mod-customers .row-two > .grid-item:first-child {
  flex: unset;
  width: 100%;
}
@media (min-width: 992px) {
  .mod-customers .row-two > .grid-item:first-child {
    padding-left: 0;
    width: 51%;
  }
}
.mod-customers .row-two > .grid-item:last-child {
  width: 40%;
  padding-right: 0;
}
.mod-customers .customers__logo-wrapper {
  justify-content: left;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 10px;
}
@media (min-width: 576px) {
  .mod-customers .customers__logo-wrapper {
    column-gap: 15px;
  }
}
@media (min-width: 768px) {
  .mod-customers .customers__logo-wrapper {
    row-gap: 50px;
    column-gap: 40px;
  }
}
.mod-customers .customers__logo-wrapper.row-three > .grid-item {
  max-width: 188px;
  padding-left: 0;
  padding-right: 0;
  width: 47.9%;
}
@media (min-width: 992px) {
  .mod-customers .customers__logo-wrapper.row-three > .grid-item {
    width: 49.9%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .mod-customers .customers__logo-wrapper.row-three > .grid-item {
    width: 33.2%;
  }
}
.mod-customers .grid-item {
  box-sizing: border-box;
}
.mod-customers .customers-logo__box {
  width: 100%;
  height: 106px;
  background: #003A2D;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms ease;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .mod-customers .customers-logo__box {
    width: 195px;
    height: 121px;
  }
}
.mod-customers .customers-logo--img,
.mod-customers .customers-logo--img-hover {
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.mod-customers .customers-logo--size-50 .customers-logo--img,
.mod-customers .customers-logo--size-50 .customers-logo--img-hover,
.mod-customers .customers-logo--size-50 .customers-box-logo--img {
  max-height: 48px;
  max-width: 90px;
}
@media (min-width: 992px) {
  .mod-customers .customers-logo--size-50 .customers-logo--img,
  .mod-customers .customers-logo--size-50 .customers-logo--img-hover,
  .mod-customers .customers-logo--size-50 .customers-box-logo--img {
    max-height: 55px;
    max-width: 100px;
  }
}
.mod-customers .customers-logo--size-75 .customers-logo--img,
.mod-customers .customers-logo--size-75 .customers-logo--img-hover,
.mod-customers .customers-logo--size-75 .customers-box-logo--img {
  max-height: 56px;
  max-width: 104px;
}
@media (min-width: 992px) {
  .mod-customers .customers-logo--size-75 .customers-logo--img,
  .mod-customers .customers-logo--size-75 .customers-logo--img-hover,
  .mod-customers .customers-logo--size-75 .customers-box-logo--img {
    max-height: 65px;
    max-width: 120px;
  }
}
.mod-customers .customers-logo--size-100 .customers-logo--img,
.mod-customers .customers-logo--size-100 .customers-logo--img-hover,
.mod-customers .customers-logo--size-100 .customers-box-logo--img {
  max-height: 64px;
  max-width: 125px;
}
@media (min-width: 992px) {
  .mod-customers .customers-logo--size-100 .customers-logo--img,
  .mod-customers .customers-logo--size-100 .customers-logo--img-hover,
  .mod-customers .customers-logo--size-100 .customers-box-logo--img {
    max-height: 75px;
    max-width: 145px;
  }
}
.mod-customers .customers-logo--size-125 .customers-logo--img,
.mod-customers .customers-logo--size-125 .customers-logo--img-hover,
.mod-customers .customers-logo--size-125 .customers-box-logo--img {
  max-height: 80px;
  max-width: 145px;
}
@media (min-width: 992px) {
  .mod-customers .customers-logo--size-125 .customers-logo--img,
  .mod-customers .customers-logo--size-125 .customers-logo--img-hover,
  .mod-customers .customers-logo--size-125 .customers-box-logo--img {
    max-height: 95px;
    max-width: 165px;
  }
}
.mod-customers .customers-logo--size-150 .customers-logo--img,
.mod-customers .customers-logo--size-150 .customers-logo--img-hover,
.mod-customers .customers-logo--size-150 .customers-box-logo--img {
  max-height: 92px;
  max-width: 160px;
}
@media (min-width: 992px) {
  .mod-customers .customers-logo--size-150 .customers-logo--img,
  .mod-customers .customers-logo--size-150 .customers-logo--img-hover,
  .mod-customers .customers-logo--size-150 .customers-box-logo--img {
    max-height: 110px;
    max-width: 180px;
  }
}
.mod-customers .customers-logo--img-hover {
  display: none;
}
@media (min-width: 992px) {
  .mod-customers .customers-logo:hover .customers-logo__box {
    background: #fff;
  }
  .mod-customers .customers-logo:hover .customers-logo--img {
    display: none;
  }
  .mod-customers .customers-logo:hover .customers-logo--img-hover {
    display: block;
  }
}
.mod-customers .customers-logo.is-active .customers-logo__box {
  background: #fff;
}
.mod-customers .customers-logo.is-active .customers-logo--img {
  display: none;
}
.mod-customers .customers-logo.is-active .customers-logo--img-hover {
  display: block;
}
.mod-customers .customers__detail {
  display: none;
  position: sticky;
  top: 250px;
  background: #003A2D;
  padding: 80px 25px 35px 19px;
}
@media (min-width: 992px) {
  .mod-customers .customers__detail {
    padding: 110px 25px 40px;
  }
}
.mod-customers .customers__detail.is-active {
  display: block;
}
.mod-customers .customers__detail-inner {
  position: relative;
}
.mod-customers .customers__detail-logo {
  position: absolute;
  top: -125px;
  left: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  max-width: 188px;
  height: 106px;
}
@media (min-width: 992px) {
  .mod-customers .customers__detail-logo {
    left: 8px;
    top: -142px;
    width: 195px;
    max-width: 195px;
    height: 121px;
  }
}
.mod-customers .customers__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.mod-customers .customers-box-logo--img {
  max-width: 85%;
  max-height: 75%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.mod-customers .customers__detail-quote {
  color: #95C11F;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-style: italic;
  hyphens: auto;
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 992px) {
  .mod-customers .customers__detail-quote {
    font-size: 32px;
    line-height: 46px;
  }
}
@media (min-width: 1620px) {
  .mod-customers .customers__detail-quote {
    hyphens: none;
  }
}
.mod-customers .customers__detail-quote p {
  margin-bottom: 15px;
}
.mod-customers .customers__detail-person {
  font-size: 16px;
  line-height: 24px;
  color: #F6F6F6;
}
@media (min-width: 992px) {
  .mod-customers .customers__detail-person {
    font-size: 18px;
    line-height: 26px;
  }
}
.mod-contact {
  position: relative;
  background: #d5d5d5;
  padding: 160px 0 45px;
  margin-top: 150px;
}
@media (min-width: 992px) {
  .mod-contact {
    padding: 45px 0;
    margin-top: 0;
  }
}
.mod-contact .grid-item {
  position: static;
}
.mod-contact:has(+ .mod-references) {
  margin-bottom: 50px;
}
.contact__slogan {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .contact__slogan {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .contact__slogan {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .contact__slogan {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .contact__slogan {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .contact__slogan {
    margin-bottom: 25px;
  }
}
.contact__name {
  font-size: 22px;
  line-height: 28px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contact__name {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.contact__photo {
  max-width: 240px;
  position: absolute;
  top: -115px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 175px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .contact__photo {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 200px;
    float: right;
  }
}
.contact__infos {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .contact__infos {
    font-size: 18px;
  }
}
.contact__link {
  color: #003A2D;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  border-bottom: 1px solid #003A2D;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  border-bottom: 2px solid #000000;
}
@media (min-width: 992px) {
  .contact__link {
    font-size: clamp(24px, 2vw, 28px);
    line-height: 1.125;
  }
}
.contact__link:hover,
.contact__link:focus,
.contact__link:active {
  color: #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
}
@media (min-width: 992px) {
  .contact__link {
    font-size: clamp(24px, 2vw, 28px);
    line-height: 1.125;
  }
}
.contact__link:hover,
.contact__link:focus,
.contact__link:active {
  color: #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
}
.contact__link:hover,
.contact__link:focus,
.contact__link:active {
  color: #000000;
}
.mod-content .content__container:nth-child(odd) {
  background: #003A2D;
}
.mod-content .content__container:nth-child(odd) .content__wrapper {
  flex-direction: column;
}
@media (min-width: 992px) {
  .mod-content .content__container:nth-child(odd) .content__wrapper {
    grid-template-columns: 1fr auto;
    grid-template-areas: "head head" "media content";
  }
}
@media (min-width: 992px) {
  .mod-content .content__container:nth-child(odd) .content__media::before {
    bottom: -75px;
    top: -30px;
    left: -2px;
    width: 2px;
    background-image: repeating-linear-gradient(to top, #95C11F 0, #95C11F 10px, transparent 10px, transparent 20px);
    background-size: 100% 0;
    background-position: 0 100%;
  }
  .mod-content .content__container:nth-child(odd) .content__media::after {
    left: -76px;
    right: -70px;
    bottom: -2px;
    height: 2px;
    background-image: repeating-linear-gradient(to right, #95C11F 0, #95C11F 10px, transparent 10px, transparent 20px);
    background-size: 0 100%;
    background-position: 0 0;
  }
}
.mod-content .content__container:nth-child(odd) .content__content-wrapper {
  align-items: self-start;
}
@media (min-width: 992px) {
  .mod-content .content__container:nth-child(odd) .content__content-wrapper {
    align-items: self-end;
  }
}
.mod-content .content__container:nth-child(odd) .content__text {
  color: #fff;
}
.mod-content .content__container:nth-child(odd) .content__text a {
  color: #95C11F;
  border-color: #95C11F;
}
.mod-content .content__container:nth-child(odd) .content__text a:hover,
.mod-content .content__container:nth-child(odd) .content__text a:focus,
.mod-content .content__container:nth-child(odd) .content__text a:active {
  color: #fff;
  border-color: #fff;
}
@media (min-width: 992px) {
  .mod-content .content__container:nth-child(odd) .content__price {
    right: 365px;
  }
}
.mod-content .content__container:nth-child(odd) .content__price,
.mod-content .content__container:nth-child(odd) .content__thumbnail {
  background: #95C11F;
}
.mod-content .content__container:nth-child(odd) .content__thumbnail-header,
.mod-content .content__container:nth-child(odd) .content__thumbnail-title {
  color: #003A2D;
}
.mod-content .content__container:nth-child(odd) h1::after {
  color: #95C11F;
}
.mod-content .content__container:nth-child(even) {
  background: #95C11F;
}
.mod-content .content__container:nth-child(even) .content__wrapper {
  flex-direction: column;
}
@media (min-width: 992px) {
  .mod-content .content__container:nth-child(even) .content__wrapper {
    grid-template-columns: auto 1fr;
    grid-template-areas: "head head" "content media";
    column-gap: 152px;
  }
}
@media (min-width: 992px) {
  .mod-content .content__container:nth-child(even) .content__media {
    display: flex;
    justify-content: right;
  }
  .mod-content .content__container:nth-child(even) .content__media::before {
    bottom: -76px;
    top: -50px;
    right: -2px;
    width: 2px;
    background-image: repeating-linear-gradient(to top, #003A2D 0, #003A2D 10px, transparent 10px, transparent 20px);
    background-size: 100% 0;
    background-position: 0 100%;
  }
  .mod-content .content__container:nth-child(even) .content__media::after {
    left: -70px;
    right: -56px;
    bottom: -2px;
    height: 2px;
    background-image: repeating-linear-gradient(to left, #003A2D 0, #003A2D 10px, transparent 10px, transparent 20px);
    background-size: 0 100%;
    background-position: 100% 0;
  }
}
.mod-content .content__container:nth-child(even) .content__content-wrapper {
  align-items: self-start;
}
@media (min-width: 992px) {
  .mod-content .content__container:nth-child(even) .content__content-wrapper {
    padding-top: 40px;
  }
}
.mod-content .content__container:nth-child(even) .content__price-box::after {
  background-image: repeating-linear-gradient(to right, #95C11F 0, #95C11F 10px, transparent 10px, transparent 20px);
  right: 32px;
}
@media (min-width: 992px) {
  .mod-content .content__container:nth-child(even) .content__price {
    left: 393px;
    top: 52px;
    padding: 26px 35px 17px 37px;
  }
}
.mod-content .content__container:nth-child(even) .content__price,
.mod-content .content__container:nth-child(even) .content__thumbnail {
  background: #003A2D;
}
.mod-content .content__container:nth-child(even) .content__thumbnail {
  height: 195px;
}
@media (min-width: 992px) {
  .mod-content .content__container:nth-child(even) .content__thumbnail {
    height: 215px;
  }
}
.mod-content .content__container:nth-child(even) .icon-play::before {
  color: #95C11F;
}
.mod-content .content__container:nth-child(even) .link-primary-small {
  color: #95C11F;
  border-bottom: 1px solid #95C11F;
}
.mod-content .content__container:nth-child(even) .link-primary-small:active,
.mod-content .content__container:nth-child(even) .link-primary-small:focus,
.mod-content .content__container:nth-child(even) .link-primary-small:hover {
  color: #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
}
.mod-content .content__container {
  padding: 65px 0 65px;
  overflow-x: clip;
  scroll-margin-top: 40px;
}
@media (min-width: 992px) {
  .mod-content .content__container {
    padding: 65px 0 120px;
    scroll-margin-top: 65px;
  }
}
.mod-content .content__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .mod-content .content__wrapper {
    display: grid;
    column-gap: 155px;
    grid-template-columns: minmax(0, 600px) 1fr;
    grid-template-areas: "head head" "media content";
    align-items: start;
  }
}
.mod-content .content__head h1 {
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .mod-content .content__head h1 {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .mod-content .content__head {
    grid-area: head;
  }
}
.mod-content .content__media {
  position: relative;
  margin-bottom: 54px;
  order: -1;
}
@media (min-width: 992px) {
  .mod-content .content__media {
    grid-area: media;
    order: unset;
    margin-bottom: 0;
  }
  .mod-content .content__media::before,
  .mod-content .content__media::after {
    content: '';
    position: absolute;
    pointer-events: none;
    background-repeat: no-repeat;
    opacity: 0;
  }
}
.mod-content .content__media img {
  display: block;
  width: 100%;
  max-width: 785px;
  height: auto;
}
.mod-content .content__content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: self-end;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .mod-content .content__content-wrapper {
    grid-area: content;
    height: 100%;
    padding-top: 45px;
  }
}
.mod-content .content__text {
  margin-bottom: 23px;
}
@media (min-width: 992px) {
  .mod-content .content__text {
    max-width: 325px;
    margin-bottom: 50px;
  }
}
.mod-content .content__price {
  position: relative;
  height: auto;
  width: 100%;
  background: #003A2D;
  padding: 27px 35px 24px 30px;
  margin-bottom: 44px;
}
@media (min-width: 992px) {
  .mod-content .content__price {
    position: absolute;
    top: 53px;
    right: 370px;
    width: unset;
    padding: 25px 35px 17px 35px;
    min-width: 287px;
    margin-bottom: 0;
  }
}
.mod-content .content__price-box {
  color: #fff;
}
.mod-content .content__price-box::after {
  content: '';
  position: absolute;
  left: 0;
  right: 29px;
  top: 71px;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #003A2D 0, #003A2D 10px, transparent 10px, transparent 20px);
}
@media (min-width: 992px) {
  .mod-content .content__price-box::after {
    top: 67px;
  }
}
.mod-content .content__price-box h4 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .mod-content .content__price-box h4 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 22px;
  }
}
.mod-content .content__price-box .content__area-value {
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .mod-content .content__price-box .content__area-value {
    margin-bottom: 0;
  }
}
.mod-content .content__price-box .content__price-value {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .mod-content .content__price-box .content__price-value {
    margin-bottom: 13px;
  }
}
.mod-content .content__thumbnail {
  width: 100%;
  height: 196px;
  background: #003A2D;
  padding: 28px 29px 25px 28px;
}
@media (min-width: 992px) {
  .mod-content .content__thumbnail {
    width: 382px;
    height: 207px;
    padding: 33px 29px 25px 29px;
  }
}
.mod-content .content__thumbnail-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 17px;
}
.mod-content .content__thumbnail-box img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 72px;
}
.mod-content .content__thumbnail-header {
  font-size: 22px;
  line-height: 28px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #95C11F;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mod-content .content__thumbnail-header {
    font-size: 24px;
    line-height: 26px;
  }
}
.mod-content .content__thumbnail-title {
  color: #95C11F;
}
@media (min-width: 992px) {
  .mod-content .content__thumbnail-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.mod-content .icon-play {
  margin-bottom: -7px;
}
@media (min-width: 992px) {
  .mod-content .icon-play {
    margin-bottom: unset;
  }
}
.mod-content .icon-play::before {
  font-family: 'icomoon';
  content: '\e901';
  color: #003A2D;
  display: inline-block;
  font-size: 72px;
}
.content__container.is-lines-animated .content__media::before {
  animation: contentLineY 2000ms ease-out forwards;
  opacity: 1;
}
.content__container.is-lines-animated .content__media::after {
  animation: contentLineX 2000ms ease-out forwards;
  opacity: 1;
}
@keyframes contentLineX {
  to {
    background-size: 100% 100%;
  }
}
@keyframes contentLineY {
  to {
    background-size: 100% 100%;
  }
}
.filter__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px;
  justify-content: left;
  margin-bottom: 10px;
}
.filter__link {
  display: inline-block;
  align-items: center;
  padding: 8px 25px;
  border: 1px solid transparent;
  border-radius: 22px;
  background: #873800;
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  background: transparent;
  border: 2px solid #873800;
  color: #000000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding-left: 30px;
  padding-right: 30px;
}
.filter__link:hover,
.filter__link:focus,
.filter__link:active {
  color: #873800;
  background: #fff;
  border: 1px solid #873800;
}
.filter__link i {
  font-size: 13px;
}
.filter__link:hover,
.filter__link:focus,
.filter__link:active {
  color: #fff;
  background: #873800;
  border: 2px solid transparent;
}
.filter__link.is-active,
.filter__link:hover {
  color: #fff;
  background: #FF8900;
}
.mod-footer {
  font-size: 16px;
}
.mod-footer .footer__left {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 100px;
  row-gap: 50px;
}
@media (min-width: 768px) {
  .mod-footer .footer__left {
    flex-direction: row;
  }
}
.mod-footer .footer__address-wrapper {
  display: flex;
  align-items: self-start;
  column-gap: 55px;
  flex-direction: column;
  row-gap: 8px;
}
@media (min-width: 768px) {
  .mod-footer .footer__address-wrapper {
    flex-direction: row;
    align-items: self-end;
  }
}
.mod-footer .footer__right {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 30px;
  padding-right: 60px;
}
@media (min-width: 768px) {
  .mod-footer .footer__right {
    column-gap: 110px;
    flex-direction: row;
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .mod-footer .footer__right {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .mod-footer .footer__right {
    column-gap: 70px;
  }
}
@media (min-width: 1620px) {
  .mod-footer .footer__right {
    padding-right: 10px;
  }
}
.mod-footer .footer__social-wrapper {
  display: flex;
  column-gap: 45px;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .mod-footer .footer__social-wrapper {
    width: unset;
  }
}
@media (min-width: 992px) {
  .mod-footer .footer__social-wrapper {
    margin-bottom: 7px;
  }
}
.footer__address,
.footer__contact {
  line-height: 1.8;
  margin-bottom: 0;
  color: #003A2D;
}
.footer__address .footer__company-name,
.footer__contact .footer__company-name {
  font-size: 18px;
}
.footer__contact .footer__link {
  line-height: 44px;
}
@media (min-width: 768px) {
  .footer__contact .footer__link {
    line-height: 1.8;
  }
}
.footer__nav-items {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer__nav-items {
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .footer__nav-items {
    padding-top: 6px;
    justify-content: space-between;
  }
}
.footer__nav-item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__nav-item {
    margin-bottom: 0;
  }
}
.footer__social {
  display: flex;
  gap: 20px;
}
.footer__social-item {
  width: 38px;
}
.footer__social-link {
  color: #fff;
  text-decoration: none;
  font-size: 40px;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer__social-link:hover,
.footer__social-link:focus,
.footer__social-link:active {
  color: #873800;
}
.mod-gallery {
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 0 -20px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .mod-gallery {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .mod-gallery {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .mod-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
.gallery__slider {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .gallery__wrapper {
    position: relative;
    overflow: hidden;
  }
}
.gallery__img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.gallery__img img {
  width: 100%;
  height: auto;
}
.gallery__button-next,
.gallery__button-prev {
  display: none;
}
.gallery__pagination {
  position: absolute;
  z-index: 2;
  text-align: center;
}
.gallery__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #E5E5E5;
  margin: 12px 0;
  opacity: 1;
}
.gallery__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}
.mod-emotion {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: #873800;
}
@media (min-width: 768px) {
  .mod-emotion {
    background: transparent;
  }
}
@media (min-width: 576px) {
  .emotion__slider {
    height: auto;
  }
}
.emotion__wrapper {
  overflow: hidden;
  position: relative;
}
.emotion__slider-item {
  background: transparent;
}
@media (min-width: 768px) {
  .emotion__slider-item {
    background: #fff;
    padding-bottom: 170px;
  }
}
.emotion__pagination-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 576px) {
  .emotion__pagination-wrapper {
    background: transparent;
    padding-bottom: 41.5%;
  }
}
.emotion__pagination.swiper-pagination-horizontal {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 10px;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  pointer-events: auto;
}
@media (min-width: 992px) {
  .emotion__pagination.swiper-pagination-horizontal {
    bottom: 20px;
  }
}
.emotion__pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 8px;
  opacity: 1;
}
@media (min-width: 768px) {
  .emotion__pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    margin: 6px;
  }
}
.emotion__pagination.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #873800;
}
.emotion__button-next,
.emotion__button-prev {
  position: absolute;
  display: none;
  padding: 10px;
  cursor: pointer;
}
.emotion__button-next i,
.emotion__button-prev i {
  font-size: 25px;
}
.emotion__img {
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .emotion__img {
    height: 0;
    padding-bottom: 42%;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .emotion__img {
    height: 0;
    padding-bottom: 41.5%;
  }
}
.emotion__img img {
  width: 100%;
  height: auto;
}
.emotion__overlay {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .emotion__overlay {
    position: absolute;
    bottom: 74px;
    left: 0;
    width: 100%;
    z-index: 2;
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .pid-1 .emotion__overlay {
    bottom: auto;
    top: 40px;
  }
}
@media (min-width: 992px) {
  .pid-1 .emotion__overlay {
    top: 74px;
  }
}
@media (min-width: 1620px) {
  .pid-1 .emotion__overlay {
    top: 86px;
  }
}
@media (min-width: 768px) {
  .emotion__overlay .container {
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {
  .emotion__overlay .container {
    padding-left: 30px;
  }
}
.emotion__blockquote {
  position: relative;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  pointer-events: none;
  font-size: 38px;
  line-height: 48px;
  hyphens: auto;
}
@media (min-width: 768px) {
  .emotion__blockquote {
    width: 75%;
    font-size: 5vw;
    font-size: 42px;
    line-height: 46px;
  }
}
@media (min-width: 1400px) {
  .emotion__blockquote {
    font-size: 50px;
    line-height: 60px;
  }
}
.emotion__blockquote-mark {
  position: absolute;
  color: #FF8900;
  font-size: 2em;
  line-height: 1;
}
@media (min-width: 1620px) {
  .emotion__blockquote-mark {
    font-size: 2.2em;
  }
}
.emotion__blockquote-mark:first-child {
  top: -14px;
  left: -33px;
}
@media (min-width: 768px) {
  .emotion__blockquote-mark:first-child {
    top: -0.3em;
    left: -0.65em;
  }
}
@media (min-width: 1620px) {
  .emotion__blockquote-mark:first-child {
    top: -45px;
    left: -100px;
  }
}
.emotion__blockquote-mark:last-child {
  margin-top: -15px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .emotion__blockquote-mark:last-child {
    margin-top: -0.3em;
  }
}
@media (min-width: 1620px) {
  .emotion__blockquote-mark:last-child {
    margin-top: -45px;
    margin-right: 0;
  }
}
.emotion__blockquote-add {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 32px;
  hyphens: auto;
}
@media (min-width: 768px) {
  .emotion__blockquote-add {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .emotion__blockquote-add {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .emotion__blockquote-add {
    font-size: 38px;
    line-height: 48px;
  }
}
.emotion__contact {
  display: none;
}
@media (min-width: 768px) {
  .emotion__contact {
    display: block;
    text-align: center;
    position: absolute;
    width: 24%;
    top: 165px;
    right: 20px;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .emotion__contact {
    top: 230px;
  }
}
@media (min-width: 1424px) {
  .emotion__contact {
    top: 270px;
  }
}
@media (min-width: 1620px) {
  .emotion__contact {
    right: 80px;
    top: 320px;
  }
}
.emotion-contact__text {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  margin: 0;
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 1400px) {
  .emotion-contact__text {
    font-size: 30px;
    line-height: 38px;
  }
}
.emotion-contact__name {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  line-height: 48px;
}
.mod-header.state-header--nav-active .header__nav {
  right: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  margin-top: 40px;
}
.mod-header > .container {
  position: relative;
}
.header__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .header__wrapper {
    align-items: baseline;
  }
}
.header__formen {
  height: auto;
  vertical-align: top;
  width: 100px;
  margin-left: 50px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .header__formen {
    width: 200px;
  }
}
.header__nav-trigger {
  display: flex;
  align-items: center;
  color: #95C11F;
  margin-right: 5px;
}
.header__nav-trigger:hover,
.header__nav-trigger:focus,
.header__nav-trigger:active {
  color: #95C11F;
}
@media (min-width: 768px) {
  .header__nav-trigger {
    display: none;
  }
}
.header__nav-trigger .material-icons-rounded {
  font-size: 34px;
}
.header__nav {
  z-index: 15;
  display: flex;
  position: fixed;
  left: 100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background: #003A2D;
  color: #95C11F;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  backface-visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .header__nav {
    position: static;
    width: auto;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: padding-left 200ms ease;
    transition: padding-left 200ms ease;
    background-color: transparent;
  }
}
.header__nav-buttons {
  display: flex;
  justify-content: space-between;
  padding: 13px 15px 20px 20px;
}
@media (min-width: 768px) {
  .header__nav-buttons {
    display: none;
  }
}
.header__nav-home,
.header__nav-close,
.nav-main__back,
.nav-main__close {
  padding: 0;
  color: #95C11F;
  border: none;
  box-shadow: none;
  background: transparent;
}
.header__nav-home:hover,
.header__nav-close:hover,
.nav-main__back:hover,
.nav-main__close:hover,
.header__nav-home:focus,
.header__nav-close:focus,
.nav-main__back:focus,
.nav-main__close:focus,
.header__nav-home:active,
.header__nav-close:active,
.nav-main__back:active,
.nav-main__close:active {
  color: #fff;
  box-shadow: none;
}
.header__nav-close span {
  font-size: 35px;
}
/*.header__nav-home {
    .translate(0, 6px);
}*/
.header-logo__img {
  height: auto;
}
@media (min-width: 768px) {
  .header-logo__img {
    width: 273px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .is-scrolled .header-logo__img {
    width: 150px;
  }
}
.header-logo__img-nav {
  width: 134px;
}
.mod-intro {
  position: relative;
  max-width: 1362px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .mod-intro {
    margin-bottom: 90px;
  }
  .skin-layout-9 .mod-intro {
    min-height: calc(100vh - 306px);
  }
}
.pid-7 .mod-intro {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .pid-7 .mod-intro {
    margin-bottom: 70px;
  }
}
.pid-55 .mod-intro {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .pid-55 .mod-intro {
    margin-bottom: 47px;
  }
}
.pid-124 .mod-intro {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .pid-124 .mod-intro {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .skin-layout-7 .mod-intro {
    margin-bottom: 25px;
  }
}
.mod-intro .container-s {
  position: relative;
}
@media (min-width: 992px) {
  .mod-intro .container-s {
    padding-right: 460px;
  }
  .pid-3 .mod-intro .container-s {
    padding-right: 20px;
  }
}
.mod-intro .intro__wrapper {
  position: relative;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mod-intro .rich {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .mod-intro .rich {
    margin-bottom: 44px;
  }
}
.pid-4 .mod-intro .rich {
  hyphens: none;
}
.mod-intro .rich p,
.mod-intro .rich li {
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .mod-intro .rich p,
  .mod-intro .rich li {
    font-size: clamp(20px, 1.5vw, 22px);
    line-height: 1.4;
  }
}
.pid-3 .mod-intro .rich p,
.pid-3 .mod-intro .rich li,
.pid-4 .mod-intro .rich p,
.pid-4 .mod-intro .rich li {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .pid-3 .mod-intro .rich p,
  .pid-3 .mod-intro .rich li,
  .pid-4 .mod-intro .rich p,
  .pid-4 .mod-intro .rich li {
    font-size: 18px;
    line-height: 26px;
  }
}
.mod-intro .rich p {
  line-height: 26px;
}
@media (min-width: 992px) {
  .mod-intro .rich p {
    line-height: 32px;
  }
}
.pid-124 .mod-intro .rich p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .pid-124 .mod-intro .rich p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 25px;
  }
}
.pid-124 .mod-intro .rich p:nth-last-of-type(2) {
  margin-bottom: 23px;
}
@media (min-width: 992px) {
  .pid-124 .mod-intro .rich p:nth-last-of-type(2) {
    margin-bottom: 38px;
  }
}
.pid-4 .mod-intro .rich li {
  padding-left: 17px;
}
@media (min-width: 992px) {
  .pid-4 .mod-intro .rich li {
    padding-left: 20px;
  }
}
.mod-intro .rich p + h2 {
  margin-top: 37px;
}
@media (min-width: 992px) {
  .mod-intro .rich p + h2 {
    margin-top: 50px;
  }
}
.pid-124 .mod-intro .rich .link-primary-small {
  color: #000000;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .pid-124 .mod-intro .rich .link-primary-small {
    font-size: 22px;
    line-height: 28px;
  }
}
.skin-layout-7 .mod-intro .rich p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .skin-layout-7 .mod-intro .rich p {
    margin-bottom: 2px;
  }
}
.skin-layout-7 .mod-intro .rich ul {
  margin-top: 0;
  margin-bottom: 20px;
}
.skin-layout-7 .mod-intro .rich li {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .skin-layout-7 .mod-intro .rich li {
    font-size: 18px;
    line-height: 26px;
  }
}
.skin-layout-7 .mod-intro .rich a {
  color: #000000;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
}
.skin-layout-7 .mod-intro .rich a:hover,
.skin-layout-7 .mod-intro .rich a:focus,
.skin-layout-7 .mod-intro .rich a:active {
  color: #fff;
}
.skin-layout-7 .mod-intro .rich ul + p {
  margin-top: 21px;
}
@media (min-width: 992px) {
  .skin-layout-7 .mod-intro .rich ul + p {
    margin-top: 26px;
  }
}
.mod-intro .intro__benefits {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-left: -3px;
}
@media (min-width: 992px) {
  .mod-intro .intro__benefits {
    margin-left: unset;
    gap: 10px;
  }
}
.mod-intro .intro__benefits .icon-info::before {
  font-size: 31px;
  color: #003A2D;
}
@media (min-width: 992px) {
  .mod-intro .intro__benefits .icon-info::before {
    font-size: 40px;
  }
}
.mod-intro .intro__benefits.desktop {
  display: none;
}
@media (min-width: 992px) {
  .mod-intro .intro__benefits.desktop {
    display: flex;
    -webkit-transform: translate(-56px, 36px);
    -ms-transform: translate(-56px, 36px);
    transform: translate(-56px, 36px);
  }
}
@media (min-width: 992px) {
  .mod-intro .intro__benefits.mobile {
    display: none;
  }
}
.mod-intro .intro__img-wrapper {
  flex-direction: column;
  align-items: center;
  position: relative;
  right: 0;
  max-width: 100%;
  order: -1;
}
@media (min-width: 992px) {
  .mod-intro .intro__img-wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: -170px;
    order: unset;
    bottom: 33px;
    width: 690px;
  }
}
.mod-intro .intro__img-wrapper > a {
  cursor: pointer;
}
.mod-intro .intro__img-wrapper::before,
.mod-intro .intro__img-wrapper::after {
  content: '';
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  display: none;
}
@media (min-width: 992px) {
  .mod-intro .intro__img-wrapper::before,
  .mod-intro .intro__img-wrapper::after {
    display: block;
  }
}
.mod-intro .intro__img-wrapper::before {
  top: -20px;
  left: 0;
  right: 10px;
  height: 2px;
  background-image: repeating-linear-gradient(to left, #003A2D 0, #003A2D 10px, transparent 10px, transparent 20px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-position: 100% 0;
}
.mod-intro .intro__img-wrapper::after {
  top: -110px;
  right: 80px;
  width: 2px;
  height: 650px;
  background-image: repeating-linear-gradient(to bottom, #003A2D 0, #003A2D 10px, transparent 10px, transparent 20px);
  background-size: 100% 0;
  background-position: 0 0;
}
.mod-intro .intro__img-wrapper.is-cross-animated::before {
  animation: introLineX 2000ms ease-out forwards;
  opacity: 1;
}
.mod-intro .intro__img-wrapper.is-cross-animated::after {
  animation: introLineY 2000ms ease-out forwards;
  opacity: 1;
}
.mod-intro .intro__img-wrapper--br::before {
  top: auto;
  bottom: 75px;
  left: -50px;
  right: 82px;
  height: 2px;
  background-image: repeating-linear-gradient(to left, #003A2D 0, #003A2D 10px, transparent 10px, transparent 20px);
  background-size: 0 100%;
  background-position: 100% 0;
}
@media (min-width: 1200px) {
  .mod-intro .intro__img-wrapper--br::before {
    left: -162px;
  }
}
.mod-intro .intro__img-wrapper--br::after {
  top: auto;
  bottom: -59px;
  right: 196px;
  width: 2px;
  height: 117%;
  background-image: repeating-linear-gradient(to top, #003A2D 0, #003A2D 10px, transparent 10px, transparent 20px);
  background-size: 100% 0;
  background-position: 0 100%;
}
.mod-intro .intro__img-inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.skin-layout-9 .mod-intro .intro__img-inner {
  max-width: 580px;
}
.mod-intro .intro__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 700ms ease;
}
.mod-intro .intro__img img {
  height: 100%;
}
.mod-intro .intro__img.is-active,
.mod-intro .intro__img-mobile.is-active {
  opacity: 1;
}
.mod-intro h1 {
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .mod-intro h1 {
    margin-bottom: 30px;
    max-width: 72%;
  }
}
.pid-3 .mod-intro h1 {
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .pid-3 .mod-intro h1 {
    margin-bottom: 10px;
  }
}
.pid-4 .mod-intro h1 {
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .pid-4 .mod-intro h1 {
    margin-bottom: 14px;
  }
}
.pid-7 .mod-intro h1 {
  margin-bottom: -27px;
}
@media (min-width: 992px) {
  .pid-7 .mod-intro h1 {
    margin-bottom: 10px;
  }
}
.pid-124 .mod-intro h1 {
  margin-bottom: 17px;
}
@media (min-width: 992px) {
  .pid-124 .mod-intro h1 {
    margin-bottom: 10px;
  }
}
.skin-layout-7 .mod-intro h1 {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .skin-layout-7 .mod-intro h1 {
    margin-bottom: 45px;
  }
}
.intro__wrapper-img-mobile {
  display: block;
}
@media (min-width: 992px) {
  .intro__wrapper-img-mobile {
    display: none;
  }
}
@keyframes introLineX {
  to {
    background-size: 100% 100%;
  }
}
@keyframes introLineY {
  to {
    background-size: 100% 100%;
  }
}
.skin-intro-home {
  min-height: unset;
  height: unset;
}
.skin-intro-home .container-l {
  padding-right: 20px;
}
@media (min-width: 992px) {
  .skin-intro-home .container-l {
    padding-right: 105px;
  }
}
@media (min-width: 1620px) {
  .skin-intro-home .container-l {
    padding-right: 20px;
  }
}
.skin-intro-home h1 {
  line-height: 1.1;
  margin-bottom: 40px;
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .skin-intro-home h1 {
    font-size: clamp(60px, 6vw, 100px);
    line-height: 1.2;
  }
}
.skin-intro-home h1::after {
  content: none;
}
.skin-intro-home h1 span::after {
  font-family: 'icomoon';
  content: '\e900';
  color: #003A2D;
  display: inline-block;
  font-size: 0.2em;
  margin-left: 0.5em;
}
.skin-intro-home .row-two {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .skin-intro-home .row-two {
    flex-wrap: nowrap;
  }
}
.skin-intro-home .row-two .grid-item:nth-of-type(1) {
  flex-shrink: 0;
  width: max-content;
}
@media (min-width: 992px) {
  .skin-intro-home .row-two .grid-item:nth-of-type(1) {
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.skin-intro-home .row-two .grid-item:nth-of-type(2) {
  order: -1;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .skin-intro-home .row-two .grid-item:nth-of-type(2) {
    order: 1;
    width: 66.9%;
    margin-bottom: 0;
    /*
				@media (max-height: 1050px) {
					width: 68%;
				}

				@media (max-height: 950px) {
					width: 57%;
				}

				@media (max-height: 850px) {
					width: 47%;
				}

				@media (max-height: 750px) {
					width: 46%;
				}*/
  }
}
.skin-intro-home .intro__img-wrapper {
  position: relative;
  right: unset;
  width: 100%;
  height: auto;
  bottom: unset;
  top: unset;
  max-width: 600px;
}
@media (min-width: 992px) {
  .skin-intro-home .intro__img-wrapper {
    max-width: none;
  }
}
.skin-intro-home .intro__img-wrapper::before {
  top: -26px;
  left: 130px;
  right: -74px;
}
.skin-intro-home .intro__img-wrapper::after {
  top: -100px;
  right: 0;
  bottom: 16px;
  height: auto;
}
.skin-intro-home .intro__img-inner {
  position: relative;
  height: 100%;
  width: 100%;
  aspect-ratio: 13 / 14;
  z-index: 1;
}
@media (min-width: 992px) {
  .skin-intro-home .intro__img-inner {
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 12;
  }
}
.skin-intro-home .intro__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 700ms ease;
  display: block;
  padding-right: 30px;
}
.skin-intro-home .intro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.skin-intro-home .intro__img.is-active,
.skin-intro-home .intro__img-mobile.is-active {
  opacity: 1;
}
.skin-intro-home .intro__side-title {
  position: absolute;
  margin: 0;
  width: 690px;
  left: 95%;
  bottom: 6%;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  transform-origin: bottom left;
  line-height: 1.25;
  font-size: clamp(28px, 7vw, 50px);
}
@media (min-width: 992px) {
  .skin-intro-home .intro__side-title {
    font-size: clamp(34px, 4vw, 87px);
    left: calc(100% + 80px);
    bottom: 15px;
  }
}
@media (min-width: 992px) and (max-height: 950px) {
  .skin-intro-home .intro__side-title {
    left: calc(100% + 70px);
  }
}
@media (min-width: 1200px) {
  .skin-intro-home .intro__side-title {
    font-size: 60px;
    left: calc(100% + 85px);
    bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .skin-intro-home .intro__side-title {
    font-size: 75px;
    left: calc(100% + 95px);
  }
}
@media (min-width: 1620px) {
  .skin-intro-home .intro__side-title {
    font-size: 82px;
    left: calc(100% + 110px);
  }
}
.skin-intro-home .intro__side-title::after {
  font-family: 'icomoon';
  content: '\e900';
  color: #fff;
  display: inline-block;
  font-size: clamp(7px, 1vw, 20px);
  margin-left: 8px;
}
@media (min-width: 576px) {
  .skin-intro-home .intro__side-title::after {
    font-size: clamp(10px, 1vw, 20px);
  }
}
@media (min-width: 992px) {
  .skin-intro-home .intro__side-title::after {
    font-size: clamp(7px, 1vw, 20px);
  }
}
.mod-jobs {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .mod-jobs {
    margin-bottom: 80px;
  }
}
.mod-jobs h2 {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .mod-jobs h2 {
    margin-bottom: 45px;
  }
}
.mod-jobs .jobs__links > li {
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .mod-jobs .jobs__links > li {
    margin-bottom: 23px;
  }
}
.l-wrapper {
  flex-grow: 1;
  padding-top: 70px;
  background: #95C11F;
}
@media (min-width: 768px) {
  .l-wrapper {
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  .l-wrapper {
    padding-top: 140px;
  }
  .pid-1 .l-wrapper {
    padding-top: 120px;
  }
}
.l-header {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #003A2D;
  z-index: 10;
  padding: 13px 0 18px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.53);
}
@media (min-width: 768px) {
  .l-header {
    -webkit-transition: background 100ms linear;
    transition: background 100ms linear;
    padding: 27px 0 0;
    backdrop-filter: blur(5px);
  }
}
@media (max-width: 768px) {
  .l-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}
@media print {
  .l-header {
    display: none;
  }
}
@media (min-width: 768px) {
  .is-scrolled .l-header {
    padding: 20px 0 0;
  }
}
@media (min-width: 992px) {
  .l-header {
    padding: 47px 0 0;
  }
}
.l-header .container-l {
  width: 1380px;
}
@media (min-width: 768px) {
  .pid-1 .l-emotion {
    margin-bottom: 60px;
  }
}
@media (min-width: 1620px) {
  .pid-1 .pid-1 .l-emotion {
    margin-bottom: -30px;
  }
}
@media (max-width: 768px) {
  .l-emotion .container-l {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-breadcrumb {
  padding-top: 15px;
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .l-header + .l-breadcrumb {
    padding-top: 50px;
  }
}
.l-main {
  text-align: left;
  min-height: 400px;
  position: relative;
  padding-top: 60px;
  overflow-x: clip;
}
.l-header + .l-main {
  padding-top: 35px;
}
@media screen and (min-height: 1100px) {
  .l-header + .l-main {
    padding-top: 74px;
  }
}
.pid-3 .l-header + .l-main,
.pid-4 .l-header + .l-main,
.pid-124 .l-header + .l-main,
.skin-layout-7 .l-header + .l-main {
  padding-top: 34px;
}
@media (min-width: 992px) {
  .pid-3 .l-header + .l-main,
  .pid-4 .l-header + .l-main,
  .pid-124 .l-header + .l-main,
  .skin-layout-7 .l-header + .l-main {
    padding-top: 135px;
  }
}
.pid-1 .l-header + .l-main {
  padding-top: 0;
}
@media (min-width: 992px) {
  .pid-1 .l-header + .l-main {
    padding-top: 120px;
  }
}
@media (min-width: 1620px) {
  .pid-1 .l-header + .l-main {
    padding-top: 150px;
  }
}
@media (min-width: 768px) {
  .l-main {
    padding-top: 40px;
  }
}
.skin-layout-5 .l-main .container-l:first-of-type {
  position: relative;
}
.l-content {
  padding: 0 0 20px 0;
}
@media (min-width: 768px) {
  .l-content {
    padding-bottom: 0;
  }
}
.l-footer {
  padding: 40px 0 30px;
  background: #F6F6F6;
}
@media (min-width: 768px) {
  .l-footer {
    padding: 55px 0 35px 0;
  }
}
@media print {
  .l-footer {
    display: none;
  }
}
.l-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
@media (min-width: 992px) {
  .l-top {
    bottom: 35px;
  }
}
@media (min-width: 1800px) {
  .l-top {
    right: 180px;
  }
}
.galaxy-s2 .l-top {
  display: none;
}
.l-top .l-top-button {
  text-align: center;
  display: block;
  width: 52px;
  height: 52px;
  padding: 10px;
  overflow: hidden;
  border-radius: 50%;
}
.l-top .l-top-button .icon-arrow-up::before {
  font-size: 40px;
  color: #F6F6F6;
}
@keyframes slideInRight {
  from {
    transform: translate3d(150%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.has-cross {
  position: relative;
}
.has-cross::before,
.has-cross::after {
  content: '';
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  opacity: 0;
}
.skin-layout-1 .has-cross::before {
  top: 630px;
  left: 745px;
  right: -70px;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #003A2D 0, #003A2D 10px, transparent 10px, transparent 20px);
  background-size: 0 100%;
  background-position: 100% 0;
}
.skin-layout-1 .has-cross::after {
  top: 60px;
  bottom: -575px;
  right: -2px;
  width: 2px;
  background-image: repeating-linear-gradient(to bottom, #003A2D 0, #003A2D 10px, transparent 10px, transparent 20px);
  background-size: 100% 0;
  background-position: 0 100%;
}
.has-cross.is-cross-animated::before {
  animation: lineTop 2000ms ease-out forwards;
  opacity: 1;
}
.has-cross.is-cross-animated::after {
  animation: lineRight 2000ms ease-out forwards;
  opacity: 1;
}
@keyframes lineTop {
  to {
    background-size: 100% 100%;
  }
}
@keyframes lineRight {
  to {
    background-size: 100% 100%;
  }
}
.mod-legal .grid-item:first-of-type {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .mod-legal .grid-item:first-of-type {
    margin-bottom: 0;
  }
}
.mod-legal h2 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 19px;
}
@media (min-width: 992px) {
  .mod-legal h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 35px;
  }
}
.mod-legal a {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mod-legal p {
  font-size: 18px;
  line-height: 26px;
}
.mod-lightbox .customers__detail-inner {
  text-align: left;
}
.lightbox-open:before {
  content: "";
  position: fixed;
  background: #000000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}
.lightbox__button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  background: #2E80AB;
  border-radius: 50%;
  text-decoration: none;
  width: 120px;
  height: 120px;
  border: 2px solid #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  outline: none;
}
@media (min-width: 768px) {
  .lightbox__button {
    width: 200px;
    height: 200px;
  }
}
.lightbox-open .lightbox__button {
  opacity: 0;
}
.lightbox__button:hover,
.lightbox__button:focus,
.lightbox__button:active {
  background: #000000;
}
.lightbox__button--text {
  /*.font-heading();*/
  color: #fff;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .lightbox__button--text {
    font-size: 30px;
  }
}
/*.lightbox__content {
	!*position: absolute;
	left: 0;
	top: 165px;
	right: 0;*!
    width: 100%;
    !*position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    right: auto;*!
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    transform: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;

	padding: 95px 20px 70px;
	z-index: 12;
	color: @white;
	//background: @secondary;
	text-align: center;

	clip-path: circle(0% at calc(100%) 100%);
	-webkit-clip-opath: circle(0% at calc(100%) 100%);
	transition: clip-path  .5s cubic-bezier(0.39, 0.58, 0.57, 1), visibility .5s cubic-bezier(0.39, 0.58, 0.57, 1);

	@media @m-large {
		position: fixed;
		//border: 2px solid @white;
		box-shadow: 0 10px 10px @black;
		left: 20px;
		top: 20px;
		right: 20px;
		bottom: 20px;
		padding: 50px 0;
	}

	.lightbox-open & {
		clip-path: circle(150% at calc(100%) 100%);
		-webkit-clip-path: circle(150% at calc(100%) 100%);
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
	}*/
.lightbox__content {
  position: fixed;
  left: 0;
  top: 20px;
  right: 0;
  bottom: 0;
  width: auto;
  transform: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  padding: 95px 20px 70px;
  z-index: 12;
  color: #fff;
  text-align: center;
  clip-path: circle(0% at calc(100%) 100%);
  -webkit-clip-path: circle(0% at calc(100%) 100%);
  transition: clip-path 0.5s cubic-bezier(0.39, 0.58, 0.57, 1), visibility 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  /*.team__list {
		justify-content: space-around;
	}

	.team__item {

		@media @m-medium {
			width: 30%;
		}

		@media @m-large {
			width: 30%;
		}
	}

	.team__contact {
		opacity: 1;
	}*/
}
@media (min-width: 992px) {
  .lightbox__content {
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    padding: 50px 0;
  }
}
.lightbox-open .lightbox__content {
  clip-path: circle(150% at calc(100%) 100%);
  -webkit-clip-path: circle(150% at calc(100%) 100%);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.lightbox__close {
  position: absolute;
  right: 20px;
  top: -5px;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
.lightbox__close span {
  font-size: 30px;
}
.mod-logo {
  width: 134px;
}
@media (min-width: 768px) {
  .mod-logo {
    width: 100%;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
}
@media (min-width: 1620px) {
  .mod-logo {
    margin-left: -16px;
  }
  .is-scrolled .mod-logo {
    margin-left: 10px;
  }
}
.pid-1 .mod-logo {
  -webkit-transform: translate(0, 6px);
  -ms-transform: translate(0, 6px);
  transform: translate(0, 6px);
}
@media (min-width: 768px) {
  .pid-1 .mod-logo {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
}
@media (min-width: 768px) {
  .is-scrolled .mod-logo {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
}
.logo__img {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .logo__img {
    -webkit-transition: width 300ms ease;
    transition: width 300ms ease;
  }
}
.links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media (max-width: 768px) {
  .links__list {
    flex-direction: column;
    gap: 20px 0;
  }
}
.mod-map {
  border: 1px solid #ddd;
}
.mod-map .map-address {
  display: none;
}
.mod-map .map-content {
  height: 300px;
}
@media (min-width: 992px) {
  .mod-map .map-content {
    height: 600px;
  }
}
.mod-map .map-content .infowindow {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
}
.mod-map .map-content .infowindow img {
  width: 120px;
  height: auto;
  margin: 3px 0;
}
.mod-map .map-content .infowindow strong {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.mod-map .map-content .infowindow a {
  color: #000000;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  border: none;
}
.nav-a11y__title {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.nav-a11y__link {
  position: absolute;
  top: -20000em;
  left: -2000em;
  display: block;
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 22px;
  color: #000000;
  text-decoration: none;
}
.nav-a11y__link:focus {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  z-index: 50;
  outline: none;
  border: 2px solid #000000;
  border-radius: 22px;
  padding: 10px;
  top: 3px;
  left: 3px;
}
.mod-nav-backdrop {
  display: none;
}
.mod-nav-backdrop.state-nav-backdrop--active {
  z-index: 1;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100vw;
  height: 100vh;
}
.nav-main__back {
  margin-left: -15px;
  display: flex;
  align-items: center;
}
.nav-main__back .nav-main__icon-back {
  font-size: 42px;
  margin-right: -4px;
}
.nav-main__back-text {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
.nav-main__items {
  padding: 15px 20px 0;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #003A2D;
}
@media (min-width: 768px) {
  .nav-main__items {
    padding: 0 10px 0 0;
    display: flex;
    gap: 12px;
    background: transparent;
  }
}
@media (min-width: 992px) {
  .nav-main__items {
    gap: 18px;
  }
}
@media (min-width: 1200px) {
  .nav-main__items {
    gap: 42px;
  }
}
.nav-main__item {
  display: block;
}
.nav-main__item:last-child > a.nav-main__link {
  padding-right: 0;
}
.nav-main__item.active .nav-main__link {
  color: #F6F6F6;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
@media (min-width: 768px) {
  .nav-main__item {
    position: relative;
  }
  .nav-main__item:hover .nav-main__link {
    color: #F6F6F6;
  }
  .nav-main__item:hover .nav-main__flyout {
    display: block;
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.nav-main__flyout {
  z-index: 20;
  position: absolute;
  opacity: 0;
  top: 75px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #003A2D;
  overflow: scroll;
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .nav-main__flyout {
    display: none;
    height: 100%;
    padding-top: 29px;
    padding-bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: transparent;
    margin-top: -30px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100vw;
    overflow: visible;
  }
}
.state-nav-main--active .nav-main__flyout {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .state-nav-main--active .nav-main__flyout {
    display: block;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.nav-main__buttons {
  display: flex;
  justify-content: space-between;
  padding: 26px 20px 12px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .nav-main__buttons {
    display: none;
  }
}
.nav-main__buttons .nav-main__close {
  display: none;
}
.nav-main__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 24px;
  padding: 25px 10px 20px 0;
  color: #95C11F;
  font-weight: normal;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  line-height: 1;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .nav-main__link {
    font-size: 24px;
    line-height: 20px;
    padding: 20px 10px 55px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .is-scrolled .nav-main__link {
    font-size: 20px;
    padding: 20px 10px 40px;
  }
}
@media (min-width: 768px) {
  .nav-main__link {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .nav-main__link {
    font-size: 24px;
  }
}
.nav-main__item.first > .nav-main__link {
  cursor: default;
}
.nav-main__icon-deep {
  font-size: 42px;
  position: absolute;
  top: calc(50% - 16px);
  right: 0;
}
@media (min-width: 768px) {
  .nav-main__icon-deep {
    display: none !important;
  }
}
.state-nav-sub-main-level--active .nav-main__icon-deep {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-main__link-level {
  display: none;
}
@media (min-width: 768px) {
  .nav-main__link-level {
    display: none;
  }
}
.nav-main__sub-flyout .nav-main__buttons {
  display: none;
}
.nav-main__sub-level1 {
  position: relative;
  font-size: 22px;
  line-height: 28px;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .nav-main__sub-level1 {
    font-size: 28px;
    line-height: 32px;
    margin-top: unset;
    padding: 50px 0 72px;
    min-width: 280px;
    background-color: #003A2D;
    box-shadow: 0 10px 10px -10px inset rgba(0, 0, 0, 0.3);
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.53);
  }
}
@media (min-width: 1620px) {
  .nav-main__sub-level1 {
    padding-top: 100px;
  }
}
.nav-main__sub-level1 .nav-main__sub-level1-items li:hover > .nav-main__link {
  background: #95C11F;
}
.nav-main__sub-level1 .nav-main__sub-level1-items li > .nav-main__link {
  color: #fff;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 32px;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .nav-main__sub-level1 .nav-main__sub-level1-items li > .nav-main__link {
    font-size: 30px;
    line-height: 38px;
  }
}
.nav-main__sub-level1-items {
  padding: 0 20px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 40px;
}
@media (min-width: 768px) {
  .nav-main__sub-level1-items {
    justify-content: center;
    gap: 50px;
    padding: 0;
  }
}
.nav-main__sub-level2-items {
  text-align: left;
}
@media (min-width: 768px) {
  .nav-main__sub-level2-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 30px;
  }
  .nav-main__sub-level2-items li.active .nav-main__sub-level3-link {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .nav-main__sub-level2-items > li > a.nav-main__sub-level3-link {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}
.nav-main__sub-level3-flyout {
  display: none;
}
@media (min-width: 768px) {
  .nav-main__sub-level3-flyout {
    display: block;
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
    height: auto;
    background: transparent;
    padding-top: 0;
    opacity: 1;
  }
}
.state-nav-main-level3--active .nav-main__sub-level3-flyout {
  display: block;
}
@media (min-width: 768px) {
  .state-nav-main-level3--active .nav-main__sub-level3-flyout {
    display: block;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.nav-main__sub-level3-flyout .nav-main__buttons {
  display: none;
}
.nav-main__sub-link-level {
  display: none;
}
@media (min-width: 768px) {
  .nav-main__sub-link-level {
    display: none;
  }
}
.nav-main__sub-level2-item {
  width: 100%;
}
@media (min-width: 768px) {
  .nav-main__sub-level2-item {
    width: auto;
  }
}
.nav-main__sub-level3-item {
  display: block;
}
.nav-main__sub-level3-item:last-child > a.nav-main__sub-level3-link {
  padding-right: 0;
}
.nav-main__sub-level2-item:last-child .nav-main__sub-level3-item:last-child::after {
  display: none;
}
@media (min-width: 768px) {
  .nav-main__sub-level3-item.active .nav-main__sub-level3-link {
    color: #95C11F;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .nav-main__sub-level3-item {
    position: relative;
    min-width: 220px;
  }
  .nav-main__sub-level3-item:hover .nav-main__sub-level3-link {
    color: #fff;
  }
  .nav-main__sub-level3-item:hover .nav-main__sub-level2-flyout {
    display: block;
  }
  .nav-main__sub-level3-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-image: repeating-linear-gradient(to bottom, #95C11F 0, #95C11F 10px, transparent 10px, transparent 20px);
  }
}
@media (min-width: 1660px) {
  .nav-main__sub-level3-item {
    min-width: 300px;
  }
}
.nav-main__sub-level2-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  color: #003A2D;
  background: #95C11F;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  pointer-events: none;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .nav-main__sub-level2-link {
    padding: 8px 20px;
    margin-bottom: 30px;
  }
}
.nav-main__sub-level2-link .nav-main__icon-deep {
  display: none;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.nav-main__sub-level3-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 25px 10px 15px 0;
  font-size: 24px;
  color: #95C11F;
  background: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .nav-main__sub-level3-link {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    padding: 10px 20px 10px 0;
  }
}
@media (min-width: 768px) {
  .nav-main__sub-level3-link:hover,
  .nav-main__sub-level3-link:focus,
  .nav-main__sub-level3-link:active {
    /*   background: @primary;*/
  }
}
.state-nav-main-level3--active .nav-main__sub-level3-link {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.state-nav-main-level3--active .nav-main__sub-level3-link .nav-main__icon-deep {
  color: #95C11F;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-main__sub-level3-link .nav-main__icon-deep {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media (min-width: 1620px) {
  .nav-main__sub-level3-link {
    padding-bottom: 20px;
  }
}
.nav-main__sub-level4-link {
  display: block;
  width: 100%;
  padding: 9px 0 8px 1px;
  color: #95C11F;
  background: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .nav-main__sub-level4-link:hover,
  .nav-main__sub-level4-link:focus,
  .nav-main__sub-level4-link:active {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .nav-main__sub-level4-link {
    padding: 10px 20px 10px 0;
  }
}
@media (min-width: 1620px) {
  .nav-main__sub-level4-link {
    padding: 10px 20px 10px 0;
  }
}
.nav-main__sub-level4-link.has-icon {
  padding: 10px 20px 20px 1px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media (min-width: 768px) {
  .nav-main__sub-level4-link.has-icon {
    padding: 26px 20px 20px 0;
  }
}
.nav-main__sub-level3-items {
  padding: 10px 20px 14px 25px;
  text-align: left;
  margin-top: -11px;
}
@media (min-width: 768px) {
  .nav-main__sub-level3-items {
    padding: 0;
    margin-top: unset;
  }
  .nav-main__sub-level3-items li.active .nav-main__sub-level4-link {
    color: #fff;
  }
}
.mod-nav-main.state-nav-main--force-close .nav-main__flyout,
.mod-nav-main.state-nav-main--force-close .nav-main__sub-flyout {
  display: none !important;
}
@media (min-width: 768px) {
  .nav-main__sub-level2-link,
  .nav-main__sub-level3-link,
  .nav-main__sub-level4-link {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1660px) {
  .nav-main__sub-level2-link,
  .nav-main__sub-level3-link,
  .nav-main__sub-level4-link {
    font-size: 22px;
    line-height: 28px;
  }
}
.mod-nav-selection .row {
  flex-wrap: nowrap;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 992px) {
  .mod-nav-selection .row {
    flex-direction: row;
    align-items: flex-end;
    row-gap: 40px;
  }
}
.mod-nav-selection .nav-selection__parent {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .mod-nav-selection .nav-selection__parent {
    margin-bottom: 0;
  }
}
.mod-nav-selection .nav-selection__item {
  margin-bottom: 20px;
}
.mod-nav-selection .nav-selection__item:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 1200px) {
  .mod-nav-selection .nav-selection__item {
    margin-bottom: 25px;
  }
}
.mod-nav-selection .nav-selection__benefits {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .mod-nav-selection .nav-selection__benefits {
    margin-right: 25px;
  }
}
.mod-panorama .pannellum {
  border-radius: 18px;
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .mod-panorama .pannellum {
    height: 515px;
  }
}
.mod-panorama .pannellum .pnlm-controls-container {
  top: 6px;
  left: 10px;
}
.mod-panorama .pannellum .pnlm-pointer {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-image: url('/assets/templates/codekit/assets/img/arrow-up-solid.svg');
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.mod-panorama .pannellum .pnlm-pointer:hover {
  background-color: #e6e6e6;
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.mod-panorama .pannellum .pnlm-pointer::before {
  content: '';
}
.mod-partners {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mod-partners {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .mod-partners {
    margin-bottom: 60px;
  }
}
.mod-partners .rich {
  margin-bottom: unset;
  margin-top: auto;
}
.mod-partners .rich p:last-child {
  margin-bottom: unset;
}
.mod-partners .partner__content {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.mod-partners .partner__wrapper-img {
  flex-shrink: 0;
  width: 300px;
}
.mod-partners .row {
  gap: 50px;
}
.mod-partners .grid-item {
  display: flex;
  flex-direction: column;
}
.mod-photo {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.photo__img {
  position: relative;
  width: 100%;
  height: auto;
}
.mod-products .row {
  padding-bottom: 80px;
  border-bottom: 1px solid black;
  margin-bottom: 50px;
}
.mod-products .row .rich {
  margin-bottom: 0;
}
.mod-products .row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .mod-products .row .grid-item:first-child {
    width: 52.9%;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .mod-products .row .grid-item:nth-child(2) {
    width: 46.9%;
  }
}
@media (min-width: 768px) {
  .mod-products .row:nth-of-type(2n) > .grid-item:first-child {
    order: 2;
  }
}
.mod-products .products__designation {
  font-size: 38px;
  line-height: 48px;
}
.mod-products .btn-primary {
  margin-top: auto;
  align-self: flex-start;
}
.product__img-wrapper {
  max-width: 250px;
}
@media (min-width: 768px) {
  .product__img-wrapper {
    max-width: 100%;
  }
}
.mod-reference {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .mod-reference {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .mod-reference {
    margin-bottom: 100px;
  }
}
.reference__blockquote-wrapper {
  margin-bottom: 75px;
}
.reference__blockquote {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .reference__blockquote {
    font-size: 27px;
    line-height: 1.65;
    margin-left: -2px;
  }
}
.reference__blockquote-author {
  font-style: italic;
}
.mod-references {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .mod-references {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .mod-references {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .mod-references .count-1 {
    width: 50%;
  }
}
.mod-stage {
  position: relative;
  overflow: hidden;
  height: 90vh;
}
@media (min-width: 768px) {
  .mod-stage {
    height: 100vh;
  }
}
.stage__arrow {
  position: relative;
  width: auto;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 100%;
  animation-name: fly-in-left;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media (max-aspect-ratio: 4/3) {
  .stage__arrow {
    left: -25%;
  }
}
.stage__family {
  position: absolute;
  height: 80%;
  width: auto;
  left: 0;
  bottom: -20px;
  z-index: 2;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  animation-name: fly-in-left;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 500ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media (min-width: 992px) {
  .stage__family {
    height: 100%;
  }
}
@keyframes fly-in-left {
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fly-in-left {
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.stage__house {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105%;
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%);
  animation-name: fly-in-right;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 500ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media (min-aspect-ratio: 16/9) {
  .stage__house {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .stage__house {
    width: 177.78vh;
  }
}
@keyframes fly-in-right {
  100% {
    -webkit-transform: translate(-52%, -50%);
    -ms-transform: translate(-52%, -50%);
    transform: translate(-52%, -50%);
  }
}
@-webkit-keyframes fly-in-right {
  100% {
    -webkit-transform: translate(-52%, -50%);
    -ms-transform: translate(-52%, -50%);
    transform: translate(-52%, -50%);
  }
}
.mod-team .team__overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  padding: 0 15px;
  margin: 0;
}
@media (min-width: 576px) {
  .mod-team .team__overview {
    column-gap: 80px;
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .mod-team .team__overview {
    justify-content: space-between;
  }
}
.mod-team .team__contact-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.mod-team .team__contact-info .vcard {
  font-size: 18px;
  line-height: 26px;
}
.mod-team .team__contact-info > a {
  width: fit-content;
}
.mod-team .link-primary-small {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}
.mod-team .link-primary-small:hover,
.mod-team .link-primary-small:focus,
.mod-team .link-primary-small:active {
  color: #F6F6F6;
}
@media (min-width: 992px) {
  .mod-team .link-primary-small {
    font-size: 18px;
    line-height: 26px;
  }
}
.team__item {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .team__item {
    max-width: 225px;
  }
}
@media (min-width: 992px) {
  .team__item {
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 80px;
  }
}
.team__item .team__photo {
  position: relative;
  margin-bottom: 23px;
  justify-self: center;
  max-width: 205px;
}
@media (min-width: 576px) {
  .team__item .team__photo {
    max-width: 220px;
  }
}
@media (min-width: 992px) {
  .team__item .team__photo {
    margin-bottom: 20px;
  }
}
.team__item .team__photo::before,
.team__item .team__photo::after {
  display: none;
  content: '';
  position: absolute;
  z-index: 2;
  left: -2px;
  bottom: -2px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
@media (min-width: 992px) {
  .team__item .team__photo::before,
  .team__item .team__photo::after {
    display: block;
  }
}
.team__item .team__photo::before {
  height: 2px;
  width: 113%;
  left: -15px;
  background-image: repeating-linear-gradient(to right, #00403C 0, #00403C 10px, transparent 10px, transparent 20px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-position: 0 100%;
}
.team__item .team__photo::after {
  width: 2px;
  height: 106%;
  bottom: -14px;
  background-image: repeating-linear-gradient(to top, #00403C 0, #00403C 10px, transparent 10px, transparent 20px);
  background-repeat: no-repeat;
  background-size: 100% 0;
  background-position: 0 100%;
}
.team__item .team__photo:hover::before,
.team__item .team__photo:hover::after {
  opacity: 1;
}
.team__item .team__photo:hover::before {
  animation: teamLineX 900ms ease-out forwards;
}
.team__item .team__photo:hover::after {
  animation: teamLineY 900ms ease-out forwards;
}
@keyframes teamLineX {
  to {
    background-size: 100% 100%;
  }
}
@keyframes teamLineY {
  to {
    background-size: 100% 100%;
  }
}
.team__name {
  color: #003A2D;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .team__name {
    font-size: 26px;
    line-height: 32px;
  }
}
.team__details {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .team__details {
    font-size: 18px;
    line-height: 26px;
  }
}
.team__details .team__job {
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .team__details .team__job {
    margin-bottom: 20px;
  }
}
.team__details .team__teams {
  margin-bottom: 23px;
}
.team__phone {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .team__phone {
    margin-bottom: 0;
  }
}
.team__email {
  margin-bottom: 17px;
}
@media (min-width: 992px) {
  .team__email {
    margin-bottom: 0;
  }
}
.team__phone,
.team__email {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .team__phone,
  .team__email {
    font-size: 18px;
    line-height: 26px;
  }
}
.teasers__overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1%;
}
.skin-layout-5 .teasers__overview {
  margin: 0;
}
@media (min-width: 768px) {
  .skin-layout-5 .teasers__overview .teaser__item {
    flex: 0 0 48%;
  }
}
/*
Mit flex-grow: 1 in der flex shorthand definiert ist, muss flex-basis nicht 25 % betragen, was aufgrund der Ränder tatsächlich zu drei Elementen pro Zeile führen würde.
Da flex-grow freien Platz in der Zeile verbraucht, muss flex-basis nur groß genug sein, um einen Umbruch zu erzwingen. In diesem Fall, mit flex-basis: 21%, gibt es viel Platz für die Ränder, aber nie genug Platz für ein fünftes Element.
 */
.teaser__item {
  background: #F0F0F0;
  overflow: hidden;
  flex: 0 0 98%;
  margin: 0 0.5% 40px 0.5%;
}
@media (min-width: 768px) {
  .teaser__item {
    flex: 0 0 48%;
  }
}
@media (min-width: 992px) {
  .teaser__item {
    flex: 0 0 32.3%;
  }
}
.teaser__link {
  position: relative;
  display: block;
}
.teaser__img {
  display: block;
  width: 100%;
  height: auto;
}
.teaser__content {
  padding: 25px 30px;
}
.teaser__btn {
  float: right;
  margin: 0 0 30px 0;
}
.mod-video {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
.mod-video .video__iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mod-workflow .workflow__container {
  background: #003A2D;
  padding: 53px 0 31px;
  overflow-x: clip;
  scroll-margin-top: 40px;
}
@media (min-width: 992px) {
  .mod-workflow .workflow__container {
    padding: 178px 0 285px;
    scroll-margin-top: 0;
  }
}
@media (min-width: 992px) {
  .mod-workflow .grid-item > .workflow__item:has(+ .workflow__media--preview)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 9px;
    height: 1px;
    background: #95C11F;
    width: 47.7%;
  }
}
@media (min-width: 1200px) {
  .mod-workflow .grid-item > .workflow__item:has(+ .workflow__media--preview)::after {
    width: 48.2%;
  }
}
.mod-workflow .workflow__item {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
  align-items: start;
}
@media (min-width: 992px) {
  .mod-workflow .workflow__item {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 0;
    align-items: start;
  }
}
.mod-workflow .workflow__item:first-of-type .accordion__title-link {
  border-top: 1px solid #95C11F;
}
.mod-workflow .grid-item > .workflow__item:nth-last-child(2) {
  border-bottom: 1px solid #95C11F;
}
@media (min-width: 992px) {
  .mod-workflow .grid-item > .workflow__item:nth-last-child(2) {
    border-bottom: none;
  }
}
.mod-workflow .accordion__title-link {
  grid-column: 1;
  grid-row: 1;
  border-top: 1px solid #95C11F;
}
.mod-workflow .workflow__media {
  grid-column: 1;
  display: none;
}
.mod-workflow .workflow__media img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .mod-workflow .workflow__media {
    grid-column: 2;
  }
}
.mod-workflow .workflow__media--preview {
  display: block;
  margin-top: 156px;
}
@media (min-width: 992px) {
  .mod-workflow .workflow__media--preview {
    width: 48.2%;
    position: absolute;
    top: 0;
    right: 10px;
    margin-top: unset;
  }
}
.mod-workflow .workflow__media--item {
  grid-row: 2;
}
@media (min-width: 992px) {
  .mod-workflow .workflow__media--item {
    position: absolute;
    top: 0;
    right: 10px;
    width: 48.2%;
    grid-column: auto;
    grid-row: auto;
    align-self: start;
  }
}
.mod-workflow .accordion__content {
  grid-column: 1;
  grid-row: 3;
  display: none;
  margin-top: 0;
}
@media (min-width: 992px) {
  .mod-workflow .accordion__content {
    grid-row: 2;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .mod-workflow:has(.accordion__title-link.state-accordion--open) .workflow__media--preview {
    display: none;
  }
}
.mod-workflow .accordion__title-link.state-accordion--open + .workflow__media--preview {
  display: none;
}
.mod-workflow .accordion__title-link.state-accordion--open + .workflow__media--preview + .workflow__media--item {
  display: block;
}
.mod-workflow .accordion__title-link.state-accordion--open + .workflow__media--item {
  display: block;
}
.mod-workflow .accordion__title-link.state-accordion--open + .workflow__media--item + .accordion__content {
  display: block;
}
@media (min-width: 992px) {
  .mod-workflow .accordion__title-link.state-accordion--open + .workflow__media--preview + .workflow__media--item + .accordion__content {
    grid-column: 1;
    grid-row: 2;
  }
  .mod-workflow .accordion__title-link.state-accordion--open + .workflow__media--item + .accordion__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.mod-workflow .workflow__preview-box {
  position: relative;
  padding: 29px 110px 15px 23px;
  background: #95C11F;
  color: #003A2D;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .mod-workflow .workflow__preview-box {
    padding: 40px 201px 37px 47px;
  }
}
@media (min-width: 1200px) {
  .mod-workflow .workflow__preview-box {
    padding: 40px 195px 37px 47px;
  }
}
@media (min-width: 1400px) {
  .mod-workflow .workflow__preview-box {
    padding: 40px 195px 37px 47px;
  }
}
.mod-workflow .workflow__preview-box li::before {
  background: #003A2D;
}
.mod-workflow .workflow__preview-box .rich {
  margin-bottom: 0;
}
.mod-workflow .workflow__preview-box .rich h3 {
  color: #003A2D;
  font-size: 26px;
  line-height: 20px;
  margin-bottom: 23px;
}
@media (min-width: 992px) {
  .mod-workflow .workflow__preview-box .rich h3 {
    margin-bottom: 23px;
    font-size: 38px;
    line-height: 38px;
  }
}
.mod-workflow .workflow__preview-box .rich ul {
  margin-left: -4px;
}
.mod-workflow .workflow__preview-box .rich li {
  padding-left: 21px;
  margin-bottom: 0.5em;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .mod-workflow .workflow__preview-box .rich li {
    padding-left: 18px;
    margin-bottom: 0.8em;
    font-size: 18px;
    line-height: 26px;
  }
}
.mod-workflow .workflow__preview-box .rich li::before {
  width: 4px;
  height: 4px;
  left: 8px;
  top: 11px;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .mod-workflow .workflow__preview-box .rich li::before {
    width: 5px;
    height: 5px;
    left: 2px;
    top: 10px;
  }
}
.mod-workflow .workflow__preview-box .rich > *:last-child {
  margin-bottom: 0;
}
.mod-workflow .workflow__preview-img {
  position: absolute;
  top: -135px;
  right: -65px;
  max-width: 245px;
}
@media (min-width: 992px) {
  .mod-workflow .workflow__preview-img {
    bottom: -97px;
    top: unset;
    right: -154px;
    max-width: 485px;
  }
}
.mod-workflow h1 {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .mod-workflow h1 {
    margin-bottom: 80px;
  }
}
.mod-workflow h1::after {
  color: #95C11F;
}
.mod-workflow h4 {
  line-height: 24px;
  margin-bottom: 23px;
}
@media (min-width: 992px) {
  .mod-workflow h4 {
    line-height: 32px;
    margin-bottom: 30px;
  }
}
/* Letzte Content-Section odd -> Workflow wird even/primary */
.wrapper__content:has( > .mod-content > .content__container:nth-child(odd):last-child) ~ .mod-workflow {
  /* Titel oben bleiben weiss */
}
.wrapper__content:has( > .mod-content > .content__container:nth-child(odd):last-child) ~ .mod-workflow .workflow__container {
  background: #95C11F;
  color: #003A2D;
}
.wrapper__content:has( > .mod-content > .content__container:nth-child(odd):last-child) ~ .mod-workflow h1,
.wrapper__content:has( > .mod-content > .content__container:nth-child(odd):last-child) ~ .mod-workflow h4 {
  color: #fff;
}
.wrapper__content:has( > .mod-content > .content__container:nth-child(odd):last-child) ~ .mod-workflow h1::after {
  color: #003A2D;
}
.wrapper__content:has( > .mod-content > .content__container:nth-child(odd):last-child) ~ .mod-workflow .accordion__title-link,
.wrapper__content:has( > .mod-content > .content__container:nth-child(odd):last-child) ~ .mod-workflow .accordion__title {
  color: #003A2D;
}
.wrapper__content:has( > .mod-content > .content__container:nth-child(odd):last-child) ~ .mod-workflow .accordion__title-link::after,
.wrapper__content:has( > .mod-content > .content__container:nth-child(odd):last-child) ~ .mod-workflow .accordion__title::after {
  color: #003A2D;
}
.wrapper__content:has( > .mod-content > .content__container:nth-child(odd):last-child) ~ .mod-workflow .accordion__title-link {
  border-top-color: #003A2D;
}
.wrapper__content:has( > .mod-content > .content__container:nth-child(odd):last-child) ~ .mod-workflow .workflow__item:first-of-type .accordion__title-link {
  border-top-color: #003A2D;
}
.wrapper__content:has( > .mod-content > .content__container:nth-child(odd):last-child) ~ .mod-workflow .grid-item > .workflow__item:nth-last-child(2) {
  border-bottom-color: #003A2D;
}
.wrapper__content:has( > .mod-content > .content__container:nth-child(odd):last-child) ~ .mod-workflow .grid-item > .workflow__item:has(+ .workflow__media--preview)::after {
  background: #003A2D;
}
.wrapper__content:has( > .mod-content > .content__container:nth-child(odd):last-child) ~ .mod-workflow .accordion__content,
.wrapper__content:has( > .mod-content > .content__container:nth-child(odd):last-child) ~ .mod-workflow .accordion__content > * {
  color: #003A2D;
}
.wrapper__content:has( > .mod-content > .content__container:nth-child(odd):last-child) ~ .mod-workflow .workflow__preview-box {
  background: #003A2D;
  color: #fff;
}
.wrapper__content:has( > .mod-content > .content__container:nth-child(odd):last-child) ~ .mod-workflow .workflow__preview-box .rich > * {
  color: #fff;
}
.wrapper__content:has( > .mod-content > .content__container:nth-child(odd):last-child) ~ .mod-workflow .workflow__preview-box li::before {
  background: #fff;
}
.wrapper__content:has( > .mod-content > .content__container:nth-child(even):last-child) ~ .mod-workflow .workflow__container {
  background: #003A2D;
}
