*:not(img,canvas,video) {
  max-width: none;
  overflow: visible;
  word-break: normal;
}
header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}
:is(article, .text_box) header {
  background: none;
  top: 0 !important;
  padding: 0;
  margin: 0;
  position: relative;
  border: 0;
  box-shadow: none !important;
  text-align: inherit;
}
a {
  text-decoration: none;
  outline: 0;
  color: inherit;
}
a img {
  border: none;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
img {
  text-indent: -9999px;
  overflow: hidden;
  image-orientation: from-image;
}
img.bg {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  object-fit: cover;
}
img.bg_video {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  z-index: 0;
  object-fit: cover;
  width: 100%;
}
.clear {
  clear: both;
  margin: 0;
  display: block;
  width: 100% !important;
  float: none !important;
}
.visible_hidden {
  width: 1px;
  height: 1px;
  visibility: hidden;
  display: none;
}
.relative {
  position: relative;
}
.float_right {
  float: right;
  position: relative;
}
.float_left {
  float: left;
  position: relative;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
button,
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
label {
  cursor: text;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
input:focus,
svg,
svg * {
  outline: 0;
}
input[type="password"] {
  font-family: large Verdana, sans-serif;
  letter-spacing: 2px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input:invalid,
input:required:invalid {
  outline: none;
  box-shadow: none;
}
*[class*="line_max"],
*[class*="max_line"] {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line_max_1,
.max_line_1 {
  -webkit-line-clamp: 1;
}
.line_max_2,
.max_line_2 {
  -webkit-line-clamp: 2;
}
.line_max_3,
.max_line_3 {
  -webkit-line-clamp: 3;
}
.line_max_4,
.max_line_4 {
  -webkit-line-clamp: 4;
}
.line_max_5,
.max_line_5 {
  -webkit-line-clamp: 5;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="date"],
textarea,
select {
  outline: none;
}
input[name="fake1"],
input[name="fake2"] {
  opacity: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -30;
}
.checkinput {
  position: absolute;
  left: -9999px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}
@keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}
.font_size {
  font-size: 0 !important;
}
.myCaptcha {
  display: block;
  text-align: left;
}
.grecaptcha-badge {
  z-index: 999;
  right: initial !important;
  left: 0;
  width: 70px !important;
  border-radius: 0 8px 8px 0 !important;
  overflow: hidden !important;
}
.warehouse {
  color: var(--wr-color, #0d0d0d);
}
/*
input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus{border: 1px solid @main_color;}
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #ffffff;}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, textarea::-moz-placeholder {color: #ffffff;}
input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, textarea::-ms-input-placeholder {color: #ffffff;}
*/
sup,
sub {
  line-height: 0;
  display: inline-block;
  text-decoration: none;
  font-size: 0.7em;
}
.message_centering {
  z-index: 999999;
  min-height: 0;
  position: absolute;
  top: -132px;
  width: 100%;
  max-width: 700px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: none !important;
  transition: all 750ms ease 0ms;
}
.message_centering.active {
  top: 100%;
}
.message_centering .flash {
  margin: 0 auto -1px;
}
.flash {
  max-width: 700px;
  margin: 0 auto;
  min-height: 0;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  padding: 12px 54px;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
}
.flash.full {
  max-width: 100%;
}
.flash::before {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  left: 15px;
  width: 22px;
  height: 22px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 22px 22px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 22px 22px;
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-repeat: @repeat;
        background-position: @position;
        background-size: @size;
    }*/
}
.flash span {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 11px);
  background-color: #fff;
  -webkit-mask-image: url('../../global/message_close.svg');
  mask-image: url('../../global/message_close.svg');
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath2}@{image}');
    }*/
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 22px 22px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 22px 22px;
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-repeat: @repeat;
        background-position: @position;
        background-size: @size;
    }*/
  right: 15px;
  width: 22px;
  height: 22px;
  display: block;
}
.alert-warning {
  color: #c29d0b;
  background: #faeaa9;
  border: 1px solid #faeaa9;
}
.alert-warning::before {
  background-color: #c29d0b;
  -webkit-mask-image: url('../../global/warning_icon.svg');
  mask-image: url('../../global/warning_icon.svg');
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath2}@{image}');
    }*/
}
.alert-error {
  color: #ffffff;
  background: #d8001b;
  border: 1px solid #be0018;
}
.alert-error::before {
  background-color: #ffffff;
  -webkit-mask-image: url('../../global/alert_icon.svg');
  mask-image: url('../../global/alert_icon.svg');
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath2}@{image}');
    }*/
}
.alert-success {
  color: #ffffff;
  background: #39b54a;
  border: 1px solid #34a844;
}
.alert-success::before {
  background-color: #ffffff;
  -webkit-mask-image: url('../../global/success_icon.svg');
  mask-image: url('../../global/success_icon.svg');
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath2}@{image}');
    }*/
}
:root {
  --fr-h1: 72px;
  --fr-h2: 48px;
  --fr-h3: 20px;
  --fr-h4: 18px;
  --fr-h5: 18px;
  --fr-h6: 18px;
  --fr-other: 18px;
  --fr-btn: 15px;
}
@media screen and (max-width: 1000px) {
  :root {
    --fr-h1: 48px;
    --fr-h2: 36px;
    --fr-h3: 18px;
    --fr-h4: 18px;
  }
}
h1,
.h1,
.frh1 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: calc(var(--fr-h1));
  line-height: calc(var(--fr-h1)*1);
  font-family: 'Barlow Condensed', sans-serif, Arial;
  text-transform: uppercase;
}
h2,
.h2,
.frh2 {
  font-weight: 600;
  margin: 0 0 0.5em;
  padding: 0;
  font-size: calc(var(--fr-h2));
  line-height: calc(var(--fr-h2)*1.25);
  font-family: 'Barlow Condensed', sans-serif, Arial;
  text-transform: uppercase;
}
.frh22 {
  font-weight: 600;
  margin: 0 0 0.5em;
  padding: 0;
  font-size: calc(var(--fr-h2));
  line-height: calc(var(--fr-h2)*1.25);
  font-family: 'Barlow Condensed', sans-serif, Arial;
  text-transform: uppercase;
}
.frh22::after {
  background: var(--s-color, #1a44a2);
  margin: 1.5rem 0 0;
  width: 64px;
  height: 4px;
  content: "";
  display: block;
  position: relative;
}
h3,
.h3,
.frh3 {
  font-weight: 600;
  margin: 0 0 0.5em;
  padding: 0;
  font-size: calc(var(--fr-h3));
  line-height: calc(var(--fr-h3)*1.4);
  font-family: 'Barlow Condensed', sans-serif, Arial;
  text-transform: uppercase;
}
h4,
.h4,
.frh4 {
  font-weight: 400;
  margin: 0 0 0.5em;
  padding: 0;
  font-size: calc(var(--fr-h4));
  line-height: calc(var(--fr-h4)*1.4);
  font-family: 'Barlow Condensed', sans-serif, Arial;
  text-transform: uppercase;
}
h5,
.h5,
.frh5 {
  font-weight: 400;
  margin: 0 0 0.5em;
  padding: 0;
  font-size: calc(var(--fr-h5));
  line-height: calc(var(--fr-h5)*1.4);
  font-family: 'Barlow Condensed', sans-serif, Arial;
  text-transform: uppercase;
}
h6,
.h6,
.frh6 {
  font-weight: 400;
  margin: 0 0 0.5em;
  padding: 0;
  font-size: calc(var(--fr-h6));
  line-height: calc(var(--fr-h6)*1.4);
  font-family: 'Barlow Condensed', sans-serif, Arial;
  text-transform: uppercase;
}
p,
div,
article,
.text_page,
code {
  font-size: calc(var(--fr-other));
  line-height: calc(var(--fr-other)*1.6);
}
pre {
  margin: 0;
  width: 100%;
}
.eyebrow {
  color: var(--s-color, #1a44a2);
  font-family: 'Barlow Condensed', sans-serif, Arial;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 0 0.5rem;
}
p,
div,
article,
.text_page,
code {
  font-weight: 400;
}
strong,
b {
  font-weight: 700;
}
.structure {
  display: flex;
  flex-direction: row;
  gap: 50px;
  color: var(--s-color, #0d0d0d);
}
.module_box:has(.structure_tabs) {
  display: flex;
  flex-direction: row;
  gap: 20px 50px;
}
.structure:has(.module_box):not(:has(.module_box *)) {
  display: none;
}
.structure[style*="--s-background"] {
  background-color: var(--s-background, transparent);
}
.structure.row {
  flex-direction: column;
  gap: 0;
}
.structure.column {
  gap: 0;
}
.structure.vertical_align_top,
.structure.vertical_align_top .structure {
  align-items: flex-start;
}
.structure.vertical_align_middle,
.structure.vertical_align_middle .structure {
  align-items: center;
}
.structure.vertical_align_bottom,
.structure.vertical_align_bottom .structure {
  align-items: flex-end;
}
.structure:has(.spread_absolute) {
  align-items: stretch !important;
}
.structure > .text_box,
.structure > .page_picture,
.structure > .module_box {
  flex: 1;
  width: 50%;
}
.structure > .text_box iframe {
  width: 100%;
  border: 0;
}
@media screen and (min-width: 1001px) {
  .structure > .text_box,
  .structure > .page_picture,
  .structure > .module_box {
    min-width: 250px;
  }
  .structure > .text_box:nth-child(1),
  .structure > .page_picture:nth-child(1),
  .structure > .module_box:nth-child(1) {
    flex-grow: var(--s-w1, 1);
  }
  .structure > .text_box:nth-child(2),
  .structure > .page_picture:nth-child(2),
  .structure > .module_box:nth-child(2) {
    flex-grow: var(--s-w2, 1);
  }
  .structure > .text_box:nth-child(3),
  .structure > .page_picture:nth-child(3),
  .structure > .module_box:nth-child(3) {
    flex-grow: var(--s-w3, 1);
  }
}
.structure.no_padding_b.no_padding_t[style*="--s-background"]:has(:not(.structure)):has(.text_box) {
  gap: 0;
}
.structure[style*="--s-background"] > :is(.text_box, .page_picture, .module_box) {
  box-sizing: border-box;
}
.structure[style*="--s-background"] > :is(.text_box, .page_picture, .module_box):only-child {
  padding-left: 2rem;
  padding-right: 2rem;
}
.structure[style*="--s-background"] > :is(.text_box, .page_picture, .module_box):not(:only-child) {
  padding-left: 1rem;
  padding-right: 1rem;
}
.structure[style*="--s-background"] > :is(.text_box, .page_picture, .module_box):not(:only-child):first-child {
  padding-left: 2rem;
}
.structure[style*="--s-background"] > :is(.text_box, .page_picture, .module_box):not(:only-child):last-child {
  padding-right: 2rem;
}
.structure.no_padding_t[style*="--s-background"] > :is(.text_box, .page_picture, .module_box):only-child {
  padding-top: 2rem;
}
.structure.no_padding_t[style*="--s-background"] > :is(.text_box, .page_picture, .module_box):not(:only-child) {
  padding-top: 2rem;
}
.structure.no_padding_b[style*="--s-background"] > :is(.text_box, .page_picture, .module_box):only-child {
  padding-bottom: 2rem;
}
.structure.no_padding_b[style*="--s-background"] > :is(.text_box, .page_picture, .module_box):not(:only-child) {
  padding-bottom: 2rem;
}
.structure.no_padding_b[style*="--s-background"]:has(+ .structure[style*="--s-background"]) > :is(.text_box, .page_picture, .module_box) {
  padding-bottom: 1rem;
}
.structure[style*="--s-background"] + .structure.no_padding_t[style*="--s-background"] > :is(.text_box, .page_picture, .module_box) {
  padding-top: 1rem;
}
.structure:not([style*="--s-background"]) + .structure[style*="--s-background"]:not(.inside_ultra),
.page_module_list > .structure[style*="--s-background"]:not(.inside_ultra):first-child {
  border-radius: 12px 12px 0 0;
}
.structure[style*="--s-background"]:not(.inside_ultra):not(:has(+ .structure[style*="--s-background"])) {
  border-radius: 0 0 12px 12px;
}
@media screen and (min-width: 1001px) {
  .structure.hide_desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .structure.hide_mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .structure {
    gap: 40px;
  }
  .module_box:has(.structure_tabs) {
    gap: 20px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .structure,
  .module_box:has(.structure_tabs) {
    flex-direction: column;
  }
  .structure.reverse,
  .structure.reverse .structure {
    flex-direction: column-reverse;
  }
  .structure .page_picture:empty {
    display: none;
  }
  .structure .text_box:empty {
    display: none;
  }
  .structure.no_padding_b.no_padding_t:has(.text_box)[style*="--s-background"] .structure {
    gap: 0;
  }
  .structure > .text_box,
  .structure > .page_picture,
  .structure > .module_box {
    width: 100%;
  }
}
.page_picture {
  display: block;
  margin: 0;
  position: relative;
}
.page_picture :is(picture, video) {
  display: flex;
  position: relative;
  width: 100%;
}
.page_picture.left :is(picture, video) {
  justify-content: flex-start;
}
.page_picture.center :is(picture, video) {
  justify-content: center;
}
.page_picture.right :is(picture, video) {
  justify-content: flex-end;
}
.page_picture :is(picture, video) img {
  max-width: 100%;
  max-height: 100%;
  height: initial;
  display: block;
  margin: 0;
  object-fit: contain;
}
.page_picture.fancybox :is(picture, video)::before {
  pointer-events: none;
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  background-size: 52px 52px;
  z-index: 200;
  transition: all 400ms ease 0ms;
}
.page_picture.fancybox :is(picture, video)::after {
  pointer-events: none;
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: #fff;
  -webkit-mask-image: url('../../img/fotogallery_icon.svg');
  mask-image: url('../../img/fotogallery_icon.svg');
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath}@{image}');
    }*/
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 52px 52px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 52px 52px;
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-repeat: @repeat;
        background-position: @position;
        background-size: @size;
    }*/
  z-index: 200;
  transition: all 400ms ease 0ms;
}
.page_picture.fancybox :is(picture, video).play::after {
  -webkit-mask-image: url('../../img/play.svg');
  mask-image: url('../../img/play.svg');
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath}@{image}');
    }*/
}
.notouch .page_picture.fancybox :is(picture, video):hover::before {
  opacity: 1;
}
.notouch .page_picture.fancybox :is(picture, video):hover::after {
  opacity: 1;
}
:is(article, .text_box) hr {
  border-color: #e4e4e4;
  border-top: 0;
  margin-bottom: 0;
}
:is(article, .text_box) a:not(.btn, [class*="fr-btn"]),
:is(article, .text_box) .link_style {
  font-weight: 600;
  text-decoration: underline;
  transition: all 400ms ease 0ms;
}
:is(article, .text_box) .tooltipster {
  text-decoration: underline dashed #1a44a2;
}
.notouch :is(article, .text_box) a:not(.btn, [class*="fr-btn"]):hover,
.notouch :is(article, .text_box) .link_style:hover,
.notouch :is(article, .text_box) .tooltipster:hover,
:is(article, .text_box) a:not(.btn, [class*="fr-btn"]):focus,
:is(article, .text_box) .link_style:focus,
:is(article, .text_box) .tooltipster:focus {
  text-decoration: none;
}
:is(article, .text_box) a[href*="tel:"] {
  white-space: nowrap;
}
:is(article, .text_box) a[href*="mailto:"] {
  word-wrap: break-word;
}
:is(article, .text_box) {
  line-height: 1.6em;
}
:is(article, .text_box).max {
  max-width: 100%;
  margin: 40px 0 0;
}
:is(article, .text_box) *:nth-child(1) {
  margin-top: 0;
}
:is(article, .text_box) *:last-child {
  margin-bottom: 0;
}
:is(article, .text_box):has(.blue_box) {
  position: relative;
}
:is(article, .text_box) .blue_box {
  position: absolute;
  z-index: 2;
  right: -1rem;
  bottom: 0;
  max-width: 220px;
  display: flex;
  flex-direction: column;
  background-color: #1a44a2;
  color: #ffffff;
  padding: 1.5rem;
  font-family: 'Barlow Condensed', sans-serif, Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
:is(article, .text_box) .blue_box::before {
  content: "";
  width: 32px;
  height: 32px;
  -webkit-mask-image: url('../../img/tacho.svg');
  mask-image: url('../../img/tacho.svg');
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath}@{image}');
    }*/
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 32px 32px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 32px 32px;
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-repeat: @repeat;
        background-position: @position;
        background-size: @size;
    }*/
  background: #fff;
}
@media screen and (max-width: 1000px) {
  :is(article, .text_box) .blue_box {
    max-width: 180px;
    padding: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  :is(article, .text_box) .blue_box {
    display: none;
  }
}
:is(article, .text_box) p.gdpr {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
:is(article, .text_box) p.gdpr {
  padding: 6px 0;
}
:is(article, .text_box) p.gdpr.full {
  padding: 0;
  width: 100%;
  margin: 0;
}
:is(article, .text_box) ul {
  padding: 0;
  margin-top: 0;
}
:is(article, .text_box) ul li {
  padding: 0;
  margin: 0;
  position: relative;
}
:is(article, .text_box) ul ul {
  margin: 0;
  padding: 0 0 0 20px;
}
:is(article, .text_box) ul ol {
  margin: 0;
  padding: 0 0 0 20px;
}
:is(article, .text_box) ul > li {
  list-style: disc outside;
  margin-left: 1em;
}
:is(article, .text_box) ul > li > ul > li {
  list-style: circle outside;
  margin-left: 1em;
}
:is(article, .text_box) ul > li > ul > li > ul > li {
  list-style: square outside;
  margin-left: 1em;
}
:is(article, .text_box) ol {
  padding: 0;
  counter-reset: item;
  margin-top: 0;
}
:is(article, .text_box) ol > li {
  margin: 0;
  position: relative;
  counter-increment: item;
  list-style: none;
  padding: 0 0 0 25px;
}
:is(article, .text_box) ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  display: inline-block;
  text-align: left;
  content: counter(item) ".";
}
:is(article, .text_box) ol > li > ol {
  counter-reset: item2;
}
:is(article, .text_box) ol > li > ol > li {
  counter-increment: item2;
  position: relative;
  padding-left: 35px;
}
:is(article, .text_box) ol > li > ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  display: inline-block;
  text-align: left;
  content: counter(item) "." counter(item2) ".";
}
:is(article, .text_box) ol > li > ol > li > ol {
  counter-reset: item3;
}
:is(article, .text_box) ol > li > ol > li > ol > li {
  counter-increment: item3;
  position: relative;
  padding-left: 45px;
}
:is(article, .text_box) ol > li > ol > li > ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  display: inline-block;
  text-align: left;
  content: counter(item) "." counter(item2) "." counter(item3) ".";
}
:is(article, .text_box) ol ol {
  margin: 0;
  padding: 0;
}
:is(article, .text_box) ol ul {
  margin: 0;
  padding: 0;
}
:is(article, .text_box) .table_flow {
  width: 100%;
  display: block;
  overflow-x: auto;
  margin: 0 0 14px;
}
:is(article, .text_box) table {
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 0 0 1em 0;
}
:is(article, .text_box) table.full {
  width: 100%;
}
:is(article, .text_box) table tr th {
  text-align: left;
  font-weight: 700;
  padding: 6px 8px;
  background: var(--fr-table-bg, #414042);
  color: #fff;
  border: 1px solid var(--fr-table-bg, #333333);
}
:is(article, .text_box) table tr td.fr-highlighted {
  text-align: left;
  padding: 6px 8px;
  background: var(--fr-table-bg, #5e5e5e);
  color: #fff;
  border: 1px solid var(--fr-table-bg, #4e4e4e);
}
:is(article, .text_box) table tr th.fr-padding,
:is(article, .text_box) table tr td.fr-padding {
  padding: 20px;
}
:is(article, .text_box) table tr td {
  position: relative;
  z-index: 0;
  text-align: left;
  padding: 6px 8px;
  background: var(--fr-table-bg, transparent);
  border: 1px solid var(--fr-table-bg, #e0dfdf);
}
:is(article, .text_box) table tr td[style*="--fr-table-bg"]::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: -1;
}
:is(article, .text_box) table.fr-no-side-border tr th,
:is(article, .text_box) table.fr-no-side-border tr td {
  border-left: 0;
  border-right: 0;
}
:is(article, .text_box) table.fr-no-border tr th,
:is(article, .text_box) table.fr-no-border tr td {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}
:is(article, .text_box) table.fr-bg-even-row tr:nth-child(even) {
  background: var(--fr-table-bg, #f0f0f0);
}
:is(article, .text_box) table.fr-bg-odd-row tr:nth-child(odd) {
  background: var(--fr-table-bg, #f0f0f0);
}
:is(article, .text_box) table.gdpr th {
  white-space: nowrap;
}
:is(article, .text_box) table.gdpr th,
:is(article, .text_box) table.gdpr td,
:is(article, .text_box) table.gdpr td * {
  font-size: 13px;
}
@media screen and (max-width: 1000px) {
  :is(article, .text_box) table.gdpr th,
  :is(article, .text_box) table.gdpr td,
  :is(article, .text_box) table.gdpr td * {
    font-size: 12px;
  }
}
:is(article, .text_box) img:not(.bg) {
  max-width: 100%;
  height: auto !important;
  position: relative;
}
:is(article, .text_box) .fr-dib {
  display: block;
  margin: 5px auto;
  float: none;
  vertical-align: top;
}
:is(article, .text_box) .fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: 720px;
  width: calc(100% - 10px);
}
:is(article, .text_box) .fr-dii:not(.fr-fil):not(.fr-fir) {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
:is(article, .text_box) .fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
:is(article, .text_box) .fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
:is(article, .text_box) .fr-dii.fr-fil {
  float: left;
  margin-left: 0;
  margin-right: 30px;
  max-width: calc(50% - 30px);
}
:is(article, .text_box) .fr-dii.fr-fir {
  float: right;
  margin-left: 30px;
  margin-right: 0;
  max-width: calc(50% - 30px);
}
:is(article, .text_box) .fr-border-radius-4 {
  border-radius: 4px !important;
}
:is(article, .text_box) .fr-border-radius-8 {
  border-radius: 8px !important;
}
:is(article, .text_box) .fr-border-radius-100 {
  border-radius: 100% !important;
}
@media screen and (max-width: 1000px) {
  :is(article, .text_box) .fr-dib {
    display: block;
    float: none;
  }
  :is(article, .text_box) .fr-dii {
    display: block;
    float: none;
    max-width: 100%;
  }
  :is(article, .text_box) .fr-dii.fr-fil {
    float: none;
    max-width: 100%;
  }
  :is(article, .text_box) .fr-dii.fr-fir {
    float: none;
    max-width: 100%;
  }
}
:is(article, .text_box) .fr-video {
  width: 100%;
  height: auto !important;
  position: relative;
  text-align: center;
}
:is(article, .text_box) .fr-dvb {
  max-width: 720px;
  display: block;
  margin: 5px auto !important;
  float: none;
  vertical-align: top;
}
:is(article, .text_box) .fr-dvi {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: 720px;
  width: calc(100% - 10px);
}
:is(article, .text_box) .fr-dvb:not(.fr-fvl):not(.fr-fvr) {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 720px;
}
:is(article, .text_box) .fr-dvb.fr-fvl,
:is(article, .text_box) *[style*="text-align: left;"] .fr-dvb {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left;
}
:is(article, .text_box) .fr-dvb.fr-fvr,
:is(article, .text_box) *[style*="text-align: right;"] .fr-dvb {
  margin-right: 0 !important;
  margin-left: auto !important;
  text-align: right;
}
:is(article, .text_box) .fr-dvi.fr-fvl {
  float: left;
  margin-left: 0;
  margin-right: 30px;
  max-width: 720px;
  width: calc(50% - 30px);
}
:is(article, .text_box) .fr-dvi.fr-fvr {
  float: right;
  margin-left: 30px;
  margin-right: 0;
  max-width: 720px;
  width: calc(50% - 30px);
}
:is(article, .text_box) .fr-video .video_box {
  background-color: #f7f7f7;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}
:is(article, .text_box) .fr-video .video_box > * {
  opacity: 1;
  width: 100%!important;
  height: 100%!important;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  :is(article, .text_box) .fr-dvb {
    display: block;
    margin: 5px auto;
    float: none;
  }
  :is(article, .text_box) .fr-dvi {
    display: block;
    float: none;
    margin: 5px auto;
    max-width: 100%;
  }
  :is(article, .text_box) .fr-dvb.fr-fvl {
    margin: 5px auto;
  }
  :is(article, .text_box) .fr-dvb.fr-fvr {
    margin: 5px auto;
  }
  :is(article, .text_box) .fr-dvi.fr-fvl {
    float: none;
    margin: 5px auto;
    max-width: 100%;
  }
  :is(article, .text_box) .fr-dvi.fr-fvr {
    float: none;
    margin: 5px auto;
    max-width: 100%;
  }
}
.font {
  font-family: 'Barlow Condensed', sans-serif, Arial;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="number"],
input[type="date"],
textarea,
code,
button {
  font-family: 'Barlow', sans-serif, Arial;
  margin: 0;
}
.clear {
  margin: 0 !important;
}
html {
  margin: 0 auto;
  padding: 0;
  background-color: #f2f2f2;
  scroll-behavior: smooth;
}
body {
  color: #0d0d0d;
  background-color: #ffffff !important;
  padding: 0;
  overflow-x: hidden;
  text-rendering: auto;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  max-width: 2560px;
  margin: 0 auto !important;
  font-family: 'Barlow', sans-serif, Arial;
  font-weight: 400;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.6);
}
body[data-page-typ="microsite"] {
  max-width: 2560px;
}
@media screen and (max-width: 1280px) {
  body.modal-active {
    overflow: hidden;
  }
}
html,
*[id*="scroll"],
*[id*="snippet--"] {
  scroll-margin-top: 95px;
}
@media screen and (max-width: 1280px) {
  html,
  *[id*="scroll"],
  *[id*="snippet--"] {
    scroll-margin-top: 79px;
  }
}
@media screen and (max-width: 500px) {
  html,
  *[id*="scroll"],
  *[id*="snippet--"] {
    scroll-margin-top: 58px;
  }
}
.inside_small {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
}
.inside_middle {
  width: 90%;
  max-width: 1216px;
  margin: 0 auto;
}
.inside_max {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}
.inside_ultra {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
/*background: red*/
[class*="inside"] {
  margin-bottom: 48px;
}
[class*="inside"].no_margin {
  margin-bottom: 0;
}
[class*="inside"].min_margin {
  margin-bottom: 24px;
}
[class*="inside"].middle_margin,
.page_module_list {
  margin-bottom: 48px;
}
.page_module_list:has([class*="inside"][style]:last-child) {
  margin-bottom: 0;
}
[class*="inside"].max_margin {
  margin-bottom: 80px;
}
[class*="inside"].no_padding_t {
  padding-top: 0;
}
[class*="inside"].min_padding_t {
  padding-top: 24px;
}
[class*="inside"].middle_padding_t {
  padding-top: 48px;
}
[class*="inside"].max_padding_t {
  padding-top: 80px;
}
[class*="inside"].no_padding_b {
  padding-bottom: 0;
}
[class*="inside"].min_padding_b {
  padding-bottom: 24px;
}
[class*="inside"].middle_padding_b {
  padding-bottom: 48px;
}
[class*="inside"].max_padding_b {
  padding-bottom: 80px;
}
[class*="inside"]:last-of-type {
  margin-bottom: 0 !important;
}
.c_column:not(.full) [class*="inside"] {
  width: 100%;
  max-width: 100%;
}
.page_module_list:has(.structure.no_margin:last-of-type),
.page_module_list:last-of-type {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1000px) {
  [class*="inside"] {
    margin-bottom: 48px;
  }
  [class*="inside"].middle_margin,
  .page_module_list {
    margin-bottom: 48px;
  }
  [class*="inside"].max_margin {
    margin-bottom: 64px;
  }
  [class*="inside"].middle_padding_t {
    padding-top: 48px;
  }
  [class*="inside"].max_padding_t {
    padding-top: 64px;
  }
  [class*="inside"].middle_padding_b {
    padding-bottom: 48px;
  }
  [class*="inside"].max_padding_b {
    padding-bottom: 64px;
  }
}
.btn,
*[class*="fr-btn"] {
  font-family: 'Barlow Condensed', sans-serif, Arial;
  font-weight: 600;
  font-size: calc(var(--fr-btn));
  line-height: calc(var(--fr-btn)*1.4);
  padding: 12px 24px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  background: none;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  transition: all 400ms ease 0ms;
}
*[class*="fr-btn"] {
  margin: 5px 20px 5px 0 !important;
}
.align-center *[class*="fr-btn"] {
  margin: 5px 10px !important;
}
.align-right *[class*="fr-btn"] {
  margin: 5px 0 5px 20px !important;
}
*[class*="fr-btn"]:only-child {
  margin: 5px 0 !important;
}
.align-center *[class*="fr-btn"]:only-child {
  margin: 5px 0 !important;
}
.align-right *[class*="fr-btn"]:only-child {
  margin: 5px 0 !important;
}
.btn.disable {
  background-color: #e2e2e2 !important;
  border: 2px solid #e2e2e2 !important;
  color: #b1b1b1 !important;
  cursor: no-drop;
}
.btn.disable::before {
  background-color: #b1b1b1 !important;
}
.btn.small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.btn.ares {
  padding: 8px 0;
  min-height: 38px;
  border-width: 1px !important;
}
.btn.overflow {
  overflow: visible;
}
.btn img {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 4px;
}
.btn.radius {
  border-radius: 0;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.inline,
*[class*="fr-btn"] {
  display: inline-flex;
}
.btn.left {
  float: left;
}
.btn.right {
  float: right;
}
.btn.cursor {
  cursor: pointer;
}
.btn.min_margin_top {
  margin-top: 5px;
}
.btn.min_margin_bottom {
  margin-bottom: 5px;
}
.btn.min_margin_right {
  margin-right: 5px;
}
.btn.min_margin_left {
  margin-left: 5px;
}
.btn.middle_margin_top {
  margin-top: 10px;
}
.btn.middle_margin_bottom {
  margin-bottom: 10px;
}
.btn.middle_margin_right {
  margin-right: 10px;
}
.btn.middle_margin_left {
  margin-left: 10px;
}
.btn.max_margin_top {
  margin-top: 15px;
}
.btn.max_margin_bottom {
  margin-bottom: 15px;
}
.btn.max_margin_right {
  margin-right: 15px;
}
.btn.max_margin_left {
  margin-left: 15px;
}
.btn.ultra_margin_top {
  margin-top: 25px;
}
.btn.ultra_margin_bottom {
  margin-bottom: 25px;
}
.btn.ultra_margin_right {
  margin-right: 25px;
}
.btn.ultra_margin_left {
  margin-left: 25px;
}
/**
    typ zápisu - icon_arrow_right
**/
:is(.btn,[class*="fr-btn"])[class*="icon_"]::before {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 20px 20px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 20px 20px;
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-repeat: @repeat;
        background-position: @position;
        background-size: @size;
    }*/
  margin: 0;
  transition: all 400ms ease 0ms;
}
:is(.btn,[class*="fr-btn"])[class*="icon_"][class*="_right"] {
  flex-direction: row-reverse;
}
:is(.btn,[class*="fr-btn"])[class*="icon_"].icon_reverse::before {
  transform: rotate(180deg);
}
:is(.btn,[class*="fr-btn"])[class*="icon_arrow"]::before {
  -webkit-mask-image: url('../../img/arrow_right.svg');
  mask-image: url('../../img/arrow_right.svg');
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath}@{image}');
    }*/
  -webkit-mask-size: 14px 14px;
  mask-size: 14px 14px;
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-size: @size;
    }*/
  width: 14px;
  height: 14px;
}
:is(.btn,[class*="fr-btn"])[class*="icon_arrow2"]::before {
  -webkit-mask-image: url('../../img/arrow_right2.svg');
  mask-image: url('../../img/arrow_right2.svg');
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath}@{image}');
    }*/
  -webkit-mask-size: 14px 14px;
  mask-size: 14px 14px;
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-size: @size;
    }*/
  width: 14px;
  height: 14px;
}
.btn.typ_1,
.fr-btn_1 {
  background-color: #1a44a2;
  border: 1px solid #1a44a2;
  color: #ffffff;
}
.btn.typ_1::before,
.fr-btn_1::before {
  background-color: #ffffff;
}
.notouch .btn.typ_1:is(:hover,:focus),
.notouch .fr-btn_1:is(:hover,:focus),
.notouch a.item:is(:hover,:focus-within) .btn.typ_1,
.notouch a.item:is(:hover,:focus-within) .fr-btn_1,
.btn.typ_1.active,
.fr-btn_1.active,
.notouch .file:is(:hover,:focus-within) .btn.typ_1,
.notouch .file:is(:hover,:focus-within) .fr-btn_1 {
  background-color: #051d58;
  border: 1px solid #051d58;
}
.btn.typ_2,
.fr-btn_2 {
  padding: 0;
  background: transparent;
  border: 0;
  color: #1a44a2;
}
.btn.typ_2::before,
.fr-btn_2::before {
  background-color: #1a44a2;
}
.notouch .btn.typ_2:is(:hover,:focus)::before,
.notouch .fr-btn_2:is(:hover,:focus)::before,
.notouch a.item:is(:hover,:focus-within) .btn.typ_2::before,
.notouch a.item:is(:hover,:focus-within) .fr-btn_2::before,
.btn.typ_2.active::before,
.fr-btn_2.active::before,
.notouch .file:is(:hover,:focus-within) .btn.typ_2::before,
.notouch .file:is(:hover,:focus-within) .fr-btn_2::before {
  transform: translateX(4px);
}
.btn.typ_3,
.fr-btn_3 {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
}
.btn.typ_3::before,
.fr-btn_3::before {
  background-color: #ffffff;
}
.notouch .btn.typ_3:is(:hover,:focus),
.notouch .fr-btn_3:is(:hover,:focus),
.notouch a.item:is(:hover,:focus-within) .btn.typ_3,
.notouch a.item:is(:hover,:focus-within) .fr-btn_3,
.btn.typ_3.active,
.fr-btn_3.active,
.notouch .file:is(:hover,:focus-within) .btn.typ_3,
.notouch .file:is(:hover,:focus-within) .fr-btn_3 {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}
header {
  position: relative;
  z-index: 9999;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 4px 20px -12px rgba(5, 29, 88, 0.35);
  text-align: left;
  position: sticky;
  position: -webkit-sticky;
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        position: relative;
    }*/
  top: 0;
  left: 0;
  right: 0;
}
header .inside_middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 0;
  padding: 1.5rem 0;
}
header a.logo {
  display: block;
  flex-shrink: 0;
  position: relative;
}
header a.logo svg {
  display: block;
  width: 150px;
  height: auto;
}
header a.logo svg * {
  fill: #1a44a2;
}
header .box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 0;
  font-size: 0;
}
header a.btn {
  flex-shrink: 0;
}
header .inside_middle > .lang1 {
  display: inline-flex;
  flex-shrink: 0;
  gap: 4px;
  position: relative;
  z-index: 999;
  margin: 0 0 0 -1rem;
  padding: 0;
}
header .inside_middle > .lang1 > li {
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .inside_middle > .lang1 > li > a {
  display: block;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #1a44a2;
  background-color: transparent;
  color: #1a44a2;
  font-family: 'Barlow Condensed', sans-serif, Arial;
  font-size: 0.9rem;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 400ms ease 0ms;
}
.notouch header .inside_middle > .lang1 > li > a:is(:hover,:focus) {
  background-color: rgba(26, 68, 162, 0.1);
  color: #1a44a2;
}
header .inside_middle > .lang1 > li.active > a {
  background-color: #1a44a2;
  color: #ffffff;
}
@media screen and (min-width: 1281px) {
  header .box {
    margin: 0 auto;
  }
  header .box nav .lang1 {
    display: none !important;
  }
  header .box nav .main_title {
    display: none;
  }
  header .box nav .overlay {
    display: none;
  }
  header .box nav ul.menu {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 0;
    padding: 0;
  }
  header .box nav ul.menu > li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  header .box nav ul.menu > li > a {
    position: relative;
    display: block;
    padding: 0.5rem 0;
    font-family: 'Barlow Condensed', sans-serif, Arial;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0d0d0d;
    transition: all 400ms ease 0ms;
  }
  header .box nav ul.menu > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 2px;
    background-color: #1a44a2;
    transition: all 400ms ease 0ms;
  }
  .notouch header .box nav ul.menu > li:hover > a::after,
  header .box nav ul.menu > li.active > a::after,
  header .box nav ul.menu > li > a:focus::after {
    right: 0;
  }
  .notouch header .box nav ul.menu > li:hover > a,
  header .box nav ul.menu > li.active > a,
  header .box nav ul.menu > li > a:focus {
    color: #1a44a2;
  }
}
header .open_close_navigation {
  display: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
header .open_close_navigation::after {
  display: none;
}
header .open_close_navigation .lines-button {
  background: none;
  border: 0;
  display: block;
  padding: 0.5rem;
}
header .open_close_navigation .lines {
  display: block;
  width: 1.75rem;
  height: 2px;
  background-color: #0d0d0d;
  position: relative;
  transition: all 300ms ease 0ms;
}
header .open_close_navigation .lines::before,
header .open_close_navigation .lines::after {
  content: "";
  display: block;
  width: 1.75rem;
  height: 2px;
  background-color: #0d0d0d;
  position: absolute;
  left: 0;
  transition: all 300ms ease 0ms;
}
header .open_close_navigation .lines::before {
  top: -0.5rem;
}
header .open_close_navigation .lines::after {
  top: 0.5rem;
}
.notouch header .open_close_navigation:hover .lines,
.notouch header .open_close_navigation:hover .lines::before,
.notouch header .open_close_navigation:hover .lines::after {
  background-color: #1a44a2;
}
@media screen and (max-width: 1280px) {
  header .inside_middle {
    padding: 1rem 0;
    gap: 1.25rem;
  }
  header .box {
    flex-grow: 1;
    justify-content: flex-end;
    gap: 1.25rem;
  }
  header .open_close_navigation {
    display: block;
  }
  header .mobile_fix {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: -100%;
    left: auto;
    width: 85%;
    max-width: 380px;
    margin: 0;
    padding: 0;
    background-color: #051d58;
    text-align: left;
    visibility: hidden;
    transition: right 400ms ease 0ms;
  }
  header .mobile_fix.active {
    visibility: visible;
  }
  header .mobile_fix.move {
    right: 0;
  }
  header .mobile_fix .overlay {
    content: "";
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 400ms ease 0ms;
  }
  header .mobile_fix.active .overlay {
    opacity: 1;
    visibility: visible;
  }
  header .mobile_fix .main_title {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
    width: 100%;
    cursor: pointer;
    text-align: left;
    background: none;
    border: 0;
    background: #1a44a2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif, Arial;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 1.5rem;
  }
  header .mobile_fix .main_title::before {
    content: "";
    rotate: 180deg;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-mask-image: url('../../img/arrow_right2.svg');
    mask-image: url('../../img/arrow_right2.svg');
    /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath}@{image}');
    }*/
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: 16px 16px;
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: 16px 16px;
    /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-repeat: @repeat;
        background-position: @position;
        background-size: @size;
    }*/
  }
  header .mobile_fix .scroll {
    position: relative;
    z-index: 1;
    height: calc(100% - 4.2rem);
    overflow-y: auto;
    padding: 0.5rem 0 2rem;
  }
  header .box nav ul.menu {
    margin: 0;
    padding: 0;
  }
  header .box nav ul.menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  header .box nav ul.menu > li > a {
    display: block;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif, Arial;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 1rem 3rem 1rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 400ms ease 0ms;
  }
  .notouch header .box nav ul.menu > li > a:hover,
  header .box nav ul.menu > li.active > a,
  header .box nav ul.menu > li > a:focus {
    color: #2156ce;
  }
  header .inside_middle > .lang1 {
    display: none;
  }
  header .box nav .scroll ul.lang1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem 1.25rem;
    margin: 1.5rem 0 0;
    padding: 0 1.5rem;
    border: 0;
  }
  header .box nav .scroll ul.lang1 li {
    display: block;
    list-style: none;
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
  }
  header .box nav .scroll ul.lang1 li a {
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
    padding: 0 0 4px;
    border-bottom: 2px solid transparent;
    background: none;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif, Arial;
    font-size: 1rem;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: all 400ms ease 0ms;
  }
  .notouch header .box nav .scroll ul.lang1 li a:is(:hover,:focus) {
    color: #2156ce;
  }
  header .box nav .scroll ul.lang1 li.active a {
    border-bottom-color: #ffffff;
    color: #ffffff;
  }
  header .box nav .scroll ul.lang1 li a::before {
    content: "";
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    background: no-repeat scroll center center;
    background-size: 24px 24px;
  }
  header .box nav .scroll ul.lang1 li a.cs::before {
    background-image: url(../../img/cs.svg);
  }
  header .box nav .scroll ul.lang1 li a.en::before {
    background-image: url(../../img/en.svg);
  }
}
@media screen and (max-width: 500px) {
  header .inside_middle {
    gap: 1rem;
  }
  header a.logo svg {
    width: 8rem;
  }
  header .box {
    gap: 1rem;
  }
  header a.btn {
    display: none !important;
  }
}
.hero {
  position: relative;
  overflow: hidden;
  background-color: #051d58;
}
.hero img.bg {
  z-index: 0;
}
.hero .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(110deg, rgba(13, 29, 68, 0.92) 0%, rgba(22, 71, 158, 0.78) 55%, rgba(22, 71, 158, 0.55) 100%);
}
.hero .inside_middle {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 46rem;
  padding: 6rem 0;
  margin-bottom: 0;
}
.hero .box {
  max-width: 48rem;
  color: #ffffff;
}
.hero .box .eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
}
.hero .box .eyebrow .line {
  display: block;
  width: 3rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
}
.hero .box .eyebrow .text {
  font-family: 'Barlow Condensed', sans-serif, Arial;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.8);
}
.hero .box h1 {
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}
.hero .box .lead {
  font-size: 20px;
  line-height: 28px;
  margin: 1.5rem 0 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.85);
}
.hero .box .tagline {
  margin: 1rem 0 0;
  font-family: 'Barlow Condensed', sans-serif, Arial;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.9);
}
.hero .box .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 1280px) {
  .hero .inside_middle {
    min-height: 40rem;
    padding: 5rem 0;
  }
}
@media screen and (max-width: 1000px) {
  .hero .inside_middle {
    min-height: 34rem;
    padding: 4rem 0;
  }
}
@media screen and (max-width: 600px) {
  .hero .inside_middle {
    padding: 3rem 0;
  }
  .hero .box .eyebrow .line {
    display: none;
  }
  .hero .box .lead {
    font-size: 18px;
    line-height: 28px;
  }
  .hero .box .btns {
    gap: 0.75rem;
  }
}
#content {
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding: 0;
  position: relative;
}
.c_column {
  width: calc(100% - 308px);
  padding: 64px 0;
  float: right;
  display: block;
}
.c_column.full {
  width: 100%;
  float: none;
}
.c_column.no_padding_t {
  padding-top: 0;
}
.c_column.no_padding_b {
  padding-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .c_column {
    width: 100%;
    padding: 56px 0;
  }
}
footer {
  padding: 0;
  display: block;
  position: relative;
  background-color: #051d58;
  color: rgba(255, 255, 255, 0.85);
}
footer .inside_middle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 0;
  column-gap: 3rem;
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        display: flex;
        -ms-flex-wrap: wrap;
        & .item {
            width: calc(100% / @grid-template-columns - ~"@{column-gap}" - 2px);
            margin-right: @column-gap;
            margin-top: @row-gap;
            box-sizing: border-box;
        }
    }*/
  padding: 5rem 0 0;
  margin-bottom: 0;
}
footer .inside_middle.owl-carousel {
  display: block;
}
footer .inside_middle.owl-carousel .item {
  width: calc(100% / 3 - (2 * 3rem / 3) * 1);
  margin-right: 3rem;
}
footer .item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: auto;
  text-align: left;
  padding: 0;
  margin: 0;
  position: relative;
}
footer .item a.logo {
  display: inline-block;
  position: relative;
}
footer .item a.logo svg {
  display: block;
  width: 150px;
  height: auto;
}
footer .item a.logo svg * {
  fill: #fff;
}
footer .item p {
  max-width: 320px;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
footer .item p a {
  text-decoration: underline;
  color: inherit;
  transition: all 400ms ease 0ms;
}
.notouch footer .item p a:hover,
footer .item p a:focus {
  color: #ffffff;
}
footer .item p.motto2 {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Barlow Condensed', sans-serif, Arial;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
}
footer .item ul.social {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  height: auto;
}
footer .item ul.social li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
footer .item ul.social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  transition: all 400ms ease 0ms;
}
footer .item ul.social li a::before {
  opacity: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 36px 36px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 36px 36px;
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-repeat: @repeat;
        background-position: @position;
        background-size: @size;
    }*/
}
footer .item ul.social li a.in::before {
  -webkit-mask-image: url('../../img/social_in_icon.svg');
  mask-image: url('../../img/social_in_icon.svg');
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath}@{image}');
    }*/
}
footer .item ul.social li a.fb::before {
  -webkit-mask-image: url('../../img/social_fb_icon.svg');
  mask-image: url('../../img/social_fb_icon.svg');
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath}@{image}');
    }*/
}
footer .item ul.social li a.yt::before {
  -webkit-mask-image: url('../../img/social_yt_icon.svg');
  mask-image: url('../../img/social_yt_icon.svg');
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath}@{image}');
    }*/
}
footer .item ul.social li a.li::before {
  -webkit-mask-image: url('../../img/social_li_icon.svg');
  mask-image: url('../../img/social_li_icon.svg');
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath}@{image}');
    }*/
}
footer .item ul.social li a.tw::before {
  -webkit-mask-image: url('../../img/social_tw_icon.svg');
  mask-image: url('../../img/social_tw_icon.svg');
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath}@{image}');
    }*/
}
footer .item ul.social li a.tt::before {
  -webkit-mask-image: url('../../img/social_tt_icon.svg');
  mask-image: url('../../img/social_tt_icon.svg');
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath}@{image}');
    }*/
}
footer .item ul.social li a.wa::before {
  -webkit-mask-image: url('../../img/social_wa_icon.svg');
  mask-image: url('../../img/social_wa_icon.svg');
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath}@{image}');
    }*/
}
.notouch footer .item ul.social li a:hover,
footer .item ul.social li a:focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
.notouch footer .item ul.social li a:hover::before,
footer .item ul.social li a:focus::before {
  background-color: #051d58;
}
footer .item .title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.7px;
  color: rgba(255, 255, 255, 0.6);
}
footer .item ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .item ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .item ul li a {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  transition: all 400ms ease 0ms;
}
.notouch footer .item ul li a:is(:hover,:focus),
footer .item ul li.active a {
  color: #ffffff;
}
footer hr {
  grid-column: 1 / -1;
  display: block;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 3rem 0 0;
  height: 0;
}
footer .bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
}
footer .bottom p {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
}
footer .bottom a {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  transition: all 400ms ease 0ms;
}
.notouch footer .bottom a:hover,
footer .bottom a:focus {
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  footer .inside_middle {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
    column-gap: 2rem;
    /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        display: flex;
        -ms-flex-wrap: wrap;
        & .item {
            width: calc(100% / @grid-template-columns - ~"@{column-gap}" - 2px);
            margin-right: @column-gap;
            margin-top: @row-gap;
            box-sizing: border-box;
        }
    }*/
    padding: 3.5rem 0 0;
  }
  footer .inside_middle.owl-carousel {
    display: block;
  }
  footer .inside_middle.owl-carousel .item {
    width: calc(100% / 2 - (1 * 2rem / 2) * 1);
    margin-right: 2rem;
  }
  footer .item:nth-child(1) {
    grid-column: 1 / -1;
  }
}
@media screen and (max-width: 650px) {
  footer .inside_middle {
    padding: 3rem 0 0;
  }
  footer hr {
    margin: 0;
  }
  footer .bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0 0 2rem;
  }
}
.sign {
  background-color: #ffffff;
  padding: 0;
  text-align: center;
}
.sign a {
  padding: 16px 5%;
  color: #666666;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: block;
  transition: all 400ms ease 0ms;
}
.notouch .sign a:hover {
  color: #0d0d0d;
}
.final_order {
  text-align: left;
  grid-row-start: 1;
  grid-row-end: -1;
  grid-column-start: 1;
  grid-column-end: -1;
}
.final_order article p,
.final_order .text_box p {
  margin: 0 0 10px;
}
.final_order article p:last-of-type,
.final_order .text_box p:last-of-type {
  margin: 0 0 25px;
}
.final_order article.editable p:last-of-type,
.final_order .text_box.editable p:last-of-type {
  margin: 0;
}
.final_order.center,
.final_order.center article,
.final_order.center article > *,
.final_order.center .text_box,
.final_order.center .text_box > * {
  text-align: center;
}
img.end_order {
  max-width: 100px;
  margin: 0 0 20px;
  display: block;
}
img.end_order.center {
  margin: 0 auto 20px;
}
.final_order #error-alert:empty {
  display: none;
}
.final_order #error-alert {
  padding: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  background-color: #e21414;
  color: #ffffff;
  max-width: 593px;
  display: block;
  margin: 0 auto 15px;
}
.scroll_cookies {
  border-radius: 60px;
  font-size: 0;
  line-height: 0;
  border: 0;
  padding: 0;
  background: #ffffff;
  background-size: 48px 48px;
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  transition: all 400ms ease 0ms;
  z-index: 99;
}
body:has(.scroll_top.left) .scroll_cookies {
  bottom: 94px;
}
body.recaptcha:has(.scroll_top.left) .scroll_cookies {
  bottom: 158px;
}
.scroll_cookies::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0d0d0d;
  -webkit-mask-image: url('../../img/cookies_icon.svg');
  mask-image: url('../../img/cookies_icon.svg');
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath}@{image}');
    }*/
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 48px 48px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 48px 48px;
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-repeat: @repeat;
        background-position: @position;
        background-size: @size;
    }*/
  transition: all 400ms ease 0ms;
}
.notouch .scroll_cookies:hover {
  background-color: #0d0d0d;
}
.notouch .scroll_cookies:hover::before {
  background-color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .scroll_cookies {
    left: 15px;
    bottom: 15px;
  }
}
.scroll_top {
  display: none;
}
.scroll_top {
  background: none;
  border: 0;
  padding: 0;
  display: block;
  z-index: 9000;
  opacity: 0;
  position: fixed;
  right: 30px;
  bottom: -60px;
  width: 48px;
  height: 48px;
  transition: all 400ms ease 0ms;
}
.scroll_top.left {
  left: 30px;
  right: initial;
}
.scroll_top.hide {
  display: none;
}
.notouch .scroll_top.left:hover {
  left: 30px;
  right: initial;
}
.scroll_top span {
  text-indent: -100px;
  z-index: 0;
  background-color: #efefef;
  border: 1px solid #e0dfdf;
  padding: 0 46px 0 0;
  font-weight: 400;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 0;
  white-space: nowrap;
  font-size: 14px;
  line-height: 46px;
  color: #fff;
  transition: all 400ms ease 0ms;
}
.scroll_top.left span {
  text-indent: 0;
  padding: 0 0 0 46px;
}
.scroll_top span::before {
  z-index: 1;
  background-color: #0d0d0d;
  border: 1px solid #e0dfdf;
  border-radius: 30px;
  opacity: 1;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  margin: 0;
  display: block;
  width: 46px;
  content: "";
  -webkit-mask-image: url('../../img/scroll_arrow.svg');
  mask-image: url('../../img/scroll_arrow.svg');
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-color: transparent !important;
        background-image: url('@{imagePath}@{image}');
    }*/
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 18px 12px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 18px 12px;
  /*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        background-repeat: @repeat;
        background-position: @position;
        background-size: @size;
    }*/
  transition: all 400ms ease 0ms;
}
.scroll_top.left span::before {
  left: -1px;
  right: initial;
}
.notouch .scroll_top:hover span {
  text-indent: 0;
  width: 110px;
  margin: 0 0 0 -110px;
  background-color: #1a44a2;
  border: 1px solid #051d58;
}
.notouch .scroll_top.left:hover span {
  margin: 0;
}
.notouch .scroll_top:hover span::before {
  background-color: #fff;
}
.scroll_top.active {
  opacity: 1;
  bottom: 30px;
}
body.recaptcha .scroll_top.active {
  bottom: 94px;
}
@media screen and (max-width: 1280px) {
  .scroll_top {
    right: 15px;
  }
  .scroll_top.left {
    left: 15px;
  }
  .notouch .scroll_top.left:hover {
    left: 15px;
  }
  .scroll_top.active {
    bottom: 15px;
  }
}
div[class*="_popup"] {
  display: none;
}
@media screen and (max-width: 1024px) {
  .admin_settings {
    display: none;
  }
  #tracy-debug {
    display: none !important;
  }
}
/* Změnit maxGallerySize v config.neon */
