<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dsm-image-reveal-overlay {
    position: absolute;
    transform-origin: right;
}

.dsm-image-reveal {
    position: relative;
    display: block;
}

.dsm-image-wrapper {
    text-align: left;
}

.dsm-image-reveal-overlay {
    background-color: #1fe0ba;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: matrix(0, 0, 0, 1, 0, 0);
    visibility: hidden;
    transform-origin: top;
    z-index: 1;
}

.dsm-image-reveal-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 7px;
}

.dsm_image_reveal.et_pb_text_align_left .dsm-image-reveal-text {
    text-align: left;
}

.dsm_image_reveal.et_pb_text_align_center .dsm-image-reveal-text {
    text-align: center;
}

.dsm_image_reveal.et_pb_text_align_right .dsm-image-reveal-text {
    text-align: right;
}

.dsm_image_reveal.et_pb_text_align_justify .dsm-image-reveal-text {
    text-align: justify;
}

.dsm-image-reveal-text {
    width: 100%;
    visibility: hidden;
}

.dsm_image_reveal {
    line-height: 0;
}

.dsm-image-reveal .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.dsm-image-reveal img {
    position: relative;
}

.dsm_image_reveal .dsm-image-reveal-text .char {
    position: relative;
    visibility: hidden;
    display: inline-block;
    white-space: pre-wrap;
}

.dsm-image-reveal-hover:hover .dsm-image-reveal-text .char {
    visibility: visible;
    animation: fadeInDown 0.2s both;
    animation-delay: calc(30ms * var(--char-index));
}

/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
    display: inline-block;
}

/* Psuedo-element chars */
.splitting .char {
    position: relative;
}

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: inherit;
    user-select: none;
}

/* Expanded CSS Variables */

.splitting {
    /* The center word index */
    --word-center: calc((var(--word-total) - 1) / 2);

    /* The center character index */
    --char-center: calc((var(--char-total) - 1) / 2);

    /* The center character index */
    --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
    /* Pecent (0-1) of the word's position */
    --word-percent: calc(var(--word-index) / var(--word-total));

    /* Pecent (0-1) of the line's position */
    --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
    /* Percent (0-1) of the char's position */
    --char-percent: calc(var(--char-index) / var(--char-total));

    /* Offset from center, positive &amp; negative */
    --char-offset: calc(var(--char-index) - var(--char-center));

    /* Absolute distance from center, only positive */
    --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));

    /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
    --distance-sine: calc(var(--char-offset) / var(--char-center));

    /* Distance from center where 1 is far left/far right, 0 is center */
    --distance-percent: calc((var(--distance) / var(--char-center)));
}

html.et_fb_preview_active--responsive_preview .dsm-image-reveal.et_always_center_on_mobile .dsm-image-wrapper {
    text-align: center;
}

.dsm-image-reveal.et_always_center_on_mobile .dsm-image-wrapper {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
}
.et-waypoint.et_pb_animation_off,.et-waypoint:not(.et_pb_counters).et_pb_animation_off,.et_pb_animation_off{opacity:1}.et-waypoint.et_pb_animation_left.et-animated,.et_pb_animation_left.et-animated{opacity:1;animation:fadeLeft 1s 1 cubic-bezier(.77,0,.175,1)}.et-waypoint.et_pb_animation_right.et-animated,.et_pb_animation_right.et-animated{opacity:1;animation:fadeRight 1s 1 cubic-bezier(.77,0,.175,1)}.et-waypoint.et_pb_animation_top.et-animated,.et_pb_animation_top.et-animated{opacity:1;animation:fadeTop 1s 1 cubic-bezier(.77,0,.175,1)}.et-waypoint.et_pb_animation_bottom.et-animated,.et_pb_animation_bottom.et-animated{opacity:1;animation:fadeBottom 1s 1 cubic-bezier(.77,0,.175,1)}.et-waypoint.et_pb_animation_fade_in.et-animated,.et_pb_animation_fade_in.et-animated{opacity:1;animation:fadeIn 1s 1 cubic-bezier(.77,0,.175,1)}@media (max-width:980px){.et-waypoint.et_pb_animation_off_tablet,.et-waypoint:not(.et_pb_counters).et_pb_animation_off_tablet,.et_pb_animation_off_tablet{opacity:1;animation:none}.et-waypoint.et_pb_animation_left_tablet.et-animated,.et_pb_animation_left_tablet.et-animated{opacity:1;animation:fadeLeft 1s 1 cubic-bezier(.77,0,.175,1)}.et-waypoint.et_pb_animation_right_tablet.et-animated,.et_pb_animation_right_tablet.et-animated{opacity:1;animation:fadeRight 1s 1 cubic-bezier(.77,0,.175,1)}.et-waypoint.et_pb_animation_top_tablet.et-animated,.et_pb_animation_top_tablet.et-animated{opacity:1;animation:fadeTop 1s 1 cubic-bezier(.77,0,.175,1)}.et-waypoint.et_pb_animation_bottom_tablet.et-animated,.et_pb_animation_bottom_tablet.et-animated{opacity:1;animation:fadeBottom 1s 1 cubic-bezier(.77,0,.175,1)}.et-waypoint.et_pb_animation_fade_in_tablet.et-animated,.et_pb_animation_fade_in_tablet.et-animated{opacity:1;animation:fadeIn 1s 1 cubic-bezier(.77,0,.175,1)}}@media (max-width:767px){.et-waypoint.et_pb_animation_off_phone,.et-waypoint:not(.et_pb_counters).et_pb_animation_off_phone,.et_pb_animation_off_phone{opacity:1;animation:none}.et-waypoint.et_pb_animation_left_phone.et-animated,.et_pb_animation_left_phone.et-animated{opacity:1;animation:fadeLeft 1s 1 cubic-bezier(.77,0,.175,1)}.et-waypoint.et_pb_animation_right_phone.et-animated,.et_pb_animation_right_phone.et-animated{opacity:1;animation:fadeRight 1s 1 cubic-bezier(.77,0,.175,1)}.et-waypoint.et_pb_animation_top_phone.et-animated,.et_pb_animation_top_phone.et-animated{opacity:1;animation:fadeTop 1s 1 cubic-bezier(.77,0,.175,1)}.et-waypoint.et_pb_animation_bottom_phone.et-animated,.et_pb_animation_bottom_phone.et-animated{opacity:1;animation:fadeBottom 1s 1 cubic-bezier(.77,0,.175,1)}.et-waypoint.et_pb_animation_fade_in_phone.et-animated,.et_pb_animation_fade_in_phone.et-animated{opacity:1;animation:fadeIn 1s 1 cubic-bezier(.77,0,.175,1)}}
.et_overlay{z-index:-1;position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:hsla(0,0%,100%,.9);opacity:0;pointer-events:none;transition:all .3s;border:1px solid #e5e5e5;box-sizing:border-box;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:antialiased}.et_overlay:before{color:#2ea3f2;content:"\E050";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:32px;transition:all .4s}.et_portfolio_image,.et_shop_image{position:relative;display:block}.et_pb_has_overlay:not(.et_pb_image):hover .et_overlay,.et_portfolio_image:hover .et_overlay,.et_shop_image:hover .et_overlay{z-index:3;opacity:1}#ie7 .et_overlay,#ie8 .et_overlay{display:none}.et_pb_module.et_pb_has_overlay{position:relative}.et_pb_module.et_pb_has_overlay .et_overlay,article.et_pb_has_overlay{border:none}
@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;font-display:block;src:url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-regular-400.eot);src:url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-regular-400.woff2) format("woff2"),url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-regular-400.woff) format("woff"),url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-regular-400.ttf) format("truetype"),url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-regular-400.svg#fontawesome) format("svg")}@font-face{font-family:FontAwesome;font-style:normal;font-weight:900;font-display:block;src:url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.eot);src:url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.woff2) format("woff2"),url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.woff) format("woff"),url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.ttf) format("truetype"),url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.svg#fontawesome) format("svg")}@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;font-display:block;src:url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-brands-400.eot);src:url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-brands-400.woff2) format("woff2"),url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-brands-400.woff) format("woff"),url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-brands-400.ttf) format("truetype"),url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-brands-400.svg#fontawesome) format("svg")}
@font-face{font-family:ETmodules;font-display:block;src:url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/modules/social/modules.eot);src:url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/modules/social/modules.eot?#iefix) format("embedded-opentype"),url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/modules/social/modules.ttf) format("truetype"),url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/modules/social/modules.woff) format("woff"),url(//www.zakrzowiec.pl/wp-content/themes/Divi/core/admin/fonts/modules/social/modules.svg#ETmodules) format("svg");font-weight:400;font-style:normal}</pre></body></html>