/* Slider */
/** Zmiana kierunku ruchu obrazka **/
/* Nadpisana animacja dla .float-bob-x wewnątrz .banner_style_four */
.banner_style_four .float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 6s; /* szybsza niż poprzednie 15s */
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: float-bob-x;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob-x {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}
@-webkit-keyframes float-bob-x {
    0%   { -webkit-transform: translateY(0); }
    50%  { -webkit-transform: translateY(-20px); }
    100% { -webkit-transform: translateY(0); }
}
@-moz-keyframes float-bob-x {
    0%   { -moz-transform: translateY(0); }
    50%  { -moz-transform: translateY(-20px); }
    100% { -moz-transform: translateY(0); }
}
@-ms-keyframes float-bob-x {
    0%   { -ms-transform: translateY(0); }
    50%  { -ms-transform: translateY(-20px); }
    100% { -ms-transform: translateY(0); }
}
@-o-keyframes float-bob-x {
    0%   { -o-transform: translateY(0); }
    50%  { -o-transform: translateY(-20px); }
    100% { -o-transform: translateY(0); }
}
body .banner_style_four .banner_content .tag_text {display: none;}
body .banner_style_four {background-color: transparent;}
body .banner_style_four .banner_content h1 {
    color: var(--theme-color);
    filter: drop-shadow(0px 4px 5px rgb(245, 241, 255));
}
body .banner_style_four .banner_content .shape_icon_13 img {
    max-width: 250px;
}
body .subscribe-inner .form-group {
    display: inline-grid;
}
body .subscribe-inner .form-group .acceptance {
    font-size: 14px;
    display: inline-flex;
    width: 80%;
    line-height: 1.25em;
}
body .subscribe-inner .form-group .acceptance input {
    height: 18px;
}
body .banner_style_four .banner_content .subscribe-inner button {
    width: fit-content;
    margin: 0 auto;
}
/* Od strategii... */
body .about_left_image_four .meter_box {
    bottom: 15px;
}
body .about_left_image_four .goal_box {
    top: 10px;
    bottom: unset;
}
/* Wyzwania MŚP */
body .why_choose_block_two .choose_icon {
    font-size: 30px;
}
/* sekcja blog */
body .elementor-widget-financer_blog_grid .blog_section .lower_content h3 {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
body .elementor-widget-financer_blog_grid .blog_section .lower_content .post-info li:nth-child(2) {
    display: none;
}
body.home .elementor-element #eapps-linkedin-feed-892358f8-933f-48af-90d1-6393f428f6f4 .WidgetBackground__ContentContainer-sc a {
    display: none !important;
}
.note-under p {
    font-family: var(--e-global-typography-13a712d-font-family), Sans-serif;
    font-size: var(--e-global-typography-13a712d-font-size);
    line-height: var(--e-global-typography-13a712d-line-height);
    color: var(--e-global-color-text);
}
