@charset "UTF-8";
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf); }

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Bold.ttf);
  font-weight: 500; }

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Bold.ttf);
  font-weight: 700; }

body {
  font-family: Roboto !important;
  width: 100%;
  height: 100%;
  background-color: #FFFF; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  body * {
    flex-shrink: 0 !important;
  }
  body {
    background: #FFFFFF;
  }
  html {
    font-size: 100% !important;
  }
  body.edozvole-pub > div.edozvole-pub,
  body.edozvole-pub > div.edozvole-pub > main,
  body.edozvole-pub > div.edozvole-pub > main > div {
    height: 95%;
  }
}

@media only screen and (max-width: 1000px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .edozvole-pub .page--with-sidebar {
    display: block !important;
  }
}

/* --------------------------------

eDozvole Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'eDozvole';
  src: url("../fonts/eDozvole.eot");
  src: url("../fonts/eDozvole.eot") format("embedded-opentype"), url("../fonts/eDozvole.woff2") format("woff2"), url("../fonts/eDozvole.woff") format("woff"), url("../fonts/eDozvole.ttf") format("truetype"), url("../fonts/eDozvole.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------
	base class definition
-------------------------*/
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'eDozvole';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------
  change icon size
-------------------------*/
/* relative units */
.icon-sm {
  font-size: 0.8em; }

.icon-lg {
  font-size: 1.2em; }

/* absolute units */
.icon-16 {
  font-size: 16px; }

.icon-32 {
  font-size: 32px; }

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.icon-bg-square,
.icon-bg-circle {
  padding: 0.35em;
  background-color: #eee; }

.icon-bg-circle {
  border-radius: 50%; }

/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.icon-ul {
  padding-left: 0;
  list-style-type: none; }
  .icon-ul > li {
    display: flex;
    align-items: flex-start;
    line-height: 1.4; }
  .icon-ul > li > .icon {
    margin-right: 0.4em;
    line-height: inherit; }

/*------------------------
  spinning icons
-------------------------*/
.icon-is-spinning {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear; }

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*------------------------
  rotated/flipped icons
-------------------------*/
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.icon-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

/*------------------------
	icons
-------------------------*/
.icon-menu-35::before {
  content: "\EA02"; }

.icon-e-remove::before {
  content: "\EA03"; }

.icon-support-17::before {
  content: "\EA04"; }

.icon-bell::before {
  content: "\EA05"; }

.icon-paper::before {
  content: "\EA06"; }

.icon-add::before {
  content: "\EA07"; }

.icon-folder-edit::before {
  content: "\EA08"; }

.icon-link::before {
  content: "\EA09"; }

.icon-system-update::before {
  content: "\EA0A"; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.drawer--is-open {
  overflow: hidden;
  position: fixed; }
  @media (min-width: 61.25em) {
    .drawer--is-open {
      overflow: unset;
      position: static; } }
  .drawer--is-open main:after {
    content: "";
    display: block;
    position: fixed;
    /* could also be absolute */
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6); }
    @media (min-width: 61.25em) {
      .drawer--is-open main:after {
        top: 0; } }
  .drawer--is-open main:after {
    content: "";
    display: block;
    position: fixed;
    /* could also be absolute */
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6); }
    @media (min-width: 61.25em) {
      .drawer--is-open main:after {
        top: 0; } }

.edozvole-pub {
  margin: 0px;
  /*!
 * Bootstrap v4.3.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)
 */ }
  .edozvole-pub :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #D71920;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  .edozvole-pub *,
  .edozvole-pub *::before,
  .edozvole-pub *::after {
    box-sizing: border-box; }
  .edozvole-pub html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .edozvole-pub article, .edozvole-pub aside, .edozvole-pub figcaption, .edozvole-pub figure, .edozvole-pub footer, .edozvole-pub header, .edozvole-pub hgroup, .edozvole-pub main, .edozvole-pub nav, .edozvole-pub section {
    display: block; }
  .edozvole-pub body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff; }
  .edozvole-pub [tabindex="-1"]:focus {
    outline: 0 !important; }
  .edozvole-pub hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible; }
  .edozvole-pub h1, .edozvole-pub h2, .edozvole-pub h3, .edozvole-pub h4, .edozvole-pub h5, .edozvole-pub h6 {
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .edozvole-pub p {
    margin-top: 0;
    margin-bottom: 1rem; }
  .edozvole-pub abbr[title],
  .edozvole-pub abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none; }
  .edozvole-pub address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }
  .edozvole-pub ol,
  .edozvole-pub ul,
  .edozvole-pub dl {
    margin-top: 0;
    margin-bottom: 1rem; }
  .edozvole-pub ol ol,
  .edozvole-pub ul ul,
  .edozvole-pub ol ul,
  .edozvole-pub ul ol {
    margin-bottom: 0; }
  .edozvole-pub dt {
    font-weight: 700; }
  .edozvole-pub dd {
    margin-bottom: .5rem;
    margin-left: 0; }
  .edozvole-pub blockquote {
    margin: 0 0 1rem; }
  .edozvole-pub b,
  .edozvole-pub strong {
    font-weight: bolder; }
  .edozvole-pub small {
    font-size: 80%; }
  .edozvole-pub sub,
  .edozvole-pub sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .edozvole-pub sub {
    bottom: -.25em; }
  .edozvole-pub sup {
    top: -.5em; }
  .edozvole-pub a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent; }
    .edozvole-pub a:hover {
      color: #0056b3;
      text-decoration: underline; }
  .edozvole-pub a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
    .edozvole-pub a:not([href]):not([tabindex]):hover, .edozvole-pub a:not([href]):not([tabindex]):focus {
      color: inherit;
      text-decoration: none; }
    .edozvole-pub a:not([href]):not([tabindex]):focus {
      outline: 0; }
  .edozvole-pub pre,
  .edozvole-pub code,
  .edozvole-pub kbd,
  .edozvole-pub samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em; }
  .edozvole-pub pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto; }
  .edozvole-pub figure {
    margin: 0 0 1rem; }
  .edozvole-pub img {
    vertical-align: middle;
    border-style: none; }
  .edozvole-pub svg {
    overflow: hidden;
    vertical-align: middle; }
  .edozvole-pub table {
    border-collapse: collapse; }
  .edozvole-pub caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom; }
  .edozvole-pub th {
    text-align: inherit; }
  .edozvole-pub label {
    display: inline-block;
    margin-bottom: 0.5rem; }
  .edozvole-pub button {
    border-radius: 0; }
  .edozvole-pub button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  .edozvole-pub input,
  .edozvole-pub button,
  .edozvole-pub select,
  .edozvole-pub optgroup,
  .edozvole-pub textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .edozvole-pub button,
  .edozvole-pub input {
    overflow: visible; }
  .edozvole-pub button,
  .edozvole-pub select {
    text-transform: none; }
  .edozvole-pub select {
    word-wrap: normal; }
  .edozvole-pub button,
  .edozvole-pub [type="button"],
  .edozvole-pub [type="reset"],
  .edozvole-pub [type="submit"] {
    -webkit-appearance: button; }
  .edozvole-pub button:not(:disabled),
  .edozvole-pub [type="button"]:not(:disabled),
  .edozvole-pub [type="reset"]:not(:disabled),
  .edozvole-pub [type="submit"]:not(:disabled) {
    cursor: pointer; }
  .edozvole-pub button::-moz-focus-inner,
  .edozvole-pub [type="button"]::-moz-focus-inner,
  .edozvole-pub [type="reset"]::-moz-focus-inner,
  .edozvole-pub [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }
  .edozvole-pub input[type="radio"],
  .edozvole-pub input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0; }
  .edozvole-pub input[type="date"],
  .edozvole-pub input[type="time"],
  .edozvole-pub input[type="datetime-local"],
  .edozvole-pub input[type="month"] {
    -webkit-appearance: listbox; }
  .edozvole-pub textarea {
    overflow: auto;
    resize: vertical; }
  .edozvole-pub fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  .edozvole-pub legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal; }
  .edozvole-pub progress {
    vertical-align: baseline; }
  .edozvole-pub [type="number"]::-webkit-inner-spin-button,
  .edozvole-pub [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .edozvole-pub [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none; }
  .edozvole-pub [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .edozvole-pub ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }
  .edozvole-pub output {
    display: inline-block; }
  .edozvole-pub summary {
    display: list-item;
    cursor: pointer; }
  .edozvole-pub template {
    display: none; }
  .edozvole-pub [hidden] {
    display: none !important; }
  .edozvole-pub h1, .edozvole-pub h2, .edozvole-pub h3, .edozvole-pub h4, .edozvole-pub h5, .edozvole-pub h6,
  .edozvole-pub .h1, .edozvole-pub .h2, .edozvole-pub .h3, .edozvole-pub .h4, .edozvole-pub .h5, .edozvole-pub .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2; }
  .edozvole-pub h1, .edozvole-pub .h1 {
    font-size: 2.5rem; }
  .edozvole-pub h2, .edozvole-pub .h2 {
    font-size: 2rem; }
  .edozvole-pub h3, .edozvole-pub .h3 {
    font-size: 1.75rem; }
  .edozvole-pub h4, .edozvole-pub .h4 {
    font-size: 1.5rem; }
  .edozvole-pub h5, .edozvole-pub .h5 {
    font-size: 1.25rem; }
  .edozvole-pub h6, .edozvole-pub .h6 {
    font-size: 1rem; }
  .edozvole-pub .lead {
    font-size: 1.25rem;
    font-weight: 300; }
  .edozvole-pub .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2; }
  .edozvole-pub .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .edozvole-pub .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .edozvole-pub .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .edozvole-pub hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .edozvole-pub small,
  .edozvole-pub .small {
    font-size: 80%;
    font-weight: 400; }
  .edozvole-pub mark,
  .edozvole-pub .mark {
    padding: 0.2em;
    background-color: #fcf8e3; }
  .edozvole-pub .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .edozvole-pub .list-inline {
    padding-left: 0;
    list-style: none; }
  .edozvole-pub .list-inline-item {
    display: inline-block; }
    .edozvole-pub .list-inline-item:not(:last-child) {
      margin-right: 0.5rem; }
  .edozvole-pub .initialism {
    font-size: 90%;
    text-transform: uppercase; }
  .edozvole-pub .blockquote {
    margin-bottom: 16px;
    font-size: 1.25rem; }
  .edozvole-pub .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d; }
    .edozvole-pub .blockquote-footer::before {
      content: "\2014\A0"; }
  .edozvole-pub .img-fluid {
    max-width: 100%;
    height: auto; }
  .edozvole-pub .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto; }
  .edozvole-pub .figure {
    display: inline-block; }
  .edozvole-pub .figure-img {
    margin-bottom: 8px;
    line-height: 1; }
  .edozvole-pub .figure-caption {
    font-size: 90%;
    color: #6c757d; }
  .edozvole-pub code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word; }
    a > .edozvole-pub code {
      color: inherit; }
  .edozvole-pub kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem; }
    .edozvole-pub kbd kbd {
      padding: 0;
      font-size: 100%;
      font-weight: 700; }
  .edozvole-pub pre {
    display: block;
    font-size: 87.5%;
    color: #212529; }
    .edozvole-pub pre code {
      font-size: inherit;
      color: inherit;
      word-break: normal; }
  .edozvole-pub .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  .edozvole-pub .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .edozvole-pub .container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .edozvole-pub .container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .edozvole-pub .container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .edozvole-pub .container {
        max-width: 1140px; } }
  .edozvole-pub .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  .edozvole-pub .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .edozvole-pub .no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .edozvole-pub .no-gutters > .col,
    .edozvole-pub .no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
  .edozvole-pub .col-1, .edozvole-pub .col-2, .edozvole-pub .col-3, .edozvole-pub .col-4, .edozvole-pub .col-5, .edozvole-pub .col-6, .edozvole-pub .col-7, .edozvole-pub .col-8, .edozvole-pub .col-9, .edozvole-pub .col-10, .edozvole-pub .col-11, .edozvole-pub .col-12, .edozvole-pub .col,
  .edozvole-pub .col-auto, .edozvole-pub .col-sm-1, .edozvole-pub .col-sm-2, .edozvole-pub .col-sm-3, .edozvole-pub .col-sm-4, .edozvole-pub .col-sm-5, .edozvole-pub .col-sm-6, .edozvole-pub .col-sm-7, .edozvole-pub .col-sm-8, .edozvole-pub .col-sm-9, .edozvole-pub .col-sm-10, .edozvole-pub .col-sm-11, .edozvole-pub .col-sm-12, .edozvole-pub .col-sm,
  .edozvole-pub .col-sm-auto, .edozvole-pub .col-md-1, .edozvole-pub .col-md-2, .edozvole-pub .col-md-3, .edozvole-pub .col-md-4, .edozvole-pub .col-md-5, .edozvole-pub .col-md-6, .edozvole-pub .col-md-7, .edozvole-pub .col-md-8, .edozvole-pub .col-md-9, .edozvole-pub .col-md-10, .edozvole-pub .col-md-11, .edozvole-pub .col-md-12, .edozvole-pub .col-md,
  .edozvole-pub .col-md-auto, .edozvole-pub .col-lg-1, .edozvole-pub .col-lg-2, .edozvole-pub .col-lg-3, .edozvole-pub .col-lg-4, .edozvole-pub .col-lg-5, .edozvole-pub .col-lg-6, .edozvole-pub .col-lg-7, .edozvole-pub .col-lg-8, .edozvole-pub .col-lg-9, .edozvole-pub .col-lg-10, .edozvole-pub .col-lg-11, .edozvole-pub .col-lg-12, .edozvole-pub .col-lg,
  .edozvole-pub .col-lg-auto, .edozvole-pub .col-xl-1, .edozvole-pub .col-xl-2, .edozvole-pub .col-xl-3, .edozvole-pub .col-xl-4, .edozvole-pub .col-xl-5, .edozvole-pub .col-xl-6, .edozvole-pub .col-xl-7, .edozvole-pub .col-xl-8, .edozvole-pub .col-xl-9, .edozvole-pub .col-xl-10, .edozvole-pub .col-xl-11, .edozvole-pub .col-xl-12, .edozvole-pub .col-xl,
  .edozvole-pub .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .edozvole-pub .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .edozvole-pub .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .edozvole-pub .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .edozvole-pub .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .edozvole-pub .col-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .edozvole-pub .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .edozvole-pub .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .edozvole-pub .col-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .edozvole-pub .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .edozvole-pub .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .edozvole-pub .col-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .edozvole-pub .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .edozvole-pub .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .edozvole-pub .col-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .edozvole-pub .order-first {
    order: -1; }
  .edozvole-pub .order-last {
    order: 13; }
  .edozvole-pub .order-0 {
    order: 0; }
  .edozvole-pub .order-1 {
    order: 1; }
  .edozvole-pub .order-2 {
    order: 2; }
  .edozvole-pub .order-3 {
    order: 3; }
  .edozvole-pub .order-4 {
    order: 4; }
  .edozvole-pub .order-5 {
    order: 5; }
  .edozvole-pub .order-6 {
    order: 6; }
  .edozvole-pub .order-7 {
    order: 7; }
  .edozvole-pub .order-8 {
    order: 8; }
  .edozvole-pub .order-9 {
    order: 9; }
  .edozvole-pub .order-10 {
    order: 10; }
  .edozvole-pub .order-11 {
    order: 11; }
  .edozvole-pub .order-12 {
    order: 12; }
  .edozvole-pub .offset-1 {
    margin-left: 8.33333%; }
  .edozvole-pub .offset-2 {
    margin-left: 16.66667%; }
  .edozvole-pub .offset-3 {
    margin-left: 25%; }
  .edozvole-pub .offset-4 {
    margin-left: 33.33333%; }
  .edozvole-pub .offset-5 {
    margin-left: 41.66667%; }
  .edozvole-pub .offset-6 {
    margin-left: 50%; }
  .edozvole-pub .offset-7 {
    margin-left: 58.33333%; }
  .edozvole-pub .offset-8 {
    margin-left: 66.66667%; }
  .edozvole-pub .offset-9 {
    margin-left: 75%; }
  .edozvole-pub .offset-10 {
    margin-left: 83.33333%; }
  .edozvole-pub .offset-11 {
    margin-left: 91.66667%; }
  @media (min-width: 576px) {
    .edozvole-pub .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .edozvole-pub .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .edozvole-pub .col-sm-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .edozvole-pub .col-sm-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .edozvole-pub .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .edozvole-pub .col-sm-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .edozvole-pub .col-sm-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .edozvole-pub .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .edozvole-pub .col-sm-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .edozvole-pub .col-sm-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .edozvole-pub .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .edozvole-pub .col-sm-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .edozvole-pub .col-sm-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .edozvole-pub .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .edozvole-pub .order-sm-first {
      order: -1; }
    .edozvole-pub .order-sm-last {
      order: 13; }
    .edozvole-pub .order-sm-0 {
      order: 0; }
    .edozvole-pub .order-sm-1 {
      order: 1; }
    .edozvole-pub .order-sm-2 {
      order: 2; }
    .edozvole-pub .order-sm-3 {
      order: 3; }
    .edozvole-pub .order-sm-4 {
      order: 4; }
    .edozvole-pub .order-sm-5 {
      order: 5; }
    .edozvole-pub .order-sm-6 {
      order: 6; }
    .edozvole-pub .order-sm-7 {
      order: 7; }
    .edozvole-pub .order-sm-8 {
      order: 8; }
    .edozvole-pub .order-sm-9 {
      order: 9; }
    .edozvole-pub .order-sm-10 {
      order: 10; }
    .edozvole-pub .order-sm-11 {
      order: 11; }
    .edozvole-pub .order-sm-12 {
      order: 12; }
    .edozvole-pub .offset-sm-0 {
      margin-left: 0; }
    .edozvole-pub .offset-sm-1 {
      margin-left: 8.33333%; }
    .edozvole-pub .offset-sm-2 {
      margin-left: 16.66667%; }
    .edozvole-pub .offset-sm-3 {
      margin-left: 25%; }
    .edozvole-pub .offset-sm-4 {
      margin-left: 33.33333%; }
    .edozvole-pub .offset-sm-5 {
      margin-left: 41.66667%; }
    .edozvole-pub .offset-sm-6 {
      margin-left: 50%; }
    .edozvole-pub .offset-sm-7 {
      margin-left: 58.33333%; }
    .edozvole-pub .offset-sm-8 {
      margin-left: 66.66667%; }
    .edozvole-pub .offset-sm-9 {
      margin-left: 75%; }
    .edozvole-pub .offset-sm-10 {
      margin-left: 83.33333%; }
    .edozvole-pub .offset-sm-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 768px) {
    .edozvole-pub .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .edozvole-pub .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .edozvole-pub .col-md-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .edozvole-pub .col-md-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .edozvole-pub .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .edozvole-pub .col-md-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .edozvole-pub .col-md-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .edozvole-pub .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .edozvole-pub .col-md-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .edozvole-pub .col-md-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .edozvole-pub .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .edozvole-pub .col-md-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .edozvole-pub .col-md-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .edozvole-pub .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .edozvole-pub .order-md-first {
      order: -1; }
    .edozvole-pub .order-md-last {
      order: 13; }
    .edozvole-pub .order-md-0 {
      order: 0; }
    .edozvole-pub .order-md-1 {
      order: 1; }
    .edozvole-pub .order-md-2 {
      order: 2; }
    .edozvole-pub .order-md-3 {
      order: 3; }
    .edozvole-pub .order-md-4 {
      order: 4; }
    .edozvole-pub .order-md-5 {
      order: 5; }
    .edozvole-pub .order-md-6 {
      order: 6; }
    .edozvole-pub .order-md-7 {
      order: 7; }
    .edozvole-pub .order-md-8 {
      order: 8; }
    .edozvole-pub .order-md-9 {
      order: 9; }
    .edozvole-pub .order-md-10 {
      order: 10; }
    .edozvole-pub .order-md-11 {
      order: 11; }
    .edozvole-pub .order-md-12 {
      order: 12; }
    .edozvole-pub .offset-md-0 {
      margin-left: 0; }
    .edozvole-pub .offset-md-1 {
      margin-left: 8.33333%; }
    .edozvole-pub .offset-md-2 {
      margin-left: 16.66667%; }
    .edozvole-pub .offset-md-3 {
      margin-left: 25%; }
    .edozvole-pub .offset-md-4 {
      margin-left: 33.33333%; }
    .edozvole-pub .offset-md-5 {
      margin-left: 41.66667%; }
    .edozvole-pub .offset-md-6 {
      margin-left: 50%; }
    .edozvole-pub .offset-md-7 {
      margin-left: 58.33333%; }
    .edozvole-pub .offset-md-8 {
      margin-left: 66.66667%; }
    .edozvole-pub .offset-md-9 {
      margin-left: 75%; }
    .edozvole-pub .offset-md-10 {
      margin-left: 83.33333%; }
    .edozvole-pub .offset-md-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 992px) {
    .edozvole-pub .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .edozvole-pub .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .edozvole-pub .col-lg-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .edozvole-pub .col-lg-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .edozvole-pub .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .edozvole-pub .col-lg-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .edozvole-pub .col-lg-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .edozvole-pub .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .edozvole-pub .col-lg-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .edozvole-pub .col-lg-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .edozvole-pub .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .edozvole-pub .col-lg-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .edozvole-pub .col-lg-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .edozvole-pub .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .edozvole-pub .order-lg-first {
      order: -1; }
    .edozvole-pub .order-lg-last {
      order: 13; }
    .edozvole-pub .order-lg-0 {
      order: 0; }
    .edozvole-pub .order-lg-1 {
      order: 1; }
    .edozvole-pub .order-lg-2 {
      order: 2; }
    .edozvole-pub .order-lg-3 {
      order: 3; }
    .edozvole-pub .order-lg-4 {
      order: 4; }
    .edozvole-pub .order-lg-5 {
      order: 5; }
    .edozvole-pub .order-lg-6 {
      order: 6; }
    .edozvole-pub .order-lg-7 {
      order: 7; }
    .edozvole-pub .order-lg-8 {
      order: 8; }
    .edozvole-pub .order-lg-9 {
      order: 9; }
    .edozvole-pub .order-lg-10 {
      order: 10; }
    .edozvole-pub .order-lg-11 {
      order: 11; }
    .edozvole-pub .order-lg-12 {
      order: 12; }
    .edozvole-pub .offset-lg-0 {
      margin-left: 0; }
    .edozvole-pub .offset-lg-1 {
      margin-left: 8.33333%; }
    .edozvole-pub .offset-lg-2 {
      margin-left: 16.66667%; }
    .edozvole-pub .offset-lg-3 {
      margin-left: 25%; }
    .edozvole-pub .offset-lg-4 {
      margin-left: 33.33333%; }
    .edozvole-pub .offset-lg-5 {
      margin-left: 41.66667%; }
    .edozvole-pub .offset-lg-6 {
      margin-left: 50%; }
    .edozvole-pub .offset-lg-7 {
      margin-left: 58.33333%; }
    .edozvole-pub .offset-lg-8 {
      margin-left: 66.66667%; }
    .edozvole-pub .offset-lg-9 {
      margin-left: 75%; }
    .edozvole-pub .offset-lg-10 {
      margin-left: 83.33333%; }
    .edozvole-pub .offset-lg-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 1200px) {
    .edozvole-pub .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .edozvole-pub .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .edozvole-pub .col-xl-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .edozvole-pub .col-xl-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .edozvole-pub .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .edozvole-pub .col-xl-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .edozvole-pub .col-xl-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .edozvole-pub .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .edozvole-pub .col-xl-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .edozvole-pub .col-xl-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .edozvole-pub .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .edozvole-pub .col-xl-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .edozvole-pub .col-xl-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .edozvole-pub .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .edozvole-pub .order-xl-first {
      order: -1; }
    .edozvole-pub .order-xl-last {
      order: 13; }
    .edozvole-pub .order-xl-0 {
      order: 0; }
    .edozvole-pub .order-xl-1 {
      order: 1; }
    .edozvole-pub .order-xl-2 {
      order: 2; }
    .edozvole-pub .order-xl-3 {
      order: 3; }
    .edozvole-pub .order-xl-4 {
      order: 4; }
    .edozvole-pub .order-xl-5 {
      order: 5; }
    .edozvole-pub .order-xl-6 {
      order: 6; }
    .edozvole-pub .order-xl-7 {
      order: 7; }
    .edozvole-pub .order-xl-8 {
      order: 8; }
    .edozvole-pub .order-xl-9 {
      order: 9; }
    .edozvole-pub .order-xl-10 {
      order: 10; }
    .edozvole-pub .order-xl-11 {
      order: 11; }
    .edozvole-pub .order-xl-12 {
      order: 12; }
    .edozvole-pub .offset-xl-0 {
      margin-left: 0; }
    .edozvole-pub .offset-xl-1 {
      margin-left: 8.33333%; }
    .edozvole-pub .offset-xl-2 {
      margin-left: 16.66667%; }
    .edozvole-pub .offset-xl-3 {
      margin-left: 25%; }
    .edozvole-pub .offset-xl-4 {
      margin-left: 33.33333%; }
    .edozvole-pub .offset-xl-5 {
      margin-left: 41.66667%; }
    .edozvole-pub .offset-xl-6 {
      margin-left: 50%; }
    .edozvole-pub .offset-xl-7 {
      margin-left: 58.33333%; }
    .edozvole-pub .offset-xl-8 {
      margin-left: 66.66667%; }
    .edozvole-pub .offset-xl-9 {
      margin-left: 75%; }
    .edozvole-pub .offset-xl-10 {
      margin-left: 83.33333%; }
    .edozvole-pub .offset-xl-11 {
      margin-left: 91.66667%; } }
  .edozvole-pub .table {
    width: 100%;
    margin-bottom: 16px;
    color: #212529; }
    .edozvole-pub .table th,
    .edozvole-pub .table td {
      padding: 0.75rem;
      vertical-align: top;
      border-top: 1px solid #dee2e6; }
    .edozvole-pub .table thead th {
      vertical-align: bottom;
      border-bottom: 2px solid #dee2e6; }
    .edozvole-pub .table tbody + tbody {
      border-top: 2px solid #dee2e6; }
  .edozvole-pub .table-sm th,
  .edozvole-pub .table-sm td {
    padding: 0.3rem; }
  .edozvole-pub .table-bordered {
    border: 1px solid #dee2e6; }
    .edozvole-pub .table-bordered th,
    .edozvole-pub .table-bordered td {
      border: 1px solid #dee2e6; }
    .edozvole-pub .table-bordered thead th,
    .edozvole-pub .table-bordered thead td {
      border-bottom-width: 2px; }
  .edozvole-pub .table-borderless th,
  .edozvole-pub .table-borderless td,
  .edozvole-pub .table-borderless thead th,
  .edozvole-pub .table-borderless tbody + tbody {
    border: 0; }
  .edozvole-pub .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }
  .edozvole-pub .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075); }
  .edozvole-pub .table-primary,
  .edozvole-pub .table-primary > th,
  .edozvole-pub .table-primary > td {
    background-color: #f4bfc1; }
  .edozvole-pub .table-primary th,
  .edozvole-pub .table-primary td,
  .edozvole-pub .table-primary thead th,
  .edozvole-pub .table-primary tbody + tbody {
    border-color: #ea878b; }
  .edozvole-pub .table-hover .table-primary:hover {
    background-color: #f0a9ac; }
    .edozvole-pub .table-hover .table-primary:hover > td,
    .edozvole-pub .table-hover .table-primary:hover > th {
      background-color: #f0a9ac; }
  .edozvole-pub .table-secondary,
  .edozvole-pub .table-secondary > th,
  .edozvole-pub .table-secondary > td {
    background-color: #d6d8db; }
  .edozvole-pub .table-secondary th,
  .edozvole-pub .table-secondary td,
  .edozvole-pub .table-secondary thead th,
  .edozvole-pub .table-secondary tbody + tbody {
    border-color: #b3b7bb; }
  .edozvole-pub .table-hover .table-secondary:hover {
    background-color: #c8cbcf; }
    .edozvole-pub .table-hover .table-secondary:hover > td,
    .edozvole-pub .table-hover .table-secondary:hover > th {
      background-color: #c8cbcf; }
  .edozvole-pub .table-success,
  .edozvole-pub .table-success > th,
  .edozvole-pub .table-success > td {
    background-color: #c3e6cb; }
  .edozvole-pub .table-success th,
  .edozvole-pub .table-success td,
  .edozvole-pub .table-success thead th,
  .edozvole-pub .table-success tbody + tbody {
    border-color: #8fd19e; }
  .edozvole-pub .table-hover .table-success:hover {
    background-color: #b1dfbb; }
    .edozvole-pub .table-hover .table-success:hover > td,
    .edozvole-pub .table-hover .table-success:hover > th {
      background-color: #b1dfbb; }
  .edozvole-pub .table-info,
  .edozvole-pub .table-info > th,
  .edozvole-pub .table-info > td {
    background-color: #bee5eb; }
  .edozvole-pub .table-info th,
  .edozvole-pub .table-info td,
  .edozvole-pub .table-info thead th,
  .edozvole-pub .table-info tbody + tbody {
    border-color: #86cfda; }
  .edozvole-pub .table-hover .table-info:hover {
    background-color: #abdde5; }
    .edozvole-pub .table-hover .table-info:hover > td,
    .edozvole-pub .table-hover .table-info:hover > th {
      background-color: #abdde5; }
  .edozvole-pub .table-warning,
  .edozvole-pub .table-warning > th,
  .edozvole-pub .table-warning > td {
    background-color: #ffeeba; }
  .edozvole-pub .table-warning th,
  .edozvole-pub .table-warning td,
  .edozvole-pub .table-warning thead th,
  .edozvole-pub .table-warning tbody + tbody {
    border-color: #ffdf7e; }
  .edozvole-pub .table-hover .table-warning:hover {
    background-color: #ffe8a1; }
    .edozvole-pub .table-hover .table-warning:hover > td,
    .edozvole-pub .table-hover .table-warning:hover > th {
      background-color: #ffe8a1; }
  .edozvole-pub .table-danger,
  .edozvole-pub .table-danger > th,
  .edozvole-pub .table-danger > td {
    background-color: #f5c6cb; }
  .edozvole-pub .table-danger th,
  .edozvole-pub .table-danger td,
  .edozvole-pub .table-danger thead th,
  .edozvole-pub .table-danger tbody + tbody {
    border-color: #ed969e; }
  .edozvole-pub .table-hover .table-danger:hover {
    background-color: #f1b0b7; }
    .edozvole-pub .table-hover .table-danger:hover > td,
    .edozvole-pub .table-hover .table-danger:hover > th {
      background-color: #f1b0b7; }
  .edozvole-pub .table-light,
  .edozvole-pub .table-light > th,
  .edozvole-pub .table-light > td {
    background-color: #fdfdfe; }
  .edozvole-pub .table-light th,
  .edozvole-pub .table-light td,
  .edozvole-pub .table-light thead th,
  .edozvole-pub .table-light tbody + tbody {
    border-color: #fbfcfc; }
  .edozvole-pub .table-hover .table-light:hover {
    background-color: #ececf6; }
    .edozvole-pub .table-hover .table-light:hover > td,
    .edozvole-pub .table-hover .table-light:hover > th {
      background-color: #ececf6; }
  .edozvole-pub .table-dark,
  .edozvole-pub .table-dark > th,
  .edozvole-pub .table-dark > td {
    background-color: #c6c8ca; }
  .edozvole-pub .table-dark th,
  .edozvole-pub .table-dark td,
  .edozvole-pub .table-dark thead th,
  .edozvole-pub .table-dark tbody + tbody {
    border-color: #95999c; }
  .edozvole-pub .table-hover .table-dark:hover {
    background-color: #b9bbbe; }
    .edozvole-pub .table-hover .table-dark:hover > td,
    .edozvole-pub .table-hover .table-dark:hover > th {
      background-color: #b9bbbe; }
  .edozvole-pub .table-active,
  .edozvole-pub .table-active > th,
  .edozvole-pub .table-active > td {
    background-color: rgba(0, 0, 0, 0.075); }
  .edozvole-pub .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075); }
    .edozvole-pub .table-hover .table-active:hover > td,
    .edozvole-pub .table-hover .table-active:hover > th {
      background-color: rgba(0, 0, 0, 0.075); }
  .edozvole-pub .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55; }
  .edozvole-pub .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .edozvole-pub .table-dark {
    color: #fff;
    background-color: #343a40; }
    .edozvole-pub .table-dark th,
    .edozvole-pub .table-dark td,
    .edozvole-pub .table-dark thead th {
      border-color: #454d55; }
    .edozvole-pub .table-dark.table-bordered {
      border: 0; }
    .edozvole-pub .table-dark.table-striped tbody tr:nth-of-type(odd) {
      background-color: rgba(255, 255, 255, 0.05); }
    .edozvole-pub .table-dark.table-hover tbody tr:hover {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.075); }
  @media (max-width: 575.98px) {
    .edozvole-pub .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .edozvole-pub .table-responsive-sm > .table-bordered {
        border: 0; } }
  @media (max-width: 767.98px) {
    .edozvole-pub .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .edozvole-pub .table-responsive-md > .table-bordered {
        border: 0; } }
  @media (max-width: 991.98px) {
    .edozvole-pub .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .edozvole-pub .table-responsive-lg > .table-bordered {
        border: 0; } }
  @media (max-width: 1199.98px) {
    .edozvole-pub .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .edozvole-pub .table-responsive-xl > .table-bordered {
        border: 0; } }
  .edozvole-pub .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .edozvole-pub .table-responsive > .table-bordered {
      border: 0; }
  .edozvole-pub .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .edozvole-pub .form-control {
        transition: none; } }
    .edozvole-pub .form-control::-ms-expand {
      background-color: transparent;
      border: 0; }
    .edozvole-pub .form-control:focus {
      color: #495057;
      background-color: #fff;
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .edozvole-pub .form-control::-webkit-input-placeholder {
      color: #6c757d;
      opacity: 1; }
    .edozvole-pub .form-control:-ms-input-placeholder {
      color: #6c757d;
      opacity: 1; }
    .edozvole-pub .form-control::-ms-input-placeholder {
      color: #6c757d;
      opacity: 1; }
    .edozvole-pub .form-control::placeholder {
      color: #6c757d;
      opacity: 1; }
    .edozvole-pub .form-control:disabled, .edozvole-pub .form-control[readonly] {
      background-color: #e9ecef;
      opacity: 1; }
  .edozvole-pub select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff; }
  .edozvole-pub .form-control-file,
  .edozvole-pub .form-control-range {
    display: block;
    width: 100%; }
  .edozvole-pub .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5; }
  .edozvole-pub .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5; }
  .edozvole-pub .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5; }
  .edozvole-pub .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0; }
    .edozvole-pub .form-control-plaintext.form-control-sm, .edozvole-pub .form-control-plaintext.form-control-lg {
      padding-right: 0;
      padding-left: 0; }
  .edozvole-pub .form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
  .edozvole-pub .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem; }
  .edozvole-pub select.form-control[size], .edozvole-pub select.form-control[multiple] {
    height: auto; }
  .edozvole-pub textarea.form-control {
    height: auto; }
  .edozvole-pub .form-group {
    margin-bottom: 1rem; }
  .edozvole-pub .form-text {
    display: block;
    margin-top: 0.25rem; }
  .edozvole-pub .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px; }
    .edozvole-pub .form-row > .col,
    .edozvole-pub .form-row > [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px; }
  .edozvole-pub .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem; }
  .edozvole-pub .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem; }
    .edozvole-pub .form-check-input:disabled ~ .form-check-label {
      color: #6c757d; }
  .edozvole-pub .form-check-label {
    margin-bottom: 0; }
  .edozvole-pub .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem; }
    .edozvole-pub .form-check-inline .form-check-input {
      position: static;
      margin-top: 0;
      margin-right: 0.3125rem;
      margin-left: 0; }
  .edozvole-pub .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745; }
  .edozvole-pub .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem; }
  .was-validated .edozvole-pub .form-control:valid, .edozvole-pub .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
    .was-validated .edozvole-pub .form-control:valid:focus, .edozvole-pub .form-control.is-valid:focus {
      border-color: #28a745;
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
    .was-validated .edozvole-pub .form-control:valid ~ .valid-feedback,
    .was-validated .edozvole-pub .form-control:valid ~ .valid-tooltip, .edozvole-pub .form-control.is-valid ~ .valid-feedback,
    .edozvole-pub .form-control.is-valid ~ .valid-tooltip {
      display: block; }
  .was-validated .edozvole-pub textarea.form-control:valid, .edozvole-pub textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
  .was-validated .edozvole-pub .custom-select:valid, .edozvole-pub .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
    .was-validated .edozvole-pub .custom-select:valid:focus, .edozvole-pub .custom-select.is-valid:focus {
      border-color: #28a745;
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
    .was-validated .edozvole-pub .custom-select:valid ~ .valid-feedback,
    .was-validated .edozvole-pub .custom-select:valid ~ .valid-tooltip, .edozvole-pub .custom-select.is-valid ~ .valid-feedback,
    .edozvole-pub .custom-select.is-valid ~ .valid-tooltip {
      display: block; }
  .was-validated .edozvole-pub .form-control-file:valid ~ .valid-feedback,
  .was-validated .edozvole-pub .form-control-file:valid ~ .valid-tooltip, .edozvole-pub .form-control-file.is-valid ~ .valid-feedback,
  .edozvole-pub .form-control-file.is-valid ~ .valid-tooltip {
    display: block; }
  .was-validated .edozvole-pub .form-check-input:valid ~ .form-check-label, .edozvole-pub .form-check-input.is-valid ~ .form-check-label {
    color: #28a745; }
  .was-validated .edozvole-pub .form-check-input:valid ~ .valid-feedback,
  .was-validated .edozvole-pub .form-check-input:valid ~ .valid-tooltip, .edozvole-pub .form-check-input.is-valid ~ .valid-feedback,
  .edozvole-pub .form-check-input.is-valid ~ .valid-tooltip {
    display: block; }
  .was-validated .edozvole-pub .custom-control-input:valid ~ .custom-control-label, .edozvole-pub .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745; }
    .was-validated .edozvole-pub .custom-control-input:valid ~ .custom-control-label::before, .edozvole-pub .custom-control-input.is-valid ~ .custom-control-label::before {
      border-color: #28a745; }
  .was-validated .edozvole-pub .custom-control-input:valid ~ .valid-feedback,
  .was-validated .edozvole-pub .custom-control-input:valid ~ .valid-tooltip, .edozvole-pub .custom-control-input.is-valid ~ .valid-feedback,
  .edozvole-pub .custom-control-input.is-valid ~ .valid-tooltip {
    display: block; }
  .was-validated .edozvole-pub .custom-control-input:valid:checked ~ .custom-control-label::before, .edozvole-pub .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57; }
  .was-validated .edozvole-pub .custom-control-input:valid:focus ~ .custom-control-label::before, .edozvole-pub .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .edozvole-pub .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .edozvole-pub .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745; }
  .was-validated .edozvole-pub .custom-file-input:valid ~ .custom-file-label, .edozvole-pub .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745; }
  .was-validated .edozvole-pub .custom-file-input:valid ~ .valid-feedback,
  .was-validated .edozvole-pub .custom-file-input:valid ~ .valid-tooltip, .edozvole-pub .custom-file-input.is-valid ~ .valid-feedback,
  .edozvole-pub .custom-file-input.is-valid ~ .valid-tooltip {
    display: block; }
  .was-validated .edozvole-pub .custom-file-input:valid:focus ~ .custom-file-label, .edozvole-pub .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .edozvole-pub .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545; }
  .edozvole-pub .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem; }
  .was-validated .edozvole-pub .form-control:invalid, .edozvole-pub .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
    .was-validated .edozvole-pub .form-control:invalid:focus, .edozvole-pub .form-control.is-invalid:focus {
      border-color: #dc3545;
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
    .was-validated .edozvole-pub .form-control:invalid ~ .invalid-feedback,
    .was-validated .edozvole-pub .form-control:invalid ~ .invalid-tooltip, .edozvole-pub .form-control.is-invalid ~ .invalid-feedback,
    .edozvole-pub .form-control.is-invalid ~ .invalid-tooltip {
      display: block; }
  .was-validated .edozvole-pub textarea.form-control:invalid, .edozvole-pub textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
  .was-validated .edozvole-pub .custom-select:invalid, .edozvole-pub .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
    .was-validated .edozvole-pub .custom-select:invalid:focus, .edozvole-pub .custom-select.is-invalid:focus {
      border-color: #dc3545;
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
    .was-validated .edozvole-pub .custom-select:invalid ~ .invalid-feedback,
    .was-validated .edozvole-pub .custom-select:invalid ~ .invalid-tooltip, .edozvole-pub .custom-select.is-invalid ~ .invalid-feedback,
    .edozvole-pub .custom-select.is-invalid ~ .invalid-tooltip {
      display: block; }
  .was-validated .edozvole-pub .form-control-file:invalid ~ .invalid-feedback,
  .was-validated .edozvole-pub .form-control-file:invalid ~ .invalid-tooltip, .edozvole-pub .form-control-file.is-invalid ~ .invalid-feedback,
  .edozvole-pub .form-control-file.is-invalid ~ .invalid-tooltip {
    display: block; }
  .was-validated .edozvole-pub .form-check-input:invalid ~ .form-check-label, .edozvole-pub .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }
  .was-validated .edozvole-pub .form-check-input:invalid ~ .invalid-feedback,
  .was-validated .edozvole-pub .form-check-input:invalid ~ .invalid-tooltip, .edozvole-pub .form-check-input.is-invalid ~ .invalid-feedback,
  .edozvole-pub .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block; }
  .was-validated .edozvole-pub .custom-control-input:invalid ~ .custom-control-label, .edozvole-pub .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545; }
    .was-validated .edozvole-pub .custom-control-input:invalid ~ .custom-control-label::before, .edozvole-pub .custom-control-input.is-invalid ~ .custom-control-label::before {
      border-color: #dc3545; }
  .was-validated .edozvole-pub .custom-control-input:invalid ~ .invalid-feedback,
  .was-validated .edozvole-pub .custom-control-input:invalid ~ .invalid-tooltip, .edozvole-pub .custom-control-input.is-invalid ~ .invalid-feedback,
  .edozvole-pub .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block; }
  .was-validated .edozvole-pub .custom-control-input:invalid:checked ~ .custom-control-label::before, .edozvole-pub .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d; }
  .was-validated .edozvole-pub .custom-control-input:invalid:focus ~ .custom-control-label::before, .edozvole-pub .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .edozvole-pub .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .edozvole-pub .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545; }
  .was-validated .edozvole-pub .custom-file-input:invalid ~ .custom-file-label, .edozvole-pub .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545; }
  .was-validated .edozvole-pub .custom-file-input:invalid ~ .invalid-feedback,
  .was-validated .edozvole-pub .custom-file-input:invalid ~ .invalid-tooltip, .edozvole-pub .custom-file-input.is-invalid ~ .invalid-feedback,
  .edozvole-pub .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block; }
  .was-validated .edozvole-pub .custom-file-input:invalid:focus ~ .custom-file-label, .edozvole-pub .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .edozvole-pub .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
    .edozvole-pub .form-inline .form-check {
      width: 100%; }
    @media (min-width: 576px) {
      .edozvole-pub .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0; }
      .edozvole-pub .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0; }
      .edozvole-pub .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
      .edozvole-pub .form-inline .form-control-plaintext {
        display: inline-block; }
      .edozvole-pub .form-inline .input-group,
      .edozvole-pub .form-inline .custom-select {
        width: auto; }
      .edozvole-pub .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0; }
      .edozvole-pub .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0; }
      .edozvole-pub .form-inline .custom-control {
        align-items: center;
        justify-content: center; }
      .edozvole-pub .form-inline .custom-control-label {
        margin-bottom: 0; } }
  .edozvole-pub .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .edozvole-pub .btn {
        transition: none; } }
    .edozvole-pub .btn:hover {
      color: #212529;
      text-decoration: none; }
    .edozvole-pub .btn:focus, .edozvole-pub .btn.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .edozvole-pub .btn.disabled, .edozvole-pub .btn:disabled {
      opacity: 0.65; }
  .edozvole-pub a.btn.disabled,
  .edozvole-pub fieldset:disabled a.btn {
    pointer-events: none; }
  .edozvole-pub .btn-primary {
    color: #fff;
    background-color: #D71920;
    border-color: #D71920; }
    .edozvole-pub .btn-primary:hover {
      color: #fff;
      background-color: #b5151b;
      border-color: #a91419; }
    .edozvole-pub .btn-primary:focus, .edozvole-pub .btn-primary.focus {
      box-shadow: 0 0 0 0.2rem rgba(221, 60, 65, 0.5);
      background-color: #D71920;
    }
    .edozvole-pub .btn-primary.disabled, .edozvole-pub .btn-primary:disabled {
      color: #fff;
      background-color: #D71920;
      border-color: #D71920; }
    .edozvole-pub .btn-primary:not(:disabled):not(.disabled):active, .edozvole-pub .btn-primary:not(:disabled):not(.disabled).active,
    .show > .edozvole-pub .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #a91419;
      border-color: #9e1218; }
      .edozvole-pub .btn-primary:not(:disabled):not(.disabled):active:focus, .edozvole-pub .btn-primary:not(:disabled):not(.disabled).active:focus,
      .show > .edozvole-pub .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(221, 60, 65, 0.5); }
  .edozvole-pub .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .edozvole-pub .btn-secondary:hover {
      color: #fff;
      background-color: #5a6268;
      border-color: #545b62; }
    .edozvole-pub .btn-secondary:focus, .edozvole-pub .btn-secondary.focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
    .edozvole-pub .btn-secondary.disabled, .edozvole-pub .btn-secondary:disabled {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d; }
    .edozvole-pub .btn-secondary:not(:disabled):not(.disabled):active, .edozvole-pub .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .edozvole-pub .btn-secondary.dropdown-toggle {
      color: #fff;
      background-color: #545b62;
      border-color: #4e555b; }
      .edozvole-pub .btn-secondary:not(:disabled):not(.disabled):active:focus, .edozvole-pub .btn-secondary:not(:disabled):not(.disabled).active:focus,
      .show > .edozvole-pub .btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .edozvole-pub .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .edozvole-pub .btn-success:hover {
      color: #fff;
      background-color: #218838;
      border-color: #1e7e34; }
    .edozvole-pub .btn-success:focus, .edozvole-pub .btn-success.focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
    .edozvole-pub .btn-success.disabled, .edozvole-pub .btn-success:disabled {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745; }
    .edozvole-pub .btn-success:not(:disabled):not(.disabled):active, .edozvole-pub .btn-success:not(:disabled):not(.disabled).active,
    .show > .edozvole-pub .btn-success.dropdown-toggle {
      color: #fff;
      background-color: #1e7e34;
      border-color: #1c7430; }
      .edozvole-pub .btn-success:not(:disabled):not(.disabled):active:focus, .edozvole-pub .btn-success:not(:disabled):not(.disabled).active:focus,
      .show > .edozvole-pub .btn-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .edozvole-pub .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .edozvole-pub .btn-info:hover {
      color: #fff;
      background-color: #138496;
      border-color: #117a8b; }
    .edozvole-pub .btn-info:focus, .edozvole-pub .btn-info.focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
    .edozvole-pub .btn-info.disabled, .edozvole-pub .btn-info:disabled {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8; }
    .edozvole-pub .btn-info:not(:disabled):not(.disabled):active, .edozvole-pub .btn-info:not(:disabled):not(.disabled).active,
    .show > .edozvole-pub .btn-info.dropdown-toggle {
      color: #fff;
      background-color: #117a8b;
      border-color: #10707f; }
      .edozvole-pub .btn-info:not(:disabled):not(.disabled):active:focus, .edozvole-pub .btn-info:not(:disabled):not(.disabled).active:focus,
      .show > .edozvole-pub .btn-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .edozvole-pub .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .edozvole-pub .btn-warning:hover {
      color: #212529;
      background-color: #e0a800;
      border-color: #d39e00; }
    .edozvole-pub .btn-warning:focus, .edozvole-pub .btn-warning.focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
    .edozvole-pub .btn-warning.disabled, .edozvole-pub .btn-warning:disabled {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107; }
    .edozvole-pub .btn-warning:not(:disabled):not(.disabled):active, .edozvole-pub .btn-warning:not(:disabled):not(.disabled).active,
    .show > .edozvole-pub .btn-warning.dropdown-toggle {
      color: #212529;
      background-color: #d39e00;
      border-color: #c69500; }
      .edozvole-pub .btn-warning:not(:disabled):not(.disabled):active:focus, .edozvole-pub .btn-warning:not(:disabled):not(.disabled).active:focus,
      .show > .edozvole-pub .btn-warning.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .edozvole-pub .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .edozvole-pub .btn-danger:hover {
      color: #fff;
      background-color: #c82333;
      border-color: #bd2130; }
    .edozvole-pub .btn-danger:focus, .edozvole-pub .btn-danger.focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
    .edozvole-pub .btn-danger.disabled, .edozvole-pub .btn-danger:disabled {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545; }
    .edozvole-pub .btn-danger:not(:disabled):not(.disabled):active, .edozvole-pub .btn-danger:not(:disabled):not(.disabled).active,
    .show > .edozvole-pub .btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #bd2130;
      border-color: #b21f2d; }
      .edozvole-pub .btn-danger:not(:disabled):not(.disabled):active:focus, .edozvole-pub .btn-danger:not(:disabled):not(.disabled).active:focus,
      .show > .edozvole-pub .btn-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .edozvole-pub .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .edozvole-pub .btn-light:hover {
      color: #212529;
      background-color: #e2e6ea;
      border-color: #dae0e5; }
    .edozvole-pub .btn-light:focus, .edozvole-pub .btn-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
    .edozvole-pub .btn-light.disabled, .edozvole-pub .btn-light:disabled {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
    .edozvole-pub .btn-light:not(:disabled):not(.disabled):active, .edozvole-pub .btn-light:not(:disabled):not(.disabled).active,
    .show > .edozvole-pub .btn-light.dropdown-toggle {
      color: #212529;
      background-color: #dae0e5;
      border-color: #d3d9df; }
      .edozvole-pub .btn-light:not(:disabled):not(.disabled):active:focus, .edozvole-pub .btn-light:not(:disabled):not(.disabled).active:focus,
      .show > .edozvole-pub .btn-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .edozvole-pub .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .edozvole-pub .btn-dark:hover {
      color: #fff;
      background-color: #23272b;
      border-color: #1d2124; }
    .edozvole-pub .btn-dark:focus, .edozvole-pub .btn-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
    .edozvole-pub .btn-dark.disabled, .edozvole-pub .btn-dark:disabled {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40; }
    .edozvole-pub .btn-dark:not(:disabled):not(.disabled):active, .edozvole-pub .btn-dark:not(:disabled):not(.disabled).active,
    .show > .edozvole-pub .btn-dark.dropdown-toggle {
      color: #fff;
      background-color: #1d2124;
      border-color: #171a1d; }
      .edozvole-pub .btn-dark:not(:disabled):not(.disabled):active:focus, .edozvole-pub .btn-dark:not(:disabled):not(.disabled).active:focus,
      .show > .edozvole-pub .btn-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .edozvole-pub .btn-outline-primary {
    color: #D71920;
    border-color: #D71920; }
    .edozvole-pub .btn-outline-primary:hover {
      color: #fff;
      background-color: #D71920;
      border-color: #D71920; }
    .edozvole-pub .btn-outline-primary:focus, .edozvole-pub .btn-outline-primary.focus {
      box-shadow: 0 0 0 0.2rem rgba(215, 25, 32, 0.5); }
    .edozvole-pub .btn-outline-primary.disabled, .edozvole-pub .btn-outline-primary:disabled {
      color: #D71920;
      background-color: transparent; }
    .edozvole-pub .btn-outline-primary:not(:disabled):not(.disabled):active, .edozvole-pub .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .edozvole-pub .btn-outline-primary.dropdown-toggle {
      color: #fff;
      background-color: #D71920;
      border-color: #D71920; }
      .edozvole-pub .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .edozvole-pub .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
      .show > .edozvole-pub .btn-outline-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(215, 25, 32, 0.5); }
  .edozvole-pub .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d; }
    .edozvole-pub .btn-outline-secondary:hover {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d; }
    .edozvole-pub .btn-outline-secondary:focus, .edozvole-pub .btn-outline-secondary.focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
    .edozvole-pub .btn-outline-secondary.disabled, .edozvole-pub .btn-outline-secondary:disabled {
      color: #6c757d;
      background-color: transparent; }
    .edozvole-pub .btn-outline-secondary:not(:disabled):not(.disabled):active, .edozvole-pub .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .edozvole-pub .btn-outline-secondary.dropdown-toggle {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d; }
      .edozvole-pub .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .edozvole-pub .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
      .show > .edozvole-pub .btn-outline-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .edozvole-pub .btn-outline-success {
    color: #28a745;
    border-color: #28a745; }
    .edozvole-pub .btn-outline-success:hover {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745; }
    .edozvole-pub .btn-outline-success:focus, .edozvole-pub .btn-outline-success.focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
    .edozvole-pub .btn-outline-success.disabled, .edozvole-pub .btn-outline-success:disabled {
      color: #28a745;
      background-color: transparent; }
    .edozvole-pub .btn-outline-success:not(:disabled):not(.disabled):active, .edozvole-pub .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .edozvole-pub .btn-outline-success.dropdown-toggle {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745; }
      .edozvole-pub .btn-outline-success:not(:disabled):not(.disabled):active:focus, .edozvole-pub .btn-outline-success:not(:disabled):not(.disabled).active:focus,
      .show > .edozvole-pub .btn-outline-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .edozvole-pub .btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8; }
    .edozvole-pub .btn-outline-info:hover {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8; }
    .edozvole-pub .btn-outline-info:focus, .edozvole-pub .btn-outline-info.focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
    .edozvole-pub .btn-outline-info.disabled, .edozvole-pub .btn-outline-info:disabled {
      color: #17a2b8;
      background-color: transparent; }
    .edozvole-pub .btn-outline-info:not(:disabled):not(.disabled):active, .edozvole-pub .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .edozvole-pub .btn-outline-info.dropdown-toggle {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8; }
      .edozvole-pub .btn-outline-info:not(:disabled):not(.disabled):active:focus, .edozvole-pub .btn-outline-info:not(:disabled):not(.disabled).active:focus,
      .show > .edozvole-pub .btn-outline-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .edozvole-pub .btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107; }
    .edozvole-pub .btn-outline-warning:hover {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107; }
    .edozvole-pub .btn-outline-warning:focus, .edozvole-pub .btn-outline-warning.focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
    .edozvole-pub .btn-outline-warning.disabled, .edozvole-pub .btn-outline-warning:disabled {
      color: #ffc107;
      background-color: transparent; }
    .edozvole-pub .btn-outline-warning:not(:disabled):not(.disabled):active, .edozvole-pub .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .edozvole-pub .btn-outline-warning.dropdown-toggle {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107; }
      .edozvole-pub .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .edozvole-pub .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
      .show > .edozvole-pub .btn-outline-warning.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .edozvole-pub .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545; }
    .edozvole-pub .btn-outline-danger:hover {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545; }
    .edozvole-pub .btn-outline-danger:focus, .edozvole-pub .btn-outline-danger.focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
    .edozvole-pub .btn-outline-danger.disabled, .edozvole-pub .btn-outline-danger:disabled {
      color: #dc3545;
      background-color: transparent; }
    .edozvole-pub .btn-outline-danger:not(:disabled):not(.disabled):active, .edozvole-pub .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .edozvole-pub .btn-outline-danger.dropdown-toggle {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545; }
      .edozvole-pub .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .edozvole-pub .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
      .show > .edozvole-pub .btn-outline-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .edozvole-pub .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa; }
    .edozvole-pub .btn-outline-light:hover {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
    .edozvole-pub .btn-outline-light:focus, .edozvole-pub .btn-outline-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
    .edozvole-pub .btn-outline-light.disabled, .edozvole-pub .btn-outline-light:disabled {
      color: #f8f9fa;
      background-color: transparent; }
    .edozvole-pub .btn-outline-light:not(:disabled):not(.disabled):active, .edozvole-pub .btn-outline-light:not(:disabled):not(.disabled).active,
    .show > .edozvole-pub .btn-outline-light.dropdown-toggle {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
      .edozvole-pub .btn-outline-light:not(:disabled):not(.disabled):active:focus, .edozvole-pub .btn-outline-light:not(:disabled):not(.disabled).active:focus,
      .show > .edozvole-pub .btn-outline-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .edozvole-pub .btn-outline-dark {
    color: #343a40;
    border-color: #343a40; }
    .edozvole-pub .btn-outline-dark:hover {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40; }
    .edozvole-pub .btn-outline-dark:focus, .edozvole-pub .btn-outline-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
    .edozvole-pub .btn-outline-dark.disabled, .edozvole-pub .btn-outline-dark:disabled {
      color: #343a40;
      background-color: transparent; }
    .edozvole-pub .btn-outline-dark:not(:disabled):not(.disabled):active, .edozvole-pub .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .edozvole-pub .btn-outline-dark.dropdown-toggle {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40; }
      .edozvole-pub .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .edozvole-pub .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
      .show > .edozvole-pub .btn-outline-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .edozvole-pub .btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none; }
    .edozvole-pub .btn-link:hover {
      color: #0056b3;
      text-decoration: underline; }
    .edozvole-pub .btn-link:focus, .edozvole-pub .btn-link.focus {
      text-decoration: underline;
      box-shadow: none; }
    .edozvole-pub .btn-link:disabled, .edozvole-pub .btn-link.disabled {
      color: #6c757d;
      pointer-events: none; }
  .edozvole-pub .btn-lg, .edozvole-pub .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem; }
  .edozvole-pub .btn-sm, .edozvole-pub .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
  .edozvole-pub .btn-block {
    display: block;
    width: 100%; }
    .edozvole-pub .btn-block + .btn-block {
      margin-top: 0.5rem; }
  .edozvole-pub input[type="submit"].btn-block,
  .edozvole-pub input[type="reset"].btn-block,
  .edozvole-pub input[type="button"].btn-block {
    width: 100%; }
  .edozvole-pub .fade {
    transition: opacity 0.15s linear; }
    @media (prefers-reduced-motion: reduce) {
      .edozvole-pub .fade {
        transition: none; } }
    .edozvole-pub .fade:not(.show) {
      opacity: 0; }
  .edozvole-pub .collapse:not(.show) {
    display: none; }
  .edozvole-pub .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .edozvole-pub .collapsing {
        transition: none; } }
  .edozvole-pub .dropup,
  .edozvole-pub .dropright,
  .edozvole-pub .dropdown,
  .edozvole-pub .dropleft {
    position: relative; }
  .edozvole-pub .dropdown-toggle {
    white-space: nowrap; }
    .edozvole-pub .dropdown-toggle::after {
      display: inline-block;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent; }
    .edozvole-pub .dropdown-toggle:empty::after {
      margin-left: 0; }
  .edozvole-pub .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }
  .edozvole-pub .dropdown-menu-left {
    right: auto;
    left: 0; }
  .edozvole-pub .dropdown-menu-right {
    right: 0;
    left: auto; }
  @media (min-width: 576px) {
    .edozvole-pub .dropdown-menu-sm-left {
      right: auto;
      left: 0; }
    .edozvole-pub .dropdown-menu-sm-right {
      right: 0;
      left: auto; } }
  @media (min-width: 768px) {
    .edozvole-pub .dropdown-menu-md-left {
      right: auto;
      left: 0; }
    .edozvole-pub .dropdown-menu-md-right {
      right: 0;
      left: auto; } }
  @media (min-width: 992px) {
    .edozvole-pub .dropdown-menu-lg-left {
      right: auto;
      left: 0; }
    .edozvole-pub .dropdown-menu-lg-right {
      right: 0;
      left: auto; } }
  @media (min-width: 1200px) {
    .edozvole-pub .dropdown-menu-xl-left {
      right: auto;
      left: 0; }
    .edozvole-pub .dropdown-menu-xl-right {
      right: 0;
      left: auto; } }
  .edozvole-pub .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem; }
  .edozvole-pub .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent; }
  .edozvole-pub .dropup .dropdown-toggle:empty::after {
    margin-left: 0; }
  .edozvole-pub .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem; }
  .edozvole-pub .dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid; }
  .edozvole-pub .dropright .dropdown-toggle:empty::after {
    margin-left: 0; }
  .edozvole-pub .dropright .dropdown-toggle::after {
    vertical-align: 0; }
  .edozvole-pub .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem; }
  .edozvole-pub .dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""; }
  .edozvole-pub .dropleft .dropdown-toggle::after {
    display: none; }
  .edozvole-pub .dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent; }
  .edozvole-pub .dropleft .dropdown-toggle:empty::after {
    margin-left: 0; }
  .edozvole-pub .dropleft .dropdown-toggle::before {
    vertical-align: 0; }
  .edozvole-pub .dropdown-menu[x-placement^="top"], .edozvole-pub .dropdown-menu[x-placement^="right"], .edozvole-pub .dropdown-menu[x-placement^="bottom"], .edozvole-pub .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto; }
  .edozvole-pub .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef; }
  .edozvole-pub .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0; }
    .edozvole-pub .dropdown-item:hover, .edozvole-pub .dropdown-item:focus {
      color: #16181b;
      text-decoration: none;
      background-color: #f8f9fa; }
    .edozvole-pub .dropdown-item.active, .edozvole-pub .dropdown-item:active {
      color: #fff;
      text-decoration: none;
      background-color: #007bff; }
    .edozvole-pub .dropdown-item.disabled, .edozvole-pub .dropdown-item:disabled {
      color: #6c757d;
      pointer-events: none;
      background-color: transparent; }
  .edozvole-pub .dropdown-menu.show {
    display: block; }
  .edozvole-pub .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap; }
  .edozvole-pub .dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529; }
  .edozvole-pub .btn-group,
  .edozvole-pub .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle; }
    .edozvole-pub .btn-group > .btn,
    .edozvole-pub .btn-group-vertical > .btn {
      position: relative;
      flex: 1 1 auto; }
      .edozvole-pub .btn-group > .btn:hover,
      .edozvole-pub .btn-group-vertical > .btn:hover {
        z-index: 1; }
      .edozvole-pub .btn-group > .btn:focus, .edozvole-pub .btn-group > .btn:active, .edozvole-pub .btn-group > .btn.active,
      .edozvole-pub .btn-group-vertical > .btn:focus,
      .edozvole-pub .btn-group-vertical > .btn:active,
      .edozvole-pub .btn-group-vertical > .btn.active {
        z-index: 1; }
  .edozvole-pub .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .edozvole-pub .btn-toolbar .input-group {
      width: auto; }
  .edozvole-pub .btn-group > .btn:not(:first-child),
  .edozvole-pub .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px; }
  .edozvole-pub .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .edozvole-pub .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .edozvole-pub .btn-group > .btn:not(:first-child),
  .edozvole-pub .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .edozvole-pub .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem; }
    .edozvole-pub .dropdown-toggle-split::after,
    .dropup .edozvole-pub .dropdown-toggle-split::after,
    .dropright .edozvole-pub .dropdown-toggle-split::after {
      margin-left: 0; }
    .dropleft .edozvole-pub .dropdown-toggle-split::before {
      margin-right: 0; }
  .edozvole-pub .btn-sm + .dropdown-toggle-split, .edozvole-pub .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem; }
  .edozvole-pub .btn-lg + .dropdown-toggle-split, .edozvole-pub .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
  .edozvole-pub .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    .edozvole-pub .btn-group-vertical > .btn,
    .edozvole-pub .btn-group-vertical > .btn-group {
      width: 100%; }
    .edozvole-pub .btn-group-vertical > .btn:not(:first-child),
    .edozvole-pub .btn-group-vertical > .btn-group:not(:first-child) {
      margin-top: -1px; }
    .edozvole-pub .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
    .edozvole-pub .btn-group-vertical > .btn-group:not(:last-child) > .btn {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .edozvole-pub .btn-group-vertical > .btn:not(:first-child),
    .edozvole-pub .btn-group-vertical > .btn-group:not(:first-child) > .btn {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .edozvole-pub .btn-group-toggle > .btn,
  .edozvole-pub .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0; }
    .edozvole-pub .btn-group-toggle > .btn input[type="radio"],
    .edozvole-pub .btn-group-toggle > .btn input[type="checkbox"],
    .edozvole-pub .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .edozvole-pub .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
      position: absolute;
      clip: rect(0, 0, 0, 0);
      pointer-events: none; }
  .edozvole-pub .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%; }
    .edozvole-pub .input-group > .form-control,
    .edozvole-pub .input-group > .form-control-plaintext,
    .edozvole-pub .input-group > .custom-select,
    .edozvole-pub .input-group > .custom-file {
      position: relative;
      flex: 1 1 auto;
      width: 1%;
      margin-bottom: 0; }
      .edozvole-pub .input-group > .form-control + .form-control,
      .edozvole-pub .input-group > .form-control + .custom-select,
      .edozvole-pub .input-group > .form-control + .custom-file,
      .edozvole-pub .input-group > .form-control-plaintext + .form-control,
      .edozvole-pub .input-group > .form-control-plaintext + .custom-select,
      .edozvole-pub .input-group > .form-control-plaintext + .custom-file,
      .edozvole-pub .input-group > .custom-select + .form-control,
      .edozvole-pub .input-group > .custom-select + .custom-select,
      .edozvole-pub .input-group > .custom-select + .custom-file,
      .edozvole-pub .input-group > .custom-file + .form-control,
      .edozvole-pub .input-group > .custom-file + .custom-select,
      .edozvole-pub .input-group > .custom-file + .custom-file {
        margin-left: -1px; }
    .edozvole-pub .input-group > .form-control:focus,
    .edozvole-pub .input-group > .custom-select:focus,
    .edozvole-pub .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
      z-index: 3; }
    .edozvole-pub .input-group > .custom-file .custom-file-input:focus {
      z-index: 4; }
    .edozvole-pub .input-group > .form-control:not(:last-child),
    .edozvole-pub .input-group > .custom-select:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .edozvole-pub .input-group > .form-control:not(:first-child),
    .edozvole-pub .input-group > .custom-select:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .edozvole-pub .input-group > .custom-file {
      display: flex;
      align-items: center; }
      .edozvole-pub .input-group > .custom-file:not(:last-child) .custom-file-label,
      .edozvole-pub .input-group > .custom-file:not(:last-child) .custom-file-label::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .edozvole-pub .input-group > .custom-file:not(:first-child) .custom-file-label {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
  .edozvole-pub .input-group-prepend,
  .edozvole-pub .input-group-append {
    display: flex; }
    .edozvole-pub .input-group-prepend .btn,
    .edozvole-pub .input-group-append .btn {
      position: relative;
      z-index: 2; }
      .edozvole-pub .input-group-prepend .btn:focus,
      .edozvole-pub .input-group-append .btn:focus {
        z-index: 3; }
    .edozvole-pub .input-group-prepend .btn + .btn,
    .edozvole-pub .input-group-prepend .btn + .input-group-text,
    .edozvole-pub .input-group-prepend .input-group-text + .input-group-text,
    .edozvole-pub .input-group-prepend .input-group-text + .btn,
    .edozvole-pub .input-group-append .btn + .btn,
    .edozvole-pub .input-group-append .btn + .input-group-text,
    .edozvole-pub .input-group-append .input-group-text + .input-group-text,
    .edozvole-pub .input-group-append .input-group-text + .btn {
      margin-left: -1px; }
  .edozvole-pub .input-group-prepend {
    margin-right: -1px; }
  .edozvole-pub .input-group-append {
    margin-left: -1px; }
  .edozvole-pub .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem; }
    .edozvole-pub .input-group-text input[type="radio"],
    .edozvole-pub .input-group-text input[type="checkbox"] {
      margin-top: 0; }
  .edozvole-pub .input-group-lg > .form-control:not(textarea),
  .edozvole-pub .input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px); }
  .edozvole-pub .input-group-lg > .form-control,
  .edozvole-pub .input-group-lg > .custom-select,
  .edozvole-pub .input-group-lg > .input-group-prepend > .input-group-text,
  .edozvole-pub .input-group-lg > .input-group-append > .input-group-text,
  .edozvole-pub .input-group-lg > .input-group-prepend > .btn,
  .edozvole-pub .input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem; }
  .edozvole-pub .input-group-sm > .form-control:not(textarea),
  .edozvole-pub .input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px); }
  .edozvole-pub .input-group-sm > .form-control,
  .edozvole-pub .input-group-sm > .custom-select,
  .edozvole-pub .input-group-sm > .input-group-prepend > .input-group-text,
  .edozvole-pub .input-group-sm > .input-group-append > .input-group-text,
  .edozvole-pub .input-group-sm > .input-group-prepend > .btn,
  .edozvole-pub .input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
  .edozvole-pub .input-group-lg > .custom-select,
  .edozvole-pub .input-group-sm > .custom-select {
    padding-right: 1.75rem; }
  .edozvole-pub .input-group > .input-group-prepend > .btn,
  .edozvole-pub .input-group > .input-group-prepend > .input-group-text,
  .edozvole-pub .input-group > .input-group-append:not(:last-child) > .btn,
  .edozvole-pub .input-group > .input-group-append:not(:last-child) > .input-group-text,
  .edozvole-pub .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .edozvole-pub .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .edozvole-pub .input-group > .input-group-append > .btn,
  .edozvole-pub .input-group > .input-group-append > .input-group-text,
  .edozvole-pub .input-group > .input-group-prepend:not(:first-child) > .btn,
  .edozvole-pub .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
  .edozvole-pub .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
  .edozvole-pub .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .edozvole-pub .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem; }
  .edozvole-pub .custom-control-inline {
    display: inline-flex;
    margin-right: 1rem; }
  .edozvole-pub .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .edozvole-pub .custom-control-input:checked ~ .custom-control-label::before {
      color: #fff;
      border-color: #007bff;
      background-color: #007bff; }
    .edozvole-pub .custom-control-input:focus ~ .custom-control-label::before {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .edozvole-pub .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
      border-color: #80bdff; }
    .edozvole-pub .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
      color: #fff;
      background-color: #b3d7ff;
      border-color: #b3d7ff; }
    .edozvole-pub .custom-control-input:disabled ~ .custom-control-label {
      color: #6c757d; }
      .edozvole-pub .custom-control-input:disabled ~ .custom-control-label::before {
        background-color: #e9ecef; }
  .edozvole-pub .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top; }
    .edozvole-pub .custom-control-label::before {
      position: absolute;
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      pointer-events: none;
      content: "";
      background-color: #fff;
      border: #adb5bd solid 1px; }
    .edozvole-pub .custom-control-label::after {
      position: absolute;
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      content: "";
      background: no-repeat 50% / 50% 50%; }
  .edozvole-pub .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem; }
  .edozvole-pub .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
  .edozvole-pub .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff; }
  .edozvole-pub .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
  .edozvole-pub .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }
  .edozvole-pub .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }
  .edozvole-pub .custom-radio .custom-control-label::before {
    border-radius: 50%; }
  .edozvole-pub .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
  .edozvole-pub .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }
  .edozvole-pub .custom-switch {
    padding-left: 2.25rem; }
    .edozvole-pub .custom-switch .custom-control-label::before {
      left: -2.25rem;
      width: 1.75rem;
      pointer-events: all;
      border-radius: 0.5rem; }
    .edozvole-pub .custom-switch .custom-control-label::after {
      top: calc(0.25rem + 2px);
      left: calc(-2.25rem + 2px);
      width: calc(1rem - 4px);
      height: calc(1rem - 4px);
      background-color: #adb5bd;
      border-radius: 0.5rem;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
      transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .edozvole-pub .custom-switch .custom-control-label::after {
          transition: none; } }
    .edozvole-pub .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
      background-color: #fff;
      -webkit-transform: translateX(0.75rem);
              transform: translateX(0.75rem); }
    .edozvole-pub .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
      background-color: rgba(0, 123, 255, 0.5); }
  .edozvole-pub .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .edozvole-pub .custom-select:focus {
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
      .edozvole-pub .custom-select:focus::-ms-value {
        color: #495057;
        background-color: #fff; }
    .edozvole-pub .custom-select[multiple], .edozvole-pub .custom-select[size]:not([size="1"]) {
      height: auto;
      padding-right: 0.75rem;
      background-image: none; }
    .edozvole-pub .custom-select:disabled {
      color: #6c757d;
      background-color: #e9ecef; }
    .edozvole-pub .custom-select::-ms-expand {
      display: none; }
  .edozvole-pub .custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem; }
  .edozvole-pub .custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem; }
  .edozvole-pub .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0; }
  .edozvole-pub .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0; }
    .edozvole-pub .custom-file-input:focus ~ .custom-file-label {
      border-color: #80bdff;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .edozvole-pub .custom-file-input:disabled ~ .custom-file-label {
      background-color: #e9ecef; }
    .edozvole-pub .custom-file-input:lang(en) ~ .custom-file-label::after {
      content: "Browse"; }
    .edozvole-pub .custom-file-input ~ .custom-file-label[data-browse]::after {
      content: attr(data-browse); }
  .edozvole-pub .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem; }
    .edozvole-pub .custom-file-label::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      display: block;
      height: calc(1.5em + 0.75rem);
      padding: 0.375rem 0.75rem;
      line-height: 1.5;
      color: #495057;
      content: "Browse";
      background-color: #e9ecef;
      border-left: inherit;
      border-radius: 0 0.25rem 0.25rem 0; }
  .edozvole-pub .custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .edozvole-pub .custom-range:focus {
      outline: none; }
      .edozvole-pub .custom-range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
      .edozvole-pub .custom-range:focus::-moz-range-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
      .edozvole-pub .custom-range:focus::-ms-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .edozvole-pub .custom-range::-moz-focus-outer {
      border: 0; }
    .edozvole-pub .custom-range::-webkit-slider-thumb {
      width: 1rem;
      height: 1rem;
      margin-top: -0.25rem;
      background-color: #007bff;
      border: 0;
      border-radius: 1rem;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      -webkit-appearance: none;
              appearance: none; }
      @media (prefers-reduced-motion: reduce) {
        .edozvole-pub .custom-range::-webkit-slider-thumb {
          transition: none; } }
      .edozvole-pub .custom-range::-webkit-slider-thumb:active {
        background-color: #b3d7ff; }
    .edozvole-pub .custom-range::-webkit-slider-runnable-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: #dee2e6;
      border-color: transparent;
      border-radius: 1rem; }
    .edozvole-pub .custom-range::-moz-range-thumb {
      width: 1rem;
      height: 1rem;
      background-color: #007bff;
      border: 0;
      border-radius: 1rem;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      -moz-appearance: none;
           appearance: none; }
      @media (prefers-reduced-motion: reduce) {
        .edozvole-pub .custom-range::-moz-range-thumb {
          transition: none; } }
      .edozvole-pub .custom-range::-moz-range-thumb:active {
        background-color: #b3d7ff; }
    .edozvole-pub .custom-range::-moz-range-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: #dee2e6;
      border-color: transparent;
      border-radius: 1rem; }
    .edozvole-pub .custom-range::-ms-thumb {
      width: 1rem;
      height: 1rem;
      margin-top: 0;
      margin-right: 0.2rem;
      margin-left: 0.2rem;
      background-color: #007bff;
      border: 0;
      border-radius: 1rem;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      appearance: none; }
      @media (prefers-reduced-motion: reduce) {
        .edozvole-pub .custom-range::-ms-thumb {
          transition: none; } }
      .edozvole-pub .custom-range::-ms-thumb:active {
        background-color: #b3d7ff; }
    .edozvole-pub .custom-range::-ms-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: transparent;
      border-color: transparent;
      border-width: 0.5rem; }
    .edozvole-pub .custom-range::-ms-fill-lower {
      background-color: #dee2e6;
      border-radius: 1rem; }
    .edozvole-pub .custom-range::-ms-fill-upper {
      margin-right: 15px;
      background-color: #dee2e6;
      border-radius: 1rem; }
    .edozvole-pub .custom-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .edozvole-pub .custom-range:disabled::-webkit-slider-runnable-track {
      cursor: default; }
    .edozvole-pub .custom-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }
    .edozvole-pub .custom-range:disabled::-moz-range-track {
      cursor: default; }
    .edozvole-pub .custom-range:disabled::-ms-thumb {
      background-color: #adb5bd; }
  .edozvole-pub .custom-control-label::before,
  .edozvole-pub .custom-file-label,
  .edozvole-pub .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .edozvole-pub .custom-control-label::before,
      .edozvole-pub .custom-file-label,
      .edozvole-pub .custom-select {
        transition: none; } }
  .edozvole-pub .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  .edozvole-pub .nav-link {
    display: block;
    padding: 0.5rem 1rem; }
    .edozvole-pub .nav-link:hover, .edozvole-pub .nav-link:focus {
      text-decoration: none; }
    .edozvole-pub .nav-link.disabled {
      color: #6c757d;
      pointer-events: none;
      cursor: default; }
  .edozvole-pub .nav-tabs {
    border-bottom: 1px solid #dee2e6; }
    .edozvole-pub .nav-tabs .nav-item {
      margin-bottom: -1px; }
    .edozvole-pub .nav-tabs .nav-link {
      border: 1px solid transparent;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
      .edozvole-pub .nav-tabs .nav-link:hover, .edozvole-pub .nav-tabs .nav-link:focus {
        border-color: #e9ecef #e9ecef #dee2e6; }
      .edozvole-pub .nav-tabs .nav-link.disabled {
        color: #6c757d;
        background-color: transparent;
        border-color: transparent; }
    .edozvole-pub .nav-tabs .nav-link.active,
    .edozvole-pub .nav-tabs .nav-item.show .nav-link {
      color: #495057;
      background-color: #fff;
      border-color: #dee2e6 #dee2e6 #fff; }
    .edozvole-pub .nav-tabs .dropdown-menu {
      margin-top: -1px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .edozvole-pub .nav-pills .nav-link {
    border-radius: 0.25rem; }
  .edozvole-pub .nav-pills .nav-link.active,
  .edozvole-pub .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff; }
  .edozvole-pub .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center; }
  .edozvole-pub .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center; }
  .edozvole-pub .tab-content > .tab-pane {
    display: none; }
  .edozvole-pub .tab-content > .active {
    display: block; }
  .edozvole-pub .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem; }
    .edozvole-pub .navbar > .container,
    .edozvole-pub .navbar > .container-fluid {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
  .edozvole-pub .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap; }
    .edozvole-pub .navbar-brand:hover, .edozvole-pub .navbar-brand:focus {
      text-decoration: none; }
  .edozvole-pub .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .edozvole-pub .navbar-nav .nav-link {
      padding-right: 0;
      padding-left: 0; }
    .edozvole-pub .navbar-nav .dropdown-menu {
      position: static;
      float: none; }
  .edozvole-pub .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .edozvole-pub .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center; }
  .edozvole-pub .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem; }
    .edozvole-pub .navbar-toggler:hover, .edozvole-pub .navbar-toggler:focus {
      text-decoration: none; }
  .edozvole-pub .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%; }
  @media (max-width: 575.98px) {
    .edozvole-pub .navbar-expand-sm > .container,
    .edozvole-pub .navbar-expand-sm > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 576px) {
    .edozvole-pub .navbar-expand-sm {
      flex-flow: row nowrap;
      justify-content: flex-start; }
      .edozvole-pub .navbar-expand-sm .navbar-nav {
        flex-direction: row; }
        .edozvole-pub .navbar-expand-sm .navbar-nav .dropdown-menu {
          position: absolute; }
        .edozvole-pub .navbar-expand-sm .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .edozvole-pub .navbar-expand-sm > .container,
      .edozvole-pub .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap; }
      .edozvole-pub .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto; }
      .edozvole-pub .navbar-expand-sm .navbar-toggler {
        display: none; } }
  @media (max-width: 767.98px) {
    .edozvole-pub .navbar-expand-md > .container,
    .edozvole-pub .navbar-expand-md > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 768px) {
    .edozvole-pub .navbar-expand-md {
      flex-flow: row nowrap;
      justify-content: flex-start; }
      .edozvole-pub .navbar-expand-md .navbar-nav {
        flex-direction: row; }
        .edozvole-pub .navbar-expand-md .navbar-nav .dropdown-menu {
          position: absolute; }
        .edozvole-pub .navbar-expand-md .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .edozvole-pub .navbar-expand-md > .container,
      .edozvole-pub .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap; }
      .edozvole-pub .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto; }
      .edozvole-pub .navbar-expand-md .navbar-toggler {
        display: none; } }
  @media (max-width: 991.98px) {
    .edozvole-pub .navbar-expand-lg > .container,
    .edozvole-pub .navbar-expand-lg > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 992px) {
    .edozvole-pub .navbar-expand-lg {
      flex-flow: row nowrap;
      justify-content: flex-start; }
      .edozvole-pub .navbar-expand-lg .navbar-nav {
        flex-direction: row; }
        .edozvole-pub .navbar-expand-lg .navbar-nav .dropdown-menu {
          position: absolute; }
        .edozvole-pub .navbar-expand-lg .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .edozvole-pub .navbar-expand-lg > .container,
      .edozvole-pub .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap; }
      .edozvole-pub .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto; }
      .edozvole-pub .navbar-expand-lg .navbar-toggler {
        display: none; } }
  @media (max-width: 1199.98px) {
    .edozvole-pub .navbar-expand-xl > .container,
    .edozvole-pub .navbar-expand-xl > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1200px) {
    .edozvole-pub .navbar-expand-xl {
      flex-flow: row nowrap;
      justify-content: flex-start; }
      .edozvole-pub .navbar-expand-xl .navbar-nav {
        flex-direction: row; }
        .edozvole-pub .navbar-expand-xl .navbar-nav .dropdown-menu {
          position: absolute; }
        .edozvole-pub .navbar-expand-xl .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .edozvole-pub .navbar-expand-xl > .container,
      .edozvole-pub .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap; }
      .edozvole-pub .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto; }
      .edozvole-pub .navbar-expand-xl .navbar-toggler {
        display: none; } }
  .edozvole-pub .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .edozvole-pub .navbar-expand > .container,
    .edozvole-pub .navbar-expand > .container-fluid {
      padding-right: 0;
      padding-left: 0; }
    .edozvole-pub .navbar-expand .navbar-nav {
      flex-direction: row; }
      .edozvole-pub .navbar-expand .navbar-nav .dropdown-menu {
        position: absolute; }
      .edozvole-pub .navbar-expand .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .edozvole-pub .navbar-expand > .container,
    .edozvole-pub .navbar-expand > .container-fluid {
      flex-wrap: nowrap; }
    .edozvole-pub .navbar-expand .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .edozvole-pub .navbar-expand .navbar-toggler {
      display: none; }
  .edozvole-pub .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9); }
    .edozvole-pub .navbar-light .navbar-brand:hover, .edozvole-pub .navbar-light .navbar-brand:focus {
      color: rgba(0, 0, 0, 0.9); }
  .edozvole-pub .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5); }
    .edozvole-pub .navbar-light .navbar-nav .nav-link:hover, .edozvole-pub .navbar-light .navbar-nav .nav-link:focus {
      color: rgba(0, 0, 0, 0.7); }
    .edozvole-pub .navbar-light .navbar-nav .nav-link.disabled {
      color: rgba(0, 0, 0, 0.3); }
  .edozvole-pub .navbar-light .navbar-nav .show > .nav-link,
  .edozvole-pub .navbar-light .navbar-nav .active > .nav-link,
  .edozvole-pub .navbar-light .navbar-nav .nav-link.show,
  .edozvole-pub .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9); }
  .edozvole-pub .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1); }
  .edozvole-pub .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .edozvole-pub .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5); }
    .edozvole-pub .navbar-light .navbar-text a {
      color: rgba(0, 0, 0, 0.9); }
      .edozvole-pub .navbar-light .navbar-text a:hover, .edozvole-pub .navbar-light .navbar-text a:focus {
        color: rgba(0, 0, 0, 0.9); }
  .edozvole-pub .navbar-dark .navbar-brand {
    color: #fff; }
    .edozvole-pub .navbar-dark .navbar-brand:hover, .edozvole-pub .navbar-dark .navbar-brand:focus {
      color: #fff; }
  .edozvole-pub .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5); }
    .edozvole-pub .navbar-dark .navbar-nav .nav-link:hover, .edozvole-pub .navbar-dark .navbar-nav .nav-link:focus {
      color: rgba(255, 255, 255, 0.75); }
    .edozvole-pub .navbar-dark .navbar-nav .nav-link.disabled {
      color: rgba(255, 255, 255, 0.25); }
  .edozvole-pub .navbar-dark .navbar-nav .show > .nav-link,
  .edozvole-pub .navbar-dark .navbar-nav .active > .nav-link,
  .edozvole-pub .navbar-dark .navbar-nav .nav-link.show,
  .edozvole-pub .navbar-dark .navbar-nav .nav-link.active {
    color: #fff; }
  .edozvole-pub .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1); }
  .edozvole-pub .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .edozvole-pub .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5); }
    .edozvole-pub .navbar-dark .navbar-text a {
      color: #fff; }
      .edozvole-pub .navbar-dark .navbar-text a:hover, .edozvole-pub .navbar-dark .navbar-text a:focus {
        color: #fff; }
  .edozvole-pub .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem; }
    .edozvole-pub .card > hr {
      margin-right: 0;
      margin-left: 0; }
    .edozvole-pub .card > .list-group:first-child .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
    .edozvole-pub .card > .list-group:last-child .list-group-item:last-child {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
  .edozvole-pub .card-body {
    flex: 1 1 auto;
    padding: 1.25rem; }
  .edozvole-pub .card-title {
    margin-bottom: 0.75rem; }
  .edozvole-pub .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0; }
  .edozvole-pub .card-text:last-child {
    margin-bottom: 0; }
  .edozvole-pub .card-link:hover {
    text-decoration: none; }
  .edozvole-pub .card-link + .card-link {
    margin-left: 1.25rem; }
  .edozvole-pub .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
    .edozvole-pub .card-header:first-child {
      border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
    .edozvole-pub .card-header + .list-group .list-group-item:first-child {
      border-top: 0; }
  .edozvole-pub .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
    .edozvole-pub .card-footer:last-child {
      border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
  .edozvole-pub .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0; }
  .edozvole-pub .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
  .edozvole-pub .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem; }
  .edozvole-pub .card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px); }
  .edozvole-pub .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
  .edozvole-pub .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }
  .edozvole-pub .card-deck {
    display: flex;
    flex-direction: column; }
    .edozvole-pub .card-deck .card {
      margin-bottom: 15px; }
    @media (min-width: 576px) {
      .edozvole-pub .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px; }
        .edozvole-pub .card-deck .card {
          display: flex;
          flex: 1 0 0%;
          flex-direction: column;
          margin-right: 15px;
          margin-bottom: 0;
          margin-left: 15px; } }
  .edozvole-pub .card-group {
    display: flex;
    flex-direction: column; }
    .edozvole-pub .card-group > .card {
      margin-bottom: 15px; }
    @media (min-width: 576px) {
      .edozvole-pub .card-group {
        flex-flow: row wrap; }
        .edozvole-pub .card-group > .card {
          flex: 1 0 0%;
          margin-bottom: 0; }
          .edozvole-pub .card-group > .card + .card {
            margin-left: 0;
            border-left: 0; }
          .edozvole-pub .card-group > .card:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0; }
            .edozvole-pub .card-group > .card:not(:last-child) .card-img-top,
            .edozvole-pub .card-group > .card:not(:last-child) .card-header {
              border-top-right-radius: 0; }
            .edozvole-pub .card-group > .card:not(:last-child) .card-img-bottom,
            .edozvole-pub .card-group > .card:not(:last-child) .card-footer {
              border-bottom-right-radius: 0; }
          .edozvole-pub .card-group > .card:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0; }
            .edozvole-pub .card-group > .card:not(:first-child) .card-img-top,
            .edozvole-pub .card-group > .card:not(:first-child) .card-header {
              border-top-left-radius: 0; }
            .edozvole-pub .card-group > .card:not(:first-child) .card-img-bottom,
            .edozvole-pub .card-group > .card:not(:first-child) .card-footer {
              border-bottom-left-radius: 0; } }
  .edozvole-pub .card-columns .card {
    margin-bottom: 0.75rem; }
  @media (min-width: 576px) {
    .edozvole-pub .card-columns {
      -webkit-column-count: 3;
              column-count: 3;
      -webkit-column-gap: 1.25rem;
              column-gap: 1.25rem;
      orphans: 1;
      widows: 1; }
      .edozvole-pub .card-columns .card {
        display: inline-block;
        width: 100%; } }
  .edozvole-pub .accordion > .card {
    overflow: hidden; }
    .edozvole-pub .accordion > .card:not(:first-of-type) .card-header:first-child {
      border-radius: 0; }
    .edozvole-pub .accordion > .card:not(:first-of-type):not(:last-of-type) {
      border-bottom: 0;
      border-radius: 0; }
    .edozvole-pub .accordion > .card:first-of-type {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .edozvole-pub .accordion > .card:last-of-type {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .edozvole-pub .accordion > .card .card-header {
      margin-bottom: -1px; }
  .edozvole-pub .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem; }
  .edozvole-pub .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .edozvole-pub .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "/"; }
  .edozvole-pub .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .edozvole-pub .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .edozvole-pub .breadcrumb-item.active {
    color: #6c757d; }
  .edozvole-pub .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem; }
  .edozvole-pub .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6; }
    .edozvole-pub .page-link:hover {
      z-index: 2;
      color: #0056b3;
      text-decoration: none;
      background-color: #e9ecef;
      border-color: #dee2e6; }
    .edozvole-pub .page-link:focus {
      z-index: 2;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .edozvole-pub .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .edozvole-pub .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .edozvole-pub .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .edozvole-pub .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6; }
  .edozvole-pub .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5; }
  .edozvole-pub .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem; }
  .edozvole-pub .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
  .edozvole-pub .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5; }
  .edozvole-pub .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; }
  .edozvole-pub .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem; }
  .edozvole-pub .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .edozvole-pub .badge {
        transition: none; } }
    a.edozvole-pub .badge:hover, a.edozvole-pub .badge:focus {
      text-decoration: none; }
    .edozvole-pub .badge:empty {
      display: none; }
  .edozvole-pub .btn .badge {
    position: relative;
    top: -1px; }
  .edozvole-pub .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem; }
  .edozvole-pub .badge-primary {
    color: #fff;
    background-color: #D71920; }
    a.edozvole-pub .badge-primary:hover, a.edozvole-pub .badge-primary:focus {
      color: #fff;
      background-color: #a91419; }
    a.edozvole-pub .badge-primary:focus, a.edozvole-pub .badge-primary.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(215, 25, 32, 0.5); }
  .edozvole-pub .badge-secondary {
    color: #fff;
    background-color: #6c757d; }
    a.edozvole-pub .badge-secondary:hover, a.edozvole-pub .badge-secondary:focus {
      color: #fff;
      background-color: #545b62; }
    a.edozvole-pub .badge-secondary:focus, a.edozvole-pub .badge-secondary.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .edozvole-pub .badge-success {
    color: #fff;
    background-color: #28a745; }
    a.edozvole-pub .badge-success:hover, a.edozvole-pub .badge-success:focus {
      color: #fff;
      background-color: #1e7e34; }
    a.edozvole-pub .badge-success:focus, a.edozvole-pub .badge-success.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .edozvole-pub .badge-info {
    color: #fff;
    background-color: #17a2b8; }
    a.edozvole-pub .badge-info:hover, a.edozvole-pub .badge-info:focus {
      color: #fff;
      background-color: #117a8b; }
    a.edozvole-pub .badge-info:focus, a.edozvole-pub .badge-info.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .edozvole-pub .badge-warning {
    color: #212529;
    background-color: #ffc107; }
    a.edozvole-pub .badge-warning:hover, a.edozvole-pub .badge-warning:focus {
      color: #212529;
      background-color: #d39e00; }
    a.edozvole-pub .badge-warning:focus, a.edozvole-pub .badge-warning.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .edozvole-pub .badge-danger {
    color: #fff;
    background-color: #dc3545; }
    a.edozvole-pub .badge-danger:hover, a.edozvole-pub .badge-danger:focus {
      color: #fff;
      background-color: #bd2130; }
    a.edozvole-pub .badge-danger:focus, a.edozvole-pub .badge-danger.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .edozvole-pub .badge-light {
    color: #212529;
    background-color: #f8f9fa; }
    a.edozvole-pub .badge-light:hover, a.edozvole-pub .badge-light:focus {
      color: #212529;
      background-color: #dae0e5; }
    a.edozvole-pub .badge-light:focus, a.edozvole-pub .badge-light.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .edozvole-pub .badge-dark {
    color: #fff;
    background-color: #343a40; }
    a.edozvole-pub .badge-dark:hover, a.edozvole-pub .badge-dark:focus {
      color: #fff;
      background-color: #1d2124; }
    a.edozvole-pub .badge-dark:focus, a.edozvole-pub .badge-dark.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .edozvole-pub .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem; }
    @media (min-width: 576px) {
      .edozvole-pub .jumbotron {
        padding: 4rem 2rem; } }
  .edozvole-pub .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0; }
  .edozvole-pub .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem; }
  .edozvole-pub .alert-not-dismissable {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    left: 0;
    top: 0;
    width: auto;
    z-index: auto; }
  .edozvole-pub .alert-heading {
    color: inherit; }
  .edozvole-pub .alert-link {
    font-weight: 700; }
  .edozvole-pub .alert-dismissible {
    padding-right: 4rem; }
    .edozvole-pub .alert-dismissible .close {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0.75rem 1.25rem;
      color: inherit; }
  .edozvole-pub .alert-primary {
    color: #700d11;
    background-color: #f7d1d2;
    border-color: #f4bfc1; }
    .edozvole-pub .alert-primary hr {
      border-top-color: #f0a9ac; }
    .edozvole-pub .alert-primary .alert-link {
      color: #42080a; }
  .edozvole-pub .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db; }
    .edozvole-pub .alert-secondary hr {
      border-top-color: #c8cbcf; }
    .edozvole-pub .alert-secondary .alert-link {
      color: #202326; }
  .edozvole-pub .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; }
    .edozvole-pub .alert-success hr {
      border-top-color: #b1dfbb; }
    .edozvole-pub .alert-success .alert-link {
      color: #0b2e13; }
  .edozvole-pub .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb; }
    .edozvole-pub .alert-info hr {
      border-top-color: #abdde5; }
    .edozvole-pub .alert-info .alert-link {
      color: #062c33; }
  .edozvole-pub .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba; }
    .edozvole-pub .alert-warning hr {
      border-top-color: #ffe8a1; }
    .edozvole-pub .alert-warning .alert-link {
      color: #533f03; }
  .edozvole-pub .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb; }
    .edozvole-pub .alert-danger hr {
      border-top-color: #f1b0b7; }
    .edozvole-pub .alert-danger .alert-link {
      color: #491217; }
  .edozvole-pub .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe; }
    .edozvole-pub .alert-light hr {
      border-top-color: #ececf6; }
    .edozvole-pub .alert-light .alert-link {
      color: #686868; }
  .edozvole-pub .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca; }
    .edozvole-pub .alert-dark hr {
      border-top-color: #b9bbbe; }
    .edozvole-pub .alert-dark .alert-link {
      color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
  .edozvole-pub .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem; }
  .edozvole-pub .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .edozvole-pub .progress-bar {
        transition: none; } }
  .edozvole-pub .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; }
  .edozvole-pub .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
            animation: progress-bar-stripes 1s linear infinite; }
    @media (prefers-reduced-motion: reduce) {
      .edozvole-pub .progress-bar-animated {
        -webkit-animation: none;
                animation: none; } }
  .edozvole-pub .media {
    display: flex;
    align-items: flex-start; }
  .edozvole-pub .media-body {
    flex: 1; }
  .edozvole-pub .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0; }
  .edozvole-pub .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit; }
    .edozvole-pub .list-group-item-action:hover, .edozvole-pub .list-group-item-action:focus {
      z-index: 1;
      color: #495057;
      text-decoration: none;
      background-color: #f8f9fa; }
    .edozvole-pub .list-group-item-action:active {
      color: #212529;
      background-color: #e9ecef; }
  .edozvole-pub .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125); }
    .edozvole-pub .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
    .edozvole-pub .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
    .edozvole-pub .list-group-item.disabled, .edozvole-pub .list-group-item:disabled {
      color: #6c757d;
      pointer-events: none;
      background-color: #fff; }
    .edozvole-pub .list-group-item.active {
      z-index: 2;
      color: #fff;
      background-color: #007bff;
      border-color: #007bff; }
  .edozvole-pub .list-group-horizontal {
    flex-direction: row; }
    .edozvole-pub .list-group-horizontal .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .edozvole-pub .list-group-horizontal .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .edozvole-pub .list-group-horizontal .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; }
  @media (min-width: 576px) {
    .edozvole-pub .list-group-horizontal-sm {
      flex-direction: row; }
      .edozvole-pub .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0; }
        .edozvole-pub .list-group-horizontal-sm .list-group-item:first-child {
          border-top-left-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem;
          border-top-right-radius: 0; }
        .edozvole-pub .list-group-horizontal-sm .list-group-item:last-child {
          margin-right: 0;
          border-top-right-radius: 0.25rem;
          border-bottom-right-radius: 0.25rem;
          border-bottom-left-radius: 0; } }
  @media (min-width: 768px) {
    .edozvole-pub .list-group-horizontal-md {
      flex-direction: row; }
      .edozvole-pub .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0; }
        .edozvole-pub .list-group-horizontal-md .list-group-item:first-child {
          border-top-left-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem;
          border-top-right-radius: 0; }
        .edozvole-pub .list-group-horizontal-md .list-group-item:last-child {
          margin-right: 0;
          border-top-right-radius: 0.25rem;
          border-bottom-right-radius: 0.25rem;
          border-bottom-left-radius: 0; } }
  @media (min-width: 992px) {
    .edozvole-pub .list-group-horizontal-lg {
      flex-direction: row; }
      .edozvole-pub .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0; }
        .edozvole-pub .list-group-horizontal-lg .list-group-item:first-child {
          border-top-left-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem;
          border-top-right-radius: 0; }
        .edozvole-pub .list-group-horizontal-lg .list-group-item:last-child {
          margin-right: 0;
          border-top-right-radius: 0.25rem;
          border-bottom-right-radius: 0.25rem;
          border-bottom-left-radius: 0; } }
  @media (min-width: 1200px) {
    .edozvole-pub .list-group-horizontal-xl {
      flex-direction: row; }
      .edozvole-pub .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0; }
        .edozvole-pub .list-group-horizontal-xl .list-group-item:first-child {
          border-top-left-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem;
          border-top-right-radius: 0; }
        .edozvole-pub .list-group-horizontal-xl .list-group-item:last-child {
          margin-right: 0;
          border-top-right-radius: 0.25rem;
          border-bottom-right-radius: 0.25rem;
          border-bottom-left-radius: 0; } }
  .edozvole-pub .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0; }
    .edozvole-pub .list-group-flush .list-group-item:last-child {
      margin-bottom: -1px; }
  .edozvole-pub .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0; }
  .edozvole-pub .list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0; }
  .edozvole-pub .list-group-item-primary {
    color: #700d11;
    background-color: #f4bfc1; }
    .edozvole-pub .list-group-item-primary.list-group-item-action:hover, .edozvole-pub .list-group-item-primary.list-group-item-action:focus {
      color: #700d11;
      background-color: #f0a9ac; }
    .edozvole-pub .list-group-item-primary.list-group-item-action.active {
      color: #fff;
      background-color: #700d11;
      border-color: #700d11; }
  .edozvole-pub .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db; }
    .edozvole-pub .list-group-item-secondary.list-group-item-action:hover, .edozvole-pub .list-group-item-secondary.list-group-item-action:focus {
      color: #383d41;
      background-color: #c8cbcf; }
    .edozvole-pub .list-group-item-secondary.list-group-item-action.active {
      color: #fff;
      background-color: #383d41;
      border-color: #383d41; }
  .edozvole-pub .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb; }
    .edozvole-pub .list-group-item-success.list-group-item-action:hover, .edozvole-pub .list-group-item-success.list-group-item-action:focus {
      color: #155724;
      background-color: #b1dfbb; }
    .edozvole-pub .list-group-item-success.list-group-item-action.active {
      color: #fff;
      background-color: #155724;
      border-color: #155724; }
  .edozvole-pub .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb; }
    .edozvole-pub .list-group-item-info.list-group-item-action:hover, .edozvole-pub .list-group-item-info.list-group-item-action:focus {
      color: #0c5460;
      background-color: #abdde5; }
    .edozvole-pub .list-group-item-info.list-group-item-action.active {
      color: #fff;
      background-color: #0c5460;
      border-color: #0c5460; }
  .edozvole-pub .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba; }
    .edozvole-pub .list-group-item-warning.list-group-item-action:hover, .edozvole-pub .list-group-item-warning.list-group-item-action:focus {
      color: #856404;
      background-color: #ffe8a1; }
    .edozvole-pub .list-group-item-warning.list-group-item-action.active {
      color: #fff;
      background-color: #856404;
      border-color: #856404; }
  .edozvole-pub .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb; }
    .edozvole-pub .list-group-item-danger.list-group-item-action:hover, .edozvole-pub .list-group-item-danger.list-group-item-action:focus {
      color: #721c24;
      background-color: #f1b0b7; }
    .edozvole-pub .list-group-item-danger.list-group-item-action.active {
      color: #fff;
      background-color: #721c24;
      border-color: #721c24; }
  .edozvole-pub .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe; }
    .edozvole-pub .list-group-item-light.list-group-item-action:hover, .edozvole-pub .list-group-item-light.list-group-item-action:focus {
      color: #818182;
      background-color: #ececf6; }
    .edozvole-pub .list-group-item-light.list-group-item-action.active {
      color: #fff;
      background-color: #818182;
      border-color: #818182; }
  .edozvole-pub .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca; }
    .edozvole-pub .list-group-item-dark.list-group-item-action:hover, .edozvole-pub .list-group-item-dark.list-group-item-action:focus {
      color: #1b1e21;
      background-color: #b9bbbe; }
    .edozvole-pub .list-group-item-dark.list-group-item-action.active {
      color: #fff;
      background-color: #1b1e21;
      border-color: #1b1e21; }
  .edozvole-pub .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5; }
    .edozvole-pub .close:hover {
      color: #000;
      text-decoration: none; }
    .edozvole-pub .close:not(:disabled):not(.disabled):hover, .edozvole-pub .close:not(:disabled):not(.disabled):focus {
      opacity: .75; }
  .edozvole-pub button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .edozvole-pub a.close.disabled {
    pointer-events: none; }
  .edozvole-pub .toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem; }
    .edozvole-pub .toast:not(:last-child) {
      margin-bottom: 0.75rem; }
    .edozvole-pub .toast.showing {
      opacity: 1; }
    .edozvole-pub .toast.show {
      display: block;
      opacity: 1; }
    .edozvole-pub .toast.hide {
      display: none; }
  .edozvole-pub .toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .edozvole-pub .toast-body {
    padding: 0.75rem; }
  .edozvole-pub .modal-open {
    overflow: hidden; }
    .edozvole-pub .modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto; }
  .edozvole-pub .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0; }
  .edozvole-pub .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none; }
    .modal.fade .edozvole-pub .modal-dialog {
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
      -webkit-transform: translate(0, -50px);
              transform: translate(0, -50px); }
      @media (prefers-reduced-motion: reduce) {
        .modal.fade .edozvole-pub .modal-dialog {
          transition: none; } }
    .modal.show .edozvole-pub .modal-dialog {
      -webkit-transform: none;
              transform: none; }
  .edozvole-pub .modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem); }
    .edozvole-pub .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 1rem);
      overflow: hidden; }
    .edozvole-pub .modal-dialog-scrollable .modal-header,
    .edozvole-pub .modal-dialog-scrollable .modal-footer {
      flex-shrink: 0; }
    .edozvole-pub .modal-dialog-scrollable .modal-body {
      overflow-y: auto; }
  .edozvole-pub .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem); }
    .edozvole-pub .modal-dialog-centered::before {
      display: block;
      height: calc(100vh - 1rem);
      content: ""; }
    .edozvole-pub .modal-dialog-centered.modal-dialog-scrollable {
      flex-direction: column;
      justify-content: center;
      height: 100%; }
      .edozvole-pub .modal-dialog-centered.modal-dialog-scrollable .modal-content {
        max-height: none; }
      .edozvole-pub .modal-dialog-centered.modal-dialog-scrollable::before {
        content: none; }
  .edozvole-pub .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0; }
  .edozvole-pub .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000; }
    .edozvole-pub .modal-backdrop.fade {
      opacity: 0; }
    .edozvole-pub .modal-backdrop.show {
      opacity: 0.5; }
  .edozvole-pub .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
    .edozvole-pub .modal-header .close {
      padding: 1rem 1rem;
      margin: -1rem -1rem -1rem auto; }
  .edozvole-pub .modal-title {
    margin-bottom: 0;
    line-height: 1.5; }
  .edozvole-pub .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem; }
  .edozvole-pub .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem; }
    .edozvole-pub .modal-footer > :not(:first-child) {
      margin-left: .25rem; }
    .edozvole-pub .modal-footer > :not(:last-child) {
      margin-right: .25rem; }
  .edozvole-pub .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 576px) {
    .edozvole-pub .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto; }
    .edozvole-pub .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem); }
      .edozvole-pub .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem); }
    .edozvole-pub .modal-dialog-centered {
      min-height: calc(100% - 3.5rem); }
      .edozvole-pub .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem); }
    .edozvole-pub .modal-sm {
      max-width: 300px; } }
  @media (min-width: 992px) {
    .edozvole-pub .modal-lg,
    .edozvole-pub .modal-xl {
      max-width: 850px; } }
  @media (min-width: 1200px) {
    .edozvole-pub .modal-xl {
      max-width: 1140px; } }
  .edozvole-pub .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0; }
    .edozvole-pub .tooltip.show {
      opacity: 0.9; }
    .edozvole-pub .tooltip .arrow {
      position: absolute;
      display: block;
      width: 0.8rem;
      height: 0.4rem; }
      .edozvole-pub .tooltip .arrow::before {
        position: absolute;
        content: "";
        border-color: transparent;
        border-style: solid; }
  .edozvole-pub .bs-tooltip-top, .edozvole-pub .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0; }
    .edozvole-pub .bs-tooltip-top .arrow, .edozvole-pub .bs-tooltip-auto[x-placement^="top"] .arrow {
      bottom: 0; }
      .edozvole-pub .bs-tooltip-top .arrow::before, .edozvole-pub .bs-tooltip-auto[x-placement^="top"] .arrow::before {
        top: 0;
        border-width: 0.4rem 0.4rem 0;
        border-top-color: #000; }
  .edozvole-pub .bs-tooltip-right, .edozvole-pub .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem; }
    .edozvole-pub .bs-tooltip-right .arrow, .edozvole-pub .bs-tooltip-auto[x-placement^="right"] .arrow {
      left: 0;
      width: 0.4rem;
      height: 0.8rem; }
      .edozvole-pub .bs-tooltip-right .arrow::before, .edozvole-pub .bs-tooltip-auto[x-placement^="right"] .arrow::before {
        right: 0;
        border-width: 0.4rem 0.4rem 0.4rem 0;
        border-right-color: #000; }
  .edozvole-pub .bs-tooltip-bottom, .edozvole-pub .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0; }
    .edozvole-pub .bs-tooltip-bottom .arrow, .edozvole-pub .bs-tooltip-auto[x-placement^="bottom"] .arrow {
      top: 0; }
      .edozvole-pub .bs-tooltip-bottom .arrow::before, .edozvole-pub .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
        bottom: 0;
        border-width: 0 0.4rem 0.4rem;
        border-bottom-color: #000; }
  .edozvole-pub .bs-tooltip-left, .edozvole-pub .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem; }
    .edozvole-pub .bs-tooltip-left .arrow, .edozvole-pub .bs-tooltip-auto[x-placement^="left"] .arrow {
      right: 0;
      width: 0.4rem;
      height: 0.8rem; }
      .edozvole-pub .bs-tooltip-left .arrow::before, .edozvole-pub .bs-tooltip-auto[x-placement^="left"] .arrow::before {
        left: 0;
        border-width: 0.4rem 0 0.4rem 0.4rem;
        border-left-color: #000; }
  .edozvole-pub .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem; }
  .edozvole-pub .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem; }
    .edozvole-pub .popover .arrow {
      position: absolute;
      display: block;
      width: 1rem;
      height: 0.5rem;
      margin: 0 0.3rem; }
      .edozvole-pub .popover .arrow::before, .edozvole-pub .popover .arrow::after {
        position: absolute;
        display: block;
        content: "";
        border-color: transparent;
        border-style: solid; }
  .edozvole-pub .bs-popover-top, .edozvole-pub .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem; }
    .edozvole-pub .bs-popover-top > .arrow, .edozvole-pub .bs-popover-auto[x-placement^="top"] > .arrow {
      bottom: calc((0.5rem + 1px) * -1); }
      .edozvole-pub .bs-popover-top > .arrow::before, .edozvole-pub .bs-popover-auto[x-placement^="top"] > .arrow::before {
        bottom: 0;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: rgba(0, 0, 0, 0.25); }
      .edozvole-pub .bs-popover-top > .arrow::after, .edozvole-pub .bs-popover-auto[x-placement^="top"] > .arrow::after {
        bottom: 1px;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: #fff; }
  .edozvole-pub .bs-popover-right, .edozvole-pub .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem; }
    .edozvole-pub .bs-popover-right > .arrow, .edozvole-pub .bs-popover-auto[x-placement^="right"] > .arrow {
      left: calc((0.5rem + 1px) * -1);
      width: 0.5rem;
      height: 1rem;
      margin: 0.3rem 0; }
      .edozvole-pub .bs-popover-right > .arrow::before, .edozvole-pub .bs-popover-auto[x-placement^="right"] > .arrow::before {
        left: 0;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: rgba(0, 0, 0, 0.25); }
      .edozvole-pub .bs-popover-right > .arrow::after, .edozvole-pub .bs-popover-auto[x-placement^="right"] > .arrow::after {
        left: 1px;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: #fff; }
  .edozvole-pub .bs-popover-bottom, .edozvole-pub .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem; }
    .edozvole-pub .bs-popover-bottom > .arrow, .edozvole-pub .bs-popover-auto[x-placement^="bottom"] > .arrow {
      top: calc((0.5rem + 1px) * -1); }
      .edozvole-pub .bs-popover-bottom > .arrow::before, .edozvole-pub .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
        top: 0;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: rgba(0, 0, 0, 0.25); }
      .edozvole-pub .bs-popover-bottom > .arrow::after, .edozvole-pub .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
        top: 1px;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: #fff; }
    .edozvole-pub .bs-popover-bottom .popover-header::before, .edozvole-pub .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 1rem;
      margin-left: -0.5rem;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .edozvole-pub .bs-popover-left, .edozvole-pub .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem; }
    .edozvole-pub .bs-popover-left > .arrow, .edozvole-pub .bs-popover-auto[x-placement^="left"] > .arrow {
      right: calc((0.5rem + 1px) * -1);
      width: 0.5rem;
      height: 1rem;
      margin: 0.3rem 0; }
      .edozvole-pub .bs-popover-left > .arrow::before, .edozvole-pub .bs-popover-auto[x-placement^="left"] > .arrow::before {
        right: 0;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: rgba(0, 0, 0, 0.25); }
      .edozvole-pub .bs-popover-left > .arrow::after, .edozvole-pub .bs-popover-auto[x-placement^="left"] > .arrow::after {
        right: 1px;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: #fff; }
  .edozvole-pub .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px); }
    .edozvole-pub .popover-header:empty {
      display: none; }
  .edozvole-pub .popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529; }
  .edozvole-pub .carousel {
    position: relative; }
  .edozvole-pub .carousel.pointer-event {
    touch-action: pan-y; }
  .edozvole-pub .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .edozvole-pub .carousel-inner::after {
      display: block;
      clear: both;
      content: ""; }
  .edozvole-pub .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .edozvole-pub .carousel-item {
        transition: none; } }
  .edozvole-pub .carousel-item.active,
  .edozvole-pub .carousel-item-next,
  .edozvole-pub .carousel-item-prev {
    display: block; }
  .edozvole-pub .carousel-item-next:not(.carousel-item-left),
  .edozvole-pub .active.carousel-item-right {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  .edozvole-pub .carousel-item-prev:not(.carousel-item-right),
  .edozvole-pub .active.carousel-item-left {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .edozvole-pub .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
            transform: none; }
  .edozvole-pub .carousel-fade .carousel-item.active,
  .edozvole-pub .carousel-fade .carousel-item-next.carousel-item-left,
  .edozvole-pub .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1; }
  .edozvole-pub .carousel-fade .active.carousel-item-left,
  .edozvole-pub .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity; }
    @media (prefers-reduced-motion: reduce) {
      .edozvole-pub .carousel-fade .active.carousel-item-left,
      .edozvole-pub .carousel-fade .active.carousel-item-right {
        transition: none; } }
  .edozvole-pub .carousel-control-prev,
  .edozvole-pub .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease; }
    @media (prefers-reduced-motion: reduce) {
      .edozvole-pub .carousel-control-prev,
      .edozvole-pub .carousel-control-next {
        transition: none; } }
    .edozvole-pub .carousel-control-prev:hover, .edozvole-pub .carousel-control-prev:focus,
    .edozvole-pub .carousel-control-next:hover,
    .edozvole-pub .carousel-control-next:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: 0.9; }
  .edozvole-pub .carousel-control-prev {
    left: 0; }
  .edozvole-pub .carousel-control-next {
    right: 0; }
  .edozvole-pub .carousel-control-prev-icon,
  .edozvole-pub .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%; }
  .edozvole-pub .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }
  .edozvole-pub .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }
  .edozvole-pub .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none; }
    .edozvole-pub .carousel-indicators li {
      box-sizing: content-box;
      flex: 0 1 auto;
      width: 30px;
      height: 3px;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: -999px;
      cursor: pointer;
      background-color: #fff;
      background-clip: padding-box;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      opacity: .5;
      transition: opacity 0.6s ease; }
      @media (prefers-reduced-motion: reduce) {
        .edozvole-pub .carousel-indicators li {
          transition: none; } }
    .edozvole-pub .carousel-indicators .active {
      opacity: 1; }
  .edozvole-pub .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .edozvole-pub .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
            animation: spinner-border .75s linear infinite; }
  .edozvole-pub .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }
  .edozvole-pub .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
            animation: spinner-grow .75s linear infinite; }
  .edozvole-pub .spinner-grow-sm {
    width: 1rem;
    height: 1rem; }
  .edozvole-pub .align-baseline {
    vertical-align: baseline !important; }
  .edozvole-pub .align-top {
    vertical-align: top !important; }
  .edozvole-pub .align-middle {
    vertical-align: middle !important; }
  .edozvole-pub .align-bottom {
    vertical-align: bottom !important; }
  .edozvole-pub .align-text-bottom {
    vertical-align: text-bottom !important; }
  .edozvole-pub .align-text-top {
    vertical-align: text-top !important; }
  .edozvole-pub .bg-primary {
    background-color: #D71920 !important; }
  .edozvole-pub a.bg-primary:hover, .edozvole-pub a.bg-primary:focus,
  .edozvole-pub button.bg-primary:hover,
  .edozvole-pub button.bg-primary:focus {
    background-color: #a91419 !important; }
  .edozvole-pub .bg-secondary {
    background-color: #6c757d !important; }
  .edozvole-pub a.bg-secondary:hover, .edozvole-pub a.bg-secondary:focus,
  .edozvole-pub button.bg-secondary:hover,
  .edozvole-pub button.bg-secondary:focus {
    background-color: #545b62 !important; }
  .edozvole-pub .bg-success {
    background-color: #28a745 !important; }
  .edozvole-pub a.bg-success:hover, .edozvole-pub a.bg-success:focus,
  .edozvole-pub button.bg-success:hover,
  .edozvole-pub button.bg-success:focus {
    background-color: #1e7e34 !important; }
  .edozvole-pub .bg-info {
    background-color: #17a2b8 !important; }
  .edozvole-pub a.bg-info:hover, .edozvole-pub a.bg-info:focus,
  .edozvole-pub button.bg-info:hover,
  .edozvole-pub button.bg-info:focus {
    background-color: #117a8b !important; }
  .edozvole-pub .bg-warning {
    background-color: #ffc107 !important; }
  .edozvole-pub a.bg-warning:hover, .edozvole-pub a.bg-warning:focus,
  .edozvole-pub button.bg-warning:hover,
  .edozvole-pub button.bg-warning:focus {
    background-color: #d39e00 !important; }
  .edozvole-pub .bg-danger {
    background-color: #dc3545 !important; }
  .edozvole-pub a.bg-danger:hover, .edozvole-pub a.bg-danger:focus,
  .edozvole-pub button.bg-danger:hover,
  .edozvole-pub button.bg-danger:focus {
    background-color: #bd2130 !important; }
  .edozvole-pub .bg-light {
    background-color: #f8f9fa !important; }
  .edozvole-pub a.bg-light:hover, .edozvole-pub a.bg-light:focus,
  .edozvole-pub button.bg-light:hover,
  .edozvole-pub button.bg-light:focus {
    background-color: #dae0e5 !important; }
  .edozvole-pub .bg-dark {
    background-color: #343a40 !important; }
  .edozvole-pub a.bg-dark:hover, .edozvole-pub a.bg-dark:focus,
  .edozvole-pub button.bg-dark:hover,
  .edozvole-pub button.bg-dark:focus {
    background-color: #1d2124 !important; }
  .edozvole-pub .bg-white {
    background-color: #fff !important; }
  .edozvole-pub .bg-transparent {
    background-color: transparent !important; }
  .edozvole-pub .border {
    border: 1px solid #dee2e6 !important; }
  .edozvole-pub .border-top {
    border-top: 1px solid #dee2e6 !important; }
  .edozvole-pub .border-right {
    border-right: 1px solid #dee2e6 !important; }
  .edozvole-pub .border-bottom {
    border-bottom: 1px solid #dee2e6 !important; }
  .edozvole-pub .border-left {
    border-left: 1px solid #dee2e6 !important; }
  .edozvole-pub .border-0 {
    border: 0 !important; }
  .edozvole-pub .border-top-0 {
    border-top: 0 !important; }
  .edozvole-pub .border-right-0 {
    border-right: 0 !important; }
  .edozvole-pub .border-bottom-0 {
    border-bottom: 0 !important; }
  .edozvole-pub .border-left-0 {
    border-left: 0 !important; }
  .edozvole-pub .border-primary {
    border-color: #D71920 !important; }
  .edozvole-pub .border-secondary {
    border-color: #6c757d !important; }
  .edozvole-pub .border-success {
    border-color: #28a745 !important; }
  .edozvole-pub .border-info {
    border-color: #17a2b8 !important; }
  .edozvole-pub .border-warning {
    border-color: #ffc107 !important; }
  .edozvole-pub .border-danger {
    border-color: #dc3545 !important; }
  .edozvole-pub .border-light {
    border-color: #f8f9fa !important; }
  .edozvole-pub .border-dark {
    border-color: #343a40 !important; }
  .edozvole-pub .border-white {
    border-color: #fff !important; }
  .edozvole-pub .rounded-sm {
    border-radius: 0.2rem !important; }
  .edozvole-pub .rounded {
    border-radius: 0.25rem !important; }
  .edozvole-pub .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important; }
  .edozvole-pub .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important; }
  .edozvole-pub .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  .edozvole-pub .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  .edozvole-pub .rounded-lg {
    border-radius: 0.3rem !important; }
  .edozvole-pub .rounded-circle {
    border-radius: 50% !important; }
  .edozvole-pub .rounded-pill {
    border-radius: 50rem !important; }
  .edozvole-pub .rounded-0 {
    border-radius: 0 !important; }
  .edozvole-pub .clearfix::after {
    display: block;
    clear: both;
    content: ""; }
  .edozvole-pub .d-none {
    display: none !important; }
  .edozvole-pub .d-inline {
    display: inline !important; }
  .edozvole-pub .d-inline-block {
    display: inline-block !important; }
  .edozvole-pub .d-block {
    display: block !important; }
  .edozvole-pub .d-table {
    display: table !important; }
  .edozvole-pub .d-table-row {
    display: table-row !important; }
  .edozvole-pub .d-table-cell {
    display: table-cell !important; }
  .edozvole-pub .d-flex {
    display: flex !important; }
  .edozvole-pub .d-inline-flex {
    display: inline-flex !important; }
  @media (min-width: 576px) {
    .edozvole-pub .d-sm-none {
      display: none !important; }
    .edozvole-pub .d-sm-inline {
      display: inline !important; }
    .edozvole-pub .d-sm-inline-block {
      display: inline-block !important; }
    .edozvole-pub .d-sm-block {
      display: block !important; }
    .edozvole-pub .d-sm-table {
      display: table !important; }
    .edozvole-pub .d-sm-table-row {
      display: table-row !important; }
    .edozvole-pub .d-sm-table-cell {
      display: table-cell !important; }
    .edozvole-pub .d-sm-flex {
      display: flex !important; }
    .edozvole-pub .d-sm-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 768px) {
    .edozvole-pub .d-md-none {
      display: none !important; }
    .edozvole-pub .d-md-inline {
      display: inline !important; }
    .edozvole-pub .d-md-inline-block {
      display: inline-block !important; }
    .edozvole-pub .d-md-block {
      display: block !important; }
    .edozvole-pub .d-md-table {
      display: table !important; }
    .edozvole-pub .d-md-table-row {
      display: table-row !important; }
    .edozvole-pub .d-md-table-cell {
      display: table-cell !important; }
    .edozvole-pub .d-md-flex {
      display: flex !important; }
    .edozvole-pub .d-md-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 992px) {
    .edozvole-pub .d-lg-none {
      display: none !important; }
    .edozvole-pub .d-lg-inline {
      display: inline !important; }
    .edozvole-pub .d-lg-inline-block {
      display: inline-block !important; }
    .edozvole-pub .d-lg-block {
      display: block !important; }
    .edozvole-pub .d-lg-table {
      display: table !important; }
    .edozvole-pub .d-lg-table-row {
      display: table-row !important; }
    .edozvole-pub .d-lg-table-cell {
      display: table-cell !important; }
    .edozvole-pub .d-lg-flex {
      display: flex !important; }
    .edozvole-pub .d-lg-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 1200px) {
    .edozvole-pub .d-xl-none {
      display: none !important; }
    .edozvole-pub .d-xl-inline {
      display: inline !important; }
    .edozvole-pub .d-xl-inline-block {
      display: inline-block !important; }
    .edozvole-pub .d-xl-block {
      display: block !important; }
    .edozvole-pub .d-xl-table {
      display: table !important; }
    .edozvole-pub .d-xl-table-row {
      display: table-row !important; }
    .edozvole-pub .d-xl-table-cell {
      display: table-cell !important; }
    .edozvole-pub .d-xl-flex {
      display: flex !important; }
    .edozvole-pub .d-xl-inline-flex {
      display: inline-flex !important; } }
  @media print {
    .edozvole-pub .d-print-none {
      display: none !important; }
    .edozvole-pub .d-print-inline {
      display: inline !important; }
    .edozvole-pub .d-print-inline-block {
      display: inline-block !important; }
    .edozvole-pub .d-print-block {
      display: block !important; }
    .edozvole-pub .d-print-table {
      display: table !important; }
    .edozvole-pub .d-print-table-row {
      display: table-row !important; }
    .edozvole-pub .d-print-table-cell {
      display: table-cell !important; }
    .edozvole-pub .d-print-flex {
      display: flex !important; }
    .edozvole-pub .d-print-inline-flex {
      display: inline-flex !important; } }
  .edozvole-pub .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
    .edozvole-pub .embed-responsive::before {
      display: block;
      content: ""; }
    .edozvole-pub .embed-responsive .embed-responsive-item,
    .edozvole-pub .embed-responsive iframe,
    .edozvole-pub .embed-responsive embed,
    .edozvole-pub .embed-responsive object,
    .edozvole-pub .embed-responsive video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .edozvole-pub .embed-responsive-21by9::before {
    padding-top: 42.85714%; }
  .edozvole-pub .embed-responsive-16by9::before {
    padding-top: 56.25%; }
  .edozvole-pub .embed-responsive-4by3::before {
    padding-top: 75%; }
  .edozvole-pub .embed-responsive-1by1::before {
    padding-top: 100%; }
  .edozvole-pub .embed-responsive-21by9::before {
    padding-top: 42.85714%; }
  .edozvole-pub .embed-responsive-16by9::before {
    padding-top: 56.25%; }
  .edozvole-pub .embed-responsive-4by3::before {
    padding-top: 75%; }
  .edozvole-pub .embed-responsive-1by1::before {
    padding-top: 100%; }
  .edozvole-pub .flex-row {
    flex-direction: row !important; }
  .edozvole-pub .flex-column {
    flex-direction: column !important; }
  .edozvole-pub .flex-row-reverse {
    flex-direction: row-reverse !important; }
  .edozvole-pub .flex-column-reverse {
    flex-direction: column-reverse !important; }
  .edozvole-pub .flex-wrap {
    flex-wrap: wrap !important; }
  .edozvole-pub .flex-nowrap {
    flex-wrap: nowrap !important; }
  .edozvole-pub .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .edozvole-pub .flex-fill {
    flex: 1 1 auto !important; }
  .edozvole-pub .flex-grow-0 {
    flex-grow: 0 !important; }
  .edozvole-pub .flex-grow-1 {
    flex-grow: 1 !important; }
  .edozvole-pub .flex-shrink-0 {
    flex-shrink: 0 !important; }
  .edozvole-pub .flex-shrink-1 {
    flex-shrink: 1 !important; }
  .edozvole-pub .justify-content-start {
    justify-content: flex-start !important; }
  .edozvole-pub .justify-content-end {
    justify-content: flex-end !important; }
  .edozvole-pub .justify-content-center {
    justify-content: center !important; }
  .edozvole-pub .justify-content-between {
    justify-content: space-between !important; }
  .edozvole-pub .justify-content-around {
    justify-content: space-around !important; }
  .edozvole-pub .align-items-start {
    align-items: flex-start !important; }
  .edozvole-pub .align-items-end {
    align-items: flex-end !important; }
  .edozvole-pub .align-items-center {
    align-items: center !important; }
  .edozvole-pub .align-items-baseline {
    align-items: baseline !important; }
  .edozvole-pub .align-items-stretch {
    align-items: stretch !important; }
  .edozvole-pub .align-content-start {
    align-content: flex-start !important; }
  .edozvole-pub .align-content-end {
    align-content: flex-end !important; }
  .edozvole-pub .align-content-center {
    align-content: center !important; }
  .edozvole-pub .align-content-between {
    align-content: space-between !important; }
  .edozvole-pub .align-content-around {
    align-content: space-around !important; }
  .edozvole-pub .align-content-stretch {
    align-content: stretch !important; }
  .edozvole-pub .align-self-auto {
    align-self: auto !important; }
  .edozvole-pub .align-self-start {
    align-self: flex-start !important; }
  .edozvole-pub .align-self-end {
    align-self: flex-end !important; }
  .edozvole-pub .align-self-center {
    align-self: center !important; }
  .edozvole-pub .align-self-baseline {
    align-self: baseline !important; }
  .edozvole-pub .align-self-stretch {
    align-self: stretch !important; }
  @media (min-width: 576px) {
    .edozvole-pub .flex-sm-row {
      flex-direction: row !important; }
    .edozvole-pub .flex-sm-column {
      flex-direction: column !important; }
    .edozvole-pub .flex-sm-row-reverse {
      flex-direction: row-reverse !important; }
    .edozvole-pub .flex-sm-column-reverse {
      flex-direction: column-reverse !important; }
    .edozvole-pub .flex-sm-wrap {
      flex-wrap: wrap !important; }
    .edozvole-pub .flex-sm-nowrap {
      flex-wrap: nowrap !important; }
    .edozvole-pub .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .edozvole-pub .flex-sm-fill {
      flex: 1 1 auto !important; }
    .edozvole-pub .flex-sm-grow-0 {
      flex-grow: 0 !important; }
    .edozvole-pub .flex-sm-grow-1 {
      flex-grow: 1 !important; }
    .edozvole-pub .flex-sm-shrink-0 {
      flex-shrink: 0 !important; }
    .edozvole-pub .flex-sm-shrink-1 {
      flex-shrink: 1 !important; }
    .edozvole-pub .justify-content-sm-start {
      justify-content: flex-start !important; }
    .edozvole-pub .justify-content-sm-end {
      justify-content: flex-end !important; }
    .edozvole-pub .justify-content-sm-center {
      justify-content: center !important; }
    .edozvole-pub .justify-content-sm-between {
      justify-content: space-between !important; }
    .edozvole-pub .justify-content-sm-around {
      justify-content: space-around !important; }
    .edozvole-pub .align-items-sm-start {
      align-items: flex-start !important; }
    .edozvole-pub .align-items-sm-end {
      align-items: flex-end !important; }
    .edozvole-pub .align-items-sm-center {
      align-items: center !important; }
    .edozvole-pub .align-items-sm-baseline {
      align-items: baseline !important; }
    .edozvole-pub .align-items-sm-stretch {
      align-items: stretch !important; }
    .edozvole-pub .align-content-sm-start {
      align-content: flex-start !important; }
    .edozvole-pub .align-content-sm-end {
      align-content: flex-end !important; }
    .edozvole-pub .align-content-sm-center {
      align-content: center !important; }
    .edozvole-pub .align-content-sm-between {
      align-content: space-between !important; }
    .edozvole-pub .align-content-sm-around {
      align-content: space-around !important; }
    .edozvole-pub .align-content-sm-stretch {
      align-content: stretch !important; }
    .edozvole-pub .align-self-sm-auto {
      align-self: auto !important; }
    .edozvole-pub .align-self-sm-start {
      align-self: flex-start !important; }
    .edozvole-pub .align-self-sm-end {
      align-self: flex-end !important; }
    .edozvole-pub .align-self-sm-center {
      align-self: center !important; }
    .edozvole-pub .align-self-sm-baseline {
      align-self: baseline !important; }
    .edozvole-pub .align-self-sm-stretch {
      align-self: stretch !important; } }
  @media (min-width: 768px) {
    .edozvole-pub .flex-md-row {
      flex-direction: row !important; }
    .edozvole-pub .flex-md-column {
      flex-direction: column !important; }
    .edozvole-pub .flex-md-row-reverse {
      flex-direction: row-reverse !important; }
    .edozvole-pub .flex-md-column-reverse {
      flex-direction: column-reverse !important; }
    .edozvole-pub .flex-md-wrap {
      flex-wrap: wrap !important; }
    .edozvole-pub .flex-md-nowrap {
      flex-wrap: nowrap !important; }
    .edozvole-pub .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .edozvole-pub .flex-md-fill {
      flex: 1 1 auto !important; }
    .edozvole-pub .flex-md-grow-0 {
      flex-grow: 0 !important; }
    .edozvole-pub .flex-md-grow-1 {
      flex-grow: 1 !important; }
    .edozvole-pub .flex-md-shrink-0 {
      flex-shrink: 0 !important; }
    .edozvole-pub .flex-md-shrink-1 {
      flex-shrink: 1 !important; }
    .edozvole-pub .justify-content-md-start {
      justify-content: flex-start !important; }
    .edozvole-pub .justify-content-md-end {
      justify-content: flex-end !important; }
    .edozvole-pub .justify-content-md-center {
      justify-content: center !important; }
    .edozvole-pub .justify-content-md-between {
      justify-content: space-between !important; }
    .edozvole-pub .justify-content-md-around {
      justify-content: space-around !important; }
    .edozvole-pub .align-items-md-start {
      align-items: flex-start !important; }
    .edozvole-pub .align-items-md-end {
      align-items: flex-end !important; }
    .edozvole-pub .align-items-md-center {
      align-items: center !important; }
    .edozvole-pub .align-items-md-baseline {
      align-items: baseline !important; }
    .edozvole-pub .align-items-md-stretch {
      align-items: stretch !important; }
    .edozvole-pub .align-content-md-start {
      align-content: flex-start !important; }
    .edozvole-pub .align-content-md-end {
      align-content: flex-end !important; }
    .edozvole-pub .align-content-md-center {
      align-content: center !important; }
    .edozvole-pub .align-content-md-between {
      align-content: space-between !important; }
    .edozvole-pub .align-content-md-around {
      align-content: space-around !important; }
    .edozvole-pub .align-content-md-stretch {
      align-content: stretch !important; }
    .edozvole-pub .align-self-md-auto {
      align-self: auto !important; }
    .edozvole-pub .align-self-md-start {
      align-self: flex-start !important; }
    .edozvole-pub .align-self-md-end {
      align-self: flex-end !important; }
    .edozvole-pub .align-self-md-center {
      align-self: center !important; }
    .edozvole-pub .align-self-md-baseline {
      align-self: baseline !important; }
    .edozvole-pub .align-self-md-stretch {
      align-self: stretch !important; } }
  @media (min-width: 992px) {
    .edozvole-pub .flex-lg-row {
      flex-direction: row !important; }
    .edozvole-pub .flex-lg-column {
      flex-direction: column !important; }
    .edozvole-pub .flex-lg-row-reverse {
      flex-direction: row-reverse !important; }
    .edozvole-pub .flex-lg-column-reverse {
      flex-direction: column-reverse !important; }
    .edozvole-pub .flex-lg-wrap {
      flex-wrap: wrap !important; }
    .edozvole-pub .flex-lg-nowrap {
      flex-wrap: nowrap !important; }
    .edozvole-pub .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .edozvole-pub .flex-lg-fill {
      flex: 1 1 auto !important; }
    .edozvole-pub .flex-lg-grow-0 {
      flex-grow: 0 !important; }
    .edozvole-pub .flex-lg-grow-1 {
      flex-grow: 1 !important; }
    .edozvole-pub .flex-lg-shrink-0 {
      flex-shrink: 0 !important; }
    .edozvole-pub .flex-lg-shrink-1 {
      flex-shrink: 1 !important; }
    .edozvole-pub .justify-content-lg-start {
      justify-content: flex-start !important; }
    .edozvole-pub .justify-content-lg-end {
      justify-content: flex-end !important; }
    .edozvole-pub .justify-content-lg-center {
      justify-content: center !important; }
    .edozvole-pub .justify-content-lg-between {
      justify-content: space-between !important; }
    .edozvole-pub .justify-content-lg-around {
      justify-content: space-around !important; }
    .edozvole-pub .align-items-lg-start {
      align-items: flex-start !important; }
    .edozvole-pub .align-items-lg-end {
      align-items: flex-end !important; }
    .edozvole-pub .align-items-lg-center {
      align-items: center !important; }
    .edozvole-pub .align-items-lg-baseline {
      align-items: baseline !important; }
    .edozvole-pub .align-items-lg-stretch {
      align-items: stretch !important; }
    .edozvole-pub .align-content-lg-start {
      align-content: flex-start !important; }
    .edozvole-pub .align-content-lg-end {
      align-content: flex-end !important; }
    .edozvole-pub .align-content-lg-center {
      align-content: center !important; }
    .edozvole-pub .align-content-lg-between {
      align-content: space-between !important; }
    .edozvole-pub .align-content-lg-around {
      align-content: space-around !important; }
    .edozvole-pub .align-content-lg-stretch {
      align-content: stretch !important; }
    .edozvole-pub .align-self-lg-auto {
      align-self: auto !important; }
    .edozvole-pub .align-self-lg-start {
      align-self: flex-start !important; }
    .edozvole-pub .align-self-lg-end {
      align-self: flex-end !important; }
    .edozvole-pub .align-self-lg-center {
      align-self: center !important; }
    .edozvole-pub .align-self-lg-baseline {
      align-self: baseline !important; }
    .edozvole-pub .align-self-lg-stretch {
      align-self: stretch !important; } }
  @media (min-width: 1200px) {
    .edozvole-pub .flex-xl-row {
      flex-direction: row !important; }
    .edozvole-pub .flex-xl-column {
      flex-direction: column !important; }
    .edozvole-pub .flex-xl-row-reverse {
      flex-direction: row-reverse !important; }
    .edozvole-pub .flex-xl-column-reverse {
      flex-direction: column-reverse !important; }
    .edozvole-pub .flex-xl-wrap {
      flex-wrap: wrap !important; }
    .edozvole-pub .flex-xl-nowrap {
      flex-wrap: nowrap !important; }
    .edozvole-pub .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .edozvole-pub .flex-xl-fill {
      flex: 1 1 auto !important; }
    .edozvole-pub .flex-xl-grow-0 {
      flex-grow: 0 !important; }
    .edozvole-pub .flex-xl-grow-1 {
      flex-grow: 1 !important; }
    .edozvole-pub .flex-xl-shrink-0 {
      flex-shrink: 0 !important; }
    .edozvole-pub .flex-xl-shrink-1 {
      flex-shrink: 1 !important; }
    .edozvole-pub .justify-content-xl-start {
      justify-content: flex-start !important; }
    .edozvole-pub .justify-content-xl-end {
      justify-content: flex-end !important; }
    .edozvole-pub .justify-content-xl-center {
      justify-content: center !important; }
    .edozvole-pub .justify-content-xl-between {
      justify-content: space-between !important; }
    .edozvole-pub .justify-content-xl-around {
      justify-content: space-around !important; }
    .edozvole-pub .align-items-xl-start {
      align-items: flex-start !important; }
    .edozvole-pub .align-items-xl-end {
      align-items: flex-end !important; }
    .edozvole-pub .align-items-xl-center {
      align-items: center !important; }
    .edozvole-pub .align-items-xl-baseline {
      align-items: baseline !important; }
    .edozvole-pub .align-items-xl-stretch {
      align-items: stretch !important; }
    .edozvole-pub .align-content-xl-start {
      align-content: flex-start !important; }
    .edozvole-pub .align-content-xl-end {
      align-content: flex-end !important; }
    .edozvole-pub .align-content-xl-center {
      align-content: center !important; }
    .edozvole-pub .align-content-xl-between {
      align-content: space-between !important; }
    .edozvole-pub .align-content-xl-around {
      align-content: space-around !important; }
    .edozvole-pub .align-content-xl-stretch {
      align-content: stretch !important; }
    .edozvole-pub .align-self-xl-auto {
      align-self: auto !important; }
    .edozvole-pub .align-self-xl-start {
      align-self: flex-start !important; }
    .edozvole-pub .align-self-xl-end {
      align-self: flex-end !important; }
    .edozvole-pub .align-self-xl-center {
      align-self: center !important; }
    .edozvole-pub .align-self-xl-baseline {
      align-self: baseline !important; }
    .edozvole-pub .align-self-xl-stretch {
      align-self: stretch !important; } }
  .edozvole-pub .float-left {
    float: left !important; }
  .edozvole-pub .float-right {
    float: right !important; }
  .edozvole-pub .float-none {
    float: none !important; }
  @media (min-width: 576px) {
    .edozvole-pub .float-sm-left {
      float: left !important; }
    .edozvole-pub .float-sm-right {
      float: right !important; }
    .edozvole-pub .float-sm-none {
      float: none !important; } }
  @media (min-width: 768px) {
    .edozvole-pub .float-md-left {
      float: left !important; }
    .edozvole-pub .float-md-right {
      float: right !important; }
    .edozvole-pub .float-md-none {
      float: none !important; } }
  @media (min-width: 992px) {
    .edozvole-pub .float-lg-left {
      float: left !important; }
    .edozvole-pub .float-lg-right {
      float: right !important; }
    .edozvole-pub .float-lg-none {
      float: none !important; } }
  @media (min-width: 1200px) {
    .edozvole-pub .float-xl-left {
      float: left !important; }
    .edozvole-pub .float-xl-right {
      float: right !important; }
    .edozvole-pub .float-xl-none {
      float: none !important; } }
  .edozvole-pub .overflow-auto {
    overflow: auto !important; }
  .edozvole-pub .overflow-hidden {
    overflow: hidden !important; }
  .edozvole-pub .position-static {
    position: static !important; }
  .edozvole-pub .position-relative {
    position: relative !important; }
  .edozvole-pub .position-absolute {
    position: absolute !important; }
  .edozvole-pub .position-fixed {
    position: fixed !important; }
  .edozvole-pub .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }
  .edozvole-pub .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
  .edozvole-pub .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .edozvole-pub .sticky-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020; } }
  .edozvole-pub .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  .edozvole-pub .sr-only-focusable:active, .edozvole-pub .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal; }
  .edozvole-pub .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .edozvole-pub .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .edozvole-pub .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
  .edozvole-pub .shadow-none {
    box-shadow: none !important; }
  .edozvole-pub .w-25 {
    width: 25% !important; }
  .edozvole-pub .w-50 {
    width: 50% !important; }
  .edozvole-pub .w-75 {
    width: 75% !important; }
  .edozvole-pub .w-100 {
    width: 100% !important; }
  .edozvole-pub .w-auto {
    width: auto !important; }
  .edozvole-pub .h-25 {
    height: 25% !important; }
  .edozvole-pub .h-50 {
    height: 50% !important; }
  .edozvole-pub .h-75 {
    height: 75% !important; }
  .edozvole-pub .h-100 {
    height: 100% !important; }
  .edozvole-pub .h-auto {
    height: auto !important; }
  .edozvole-pub .mw-100 {
    max-width: 100% !important; }
  .edozvole-pub .mh-100 {
    max-height: 100% !important; }
  .edozvole-pub .min-vw-100 {
    min-width: 100vw !important; }
  .edozvole-pub .min-vh-100 {
    min-height: 100vh !important; }
  .edozvole-pub .vw-100 {
    width: 100vw !important; }
  .edozvole-pub .vh-100 {
    height: 100vh !important; }
  .edozvole-pub .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0); }
  .edozvole-pub .m-0 {
    margin: 0 !important; }
  .edozvole-pub .mt-0,
  .edozvole-pub .my-0 {
    margin-top: 0 !important; }
  .edozvole-pub .mr-0,
  .edozvole-pub .mx-0 {
    margin-right: 0 !important; }
  .edozvole-pub .mb-0,
  .edozvole-pub .my-0 {
    margin-bottom: 0 !important; }
  .edozvole-pub .ml-0,
  .edozvole-pub .mx-0 {
    margin-left: 0 !important; }
  .edozvole-pub .m-1 {
    margin: 0.25rem !important; }
  .edozvole-pub .mt-1,
  .edozvole-pub .my-1 {
    margin-top: 0.25rem !important; }
  .edozvole-pub .mr-1,
  .edozvole-pub .mx-1 {
    margin-right: 0.25rem !important; }
  .edozvole-pub .mb-1,
  .edozvole-pub .my-1 {
    margin-bottom: 0.25rem !important; }
  .edozvole-pub .ml-1,
  .edozvole-pub .mx-1 {
    margin-left: 0.25rem !important; }
  .edozvole-pub .m-2 {
    margin: 0.5rem !important; }
  .edozvole-pub .mt-2,
  .edozvole-pub .my-2 {
    margin-top: 0.5rem !important; }
  .edozvole-pub .mr-2,
  .edozvole-pub .mx-2 {
    margin-right: 0.5rem !important; }
  .edozvole-pub .mb-2,
  .edozvole-pub .my-2 {
    margin-bottom: 0.5rem !important; }
  .edozvole-pub .ml-2,
  .edozvole-pub .mx-2 {
    margin-left: 0.5rem !important; }
  .edozvole-pub .m-3 {
    margin: 1rem !important; }
  .edozvole-pub .mt-3,
  .edozvole-pub .my-3 {
    margin-top: 1rem !important; }
  .edozvole-pub .mr-3,
  .edozvole-pub .mx-3 {
    margin-right: 1rem !important; }
  .edozvole-pub .mb-3,
  .edozvole-pub .my-3 {
    margin-bottom: 1rem !important; }
  .edozvole-pub .ml-3,
  .edozvole-pub .mx-3 {
    margin-left: 1rem !important; }
  .edozvole-pub .m-4 {
    margin: 1.5rem !important; }
  .edozvole-pub .mt-4,
  .edozvole-pub .my-4 {
    margin-top: 1.5rem !important; }
  .edozvole-pub .mr-4,
  .edozvole-pub .mx-4 {
    margin-right: 1.5rem !important; }
  .edozvole-pub .mb-4,
  .edozvole-pub .my-4 {
    margin-bottom: 1.5rem !important; }
  .edozvole-pub .ml-4,
  .edozvole-pub .mx-4 {
    margin-left: 1.5rem !important; }
  .edozvole-pub .m-5 {
    margin: 3rem !important; }
  .edozvole-pub .mt-5,
  .edozvole-pub .my-5 {
    margin-top: 3rem !important; }
  .edozvole-pub .mr-5,
  .edozvole-pub .mx-5 {
    margin-right: 3rem !important; }
  .edozvole-pub .mb-5,
  .edozvole-pub .my-5 {
    margin-bottom: 3rem !important; }
  .edozvole-pub .ml-5,
  .edozvole-pub .mx-5 {
    margin-left: 3rem !important; }
  .edozvole-pub .p-0 {
    padding: 0 !important; }
  .edozvole-pub .pt-0,
  .edozvole-pub .py-0 {
    padding-top: 0 !important; }
  .edozvole-pub .pr-0,
  .edozvole-pub .px-0 {
    padding-right: 0 !important; }
  .edozvole-pub .pb-0,
  .edozvole-pub .py-0 {
    padding-bottom: 0 !important; }
  .edozvole-pub .pl-0,
  .edozvole-pub .px-0 {
    padding-left: 0 !important; }
  .edozvole-pub .p-1 {
    padding: 0.25rem !important; }
  .edozvole-pub .pt-1,
  .edozvole-pub .py-1 {
    padding-top: 0.25rem !important; }
  .edozvole-pub .pr-1,
  .edozvole-pub .px-1 {
    padding-right: 0.25rem !important; }
  .edozvole-pub .pb-1,
  .edozvole-pub .py-1 {
    padding-bottom: 0.25rem !important; }
  .edozvole-pub .pl-1,
  .edozvole-pub .px-1 {
    padding-left: 0.25rem !important; }
  .edozvole-pub .p-2 {
    padding: 0.5rem !important; }
  .edozvole-pub .pt-2,
  .edozvole-pub .py-2 {
    padding-top: 0.5rem !important; }
  .edozvole-pub .pr-2,
  .edozvole-pub .px-2 {
    padding-right: 0.5rem !important; }
  .edozvole-pub .pb-2,
  .edozvole-pub .py-2 {
    padding-bottom: 0.5rem !important; }
  .edozvole-pub .pl-2,
  .edozvole-pub .px-2 {
    padding-left: 0.5rem !important; }
  .edozvole-pub .p-3 {
    padding: 1rem !important; }
  .edozvole-pub .pt-3,
  .edozvole-pub .py-3 {
    padding-top: 1rem !important; }
  .edozvole-pub .pr-3,
  .edozvole-pub .px-3 {
    padding-right: 1rem !important; }
  .edozvole-pub .pb-3,
  .edozvole-pub .py-3 {
    padding-bottom: 1rem !important; }
  .edozvole-pub .pl-3,
  .edozvole-pub .px-3 {
    padding-left: 1rem !important; }
  .edozvole-pub .p-4 {
    padding: 1.5rem !important; }
  .edozvole-pub .pt-4,
  .edozvole-pub .py-4 {
    padding-top: 1.5rem !important; }
  .edozvole-pub .pr-4,
  .edozvole-pub .px-4 {
    padding-right: 1.5rem !important; }
  .edozvole-pub .pb-4,
  .edozvole-pub .py-4 {
    padding-bottom: 1.5rem !important; }
  .edozvole-pub .pl-4,
  .edozvole-pub .px-4 {
    padding-left: 1.5rem !important; }
  .edozvole-pub .p-5 {
    padding: 3rem !important; }
  .edozvole-pub .pt-5,
  .edozvole-pub .py-5 {
    padding-top: 3rem !important; }
  .edozvole-pub .pr-5,
  .edozvole-pub .px-5 {
    padding-right: 3rem !important; }
  .edozvole-pub .pb-5,
  .edozvole-pub .py-5 {
    padding-bottom: 3rem !important; }
  .edozvole-pub .pl-5,
  .edozvole-pub .px-5 {
    padding-left: 3rem !important; }
  .edozvole-pub .m-n1 {
    margin: -0.25rem !important; }
  .edozvole-pub .mt-n1,
  .edozvole-pub .my-n1 {
    margin-top: -0.25rem !important; }
  .edozvole-pub .mr-n1,
  .edozvole-pub .mx-n1 {
    margin-right: -0.25rem !important; }
  .edozvole-pub .mb-n1,
  .edozvole-pub .my-n1 {
    margin-bottom: -0.25rem !important; }
  .edozvole-pub .ml-n1,
  .edozvole-pub .mx-n1 {
    margin-left: -0.25rem !important; }
  .edozvole-pub .m-n2 {
    margin: -0.5rem !important; }
  .edozvole-pub .mt-n2,
  .edozvole-pub .my-n2 {
    margin-top: -0.5rem !important; }
  .edozvole-pub .mr-n2,
  .edozvole-pub .mx-n2 {
    margin-right: -0.5rem !important; }
  .edozvole-pub .mb-n2,
  .edozvole-pub .my-n2 {
    margin-bottom: -0.5rem !important; }
  .edozvole-pub .ml-n2,
  .edozvole-pub .mx-n2 {
    margin-left: -0.5rem !important; }
  .edozvole-pub .m-n3 {
    margin: -1rem !important; }
  .edozvole-pub .mt-n3,
  .edozvole-pub .my-n3 {
    margin-top: -1rem !important; }
  .edozvole-pub .mr-n3,
  .edozvole-pub .mx-n3 {
    margin-right: -1rem !important; }
  .edozvole-pub .mb-n3,
  .edozvole-pub .my-n3 {
    margin-bottom: -1rem !important; }
  .edozvole-pub .ml-n3,
  .edozvole-pub .mx-n3 {
    margin-left: -1rem !important; }
  .edozvole-pub .m-n4 {
    margin: -1.5rem !important; }
  .edozvole-pub .mt-n4,
  .edozvole-pub .my-n4 {
    margin-top: -1.5rem !important; }
  .edozvole-pub .mr-n4,
  .edozvole-pub .mx-n4 {
    margin-right: -1.5rem !important; }
  .edozvole-pub .mb-n4,
  .edozvole-pub .my-n4 {
    margin-bottom: -1.5rem !important; }
  .edozvole-pub .ml-n4,
  .edozvole-pub .mx-n4 {
    margin-left: -1.5rem !important; }
  .edozvole-pub .m-n5 {
    margin: -3rem !important; }
  .edozvole-pub .mt-n5,
  .edozvole-pub .my-n5 {
    margin-top: -3rem !important; }
  .edozvole-pub .mr-n5,
  .edozvole-pub .mx-n5 {
    margin-right: -3rem !important; }
  .edozvole-pub .mb-n5,
  .edozvole-pub .my-n5 {
    margin-bottom: -3rem !important; }
  .edozvole-pub .ml-n5,
  .edozvole-pub .mx-n5 {
    margin-left: -3rem !important; }
  .edozvole-pub .m-auto {
    margin: auto !important; }
  .edozvole-pub .mt-auto,
  .edozvole-pub .my-auto {
    margin-top: auto !important; }
  .edozvole-pub .mr-auto,
  .edozvole-pub .mx-auto {
    margin-right: auto !important; }
  .edozvole-pub .mb-auto,
  .edozvole-pub .my-auto {
    margin-bottom: auto !important; }
  .edozvole-pub .ml-auto,
  .edozvole-pub .mx-auto {
    margin-left: auto !important; }
  @media (min-width: 576px) {
    .edozvole-pub .m-sm-0 {
      margin: 0 !important; }
    .edozvole-pub .mt-sm-0,
    .edozvole-pub .my-sm-0 {
      margin-top: 0 !important; }
    .edozvole-pub .mr-sm-0,
    .edozvole-pub .mx-sm-0 {
      margin-right: 0 !important; }
    .edozvole-pub .mb-sm-0,
    .edozvole-pub .my-sm-0 {
      margin-bottom: 0 !important; }
    .edozvole-pub .ml-sm-0,
    .edozvole-pub .mx-sm-0 {
      margin-left: 0 !important; }
    .edozvole-pub .m-sm-1 {
      margin: 0.25rem !important; }
    .edozvole-pub .mt-sm-1,
    .edozvole-pub .my-sm-1 {
      margin-top: 0.25rem !important; }
    .edozvole-pub .mr-sm-1,
    .edozvole-pub .mx-sm-1 {
      margin-right: 0.25rem !important; }
    .edozvole-pub .mb-sm-1,
    .edozvole-pub .my-sm-1 {
      margin-bottom: 0.25rem !important; }
    .edozvole-pub .ml-sm-1,
    .edozvole-pub .mx-sm-1 {
      margin-left: 0.25rem !important; }
    .edozvole-pub .m-sm-2 {
      margin: 0.5rem !important; }
    .edozvole-pub .mt-sm-2,
    .edozvole-pub .my-sm-2 {
      margin-top: 0.5rem !important; }
    .edozvole-pub .mr-sm-2,
    .edozvole-pub .mx-sm-2 {
      margin-right: 0.5rem !important; }
    .edozvole-pub .mb-sm-2,
    .edozvole-pub .my-sm-2 {
      margin-bottom: 0.5rem !important; }
    .edozvole-pub .ml-sm-2,
    .edozvole-pub .mx-sm-2 {
      margin-left: 0.5rem !important; }
    .edozvole-pub .m-sm-3 {
      margin: 1rem !important; }
    .edozvole-pub .mt-sm-3,
    .edozvole-pub .my-sm-3 {
      margin-top: 1rem !important; }
    .edozvole-pub .mr-sm-3,
    .edozvole-pub .mx-sm-3 {
      margin-right: 1rem !important; }
    .edozvole-pub .mb-sm-3,
    .edozvole-pub .my-sm-3 {
      margin-bottom: 1rem !important; }
    .edozvole-pub .ml-sm-3,
    .edozvole-pub .mx-sm-3 {
      margin-left: 1rem !important; }
    .edozvole-pub .m-sm-4 {
      margin: 1.5rem !important; }
    .edozvole-pub .mt-sm-4,
    .edozvole-pub .my-sm-4 {
      margin-top: 1.5rem !important; }
    .edozvole-pub .mr-sm-4,
    .edozvole-pub .mx-sm-4 {
      margin-right: 1.5rem !important; }
    .edozvole-pub .mb-sm-4,
    .edozvole-pub .my-sm-4 {
      margin-bottom: 1.5rem !important; }
    .edozvole-pub .ml-sm-4,
    .edozvole-pub .mx-sm-4 {
      margin-left: 1.5rem !important; }
    .edozvole-pub .m-sm-5 {
      margin: 3rem !important; }
    .edozvole-pub .mt-sm-5,
    .edozvole-pub .my-sm-5 {
      margin-top: 3rem !important; }
    .edozvole-pub .mr-sm-5,
    .edozvole-pub .mx-sm-5 {
      margin-right: 3rem !important; }
    .edozvole-pub .mb-sm-5,
    .edozvole-pub .my-sm-5 {
      margin-bottom: 3rem !important; }
    .edozvole-pub .ml-sm-5,
    .edozvole-pub .mx-sm-5 {
      margin-left: 3rem !important; }
    .edozvole-pub .p-sm-0 {
      padding: 0 !important; }
    .edozvole-pub .pt-sm-0,
    .edozvole-pub .py-sm-0 {
      padding-top: 0 !important; }
    .edozvole-pub .pr-sm-0,
    .edozvole-pub .px-sm-0 {
      padding-right: 0 !important; }
    .edozvole-pub .pb-sm-0,
    .edozvole-pub .py-sm-0 {
      padding-bottom: 0 !important; }
    .edozvole-pub .pl-sm-0,
    .edozvole-pub .px-sm-0 {
      padding-left: 0 !important; }
    .edozvole-pub .p-sm-1 {
      padding: 0.25rem !important; }
    .edozvole-pub .pt-sm-1,
    .edozvole-pub .py-sm-1 {
      padding-top: 0.25rem !important; }
    .edozvole-pub .pr-sm-1,
    .edozvole-pub .px-sm-1 {
      padding-right: 0.25rem !important; }
    .edozvole-pub .pb-sm-1,
    .edozvole-pub .py-sm-1 {
      padding-bottom: 0.25rem !important; }
    .edozvole-pub .pl-sm-1,
    .edozvole-pub .px-sm-1 {
      padding-left: 0.25rem !important; }
    .edozvole-pub .p-sm-2 {
      padding: 0.5rem !important; }
    .edozvole-pub .pt-sm-2,
    .edozvole-pub .py-sm-2 {
      padding-top: 0.5rem !important; }
    .edozvole-pub .pr-sm-2,
    .edozvole-pub .px-sm-2 {
      padding-right: 0.5rem !important; }
    .edozvole-pub .pb-sm-2,
    .edozvole-pub .py-sm-2 {
      padding-bottom: 0.5rem !important; }
    .edozvole-pub .pl-sm-2,
    .edozvole-pub .px-sm-2 {
      padding-left: 0.5rem !important; }
    .edozvole-pub .p-sm-3 {
      padding: 1rem !important; }
    .edozvole-pub .pt-sm-3,
    .edozvole-pub .py-sm-3 {
      padding-top: 1rem !important; }
    .edozvole-pub .pr-sm-3,
    .edozvole-pub .px-sm-3 {
      padding-right: 1rem !important; }
    .edozvole-pub .pb-sm-3,
    .edozvole-pub .py-sm-3 {
      padding-bottom: 1rem !important; }
    .edozvole-pub .pl-sm-3,
    .edozvole-pub .px-sm-3 {
      padding-left: 1rem !important; }
    .edozvole-pub .p-sm-4 {
      padding: 1.5rem !important; }
    .edozvole-pub .pt-sm-4,
    .edozvole-pub .py-sm-4 {
      padding-top: 1.5rem !important; }
    .edozvole-pub .pr-sm-4,
    .edozvole-pub .px-sm-4 {
      padding-right: 1.5rem !important; }
    .edozvole-pub .pb-sm-4,
    .edozvole-pub .py-sm-4 {
      padding-bottom: 1.5rem !important; }
    .edozvole-pub .pl-sm-4,
    .edozvole-pub .px-sm-4 {
      padding-left: 1.5rem !important; }
    .edozvole-pub .p-sm-5 {
      padding: 3rem !important; }
    .edozvole-pub .pt-sm-5,
    .edozvole-pub .py-sm-5 {
      padding-top: 3rem !important; }
    .edozvole-pub .pr-sm-5,
    .edozvole-pub .px-sm-5 {
      padding-right: 3rem !important; }
    .edozvole-pub .pb-sm-5,
    .edozvole-pub .py-sm-5 {
      padding-bottom: 3rem !important; }
    .edozvole-pub .pl-sm-5,
    .edozvole-pub .px-sm-5 {
      padding-left: 3rem !important; }
    .edozvole-pub .m-sm-n1 {
      margin: -0.25rem !important; }
    .edozvole-pub .mt-sm-n1,
    .edozvole-pub .my-sm-n1 {
      margin-top: -0.25rem !important; }
    .edozvole-pub .mr-sm-n1,
    .edozvole-pub .mx-sm-n1 {
      margin-right: -0.25rem !important; }
    .edozvole-pub .mb-sm-n1,
    .edozvole-pub .my-sm-n1 {
      margin-bottom: -0.25rem !important; }
    .edozvole-pub .ml-sm-n1,
    .edozvole-pub .mx-sm-n1 {
      margin-left: -0.25rem !important; }
    .edozvole-pub .m-sm-n2 {
      margin: -0.5rem !important; }
    .edozvole-pub .mt-sm-n2,
    .edozvole-pub .my-sm-n2 {
      margin-top: -0.5rem !important; }
    .edozvole-pub .mr-sm-n2,
    .edozvole-pub .mx-sm-n2 {
      margin-right: -0.5rem !important; }
    .edozvole-pub .mb-sm-n2,
    .edozvole-pub .my-sm-n2 {
      margin-bottom: -0.5rem !important; }
    .edozvole-pub .ml-sm-n2,
    .edozvole-pub .mx-sm-n2 {
      margin-left: -0.5rem !important; }
    .edozvole-pub .m-sm-n3 {
      margin: -1rem !important; }
    .edozvole-pub .mt-sm-n3,
    .edozvole-pub .my-sm-n3 {
      margin-top: -1rem !important; }
    .edozvole-pub .mr-sm-n3,
    .edozvole-pub .mx-sm-n3 {
      margin-right: -1rem !important; }
    .edozvole-pub .mb-sm-n3,
    .edozvole-pub .my-sm-n3 {
      margin-bottom: -1rem !important; }
    .edozvole-pub .ml-sm-n3,
    .edozvole-pub .mx-sm-n3 {
      margin-left: -1rem !important; }
    .edozvole-pub .m-sm-n4 {
      margin: -1.5rem !important; }
    .edozvole-pub .mt-sm-n4,
    .edozvole-pub .my-sm-n4 {
      margin-top: -1.5rem !important; }
    .edozvole-pub .mr-sm-n4,
    .edozvole-pub .mx-sm-n4 {
      margin-right: -1.5rem !important; }
    .edozvole-pub .mb-sm-n4,
    .edozvole-pub .my-sm-n4 {
      margin-bottom: -1.5rem !important; }
    .edozvole-pub .ml-sm-n4,
    .edozvole-pub .mx-sm-n4 {
      margin-left: -1.5rem !important; }
    .edozvole-pub .m-sm-n5 {
      margin: -3rem !important; }
    .edozvole-pub .mt-sm-n5,
    .edozvole-pub .my-sm-n5 {
      margin-top: -3rem !important; }
    .edozvole-pub .mr-sm-n5,
    .edozvole-pub .mx-sm-n5 {
      margin-right: -3rem !important; }
    .edozvole-pub .mb-sm-n5,
    .edozvole-pub .my-sm-n5 {
      margin-bottom: -3rem !important; }
    .edozvole-pub .ml-sm-n5,
    .edozvole-pub .mx-sm-n5 {
      margin-left: -3rem !important; }
    .edozvole-pub .m-sm-auto {
      margin: auto !important; }
    .edozvole-pub .mt-sm-auto,
    .edozvole-pub .my-sm-auto {
      margin-top: auto !important; }
    .edozvole-pub .mr-sm-auto,
    .edozvole-pub .mx-sm-auto {
      margin-right: auto !important; }
    .edozvole-pub .mb-sm-auto,
    .edozvole-pub .my-sm-auto {
      margin-bottom: auto !important; }
    .edozvole-pub .ml-sm-auto,
    .edozvole-pub .mx-sm-auto {
      margin-left: auto !important; } }
  @media (min-width: 768px) {
    .edozvole-pub .m-md-0 {
      margin: 0 !important; }
    .edozvole-pub .mt-md-0,
    .edozvole-pub .my-md-0 {
      margin-top: 0 !important; }
    .edozvole-pub .mr-md-0,
    .edozvole-pub .mx-md-0 {
      margin-right: 0 !important; }
    .edozvole-pub .mb-md-0,
    .edozvole-pub .my-md-0 {
      margin-bottom: 0 !important; }
    .edozvole-pub .ml-md-0,
    .edozvole-pub .mx-md-0 {
      margin-left: 0 !important; }
    .edozvole-pub .m-md-1 {
      margin: 0.25rem !important; }
    .edozvole-pub .mt-md-1,
    .edozvole-pub .my-md-1 {
      margin-top: 0.25rem !important; }
    .edozvole-pub .mr-md-1,
    .edozvole-pub .mx-md-1 {
      margin-right: 0.25rem !important; }
    .edozvole-pub .mb-md-1,
    .edozvole-pub .my-md-1 {
      margin-bottom: 0.25rem !important; }
    .edozvole-pub .ml-md-1,
    .edozvole-pub .mx-md-1 {
      margin-left: 0.25rem !important; }
    .edozvole-pub .m-md-2 {
      margin: 0.5rem !important; }
    .edozvole-pub .mt-md-2,
    .edozvole-pub .my-md-2 {
      margin-top: 0.5rem !important; }
    .edozvole-pub .mr-md-2,
    .edozvole-pub .mx-md-2 {
      margin-right: 0.5rem !important; }
    .edozvole-pub .mb-md-2,
    .edozvole-pub .my-md-2 {
      margin-bottom: 0.5rem !important; }
    .edozvole-pub .ml-md-2,
    .edozvole-pub .mx-md-2 {
      margin-left: 0.5rem !important; }
    .edozvole-pub .m-md-3 {
      margin: 1rem !important; }
    .edozvole-pub .mt-md-3,
    .edozvole-pub .my-md-3 {
      margin-top: 1rem !important; }
    .edozvole-pub .mr-md-3,
    .edozvole-pub .mx-md-3 {
      margin-right: 1rem !important; }
    .edozvole-pub .mb-md-3,
    .edozvole-pub .my-md-3 {
      margin-bottom: 1rem !important; }
    .edozvole-pub .ml-md-3,
    .edozvole-pub .mx-md-3 {
      margin-left: 1rem !important; }
    .edozvole-pub .m-md-4 {
      margin: 1.5rem !important; }
    .edozvole-pub .mt-md-4,
    .edozvole-pub .my-md-4 {
      margin-top: 1.5rem !important; }
    .edozvole-pub .mr-md-4,
    .edozvole-pub .mx-md-4 {
      margin-right: 1.5rem !important; }
    .edozvole-pub .mb-md-4,
    .edozvole-pub .my-md-4 {
      margin-bottom: 1.5rem !important; }
    .edozvole-pub .ml-md-4,
    .edozvole-pub .mx-md-4 {
      margin-left: 1.5rem !important; }
    .edozvole-pub .m-md-5 {
      margin: 3rem !important; }
    .edozvole-pub .mt-md-5,
    .edozvole-pub .my-md-5 {
      margin-top: 3rem !important; }
    .edozvole-pub .mr-md-5,
    .edozvole-pub .mx-md-5 {
      margin-right: 3rem !important; }
    .edozvole-pub .mb-md-5,
    .edozvole-pub .my-md-5 {
      margin-bottom: 3rem !important; }
    .edozvole-pub .ml-md-5,
    .edozvole-pub .mx-md-5 {
      margin-left: 3rem !important; }
    .edozvole-pub .p-md-0 {
      padding: 0 !important; }
    .edozvole-pub .pt-md-0,
    .edozvole-pub .py-md-0 {
      padding-top: 0 !important; }
    .edozvole-pub .pr-md-0,
    .edozvole-pub .px-md-0 {
      padding-right: 0 !important; }
    .edozvole-pub .pb-md-0,
    .edozvole-pub .py-md-0 {
      padding-bottom: 0 !important; }
    .edozvole-pub .pl-md-0,
    .edozvole-pub .px-md-0 {
      padding-left: 0 !important; }
    .edozvole-pub .p-md-1 {
      padding: 0.25rem !important; }
    .edozvole-pub .pt-md-1,
    .edozvole-pub .py-md-1 {
      padding-top: 0.25rem !important; }
    .edozvole-pub .pr-md-1,
    .edozvole-pub .px-md-1 {
      padding-right: 0.25rem !important; }
    .edozvole-pub .pb-md-1,
    .edozvole-pub .py-md-1 {
      padding-bottom: 0.25rem !important; }
    .edozvole-pub .pl-md-1,
    .edozvole-pub .px-md-1 {
      padding-left: 0.25rem !important; }
    .edozvole-pub .p-md-2 {
      padding: 0.5rem !important; }
    .edozvole-pub .pt-md-2,
    .edozvole-pub .py-md-2 {
      padding-top: 0.5rem !important; }
    .edozvole-pub .pr-md-2,
    .edozvole-pub .px-md-2 {
      padding-right: 0.5rem !important; }
    .edozvole-pub .pb-md-2,
    .edozvole-pub .py-md-2 {
      padding-bottom: 0.5rem !important; }
    .edozvole-pub .pl-md-2,
    .edozvole-pub .px-md-2 {
      padding-left: 0.5rem !important; }
    .edozvole-pub .p-md-3 {
      padding: 1rem !important; }
    .edozvole-pub .pt-md-3,
    .edozvole-pub .py-md-3 {
      padding-top: 1rem !important; }
    .edozvole-pub .pr-md-3,
    .edozvole-pub .px-md-3 {
      padding-right: 1rem !important; }
    .edozvole-pub .pb-md-3,
    .edozvole-pub .py-md-3 {
      padding-bottom: 1rem !important; }
    .edozvole-pub .pl-md-3,
    .edozvole-pub .px-md-3 {
      padding-left: 1rem !important; }
    .edozvole-pub .p-md-4 {
      padding: 1.5rem !important; }
    .edozvole-pub .pt-md-4,
    .edozvole-pub .py-md-4 {
      padding-top: 1.5rem !important; }
    .edozvole-pub .pr-md-4,
    .edozvole-pub .px-md-4 {
      padding-right: 1.5rem !important; }
    .edozvole-pub .pb-md-4,
    .edozvole-pub .py-md-4 {
      padding-bottom: 1.5rem !important; }
    .edozvole-pub .pl-md-4,
    .edozvole-pub .px-md-4 {
      padding-left: 1.5rem !important; }
    .edozvole-pub .p-md-5 {
      padding: 3rem !important; }
    .edozvole-pub .pt-md-5,
    .edozvole-pub .py-md-5 {
      padding-top: 3rem !important; }
    .edozvole-pub .pr-md-5,
    .edozvole-pub .px-md-5 {
      padding-right: 3rem !important; }
    .edozvole-pub .pb-md-5,
    .edozvole-pub .py-md-5 {
      padding-bottom: 3rem !important; }
    .edozvole-pub .pl-md-5,
    .edozvole-pub .px-md-5 {
      padding-left: 3rem !important; }
    .edozvole-pub .m-md-n1 {
      margin: -0.25rem !important; }
    .edozvole-pub .mt-md-n1,
    .edozvole-pub .my-md-n1 {
      margin-top: -0.25rem !important; }
    .edozvole-pub .mr-md-n1,
    .edozvole-pub .mx-md-n1 {
      margin-right: -0.25rem !important; }
    .edozvole-pub .mb-md-n1,
    .edozvole-pub .my-md-n1 {
      margin-bottom: -0.25rem !important; }
    .edozvole-pub .ml-md-n1,
    .edozvole-pub .mx-md-n1 {
      margin-left: -0.25rem !important; }
    .edozvole-pub .m-md-n2 {
      margin: -0.5rem !important; }
    .edozvole-pub .mt-md-n2,
    .edozvole-pub .my-md-n2 {
      margin-top: -0.5rem !important; }
    .edozvole-pub .mr-md-n2,
    .edozvole-pub .mx-md-n2 {
      margin-right: -0.5rem !important; }
    .edozvole-pub .mb-md-n2,
    .edozvole-pub .my-md-n2 {
      margin-bottom: -0.5rem !important; }
    .edozvole-pub .ml-md-n2,
    .edozvole-pub .mx-md-n2 {
      margin-left: -0.5rem !important; }
    .edozvole-pub .m-md-n3 {
      margin: -1rem !important; }
    .edozvole-pub .mt-md-n3,
    .edozvole-pub .my-md-n3 {
      margin-top: -1rem !important; }
    .edozvole-pub .mr-md-n3,
    .edozvole-pub .mx-md-n3 {
      margin-right: -1rem !important; }
    .edozvole-pub .mb-md-n3,
    .edozvole-pub .my-md-n3 {
      margin-bottom: -1rem !important; }
    .edozvole-pub .ml-md-n3,
    .edozvole-pub .mx-md-n3 {
      margin-left: -1rem !important; }
    .edozvole-pub .m-md-n4 {
      margin: -1.5rem !important; }
    .edozvole-pub .mt-md-n4,
    .edozvole-pub .my-md-n4 {
      margin-top: -1.5rem !important; }
    .edozvole-pub .mr-md-n4,
    .edozvole-pub .mx-md-n4 {
      margin-right: -1.5rem !important; }
    .edozvole-pub .mb-md-n4,
    .edozvole-pub .my-md-n4 {
      margin-bottom: -1.5rem !important; }
    .edozvole-pub .ml-md-n4,
    .edozvole-pub .mx-md-n4 {
      margin-left: -1.5rem !important; }
    .edozvole-pub .m-md-n5 {
      margin: -3rem !important; }
    .edozvole-pub .mt-md-n5,
    .edozvole-pub .my-md-n5 {
      margin-top: -3rem !important; }
    .edozvole-pub .mr-md-n5,
    .edozvole-pub .mx-md-n5 {
      margin-right: -3rem !important; }
    .edozvole-pub .mb-md-n5,
    .edozvole-pub .my-md-n5 {
      margin-bottom: -3rem !important; }
    .edozvole-pub .ml-md-n5,
    .edozvole-pub .mx-md-n5 {
      margin-left: -3rem !important; }
    .edozvole-pub .m-md-auto {
      margin: auto !important; }
    .edozvole-pub .mt-md-auto,
    .edozvole-pub .my-md-auto {
      margin-top: auto !important; }
    .edozvole-pub .mr-md-auto,
    .edozvole-pub .mx-md-auto {
      margin-right: auto !important; }
    .edozvole-pub .mb-md-auto,
    .edozvole-pub .my-md-auto {
      margin-bottom: auto !important; }
    .edozvole-pub .ml-md-auto,
    .edozvole-pub .mx-md-auto {
      margin-left: auto !important; } }
  @media (min-width: 992px) {
    .edozvole-pub .m-lg-0 {
      margin: 0 !important; }
    .edozvole-pub .mt-lg-0,
    .edozvole-pub .my-lg-0 {
      margin-top: 0 !important; }
    .edozvole-pub .mr-lg-0,
    .edozvole-pub .mx-lg-0 {
      margin-right: 0 !important; }
    .edozvole-pub .mb-lg-0,
    .edozvole-pub .my-lg-0 {
      margin-bottom: 0 !important; }
    .edozvole-pub .ml-lg-0,
    .edozvole-pub .mx-lg-0 {
      margin-left: 0 !important; }
    .edozvole-pub .m-lg-1 {
      margin: 0.25rem !important; }
    .edozvole-pub .mt-lg-1,
    .edozvole-pub .my-lg-1 {
      margin-top: 0.25rem !important; }
    .edozvole-pub .mr-lg-1,
    .edozvole-pub .mx-lg-1 {
      margin-right: 0.25rem !important; }
    .edozvole-pub .mb-lg-1,
    .edozvole-pub .my-lg-1 {
      margin-bottom: 0.25rem !important; }
    .edozvole-pub .ml-lg-1,
    .edozvole-pub .mx-lg-1 {
      margin-left: 0.25rem !important; }
    .edozvole-pub .m-lg-2 {
      margin: 0.5rem !important; }
    .edozvole-pub .mt-lg-2,
    .edozvole-pub .my-lg-2 {
      margin-top: 0.5rem !important; }
    .edozvole-pub .mr-lg-2,
    .edozvole-pub .mx-lg-2 {
      margin-right: 0.5rem !important; }
    .edozvole-pub .mb-lg-2,
    .edozvole-pub .my-lg-2 {
      margin-bottom: 0.5rem !important; }
    .edozvole-pub .ml-lg-2,
    .edozvole-pub .mx-lg-2 {
      margin-left: 0.5rem !important; }
    .edozvole-pub .m-lg-3 {
      margin: 1rem !important; }
    .edozvole-pub .mt-lg-3,
    .edozvole-pub .my-lg-3 {
      margin-top: 1rem !important; }
    .edozvole-pub .mr-lg-3,
    .edozvole-pub .mx-lg-3 {
      margin-right: 1rem !important; }
    .edozvole-pub .mb-lg-3,
    .edozvole-pub .my-lg-3 {
      margin-bottom: 1rem !important; }
    .edozvole-pub .ml-lg-3,
    .edozvole-pub .mx-lg-3 {
      margin-left: 1rem !important; }
    .edozvole-pub .m-lg-4 {
      margin: 1.5rem !important; }
    .edozvole-pub .mt-lg-4,
    .edozvole-pub .my-lg-4 {
      margin-top: 1.5rem !important; }
    .edozvole-pub .mr-lg-4,
    .edozvole-pub .mx-lg-4 {
      margin-right: 1.5rem !important; }
    .edozvole-pub .mb-lg-4,
    .edozvole-pub .my-lg-4 {
      margin-bottom: 1.5rem !important; }
    .edozvole-pub .ml-lg-4,
    .edozvole-pub .mx-lg-4 {
      margin-left: 1.5rem !important; }
    .edozvole-pub .m-lg-5 {
      margin: 3rem !important; }
    .edozvole-pub .mt-lg-5,
    .edozvole-pub .my-lg-5 {
      margin-top: 3rem !important; }
    .edozvole-pub .mr-lg-5,
    .edozvole-pub .mx-lg-5 {
      margin-right: 3rem !important; }
    .edozvole-pub .mb-lg-5,
    .edozvole-pub .my-lg-5 {
      margin-bottom: 3rem !important; }
    .edozvole-pub .ml-lg-5,
    .edozvole-pub .mx-lg-5 {
      margin-left: 3rem !important; }
    .edozvole-pub .p-lg-0 {
      padding: 0 !important; }
    .edozvole-pub .pt-lg-0,
    .edozvole-pub .py-lg-0 {
      padding-top: 0 !important; }
    .edozvole-pub .pr-lg-0,
    .edozvole-pub .px-lg-0 {
      padding-right: 0 !important; }
    .edozvole-pub .pb-lg-0,
    .edozvole-pub .py-lg-0 {
      padding-bottom: 0 !important; }
    .edozvole-pub .pl-lg-0,
    .edozvole-pub .px-lg-0 {
      padding-left: 0 !important; }
    .edozvole-pub .p-lg-1 {
      padding: 0.25rem !important; }
    .edozvole-pub .pt-lg-1,
    .edozvole-pub .py-lg-1 {
      padding-top: 0.25rem !important; }
    .edozvole-pub .pr-lg-1,
    .edozvole-pub .px-lg-1 {
      padding-right: 0.25rem !important; }
    .edozvole-pub .pb-lg-1,
    .edozvole-pub .py-lg-1 {
      padding-bottom: 0.25rem !important; }
    .edozvole-pub .pl-lg-1,
    .edozvole-pub .px-lg-1 {
      padding-left: 0.25rem !important; }
    .edozvole-pub .p-lg-2 {
      padding: 0.5rem !important; }
    .edozvole-pub .pt-lg-2,
    .edozvole-pub .py-lg-2 {
      padding-top: 0.5rem !important; }
    .edozvole-pub .pr-lg-2,
    .edozvole-pub .px-lg-2 {
      padding-right: 0.5rem !important; }
    .edozvole-pub .pb-lg-2,
    .edozvole-pub .py-lg-2 {
      padding-bottom: 0.5rem !important; }
    .edozvole-pub .pl-lg-2,
    .edozvole-pub .px-lg-2 {
      padding-left: 0.5rem !important; }
    .edozvole-pub .p-lg-3 {
      padding: 1rem !important; }
    .edozvole-pub .pt-lg-3,
    .edozvole-pub .py-lg-3 {
      padding-top: 1rem !important; }
    .edozvole-pub .pr-lg-3,
    .edozvole-pub .px-lg-3 {
      padding-right: 1rem !important; }
    .edozvole-pub .pb-lg-3,
    .edozvole-pub .py-lg-3 {
      padding-bottom: 1rem !important; }
    .edozvole-pub .pl-lg-3,
    .edozvole-pub .px-lg-3 {
      padding-left: 1rem !important; }
    .edozvole-pub .p-lg-4 {
      padding: 1.5rem !important; }
    .edozvole-pub .pt-lg-4,
    .edozvole-pub .py-lg-4 {
      padding-top: 1.5rem !important; }
    .edozvole-pub .pr-lg-4,
    .edozvole-pub .px-lg-4 {
      padding-right: 1.5rem !important; }
    .edozvole-pub .pb-lg-4,
    .edozvole-pub .py-lg-4 {
      padding-bottom: 1.5rem !important; }
    .edozvole-pub .pl-lg-4,
    .edozvole-pub .px-lg-4 {
      padding-left: 1.5rem !important; }
    .edozvole-pub .p-lg-5 {
      padding: 3rem !important; }
    .edozvole-pub .pt-lg-5,
    .edozvole-pub .py-lg-5 {
      padding-top: 3rem !important; }
    .edozvole-pub .pr-lg-5,
    .edozvole-pub .px-lg-5 {
      padding-right: 3rem !important; }
    .edozvole-pub .pb-lg-5,
    .edozvole-pub .py-lg-5 {
      padding-bottom: 3rem !important; }
    .edozvole-pub .pl-lg-5,
    .edozvole-pub .px-lg-5 {
      padding-left: 3rem !important; }
    .edozvole-pub .m-lg-n1 {
      margin: -0.25rem !important; }
    .edozvole-pub .mt-lg-n1,
    .edozvole-pub .my-lg-n1 {
      margin-top: -0.25rem !important; }
    .edozvole-pub .mr-lg-n1,
    .edozvole-pub .mx-lg-n1 {
      margin-right: -0.25rem !important; }
    .edozvole-pub .mb-lg-n1,
    .edozvole-pub .my-lg-n1 {
      margin-bottom: -0.25rem !important; }
    .edozvole-pub .ml-lg-n1,
    .edozvole-pub .mx-lg-n1 {
      margin-left: -0.25rem !important; }
    .edozvole-pub .m-lg-n2 {
      margin: -0.5rem !important; }
    .edozvole-pub .mt-lg-n2,
    .edozvole-pub .my-lg-n2 {
      margin-top: -0.5rem !important; }
    .edozvole-pub .mr-lg-n2,
    .edozvole-pub .mx-lg-n2 {
      margin-right: -0.5rem !important; }
    .edozvole-pub .mb-lg-n2,
    .edozvole-pub .my-lg-n2 {
      margin-bottom: -0.5rem !important; }
    .edozvole-pub .ml-lg-n2,
    .edozvole-pub .mx-lg-n2 {
      margin-left: -0.5rem !important; }
    .edozvole-pub .m-lg-n3 {
      margin: -1rem !important; }
    .edozvole-pub .mt-lg-n3,
    .edozvole-pub .my-lg-n3 {
      margin-top: -1rem !important; }
    .edozvole-pub .mr-lg-n3,
    .edozvole-pub .mx-lg-n3 {
      margin-right: -1rem !important; }
    .edozvole-pub .mb-lg-n3,
    .edozvole-pub .my-lg-n3 {
      margin-bottom: -1rem !important; }
    .edozvole-pub .ml-lg-n3,
    .edozvole-pub .mx-lg-n3 {
      margin-left: -1rem !important; }
    .edozvole-pub .m-lg-n4 {
      margin: -1.5rem !important; }
    .edozvole-pub .mt-lg-n4,
    .edozvole-pub .my-lg-n4 {
      margin-top: -1.5rem !important; }
    .edozvole-pub .mr-lg-n4,
    .edozvole-pub .mx-lg-n4 {
      margin-right: -1.5rem !important; }
    .edozvole-pub .mb-lg-n4,
    .edozvole-pub .my-lg-n4 {
      margin-bottom: -1.5rem !important; }
    .edozvole-pub .ml-lg-n4,
    .edozvole-pub .mx-lg-n4 {
      margin-left: -1.5rem !important; }
    .edozvole-pub .m-lg-n5 {
      margin: -3rem !important; }
    .edozvole-pub .mt-lg-n5,
    .edozvole-pub .my-lg-n5 {
      margin-top: -3rem !important; }
    .edozvole-pub .mr-lg-n5,
    .edozvole-pub .mx-lg-n5 {
      margin-right: -3rem !important; }
    .edozvole-pub .mb-lg-n5,
    .edozvole-pub .my-lg-n5 {
      margin-bottom: -3rem !important; }
    .edozvole-pub .ml-lg-n5,
    .edozvole-pub .mx-lg-n5 {
      margin-left: -3rem !important; }
    .edozvole-pub .m-lg-auto {
      margin: auto !important; }
    .edozvole-pub .mt-lg-auto,
    .edozvole-pub .my-lg-auto {
      margin-top: auto !important; }
    .edozvole-pub .mr-lg-auto,
    .edozvole-pub .mx-lg-auto {
      margin-right: auto !important; }
    .edozvole-pub .mb-lg-auto,
    .edozvole-pub .my-lg-auto {
      margin-bottom: auto !important; }
    .edozvole-pub .ml-lg-auto,
    .edozvole-pub .mx-lg-auto {
      margin-left: auto !important; } }
  @media (min-width: 1200px) {
    .edozvole-pub .m-xl-0 {
      margin: 0 !important; }
    .edozvole-pub .mt-xl-0,
    .edozvole-pub .my-xl-0 {
      margin-top: 0 !important; }
    .edozvole-pub .mr-xl-0,
    .edozvole-pub .mx-xl-0 {
      margin-right: 0 !important; }
    .edozvole-pub .mb-xl-0,
    .edozvole-pub .my-xl-0 {
      margin-bottom: 0 !important; }
    .edozvole-pub .ml-xl-0,
    .edozvole-pub .mx-xl-0 {
      margin-left: 0 !important; }
    .edozvole-pub .m-xl-1 {
      margin: 0.25rem !important; }
    .edozvole-pub .mt-xl-1,
    .edozvole-pub .my-xl-1 {
      margin-top: 0.25rem !important; }
    .edozvole-pub .mr-xl-1,
    .edozvole-pub .mx-xl-1 {
      margin-right: 0.25rem !important; }
    .edozvole-pub .mb-xl-1,
    .edozvole-pub .my-xl-1 {
      margin-bottom: 0.25rem !important; }
    .edozvole-pub .ml-xl-1,
    .edozvole-pub .mx-xl-1 {
      margin-left: 0.25rem !important; }
    .edozvole-pub .m-xl-2 {
      margin: 0.5rem !important; }
    .edozvole-pub .mt-xl-2,
    .edozvole-pub .my-xl-2 {
      margin-top: 0.5rem !important; }
    .edozvole-pub .mr-xl-2,
    .edozvole-pub .mx-xl-2 {
      margin-right: 0.5rem !important; }
    .edozvole-pub .mb-xl-2,
    .edozvole-pub .my-xl-2 {
      margin-bottom: 0.5rem !important; }
    .edozvole-pub .ml-xl-2,
    .edozvole-pub .mx-xl-2 {
      margin-left: 0.5rem !important; }
    .edozvole-pub .m-xl-3 {
      margin: 1rem !important; }
    .edozvole-pub .mt-xl-3,
    .edozvole-pub .my-xl-3 {
      margin-top: 1rem !important; }
    .edozvole-pub .mr-xl-3,
    .edozvole-pub .mx-xl-3 {
      margin-right: 1rem !important; }
    .edozvole-pub .mb-xl-3,
    .edozvole-pub .my-xl-3 {
      margin-bottom: 1rem !important; }
    .edozvole-pub .ml-xl-3,
    .edozvole-pub .mx-xl-3 {
      margin-left: 1rem !important; }
    .edozvole-pub .m-xl-4 {
      margin: 1.5rem !important; }
    .edozvole-pub .mt-xl-4,
    .edozvole-pub .my-xl-4 {
      margin-top: 1.5rem !important; }
    .edozvole-pub .mr-xl-4,
    .edozvole-pub .mx-xl-4 {
      margin-right: 1.5rem !important; }
    .edozvole-pub .mb-xl-4,
    .edozvole-pub .my-xl-4 {
      margin-bottom: 1.5rem !important; }
    .edozvole-pub .ml-xl-4,
    .edozvole-pub .mx-xl-4 {
      margin-left: 1.5rem !important; }
    .edozvole-pub .m-xl-5 {
      margin: 3rem !important; }
    .edozvole-pub .mt-xl-5,
    .edozvole-pub .my-xl-5 {
      margin-top: 3rem !important; }
    .edozvole-pub .mr-xl-5,
    .edozvole-pub .mx-xl-5 {
      margin-right: 3rem !important; }
    .edozvole-pub .mb-xl-5,
    .edozvole-pub .my-xl-5 {
      margin-bottom: 3rem !important; }
    .edozvole-pub .ml-xl-5,
    .edozvole-pub .mx-xl-5 {
      margin-left: 3rem !important; }
    .edozvole-pub .p-xl-0 {
      padding: 0 !important; }
    .edozvole-pub .pt-xl-0,
    .edozvole-pub .py-xl-0 {
      padding-top: 0 !important; }
    .edozvole-pub .pr-xl-0,
    .edozvole-pub .px-xl-0 {
      padding-right: 0 !important; }
    .edozvole-pub .pb-xl-0,
    .edozvole-pub .py-xl-0 {
      padding-bottom: 0 !important; }
    .edozvole-pub .pl-xl-0,
    .edozvole-pub .px-xl-0 {
      padding-left: 0 !important; }
    .edozvole-pub .p-xl-1 {
      padding: 0.25rem !important; }
    .edozvole-pub .pt-xl-1,
    .edozvole-pub .py-xl-1 {
      padding-top: 0.25rem !important; }
    .edozvole-pub .pr-xl-1,
    .edozvole-pub .px-xl-1 {
      padding-right: 0.25rem !important; }
    .edozvole-pub .pb-xl-1,
    .edozvole-pub .py-xl-1 {
      padding-bottom: 0.25rem !important; }
    .edozvole-pub .pl-xl-1,
    .edozvole-pub .px-xl-1 {
      padding-left: 0.25rem !important; }
    .edozvole-pub .p-xl-2 {
      padding: 0.5rem !important; }
    .edozvole-pub .pt-xl-2,
    .edozvole-pub .py-xl-2 {
      padding-top: 0.5rem !important; }
    .edozvole-pub .pr-xl-2,
    .edozvole-pub .px-xl-2 {
      padding-right: 0.5rem !important; }
    .edozvole-pub .pb-xl-2,
    .edozvole-pub .py-xl-2 {
      padding-bottom: 0.5rem !important; }
    .edozvole-pub .pl-xl-2,
    .edozvole-pub .px-xl-2 {
      padding-left: 0.5rem !important; }
    .edozvole-pub .p-xl-3 {
      padding: 1rem !important; }
    .edozvole-pub .pt-xl-3,
    .edozvole-pub .py-xl-3 {
      padding-top: 1rem !important; }
    .edozvole-pub .pr-xl-3,
    .edozvole-pub .px-xl-3 {
      padding-right: 1rem !important; }
    .edozvole-pub .pb-xl-3,
    .edozvole-pub .py-xl-3 {
      padding-bottom: 1rem !important; }
    .edozvole-pub .pl-xl-3,
    .edozvole-pub .px-xl-3 {
      padding-left: 1rem !important; }
    .edozvole-pub .p-xl-4 {
      padding: 1.5rem !important; }
    .edozvole-pub .pt-xl-4,
    .edozvole-pub .py-xl-4 {
      padding-top: 1.5rem !important; }
    .edozvole-pub .pr-xl-4,
    .edozvole-pub .px-xl-4 {
      padding-right: 1.5rem !important; }
    .edozvole-pub .pb-xl-4,
    .edozvole-pub .py-xl-4 {
      padding-bottom: 1.5rem !important; }
    .edozvole-pub .pl-xl-4,
    .edozvole-pub .px-xl-4 {
      padding-left: 1.5rem !important; }
    .edozvole-pub .p-xl-5 {
      padding: 3rem !important; }
    .edozvole-pub .pt-xl-5,
    .edozvole-pub .py-xl-5 {
      padding-top: 3rem !important; }
    .edozvole-pub .pr-xl-5,
    .edozvole-pub .px-xl-5 {
      padding-right: 3rem !important; }
    .edozvole-pub .pb-xl-5,
    .edozvole-pub .py-xl-5 {
      padding-bottom: 3rem !important; }
    .edozvole-pub .pl-xl-5,
    .edozvole-pub .px-xl-5 {
      padding-left: 3rem !important; }
    .edozvole-pub .m-xl-n1 {
      margin: -0.25rem !important; }
    .edozvole-pub .mt-xl-n1,
    .edozvole-pub .my-xl-n1 {
      margin-top: -0.25rem !important; }
    .edozvole-pub .mr-xl-n1,
    .edozvole-pub .mx-xl-n1 {
      margin-right: -0.25rem !important; }
    .edozvole-pub .mb-xl-n1,
    .edozvole-pub .my-xl-n1 {
      margin-bottom: -0.25rem !important; }
    .edozvole-pub .ml-xl-n1,
    .edozvole-pub .mx-xl-n1 {
      margin-left: -0.25rem !important; }
    .edozvole-pub .m-xl-n2 {
      margin: -0.5rem !important; }
    .edozvole-pub .mt-xl-n2,
    .edozvole-pub .my-xl-n2 {
      margin-top: -0.5rem !important; }
    .edozvole-pub .mr-xl-n2,
    .edozvole-pub .mx-xl-n2 {
      margin-right: -0.5rem !important; }
    .edozvole-pub .mb-xl-n2,
    .edozvole-pub .my-xl-n2 {
      margin-bottom: -0.5rem !important; }
    .edozvole-pub .ml-xl-n2,
    .edozvole-pub .mx-xl-n2 {
      margin-left: -0.5rem !important; }
    .edozvole-pub .m-xl-n3 {
      margin: -1rem !important; }
    .edozvole-pub .mt-xl-n3,
    .edozvole-pub .my-xl-n3 {
      margin-top: -1rem !important; }
    .edozvole-pub .mr-xl-n3,
    .edozvole-pub .mx-xl-n3 {
      margin-right: -1rem !important; }
    .edozvole-pub .mb-xl-n3,
    .edozvole-pub .my-xl-n3 {
      margin-bottom: -1rem !important; }
    .edozvole-pub .ml-xl-n3,
    .edozvole-pub .mx-xl-n3 {
      margin-left: -1rem !important; }
    .edozvole-pub .m-xl-n4 {
      margin: -1.5rem !important; }
    .edozvole-pub .mt-xl-n4,
    .edozvole-pub .my-xl-n4 {
      margin-top: -1.5rem !important; }
    .edozvole-pub .mr-xl-n4,
    .edozvole-pub .mx-xl-n4 {
      margin-right: -1.5rem !important; }
    .edozvole-pub .mb-xl-n4,
    .edozvole-pub .my-xl-n4 {
      margin-bottom: -1.5rem !important; }
    .edozvole-pub .ml-xl-n4,
    .edozvole-pub .mx-xl-n4 {
      margin-left: -1.5rem !important; }
    .edozvole-pub .m-xl-n5 {
      margin: -3rem !important; }
    .edozvole-pub .mt-xl-n5,
    .edozvole-pub .my-xl-n5 {
      margin-top: -3rem !important; }
    .edozvole-pub .mr-xl-n5,
    .edozvole-pub .mx-xl-n5 {
      margin-right: -3rem !important; }
    .edozvole-pub .mb-xl-n5,
    .edozvole-pub .my-xl-n5 {
      margin-bottom: -3rem !important; }
    .edozvole-pub .ml-xl-n5,
    .edozvole-pub .mx-xl-n5 {
      margin-left: -3rem !important; }
    .edozvole-pub .m-xl-auto {
      margin: auto !important; }
    .edozvole-pub .mt-xl-auto,
    .edozvole-pub .my-xl-auto {
      margin-top: auto !important; }
    .edozvole-pub .mr-xl-auto,
    .edozvole-pub .mx-xl-auto {
      margin-right: auto !important; }
    .edozvole-pub .mb-xl-auto,
    .edozvole-pub .my-xl-auto {
      margin-bottom: auto !important; }
    .edozvole-pub .ml-xl-auto,
    .edozvole-pub .mx-xl-auto {
      margin-left: auto !important; } }
  .edozvole-pub .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
  .edozvole-pub .text-justify {
    text-align: justify !important; }
  .edozvole-pub .text-wrap {
    white-space: normal !important; }
  .edozvole-pub .text-nowrap {
    white-space: nowrap !important; }
  .edozvole-pub .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .edozvole-pub .text-left {
    text-align: left !important; }
  .edozvole-pub .text-right {
    text-align: right !important; }
  .edozvole-pub .text-center {
    text-align: center !important; }
  @media (min-width: 576px) {
    .edozvole-pub .text-sm-left {
      text-align: left !important; }
    .edozvole-pub .text-sm-right {
      text-align: right !important; }
    .edozvole-pub .text-sm-center {
      text-align: center !important; } }
  @media (min-width: 768px) {
    .edozvole-pub .text-md-left {
      text-align: left !important; }
    .edozvole-pub .text-md-right {
      text-align: right !important; }
    .edozvole-pub .text-md-center {
      text-align: center !important; } }
  @media (min-width: 992px) {
    .edozvole-pub .text-lg-left {
      text-align: left !important; }
    .edozvole-pub .text-lg-right {
      text-align: right !important; }
    .edozvole-pub .text-lg-center {
      text-align: center !important; } }
  @media (min-width: 1200px) {
    .edozvole-pub .text-xl-left {
      text-align: left !important; }
    .edozvole-pub .text-xl-right {
      text-align: right !important; }
    .edozvole-pub .text-xl-center {
      text-align: center !important; } }
  .edozvole-pub .text-lowercase {
    text-transform: lowercase !important; }
  .edozvole-pub .text-uppercase {
    text-transform: uppercase !important; }
  .edozvole-pub .text-capitalize {
    text-transform: capitalize !important; }
  .edozvole-pub .font-weight-light {
    font-weight: 300 !important; }
  .edozvole-pub .font-weight-lighter {
    font-weight: lighter !important; }
  .edozvole-pub .font-weight-normal {
    font-weight: 400 !important; }
  .edozvole-pub .font-weight-bold {
    font-weight: 700 !important; }
  .edozvole-pub .font-weight-bolder {
    font-weight: bolder !important; }
  .edozvole-pub .font-italic {
    font-style: italic !important; }
  .edozvole-pub .text-white {
    color: #fff !important; }
  .edozvole-pub .text-primary {
    color: #D71920 !important; }
  .edozvole-pub a.text-primary:hover, .edozvole-pub a.text-primary:focus {
    color: #921116 !important; }
  .edozvole-pub .text-secondary {
    color: #6c757d !important; }
  .edozvole-pub a.text-secondary:hover, .edozvole-pub a.text-secondary:focus {
    color: #494f54 !important; }
  .edozvole-pub .text-success {
    color: #28a745 !important; }
  .edozvole-pub a.text-success:hover, .edozvole-pub a.text-success:focus {
    color: #19692c !important; }
  .edozvole-pub .text-info {
    color: #17a2b8 !important; }
  .edozvole-pub a.text-info:hover, .edozvole-pub a.text-info:focus {
    color: #0f6674 !important; }
  .edozvole-pub .text-warning {
    color: #ffc107 !important; }
  .edozvole-pub a.text-warning:hover, .edozvole-pub a.text-warning:focus {
    color: #ba8b00 !important; }
  .edozvole-pub .text-danger {
    color: #dc3545 !important; }
  .edozvole-pub a.text-danger:hover, .edozvole-pub a.text-danger:focus {
    color: #a71d2a !important; }
  .edozvole-pub .text-light {
    color: #f8f9fa !important; }
  .edozvole-pub a.text-light:hover, .edozvole-pub a.text-light:focus {
    color: #cbd3da !important; }
  .edozvole-pub .text-dark {
    color: #343a40 !important; }
  .edozvole-pub a.text-dark:hover, .edozvole-pub a.text-dark:focus {
    color: #121416 !important; }
  .edozvole-pub .text-body {
    color: #212529 !important; }
  .edozvole-pub .text-muted {
    color: #6c757d !important; }
  .edozvole-pub .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }
  .edozvole-pub .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }
  .edozvole-pub .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .edozvole-pub .text-decoration-none {
    text-decoration: none !important; }
  .edozvole-pub .text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important; }
  .edozvole-pub .text-reset {
    color: inherit !important; }
  .edozvole-pub .visible {
    visibility: visible !important; }
  .edozvole-pub .invisible {
    visibility: hidden !important; }
  @media print {
    .edozvole-pub *,
    .edozvole-pub *::before,
    .edozvole-pub *::after {
      text-shadow: none !important;
      box-shadow: none !important; }
    .edozvole-pub a:not(.btn) {
      text-decoration: underline; }
    .edozvole-pub abbr[title]::after {
      content: " (" attr(title) ")"; }
    .edozvole-pub pre {
      white-space: pre-wrap !important; }
    .edozvole-pub pre,
    .edozvole-pub blockquote {
      border: 1px solid #adb5bd;
      page-break-inside: avoid; }
    .edozvole-pub thead {
      display: table-header-group; }
    .edozvole-pub tr,
    .edozvole-pub img {
      page-break-inside: avoid; }
    .edozvole-pub p,
    .edozvole-pub h2,
    .edozvole-pub h3 {
      orphans: 3;
      widows: 3; }
    .edozvole-pub h2,
    .edozvole-pub h3 {
      page-break-after: avoid; }
    @page {
      .edozvole-pub {
        size: a3; } }
    .edozvole-pub body {
      min-width: 992px !important; }
    .edozvole-pub .container {
      min-width: 992px !important; }
    .edozvole-pub .navbar {
      display: none; }
    .edozvole-pub .badge {
      border: 1px solid #000; }
    .edozvole-pub .table {
      border-collapse: collapse !important; }
      .edozvole-pub .table td,
      .edozvole-pub .table th {
        background-color: #fff !important; }
    .edozvole-pub .table-bordered th,
    .edozvole-pub .table-bordered td {
      border: 1px solid #dee2e6 !important; }
    .edozvole-pub .table-dark {
      color: inherit; }
      .edozvole-pub .table-dark th,
      .edozvole-pub .table-dark td,
      .edozvole-pub .table-dark thead th,
      .edozvole-pub .table-dark tbody + tbody {
        border-color: #dee2e6; }
    .edozvole-pub .table .thead-dark th {
      color: inherit;
      border-color: #dee2e6; } }
  .edozvole-pub body {
    background-color: #FFFF; }
  .edozvole-pub html, .edozvole-pub body {
    width: 100%;
    height: 100%; }
  .edozvole-pub main {
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 100%;
    min-height: calc(100vh - 20px); }
    .edozvole-pub main.login-container {
      grid-template-rows: 1fr auto; }
  .edozvole-pub .page {
    margin-top: 48px; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      .edozvole-pub .page {
        margin-top: 16px; } }
    .edozvole-pub .page--with-sidebar {
      display: flex;
      flex-direction: row;
      width: 100%; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        .edozvole-pub .page--with-sidebar {
          flex-direction: column; } }
      .edozvole-pub .page--with-sidebar--reverted {
        flex-direction: row-reverse; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          .edozvole-pub .page--with-sidebar--reverted {
            flex-direction: column-reverse; } }
        .edozvole-pub .page--with-sidebar--reverted .page__left {
          margin-right: 0px;
          margin-left: 32px; }
          @media (min-width: 20em) and (max-width: 46.24em) {
            .edozvole-pub .page--with-sidebar--reverted .page__left {
              margin-left: 0px;
              margin-top: 16px; } }
    .edozvole-pub .page__left {
      flex-basis: 100%;
      margin-right: 0px;
      margin-top: 16px; }
      @media (min-width: 46.25em) and (max-width: 61.24em) {
        .edozvole-pub .page__left {
          flex-basis: 60%;
          margin-right: 32px; } }
      @media (min-width: 61.25em) and (max-width: 81.24em) {
        .edozvole-pub .page__left {
          flex-basis: 65%;
          margin-right: 32px; } }
      @media (min-width: 81.25em) {
        .edozvole-pub .page__left {
          flex-basis: 70%;
          margin-right: 32px; } }
    .edozvole-pub .page__right {
      flex-basis: 100%; }
      @media (min-width: 46.25em) and (max-width: 61.24em) {
        .edozvole-pub .page__right {
          flex-basis: 40%; } }
      @media (min-width: 61.25em) and (max-width: 81.24em) {
        .edozvole-pub .page__right {
          flex-basis: 35%; } }
      @media (min-width: 81.25em) {
        .edozvole-pub .page__right {
          flex-basis: 30%; } }
  .edozvole-pub .panel {
    padding: 16px;
    padding-top: 32px;
    padding-bottom: 32px; }
  .edozvole-pub .header {
    background-color: #FFFF;
    color: #000;
    border-bottom: 1px solid #D8D8D8; }
    .edozvole-pub .header--no-border {
      border-bottom: none; }
    .edozvole-pub .header .nav-item.nav-link.dropdown-toggle {
      color: #6C6C6C;
      transition: all 0.15s ease-in-out; }
      .edozvole-pub .header .nav-item.nav-link.dropdown-toggle:hover {
        opacity: .75; }
    .edozvole-pub .header__logo {
      display: none;
      align-items: center; }
      @media (min-width: 46.25em) {
        .edozvole-pub .header__logo.desktop {
          display: flex; } }
      @media (min-width: 20em) and (max-width: 46.24em) {
        .edozvole-pub .header__logo.mobile {
          display: flex; } }
      .edozvole-pub .header__logo img {
        width: 230px; }
      .edozvole-pub .header__logo .ces_img img {
        width: 250px; }
      .edozvole-pub .header__logo .edozvola {
        width: 100px; }
        @media (min-width: 20em) and (max-width: 61.24em) {
          .edozvole-pub .header__logo .edozvola {
            width: 80px; } }
    .edozvole-pub .header__container {
      display: flex;
      justify-content: space-between;
      padding-right: 0px !important; }
      .edozvole-pub .header__container:before {
        content: none !important; }
      .edozvole-pub .header__container:after {
        content: none !important; }
      @media (min-width: 20em) and (max-width: 81.24em) {
        .edozvole-pub .header__container {
          padding-right: 0px;
          max-width: 100%; } }
    .edozvole-pub .header__navigation {
      display: flex; }
    .edozvole-pub .header__hamburger {
      align-items: center;
      display: flex;
      padding: 24px 32px;
      cursor: pointer;
      font-size: 20px;
      border-left: 1px solid #D8D8D8;
      border-right: 1px solid #D8D8D8;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
      .edozvole-pub .header__hamburger--no-border {
        border-right: none;
        border-left: none; }
      .edozvole-pub .header__hamburger i {
        color: #6C6C6C; }
      .edozvole-pub .header__hamburger:hover i {
        color: #212529; }
    .edozvole-pub .header__buttons {
      display: none; }
      @media (min-width: 64em) {
        .edozvole-pub .header__buttons {
          display: flex;
          align-items: center; } }
      .edozvole-pub .header__buttons button {
        width: 150px;
        margin-right: 32px; }
  .edozvole-pub .drawer {
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.07);
    top: 0px;
    right: 0;
    left: auto;
    height: 100vh;
    overflow: scroll;
    width: 100vw;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    background: #FFF;
    position: fixed;
    z-index: 1001;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    padding: 16px; }
    @media (min-width: 46.25em) {
      .edozvole-pub .drawer {
        padding: 0px 32px;
        width: 360px;
        top: 0px;
        overflow: hidden;
        overflow-y: auto; } }
    .edozvole-pub .drawer .nav-item.dropdown-toggle {
      color: #6C6C6C;
      transition: all 0.15s ease-in-out; }
      .edozvole-pub .drawer .nav-item.dropdown-toggle:hover {
        opacity: .75; }
    .edozvole-pub .drawer.active {
      -webkit-transform: translateX(0px);
              transform: translateX(0px); }
    .edozvole-pub .drawer__header {
      padding: 16px 8px;
      display: flex;
      justify-content: flex-end; }
    .edozvole-pub .drawer__close {
      width: 36px;
      height: 36px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #6C6C6C;
      font-size: 20px;
      cursor: pointer;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
      .edozvole-pub .drawer__close i {
        color: #6C6C6C; }
      .edozvole-pub .drawer__close:hover i {
        color: #212529;
        border-color: #212529; }
    .edozvole-pub .drawer__content {
      display: flex;
      flex-direction: column; }
      .edozvole-pub .drawer__content a {
        font-weight: 600;
        margin-bottom: 16px;
        color: #6C6C6C;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
        .edozvole-pub .drawer__content a:hover {
          color: #212529;
          text-decoration: none; }
    .edozvole-pub .drawer__mobile-buttons {
      display: flex;
      flex-direction: column;
      margin-top: 16px; }
      @media (min-width: 64em) {
        .edozvole-pub .drawer__mobile-buttons {
          display: none; } }
  .edozvole-pub .btn.icon {
    display: flex;
    align-items: center; }
  .edozvole-pub .btn i {
    margin-right: 8px;
    font-size: 12px; }
  .edozvole-pub .form-group label {
    color: #989898; }
  .edozvole-pub .btn-outline-dark {
    border-color: #ced4da;
    color: #6C6C6C; }
    .edozvole-pub .btn-outline-dark:hover {
      color: #fff; }
  .edozvole-pub .btn.primary-text {
    color: #D71920;
    font-weight: 600; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      .edozvole-pub .btn.primary-text {
        display: flex;
        justify-content: center; } }
    .edozvole-pub .btn.primary-text:hover {
      background-color: white;
      opacity: 0.8;
      border-color: #D71920; }
  .edozvole-pub .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #D71920;
    background-color: #D71920; }
  .edozvole-pub .btn-success {
    background-color: #417505;
    border-color: #417505; }
  @media (min-width: 20em) and (max-width: 46.24em) {
    .edozvole-pub .btn {
      justify-content: center;
      margin-bottom: 16px; } }
  .edozvole-pub .btn-pale {
    color: #6C6C6C;
    background-color: transparent;
    border: none; }
  .edozvole-pub .custom-checkbox {
    cursor: pointer;
    margin-left: 8px; }
    .edozvole-pub .custom-checkbox label {
      color: #989898; }
  .edozvole-pub .custom-control-label {
    cursor: pointer; }
  .edozvole-pub .custom-checkbox .custom-control-label::before {
    border-radius: 0px;
    width: 1.5rem;
    height: 1.5rem;
    left: -2rem;
    top: 0px; }
  .edozvole-pub .custom-control-label::after {
    top: 0rem;
    left: -2rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem; }
  @media (min-width: 20em) and (max-width: 46.24em) {
    .edozvole-pub .dataTables_paginate.paging_simple_numbers {
      display: flex;
      justify-content: center; } }
  .edozvole-pub .alert-success {
    background-color: #417505;
    color: white; }
    .edozvole-pub .alert-success .close:hover {
      color: #989898;
      text-decoration: none; }
  .edozvole-pub option[value=default] {
    color: gray; }
  .edozvole-pub .modal-title {
    font-weight: 700;
    margin-bottom: 24px; }
  .edozvole-pub .modal-body {
    padding: 40px 32px; }
  .edozvole-pub .nav-tabs .nav-link.active,
  .edozvole-pub .nav-tabs .nav-item.show .nav-link {
    border-color: #fff #fff #D71920;
    border-width: 1px;
    color: #D71920;
    font-weight: 700; }
    .edozvole-pub .nav-tabs .nav-link.active:hover, .edozvole-pub .nav-tabs .nav-item.show .nav-link:hover {
      border-color: #fff #fff #D71920;
      border-width: 1px;
      color: #D71920; }
  .edozvole-pub .nav-tabs .nav-link {
    font-weight: 400;
    color: #444;
    transition: color 0.15s ease-in-out; }
  .edozvole-pub .nav-tabs .nav-link:hover, .edozvole-pub .nav-tabs .nav-link:focus {
    border-color: #fff #fff #dee2e6; }
  .edozvole-pub .nav-tabs .nav-link:hover, .edozvole-pub .nav-tabs .nav-link.active:focus {
    border-color: #fff #fff #D71920;
    border-width: 1px; }
  .edozvole-pub .nav-tabs {
    border-bottom: 1px solid #dee2e6; }
  .edozvole-pub .nav-link {
    border-width: 1px !important;
    font-weight: 700; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      .edozvole-pub .nav-link {
        font-size: 12px; } }
  @media (min-width: 20em) and (max-width: 61.24em) {
    .edozvole-pub .dataTables_wrapper {
      overflow-y: scroll; } }
  .edozvole-pub :focus {
    outline: none; }
  .edozvole-pub .container {
    padding: 0px 40px;
    width: 100%;
    max-width: none; }
  @media (max-width: 46.25em) {
    .edozvole-pub .container {
      padding: 0 20px;
    }
    .edozvole-pub .panel {
      padding: 8px 16px!important;
    }
  }
  .edozvole-pub .sidebar {
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.07);
    padding: 32px 24px;
    font-size: 14px; }
    .edozvole-pub .sidebar__title {
      font-weight: 700; }
    .edozvole-pub .sidebar__component {
      margin-top: 32px; }
      .edozvole-pub .sidebar__component-subtitle {
        color: #989898;
        font-size: 14px;
        margin-bottom: 16px; }
      .edozvole-pub .sidebar__component-list {
        -webkit-margin-before: 0px;
        list-style: none;
        -webkit-padding-start: 0px; }
        .edozvole-pub .sidebar__component-list li:before {
          content: "\2022";
          font-size: 18px;
          margin-right: 5.33333px; }
        .edozvole-pub .sidebar__component-list--bigger-font a {
          margin-bottom: 16px; }
          @media (min-width: 64em) {
            .edozvole-pub .sidebar__component-list--bigger-font a {
              font-size: 18px; } }
        .edozvole-pub .sidebar__component-list a {
          color: #212529;
          text-decoration: underline; }
          .edozvole-pub .sidebar__component-list a:hover {
            color: #6C6C6C; }
  .edozvole-pub .homepage__title {
    font-weight: 700; }
  .edozvole-pub .homepage__subtitle {
    font-size: initial;
    margin-bottom: 32px; }
  .edozvole-pub .homepage__btn-group {
    margin-bottom: 32px; }
    .edozvole-pub .homepage__btn-group a {
      margin-right: 16px; }
    @media (min-width: 61.25em) {
      .edozvole-pub .homepage__btn-group {
        margin-bottom: 80px; } }
    @media (min-width: 64em) {
      .edozvole-pub .homepage__btn-group {
        display: flex; } }
  .edozvole-pub .homepage__tiles {
    display: flex;
    flex-direction: column; }
    .edozvole-pub .homepage__tiles .edozvole-pub .homepage__tile {
      margin-bottom: 32px; }
  .edozvole-pub .homepage__tile {
    width: 100%;
    padding: 16px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.07);
    color: #6C6C6C;
    align-items: center;
    display: flex;
    transition: all 0.15s ease-in-out;
    font-size: 14px;
    margin-bottom: 16px; }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      .edozvole-pub .homepage__tile {
        width: 100%;
        font-size: 16px; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      .edozvole-pub .homepage__tile {
        width: 85%;
        font-size: 16px; } }
    @media (min-width: 81.25em) {
      .edozvole-pub .homepage__tile {
        width: 60%;
        font-size: 16px; } }
    .edozvole-pub .homepage__tile:hover {
      color: #212529;
      text-decoration: none;
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .edozvole-pub .homepage__tile-left {
      padding: 16px;
      font-size: 32px;
      display: flex; }
    .edozvole-pub .homepage__tile-right {
      padding: 16px; }
      .edozvole-pub .homepage__tile-right-title {
        font-weight: 700; }
  .edozvole-pub .obrasci__title {
    font-weight: 700; }
  .edozvole-pub .obrasci__list {
    margin-top: 24px; }
  .edozvole-pub .obrasci .sidebar__component-list li {
    margin-bottom: 8px; }
  .edozvole-pub .apply {
    margin: 0 auto; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      .edozvole-pub .apply button {
        width: 100%; } }
    @media (min-width: 61.25em) {
      .edozvole-pub .apply {
        max-width: 1090px !important;
      }
    }
    .edozvole-pub .apply__title {
      font-weight: 700;
      margin-bottom: 48px; }
    .edozvole-pub .apply__form-wrapper label {
      font-weight: 700; }
    .edozvole-pub .apply__form {
      margin-top: 16px; }
      .edozvole-pub .apply__form label {
        color: #212529; }
      .edozvole-pub .apply__form select:invalid {
        opacity: .65; }
      .edozvole-pub .apply__form select [disabled] {
        opacity: .65; }
    .edozvole-pub .apply .nav-pills .nav-link.active, .edozvole-pub .apply .nav-pills .show > .nav-link {
      background-color: rgba(215, 25, 32, 0.05);
      border: 1px solid #D71920;
      border-radius: 2px;
      color: #D71920; }
      .edozvole-pub .apply .nav-pills .nav-link.active:hover, .edozvole-pub .apply .nav-pills .show > .nav-link:hover {
        -webkit-transform: scale(1);
                transform: scale(1);
        color: #D71920; }
    .edozvole-pub .apply .nav-pills .nav-link {
      font-weight: 500;
      border: 1px solid #D8D8D8;
      border-radius: 2px;
      margin-right: 16px;
      display: flex;
      flex-direction: column;
      width: 100px;
      height: 130px;
      align-items: stretch;
      font-size: 10px;
      padding-top: 20px;
      text-align: center;
      margin-bottom: 16px;
      color: #6C6C6C;
      transition: all 0.15s ease-in-out; }
      @media (min-width: 46.25em) {
        .edozvole-pub .apply .nav-pills .nav-link {
          font-size: 14px;
          width: 150px;
          height: 180px;
          padding-top: 40px; } }
      .edozvole-pub .apply .nav-pills .nav-link:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        color: #212529; }
      .edozvole-pub .apply .nav-pills .nav-link i {
        font-size: 28px;
        margin-bottom: 16px; }
        @media (min-width: 46.25em) {
          .edozvole-pub .apply .nav-pills .nav-link i {
            font-size: 42px; } }
  .edozvole-pub .panel {
    padding: 24px 32px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.07); }
    .edozvole-pub .panel__filter {
      margin-bottom: 32px;
      display: flex;
      align-items: center; }
      .edozvole-pub .panel__filter select {
        margin-left: 16px;
        width: 100%;
        cursor: pointer; }
        @media (min-width: 46.25em) {
          .edozvole-pub .panel__filter select {
            width: 50%; } }
  .edozvole-pub .dataTables_filter {
    display: none; }
  .edozvole-pub .dataTables_info {
    float: left;
    padding-left: 16px;
    margin-bottom: 16px; }
  .edozvole-pub .dataTables_paginate.paging_simple_numbers {
    padding-right: 16px;
    padding-bottom: 16px;
    padding-top: 16px; }
  .edozvole-pub .dataTables_info {
    margin-bottom: 0px;
    margin-top: 10px;
    color: #989898; }
  .edozvole-pub .dataTable {
    border: none; }
    .edozvole-pub .dataTable th {
      color: initial;
      font-weight: 400; }
  .edozvole-pub .table-bordered td {
    border: none;
    border-bottom: 1px solid #D8D8D8;
    border-bottom-width: 1px !important; }
  .edozvole-pub .table-bordered th {
    border: none;
    border-bottom: 1px solid #D8D8D8;
    border-bottom-width: 3px !important; }
  .edozvole-pub .table-striped tbody tr:nth-of-type(odd) {
    background-color: white; }
  .edozvole-pub .page-link {
    border: none; }
  .edozvole-pub .paginate_button.page-item.previous {
    margin-right: 32px; }
    .edozvole-pub .paginate_button.page-item.previous .page-link {
      border: none;
      border-radius: 0px;
      padding: 16px; }
  .edozvole-pub .paginate_button.page-item.next {
    margin-left: 32px; }
    .edozvole-pub .paginate_button.page-item.next .page-link {
      border: none; }
  .edozvole-pub .page-item.active .page-link {
    background-color: white;
    border: 1px solid #D8D8D8;
    border-radius: 0px;
    color: #212529; }
  .edozvole-pub .page-link {
    color: #212529; }
  .edozvole-pub .pagination {
    display: flex;
    align-items: center; }
  .edozvole-pub table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0; }
  .edozvole-pub table.dataTable td, .edozvole-pub table.dataTable th {
    box-sizing: content-box; }
  .edozvole-pub table.dataTable td.dataTables_empty, .edozvole-pub table.dataTable th.dataTables_empty {
    text-align: center; }
  .edozvole-pub table.dataTable.nowrap th, .edozvole-pub table.dataTable.nowrap td {
    white-space: nowrap; }
  .edozvole-pub div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap; }
  .edozvole-pub div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block; }
  .edozvole-pub div.dataTables_wrapper div.dataTables_filter {
    text-align: right; }
  .edozvole-pub div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left; }
  .edozvole-pub div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto; }
  .edozvole-pub div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap; }
  .edozvole-pub div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right; }
  .edozvole-pub div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end; }
  .edozvole-pub div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0; }
  .edozvole-pub table.dataTable thead > tr > th.sorting_asc, .edozvole-pub table.dataTable thead > tr > th.sorting_desc, .edozvole-pub table.dataTable thead > tr > th.sorting, .edozvole-pub table.dataTable thead > tr > td.sorting_asc, .edozvole-pub table.dataTable thead > tr > td.sorting_desc, .edozvole-pub table.dataTable thead > tr > td.sorting {
    padding-right: 30px; }
  .edozvole-pub table.dataTable thead > tr > th:active, .edozvole-pub table.dataTable thead > tr > td:active {
    outline: none; }
  .edozvole-pub table.dataTable thead .sorting, .edozvole-pub table.dataTable thead .sorting_asc, .edozvole-pub table.dataTable thead .sorting_desc, .edozvole-pub table.dataTable thead .sorting_asc_disabled, .edozvole-pub table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative; }
  .edozvole-pub table.dataTable thead .sorting:before, .edozvole-pub table.dataTable thead .sorting:after, .edozvole-pub table.dataTable thead .sorting_asc:before, .edozvole-pub table.dataTable thead .sorting_asc:after, .edozvole-pub table.dataTable thead .sorting_desc:before, .edozvole-pub table.dataTable thead .sorting_desc:after, .edozvole-pub table.dataTable thead .sorting_asc_disabled:before, .edozvole-pub table.dataTable thead .sorting_asc_disabled:after, .edozvole-pub table.dataTable thead .sorting_desc_disabled:before, .edozvole-pub table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3; }
  .edozvole-pub table.dataTable thead .sorting:before, .edozvole-pub table.dataTable thead .sorting_asc:before, .edozvole-pub table.dataTable thead .sorting_desc:before, .edozvole-pub table.dataTable thead .sorting_asc_disabled:before, .edozvole-pub table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191"; }
  .edozvole-pub table.dataTable thead .sorting:after, .edozvole-pub table.dataTable thead .sorting_asc:after, .edozvole-pub table.dataTable thead .sorting_desc:after, .edozvole-pub table.dataTable thead .sorting_asc_disabled:after, .edozvole-pub table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193"; }
  .edozvole-pub table.dataTable thead .sorting_asc:before, .edozvole-pub table.dataTable thead .sorting_desc:after {
    opacity: 1; }
  .edozvole-pub table.dataTable thead .sorting_asc_disabled:before, .edozvole-pub table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0; }
  .edozvole-pub div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important; }
  .edozvole-pub div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .edozvole-pub div.dataTables_scrollBody table thead .sorting:before, .edozvole-pub div.dataTables_scrollBody table thead .sorting_asc:before, .edozvole-pub div.dataTables_scrollBody table thead .sorting_desc:before, .edozvole-pub div.dataTables_scrollBody table thead .sorting:after, .edozvole-pub div.dataTables_scrollBody table thead .sorting_asc:after, .edozvole-pub div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none; }
  .edozvole-pub div.dataTables_scrollBody table tbody tr:first-child th, .edozvole-pub div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none; }
  .edozvole-pub div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box; }
  .edozvole-pub div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
    margin-top: 0 !important;
    border-top: none; }
  @media screen and (max-width: 767px) {
    .edozvole-pub div.dataTables_wrapper div.dataTables_length, .edozvole-pub div.dataTables_wrapper div.dataTables_filter, .edozvole-pub div.dataTables_wrapper div.dataTables_info, .edozvole-pub div.dataTables_wrapper div.dataTables_paginate {
      text-align: center; } }
  .edozvole-pub table.dataTable.table-sm > thead > tr > th {
    padding-right: 20px; }
  .edozvole-pub table.dataTable.table-sm .sorting:before, .edozvole-pub table.dataTable.table-sm .sorting_asc:before, .edozvole-pub table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em; }
  .edozvole-pub table.dataTable.table-sm .sorting:after, .edozvole-pub table.dataTable.table-sm .sorting_asc:after, .edozvole-pub table.dataTable.table-sm .sorting_desc:after {
    top: 5px; }
  .edozvole-pub table.table-bordered.dataTable th, .edozvole-pub table.table-bordered.dataTable td {
    border-left-width: 0; }
  .edozvole-pub table.table-bordered.dataTable th:last-child, .edozvole-pub table.table-bordered.dataTable th:last-child, .edozvole-pub table.table-bordered.dataTable td:last-child, .edozvole-pub table.table-bordered.dataTable td:last-child {
    border-right-width: 0; }
  .edozvole-pub table.table-bordered.dataTable tbody th, .edozvole-pub table.table-bordered.dataTable tbody td {
    border-bottom-width: 0; }
  .edozvole-pub div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0; }
  .edozvole-pub div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0; }
  .edozvole-pub div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-left: 0; }
  .edozvole-pub div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-right: 0; }

  #uvidUSpisModal {
    z-index: 0;
  }
  .s-1em {
    font-size: 1em !important;
  }
  .lh-2 {
    line-height: 2em;
  }

