/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
:root {
  --white: #ffffff;
  --primarycolor: #282979;
  --yellow: #FCBD1B;
  --light-yellow: #FFD000;
  --brown: #CB9F6B;
  --bg-soft: #F4F4F4;
  --light-purple: #AEAECA;
}
html {
  font-size: 62.5%;
}
html.remove {
  overflow: hidden;
}
html.remove body {
  overflow: hidden;
}
html * {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
body {
  font-family: "interface", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  /* max-width: 1920px; */
  margin-left: auto;
  margin-right: auto;
  counter-reset: ol;
}
body > h1 {
  position: absolute;
  left: -10000px;
}
.screenReaderElement {
  position: absolute;
  left: -10000px;
}
.container {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  margin-left: auto;
  margin-right: auto;
  width: 1276px;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before {
  content: "";
  display: table;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
a {
  color: #000000;
}
a:hover {
  text-decoration-color: #FCBD1B;
}
.index {
  display: block;
  padding: 60px;
}
.index li {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  list-style: none;
  font-size: 2rem;
}
strong {
  font-weight: bold;
}
b {
  font-weight: bold;
}
em {
  font-style: italic;
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* PlayFair */
/* IBM */
.efra-heavy-regular {
  font-family: "effra-heavy-regular", sans-serif;
  font-weight: 900;
}
.interface-regular {
  font-family: "interface", sans-serif;
  font-weight: 400;
}
button,
input[type="submit"] {
  border: none;
  cursor: pointer;
}
form {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
form:before {
  content: "";
  display: table;
}
form:after {
  content: "";
  display: table;
  clear: both;
}
input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
form {
  position: relative;
}
form > *:not(:last-child) {
  margin-bottom: 20px;
}
form table {
  background-color: var(--bg-soft);
  padding: 1rem;
}
form table tbody tr th {
  text-align: right;
}
form table tbody tr td {
  border-bottom: none;
}
form table tbody tr.required label::after {
  content: " *";
  color: var(--yellow);
}
form .wpcf7-form-control-wrap {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
form .wpcf7-not-valid-tip {
  max-width: 100%;
  width: auto;
}
form .wpcf7-spinner {
  position: absolute;
  bottom: 33px;
  left: 82px;
  margin: 0 auto;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 auto;
  padding: 8px 6px;
  border-color: rgba(247, 145, 91, 0.6) !important;
  background-color: rgba(247, 145, 91, 0.6);
  color: #ffffff;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 auto;
  padding: 8px 6px;
  border-color: rgba(53, 255, 121, 0.6) !important;
  background-color: rgba(53, 255, 121, 0.6);
  color: #ffffff;
}
form .wpcf7-submit:focus {
  color: #000000 !important;
}
form .checkbox-wrap {
  position: relative;
  margin-bottom: 40px;
}
form .checkbox-wrap .wpcf7-form-control-wrap {
  display: none;
  vertical-align: middle;
}
form .checkbox-wrap label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  vertical-align: middle;
}
form .checkbox-wrap label:before {
  opacity: 1;
  content: '';
  left: 0;
  display: inline-block;
  top: -2px;
  position: absolute !important;
  height: 20px;
  width: 20px;
  cursor: pointer;
  pointer-events: all;
  border: 2px solid #C2C2C2;
  background-color: #ffffff;
  z-index: 20;
}
form legend + p {
  font-size: calc(100% - 0.2rem);
  color: #1E2432;
  margin-bottom: 12px;
}
form label + p {
  font-size: calc(100% - 0.2rem);
  color: #1E2432;
  margin-bottom: 12px;
}
form input:not([type="checkbox"]):not([type="radio"]),
form textarea {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  color: #000000;
  background-color: #ffffff;
  appearance: none;
  border: unset;
  border: 2px solid transparent;
  border-radius: 5px;
  outline: none;
  font-weight: 500;
  font-size: 1.5rem;
  width: 100%;
}
form input:not([type="checkbox"]):not([type="radio"])::placeholder,
form textarea::placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #1E2432;
  font-size: 1.3rem;
  font-weight: 400;
}
form input:not([type="checkbox"]):not([type="radio"]):hover,
form textarea:hover {
  background-color: #ffffff;
}
form input:not([type="checkbox"]):not([type="radio"]):focus,
form textarea:focus {
  background-color: #ffffff;
}
form input:not([type="checkbox"]):not([type="radio"]) {
  border: 1px solid #C2C2C2;
  padding: 14px 12px 14px 12px;
}
form textarea {
  border: 1px solid #C2C2C2;
  resize: none;
  padding: 12px 16px 12px 16px;
  min-height: 97px;
}
form textarea::placeholder {
  font-size: 1.3rem;
  font-weight: 400;
  color: #1E2432;
}
form label,
form legend {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  color: #1E2432;
  margin-bottom: 4px !important;
}
form legend {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 8px !important;
}
form input[type="submit"] {
  background-color: var(--primarycolor) !important;
  color: white !important;
}
form input[type="submit"]:hover {
  background-color: var(--light-yellow) !important;
  color: black !important;
}
form input.consent {
  margin-bottom: 40px;
}
form .form-group {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
form .form-group > *:not(:last-child) {
  margin-bottom: 32px;
}
form .checkboxes input[type='radio'] {
  display: none;
}
form .checkboxes input[type='radio'] + label {
  margin-bottom: 4px !important;
  background-color: #F4F4F4;
  padding: 10px 12px !important;
  padding-left: 44px !important;
  border-color: transparent !important;
  position: relative;
  cursor: pointer;
  display: inline-block !important;
  line-height: 25px;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 400;
  -webkit-appearance: none;
  z-index: 1;
}
form .checkboxes input[type='radio'] + label::before {
  content: '';
  top: 10px;
  left: 12px;
  opacity: 1;
  display: inline-block;
  position: absolute !important;
  height: 20px;
  width: 20px;
  cursor: pointer;
  pointer-events: all;
  border: 1px solid #C2C2C2;
  background-color: #ffffff;
  z-index: 20;
}
form .checkboxes input[type='radio']:checked + label {
  background-color: #ffffff;
  border-color: transparent !important;
  border: 1px solid #C2C2C2 !important;
}
form fieldset > *:not(:last-child) {
  margin-bottom: 12px;
}
form label > input[type='checkbox'] {
  margin-right: 1rem;
}
form select {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  padding: 14px 12px 14px 12px;
  display: block;
  width: 100%;
  background-color: #ffffff;
  background-image: url('../images/arrow-down.png');
  background-position: right 16px center;
  background-repeat: no-repeat;
  color: #000000;
  border: unset;
  appearance: none;
  border: 1px solid #C2C2C2;
  outline: none;
  font-weight: 500;
  position: relative;
  font-size: 1.5rem;
}
form select::placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #1E2432;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: -0.5px;
}
form select:hover {
  background-color: #ffffff;
}
form select:focus {
  background-color: #ffffff;
}
form input[type='checkbox'].acceptation + label {
  font-size: 1.3rem;
  font-weight: 400;
}
form input[type='checkbox'].acceptation + label > a {
  color: #282979;
  text-decoration: underline;
  font-size: 100%;
}
form input[type='checkbox'].acceptation + label > a:hover {
  text-decoration: none;
}
form input[type='checkbox'].acceptation + label::before {
  background-color: #F4F4F4;
}
form .form-row {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 12px;
}
form .form-row > * {
  margin-bottom: 0 ;
}
form .form-row.left {
  grid-template-columns: 132px auto;
}
form .form-row.right {
  grid-template-columns: auto 132px;
}
form .form-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 12px;
}
form h3 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@font-face {
  font-family: 'larken';
  src: url('../fonts/larken/Larken Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'larken';
  src: url('../fonts/larken/Larken Medium.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'larken';
  src: url('../fonts/larken/Larken Bold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
body {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
body::-webkit-scrollbar {
  display: none;
}
*/
.container {
  width: 100%;
  max-width: 1920px;
  padding-left: 240px;
  padding-right: 230px;
}
/*
.scroll-to-top {
  .rounded-corners(50%);
  position: fixed;
  cursor: pointer;
  background-color: @white;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  z-index: 350;

  &::before {
    .pseudo-center(10px, 20px, "../images/to-top.png");
  }
}
*/
#lightboxOverlay {
  z-index: 99999;
}
#lightbox {
  z-index: 100000;
}
#overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "larken", sans-serif;
  font-weight: 500;
}
h2 > p,
h3 > p,
h4 > p,
h5 > p,
h6 > p {
  font-size: 100%;
}
h2 {
  font-size: 4.4rem;
  font-weight: 600;
}
h3 {
  font-size: 2rem;
  font-weight: 600;
}
h4 {
  font-size: 1.8rem;
}
p {
  font-size: 1.6rem;
}
em {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  font-style: italic;
}
a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
cite {
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
blockquote {
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
span {
  font-size: 1.5rem;
}
ul > li > a {
  font-size: 1.6rem;
}
a:focus {
  outline: none;
}
a:focus-visible {
  outline: 2px solid #282979;
}
.scroll-box {
  overflow-x: scroll;
}
table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  /* border: 1px solid @light-border; */
  border-radius: 8px;
  overflow: hidden;
}
table thead {
  background-color: #F4F4F4;
}
table thead tr th {
  padding: 8px;
  border-bottom: 1px solid #C2C2C2;
  min-width: 100px;
  text-align: left;
}
table tbody {
  border-top: none;
}
table tbody tr th {
  text-align: left;
  padding: 20px 0 10px 0;
}
table tbody tr td {
  padding: 8px;
  border-bottom: 1px solid #C2C2C2;
  text-align: left;
  min-width: 100px;
}
table tbody tr:hover {
  background-color: #F4F4F4;
}
table tbody tr:last-child {
  /*
        td {
          border-bottom: none;
        }
		*/
}
table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 140px;
  -webkit-border-radius: 140px;
  -moz-border-radius: 140px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 14px 30px 16px 30px;
  color: #1E2432;
  font-weight: 700;
  word-wrap: break-word;
  text-align: center;
  border: 2px solid transparent;
  background-color: transparent;
}
.btn.btn-filled {
  background-color: #282979;
  color: #ffffff !important;
  border-color: #282979;
  font-size: 1.33rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  outline-color: #FCBD1B;
}
.btn.btn-filled:hover {
  background-color: #ffffff;
  color: #282979 !important;
  border-color: #282979;
}
.btn.btn-filled.btn-brown {
  background-color: #CB9F6B;
  color: #ffffff !important;
  border-color: #CB9F6B;
  outline-color: #FCBD1B !important;
}
.btn.btn-filled.btn-brown:hover {
  background-color: #ffffff;
  color: #CB9F6B !important;
  border-color: #CB9F6B;
}
.btn.btn-filled.btn-white {
  background-color: #ffffff;
  color: #282979 !important;
  border-color: #ffffff;
  outline-color: #FCBD1B !important;
}
.btn.btn-filled.btn-white:hover {
  background-color: #282979;
  color: #ffffff !important;
  border-color: #ffffff;
}
.btn.btn-borderless {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: unset;
  background-color: transparent !important;
  text-transform: none;
  color: #FCBD1B;
}
.btn.btn-borderless.btn-with-arrow-right {
  padding-right: 45px;
}
.btn.btn-borderless.btn-with-arrow-right::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../images/arr-yellow.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 19px;
  background-size: auto;
  top: 11px;
  transform: translateY(-50%);
}
.btn.btn-borderless.btn-with-arrow-right:hover::after {
  transform: translate(8px, -50%);
  background-image: url("../images/arr-yellow.png");
}
.btn.btn-with-arrow-right {
  padding-right: 65px;
}
.btn.btn-with-arrow-right:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("../images/arr-white.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 17px;
  background-size: auto;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn-with-arrow-right:hover::after {
  background-image: url("../images/arr-blue.png");
}
.text-align-justify {
  text-align: justify;
}
html.no-scroll {
  overflow-y: hidden;
}
body.no-scroll {
  overflow-y: hidden;
}
body .header {
  padding-top: 18px;
  position: relative;
  z-index: 100;
  background-color: #ffffff;
  overflow-x: clip;
}
body .header .container {
  padding-left: 207px;
  padding-right: 240px;
}
body .header .header-box {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: grid;
  grid-template-columns: auto auto max-content;
  position: relative;
  z-index: 9999;
}
body .header .header-box a {
  text-decoration: none;
}
body .header .header-box > .left {
  padding-top: 14px;
  margin-right: 40px;
}
body .header .header-box > .left .logo-box {
  padding-left: 17px;
}
body .header .header-box > .left .logo-box:has(span) {
  padding-left: 0;
}
body .header .header-box > .left .logo-box > * {
  display: inline-block;
  vertical-align: top;
}
body .header .header-box > .left .logo-box img {
  object-fit: contain;
  object-position: center top;
  width: 100%;
  max-height: 100%;
  max-width: 210px;
  height: 70px;
}
body .header .header-box > .left .logo-box span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  text-transform: uppercase;
  font-size: 1.332rem;
  line-height: 1.211em;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-left: 53px;
  color: #282979;
  padding-top: 12px;
}
body .header .header-box > .left .logo-box span:before {
  content: "";
  position: absolute;
  width: 71px;
  height: 1px;
  top: 50%;
  left: -74px;
  transform: rotate(135deg) translateY(calc(-50% - 7px));
  background-color: #282979;
}
body .header .header-box > .mid {
  margin-left: auto;
  margin-right: 40px;
}
body .header .header-box > .mid .header-nav ul {
  position: relative;
}
body .header .header-box > .mid .header-nav ul > li {
  display: inline-block;
}
body .header .header-box > .mid .header-nav ul > li:not(:last-child) {
  margin-right: 35px;
}
body .header .header-box > .mid .header-nav ul > li.external a {
  position: relative;
  padding-right: 25px;
}
body .header .header-box > .mid .header-nav ul > li.external a::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("../images/arr-up.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 19px !important;
  height: 19px !important;
  background-color: unset;
  right: 0;
  left: auto;
  top: 22px;
  opacity: 1;
  visibility: visible;
}
body .header .header-box > .mid .header-nav ul > li > a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  display: block;
  padding-top: 21px;
  padding-bottom: 40px;
  color: #282979;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.786em;
}
body .header .header-box > .mid .header-nav ul > li > a::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  height: 3px;
  width: 5%;
  opacity: 0;
  background-color: #FCBD1B;
  position: absolute;
  bottom: 35px;
  left: 0;
}
body .header .header-box > .mid .header-nav ul > li:hover a::after,
body .header .header-box > .mid .header-nav ul > li.active a::after {
  opacity: 1;
  width: 100%;
}
body .header .header-box > .mid .header-nav ul > li .submenu {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: grid;
  grid-template-columns: repeat(3, 33.3%);
  grid-gap: 15px;
  top: calc(100% - 20px);
  left: 50%;
  transform: translate(-25%, 0);
  background-color: #ffffff;
  box-shadow: 0px 8px 16px -2px rgba(0, 0, 0, 0.16);
  padding: 10px 20px;
  width: 100%;
  z-index: 9999;
}
body .header .header-box > .mid .header-nav ul > li .submenu li {
  display: block;
  width: 100%;
  margin-right: 0 !important;
}
body .header .header-box > .mid .header-nav ul > li .submenu li:hover a {
  color: #282979;
}
body .header .header-box > .mid .header-nav ul > li .submenu li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #1E2432;
  font-weight: 600;
  padding: 12px 0px;
  text-transform: none;
  position: relative;
  width: max-content;
  max-width: 100%;
}
body .header .header-box > .mid .header-nav ul > li .submenu li a::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  height: 3px !important;
  width: 5% !important;
  opacity: 0;
  background: unset;
  background-color: #FCBD1B;
  position: absolute;
  bottom: 10px;
  top: auto;
  left: 0;
  display: block;
  transform: rotate(0) translate(0px, 0px) !important;
}
body .header .header-box > .mid .header-nav ul > li .submenu li a:hover {
  color: #282979;
}
body .header .header-box > .mid .header-nav ul > li .submenu li a:hover::after {
  opacity: 1;
  width: 100% !important;
}
body .header .header-box > .mid .header-nav ul > li .submenu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%);
}
body .header .header-box > .mid .header-nav ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%);
}
body .header .header-box > .right {
  padding-top: 12px;
}
body .header .header-box > .right > * {
  display: inline-block;
  vertical-align: middle;
}
body .header .header-box > .right .header-search {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .header .header-box > .right .header-search .search-button {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 40px;
  width: 40px;
  display: block;
  position: relative;
}
body .header .header-box > .right .header-search .search-button img {
  object-fit: contain;
  object-position: center top;
  width: 100%;
  max-height: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .header .header-box > .right .header-search .search-button:hover {
  background-color: #F4F4F4;
}
body .header .header-box > .right .header-search #search-form {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: grid;
  grid-template-columns: 40px 180px;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  transition: opacity 0s, width 0.2s, visibility 0s;
}
body .header .header-box > .right .header-search #search-form::before,
body .header .header-box > .right .header-search #search-form::after {
  display: none;
}
body .header .header-box > .right .header-search #search-form input {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-bottom: 1px solid #1E2432;
  font-size: 1.4rem;
  color: #282979;
  min-width: 180px;
  width: 100%;
  background-color: #ffffff;
  outline: none;
  margin-bottom: 0;
}
body .header .header-box > .right .header-search #search-form button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 40px;
  width: 40px;
  order: -1;
  background-image: url("../images/search-ico.svg");
  background-size: 26px 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
body .header .header-box > .right .header-search #search-form button:hover {
  background-color: #F4F4F4;
}
body .header .header-box > .right .header-search.active .search-button {
  opacity: 0;
  visibility: hidden;
  position: relative;
}
body .header .header-box > .right .header-search.active #search-form {
  position: absolute;
  display: grid;
  opacity: 1;
  visibility: visible;
  top: 0;
  transform: translateY(0) translateX(-116px);
}
body .header .header-box > .right .header-search.active #search-form button {
  background-color: #F4F4F4;
}
body .header .header-box > .right .header-search.active #search-form button:hover {
  filter: brightness(0.9);
}
body .header .header-box > .right .lang {
  font-family: "Inter", sans-serif;
  font-style: normal;
  padding-right: 16px;
  margin-left: 26px;
  position: relative;
  font-size: 1.4rem;
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;
  color: #282979;
  z-index: 9999;
  background-color: #ffffff;
}
body .header .header-box > .right .lang > span {
  vertical-align: middle;
}
body .header .header-box > .right .lang > span > strong {
  font-weight: 400;
}
body .header .header-box > .right .lang::after {
  content: "";
  width: 9px;
  height: 6px;
  background-image: url("../images/arrow-down.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: auto;
  right: 4px;
  top: 50%;
  transform: translateY(-55%);
}
body .header .header-box > .right .lang > .states {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: calc(100% + 0);
  left: 50%;
  transform: translateX(calc(-50% - 10px));
  width: 100%;
  background-color: #ffffff;
  padding-top: 10px;
  box-shadow: 0px 8px 16px -2px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
}
body .header .header-box > .right .lang > .states > span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Inter", sans-serif;
  font-style: normal;
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  padding: 5px 8px;
}
body .header .header-box > .right .lang > .states > span > a {
  font-size: 100%;
}
body .header .header-box > .right .lang > .states > span > strong {
  font-weight: 400;
}
body .header .header-box > .right .lang > .states > span:hover {
  background-color: #F4F4F4;
  color: #282979;
}
body .header .header-box > .right .lang:hover > .states {
  opacity: 1;
  visibility: visible;
}
body .header .header-box > .right .button-box {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
  min-height: 30px;
  width: 30px;
  cursor: pointer;
  align-content: center;
}
body .header .header-box > .right .button-box span {
  display: inline-block;
  height: 100%;
  text-transform: uppercase;
  vertical-align: middle;
  vertical-align: sub;
}
body .header .header-box > .right .button-box .button-box-line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #282979;
}
body .header .header-box > .right .button-box .button-box-line::before,
body .header .header-box > .right .button-box .button-box-line::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  right: 0;
  background-color: #282979;
  position: absolute;
}
body .header .header-box > .right .button-box .button-box-line::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: -8px;
}
body .header .header-box > .right .button-box .button-box-line::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  bottom: -8px;
}
body .header .header-box > .right .button-box:hover {
  filter: opacity(0.65);
}
body .header .header-box > .right .button-box:hover .button-box-line::before,
body .header .header-box > .right .button-box:hover .button-box-line::after {
  width: 70%;
}
body .header .header-box > .right .button-box.active .button-box-line {
  visibility: hidden;
}
body .header .header-box > .right .button-box.active .button-box-line::before {
  visibility: visible;
  top: 50%;
  transform: rotate(45deg) translate(-1px, -50%);
}
body .header .header-box > .right .button-box.active .button-box-line::after {
  visibility: visible;
  top: 50%;
  transform: rotate(-45deg) translate(1px, -50%);
}
body .header .header-box > .right .button-box.active:hover .button-box-line::before,
body .header .header-box > .right .button-box.active:hover .button-box-line::after {
  width: 100%;
}
body .header .header-box.search-active {
  padding-top: 50px;
}
body .pseudo-side-bar {
  position: fixed;
  left: 0px;
  top: 0;
  height: 100vh;
  width: 48px;
  background-color: #282979;
  z-index: 999;
}
body .pseudo-side-bar a {
  outline-color: #FCBD1B;
}
body .pseudo-side-bar .bar-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
  color: #ffffff;
}
body .pseudo-side-bar .bar-content .bar-icons {
  position: relative;
  margin-bottom: 31px;
}
body .pseudo-side-bar .bar-content .bar-icons > * {
  display: block;
}
body .pseudo-side-bar .bar-content .bar-icons .bar-ico {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
body .pseudo-side-bar .bar-content .bar-icons .bar-ico:not(:last-child) {
  margin-bottom: 25px;
}
body .pseudo-side-bar .bar-content .bar-icons .bar-ico > img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
body .pseudo-side-bar .bar-content .pseudo-row {
  display: block;
  height: 77px;
  width: 1px;
  background-color: #ffffff;
  margin-bottom: 31px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
body .pseudo-side-bar .bar-content > span {
  display: block;
}
body .pseudo-side-bar .bar-content > span:last-child,
body .pseudo-side-bar .bar-content > span:last-of-type {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-align: left;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  white-space: nowrap;
  text-transform: uppercase;
  transform: rotate(180deg);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
body .pseudo-side-bar .bar-content .bar-show-button {
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #282979;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  display: none;
}
body .pseudo-side-bar .bar-content .bar-show-button::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../images/arr-white.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .footer {
  background-color: #282979;
  color: #ffffff;
  padding-top: 127px;
  padding-bottom: 141px;
}
body .footer a {
  outline-color: #FCBD1B;
}
body .footer ul {
  list-style-type: none;
}
body .footer .grid-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 100px;
  margin-bottom: 100px;
}
body .footer .grid-block .column:not(:first-child, :last-child) {
  padding-left: 20px;
  max-width: 240px;
}
body .footer .grid-block .column:last-child {
  padding-left: 20px;
}
body .footer .grid-block .column h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.21em;
  letter-spacing: 0.29em;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
  width: max-content;
  max-width: 100%;
  margin-bottom: 24px;
}
body .footer .grid-block .column p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.82em;
  margin-bottom: 30px;
}
body .footer .grid-block .column a {
  color: #ffffff;
}
body .footer .grid-block .column ul > li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.82em;
}
body .footer .grid-block .column ul > li > a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  position: relative;
  display: inline-block;
  width: max-content;
  max-width: 100%;
  padding-right: 32px;
  font-weight: 200;
}
body .footer .grid-block .column ul > li > a::after {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("../images/arr-up.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: auto;
  position: absolute;
  right: auto;
  transform: translateX(13px);
  bottom: 7px;
}
body .footer .grid-block .column ul > li > a:hover {
  text-decoration: underline;
}
body .footer .grid-block .column.column-text p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 200;
}
body .footer .grid-block .column.column-text p span {
  display: block;
  font-size: 100%;
}
body .footer .grid-block .column.column-text p span > span {
  width: auto;
  display: inline-block;
}
body .footer .grid-block .column.column-text p span > span > a {
  display: inline-block;
  font-weight: 200;
  font-size: 100%;
}
body .footer .grid-block .column.column-text p span > span > a:hover {
  text-decoration: underline;
}
body .footer .footer-foot {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  column-gap: 100px;
}
body .footer .footer-foot p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.82em;
}
body .footer .footer-foot p > a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  color: #ffffff;
  font-weight: 200;
}
body .footer .footer-foot p > a:hover {
  text-decoration: underline;
}
body .footer .footer-foot .foot-links ul > li {
  display: inline-block;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.82em;
}
body .footer .footer-foot .foot-links ul > li:not(:last-child) {
  margin-right: 16px;
}
body .footer .footer-foot .foot-links ul > li:not(:last-child)::after {
  content: "";
  top: 0px;
  right: -11px;
  height: 100%;
  width: 1px;
  position: absolute;
  display: block;
  background-color: #ffffff;
}
body .footer .footer-foot .foot-links ul > li > a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.82em;
}
body .footer .footer-foot .foot-links ul > li > a:hover {
  text-decoration: underline;
}
body section.chaosgrid.without-last + .actualities-bar {
  position: relative;
}
body section.chaosgrid.without-last + .actualities-bar::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  position: absolute;
  height: 437px;
  width: 437px;
  right: 0;
  top: 0;
  transform: translate(49%, -89%);
  background-color: #282979;
  margin-bottom: 30px;
  z-index: -1;
}
body section.chaosgrid.without-last.without-pseudo + .actualities-bar {
  position: relative;
}
body section.chaosgrid.without-last.without-pseudo + .actualities-bar::before {
  display: none;
}
body section.fifty-double-dot + .chaosgrid {
  margin-top: -208px;
}
body section {
  overflow-x: clip;
  margin-bottom: 80px;
}
body section:first-child:not(.fifty-double-dot),
body section:first-of-type:not(.fifty-double-dot) {
  padding-top: 50px;
}
body section:first-child.fifty-double-dot,
body section:first-of-type.fifty-double-dot {
  padding-top: 20px;
}
body section:last-child,
body section:last-of-type {
  margin-bottom: 90px;
}
body section.main-list-of-pages {
  min-height: 50vh;
}
body section.main-list-of-pages h2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.42em;
  letter-spacing: 0.02em;
  color: #282979;
  max-width: 100%;
  margin-bottom: 16px;
  position: relative;
}
body section.main-list-of-pages ul:not(.breadcrump) {
  list-style-type: none;
  margin-bottom: 70px;
  padding-left: 10px;
}
body section.main-list-of-pages ul:not(.breadcrump) > li {
  position: relative;
  padding-left: 16px;
  display: block;
}
body section.main-list-of-pages ul:not(.breadcrump) > li:not(:last-child) {
  margin-bottom: 2px;
}
body section.main-list-of-pages ul:not(.breadcrump) > li::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  position: absolute;
  left: 0px;
  top: 11px;
  width: 6px;
  height: 6px;
  overflow: hidden;
  background: #282979;
}
body section.main-list-of-pages ul:not(.breadcrump) > li > a {
  color: #1E2432;
  font-weight: 700;
  line-height: 1.82em;
}
body section.main-list-of-pages ul:not(.breadcrump) > li > a:hover {
  text-decoration: underline;
}
body section.fifty-percent.fifty-with-image .container {
  padding-right: 222px;
}
body section.fifty-percent.fifty-with-image .float-block {
  display: grid;
  grid-template-columns: auto max-content;
  column-gap: 110px;
}
body section.fifty-percent.fifty-with-image .float-block > .left {
  max-width: 624px;
  padding-top: 49px;
  margin-left: auto;
}
body section.fifty-percent.fifty-with-image .float-block > .left h2 {
  font-family: "larken", sans-serif;
  font-weight: 500;
  font-size: 4.83rem;
  font-weight: 400;
  line-height: 1.259em;
  color: #282979;
  max-width: 100%;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}
body section.fifty-percent.fifty-with-image .float-block > .left h2::before {
  content: "";
  display: block;
  width: 85px;
  left: -47px;
  top: -1px;
  position: absolute;
  height: 1px;
  transform: rotate(135deg);
  background-color: #282979;
}
body section.fifty-percent.fifty-with-image .float-block > .left h2::after {
  content: "";
  display: block;
  width: 158px;
  left: 0px;
  bottom: 0;
  position: absolute;
  height: 1px;
  background-color: #282979;
}
body section.fifty-percent.fifty-with-image .float-block > .left p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  max-width: 73%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.82em;
  color: #1E2432;
  text-align: justify;
}
body section.fifty-percent.fifty-with-image .float-block > .left p a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #1E2432;
  text-decoration: underline;
  font-size: calc(100%);
}
body section.fifty-percent.fifty-with-image .float-block > .left p a:hover {
  text-decoration: none;
}
body section.fifty-percent.fifty-with-image .float-block > .left p:not(:last-child, :last-of-type) {
  margin-bottom: 30px;
}
body section.fifty-percent.fifty-with-image .float-block > .left p:last-child,
body section.fifty-percent.fifty-with-image .float-block > .left p:last-of-type {
  margin-bottom: 45px;
}
body section.fifty-percent.fifty-with-image .float-block > .left .btn {
  min-width: 166px;
}
body section.fifty-percent.fifty-with-image .float-block > .right {
  margin-left: auto;
}
body section.fifty-percent.fifty-with-image .float-block > .right .media-box {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  height: 552px;
  width: 556px;
  display: block;
}
body section.fifty-percent.fifty-with-image .float-block > .right .media-box img {
  object-fit: cover;
  object-position: center top;
  max-height: 100%;
  object-position: center center;
  height: 100%;
  display: block;
  width: 100%;
}
body section.fifty-percent.fifty-with-image .float-block > .right .media-box video {
  object-fit: cover;
  object-position: center;
  height: 100%;
  display: block;
  width: 100%;
  margin-top: -1px;
}
body section.fifty-percent.fifty-with-image.fifty-headline {
  position: relative;
}
body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot::before {
  display: none;
}
body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block::before {
  display: none;
}
body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .left {
  padding-top: 110px;
  padding-bottom: 120px;
}
body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .left h2 {
  position: relative;
  display: block;
  width: max-content;
  border-bottom: 1px solid #282979;
  padding-right: 28px;
  padding-bottom: 22px;
  margin-bottom: 24px;
}
body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .left h2::after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 16px;
  width: 16px;
  background-color: #FCBD1B;
  position: absolute;
  right: 0;
  left: auto;
  top: auto;
  transform: translate(-9px, -29px);
  z-index: -1;
}
body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right {
  position: relative;
  align-content: end;
}
body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::before,
body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 89px;
  width: 89px;
  position: absolute;
  left: -45px;
  top: auto;
  bottom: 132px;
  z-index: 1;
}
body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::before {
  background-color: #FCBD1B;
  transform: translateY(-102px);
}
body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::after {
  background-color: #282979;
  transform: translateY(0);
}
body section.fifty-percent.fifty-with-image.fifty-headline::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 514px;
  width: 514px;
  background-color: #282979;
  position: absolute;
  left: 50%;
  bottom: -50%;
  transform: translateX(calc(-50% + 231px));
  z-index: -1;
}
body section.fifty-percent.fifty-with-image.fifty-headline .float-block {
  column-gap: 117px;
  margin-bottom: 16px;
  position: relative;
}
body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right {
  position: relative;
}
body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 65px;
  width: 65px;
  background-color: #FCBD1B;
  position: absolute;
  left: 42px;
  top: 51px;
  z-index: -1;
}
body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 134px;
  width: 134px;
  background-color: #FCBD1B;
  position: absolute;
  left: -89px;
  bottom: 121px;
  z-index: -1;
}
body section.fifty-percent.fifty-with-image.fifty-headline .float-block::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 16px;
  width: 16px;
  background-color: #FCBD1B;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 50px), calc(-50% - 54px));
  z-index: -1;
}
body section.fifty-percent.fifty-with-image.fifty-app-download .container {
  padding-right: 140px;
  padding-left: 140px;
}
body section.fifty-percent.fifty-with-image.fifty-app-download:last-child {
  margin-bottom: 0;
}
body section.fifty-percent.fifty-with-image.fifty-app-download .app-buttons a {
  display: inline-block;
  vertical-align: middle;
  height: 59px;
}
body section.fifty-percent.fifty-with-image.fifty-app-download .app-buttons a img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
body section.fifty-percent.fifty-with-image.fifty-app-download .app-buttons a:first-child,
body section.fifty-percent.fifty-with-image.fifty-app-download .app-buttons a:first-of-type {
  margin-right: 12px;
}
body section.fifty-percent.fifty-with-image.fifty-app-download .float-block {
  padding-top: 36px;
  margin-bottom: 128px;
  justify-content: center;
}
body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left {
  padding-left: 58px;
}
body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content h2 {
  max-width: 400px;
  margin-bottom: 33px;
  padding-bottom: 28px;
}
body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content h2::after {
  width: 130px;
}
body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content h2::before {
  left: -58px;
  top: 5px;
}
body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content p {
  max-width: 84%;
}
body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content p:last-of-type {
  margin-bottom: 55px;
}
body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right {
  padding-top: 75px;
  position: relative;
  height: max-content;
}
body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .img-box {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 385px;
  width: 376px;
  position: relative;
  margin-left: auto;
  overflow: hidden;
}
body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .img-box::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 88px;
  width: 88px;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(calc(-50% - 10px));
  background-color: #FFD000;
}
body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box {
  position: relative;
  min-width: 445px;
  height: 100%;
}
body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box .img-box img {
  object-fit: cover;
  object-position: center top;
  max-height: 100%;
  height: 100%;
  display: block;
  width: 100%;
}
body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box:before {
  content: "";
  width: 240px;
  height: 456px;
  background-image: url("../images/phone-with-bubble.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  top: -40px;
  left: 15px;
}
body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box:after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  z-index: 5;
  position: absolute;
  width: 200px;
  height: 200px;
  left: 0;
  bottom: -50px;
  background-color: #FCBD1B;
}
body section.fifty-percent.fifty-with-image.fifty-app-download-filled {
  background-color: #F4F4F4;
}
body section.virtual-tour {
  background-color: #F4F4F4;
  padding-top: 128px;
  padding-bottom: 150px;
  margin-top: 160px;
}
body section.virtual-tour .container {
  padding-right: 125px;
  padding-left: 125px;
}
body section.virtual-tour .grid-block {
  display: grid;
  grid-template-columns: minmax(350px, 1fr) minmax(34%, 415px) minmax(auto, 469px);
  grid-gap: 52px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1442px;
}
body section.virtual-tour .grid-block h2 {
  font-family: "larken", sans-serif;
  font-weight: 500;
  font-size: 10.513rem;
  font-weight: 400;
  line-height: 0.959em;
  text-transform: lowercase;
  position: relative;
  max-width: 350px;
  color: #282979;
  margin-top: 58px;
}
body section.virtual-tour .grid-block h2::before {
  content: "";
  width: 29px;
  height: 64px;
  background-image: url("../images/double-dot.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  left: -44px;
}
body section.virtual-tour .grid-block .img-box {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  position: relative;
  height: 417px;
  width: 417px;
  /*
          &:before,
          &::after {
            .rounded-corners(50%);
            content: "";
            display: block;
            width: 94px;
            height: 94px;
            right: 60px;
            position: absolute;
          }

          &:before {
            background-color: @primarycolor;
            bottom: 112px;
          }

          &:after {
            background-color: @yellow;
            bottom: 0;
            transform: rotate(45deg);
          }
*/
}
body section.virtual-tour .grid-block .img-box img {
  object-fit: cover;
  object-position: center top;
  max-height: 100%;
  height: auto;
  display: block;
  width: 100%;
}
body section.virtual-tour .grid-block .content {
  padding-top: 12px;
}
body section.virtual-tour .grid-block .content h3 {
  font-size: 4.83rem;
  font-weight: 400;
  line-height: 1.259em;
  max-width: 202px;
  position: relative;
  padding-bottom: 39px;
  margin-bottom: 40px;
  color: #282979;
}
body section.virtual-tour .grid-block .content h3::before {
  content: "";
  display: block;
  width: 85px;
  left: -55px;
  top: 5px;
  position: absolute;
  height: 1px;
  transform: rotate(135deg);
  background-color: #282979;
}
body section.virtual-tour .grid-block .content h3::after {
  content: "";
  display: block;
  width: 158px;
  left: 0px;
  bottom: 0;
  position: absolute;
  height: 1px;
  background-color: #282979;
}
body section.virtual-tour .grid-block .content p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.82em;
  color: #1E2432;
}
body section.virtual-tour .grid-block .content p a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #1E2432;
  text-decoration: underline;
  font-size: calc(100%);
}
body section.virtual-tour .grid-block .content p a:hover {
  text-decoration: none;
}
body section.virtual-tour .grid-block .content p:not(:last-child, :last-of-type) {
  margin-bottom: 30px;
}
body section.virtual-tour .grid-block .content p:last-child,
body section.virtual-tour .grid-block .content p:last-of-type {
  margin-bottom: 35px;
}
body section.virtual-tour .grid-block .content > .btn {
  min-width: 166px;
}
body section.logos-bar .grid-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  width: auto;
  max-width: 100%;
  column-gap: 16px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  padding-top: 12px;
  justify-items: center;
  margin-bottom: 34px;
}
body section.logos-bar .grid-item .img-box {
  height: 40px;
}
body section.logos-bar .grid-item .img-box img {
  object-fit: contain;
  object-position: center top;
  width: 100%;
  max-height: 100%;
}
body section.actualities-bar .container {
  padding-right: 120px;
  padding-left: 241px;
}
body section.actualities-bar h2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.21em;
  letter-spacing: 0.29em;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #282979;
  border-bottom: 2px solid #282979;
  width: max-content;
  max-width: 100%;
  margin-bottom: 70px;
}
body section.actualities-bar .grid-block {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 327px));
  justify-content: space-between;
  margin-bottom: 47px;
}
body section.actualities-bar .grid-block .grid-item {
  position: relative;
  padding-bottom: 20px;
}
body section.actualities-bar .grid-block .grid-item:not(:first-child) {
  padding-left: 22px;
}
body section.actualities-bar .grid-block .grid-item:not(:first-child) > .btn {
  left: 22px;
}
body section.actualities-bar .grid-block .grid-item > * {
  display: block;
  text-align: left;
}
body section.actualities-bar .grid-block .grid-item .img-box {
  overflow: hidden;
  margin-bottom: 48px;
  display: block;
  outline-color: #CB9F6B;
}
body section.actualities-bar .grid-block .grid-item .img-box img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  object-fit: cover;
  object-position: center top;
  object-position: center center;
  max-height: 100%;
  width: 100%;
  aspect-ratio: 16 / 9;
}
body section.actualities-bar .grid-block .grid-item .img-box:hover img {
  transform: scale(1.1);
}
body section.actualities-bar .grid-block .grid-item .date {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.74em;
  letter-spacing: 0.02em;
  color: #AEAECA;
  margin-bottom: 13px;
}
body section.actualities-bar .grid-block .grid-item a:hover {
  text-decoration: underline;
}
body section.actualities-bar .grid-block .grid-item a:has(h3) h3 {
  font-family: "larken", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.41em;
  letter-spacing: 0.02em;
  min-height: calc(1.41em * 5);
  overflow: hidden;
  margin-bottom: 34px;
  color: #1E2432;
  text-overflow: ellipsis;
  color: #282979;
}
body section.actualities-bar .grid-block .grid-item > .btn {
  position: absolute;
  bottom: 0;
  min-width: unset;
  left: 0;
}
body section.actualities-bar .btn {
  float: right;
  min-width: 162px;
}
body section.chaosgrid .container {
  padding-right: 0 !important;
  padding-left: 0px;
  width: 100%;
}
body section.chaosgrid .container .grid-block {
  display: grid;
  width: 100%;
  margin-left: auto;
  position: relative;
  margin-bottom: 82px;
  justify-content: end;
}
body section.chaosgrid .container .grid-block a {
  text-decoration: none;
}
body section.chaosgrid .container .grid-block > .grid-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(25%, 420px));
  position: relative;
  width: 100%;
}
body section.chaosgrid .container .grid-block > .grid-row:first-child .grid-item:first-child {
  background-color: transparent !important;
  position: relative;
}
body section.chaosgrid .container .grid-block > .grid-row:first-child .grid-item:first-child::before {
  display: none;
}
body section.chaosgrid .container .grid-block > .grid-row:first-child .grid-item:first-child::after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 361px;
  width: 361px;
  background-color: #FCBD1B;
  position: absolute;
  right: 0;
  bottom: -50%;
  transform: translate(50%, 19px);
  z-index: -1;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 30px;
  min-height: 338px;
  background-color: transparent;
  align-content: center;
  position: relative;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item::before {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  box-shadow: -60px 4px 174px 0px rgba(0, 0, 0, 0.14);
  z-index: -1;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.pseudo-element) {
  background-color: transparent !important;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.pseudo-element) .pseudo-element {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  right: 0;
  top: 0;
  box-shadow: -60px 4px 174px 0px rgba(0, 0, 0, 0.14);
  z-index: -1;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.pseudo-element) .pseudo-element::after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 361px;
  width: 361px;
  top: -50%;
  right: 0;
  transform: translate(50%, 0);
  background-color: #FCBD1B;
  position: absolute;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content) {
  align-content: start;
  background-color: transparent !important;
  padding: 0 !important;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content) .content {
  padding-top: 0px;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content) .date {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.74em;
  letter-spacing: 0.02em;
  color: #C2C2C2 !important;
  margin-bottom: 5px;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content) .date span {
  font-size: 100%;
  color: #C2C2C2 !important;
  font-weight: 700;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content) a:has(h3) {
  display: block;
  margin-bottom: 26px;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content) a:has(h3) h3 {
  font-family: "larken", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.41em;
  max-width: 299px;
  letter-spacing: 0.02em;
  color: #282979 !important;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content) a:has(h3):hover {
  text-decoration: underline;
  color: #1E2432 !important;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) {
  padding-bottom: 84px;
  padding-top: 68px;
  position: relative;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) .btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) .btn:not(.btn-borderless) {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  padding: unset;
  bottom: 29px;
  right: 27px;
  height: 50px;
  width: 50px;
  display: block;
  background-color: #F4F4F4;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) .btn:not(.btn-borderless)::before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("../images/arr.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) .btn:not(.btn-borderless):hover {
  filter: brightness(1.2);
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) a:has(span) {
  display: grid;
  align-content: center;
  height: 100%;
  width: 100%;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) a:has(span) > span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1E2432;
  max-width: 286px;
  display: block;
  font-size: 3.2rem;
  line-height: 1.2em;
  padding-left: 30px;
  letter-spacing: 0.03em;
  min-height: calc(1.2em*2);
  text-transform: lowercase;
  position: relative;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) a:has(span) > span::before,
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) a:has(span) > span::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  width: 10px;
  height: 10px;
  left: 10px;
  position: absolute;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) a:has(span) > span:before {
  top: 10px;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) a:has(span) > span:after {
  top: 22px;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(img) {
  padding: 0;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(img) .img-box {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(img) .img-box img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  object-fit: cover;
  object-position: center top;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(img) .img-box:hover img {
  transform: scale(1.1);
}
body section.chaosgrid .container .grid-block > .grid-row:nth-child(odd) .grid-item:nth-child(even) {
  background-color: #ffffff;
}
body section.chaosgrid .container .grid-block > .grid-row:nth-child(odd) .grid-item:nth-child(even) span::before,
body section.chaosgrid .container .grid-block > .grid-row:nth-child(odd) .grid-item:nth-child(even) span::after {
  background-color: #282979;
}
body section.chaosgrid .container .grid-block > .grid-row:nth-child(odd) .grid-item:nth-child(odd) {
  background-color: #F4F4F4;
}
body section.chaosgrid .container .grid-block > .grid-row:nth-child(odd) .grid-item:nth-child(odd) span::before,
body section.chaosgrid .container .grid-block > .grid-row:nth-child(odd) .grid-item:nth-child(odd) span::after {
  background-color: #FCBD1B;
}
body section.chaosgrid .container .grid-block > .grid-row:nth-child(odd) .grid-item:nth-child(odd):has(.btn) .btn {
  background-color: #ffffff;
}
body section.chaosgrid .container .grid-block > .grid-row:nth-child(even) .grid-item:nth-child(even) {
  background-color: #F4F4F4;
}
body section.chaosgrid .container .grid-block > .grid-row:nth-child(even) .grid-item:nth-child(even) span::before,
body section.chaosgrid .container .grid-block > .grid-row:nth-child(even) .grid-item:nth-child(even) span::after {
  background-color: #FCBD1B;
}
body section.chaosgrid .container .grid-block > .grid-row:nth-child(even) .grid-item:nth-child(even):has(.btn) .btn {
  background-color: #ffffff;
}
body section.chaosgrid .container .grid-block > .grid-row:nth-child(even) .grid-item:nth-child(odd) {
  background-color: #ffffff;
}
body section.chaosgrid .container .grid-block > .grid-row:nth-child(even) .grid-item:nth-child(odd) span::before,
body section.chaosgrid .container .grid-block > .grid-row:nth-child(even) .grid-item:nth-child(odd) span::after {
  background-color: #282979;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content, .pseudo-element):hover {
  background-color: transparent !important;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item.blue-pseudo-top-left {
  background-color: transparent !important;
  overflow: hidden;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item.blue-pseudo-top-left::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 437px;
  width: 437px;
  background-color: #282979;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-49%, -53%);
  z-index: -1;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item.blue-pseudo-top-left:hover {
  background-color: transparent !important;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:hover {
  background-color: #282979 !important;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:hover a {
  outline-color: #FCBD1B;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:hover h3,
body section.chaosgrid .container .grid-block > .grid-row .grid-item:hover span {
  color: #ffffff !important;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:hover span::before,
body section.chaosgrid .container .grid-block > .grid-row .grid-item:hover span::after {
  background-color: #FCBD1B !important;
}
body section.chaosgrid .container .grid-block > .grid-row .grid-item:hover:first-child {
  color: #1E2432;
}
body section.chaosgrid:not(.without-last) .grid-block .grid-row:last-child .grid-item:last-of-type {
  grid-column: 3;
}
body section.chaosgrid:not(.without-last) .grid-block .grid-row:last-child::after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 437px;
  width: 437px;
  top: -50%;
  left: 50%;
  transform: translate(-46%, -13%);
  background-color: #FCBD1B;
  position: absolute;
  z-index: -1;
}
body section.chaosgrid .photo-box {
  position: relative;
  overflow: hidden;
}
body section.chaosgrid .photo-box .img-box {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
body section.chaosgrid .photo-box .img-box img {
  object-fit: cover;
  object-position: center top;
  max-height: 100%;
  height: 100%;
  width: 100%;
  display: block;
}
body section.chaosgrid .photo-box::before,
body section.chaosgrid .photo-box::after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  display: block;
  width: 329px;
  height: 329px;
  position: absolute;
}
body section.chaosgrid .photo-box::before {
  background-color: #FCBD1B;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
body section.chaosgrid .photo-box::after {
  background-color: #282979;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}
body section.chaosgrid:has(.photo-box) .grid-block {
  margin-bottom: 0 !important;
}
body section.chaosgrid .grid-block,
body section.chaosgrid .photo-box {
  margin-left: auto;
  max-width: calc(100% - 236px);
}
body section.video-wide .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
body section.video-wide .video-box {
  position: relative;
  height: 731px;
  width: calc(100% - 46px);
  margin-left: auto;
}
body section.video-wide .video-box .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
body section.video-wide .video-box .background-image img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
body section.video-wide .video-box iframe,
body section.video-wide .video-box video {
  opacity: 0;
  visibility: hidden;
  object-fit: cover;
  object-position: center top;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
body section.video-wide .video-box .video-play-button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 156px;
  height: 156px;
  cursor: pointer;
}
body section.video-wide .video-box .video-play-button::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  width: 323px;
  height: 323px;
  background-image: url("../images/video-play-button.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body section.video-wide .video-box .video-play-button:hover::before {
  background-color: rgba(203, 159, 107, 0.8);
}
body section.video-wide .video-box.playable iframe,
body section.video-wide .video-box.playable video {
  opacity: 1;
  visibility: visible;
}
body section.video-wide .video-box.playable .background-image,
body section.video-wide .video-box.playable .video-play-button {
  opacity: 0;
  visibility: hidden;
}
body section.cultural-events {
  position: relative;
}
body section.cultural-events .container {
  padding-right: 121px;
}
body section.cultural-events .container > * {
  z-index: 3;
}
body section.cultural-events .container .grid-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  margin-bottom: 52px;
  position: relative;
  z-index: 3;
}
body section.cultural-events .container .grid-block::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 226px;
  width: 226px;
  background-color: #FCBD1B;
  position: absolute;
  right: 147px;
  top: 0px;
  z-index: -1;
  transform: translateY(-68px);
}
body section.cultural-events .container .grid-block .grid-item {
  position: relative;
  box-shadow: 0px 4px 81px 0px rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
}
body section.cultural-events .container .grid-block .grid-item .img-box {
  height: 299px;
  overflow: hidden;
  margin-bottom: 48px;
  display: block;
  outline-color: #CB9F6B;
}
body section.cultural-events .container .grid-block .grid-item .img-box img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  object-fit: cover;
  object-position: center top;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
body section.cultural-events .container .grid-block .grid-item .img-box:hover img {
  transform: scale(1.1);
}
body section.cultural-events .container .grid-block .grid-item .content {
  padding: 0 39px 45px 47px;
  padding-bottom: 60px;
}
body section.cultural-events .container .grid-block .grid-item .content h3 {
  font-family: "larken", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  max-width: 382px;
  font-weight: 400;
  line-height: 1.41em;
  letter-spacing: 0.02em;
  color: #282979;
  margin-bottom: 27px;
  min-height: calc(1.41em * 2);
}
body section.cultural-events .container .grid-block .grid-item .content a:hover {
  text-decoration: underline;
}
body section.cultural-events .container .grid-block .grid-item .content a:focus-visible h3 {
  outline: 2px solid #282979 !important;
}
body section.cultural-events .container .grid-block .grid-item .content .event-time,
body section.cultural-events .container .grid-block .grid-item .content .event-place,
body section.cultural-events .container .grid-block .grid-item .content .event-type {
  padding-left: 32px;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FCBD1B;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.74em;
  letter-spacing: 0.02em;
}
body section.cultural-events .container .grid-block .grid-item .content .event-time span,
body section.cultural-events .container .grid-block .grid-item .content .event-place span,
body section.cultural-events .container .grid-block .grid-item .content .event-type span {
  font-size: 100%;
}
body section.cultural-events .container .grid-block .grid-item .content .event-time::before,
body section.cultural-events .container .grid-block .grid-item .content .event-place::before,
body section.cultural-events .container .grid-block .grid-item .content .event-type::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 5px;
  position: absolute;
}
body section.cultural-events .container .grid-block .grid-item .content .event-time::before {
  background-image: url("../images/clock.svg");
}
body section.cultural-events .container .grid-block .grid-item .content .event-place::before {
  background-image: url("../images/geo-pointer.svg");
  height: 22px;
  width: 22px;
  left: 0px;
  top: 5px;
}
body section.cultural-events .container .grid-block .grid-item .content .event-type::before {
  background-image: url("../images/tag.svg");
  height: 25px;
  width: 22px;
  left: -3px;
  top: 4px;
}
body section.cultural-events .container .grid-block .grid-item .btn {
  right: 16px;
  bottom: 12px;
  position: absolute;
  z-index: 3;
}
body section.cultural-events .container > .btn {
  width: auto;
  max-width: 100%;
  float: right;
  min-width: 220px;
  margin-bottom: 52px;
}
body section.text-with-absolute-images .container {
  padding-left: 137px;
  padding-right: 0px;
}
body section.text-with-absolute-images .container .center-box {
  min-height: 800px;
  max-width: 1217px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
  position: relative;
  padding-top: 20px;
  margin-bottom: 146px;
}
body section.text-with-absolute-images .container .center-box h2 {
  font-family: "larken", sans-serif;
  font-weight: 500;
  font-size: 4.83rem;
  font-weight: 400;
  line-height: 1.259em;
  color: #282979;
  max-width: 200px;
  position: absolute;
  padding-bottom: 35px;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
  top: 50%;
  left: 10px;
  transform: translateY(29%);
}
body section.text-with-absolute-images .container .center-box h2::before {
  content: "";
  display: block;
  width: 85px;
  left: -47px;
  top: -1px;
  position: absolute;
  height: 1px;
  transform: rotate(135deg);
  background-color: #282979;
}
body section.text-with-absolute-images .container .center-box .img-box {
  position: absolute;
  overflow: hidden;
}
body section.text-with-absolute-images .container .center-box .img-box img {
  object-fit: cover;
  object-position: center top;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
body section.text-with-absolute-images .container .center-box .img-box:first-child {
  height: 299px;
  width: 436px;
  z-index: -1;
  left: 0;
  top: 0;
}
body section.text-with-absolute-images .container .center-box .img-box:nth-of-type(2) {
  height: 462px;
  width: 867px;
  right: 0;
  z-index: 0;
  top: 50%;
  transform: translateY(-46%);
}
body section.text-with-absolute-images .container .center-box .img-box:nth-of-type(2)::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  position: absolute;
  height: 160px;
  width: 187px;
  top: 0%;
  right: 0%;
  transform: translate(50%, -50%);
  background-color: #CB9F6B;
  z-index: 2;
}
body section.text-with-absolute-images .container .center-box .img-box:last-child {
  height: 290px;
  width: 436px;
  left: 50%;
  top: 50%;
  transform: translateX(-77%) translateY(50%);
  z-index: 1;
}
body section.article h2:first-child {
  font-family: "larken", sans-serif;
  font-weight: 500;
  font-size: 4.83rem;
  font-weight: 400;
  line-height: 1.26em;
  max-width: calc(100% - 370px);
  color: #282979;
  position: relative;
  padding-bottom: 44px;
  margin-bottom: 59px;
  letter-spacing: -0.01em;
  grid-column: 2;
  margin-left: 68px;
  z-index: 3;
}
body section.article h2:first-child::before {
  content: "";
  display: block;
  width: 85px;
  left: -47px;
  top: -1px;
  position: absolute;
  height: 1px;
  transform: rotate(135deg);
  background-color: #282979;
}
body section.article h2:first-child::after {
  content: "";
  display: block;
  width: 158px;
  left: 0px;
  bottom: 0;
  position: absolute;
  height: 1px;
  background-color: #282979;
}
body section.article .float-block {
  display: grid;
  grid-template-columns: 217px auto;
  padding-top: 36px;
  width: auto;
  max-width: 100%;
  margin-right: auto;
}
body section.article .float-block > .left {
  position: relative;
}
body section.article .float-block > .left .burger-button {
  width: max-content;
  position: absolute;
  top: 5px;
  display: block;
  right: 5%;
  cursor: pointer;
  display: none;
  padding-right: 32px;
}
body section.article .float-block > .left .burger-button span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
body section.article .float-block > .left .burger-button span:first-of-type {
  opacity: 1;
  visibility: visible;
  display: inline-block;
  width: 100%;
}
body section.article .float-block > .left .burger-button span:last-of-type {
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 0;
}
body section.article .float-block > .left .burger-button .main-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 2px;
  background-color: #282979;
}
body section.article .float-block > .left .burger-button .main-line::before,
body section.article .float-block > .left .burger-button .main-line::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  right: 0;
  background-color: #282979;
}
body section.article .float-block > .left .burger-button .main-line::before {
  width: 80%;
  transform: translateY(calc(-50% - 6px));
}
body section.article .float-block > .left .burger-button .main-line::after {
  transform: translateY(calc(-50% + 6px));
}
body section.article .float-block > .left .burger-button.active .main-line::before {
  width: 100%;
}
body section.article .float-block > .left .burger-button.active span:first-of-type {
  opacity: 0;
  visibility: hidden;
  display: none;
  width: 0;
}
body section.article .float-block > .left .burger-button.active span:last-of-type {
  opacity: 1;
  visibility: visible;
  display: inline-block;
  width: 100%;
}
body section.article .float-block > .left ul {
  list-style-type: none;
}
body section.article .float-block > .left ul > li {
  background-color: #F4F4F4;
}
body section.article .float-block > .left ul > li:not(:last-child) {
  margin-bottom: 3px;
}
body section.article .float-block > .left ul > li.active a {
  background-color: #282979;
  color: #ffffff;
}
body section.article .float-block > .left ul > li > a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  color: #282979;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.41em;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 14px;
}
body section.article .float-block > .left ul > li > a:hover,
body section.article .float-block > .left ul > li > a.active {
  background-color: #282979;
  color: #ffffff;
}
body section.article .float-block > .right {
  padding-left: 68px;
}
body section.article .float-block > .right .text-content {
  position: relative;
  max-width: 1066px;
  text-align: justify;
}
body section.article .float-block > .right .text-content > * {
  position: relative;
  max-width: 900px;
}
body section.article .float-block > .right .text-content > *.perex {
  max-width: 722px;
  font-weight: bold;
  padding: 2rem 0;
  text-align: justify;
}
body section.article .float-block > .right .text-content::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 134px;
  width: 134px;
  background-color: #FCBD1B;
  position: absolute;
  right: 0;
  top: -6px;
  transform: translate(-64%, -103%);
  z-index: 0;
}
body section.article .float-block > .right .text-content::after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 174px;
  width: 174px;
  background-color: #282979;
  position: absolute;
  right: 0;
  transform: translate(16%, -53%);
  top: -11px;
  z-index: -1;
}
body section.article .float-block > .right figure {
  max-width: 1066px;
  display: block;
  margin-right: auto;
  margin-left: 0 !important;
}
body section.article .float-block > .right figure a {
  outline-color: #ffffff;
}
body section.article .float-block > .right figure:has(img) {
  max-width: 925px !important;
  display: block;
}
body section.article .float-block > .right figure:has(iframe) {
  max-width: 1066px !important;
  display: block;
}
body section.article .float-block > .right figure:has(video) {
  max-width: 1066px !important;
  display: block;
}
body section.article .float-block:last-child {
  margin-bottom: 237px;
}
body section.article .download {
  margin-top: 3rem;
}
body section.archive-grid .container {
  padding-right: 90px;
}
body section.archive-grid h2:first-child {
  font-family: "larken", sans-serif;
  font-weight: 500;
  font-size: 4.83rem;
  font-weight: 400;
  line-height: 1.26em;
  color: #282979;
  position: relative;
  margin-bottom: 64px;
  margin-top: 40px;
  letter-spacing: -0.01em;
  width: 100%;
}
body section.archive-grid h2:first-child::before {
  content: "";
  display: block;
  width: 85px;
  left: -47px;
  top: -1px;
  position: absolute;
  height: 1px;
  transform: rotate(135deg);
  background-color: #282979;
}
body section.archive-grid .filter,
body section.archive-grid h2 {
  max-width: 1027px;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body section.archive-grid .filter {
  margin-bottom: 90px;
}
body section.archive-grid .filter .filter-items {
  width: max-content;
  margin-left: 0;
  margin-right: auto;
  max-width: 100%;
  display: block;
}
body section.archive-grid .filter .filter-items a {
  border-radius: 140px;
  -webkit-border-radius: 140px;
  -moz-border-radius: 140px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 14px 30px 16px 30px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.36em;
  text-align: center;
  min-width: 126px;
  background-color: #F4F4F4;
  color: #282979;
  display: inline-block;
  margin-bottom: 8px;
}
body section.archive-grid .filter .filter-items a:not(:last-child) {
  margin-right: 5px;
}
body section.archive-grid .filter .filter-items a:hover,
body section.archive-grid .filter .filter-items a.active {
  background-color: #282979;
  color: #ffffff;
}
body section.archive-grid .grid-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 34px 37px;
  margin-bottom: 95px;
  background-color: #ffffff;
  position: relative;
}
body section.archive-grid .grid-block::after,
body section.archive-grid .grid-block::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
body section.archive-grid .grid-block::before {
  background-color: #FCBD1B;
  height: 134px;
  width: 134px;
  transform: translate(-144%, -41%);
}
body section.archive-grid .grid-block::after {
  background-color: #282979;
  height: 244px;
  width: 244px;
  right: 0;
  transform: translate(50%, 3%);
}
body section.archive-grid .grid-block .grid-item {
  padding: 54px 56px;
  min-height: 607px;
  position: relative;
  box-shadow: 0px 4px 81px 0px rgba(0, 0, 0, 0.14);
}
body section.archive-grid .grid-block .grid-item .date {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.74em;
  letter-spacing: 0.02em;
  color: #AEAECA;
  margin-bottom: 17px;
}
body section.archive-grid .grid-block .grid-item a:hover {
  text-decoration: underline;
}
body section.archive-grid .grid-block .grid-item a:has(h3) h3 {
  font-family: "larken", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.41em;
  letter-spacing: 0.02em;
  min-height: calc(1.41em * 2);
  overflow: hidden;
  color: #1E2432;
  display: block;
  margin-bottom: 24px;
  color: #282979;
}
body section.archive-grid .grid-block .grid-item p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.82em;
  color: #1E2432;
  margin-bottom: 35px;
  max-width: 330px;
}
body section.archive-grid .grid-block .grid-item .btn {
  right: 20px;
  bottom: 14px;
  left: auto;
  display: block;
  position: absolute;
}
body section.archive-grid .container > .btn {
  width: max-content;
  max-width: 100%;
  min-width: 168px;
  margin-bottom: 37px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
}
body section.error {
  padding-top: 20vh;
  height: 47vh;
  display: grid;
  align-items: center;
}
body section.error h2 {
  background: #282979;
  font-size: 8rem;
  text-align: center;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  margin: 0 auto;
  display: block;
}
body section.error p {
  text-align: center;
  font-size: 4rem;
  background: #1E2432;
  margin-bottom: 40px;
  background-clip: text;
  color: transparent;
  margin-left: auto;
  margin-right: auto;
}
body section.error .btn {
  display: block;
  margin: 0 auto;
  width: max-content;
  max-width: 100%;
}
body.brown .btn.btn-borderless {
  color: #CB9F6B;
}
body.brown .btn.btn-borderless.btn-with-arrow-right {
  padding-right: 47px;
}
body.brown .btn.btn-borderless.btn-with-arrow-right::after {
  background-image: url("../images/arr-brown.png");
  background-size: contain;
  height: 15px;
  width: 17px;
}
body.brown .btn.btn-filled {
  outline-color: #CB9F6B;
}
body.brown .pseudo-side-bar {
  background-color: #CB9F6B;
}
body.brown .pseudo-side-bar a {
  outline-color: #282979;
}
body.brown .pseudo-side-bar .bar-content .bar-show-button {
  background-color: #CB9F6B;
}
body.brown .header .header-box > .left {
  padding-top: 20px;
  padding-right: 40px;
}
body.brown .header .header-box > .left .logo-box img {
  object-fit: contain;
  max-width: 257px;
  height: 52px;
}
body.brown .header .header-box > .mid .header-nav ul li:has(.submenu) a::after {
  background-image: url("../images/arr-up-brown.svg");
}
body.brown .header .header-box > .mid .header-nav ul li:has(.submenu) .submenu a::after {
  background-color: #CB9F6B;
}
body.brown .header .header-box > .mid .header-nav ul a::after {
  background-color: #CB9F6B;
}
body.brown .footer .grid-block {
  margin-bottom: 163px;
}
body.brown .footer .grid-block a {
  outline-color: #CB9F6B;
}
body.brown .footer .grid-block .column ul {
  margin-bottom: 30px;
}
body.brown .footer .grid-block .column ul li a::after {
  background-image: url("../images/arr-up-brown.svg");
}
body.brown .footer .grid-block .column:last-child {
  grid-column: 4;
}
body.brown .footer .grid-block .column .btn {
  text-transform: none;
}
body.brown section.fifty-percent.fifty-with-image .float-block > .right:before,
body.brown section.fifty-percent.fifty-with-image .float-block > .right:after {
  background-color: #CB9F6B;
}
body.brown section.fifty-percent.fifty-with-image .float-block > .left h2 {
  max-width: 400px;
}
body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block::before {
  background-color: #CB9F6B;
}
body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
  left: 71px;
  top: 37px;
}
body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right .media-box {
  position: relative;
  z-index: 1;
}
body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right .media-box::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 75px;
  width: 75px;
  background-color: #CB9F6B;
  position: absolute;
  left: 10px;
  top: 73px;
}
body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block > .left {
  padding-left: 0px;
}
body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block > .left .content p {
  max-width: 77%;
}
body.brown section.fifty-percent.fifty-with-image.fifty-app-download .float-block {
  padding-top: 64px;
  margin-bottom: 172px;
  max-width: 1287px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-content: end;
}
body.brown section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box:after {
  background-color: #CB9F6B;
}
body.brown section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box .img-box:before {
  display: none;
  background-color: #CB9F6B;
}
body.brown section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left {
  padding-left: 3px;
}
body.brown section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content h2 {
  max-width: 600px;
  padding-bottom: 47px;
}
body.brown section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content p {
  max-width: 77%;
}
body.brown section.chaosgrid .grid-block .grid-row:first-child .grid-item:first-child::after {
  background-color: #CB9F6B;
}
body.brown section.chaosgrid .grid-block .grid-row:nth-child(odd) .grid-item:nth-child(odd) a > span::before,
body.brown section.chaosgrid .grid-block .grid-row:nth-child(odd) .grid-item:nth-child(odd) a > span::after {
  background-color: #CB9F6B;
}
body.brown section.chaosgrid .grid-block .grid-row:nth-child(even) .grid-item:nth-child(even) a > span::before,
body.brown section.chaosgrid .grid-block .grid-row:nth-child(even) .grid-item:nth-child(even) a > span::after {
  background-color: #CB9F6B;
}
body.brown section.chaosgrid .grid-block .grid-row .grid-item:hover a {
  outline-color: #CB9F6B;
}
body.brown section.chaosgrid .grid-block .grid-row .grid-item:hover span::before,
body.brown section.chaosgrid .grid-block .grid-row .grid-item:hover span::after {
  background-color: #CB9F6B !important;
}
body.brown section.chaosgrid:not(.without-last) .grid-block .grid-row:after {
  background-color: #CB9F6B;
}
body.brown section.chaosgrid .photo-box:before {
  background-color: #CB9F6B;
}
.text-content {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  color: #1E2432;
  margin-bottom: 30px;
}
.text-content h2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.42em;
  letter-spacing: 0.02em;
  color: #282979;
  max-width: 100%;
  position: relative;
}
.text-content h3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.42em;
  letter-spacing: 0.02em;
  color: #282979;
}
.text-content strong {
  font-weight: 700;
}
.text-content h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.42em;
  letter-spacing: 0.08em;
  color: #282979;
}
.text-content h5 {
  font-size: 1.5rem;
}
.text-content h6 {
  font-size: 1.45rem;
}
.text-content p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1E2432;
  font-size: 1.6rem;
  line-height: 1.82em;
  margin-bottom: 20px;
}
.text-content a:not(.doc-section-list *) {
  color: #282979;
}
.text-content a:not(.doc-section-list *):hover {
  text-decoration: underline;
}
.text-content ul:not(.breadcrump) {
  list-style-type: none;
  padding-left: 10px;
}
.text-content ul:not(.breadcrump) > li {
  position: relative;
  color: #1E2432;
  font-weight: 400;
  line-height: 1.82em;
  padding-left: 12px;
  display: block;
}
.text-content ul:not(.breadcrump) > li:not(:last-child) {
  margin-bottom: 2px;
}
.text-content ul:not(.breadcrump) > li::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  position: absolute;
  left: 0px;
  top: 13px;
  width: 4px;
  height: 4px;
  background: #282979;
}
.text-content ol {
  list-style: decimal;
  padding-left: 0;
  position: relative;
  padding-left: 15px;
}
.text-content ol li {
  padding-left: 4px;
  line-height: 1.5em;
  color: #1E2432;
}
.text-content ol li:not(:last-child) {
  margin-bottom: 12px;
}
.text-content ol li::marker {
  color: #282979;
  font-weight: bold;
}
.text-content blockquote {
  font-style: italic;
  color: #282979;
  padding-bottom: 20px;
  font-weight: 800;
}
.text-content blockquote > cite {
  font-style: italic;
  color: #282979;
  font-weight: 500;
}
.text-content .wp-caption + img,
.text-content .wp-caption + figure,
.text-content .wp-caption + video,
.text-content .wp-caption + iframe,
.text-content img + figure,
.text-content img + video,
.text-content img + iframe,
.text-content img + .wp-caption,
.text-content video + figure,
.text-content video + img,
.text-content video + iframe,
.text-content video + .wp-caption,
.text-content figure + video,
.text-content figure + img,
.text-content figure + iframe,
.text-content figure + .wp-caption {
  padding-top: 0px !important;
}
.text-content p + img,
.text-content p + .wp-caption,
.text-content p + figure,
.text-content p + video,
.text-content p + iframe {
  margin-top: 70px !important;
}
.text-content p + img:last-child,
.text-content p + .wp-caption:last-child,
.text-content p + figure:last-child,
.text-content p + video:last-child,
.text-content p + iframe:last-child {
  padding-bottom: 0px !important;
}
.text-content img,
.text-content figure,
.text-content video,
.text-content iframe {
  max-width: 100%;
  margin-bottom: 22px;
}
.text-content .wp-caption {
  max-width: 100%;
  padding-bottom: 22px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-content figure {
  position: relative;
}
.text-content figure video,
.text-content figure img,
.text-content figure iframe {
  padding: 0px !important;
}
.text-content figure .video-play-button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 0;
  height: 0;
  border-left: 87px solid #ffffff;
  border-top: 54px solid transparent;
  border-bottom: 54px solid transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-content figure .video-play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.text-content figure:has(video, img) {
  max-height: 574px;
}
.text-content figure:has(video, img) img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-height: 574px;
  height: 100%;
  max-width: 100% !important;
}
.text-content figure:has(video, img) video {
  max-height: 0px;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.text-content figure:has(iframe, img) {
  max-height: 574px;
}
.text-content figure:has(iframe, img) img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-height: 574px;
  height: 100%;
  max-width: 100% !important;
}
.text-content figure:has(iframe, img) iframe {
  max-height: 0px;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.text-content figure.playable .video-play-button {
  opacity: 0;
  visibility: hidden;
}
.text-content figure.playable iframe,
.text-content figure.playable video {
  max-height: 574px;
  visibility: visible;
  opacity: 1;
  display: block;
}
.text-content figure.playable img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.text-content .wp-caption {
  width: 100%;
}
.text-content .wp-caption img {
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin-bottom: 0;
  margin: 0 auto;
  display: block;
}
.text-content .wp-caption .caption-text {
  padding-top: 24px;
  line-height: 1.6em;
  display: block;
  text-align: center;
}
.text-content figure {
  width: 100%;
}
.text-content figure img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
}
.text-content figure figcaption {
  font-family: "Inter", sans-serif;
  font-style: normal;
  padding-top: 10px;
  color: #1E2432;
  font-weight: 400;
  line-height: 1.6em;
  color: #495163;
  font-style: italic;
}
.text-content h2 {
  margin-bottom: 30px;
}
.text-content h3 {
  margin-bottom: 28px;
}
.text-content h4 {
  margin-bottom: 30px;
}
#subject-tree {
  font-size: 140%;
}
#subject-tree ul {
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.attachment {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.82em;
  margin-bottom: 30px;
  color: #282979;
  display: block;
  position: relative;
  padding-left: 53px;
}
.attachment[data-ext]::before {
  font-family: "Font Awesome 6 Free";
  color: var(--viz-yellow);
  width: 24px;
  height: 48px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 0;
}
.attachment[data-ext][data-ext=pdf]::before {
  content: "\f1c1";
}
.attachment[data-ext][data-ext=docx]::before,
.attachment[data-ext][data-ext=doc]::before,
.attachment[data-ext][data-ext=odf]::before {
  content: "\f1c2";
}
.attachment[data-ext][data-ext=xlsx]::before,
.attachment[data-ext][data-ext=xls]::before,
.attachment[data-ext][data-ext=ods]::before {
  content: "\f1c3";
}
.attachment[data-ext][data-ext=pptx]::before,
.attachment[data-ext][data-ext=ppt]::before,
.attachment[data-ext][data-ext=odp]::before {
  content: "\f1c4";
}
.attachment[data-ext][data-ext=jpeg]::before,
.attachment[data-ext][data-ext=jpg]::before,
.attachment[data-ext][data-ext=png]::before,
.attachment[data-ext][data-ext=svg]::before,
.attachment[data-ext][data-ext=webp]::before {
  content: "\f1c5";
}
.attachment[data-ext][data-ext=zip]::before {
  content: "\f1c6";
}
.photo-gallery {
  padding-top: 20px;
}
.photo-gallery h3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.42em;
  letter-spacing: 0.02em;
  color: #282979;
}
.photo-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}
.photo-gallery .gallery-grid .gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: transform 0.3s ease;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top;
}
.photo-gallery .gallery-grid .gallery-item img:hover {
  transform: scale(1.05);
}
.card {
  --bs-card-spacer-y: 2rem;
  --bs-card-border-width: 0;
  --bs-card-bg: var(--bg-soft);
}
.card-person img.rounded-circle {
  max-height: 150px;
  padding: 0 !important;
  display: inline-block;
}
.card-person h3 {
  margin-bottom: 0 !important;
}
.card-person .political {
  font-style: italic;
  margin-bottom: 2rem;
}
.tag-menu a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 140px;
  -webkit-border-radius: 140px;
  -moz-border-radius: 140px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 14px 30px 16px 30px;
  color: #1E2432;
  font-weight: 700;
  word-wrap: break-word;
  text-align: center;
  border: 2px solid transparent;
  background-color: transparent;
  border-color: var(--primarycolor);
  margin-right: 1rem;
}
.tag-menu a.btn-filled {
  background-color: #282979;
  color: #ffffff !important;
  border-color: #282979;
  font-size: 1.33rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  outline-color: #FCBD1B;
}
.tag-menu a.btn-filled:hover {
  background-color: #ffffff;
  color: #282979 !important;
  border-color: #282979;
}
.tag-menu a.btn-filled.btn-brown {
  background-color: #CB9F6B;
  color: #ffffff !important;
  border-color: #CB9F6B;
  outline-color: #FCBD1B !important;
}
.tag-menu a.btn-filled.btn-brown:hover {
  background-color: #ffffff;
  color: #CB9F6B !important;
  border-color: #CB9F6B;
}
.tag-menu a.btn-filled.btn-white {
  background-color: #ffffff;
  color: #282979 !important;
  border-color: #ffffff;
  outline-color: #FCBD1B !important;
}
.tag-menu a.btn-filled.btn-white:hover {
  background-color: #282979;
  color: #ffffff !important;
  border-color: #ffffff;
}
.tag-menu a.btn-borderless {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: unset;
  background-color: transparent !important;
  text-transform: none;
  color: #FCBD1B;
}
.tag-menu a.btn-borderless.btn-with-arrow-right {
  padding-right: 45px;
}
.tag-menu a.btn-borderless.btn-with-arrow-right::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../images/arr-yellow.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 19px;
  background-size: auto;
  top: 11px;
  transform: translateY(-50%);
}
.tag-menu a.btn-borderless.btn-with-arrow-right:hover::after {
  transform: translate(8px, -50%);
  background-image: url("../images/arr-yellow.png");
}
.tag-menu a.btn-with-arrow-right {
  padding-right: 65px;
}
.tag-menu a.btn-with-arrow-right:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("../images/arr-white.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 17px;
  background-size: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tag-menu a.btn-with-arrow-right:hover::after {
  background-image: url("../images/arr-blue.png");
}
.tag-menu a.active,
.tag-menu a:hover {
  background-color: var(--primarycolor);
  color: var(--white) !important;
}
.breadcrumb {
  --bs-breadcrumb-divider-color: var(--primarycolor);
  --bs-breadcrumb-divider: '／';
  /* U+FF0F: FULLWIDTH SOLIDUS */
  /* --bs-breadcrumb-item-padding-x: 1rem; */
}
.breadcrumb-item + .breadcrumb-item::before {
  position: relative;
  top: 2px;
}
.input-search {
  border: 1px solid #282979;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.headline-inner h2 {
  text-align: center;
}
@media screen and (max-width: 1750px) and (min-width: 0px) {
  .container {
    width: 1500px;
    padding-left: 80px;
    padding-right: 40px;
  }
  body .header .container {
    padding-left: 110px;
    padding-right: 100px;
  }
  body .header .header-box > .mid .header-nav {
    width: max-content;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  body .header .header-box > .right {
    padding-top: 12px;
    margin-left: auto;
  }
  body .header .header-box > .left .logo-box img {
    max-width: 180px;
    height: 60px;
  }
  body .header .header-box > .left .logo-box span {
    font-size: 1.2rem;
  }
  body .header .header-box > .left .logo-box span:before {
    width: 55px;
    left: -68px;
  }
  body .header .header-box > .mid .header-nav ul > li:not(:last-child) {
    margin-right: 30px;
  }
  body .header .header-box > .mid .header-nav ul > li:has(.submenu) a {
    padding-right: 23px;
  }
  body .header .header-box > .mid .header-nav ul > li:has(.submenu) a::after {
    width: 17px !important;
    height: 17px !important;
    top: 21px;
  }
  body .header .header-box > .mid .header-nav ul > li > a {
    padding-bottom: 21px;
    font-size: 1.3rem;
  }
  body .header .header-box > .mid .header-nav ul > li > a::after {
    height: 2px;
    bottom: 20px;
  }
  body .header .header-box > .mid .header-nav ul > li .submenu li a {
    padding: 8px 0;
  }
  body .header .header-box > .mid .header-nav ul > li .submenu li a::after {
    height: 2px !important;
    bottom: 8px;
  }
  body .header .header-box > .right .search-button img {
    width: 30px;
    height: 30px;
  }
  body .header .header-box > .right .lang {
    font-size: 1.3rem;
  }
  body .header .container {
    padding-left: 10px;
    padding-right: 0;
  }
  body .header .header-box > .mid .header-nav ul > li .submenu {
    grid-gap: 12px;
  }
  body .pseudo-side-bar {
    width: 46px;
  }
  body .pseudo-side-bar .bar-content .bar-icons .bar-ico {
    width: 20px;
    height: 20px;
  }
  body .pseudo-side-bar .bar-content .bar-icons .bar-ico > img {
    transform: translate(-50%, -50%) scale(0.85);
  }
  body .header .container {
    padding-left: 40px;
  }
  body section.fifty-percent.fifty-with-image .container {
    padding-right: 0;
  }
  body .header .header-box {
    z-index: 9999;
  }
  body .header .header-box > .left {
    margin-right: 20px;
  }
  body .header .header-box > .right {
    margin-left: auto;
    width: max-content;
  }
  body .header .header-box > .mid .header-nav ul > li:not(:last-child) {
    margin-right: 20px;
  }
  body .header .container {
    padding-left: 40px;
    width: 100%;
  }
  body .header .header-box {
    padding-bottom: 0;
  }
  body .header .header-box > .mid {
    margin-right: 30px;
  }
  body .header .header-box > .right .lang {
    margin-left: 17px;
  }
  body .header .header-box > .left {
    margin-right: 20px;
  }
  body .header .header-box > .mid .header-nav ul > li:not(:last-child) {
    margin-right: 15px;
  }
  body .header .container {
    padding-left: 60px;
    padding-right: 23px;
    width: 100%;
  }
  body section.chaosgrid.without-last + .actualities-bar::before {
    transform: translate(49%, -96%);
  }
  body section.chaosgrid .container .grid-block > .grid-row:first-child .grid-item:first-child::after {
    transform: translate(55%, 50px);
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item {
    min-height: 316px;
  }
  body section.chaosgrid .container {
    padding-left: 120px;
  }
  body section.chaosgrid .grid-block,
  body section.chaosgrid .photo-box {
    max-width: 100%;
  }
}
@media screen and (max-width: 1550px) and (min-width: 0px) {
  .container {
    width: 1220px;
  }
  body section {
    margin-bottom: 60px;
  }
  body section:first-child,
  body section:first-of-type {
    padding-top: 40px;
  }
  body section.fifty-percent.fifty-with-image .float-block > .right .media-box {
    height: 452px;
    width: 456px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    left: 22px;
    top: 37px;
  }
  body .header {
    padding-top: 14px;
  }
  body .header .header-box {
    padding-bottom: 14px;
  }
  #overlay {
    backdrop-filter: blur(4px);
  }
  body section.archive-grid .container {
    padding-right: 0;
  }
  body section.archive-grid .grid-block .grid-item {
    padding: 24px 22px;
    min-height: 534px;
    padding-bottom: 40px;
  }
  body section.virtual-tour {
    padding-top: 100px;
    padding-bottom: 90px;
    margin-top: 90px;
  }
  body section.virtual-tour .container {
    padding-right: 0;
    padding-left: 80px;
  }
  body section.virtual-tour .grid-block {
    grid-template-columns: repeat(3, 1fr);
    padding-left: 0;
  }
  body section.virtual-tour .grid-block .img-box {
    height: 380px;
    width: 380px;
  }
  body .footer {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .container {
    padding-right: 40px;
    padding-left: 80px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block {
    margin-bottom: 100px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left {
    padding-left: 20px;
  }
  body section.logos-bar .grid-block {
    margin-bottom: 10px;
  }
  body section.virtual-tour .container {
    padding-left: 120px;
  }
  body section.virtual-tour .grid-block h2 {
    width: max-content;
    max-width: 292px;
  }
  body section.virtual-tour .grid-block .content {
    padding-top: 12px;
  }
  body section.virtual-tour .grid-block .img-box {
    width: 380px;
  }
  body section.virtual-tour .container {
    padding-left: 100px;
  }
  body section.virtual-tour .grid-block {
    grid-template-columns: max-content auto auto;
  }
  body .footer .grid-block {
    column-gap: 50px;
  }
  body .footer .grid-block .column:not(:first-child, :last-child) {
    padding-left: 0;
  }
  body .footer .grid-block .column:last-child {
    padding-left: 0;
    max-width: 240px;
  }
  body .footer .grid-block {
    margin-bottom: 59px;
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-app-download .float-block {
    margin-bottom: 116px;
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content h2 {
    padding-bottom: 28px;
  }
  body section.actualities-bar .container {
    padding-right: 0;
    padding-left: 100px;
  }
  body section.article .float-block > .right .text-content::before {
    transform: translate(60%, -100%);
  }
  body section.article .float-block > .right .text-content::after {
    transform: translate(100%, -50%);
  }
  body section.article .float-block > .right .text-content p:first-of-type::after {
    transform: translate(calc(50% - 243px), 161%);
  }
  body section.cultural-events .container {
    padding-right: 0;
    padding-left: 80px;
  }
  body section.video-wide .video-box {
    height: 600px;
  }
  body section.text-with-absolute-images .container {
    padding-left: 80px;
  }
  body section.text-with-absolute-images .container .center-box {
    margin-bottom: 55px;
  }
  body section.text-with-absolute-images .container .center-box .img-box:nth-of-type(2) {
    transform: translateY(-56%);
  }
  body section.text-with-absolute-images .container .center-box .img-box:last-child {
    transform: translateX(-56%) translateY(50%);
  }
  body section.text-with-absolute-images .container .center-box .img-box:nth-of-type(2) {
    height: 382px;
    width: 780px;
  }
  body section.text-with-absolute-images .container .center-box .img-box:last-child {
    transform: translateX(-68%) translateY(50%);
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    left: 50px;
    top: 24px;
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right .media-box::before {
    left: -7px;
    top: 63px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content) .content {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 0px) {
  .container {
    width: 950px;
  }
  h2 {
    font-size: 2rem;
    font-weight: 700;
  }
  h3 {
    font-size: 1.85rem;
  }
  h4 {
    font-size: 1.65rem;
  }
  p {
    font-size: 1.5rem;
  }
  em {
    font-size: 1.5rem;
    font-style: italic;
  }
  a {
    font-size: 1.5rem;
  }
  cite {
    font-size: 1.85rem;
  }
  blockquote {
    font-size: 1.85rem;
  }
  span {
    font-size: 1.4rem;
  }
  ul > li > a {
    font-size: 1.5rem;
  }
  body section:first-child:not(.fifty-double-dot),
  body section:first-of-type:not(.fifty-double-dot) {
    padding-top: 40px;
  }
  .btn {
    padding: 12px 18px;
    font-size: 1.5rem;
  }
  .btn.btn-filled {
    font-size: 1.22rem;
  }
  .btn:before,
  .btn:after {
    background-size: 90% !important;
  }
  body .header .header-box > .mid .header-nav ul {
    position: relative;
    text-align: right;
  }
  body .header .header-box > .mid .header-nav ul > li > a {
    display: inline-block;
  }
  body .header .header-box > .right .lang {
    margin-left: 20px;
  }
  body .header .header-box > .right .button-box {
    width: 27px;
  }
  body .header .header-box > .right .button-box .button-box-line {
    height: 1px !important;
  }
  body .header .header-box > .right .button-box .button-box-line::before,
  body .header .header-box > .right .button-box .button-box-line::after {
    height: 1px !important;
  }
  body .header .header-box > .right .button-box .button-box-line::before {
    top: -7px;
  }
  body .header .header-box > .right .button-box .button-box-line::after {
    bottom: -7px;
  }
  body .header .header-box > .mid {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform: translate(100%, 0);
    top: 0;
    grid-column: 1/-1;
    position: fixed;
    right: 0;
    background-color: #ffffff;
    z-index: 99999;
    width: 33vw;
    height: 100vh;
    padding: 10px 20px;
    padding-top: 75px;
  }
  body .header .header-box > .mid.active {
    transform: translate(0, 0);
  }
  body .header .header-box > .mid .header-nav {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
  }
  body .header .header-box > .right {
    margin-left: auto;
  }
  body .header .header-box > .mid .header-nav ul > li:not(:last-child) {
    margin-right: 0;
    display: block;
  }
  body .header .header-box > .mid .header-nav ul > li:has(.submenu) a {
    padding-right: 0;
    padding-left: 23px;
    display: inline-block;
  }
  body .header .header-box > .mid .header-nav ul > li:has(.submenu) a::after {
    top: 21px;
    right: auto;
    left: 0;
    transform: scaleX(-1);
  }
  body .header .header-box > .right .button-box {
    display: inline-block;
    margin-left: 20px;
    position: relative;
  }
  body .header .header-box > .right .button-box.active {
    z-index: 10000;
  }
  body .header .header-box > .mid .cross {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    cursor: pointer;
    height: 30px;
    right: 30px;
    top: 30px;
    display: none;
    width: 30px;
  }
  body .header .header-box > .mid .cross .cross-line {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: transparent;
  }
  body .header .header-box > .mid .cross .cross-line::before,
  body .header .header-box > .mid .cross .cross-line::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #282979;
    position: absolute;
  }
  body .header .header-box > .mid .cross .cross-line::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: rotate(45deg);
  }
  body .header .header-box > .mid .cross .cross-line::after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform: rotate(-45deg);
  }
  body .header .header-box > .mid .cross:hover .cross-line {
    transform: rotate(90deg);
  }
  body .header .header-box > .mid .cross:hover .cross-line::before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 90%;
  }
  body .header .header-box > .mid .cross:hover .cross-line::after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 90%;
  }
  body .header .header-box > .mid .cross {
    display: block;
    left: 20px;
  }
  body .header .header-box > .mid .cross .cross-line::before,
  body .header .header-box > .mid .cross .cross-line::after {
    height: 1px;
  }
  body .header .header-box > .mid .header-nav ul > li:has(.submenu):hover a::after {
    transform: rotate(180deg) translateX(4px);
    top: 25px;
  }
  body .header .header-box > .mid .header-nav ul > li:has(.submenu).active a::after {
    transform: rotate(180deg) translateX(4px);
    top: 25px;
  }
  body .header .header-box > .mid .header-nav ul > li:hover .submenu {
    transform: translateX(0%);
    opacity: 0;
    visibility: hidden;
  }
  body .header .header-box > .mid .header-nav ul > li .submenu {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    grid-template-columns: 100%;
    left: auto;
    right: 0;
    transform: translate(0%, 0);
    box-shadow: none;
    padding: unset;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  body .header .header-box > .mid .header-nav ul > li .submenu.active {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  body .header .header-box > .mid .header-nav ul > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  body .header .header-box > .mid .header-nav ul > li > a::after {
    bottom: 14px;
  }
  body .header .header-box > .mid .header-nav ul > li:has(.submenu) a::after {
    top: 15px;
  }
  body .header .header-box > .mid .header-nav ul > li:has(.submenu):hover a::after {
    top: 19px;
  }
  body .header .header-box > .mid .header-nav ul > li .submenu li a:hover::after {
    top: auto;
  }
  body .header .header-box > .mid .header-nav ul > li .submenu li a::after {
    bottom: 8px;
    top: auto;
  }
  body .header .header-box > .mid .header-nav ul > li .submenu {
    grid-gap: 3px;
  }
  body section.fifty-percent.fifty-with-image .float-block > .left {
    padding-top: 40px;
  }
  body section.fifty-percent.fifty-with-image .float-block > .left h2 {
    font-size: 3.8rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  body section.fifty-percent.fifty-with-image .float-block > .left h2::before {
    width: 60px;
    left: -40px;
    top: 8px;
  }
  body section.fifty-percent.fifty-with-image .float-block > .left h2::after {
    width: 130px;
  }
  body section.fifty-percent.fifty-with-image .float-block > .left p {
    max-width: 80%;
    font-size: 1.5rem;
  }
  body section.fifty-percent.fifty-with-image .float-block > .left p:last-child,
  body section.fifty-percent.fifty-with-image .float-block > .left p:last-of-type {
    margin-bottom: 35px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline::before {
    height: 314px;
    width: 314px;
    bottom: -35%;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block {
    column-gap: 90px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    height: 55px;
    width: 55px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::after {
    height: 100px;
    width: 100px;
  }
  body section.fifty-percent.fifty-with-image .float-block > .right .media-box {
    height: 352px;
    width: 356px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block::before {
    transform: translate(calc(-50% + 20px), calc(-50% - 54px));
  }
  body .header .header-box > .mid {
    margin-right: 0;
  }
  body .header .container {
    padding-left: 40px;
    width: 90%;
  }
  body section.fifty-percent.fifty-with-image .float-block > .left p:last-child,
  body section.fifty-percent.fifty-with-image .float-block > .left p:last-of-type {
    margin-bottom: 25px;
  }
  .btn.btn-borderless.btn-with-arrow-right {
    padding-right: 42px;
  }
  body section.virtual-tour .grid-block h2 {
    font-size: 8.5rem;
  }
  body section.virtual-tour .grid-block .img-box img {
    width: 100%;
  }
  body section.virtual-tour .grid-block .content h3 {
    font-size: 3.8rem;
    max-width: 276px;
    padding-bottom: 25px;
    margin-bottom: 23px;
  }
  body section.virtual-tour .grid-block .content h3::before {
    width: 60px;
    left: -40px;
    top: 8px;
  }
  body section.virtual-tour .grid-block .content p {
    font-size: 1.5rem;
  }
  body section.virtual-tour .grid-block .content p:last-child,
  body section.virtual-tour .grid-block .content p:last-of-type {
    margin-bottom: 25px;
  }
  body section.archive-grid h2:first-child {
    font-size: 3.8rem;
    margin-bottom: 38px;
    margin-top: 25px;
  }
  body section.archive-grid h2:first-child::before {
    width: 63px;
    left: -39px;
    width: 60px;
    left: -40px;
    top: 8px;
  }
  body section.archive-grid .filter {
    margin-bottom: 69px;
  }
  body section.archive-grid .filter .filter-items a {
    padding: 14px 25px 16px 25px;
    font-size: 1.5rem;
    min-width: 116px;
  }
  body section.archive-grid .grid-block {
    grid-gap: 26px 30px;
    margin-bottom: 55px;
  }
  body section.archive-grid .grid-block::before {
    height: 100px;
    width: 100px;
    transform: translate(-79%, -41%);
  }
  body section.archive-grid .grid-block::after {
    height: 180px;
    width: 180px;
  }
  body section.archive-grid .grid-block .grid-item {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14);
  }
  body section.archive-grid .grid-block .grid-item .date {
    font-size: 1.5rem;
  }
  body section.archive-grid .grid-block .grid-item a:has(h3) h3 {
    font-size: 2.15rem;
  }
  body section.archive-grid .grid-block .grid-item p {
    max-width: 330px;
    font-size: 1.4rem;
  }
  body section.archive-grid .grid-block .grid-item .attachment {
    font-size: 1.5rem;
  }
  body section.archive-grid .grid-block .grid-item .attachment.att-pdf {
    padding-left: 45px;
  }
  body section.archive-grid .grid-block .grid-item .attachment.att-pdf::before {
    width: 30px;
    height: 40px;
  }
  body section.archive-grid .grid-block .grid-item .btn {
    right: 7px;
  }
  body section.archive-grid .container > .btn {
    margin-bottom: 0;
  }
  body section.virtual-tour .grid-block h2 {
    max-width: 258px;
    grid-column: 1/-1;
  }
  body section.virtual-tour .grid-block .content {
    padding-top: 12px;
    order: 2;
  }
  body section.virtual-tour .grid-block .img-box {
    width: 380px;
    order: 3;
  }
  body section.virtual-tour .grid-block {
    grid-template-columns: repeat(2, 1fr);
  }
  body section:last-child,
  body section:last-of-type {
    margin-bottom: 55px;
  }
  body section.fifty-percent.fifty-with-image .float-block {
    column-gap: 33px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .app-buttons a {
    height: 46px;
    max-width: 161px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block {
    padding-top: 0;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content h2 {
    margin-bottom: 23px;
    padding-bottom: 23px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content h2::before {
    left: -39px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content p:last-of-type {
    margin-bottom: 45px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .img-box {
    height: 320px;
    width: 310px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .img-box::before {
    height: 68px;
    width: 68px;
    right: -10px;
    transform: translateY(calc(-50% - 59px));
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box {
    min-width: 401px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box:before {
    width: 192px;
    height: 367px;
    left: 38px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box:after {
    width: 150px;
    height: 150px;
    left: 25px;
    bottom: -53px;
  }
  body section.virtual-tour .grid-block .img-box:before,
  body section.virtual-tour .grid-block .img-box::after {
    width: 80px;
    height: 80px;
  }
  body section.virtual-tour .grid-block .img-box:before {
    bottom: 89px;
  }
  body section.logos-bar .grid-block {
    grid-template-columns: repeat(auto-fit, minmax(153px, 1fr));
    row-gap: 19px;
  }
  body section.virtual-tour {
    margin-top: 0;
    padding-top: 50px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block {
    margin-bottom: 60px;
  }
  body section.virtual-tour .grid-block h2 {
    grid-column: 1;
  }
  body section.virtual-tour .grid-block .img-box {
    order: 2;
    grid-row: span 2;
    align-self: center;
  }
  body section.archive-grid .grid-block .grid-item .date {
    margin-bottom: 12px;
  }
  body section.archive-grid .grid-block .grid-item a:has(h3) h3 {
    margin-bottom: 16px;
  }
  body section.archive-grid .grid-block .grid-item p {
    margin-bottom: 25px;
  }
  body section.archive-grid .grid-block .grid-item .attachment {
    margin-bottom: 20px;
  }
  body section.archive-grid .grid-block .grid-item {
    min-height: 473px;
  }
  body section.virtual-tour .grid-block h2::before {
    width: 25px;
    top: 28px;
    height: 55px;
  }
  body .footer .grid-block {
    grid-template-columns: repeat(3, 1fr);
  }
  body .footer .grid-block .column h3 {
    font-size: 1.3rem;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
  body .footer .grid-block .column p:first-child,
  body .footer .grid-block .column p:first-of-type {
    margin-bottom: 17px;
  }
  body .footer .grid-block .column ul > li {
    font-size: 1.5rem;
  }
  body .footer .grid-block .column.column-text p {
    font-size: 1.5rem;
  }
  body .footer .footer-foot {
    column-gap: 40px;
  }
  body .footer .footer-foot .foot-links ul > li {
    display: inline-block;
  }
  body .footer .footer-foot .foot-links ul > li:not(:last-child) {
    margin-right: 6px;
  }
  body .footer .footer-foot .foot-links ul > li:not(:last-child)::after {
    right: -7px;
  }
  body .footer {
    padding-top: 71px;
    padding-bottom: 60px;
  }
  body .footer .grid-block {
    column-gap: 50px;
    row-gap: 33px;
  }
  body .footer .grid-block .column.column-text {
    order: -1;
    grid-column: 1/-1;
  }
  body .footer .container {
    padding-left: 40px;
    padding-right: 0;
  }
  body .footer .footer-foot p {
    font-size: 1.5rem;
  }
  body .footer .footer-foot .foot-links ul > li {
    font-size: 1.5rem;
  }
  body .footer .footer-foot .foot-links ul > li > a {
    font-size: 1.5rem;
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content h2 {
    padding-bottom: 23px;
  }
  .btn.btn-with-arrow-right {
    padding-right: 28px;
  }
  body section.actualities-bar h2 {
    margin-bottom: 30px;
  }
  body section.actualities-bar .grid-block {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 35px;
    row-gap: 40px;
    column-gap: 16px;
  }
  body section.actualities-bar .grid-block .grid-item:not(:first-child) {
    padding-left: 0;
  }
  body section.actualities-bar .grid-block .grid-item:not(:first-child) > .btn {
    left: 0;
  }
  body section.actualities-bar .grid-block .grid-item .date {
    font-size: 1.5rem;
    margin-bottom: 2px;
  }
  body section.actualities-bar .grid-block .grid-item a:has(h3) h3 {
    font-size: 2.15rem;
    margin-bottom: 24px;
  }
  body section.actualities-bar .btn {
    min-width: 141px;
  }
  body section.actualities-bar h2 {
    font-size: 1.3rem;
    padding-bottom: 8px;
  }
  body section.main-list-of-pages .container {
    padding-left: 40px;
    padding-right: 0;
  }
  body section.main-list-of-pages h2 {
    font-size: 2.9rem;
  }
  body section.main-list-of-pages ul:not(.breadcrump) {
    padding-left: 0;
  }
  body section.main-list-of-pages ul:not(.breadcrump) > li {
    padding-left: 12px;
  }
  body section.main-list-of-pages ul:not(.breadcrump) > li::before {
    top: 12px;
    width: 5px;
    height: 5px;
  }
  body section.chaosgrid.without-last + .actualities-bar::before {
    height: 337px;
    width: 337px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline::before {
    left: auto;
    right: 0;
    transform: translateX(2%);
  }
  body section.chaosgrid .container .grid-block > .grid-row:first-child .grid-item:first-child::after {
    height: 261px;
    width: 261px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item {
    padding: 10px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content) .date {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content) a:has(h3) {
    margin-bottom: 20px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content) a:has(h3) h3 {
    font-size: 2.15rem;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) {
    padding-bottom: 75px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) .btn:not(.btn-borderless) {
    bottom: 18px;
    right: 18px;
    height: 45px;
    width: 45px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) .btn:not(.btn-borderless)::before {
    width: 11px;
    height: 11px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) a:has(span) > span {
    font-size: 2.65rem;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) a:has(span) > span::before,
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) a:has(span) > span::after {
    width: 8px;
    height: 8px;
    left: 12px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) a:has(span) > span:before {
    top: 8px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) a:has(span) > span:after {
    top: 20px;
  }
  body section.chaosgrid.without-last + .actualities-bar::before {
    transform: translate(49%, -101%);
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item {
    min-height: 230px;
  }
  body section.chaosgrid .container {
    padding-left: 120px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline::before {
    bottom: -48%;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item.blue-pseudo-top-left::before {
    height: 337px;
    width: 337px;
  }
  body section.chaosgrid:not(.without-last) .grid-block .grid-row:last-child::after {
    height: 337px;
    width: 337px;
  }
  body section.article .float-block h2:first-child {
    font-size: 3.83rem;
    max-width: 548px;
    font-size: 3.8rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  body section.article .float-block h2:first-child::before {
    width: 60px;
    left: -40px;
    top: 8px;
  }
  body section.article .float-block > .right .text-content > *:not(:last-child, h2, h3, h4, h5, h6) {
    margin-bottom: 20px;
    max-width: 100%;
  }
  body section.article .float-block > .right .text-content h2 {
    font-size: 2.85rem;
  }
  body section.article .float-block > .right .text-content h4 {
    font-size: 1.85rem;
  }
  body section.article .float-block > .right .text-content p {
    font-size: 1.5rem;
  }
  body section.article .float-block > .right .text-content ul:not(.breadcrump) {
    margin-bottom: 40px;
  }
  body section.article .float-block > .right .text-content p + img,
  body section.article .float-block > .right .text-content p + .wp-caption,
  body section.article .float-block > .right .text-content p + figure,
  body section.article .float-block > .right .text-content p + video,
  body section.article .float-block > .right .text-content p + iframe {
    margin-top: 35px !important;
  }
  body section.article .float-block > .right .text-content figure .video-play-button {
    transform: translate(-50%, -50%) scale(0.85);
  }
  body section.article .float-block > .right .text-content figure.playable iframe,
  body section.article .float-block > .right .text-content figure.playable video {
    max-height: 304px;
  }
  body section.article .float-block > .right .text-content figure figcaption {
    padding-top: 8px;
    font-size: 1.5rem;
  }
  body section.article .float-block > .right .text-content h2 {
    margin-bottom: 24px;
  }
  body section.article .float-block > .right .text-content h3 {
    margin-bottom: 24px;
  }
  body section.article .float-block > .right .text-content h4 {
    margin-bottom: 24px;
  }
  body section.article .float-block > .right .text-content p + *:not(figure, p) {
    padding-top: 20px;
  }
  body section.article .float-block > .right .text-content p:first-of-type {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  body section.article .float-block:last-child {
    margin-bottom: 120px;
  }
  body section.article .float-block h2:first-child {
    margin-left: 48px;
  }
  body section.article .float-block > .left ul > li > a {
    font-size: 1.3rem;
    padding: 12px 12px;
  }
  body section.article .float-block > .right {
    padding-left: 48px;
  }
  body section.article .float-block h2:first-child {
    max-width: 578px;
  }
  body section.article .float-block > .right .text-content::before {
    height: 84px;
    width: 84px;
    transform: translate(131%, -100%);
  }
  body section.article .float-block > .right .text-content::after {
    height: 124px;
    width: 124px;
    transform: translate(144%, -50%);
    top: 12px;
  }
  body section.article .float-block > .right .text-content p:first-of-type::after {
    transform: translate(calc(50% - 164px), 173%);
  }
  body section.article .float-block > .right .text-content::before {
    transform: translate(81%, -100%);
  }
  body section.article .float-block > .right .text-content::after {
    transform: translate(107%, -50%);
  }
  body section.article .float-block > .right .text-content p:first-of-type::after {
    transform: translate(calc(50% - 222px), 91%);
  }
  body section.article .float-block {
    padding-top: 0;
  }
  body section.article .float-block > .right .text-content p:first-of-type {
    margin-bottom: 30px;
  }
  body section.chaosgrid .photo-box::before,
  body section.chaosgrid .photo-box::after {
    width: 229px;
    height: 229px;
  }
  body section.cultural-events .container h2 {
    font-size: 1.3rem;
    margin-bottom: 42px;
  }
  body section.cultural-events .container .grid-block {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  body section.cultural-events .container .grid-block::before {
    height: 186px;
    width: 186px;
    right: 107px;
    transform: translateY(-43px);
  }
  body section.cultural-events .container .grid-block .grid-item .img-box {
    height: 254px;
    margin-bottom: 28px;
  }
  body section.cultural-events .container .grid-block .grid-item .content {
    padding: 0 24px 45px 24px;
    padding-bottom: 42px;
  }
  body section.cultural-events .container .grid-block .grid-item .content h3 {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
  body section.cultural-events .container .grid-block .grid-item .content .event-time,
  body section.cultural-events .container .grid-block .grid-item .content .event-place,
  body section.cultural-events .container .grid-block .grid-item .content .event-type {
    font-size: 1.65rem;
  }
  body section.cultural-events .container .grid-block .grid-item .content .event-time::before,
  body section.cultural-events .container .grid-block .grid-item .content .event-place::before,
  body section.cultural-events .container .grid-block .grid-item .content .event-type::before {
    top: 2px;
    position: absolute;
  }
  body section.cultural-events .container .grid-block .grid-item .content .event-time::before,
  body section.cultural-events .container .grid-block .grid-item .content .event-place::before,
  body section.cultural-events .container .grid-block .grid-item .content .event-type::before {
    width: 20px;
    height: 20px;
  }
  body section.cultural-events .container .grid-block .grid-item .content .event-place::before {
    height: 23px;
    width: 15px;
    left: 2px;
  }
  body section.cultural-events .container .grid-block .grid-item .content .event-type::before {
    height: 23px;
    width: 20px;
    left: 0px;
  }
  body section.cultural-events .container .grid-block .grid-item .content .event-time::before,
  body section.cultural-events .container .grid-block .grid-item .content .event-place::before,
  body section.cultural-events .container .grid-block .grid-item .content .event-type::before {
    top: 3px;
  }
  body section.cultural-events .container .grid-block .grid-item .btn {
    right: 3px;
  }
  body section.video-wide .video-box {
    height: 500px;
  }
  body section.video-wide .video-box .video-play-button::before {
    width: 223px;
    height: 223px;
  }
  body section.cultural-events:before {
    height: 495px;
    width: 495px;
    transform: translate(3%, 77%);
  }
  body section.cultural-events::after {
    height: 384px;
    width: 384px;
    transform: translate(80%, 98%);
  }
  body section.cultural-events:before {
    transform: translate(3%, 41%);
  }
  body section.cultural-events::after {
    transform: translate(80%, 76%);
  }
  body section.text-with-absolute-images .container .center-box {
    min-height: 677px;
  }
  body section.text-with-absolute-images .container .center-box .img-box {
    overflow: hidden;
    width: 389px;
    height: auto;
  }
  body section.text-with-absolute-images .container .center-box .img-box:last-child {
    height: 237px;
    width: 388px;
  }
  body section.text-with-absolute-images .container .center-box .img-box:nth-of-type(2) {
    height: 324px;
    width: 567px;
  }
  body section.text-with-absolute-images .container .center-box .img-box:last-child {
    transform: translateX(-44%) translateY(50%);
  }
  body section.text-with-absolute-images .container .center-box h2 {
    font-size: 3.8rem;
  }
  body section.text-with-absolute-images .container .center-box h2::before {
    width: 60px;
    left: -40px;
    top: 8px;
  }
  body section.text-with-absolute-images .container .center-box .img-box:nth-of-type(2)::before {
    height: 120px;
    width: 147px;
    transform: translate(59%, -49%);
  }
  body.brown .footer .grid-block {
    grid-template-columns: repeat(2, 1fr);
  }
  body.brown .footer .grid-block .column.column-text {
    grid-column: 1;
  }
  body.brown .footer .grid-block {
    margin-bottom: 100px;
  }
  body .footer .grid-block .column ul > li > a::after {
    width: 17px;
    height: 17px;
    transform: translateX(11px);
  }
  body.brown .footer .grid-block .column ul {
    margin-bottom: 20px;
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right .media-box::before {
    height: 55px;
    width: 55px;
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    left: 32px;
    top: 33px;
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right .media-box::before {
    left: -14px;
    top: 53px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    height: 45px;
    width: 45px;
  }
  body.brown .header .header-box > .left .logo-box img {
    max-width: 212px;
    height: 45px;
  }
  body.brown .header .header-box > .left {
    padding-right: 0;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .left h2 {
    padding-right: 26px;
    padding-bottom: 12px;
    margin-bottom: 14px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .left h2::after {
    height: 12px;
    width: 12px;
    transform: translate(-9px, -18px);
  }
  body section.fifty-double-dot + .chaosgrid {
    margin-top: -160px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .left {
    padding-top: 50px;
    padding-bottom: 104px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::before,
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::after {
    height: 65px;
    width: 65px;
    left: -30px;
    bottom: 94px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::before {
    transform: translateY(-78px);
  }
  body .header .header-box > .mid {
    padding-top: 75px;
    padding-right: 30px;
  }
  body .header .header-box > .mid .cross {
    right: 84px;
    left: auto;
  }
  body .header .header-box > .right .header-search .search-button {
    height: 38px;
    width: 38px;
  }
  body .header .header-box > .right .header-search .search-button img {
    width: 30px;
    height: 30px;
  }
  body .header .header-box > .right .header-search #search-form button {
    height: 38px;
    width: 38px;
    background-size: 30px 30px;
  }
  body .header .header-box > .right .header-search.active .search-button {
    position: relative;
    display: none;
  }
  body .header .header-box > .right .header-search.active #search-form {
    position: relative;
    top: unset;
    transform: unset;
    width: 100%;
    height: 100%;
  }
  body .header .header-box.search-active {
    padding-top: 0px;
  }
  body .header .header-box.active > .right {
    padding-top: 9px;
  }
  body .header .header-box.active > .right .lang {
    z-index: 100000;
  }
  body .header .header-box.active > .right .header-search {
    z-index: 100000;
    position: relative;
  }
  body .header .header-box > .mid .header-nav ul > li .submenu.active {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1023px) and (min-width: 0px) {
  .container {
    width: 673px;
    padding-right: 0;
    padding-left: 48px;
  }
  body .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body .header .header-box > .mid {
    width: 50vw;
  }
  body .header .header-box > .left {
    margin-right: 0;
  }
  body section.archive-grid .grid-block {
    grid-template-columns: repeat(2, 1fr);
  }
  body section.virtual-tour .grid-block {
    grid-gap: 40px 26px;
  }
  body section.virtual-tour .grid-block h2 {
    margin-top: 0;
  }
  body section.virtual-tour {
    padding-bottom: 50px;
  }
  body section.virtual-tour .grid-block {
    padding-left: 62px;
  }
  body section.virtual-tour .grid-block .img-box {
    height: auto;
  }
  body section.virtual-tour .container {
    padding-left: 0px;
  }
  body section.virtual-tour .grid-block h2 {
    font-size: 7.5rem;
  }
  body section.virtual-tour .grid-block .img-box {
    width: 100%;
  }
  body section.virtual-tour .grid-block .img-box:before,
  body section.virtual-tour .grid-block .img-box::after {
    width: 68px;
    height: 68px;
  }
  body section.virtual-tour .grid-block .img-box:before {
    bottom: 80px;
  }
  body section.virtual-tour {
    padding-top: 40px;
  }
  body section.virtual-tour .grid-block h2::before {
    left: -30px;
    width: 20px;
    height: 45px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .app-buttons a:first-child,
  body section.fifty-percent.fifty-with-image.fifty-app-download .app-buttons a:first-of-type {
    margin-right: 4px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right {
    padding-top: 40%;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box:before {
    top: -55px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .container {
    padding-right: 0;
    padding-left: 62px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left {
    padding-left: 0;
  }
  body section.fifty-percent.fifty-with-image .float-block > .left {
    padding-top: 0;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .app-buttons a {
    height: 43px;
    max-width: 151px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content p:last-of-type {
    margin-bottom: 33px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .img-box {
    height: 232px;
    width: 236px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box {
    min-width: unset;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box:before {
    width: 162px;
    height: 309px;
    left: -21px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box:after {
    width: 130px;
    height: 130px;
    left: -42px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block {
    margin-bottom: 30px;
  }
  body section.logos-bar .grid-block {
    grid-template-columns: repeat(auto-fit, minmax(127px, 1fr));
  }
  body .footer .grid-block {
    margin-bottom: 100px;
    justify-items: center;
  }
  body .footer .footer-foot {
    grid-template-columns: 100%;
    column-gap: 100px;
    justify-items: center;
  }
  body .footer .grid-block .column:not(:first-child, :last-child) {
    padding-left: 0;
  }
  body .footer .grid-block .column:last-child {
    order: 2;
    margin-left: auto;
    max-width: 240px;
    width: 100%;
  }
  body .footer .grid-block {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 11px;
    row-gap: 26px;
  }
  body .footer .grid-block .column.column-text {
    grid-column: 1;
    margin-right: auto;
  }
  body .footer .grid-block .column:nth-child(2) {
    margin-right: auto;
    order: 3;
  }
  body .footer .grid-block .column:nth-child(3) {
    margin-left: auto;
    order: 4;
    max-width: 240px;
    width: 100%;
  }
  body .footer .grid-block {
    margin-bottom: 50px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content p {
    max-width: 100%;
  }
  body section.fifty-percent.fifty-with-image .float-block {
    column-gap: 68px;
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-app-download .float-block {
    margin-bottom: 92px;
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content p {
    max-width: 100%;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right {
    margin-right: 57px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::after {
    left: auto;
    right: -61px;
    bottom: -39px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block::before {
    top: 0;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    left: auto;
    top: 37px;
    right: 0;
    width: 55px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::after {
    height: 200px;
    width: 200px;
  }
  body section.fifty-percent.fifty-with-image .float-block > .right .media-box {
    width: 356px;
  }
  body section.fifty-percent.fifty-with-image .float-block {
    grid-template-columns: 100%;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right {
    margin-right: 57px;
    order: -1;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    height: 110px;
    width: 110px;
    left: -169px;
    right: auto;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block::before {
    transform: translate(calc(-50% + -6px), calc(-50% - -1px));
    display: none;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block {
    margin-bottom: 30px;
    grid-template-columns: auto max-content;
  }
  body section.actualities-bar .container {
    padding-left: 32px;
  }
  body section.actualities-bar .grid-block {
    grid-template-columns: repeat(2, 1fr);
  }
  body section.chaosgrid .container .grid-block {
    margin-bottom: 42px;
  }
  body section.chaosgrid .container .grid-block > .grid-row {
    grid-template-columns: repeat(3, minmax(33.333%, 264px));
    width: auto;
    margin-left: auto;
    margin-right: 0;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) {
    padding-top: 48px;
  }
  body section.chaosgrid .container .grid-block > .grid-row:first-child .grid-item:first-child::after {
    transform: translate(55%, 8px);
  }
  body section.fifty-percent.fifty-with-image.fifty-headline::before {
    height: 250px;
    width: 250px;
    transform: translateX(-37%);
  }
  body section.chaosgrid .container .grid-block > .grid-row:first-child .grid-item:first-child::after {
    height: 200px;
    width: 200px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) {
    padding-bottom: 66px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item {
    min-height: 228px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline::before {
    bottom: -28%;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block {
    row-gap: 40px;
  }
  body section.chaosgrid:not(.without-last) .grid-block .grid-row:last-child .grid-item:last-of-type {
    grid-column: 1;
  }
  body section.chaosgrid:not(.without-last) .grid-block .grid-row:last-child::after {
    transform: translate(-69%, -31%);
  }
  body section.article .float-block {
    grid-template-columns: 188px auto;
  }
  body section.article .float-block > .right .text-content figure.playable iframe,
  body section.article .float-block > .right .text-content figure.playable video {
    max-height: 230px;
  }
  body section.article .float-block h2:first-child {
    margin-left: 34px;
  }
  body section.article .float-block > .right {
    padding-left: 33px;
  }
  body section.article .float-block > .right .text-content::before {
    transform: translate(81%, -100%);
  }
  body section.article .float-block > .right .text-content::after {
    transform: translate(108%, -50%);
  }
  body section.article .float-block > .right .text-content p:first-of-type::after {
    transform: translate(calc(50% - 222px), 91%);
    display: none;
  }
  body section.article .container {
    padding-left: 32px;
  }
  body section.chaosgrid .container {
    padding-left: 60px;
  }
  body section.cultural-events .container .grid-block {
    margin-bottom: 35px;
  }
  body section.cultural-events .container > .btn {
    margin-bottom: 0px;
  }
  body section.cultural-events .container {
    padding-left: 62px;
  }
  body section.cultural-events .container h2 {
    margin-bottom: 32px;
  }
  body section.cultural-events .container .grid-block::before {
    right: 58px;
  }
  body section.cultural-events .container .grid-block .grid-item .img-box {
    height: 180px;
    margin-bottom: 14px;
  }
  body section.video-wide .video-box {
    height: 391px;
  }
  body section.cultural-events:before {
    transform: translate(-25%, 62%);
  }
  body section.cultural-events::after {
    transform: translate(41%, 87%);
  }
  body section.text-with-absolute-images .container {
    padding-left: 40px;
  }
  body section.text-with-absolute-images .container .center-box .img-box:nth-of-type(2) {
    transform: translateY(-38%);
  }
  body section.text-with-absolute-images .container .center-box {
    min-height: 432px;
  }
  body section.text-with-absolute-images .container .center-box .img-box {
    width: 285px;
  }
  body section.text-with-absolute-images .container .center-box .img-box:last-child {
    height: auto;
    width: 291px;
  }
  body section.text-with-absolute-images .container .center-box .img-box:nth-of-type(2) {
    height: auto;
    width: 419px;
  }
  body section.text-with-absolute-images .container .center-box .img-box:last-child {
    transform: translateX(3%) translateY(50%);
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    left: -50px;
    top: -3px;
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right .media-box::before {
    top: 53px;
    display: none;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::after {
    transform: translateY(134px);
    right: -86px;
    left: auto !important;
  }
  body section.fifty-double-dot + .chaosgrid {
    margin-top: 0;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .left {
    padding-top: 0;
    padding-bottom: 0;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::before,
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::after {
    height: 165px;
    width: 165px;
    left: -123px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::before {
    transform: translateY(-78px);
    height: 200px;
    width: 200px;
    z-index: -1;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content) .content {
    padding-right: 10px;
  }
  body .header .header-box > .mid .cross {
    right: 62px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::before {
    transform: translateY(-57px);
  }
  body .header .header-box > .mid .cross {
    right: 62px;
    top: 25px;
  }
  body.brown .footer .grid-block .column .btn {
    text-transform: none;
    max-width: 90%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 0px) and (max-width: 940px) {
  body section:first-child.fifty-percent.fifty-with-image.fifty-headline,
  body section:first-of-type.fifty-percent.fifty-with-image.fifty-headline {
    padding-top: 0;
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    top: 0px;
    transform: translateY(0);
  }
  body .header .header-box > .left {
    padding-top: 10px;
  }
  body section.fifty-percent.fifty-with-image .float-block > .right .media-box {
    height: 263px;
  }
  body .header {
    padding-top: 0;
    padding-bottom: 0;
  }
  body section.fifty-percent.fifty-with-image .float-block > .right .media-box {
    width: 260px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    left: -67px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block {
    row-gap: 16px;
  }
  body .header .header-box > .mid .cross {
    top: 22px;
  }
  body .header .header-box.active > .right {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .container {
    width: 100%;
    padding: 0 5%;
  }
  h2 {
    font-size: 1.85rem;
    font-weight: 700;
  }
  h3 {
    font-size: 1.7rem;
  }
  h4 {
    font-size: 1.55rem;
  }
  p {
    font-size: 1.35rem;
  }
  em {
    font-size: 1.35em;
    font-style: italic;
  }
  a {
    font-size: 1.35rem;
  }
  cite {
    font-size: 1.65rem;
  }
  blockquote {
    font-size: 1.65rem;
  }
  span {
    font-size: 1.35rem;
  }
  ul > li > a {
    font-size: 1.35rem;
  }
  .btn {
    font-size: 1.5rem;
    padding: 12px 18px;
  }
  .btn.btn-filled {
    font-size: 1.11rem;
  }
  body .header .header-box > .left .logo-box span {
    margin-left: 27px;
    padding-top: 5px;
  }
  body .header .header-box > .left .logo-box span:before {
    transform: rotate(135deg) translateY(calc(-50% - 11px));
  }
  body .header .header-box > .left .logo-box img {
    max-width: 160px;
    height: 50px;
  }
  body .header .header-box > .left .logo-box span {
    font-size: 1.1rem;
  }
  body .header .header-box > .left .logo-box span:before {
    width: 43px;
    left: -56px;
  }
  body .header .header-box > .right .search-button img {
    width: 28px;
    height: 28px;
  }
  body .header .header-box > .right .lang {
    font-size: 1.25rem;
  }
  body .pseudo-side-bar {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 40px;
    transform: translateX(-34px);
  }
  body .pseudo-side-bar.active {
    transform: translateX(0);
  }
  body .pseudo-side-bar.active .bar-content .bar-show-button {
    transform: translateX(-8px) translateY(-50%);
  }
  body section:first-child:not(.fifty-double-dot),
  body section:first-of-type:not(.fifty-double-dot) {
    padding-top: 30px;
  }
  body .pseudo-side-bar .bar-content .bar-icons .bar-ico {
    width: 14px;
    height: 14px;
  }
  body .pseudo-side-bar .bar-content .bar-show-button {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    right: -38px;
    cursor: pointer;
  }
  body .pseudo-side-bar .bar-content .bar-icons .bar-ico > img {
    transform: translate(-50%, -50%) scale(0.75);
  }
  body .header .header-box > .right .button-box {
    width: 24px;
  }
  body .header .header-box > .right .button-box .button-box-line::before {
    top: -6px;
  }
  body .header .header-box > .right .button-box .button-box-line::after {
    bottom: -6px;
  }
  body .header .header-box > .mid {
    padding-top: 66px;
  }
  body .header .header-box > .mid .cross {
    height: 25px;
    width: 25px;
  }
  body .header .header-box > .mid {
    width: 100vw;
  }
  body .header .header-box > .left .logo-box {
    padding-left: 0;
  }
  body .header .header-box > .left .logo-box span {
    display: none;
  }
  body .header .container {
    padding: 0 5%;
    width: 100%;
  }
  body .header .header-box > .right .lang {
    margin-left: 10px;
  }
  body section.archive-grid .filter .filter-items a:not(:last-child) {
    margin-right: 3px;
  }
  body section {
    margin-bottom: 50px;
  }
  body section:first-child,
  body section:first-of-type {
    padding-top: 30px;
  }
  .btn {
    font-size: 1.4rem;
  }
  .btn:before,
  .btn:after {
    background-size: 75% !important;
  }
  body section.archive-grid h2:first-child {
    font-size: 2.9rem;
  }
  body section.archive-grid h2:first-child::before {
    width: 40px;
    left: -20px;
    top: 4px;
  }
  body section.archive-grid .filter {
    margin-bottom: 39px;
  }
  body section.archive-grid .filter .filter-items a {
    padding: 12px 20px 14px 20px;
    font-size: 1.4rem;
    min-width: 97px;
  }
  body section.archive-grid .grid-block {
    grid-gap: 22px 23px;
    margin-bottom: 45px;
  }
  body section.archive-grid .grid-block::before {
    height: 80px;
    width: 80px;
  }
  body section.archive-grid .grid-block::after {
    height: 130px;
    width: 130px;
  }
  body section.archive-grid .grid-block .grid-item .date {
    font-size: 1.3rem;
  }
  body section.archive-grid .grid-block .grid-item a:has(h3) h3 {
    font-size: 1.85rem;
  }
  body section.archive-grid .grid-block .grid-item p {
    font-size: 1.3rem;
  }
  body section.archive-grid .grid-block .grid-item .attachment {
    font-size: 1.35rem;
  }
  body section.archive-grid .grid-block .grid-item .attachment.att-pdf {
    padding-left: 35px;
  }
  body section.archive-grid .grid-block .grid-item .attachment.att-pdf::before {
    width: 22px;
    height: 32px;
  }
  body section.virtual-tour {
    padding-top: 30px;
  }
  body section.archive-grid .grid-block .grid-item .date {
    margin-bottom: 8px;
  }
  body section.archive-grid .grid-block .grid-item a:has(h3) h3 {
    margin-bottom: 12px;
  }
  body section.archive-grid .grid-block .grid-item p {
    margin-bottom: 20px;
  }
  body section.archive-grid .grid-block .grid-item {
    min-height: 380px;
  }
  body section.archive-grid .container {
    padding-right: 5%;
  }
  body section.archive-grid .grid-block .grid-item p {
    max-width: 100%;
  }
  body section.archive-grid .grid-block {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 18px 23px;
  }
  body section.archive-grid .grid-block .grid-item a:has(h3) h3 {
    margin-bottom: 16px;
    min-height: unset;
  }
  body section.archive-grid .grid-block .grid-item {
    min-height: unset;
  }
  body section.archive-grid .container > .btn {
    min-width: 140px;
  }
  body section.virtual-tour .grid-block {
    justify-items: center;
  }
  body section.virtual-tour .grid-block .content h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  body section.virtual-tour .grid-block .content > .btn {
    min-width: 166px;
  }
  body section.virtual-tour .container {
    padding-right: 5%;
  }
  body section.virtual-tour .grid-block .content h3 {
    font-size: 2.9rem;
    max-width: unset;
    padding-bottom: 16px;
    margin-bottom: 12px;
    display: inline-block;
  }
  body section.virtual-tour .grid-block .content h3::before {
    width: 40px;
    left: -29px;
    top: 3px;
    display: none;
  }
  body section.virtual-tour .grid-block .content p:last-child,
  body section.virtual-tour .grid-block .content p:last-of-type {
    margin-bottom: 16px;
  }
  body section.virtual-tour .grid-block h2 {
    max-width: unset;
  }
  body section.virtual-tour .grid-block .content {
    order: 2;
    text-align: center;
  }
  body section.virtual-tour .grid-block {
    grid-template-columns: repeat(1, 1fr);
  }
  body section.virtual-tour .grid-block .img-box {
    grid-row: span 1;
  }
  body section.virtual-tour .grid-block h2::before {
    top: 18px;
  }
  body section.virtual-tour .grid-block {
    grid-gap: 22px 26px;
    padding-left: 49px;
  }
  body section.virtual-tour .grid-block h2 {
    font-size: 5.5rem;
    margin-bottom: 10px;
  }
  body section.virtual-tour .grid-block .img-box {
    width: 100%;
    max-height: 280px;
    max-width: 280px;
  }
  body section.virtual-tour .grid-block h2::before {
    left: -23px;
    width: 15px;
    height: 34px;
  }
  body section.archive-grid .filter .filter-items {
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(95px, 1fr));
  }
  body section.archive-grid h2:first-child {
    font-size: 2.9rem;
    text-align: center;
    display: block;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  body section.archive-grid .filter .filter-items a {
    min-width: 88px;
    display: inline-block;
  }
  body section.virtual-tour .grid-block .img-box:before,
  body section.virtual-tour .grid-block .img-box::after {
    right: 23px;
  }
  body section.virtual-tour .grid-block .content {
    padding-top: 0;
  }
  body section.virtual-tour {
    padding-bottom: 30px;
  }
  body section.virtual-tour .grid-block .img-box:before,
  body section.virtual-tour .grid-block .img-box::after {
    width: 58px;
    height: 58px;
  }
  body section.virtual-tour .grid-block .img-box:before {
    bottom: 68px;
  }
  body section.archive-grid .filter .filter-items a {
    min-width: 88px;
    display: inline-block;
  }
  body section.virtual-tour .grid-block h2 {
    margin-bottom: 6px;
  }
  body section.virtual-tour .grid-block .content p {
    font-size: 1.4rem;
  }
  body section.archive-grid .filter .filter-items {
    width: auto;
  }
  body section.virtual-tour .grid-block h2 {
    max-width: 100%;
  }
  body section.virtual-tour .grid-block {
    grid-template-columns: 100%;
    padding-left: 49px;
    max-width: 100%;
  }
  body section.virtual-tour .grid-block h2::before {
    height: 34px;
    display: none;
  }
  body section.virtual-tour .grid-block h2 {
    max-width: 100%;
    width: max-content;
    display: inline-block;
    text-align: center;
  }
  body section.fifty-percent.fifty-with-image .float-block {
    grid-template-columns: 100%;
    column-gap: 110px;
  }
  body section.fifty-percent.fifty-with-image .float-block > .left h2 {
    font-size: 2.9rem;
  }
  body section.fifty-percent.fifty-with-image .float-block > .left p {
    font-size: 1.4rem;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content h2 {
    margin-bottom: 10px;
    padding-bottom: 17px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content h2::before {
    left: -39px;
    display: none;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .img-box::before {
    height: 48px;
    width: 48px;
    right: 1px;
    transform: translateY(calc(-50% - 51px));
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box:after {
    bottom: -30px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right {
    padding-top: 0;
    order: -1;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box:before {
    top: -14px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .container {
    padding-right: 5%;
    padding-left: 49px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left {
    padding-left: 0;
    max-width: 79%;
    margin-right: auto;
    margin-left: 0;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .app-buttons a {
    height: 39px;
    max-width: 135px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .img-box {
    height: 210px;
    width: 216px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box:before {
    width: 121px;
    height: 231px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box:after {
    width: 80px;
    height: 80px;
    left: -31px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block {
    margin-bottom: 30px;
    row-gap: 54px;
  }
  body .footer .grid-block .column h3 {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  body .footer .grid-block .column p:first-child,
  body .footer .grid-block .column p:first-of-type {
    margin-bottom: 12px;
  }
  body .footer .grid-block .column ul > li {
    font-size: 1.4rem;
  }
  body .footer .grid-block .column.column-text p {
    font-size: 1.4rem;
  }
  body .footer .footer-foot .foot-links ul > li {
    display: block;
    text-align: center;
  }
  body .footer .footer-foot .foot-links ul > li:not(:last-child)::after {
    right: -7px;
    display: none;
  }
  body .footer {
    padding-top: 60px;
    padding-bottom: 33px;
  }
  body .footer .container {
    padding-right: 5%;
  }
  body .footer .footer-foot {
    row-gap: 16px;
    column-gap: 63px;
  }
  body .footer .grid-block {
    column-gap: 21px;
  }
  body .footer .footer-foot .foot-links ul > li > a {
    font-size: 1.4rem;
  }
  body .footer .footer-foot p {
    font-size: 1.4rem;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left {
    max-width: 396px;
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-app-download .float-block {
    padding-top: 53px;
    margin-bottom: 64px;
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content h2 {
    padding-bottom: 17px;
  }
  body section.fifty-percent.fifty-with-image .container {
    padding-right: 5%;
    padding-left: 42px;
  }
  body section.fifty-percent.fifty-with-image .float-block > .left h2::before {
    top: 8px;
    display: none;
  }
  body section.fifty-percent.fifty-with-image .float-block > .right .media-box {
    height: 252px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    top: 93px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::after {
    width: 160px;
    height: 160px;
  }
  body section.fifty-percent.fifty-with-image .float-block > .right .media-box {
    width: 256px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right {
    margin-right: 0;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    height: 80px;
    width: 80px;
    left: 0%;
    transform: translateX(-200%);
  }
  body section.fifty-percent.fifty-with-image .float-block > .left h2 {
    margin-bottom: 10px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline::before {
    transform: translateX(calc(-50% + 282px));
    bottom: -39%;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block {
    grid-template-columns: 100%;
  }
  body section.actualities-bar .grid-block .grid-item a:has(h3) h3 {
    min-height: unset;
  }
  body section.actualities-bar h2 {
    margin-bottom: 16px;
  }
  body section.actualities-bar .grid-block {
    margin-bottom: 24px;
    row-gap: 22px;
  }
  body section.actualities-bar .grid-block .grid-item a:has(h3) h3 {
    font-size: 1.85rem;
    margin-bottom: 16px;
  }
  body section.actualities-bar h2 {
    font-size: 1.2rem;
    padding-bottom: 6px;
  }
  body section.actualities-bar .container {
    padding-left: 49px;
    padding-right: 5%;
  }
  body section.actualities-bar .grid-block {
    grid-template-columns: repeat(1, 1fr);
  }
  body section.main-list-of-pages h2 {
    margin-bottom: 10px;
    font-size: 2.15rem;
  }
  body section.main-list-of-pages ul:not(.breadcrump) > li::before {
    top: 10px;
    width: 4px;
    height: 4px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) a:has(span) > span {
    padding-left: 16px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content) a:has(h3) h3 {
    font-size: 1.85rem;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) .btn:not(.btn-borderless) {
    bottom: 14px;
    right: 14px;
    height: 35px;
    width: 35px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) .btn:not(.btn-borderless)::before {
    width: 10px;
    height: 10px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) a:has(span) > span {
    font-size: 2.15rem;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) a:has(span) > span::before,
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) a:has(span) > span::after {
    width: 6px;
    height: 6px;
    left: 5px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) a:has(span) > span:before {
    top: 7px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) a:has(span) > span:after {
    top: 15px;
  }
  body section.chaosgrid .container {
    padding-left: 36px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) {
    padding-top: 46px;
    padding-bottom: 60px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item {
    min-height: 210px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content) .content {
    padding-right: 10px;
  }
  body section.chaosgrid .container .grid-block .grid-row {
    grid-template-columns: repeat(2, minmax(50%, 210px));
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content) .date {
    font-size: 1.3rem;
    margin-bottom: 2.5px;
  }
  body section.chaosgrid .container .grid-block {
    width: 100%;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content) a:has(h3) {
    margin-bottom: 12px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item.blue-pseudo-top-left::before {
    transform: translate(-41%, -46%);
    height: 237px;
    width: 237px;
  }
  body section.chaosgrid:not(.without-last) .grid-block .grid-row:last-child::after {
    transform: translate(-86%, -10%);
    height: 237px;
    width: 237px;
  }
  body section.article .float-block {
    row-gap: 16px;
  }
  body section.article .float-block h2:first-child {
    grid-column: 1;
  }
  body section.article .float-block > .right .text-content h3 {
    font-size: 1.8rem;
  }
  body section.article .float-block > .right .text-content figure img {
    display: block;
    height: 100%;
  }
  body section.article .float-block h2:first-child::before {
    top: 8px;
    display: none;
  }
  body section.article .float-block > .right .text-content > *:not(:last-child, h2, h3, h4, h5, h6) {
    margin-bottom: 10px;
  }
  body section.article .float-block > .right .text-content h2 {
    font-size: 2.15rem;
  }
  body section.article .float-block > .right .text-content h4 {
    font-size: 1.7rem;
  }
  body section.article .float-block > .right .text-content p {
    font-size: 1.4rem;
  }
  body section.article .float-block > .right .text-content ul:not(.breadcrump) {
    margin-bottom: 30px;
  }
  body section.article .float-block > .right .text-content figure figcaption {
    font-size: 1.4rem;
  }
  body section.article .float-block > .right .text-content h2 {
    margin-bottom: 16px;
  }
  body section.article .float-block > .right .text-content h3 {
    margin-bottom: 16px;
  }
  body section.article .float-block > .right .text-content h4 {
    margin-bottom: 16px;
  }
  body section.article .float-block > .right .text-content p + *:not(figure, p) {
    padding-top: 16px;
  }
  body section.article .float-block > .right .text-content p:first-of-type {
    font-size: 1.4rem;
  }
  body section.article .float-block:last-child {
    margin-bottom: 30px;
  }
  body section.article .float-block > .right .text-content p:first-of-type {
    margin-bottom: 18px;
  }
  body section.article .float-block {
    grid-template-columns: 100%;
  }
  body section.article .float-block > .right .text-content figure.playable iframe,
  body section.article .float-block > .right .text-content figure.playable video {
    max-height: 350px;
  }
  body section.article .float-block h2:first-child {
    margin-left: 3px;
  }
  body section.article .float-block > .right {
    padding-left: 0;
  }
  body section.article .container {
    padding-left: 49px;
  }
  body section.article .float-block > .right .text-content ul:not(.breadcrump) > li {
    font-size: 1.4rem;
  }
  body section.article .float-block > .left ul > li > a {
    font-size: 1.2rem;
    padding: 10px 10px;
  }
  body section.article .float-block h2:first-child {
    font-size: 2.9rem;
    margin-bottom: 3px;
  }
  body section.article .float-block > .right .text-content > img,
  body section.article .float-block > .right .text-content > figure,
  body section.article .float-block > .right .text-content > video,
  body section.article .float-block > .right .text-content > iframe {
    padding-bottom: 10px;
  }
  body section.article .float-block > .right .text-content p + img,
  body section.article .float-block > .right .text-content p + .wp-caption,
  body section.article .float-block > .right .text-content p + figure,
  body section.article .float-block > .right .text-content p + video,
  body section.article .float-block > .right .text-content p + iframe {
    margin-top: 24px !important;
  }
  body section.article .float-block h2:first-child {
    margin-left: 0;
  }
  body section.article .float-block > .right .text-content::before {
    z-index: -1;
    transform: translate(-194%, -234%);
  }
  body section.article .float-block > .right .text-content::after {
    transform: translate(42%, -105%);
  }
  body section.article .float-block > .right .text-content figure .video-play-button {
    transform: translate(-50%, -50%) scale(0.65);
  }
  body section.chaosgrid .photo-box::before,
  body section.chaosgrid .photo-box::after {
    width: 129px;
    height: 129px;
  }
  body section.chaosgrid .photo-box .img-box {
    width: 100%;
    height: 220px;
  }
  body section.chaosgrid .photo-box .img-box img {
    object-position: center;
    display: block;
  }
  body section.chaosgrid .grid-block,
  body section.chaosgrid .photo-box {
    max-width: 100%;
  }
  body section.cultural-events .container .grid-block .grid-item .content .event-time,
  body section.cultural-events .container .grid-block .grid-item .content .event-place,
  body section.cultural-events .container .grid-block .grid-item .content .event-type {
    padding-left: 28px;
  }
  body section.cultural-events .container h2 {
    font-size: 1.2rem;
  }
  body section.cultural-events .container .grid-block .grid-item .content h3 {
    font-size: 1.85rem;
    margin-bottom: 14px;
  }
  body section.cultural-events .container .grid-block .grid-item .content .event-time,
  body section.cultural-events .container .grid-block .grid-item .content .event-place,
  body section.cultural-events .container .grid-block .grid-item .content .event-type {
    font-size: 1.45rem;
  }
  body section.cultural-events .container .grid-block .grid-item .content .event-time::before,
  body section.cultural-events .container .grid-block .grid-item .content .event-place::before,
  body section.cultural-events .container .grid-block .grid-item .content .event-type::before {
    width: 18px;
    height: 18px;
  }
  body section.cultural-events .container .grid-block .grid-item .content .event-place::before {
    height: 20px;
    width: 13px;
  }
  body section.cultural-events .container .grid-block .grid-item .content .event-type::before {
    height: 20px;
    width: 18px;
  }
  body section.cultural-events .container {
    padding-left: 40px;
    padding-right: 5%;
  }
  body section.cultural-events .container h2 {
    margin-bottom: 25px;
  }
  body section.video-wide .video-box {
    width: 100%;
  }
  body section.video-wide .video-box .video-play-button::before {
    width: 123px;
    height: 123px;
  }
  body section.video-wide .video-box {
    height: 350px;
  }
  body section.cultural-events::after {
    height: 284px;
    width: 284px;
  }
  body section.cultural-events:before {
    transform: translate(-25%, 62%);
    display: none;
  }
  body section.cultural-events::after {
    transform: translate(-41%, 87%);
  }
  body section.text-with-absolute-images .container .center-box h2 {
    max-width: 176px;
    padding-bottom: 15px;
    margin-bottom: 9px;
  }
  body section.text-with-absolute-images .container .center-box {
    margin-bottom: 10px;
  }
  body section.text-with-absolute-images .container .center-box h2 {
    font-size: 2.9rem;
  }
  body section.text-with-absolute-images .container .center-box h2::before {
    width: 39px;
    left: -23px;
    top: 5px;
  }
  body section.text-with-absolute-images .container .center-box .img-box:nth-of-type(2)::before {
    transform: translate(74%, -64%);
  }
  body section.text-with-absolute-images .container {
    padding-left: 49px;
  }
  body section.text-with-absolute-images .container .center-box .img-box:nth-of-type(2) {
    transform: translateY(-85%);
  }
  body section.text-with-absolute-images .container .center-box {
    min-height: 324px;
  }
  body section.text-with-absolute-images .container .center-box .img-box {
    width: 187px;
    transform: translateX(83px);
  }
  body section.text-with-absolute-images .container .center-box .img-box:last-child {
    width: 183px;
  }
  body section.text-with-absolute-images .container .center-box .img-box:nth-of-type(2) {
    width: 232px;
  }
  body section.text-with-absolute-images .container .center-box .img-box:last-child {
    transform: translateX(9%) translateY(-26%);
  }
  body section.text-with-absolute-images .container .center-box .img-box {
    transform: translateX(0);
    right: 175px;
  }
  body section.text-with-absolute-images .container .center-box .img-box:nth-of-type(2) {
    width: 232px;
    right: 42px;
  }
  body section.text-with-absolute-images .container .center-box .img-box:last-child {
    transform: translateX(0%) translateY(-26%);
    right: 62px;
    left: auto;
  }
  body.brown .footer .grid-block .column:last-child {
    grid-column: auto;
  }
  body.brown .footer .grid-block {
    grid-template-columns: repeat(2, 1fr);
  }
  body.brown .footer .grid-block .column:nth-child(3) {
    margin-left: 0;
    margin-right: auto;
  }
  body.brown .footer .grid-block {
    margin-bottom: 50px;
  }
  body .footer .grid-block .column ul > li > a::after {
    width: 15px;
    height: 15px;
    transform: translateX(9px);
  }
  body.brown .footer .grid-block .column ul {
    margin-bottom: 8px;
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    left: 214px;
    top: 76px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    height: 180px;
    width: 180px;
  }
  body.brown .header .header-box > .left {
    padding-top: 13px;
  }
  body.brown .header .header-box > .left .logo-box img {
    max-width: 160px;
    height: 50px;
    min-width: 160px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .left h2 {
    padding-right: 13px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .left h2::after {
    height: 8px;
    width: 8px;
    transform: translate(-1px, -13px);
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::before,
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::after {
    bottom: 54px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::after {
    transform: translateY(14px);
    z-index: -1;
    right: auto !important;
    left: -153px !important;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::before,
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::after {
    height: 200px;
    width: 200px;
    left: auto;
    right: 129px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::before {
    transform: translateY(79px);
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    transform: translateX(-53%) translateY(-115px);
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    left: -14px;
    top: 86px;
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    top: 122px;
  }
  body .header .header-box > .mid .cross {
    right: 25px;
  }
  body section.article .float-block > .left .burger-button {
    display: block;
    right: 5%;
  }
  body section.article .float-block > .left {
    position: relative;
    /* padding-top: 48px; */
  }
  body section.article .float-block > .left ul {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  body section.article .float-block > .left.active ul {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  body section.article .float-block > .right .text-content::before {
    /*
    transform: unset;
    top: 60px;
    right: -77px;
	*/
    content: none;
  }
  body section.article .float-block > .right .text-content::after {
    /*
    transform: unset;
    top: -25px;
    right: -113px;
	*/
    content: none;
  }
  body .header .header-box > .right .header-search .search-button {
    height: 35px;
    width: 37px;
  }
  body .header .header-box > .right .header-search .search-button img {
    height: 28px;
    width: 28px;
  }
  body .header .header-box > .right .header-search #search-form button {
    height: 36px;
    width: 36px;
    background-size: 28px 28px;
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    top: 122px;
    transform: translateY(-122px) translateX(-85px);
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    transform: translateX(-53%) translateY(-93px);
  }
  body.brown .footer .grid-block .column .btn {
    max-width: 100%;
  }
  body .header .header-box.active > .left .logo-box:has(span) {
    padding-left: 0;
    z-index: 100000;
    position: relative;
  }
  body .header .header-box.active > .left {
    padding-top: 10px;
  }
  body .header .header-box.active > .right {
    padding-top: 13px;
  }
  body .header .header-box > .mid .cross {
    right: 25px;
    top: 18px;
  }
  body .header .header-box > .left .logo-box {
    padding-left: 0;
    position: relative;
    z-index: 100000;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) and (max-width: 637px) {
  body section.cultural-events .container .grid-block {
    grid-template-columns: 100%;
  }
  body section.cultural-events .container > .btn {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: max-content;
    max-width: 100%;
    float: unset;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) and (max-width: 550px) {
  body .header .header-box > .right .header-search #search-form {
    grid-template-columns: 40px auto;
    position: absolute;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(calc(100% + 30px));
    background-color: #ffffff;
    box-shadow: 1px 20px 20px 0px rgba(0, 0, 0, 0.1);
  }
  body .header .header-box > .right .header-search #search-form input {
    height: 39px;
  }
  body .header .header-box > .right .header-search.active .search-button {
    display: block;
  }
  body .header .header-box > .right .header-search.active #search-form {
    height: auto;
    padding: 5px 5%;
    z-index: 99999;
    width: 100vw;
  }
  body .header .header-box > .right .header-search #search-form button {
    order: 2;
  }
  body .header .header-box > .right .header-search #search-form {
    grid-template-columns: auto 40px;
  }
  body .header .header-box > .right .header-search.active #search-form {
    padding-right: 2.5%;
  }
  body .header .header-box > .right .header-search.active .search-button {
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  body .header .header-box > .right .header-search.active #search-form {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding-right: 2.5%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
  }
}
@media screen and (max-width: 480px) and (min-width: 0px) {
  .container {
    width: 100%;
    padding-right: 2.5%;
    padding-left: 5%;
  }
  body .header .container {
    padding: 0 2.5%;
  }
  body section:first-child:not(.fifty-double-dot),
  body section:first-of-type:not(.fifty-double-dot) {
    padding-top: 20px;
  }
  body section.archive-grid .filter .filter-items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  body section.archive-grid .grid-block .grid-item {
    padding: 19px 22px;
    padding-bottom: 35px;
  }
  body section.archive-grid h2:first-child {
    margin-bottom: 34px;
    margin-top: 0px;
  }
  body .header {
    padding-top: 5px;
    padding-bottom: 0;
  }
  body section {
    margin-bottom: 30px;
  }
  body section:first-child,
  body section:first-of-type {
    padding-top: 20px;
    text-align: center;
  }
  body section.archive-grid h2:first-child::before {
    top: 4px;
    display: none;
  }
  body section.archive-grid .filter {
    margin-bottom: 26px;
  }
  body section.archive-grid .filter .filter-items a {
    min-width: unset;
  }
  body section.archive-grid .grid-block .grid-item .attachment.att-pdf {
    padding-left: 35px;
    display: inline-block;
  }
  body section.virtual-tour {
    padding-top: 20px;
  }
  body section.archive-grid .grid-block .grid-item .date {
    margin-bottom: 8px;
  }
  body section.archive-grid .container {
    padding-right: 2.5%;
  }
  body section.virtual-tour .container {
    padding-right: 2.5%;
  }
  body section.virtual-tour .grid-block h2 {
    max-width: 100%;
    display: inline-block;
    width: max-content;
  }
  body section.virtual-tour .grid-block {
    padding-left: 5%;
  }
  body section.virtual-tour .grid-block h2 {
    font-size: 5rem;
  }
  body section.virtual-tour .grid-block .img-box {
    max-height: 230px;
    max-width: 230px;
  }
  body section.virtual-tour .grid-block h2::before {
    height: 34px;
    display: none;
  }
  body section.virtual-tour .grid-block .img-box:before,
  body section.virtual-tour .grid-block .img-box::after {
    width: 48px;
    height: 48px;
  }
  body section.virtual-tour .grid-block .img-box:before {
    bottom: 55px;
  }
  body section.fifty-percent.fifty-with-image .float-block {
    column-gap: 110px;
  }
  body section.fifty-percent.fifty-with-image .float-block > .left h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content h2 {
    max-width: 485px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content p {
    max-width: 75%;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content p:last-of-type {
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box:before {
    left: -44px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content h2 {
    padding-bottom: 17px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box:after {
    bottom: -25px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right {
    padding-top: 13px;
    order: -1;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14%;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .container {
    padding-right: 2.5%;
    padding-left: 5%;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left {
    max-width: 100%;
    margin-left: auto;
    text-align: center;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .app-buttons a {
    height: 37px;
    max-width: 127px;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .right .pseudo-box:after {
    left: -47px;
  }
  body section.virtual-tour .grid-block .content {
    padding-top: 0;
    max-width: 90%;
  }
  body section.virtual-tour .grid-block h2 {
    width: max-content;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content p {
    max-width: 89%;
  }
  body section.fifty-percent.fifty-with-image.fifty-app-download .float-block > .left .content h2 {
    max-width: 89%;
  }
  body section.logos-bar .grid-block {
    column-gap: 11px;
  }
  body section.logos-bar .grid-item .img-box {
    height: 37px;
    max-width: 228px;
  }
  body section:last-child,
  body section:last-of-type {
    margin-bottom: 40px;
    row-gap: 13px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  body section.logos-bar .grid-block {
    max-width: 90%;
  }
  body section {
    margin-bottom: 20px;
  }
  body .footer .grid-block {
    grid-template-columns: 100%;
  }
  body .footer .grid-block .column {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body .footer .grid-block {
    margin-bottom: 100px;
  }
  body .footer .grid-block .column:not(:first-child, :last-child) {
    max-width: 100%;
  }
  body .footer .grid-block .column:last-child {
    order: 4;
    max-width: 85%;
  }
  body .footer .grid-block .column:nth-child(3) {
    max-width: 75%;
  }
  body .footer .grid-block .column h3 {
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
  }
  body .footer {
    padding-bottom: 33px;
    text-align: center;
  }
  body .footer .grid-block .column {
    margin-right: auto !important;
    max-width: 85%;
    width: 100%;
  }
  body .footer .container {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  body .footer {
    padding-top: 46px;
  }
  body .footer .footer-foot {
    row-gap: 11px;
  }
  body .footer .grid-block {
    margin-bottom: 39px;
  }
  body .footer {
    padding-bottom: 20px;
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-app-download .float-block {
    padding-top: 30px;
    margin-bottom: 40px;
  }
  body section.fifty-percent.fifty-with-image .float-block > .left p {
    max-width: 100%;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block {
    column-gap: 90px;
    row-gap: 20px;
  }
  body section.fifty-percent.fifty-with-image .float-block > .left p:last-child,
  body section.fifty-percent.fifty-with-image .float-block > .left p:last-of-type {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right {
    margin-right: auto;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    transform: translateX(-200%);
  }
  body section.fifty-percent.fifty-with-image .float-block > .left {
    max-width: 90%;
    margin-right: auto;
  }
  body section.fifty-percent.fifty-with-image .container {
    padding-right: 2.5%;
    padding-left: 5%;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline::before {
    height: 133px;
    transform: translateX(-49%);
    bottom: -17%;
    width: 100%;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline::before {
    transform: translateX(-49%) translateY(94%);
    bottom: 0;
  }
  body section.actualities-bar .btn {
    float: unset;
    min-width: 141px;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    max-width: 100%;
    display: block;
  }
  body section.main-list-of-pages h2 {
    margin-bottom: 10px;
  }
  body section.main-list-of-pages ul:not(.breadcrump) > li:not(:last-child) {
    margin-bottom: 2px;
  }
  body section.main-list-of-pages .container {
    padding-left: 5%;
  }
  body section.main-list-of-pages h2 {
    font-size: 2.15rem;
  }
  body section.main-list-of-pages ul:not(.breadcrump) > li {
    padding-left: 12px;
    text-align: left;
  }
  body section.main-list-of-pages ul:not(.breadcrump) > li::before {
    top: 10px;
    width: 4px;
    height: 4px;
  }
  body section.chaosgrid .container .grid-block .grid-row {
    grid-template-columns: repeat(1, 100%) !important;
  }
  body section.chaosgrid .container .grid-block {
    justify-content: unset;
  }
  body section.chaosgrid .container .grid-block > .grid-row {
    width: 100%;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) {
    padding-top: 34px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item {
    min-height: 145px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline::before {
    bottom: 0;
    display: none;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content) .content {
    padding-right: 20px;
    padding-left: 10px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(img) .img-box {
    height: 290px;
  }
  body section.chaosgrid .container .grid-block > .grid-row:first-child .grid-item:first-child::after {
    transform: translate(53%, 40px);
    height: 180px;
    width: 180px;
  }
  body section.chaosgrid:not(.without-last) .grid-block .grid-row:last-child::after {
    display: none;
  }
  body section.article .float-block h2:first-child::after {
    left: 50%;
    transform: translateX(-50%);
  }
  body section.article .float-block > .right .text-content {
    text-align: left;
  }
  body section.article .container {
    padding-left: 32px;
    padding-right: 5%;
  }
  body section.article .float-block > .right .text-content figure.playable iframe,
  body section.article .float-block > .right .text-content figure.playable video {
    max-height: 180px;
  }
  body section.chaosgrid .container {
    padding-left: 5%;
  }
  body section.cultural-events .container .grid-block .grid-item .content {
    padding: 0 18px 25px 18px;
    padding-bottom: 38px;
  }
  body section.cultural-events .container .grid-block::before {
    right: 58px;
    display: none;
  }
  body section.cultural-events .container h2 {
    font-size: 1.2rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
  }
  body section.cultural-events .container .grid-block .grid-item .content h3 {
    margin-bottom: 14px;
    min-height: unset;
  }
  body section.cultural-events .container {
    padding-left: 5%;
    padding-right: 2.5%;
  }
  body section.video-wide .video-box .video-play-button::before {
    width: 80px;
    height: 80px;
  }
  body section.video-wide .video-box {
    height: 280px;
  }
  body section.text-with-absolute-images .container .center-box h2 {
    transform: translateY(53%);
    max-width: 154px;
    padding-bottom: 6px;
    margin-bottom: 0px;
    font-size: 2.5rem;
  }
  body section.text-with-absolute-images .container .center-box h2::before {
    top: 5px;
    display: none;
  }
  body section.text-with-absolute-images .container {
    padding-left: 5%;
  }
  body section.text-with-absolute-images .container .center-box {
    min-height: 247px;
  }
  body section.text-with-absolute-images .container .center-box .img-box {
    width: 158px;
    transform: translateX(32px);
  }
  body section.text-with-absolute-images .container .center-box .img-box:last-child {
    width: 139px;
  }
  body section.text-with-absolute-images .container .center-box .img-box:nth-of-type(2) {
    width: 193px;
  }
  body section.text-with-absolute-images .container .center-box .img-box {
    right: 133px;
  }
  body section.text-with-absolute-images .container .center-box .img-box:nth-of-type(2) {
    right: 0px;
  }
  body section.text-with-absolute-images .container .center-box .img-box:last-child {
    right: 0px;
  }
  body.brown .footer .grid-block {
    margin-bottom: 30px;
    grid-template-columns: 100%;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) .btn:not(.btn-borderless) {
    bottom: auto;
    width: 35px;
    top: 50%;
    transform: translateY(-50%);
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.btn) {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-right: 60px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item {
    min-height: 100px;
  }
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(.content) .content {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right {
    order: 1;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .left h2 {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
  }
  body section.fifty-percent.fifty-with-image .float-block > .left p:last-child,
  body section.fifty-percent.fifty-with-image .float-block > .left p:last-of-type {
    margin-bottom: 8px;
  }
  body section.fifty-percent.fifty-with-image .float-block > .left {
    margin-right: auto;
    order: -1;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::before,
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::after {
    bottom: 63px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::after {
    transform: translateY(35px) translateX(-126px);
    left: 0 !important;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::before,
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::after {
    right: 0px;
    top: auto;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::before {
    transform: translateY(35px) translateX(126px);
  }
  body section.fifty-percent.fifty-with-image.fifty-headline.fifty-double-dot .float-block > .right::before {
    transform: translateY(42px) translateX(126px);
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::after {
    right: 0;
    bottom: auto;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    top: 31px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::after {
    width: 200px;
    height: 200px;
    transform: translateX(124px);
    top: 33px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    height: 200px;
    width: 200px;
    transform: translateX(-124px);
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::after {
    transform: translateX(134px);
    top: 33px;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    transform: translate(-130px, calc(-50% - 1px));
    top: 50%;
    bottom: auto;
  }
  body section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::after {
    transform: translate(124px, -50%);
    top: 50%;
  }
  body .header .header-box > .mid .cross {
    right: 2.5%;
  }
  body section.article .float-block > .left {
    padding-top: 35px;
  }
  body.brown section.fifty-percent.fifty-with-image.fifty-headline .float-block > .right::before {
    transform: translateY(-101px) translateX(-130px);
  }
  body section.fifty-percent.fifty-with-image .float-block > .right .media-box {
    height: 230px;
    width: 230px;
  }
  body .header .header-box > .mid {
    padding-right: 10px;
  }
  body .header .header-box.active > .left {
    padding-top: 5px;
  }
  body .header .header-box.active > .right {
    padding-top: 8px;
  }
  body .header .header-box > .mid .cross {
    top: 14px;
  }
  body section.chaosgrid .container .grid-block > .grid-row:nth-child(even) .grid-item:nth-child(odd) span::before,
  body section.chaosgrid .container .grid-block > .grid-row:nth-child(even) .grid-item:nth-child(odd) span::after {
    background-color: #FCBD1B;
  }
  body section.chaosgrid .container .grid-block > .grid-row:nth-child(even) .grid-item:nth-child(even) span::before,
  body section.chaosgrid .container .grid-block > .grid-row:nth-child(even) .grid-item:nth-child(even) span::after {
    background-color: #282979;
  }
}
@media screen and (max-width: 480px) and (min-width: 0px) and (max-width: 380px) {
  body section.chaosgrid .container .grid-block > .grid-row .grid-item:has(img) .img-box {
    height: 238px;
  }
}
body section.article .float-block .right .text-content .article-info {
  font-weight: bold;
  color: #282979;
}
body section.article .float-block .right .text-content .article-info span {
  font-size: 120%;
}
.cke_editable.text-content {
  padding: 1rem;
}
.cke_editable.text-content h1 {
  position: initial;
}
/*# sourceMappingURL=styles.css.map */