/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

i, em {
  font-style: italic;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* https://engageinteractive.co.uk/blog/top-10-scss-mixins */
/* my mixins */
/* VARIABLES */
/* #051F50 */
/**/
/* BODY */
html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

body {
  -webkit-text-size-adjust: 100%;
}

/* EXTRA RESET */
a {
  outline: none;
  cursor: pointer;
  -ms-user-select: none;
}

* {
  background-repeat: no-repeat;
}

textarea, input {
  outline: none;
}

b, strong {
  font-weight: 700;
}

/* LAYOUT HELPERS */
.cb, .clr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.nowrap, .nobr {
  white-space: nowrap;
}

.tal, .text-left {
  text-align: left;
}

.tar, .text-right {
  text-align: right;
}

.tac, .text-center {
  text-align: center;
}

*, :before, :after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-backface-visibility:hidden;*/
}

/* CONTENT */
html {
  min-width: 320px;
  overflow: auto !important;
  font-size: 1em;
}

body {
  background: #f5f7fa;
  position: relative;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  color: #051F50;
  min-width: 320px;
}

body.wp-admin {
  overflow: auto;
}

#wpadminbar {
  z-index: 99999999;
}

@media (max-width: 1140px) {
  html,
  body {
    font-size: 15px;
  }
  html .component.basic-text .article h4,
  html .contacts,
  html ul li,
  html ol li,
  html p,
  body .component.basic-text .article h4,
  body .contacts,
  body ul li,
  body ol li,
  body p {
    line-height: 1.6;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  html,
  body {
    font-size: 14px;
  }
  html .component.basic-text .article h4,
  html .contacts,
  html ul li,
  html ol li,
  html p,
  body .component.basic-text .article h4,
  body .contacts,
  body ul li,
  body ol li,
  body p {
    line-height: 1.6;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 13px;
  }
  html .component.basic-text .article h4,
  html .contacts,
  html ul li,
  html ol li,
  html p,
  body .component.basic-text .article h4,
  body .contacts,
  body ul li,
  body ol li,
  body p {
    line-height: 1.6;
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  html,
  body {
    font-size: 12px;
    line-height: 1.4;
  }
  html .component.basic-text .article h4,
  html .contacts,
  html ul li,
  html ol li,
  html p,
  body .component.basic-text .article h4,
  body .contacts,
  body ul li,
  body ol li,
  body p {
    line-height: 1.6;
    font-size: 16px;
  }
}
a.external-link {
  font-weight: 700;
  color: #002F87;
}
a.external-link img {
  margin-left: 7px;
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  object-fit: contain;
}

a.read-more:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 7px;
  background: transparent url("../gfx/icon/chevron-down.svg") center center no-repeat;
  background-size: contain;
  margin-left: 6px;
}

body.ccc-disable-scroll {
  position: static;
}

/* ACCESIBILITY */
img.ext {
  width: 13px;
  height: 12px;
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
  top: 2px;
}

.acc.acc-skipper {
  position: absolute;
  left: -5000px !important;
  background: #fff !important;
}
.acc.acc-skipper:focus {
  visibility: visible;
  opacity: 1;
  z-index: 9999999999;
}
.acc#skip-to-main {
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 2px;
}
.acc#skip-to-main:focus {
  left: 2px !important;
}
.acc#skip-to-contentcolumn {
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 15px;
}
.acc#skip-to-contentcolumn:focus {
  left: 15px !important;
}
.acc#skip-to-footermenu {
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 15px;
}
.acc#skip-to-footermenu:focus {
  left: 15px !important;
}
.acc#skip-to-footermenu:hover {
  color: #002F87;
}

.visuallyhidden {
  display: none;
}

.filter-results:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
.buttonset:focus,
a:focus {
  border-radius: 8px;
  outline: 4px solid #8B08AC;
  outline-offset: 4px;
  text-decoration: none;
  position: relative;
  z-index: 6;
  /*box-shadow: 0 3px 0 0px #fff, 0 0 0 8px #fff, 0 0 7px 0px #fff;*/
}

.splide__track {
  padding: 8px 0px;
}

/* GRID */
.row-margin-5 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

body {
  /*max-width:1920px;*/
  margin: auto;
  /*min-width:1024px;*/
}

.container {
  max-width: 1230px !important;
}

.container .container {
  padding-left: 0px;
  padding-right: 0px;
}

.container .row .col-md-fifths {
  padding-right: 7.5px;
  padding-left: 7.5px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 991px) {
  .container .row .col-md-fifths {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .container .row .col-md-fifths {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 580px) {
  .container .row .col-md-fifths {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .container .row .col-md-fifths {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*
@media (prefers-color-scheme: dark) {
    .paginator ul li a, .paginator .arrow {
        filter: brightness(0) invert(1);
    }
}*/
body {
  font-family: "Source Sans Pro", sans-serif;
}

b, strong, h1, h2, h3, h4, h5, * {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

.ui-widget,
textarea, input, select, button {
  font-family: "Source Sans Pro", sans-serif;
}

.poppins {
  font-family: "Source Sans Pro", sans-serif;
}

.nunito {
  font-family: "Source Sans Pro", sans-serif;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

/**,
*::before,
*::after {
  box-sizing: inherit;
}*/
:root {
  --column-gap: 15px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* plugins */
/**
 * Swiper 8.2.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 10, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  line-height: 36px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(19px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}

.nice-select .list {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 210px;
  overflow-y: auto;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.nice-select .optgroup {
  font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}

.nice-select .has-multiple span.current {
  border: 1px solid #ccc;
  background: #eee;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}

.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}

.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
}

.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}

.bck-transparent {
  background: transparent;
}

.bck-blue-dark,
.bck-dark-blue {
  background: #002F87;
}

.bck-light-blue {
  background: #002F87;
}

.bck-lighter-blue {
  background: #F2F5F6;
}

.bck-blue {
  background: #002F87;
}

.bck-green {
  background: #54C474;
}

.bck-red {
  background: #A90808;
}

.bck-red-light {
  background: #A90808;
}

.bck-grey-light,
.bck-light-grey {
  background: #f0f3f4;
}

.bck-grey {
  background: #e4eaec;
}

.bck-white {
  background: #fff;
}

.background-grey {
  background: #264073;
}

.gradient-primary {
  background: rgb(34, 193, 195);
  background: linear-gradient(90deg, rgb(34, 193, 195) 0%, rgb(88, 192, 158) 17%, rgb(253, 187, 45) 100%);
}

.fnt-white {
  color: #fff;
}

.fnt-blue-dark {
  color: #002F87;
}

article p a,
article li a,
h1, h2, h3, h4, h5, h6 {
  color: #002F87;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-2xl {
  font-size: 1.5rem;
  /*line-height: 2rem;*/
}

.text-3xl {
  font-size: 3.5rem;
  /*line-height: 2rem;*/
}

b, strong,
.font-bold {
  font-weight: 800;
}

.font-extrabold {
  font-weight: 800;
}

h1, h2 {
  line-height: 1.1;
}

@media (max-width: 767px) {
  .text-2xl {
    font-size: 1.25rem;
  }
  .text-3xl {
    font-size: 3rem;
  }
}
.padding-top-0 {
  padding-top: 0px !important;
}

.padding-bottom-0 {
  padding-top: 0px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

/**/
.content-basic-text + .content-basic-text,
.club-about + .content-basic-text {
  padding-top: 0px !important;
}

.btn {
  height: 50px;
  min-width: 100px;
  padding: 0px 20px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  border-radius: 25px;
  color: #002F87;
  flex-shrink: 0;
}
.btn:focus {
  border-radius: 25px;
}
.btn.btn-primary {
  background: transparent;
  color: #002F87;
  border: 2px #002F87 solid;
}
.btn.btn-primary:hover {
  background: #002F87;
  color: #fff;
  border: 2px #002F87 solid;
}
.btn.btn-secondary {
  /*background:$orange;
  color:$text-color;
  border:1px $orange solid;
  filter: drop-shadow(0px 1px 0px #cc8b02);

  &:hover {
  	background:#cc8b02;
  	color:$text-color;
  	border:1px #cc8b02 solid;
  }
  &.btn-back {
  	&:before {
  		content:'';
  		background:transparent url('../gfx/icon/arrow.svg') center center no-repeat;
  		background-size:contain;
  		width:20px;
  		height:18px;
  		margin-right:12px;
  	}			
  }*/
}
.btn.btn-right-arrow {
  /*&:after {
  	content:'';
  	background:transparent url('../gfx/icon/arrow-63.svg') center center no-repeat;
  	background-size:contain;
  	width:7.5px;
  	height:12px;
  	display:block;
  	margin-left:13px;
  }*/
}
.btn.btn-arrow.btn-arrow-right:after {
  content: "";
  background: transparent url("../gfx/icon/arrow_forward.svg") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 13px;
}
.btn.btn-arrow:hover:after {
  filter: brightness(0) invert(1);
}
.btn.btn-arrow.btn-arrow-left:before {
  content: "";
  background: transparent url("../gfx/icon/arrow_forward.svg") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 13px;
  transform: rotate(180deg);
  transform-origin: center;
}
.btn.btn-arrow:hover:before {
  filter: brightness(0) invert(1);
}
.btn:hover:after {
  filter: brightness(0) invert(1);
}
.btn.btn-new-tab:after {
  content: "";
  background: transparent url("../gfx/icon/open_in_new.svg") center center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  margin-left: 13px;
}
.btn.btn-new-tab:hover:after {
  filter: brightness(0) invert(1);
}
.btn.btn-new-tab-2:after {
  display: none;
}
.btn.btn-new-tab-2 img {
  width: 18px;
  height: 18px;
  margin-left: 12px;
}
.btn.btn-new-tab-2:hover img {
  filter: brightness(0) invert(1);
}
.btn.btn-download:after {
  content: "";
  background: transparent url("../gfx/icon/download.svg") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 13px;
}
.btn.btn-download:hover:after {
  filter: brightness(0) invert(1);
}
.btn.btn-submit:after {
  content: "";
  background: transparent url("../gfx/icon/send.svg") center center no-repeat;
  background-size: contain;
  width: 19px;
  height: 16px;
  display: block;
  margin-left: 13px;
}
.btn.btn-submit:hover:after {
  filter: brightness(0) invert(1);
}
.btn.btn-file {
  min-width: 180px;
}
.btn.btn-file:after {
  content: "";
  background: transparent url("../gfx/icon/upload.svg") center center no-repeat;
  background-size: contain;
  width: 19px;
  height: 16px;
  display: block;
  margin-left: 13px;
}
.btn.btn-file:hover:after {
  filter: brightness(0) invert(1);
}
.btn.btn-person:after {
  content: "";
  background: transparent url("../gfx/icon/user-solid.svg") center center no-repeat;
  background-size: contain;
  width: 19px;
  height: 16px;
  display: block;
  margin-left: 13px;
}
.btn.btn-person:hover:after {
  filter: brightness(0) invert(1);
}
.btn.btn-person:focus {
  outline: 4px solid #00FFFF !important;
}
.btn.btn-login:before {
  content: "";
  background: transparent url("../gfx/icon/login.svg") center center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 13px;
  flex-shrink: 0;
}
.btn.btn-login:hover:before {
  filter: brightness(0) invert(1);
}
.btn.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn.btn-white:after {
  filter: brightness(0) invert(1);
}
.btn.btn-white:hover {
  background: #fff;
  color: #002F87;
}
.btn.btn-white:hover:after {
  filter: none;
}
.btn.btn-icon-hidden .icon {
  display: none;
}
.btn.btn-filters.filter-reset {
  border: none;
}
.btn.btn-filters.filter-reset:before {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url("../gfx/icon/rotate-solid.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}
.btn.btn-filters.filter-reset:hover {
  color: #fff;
  background: transparent;
  text-decoration: underline;
  border: none !important;
}

.form-blue .btn.btn-primary.btn-submit {
  color: #fff;
  border-color: #fff;
}
.form-blue .btn.btn-primary.btn-submit:after {
  filter: brightness(0) invert(1);
}
.form-blue .btn.btn-primary.btn-submit:hover {
  background: #fff !important;
  color: #002F87 !important;
}
.form-blue .btn.btn-primary.btn-submit:hover:after {
  filter: none;
}

body.single.single-post .col-md-3 .btn.btn-primary.btn-arrow.btn-arrow-left {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  /*.btn {
  	height:40px;
  }*/
}
@media (max-width: 580px) {
  /*.btn {
  	height:30px;
  }
  .btn.btn-new-tab:after {
  	transform: scale(0.8);
  }*/
}
.breadcrumb {
  color: #fff;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 700;
  padding-top: 30px;
}
.breadcrumb a {
  color: #fff;
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb a:focus {
  outline: 4px solid #00FFFF;
}
.breadcrumb span span:nth-of-type(1) a:before {
  content: "";
  background: transparent url("../gfx/icon/home2.svg") center center no-repeat;
  background-size: contain;
  width: 11px;
  height: 13px;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.breadcrumb span span:after {
  content: "";
  background: transparent url("../gfx/icon/arrow-right.svg") center center no-repeat;
  background-size: contain;
  width: 7px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 7px;
  position: relative;
  top: 1px;
}
.breadcrumb span span.breadcrumb_last {
  font-weight: 400;
}
.breadcrumb span span.breadcrumb_last:after {
  display: none;
}

body.single-events .breadcrumb,
body.single-post .breadcrumb {
  padding-top: 15px !important;
}
body.single-events .breadcrumb a:focus,
body.single-post .breadcrumb a:focus {
  outline: 4px solid #8B08AC;
}

/* global  */
.header {
  position: relative;
  z-index: 999999;
  background: #fff;
}
.header.margin-top-level {
  margin-bottom: 80px;
}
.header .container-fluid {
  /*max-width:1920px;*/
}
.header .center-section {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100px;
}
.header .col-12 {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100px;
}
.header .col-12 .menu-toggle {
  display: none;
}
.header .col-12 .language-switcher-resp .lang-list ul {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .col-12 .language-switcher-resp .lang-list ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: #002F87;
  background: #fff;
  border: 1px #002F87 solid;
  margin: 0px 7px;
}
.header .col-12 .language-switcher-resp .lang-list ul li.current-lang a {
  background: #002F87;
  color: #fff;
}
.header .col-12 .language-switcher {
  margin-left: 12px;
  width: 65px;
  height: 100px;
  position: relative;
  flex-shrink: 0;
}
.header .col-12 .language-switcher .icon {
  position: absolute;
  top: 50%;
  right: 5px;
  bottom: auto;
  left: auto;
  margin-top: -12px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  font-size: 0px;
  width: 24px;
  height: 24px;
}
.header .col-12 .language-switcher .icon img {
  width: 12px;
  height: 8px;
  background: transparent url("../gfx/icon/chevron-down.svg") center center no-repeat;
  background-size: contain;
}
.header .col-12 .language-switcher > .current-lang {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0px;
  margin-top: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  padding-left: 13px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 700;
  color: #002F87;
  border: none;
  background: transparent;
  font-size: 1rem;
}
.header .col-12 .language-switcher.hover .lang-list {
  display: block;
}
.header .col-12 .language-switcher.hover > .current-lang, .header .col-12 .language-switcher:hover > .current-lang {
  background: #002F87;
  color: #fff;
  text-decoration: underline;
}
.header .col-12 .language-switcher.hover > .current-lang .icon img, .header .col-12 .language-switcher:hover > .current-lang .icon img {
  filter: brightness(0) invert(1);
}
.header .col-12 .language-switcher .lang-list {
  padding-top: 10px;
  position: absolute;
  top: 100%;
  right: 0px;
  bottom: auto;
  left: 0px;
  display: none;
  z-index: 9999;
}
.header .col-12 .language-switcher ul {
  margin-top: 1px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 47, 135, 0.15);
  padding: 10px;
}
.header .col-12 .language-switcher ul li a {
  height: 40px;
  width: 100%;
  border-radius: 8px;
  padding: 0px 5px;
  color: #002F87;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .col-12 .language-switcher ul li a:hover {
  background: #002F87;
  color: #fff;
}
.header .col-12 .language-switcher ul li.current-lang {
  display: none;
}
.header .col-12 .btn.btn-primary.btn-logout {
  padding-left: 4px;
}
.header .col-12 .btn.btn-primary.btn-logout .avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 7px;
  border-radius: 20px;
}
.header .col-12 .btn.btn-primary.btn-logout .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .col-12 .header-search {
  margin: 0px 30px;
  margin-left: 30px;
  position: relative;
}
.header .col-12 .header-search .search-toggle {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.header .col-12 .header-search .search-toggle img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  max-width: none;
}
.header .col-12 .header-search.active .search-form {
  display: block;
}
.header .col-12 .header-search .search-form {
  display: none;
  position: absolute;
  top: 100%;
  right: -35px;
  bottom: auto;
  left: auto;
  z-index: 99;
  min-width: 520px;
  padding-top: 41px;
  z-index: 99;
}
.header .col-12 .header-search .search-form form {
  padding: 20px;
  box-shadow: 0px 4px 30px rgba(0, 47, 135, 0.15);
  border-radius: 8px;
  position: relative;
  background: #fff;
}
.header .col-12 .header-search .search-form form label span {
  font-size: 0px;
  position: absolute;
}
.header .col-12 .header-search .search-form form input[type=text] {
  background: #FFFFFF;
  border: 1px solid #002F87;
  box-shadow: inset 0px 4px 8px rgba(5, 31, 80, 0.15);
  border-radius: 8px;
  padding: 0px 15px;
  padding-right: 50px;
  height: 50px;
  font-size: 1rem;
  font-weight: 700;
  color: #002F87;
  width: 100%;
}
.header .col-12 .header-search .search-form form button {
  width: 50px;
  height: 50px;
  /*background:transparent url('../gfx/icon/search.svg') center center no-repeat;
  background-size:18px 18px;
  border-radius:50%;
  @include pa(50%,20px,auto,auto);*/
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  /*margin-top:-12px;*/
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  /*&:hover {
  	filter: brightness(0) invert(1);
  	background:$blue;
  }*/
}
.header .col-12 .header-search .search-form form button span {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.header .col-12 .header-search .search-form form button span img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.header .col-12 .header-search .search-form form button:hover span {
  background: #002F87;
}
.header .col-12 .header-search .search-form form button:hover span img {
  filter: brightness(0) invert(1);
}
.header .col-12 .nav.nav-primary {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 1.0625rem;
}
.header .col-12 .nav.nav-primary > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.header .col-12 .nav.nav-primary > ul li {
  /*&.current-menu-parent,	*/
}
.header .col-12 .nav.nav-primary > ul li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 7px;
  background: transparent url("../gfx/icon/chevron-down.svg") center center no-repeat;
  background-size: contain;
  margin-left: 6px;
}
.header .col-12 .nav.nav-primary > ul li.current-menu-item > a {
  font-weight: 700;
}
.header .col-12 .nav.nav-primary > ul li.current-page-ancestor > a {
  font-weight: 700;
}
.header .col-12 .nav.nav-primary > ul li.current-page-ancestor > a:after {
  transform: rotate(180deg);
  transform-origin: center;
}
.header .col-12 .nav.nav-primary > ul li.hover > a:after {
  transform: rotate(180deg);
  transform-origin: center;
}
.header .col-12 .nav.nav-primary > ul a {
  white-space: nowrap;
}
.header .col-12 .nav.nav-primary > ul > li {
  /*&:hover,*/
  /* druha uroven */
}
.header .col-12 .nav.nav-primary > ul > li > a:focus, .header .col-12 .nav.nav-primary > ul > li:focus > a {
  z-index: 999;
}
.header .col-12 .nav.nav-primary > ul > li.current-menu-parent > a, .header .col-12 .nav.nav-primary > ul > li.current-menu-item > a {
  position: relative;
}
.header .col-12 .nav.nav-primary > ul > li.current-menu-parent > a:before, .header .col-12 .nav.nav-primary > ul > li.current-menu-item > a:before {
  content: "";
  display: block;
  height: 4px;
  background: #002F87;
  border-radius: 4px 4px 0px 0px;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.header .col-12 .nav.nav-primary > ul > li > a {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 20px;
  line-height: 100px;
  text-decoration: none;
  color: #002F87;
}
.header .col-12 .nav.nav-primary > ul > li > a:hover {
  background: #002F87;
  color: #fff;
}
.header .col-12 .nav.nav-primary > ul > li > a:hover:after {
  filter: brightness(0) invert(1);
}
.header .col-12 .nav.nav-primary > ul > li.hover, .header .col-12 .nav.nav-primary > ul > li.current-menu-ancestor, .header .col-12 .nav.nav-primary > ul > li.current-menu-parent, .header .col-12 .nav.nav-primary > ul > li.current-menu-item {
  /*> a {
  	&:after {
  		transform-origin: center;
  		transform: rotate(180deg);
  	}
  }*/
}
.header .col-12 .nav.nav-primary > ul > li.hover > ul, .header .col-12 .nav.nav-primary > ul > li.current-menu-ancestor > ul, .header .col-12 .nav.nav-primary > ul > li.current-menu-parent > ul, .header .col-12 .nav.nav-primary > ul > li.current-menu-item > ul {
  display: flex;
  visibility: visible;
  opacity: 1;
  /*transition-delay: 0s; */
}
.header .col-12 .nav.nav-primary > ul > li.hover > ul {
  z-index: 998;
}
.header .col-12 .nav.nav-primary > ul > li > ul {
  /*display:none;*/
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s linear;
  /*transition-delay: 1s; */
  /*max-height:600px;
  overflow: hidden;*/
  background: #fff;
  position: absolute;
  top: 100%;
  right: 0px;
  bottom: auto;
  left: 0px;
  justify-content: center;
  border-top: 1px #d6ddec solid;
  /*&:before,
  &:after {
  	content:'';
  	height:80px;
  	display:block;
  	background:$white;
  	position:absolute;
  	top:0px;
  	bottom:0px;
  }
  &:before {
  	left:-2000px;
  	right:100%;
  }
  &:after {
  	right:-2000px;
  	left:100%;
  }*/
}
.header .col-12 .nav.nav-primary > ul > li > ul > li {
  position: relative;
  /* treti uroven */
}
.header .col-12 .nav.nav-primary > ul > li > ul > li.current-menu-item > a {
  position: relative;
}
.header .col-12 .nav.nav-primary > ul > li > ul > li.current-menu-item > a:before {
  content: "";
  display: block;
  height: 4px;
  background: #002F87;
  border-radius: 4px 4px 0px 0px;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.header .col-12 .nav.nav-primary > ul > li > ul > li > a {
  display: block;
  height: 80px;
  padding: 10px 20px;
  color: #002F87;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.header .col-12 .nav.nav-primary > ul > li > ul > li.hover > ul {
  visibility: visible;
  opacity: 1;
  /*transition-delay: 0s; */
}
.header .col-12 .nav.nav-primary > ul > li > ul > li.hover > a:after {
  transform-origin: center;
  transform: rotate(180deg);
}
.header .col-12 .nav.nav-primary > ul > li > ul > li > ul {
  /*display:none;*/
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s linear;
  /*transition-delay: 1s; */
  min-width: 100%;
  flex-direction: column;
  box-shadow: 0px 4px 30px rgba(0, 47, 135, 0.15);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0px;
}
.header .col-12 .nav.nav-primary > ul > li > ul > li > ul > li > a {
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 60px;
  border-radius: 8px;
  color: #002F87;
  padding: 10px 20px;
  text-decoration: none;
}
.header .col-12 .nav.nav-primary > ul > li > ul > li > ul > li > a:hover {
  background: #002F87;
  color: #fff;
}
.header .col-12 .logo-area {
  margin-right: 40px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header .col-12 .logo-area a {
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 0px;
}
.header .col-12 .logo-area a:last-of-type {
  margin-right: 0px;
}
.header .col-12 .logo-area a:nth-of-type(1) img {
  width: 165px;
}
.header .col-12 .logo-area a:nth-of-type(2) img {
  width: 112px;
}

body.mobile-menu-active:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100px;
  bottom: 0px;
  z-index: 99999999;
  background: rgba(0, 47, 135, 0.8);
}
body.mobile-menu-active .header {
  z-index: 99999999;
}

@media (max-width: 1280px) {
  .header .col-12 .logo-area {
    margin-right: 20px;
  }
  .header .col-12 .nav.nav-primary > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .col-12 .nav.nav-primary > ul > li > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .col-12 .header-search {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1140px) {
  .header .col-12 .nav.nav-primary {
    display: none;
    /*display:block;*/
    position: absolute;
    top: 100%;
    right: 0px;
    bottom: auto;
    left: 0px;
    background: #fff;
  }
  .header .col-12 .nav.nav-primary ul li:focus,
  .header .col-12 .nav.nav-primary ul li a:focus {
    /*outline:none;
    border-radius: 0px;*/
  }
  .header .col-12 .nav.nav-primary > ul {
    border-top: 1px #ebeff6 solid;
    display: block;
  }
  .header .col-12 .nav.nav-primary > ul > li {
    border-bottom: 1px #ebeff6 solid;
    position: relative;
  }
  .header .col-12 .nav.nav-primary > ul > li > a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0px 30px;
    position: relative;
  }
  .header .col-12 .nav.nav-primary > ul > li > a:before {
    display: none !important;
  }
  .header .col-12 .nav.nav-primary > ul > li.menu-item-has-children > a:after {
    transform: rotate(-90deg);
    transform-origin: center;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -2px;
  }
  .header .col-12 .nav.nav-primary > ul > li.clicked > ul > li:not(.hover) {
    display: none;
  }
  .header .col-12 .nav.nav-primary > ul > li.clicked > a {
    display: none;
  }
  .header .col-12 .nav.nav-primary > ul > li > ul {
    display: none;
    position: static;
    flex-direction: column;
  }
  .header .col-12 .nav.nav-primary > ul > li > ul > li {
    border-bottom: 1px #ebeff6 solid;
  }
  .header .col-12 .nav.nav-primary > ul > li > ul > li.menu-item-has-children > a:after {
    transform: rotate(-90deg);
    transform-origin: center;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -2px;
  }
  .header .col-12 .nav.nav-primary > ul > li > ul > li.current-menu-item > a {
    font-weight: normal;
  }
  .header .col-12 .nav.nav-primary > ul > li > ul > li.current-menu-item > a:before {
    display: none;
  }
  .header .col-12 .nav.nav-primary > ul > li > ul > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    height: 60px;
    position: relative;
  }
  .header .col-12 .nav.nav-primary > ul > li > ul > li > ul {
    position: static;
    display: none;
    padding: 0px;
    box-shadow: none;
    border-top: 1px #ebeff6 solid;
  }
  .header .col-12 .nav.nav-primary > ul > li > ul > li > ul > li {
    border-bottom: 1px #ebeff6 solid;
  }
  .header .col-12 .nav.nav-primary > ul > li > ul > li > ul > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    height: 60px;
    border-radius: 0px;
  }
  .header .col-12 .nav.nav-primary > ul > li > ul > li.hover > a {
    font-weight: 700;
    background: #002F87;
    color: #fff;
    padding-left: 55px;
    padding-right: 15px;
  }
  .header .col-12 .nav.nav-primary > ul > li > ul > li.hover > a:after {
    transform: rotate(90deg);
    filter: brightness(0) invert(1);
    right: auto;
    left: 25px;
  }
  .header .col-12 .nav.nav-primary > ul > li > ul > li.hover > ul {
    display: block;
  }
  .header .col-12 .nav.nav-primary > ul > li.current-menu-item > a {
    font-weight: normal;
  }
  .header .col-12 .nav.nav-primary > ul > li.current-menu-item > ul {
    display: none;
  }
  .header .col-12 .nav.nav-primary > ul > li.hover > a {
    font-weight: 700;
    background: #002F87;
    color: #fff;
    padding-left: 55px;
    padding-right: 15px;
  }
  .header .col-12 .nav.nav-primary > ul > li.hover > a:after {
    transform: rotate(90deg);
    filter: brightness(0) invert(1);
    right: auto;
    left: 25px;
  }
  .header .col-12 .nav.nav-primary > ul > li.hover > ul {
    display: block;
  }
  .header .col-12 .nav.nav-primary.clicked > ul > li:not(.hover) {
    display: none;
  }
  .header .col-12 .header-search {
    margin-left: auto;
  }
  .header .col-12 .header-search {
    position: static;
  }
  .header .col-12 .header-search .search-form {
    padding-top: 0px;
    left: 0px;
    right: 0px;
    border-radius: 0px;
    min-width: 280px;
  }
  .header .col-12 .header-search .search-form form {
    border-radius: 0px;
  }
  .header .col-12 .menu-toggle {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-left: 15px;
    background: transparent;
    border: none;
    padding: 0px;
  }
  .header .col-12 .menu-toggle .menu-toggle-on {
    display: none;
  }
  body.mobile-menu-active .header .col-12 .menu-toggle .menu-toggle-on {
    display: inline;
  }
  body.mobile-menu-active .header .col-12 .menu-toggle .menu-toggle-off {
    display: none;
  }
  body.mobile-menu-active .header .col-12 .nav.nav-primary {
    display: block;
  }
}
@media (max-width: 600px) {
  .header .col-12 .center-section,
  .header .col-12 {
    height: 60px;
  }
  .header .col-12 .language-switcher {
    display: none;
  }
  .header .col-12 .header-search {
    margin-right: 0px;
  }
  .header .btn.btn-primary.btn-login {
    /*display:none;*/
    border: none;
    height: 24px;
    width: 24px;
    font-size: 0px;
    padding: 0px !important;
    min-width: 24px;
    margin-left: 10px;
  }
  .btn.btn-login:before {
    margin-right: 3px;
  }
  .header .col-12 .btn.btn-primary.btn-logout {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 0px;
    border-radius: 20px;
  }
  .header .col-12 .btn.btn-primary.btn-logout .avatar {
    /*width:24px;
    height:24px;
    border-radius:12px;*/
    margin: 0px;
  }
}
.footer {
  background: #002F87 url("../gfx/background/page-banner-nomask.jpg") top center no-repeat;
  background-size: 100% auto;
  padding: 60px 0px;
}
.footer > h2 {
  font-size: 0px;
  line-height: 0;
  margin: 0px;
  padding: 0px;
}
.footer a:focus {
  outline-color: #00FFFF;
}
.footer .footer-base {
  align-items: center;
  color: #fff;
}
.footer .footer-base p {
  font-size: 12px;
}
.footer .footer-base p a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.footer .footer-base p a:hover {
  text-decoration: none;
}
.footer .footer-base p a img {
  margin: 0px;
  margin-left: 2px;
  margin-right: 2px;
  transform: translateY(2px);
}
.footer .footer-contacts {
  color: #fff;
}
.footer .footer-contacts h3,
.footer .footer-contacts h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 10px;
  color: #fff;
}
.footer .footer-contacts p {
  font-size: 1.25rem;
  max-width: 750px;
  margin: auto;
}
.footer .footer-contacts .soc-networks {
  display: flex;
  justify-content: space-around;
  padding: 38px 0px;
}
.footer .footer-contacts .soc-networks .soc-networks-link {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.footer .footer-contacts .soc-networks .soc-networks-link:hover span {
  text-decoration: none;
}
.footer .footer-contacts .soc-networks img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  object-position: center;
  margin-right: 12px;
  filter: brightness(0) invert(1);
}
.footer .footer-contacts .soc-networks span {
  text-decoration: underline;
}
.footer .footer-contacts .list-footer-contacts {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  padding: 38px 0px;
  border-top: 1px #285ba3 solid;
  border-bottom: 1px #285ba3 solid;
  flex-wrap: wrap;
}
.footer .footer-contacts .list-footer-contacts .list-item {
  font-weight: 700;
  white-space: nowrap;
}
.footer .footer-contacts .list-footer-contacts .list-item a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
}
.footer .footer-contacts .list-footer-contacts .list-item a:hover span {
  text-decoration: none;
}
.footer .footer-contacts .list-footer-contacts .list-item .icon {
  width: 26px;
  height: 32px;
  object-fit: contain;
  object-position: center;
  margin-right: 15px;
}
.footer .footer-contacts .list-footer-contacts .list-item .ext {
  width: 12px;
  height: 12px;
  object-fit: contain;
  margin-left: 5px;
}
.footer .footer-contacts .list-footer-contacts .list-item span {
  text-decoration: underline;
}

#sb_instagram .sbi_type_carousel .fa-clone {
  display: none !important;
}

#sb_instagram #sbi_images .sbi_item {
  overflow: visible;
}

#sb_instagram a:focus {
  border-radius: 8px;
  outline: 4px solid #00FFFF !important;
  outline-offset: 4px;
  text-decoration: none;
  position: relative;
  z-index: 6;
}

@media (max-width: 580px) {
  .footer .footer-contacts .soc-networks {
    flex-wrap: wrap;
  }
  .footer .footer-contacts .soc-networks span {
    display: none;
  }
  .footer .footer-contacts .list-footer-contacts {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
  }
  .footer .footer-contacts .list-footer-contacts .list-item {
    margin-bottom: 20px;
  }
  .footer .footer-base > div {
    text-align: left !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .footer {
    padding-bottom: 40px;
  }
  .footer .footer-partners {
    padding-bottom: 0px !important;
  }
  .footer .footer-partners .footer-bottom-item {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 10px !important;
  }
  .footer .footer-partners .footer-bottom-item img {
    margin-bottom: 20px !important;
  }
}
.footer .footer-social-feeds {
  margin-bottom: 65px;
}
.footer .footer-social-feeds .instagram, .footer .footer-social-feeds .twitter {
  display: flex;
  margin: 0px -5px;
  margin-bottom: 10px;
}
.footer .footer-social-feeds .instagram .footer-social-feed-item, .footer .footer-social-feeds .twitter .footer-social-feed-item {
  width: 20%;
  padding: 0px 5px;
}
.footer .footer-social-feeds .instagram .footer-social-feed-item .inner, .footer .footer-social-feeds .twitter .footer-social-feed-item .inner {
  height: 100%;
}
.footer .footer-social-feeds .instagram .footer-social-feed-item .inner .link, .footer .footer-social-feeds .twitter .footer-social-feed-item .inner .link {
  height: 100%;
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.footer .footer-social-feeds .instagram .footer-social-feed-item .inner .link img, .footer .footer-social-feeds .twitter .footer-social-feed-item .inner .link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .footer-social-feeds .instagram .footer-social-feed-item.header, .footer .footer-social-feeds .twitter .footer-social-feed-item.header {
  background: transparent;
}
.footer .footer-social-feeds .instagram .footer-social-feed-item.header .inner, .footer .footer-social-feeds .twitter .footer-social-feed-item.header .inner {
  height: 100%;
  background: transparent;
}
.footer .footer-social-feeds .instagram .footer-social-feed-item.header .inner .link, .footer .footer-social-feeds .twitter .footer-social-feed-item.header .inner .link {
  display: flex;
  height: 100%;
  width: 100%;
  color: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  font-weight: 700;
}
.footer .footer-social-feeds .instagram .footer-social-feed-item.header .inner .link img, .footer .footer-social-feeds .twitter .footer-social-feed-item.header .inner .link img {
  filter: brightness(0) invert(1);
  width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 18px;
}
.footer .footer-social-feeds .instagram .footer-social-feed-item.type-2, .footer .footer-social-feeds .twitter .footer-social-feed-item.type-2 {
  width: 40%;
}
.footer .footer-social-feeds .instagram .footer-social-feed-item {
  height: 200px;
}
.footer .footer-social-feeds .instagram .footer-social-feed-item.header .inner .link {
  background: linear-gradient(225deg, #F9AE0E 14.6%, #F37919 29.71%, #F04D38 43.77%, #EC296B 61.48%, #A92586 79.71%, #8A2889 94.81%);
}
.footer .footer-social-feeds .twitter .footer-social-feed-item {
  height: 260px;
}
.footer .footer-social-feeds .twitter .footer-social-feed-item .inner .link {
  background: #fff;
}
.footer .footer-social-feeds .twitter .footer-social-feed-item.header .inner .link {
  background: #1D9BF0;
}

@media (max-width: 900px) {
  .footer .footer-social-feeds .instagram, .footer .footer-social-feeds .twitter {
    flex-wrap: wrap;
  }
  .footer .footer-social-feeds .instagram .footer-social-feed-item.header, .footer .footer-social-feeds .twitter .footer-social-feed-item.header {
    width: 100%;
    margin-bottom: 10px;
    height: 120px;
  }
  .footer .footer-social-feeds .instagram .footer-social-feed-item, .footer .footer-social-feeds .twitter .footer-social-feed-item {
    width: 25%;
  }
  .footer .footer-social-feeds .instagram .footer-social-feed-item.type-2, .footer .footer-social-feeds .twitter .footer-social-feed-item.type-2 {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .footer .footer-social-feeds .instagram {
    margin-bottom: 0px;
  }
  .footer .footer-social-feeds .instagram .footer-social-feed-item, .footer .footer-social-feeds .twitter .footer-social-feed-item {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 580px) {
  .footer .footer-social-feeds .instagram .footer-social-feed-item, .footer .footer-social-feeds .twitter .footer-social-feed-item {
    width: 100%;
  }
  .footer .footer-social-feeds .instagram .footer-social-feed-item.type-2, .footer .footer-social-feeds .twitter .footer-social-feed-item.type-2 {
    width: 100%;
  }
}
.footer .nav.nav-footer {
  color: #fff;
  margin-bottom: 70px;
}
.footer .nav.nav-footer h3,
.footer .nav.nav-footer h2 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.footer .nav.nav-footer ul li {
  margin-bottom: 10px;
  font-size: 1rem;
}
.footer .nav.nav-footer ul li a {
  text-decoration: underline;
  color: #fff;
}
.footer .nav.nav-footer ul li a:hover {
  text-decoration: none;
}

.footer .footer-partners {
  background: #fff;
  border-radius: 16px;
  padding: 30px 0px;
  display: flex;
  margin-bottom: 30px;
}
.footer .footer-partners .footer-bottom-item {
  padding: 0px 60px;
}
.footer .footer-partners .footer-bottom-item h3,
.footer .footer-partners .footer-bottom-item h2 {
  font-size: 16px;
  color: #051F50;
  font-weight: 700;
  margin-bottom: 21px;
}
.footer .footer-partners .footer-bottom-item img {
  margin-right: 5px;
  max-width: 90%;
}
.footer .footer-partners > div:nth-of-type(1) {
  border-right: 1px #D6DDEC solid;
}

@media (max-width: 900px) {
  .footer .footer-partners {
    display: block;
  }
  .footer .footer-partners > div:nth-of-type(1) {
    border: none;
    margin-bottom: 30px;
  }
}
.main {
  background: #f5f7fa url("../gfx/background/Abstract-light.jpg") center top no-repeat;
  background-size: 100% auto;
  /*padding-top:3.5rem;*/
}

.nav.nav-sidebar {
  display: block;
}
.nav.nav-sidebar button {
  display: none;
}
.nav.nav-sidebar ul li {
  border-top: 2px #d6ddec solid;
  padding: 30px 0px;
}
.nav.nav-sidebar ul li a {
  text-decoration: underline;
  font-weight: 700;
  color: #002F87;
}
.nav.nav-sidebar ul li a:hover {
  text-decoration: none;
}

aside,
.aside {
  position: absolute;
  top: 0px;
  left: 15px;
  right: 15px;
  height: 100%;
  width: 100%;
}

.sticky,
.nav.nav-sidebar {
  position: sticky;
  top: 0;
}

@media (max-width: 767px) {
  aside,
  .aside {
    position: static;
    top: 0px;
    left: 15px;
    right: 15px;
    height: 100%;
    width: 100%;
  }
  .sticky,
  .nav.nav-sidebar {
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    margin-bottom: 20px;
    height: 50px;
    height: auto;
    width: 100%;
    background: #fff;
    border: 1px solid #002F87;
    box-shadow: inset 0px 4px 8px rgba(5, 31, 80, 0.15);
    border-radius: 8px;
    position: relative;
    z-index: 887;
  }
  .sticky button,
  .nav.nav-sidebar button {
    display: block;
    border: none;
    height: 48px;
    width: 100%;
    background: #fff;
    color: #002F87;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    text-align: left;
    padding: 0px 20px;
    position: relative;
    z-index: 99;
    border-radius: 8px;
  }
  .sticky button:after,
  .nav.nav-sidebar button:after {
    border: none;
    content: "";
    display: inline-block;
    width: 12px;
    height: 8px;
    background: transparent url("../gfx/icon/chevron-down.svg") center center no-repeat;
    background-size: contain;
    margin-left: 0px;
    margin-right: 10px;
    transform: rotate(0deg);
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -4px;
  }
  .sticky button:focus,
  .nav.nav-sidebar button:focus {
    outline: 4px solid #8B08AC;
  }
  .sticky ul,
  .nav.nav-sidebar ul {
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    top: calc(100% - 12px);
    right: 0px;
    bottom: auto;
    left: 0px;
    background: #fff;
    border-radius: 8px;
    padding-top: 6px;
    border-top: none;
    margin: 0px -1px;
    border: 1px solid #002F87;
  }
  .sticky ul li,
  .nav.nav-sidebar ul li {
    height: auto;
    border: none;
    padding: 0px 5px;
  }
  .sticky ul li span,
  .sticky ul li a,
  .nav.nav-sidebar ul li span,
  .nav.nav-sidebar ul li a {
    margin: 0px 0px 2px 0px;
    margin-bottom: 1px !important;
    width: auto;
    display: flex;
    align-items: center;
    color: #002F87;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    padding: 15px 15px;
    border-radius: 8px;
  }
  .sticky ul li span:focus,
  .sticky ul li a:focus,
  .nav.nav-sidebar ul li span:focus,
  .nav.nav-sidebar ul li a:focus {
    border-radius: 8px;
    outline: 4px solid #8B08AC;
    outline-offset: 4px;
    text-decoration: none;
    position: relative;
    z-index: 6;
    background: #002F87;
    color: #fff;
  }
  .sticky ul li span:hover,
  .sticky ul li a:hover,
  .nav.nav-sidebar ul li span:hover,
  .nav.nav-sidebar ul li a:hover {
    background: #002F87;
    color: #fff;
  }
  .sticky ul li span:nth-of-type(1),
  .sticky ul li a:nth-of-type(1),
  .nav.nav-sidebar ul li span:nth-of-type(1),
  .nav.nav-sidebar ul li a:nth-of-type(1) {
    margin-top: 10px;
  }
  .sticky ul li span:last-of-type,
  .sticky ul li a:last-of-type,
  .nav.nav-sidebar ul li span:last-of-type,
  .nav.nav-sidebar ul li a:last-of-type {
    margin-bottom: 10px !important;
  }
  .sticky.active button:after,
  .nav.nav-sidebar.active button:after {
    transform: rotate(180deg);
    transform-origin: center;
  }
  .sticky.active ul,
  .nav.nav-sidebar.active ul {
    max-height: 500px;
    box-shadow: 0px 7px 7px rgba(0, 47, 135, 0.1);
  }
}
.component-header {
  padding: 25px 0px;
  align-items: center;
}
.component-header > div {
  margin-bottom: 0px !important;
}
.component-header h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 900;
  max-width: 700px;
  margin-bottom: 20px;
}
.component-header h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 900;
  max-width: 700px;
  margin-bottom: 20px;
}
.component-header h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 900;
  max-width: 700px;
  margin-bottom: 20px;
}
.component-header h2 + h3 {
  /*padding-top:35px;*/
  max-width: 700px;
  margin-bottom: 20px;
}
.component-header ul, .component-header ol,
.component-header p {
  /*padding-top:20px;*/
  max-width: 700px;
  margin-bottom: 30px;
}
.component-header p a,
.component-header li a {
  color: #002F87;
  font-weight: 700;
  text-decoration: underline;
}
.component-header p a:hover,
.component-header li a:hover {
  text-decoration: none;
}
.component-header ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  position: relative;
}
.component-header ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #002F87;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.component-header.component-header-mobile {
  display: none;
}

.splide__pagination {
  display: none;
}

@media (max-width: 580px) {
  .component-header .paginator {
    display: none;
  }
  .component-header.component-header-mobile {
    display: block;
    padding-top: 0px;
  }
  .component-header.component-header-mobile .paginator {
    display: flex;
    justify-content: flex-start;
  }
  .component-header.component-header-mobile .paginator .show-all {
    margin-left: auto;
  }
}
.component-alert .alert {
  padding: 30px;
  padding-left: 60px;
  display: flex;
  border-radius: 16px;
  border: 3px #051F50 solid;
  margin-bottom: 30px;
}
.component-alert .alert .icon {
  flex-shrink: 0;
  margin-right: 60px;
  margin-top: 15px;
}
.component-alert .alert .icon img {
  width: 53px;
  height: 53px;
}
.component-alert .alert .txt {
  max-width: 700px;
}
.component-alert .alert .txt p.headline,
.component-alert .alert .txt h3, .component-alert .alert .txt h4,
.component-alert .alert .txt h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 10px;
  color: #002F87;
}
.component-alert .alert .txt p {
  margin-bottom: 10px;
}
.component-alert .alert .txt p:last-of-type {
  margin-bottom: 0px;
}
.component-alert .alert .txt p a.read-more {
  color: #002F87;
  font-weight: 700;
  text-decoration: underline;
}
.component-alert .alert .txt p a.read-more:hover {
  text-decoration: none;
}
.component-alert .alert .txt p a {
  font-weight: 700;
  text-decoration: underline;
}
.component-alert .alert .txt p a:hover {
  text-decoration: none;
}
.component-alert .alert.alert-info {
  border-color: #002F87;
  background: #EBEFF6;
}
.component-alert .alert.alert-info .txt p.headline, .component-alert .alert.alert-info .txt h2, .component-alert .alert.alert-info .txt h3, .component-alert .alert.alert-info .txt h4, .component-alert .alert.alert-info .txt p a {
  color: #002F87;
}
.component-alert .alert.alert-info .txt p strong {
  color: #002F87;
}
.component-alert .alert.alert-danger {
  border-color: #A90808;
  background: #FCF5F5;
}
.component-alert .alert.alert-danger .txt p.headline, .component-alert .alert.alert-danger .txt h2, .component-alert .alert.alert-danger .txt h3, .component-alert .alert.alert-danger .txt h4, .component-alert .alert.alert-danger .txt p a {
  color: #A90808;
}
.component-alert .alert.alert-danger .txt p strong {
  color: #A90808;
}
.component-alert .alert.alert-help {
  border-color: #8B08AC;
  background: #FBF5FC;
}
.component-alert .alert.alert-help .txt p.headline, .component-alert .alert.alert-help .txt h2, .component-alert .alert.alert-help .txt h3, .component-alert .alert.alert-help .txt h4, .component-alert .alert.alert-help .txt p a {
  color: #8B08AC;
}
.component-alert .alert.alert-help .txt p strong {
  color: #8B08AC;
}
.component-alert .alert.alert-blockquote {
  border-color: #002F87;
  background: #EBEFF6;
}
.component-alert .alert.alert-blockquote .icon {
  margin-top: 0px;
}
.component-alert .alert.alert-blockquote .txt p.headline, .component-alert .alert.alert-blockquote .txt h2, .component-alert .alert.alert-blockquote .txt h3, .component-alert .alert.alert-blockquote .txt h4, .component-alert .alert.alert-blockquote .txt p a {
  color: #002F87;
}
.component-alert .alert.alert-blockquote .txt p strong {
  color: #002F87;
}

@media (max-width: 767px) {
  .component-alert .alert {
    padding-left: 30px;
  }
  .component-alert .alert .icon {
    margin-right: 30px;
  }
}
@media (max-width: 500px) {
  .component-alert .alert {
    flex-direction: column;
  }
  .component-alert .alert .icon {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
.show-next,
.show-all {
  height: 50px;
  border-radius: 25px;
  border: 2px #002F87 solid;
  display: inline-flex;
  align-items: center;
  padding: 0px 18px;
  text-decoration: none;
  font-weight: 700;
  margin: 5px 0px;
  color: #002F87;
  background: transparent;
  font-size: 1rem;
}
.show-next:hover,
.show-all:hover {
  background: #002F87;
  color: #fff;
}
.show-next:focus,
.show-all:focus {
  border-radius: 25px;
}
.show-next span,
.show-all span {
  margin: 0px 5px;
}

.show-all:after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  font-size: 0px;
  background: transparent url("../gfx/icon/arrow_forward.svg") center center no-repeat;
  background-size: contain;
  margin-left: 14px;
}
.show-all:hover:after {
  filter: brightness(0) invert(1);
}

.paginator {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0px -5px;
  margin-bottom: 25px;
}
.paginator ul li button,
.paginator ul li a,
.paginator .arrow {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 2px #002F87 solid;
  background: transparent;
  margin: 5px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  color: #002F87;
}
.paginator ul li button:hover,
.paginator ul li a:hover,
.paginator .arrow:hover {
  background: #002F87;
  color: #fff;
}
.paginator ul li button:hover img,
.paginator ul li a:hover img,
.paginator .arrow:hover img {
  filter: brightness(0) invert(1);
}
.paginator ul li button img,
.paginator ul li a img,
.paginator .arrow img {
  width: 10px;
  height: auto;
  position: relative;
}
.paginator ul li button.arrow-left img,
.paginator ul li a.arrow-left img,
.paginator .arrow.arrow-left img {
  left: -2px;
}
.paginator ul li button.arrow-right img,
.paginator ul li a.arrow-right img,
.paginator .arrow.arrow-right img {
  transform: rotate(180deg);
  transform-origin: center;
  left: 2px;
}
.paginator ul {
  display: flex;
  flex-wrap: wrap;
}
.paginator ul li button,
.paginator ul li a {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  color: #002F87;
}
.paginator ul li:hover button, .paginator ul li.current-page button, .paginator ul li:hover a, .paginator ul li.current-page a {
  background: #002F87;
  color: #fff;
}
.paginator ul li span.dots {
  width: 50px;
  height: 50px;
  margin: 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

@media (max-width: 767px) {
  /*.show-next, .show-all {
  	height:40px;
  }
  .paginator ul li span.dots,
  .paginator ul li a, .paginator .arrow {
  	height:40px;
  	width:40px;
  	margin:0px 3px;
  }*/
}
@media (max-width: 580px) {
  /*.show-next, .show-all {
  	height:30px;
  }
  .paginator ul li span.dots,
  .paginator ul li a, .paginator .arrow {
  	height:30px;
  	width:30px;
  	margin:0px 1px;
  }*/
  .row-paginator > div {
    text-align: center !important;
  }
  .row-paginator > div .paginator {
    justify-content: center;
  }
}
.component.page-banner {
  /*background:$blue url('../gfx/background/page-banner-fullwidth.png') center center no-repeat;*/
  background: #002F87 url("../gfx/background/Abstract-dark.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  /*margin-bottom:3.75rem;*/
  overflow: hidden;
  margin-bottom: 3.5rem;
}
.component.page-banner.page-banner-type2 .container > .row > div {
  min-height: 460px;
}
.component.page-banner.page-banner-noimage {
  background: transparent;
}
.component.page-banner.page-banner-noimage .container > .row > div {
  min-height: 1px;
}
.component.page-banner.page-banner-noimage .breadcrumb {
  color: #002F87;
  padding-top: 0px;
  margin-bottom: 4.5rem;
}
.component.page-banner.page-banner-noimage .breadcrumb a {
  color: #002F87;
}
.component.page-banner.page-banner-noimage .breadcrumb span span:nth-of-type(1) a:before {
  content: "";
  background: transparent url("../gfx/icon/home-blue.svg") center center no-repeat;
  background-size: contain;
}
.component.page-banner.page-banner-noimage .breadcrumb span span:after {
  content: "";
  background: transparent url("../gfx/icon/arrow-right-blue.svg") center center no-repeat;
  background-size: contain;
}
.component.page-banner h1 {
  padding-top: 50px;
  margin-bottom: 20px;
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
}
.component.page-banner p {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 50px;
  color: #fff;
}
.component.page-banner .container {
  z-index: 2;
  position: relative;
}
.component.page-banner .container > .row > div {
  min-height: 380px;
}
.component.page-banner .container > .row {
  /*background:transparent url('../gfx/background/page-banner.png') center center no-repeat;
  background-size:100% 100%;*/
}
.component.page-banner .play-container {
  font-size: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 600px;
  z-index: 3;
}
.component.page-banner .play-container .play {
  border-radius: 50%;
  font-size: 0px;
  z-index: 9;
  transform: translateX(130px);
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0px;
}
.component.page-banner .play-container .play:focus {
  outline: 4px solid #00FFFF;
}
.component.page-banner .fullwidth-image {
  font-size: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
  width: 50%;
  max-width: 600px;
  z-index: 1;
  /**/
  transform: translateX(50px);
}
.component.page-banner .fullwidth-image img.banner-image {
  width: 100%;
  width: 1000px;
  max-width: none;
  height: 100%;
  object-fit: cover;
  /*clip-path: polygon(370px 0, 100% 0, 100% 100%, 0% 100%);*/
  clip-path: polygon(370px 0%, 100% 0%, 630px 100%, 0% 100%);
}
.component.page-banner.page-banner-contact-detail {
  /*background:$blue url('../gfx/background/page-banner-fullwidth2.png') center center no-repeat;*/
  background: #002F87 url("../gfx/background/Abstract-dark.jpg") center center no-repeat;
  background-size: cover;
}
.component.page-banner.page-banner-contact-detail .container > .row {
  /*background:transparent url('../gfx/background/page-banner-nomask.png') center center no-repeat;
  background-size:100% 100%;*/
  padding-bottom: 80px;
}
.component.page-banner.page-banner-contact-detail .breadcrumb {
  margin-bottom: 80px;
}
.component.page-banner.page-banner-contact-detail a:focus, .component.page-banner.page-banner-contact-detail button:focus {
  outline: 4px solid #00FFFF;
}
.component.page-banner.page-banner-contact-detail .contact-header p {
  margin-bottom: 30px;
  font-size: 1.25rem;
}
.component.page-banner.page-banner-contact-detail .contact-header h1 {
  padding-top: 0px;
  margin-bottom: 10px;
}
.component.page-banner.page-banner-contact-detail .contact-header .contacts {
  margin-bottom: 30px;
  padding-top: 5px;
  font-size: 1.25rem;
}
.component.page-banner.page-banner-contact-detail .contact-header .contacts .contact-link {
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.component.page-banner.page-banner-contact-detail .contact-header .contacts .contact-link .icon {
  width: 20px;
  height: 24px;
  object-fit: contain;
  margin-right: 12px;
  filter: brightness(0) invert(1);
}
.component.page-banner.page-banner-contact-detail .contact-header .contacts .contact-link span {
  text-decoration: underline;
}
.component.page-banner.page-banner-contact-detail .contact-header .contacts .contact-link:hover span {
  text-decoration: none;
}
.component.page-banner.page-banner-contact-detail .contact-header .soc-networks {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  margin-left: -5px;
}
.component.page-banner.page-banner-contact-detail .contact-header .soc-networks .soc-networks-link {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component.page-banner.page-banner-contact-detail .contact-header .soc-networks .soc-networks-link img {
  filter: brightness(0) invert(1);
}
.component.page-banner.page-banner-contact-detail .contact-header .soc-networks .soc-networks-link.fb img {
  width: 10px;
  height: 20px;
}
.component.page-banner.page-banner-contact-detail .contact-header .soc-networks .soc-networks-link.inst img {
  width: 20px;
  height: 20px;
}
.component.page-banner.page-banner-contact-detail .contact-header .soc-networks .soc-networks-link.tw img {
  width: 20px;
  height: 16px;
}
.component.page-banner.page-banner-contact-detail .contact-header .soc-networks .soc-networks-link.yt img {
  width: 22px;
  height: 16px;
}
.component.page-banner.page-banner-contact-detail .contact-header .soc-networks .soc-networks-link.ln img {
  width: 20px;
  height: 19px;
}
.component.page-banner.page-banner-contact-detail .img img {
  width: 100%;
  border: 10px #fff solid;
  border-radius: 26px;
}
.component.page-banner.page-banner-contact-detail .img.img-blank span {
  background: #002F87 url("../gfx/background/block2.png") center center no-repeat;
  background-size: cover;
  width: 100%;
  border: 10px #fff solid;
  border-radius: 26px;
  display: block;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component.page-banner.page-banner-contact-detail .img.img-blank img {
  max-width: 100px;
  border: none;
  border-radius: 0px;
}

@media (max-width: 767px) {
  .component.page-banner .play-container,
  .component.page-banner .fullwidth-image {
    display: none;
  }
  .component.page-banner.page-banner-contact-detail .img {
    margin-bottom: 25px;
  }
  .component.page-banner.page-banner-noimage .breadcrumb,
  .component.page-banner.page-banner-contact-detail .breadcrumb {
    margin-bottom: 25px;
  }
}
.component.info-blocks .row {
  margin-right: -5px;
  margin-left: -5px;
}
.component.info-blocks .row > div {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
.component.info-blocks .info-blocks-item {
  border-radius: 16px;
  background: #fff;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.component.info-blocks .info-blocks-item .icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 12px;
}
.component.info-blocks .info-blocks-item .icon .number {
  font-size: 4.5rem;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 10px;
  display: inline-block;
  color: #002F87;
}
.component.info-blocks .info-blocks-item h3, .component.info-blocks .info-blocks-item h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.component.info-blocks .info-blocks-item p:last-of-type {
  margin-bottom: 0px;
}

.form .fieldset {
  margin-bottom: 20px;
}
.form ul {
  padding-top: 0px !important;
}
.form li p {
  margin-bottom: 0px !important;
}
.form h4 {
  padding-top: 20px;
}
.form .form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  max-width: 700px;
}
.form .form-item p {
  margin-bottom: 0px !important;
}
.form .form-item br {
  display: none;
}
.form .form-item p.label,
.form .form-item label {
  margin-bottom: 5px !important;
  position: relative;
  display: inline-block;
}
.form .form-item p.label a,
.form .form-item label a {
  font-weight: 700;
  color: #002F87;
  text-decoration: underline;
}
.form .form-item p.label a:hover,
.form .form-item label a:hover {
  text-decoration: none;
}
.form .form-item .tooltip {
  display: inline-block;
  position: relative;
  border: none;
  background: transparent;
  padding: 0px;
  text-align: left;
  font-size: 1rem;
  top: 4px;
  width: 20px;
  height: 20px;
}
.form .form-item .tooltip > br {
  display: none;
}
.form .form-item .tooltip .tooltip-button {
  padding: 0px;
  border: none;
  background: transparent;
  height: 20px;
}
.form .form-item .tooltip .tooltip-button > br {
  display: none;
}
.form .form-item .tooltip .tooltip-icon {
  cursor: pointer;
  position: relative;
  top: 0px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.form .form-item .tooltip .tooltip-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.form .form-item .tooltip .tooltip-content {
  position: absolute;
  top: 0%;
  right: auto;
  bottom: auto;
  left: 100%;
  transform: translateY(-50%);
  margin-top: 20px;
  margin-left: 10px;
  border-radius: 16px;
  background: #002F87;
  color: #fff;
  display: block;
  z-index: 99999;
  width: 230px;
  padding: 15px;
  display: none;
}
.form .form-item .tooltip .tooltip-content .tooltip-close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: auto;
  left: auto;
  border: none;
  background: transparent;
}
.form .form-item .tooltip .tooltip-content .tooltip-close:focus {
  border-radius: 8px;
  outline: 4px solid #00FFFF;
  outline-offset: 2px;
  text-decoration: none;
  z-index: 6;
}
.form .form-item .tooltip .tooltip-content .tooltip-close:before, .form .form-item .tooltip .tooltip-content .tooltip-close:after {
  content: "";
  height: 1px;
  width: 24px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 0px;
  display: block;
}
.form .form-item .tooltip .tooltip-content .tooltip-close:before {
  transform: rotate(-45deg);
  transform-origin: center;
}
.form .form-item .tooltip .tooltip-content .tooltip-close:after {
  transform: rotate(45deg);
  transform-origin: center;
}
.form .form-item .tooltip .tooltip-content:focus {
  border-radius: 8px;
  outline: 4px solid #8B08AC;
  outline-offset: 4px;
  text-decoration: none;
  z-index: 6;
}
.form .form-item .tooltip .tooltip-content p {
  color: #fff;
  margin: 0px;
}
.form .form-item .tooltip .tooltip-content p a {
  color: inherit;
}
.form .form-item .tooltip .tooltip-content p a:focus {
  outline: 4px solid #00FFFF;
}
.form .form-item .tooltip .tooltip-content a {
  color: inherit;
}
.form .form-item .tooltip .tooltip-content a:focus {
  outline: 4px solid #00FFFF;
}
.form .form-item .tooltip.active .tooltip-content {
  display: block;
}
.form .form-item .buttonset {
  height: 50px;
  height: auto;
  width: 100%;
  background: #fff;
  border: 1px solid #002F87;
  box-shadow: inset 0px 4px 8px rgba(5, 31, 80, 0.15);
  border-radius: 8px;
  position: relative;
  z-index: 887;
  min-width: 110px;
}
.form .form-item .buttonset .buttonset-open {
  border: none;
  height: 48px;
  width: 100%;
  background: #fff;
  color: #002F87;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  padding: 0px 20px;
  padding-right: 26px;
  position: relative;
  z-index: 99;
  border-radius: 8px;
}
.form .form-item .buttonset .buttonset-open:after {
  border: none;
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  background: transparent url("../gfx/icon/chevron-down.svg") center center no-repeat;
  background-size: contain;
  margin-left: 0px;
  margin-right: 10px;
  transform: rotate(0deg);
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -4px;
}
.form .form-item .buttonset .buttonset-open:focus {
  outline: 4px solid #00FFFF;
}
.form .form-item .buttonset .buttonset-open:focus:before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border: 2px #002F87 solid;
  border-radius: 8px;
}
.form .form-item .buttonset .buttonset-inner {
  max-height: 0px;
  overflow: hidden;
  overflow: auto;
  position: absolute;
  top: calc(100% - 12px);
  right: 0px;
  bottom: auto;
  left: 0px;
  background: #fff;
  border-radius: 8px;
  padding-top: 6px;
}
.form .form-item .buttonset .buttonset-inner label {
  margin: 1px 10px;
  margin-bottom: 1px !important;
  width: auto;
  display: flex;
  align-items: center;
  color: #002F87;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  padding: 4px;
  border-radius: 8px;
  /*padding-left:35px;
  position:relative;*/
}
.form .form-item .buttonset .buttonset-inner label:focus {
  border-radius: 8px;
  outline: 4px solid #8B08AC;
  outline-offset: 4px;
  text-decoration: none;
  position: relative;
  z-index: 6;
  background: #002F87;
  color: #fff;
}
.form .form-item .buttonset .buttonset-inner label.hover, .form .form-item .buttonset .buttonset-inner label:hover {
  background: #002F87;
  color: #fff;
}
.form .form-item .buttonset .buttonset-inner label:nth-of-type(1) {
  margin-top: 10px;
}
.form .form-item .buttonset .buttonset-inner label:last-of-type {
  margin-bottom: 10px !important;
}
.form .form-item .buttonset .buttonset-inner input {
  box-shadow: none;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  flex-shrink: 0;
  max-width: 24px !important;
  /*max-width:none !important;
  					width:100%;
  					height:100%;
  					@include pa(0px,0px,0px,0px);
  					opacity: 0;
  					visibility: hidden;
  */
}
.form .form-item .buttonset .buttonset-inner input:focus {
  border-radius: 8px;
  outline: 4px solid #8B08AC;
  outline-offset: 4px;
  text-decoration: none;
  position: relative;
  z-index: 6;
}
.form .form-item .buttonset.active .buttonset-open:after {
  transform: rotate(180deg);
  transform-origin: center;
}
.form .form-item .buttonset.active .buttonset-inner {
  max-height: 500px;
  box-shadow: 0px 7px 7px rgba(0, 47, 135, 0.1);
}
.form .form-item .form-item-flex-container {
  display: flex;
  width: 100%;
  column-gap: 10px;
}
.form .form-item .form-item-flex-container .form-item-flex-item {
  text-align: center;
}
.form .form-item .form-item-flex-container .form-item-flex-item input {
  width: 100%;
}
.form .form-item .form-item-flex-container .form-item-flex-item.text-left {
  text-align: left;
}
.form .form-item .form-item-flex-container .form-item-flex-item.min-width-60p {
  min-width: 60%;
}
.form .form-item.form-item-hastooltip, .form .form-item.form-item-has-tooltip {
  position: relative;
}
.form .form-item.form-item-hastooltip .tooltip, .form .form-item.form-item-has-tooltip .tooltip {
  position: absolute;
  top: 43px;
  right: 10px;
  z-index: 10;
}
.form .form-item.form-item-hastooltip input, .form .form-item.form-item-hastooltip select, .form .form-item.form-item-hastooltip textarea, .form .form-item.form-item-has-tooltip input, .form .form-item.form-item-has-tooltip select, .form .form-item.form-item-has-tooltip textarea {
  padding-right: 50px;
}
.form .form-item.form-item-text input, .form .form-item.form-item-text select, .form .form-item.form-item-text textarea, .form .form-item.form-item-textarea input, .form .form-item.form-item-textarea select, .form .form-item.form-item-textarea textarea, .form .form-item.form-item-file input, .form .form-item.form-item-file select, .form .form-item.form-item-file textarea, .form .form-item.form-item-select input, .form .form-item.form-item-select select, .form .form-item.form-item-select textarea {
  height: 50px;
  width: 100%;
  background: #fff;
  border: 1px solid #002F87;
  box-shadow: inset 0px 4px 8px rgba(5, 31, 80, 0.15);
  border-radius: 8px;
  padding: 0px 20px;
  color: #002F87;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}
.form .form-item.form-item-text input:focus, .form .form-item.form-item-text select:focus, .form .form-item.form-item-text textarea:focus, .form .form-item.form-item-textarea input:focus, .form .form-item.form-item-textarea select:focus, .form .form-item.form-item-textarea textarea:focus, .form .form-item.form-item-file input:focus, .form .form-item.form-item-file select:focus, .form .form-item.form-item-file textarea:focus, .form .form-item.form-item-select input:focus, .form .form-item.form-item-select select:focus, .form .form-item.form-item-select textarea:focus {
  /*border-width:3px;*/
  /*padding:0px 18px;*/
}
.form .form-item.form-item-text input.wpcf7-not-valid, .form .form-item.form-item-text select.wpcf7-not-valid, .form .form-item.form-item-text textarea.wpcf7-not-valid, .form .form-item.form-item-textarea input.wpcf7-not-valid, .form .form-item.form-item-textarea select.wpcf7-not-valid, .form .form-item.form-item-textarea textarea.wpcf7-not-valid, .form .form-item.form-item-file input.wpcf7-not-valid, .form .form-item.form-item-file select.wpcf7-not-valid, .form .form-item.form-item-file textarea.wpcf7-not-valid, .form .form-item.form-item-select input.wpcf7-not-valid, .form .form-item.form-item-select select.wpcf7-not-valid, .form .form-item.form-item-select textarea.wpcf7-not-valid {
  border-color: #A90808;
  border-width: 3px;
  border-radius: 8px 8px 0px 0px;
  padding: 0px 18px;
  color: #A90808;
  height: 84px;
  padding-bottom: 37px;
  border-radius: 8px 8px 8px 8px;
}
.form .form-item.form-item-text .wpcf7-not-valid-tip, .form .form-item.form-item-textarea .wpcf7-not-valid-tip, .form .form-item.form-item-file .wpcf7-not-valid-tip, .form .form-item.form-item-select .wpcf7-not-valid-tip {
  margin-top: -37px;
  position: relative;
  z-index: 999;
}
.form .form-item.form-item-text input[type=file] {
  padding-top: 12px;
}
.form .form-item.form-item-textarea textarea {
  height: 100px;
  padding: 15px 20px;
}
.form .form-item.form-item-textarea textarea:focus {
  padding: 13px 18px;
}
.form .form-item.form-item-textarea textarea.wpcf7-not-valid {
  padding: 13px 18px;
}
.form .form-item.form-item-file p.file-holder {
  padding: 20px;
  background: #EBEFF6;
  border-radius: 8px;
  border: 1px solid #002F87;
  box-shadow: inset 0px 4px 8px rgba(5, 31, 80, 0.15);
  display: flex;
  /*flex-wrap: wrap;*/
}
.form .form-item.form-item-file span[role=button]:focus {
  border-radius: 25px;
  outline: 4px solid #8B08AC;
  outline-offset: 4px;
  text-decoration: none;
  position: relative;
  z-index: 6;
}
.form .form-item.form-item-file input {
  /*padding-top:12px;*/
}
.form .form-item.form-item-file input[type=text] {
  border: none;
  background: transparent;
  box-shadow: none;
  min-width: 300px;
  width: calc(100% - 180px);
}
.form .form-item.form-item-file input[type=file] {
  display: none;
}
.form .form-item.form-item-file .hide {
  display: none;
}
.form .form-item.form-item-checkbox {
  /*flex-direction: row;*/
}
.form .form-item.form-item-checkbox label {
  position: relative;
  top: 4px;
}
.form .form-item.form-item-checkbox label strong {
  display: block;
}
.form .form-item.form-item-checkbox input {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  appearance: none;
  background: transparent url("../gfx/icon/checkbox-enabled.svg") center center no-repeat;
  background-size: contain;
}
.form .form-item.form-item-checkbox input:disabled {
  background: transparent url("../gfx/icon/checkbox-disabled.svg") center center no-repeat;
  background-size: contain;
}
.form .form-item.form-item-checkbox input:checked {
  background: transparent url("../gfx/icon/checkbox-enabled-checked.svg") center center no-repeat;
  background-size: contain;
}
.form .form-item.form-item-checkbox input:disabled:checked {
  background: transparent url("../gfx/icon/checkbox-disabled-checked.svg") center center no-repeat;
  background-size: contain;
}
.form .form-item.form-item-checkbox .wpcf7-list-item {
  margin-left: 0px;
}
.form .form-item.form-item-checkbox > p {
  width: 100%;
}
.form .form-item.form-item-checkbox > p .wpcf7-list-item-label {
  font-weight: 700;
}
.form .form-item.form-item-submit {
  padding-top: 30px;
}
.form .form-item.form-item-submit button {
  align-self: flex-start;
  cursor: pointer;
}
.form .form-item.search-submit input[type=text] {
  padding: 0px 20px;
  height: 50px;
  width: 100%;
  background: #fff;
  border: 1px solid #002F87;
  box-shadow: inset 0px 4px 8px rgba(5, 31, 80, 0.15);
  border-radius: 8px;
  color: #002F87;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}
.form .form-item.search-submit button[type=submit],
.form .form-item.search-submit input[type=submit] {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 18px;
  bottom: auto;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -12px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 99;
  padding: 0px;
}
.form .form-item.search-submit button[type=submit] img,
.form .form-item.search-submit input[type=submit] img {
  width: 18px;
  height: 18px;
}
.form .form-item .nice-select {
  height: 50px;
  width: 100%;
  background: #fff;
  border: 1px solid #002F87;
  box-shadow: inset 0px 4px 8px rgba(5, 31, 80, 0.15);
  border-radius: 8px;
  padding: 0px 20px;
  color: #051F50;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  line-height: 46px;
}
.form .form-item .nice-select:after {
  /*border-bottom: 2px solid #002F87;
  border-right: 2px solid #002F87;
  height: 8px;
  width: 8px;
  right:20px;
  margin-top:-5px;*/
  border: none;
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  background: transparent url("../gfx/icon/chevron-down.svg") center center no-repeat;
  background-size: contain;
  margin-left: 0px;
  margin-right: 10px;
  transform: rotate(0deg);
}
.form .form-item .nice-select:focus {
  /*border-width:3px;*/
  /*padding:0px 18px;*/
}
.form .form-item .nice-select.wpcf7-not-valid {
  border-color: #A90808;
  border-width: 3px;
  border-radius: 8px 8px 0px 0px;
  padding: 0px 18px;
  color: #A90808;
}
.form .form-item .wpcf7-not-valid-tip {
  background: #A90808;
  color: #fff;
  padding: 8px 22px;
  /*padding-top:16px;*/
  font-weight: 700;
  border-radius: 0px 0px 8px 8px;
  position: relative;
  /*top:-8px;*/
}
.form .form-item .wpcf7-not-valid-tip:before {
  content: "";
  background: transparent url("../gfx/icon/error.svg") center center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 6px;
}
.form .form-additionals {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #D6DDEC;
}

.wpcf7-response-output p, .wpcf7-response-output a {
  color: #A90808 !important;
}
.wpcf7-response-output p:focus, .wpcf7-response-output a:focus {
  outline: 4px solid #8B08AC !important;
}
.wpcf7-response-output:focus {
  border-radius: 8px;
  outline: 4px solid #8B08AC;
  outline-offset: 4px;
  text-decoration: none;
  position: relative;
  z-index: 6;
}
.wpcf7-response-output p.focusable:focus {
  border-radius: 8px;
  outline: 4px solid #8B08AC;
  outline-offset: 4px;
  text-decoration: none;
  position: relative;
  z-index: 6;
}

@media (max-width: 767px) {
  .form .form-item.form-item-file p.file-holder {
    flex-wrap: wrap;
  }
}
@media (max-width: 580px) {
  .form .form-item .form-item-flex-container {
    display: block;
  }
  .form .form-item .form-item-flex-container > div {
    min-width: 1px;
  }
}
.form.page-filters {
  margin-bottom: 30px;
}
.form.page-filters .filters-toggle {
  display: none;
  border: none;
  /*margin-bottom:-35px;*/
  width: 100%;
  cursor: pointer;
}
.form.page-filters .filters-toggle .button-text {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  background: #002F87;
  border-radius: 16px;
  padding: 10px 15px;
  margin: 0px -11px;
  border: 1px #002F87 solid;
}
.form.page-filters .filters-toggle .button-text:hover {
  background: #fff;
  color: #002F87;
}
.form.page-filters .filters-toggle .button-text:focus {
  outline: none;
}
.form.page-filters .filters-toggle .button-text.button-text-on {
  display: block;
}
.form.page-filters .filters-toggle .button-text.button-text-off {
  display: none;
}
.form.page-filters .filters-toggle:focus {
  outline: none;
}
.form.page-filters .filters-toggle:focus .button-text {
  border-radius: 16px;
  outline: 4px solid #8B08AC;
  outline-offset: 4px;
  text-decoration: none;
  z-index: 6;
  box-shadow: 0 3px 0 0px #fff, 0 0 0 8px #fff, 0 0 7px 0px #fff;
}
.form.page-filters.active .filters-toggle .button-text.button-text-on {
  display: none;
}
.form.page-filters.active .filters-toggle .button-text.button-text-off {
  display: block;
}
.form.page-filters .form-container form {
  padding: 0px;
}
.form.page-filters .form-container form .form-item .buttonset .buttonset-inner label {
  color: #002F87;
}
.form.page-filters .form-container form .form-item .buttonset .buttonset-inner label.hover, .form.page-filters .form-container form .form-item .buttonset .buttonset-inner label:hover {
  color: #fff;
}
.form.page-filters .btn.btn-primary.btn-filters:focus {
  outline: 4px solid #00FFFF;
  outline-offset: 4px;
}
.form.page-filters .form-container,
.form.page-filters form {
  padding: 30px;
  display: flex;
  align-items: flex-end;
  /*background:$blue url('../gfx/background/Abstract-dark-small1.png') center center no-repeat;*/
  background: #002F87;
  background-size: cover;
  border-radius: 16px;
  margin: 0px -5px;
  width: 100%;
}
.form.page-filters .form-container input:focus, .form.page-filters .form-container select:focus,
.form.page-filters form input:focus,
.form.page-filters form select:focus {
  border-radius: 8px;
  outline: 4px solid #00FFFF;
  outline-offset: 4px;
  text-decoration: none;
  position: relative;
  z-index: 6;
}
.form.page-filters .form-container .form-item,
.form.page-filters form .form-item {
  /*max-width:180px;
  max-width: 9rem;*/
  min-width: 180px;
  width: 100%;
  width: auto;
  padding: 0px 5px;
  margin-bottom: 0px;
}
.form.page-filters .form-container .form-item.form-item-width-280,
.form.page-filters form .form-item.form-item-width-280 {
  max-width: 280px;
}
.form.page-filters .form-container .form-item p.label,
.form.page-filters .form-container .form-item label,
.form.page-filters form .form-item p.label,
.form.page-filters form .form-item label {
  color: #fff;
}
.form.page-filters .form-container .form-item.search,
.form.page-filters form .form-item.search {
  margin-left: auto;
  position: relative;
  max-width: 300px;
  width: 100%;
}
.form.page-filters .form-container .form-item.search label,
.form.page-filters form .form-item.search label {
  display: none;
}
.form.page-filters .form-container .form-item.search input,
.form.page-filters form .form-item.search input {
  height: auto;
  min-height: 50px;
}
.form.page-filters.page-filters-inline form .form-item {
  flex-direction: row;
  align-items: center;
  max-width: none;
}
.form.page-filters.page-filters-inline form .form-item p.label {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 0px;
  margin-right: 30px;
  white-space: nowrap;
}
.form.page-filters.page-filters-inline form .form-item .nice-select,
.form.page-filters.page-filters-inline form .form-item select,
.form.page-filters.page-filters-inline form .form-item input {
  max-width: 300px;
  width: 100%;
}
.form.page-filters.page-filters-narrow form .form-item {
  max-width: 130px;
}
.form.page-filters.page-filters-narrow form .form-item.search {
  max-width: 220px;
}
@media (max-width: 820px) {
  .form .form-item .buttonset.active {
    z-index: 999;
  }
  .form.page-filters .filters-toggle {
    display: block;
  }
  .form.page-filters .form-container,
  .form.page-filters form {
    flex-wrap: wrap;
    display: none;
    width: auto;
  }
  .form.page-filters .form-container {
    flex-direction: column;
  }
  .form-item.search.search-submit {
    margin-top: 30px !important;
    max-width: none !important;
  }
  .form-item.search.search-submit form {
    align-items: flex-start;
  }
  .form.page-filters.active .form-container,
  .form.page-filters.active form {
    display: flex;
  }
  .form.page-filters form .form-item.search {
    max-width: none;
    margin-bottom: 0px;
  }
  .form.page-filters form .form-item {
    max-width: none;
    margin-bottom: 12px;
  }
  /*.form.page-filters form .form-item.search label {
  	display:block;
  	height:80px;
  }*/
  .form.page-filters form .form-item.search {
    margin-top: 1rem;
  }
}
@media (max-width: 620px) {
  .form.page-filters.page-filters-narrow form .form-item {
    max-width: none;
    margin-bottom: 12px;
  }
  .form.page-filters.page-filters-narrow form .form-item.search {
    max-width: none;
    margin-bottom: 0px;
  }
}
@media (max-width: 580px) {
  .form.page-filters.page-filters-inline form .form-item {
    flex-direction: column;
  }
  .form.page-filters.page-filters-inline form .form-item label {
    margin-bottom: 15px;
    margin-right: 0px;
  }
}
/* content */
/*@import '_compContent.scss';
@import '_compContentBasicText';

@import '_compContentTextBlocks';*/
.component.news .row > div {
  margin-bottom: 30px;
}
.component.news .news-item {
  background: #fff;
  height: 100%;
  border-radius: 16px;
}
.component.news .news-item .block-link {
  display: block;
  text-decoration: none;
  color: #051F50;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.component.news .news-item .block-link:hover .txt h2 {
  text-decoration: underline;
}
.component.news .news-item .block-link .block-link-inner {
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  left: 15px;
  z-index: 2;
}
.component.news .news-item .img {
  font-size: 0px;
  line-height: 0;
  display: block;
}
.component.news .news-item .img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.component.news .news-item .txt {
  padding: 30px;
  display: block;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.component.news .news-item .txt h3,
.component.news .news-item .txt h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}
.component.news .news-item .info {
  margin-top: auto;
}
.component.news .news-item .info .info-item {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
}
.component.news .news-item .info .info-item .icon {
  margin-right: 5px;
}
.component.news .news-item .tags {
  display: flex;
  margin-bottom: 22px;
}
.component.news .news-item .tags .tag-item {
  border-radius: 16px;
  background: #EBEFF6;
  min-height: 24px;
  padding: 0px 10px;
  margin-right: 4px;
  margin-bottom: 4px;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .component.news .news-item .tags .tag-item {
    line-height: 1.6;
  }
}
@media (max-width: 580px) {
  .component.news .news-item .tags .tag-item {
    line-height: 1.9;
  }
}
.row.component.events > div {
  margin-bottom: 30px;
}

.component.events .row > div {
  margin-bottom: 30px;
}
.component.events .event-item {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  height: 100%;
}
.component.events .event-item .block-link {
  display: block;
  text-decoration: none;
  color: #051F50;
  height: 100%;
}
.component.events .event-item .block-link:hover .txt h2 {
  text-decoration: underline;
}
.component.events .event-item .event-header {
  /*height:100%;*/
  min-height: 89px;
  background: #002F87 url("../gfx/background/Abstract-dark-small1.png") center center no-repeat;
  background-size: cover;
  padding: 30px;
  color: #fff;
  display: block;
}
.component.events .event-item .event-header .date {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  display: flex;
  margin: 0px;
  margin-bottom: 0px !important;
  align-items: center;
}
.component.events .event-item .event-header .date:before {
  content: "";
  display: block;
  width: 24px;
  height: 29px;
  background: transparent url("../gfx/icon/event.svg") center center no-repeat;
  background-size: contain;
  margin-right: 14px;
}
.component.events .event-item .txt {
  padding: 30px 30px 0px 30px;
  display: block;
  height: calc(100% - 89px);
  display: flex;
  flex-direction: column;
}
.component.events .event-item .txt h3,
.component.events .event-item .txt h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
}
.component.events .event-item .txt h3 a,
.component.events .event-item .txt h2 a {
  text-decoration: none;
  color: #002F87;
  display: block;
}
.component.events .event-item .txt h3 a:hover,
.component.events .event-item .txt h2 a:hover {
  text-decoration: underline;
}
.component.events .event-item .info {
  margin-top: auto;
  margin-bottom: 30px;
}
.component.events .event-item .info .info-item {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
}
.component.events .event-item .info .info-item .icon {
  margin-right: 5px;
  max-width: 20px;
  max-height: 20px;
}
.component.events .event-item .info .info-item button,
.component.events .event-item .info .info-item a {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  color: #002F87;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  border: none;
  background: transparent;
  font-size: 1rem;
}
.component.events .event-item .info .info-item button:hover,
.component.events .event-item .info .info-item a:hover {
  text-decoration: underline;
}
.component.events .event-item .tags {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.component.events .event-item .tags .tag-item {
  border-radius: 16px;
  background: #EBEFF6;
  min-height: 24px;
  padding: 0px 10px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.component.events.events-overdue .event-item .event-header {
  background: #002F87 url("../gfx/background/block2.png") center center no-repeat;
  background-size: cover;
  color: #002F87;
}
.component.events.events-overdue .event-item .event-header .date:before {
  width: 24px;
  height: 29px;
  background: transparent url("../gfx/icon/calendar.svg") center center no-repeat;
  background-size: contain;
}

.event-detail.info {
  margin-top: auto;
}
.event-detail.info .info-item {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
}
.event-detail.info .info-item .icon {
  margin-right: 5px;
  max-width: 20px;
  max-height: 20px;
}
.event-detail.info .info-item button,
.event-detail.info .info-item a {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  color: #002F87;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  border: none;
  background: transparent;
  font-size: 1rem;
}
.event-detail.info .info-item button:hover,
.event-detail.info .info-item a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .component.events .event-item .tags .tag-item {
    line-height: 1.6;
  }
}
@media (max-width: 580px) {
  .component.events .event-item .tags .tag-item {
    line-height: 1.9;
  }
}
.component.departments .row {
  margin-right: -15px;
  margin-left: -15px;
}
.component.departments .row > div {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}
.component.departments .col-12 > .department-item .block-link .block-link-inner {
  left: 0px;
  right: 0px;
}
.component.departments .col-12 > .department-item .block-link .img img {
  border-radius: 0px 16px 16px 0px;
  overflow: hidden;
}
.component.departments .department-item {
  background: #fff;
  height: 100%;
  border-radius: 16px;
}
.component.departments .department-item .block-link {
  display: block;
  text-decoration: none;
  color: #051F50;
  border-radius: 16px;
  /*overflow: hidden;*/
  height: 100%;
  display: flex;
  flex-direction: column;
}
.component.departments .department-item .block-link .block-link-inner {
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  left: 15px;
  display: block;
  z-index: 5;
}
.component.departments .department-item .block-link:hover .txt h2 {
  text-decoration: underline;
}
.component.departments .department-item p strong {
  color: #002F87;
}
.component.departments .department-item p strong a {
  color: #002F87;
}
.component.departments .department-item .bottom {
  display: block;
  padding: 25px 30px;
}
.component.departments .department-item .info {
  padding: 20px 30px;
  display: flex;
  position: relative;
  align-items: center;
  margin-top: auto;
  /*&:after {
  	content:'';
  	@include pa(auto,30px,0px,30px);
  	height:1px;
  	display:block;
  	background:#D6DDEC;
  }*/
}
.component.departments .department-item .info:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 30px;
  bottom: auto;
  left: 30px;
  height: 1px;
  display: block;
  background: #D6DDEC;
}
.component.departments .department-item .info > a {
  display: flex;
  text-decoration: none;
  color: #051F50;
  align-items: center;
  position: relative;
  z-index: 999;
}
.component.departments .department-item .info > a:hover {
  text-decoration: underline;
}
.component.departments .department-item .info .img {
  display: block;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  margin-left: 0px;
}
.component.departments .department-item .info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 16px !important;
}
.component.departments .department-item .info .img a {
  display: block;
  position: relative;
  z-index: 999;
}
.component.departments .department-item .info .person p {
  margin-bottom: 0px;
}
.component.departments .department-item .info .person p a {
  position: relative;
  z-index: 999;
}
.component.departments .department-item .img {
  font-size: 0px;
  width: 100%;
}
.component.departments .department-item .img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
}
.component.departments .department-item .txt {
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
}
.component.departments .department-item .txt h3,
.component.departments .department-item .txt h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}
.component.departments .department-item .txt p {
  margin-bottom: 0px;
}
.component.departments.departments-lines .department-item .block-link {
  padding-right: 350px;
  position: relative;
  min-height: 205px;
}
.component.departments.departments-lines .department-item .block-link > .img {
  width: 350px;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
}
.component.departments.departments-lines .department-item .block-link > .img img {
  width: 100%;
  height: 100%;
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
}
.component.departments.departments-lines .department-item .block-link .txt,
.component.departments.departments-lines .department-item .block-link .info {
  padding-right: 0px;
}

body.home .component.departments .department-item .txt p {
  display: none;
}

@media (max-width: 767px) {
  .component.departments.departments-lines .col-12 > .department-item .block-link .img img {
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
  }
  .component.departments.departments-lines .department-item .block-link {
    padding-right: 0px;
    position: relative;
  }
  .component.departments.departments-lines .department-item .block-link > .img {
    width: 100%;
    height: 200px;
    position: static;
    display: block;
  }
  .component.departments.departments-lines .department-item .block-link > .img img {
    width: 100%;
    height: 100%;
    clip-path: none;
  }
  .component.departments.departments-lines .department-item .block-link .txt,
  .component.departments.departments-lines .department-item .block-link .info {
    padding-right: 30px;
  }
}
.container .component.publications .row {
  margin-right: -15px;
  margin-left: -15px;
}
.container .component.publications .row > div {
  padding-right: 15px;
  padding-left: 15px;
}

.component.publications .row {
  margin-right: -5px;
  margin-left: -5px;
}
.component.publications .row > div {
  margin-bottom: 30px;
  padding-right: 5px;
  padding-left: 5px;
}
.component.publications .publications-item {
  border-radius: 16px;
  padding-left: 60px;
  overflow: hidden;
  background: #fff;
  height: 100%;
}
.component.publications .publications-item:before {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  background: transparent url("../gfx/icon/clinical_notes.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 34px;
  right: auto;
  bottom: auto;
  left: 34px;
}
.component.publications .publications-item .block-link {
  display: block;
  text-decoration: none;
  color: #051F50;
  /*&:hover {
  	.txt {
  		h2 {
  			text-decoration: underline;
  		}
  	}
  }*/
}
.component.publications .publications-item .info {
  padding: 10px 30px;
  padding-bottom: 25px;
  position: relative;
  display: block;
}
.component.publications .publications-item .info .info-item {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 7px;
}
.component.publications .publications-item .info .info-item .icon {
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.component.publications .publications-item .info .info-item .badge {
  display: inline-block;
  margin-right: 2px;
  border-radius: 16px;
  background: #EBEFF6;
  padding: 0px 10px;
  margin-bottom: 4px;
  color: #002F87;
}
.component.publications .publications-item .info .info-item .badge a {
  color: #002F87;
  text-decoration: underline;
}
.component.publications .publications-item .info .info-item .badge a:hover {
  text-decoration: none;
}
.component.publications .publications-item .info .info-item .badge strong {
  color: #002F87;
}
.component.publications .publications-item .info .info-item.department .badge {
  background: #002F87;
  color: #fff;
  font-weight: 700;
}
.component.publications .publications-item .info .info-item.department .badge a {
  color: #fff;
}
.component.publications .publications-item .txt {
  padding: 30px;
  padding-bottom: 0px;
  display: block;
  position: relative;
}
.component.publications .publications-item .txt p.headline,
.component.publications .publications-item .txt h2 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #051F50;
  margin-bottom: 10px;
}
.component.publications .publications-item .txt p.headline a,
.component.publications .publications-item .txt h2 a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.component.publications .publications-item .txt p.headline a:hover,
.component.publications .publications-item .txt h2 a:hover {
  text-decoration: underline;
}

@media (max-width: 580px) {
  .component.publications .publications-item:before {
    display: none;
  }
  .component.publications .publications-item {
    padding-left: 0px;
  }
  .component.publications .publications-item .info .info-item,
  .component.publications .publications-item .info .info-item .badge,
  .component.publications .publications-item .txt p.headline, .component.publications .publications-item .txt h2 {
    font-size: 14px;
  }
}
.component.publications.patents .publications-item {
  padding-left: 0px;
}
.component.publications.patents .publications-item:before {
  display: none;
}
.component.publications.patents .publications-item .txt .time {
  font-size: 12px;
  margin-bottom: 15px;
  display: block;
}
.component.publications.patents .publications-item .txt h3,
.component.publications.patents .publications-item .txt h2 {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  color: #002F87;
  margin-bottom: 10px;
}
.component.publications.patents .publications-item .txt h3 a,
.component.publications.patents .publications-item .txt h2 a {
  color: #002F87;
  text-decoration: underline;
}
.component.publications.patents .publications-item .txt h3 a:hover,
.component.publications.patents .publications-item .txt h2 a:hover {
  text-decoration: none;
}
.component.publications.patents .publications-item .info .info-item.authors {
  border-top: 1px #D6DDEC solid;
  border-bottom: 1px #D6DDEC solid;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.component.publications.patents .publications-item .info .info-item.bottom {
  padding-left: 0px;
}
.component.publications.patents .publications-item .links a {
  color: #002F87;
  font-weight: 700;
  margin-right: 10px;
  text-decoration: underline;
}
.component.publications.patents .publications-item .links a:hover {
  text-decoration: none;
}

.component.projects .projects-item {
  display: flex;
  background: #fff;
  margin-bottom: 15px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 16px;
}
.component.projects .projects-item .header, .component.projects .projects-item .txt {
  padding: 20px;
  flex: 1;
}
.component.projects .projects-item h3,
.component.projects .projects-item h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 30px;
}
.component.projects .projects-item h3 > p,
.component.projects .projects-item h2 > p {
  font-size: 1rem;
}
.component.projects .projects-item p {
  margin-bottom: 10px;
}
.component.projects .projects-item p strong {
  color: #002F87;
}
.component.projects .projects-item h4 {
  font-size: 1rem;
  color: #002F87;
  margin-bottom: 10px;
  font-weight: 900;
}
.component.projects .projects-item .partners {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  align-items: flex-start;
  padding-top: 10px;
}
.component.projects .projects-item .partners img {
  flex-shrink: 1;
}

@media (max-width: 991px) {
  .component.projects .projects-item {
    flex-direction: column;
  }
}
.component.persons .row {
  margin-right: -5px;
  margin-left: -5px;
}
.component.persons .row > div {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
.component.persons .persons-item {
  border-radius: 16px;
  /*overflow: hidden;*/
  background: #fff;
  height: 100%;
  padding: 20px;
  position: relative;
}
.component.persons .persons-item.persons-item-inline {
  border-radius: 0px;
  padding: 0px;
}
.component.persons .persons-item > a.block-link {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.component.persons .persons-item > a.block-link:focus {
  border-radius: 8px;
  outline: 4px solid #8B08AC;
  outline-offset: 4px;
  text-decoration: none;
  z-index: 6;
}
.component.persons .persons-item .img {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
.component.persons .persons-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.component.persons .persons-item p {
  margin-bottom: 20px;
}
.component.persons .persons-item p strong {
  color: #002F87;
}
.component.persons .persons-item a {
  color: #002F87;
  text-decoration: underline;
  position: relative;
  z-index: 2;
}
.component.persons .persons-item a:hover {
  text-decoration: none;
}
.component.persons .persons-item .soc-networks {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  margin-left: -5px;
}
.component.persons .persons-item .soc-networks .soc-networks-link {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.component.persons .persons-item .soc-networks .soc-networks-link.fb img {
  width: 10px;
  height: 20px;
}
.component.persons .persons-item .soc-networks .soc-networks-link.inst img {
  width: 20px;
  height: 20px;
}
.component.persons .persons-item .soc-networks .soc-networks-link.tw img {
  width: 20px;
  height: 16px;
}
.component.persons .persons-item .soc-networks .soc-networks-link.yt img {
  width: 22px;
  height: 16px;
}
.component.persons .persons-item .soc-networks .soc-networks-link.ln img {
  width: 20px;
  height: 19px;
}
.component.persons .persons-item .contacts {
  margin-bottom: 20px;
  line-height: 27px;
  width: 100%;
}
.component.persons .persons-item .contacts .contact-link {
  color: #002F87;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.component.persons .persons-item .contacts .contact-link .icon {
  width: 20px;
  height: 24px;
  object-fit: contain;
  margin-right: 12px;
}
.component.persons .persons-item .contacts .contact-link span {
  width: calc(100% - 25px);
  word-wrap: break-word;
}
.component.persons.persons-basic .persons-item {
  padding-left: 104px;
}
.component.persons.persons-basic .persons-item .img {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
}
.component.persons.persons-basic .persons-item.persons-item-inline .img {
  top: 0px;
}
.component.persons.persons-simple .persons-item {
  min-height: 105px;
  display: flex;
  align-items: center;
}
.component.persons.persons-simple .persons-item .img {
  margin-right: 20px;
  margin-bottom: 0px;
  flex-shrink: 0;
}
.component.persons.persons-simple .persons-item p {
  margin-bottom: 0px;
}

body.single-devices .component.persons .row > div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 900px) {
  body.single-devices .component.persons .row > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body.single-devices .component.persons .row > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .component.persons .form.page-filters .filters-toggle .button-text {
    margin: 0px -6px;
  }
  .component.persons .form.page-filters .form-container {
    padding: 20px;
  }
  .component.persons .form.page-filters form {
    padding: 0px;
  }
  .component.persons .form-item.search.search-submit {
    margin-top: 12px !important;
  }
}
@media (max-width: 580px) {
  body.single-devices .component.persons .row > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .component.persons .form.page-filters .form-container.flex-cols .form-item-buttonset.form-item-buttonset-width-2 {
    width: 100%;
  }
}
.component.contracts .row {
  margin-right: -5px;
  margin-left: -5px;
}
.component.contracts .row > div {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
.component.contracts .list.list-contracts .list-item {
  display: flex;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  align-items: center;
  margin-bottom: 10px;
  /* aktivni */
  /**/
}
.component.contracts .list.list-contracts .list-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  align-self: stretch;
  flex-shrink: 0;
}
.component.contracts .list.list-contracts .list-item .icon:after {
  content: "";
  height: 53px;
  width: 53px;
  display: block;
  background: transparent url("../gfx/icon/calendar_today.svg") center center no-repeat;
  background-size: contain;
}
.component.contracts .list.list-contracts .list-item .txt {
  padding: 30px;
}
.component.contracts .list.list-contracts .list-item .txt h3,
.component.contracts .list.list-contracts .list-item .txt h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1px;
}
.component.contracts .list.list-contracts .list-item .txt h3 a,
.component.contracts .list.list-contracts .list-item .txt h2 a {
  color: #002F87;
  text-decoration: underline;
}
.component.contracts .list.list-contracts .list-item .txt h3 a:hover,
.component.contracts .list.list-contracts .list-item .txt h2 a:hover {
  text-decoration: none;
}
.component.contracts .list.list-contracts .list-item .txt .badge {
  display: inline-block;
  margin-right: 2px;
  border-radius: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  padding: 0px 10px;
  min-height: 24px;
  margin-bottom: 4px;
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.component.contracts .list.list-contracts .list-item .txt p {
  margin-bottom: 30px;
}
.component.contracts .list.list-contracts .list-item .txt p.deadline {
  margin-bottom: 0px;
}
.component.contracts .list.list-contracts .list-item .txt p.deadline .icon {
  width: 12px;
  height: 13.3px;
  display: inline-block;
  background: transparent;
  object-fit: contain;
  margin-right: 6px;
}
.component.contracts .list.list-contracts .list-item .btn {
  margin-left: auto;
  margin-right: 30px;
  flex-shrink: 0;
}
.component.contracts .list.list-contracts .list-item .icon {
  background: #002F87 url("../gfx/background/block.png") center center no-repeat;
  background-size: cover;
}
.component.contracts .list.list-contracts .list-item .icon:after {
  filter: brightness(0) invert(1);
}
.component.contracts .list.list-contracts .list-item .txt .badge {
  background: #002F87;
  color: #fff;
}
.component.contracts .list.list-contracts .list-item.contract-overdue .icon {
  background: #002F87 url("../gfx/background/block2.png") center center no-repeat;
  background-size: cover;
}
.component.contracts .list.list-contracts .list-item.contract-overdue .txt .badge {
  background: #EBEFF6;
  color: #051F50;
}
.component.contracts.contracts-special .list.list-contracts .list-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.component.contracts.contracts-special .list.list-contracts .list-item .icon:after {
  display: none;
}
.component.contracts.contracts-special .list.list-contracts .list-item .deadline {
  margin-bottom: 20px !important;
  margin-top: -15px;
}
.component.contracts.contracts-special .list.list-contracts .list-item .deadline .badge {
  background: #EBEFF6;
  color: #051F50;
  margin-left: 0px;
  font-weight: 700;
}
.component.contracts.contracts-special .list.list-contracts .list-item .deadline .badge.red {
  color: #fff;
  background: #A90808;
}
.component.contracts.contracts-special .list.list-contracts .list-item .deadline .badge.orange {
  color: #fff;
  background: #FDBB2D;
}
.component.contracts.study .list.list-contracts .list-item .icon {
  background: #002F87 url("../gfx/background/block.png") center center no-repeat;
  background-size: cover;
}
.component.contracts.study .list.list-contracts .list-item .icon:after {
  height: 43px;
  width: 43px;
  background: transparent url("../gfx/icon/person2.svg") center center no-repeat;
  background-size: contain;
}
.component.contracts.study .list.list-contracts .list-item .txt .badge {
  margin-left: 0px;
  background: #002F87;
  color: #fff;
}

@media (max-width: 991px) {
  .component.contracts .list.list-contracts .list-item {
    position: relative;
  }
  .component.contracts .list.list-contracts .list-item .txt {
    width: calc(100% - 180px);
    padding-bottom: 110px;
  }
  .component.contracts .list.list-contracts .list-item .btn {
    position: absolute;
    left: 210px;
    bottom: 30px;
  }
  .component.contracts .list.list-contracts .list-item .buttons .btn {
    position: static;
    margin-bottom: 5px;
  }
  .component.contracts .list.list-contracts .list-item .buttons a:last-of-type {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .component.contracts .list.list-contracts .list-item .txt {
    padding-bottom: 95px;
  }
  .component.contracts .list.list-contracts .list-item .txt .badge {
    line-height: 1.6;
  }
}
@media (max-width: 580px) {
  .component.contracts .list.list-contracts .list-item .txt {
    width: 100%;
  }
  .component.contracts .list.list-contracts .list-item .btn {
    position: absolute;
    left: 30px;
    bottom: 30px;
  }
  .component.contracts .list.list-contracts .list-item .icon {
    display: none;
  }
  .component.contracts .list.list-contracts .list-item .txt .badge {
    line-height: 1.9;
  }
}
.component.documents .row {
  margin-right: -5px;
  margin-left: -5px;
  max-width: 700px;
}
.component.documents .row > div {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
.component.documents .list.list-documents {
  max-width: 700px;
}
.component.documents .list.list-documents .list-item {
  display: flex;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  align-items: center;
  margin-bottom: 10px;
}
.component.documents .list.list-documents .list-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  align-self: stretch;
  flex-shrink: 0;
}
.component.documents .list.list-documents .list-item .icon:after {
  content: "";
  height: 27px;
  width: 22px;
  display: block;
  background: transparent url("../gfx/icon/draft2.svg") center center no-repeat;
  background-size: contain;
}
.component.documents .list.list-documents .list-item .txt {
  padding: 30px;
  padding-left: 0px;
}
.component.documents .list.list-documents .list-item .txt p.headline,
.component.documents .list.list-documents .list-item .txt h3,
.component.documents .list.list-documents .list-item .txt h2 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0px;
  max-width: 700px;
  color: #002F87;
}
.component.documents .list.list-documents .list-item .txt p {
  margin-bottom: 0px;
  max-width: 700px;
}
.component.documents .list.list-documents .list-item .btn {
  margin-left: auto;
  margin-right: 30px;
  flex-shrink: 0;
}
.component.documents.documents-intranet .list.list-documents .list-item .icon {
  font-size: 55px;
  color: #002F87;
  font-weight: 800;
}
.component.documents.documents-intranet .list.list-documents .list-item .icon:after {
  display: none;
}
.component.documents.documents-intranet .list.list-documents .list-item.mode-light .icon {
  color: #EBEFF6;
  /*text-shadow:
  -2px 1px 0px $blue,
  2px 0px 0px $blue,
  0px -2px 0px $blue,
  0px 2px 0px $blue;					*/
  -webkit-text-stroke: 2px #002F87;
  -webkit-text-fill-color: #EBEFF6;
  font-size: 56px;
}

@media (max-width: 991px) {
  .component.documents .list.list-documents .list-item .txt p.headline,
  .component.documents .list.list-documents .list-item .txt h3,
  .component.documents .list.list-documents .list-item .txt h2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .component.documents .list.list-documents .list-item {
    position: relative;
  }
  .component.documents .list.list-documents .list-item .txt {
    padding-bottom: 95px;
  }
  .component.documents .list.list-documents .list-item .btn {
    position: absolute;
    bottom: 30px;
    left: 80px;
  }
}
@media (max-width: 580px) {
  .component.documents .list.list-documents .list-item .icon {
    display: none;
  }
  .component.documents .list.list-documents .list-item .txt {
    width: 100%;
    padding-left: 30px;
    padding-bottom: 85px;
  }
  .component.documents .list.list-documents .list-item .btn {
    left: 30px;
  }
}
.component.collaborations .list.list-collaborations {
  max-width: 700px;
}
.component.collaborations .list.list-collaborations .list-item {
  padding: 15px 30px;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 10px;
}
.component.collaborations .list.list-collaborations .list-item a {
  color: #002F87;
  font-weight: 700;
  text-decoration: none;
}
.component.collaborations .list.list-collaborations .list-item a span {
  text-decoration: underline;
}
.component.collaborations .list.list-collaborations .list-item a:hover span {
  text-decoration: none;
}
.component.collaborations .list.list-collaborations .list-item a.link img {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.component.grants .list.list-grants .list-item {
  border-radius: 16px;
  background: #fff;
  margin-bottom: 10px;
  display: flex;
}
.component.grants .list.list-grants .list-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  width: 92px;
  align-self: stretch;
  flex-shrink: 0;
  padding-top: 35px;
}
.component.grants .list.list-grants .list-item .icon:after {
  content: "";
  height: 27px;
  width: 27px;
  display: block;
  background: transparent url("../gfx/icon/overview.svg") center center no-repeat;
  background-size: contain;
}
.component.grants .list.list-grants .list-item .txt {
  padding: 30px;
  padding-left: 0px;
  max-width: 700px;
}
.component.grants .list.list-grants .list-item .txt p.headline,
.component.grants .list.list-grants .list-item .txt h3,
.component.grants .list.list-grants .list-item .txt h2 {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
  color: #002F87;
  max-width: 700px;
}
.component.grants .list.list-grants .list-item .txt p.headline a,
.component.grants .list.list-grants .list-item .txt h3 a,
.component.grants .list.list-grants .list-item .txt h2 a {
  color: inherit;
  text-decoration: underline;
  display: block;
  max-width: 700px;
}
.component.grants .list.list-grants .list-item .txt p.headline a:hover,
.component.grants .list.list-grants .list-item .txt h3 a:hover,
.component.grants .list.list-grants .list-item .txt h2 a:hover {
  text-decoration: none;
}

@media (max-width: 580px) {
  .component.grants .list.list-grants .list-item .icon {
    display: none;
  }
  .component.grants .list.list-grants .list-item .txt {
    padding-left: 30px;
  }
}
.component.contracts-form .contracts-form-inner {
  background: #002F87 url("../gfx/background/Abstract-dark.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 60px 120px;
}
.component.contracts-form .contracts-form-inner .row > div:nth-of-type(1) {
  padding-right: 80px;
}
.component.contracts-form .contracts-form-inner .row > div:nth-of-type(2) {
  padding-left: 80px;
}
.component.contracts-form .contracts-form-inner h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 12px;
}
.component.contracts-form .contracts-form-inner p {
  color: #fff;
}
.component.contracts-form .contracts-form-inner .form label {
  color: #fff;
}
.component.contracts-form .contracts-form-inner .form *:focus {
  outline: 4px solid #00FFFF;
  outline-offset: 4px;
}
.component.contracts-form .contracts-form-inner .form .form-item.form-item-checkbox label {
  display: flex;
  align-items: center;
}
.component.contracts-form .contracts-form-inner .form .form-item.form-item-checkbox input {
  margin-right: 10px;
}
.component.contracts-form .contracts-form-inner .form .form-item.form-item-submit {
  padding-top: 10px;
}
.component.contracts-form .contracts-form-inner .form .form-item.form-item-submit .btn.btn-primary.btn-submit {
  color: #fff;
  border-color: #fff;
}
.component.contracts-form .contracts-form-inner .form .form-item.form-item-submit .btn.btn-primary.btn-submit:hover {
  background: #fff;
  color: #002F87;
}
.component.contracts-form .contracts-form-inner .form .form-item.form-item-submit .btn.btn-primary.btn-submit:hover:after {
  filter: none;
}
.component.contracts-form .contracts-form-inner .form .form-item.form-item-submit .btn.btn-primary.btn-submit:after {
  filter: brightness(0) invert(1);
}

@media (max-width: 1080px) {
  .component.contracts-form .contracts-form-inner {
    padding: 60px 60px;
  }
  .component.contracts-form .contracts-form-inner .row > div:nth-of-type(1) {
    padding-right: 50px;
  }
  .component.contracts-form .contracts-form-inner .row > div:nth-of-type(2) {
    padding-left: 50px;
  }
}
@media (max-width: 880px) {
  .component.contracts-form .contracts-form-inner {
    padding: 30px 30px;
  }
  .component.contracts-form .contracts-form-inner .row > div:nth-of-type(1) {
    padding-right: 25px;
  }
  .component.contracts-form .contracts-form-inner .row > div:nth-of-type(2) {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .component.contracts-form .contracts-form-inner {
    padding: 30px 30px;
  }
  .component.contracts-form .contracts-form-inner .row > div:nth-of-type(1) {
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .component.contracts-form .contracts-form-inner .row > div:nth-of-type(2) {
    padding-left: 15px;
  }
}
.component.department-header {
  padding-top: 30px;
}
.component.department-header .img {
  padding-right: 60px;
}
.component.department-header .img img {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
.component.department-header .txt {
  padding-bottom: 50px;
}
.component.department-header .txt h2 {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 10px;
}
.component.department-header .personal-img {
  text-align: right;
}
.component.department-header .personal-img img {
  border: 9px #f5f7fa solid;
  border-radius: 16px;
  position: relative;
  top: -50px;
  max-width: 400px;
}
.component.department-header .personal-info {
  padding-bottom: 100px;
}
.component.department-header .personal-info p {
  margin-bottom: 20px;
}
.component.department-header .personal-info p strong {
  font-weight: 700;
  color: #002F87;
}
.component.department-header .personal-info a {
  color: #002F87;
  text-decoration: underline;
}
.component.department-header .personal-info a:hover {
  text-decoration: none;
}
.component.department-header .personal-info .soc-networks {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  margin-left: -5px;
}
.component.department-header .personal-info .soc-networks .soc-networks-link {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component.department-header .personal-info .soc-networks .soc-networks-link.fb img {
  width: 10px;
  height: 20px;
}
.component.department-header .personal-info .soc-networks .soc-networks-link.inst img {
  width: 20px;
  height: 20px;
}
.component.department-header .personal-info .soc-networks .soc-networks-link.tw img {
  width: 20px;
  height: 16px;
}
.component.department-header .personal-info .soc-networks .soc-networks-link.yt img {
  width: 22px;
  height: 16px;
}
.component.department-header .personal-info .soc-networks .soc-networks-link.ln img {
  width: 20px;
  height: 19px;
}
.component.department-header .personal-info .contacts {
  margin-bottom: 20px;
}
.component.department-header .personal-info .contacts .contact-link {
  color: #002F87;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.component.department-header .personal-info .contacts .contact-link .icon {
  width: 20px;
  height: 24px;
  object-fit: contain;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .component.department-header {
    padding-bottom: 30px;
  }
  .component.department-header .img {
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .component.department-header .personal-img img {
    top: auto;
    border: none;
    max-width: 100%;
  }
  .component.department-header .personal-info {
    padding-bottom: 0px;
  }
}
.component.blogpost-top {
  margin-bottom: 10px;
}
.component.blogpost-top h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 20px;
  max-width: 700px;
}
.component.blogpost-top .blogpost-info {
  display: flex;
  margin-bottom: 25px;
  max-width: 700px;
}
.component.blogpost-top .blogpost-info .badge {
  margin-bottom: 5px;
  border-radius: 16px;
  background: #EBEFF6;
  min-height: 20px;
  padding: 2px 10px 5px 10px;
  margin-right: 4px;
}
.component.blogpost-top .blogpost-info .info-item-first {
  margin-left: auto;
}
.component.blogpost-top .blogpost-info .info-item {
  margin-bottom: 5px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
}
.component.blogpost-top .blogpost-info .info-item .icon {
  margin-right: 5px;
}
.component.blogpost-top .featured-image {
  margin-bottom: 30px;
  font-size: 0px;
  max-width: 700px;
}
.component.blogpost-top .featured-image img {
  width: 100%;
  border-radius: 16px;
}

.component.homepage-top-banner {
  position: relative;
  min-height: 700px;
  /*height: calc(100vh - 100px);*/
  margin-bottom: 3.5rem;
}
.component.homepage-top-banner .background-image {
  background-color: #f5f7fa;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 20px;
  left: 0px;
}
.component.homepage-top-banner .background-image .background-inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  /*background-size:auto 100%;*/
  background-size: cover;
  background-position: top right;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0% 100%);
}
.component.homepage-top-banner .hp-top-article {
  margin-top: 160px;
  margin-bottom: 160px;
  /*margin-top:10vh;
  margin-bottom:10vh;*/
  background: #002F87;
  padding: 30px;
  color: #fff;
  border-radius: 16px;
  width: 48rem;
  max-width: 100%;
}
.component.homepage-top-banner .hp-top-article h1 {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 10px;
  color: #fff;
}
.component.homepage-top-banner .hp-top-article h1 em {
  font-style: normal;
  color: #3FD8FF;
}
.component.homepage-top-banner .hp-top-article p {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 0px;
}
.component.homepage-top-banner .hp-top-block {
  background: #002F87 url("../gfx/background/Abstract-dark-small-vector-small-kb.svg") center center no-repeat;
  background-size: cover;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding: 30px;
}
.component.homepage-top-banner .hp-top-block .block-link {
  text-decoration: none;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  /*
  				border-radius:16px;
  				outline: 4px solid $violet-focus;
  				outline-offset: 4px;
  				text-decoration:none;
  				z-index: 6;
  				box-shadow: 0 3px 0 0px #fff, 0 0 0 8px #fff, 0 0 7px 0px #fff;  
  				*/
  /*&:hover {
  	span.more,
  	a.more {
  		text-decoration: none;
  	}
  }*/
}
.component.homepage-top-banner .hp-top-block .block-link:focus {
  border-radius: 16px;
  outline: 4px solid #8B08AC;
  outline-offset: 4px;
  text-decoration: none;
  z-index: 6;
  box-shadow: 0 3px 0 0px #fff, 0 0 0 8px #fff, 0 0 7px 0px #fff;
}
.component.homepage-top-banner .hp-top-block h2 {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 30px;
  color: #fff;
}
.component.homepage-top-banner .hp-top-block p {
  margin-bottom: 30px;
  color: #fff;
}
.component.homepage-top-banner .hp-top-block span.more,
.component.homepage-top-banner .hp-top-block a.more {
  color: #fff;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}
.component.homepage-top-banner .hp-top-block span.more:after,
.component.homepage-top-banner .hp-top-block a.more:after {
  content: "";
  display: block;
  background: transparent url("../gfx/icon/arrow_forward.svg") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  filter: brightness(0) invert(1);
}
.component.homepage-top-banner .hp-top-block .icon {
  width: 55px;
  height: 55px;
  display: block;
  margin-bottom: 30px;
  font-size: 0px;
}
.component.homepage-top-banner .hp-top-block .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1170px) {
  .component.homepage-top-banner .hp-top-article {
    margin-top: 130px;
    margin-bottom: 150px;
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
  .component.homepage-top-banner .hp-top-article h1 {
    font-size: 3.5rem;
  }
  .component.homepage-top-banner .hp-top-block h2 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .component.homepage-top-banner .hp-top-article {
    margin-top: 100px;
    margin-bottom: 110px;
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
  .component.homepage-top-banner .hp-top-article h1 {
    font-size: 3rem;
  }
  .component.homepage-top-banner .hp-top-block h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .component.homepage-top-banner .background-image .background-inner {
    background-size: 120% auto;
  }
  .component.homepage-top-banner {
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 50vw;
  }
  .component.homepage-top-banner .container {
    background: #002F87 url("../gfx/background/Abstract-dark-small-vector-small-kb.svg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    /*margin-top:240px;
    margin-top:40vw;*/
    margin-top: 0px;
    transform: translateY(50vw);
  }
  .component.homepage-top-banner .hp-top-article {
    margin-bottom: 0px;
    /*margin-bottom:20px;*/
    margin-top: 0px;
    /*margin-top:40vw;*/
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0px;
    width: auto;
    background: transparent;
    /*background: #002F87 url('../gfx/background/Abstract-dark-small-vector-small-kb.svg') center center no-repeat;
    background-size:cover;*/
  }
  .component.homepage-top-banner .hp-top-article h1 {
    font-size: 2.5rem;
  }
  .component.homepage-top-banner .row.row-middle {
    position: relative;
    z-index: 999;
    margin: 0px 0px;
    border-radius: 16px;
    /*background: #002F87 url('../gfx/background/Abstract-dark-small-vector-small-kb.svg') center center no-repeat;
    background-size:cover; */
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0px;
  }
  .component.homepage-top-banner .row.row-middle > div {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0px;
  }
  .component.homepage-top-banner .hp-top-block {
    background: transparent;
  }
  .component.homepage-top-banner .hp-top-block .block-link {
    height: auto;
    margin-bottom: 20px;
    padding: 25px;
    text-align: center;
    align-items: center;
    /*background: #002F87 url(../gfx/background/Abstract-dark-small-vector-small-kb.svg) center center no-repeat;*/
    background: transparent;
  }
  .component.homepage-top-banner .hp-top-block h2 {
    font-size: 1.55rem;
  }
  .component.homepage-top-banner .hp-top-block h2,
  .component.homepage-top-banner .hp-top-block p,
  .component.homepage-top-banner .hp-top-block .icon {
    margin-bottom: 10px;
  }
  .component.homepage-top-banner .hp-top-block .icon {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  .component.homepage-top-banner .row.row-middle > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
  }
  .component.homepage-top-banner > div:last-of-type {
    /*border-bottom:1px #EBEFF6 solid;	*/
  }
  .component.homepage-top-banner > div:last-of-type:after {
    content: "";
    position: absolute;
    top: auto;
    right: 30px;
    bottom: 0px;
    left: 30px;
    display: block;
    height: 1px;
    background: #EBEFF6;
    opacity: 0.25;
  }
  .component.homepage-top-banner .hp-top-block {
    padding: 0px 30px 20px 30px;
    padding-left: 100px;
    padding-top: 30px;
    /*border-top:1px #EBEFF6 solid;	*/
    position: relative;
  }
  .component.homepage-top-banner .hp-top-block:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 30px;
    bottom: auto;
    left: 30px;
    display: block;
    height: 1px;
    background: #EBEFF6;
    opacity: 0.25;
  }
  .component.homepage-top-banner .hp-top-block h2 {
    font-size: 35px;
  }
  .component.homepage-top-banner .hp-top-article h1 {
    font-size: 40px;
  }
  .component.homepage-top-banner .hp-top-block .icon {
    position: absolute;
    left: 30px;
  }
  .component.homepage-top-banner .hp-top-block .block-link {
    margin-bottom: 0px;
    padding: 0px;
    position: absolute;
    text-align: left;
  }
  .component.homepage-top-banner .hp-top-block .block-link:focus {
    outline: 4px solid #00FFFF;
  }
  .component.homepage-top-banner .hp-top-block .block-link .icon {
    max-width: 30px;
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 0px;
  }
  .component.homepage-top-banner .hp-top-block .block-link .icon img {
    max-width: 100%;
    max-height: 40px;
  }
}
.component.homepage-middle-banner {
  position: relative;
  min-height: 920px;
  margin-bottom: 3.5rem;
}
.component.homepage-middle-banner .background-image {
  background-color: #f5f7fa;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: -40px;
  left: 0px;
}
.component.homepage-middle-banner .background-image .background-inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0% 100%);
}
.component.homepage-middle-banner .hp-middle-numbers {
  padding: 50px;
  background: #002F87;
  color: #fff;
  border-radius: 16px;
}
.component.homepage-middle-banner .hp-middle-numbers ul {
  display: flex;
  width: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  flex-wrap: wrap;
  justify-content: center;
}
.component.homepage-middle-banner .hp-middle-numbers ul li {
  margin: 0px;
  min-width: 25%;
  padding: 0px 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px #3b5fa2 solid;
}
.component.homepage-middle-banner .hp-middle-numbers ul li strong {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 5px;
}
.component.homepage-middle-banner .hp-middle-numbers ul li:last-of-type {
  border: none;
}
.component.homepage-middle-banner .hp-middle-video {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component.homepage-middle-banner .hp-middle-video a, .component.homepage-middle-banner .hp-middle-video button {
  border-radius: 50%;
  font-size: 0px;
  background-color: transparent;
  border: none;
  margin: 0px;
}
.component.homepage-middle-banner .hp-middle-video a:focus, .component.homepage-middle-banner .hp-middle-video button:focus {
  outline: 4px solid #00FFFF;
}
.component.homepage-middle-banner .hp-middle-article {
  padding: 60px;
  margin-top: 120px;
  margin-bottom: 60px;
  background: #002F87;
  color: #fff;
  border-radius: 16px;
  /*display: flex;
  flex-direction: column;
  align-items: flex-start;*/
}
.component.homepage-middle-banner .hp-middle-article .logo {
  float: left;
  /*display:none;*/
  margin-right: 15px;
  max-width: 35%;
}
.component.homepage-middle-banner .hp-middle-article .logo img {
  width: 100%;
}
.component.homepage-middle-banner .hp-middle-article h2 {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 25px;
  color: #fff;
}
.component.homepage-middle-banner .hp-middle-article h2 em {
  font-style: normal;
  color: #3FD8FF;
}
.component.homepage-middle-banner .hp-middle-article p {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 25px;
  color: #fff;
  margin-bottom: 40px;
}
.component.homepage-middle-banner .hp-middle-article a.download {
  color: #fff;
  margin-left: 0px;
  display: inline;
  align-items: center;
  text-decoration: underline;
}
.component.homepage-middle-banner .hp-middle-article a.download:hover {
  text-decoration: none;
}
.component.homepage-middle-banner .hp-middle-article a.download:before {
  content: "";
  width: 16px;
  height: 20px;
  background: transparent url("../gfx/icon/draft-white.svg") center center no-repeat;
  background-size: contain;
  margin-right: 14px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.component.homepage-middle-banner .hp-middle-article a.download:focus {
  outline: 4px solid #00FFFF;
}
.component.homepage-middle-banner .hp-middle-article .btn {
  align-self-stretch: none;
  margin-bottom: 20px;
}
.component.homepage-middle-banner .hp-middle-article .btn:focus {
  outline: 4px solid #00FFFF;
}
.component.homepage-middle-banner .hp-middle-article ul {
  margin-bottom: 40px;
}
.component.homepage-middle-banner .hp-middle-article ul li {
  font-weight: 700;
  color: #fff;
  /*list-style-image: url("../gfx/icon/check-white.svg");*/
  padding-left: 40px;
  position: relative;
  margin-bottom: 18px;
}
.component.homepage-middle-banner .hp-middle-article ul li::marker {
  display: none;
}
.component.homepage-middle-banner .hp-middle-article ul li:before {
  content: "";
  background: transparent url("../gfx/icon/check-white.svg") center center no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}

@media (max-width: 991px) {
  .component.homepage-middle-banner {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 820px) {
  .component.homepage-middle-banner .hp-middle-article {
    padding: 30px;
  }
  .component.homepage-middle-banner .hp-middle-numbers {
    padding: 0px;
  }
  .component.homepage-middle-banner .hp-middle-numbers ul {
    padding: 30px 20px;
  }
  .component.homepage-middle-banner .hp-middle-numbers ul li strong {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .component.homepage-middle-banner {
    margin-bottom: 0.5rem;
  }
  .component.homepage-middle-banner > .container > div:nth-of-type(1) {
    flex-direction: column-reverse;
  }
  .component.homepage-middle-banner .background-image .background-inner {
    background-size: 120% auto;
  }
  .component.homepage-middle-banner {
    height: auto;
    padding-bottom: 10px;
  }
  .component.homepage-middle-banner .hp-middle-article {
    text-align: left;
    margin: 0px -15px 0px -15px;
    border-radius: 0px;
  }
  .component.homepage-middle-banner {
    height: auto;
  }
  .component.homepage-middle-banner .hp-middle-article h2 {
    text-align: center;
  }
  .component.homepage-middle-banner .hp-middle-video {
    /*padding-bottom:30px;*/
    height: 55vw;
  }
  .component.homepage-middle-banner .hp-middle-video a img {
    transform: scale(0.8);
  }
  .component.homepage-middle-banner .hp-middle-numbers {
    margin: 0px -15px 0px -15px;
    border-radius: 0px;
  }
  .component.homepage-middle-banner .hp-middle-numbers ul {
    flex-wrap: wrap;
    padding-top: 0px;
    padding: 0px;
    border-top: 1px #3b5fa2 solid;
  }
  .component.homepage-middle-banner .hp-middle-numbers ul li {
    width: 50%;
    margin: 0px;
    padding: 20px;
    border-bottom: 1px #3b5fa2 solid;
  }
  .component.homepage-middle-banner .hp-middle-numbers ul li:nth-of-type(1), .component.homepage-middle-banner .hp-middle-numbers ul li:nth-of-type(2) {
    margin-bottom: 0px;
  }
  .component.homepage-middle-banner .hp-middle-numbers ul li:nth-of-type(2), .component.homepage-middle-banner .hp-middle-numbers ul li:nth-of-type(4) {
    border-right: none;
  }
}
@media (max-width: 380px) {
  .component.homepage-middle-banner .hp-middle-numbers ul li {
    /*width:100%;
    border-right:none;
    border-bottom:1px #3b5fa2 solid;
    padding-bottom:30px;*/
    /*&:nth-of-type(1),
    &:nth-of-type(2){
    	margin-bottom:30px;
    	border-bottom:1px #3b5fa2 solid;
    }
    &:nth-of-type(4) {
    	border:none;
    	padding-top:30px;
    	padding-bottom:0px;
    }*/
  }
  .component.homepage-middle-banner .hp-middle-numbers ul li strong {
    font-size: 3rem;
  }
}
.component.gallery .gallery-link {
  border-radius: 16px;
  /*overflow: hidden;*/
  background: #fff;
  margin-bottom: 30px;
}
.component.gallery .gallery-link .block-link {
  display: block;
  text-decoration: none;
  color: #051F50;
  overflow: hidden;
  border-radius: 16px;
}
.component.gallery .gallery-link .block-link:hover .txt h2 {
  text-decoration: underline;
}
.component.gallery .gallery-link .txt {
  padding: 30px;
  display: block;
}
.component.gallery .gallery-link .txt h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}
.component.gallery .gallery-link .txt .badge {
  background: #EBEFF6;
  border-radius: 16px;
  padding: 2px 7px;
}
.component.gallery .gallery-link .main-image {
  display: block;
  font-size: 0px;
}
.component.gallery .gallery-link .main-image img {
  width: 100%;
}
.component.gallery .gallery-link .tags {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-top: 7px;
}
.component.gallery .gallery-link .tag-item {
  display: inline-block;
  margin-right: 2px;
  border-radius: 16px;
  background: #EBEFF6;
  padding: 0px 10px;
  margin-bottom: 4px;
}
.component.gallery .gallery-link .next-images {
  display: flex;
  border-top: 1px #fff solid;
}
.component.gallery .gallery-link .next-images span {
  display: block;
  position: relative;
  font-size: 0px;
}
.component.gallery .gallery-link .next-images span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.component.gallery .gallery-link .next-images .image-right {
  flex-grow: 1;
}
.component.gallery .gallery-link .next-images .image-left {
  border-right: 1px #fff solid;
  flex-grow: 1;
}
.component.gallery .gallery-link .next-images .image-last {
  flex-shrink: 0;
  flex-grow: 1;
  min-width: 100px;
  border-left: 1px #fff solid;
}
.component.gallery .gallery-link .next-images .image-last .num {
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 47, 135, 0.75);
  /*@include pa(0px,0px,0px,0px);*/
  position: relative;
  z-index: 5;
  height: 100%;
}
.component.gallery .gallery-link .next-images .image-last img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
}
.component.gallery .gallery-link:hover .txt h2 {
  text-decoration: underline;
}
.component.gallery .col-lg-6.col-md-6.col-sm-6 .gallery-link .next-images .image-last {
  width: 150px;
}
.component.gallery .col-lg-6.col-md-6.col-sm-6 .gallery-link .next-images span img {
  height: 140px;
}

.component.gallery-detail .gallery-item {
  font-size: 0px;
  line-height: 0;
  /*overflow: hidden;*/
  border-radius: 16px;
  /*background:#d6ddec;*/
  margin-bottom: 30px;
  /*height:100%;*/
}
.component.gallery-detail .gallery-item img {
  width: 100% !important;
  max-width: none !important;
}
.component.gallery-detail .gallery-item .link {
  display: block;
  height: 100%;
}
.component.gallery-detail .gallery-item .link img {
  width: 100%;
  height: 100%;
  min-height: 215px;
  object-fit: cover;
}
.component.gallery-detail .gallery-item.gallery-item-blank .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.component.gallery-detail .gallery-item.gallery-item-blank .link img {
  width: 96px;
  height: 72px;
  object-fit: none;
}
.component.gallery-detail .col-md-12 .gallery-item .link img {
  min-height: 670px;
}
.component.gallery-detail .col-md-6 .gallery-item .link img {
  min-height: 330px;
}
.component.gallery-detail .col-md-4 .gallery-item .link img {
  min-height: 215px;
}
.component.gallery-detail .col-md-3 .gallery-item .link img {
  min-height: 180px;
}

.goverlay {
  background: rgba(0, 47, 135, 0.8);
}

.glightbox-clean .gclose {
  border-radius: 50%;
  border: 2px #fff solid;
  background: transparent;
  width: 40px;
  height: 40px;
}

.glightbox-clean .gnext,
.glightbox-clean .gprev {
  border-radius: 50%;
  border: 2px #fff solid;
  background: transparent;
  width: 40px;
  height: 40px;
}

.ginner-container.gvideo-container {
  width: calc(100% - 180px);
}

.glightbox-clean .gclose svg {
  width: 13px;
  display: none;
}

.glightbox-clean .gclose {
  opacity: 1;
}
.glightbox-clean .gclose:after {
  content: "";
  width: 12px;
  height: 12px;
  background: transparent url("../gfx/icon/cross.svg") center center no-repeat;
  background-size: contain;
}

.gnext svg,
.gprev svg {
  width: 17px;
  display: none;
}

.gnext:after,
.gprev:after {
  content: "";
  width: 10px;
  height: 16px;
  background: transparent url("../gfx/icon/chevron_right_white.svg") center center no-repeat;
  background-size: contain;
  position: relative;
}

.gnext:after {
  left: 1px;
}

.gprev:after {
  transform: rotate(180deg);
  transform-origin: center;
  left: -2px;
}

.gnext:focus,
.gprev:focus,
.glightbox-clean .glose:focus {
  border-radius: 50%;
  outline: 4px solid #00FFFF;
  outline-offset: 4px;
  text-decoration: none;
  z-index: 6;
}

.gbtn.focused,
.glightbox-clean .glose.focused {
  outline: 2px solid #00FFFF;
}

.gslide-media {
  border-radius: 16px;
  overflow: hidden;
}

.gslide-description {
  border-radius: 0px 0px 16px 16px;
  position: relative;
  top: -16px;
  background: #fff;
  position: relative;
  padding: 30px;
  padding-left: 85px;
}

.gslide-description:before {
  content: "";
  background: transparent url("../gfx/icon/info.svg") center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 28px;
  right: auto;
  bottom: auto;
  left: 32px;
}

.glightbox-clean .gdesc-inner {
  padding: 0px;
  font-size: 12px;
}

.component.basic-text {
  padding: 15px 0px;
  margin-bottom: 0px;
}
.component.basic-text.page-404 .article {
  min-height: 600px;
}
.component.basic-text.page-404 .article h1 {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 900;
}
.component.basic-text .article {
  /*p + ul {
  	padding-top:20px;
  }*/
}
.component.basic-text .article h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 20px;
}
.component.basic-text .article h1 a {
  color: inherit;
  text-decoration: underline;
}
.component.basic-text .article h1 a:hover {
  text-decoration: none;
}
.component.basic-text .article h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 20px;
}
.component.basic-text .article h2 a {
  color: inherit;
  text-decoration: underline;
}
.component.basic-text .article h2 a:hover {
  text-decoration: none;
}
.component.basic-text .article h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 20px;
}
.component.basic-text .article h4 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 20px;
}
.component.basic-text .article p {
  margin-bottom: 30px;
}
.component.basic-text .article p a {
  font-weight: 700;
  text-decoration: underline;
  /*color:inherit;*/
}
.component.basic-text .article p a:hover {
  text-decoration: none;
}
.component.basic-text .article ol, .component.basic-text .article ul {
  margin-bottom: 30px;
}
.component.basic-text .article ol li, .component.basic-text .article ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
.component.basic-text .article ol {
  counter-reset: the-counter;
}
.component.basic-text .article ol li {
  margin-bottom: 20px;
  padding-left: 0px;
}
.component.basic-text .article ol li:before {
  /*content: counter(the-counter) ". ";*/
  width: 32px;
  height: 32px;
  background: #002F87;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin-right: 10px;
  font-weight: 700;
  /*@include pa(-6px,auto,auto,0px);*/
  color: #fff;
  border-radius: 16px;
}
.component.basic-text .article ol > li {
  counter-increment: the-counter;
}
.component.basic-text .article ol > li:before {
  content: counter(the-counter);
}
.component.basic-text .article ol > li > ol {
  counter-reset: the-counter-2;
  padding-top: 20px;
}
.component.basic-text .article ol > li > ol > li {
  counter-increment: the-counter-2;
  padding-left: 55px;
}
.component.basic-text .article ol > li > ol > li:before {
  content: counter(the-counter) "." counter(the-counter-2);
  width: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.component.basic-text .article ol > li > ol > li > ol {
  counter-reset: the-counter-3;
  padding-top: 20px;
}
.component.basic-text .article ol > li > ol > li > ol > li {
  counter-increment: the-counter-3;
  padding-left: 70px;
}
.component.basic-text .article ol > li > ol > li > ol > li:before {
  content: counter(the-counter) "." counter(the-counter-2) "." counter(the-counter-3);
  width: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.component.basic-text .article ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}
.component.basic-text .article ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #002F87;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.component.basic-text .article ul li a {
  font-weight: 700;
  text-decoration: underline;
  /* color: inherit;*/
}
.component.basic-text .article ul.list-cross li,
.component.basic-text .article ul.list-check li {
  padding-left: 40px;
}
.component.basic-text .article ul.list-cross li:before,
.component.basic-text .article ul.list-check li:before {
  content: url("../gfx/icon/li.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  background: transparent;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.component.basic-text .article ul.list-cross li a,
.component.basic-text .article ul.list-check li a {
  font-weight: 700;
  text-decoration: underline;
  /* color: inherit;*/
}
.component.basic-text .article ul.list-cross li:before {
  content: url("../gfx/icon/li-cross.svg");
}
.component.basic-text .article table {
  width: 100%;
  margin-bottom: 20px;
}
.component.basic-text .article table caption {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: left;
  color: #002F87;
}
.component.basic-text .article table thead tr td, .component.basic-text .article table thead tr th {
  background: #002F87;
  color: #fff;
  font-weight: 700;
}
.component.basic-text .article table thead tr td:nth-of-type(1), .component.basic-text .article table thead tr th:nth-of-type(1) {
  border-radius: 16px 0px 0px 0px;
}
.component.basic-text .article table thead tr td:last-of-type, .component.basic-text .article table thead tr th:last-of-type {
  border-radius: 0px 16px 0px 0px;
}
.component.basic-text .article table tbody tr td {
  border-bottom: 1px #d6ddec solid;
}
.component.basic-text .article table tr th {
  background: #002F87;
  color: #fff;
  font-weight: 700;
}
.component.basic-text .article table tr th:nth-of-type(1) {
  border-radius: 16px 0px 0px 0px;
}
.component.basic-text .article table tr th:last-of-type {
  border-radius: 0px 16px 0px 0px;
}
.component.basic-text .article table th, .component.basic-text .article table td {
  padding: 12px;
  border-right: 1px #d6ddec solid;
  background: #fff;
}
.component.basic-text .article table th a, .component.basic-text .article table td a {
  color: #002F87;
  font-weight: 700;
  text-decoration: underline;
}
.component.basic-text .article table th a:hover, .component.basic-text .article table td a:hover {
  text-decoration: none;
}
.component.basic-text .article table th p, .component.basic-text .article table td p {
  margin-bottom: 0px;
}
.component.basic-text .article table tr th:last-of-type,
.component.basic-text .article table tr td:last-of-type {
  border-right: none;
}
.component.basic-text .article table tbody tr:last-of-type td {
  border-bottom: none;
}
.component.basic-text .article table tbody tr:last-of-type td:nth-of-type(1) {
  border-radius: 0px 0px 0px 16px;
}
.component.basic-text .article table tbody tr:last-of-type td:last-of-type {
  border-radius: 0px 0px 16px 0px;
}
.component.basic-text.type-fullwidth div.cols {
  /*columns: 2;*/
}
.component.basic-text.type-fullwidth div.cols p, .component.basic-text.type-fullwidth div.cols li {
  max-width: 700px;
  /*margin-left:auto; margin-right:auto;*/
}
.component.basic-text.type-fullwidth h1, .component.basic-text.type-fullwidth h2, .component.basic-text.type-fullwidth h3, .component.basic-text.type-fullwidth h4 {
  max-width: 700px;
  /*margin-left:auto; margin-right:auto;*/
}
.component.basic-text.image-caption {
  max-width: 700px;
}
.component.basic-text.image-caption img {
  width: 100%;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
}
.component.basic-text.image-caption .no-caption img {
  border-radius: 16px;
}
.component.basic-text.image-caption .caption {
  border-radius: 0px 0px 16px 16px;
  background: #fff;
  position: relative;
  padding: 30px;
  padding-left: 85px;
  top: -5px;
}
.component.basic-text.image-caption .caption p {
  font-size: 1rem;
  max-width: 700px;
}
.component.basic-text.image-caption .caption p:last-of-type {
  margin-bottom: 0px;
}
.component.basic-text.image-caption .caption:before {
  content: "";
  background: transparent url("../gfx/icon/info.svg") center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 33px;
  right: auto;
  bottom: auto;
  left: 32px;
  top: 22px;
}
.component.basic-text.image-caption.type-2 img {
  border-radius: 16px;
  max-width: 700px;
}
.component.basic-text.basic-text-columns.basic-text-columns-3 .article, .component.basic-text.basic-text-columns.basic-text-columns-2 .article {
  column-count: 2;
  column-gap: 15px;
}
.component.basic-text.basic-text-columns.basic-text-columns-3 .article .headline, .component.basic-text.basic-text-columns.basic-text-columns-2 .article .headline {
  column-span: all;
}
.component.basic-text.basic-text-columns.basic-text-columns-3 .article {
  column-count: 3;
}

/*.component.basic-text + .component.basic-text,
.component.basic-text + .component.image-caption {
	margin-top:-40px;
}*/
@media (max-width: 767px) {
  .component.basic-text.basic-text-responsive-table th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .component.basic-text.basic-text-responsive-table tr {
    display: block;
    border-bottom: 3px #d6ddec solid;
  }
  .component.basic-text.basic-text-responsive-table tr td {
    display: block;
    width: 100%;
    border-right: none;
  }
  .component.basic-text.basic-text-responsive-table tr td:before {
    width: 50%;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .component.basic-text.type-fullwidth div.cols {
    columns: 1;
  }
}
@media (max-width: 580px) {
  .component.basic-text.basic-text-columns.basic-text-columns-3 .article {
    column-count: 2;
  }
  .component.basic-text.page-404 .article {
    min-height: 250px;
  }
  .component.basic-text.image-caption .caption {
    padding: 15px;
    padding-top: 45px;
  }
  .component.basic-text.image-caption .caption p {
    font-size: 16px;
  }
  .component.basic-text.image-caption .caption:before {
    left: 15px;
    top: 15px;
  }
}
@media (max-width: 580px) {
  .component.basic-text.basic-text-columns.basic-text-columns-2 .article,
  .component.basic-text.basic-text-columns.basic-text-columns-3 .article {
    column-count: 1;
  }
}
.container .component.article-link .container {
  padding-right: 0px;
  padding-left: 0px;
}
.container .component.article-link .container .row {
  margin-right: -15px;
  margin-left: -15px;
}
.container .component.article-link .container .row > div {
  padding-right: 15px;
  padding-left: 15px;
}

.component.article-link {
  padding: 15px 0px;
  margin-bottom: 25px;
}
.component.article-link .container {
  padding-right: 30px;
  padding-left: 30px;
}
.component.article-link .container .row {
  margin-right: -30px;
  margin-left: -30px;
}
.component.article-link .container .row > div {
  padding-right: 30px;
  padding-left: 30px;
}
.component.article-link .container .row.flex-row-reverse .article {
  padding-left: 50px;
  padding-right: 0px;
}
.component.article-link .container .row .article {
  padding-left: 0px;
  padding-right: 50px;
}
.component.article-link .article {
  padding-left: 50px;
  padding-right: 50px;
}
.component.article-link .article h1 a, .component.article-link .article h2 a, .component.article-link .article h3 a, .component.article-link .article h4 a {
  color: inherit;
  text-decoration: underline;
}
.component.article-link .article h1 a:hover, .component.article-link .article h2 a:hover, .component.article-link .article h3 a:hover, .component.article-link .article h4 a:hover {
  text-decoration: none;
}
.component.article-link .article h1,
.component.article-link .article h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 10px;
}
.component.article-link .article h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 10px;
}
.component.article-link .article h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 10px;
}
.component.article-link .article p {
  margin-bottom: 30px;
}
.component.article-link .article p + ul {
  padding-top: 20px;
}
.component.article-link .article ul {
  margin-bottom: 30px;
}
.component.article-link .article ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
.component.article-link .article ul li:before {
  content: url("../gfx/icon/li.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.component.article-link .img img {
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
}
.component.article-link.list-type-02 .article ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
  margin-bottom: 20px;
}
.component.article-link.list-type-02 .article ul li {
  padding-right: 10px;
  padding-left: 10px;
  width: 33.33%;
}
.component.article-link.list-type-02 .article ul li strong {
  font-weight: 400;
  display: block;
  font-size: 2rem;
  line-height: 1;
}
.component.article-link.list-type-02 .article ul li img {
  max-width: 100%;
}
.component.article-link.list-type-02 .article ul li:before {
  display: none;
}
.component.article-link.quotes-carousel .article {
  padding-left: 50px;
  padding-right: 50px;
}
.component.article-link.quotes-carousel .article.smaller_text p {
  font-size: 1.2rem;
}
.component.article-link.quotes-carousel .article p {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 900;
  color: #002F87;
  margin-bottom: 15px;
}
.component.article-link.quotes-carousel .article .info {
  border-top: 1px #D6DDEC solid;
  padding-top: 15px;
  color: #002F87;
  line-height: 1.3;
}
.component.article-link.quotes-carousel .paginator {
  /*margin-top:-60px;*/
  margin: 0px;
  margin-bottom: 0px;
  z-index: 99;
  position: relative;
}

@media (max-width: 991px) {
  .component.article-link .article {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 767px) {
  .component.article-link {
    margin-bottom: 0px;
  }
  .component.article-link .article {
    margin-bottom: 40px;
  }
}
.component .form.basic-form {
  padding: 60px;
  padding: 3.75rem;
  border-radius: 16px;
}
.component .form.basic-form.form-white {
  background: #fff;
}
.component .form.basic-form.form-blue {
  background: #002F87;
  color: #fff;
}
.component .form.basic-form.form-blue .filter-results:focus,
.component .form.basic-form.form-blue input:focus,
.component .form.basic-form.form-blue select:focus,
.component .form.basic-form.form-blue textarea:focus,
.component .form.basic-form.form-blue button:focus,
.component .form.basic-form.form-blue .buttonset:focus, .component .form.basic-form.form-blue a:focus {
  outline: 4px solid #00FFFF;
}
.component .form.basic-form.form-blue a {
  color: #fff;
}
.component .form.basic-form.form-blue a:focus {
  outline: 4px solid #00FFFF;
}

.component.contacts-blocks .article {
  margin-bottom: 3rem;
}
.component.contacts-blocks .article h2 {
  font-size: 1.5rem;
}
.component.contacts-blocks .contacts-block {
  list-style-type: none;
  /*dd {
  	color:$blue;
  }*/
}
.component.contacts-blocks .contacts-block .contacts-label {
  font-size: 12px;
}
.component.contacts-blocks .contacts-block .contacts-item {
  font-weight: 700;
  margin-bottom: 1rem;
}
.component.contacts-blocks .contacts-block .contacts-item a,
.component.contacts-blocks .contacts-block .contacts-item strong {
  color: #002F87;
}
.component.contacts-blocks .contacts-block .contacts-item a {
  text-decoration: underline;
}
.component.contacts-blocks .contacts-block .contacts-item a:hover {
  text-decoration: none;
}
.component.contacts-blocks .contacts-block.social-networks .contacts-item {
  padding-left: 0px;
  margin-bottom: 7px;
}
.component.contacts-blocks .contacts-block.social-networks .contacts-item:before {
  display: none;
}
.component.contacts-blocks .contacts-block.social-networks .contacts-item a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.component.contacts-blocks .contacts-block.social-networks .contacts-item a span {
  text-decoration: underline;
}
.component.contacts-blocks .contacts-block.social-networks .contacts-item a:hover span {
  text-decoration: none;
}
.component.contacts-blocks .contacts-block.social-networks .contacts-item a img {
  flex-shrink: 0;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}

.component.contacts-map .embed-map {
  font-size: 0px;
  /*overflow: hidden;*/
  border-radius: 16px;
  margin-bottom: 30px;
}
.component.contacts-map .embed-map .map-inner {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.component.contacts-map .embed-map > a {
  display: inline-block;
  border-radius: 16px;
}
.component.contacts-map .embed-map img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.component.contacts-map .embed-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list.list-years {
  border-top: 1px solid #D6DDEC;
  padding-top: 0px !important;
}
.list.list-years .item {
  padding: 10px 0px;
  padding-left: 0px !important;
  margin-bottom: 0px !important;
  display: flex;
  border-bottom: 1px solid #D6DDEC;
}
.list.list-years .item:before {
  display: none !important;
}
.list.list-years .item h3 {
  /*width:100px;*/
  width: auto;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 900;
  margin: 0px;
  padding: 0px;
  margin-right: 10px;
  flex-shrink: 0;
}
.list.list-years .item p {
  margin-bottom: 0px;
  padding-top: 3px;
  font-weight: 400;
}
.list.list-years.list-timeline {
  border: none;
}
.list.list-years.list-timeline .item {
  border: none;
  padding-left: 150px !important;
  border-left: 2px #002F87 solid;
  display: block;
  position: relative;
  padding-bottom: 40px;
}
.list.list-years.list-timeline .item h3 {
  margin-bottom: 20px;
}
.list.list-years.list-timeline .item:before {
  display: block !important;
  left: 120px;
  top: 20px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
.list.list-years.list-timeline .item:after {
  content: "";
  height: 2px;
  display: block;
  background: #002F87;
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 120px;
}

.list.list-accordeon {
  list-style-type: none;
  margin-bottom: 40px;
  border-top: 1px solid #D6DDEC;
  padding-top: 0px !important;
}
.list.list-accordeon .item {
  border-bottom: 1px solid #D6DDEC;
  padding: 30px 0px !important;
  padding-left: 0px;
  margin-bottom: 0px !important;
}
.list.list-accordeon .item:before {
  display: none !important;
}
.list.list-accordeon .item h3 {
  margin-bottom: 0px;
  padding-right: 12px;
  font-weight: 900;
}
.list.list-accordeon .item h3 button {
  display: flex;
  justify-content: flex-end;
  text-decoration: none;
  flex-direction: row-reverse;
  align-items: center;
  color: #002F87;
  background: transparent;
  border: none;
  width: 100%;
  font-weight: 700;
  padding: 0;
}
.list.list-accordeon .item h3 button .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.list.list-accordeon .item h3 button .icon.icon-minus {
  display: none;
}
.list.list-accordeon .item .accordeon-detail {
  display: none;
  /*columns: 2;
  column-gap: 20px;*/
}
.list.list-accordeon .item .accordeon-detail p {
  font-weight: 400;
}
.list.list-accordeon .item .accordeon-detail p:last-of-type {
  margin-bottom: 0px;
}
.list.list-accordeon .item.active h3 {
  margin-bottom: 30px;
}
.list.list-accordeon .item.active h3 button .icon.icon-plus {
  display: none;
}
.list.list-accordeon .item.active h3 button .icon.icon-minus {
  display: flex;
}
.list.list-accordeon .item.active .accordeon-detail {
  display: block;
}

@media (max-width: 991px) {
  .list.list-accordeon .item.active .accordeon-detail {
    columns: auto;
  }
}
.popup-overlay {
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  position: fixed;
  background: rgba(0, 47, 135, 0.8);
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}
.popup-overlay .popup-body {
  position: relative;
  max-width: 580px;
  width: 95%;
  background: #fff;
  padding: 90px;
  border-radius: 16px;
}
.popup-overlay .popup-body .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: auto;
  left: auto;
  border: none;
  padding: 0px;
  background: transparent;
  cursor: pointer;
}
.popup-overlay .popup-body .close:focus {
  border-radius: 50%;
}
.popup-overlay .popup-body h2 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 20px;
}
.popup-overlay .popup-body .form .form-item.form-item-submit {
  padding-top: 15px;
}

body.popup-active,
html.popup-active {
  overflow: hidden !important;
}

@media (max-width: 620px) {
  .popup-overlay .popup-body {
    padding: 50px 30px 30px 30px;
  }
  .popup-overlay .popup-body .close {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 480px) {
  .popup-overlay .popup-body h2 {
    font-size: 2rem;
  }
}
.popup-body .error-area {
  border: 3px #A90808 solid !important;
  border-radius: 8px;
  padding: 20px !important;
  background: #fdf4f5;
  margin-left: 0px !important;
  margin-right: 0px !important;
  font-size: 16px;
  color: #A90808;
  margin: 2em 0.5em 1em;
}
.popup-body .error-area p {
  margin-bottom: 0px !important;
  padding-top: 0px;
  font-weight: 700;
  position: relative;
  color: #A90808 !important;
}
.popup-body .error-area p:nth-of-type(1) {
  font-weight: 400;
  margin-bottom: 20px !important;
}
.popup-body .error-area p a {
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
}
.popup-body .error-area p a:hover {
  text-decoration: none;
}
.popup-body .error-area p.focusable:focus {
  border-radius: 8px;
  outline: 4px solid #8B08AC;
  outline-offset: 4px;
  text-decoration: none;
  position: relative;
  z-index: 6;
}
.popup-body .form-item-checkbox.error {
  padding-bottom: 70px;
  position: relative;
}
.popup-body .form-item-checkbox.error .error-message {
  position: absolute !important;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.popup-body .form-item.error input[type=number],
.popup-body .form-item.error input[type=email] {
  border-color: #A90808;
  border-width: 3px;
  padding: 0px 18px;
  color: #A90808;
  height: 84px;
  padding-bottom: 37px;
  border-radius: 8px 8px 8px 8px;
}
.popup-body .form-item.error .error-message {
  margin-top: -37px;
  position: relative;
  z-index: 999;
  background: #A90808;
  color: #fff;
  padding: 8px 22px;
  font-weight: 700;
  border-radius: 0px 0px 8px 8px;
  position: relative;
}

.popup-overlay.video-popup .popup-body {
  padding: 0px;
  width: 90%;
  max-width: 1024px;
  margin: 0px 80px;
}
.popup-overlay.video-popup .popup-body .close {
  top: 0px;
  right: -65px;
  filter: brightness(0) invert(1);
}
.popup-overlay.video-popup .popup-body .video-container {
  overflow: hidden;
  border-radius: 16px;
}
.popup-overlay.video-popup .popup-body .video-container .able-wrapper {
  margin: 0px;
}
.popup-overlay.video-popup .popup-body .video-container .able-status-bar {
  height: 2em;
}

.able-prefs-form.able-prefs-form-captions.able-modal-dialog {
  z-index: 9910000 !important;
  top: 40% !important;
  left: 5% !important;
  transform: none !important;
}

html.popup-active, body.popup-active {
  overflow: hidden;
}

@media (max-width: 620px) {
  .popup-overlay.video-popup .popup-body {
    margin: 0px 50px;
  }
  .popup-overlay.video-popup .popup-body .close {
    right: -43px;
  }
}
.popup-overlay.lightbox-gallery-popup .popup-body {
  padding: 0px;
  width: 90%;
  max-width: 1024px;
  margin: 0px 80px;
  position: static;
}
.popup-overlay.lightbox-gallery-popup .popup-body .close {
  top: 15px;
  right: 15px;
}
.popup-overlay.lightbox-gallery-popup .popup-body .close img {
  filter: brightness(0) invert(1);
}
.popup-overlay.lightbox-gallery-popup .popup-body .close:focus {
  outline: 4px solid #00FFFF;
}
.popup-overlay.lightbox-gallery-popup .popup-body .next,
.popup-overlay.lightbox-gallery-popup .popup-body .prev {
  width: 50px;
  height: 50px;
  position: absolute;
  border: none;
  padding: 0px;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px #fff solid;
  background: transparent;
  top: 50%;
  margin-top: -25px;
}
.popup-overlay.lightbox-gallery-popup .popup-body .next img,
.popup-overlay.lightbox-gallery-popup .popup-body .prev img {
  filter: brightness(0) invert(1);
  max-width: 10px;
}
.popup-overlay.lightbox-gallery-popup .popup-body .next:focus,
.popup-overlay.lightbox-gallery-popup .popup-body .prev:focus {
  outline: 4px solid #00FFFF;
}
.popup-overlay.lightbox-gallery-popup .popup-body .next {
  right: 15px;
  transform: rotate(180deg);
  transform-origin: center;
}
.popup-overlay.lightbox-gallery-popup .popup-body .prev {
  left: 15px;
}
.popup-overlay.lightbox-gallery-popup .popup-body .img {
  width: 100%;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
  display: block;
  font-size: 0px;
}
.popup-overlay.lightbox-gallery-popup .popup-body .img img {
  width: 100%;
}
.popup-overlay.lightbox-gallery-popup .popup-body .caption {
  padding: 30px;
}

@media (max-width: 620px) {
  .popup-overlay.lightbox-gallery-popup .popup-body {
    margin: 0px 50px;
  }
  .popup-overlay.lightbox-gallery-popup .popup-body .close {
    right: 5px;
  }
  .popup-overlay.lightbox-gallery-popup .popup-body .next {
    transform: scale(0.7) rotate(180deg);
    transform-origin: center;
    right: 0px;
  }
  .popup-overlay.lightbox-gallery-popup .popup-body .prev {
    transform: scale(0.7);
    transform-origin: center;
    left: 0px;
  }
}
.component.intranet-login {
  background: #264073 url("../gfx/background/Abstract-light.jpg") top center no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
.component.intranet-login .breadcrumb {
  margin-bottom: 50px;
  color: #002F87;
}
.component.intranet-login .breadcrumb a {
  color: #002F87;
}
.component.intranet-login .breadcrumb span span:after {
  background: transparent url("../gfx/icon/arrow-right-blue.svg") center center no-repeat;
  background-size: contain;
}
.component.intranet-login .breadcrumb span span:nth-of-type(1) a:before {
  background: transparent url("../gfx/icon/home.svg") center center no-repeat;
  background-size: contain;
}
.component.intranet-login .article {
  padding-right: 60px;
}
.component.intranet-login .article h1 {
  color: #002F87;
  font-weight: 900;
  font-size: 4.5rem;
  margin-bottom: 10px;
}
.component.intranet-login .article p {
  margin-bottom: 30px;
}
.component.intranet-login .article .login-additionals {
  padding-top: 20px;
  margin-bottom: 35px;
}
.component.intranet-login .article .login-additionals h2 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 15px;
}
.component.intranet-login .article .login-additionals p {
  margin-bottom: 15px;
}
.component.intranet-login .article .login-additionals .component.persons .persons-item {
  background: transparent;
}
.component.intranet-login .response .response-inner {
  margin: 0em 0.5em 1em;
  border: 3px #A90808 solid !important;
  border-radius: 8px;
  padding: 20px !important;
  background: #fdf4f5;
  margin-left: 0px !important;
  margin-right: 0px !important;
  font-size: 16px;
  color: #A90808;
}
.component.intranet-login .form {
  padding-left: 60px;
}
.component.intranet-login .form form {
  background: #fff;
  border-radius: 16px;
  padding: 60px;
}
.component.intranet-login .form form .error input {
  border-color: #A90808;
  border-width: 3px;
}
.component.intranet-login .form form .error .not-valid-tip {
  margin-top: -7px;
  position: relative;
  z-index: 999;
  display: block;
  background: #A90808;
  color: #fff;
  padding: 8px 22px;
  border-radius: 0px 0px 8px 8px;
}
.component.intranet-login .form form .error .not-valid-tip:before {
  content: "";
  background: transparent url("../gfx/icon/error.svg") center center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 6px;
}
.component.intranet-login .form form .not-valid-tip {
  display: none;
}
.component.intranet-login .form form .form-item.form-item-submit {
  padding-top: 7px;
}
.component.intranet-login .form form .form-item.form-item-submit a {
  font-weight: 700;
  color: #002F87;
  text-decoration: underline;
}
.component.intranet-login .form form .form-item.form-item-submit a:hover {
  text-decoration: none;
}
.component.intranet-login .form form .form-item.form-item-submit-flex,
.component.intranet-login .form form .form-item.form-item-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
.component.intranet-login .form form .form-item.form-item-submit-flex p,
.component.intranet-login .form form .form-item.form-item-checkbox p {
  display: inline;
  margin: 0px;
  text-align: right;
  font-size: 1rem;
}
.component.intranet-login .form form .form-item.form-item-submit-flex p a,
.component.intranet-login .form form .form-item.form-item-checkbox p a {
  font-weight: 700;
  color: #002F87;
  text-decoration: underline;
}
.component.intranet-login .form form .form-item.form-item-submit-flex p a:hover,
.component.intranet-login .form form .form-item.form-item-checkbox p a:hover {
  text-decoration: none;
}
.component.intranet-login .form form .form-item.form-item-submit-flex label,
.component.intranet-login .form form .form-item.form-item-checkbox label {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.component.intranet-login .form form .form-item.form-item-submit-flex label input,
.component.intranet-login .form form .form-item.form-item-checkbox label input {
  margin-right: 12px;
}

@media (max-width: 1140px) {
  .component.intranet-login .form {
    padding-left: 0px;
  }
  .component.intranet-login .article {
    padding-right: 0px;
  }
}
@media (max-width: 520px) {
  .component.intranet-login .form form {
    padding: 30px;
  }
}
.component.intranet-comments {
  padding: 15px 0px;
  margin-bottom: 30px;
}

.component.comments-feed .comments h2 {
  display: none;
}
.component.comments-feed .comments ul + .comment-respond {
  display: none;
}
.component.comments-feed .comments ul li.comment {
  padding-left: 75px;
  position: relative;
}
.component.comments-feed .comments ul li.comment .comment-body {
  min-height: 65px;
  margin-bottom: 25px;
}
.component.comments-feed .comments ul li.comment .comment-body .comment-author {
  margin-bottom: 25px;
}
.component.comments-feed .comments ul li.comment .comment-body .comment-author img {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 64px;
  height: 64px;
  border-radius: 8px;
}
.component.comments-feed .comments ul li.comment .comment-body .fn {
  font-size: 1.5rem;
  font-weight: 900;
  color: #002F87;
}
.component.comments-feed .comments ul li.comment .comment-body .fn .url {
  font-size: 1.5rem;
  font-weight: 900;
  color: #002F87;
  text-decoration: none;
}
.component.comments-feed .comments ul li.comment .comment-body .fn .url:hover {
  text-decoration: underline;
}
.component.comments-feed .comments ul li.comment .comment-body .says {
  display: none;
}
.component.comments-feed .comments ul li.comment .comment-body p:last-of-type {
  margin-bottom: 25px;
}
.component.comments-feed .comments ul li.comment .reply .show-replies {
  display: inline;
  margin-right: 20px;
}
.component.comments-feed .comments ul li.comment .reply .show-replies a:before {
  background: transparent url("../gfx/icon/visibility.svg") center center no-repeat;
  background-size: contain;
}
.component.comments-feed .comments ul li.comment .reply a {
  color: #002F87;
  font-weight: 700;
  text-decoration: underline;
}
.component.comments-feed .comments ul li.comment .reply a:hover {
  text-decoration: none;
}
.component.comments-feed .comments ul li.comment .reply a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url("../gfx/icon/comment.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.component.comments-feed .comments ul li.comment .reply a.comment-delete {
  margin-left: 15px;
}
.component.comments-feed .comments ul li.comment .reply a.comment-delete:before {
  background: transparent url("../gfx/icon/trash-solid.svg") center center no-repeat;
  background-size: contain;
  top: 4px;
}
.component.comments-feed .comments ul li.comment .comment-respond {
  margin-left: -10px;
  border-radius: 16px;
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}
.component.comments-feed .comments ul li.comment .comment-respond h3, .component.comments-feed .comments ul li.comment .comment-respond .logged-in-as {
  display: none;
}
.component.comments-feed .comments ul li.comment .comment-respond .comment-form {
  position: relative;
}
.component.comments-feed .comments ul li.comment .comment-respond .comment-form-comment label {
  display: block;
}
.component.comments-feed .comments ul li.comment .comment-respond .comment-form-comment textarea {
  height: 50px;
  width: 100%;
  background: #fff;
  border: 1px solid #002F87;
  box-shadow: inset 0px 4px 8px rgba(5, 31, 80, 0.15);
  border-radius: 8px;
  padding: 0px 20px;
  color: #002F87;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  width: 100%;
  padding: 5px 35px 5px 15px;
}
.component.comments-feed .comments ul li.comment .comment-respond .form-submit input {
  width: 24px;
  height: 24px;
  border: none;
  font-size: 0px;
  background: transparent url("../gfx/icon/send.svg") center center no-repeat;
  background-size: 19px 16px;
  position: absolute;
  top: 36px;
  right: 15px;
  bottom: auto;
  left: auto;
  z-index: 20;
}
.component.comments-feed .comments ul li.comment ul.children {
  margin-left: -10px;
  border-radius: 16px;
  background: #fff;
  padding: 30px;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.component.comments-feed .comments ul li.comment ul.children li.comment {
  padding-bottom: 0px;
  margin-bottom: 25px;
  border-bottom: 1px #D6DDEC solid;
}
.component.comments-feed .comments ul li.comment ul.children li.comment a.reply-delete {
  color: #002F87;
  font-weight: 700;
  text-decoration: underline;
  margin-left: 15px;
}
.component.comments-feed .comments ul li.comment ul.children li.comment a.reply-delete:hover {
  text-decoration: none;
}
.component.comments-feed .comments ul li.comment ul.children li.comment a.reply-delete:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  background: transparent url("../gfx/icon/trash-solid.svg") center center no-repeat;
  background-size: contain;
  top: 4px;
}
.component.comments-feed .comments ul li.comment ul.children li:last-of-type {
  border-bottom: none;
  padding-bottom: 0px;
}
.component.comments-feed .comments ul li.comment ul.children .reply {
  display: none;
}

.component.comment-form .form {
  color: #fff;
  border-radius: 16px;
  padding: 30px;
  background: #002F87 url("../gfx/background/Abstract-dark-small-vector-small-kb.svg") center center no-repeat;
  background-size: cover;
}
.component.comment-form .form h2, .component.comment-form .form h3 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 10px;
  color: #fff;
}
.component.comment-form .form form {
  padding-top: 20px;
}
.component.comment-form .form form .form-item.form-item-submit {
  padding-top: 10px;
}
.component.comment-form .form form .form-item.form-item-submit .btn {
  width: 100%;
  border-color: #fff;
  color: #fff;
}
.component.comment-form .form form .form-item.form-item-submit .btn:after {
  filter: brightness(0) invert(1);
}

/* specific components */
/*@import '_compAlerts.scss';
@import '_compEventFilters';
@import '_compNewsFilters';
@import '_compNavSocial';
@import '_compAlerts';
@import '_compPopup';
@import '_compImageCaptions';*/
/* pages  */
/*@import '_pageHomepage';*/
/* tweaks */
.component.mb-0,
.component.margin-bottom-0 {
  margin-bottom: 0px;
}

@media (forced-colors: active) {
  .popup-overlay .popup-body .close,
  .component.collaborations .list.list-collaborations .list-item a.link img,
  .btn.btn-new-tab:after,
  .btn.btn-arrow.btn-arrow-right:after,
  .component.publications .publications-item:before,
  .show-all:after,
  .paginator ul li button.arrow-left img,
  .paginator ul li a.arrow-left img,
  .paginator .arrow.arrow-left img,
  .btn.btn-submit:after,
  .component.comments-feed .comments ul li.comment .comment-respond .form-submit input,
  .header .col-12 .logo-area a:nth-of-type(1) img,
  .header .col-12 .language-switcher .icon img,
  .header .col-12 .nav.nav-primary > ul li.menu-item-has-children > a:after,
  .header .col-12 .header-search .search-toggle img,
  .form .form-item.search-submit button[type=submit] img,
  .form .form-item.search-submit input[type=submit] img,
  .form .form-item .buttonset .buttonset-open:after,
  .btn.btn-arrow.btn-arrow-left:before,
  .paginator ul li button.arrow-right img,
  .paginator ul li a.arrow-right img,
  .paginator .arrow.arrow-right img,
  .soc-networks-link img,
  .btn.btn-download:after,
  .contacts-item a img,
  .component.grants .list.list-grants .list-item .icon:after,
  img.icon,
  .btn.btn-file:after,
  a.external-link img,
  .component.info-blocks .info-blocks-item .icon img,
  .icon.icon-plus,
  .icon.icon-minus,
  .component.basic-text .article ul.list-cross li:before,
  .component.basic-text .article ul.list-check li:before,
  .list.list-years.list-timeline .item:before,
  .list.list-years.list-timeline .item:after,
  .component.basic-text.image-caption .caption:before,
  .component.article-link .article ul li:before,
  .form .form-item p.label .tooltip .tooltip-icon img,
  .form .form-item label .tooltip .tooltip-icon img,
  .btn.btn-login:before,
  .menu-toggle,
  .component.article-link.list-type-02 .article ul li img {
    filter: brightness(0) invert(1);
  }
  .btn.btn-arrow.btn-arrow-left:before {
    filter: brightness(0) invert(0);
  }
  .btn.btn-arrow.btn-arrow-left:hover:before {
    filter: brightness(0) invert(1);
  }
  .component.basic-text.image-caption .caption,
  .form .form-item .buttonset.active .buttonset-inner {
    border: 1px #fff solid;
    border-top: none;
  }
  .component.gallery .gallery-link,
  .component.info-blocks .info-blocks-item,
  .component.basic-text .article table,
  .component.basic-text .article ol li:before,
  .component.publications .publications-item,
  .form .form-item p.label .tooltip.active .tooltip-content,
  .form .form-item label .tooltip.active .tooltip-content,
  .component.persons .persons-item,
  .component.projects .projects-item,
  .component.collaborations .list.list-collaborations .list-item,
  .component.documents .list.list-documents .list-item,
  .form.page-filters form,
  .component.contracts .list.list-contracts .list-item,
  .component.departments .department-item,
  .component.events .event-item,
  .component.grants .list.list-grants .list-item,
  .component.news .news-item {
    border: 1px #fff solid;
  }
  .component.basic-text .article table {
    border-radius: 16px;
  }
  .popup-overlay .popup-body,
  .header .col-12 .language-switcher.hover .lang-list {
    border: 1px #fff solid;
    border-radius: 8px;
  }
  /* forms */
  .form .form-item .wpcf7-not-valid-tip {
    border: 1px #fff solid;
  }
}

/*# sourceMappingURL=default.css.map */
