<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pra1ak_prodware_accordion_1 .et_pb_module_inner,
.pwd-accordion-1 {
    width: 100%;
    height: 100%;
}
.pwd-accordion-1-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-size: cover;
    background-position: 50%;
}
.pwd-accordion-1-wrapper:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
}
.pwd-accordion-1-part-1 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.pwd-accordion-1-part-1 h4 {
    z-index: 9999;
    padding-bottom: 0;
    position: relative;
}
.pwd-accordion-1-part-1 h4:before {
    position: absolute;
    content: attr(data-copy);
    height: 100%;
    width: auto;
    top: 0;
    left: 0;
}
.pwd-accordion-1-part-2 {
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.pwd-accordion-1-part-2-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pwd-accordion-1-part-2-content-text {
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 1.25s;
    -o-transition: max-height 1.25s;
    transition: max-height 1.25s;
}
.pwd-accordion-1-part-2-content-text:after {
    content: "";
    height: 50px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.pwd-accordion-1-part-2-content-text-expanded.pwd-accordion-1-part-2-content-text:after {
    display: none;
}
.pwd-accordion-1-part-2-content-text-expanded {
    -webkit-transition: max-height 1.25s;
    -o-transition: max-height 1.25s;
    transition: max-height 1.25s;
}
.pwd-accordion-1-part-2 a {
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.25em 1em;
    color: inherit;
    z-index: 9999;
}
.pwd-accordion-1-part-2 a,
.pwd-accordion-1-part-2 a:hover {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.pwd-accordion-1-part-2 a:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}
.pwd-accordion-1-part-2-expander {
    width: 25px;
    height: auto;
    position: absolute;
    z-index: 999;
    bottom: 50px;
    right: 50px;
    z-index: 9999;
    cursor: pointer;
}
.pwd-accordion-1-part-2-expander,
.pwd-accordion-1-part-2-expander-rotate {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}
.pwd-accordion-1-part-2-expander-rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media only screen and (max-width: 980px) {
    .pwd-accordion-1-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .pwd-accordion-1-part-1 {
        min-height: 200px;
        width: 100%;
    }
    .pwd-accordion-1-part-2 {
        top: 0 !important;
        left: 0 !important;
    }
    .pwd-accordion-1-part-2-content {
        width: 100% !important;
        margin-left: 0 !important;
    }
/*     .pwd-accordion-1-part-2-content-text {
        height: 100% !important;
        max-height: 100% !important;
    } */
    .pwd-accordion-1-part-2-content-text:after {
        display: none !important;
    }
    .pwd-accordion-1-part-2-content-subline {
        margin-top: 20px !important;
    }
    .pwd-accordion-1-part-2-expander {
        display: none;
    }


}
</pre></body></html>