<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_popup2,
body:not(.et-fb) .diana_overlays_popup2 {
    display: none;
}

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

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

body:not(.et-fb) .diana_overlays_popup2 .et_pb_search input.et_pb_s {
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: auto !important;
    position: relative;
    z-index: 1;
}

body:not(.et-fb) .diana_overlays_popup2 .et_pb_search {
    transform: scale(1.5);
    transform-origin: center;
    transition: opacity 1.2s, transform 1.2s;
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(0.4, 1, 0.3, 1);
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: auto !important;
}

body:not(.et-fb) .diana_overlays_popup2.opened .et_pb_search {
    transform: scale(1);

}

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

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

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

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

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

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

.diana_overlays_popup2.opened .et_pb_search label.screen-reader-text {
    transition-delay: 0.8s !important;
    transform: translate(0, -50%);
}

.diana_overlays_popup2 .et_pb_search input.et_pb_searchsubmit {
    transform: translate(101%, 0) rotateY(180deg);
    transition: 0.4s;
    transition-delay: 0s !important;
}

.diana_overlays_popup2.opened .et_pb_search input.et_pb_searchsubmit {
    transition-delay: 0.8s !important;
    transform: translate(0, 0) rotateY(180deg);
    z-index: 3;
}

/*Responsive*/

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

@media only screen and (max-width: 980px) {
    .diana_overlays_popup2 .et_pb_column .et_pb_button_module_wrapper {
        right: 5% !important;
    }
}

@media only screen and (max-width: 480px) {
    .diana_overlays_popup2 .et_pb_search input.et_pb_searchsubmit,
    body .diana_overlays_popup2.opened .et_pb_search input.et_pb_s,
    .diana_overlays_popup2 .et_pb_search label.screen-reader-text {
        font-size: 16px !important;
    }
}
</pre></body></html>