@charset "UTF-8";
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--default .select2-selection--single {
  height: 60px;
  padding: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  border-radius: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
}

body {
  font-family: Rokkitt, serif;
  font-size: 17px;
  line-height: 1.4rem;
  background: white;
  color: black;
  padding-top: 102px;
  min-width: 440px;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 130px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    padding-top: 150px;
  }
}

h1, h2, h3, h4, h5, h6,
#header, #footer,
.title, .btn, .sans {
  font-family: Inter, sans-serif;
}

a {
  color: #0030ba;
}

.line {
  width: 100%;
  height: 2px;
  background: #e5e5e5;
}

.gray {
  color: #e5e5e5;
}

.highlight {
  color: #0030ba;
}

.bg-highlight {
  background-color: #0030ba;
  color: #fff;
}

.block-inverse .inner-block {
  background: #dbdbdb;
}
.block-inverse .line {
  background: #0030ba;
}

.full-width {
  width: 100%;
  height: auto;
}

.round-border {
  border-radius: 20px;
}

.round-border-bottom {
  border-radius: 0 0 20px 20px;
}

.container {
  width: auto;
  min-width: 420px;
  max-width: 1900px;
}

@media screen and (min-width: 1200px) {
  .content-lg {
    margin: auto;
    max-width: 1720px;
  }
  .content-md {
    margin: auto;
    max-width: 1480px;
  }
  .content-sm {
    margin: auto;
    max-width: 1360px;
  }
}
#main .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 576px) {
  #main .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  #main .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #main .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1440px) {
  #main .container {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.inner-block {
  position: relative;
  padding: 0;
  border-radius: 20px;
  margin: 30px 0;
}
.inner-block.inner-paddding-title {
  padding-top: 65px;
}
.inner-block.inner-cover {
  padding-top: 0;
}
.inner-block.inner-padding {
  padding: 100px 30px 60px 30px;
}
@media screen and (min-width: 768px) {
  .inner-block.inner-padding {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .inner-block.inner-padding {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.inner-block .inner-title {
  font-size: 2.5rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
}
.inner-block .inner-top {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-align: left;
  text-transform: uppercase;
  padding: 15px 40px 25px 25px;
  min-width: 260px;
  background: #fff;
  color: #000;
  border-radius: 0 0 20px 0;
}
.inner-block .inner-top::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  height: 40px;
  width: 20px;
  border-top-left-radius: 20px;
  box-shadow: 0 -20px 0 0 #fff;
}
.inner-block .inner-top::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 40px;
  width: 20px;
  border-top-left-radius: 20px;
  box-shadow: 0 -20px 0 0 #fff;
}

@media screen and (min-width: 1440px) {
  .col-xxl-25 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.page-link {
  color: #0030ba;
  border: 1px solid #bababa;
}

.page-item.active .page-link {
  background: #0030ba;
  color: #fff;
}

.ico-more::after {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  height: 36px;
  width: 36px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='711 5253 38 38'%3e%3cg fill='none' stroke='%230030ba' stroke-linecap='square' stroke-linejoin='round' stroke-width='2'%3e%3cpath d='m723.2 5266 5.882 5.882-5.883 5.883' /%3e%3cpath d='m732.3 5266 5.882 5.882-5.882 5.883' /%3e%3c/g%3e%3c/svg%3e");
  background-position: center center;
  background-size: cover;
}

.ico-x-tw {
  position: relative;
}
.ico-x-tw:after {
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  content: " ";
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3csvg version='1.1' viewBox='0 0 31.5 31.5' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23fff' d='m22.1 7.7-5 5.8-4-5.8h-4.1l5.8 8.5-6.1 7h1.3l5.4-6.2 4.3 6.2h4.1l-6.1-8.8 5.7-6.7h-1.3z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  filter: invert(0);
  transition: 0.2s filter linear;
}

#ftb-socials a:hover .ico-x-tw:after {
  filter: invert(1);
}

#header {
  max-height: 100%;
  overflow-y: auto;
  padding-bottom: 30px;
}
#header .flag {
  background: center center no-repeat;
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-right: 0.5em;
}
#header .flag-cs {
  background-image: url(/images/flag-cs.svg);
}
#header .flag-en {
  background-image: url(/images/flag-en.svg);
}
#header .container {
  position: relative;
}
#header .header-inner {
  position: relative;
  background: #fff;
  border-radius: 0 0 40px 40px;
  min-height: 102px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  #header .header-inner {
    min-height: 130px;
  }
}
@media screen and (min-width: 1200px) {
  #header .header-inner {
    min-height: 150px;
  }
}
#header .navbar {
  padding: 26px 25px 0 25px;
}
@media screen and (min-width: 768px) {
  #header .navbar {
    padding: 26px 40px 0 40px;
  }
}
#header .navbar-toggler {
  width: 36px;
  height: 36px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0;
}
#header .navbar-toggler .line {
  width: 100%;
  height: 2px;
  background: #0030ba;
}
#header .navbar-toggler .line3 {
  width: 50%;
}
#header .navbar-brand {
  padding: 0;
}
@media screen and (max-width: 767.99px) {
  #header .navbar-brand img {
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  #header .navbar-brand {
    margin-bottom: 26px;
  }
}
#header .navbar-collapse {
  justify-content: end;
}
#header .navbar-nav {
  justify-content: space-between;
  align-items: stretch;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  width: 100%;
  min-height: 58px;
}
#header .nav-link {
  color: #606060;
  text-transform: uppercase;
}
#header .nav-link:hover {
  font-weight: bold;
}
#header .nav-link::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#header .active > .nav-link {
  color: #0030ba;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  #header {
    max-height: none;
    overflow: unset;
  }
  #header .navbar-toggler {
    display: none;
  }
}
#header #header-togger {
  display: none;
}
@media screen and (min-width: 1200px) {
  #header #header-togger {
    display: flex;
    margin: auto 0 auto 15px;
  }
}
@media screen and (min-width: 1440px) {
  #header #header-togger {
    margin-left: 35px;
  }
}

#header-content-hover {
  width: 100%;
  padding-bottom: 26px;
}
@media screen and (min-width: 1200px) {
  #header-content-hover {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

#header-search {
  position: relative;
  padding: 0 0 1rem 0;
}
@media screen and (min-width: 768px) {
  #header-search {
    padding: 0 1rem 0 0;
  }
}

#header-search-btn {
  position: absolute;
  top: 9px;
  right: 27px;
  margin: 0;
  padding: 0;
  font-size: 22px;
  background: transparent;
  color: #0030ba;
  border: none;
  cursor: pointer;
}

#header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  #header-content {
    width: calc(100% - 80px);
    align-items: end;
  }
}

#header-top {
  padding: 15px 0 10px 0;
}
@media screen and (min-width: 1200px) {
  #header-top {
    padding: 0;
  }
}

#header-top .btn {
  font-size: 14px;
  line-height: 23px;
  padding: 7px 23px;
  height: 40px;
}

#header-btn {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  padding-left: 58px !important;
}
#header-btn::before {
  display: block;
  position: absolute;
  content: " ";
  top: calc(50% - 15px);
  left: 18px;
  width: 27px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-1580 46.95 30 29.36'%3e%3cg transform='translate(1 .8144)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m-1570 51.04a4.125 4.125 0 1 1 0 0.08z' stroke-width='1.61'/%3e%3cpath d='m-1580 60.5h7.79a6.218 6.218 0 0 0 6.21 6.21 6.217 6.217 0 0 0 6.21-6.21h7.79c0 7.72-6.28 14-14 14s-14-6.28-14-14' stroke-width='2'/%3e%3c/g%3e%3c/svg%3e");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.25s filter ease-in-out;
}
#header-btn #header-basket {
  position: relative;
  border-left: 1px solid #fff;
  margin-left: 20px;
  padding-left: 60px;
  font-size: 20px;
}
#header-btn #header-basket::before {
  display: block;
  position: absolute;
  content: " ";
  top: calc(50% - 15px);
  left: 20px;
  width: 22px;
  height: 29px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='1742 42.95 22.286 30.05'%3e%3cg stroke-linejoin='round' stroke-linecap='round' stroke='%23fff' fill='none'%3e%3cpath d='M1747.286 49.336a5.429 5.429 0 1 1 0 .085z' stroke-width='1.68888'/%3e%3cpath d='M0 0h22.286v23.143h0H0h0V0h0z' stroke-width='2' transform='matrix(.91026 0 0 .91358 1743 50.857)'/%3e%3c/g%3e%3cpath d='M1746.286 55.056a1.714 1.714 0 1 1 0 .1z' fill='%23fff'/%3e%3cpath d='M1756.571 55.056a1.714 1.714 0 1 1 0 .1z' fill='%23fff'/%3e%3c/svg%3e");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.25s filter ease-in-out;
}
#header-btn:hover #header-basket {
  border-left-color: #000;
}
#header-btn:hover::before,
#header-btn:hover #header-basket::before {
  filter: invert(1);
}

#header-floater::before {
  position: absolute;
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  transition: width 0.25s ease-in-out, height 0.25s ease-in-out;
  bottom: 2px;
  left: calc(100% - 15px);
  background: radial-gradient(circle, rgb(0, 48, 186) 0%, rgb(0, 48, 186) 32%, rgb(255, 255, 255) 32%, rgb(255, 255, 255) 100%);
  border-radius: 30px;
}
@media screen and (min-width: 1200px) {
  #header-floater::before {
    bottom: -40px;
    left: calc(50% - 15px);
  }
}

#header-float {
  position: relative;
  /*&:hover .nav-item.active {
  font-weight: normal;
   }*/
}
#header-float .nav-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#header-float .nav-item .nav-link {
  margin: auto;
}
@media screen and (min-width: 992px) {
  #header-float {
    width: auto;
  }
}

#header-floater {
  position: absolute;
  height: 100%;
  transition: left 0.25s ease-in-out, width 0.25s ease-in-out;
  pointer-events: none;
}

.navbar-light .header-is-floater .nav-item.active::after, .navbar-light .header-is-floater .nav-item.active::before {
  display: none;
}

#header-lang {
  text-transform: uppercase;
}
#header-lang .dropdown-toggle {
  font-weight: bold;
}

#header-bigger {
  position: relative;
  left: -25px;
  bottom: -26px;
  width: calc(100% + 56px);
  background: rgb(31, 49, 187);
  color: #fff;
  border-radius: 0 0 40px 40px;
}
@media screen and (min-width: 768px) {
  #header-bigger {
    left: -40px;
    width: calc(100% + 80px);
  }
}
@media screen and (min-width: 1200px) {
  #header-bigger {
    position: absolute;
    z-index: -1;
    top: calc(100% - 40px);
    bottom: auto;
    left: 0;
    background: rgba(31, 49, 187, 0.9);
    width: 100%;
  }
  #header-bigger.show {
    top: calc(100% - 30px);
  }
}
#header-bigger #header-bigger-menu {
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  #header-bigger #header-bigger-menu {
    padding: 70px 40px 40px 40px;
  }
}
#header-bigger .dropdown-menu {
  background: transparent;
  border: none;
}
#header-bigger .dropdown-toggle {
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding-left: 1.5rem;
}
@media screen and (min-width: 1440px) {
  #header-bigger .dropdown-toggle {
    padding-left: 0;
  }
}
#header-bigger .nav-item {
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media screen and (min-width: 1440px) {
  #header-bigger .nav-item {
    flex-direction: row;
  }
}
#header-bigger .dropdown-item {
  color: #fff;
  white-space: wrap;
}
#header-bigger .dropdown-item:hover {
  background: transparent;
  color: #ddd;
}
@media screen and (min-width: 1200px) {
  #header-bigger {
    position: absolute;
    display: block;
    transition: 0.3s top linear;
    width: 100%;
    top: -500px;
    left: 0;
  }
  #header-bigger .dropdown-toggle {
    cursor: default;
  }
  #header-bigger .dropdown-toggle::after {
    display: none;
  }
  #header-bigger .dropdown {
    flex: 1 1 0px;
  }
  #header-bigger .dropdown-menu {
    position: relative;
    display: block;
    top: 0;
    float: none;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  #header-bigger-menu {
    flex-direction: row;
    justify-content: space-between;
  }
}

#footer {
  background: #000;
  color: #bababa;
  font-size: 15px;
  line-height: 1.38rem;
  padding: 20px 10px;
  min-width: 440px;
}
#footer a {
  color: #bababa;
  text-decoration: none;
  transition: 0.25s color ease-in-out;
}
#footer a:hover {
  color: #fff;
}
#footer .footer-title {
  color: #fff;
  text-transform: uppercase;
  margin: 22px 0;
}
#footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-menu li {
  margin: 0;
}
@media screen and (min-width: 992px) {
  #footer {
    padding: 30px 30px;
  }
}
@media screen and (min-width: 1200px) {
  #footer {
    padding: 60px 60px;
  }
}

#footer-ftb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  #footer-ftb {
    padding: 0 40px;
  }
}

#footer-ftb > div {
  margin-bottom: 40px;
}

#ftb-logo {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #ftb-logo {
    max-width: 420px;
    margin-right: 40px;
  }
}

#ftb-menu {
  width: 100%;
}
#ftb-menu .row {
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  #ftb-menu .row {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  #ftb-menu {
    flex-grow: 1;
    width: auto;
  }
}

#ftb-socials {
  margin: 0 auto;
}
#ftb-socials a {
  display: inline-block;
  margin: 0 15px;
  font-size: 13px;
  line-height: 16px;
}
#ftb-socials .footer-title,
#ftb-socials .social-name {
  display: none;
}
@media screen and (min-width: 1200px) {
  #ftb-socials {
    margin-right: 0;
  }
  #ftb-socials a {
    display: block;
    margin: 0 0 15px 0;
  }
  #ftb-socials .footer-title {
    display: block;
  }
  #ftb-socials .social-name {
    display: inline-block;
  }
  #ftb-socials .fab {
    margin-right: 15px;
  }
}
#ftb-socials .fab {
  display: block;
  float: left;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 30px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  transition: 0.25s color ease-in-out, 0.25s background ease-in-out;
}
#ftb-socials .fab.fa-facebook-f {
  font-size: 23px;
  line-height: 23px;
  padding-top: 7px;
}
#ftb-socials a:hover .fab {
  background: #fff;
  color: #000;
}

#footer-bottom {
  background: #242424;
  border-radius: 20px;
  padding: 8px 20px;
  margin: 0 -20px;
  width: calc(100% + 40px);
}

.card {
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  color: #606060;
}
.card h3 {
  color: #0030ba;
  font-size: 1.55rem;
  line-height: 1.8rem;
}

.card-img-top {
  border-radius: 19px 19px 0 0;
}

.card-header {
  background: transparent;
  border-bottom: none;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .card-header img {
    max-width: 260px;
  }
}

.card-footer {
  border: none;
  background: transparent;
  text-align: right;
}

.empty-photo {
  width: 100%;
  padding-bottom: 100%;
}

.card-wtitle {
  display: block;
  position: relative;
  border-radius: 20px;
}
.card-wtitle img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.card-wtitle .card-wtitle-body {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: #fff;
  color: #0030ba;
  padding: 6px 12px;
  border-radius: 20px;
  transition: 0.25s color ease-in-out, 0.25s background ease-in-out;
}
.card-wtitle:hover .card-wtitle-body {
  background: #0030ba;
  color: #fff;
}

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

.card-body + .card-footer {
  padding-top: 0;
}

.carousel-caption {
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: #fff;
  color: #606060;
  border-radius: 20px;
  padding: 10px 30px;
}

.carousel-item {
  aspect-ratio: 1/1;
  position: relative;
  isolation: isolate;
  border-radius: 20px;
}
.carousel-item img {
  border-radius: 20px;
  width: 100%;
}
.carousel-item .header-text {
  bottom: 30px;
  right: 0;
  color: #fff;
  background: #0030ba;
  padding: 20px 25px;
  border-radius: 20px;
}
.carousel-item .header-text :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .carousel-item .header-text {
    padding: 40px;
    max-width: 640px;
  }
}
.carousel-item .title {
  font-weight: 900;
  font-size: 2.3rem;
  line-height: 2.5rem;
  margin-bottom: 0;
}
.carousel-item .title.smaller {
  font-size: 2rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 768px) {
  .carousel-item .title {
    font-size: 3rem;
    line-height: 3.2rem;
  }
  .carousel-item .title.smaller {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
}
@media screen and (min-width: 992px) {
  .carousel-item .title {
    font-size: 4rem;
    line-height: 4.2rem;
  }
  .carousel-item .title.smaller {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}
.carousel-item .title + .sub {
  margin-top: 20px;
}
.carousel-item .container {
  padding: 100% 0 0 0 !important;
}
.carousel-item .image-desktop {
  display: none;
}
.carousel-item .image-desktop, .carousel-item .image-mobile {
  z-index: -1;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.carousel-item .image-mobile {
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .carousel-item {
    aspect-ratio: auto;
  }
  .carousel-item .container {
    padding: 70% 20px 20px 20px !important;
  }
}
@media screen and (min-width: 992px) {
  .carousel-item .container {
    padding: 0 90px !important;
    aspect-ratio: 12/5.5;
  }
  .carousel-item .header-text {
    position: absolute;
    max-width: 640px;
    padding: 40px;
    bottom: 30px;
    right: 90px;
  }
  .carousel-item .image-mobile {
    display: none;
  }
  .carousel-item .image-desktop {
    display: block;
  }
}

.carousel-indicators {
  margin-bottom: 0.3rem;
}

.calendar-form {
  background: #e5e5e5;
  color: #000;
  border-radius: 20px;
  padding: 15px 20px 10px 20px;
}
.calendar-form .row {
  padding-top: 10px;
}
.calendar-form .badge {
  font-size: 0.9rem;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.3rem;
  background: #fff;
  border-radius: 30px;
  padding: 8px 25px;
  margin: 10px;
}
.calendar-form .badge-primary {
  background: #0030ba;
  color: #fff;
}
.calendar-form .tags > *:first-child {
  margin-left: 0;
}
.calendar-form .tags > *:last-child {
  margin-right: 0;
}

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

.form-top-title {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 20px 60px 5px 60px;
  background: #e5e5e5;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3rem;
  text-transform: uppercase;
  border-radius: 30px 30px 0 0;
}
.form-top-title::before {
  content: "";
  position: absolute;
  left: -20px;
  top: calc(100% - 40px);
  height: 40px;
  width: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 20px 0 0 #e5e5e5;
}
.form-top-title::after {
  content: "";
  position: absolute;
  right: -20px;
  top: calc(100% - 40px);
  height: 40px;
  width: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 20px 0 0 #e5e5e5;
}

.noform-top-title {
  display: inline-block;
  margin: 0 auto;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3rem;
  text-transform: uppercase;
}

.calendar-table {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.calendar-form-label {
  color: #0030ba;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.calendar-form-position {
  position: relative;
  padding-top: 24px;
}

.calendar-form-submit {
  position: absolute;
  top: calc(50% + 2px);
  right: 36px;
  height: 22px;
  width: 22px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath d='m21.9 19.972-4.545-4.546a9.43 9.43 0 0 0 1.928-5.784A9.582 9.582 0 0 0 9.642 0 9.582 9.582 0 0 0 0 9.642a9.582 9.582 0 0 0 9.642 9.641 9.43 9.43 0 0 0 5.784-1.928l4.546 4.545 1.928-1.928ZM2.755 9.642c0-3.857 3.03-6.887 6.887-6.887 3.856 0 6.886 3.03 6.886 6.887 0 3.856-3.03 6.886-6.886 6.886-3.857 0-6.887-3.03-6.887-6.886Z' fill='%230030ba' fill-rule='evenodd' data-name='Path 208'/%3e%3c/svg%3e");
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
}

.calendar-item {
  display: none;
  max-height: 400px;
  transition: 0.4s max-height ease-in-out;
  overflow: hidden;
}
.calendar-item.show {
  display: block;
}
.calendar-item.calendar-item-hide {
  max-height: 0;
}

.calendar-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}

.calendar-date {
  font-size: 1.3rem;
  color: #606060;
  border-right: 1px solid #000;
  padding-right: 30px;
  flex: 0 0 80px;
  width: 80px;
}

.calendar-name {
  font-size: 1.3rem;
  padding: 0 0 0 30px;
  flex: 1;
  max-width: calc(100% - 80px);
}

.calendar-perex {
  width: 100%;
}
.calendar-perex:not(:empty) {
  padding: 15px 0;
}

.calendar-btn {
  text-align: center;
  flex: 1;
}

.calendar-arrow {
  background: #fff;
  color: #000;
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  transition: 0.25s color ease-in-out, 0.25s background ease-in-out;
  cursor: pointer;
}
.calendar-arrow:hover {
  background: #0030ba;
  color: #fff;
}

.calendar-days {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.calendar-days .item {
  padding: 20px 15px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #bababa;
}
.calendar-days label.item {
  position: relative;
  display: block;
  color: #606060;
  cursor: pointer;
  margin: 0;
}
.calendar-days label.item:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  background: transparent;
  color: transparent;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  width: 60px;
  height: 60px;
  padding: 20px 0;
  border-radius: 30px;
  transition: 0.25s color ease-in-out, 0.25s background ease-in-out;
}
.calendar-days input.ignore {
  display: none;
}
.calendar-days label.item:hover:after,
.calendar-days input.ignore:checked + label.item:after {
  content: attr(data-day);
  color: #fff;
  background: #0030ba;
}
.calendar-days .month {
  color: #000;
  text-transform: uppercase;
}
.calendar-days .year {
  color: #0030ba;
}

.calendar-window {
  overflow: hidden;
  flex: 1;
  height: 60px;
}

.calendar-window-content {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 60px;
  transition: 0.3s left linear;
}

.calendar-window-content.noanimate {
  transition: none;
}

@media screen and (min-width: 992px) {
  .calendar-row {
    padding: 15px 0 15px 30px;
  }
  .calendar-name {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 30px;
  }
  .calendar-perex {
    width: auto;
    padding: 0 0 0 30px;
    flex: 1;
  }
  .calendar-btn {
    padding-left: 30px;
    flex: 0 0 205px;
    width: 205px;
  }
}
.block-files .text-columns {
  background: #fff;
  color: #000;
  border-radius: 20px;
  padding: 20px 10px;
}

.files {
  list-style: none;
  padding: 0 15px;
  margin: 0;
}
.files li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.5rem;
}
.files .icon {
  font-size: 2.7em;
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.25em;
}
.files .far {
  line-height: 1.2;
}
.files .files-info {
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-control {
  height: 60px;
  padding: 15px 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 20px;
  border-radius: 30px;
}
.form-control.form-control-sm {
  height: 40px;
  padding: 10px 15px;
  font-size: 16px;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: Inter, sans-serif;
}

.custom-select {
  font-family: Inter, sans-serif;
  border-radius: 30px;
  padding: 20px 30px;
  line-height: 20px;
  height: 60px;
}

.form h5 {
  font-size: 1em;
  margin: 1rem 0;
}

.form label {
  color: #0030ba;
  text-transform: uppercase;
}

.form label span {
  text-transform: none;
}

.form .form-check-label {
  color: inherit;
  text-transform: none;
}

.btn {
  border: none;
  color: #fff;
  background-color: #0030ba;
  border: 2px solid #0030ba;
  border-radius: 70px;
  padding: 8px 30px;
  text-transform: uppercase;
  transition: 0.25s color ease-in-out, 0.25s background ease-in-out, 0.25s border ease-in-out, 0.25s filter ease-in-out;
}
.btn:hover {
  color: #000;
  background-color: transparent;
}
.btn.btn-outline {
  color: #000;
  background-color: transparent;
}
.btn.btn-outline:hover {
  color: #fff;
  background-color: #0030ba;
}
.btn.btn-sm {
  padding: 8px 15px;
}

.btn-circle {
  position: relative;
  color: #0030ba;
  height: 40px;
  width: 40px;
  padding: 0;
}
.btn-circle:hover::after {
  filter: grayscale(100%) brightness(10);
}

.btn-lg {
  font-size: 18px;
  line-height: 20px;
  height: 60px;
  padding: 20px 30px;
  border-radius: 30px;
}

.bg-highlight .form-control {
  background: #b4c2eb;
}
.bg-highlight .form label {
  color: #aaa;
}
.bg-highlight .form .form-check-label {
  color: inherit;
}
.bg-highlight form a {
  color: #ccc;
}
.bg-highlight .btn {
  background: #fff;
  color: #0030ba;
}
.bg-highlight .btn.btn-outline {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.bg-highlight .btn.btn-outline:hover {
  background: #fff;
  color: #0030ba;
}

.form-newsletter {
  position: relative;
}
.form-newsletter .form-newsletter-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.form-newsletter .form-newsletter-btn .btn {
  border: none;
  height: 60px;
  padding: 18px 30px;
}

.form-check {
  padding-left: 2.25rem;
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin: auto;
  padding: 0;
  vertical-align: middle;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 0;
  left: 0;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:focus {
  border-color: #0030ba;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-optional {
  position: relative;
}
.form-optional .form-check-input:checked ~ .form-optional-input {
  display: flex;
}

.form-optional-input {
  display: none;
}
@media screen and (min-width: 992px) {
  .form-optional-input {
    position: absolute;
    top: -19px;
    left: calc(100% + 50px);
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .form-optional-input .form-control {
    width: 120px;
  }
}

.block-header {
  margin-top: -40px;
}

.header-image {
  aspect-ratio: 1/1;
  position: relative;
  isolation: isolate;
  border-radius: 20px;
}
.header-image.round-border {
  border-radius: 0 0 40px 40px;
}
.header-image .header-text {
  color: #fff;
  background: #0030ba;
  padding: 20px 25px;
  border-radius: 20px;
}
.header-image .title {
  font-weight: 900;
  font-size: 2.3rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .header-image .title {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 992px) {
  .header-image .title {
    font-size: 4rem;
    line-height: 4.2rem;
  }
}
.header-image .title + .sub {
  margin-top: 20px;
}
.header-image .container {
  padding: 100% 0 0 0 !important;
}
.header-image .image-desktop {
  display: none;
}
.header-image .image-desktop, .header-image .image-mobile {
  z-index: -1;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.header-image .image-mobile {
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .header-image {
    aspect-ratio: auto;
  }
  .header-image .container {
    padding: 50% 20px 20px 20px !important;
  }
  .header-image .image-mobile {
    display: none;
  }
  .header-image .image-desktop {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .header-image .container {
    padding: 0 20px !important;
    height: 450px;
  }
  .header-image .header-text {
    position: absolute;
    max-width: 640px;
    padding: 40px;
    bottom: 20px;
    right: 0;
  }
}

table.dataTable-init thead th {
  vertical-align: middle;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}

table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼"/"";
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
  position: relative;
  padding-right: 30px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 12px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(0, 0, 0, 0.05);
  outline-offset: -2px;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}

div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
div.dt-container div.dt-layout-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0.75em 0;
}

div.dt-container div.dt-layout-row div.dt-layout-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
  justify-content: flex-start;
  margin-right: auto;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
  justify-content: flex-end;
  margin-left: auto;
}

div.dt-container div.dt-layout-row div.dt-layout-cell:empty {
  display: none;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-row:not(.dt-layout-table) {
    display: block;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
    display: block;
    text-align: center;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell > * {
    margin: 0.5em 0;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-start {
    margin-right: 0;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-end {
    margin-left: 0;
  }
}
div.dt-container div.dt-layout-start > *:not(:last-child) {
  margin-right: 1em;
}

div.dt-container div.dt-layout-end > *:not(:first-child) {
  margin-left: 1em;
}

div.dt-container div.dt-layout-full {
  width: 100%;
}

div.dt-container div.dt-layout-full > *:only-child {
  margin-left: auto;
  margin-right: auto;
}

div.dt-container div.dt-layout-table > div {
  display: block !important;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-start > *:not(:last-child) {
    margin-right: 0;
  }
  div.dt-container div.dt-layout-end > *:not(:first-child) {
    margin-left: 0;
  }
}
/*
 * Control feature layout
 */
div.dt-container {
  position: relative;
  clear: both;
}

div.dt-container .dt-search input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}

div.dt-container .dt-input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
}

div.dt-container select.dt-input {
  padding: 4px;
}

div.dt-container .dt-paging .dt-paging-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* W3C */
}

div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
  cursor: default;
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

div.dt-container .dt-paging .dt-paging-button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #111;
  background: linear-gradient(to bottom, #585858 0%, #111 100%); /* W3C */
}

div.dt-container .dt-paging .dt-paging-button:active {
  outline: none;
  background-color: #0c0c0c;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); /* W3C */
  box-shadow: inset 0 0 3px #111;
}

div.dt-container .dt-paging .ellipsis {
  padding: 0 1em;
}

div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
  color: inherit;
}

div.dt-container .dataTables_scroll {
  clear: both;
}

div.dt-container .dataTables_scroll div.dt-scroll-body {
  -webkit-overflow-scrolling: touch;
}

div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td {
  vertical-align: middle;
}

div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td > div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
  border-bottom: none;
}

.news-card {
  position: relative;
  word-wrap: break-word;
}

.news-card h3 {
  color: #0030ba;
  font-size: 1.55rem;
  line-height: 1.8rem;
}

.news-card-img {
  width: 100%;
  height: 100%;
  margin: 0 0 auto 0;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-card-inner {
  display: flex;
  flex-direction: column;
  color: #606060;
  justify-content: flex-end;
  align-items: flex-end;
}

.news-card-body {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
}
.news-card-body:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  border: 2px solid #bababa;
  border-top: none;
  border-radius: 0 0 20px 20px;
}

.carousel-item-big .news-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 100%;
  margin: 0 15px;
}
.carousel-item-big .news-card-body {
  width: 60%;
  margin-bottom: 5px;
}
.carousel-item-big .news-card-body:after {
  display: none;
}
.carousel-item-big .news-card-inner {
  margin: 0 5px;
}

@media (min-width: 1200px) {
  .carousel-articles .col-xl-4 {
    flex: 0 0 34%;
    max-width: 34%;
  }
  .carousel-articles .col-xl-3 {
    flex: 0 0 22%;
    max-width: 22%;
  }
}
.carousel-articles .carousel-item.active,
.carousel-articles .carousel-item-next,
.carousel-articles .carousel-item-prev {
  display: flex;
  min-height: 500px;
}

@media (min-width: 1200px) {
  .carousel-articles-window .carousel-control-next,
  .carousel-articles-window .carousel-control-prev {
    display: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 30px;
  opacity: 1;
  background: #fff;
  color: #000;
  transition: 0.25s color ease-in-out, 0.25s background ease-in-out;
}
.carousel-control-next:focus, .carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  background: #0030ba;
  color: #fff;
}

.carousel-control-prev {
  left: -10px;
}
@media (min-width: 576px) {
  .carousel-control-prev {
    left: -15px;
  }
}
@media (min-width: 992px) {
  .carousel-control-prev {
    left: -25px;
  }
}
@media (min-width: 1200px) {
  .carousel-control-prev {
    left: -60px;
  }
}
@media (min-width: 1440px) {
  .carousel-control-prev {
    left: -70px;
  }
}

.carousel-control-next {
  right: -10px;
}
@media (min-width: 576px) {
  .carousel-control-next {
    right: -15px;
  }
}
@media (min-width: 992px) {
  .carousel-control-next {
    right: -25px;
  }
}
@media (min-width: 1200px) {
  .carousel-control-next {
    right: -60px;
  }
}
@media (min-width: 1440px) {
  .carousel-control-next {
    right: -70px;
  }
}

.partner img {
  display: block;
  margin: auto;
}

#project-menu {
  margin-top: 20px;
  justify-content: space-between;
  flex: 1;
  position: sticky;
  top: 90px;
  z-index: 12;
  background: #fff;
  text-align: center;
}
#project-menu .navbar-toggler {
  width: 36px;
  height: 36px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0;
}
#project-menu .navbar-toggler .line {
  width: 100%;
  height: 2px;
  background: #000;
}
#project-menu .navbar-toggler .line3 {
  width: 50%;
}
#project-menu .navbar-brand img {
  max-width: 170px;
}
#project-menu .navbar-nav {
  flex: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #project-menu {
    top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  #project-menu {
    top: 140px;
  }
  #project-menu .navbar-toggler {
    display: none;
  }
}

#project-menu + .block-header {
  margin-top: 0;
}

.review-img {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  border-radius: 20px;
}
.review-img .review-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  overflow: hidden;
}
.review-img img {
  display: block;
  margin: auto;
  max-height: 100%;
  width: auto;
}
@media screen and (min-width: 768px) {
  .review-img .review-img-wrap {
    position: absolute;
  }
}

.review-text {
  background: #fff;
  color: #000;
  border-radius: 20px;
  padding: 20px;
}

@media screen and (max-width: 767.99px) {
  .review-img {
    border-radius: 20px 20px 0 0;
  }
  .review-img-col + .review-img-text .review-text {
    border-radius: 0 0 20px 20px;
  }
}
.bg-highlight .text-columns {
  -moz-column-rule-color: #000;
       column-rule-color: #000;
}

.block-inverse .text-columns {
  -moz-column-rule-color: #fff;
       column-rule-color: #fff;
}

.text-columns {
  -moz-column-gap: 4em;
       column-gap: 4em;
  -moz-column-rule: 1px solid #606060;
       column-rule: 1px solid #606060;
}

@media screen and (min-width: 992px) {
  .text-columns-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
  .text-columns-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.text > *:last-child {
  margin-bottom: 0;
}

.inner-block .box:last-of-type {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .box-left .col-md-5 {
    padding-right: 30px;
  }
  .box-right .row {
    align-items: flex-end;
  }
  .box-right .col-md-7 {
    order: 1;
  }
  .box-right .col-md-5 {
    order: 2;
    padding-left: 30px;
  }
}
.usp-fill {
  padding: 0;
}
@media screen and (min-width: 576px) {
  .usp-fill {
    padding: 0 10%;
  }
}
@media screen and (min-width: 768px) {
  .usp-fill {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .usp-fill {
    padding: 0 5%;
  }
}
@media screen and (min-width: 1360px) {
  .usp-fill {
    padding: 0 10%;
  }
}

.usp-filler {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border: 3px solid #000;
  border-radius: 100%;
}

.usp-counter {
  display: block;
  position: absolute;
  top: calc(50% - 1rem);
  font-size: 2.3rem;
  line-height: 2.3rem;
  font-weight: bold;
  width: 100%;
}

.usp-title {
  position: relative;
  top: -30px;
  padding: 20px 0 0 0;
  min-height: 30px;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.3rem;
  background: #e5e5e5;
}

.bg-highlight .usp-title {
  background: #0030ba;
}

.usp img {
  width: 100%;
  height: auto;
}

.block-usp .inner-padding {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .block-usp .inner-padding {
    padding-bottom: 60px;
  }
}

/*@media screen and (min-width: 1200px) {
  padding-left: 120px;
  padding-right: 120px;
}*/
.video-cover {
  border-radius: 17px 17px 0 0;
}

.video-cover-btn {
  display: block;
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 32px);
  color: #ff0033;
  font-size: 4rem;
}

.video-cover-btn .fab {
  position: relative;
}

.video-cover-btn:before {
  content: " ";
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  background: #fff;
  height: 40px;
  width: 40px;
}

.block-search p span {
  background: rgba(0, 48, 186, 0.2);
}

.block-members .members {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .block-members .members {
    -moz-column-count: 2;
         column-count: 2;
    gap: 3rem;
  }
}
.block-members ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.block-members ul li {
  border-bottom: 1px solid #e4e4e4;
  padding: 0.25rem 0.5rem;
}

.block-program .inner-block {
  background: #dbdbdb;
  padding: 0 15px 15px 15px;
}
.block-program .inner-block.inner-paddding-title {
  padding-top: 75px;
}
.block-program .inner-block .head {
  max-width: 1230px;
  margin: 1rem auto 2rem auto;
}
.block-program .inner-block .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.block-program .inner-block .item {
  background: white;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.block-program .inner-block h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #0030ba;
  margin-bottom: 0.5rem;
}
.block-program .inner-block p {
  margin: 0;
}
.block-program .inner-block .partner, .block-program .inner-block .person, .block-program .inner-block .text, .block-program .inner-block .name {
  position: relative;
}
.block-program .inner-block .partner:before, .block-program .inner-block .person:before, .block-program .inner-block .text:before, .block-program .inner-block .name:before {
  content: "";
  position: absolute;
  left: 0;
  top: -22px;
  width: 30px;
  height: 2px;
  background: black;
}
.block-program .inner-block .time, .block-program .inner-block .person {
  color: #0030ba;
}
.block-program .inner-block .time {
  font-size: 1.1em;
}
.block-program .inner-block .time .dash {
  color: black;
}
.block-program .inner-block .name h3 {
  font-size: 1.2em;
  margin-bottom: 0;
}
.block-program .inner-block .person .img {
  margin-top: 1rem;
  position: relative;
}
.block-program .inner-block .person .img div {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: white;
  border-radius: 20px;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  text-align: center;
  line-height: 1rem;
}
.block-program .inner-block .person .img img {
  border-radius: 20px;
  width: 100%;
}
.block-program .inner-block .partner img {
  display: block;
  margin-top: 1rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .block-program .inner-block .item {
    flex-direction: row;
    gap: 20px;
  }
  .block-program .inner-block .name:before {
    display: none;
  }
  .block-program .inner-block .partner:before, .block-program .inner-block .person:before, .block-program .inner-block .text:before {
    left: -11px;
    top: 0;
    width: 2px;
    height: 30px;
  }
  .block-program .inner-block .time {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    width: 40px;
    max-width: 40px;
  }
  .block-program .inner-block .text {
    flex-grow: 1;
  }
  .block-program .inner-block .name {
    flex: 0 0 100%;
    width: 200px;
    max-width: 200px;
  }
  .block-program .inner-block .person, .block-program .inner-block .partner {
    flex: 0 0 100%;
    width: 150px;
    max-width: 150px;
  }
  .block-program .inner-block .person .img div {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .block-program .inner-block .item {
    gap: 40px;
  }
  .block-program .inner-block .partner:before, .block-program .inner-block .person:before, .block-program .inner-block .text:before {
    left: -21px;
  }
  .block-program .inner-block .person, .block-program .inner-block .partner {
    width: 200px;
    max-width: 200px;
  }
  .block-program .inner-block .person .img div {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .block-program .inner-block .item {
    width: 1230px;
    margin: 0 auto;
  }
  .block-program .inner-block .name, .block-program .inner-block .person {
    width: 250px;
    max-width: 250px;
  }
}

#main table td, #main table th, #main li, #main p {
  font-size: 1.2rem;
  max-width: 100vw;
  overflow-x: hidden;
}

.form-captcha-input {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.block-form .card-header {
  font-weight: bold;
  font-size: 1.25rem;
  padding: 1rem;
}
