@charset "utf-8";

[data-wps-guard] { inset: 0px; overflow: hidden; }

[data-wps-guard="hidden"] { display: none; }

[data-wps-href], [data-wps-popup-close-intent] { cursor: pointer; }

[data-wps-popup] { display: flex; position: fixed; inset: 0px; justify-content: center; align-items: center; background: rgba(128, 128, 128, 0.5); flex-direction: column; box-sizing: content-box; z-index: 2147483647 !important; }

[data-wps-popup].hide-popup, [data-wps-popup="hidden"] { display: none; }

[data-wps-popup-content] { max-width: 80%; max-height: 90%; background: transparent; display: flex; flex-direction: column; box-sizing: content-box; }

[data-wps-popup-content-body] { background: transparent; border: none; max-height: 100%; overflow: auto; box-sizing: content-box; }

[data-wps-popup-content-body].bordered { background: white; border: 1em solid white; }

[data-wps-popup-close] { background: white; align-self: flex-end; position: relative; left: 0px; cursor: pointer; font-size: 25px; box-sizing: content-box; }

[data-wps-popup-close]::before { width: 1em; height: 1em; content: "×"; text-align: center; line-height: 1em; padding: 0.2em; display: block; box-sizing: content-box; color: rgb(0, 0, 0); }

.wps-e-form { max-width: 650px; }

.wps-e-form img[src*="trans.gif"] { height: 5px; }

.wps-e-form table > thead > tr > th, .wps-e-form table > tbody > tr > th, .wps-e-form table > tfoot > tr > th, .wps-e-form table > thead > tr > td, .wps-e-form table > tbody > tr > td, .wps-e-form table > tfoot > tr > td { padding: 0px; }

.wps-ribbon-hidden { position: absolute; left: 10000px; }

[data-wps-ribbon] { display: block; width: 100%; min-height: 35px; height: auto; box-sizing: content-box; background-color: white; z-index: 2147483640 !important; }

[data-wps-ribbon="hidden"] { display: none; }

[data-wps-ribbon-placement="TOP"] { top: 0px; }

[data-wps-ribbon-placement="BOTTOM"] { bottom: 0px; }

[data-wps-ribbon-floating="true"] { position: relative; z-index: 0; }

[data-wps-ribbon-floating="false"] { position: fixed; left: 0px; right: 0px; }

[data-wps-ribbon-content-body] { width: 100%; height: auto; display: block; position: relative; }

[data-wps-ribbon-content-body] iframe { width: 100%; }

[data-wps-ribbon-close] { cursor: pointer; font-size: 25px; box-sizing: content-box; position: absolute; right: 7px; top: 0px; color: white; }

[data-wps-ribbon-close]::before { width: 1em; height: 1em; content: "×"; text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px; text-align: center; line-height: 1em; padding: 0.2em; display: block; box-sizing: content-box; font-family: Arial, sans-serif; font-size: 28px; }