@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  user-select: text;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}
html.lenis-smooth {
  scroll-behavior: auto;
}

body {
  min-height: 100dvh;
  overflow-x: clip;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
  overflow-wrap: break-word;
  font-weight: normal;
}

p {
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
picture,
video,
canvas,
svg,
iframe {
  display: block;
  max-width: 100%;
}

img,
picture,
svg {
  height: auto;
}

video,
iframe {
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

:focus-visible {
  outline: 1px solid var(--focus-ring);
  outline-offset: 3px;
}

a,
button,
label,
select,
[data-widget=dropdown] {
  -webkit-tap-highlight-color: transparent;
}

table {
  border-collapse: collapse;
}

:root {
  --u: clamp(
  	0.7111111111px,
  	calc(100vw / 1440),
  	1.7777777778px
  );
  --container-padding: calc(20 * var(--u));
  --content-max-width: 100%;
  --radius-md: 0;
  --radius-lg: 0;
  --lightbox-padding-v: calc(160 * var(--u));
  --focus-ring: #d71920;
  --cap-top-display: calc(19.24 * var(--u));
  --cap-bottom-display: calc(2.36 * var(--u));
  --cap-top-h2: calc(11.96 * var(--u));
  --cap-bottom-h2: calc(4.54 * var(--u));
  --cap-top-h3: calc(8.34 * var(--u));
  --cap-bottom-h3: calc(3.16 * var(--u));
  --cap-top-body: calc(6.1 * var(--u));
  --cap-bottom-body: calc(2.5 * var(--u));
  --cap-top-p3: calc(4.96 * var(--u));
  --cap-bottom-p3: calc(2.03 * var(--u));
  --cap-top-caption: calc(4.58 * var(--u));
  --cap-bottom-caption: calc(1.88 * var(--u));
}
@media (max-width: 1023px) {
  :root {
    --container-padding: 16px;
    --lightbox-padding-v: 80px;
  }
}

body {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  body {
    font-size: max(16px, calc(16 * var(--u)));
  }
}
body {
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.display {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 1024px) {
  .display {
    font-size: calc(75 * var(--u));
  }
}

h1, .h1 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: calc(75 * var(--u));
  }
}

h2, .h2 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.212;
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: calc(33 * var(--u));
  }
}

h3, .h3 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.212;
}
@media (min-width: 1024px) {
  h3, .h3 {
    font-size: calc(23 * var(--u));
  }
}

h4, .h4 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.212;
}
@media (min-width: 1024px) {
  h4, .h4 {
    font-size: calc(23 * var(--u));
  }
}

h5, .h5 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  h5, .h5 {
    font-size: max(16px, calc(16 * var(--u)));
  }
}

h6, .h6 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  h6, .h6 {
    font-size: max(16px, calc(16 * var(--u)));
  }
}

.p1 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .p1 {
    font-size: max(16px, calc(16 * var(--u)));
  }
}

.p2 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .p2 {
    font-size: max(16px, calc(16 * var(--u)));
  }
}

.p3 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .p3 {
    font-size: max(13px, calc(13 * var(--u)));
  }
}

.caption {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .caption {
    font-size: max(12px, calc(12 * var(--u)));
  }
}

p {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  p {
    font-size: max(16px, calc(16 * var(--u)));
  }
}

.text a:not([class]) {
  color: currentColor;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .text a:not([class]):hover {
    opacity: 0.7;
  }
}

.text > *:first-child {
  margin-top: 0 !important;
}
.text > *:last-child {
  margin-bottom: 0 !important;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  margin-bottom: calc(18 * var(--u));
}
@media (max-width: 1023px) {
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    margin-bottom: 12px;
  }
}
.text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
  margin-top: calc(48 * var(--u));
}
@media (max-width: 1023px) {
  .text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 32px;
  }
}
.text p, .text ol, .text ul {
  margin-bottom: calc(20 * var(--u));
}
@media (max-width: 1023px) {
  .text p, .text ol, .text ul {
    margin-bottom: 12px;
  }
}
.text ul, .text ol {
  padding-left: 0;
}
.text ul li, .text ol li {
  position: relative;
}
.text ul li::before, .text ol li::before {
  position: absolute;
  left: 0;
}
.text ul li + li, .text ol li + li {
  margin-top: calc(8 * var(--u));
}
@media (max-width: 1023px) {
  .text ul li + li, .text ol li + li {
    margin-top: 4px;
  }
}
.text ul ul, .text ul ol, .text ol ul, .text ol ol {
  margin-bottom: 0;
  margin-top: calc(12 * var(--u));
}
@media (max-width: 1023px) {
  .text ul ul, .text ul ol, .text ol ul, .text ol ol {
    margin-top: 8px;
  }
}
.text ul ul ul, .text ul ul ol, .text ul ol ul, .text ul ol ol, .text ol ul ul, .text ol ul ol, .text ol ol ul, .text ol ol ol {
  margin-top: calc(8 * var(--u));
}
@media (max-width: 1023px) {
  .text ul ul ul, .text ul ul ol, .text ul ol ul, .text ul ol ol, .text ol ul ul, .text ol ul ol, .text ol ol ul, .text ol ol ol {
    margin-top: 4px;
  }
}
.text ul > li {
  padding-left: 1em;
}
.text ol > li {
  padding-left: 1.5em;
}
.text ul > li::before {
  content: "";
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
}
.text ul ul > li::before {
  background-color: transparent;
  border: 1px solid currentColor;
}
.text ul ul ul > li::before {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  background: none;
  content: "–";
  top: 0;
}
.text ol {
  counter-reset: ol-item;
}
.text ol > li {
  counter-increment: ol-item;
}
.text ol > li::before {
  content: counter(ol-item) ".";
  top: 0;
}
.text ol ol > li::before {
  content: counter(ol-item, lower-alpha) ".";
}
.text ol ol ol > li::before {
  content: counter(ol-item, lower-roman) ".";
}
.text blockquote {
  position: relative;
  margin: calc(48 * var(--u)) 0;
  padding: calc(8 * var(--u)) 0 calc(8 * var(--u)) calc(20 * var(--u));
}
.text blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d71920;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 2s cubic-bezier(0.76, 0, 0.24, 1) 0.35s;
}
.text blockquote.animated::before, .no-js .text blockquote::before {
  transform: scaleY(1);
}
@media (max-width: 1023px) {
  .text blockquote {
    margin: 32px 0;
    padding: 4px 0 4px 16px;
  }
}
.text blockquote p {
  margin-bottom: calc(32 * var(--u));
}
@media (max-width: 1023px) {
  .text blockquote p {
    margin-bottom: 24px;
  }
}
.text blockquote cite {
  display: block;
  font-style: normal;
}
.text .wp-block-pullquote {
  position: relative;
  margin: calc(48 * var(--u)) 0;
  padding: calc(32 * var(--u)) 0;
  text-align: center;
}
.text .wp-block-pullquote::before, .text .wp-block-pullquote::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d71920;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 2s cubic-bezier(0.76, 0, 0.24, 1) 0.35s;
}
.text .wp-block-pullquote::before {
  top: 0;
}
.text .wp-block-pullquote::after {
  bottom: 0;
}
.text .wp-block-pullquote.animated::before, .text .wp-block-pullquote.animated::after, .no-js .text .wp-block-pullquote::before, .no-js .text .wp-block-pullquote::after {
  transform: scaleX(1);
}
.text .wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
}
.text .wp-block-pullquote blockquote::before {
  content: none;
}
@media (max-width: 1023px) {
  .text .wp-block-pullquote {
    margin: 32px 0;
    padding: 24px 0;
  }
}
.text blockquote.wowo,
.text .wp-block-pullquote.wowo {
  opacity: 1;
}
.text .line {
  margin: calc(40 * var(--u)) 0;
}
.text .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
}
.text .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.text .wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  height: 100%;
}
.text .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-bottom: 75%;
}
.text .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-bottom: 100%;
}
.text .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-bottom: 42.85%;
}
.text figure {
  margin: calc(48 * var(--u)) 0;
}
@media (max-width: 1023px) {
  .text figure {
    margin: 32px 0;
  }
}
.text figure figcaption {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: calc(6 * var(--u));
  margin-top: calc(16 * var(--u));
}
.text .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(20 * var(--u));
}
.text .wp-block-gallery.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
.text .wp-block-gallery.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.text .wp-block-gallery.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.text .wp-block-gallery.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.text .wp-block-gallery.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.text .wp-block-gallery.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.text .wp-block-gallery .wp-block-image {
  margin: 0;
}
.text .wp-block-gallery.is-cropped .wp-block-image {
  height: 100%;
}
.text .wp-block-gallery.is-cropped .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .text .wp-block-gallery {
    gap: 12px;
  }
  .text .wp-block-gallery[class*=columns-] {
    grid-template-columns: repeat(2, 1fr);
  }
  .text .wp-block-gallery.columns-1 {
    grid-template-columns: 1fr;
  }
}
.text .wp-block-table {
  overflow-x: auto;
}
.text table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.text table th,
.text table td {
  padding: calc(12 * var(--u)) calc(20 * var(--u)) calc(12 * var(--u)) 0;
  border-bottom: 1px solid #d71920;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .text table th,
  .text table td {
    padding: 8px 12px 8px 0;
  }
}
.text table th:last-child,
.text table td:last-child {
  padding-right: 0;
}
.text table th {
  font-weight: 700;
  text-transform: uppercase;
}
.text table tr:last-child td {
  border-bottom: 0;
}
.text .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: calc(20 * var(--u));
  margin-bottom: calc(24 * var(--u));
}
@media (max-width: 1023px) {
  .text .wp-block-buttons {
    margin-bottom: 12px;
  }
}
.text .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 0;
  font-family: "ff-din-paneuropean", sans-serif;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
  min-width: 170px;
  padding: calc(7.5 * var(--u)) calc(20 * var(--u)) calc(12.5 * var(--u));
  background-color: #000000;
  color: #ffffff;
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .text .wp-block-button__link:hover {
    background-color: #d71920;
  }
}
.text a:not(.btn):not(.wp-block-button__link) {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .text a:not(.btn):not(.wp-block-button__link):hover {
    opacity: 0.7;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomOut {
  from {
    opacity: 0;
    transform: scale(1.08);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
html .wowo {
  opacity: 0;
}
html .wowo.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  visibility: visible;
}

.fadeIn.animated {
  animation-name: fadeIn;
}

.fadeInUp.animated {
  animation-name: fadeInUp;
}

.fadeInLeft.animated {
  animation-name: fadeInLeft;
}

.fadeInRight.animated {
  animation-name: fadeInRight;
}

.zoomOut.animated {
  animation-name: zoomOut;
}

.delay-in-1 {
  animation-delay: 0.1s;
}

.delay-in-2 {
  animation-delay: 0.2s;
}

.delay-in-3 {
  animation-delay: 0.3s;
}

.delay-in-4 {
  animation-delay: 0.4s;
}

.delay-in-5 {
  animation-delay: 0.5s;
}

.delay-in-6 {
  animation-delay: 0.6s;
}

.delay-in-7 {
  animation-delay: 0.7s;
}

.delay-in-8 {
  animation-delay: 0.8s;
}

.delay-in-9 {
  animation-delay: 0.9s;
}

.delay-in-10 {
  animation-delay: 1s;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  html .wowo {
    opacity: 1;
    visibility: visible;
  }
  .line {
    transform: scaleX(1);
  }
  .line--vertical {
    transform: scaleY(1);
  }
}
.bg-theme {
  background-color: #d71920;
}

.bg-theme-dark {
  background-color: #b0141a;
}

.bg-text-heading {
  background-color: #000000;
}

.bg-text {
  background-color: #000000;
}

.bg-text-light {
  background-color: #737373;
}

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

.bg-black {
  background-color: #000000;
}

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

.bg-line {
  background-color: #d71920;
}

.bg-placeholder {
  background-color: #d9d9d9;
}

.bg-bg-hover {
  background-color: #f5f5f5;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .tablet-only {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}

[data-css-theme=dark] h1, [data-css-theme=dark] h2, [data-css-theme=dark] h3, [data-css-theme=dark] h4, [data-css-theme=dark] h5, [data-css-theme=dark] h6,
[data-css-theme=dark] .h1, [data-css-theme=dark] .h2, [data-css-theme=dark] .h3, [data-css-theme=dark] .h4, [data-css-theme=dark] .h5, [data-css-theme=dark] .h6 {
  color: #ffffff;
}
[data-css-theme=dark] p, [data-css-theme=dark] li, [data-css-theme=dark] span, [data-css-theme=dark] a:not(.btn) {
  color: #ffffff;
}

[data-css-theme=light] h1, [data-css-theme=light] h2, [data-css-theme=light] h3, [data-css-theme=light] h4, [data-css-theme=light] h5, [data-css-theme=light] h6,
[data-css-theme=light] .h1, [data-css-theme=light] .h2, [data-css-theme=light] .h3, [data-css-theme=light] .h4, [data-css-theme=light] .h5, [data-css-theme=light] .h6 {
  color: #000000;
}
[data-css-theme=light] p, [data-css-theme=light] li, [data-css-theme=light] span, [data-css-theme=light] a:not(.btn) {
  color: #000000;
}

.container {
  position: relative;
  width: 100%;
  max-width: 2560px;
  margin-inline: auto;
  padding: 0 var(--container-padding);
}

.section-head {
  display: flex;
  align-items: flex-start;
  gap: 5.7142857143%;
}
@media (max-width: 1023px) {
  .section-head {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
}
.section-head__label {
  flex: 0 0 19.6428571429%;
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.212;
}
@media (min-width: 1024px) {
  .section-head__label {
    font-size: calc(23 * var(--u));
  }
}
.section-head__label {
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1023px) {
  .section-head__label {
    flex: 0 0 auto;
  }
}
.section-head__lead {
  width: 74.6428571429%;
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.212;
}
@media (min-width: 1024px) {
  .section-head__lead {
    font-size: calc(33 * var(--u));
  }
}
.section-head__lead {
  margin: 0;
}
@media (max-width: 1023px) {
  .section-head__lead {
    font-size: 24px;
    width: 100%;
  }
}

.content {
  max-width: var(--content-max-width);
  margin-inline: auto;
}

.bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.bg ~ * {
  position: relative;
  z-index: 1;
}
.bg {
  z-index: 0;
  overflow: hidden;
}
section:has(> .bg) {
  position: relative;
}

.img {
  transform: translateZ(0);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.3s ease;
}
.img--round {
  border-radius: 9999px;
}
.img .img-box {
  width: 100%;
  position: relative;
}
.img .img-box video,
.img .img-box iframe,
.img .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.img--static .img-box video,
.img--static .img-box iframe,
.img--static .img-box img {
  position: static;
  transform: none;
  height: auto;
}

.img--bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.img--bg ~ * {
  position: relative;
  z-index: 1;
}
.img--bg .img-box {
  width: 100%;
  height: 100%;
}

.items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}
.items > .item {
  display: flex;
  flex-flow: column nowrap;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  color: #ffffff;
  --focus-ring: #ffffff;
  transition: background-color 0.3s ease, padding 0.3s ease;
  padding: calc(15 * var(--u)) 0;
}
.site-header.is-measuring, .site-header.is-measuring * {
  transition: none;
}
.site-header .content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  body:not(.home) .site-header, .site-header.is-sticky {
    padding: calc(11 * var(--u)) 0;
  }
  body:not(.home) .site-header .site-logo, .site-header.is-sticky .site-logo {
    width: calc(73 * var(--u));
    height: calc(38 * var(--u));
  }
}
@media (max-width: 1023px) {
  .site-header {
    padding: 11px 0;
  }
  .site-header .site-logo {
    width: 73px;
    height: 38px;
  }
}
body:not(.home) .site-header {
  background-color: #d71920;
}
.site-header.is-sticky {
  background-color: #d71920;
}

body.menu-open {
  overflow: hidden;
}

.site-logo {
  display: block;
  line-height: 0;
}
@media (max-width: 1023px) {
  .site-logo {
    position: relative;
    z-index: 1;
  }
}
.site-logo {
  width: calc(118 * var(--u));
  height: calc(61 * var(--u));
  transition: width 0.3s ease, height 0.3s ease;
}
.site-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  padding-top: calc(calc(12.18 * var(--u)) - var(--cap-top-body));
}
.site-nav .header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: calc(55 * var(--u));
}
.site-nav .menu-item > a {
  border-bottom: none;
}
.site-nav .menu-item > a:hover {
  border-bottom: none;
}
.site-nav .menu-item > a {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .site-nav .menu-item > a {
    font-size: max(16px, calc(16 * var(--u)));
  }
}
.site-nav .menu-item > a {
  display: block;
  position: relative;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .site-nav .menu-item > a:hover {
    opacity: 0.7;
  }
}
.site-nav .menu-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.site-nav .menu-item.active > a::after {
  transform: scaleX(1);
}
@media (max-width: 1023px) {
  .site-nav {
    position: fixed;
    inset: 0;
    background-color: #d71920;
    padding: calc(100 * var(--u)) 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s 0.8s;
    display: flex;
    flex-direction: column;
  }
  .site-nav .header-menu {
    flex-direction: column;
    align-items: center;
    margin: auto 0;
    gap: 0;
  }
  .site-nav .menu-item > a {
    font-size: 24px;
    padding: 12px 0;
  }
  .site-nav .menu-item > a::after {
    bottom: 10px;
  }
  body.menu-open .site-nav {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s;
  }
}

.menu-toggle {
  display: none;
  align-self: center;
  position: relative;
  z-index: 1;
}
.menu-toggle::before {
  content: "";
  position: absolute;
  inset: -13px;
}
.menu-toggle {
  width: 24px;
  height: 18px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 400;
}
.menu-toggle span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.menu-toggle span:nth-child(1) {
  transform: translateY(-50%) translateY(-8px);
}
.menu-toggle span:nth-child(2) {
  transform: translateY(-50%);
}
.menu-toggle span:nth-child(3) {
  transform: translateY(-50%) translateY(8px);
}
body.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
}
body.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}
body.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 1023px) {
  .menu-toggle {
    display: block;
  }
}

.site-footer {
  background-color: #d71920;
  color: #ffffff;
  --focus-ring: #ffffff;
  padding: calc(47 * var(--u)) 0;
}
.site-footer .content {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  min-height: calc(62 * var(--u));
}
.site-footer .site-logo img {
  width: calc(118 * var(--u));
}
.site-footer__credit,
.site-footer .footer-nav {
  position: absolute;
  bottom: calc(calc(0.79 * var(--u)) - var(--cap-bottom-caption));
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .site-footer__credit,
  .site-footer .footer-nav {
    font-size: max(12px, calc(12 * var(--u)));
  }
}
.site-footer__credit p,
.site-footer .footer-nav p {
  font: inherit;
  margin: 0;
}
.site-footer__credit a,
.site-footer .footer-nav a {
  border-bottom: none;
}
.site-footer__credit a:hover,
.site-footer .footer-nav a:hover {
  border-bottom: none;
}
.site-footer__credit a,
.site-footer .footer-nav a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .site-footer__credit a:hover,
  .site-footer .footer-nav a:hover {
    opacity: 0.7;
  }
}
.site-footer__credit {
  left: 0;
}
.site-footer .footer-nav {
  right: 0;
}
.site-footer .footer-nav .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: calc(20 * var(--u));
}
@media (max-width: 767px) {
  .site-footer .content {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .site-footer .site-logo {
    order: -1;
  }
  .site-footer__credit,
  .site-footer .footer-nav {
    position: static;
    bottom: auto;
  }
}

@media print {
  .site-header,
  .scroll-down,
  .menu-toggle,
  .site-nav,
  .wpcf7,
  .block-accordion__badge {
    display: none !important;
  }
  body {
    color: #000;
    background: #fff;
  }
  .block-hero {
    height: auto;
    min-height: 0;
    color: #000;
  }
  .accordion__panel[hidden] {
    display: block !important;
  }
  .text a[href^=http]::after {
    content: " (" attr(href) ")";
    font-size: 0.85em;
    word-break: break-all;
  }
  section {
    break-inside: avoid;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 0;
  font-family: "ff-din-paneuropean", sans-serif;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
  min-width: 170px;
  padding: calc(7.5 * var(--u)) calc(20 * var(--u)) calc(12.5 * var(--u));
  background-color: #000000;
  color: #ffffff;
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background-color: #d71920;
  }
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 12px 24px;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background: #000000;
  color: #ffffff;
  z-index: 9999;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d71920;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 2s cubic-bezier(0.76, 0, 0.24, 1) 0.35s, background-color 0.3s ease;
}
.line.animated, .no-js .line {
  transform: scaleX(1);
}
.line--vertical {
  width: 1px;
  height: auto;
  align-self: stretch;
  transform: scaleY(0);
  transform-origin: center top;
}
.line--vertical.animated, .no-js .line--vertical {
  transform: scaleY(1);
}

html .line.wowo {
  opacity: 1;
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: calc(44 * var(--u));
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: calc(calc(19.4 * var(--u)) - var(--cap-bottom-p3));
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #000000;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .scroll-down:hover {
    color: #d71920;
  }
}
.scroll-down__text {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .scroll-down__text {
    font-size: max(13px, calc(13 * var(--u)));
  }
}
.scroll-down__arrow {
  width: calc(24 * var(--u));
  height: calc(39 * var(--u));
  border: 1px solid currentColor;
  border-radius: calc(12 * var(--u));
  position: relative;
}
.scroll-down__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(27.11 * var(--u));
  width: calc(6.61 * var(--u));
  height: calc(6.61 * var(--u));
  border-radius: 50%;
  background-color: currentColor;
  transform: translateX(-50%);
  animation: scroll-down-bounce 0.75s infinite alternate;
}

@keyframes scroll-down-bounce {
  0% {
    translate: 0 -8px;
  }
  100% {
    translate: 0 0;
  }
}
.accordion__item {
  position: relative;
}
.accordion__label {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .accordion__label {
    font-size: max(16px, calc(16 * var(--u)));
  }
}
.accordion__trigger {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  position: relative;
  padding: calc(22 * var(--u)) calc(40 * var(--u)) calc(26 * var(--u)) 0;
  cursor: pointer;
  text-align: left;
  color: #000000;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .accordion__trigger:hover {
    color: #d71920;
  }
}
.accordion__icon {
  width: calc(20 * var(--u));
  height: calc(20 * var(--u));
  position: absolute;
  right: 0;
  top: calc(calc(22 * var(--u)) + var(--cap-top-body) + calc(2.57 * var(--u)));
}
.accordion__icon .line {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scaleX(1);
}
.accordion__icon .line--vertical {
  top: 0;
  left: 50%;
  height: 100%;
  margin-left: calc(1px / -2);
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.accordion__item.is-open .accordion__icon .line--vertical {
  transform: rotate(90deg);
}
.accordion__item > .line {
  margin-top: 0;
}
.accordion__item:first-child .accordion__trigger {
  padding-top: 0;
}
.accordion__item:first-child .accordion__trigger .accordion__icon {
  top: calc(var(--cap-top-body) + calc(2.57 * var(--u)));
}
.accordion__panel {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: calc(36 * var(--u));
}
.accordion__panel[hidden] {
  display: none;
}

.roundel {
  position: relative;
}
.roundel .img-box img {
  mask-image: radial-gradient(circle closest-side at center, #000 75%, transparent 75%);
}
.roundel__ring {
  position: absolute;
  inset: 0;
  mask-image: radial-gradient(circle closest-side at center, transparent 75%, #000 75%);
  animation: roundel-spin 24s linear infinite;
  pointer-events: none;
}
.roundel__ring img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes roundel-spin {
  to {
    transform: rotate(360deg);
  }
}
.error-404 {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  padding: calc(180 * var(--u)) 0;
}
.error-404 .content {
  max-width: 74.6428571429%;
}
.error-404 h1 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 1024px) {
  .error-404 h1 {
    font-size: calc(75 * var(--u));
  }
}
.error-404 h1 {
  margin: 0 0 calc(24 * var(--u));
}
.error-404 p {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.212;
}
@media (min-width: 1024px) {
  .error-404 p {
    font-size: calc(33 * var(--u));
  }
}
.error-404 p {
  margin: 0 0 calc(40 * var(--u));
}
@media (max-width: 1023px) {
  .error-404 {
    padding: 120px 0;
  }
  .error-404 .content {
    max-width: none;
  }
  .error-404 h1 {
    font-size: 64px;
  }
  .error-404 p {
    font-size: 24px;
  }
}

.block-article {
  padding: calc(160 * var(--u)) 0 calc(133 * var(--u));
}
.block-article .content {
  max-width: 74.6428571429%;
}
.block-article h1 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 1024px) {
  .block-article h1 {
    font-size: calc(75 * var(--u));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .block-article h1 {
    font-size: calc(75 * 100vw / 1440);
  }
}
@media (max-width: 767px) {
  .block-article h1 {
    font-size: 40px;
  }
}
.block-article h1 {
  text-transform: uppercase;
  margin: 0 0 calc(40 * var(--u));
}
.block-article h2 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.212;
}
@media (min-width: 1024px) {
  .block-article h2 {
    font-size: calc(23 * var(--u));
  }
}
.block-article h2 {
  text-transform: uppercase;
}
.block-article h3 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.212;
}
@media (min-width: 1024px) {
  .block-article h3 {
    font-size: calc(20 * var(--u));
  }
}
.block-article h4 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.212;
}
@media (min-width: 1024px) {
  .block-article h4 {
    font-size: calc(18 * var(--u));
  }
}
.block-article h5 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .block-article h5 {
    font-size: max(16px, calc(16 * var(--u)));
  }
}
.block-article h6 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .block-article h6 {
    font-size: max(14px, calc(14 * var(--u)));
  }
}
@media (max-width: 1023px) {
  .block-article {
    padding: 120px 0 60px;
  }
  .block-article .content {
    max-width: none;
  }
}

.block-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: calc(91 * var(--u));
  color: #ffffff;
  overflow: hidden;
}
.block-hero .img--bg::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: calc(221 * var(--u));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.549), rgba(0, 0, 0, 0));
  pointer-events: none;
}
.block-hero .img--bg .img-box {
  height: 100%;
}
.block-hero .img--bg .img-box img {
  height: 100%;
}
.block-hero .content {
  padding-bottom: calc(44 * var(--u));
}
.block-hero__title {
  font-weight: 400;
  max-width: 51.9285714286%;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .block-hero__title {
    font-size: calc(75 * 100vw / 1440);
  }
}
@media (max-width: 767px) {
  .block-hero__title {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .block-hero {
    padding-top: 90px;
  }
  .block-hero .content {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .block-hero__title {
    max-width: max(51.9285714286%, 290px);
  }
}

.block-intro {
  padding: calc(calc(113.75 * var(--u)) - var(--cap-top-h2)) 0 0;
}
@media (min-width: 1024px) {
  .block-intro .section-head {
    align-items: baseline;
  }
}
.block-intro__aside {
  display: flex;
  gap: calc(21 * var(--u));
  margin-top: calc(calc(91.01 * var(--u)) - var(--cap-bottom-h2) - var(--cap-top-body));
  padding-left: 57.7142857143%;
}
.block-intro__aside .line--vertical {
  flex: 0 0 auto;
  align-self: stretch;
}
.block-intro__aside .text {
  max-width: 94.2567567568%;
}
.block-intro__aside .text p {
  line-height: 1.188;
  margin-bottom: calc(19 * var(--u));
}
.block-intro__img {
  margin-top: calc(calc(87.43 * var(--u)) - var(--cap-bottom-body));
}
.block-intro__img .img-box {
  padding-bottom: 57.8571428571%;
}
@media (max-width: 1023px) {
  .block-intro {
    padding-top: 60px;
  }
  .block-intro__aside {
    padding-left: 0;
    margin-top: calc(32px - var(--cap-bottom-h2) - var(--cap-top-body));
  }
  .block-intro__aside .text {
    max-width: none;
  }
}

.block-features {
  padding: calc(calc(120.43 * var(--u)) - var(--cap-top-h3)) 0 0;
}
.block-features__title {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.212;
}
@media (min-width: 1024px) {
  .block-features__title {
    font-size: calc(23 * var(--u));
  }
}
.block-features__title {
  text-transform: uppercase;
  margin: 0;
}
.block-features__items {
  padding-top: calc(calc(93.7 * var(--u)) - var(--cap-bottom-h3));
  display: flex;
  flex-direction: column;
}
.block-features__item {
  position: sticky;
  top: calc(60 * var(--u));
  background-color: #ffffff;
  padding-top: calc(22 * var(--u));
  display: flex;
  align-items: flex-start;
  gap: 1.4285714286%;
}
.block-features__item .img {
  flex: 0 0 66.2142857143%;
}
.block-features__item .img .img-box {
  padding-bottom: 65.2642934196%;
}
.block-features__body {
  max-width: 23.9285714286%;
}
.block-features__body h3 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .block-features__body h3 {
    font-size: max(16px, calc(16 * var(--u)));
  }
}
.block-features__body h3 {
  margin: 0 0 calc(calc(28.96 * var(--u)) - var(--cap-bottom-body) - var(--cap-top-body));
}
.block-features .content > .line {
  margin-top: calc(22 * var(--u));
}
@media (max-width: 1023px) {
  .block-features {
    padding-top: 60px;
  }
  .block-features__items {
    padding-top: 0;
  }
  .block-features__item {
    top: 60px;
    padding-top: 40px;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .block-features__item .img {
    flex: 1 1 auto;
  }
  .block-features__body {
    max-width: none;
  }
  .block-features .content > .line {
    margin-top: 60px;
  }
}

.block-accordion {
  padding: calc(calc(118.75 * var(--u)) - var(--cap-top-h2)) 0 0;
}
.block-accordion__badge {
  position: absolute;
  left: 2.7777777778%;
  bottom: calc(-1 * calc(20 * var(--u)));
  width: 15.0694444444%;
}
.block-accordion__badge .img-box {
  padding-bottom: 100%;
}
.block-accordion .accordion {
  width: 74.6428571429%;
  margin-left: auto;
  margin-top: calc(calc(90.91 * var(--u)) - var(--cap-bottom-h2) - var(--cap-top-body));
}
@media (max-width: 1023px) {
  .block-accordion {
    padding-top: 60px;
  }
  .block-accordion__badge {
    position: static;
    width: 120px;
    margin-top: 32px;
  }
  .block-accordion .accordion {
    width: 100%;
    margin-top: 32px;
  }
}

.block-services {
  padding: calc(calc(183.75 * var(--u)) - var(--cap-top-h2)) 0 0;
}
.block-services__main {
  display: flex;
  align-items: flex-start;
  gap: calc(138 * var(--u));
  margin-top: calc(130 * var(--u));
}
.block-services__img {
  flex: 0 0 calc(572 * var(--u));
  align-self: flex-start;
  margin-top: calc(6 * var(--u));
}
.block-services__img .img-box {
  padding-bottom: 125.6993006993%;
}
.block-services__items {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: calc(48 * var(--u));
}
.block-services__item {
  display: flex;
  align-items: flex-start;
  gap: calc(20 * var(--u));
}
.block-services__icon {
  flex: 0 0 calc(73 * var(--u));
  width: calc(73 * var(--u));
  height: calc(73 * var(--u));
  border-radius: 9999px;
  background-color: #737373;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.block-services__icon img {
  width: 50%;
}
.block-services__body {
  padding-top: calc(calc(20.43 * var(--u)) - var(--cap-top-body));
  max-width: calc(453 * var(--u));
}
.block-services__body h3 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .block-services__body h3 {
    font-size: max(16px, calc(16 * var(--u)));
  }
}
.block-services__body h3 {
  margin: 0 0 calc(calc(27.96 * var(--u)) - var(--cap-bottom-body) - var(--cap-top-body));
}
.block-services__body p {
  line-height: 1.188;
}
@media (max-width: 1023px) {
  .block-services {
    padding-top: 60px;
  }
  .block-services__main {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    margin-top: 40px;
  }
  .block-services__img {
    flex: 1 1 auto;
    align-self: stretch;
    margin-top: 0;
  }
  .block-services__body {
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .block-services__items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 32px;
  }
  .block-services__item {
    width: calc((100% - 32px) / 2);
  }
}

.block-media-lists {
  padding: calc(115 * var(--u)) 0 0;
}
.block-media-lists__title {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.212;
}
@media (min-width: 1024px) {
  .block-media-lists__title {
    font-size: calc(23 * var(--u));
  }
}
.block-media-lists__title {
  text-transform: uppercase;
  margin: 0 0 calc(calc(60.7 * var(--u)) - var(--cap-bottom-h3));
}
.block-media-lists__items {
  display: flex;
  flex-direction: column;
  gap: calc(22 * var(--u));
}
.block-media-lists__item {
  display: flex;
  align-items: flex-start;
  gap: 1.4285714286%;
}
.block-media-lists__item .img {
  flex: 0 0 66.2142857143%;
}
.block-media-lists__item .img .img-box {
  padding-bottom: 65.2642934196%;
}
.block-media-lists__body {
  flex: 1 1 auto;
  padding-top: calc(calc(7.43 * var(--u)) - var(--cap-top-h3));
}
.block-media-lists__body h3 {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.212;
}
@media (min-width: 1024px) {
  .block-media-lists__body h3 {
    font-size: calc(23 * var(--u));
  }
}
.block-media-lists__body h3 {
  margin: 0 0 calc(18 * var(--u));
  max-width: 64.4591611479%;
}
.block-media-lists__points {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-media-lists__points li {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .block-media-lists__points li {
    font-size: max(16px, calc(16 * var(--u)));
  }
}
.block-media-lists__points li span {
  display: block;
  max-width: 64.4591611479%;
  padding: calc(19.5 * var(--u)) 0;
}
.block-media-lists__points li:first-child span {
  padding-top: 0;
}
.block-media-lists .content > .line {
  margin-top: calc(23 * var(--u));
}
@media (max-width: 1023px) {
  .block-media-lists {
    padding-top: 60px;
  }
  .block-media-lists__title {
    margin-bottom: 32px;
  }
  .block-media-lists__items {
    gap: 40px;
  }
  .block-media-lists__item {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .block-media-lists__item .img {
    flex: 1 1 auto;
  }
  .block-media-lists__body h3, .block-media-lists__points li span {
    max-width: none;
  }
  .block-media-lists .content > .line {
    display: none;
  }
}

.block-contact-form {
  padding: calc(calc(111.24 * var(--u)) - var(--cap-top-body)) 0 calc(120 * var(--u));
}
.block-contact-form .section-head {
  gap: 1.4285714286%;
}
@media (max-width: 1023px) {
  .block-contact-form .section-head {
    gap: 16px;
  }
}
.block-contact-form .section-head__label {
  margin-top: calc(calc(6.19 * var(--u)) + var(--cap-top-body) - var(--cap-top-h3));
}
.block-contact-form .section-head .line--vertical {
  flex: 0 0 auto;
  align-self: stretch;
  margin-left: calc(40 * var(--u));
  margin-top: calc(6 * var(--u));
}
.block-contact-form .section-head .text {
  max-width: calc(365 * var(--u));
}
.block-contact-form .section-head .text a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .block-contact-form .section-head .text a:hover {
    opacity: 0.7;
  }
}
.block-contact-form__main {
  display: flex;
  align-items: flex-start;
  gap: calc(138 * var(--u));
  margin-top: calc(calc(126.72 * var(--u)) - var(--cap-bottom-body));
}
.block-contact-form__img {
  flex: 0 0 15.5%;
  align-self: flex-start;
}
.block-contact-form__img .img-box {
  padding-bottom: 100%;
}
.block-contact-form__form {
  position: relative;
  flex: 1 1 auto;
  max-width: 66.2142857143%;
  margin-top: calc(8 * var(--u));
}
.block-contact-form__address {
  position: absolute;
  right: 0;
  bottom: calc(-1 * var(--cap-bottom-body));
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .block-contact-form__address {
    font-size: max(16px, calc(16 * var(--u)));
  }
}
.block-contact-form__address {
  text-align: right;
}
.block-contact-form__address a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .block-contact-form__address a:hover {
    opacity: 0.7;
  }
}
.block-contact-form .wpcf7-form {
  display: flex;
  flex-direction: column;
}
.block-contact-form .form-row {
  display: flex;
  gap: calc(21 * var(--u));
}
.block-contact-form .form-row + .form-row {
  margin-top: calc(calc(24.24 * var(--u)) - var(--cap-top-body));
}
.block-contact-form .form-field {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.block-contact-form .form-field .wpcf7-form-control-wrap {
  display: contents;
}
.block-contact-form .form-field input:not([type=submit]):focus,
.block-contact-form .form-field textarea:focus {
  border-color: #000000;
}
.block-contact-form .form-field input:not([type=submit]).wpcf7-not-valid,
.block-contact-form .form-field textarea.wpcf7-not-valid {
  border-color: #d71920;
}
.block-contact-form .form-field--full {
  flex: 1 1 100%;
}
.block-contact-form .form-field label {
  display: block;
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .block-contact-form .form-field label {
    font-size: max(16px, calc(16 * var(--u)));
  }
}
.block-contact-form .form-field input:not([type=submit]),
.block-contact-form .form-field textarea {
  display: block;
  width: 100%;
  background: none;
  border: 0;
  padding: 0;
  color: #000000;
  font: inherit;
}
.block-contact-form .form-field input:not([type=submit]):focus, .block-contact-form .form-field input:not([type=submit]):focus-visible,
.block-contact-form .form-field textarea:focus,
.block-contact-form .form-field textarea:focus-visible {
  outline: none;
}
.block-contact-form .form-field input:not([type=submit]) {
  height: calc(36 * var(--u));
  border-bottom: 1px solid #d71920;
}
.block-contact-form .form-field textarea {
  margin-top: calc(24 * var(--u));
  height: calc(145 * var(--u));
  border: 1px solid #d71920;
  padding: calc(10 * var(--u));
  resize: vertical;
}
.block-contact-form .wpcf7-spinner {
  display: none;
}
.block-contact-form input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 0;
  font-family: "ff-din-paneuropean", sans-serif;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
  min-width: 170px;
  padding: calc(7.5 * var(--u)) calc(20 * var(--u)) calc(12.5 * var(--u));
  background-color: #000000;
  color: #ffffff;
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .block-contact-form input[type=submit]:hover {
    background-color: #d71920;
  }
}
.block-contact-form input[type=submit] {
  appearance: none;
  align-self: flex-start;
  margin-top: calc(23 * var(--u));
}
.block-contact-form .wpcf7-not-valid-tip,
.block-contact-form .wpcf7-response-output {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .block-contact-form .wpcf7-not-valid-tip,
  .block-contact-form .wpcf7-response-output {
    font-size: max(13px, calc(13 * var(--u)));
  }
}
.block-contact-form .wpcf7-not-valid-tip,
.block-contact-form .wpcf7-response-output {
  color: #d71920;
  margin-top: calc(8 * var(--u));
}
.block-contact-form .wpcf7-not-valid-tip {
  order: 1;
}
.block-contact-form .wpcf7-form.sent .wpcf7-response-output {
  color: #000000;
}
.block-contact-form .wpcf7 form .wpcf7-response-output {
  border: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: calc(16 * var(--u)) 0 0;
}
@media (max-width: 1023px) {
  .block-contact-form {
    padding: 60px 0;
  }
  .block-contact-form .section-head {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .block-contact-form .section-head__label {
    width: 100%;
  }
  .block-contact-form .section-head .line--vertical {
    align-self: stretch;
    height: auto;
    margin: 0;
  }
  .block-contact-form .section-head .text {
    flex: 1 1 0;
  }
  .block-contact-form .section-head .text {
    max-width: none;
  }
  .block-contact-form__main {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    margin-top: 40px;
  }
  .block-contact-form__img {
    flex: 0 0 auto;
    width: 120px;
    align-self: flex-start;
  }
  .block-contact-form__form {
    max-width: none;
  }
  .block-contact-form__address {
    position: static;
    margin-top: 24px;
    text-align: left;
  }
  .block-contact-form .wpcf7 form .wpcf7-response-output {
    position: static;
    width: auto;
    margin: 24px 0 0;
    font-size: 16px;
  }
  .block-contact-form .wpcf7-not-valid-tip {
    font-size: 16px;
  }
  .block-contact-form .form-row {
    flex-direction: column;
    gap: 24px;
  }
  .block-contact-form .form-row + .form-row {
    margin-top: 24px;
  }
}

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

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

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

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

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.dragging img {
  pointer-events: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
