<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.et-fb:not(.single-et_pb_layout) .diana_overlays_popup4,
body:not(.et-fb) .diana_overlays_popup4 {
    display: none;
}

body.et-fb .diana_overlays_popup4 {
    position: relative !important;
}

.diana_overlays_popup4 .et_pb_column .et_pb_button_module_wrapper {
    position: absolute;
    right: 87px;
    top: 46px;
    z-index: 15;
}

body:not(.et-fb) .diana_overlays_popup4 .et_pb_column .et_pb_text {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: opacity 0.4s, transform 0.4s;
}

body:not(.et-fb) .diana_overlays_popup4.opened .et_pb_column .et_pb_text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.2s;
}

.diana_overlays_popup4 .et_pb_column .et_pb_text a {
    border-bottom: 1px solid;
}

body .diana_overlays_popup4 .et_pb_search input.et_pb_searchsubmit:hover {
    color: #e1cd4c !important;
}

body:not(.et-fb) .diana_overlays_popup4 .et_pb_search input.et_pb_s {
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
    transition: transform 0s;
}

body:not(.et-fb) .diana_overlays_popup4.opened .et_pb_search input.et_pb_s {
    transition: transform 0.4s;
    transform: scale3d(1, 1, 1);
    transition-duration: 0.5s;

}

.diana_overlays_popup4 .et_pb_search label.screen-reader-text {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-size: 60px;
    color: #33373a !important;
    font-weight: 400 !important;
    position: absolute !important;
    top: 50%;
    transform: translate(0, -50%);
    display: block !important;
    width: auto !important;
    height: auto !important;
    clip: auto !important;
    clip-path: none !important;
    line-height: 100%;
    opacity: 0 !important;
    transition: 0.2s;
    transition-delay: 0s !important;
}

body:not(.et-fb) .diana_overlays_popup4 .et_pb_search input.et_pb_searchsubmit {
    opacity: 0 !important;
    transition: 0.2s;
}

body:not(.et-fb) .diana_overlays_popup4.opened .et_pb_search input.et_pb_searchsubmit,
.diana_overlays_popup4.opened .et_pb_search label.screen-reader-text {
    opacity: 1 !important;
    transition-delay: 0.5s !important;
}

body .diana_overlays_popup4.opened .et_pb_search input.et_pb_s::-webkit-input-placeholder {
    color: transparent !important;
}

body .diana_overlays_popup4.opened .et_pb_search input.et_pb_s::-moz-placeholder {
    color: transparent !important;
}

body .diana_overlays_popup4.opened .et_pb_search input.et_pb_s:-ms-input-placeholder {
    color: transparent !important;
}

body .diana_overlays_popup4.opened .et_pb_search input.et_pb_s:-moz-placeholder {
    color: transparent !important;
}


body.ie .diana_overlays_popup4 .et_pb_search input.et_pb_s{
    font-size: 60px !important;
    color: #33373a !important;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {
    .diana_overlays_popup4{
        height: 100%!important;
        overflow: scroll !important;
    }
    .diana_overlays_popup4 .et_pb_row {
        width: 90% !important;
    }

    .diana_overlays_popup4 .et_pb_column .et_pb_button_module_wrapper {
        right: 5%;
    }
}

@media only screen and (max-width: 980px) {
    body.ie .diana_overlays_popup4 .et_pb_search input.et_pb_s,
    .diana_overlays_popup4 .et_pb_search label.screen-reader-text {
        font-size: 30px;
    }

    body:not(.et-fb) .diana_overlays_popup4.opened .et_pb_search input.et_pb_s{
        padding: 30px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    body.ie .diana_overlays_popup4 .et_pb_search input.et_pb_s,
    .diana_overlays_popup4 .et_pb_search label.screen-reader-text {
        font-size: 24px;
    }

    .diana_overlays_popup4 .et_pb_column .et_pb_button_module_wrapper {
        top: 20px;
    }
}
</pre></body></html>