* {
  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;
}
/*.bg-gradient() {
	background: @blueDark;
	background: linear-gradient(135deg, @blueDark 0%, @blue 100%);
}
.bg-gradient-orange() {
	background: @orangeDark;
	background: linear-gradient(135deg, @orangeDark 0%, @orange 100%);
}*/
.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: 'icons' !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: #873800;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  border-bottom: 2px solid #873800;
}
.link-primary:hover,
.link-primary:focus,
.link-primary:active {
  color: #E5E5E5;
}
.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: #E5E5E5;
}
.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: 1.45;
  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: 1.45;
  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: 1.45;
  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: 1.45;
  text-decoration: none;
  background: #fff;
  color: #000000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nav-main__sub .nav-main__icon-deep {
  display: none;
}
.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: 26px;
    line-height: 1.4;
  }
}
.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: 1.45;
  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);
}
/* 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-v40-latin-regular.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: 600;
  src: url('assets/fonts/open-sans/open-sans-v40-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-v40-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: 'icons';
  src: url('assets/fonts/icons/icons.eot?l5s08h');
  src: url('assets/fonts/icons/icons.eot?l5s08h#iefix') format('embedded-opentype'), url('assets/fonts/icons/icons.ttf?l5s08h') format('truetype'), url('assets/fonts/icons/icons.woff?l5s08h') format('woff'), url('assets/fonts/icons/icons.svg?l5s08h#icons') 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: 'icons' !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: 18px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.45;
  }
}
@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 #E5E5E5;
  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;
  padding-top:20px;
}
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;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.1;
  color: #873800;
  hyphens: auto;
  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  h1 {
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 30px;
  }
}
h1 strong {
  color: #873800;
}
h2 {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #873800;
  hyphens: auto;
  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}
h3 {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
h4 {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 10px;
}
address,
p {
  margin-bottom: 20px;
}
p + h2 {
  margin-top: 25px;
}
.container,
.container-l,
.container-s {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen {
  .container {
    width: 1090px;
  }
}
@media screen {
  .container-l {
    width: 1620px;
  }
}
@media screen {
  .container-s {
    width: 1090px;
  }
}
@media (min-width: 992px) {
  .container-s {
    padding-right: 290px;
  }
}
.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 {
  align-items: end;
}
.row-footer > .grid-item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .row-footer > .grid-item {
    margin-bottom: 0;
  }
  .row-footer > .grid-item:nth-child(1) {
    width: 17%;
  }
  .row-footer > .grid-item:nth-child(2) {
    width: 28%;
  }
  .row-footer > .grid-item:nth-child(3) {
    width: 23%;
  }
  .row-footer > .grid-item:nth-child(3) img {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  .row-footer > .grid-item:nth-child(4) {
    width: unset;
    flex-grow: 1;
  }
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !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-arrow-right:before {
  content: "\e90a";
}
.icon-chevron-circle-right:before {
  content: "\e908";
}
.icon-chevron-circle-left:before {
  content: "\e909";
}
.icon-chevron-left:before {
  content: "\e907";
}
.icon-chevron-down:before {
  content: "\e900";
}
.icon-chevron-right:before {
  content: "\e901";
}
.icon-chevron-up:before {
  content: "\e902";
}
.icon-close:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-menu:before {
  content: "\e906";
}
.icon-linkedin:before {
  content: "\e90b";
}
/* 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: #873800;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  border-bottom: 2px solid #873800;
}
.rich a:hover,
#tinymce a:hover,
.rich a:focus,
#tinymce a:focus,
.rich a:active,
#tinymce a:active {
  color: #E5E5E5;
}
.rich a:hover,
#tinymce a:hover,
.rich a:focus,
#tinymce a:focus,
.rich a:active,
#tinymce a:active {
  color: #E5E5E5;
}
.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: 1.45;
  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;
}
.rich ul li,
#tinymce ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.5em;
  list-style: none;
}
.rich ul li:before,
#tinymce ul li:before {
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #873800;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !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: #873800;
  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: 40px;
}
.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: 30px;
}
.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)";
}
#tinymce div {
  color: red !important;
}
#tinymce a {
  color: red;
}
#tinymce .js-layout-anchor {
  color: red;
}
.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: 24px;
  line-height: 1.4;
  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: #E5E5E5;
}
.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: 1.45;
  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: #E5E5E5;
}
.form__radio:focus,
.form__checkbox:focus {
  outline: 1px solid #E5E5E5;
}
.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: 24px;
  line-height: 1.4;
}
.form__label--duet {
  pointer-events: none;
}
.duet-date__input::placeholder {
  color: #000000;
}
.duet-date__input:focus {
  box-shadow: none;
  outline: 1px solid #E5E5E5;
}
.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 #E5E5E5;
  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: #E5E5E5;
  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, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
: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: #873800 !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;
}
.accordion:focus-within {
  border-color: #873800;
}
.accordion:focus-within h2 {
  background-color: hsl(0, 0%, 97%);
}
.accordion-trigger {
  border: none;
  display: block;
  font: inherit;
  margin: 0;
  padding: 1em;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none;
}
.accordion-trigger:focus,
.accordion-trigger:hover {
  background: #873800;
}
.accordion-trigger:focus {
  outline: 4px solid transparent;
}
.accordion button::-moz-focus-inner {
  border: 0;
}
.accordion-title {
  display: block;
  pointer-events: none;
  border: transparent 2px solid;
  border-radius: 5px;
  outline: none;
}
.accordion-trigger:focus .accordion-title {
  border-color: #873800;
}
.accordion-icon {
  border: solid currentcolor;
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem;
}
.accordion-trigger:focus .accordion-icon,
.accordion-trigger:hover .accordion-icon {
  border-color: #fff;
}
.accordion-trigger[aria-expanded="true"] .accordion-icon {
  transform: translateY(-50%) rotate(-135deg);
}
.accordion-panel {
  margin: 0;
  padding: 1em;
}
/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.accordion-panel[hidden] {
  display: none;
}
.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: 'icons' !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: #873800;
  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-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: 34px;
    line-height: 1.25;
    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: 1.2;
  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: 24px;
    line-height: 1.4;
    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: #873800;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  border-bottom: 2px solid #873800;
  color: #000000;
  border-bottom: 2px solid #000000;
}
.contact__link:hover,
.contact__link:focus,
.contact__link:active {
  color: #E5E5E5;
}
.contact__link:hover,
.contact__link:focus,
.contact__link:active {
  color: #E5E5E5;
}
.contact__link:hover,
.contact__link:focus,
.contact__link:active {
  color: #000000;
}
.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: 1.45;
  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;
}
.footer__address,
.footer__contact {
  line-height: 1.8;
  margin-bottom: 0;
  color: #fff;
}
.footer__address .footer__company-name,
.footer__contact .footer__company-name {
  font-size: 20px;
}
.footer__link {
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer__link:hover,
.footer__link:focus,
.footer__link:active {
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .footer__nav-items {
    display: flex;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .footer__nav-items {
    justify-content: space-between;
  }
}
.footer__nav-item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__nav-item {
    margin-bottom: 0;
  }
}
.footer__nav-link {
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer__nav-link:hover,
.footer__nav-link:focus,
.footer__nav-link:active {
  border-bottom: 1px solid #fff;
}
.footer__social {
  display: flex;
  gap: 20px;
}
.footer__social-item {
  margin-bottom: 20px;
}
.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: 28px;
  line-height: 1.2;
  hyphens: auto;
}
@media (min-width: 768px) {
  .emotion__blockquote {
    width: 75%;
    font-size: 5vw;
    font-size: 30px;
    line-height: 1.25;
  }
}
@media (min-width: 1400px) {
  .emotion__blockquote {
    font-size: 34px;
    line-height: 1.25;
  }
}
.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: 500;
  font-style: normal;
  color: #fff;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1.4;
  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: 28px;
    line-height: 1.2;
  }
}
.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: 500;
  font-style: normal;
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
}
@media (min-width: 1400px) {
  .emotion-contact__text {
    font-size: 26px;
    line-height: 1.4;
  }
}
.emotion-contact__name {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 1.2;
}
.mod-header.state-header--nav-active .header__nav {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-top: 40px;
}
.mod-header > .container {
  position: relative;
}
.header__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .header__wrapper {
    align-items: flex-end;
  }
}
.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: #000000;
}
.header__nav-trigger:hover,
.header__nav-trigger:focus,
.header__nav-trigger:active {
  color: #d12d2e;
}
@media (min-width: 768px) {
  .header__nav-trigger {
    display: none;
  }
}
.header__nav-trigger .material-icons-rounded {
  font-size: 48px;
}
.header__nav {
  z-index: 15;
  display: flex;
  position: fixed;
  right: 100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background: #d12d2e;
  color: #000000;
  -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: 20px;
}
@media (min-width: 768px) {
  .header__nav-buttons {
    display: none;
  }
}
.header__nav-home,
.header__nav-close,
.nav-main__back,
.nav-main__close {
  padding: 0;
  font-size: 40px;
  color: #fff;
  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-logo__img {
  height: auto;
}
@media (min-width: 768px) {
  .header-logo__img {
    width: 200px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .is-scrolled .header-logo__img {
    width: 150px;
  }
}
.mod-intro {
  margin-bottom: 25px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mod-intro {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .mod-intro {
    margin-bottom: 40px;
  }
}
.intro__img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .intro__img {
    margin-bottom: 0;
  }
}
.intro__desc {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .intro--text .intro__title {
    margin-left: -150px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .intro--image .intro__title {
    margin: 40px 0 40px -150px;
    text-shadow: 0 0 20px #fff;
    text-align: left;
  }
}
.intro--image .intro__text {
  padding: 0 25px;
}
@media screen {
  .intro--image .intro__text {
    max-width: 750px;
  }
}
.l-wrapper {
  flex-grow: 1;
  padding-top: 90px;
}
@media (min-width: 992px) {
  .l-wrapper {
    padding-top: 126px;
  }
}
.l-header {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255);
  z-index: 10;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .l-header {
    -webkit-transition: background 100ms linear;
    transition: background 100ms linear;
    padding: 35px 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) {
  .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: 24px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .l-header + .l-breadcrumb {
    padding-top: 50px;
  }
}
.l-main {
  text-align: left;
  min-height: 400px;
  position: relative;
  padding-top: 60px;
}
.l-header + .l-main {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .l-main {
    padding-top: 40px;
  }
}
.l-content {
  padding: 0 0 20px 0;
}
@media (min-width: 768px) {
  .l-content {
    padding-bottom: 0;
  }
}
.l-footer {
  padding: 25px 0 55px;
  background: #000000;
}
@media print {
  .l-footer {
    display: none;
  }
}
.l-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.galaxy-s2 .l-top {
  display: none;
}
.l-top .l-top-button {
  text-align: center;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  width: 48px;
  height: 48px;
  padding: 10px;
  overflow: hidden;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .l-top .l-top-button {
    right: 30px;
    bottom: 30px;
    width: 56px;
    height: 56px;
    padding: 15px;
  }
}
.mod-logo {
  width: 120px;
}
@media (min-width: 768px) {
  .mod-logo {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .mod-logo {
    width: 100%;
    -webkit-transform: translate(0, -25px);
    -ms-transform: translate(0, -25px);
    transform: translate(0, -25px);
  }
}
.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__items {
  padding: 0 20px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #d12d2e;
}
@media (min-width: 768px) {
  .nav-main__items {
    padding: 0;
    display: flex;
    gap: 45px;
    background: transparent;
  }
}
.nav-main__item {
  display: block;
}
.nav-main__item:last-child > a.nav-main__link {
  padding-right: 0;
}
@media (min-width: 768px) {
  .nav-main__item.active .nav-main__link {
    color: #873800;
    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: #873800;
  }
  .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: -50px;
  right: 0;
  width: 100%;
  height: calc(100% - 50px);
  padding-top: 50px;
  -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: #d12d2e;
}
@media (min-width: 768px) {
  .nav-main__flyout {
    display: none;
    top: 0;
    left: 0;
    right: unset;
    width: auto;
    height: 100%;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: transparent;
  }
}
.state-nav-main-level--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-level--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: 20px;
}
@media (min-width: 768px) {
  .nav-main__buttons {
    display: none;
  }
}
.nav-main__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 10px 17px 10px;
  color: #000000;
  font-weight: normal;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  line-height: 1;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .header__nav .nav-main__link {
    font-size: 24px; /* Hauptmenü */
    color: #fff
  }

  .header__nav .nav-main__sub-link {
    font-size: 24px; /* Untermenü */
  }

  .header__nav .nav-main__sub-sub-link {
    font-size: 15px; /* Sub-Sub-Menü */
  }
}
@media (min-width: 768px) {
  .nav-main__link {
    padding: 20px 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
}
@media (min-width: 992px) {
  .nav-main__link {
    font-size: 30px;
    line-height: 1.25;
  }
}
.nav-main__icon-deep {
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
}
@media (min-width: 768px) {
  .nav-main__icon-deep {
    display: none !important;
  }
}
.nav-main__link-level {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.nav-main__link-level::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .nav-main__link-level {
    display: none;
  }
}
.nav-main__sub {
  position: relative;
  font-size: 24px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .nav-main__sub {
    padding: 20px 0;
    min-width: 280px;
    background-color: rgba(0, 0, 0, 0.9);
  }
}
.nav-main__sub a {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
.nav-main__sub .nav-main__sub-items li:hover > .nav-main__link {
  background: #873800;
}
.nav-main__sub .nav-main__sub-items li > .nav-main__link {
  color: #fff;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.4;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .nav-main__sub .nav-main__sub-items li > .nav-main__link {
    font-size: 26px;
    line-height: 1.4;
  }
}
.nav-main__sub-items {
  padding: 0 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .nav-main__sub-items {
    padding: 0;
  }
  .nav-main__sub-items li.active .nav-main__sub-link {
    background: #873800;
    color: #fff;
  }
}
.nav-main__sub-items > li > a.nav-main__sub-link {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.nav-main__sub-flyout {
  z-index: 20;
  position: absolute;
  opacity: 0;
  top: -50px;
  right: 0;
  width: 100%;
  height: calc(100% - 50px);
  padding-top: 50px;
  -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: #d12d2e;
}
@media (min-width: 768px) {
  .nav-main__sub-flyout {
    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-sub-main-level--active .nav-main__sub-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-sub-main-level--active .nav-main__sub-flyout {
    display: block;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.nav-main__sub-link-level {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.nav-main__sub-link-level::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .nav-main__sub-link-level {
    display: none;
  }
}
.nav-main__sub-item {
  display: block;
}
.nav-main__sub-item:last-child > a.nav-main__sub-link {
  padding-right: 0;
}
@media (min-width: 768px) {
  .nav-main__sub-item.active .nav-main__sub-link {
    color: #873800;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .nav-main__sub-item {
    position: relative;
  }
  .nav-main__sub-item:hover .nav-main__sub-link {
    color: #fff;
  }
  .nav-main__sub-item:hover .nav-main__sub-flyout {
    display: block;
  }
}
.nav-main__sub-link {
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
  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-link:hover,
  .nav-main__sub-link:focus,
  .nav-main__sub-link:active {
    background: #873800;
  }
}
@media (min-width: 768px) {
  .nav-main__sub-link {
    font-size: 26px;
    line-height: 1.4;
    padding: 10px 20px;
  }
}
.nav-main__sub-sub-link {
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
  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-sub-link:hover,
  .nav-main__sub-sub-link:focus,
  .nav-main__sub-sub-link:active {
    background: #873800;
  }
}
@media (min-width: 768px) {
  .nav-main__sub-sub-link {
    font-size: 26px;
    line-height: 1.4;
    padding: 10px 20px 10px 30px;
  }
}
.nav-main__sub-sub-items {
  padding: 10px 20px 10px 30px;
  text-align: left;
}
@media (min-width: 768px) {
  .nav-main__sub-sub-items {
    padding: 0;
  }
  .nav-main__sub-sub-items li.active .nav-main__sub-sub-link {
    background: #873800;
    color: #fff;
  }
}
.nav-main__sub-sub-items > li > a.nav-main__sub-sub-link {
  font-size: 22px;
  line-height: 1.2;
}
.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;
}
@media (max-width: 767px) {
  .mod-partners .partner__content {
    flex-direction: column;
    align-items: flex-start;
  }

  .mod-partners .partner__wrapper-img {
    width: 100%;
    max-width: 300px;
  }
}
.mod-photo {
  position: relative;
  border-radius: 0 0 50% 50%;
  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: 28px;
  line-height: 1.2;
}
.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: 500;
  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__contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.mod-team .team__contact-info > a {
  width: fit-content;
}
.team__overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 576px) {
  .team__overview {
    gap: 8%;
  }
}
@media (min-width: 768px) {
  .team__overview {
    gap: 5%;
  }
}
@media (min-width: 1620px) {
  .team__overview {
    margin: 0 -45px;
  }
}
.team__item {
  width: 80%;
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .team__item {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .team__item {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) {
  .team__item {
    width: 46%;
  }
}
@media (min-width: 992px) {
  .team__item {
    width: 30%;
  }
}
.team__item .team__photo {
  padding: 0 45px;
  margin-bottom: 30px;
}
.team__item:hover .mod-photo:before {
  background: #000000;
}
.team__name {
  font-size: 26px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 10px;
}
.team__details {
  font-size: 20px;
  line-height: 1.2;
}
.team__item--show-details .team__details {
  display: block;
}
.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%;
}
