Version Description
Download this release
Release Info
Developer | PixelYourSite |
Plugin | PixelYourSite – Facebook Pixel (Events, WooCommerce & Easy Digital Downloads) |
Version | 8.2.1 |
Comparing to | |
See all releases |
Code changes from version 8.2.0 to 8.2.1
- dist/scripts/public.js +1 -9
- dist/styles/admin.css +4 -1
- facebook-pixel-master.php +3 -3
- includes/class-events-manager.php +100 -46
- includes/events/class-events-custom.php +6 -1
- includes/events/class-events-edd.php +5 -1
- includes/events/class-events-fdp.php +5 -1
- includes/events/class-events-signal.php +5 -1
- includes/events/class-events-woo.php +5 -1
- includes/events/interface-events.php +34 -7
- includes/functions-admin.php +3 -2
- includes/functions-common.php +14 -2
- includes/options_defaults.json +13 -1
- includes/options_fields.json +14 -1
- includes/views/html-main-edd.php +59 -0
- includes/views/html-main-general.php +190 -42
- includes/views/html-main-woo.php +131 -2
- modules/google_analytics/function-collect-data-4v.php +1 -1
- pixelyoursite.php +1 -1
- readme.txt +60 -31
dist/scripts/public.js
CHANGED
@@ -663,7 +663,7 @@ if (!Array.prototype.includes) {
|
|
663 |
/**
|
664 |
* ConsentMagic
|
665 |
*/
|
666 |
-
if (options.gdpr.consent_magic_integration_enabled) {
|
667 |
var test_prefix = CS_Data.test_prefix;
|
668 |
var cs_refresh_after_consent = false;
|
669 |
if (CS_Data.cs_refresh_after_consent == 1) {
|
@@ -681,8 +681,6 @@ if (!Array.prototype.includes) {
|
|
681 |
Bing.loadPixel();
|
682 |
} else if (categoryCookie === CS_Data.cs_script_cat.analytics) {
|
683 |
Analytics.loadPixel();
|
684 |
-
} else if (categoryCookie === CS_Data.cs_script_cat.gads) {
|
685 |
-
GAds.loadPixel();
|
686 |
} else if (categoryCookie === CS_Data.cs_script_cat.pinterest) {
|
687 |
Pinterest.loadPixel();
|
688 |
}
|
@@ -693,8 +691,6 @@ if (!Array.prototype.includes) {
|
|
693 |
Bing.disable();
|
694 |
} else if (categoryCookie === CS_Data.cs_script_cat.analytics) {
|
695 |
Analytics.disable();
|
696 |
-
} else if (categoryCookie === CS_Data.cs_script_cat.gads) {
|
697 |
-
GAds.disable();
|
698 |
} else if (categoryCookie === CS_Data.cs_script_cat.pinterest) {
|
699 |
Pinterest.disable();
|
700 |
}
|
@@ -717,8 +713,6 @@ if (!Array.prototype.includes) {
|
|
717 |
Bing.loadPixel();
|
718 |
} else if (categoryCookie === CS_Data.cs_script_cat.analytics) {
|
719 |
Analytics.loadPixel();
|
720 |
-
} else if (categoryCookie === CS_Data.cs_script_cat.gads) {
|
721 |
-
GAds.loadPixel();
|
722 |
} else if (categoryCookie === CS_Data.cs_script_cat.pinterest) {
|
723 |
Pinterest.loadPixel();
|
724 |
}
|
@@ -735,13 +729,11 @@ if (!Array.prototype.includes) {
|
|
735 |
Facebook.loadPixel();
|
736 |
Bing.loadPixel();
|
737 |
Analytics.loadPixel();
|
738 |
-
GAds.loadPixel();
|
739 |
Pinterest.loadPixel();
|
740 |
} else if(button_action === 'disable_all') {
|
741 |
Facebook.disable();
|
742 |
Bing.disable();
|
743 |
Analytics.disable();
|
744 |
-
GAds.disable();
|
745 |
Pinterest.disable();
|
746 |
}
|
747 |
});
|
663 |
/**
|
664 |
* ConsentMagic
|
665 |
*/
|
666 |
+
if (options.gdpr.consent_magic_integration_enabled && CS_Data) {
|
667 |
var test_prefix = CS_Data.test_prefix;
|
668 |
var cs_refresh_after_consent = false;
|
669 |
if (CS_Data.cs_refresh_after_consent == 1) {
|
681 |
Bing.loadPixel();
|
682 |
} else if (categoryCookie === CS_Data.cs_script_cat.analytics) {
|
683 |
Analytics.loadPixel();
|
|
|
|
|
684 |
} else if (categoryCookie === CS_Data.cs_script_cat.pinterest) {
|
685 |
Pinterest.loadPixel();
|
686 |
}
|
691 |
Bing.disable();
|
692 |
} else if (categoryCookie === CS_Data.cs_script_cat.analytics) {
|
693 |
Analytics.disable();
|
|
|
|
|
694 |
} else if (categoryCookie === CS_Data.cs_script_cat.pinterest) {
|
695 |
Pinterest.disable();
|
696 |
}
|
713 |
Bing.loadPixel();
|
714 |
} else if (categoryCookie === CS_Data.cs_script_cat.analytics) {
|
715 |
Analytics.loadPixel();
|
|
|
|
|
716 |
} else if (categoryCookie === CS_Data.cs_script_cat.pinterest) {
|
717 |
Pinterest.loadPixel();
|
718 |
}
|
729 |
Facebook.loadPixel();
|
730 |
Bing.loadPixel();
|
731 |
Analytics.loadPixel();
|
|
|
732 |
Pinterest.loadPixel();
|
733 |
} else if(button_action === 'disable_all') {
|
734 |
Facebook.disable();
|
735 |
Bing.disable();
|
736 |
Analytics.disable();
|
|
|
737 |
Pinterest.disable();
|
738 |
}
|
739 |
});
|
dist/styles/admin.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
@charset "UTF-8";#pys{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;color:#212529;text-align:left;background-color:transparent;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}#pys *,#pys :after,#pys :before{box-sizing:border-box}@-ms-viewport{width:device-width}#pys article,#pys aside,#pys dialog,#pys figcaption,#pys figure,#pys footer,#pys header,#pys hgroup,#pys main,#pys nav,#pys section{display:block}#pys [tabindex="-1"]:focus{outline:none!important}#pys hr{box-sizing:content-box;height:0;overflow:visible}#pys h1,#pys h2,#pys h3,#pys h4,#pys h5,#pys h6{margin-top:0;margin-bottom:.5rem}#pys p{margin-top:0;margin-bottom:1rem}#pys abbr[data-original-title],#pys abbr[title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0}#pys address{margin-bottom:1rem;font-style:normal;line-height:inherit}#pys dl,#pys ol,#pys ul{margin-top:0;margin-bottom:1rem}#pys ol ol,#pys ol ul,#pys ul ol,#pys ul ul{margin-bottom:0}#pys dt{font-weight:700}#pys dd{margin-bottom:.5rem;margin-left:0}#pys blockquote{margin:0 0 1rem}#pys dfn{font-style:italic}#pys b,#pys strong{font-weight:bolder}#pys small{font-size:80%}#pys sub,#pys sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}#pys sub{bottom:-.25em}#pys sup{top:-.5em}#pys a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}#pys a:hover{color:#0056b3;text-decoration:underline}#pys a:not([href]):not([tabindex]),#pys a:not([href]):not([tabindex]):focus,#pys a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}#pys a:not([href]):not([tabindex]):focus{outline:0}#pys code,#pys kbd,#pys pre,#pys samp{font-family:monospace,monospace;font-size:1em}#pys pre{overflow:auto;-ms-overflow-style:scrollbar}#pys figure{margin:0 0 1rem}#pys img{vertical-align:middle;border-style:none}#pys svg:not(:root){overflow:hidden}#pys [role=button],#pys a,#pys area,#pys button,#pys input:not([type=range]),#pys label,#pys select,#pys summary,#pys textarea{-ms-touch-action:manipulation;touch-action:manipulation}#pys table{border-collapse:collapse}#pys caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}#pys th{text-align:inherit}#pys label{display:inline-block;margin-bottom:.5rem}#pys button{border-radius:0}#pys button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}#pys button,#pys input,#pys optgroup,#pys select,#pys textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}#pys button,#pys input{overflow:visible}#pys button,#pys select{text-transform:none}#pys [type=reset],#pys [type=submit],#pys button,#pys html [type=button]{-webkit-appearance:button}#pys [type=button]::-moz-focus-inner,#pys [type=reset]::-moz-focus-inner,#pys [type=submit]::-moz-focus-inner,#pys button::-moz-focus-inner{padding:0;border-style:none}#pys input[type=checkbox],#pys input[type=radio]{box-sizing:border-box;padding:0}#pys input[type=date],#pys input[type=datetime-local],#pys input[type=month],#pys input[type=time]{-webkit-appearance:listbox}#pys textarea{overflow:auto;resize:vertical}#pys fieldset{min-width:0;padding:0;margin:0;border:0}#pys legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}#pys progress{vertical-align:baseline}#pys [type=number]::-webkit-inner-spin-button,#pys [type=number]::-webkit-outer-spin-button{height:auto}#pys [type=search]{outline-offset:-2px;-webkit-appearance:none}#pys [type=search]::-webkit-search-cancel-button,#pys [type=search]::-webkit-search-decoration{-webkit-appearance:none}#pys ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}#pys output{display:inline-block}#pys summary{display:list-item}#pys template{display:none}#pys [hidden]{display:none!important}#pys .h1,#pys .h2,#pys .h3,#pys .h4,#pys .h5,#pys .h6,#pys h1,#pys h2,#pys h3,#pys h4,#pys h5,#pys h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}#pys .h1,#pys h1{font-size:23px}#pys .h2,#pys .h3,#pys .h4,#pys h2,#pys h3,#pys h4{font-size:1rem}#pys .h5,#pys h5{font-size:1.25rem}#pys .h6,#pys h6{font-size:1rem}#pys .lead{font-size:1.25rem;font-weight:300}#pys .display-1{font-size:6rem;font-weight:300;line-height:1.2}#pys .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}#pys .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}#pys .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}#pys hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}#pys .small,#pys small{font-size:80%;font-weight:400}#pys .mark,#pys mark{padding:.2em;background-color:#fcf8e3}#pys .list-inline,#pys .list-unstyled{padding-left:0;list-style:none}#pys .list-inline-item{display:inline-block}#pys .list-inline-item:not(:last-child){margin-right:5px}#pys .initialism{font-size:90%;text-transform:uppercase}#pys .blockquote{margin-bottom:1rem;font-size:1.25rem}#pys .blockquote-footer{display:block;font-size:80%;color:#868e96}#pys .blockquote-footer:before{content:"\2014 \00A0"}#pys .card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}#pys .card>hr{margin-right:0;margin-left:0}#pys .card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}#pys .card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}#pys .card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}#pys .card-title{margin-bottom:.75rem}#pys .card-subtitle{margin-top:-.375rem;margin-bottom:0}#pys .card-text:last-child{margin-bottom:0}#pys .card-link:hover{text-decoration:none}#pys .card-link+.card-link{margin-left:1.25rem}#pys .card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}#pys .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}#pys .card-header+.list-group .list-group-item:first-child{border-top:0}#pys .card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}#pys .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}#pys .card-header-tabs{margin-bottom:-.75rem;border-bottom:0}#pys .card-header-pills,#pys .card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}#pys .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}#pys .card-img{width:100%;border-radius:calc(.25rem - 1px)}#pys .card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}#pys .card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}#pys .card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}#pys .card-deck .card{margin-bottom:15px}@media (min-width:576px){#pys .card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}#pys .card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}#pys .card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}#pys .card-group .card{margin-bottom:15px}@media (min-width:576px){#pys .card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}#pys .card-group .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}#pys .card-group .card+.card{margin-left:0;border-left:0}#pys .card-group .card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}#pys .card-group .card:first-child .card-img-top{border-top-right-radius:0}#pys .card-group .card:first-child .card-img-bottom{border-bottom-right-radius:0}#pys .card-group .card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}#pys .card-group .card:last-child .card-img-top{border-top-left-radius:0}#pys .card-group .card:last-child .card-img-bottom{border-bottom-left-radius:0}#pys .card-group .card:only-child{border-radius:.25rem}#pys .card-group .card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}#pys .card-group .card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}#pys .card-group .card:not(:first-child):not(:last-child):not(:only-child),#pys .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,#pys .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}#pys .card-columns .card{margin-bottom:.75rem}@media (min-width:576px){#pys .card-columns{column-count:3;column-gap:1.25rem}#pys .card-columns .card{display:inline-block;width:100%}}#pys code,#pys kbd,#pys pre,#pys samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}#pys code{padding:.2rem .4rem;font-size:90%;color:#bd4147;background-color:#f8f9fa;border-radius:.25rem}a>#pys code{padding:0;color:inherit;background-color:inherit}#pys kbd{padding:.2rem .4rem;font-size:90%;color:#fff;background-color:#212529;border-radius:.2rem}#pys kbd kbd{padding:0;font-size:100%;font-weight:700}#pys pre{display:block;margin-top:0;margin-bottom:1rem;font-size:90%;color:#212529}#pys pre code{padding:0;font-size:inherit;color:inherit;background-color:transparent;border-radius:0}#pys .pre-scrollable{max-height:340px;overflow-y:scroll}#pys .custom-control{position:relative;display:-ms-inline-flexbox;display:inline-flex;min-height:1.2rem;padding-left:1.5rem;margin-right:1rem}#pys .custom-control-input{position:absolute;z-index:-1;opacity:0}#pys .custom-control-input:checked~.custom-control-indicator{color:#fff;background-color:#007bff}#pys .custom-control-input:focus~.custom-control-indicator{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}#pys .custom-control-input:active~.custom-control-indicator{color:#fff;background-color:#b3d7ff}#pys .custom-control-input:disabled~.custom-control-indicator{background-color:#e9ecef}#pys .custom-control-input:disabled~.custom-control-description{color:#868e96}#pys .custom-control-indicator{position:absolute;top:.1rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#ddd;background-repeat:no-repeat;background-position:50%;background-size:50% 50%}#pys .custom-checkbox .custom-control-indicator{border-radius:.25rem}#pys .custom-checkbox .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}#pys .custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator{background-color:#007bff;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}#pys .custom-radio .custom-control-indicator{border-radius:50%}#pys .custom-radio .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}#pys .custom-controls-stacked{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}#pys .custom-controls-stacked .custom-control{margin-bottom:.25rem}#pys .custom-controls-stacked .custom-control+.custom-control{margin-left:0}#pys .custom-select{display:inline-block;max-width:100%;height:calc(1.95rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.2;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}#pys .custom-select:focus{border-color:#80bdff;outline:none}#pys .custom-select:focus::-ms-value{color:#495057;background-color:#fff}#pys .custom-select[multiple]{height:auto;background-image:none}#pys .custom-select:disabled{color:#868e96;background-color:#e9ecef}#pys .custom-select::-ms-expand{opacity:0}#pys .custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}#pys .custom-file{position:relative;display:inline-block;max-width:100%;height:calc(1.95rem + 2px);margin-bottom:0}#pys .custom-file-input{min-width:14rem;max-width:100%;height:calc(1.95rem + 2px);margin:0;opacity:0}#pys .custom-file-input:focus~.custom-file-control{box-shadow:0 0 0 .075rem #fff,0 0 0 .2rem #007bff}#pys .custom-file-control{position:absolute;top:0;right:0;left:0;z-index:5;height:calc(1.95rem + 2px);padding:.375rem .75rem;line-height:1.2;color:#495057;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}#pys .custom-file-control:lang(en):empty:after{content:"Choose file..."}#pys .custom-file-control:before{position:absolute;top:-1px;right:-1px;bottom:-1px;z-index:6;display:block;height:calc(1.95rem + 2px);padding:.375rem .75rem;line-height:1.2;color:#495057;background-color:#e9ecef;border:1px solid #ced4da;border-radius:0 .25rem .25rem 0}#pys .custom-file-control:lang(en):before{content:"Browse"}#pys .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){#pys .container{max-width:540px}}@media (min-width:768px){#pys .container{max-width:720px}}@media (min-width:992px){#pys .container{max-width:960px}}@media (min-width:1200px){#pys .container{max-width:1140px}}#pys .container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}#pys .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#pys .no-gutters{margin-right:0;margin-left:0}#pys .no-gutters>.col,#pys .no-gutters>[class*=col-]{padding-right:0;padding-left:0}#pys .col,#pys .col-1,#pys .col-2,#pys .col-3,#pys .col-4,#pys .col-5,#pys .col-6,#pys .col-7,#pys .col-8,#pys .col-9,#pys .col-10,#pys .col-11,#pys .col-12,#pys .col-auto,#pys .col-lg,#pys .col-lg-1,#pys .col-lg-2,#pys .col-lg-3,#pys .col-lg-4,#pys .col-lg-5,#pys .col-lg-6,#pys .col-lg-7,#pys .col-lg-8,#pys .col-lg-9,#pys .col-lg-10,#pys .col-lg-11,#pys .col-lg-12,#pys .col-lg-auto,#pys .col-md,#pys .col-md-1,#pys .col-md-2,#pys .col-md-3,#pys .col-md-4,#pys .col-md-5,#pys .col-md-6,#pys .col-md-7,#pys .col-md-8,#pys .col-md-9,#pys .col-md-10,#pys .col-md-11,#pys .col-md-12,#pys .col-md-auto,#pys .col-sm,#pys .col-sm-1,#pys .col-sm-2,#pys .col-sm-3,#pys .col-sm-4,#pys .col-sm-5,#pys .col-sm-6,#pys .col-sm-7,#pys .col-sm-8,#pys .col-sm-9,#pys .col-sm-10,#pys .col-sm-11,#pys .col-sm-12,#pys .col-sm-auto,#pys .col-xl,#pys .col-xl-1,#pys .col-xl-2,#pys .col-xl-3,#pys .col-xl-4,#pys .col-xl-5,#pys .col-xl-6,#pys .col-xl-7,#pys .col-xl-8,#pys .col-xl-9,#pys .col-xl-10,#pys .col-xl-11,#pys .col-xl-12,#pys .col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}#pys .col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}#pys .col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}#pys .col-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}#pys .col-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}#pys .col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}#pys .col-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}#pys .col-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}#pys .col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}#pys .col-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}#pys .col-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}#pys .col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}#pys .col-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}#pys .col-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}#pys .col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#pys .order-first{-ms-flex-order:-1;order:-1}#pys .order-1{-ms-flex-order:1;order:1}#pys .order-2{-ms-flex-order:2;order:2}#pys .order-3{-ms-flex-order:3;order:3}#pys .order-4{-ms-flex-order:4;order:4}#pys .order-5{-ms-flex-order:5;order:5}#pys .order-6{-ms-flex-order:6;order:6}#pys .order-7{-ms-flex-order:7;order:7}#pys .order-8{-ms-flex-order:8;order:8}#pys .order-9{-ms-flex-order:9;order:9}#pys .order-10{-ms-flex-order:10;order:10}#pys .order-11{-ms-flex-order:11;order:11}#pys .order-12{-ms-flex-order:12;order:12}#pys .offset-1{margin-left:8.3333333333%}#pys .offset-2{margin-left:16.6666666667%}#pys .offset-3{margin-left:25%}#pys .offset-4{margin-left:33.3333333333%}#pys .offset-5{margin-left:41.6666666667%}#pys .offset-6{margin-left:50%}#pys .offset-7{margin-left:58.3333333333%}#pys .offset-8{margin-left:66.6666666667%}#pys .offset-9{margin-left:75%}#pys .offset-10{margin-left:83.3333333333%}#pys .offset-11{margin-left:91.6666666667%}@media (min-width:576px){#pys .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}#pys .col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}#pys .col-sm-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}#pys .col-sm-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}#pys .col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}#pys .col-sm-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}#pys .col-sm-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}#pys .col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}#pys .col-sm-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}#pys .col-sm-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}#pys .col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}#pys .col-sm-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}#pys .col-sm-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}#pys .col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#pys .order-sm-first{-ms-flex-order:-1;order:-1}#pys .order-sm-1{-ms-flex-order:1;order:1}#pys .order-sm-2{-ms-flex-order:2;order:2}#pys .order-sm-3{-ms-flex-order:3;order:3}#pys .order-sm-4{-ms-flex-order:4;order:4}#pys .order-sm-5{-ms-flex-order:5;order:5}#pys .order-sm-6{-ms-flex-order:6;order:6}#pys .order-sm-7{-ms-flex-order:7;order:7}#pys .order-sm-8{-ms-flex-order:8;order:8}#pys .order-sm-9{-ms-flex-order:9;order:9}#pys .order-sm-10{-ms-flex-order:10;order:10}#pys .order-sm-11{-ms-flex-order:11;order:11}#pys .order-sm-12{-ms-flex-order:12;order:12}#pys .offset-sm-0{margin-left:0}#pys .offset-sm-1{margin-left:8.3333333333%}#pys .offset-sm-2{margin-left:16.6666666667%}#pys .offset-sm-3{margin-left:25%}#pys .offset-sm-4{margin-left:33.3333333333%}#pys .offset-sm-5{margin-left:41.6666666667%}#pys .offset-sm-6{margin-left:50%}#pys .offset-sm-7{margin-left:58.3333333333%}#pys .offset-sm-8{margin-left:66.6666666667%}#pys .offset-sm-9{margin-left:75%}#pys .offset-sm-10{margin-left:83.3333333333%}#pys .offset-sm-11{margin-left:91.6666666667%}}@media (min-width:768px){#pys .col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}#pys .col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}#pys .col-md-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}#pys .col-md-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}#pys .col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}#pys .col-md-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}#pys .col-md-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}#pys .col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}#pys .col-md-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}#pys .col-md-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}#pys .col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}#pys .col-md-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}#pys .col-md-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}#pys .col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#pys .order-md-first{-ms-flex-order:-1;order:-1}#pys .order-md-1{-ms-flex-order:1;order:1}#pys .order-md-2{-ms-flex-order:2;order:2}#pys .order-md-3{-ms-flex-order:3;order:3}#pys .order-md-4{-ms-flex-order:4;order:4}#pys .order-md-5{-ms-flex-order:5;order:5}#pys .order-md-6{-ms-flex-order:6;order:6}#pys .order-md-7{-ms-flex-order:7;order:7}#pys .order-md-8{-ms-flex-order:8;order:8}#pys .order-md-9{-ms-flex-order:9;order:9}#pys .order-md-10{-ms-flex-order:10;order:10}#pys .order-md-11{-ms-flex-order:11;order:11}#pys .order-md-12{-ms-flex-order:12;order:12}#pys .offset-md-0{margin-left:0}#pys .offset-md-1{margin-left:8.3333333333%}#pys .offset-md-2{margin-left:16.6666666667%}#pys .offset-md-3{margin-left:25%}#pys .offset-md-4{margin-left:33.3333333333%}#pys .offset-md-5{margin-left:41.6666666667%}#pys .offset-md-6{margin-left:50%}#pys .offset-md-7{margin-left:58.3333333333%}#pys .offset-md-8{margin-left:66.6666666667%}#pys .offset-md-9{margin-left:75%}#pys .offset-md-10{margin-left:83.3333333333%}#pys .offset-md-11{margin-left:91.6666666667%}}@media (min-width:992px){#pys .col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}#pys .col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}#pys .col-lg-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}#pys .col-lg-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}#pys .col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}#pys .col-lg-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}#pys .col-lg-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}#pys .col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}#pys .col-lg-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}#pys .col-lg-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}#pys .col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}#pys .col-lg-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}#pys .col-lg-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}#pys .col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#pys .order-lg-first{-ms-flex-order:-1;order:-1}#pys .order-lg-1{-ms-flex-order:1;order:1}#pys .order-lg-2{-ms-flex-order:2;order:2}#pys .order-lg-3{-ms-flex-order:3;order:3}#pys .order-lg-4{-ms-flex-order:4;order:4}#pys .order-lg-5{-ms-flex-order:5;order:5}#pys .order-lg-6{-ms-flex-order:6;order:6}#pys .order-lg-7{-ms-flex-order:7;order:7}#pys .order-lg-8{-ms-flex-order:8;order:8}#pys .order-lg-9{-ms-flex-order:9;order:9}#pys .order-lg-10{-ms-flex-order:10;order:10}#pys .order-lg-11{-ms-flex-order:11;order:11}#pys .order-lg-12{-ms-flex-order:12;order:12}#pys .offset-lg-0{margin-left:0}#pys .offset-lg-1{margin-left:8.3333333333%}#pys .offset-lg-2{margin-left:16.6666666667%}#pys .offset-lg-3{margin-left:25%}#pys .offset-lg-4{margin-left:33.3333333333%}#pys .offset-lg-5{margin-left:41.6666666667%}#pys .offset-lg-6{margin-left:50%}#pys .offset-lg-7{margin-left:58.3333333333%}#pys .offset-lg-8{margin-left:66.6666666667%}#pys .offset-lg-9{margin-left:75%}#pys .offset-lg-10{margin-left:83.3333333333%}#pys .offset-lg-11{margin-left:91.6666666667%}}@media (min-width:1200px){#pys .col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}#pys .col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}#pys .col-xl-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}#pys .col-xl-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}#pys .col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}#pys .col-xl-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}#pys .col-xl-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}#pys .col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}#pys .col-xl-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}#pys .col-xl-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}#pys .col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}#pys .col-xl-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}#pys .col-xl-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}#pys .col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#pys .order-xl-first{-ms-flex-order:-1;order:-1}#pys .order-xl-1{-ms-flex-order:1;order:1}#pys .order-xl-2{-ms-flex-order:2;order:2}#pys .order-xl-3{-ms-flex-order:3;order:3}#pys .order-xl-4{-ms-flex-order:4;order:4}#pys .order-xl-5{-ms-flex-order:5;order:5}#pys .order-xl-6{-ms-flex-order:6;order:6}#pys .order-xl-7{-ms-flex-order:7;order:7}#pys .order-xl-8{-ms-flex-order:8;order:8}#pys .order-xl-9{-ms-flex-order:9;order:9}#pys .order-xl-10{-ms-flex-order:10;order:10}#pys .order-xl-11{-ms-flex-order:11;order:11}#pys .order-xl-12{-ms-flex-order:12;order:12}#pys .offset-xl-0{margin-left:0}#pys .offset-xl-1{margin-left:8.3333333333%}#pys .offset-xl-2{margin-left:16.6666666667%}#pys .offset-xl-3{margin-left:25%}#pys .offset-xl-4{margin-left:33.3333333333%}#pys .offset-xl-5{margin-left:41.6666666667%}#pys .offset-xl-6{margin-left:50%}#pys .offset-xl-7{margin-left:58.3333333333%}#pys .offset-xl-8{margin-left:66.6666666667%}#pys .offset-xl-9{margin-left:75%}#pys .offset-xl-10{margin-left:83.3333333333%}#pys .offset-xl-11{margin-left:91.6666666667%}}#pys .nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}#pys .nav-link{display:block;padding:.5rem 1rem}#pys .nav-link:focus,#pys .nav-link:hover{text-decoration:none}#pys .nav-link.disabled{color:#868e96}#pys .nav-tabs{border-bottom:1px solid #ddd}#pys .nav-tabs .nav-item{margin-bottom:-1px}#pys .nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}#pys .nav-tabs .nav-link:focus,#pys .nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #ddd}#pys .nav-tabs .nav-link.disabled{color:#868e96;background-color:transparent;border-color:transparent}#pys .nav-tabs .nav-item.show .nav-link,#pys .nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#ddd #ddd #fff}#pys .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}#pys .nav-pills .nav-link{border-radius:.25rem}#pys .nav-pills .nav-link.active,#pys .nav-pills .show>.nav-link{color:#fff;background-color:#007bff}#pys .nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}#pys .nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}#pys .tab-content>.tab-pane{display:none}#pys .tab-content>.active{display:block}#pys .table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}#pys .table td,#pys .table th{padding:.75rem;vertical-align:top;border-top:1px solid #e9ecef}#pys .table thead th{vertical-align:bottom;border-bottom:2px solid #e9ecef}#pys .table tbody+tbody{border-top:2px solid #e9ecef}#pys .table .table{background-color:#fff}#pys .table-sm td,#pys .table-sm th{padding:.3rem}#pys .table-bordered,#pys .table-bordered td,#pys .table-bordered th{border:1px solid #e9ecef}#pys .table-bordered thead td,#pys .table-bordered thead th{border-bottom-width:2px}#pys .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}#pys .table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}#pys .table-primary,#pys .table-primary>td,#pys .table-primary>th{background-color:#b8daff}#pys .table-hover .table-primary:hover,#pys .table-hover .table-primary:hover>td,#pys .table-hover .table-primary:hover>th{background-color:#9fcdff}#pys .table-secondary,#pys .table-secondary>td,#pys .table-secondary>th{background-color:#dddfe2}#pys .table-hover .table-secondary:hover,#pys .table-hover .table-secondary:hover>td,#pys .table-hover .table-secondary:hover>th{background-color:#cfd2d6}#pys .table-success,#pys .table-success>td,#pys .table-success>th{background-color:#c3e6cb}#pys .table-hover .table-success:hover,#pys .table-hover .table-success:hover>td,#pys .table-hover .table-success:hover>th{background-color:#b1dfbb}#pys .table-info,#pys .table-info>td,#pys .table-info>th{background-color:#bee5eb}#pys .table-hover .table-info:hover,#pys .table-hover .table-info:hover>td,#pys .table-hover .table-info:hover>th{background-color:#abdde5}#pys .table-warning,#pys .table-warning>td,#pys .table-warning>th{background-color:#ffeeba}#pys .table-hover .table-warning:hover,#pys .table-hover .table-warning:hover>td,#pys .table-hover .table-warning:hover>th{background-color:#ffe8a1}#pys .table-danger,#pys .table-danger>td,#pys .table-danger>th{background-color:#f5c6cb}#pys .table-hover .table-danger:hover,#pys .table-hover .table-danger:hover>td,#pys .table-hover .table-danger:hover>th{background-color:#f1b0b7}#pys .table-light,#pys .table-light>td,#pys .table-light>th{background-color:#fdfdfe}#pys .table-hover .table-light:hover,#pys .table-hover .table-light:hover>td,#pys .table-hover .table-light:hover>th{background-color:#ececf6}#pys .table-dark,#pys .table-dark>td,#pys .table-dark>th{background-color:#c6c8ca}#pys .table-hover .table-dark:hover,#pys .table-hover .table-dark:hover>td,#pys .table-hover .table-dark:hover>th{background-color:#b9bbbe}#pys .table-active,#pys .table-active>td,#pys .table-active>th,#pys .table-hover .table-active:hover,#pys .table-hover .table-active:hover>td,#pys .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}#pys .table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}#pys .table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#e9ecef}#pys .table-dark{color:#fff;background-color:#212529}#pys .table-dark td,#pys .table-dark th,#pys .table-dark thead th{border-color:#32383e}#pys .table-dark.table-bordered{border:0}#pys .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}#pys .table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075)}@media (max-width:575px){#pys .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}#pys .table-responsive-sm.table-bordered{border:0}}@media (max-width:767px){#pys .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}#pys .table-responsive-md.table-bordered{border:0}}@media (max-width:991px){#pys .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}#pys .table-responsive-lg.table-bordered{border:0}}@media (max-width:1199px){#pys .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}#pys .table-responsive-xl.table-bordered{border:0}}#pys .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}#pys .table-responsive.table-bordered{border:0}#pys .form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.2;color:#495057;background-color:#fff;background-image:none;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}#pys .form-control::-ms-expand{background-color:transparent;border:0}#pys .form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:none;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}#pys .form-control:-ms-input-placeholder{color:#868e96;opacity:1}#pys .form-control::placeholder{color:#868e96;opacity:1}#pys .form-control:disabled,#pys .form-control[readonly]{background-color:#eaecef;opacity:1}#pys select.form-control:not([size]):not([multiple]){height:calc(1.95rem + 2px)}#pys select.form-control:focus::-ms-value{color:#495057;background-color:#fff}#pys .form-control-file,#pys .form-control-range{display:block}#pys .col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;line-height:1.2}#pys .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}#pys .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}#pys .col-form-legend{font-size:1rem}#pys .col-form-legend,#pys .form-control-plaintext{padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0}#pys .form-control-plaintext{line-height:1.2;background-color:transparent;border:solid transparent;border-width:1px 0}#pys .form-control-plaintext.form-control-lg,#pys .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}#pys .form-control-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}#pys select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}#pys .form-control-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}#pys select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}#pys .form-group{margin-bottom:1rem}#pys .form-text{display:block;margin-top:.25rem}#pys .form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}#pys .form-row>.col,#pys .form-row>[class*=col-]{padding-right:5px;padding-left:5px}#pys .form-check{position:relative;display:block;margin-bottom:.5rem}#pys .form-check.disabled .form-check-label{color:#868e96}#pys .form-check-label{padding-left:1.25rem;margin-bottom:0}#pys .form-check-input{position:absolute;margin-top:.25rem;margin-left:-1.25rem}#pys .form-check-inline{display:inline-block;margin-right:.75rem}#pys .form-check-inline .form-check-label{vertical-align:middle}#pys .valid-feedback{display:none;margin-top:.25rem;font-size:.875rem;color:#28a745}#pys .valid-tooltip{position:absolute;top:100%;z-index:5;display:none;width:250px;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}#pys .custom-select.is-valid,#pys .form-control.is-valid,.was-validated #pys .custom-select:valid,.was-validated #pys .form-control:valid{border-color:#28a745}#pys .custom-select.is-valid:focus,#pys .form-control.is-valid:focus,.was-validated #pys .custom-select:valid:focus,.was-validated #pys .form-control:valid:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}#pys .custom-select.is-valid~.valid-feedback,#pys .custom-select.is-valid~.valid-tooltip,#pys .form-control.is-valid~.valid-feedback,#pys .form-control.is-valid~.valid-tooltip,.was-validated #pys .custom-select:valid~.valid-feedback,.was-validated #pys .custom-select:valid~.valid-tooltip,.was-validated #pys .form-control:valid~.valid-feedback,.was-validated #pys .form-control:valid~.valid-tooltip{display:block}#pys .form-check-input.is-valid+.form-check-label,.was-validated #pys .form-check-input:valid+.form-check-label{color:#28a745}#pys .custom-control-input.is-valid~.custom-control-indicator,.was-validated #pys .custom-control-input:valid~.custom-control-indicator{background-color:rgba(40,167,69,.25)}#pys .custom-control-input.is-valid~.custom-control-description,.was-validated #pys .custom-control-input:valid~.custom-control-description{color:#28a745}#pys .custom-file-input.is-valid~.custom-file-control,.was-validated #pys .custom-file-input:valid~.custom-file-control{border-color:#28a745}#pys .custom-file-input.is-valid~.custom-file-control:before,.was-validated #pys .custom-file-input:valid~.custom-file-control:before{border-color:inherit}#pys .custom-file-input.is-valid:focus,.was-validated #pys .custom-file-input:valid:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}#pys .invalid-feedback{display:none;margin-top:.25rem;font-size:.875rem;color:#dc3545}#pys .invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;width:250px;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}#pys .custom-select.is-invalid,#pys .form-control.is-invalid,.was-validated #pys .custom-select:invalid,.was-validated #pys .form-control:invalid{border-color:#dc3545}#pys .custom-select.is-invalid:focus,#pys .form-control.is-invalid:focus,.was-validated #pys .custom-select:invalid:focus,.was-validated #pys .form-control:invalid:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}#pys .custom-select.is-invalid~.invalid-feedback,#pys .custom-select.is-invalid~.invalid-tooltip,#pys .form-control.is-invalid~.invalid-feedback,#pys .form-control.is-invalid~.invalid-tooltip,.was-validated #pys .custom-select:invalid~.invalid-feedback,.was-validated #pys .custom-select:invalid~.invalid-tooltip,.was-validated #pys .form-control:invalid~.invalid-feedback,.was-validated #pys .form-control:invalid~.invalid-tooltip{display:block}#pys .form-check-input.is-invalid+.form-check-label,.was-validated #pys .form-check-input:invalid+.form-check-label{color:#dc3545}#pys .custom-control-input.is-invalid~.custom-control-indicator,.was-validated #pys .custom-control-input:invalid~.custom-control-indicator{background-color:rgba(220,53,69,.25)}#pys .custom-control-input.is-invalid~.custom-control-description,.was-validated #pys .custom-control-input:invalid~.custom-control-description{color:#dc3545}#pys .custom-file-input.is-invalid~.custom-file-control,.was-validated #pys .custom-file-input:invalid~.custom-file-control{border-color:#dc3545}#pys .custom-file-input.is-invalid~.custom-file-control:before,.was-validated #pys .custom-file-input:invalid~.custom-file-control:before{border-color:inherit}#pys .custom-file-input.is-invalid:focus,.was-validated #pys .custom-file-input:invalid:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}#pys .form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}#pys .form-inline .form-check{width:100%}@media (min-width:576px){#pys .form-inline label{-ms-flex-align:center;-ms-flex-pack:center;justify-content:center}#pys .form-inline .form-group,#pys .form-inline label{display:-ms-flexbox;display:flex;align-items:center;margin-bottom:0}#pys .form-inline .form-group{-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center}#pys .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}#pys .form-inline .form-control-plaintext{display:inline-block}#pys .form-inline .input-group{width:auto}#pys .form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;margin-top:0;margin-bottom:0}#pys .form-inline .form-check-label{padding-left:0}#pys .form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}#pys .form-inline .custom-control{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-left:0}#pys .form-inline .custom-control-indicator{position:static;display:inline-block;margin-right:.25rem;vertical-align:text-bottom}#pys .form-inline .has-feedback .form-control-feedback{top:0}}#pys .btn{display:inline-block;font-weight:500;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.2;border-radius:.25rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}#pys .btn:focus,#pys .btn:hover{text-decoration:none}#pys .btn.focus,#pys .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}#pys .btn.disabled,#pys .btn:disabled{opacity:.65}#pys .btn:not([disabled]):not(.disabled).active,#pys .btn:not([disabled]):not(.disabled):active{background-image:none}#pys a.btn.disabled,#pys fieldset[disabled] a.btn{pointer-events:none}#pys .btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}#pys .btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}#pys .btn-primary.focus,#pys .btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}#pys .btn-primary.disabled,#pys .btn-primary:disabled{background-color:#007bff;border-color:#007bff}#pys .btn-primary:not([disabled]):not(.disabled).active,#pys .btn-primary:not([disabled]):not(.disabled):active,.show>#pys .btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}#pys .btn-secondary{color:#fff;background-color:#868e96;border-color:#868e96}#pys .btn-secondary:hover{color:#fff;background-color:#727b84;border-color:#6c757d}#pys .btn-secondary.focus,#pys .btn-secondary:focus{box-shadow:0 0 0 .2rem hsla(210,7%,56%,.5)}#pys .btn-secondary.disabled,#pys .btn-secondary:disabled{background-color:#868e96;border-color:#868e96}#pys .btn-secondary:not([disabled]):not(.disabled).active,#pys .btn-secondary:not([disabled]):not(.disabled):active,.show>#pys .btn-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#666e76;box-shadow:0 0 0 .2rem hsla(210,7%,56%,.5)}#pys .btn-success{color:#fff;background-color:#28a745;border-color:#28a745}#pys .btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}#pys .btn-success.focus,#pys .btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}#pys .btn-success.disabled,#pys .btn-success:disabled{background-color:#28a745;border-color:#28a745}#pys .btn-success:not([disabled]):not(.disabled).active,#pys .btn-success:not([disabled]):not(.disabled):active,.show>#pys .btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}#pys .btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}#pys .btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}#pys .btn-info.focus,#pys .btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}#pys .btn-info.disabled,#pys .btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8}#pys .btn-info:not([disabled]):not(.disabled).active,#pys .btn-info:not([disabled]):not(.disabled):active,.show>#pys .btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}#pys .btn-warning{color:#111;background-color:#ffc107;border-color:#ffc107}#pys .btn-warning:hover{color:#111;background-color:#e0a800;border-color:#d39e00}#pys .btn-warning.focus,#pys .btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}#pys .btn-warning.disabled,#pys .btn-warning:disabled{background-color:#ffc107;border-color:#ffc107}#pys .btn-warning:not([disabled]):not(.disabled).active,#pys .btn-warning:not([disabled]):not(.disabled):active,.show>#pys .btn-warning.dropdown-toggle{color:#111;background-color:#d39e00;border-color:#c69500;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}#pys .btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}#pys .btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}#pys .btn-danger.focus,#pys .btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}#pys .btn-danger.disabled,#pys .btn-danger:disabled{background-color:#dc3545;border-color:#dc3545}#pys .btn-danger:not([disabled]):not(.disabled).active,#pys .btn-danger:not([disabled]):not(.disabled):active,.show>#pys .btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}#pys .btn-light{color:#111;background-color:#f8f9fa;border-color:#f8f9fa}#pys .btn-light:hover{color:#111;background-color:#e2e6ea;border-color:#dae0e5}#pys .btn-light.focus,#pys .btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}#pys .btn-light.disabled,#pys .btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa}#pys .btn-light:not([disabled]):not(.disabled).active,#pys .btn-light:not([disabled]):not(.disabled):active,.show>#pys .btn-light.dropdown-toggle{color:#111;background-color:#dae0e5;border-color:#d3d9df;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}#pys .btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}#pys .btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}#pys .btn-dark.focus,#pys .btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}#pys .btn-dark.disabled,#pys .btn-dark:disabled{background-color:#343a40;border-color:#343a40}#pys .btn-dark:not([disabled]):not(.disabled).active,#pys .btn-dark:not([disabled]):not(.disabled):active,.show>#pys .btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}#pys .btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}#pys .btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}#pys .btn-outline-primary.focus,#pys .btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}#pys .btn-outline-primary.disabled,#pys .btn-outline-primary:disabled{color:#007bff;background-color:transparent}#pys .btn-outline-primary:not([disabled]):not(.disabled).active,#pys .btn-outline-primary:not([disabled]):not(.disabled):active,.show>#pys .btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}#pys .btn-outline-secondary{color:#868e96;background-color:transparent;background-image:none;border-color:#868e96}#pys .btn-outline-secondary:hover{color:#fff;background-color:#868e96;border-color:#868e96}#pys .btn-outline-secondary.focus,#pys .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(210,7%,56%,.5)}#pys .btn-outline-secondary.disabled,#pys .btn-outline-secondary:disabled{color:#868e96;background-color:transparent}#pys .btn-outline-secondary:not([disabled]):not(.disabled).active,#pys .btn-outline-secondary:not([disabled]):not(.disabled):active,.show>#pys .btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#868e96;border-color:#868e96;box-shadow:0 0 0 .2rem hsla(210,7%,56%,.5)}#pys .btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}#pys .btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}#pys .btn-outline-success.focus,#pys .btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}#pys .btn-outline-success.disabled,#pys .btn-outline-success:disabled{color:#28a745;background-color:transparent}#pys .btn-outline-success:not([disabled]):not(.disabled).active,#pys .btn-outline-success:not([disabled]):not(.disabled):active,.show>#pys .btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}#pys .btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}#pys .btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}#pys .btn-outline-info.focus,#pys .btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}#pys .btn-outline-info.disabled,#pys .btn-outline-info:disabled{color:#17a2b8;background-color:transparent}#pys .btn-outline-info:not([disabled]):not(.disabled).active,#pys .btn-outline-info:not([disabled]):not(.disabled):active,.show>#pys .btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}#pys .btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}#pys .btn-outline-warning:hover{color:#fff;background-color:#ffc107;border-color:#ffc107}#pys .btn-outline-warning.focus,#pys .btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}#pys .btn-outline-warning.disabled,#pys .btn-outline-warning:disabled{color:#ffc107;background-color:transparent}#pys .btn-outline-warning:not([disabled]):not(.disabled).active,#pys .btn-outline-warning:not([disabled]):not(.disabled):active,.show>#pys .btn-outline-warning.dropdown-toggle{color:#fff;background-color:#ffc107;border-color:#ffc107;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}#pys .btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}#pys .btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}#pys .btn-outline-danger.focus,#pys .btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}#pys .btn-outline-danger.disabled,#pys .btn-outline-danger:disabled{color:#dc3545;background-color:transparent}#pys .btn-outline-danger:not([disabled]):not(.disabled).active,#pys .btn-outline-danger:not([disabled]):not(.disabled):active,.show>#pys .btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}#pys .btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}#pys .btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}#pys .btn-outline-light.focus,#pys .btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}#pys .btn-outline-light.disabled,#pys .btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}#pys .btn-outline-light:not([disabled]):not(.disabled).active,#pys .btn-outline-light:not([disabled]):not(.disabled):active,.show>#pys .btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}#pys .btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}#pys .btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}#pys .btn-outline-dark.focus,#pys .btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}#pys .btn-outline-dark.disabled,#pys .btn-outline-dark:disabled{color:#343a40;background-color:transparent}#pys .btn-outline-dark:not([disabled]):not(.disabled).active,#pys .btn-outline-dark:not([disabled]):not(.disabled):active,.show>#pys .btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}#pys .btn-link{font-weight:400;color:#007bff;background-color:transparent}#pys .btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}#pys .btn-link.focus,#pys .btn-link:focus{border-color:transparent;box-shadow:none}#pys .btn-link.disabled,#pys .btn-link:disabled{color:#868e96}#pys .btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}#pys .btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}#pys .btn-block{display:block;width:100%}#pys .btn-block+.btn-block{margin-top:.5rem}#pys input[type=button].btn-block,#pys input[type=reset].btn-block,#pys input[type=submit].btn-block{width:100%}#pys .fade{opacity:0;transition:opacity .15s linear}#pys .fade.show{opacity:1}#pys .collapse{display:none}#pys .collapse.show{display:block}#pys tr.collapse.show{display:table-row}#pys tbody.collapse.show{display:table-row-group}#pys .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}#pys .badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}#pys .badge:empty{display:none}#pys .btn .badge{position:relative;top:-1px}#pys .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}#pys .badge-primary{color:#fff;background-color:#007bff}#pys .badge-primary[href]:focus,#pys .badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}#pys .badge-secondary{color:#fff;background-color:#868e96}#pys .badge-secondary[href]:focus,#pys .badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#6c757d}#pys .badge-success{color:#fff;background-color:#28a745}#pys .badge-success[href]:focus,#pys .badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}#pys .badge-info{color:#fff;background-color:#17a2b8}#pys .badge-info[href]:focus,#pys .badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}#pys .badge-warning{color:#111;background-color:#ffc107}#pys .badge-warning[href]:focus,#pys .badge-warning[href]:hover{color:#111;text-decoration:none;background-color:#d39e00}#pys .badge-danger{color:#fff;background-color:#dc3545}#pys .badge-danger[href]:focus,#pys .badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}#pys .badge-light{color:#111;background-color:#f8f9fa}#pys .badge-light[href]:focus,#pys .badge-light[href]:hover{color:#111;text-decoration:none;background-color:#dae0e5}#pys .badge-dark{color:#fff;background-color:#343a40}#pys .badge-dark[href]:focus,#pys .badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}#pys .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}#pys .alert-heading{color:inherit}#pys .alert-link{font-weight:700}#pys .alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}#pys .alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}#pys .alert-primary hr{border-top-color:#9fcdff}#pys .alert-primary .alert-link{color:#002752}#pys .alert-secondary{color:#464a4e;background-color:#e7e8ea;border-color:#dddfe2}#pys .alert-secondary hr{border-top-color:#cfd2d6}#pys .alert-secondary .alert-link{color:#2e3133}#pys .alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}#pys .alert-success hr{border-top-color:#b1dfbb}#pys .alert-success .alert-link{color:#0b2e13}#pys .alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}#pys .alert-info hr{border-top-color:#abdde5}#pys .alert-info .alert-link{color:#062c33}#pys .alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}#pys .alert-warning hr{border-top-color:#ffe8a1}#pys .alert-warning .alert-link{color:#533f03}#pys .alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}#pys .alert-danger hr{border-top-color:#f1b0b7}#pys .alert-danger .alert-link{color:#491217}#pys .alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}#pys .alert-light hr{border-top-color:#ececf6}#pys .alert-light .alert-link{color:#686868}#pys .alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}#pys .alert-dark hr{border-top-color:#b9bbbe}#pys .alert-dark .alert-link{color:#040505}#pys .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.2;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}#pys .popover .arrow{position:absolute;display:block;width:.8rem;height:.4rem}#pys .popover .arrow:after,#pys .popover .arrow:before{position:absolute;display:block;border-color:transparent;border-style:solid}#pys .popover .arrow:after,#pys .popover .arrow:before{content:"";border-width:.8rem}#pys .popover.bs-popover-auto[x-placement^=top],#pys .popover.bs-popover-top{margin-bottom:.8rem}#pys .popover.bs-popover-auto[x-placement^=top] .arrow,#pys .popover.bs-popover-top .arrow{bottom:0}#pys .popover.bs-popover-auto[x-placement^=top] .arrow:after,#pys .popover.bs-popover-auto[x-placement^=top] .arrow:before,#pys .popover.bs-popover-top .arrow:after,#pys .popover.bs-popover-top .arrow:before{border-bottom-width:0}#pys .popover.bs-popover-auto[x-placement^=top] .arrow:before,#pys .popover.bs-popover-top .arrow:before{bottom:-.8rem;margin-left:-.8rem;border-top-color:rgba(0,0,0,.25)}#pys .popover.bs-popover-auto[x-placement^=top] .arrow:after,#pys .popover.bs-popover-top .arrow:after{bottom:calc((.8rem - 1px) * -1);margin-left:-.8rem;border-top-color:#fff}#pys .popover.bs-popover-auto[x-placement^=right],#pys .popover.bs-popover-right{margin-left:.8rem}#pys .popover.bs-popover-auto[x-placement^=right] .arrow,#pys .popover.bs-popover-right .arrow{left:0}#pys .popover.bs-popover-auto[x-placement^=right] .arrow:after,#pys .popover.bs-popover-auto[x-placement^=right] .arrow:before,#pys .popover.bs-popover-right .arrow:after,#pys .popover.bs-popover-right .arrow:before{margin-top:-.8rem;border-left-width:0}#pys .popover.bs-popover-auto[x-placement^=right] .arrow:before,#pys .popover.bs-popover-right .arrow:before{left:-.8rem;border-right-color:rgba(0,0,0,.25)}#pys .popover.bs-popover-auto[x-placement^=right] .arrow:after,#pys .popover.bs-popover-right .arrow:after{left:calc((.8rem - 1px) * -1);border-right-color:#fff}#pys .popover.bs-popover-auto[x-placement^=bottom],#pys .popover.bs-popover-bottom{margin-top:.8rem}#pys .popover.bs-popover-auto[x-placement^=bottom] .arrow,#pys .popover.bs-popover-bottom .arrow{top:0}#pys .popover.bs-popover-auto[x-placement^=bottom] .arrow:after,#pys .popover.bs-popover-auto[x-placement^=bottom] .arrow:before,#pys .popover.bs-popover-bottom .arrow:after,#pys .popover.bs-popover-bottom .arrow:before{margin-left:-.8rem;border-top-width:0}#pys .popover.bs-popover-auto[x-placement^=bottom] .arrow:before,#pys .popover.bs-popover-bottom .arrow:before{top:-.8rem;border-bottom-color:rgba(0,0,0,.25)}#pys .popover.bs-popover-auto[x-placement^=bottom] .arrow:after,#pys .popover.bs-popover-bottom .arrow:after{top:calc((.8rem - 1px) * -1);border-bottom-color:#fff}#pys .popover.bs-popover-auto[x-placement^=bottom] .popover-header:before,#pys .popover.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:20px;margin-left:-10px;content:"";border-bottom:1px solid #f7f7f7}#pys .popover.bs-popover-auto[x-placement^=left],#pys .popover.bs-popover-left{margin-right:.8rem}#pys .popover.bs-popover-auto[x-placement^=left] .arrow,#pys .popover.bs-popover-left .arrow{right:0}#pys .popover.bs-popover-auto[x-placement^=left] .arrow:after,#pys .popover.bs-popover-auto[x-placement^=left] .arrow:before,#pys .popover.bs-popover-left .arrow:after,#pys .popover.bs-popover-left .arrow:before{margin-top:-.8rem;border-right-width:0}#pys .popover.bs-popover-auto[x-placement^=left] .arrow:before,#pys .popover.bs-popover-left .arrow:before{right:-.8rem;border-left-color:rgba(0,0,0,.25)}#pys .popover.bs-popover-auto[x-placement^=left] .arrow:after,#pys .popover.bs-popover-left .arrow:after{right:calc((.8rem - 1px) * -1);border-left-color:#fff}#pys .popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}#pys .popover-header:empty{display:none}#pys .popover-body{padding:.5rem .75rem;color:#212529}#pys .align-baseline{vertical-align:baseline!important}#pys .align-top{vertical-align:top!important}#pys .align-middle{vertical-align:middle!important}#pys .align-bottom{vertical-align:bottom!important}#pys .align-text-bottom{vertical-align:text-bottom!important}#pys .align-text-top{vertical-align:text-top!important}#pys .bg-primary{background-color:#007bff!important}#pys a.bg-primary:focus,#pys a.bg-primary:hover{background-color:#0062cc!important}#pys .bg-secondary{background-color:#868e96!important}#pys a.bg-secondary:focus,#pys a.bg-secondary:hover{background-color:#6c757d!important}#pys .bg-success{background-color:#28a745!important}#pys a.bg-success:focus,#pys a.bg-success:hover{background-color:#1e7e34!important}#pys .bg-info{background-color:#17a2b8!important}#pys a.bg-info:focus,#pys a.bg-info:hover{background-color:#117a8b!important}#pys .bg-warning{background-color:#ffc107!important}#pys a.bg-warning:focus,#pys a.bg-warning:hover{background-color:#d39e00!important}#pys .bg-danger{background-color:#dc3545!important}#pys a.bg-danger:focus,#pys a.bg-danger:hover{background-color:#bd2130!important}#pys .bg-light{background-color:#f8f9fa!important}#pys a.bg-light:focus,#pys a.bg-light:hover{background-color:#dae0e5!important}#pys .bg-dark{background-color:#343a40!important}#pys a.bg-dark:focus,#pys a.bg-dark:hover{background-color:#1d2124!important}#pys .bg-white{background-color:#fff!important}#pys .bg-transparent{background-color:transparent!important}#pys .border{border:1px solid #e9ecef!important}#pys .border-0{border:0!important}#pys .border-top-0{border-top:0!important}#pys .border-right-0{border-right:0!important}#pys .border-bottom-0{border-bottom:0!important}#pys .border-left-0{border-left:0!important}#pys .border-primary{border-color:#007bff!important}#pys .border-secondary{border-color:#868e96!important}#pys .border-success{border-color:#28a745!important}#pys .border-info{border-color:#17a2b8!important}#pys .border-warning{border-color:#ffc107!important}#pys .border-danger{border-color:#dc3545!important}#pys .border-light{border-color:#f8f9fa!important}#pys .border-dark{border-color:#343a40!important}#pys .border-white{border-color:#fff!important}#pys .rounded{border-radius:.25rem!important}#pys .rounded-top{border-top-left-radius:.25rem!important}#pys .rounded-right,#pys .rounded-top{border-top-right-radius:.25rem!important}#pys .rounded-bottom,#pys .rounded-right{border-bottom-right-radius:.25rem!important}#pys .rounded-bottom,#pys .rounded-left{border-bottom-left-radius:.25rem!important}#pys .rounded-left{border-top-left-radius:.25rem!important}#pys .rounded-circle{border-radius:50%!important}#pys .rounded-0{border-radius:0!important}#pys .clearfix:after{display:block;clear:both;content:""}#pys .d-none{display:none!important}#pys .d-inline{display:inline!important}#pys .d-inline-block{display:inline-block!important}#pys .d-block{display:block!important}#pys .d-table{display:table!important}#pys .d-table-row{display:table-row!important}#pys .d-table-cell{display:table-cell!important}#pys .d-flex{display:-ms-flexbox!important;display:flex!important}#pys .d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){#pys .d-sm-none{display:none!important}#pys .d-sm-inline{display:inline!important}#pys .d-sm-inline-block{display:inline-block!important}#pys .d-sm-block{display:block!important}#pys .d-sm-table{display:table!important}#pys .d-sm-table-row{display:table-row!important}#pys .d-sm-table-cell{display:table-cell!important}#pys .d-sm-flex{display:-ms-flexbox!important;display:flex!important}#pys .d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){#pys .d-md-none{display:none!important}#pys .d-md-inline{display:inline!important}#pys .d-md-inline-block{display:inline-block!important}#pys .d-md-block{display:block!important}#pys .d-md-table{display:table!important}#pys .d-md-table-row{display:table-row!important}#pys .d-md-table-cell{display:table-cell!important}#pys .d-md-flex{display:-ms-flexbox!important;display:flex!important}#pys .d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){#pys .d-lg-none{display:none!important}#pys .d-lg-inline{display:inline!important}#pys .d-lg-inline-block{display:inline-block!important}#pys .d-lg-block{display:block!important}#pys .d-lg-table{display:table!important}#pys .d-lg-table-row{display:table-row!important}#pys .d-lg-table-cell{display:table-cell!important}#pys .d-lg-flex{display:-ms-flexbox!important;display:flex!important}#pys .d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){#pys .d-xl-none{display:none!important}#pys .d-xl-inline{display:inline!important}#pys .d-xl-inline-block{display:inline-block!important}#pys .d-xl-block{display:block!important}#pys .d-xl-table{display:table!important}#pys .d-xl-table-row{display:table-row!important}#pys .d-xl-table-cell{display:table-cell!important}#pys .d-xl-flex{display:-ms-flexbox!important;display:flex!important}#pys .d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}#pys .d-print-block{display:none!important}@media print{#pys .d-print-block{display:block!important}}#pys .d-print-inline{display:none!important}@media print{#pys .d-print-inline{display:inline!important}}#pys .d-print-inline-block{display:none!important}@media print{#pys .d-print-inline-block{display:inline-block!important}}@media print{#pys .d-print-none{display:none!important}}#pys .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}#pys .embed-responsive:before{display:block;content:""}#pys .embed-responsive .embed-responsive-item,#pys .embed-responsive embed,#pys .embed-responsive iframe,#pys .embed-responsive object,#pys .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}#pys .embed-responsive-21by9:before{padding-top:42.8571428571%}#pys .embed-responsive-16by9:before{padding-top:56.25%}#pys .embed-responsive-4by3:before{padding-top:75%}#pys .embed-responsive-1by1:before{padding-top:100%}#pys .flex-row{-ms-flex-direction:row!important;flex-direction:row!important}#pys .flex-column{-ms-flex-direction:column!important;flex-direction:column!important}#pys .flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}#pys .flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}#pys .flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}#pys .flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}#pys .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}#pys .justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}#pys .justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}#pys .justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}#pys .justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}#pys .justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}#pys .align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}#pys .align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}#pys .align-items-center{-ms-flex-align:center!important;align-items:center!important}#pys .align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}#pys .align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}#pys .align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}#pys .align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}#pys .align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}#pys .align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}#pys .align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}#pys .align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}#pys .align-self-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}#pys .align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}#pys .align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}#pys .align-self-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}#pys .align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}#pys .align-self-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}@media (min-width:576px){#pys .flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}#pys .flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}#pys .flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}#pys .flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}#pys .flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}#pys .flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}#pys .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}#pys .justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}#pys .justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}#pys .justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}#pys .justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}#pys .justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}#pys .align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}#pys .align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}#pys .align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}#pys .align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}#pys .align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}#pys .align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}#pys .align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}#pys .align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}#pys .align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}#pys .align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}#pys .align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}#pys .align-self-sm-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}#pys .align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}#pys .align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}#pys .align-self-sm-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}#pys .align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}#pys .align-self-sm-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){#pys .flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}#pys .flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}#pys .flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}#pys .flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}#pys .flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}#pys .flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}#pys .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}#pys .justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}#pys .justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}#pys .justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}#pys .justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}#pys .justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}#pys .align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}#pys .align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}#pys .align-items-md-center{-ms-flex-align:center!important;align-items:center!important}#pys .align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}#pys .align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}#pys .align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}#pys .align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}#pys .align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}#pys .align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}#pys .align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}#pys .align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}#pys .align-self-md-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}#pys .align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}#pys .align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}#pys .align-self-md-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}#pys .align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}#pys .align-self-md-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){#pys .flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}#pys .flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}#pys .flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}#pys .flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}#pys .flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}#pys .flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}#pys .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}#pys .justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}#pys .justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}#pys .justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}#pys .justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}#pys .justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}#pys .align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}#pys .align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}#pys .align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}#pys .align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}#pys .align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}#pys .align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}#pys .align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}#pys .align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}#pys .align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}#pys .align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}#pys .align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}#pys .align-self-lg-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}#pys .align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}#pys .align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}#pys .align-self-lg-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}#pys .align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}#pys .align-self-lg-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){#pys .flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}#pys .flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}#pys .flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}#pys .flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}#pys .flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}#pys .flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}#pys .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}#pys .justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}#pys .justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}#pys .justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}#pys .justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}#pys .justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}#pys .align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}#pys .align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}#pys .align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}#pys .align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}#pys .align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}#pys .align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}#pys .align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}#pys .align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}#pys .align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}#pys .align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}#pys .align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}#pys .align-self-xl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}#pys .align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}#pys .align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}#pys .align-self-xl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}#pys .align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}#pys .align-self-xl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}#pys .float-left{float:left!important}#pys .float-right{float:right!important}#pys .float-none{float:none!important}@media (min-width:576px){#pys .float-sm-left{float:left!important}#pys .float-sm-right{float:right!important}#pys .float-sm-none{float:none!important}}@media (min-width:768px){#pys .float-md-left{float:left!important}#pys .float-md-right{float:right!important}#pys .float-md-none{float:none!important}}@media (min-width:992px){#pys .float-lg-left{float:left!important}#pys .float-lg-right{float:right!important}#pys .float-lg-none{float:none!important}}@media (min-width:1200px){#pys .float-xl-left{float:left!important}#pys .float-xl-right{float:right!important}#pys .float-xl-none{float:none!important}}#pys .position-static{position:static!important}#pys .position-relative{position:relative!important}#pys .position-absolute{position:absolute!important}#pys .position-fixed{position:fixed!important}#pys .position-sticky{position:-webkit-sticky!important;position:sticky!important}#pys .fixed-top{top:0}#pys .fixed-bottom,#pys .fixed-top{position:fixed;right:0;left:0;z-index:1030}#pys .fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){#pys .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}#pys .sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}#pys .sr-only-focusable:active,#pys .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}#pys .w-25{width:25%!important}#pys .w-50{width:50%!important}#pys .w-75{width:75%!important}#pys .w-100{width:100%!important}#pys .h-25{height:25%!important}#pys .h-50{height:50%!important}#pys .h-75{height:75%!important}#pys .h-100{height:100%!important}#pys .mw-100{max-width:100%!important}#pys .mh-100{max-height:100%!important}#pys .m-0{margin:0!important}#pys .mt-0,#pys .my-0{margin-top:0!important}#pys .mr-0,#pys .mx-0{margin-right:0!important}#pys .mb-0,#pys .my-0{margin-bottom:0!important}#pys .ml-0,#pys .mx-0{margin-left:0!important}#pys .m-1{margin:.25rem!important}#pys .mt-1,#pys .my-1{margin-top:.25rem!important}#pys .mr-1,#pys .mx-1{margin-right:.25rem!important}#pys .mb-1,#pys .my-1{margin-bottom:.25rem!important}#pys .ml-1,#pys .mx-1{margin-left:.25rem!important}#pys .m-2{margin:.5rem!important}#pys .mt-2,#pys .my-2{margin-top:.5rem!important}#pys .mr-2,#pys .mx-2{margin-right:.5rem!important}#pys .mb-2,#pys .my-2{margin-bottom:.5rem!important}#pys .ml-2,#pys .mx-2{margin-left:.5rem!important}#pys .m-3{margin:1rem!important}#pys .mt-3,#pys .my-3{margin-top:1rem!important}#pys .mr-3,#pys .mx-3{margin-right:1rem!important}#pys .mb-3,#pys .my-3{margin-bottom:1rem!important}#pys .ml-3,#pys .mx-3{margin-left:1rem!important}#pys .m-4{margin:1.5rem!important}#pys .mt-4,#pys .my-4{margin-top:1.5rem!important}#pys .mr-4,#pys .mx-4{margin-right:1.5rem!important}#pys .mb-4,#pys .my-4{margin-bottom:1.5rem!important}#pys .ml-4,#pys .mx-4{margin-left:1.5rem!important}#pys .m-5{margin:3rem!important}#pys .mt-5,#pys .my-5{margin-top:3rem!important}#pys .mr-5,#pys .mx-5{margin-right:3rem!important}#pys .mb-5,#pys .my-5{margin-bottom:3rem!important}#pys .ml-5,#pys .mx-5{margin-left:3rem!important}#pys .p-0{padding:0!important}#pys .pt-0,#pys .py-0{padding-top:0!important}#pys .pr-0,#pys .px-0{padding-right:0!important}#pys .pb-0,#pys .py-0{padding-bottom:0!important}#pys .pl-0,#pys .px-0{padding-left:0!important}#pys .p-1{padding:.25rem!important}#pys .pt-1,#pys .py-1{padding-top:.25rem!important}#pys .pr-1,#pys .px-1{padding-right:.25rem!important}#pys .pb-1,#pys .py-1{padding-bottom:.25rem!important}#pys .pl-1,#pys .px-1{padding-left:.25rem!important}#pys .p-2{padding:.5rem!important}#pys .pt-2,#pys .py-2{padding-top:.5rem!important}#pys .pr-2,#pys .px-2{padding-right:.5rem!important}#pys .pb-2,#pys .py-2{padding-bottom:.5rem!important}#pys .pl-2,#pys .px-2{padding-left:.5rem!important}#pys .p-3{padding:1rem!important}#pys .pt-3,#pys .py-3{padding-top:1rem!important}#pys .pr-3,#pys .px-3{padding-right:1rem!important}#pys .pb-3,#pys .py-3{padding-bottom:1rem!important}#pys .pl-3,#pys .px-3{padding-left:1rem!important}#pys .p-4{padding:1.5rem!important}#pys .pt-4,#pys .py-4{padding-top:1.5rem!important}#pys .pr-4,#pys .px-4{padding-right:1.5rem!important}#pys .pb-4,#pys .py-4{padding-bottom:1.5rem!important}#pys .pl-4,#pys .px-4{padding-left:1.5rem!important}#pys .p-5{padding:3rem!important}#pys .pt-5,#pys .py-5{padding-top:3rem!important}#pys .pr-5,#pys .px-5{padding-right:3rem!important}#pys .pb-5,#pys .py-5{padding-bottom:3rem!important}#pys .pl-5,#pys .px-5{padding-left:3rem!important}#pys .m-auto{margin:auto!important}#pys .mt-auto,#pys .my-auto{margin-top:auto!important}#pys .mr-auto,#pys .mx-auto{margin-right:auto!important}#pys .mb-auto,#pys .my-auto{margin-bottom:auto!important}#pys .ml-auto,#pys .mx-auto{margin-left:auto!important}@media (min-width:576px){#pys .m-sm-0{margin:0!important}#pys .mt-sm-0,#pys .my-sm-0{margin-top:0!important}#pys .mr-sm-0,#pys .mx-sm-0{margin-right:0!important}#pys .mb-sm-0,#pys .my-sm-0{margin-bottom:0!important}#pys .ml-sm-0,#pys .mx-sm-0{margin-left:0!important}#pys .m-sm-1{margin:.25rem!important}#pys .mt-sm-1,#pys .my-sm-1{margin-top:.25rem!important}#pys .mr-sm-1,#pys .mx-sm-1{margin-right:.25rem!important}#pys .mb-sm-1,#pys .my-sm-1{margin-bottom:.25rem!important}#pys .ml-sm-1,#pys .mx-sm-1{margin-left:.25rem!important}#pys .m-sm-2{margin:.5rem!important}#pys .mt-sm-2,#pys .my-sm-2{margin-top:.5rem!important}#pys .mr-sm-2,#pys .mx-sm-2{margin-right:.5rem!important}#pys .mb-sm-2,#pys .my-sm-2{margin-bottom:.5rem!important}#pys .ml-sm-2,#pys .mx-sm-2{margin-left:.5rem!important}#pys .m-sm-3{margin:1rem!important}#pys .mt-sm-3,#pys .my-sm-3{margin-top:1rem!important}#pys .mr-sm-3,#pys .mx-sm-3{margin-right:1rem!important}#pys .mb-sm-3,#pys .my-sm-3{margin-bottom:1rem!important}#pys .ml-sm-3,#pys .mx-sm-3{margin-left:1rem!important}#pys .m-sm-4{margin:1.5rem!important}#pys .mt-sm-4,#pys .my-sm-4{margin-top:1.5rem!important}#pys .mr-sm-4,#pys .mx-sm-4{margin-right:1.5rem!important}#pys .mb-sm-4,#pys .my-sm-4{margin-bottom:1.5rem!important}#pys .ml-sm-4,#pys .mx-sm-4{margin-left:1.5rem!important}#pys .m-sm-5{margin:3rem!important}#pys .mt-sm-5,#pys .my-sm-5{margin-top:3rem!important}#pys .mr-sm-5,#pys .mx-sm-5{margin-right:3rem!important}#pys .mb-sm-5,#pys .my-sm-5{margin-bottom:3rem!important}#pys .ml-sm-5,#pys .mx-sm-5{margin-left:3rem!important}#pys .p-sm-0{padding:0!important}#pys .pt-sm-0,#pys .py-sm-0{padding-top:0!important}#pys .pr-sm-0,#pys .px-sm-0{padding-right:0!important}#pys .pb-sm-0,#pys .py-sm-0{padding-bottom:0!important}#pys .pl-sm-0,#pys .px-sm-0{padding-left:0!important}#pys .p-sm-1{padding:.25rem!important}#pys .pt-sm-1,#pys .py-sm-1{padding-top:.25rem!important}#pys .pr-sm-1,#pys .px-sm-1{padding-right:.25rem!important}#pys .pb-sm-1,#pys .py-sm-1{padding-bottom:.25rem!important}#pys .pl-sm-1,#pys .px-sm-1{padding-left:.25rem!important}#pys .p-sm-2{padding:.5rem!important}#pys .pt-sm-2,#pys .py-sm-2{padding-top:.5rem!important}#pys .pr-sm-2,#pys .px-sm-2{padding-right:.5rem!important}#pys .pb-sm-2,#pys .py-sm-2{padding-bottom:.5rem!important}#pys .pl-sm-2,#pys .px-sm-2{padding-left:.5rem!important}#pys .p-sm-3{padding:1rem!important}#pys .pt-sm-3,#pys .py-sm-3{padding-top:1rem!important}#pys .pr-sm-3,#pys .px-sm-3{padding-right:1rem!important}#pys .pb-sm-3,#pys .py-sm-3{padding-bottom:1rem!important}#pys .pl-sm-3,#pys .px-sm-3{padding-left:1rem!important}#pys .p-sm-4{padding:1.5rem!important}#pys .pt-sm-4,#pys .py-sm-4{padding-top:1.5rem!important}#pys .pr-sm-4,#pys .px-sm-4{padding-right:1.5rem!important}#pys .pb-sm-4,#pys .py-sm-4{padding-bottom:1.5rem!important}#pys .pl-sm-4,#pys .px-sm-4{padding-left:1.5rem!important}#pys .p-sm-5{padding:3rem!important}#pys .pt-sm-5,#pys .py-sm-5{padding-top:3rem!important}#pys .pr-sm-5,#pys .px-sm-5{padding-right:3rem!important}#pys .pb-sm-5,#pys .py-sm-5{padding-bottom:3rem!important}#pys .pl-sm-5,#pys .px-sm-5{padding-left:3rem!important}#pys .m-sm-auto{margin:auto!important}#pys .mt-sm-auto,#pys .my-sm-auto{margin-top:auto!important}#pys .mr-sm-auto,#pys .mx-sm-auto{margin-right:auto!important}#pys .mb-sm-auto,#pys .my-sm-auto{margin-bottom:auto!important}#pys .ml-sm-auto,#pys .mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){#pys .m-md-0{margin:0!important}#pys .mt-md-0,#pys .my-md-0{margin-top:0!important}#pys .mr-md-0,#pys .mx-md-0{margin-right:0!important}#pys .mb-md-0,#pys .my-md-0{margin-bottom:0!important}#pys .ml-md-0,#pys .mx-md-0{margin-left:0!important}#pys .m-md-1{margin:.25rem!important}#pys .mt-md-1,#pys .my-md-1{margin-top:.25rem!important}#pys .mr-md-1,#pys .mx-md-1{margin-right:.25rem!important}#pys .mb-md-1,#pys .my-md-1{margin-bottom:.25rem!important}#pys .ml-md-1,#pys .mx-md-1{margin-left:.25rem!important}#pys .m-md-2{margin:.5rem!important}#pys .mt-md-2,#pys .my-md-2{margin-top:.5rem!important}#pys .mr-md-2,#pys .mx-md-2{margin-right:.5rem!important}#pys .mb-md-2,#pys .my-md-2{margin-bottom:.5rem!important}#pys .ml-md-2,#pys .mx-md-2{margin-left:.5rem!important}#pys .m-md-3{margin:1rem!important}#pys .mt-md-3,#pys .my-md-3{margin-top:1rem!important}#pys .mr-md-3,#pys .mx-md-3{margin-right:1rem!important}#pys .mb-md-3,#pys .my-md-3{margin-bottom:1rem!important}#pys .ml-md-3,#pys .mx-md-3{margin-left:1rem!important}#pys .m-md-4{margin:1.5rem!important}#pys .mt-md-4,#pys .my-md-4{margin-top:1.5rem!important}#pys .mr-md-4,#pys .mx-md-4{margin-right:1.5rem!important}#pys .mb-md-4,#pys .my-md-4{margin-bottom:1.5rem!important}#pys .ml-md-4,#pys .mx-md-4{margin-left:1.5rem!important}#pys .m-md-5{margin:3rem!important}#pys .mt-md-5,#pys .my-md-5{margin-top:3rem!important}#pys .mr-md-5,#pys .mx-md-5{margin-right:3rem!important}#pys .mb-md-5,#pys .my-md-5{margin-bottom:3rem!important}#pys .ml-md-5,#pys .mx-md-5{margin-left:3rem!important}#pys .p-md-0{padding:0!important}#pys .pt-md-0,#pys .py-md-0{padding-top:0!important}#pys .pr-md-0,#pys .px-md-0{padding-right:0!important}#pys .pb-md-0,#pys .py-md-0{padding-bottom:0!important}#pys .pl-md-0,#pys .px-md-0{padding-left:0!important}#pys .p-md-1{padding:.25rem!important}#pys .pt-md-1,#pys .py-md-1{padding-top:.25rem!important}#pys .pr-md-1,#pys .px-md-1{padding-right:.25rem!important}#pys .pb-md-1,#pys .py-md-1{padding-bottom:.25rem!important}#pys .pl-md-1,#pys .px-md-1{padding-left:.25rem!important}#pys .p-md-2{padding:.5rem!important}#pys .pt-md-2,#pys .py-md-2{padding-top:.5rem!important}#pys .pr-md-2,#pys .px-md-2{padding-right:.5rem!important}#pys .pb-md-2,#pys .py-md-2{padding-bottom:.5rem!important}#pys .pl-md-2,#pys .px-md-2{padding-left:.5rem!important}#pys .p-md-3{padding:1rem!important}#pys .pt-md-3,#pys .py-md-3{padding-top:1rem!important}#pys .pr-md-3,#pys .px-md-3{padding-right:1rem!important}#pys .pb-md-3,#pys .py-md-3{padding-bottom:1rem!important}#pys .pl-md-3,#pys .px-md-3{padding-left:1rem!important}#pys .p-md-4{padding:1.5rem!important}#pys .pt-md-4,#pys .py-md-4{padding-top:1.5rem!important}#pys .pr-md-4,#pys .px-md-4{padding-right:1.5rem!important}#pys .pb-md-4,#pys .py-md-4{padding-bottom:1.5rem!important}#pys .pl-md-4,#pys .px-md-4{padding-left:1.5rem!important}#pys .p-md-5{padding:3rem!important}#pys .pt-md-5,#pys .py-md-5{padding-top:3rem!important}#pys .pr-md-5,#pys .px-md-5{padding-right:3rem!important}#pys .pb-md-5,#pys .py-md-5{padding-bottom:3rem!important}#pys .pl-md-5,#pys .px-md-5{padding-left:3rem!important}#pys .m-md-auto{margin:auto!important}#pys .mt-md-auto,#pys .my-md-auto{margin-top:auto!important}#pys .mr-md-auto,#pys .mx-md-auto{margin-right:auto!important}#pys .mb-md-auto,#pys .my-md-auto{margin-bottom:auto!important}#pys .ml-md-auto,#pys .mx-md-auto{margin-left:auto!important}}@media (min-width:992px){#pys .m-lg-0{margin:0!important}#pys .mt-lg-0,#pys .my-lg-0{margin-top:0!important}#pys .mr-lg-0,#pys .mx-lg-0{margin-right:0!important}#pys .mb-lg-0,#pys .my-lg-0{margin-bottom:0!important}#pys .ml-lg-0,#pys .mx-lg-0{margin-left:0!important}#pys .m-lg-1{margin:.25rem!important}#pys .mt-lg-1,#pys .my-lg-1{margin-top:.25rem!important}#pys .mr-lg-1,#pys .mx-lg-1{margin-right:.25rem!important}#pys .mb-lg-1,#pys .my-lg-1{margin-bottom:.25rem!important}#pys .ml-lg-1,#pys .mx-lg-1{margin-left:.25rem!important}#pys .m-lg-2{margin:.5rem!important}#pys .mt-lg-2,#pys .my-lg-2{margin-top:.5rem!important}#pys .mr-lg-2,#pys .mx-lg-2{margin-right:.5rem!important}#pys .mb-lg-2,#pys .my-lg-2{margin-bottom:.5rem!important}#pys .ml-lg-2,#pys .mx-lg-2{margin-left:.5rem!important}#pys .m-lg-3{margin:1rem!important}#pys .mt-lg-3,#pys .my-lg-3{margin-top:1rem!important}#pys .mr-lg-3,#pys .mx-lg-3{margin-right:1rem!important}#pys .mb-lg-3,#pys .my-lg-3{margin-bottom:1rem!important}#pys .ml-lg-3,#pys .mx-lg-3{margin-left:1rem!important}#pys .m-lg-4{margin:1.5rem!important}#pys .mt-lg-4,#pys .my-lg-4{margin-top:1.5rem!important}#pys .mr-lg-4,#pys .mx-lg-4{margin-right:1.5rem!important}#pys .mb-lg-4,#pys .my-lg-4{margin-bottom:1.5rem!important}#pys .ml-lg-4,#pys .mx-lg-4{margin-left:1.5rem!important}#pys .m-lg-5{margin:3rem!important}#pys .mt-lg-5,#pys .my-lg-5{margin-top:3rem!important}#pys .mr-lg-5,#pys .mx-lg-5{margin-right:3rem!important}#pys .mb-lg-5,#pys .my-lg-5{margin-bottom:3rem!important}#pys .ml-lg-5,#pys .mx-lg-5{margin-left:3rem!important}#pys .p-lg-0{padding:0!important}#pys .pt-lg-0,#pys .py-lg-0{padding-top:0!important}#pys .pr-lg-0,#pys .px-lg-0{padding-right:0!important}#pys .pb-lg-0,#pys .py-lg-0{padding-bottom:0!important}#pys .pl-lg-0,#pys .px-lg-0{padding-left:0!important}#pys .p-lg-1{padding:.25rem!important}#pys .pt-lg-1,#pys .py-lg-1{padding-top:.25rem!important}#pys .pr-lg-1,#pys .px-lg-1{padding-right:.25rem!important}#pys .pb-lg-1,#pys .py-lg-1{padding-bottom:.25rem!important}#pys .pl-lg-1,#pys .px-lg-1{padding-left:.25rem!important}#pys .p-lg-2{padding:.5rem!important}#pys .pt-lg-2,#pys .py-lg-2{padding-top:.5rem!important}#pys .pr-lg-2,#pys .px-lg-2{padding-right:.5rem!important}#pys .pb-lg-2,#pys .py-lg-2{padding-bottom:.5rem!important}#pys .pl-lg-2,#pys .px-lg-2{padding-left:.5rem!important}#pys .p-lg-3{padding:1rem!important}#pys .pt-lg-3,#pys .py-lg-3{padding-top:1rem!important}#pys .pr-lg-3,#pys .px-lg-3{padding-right:1rem!important}#pys .pb-lg-3,#pys .py-lg-3{padding-bottom:1rem!important}#pys .pl-lg-3,#pys .px-lg-3{padding-left:1rem!important}#pys .p-lg-4{padding:1.5rem!important}#pys .pt-lg-4,#pys .py-lg-4{padding-top:1.5rem!important}#pys .pr-lg-4,#pys .px-lg-4{padding-right:1.5rem!important}#pys .pb-lg-4,#pys .py-lg-4{padding-bottom:1.5rem!important}#pys .pl-lg-4,#pys .px-lg-4{padding-left:1.5rem!important}#pys .p-lg-5{padding:3rem!important}#pys .pt-lg-5,#pys .py-lg-5{padding-top:3rem!important}#pys .pr-lg-5,#pys .px-lg-5{padding-right:3rem!important}#pys .pb-lg-5,#pys .py-lg-5{padding-bottom:3rem!important}#pys .pl-lg-5,#pys .px-lg-5{padding-left:3rem!important}#pys .m-lg-auto{margin:auto!important}#pys .mt-lg-auto,#pys .my-lg-auto{margin-top:auto!important}#pys .mr-lg-auto,#pys .mx-lg-auto{margin-right:auto!important}#pys .mb-lg-auto,#pys .my-lg-auto{margin-bottom:auto!important}#pys .ml-lg-auto,#pys .mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){#pys .m-xl-0{margin:0!important}#pys .mt-xl-0,#pys .my-xl-0{margin-top:0!important}#pys .mr-xl-0,#pys .mx-xl-0{margin-right:0!important}#pys .mb-xl-0,#pys .my-xl-0{margin-bottom:0!important}#pys .ml-xl-0,#pys .mx-xl-0{margin-left:0!important}#pys .m-xl-1{margin:.25rem!important}#pys .mt-xl-1,#pys .my-xl-1{margin-top:.25rem!important}#pys .mr-xl-1,#pys .mx-xl-1{margin-right:.25rem!important}#pys .mb-xl-1,#pys .my-xl-1{margin-bottom:.25rem!important}#pys .ml-xl-1,#pys .mx-xl-1{margin-left:.25rem!important}#pys .m-xl-2{margin:.5rem!important}#pys .mt-xl-2,#pys .my-xl-2{margin-top:.5rem!important}#pys .mr-xl-2,#pys .mx-xl-2{margin-right:.5rem!important}#pys .mb-xl-2,#pys .my-xl-2{margin-bottom:.5rem!important}#pys .ml-xl-2,#pys .mx-xl-2{margin-left:.5rem!important}#pys .m-xl-3{margin:1rem!important}#pys .mt-xl-3,#pys .my-xl-3{margin-top:1rem!important}#pys .mr-xl-3,#pys .mx-xl-3{margin-right:1rem!important}#pys .mb-xl-3,#pys .my-xl-3{margin-bottom:1rem!important}#pys .ml-xl-3,#pys .mx-xl-3{margin-left:1rem!important}#pys .m-xl-4{margin:1.5rem!important}#pys .mt-xl-4,#pys .my-xl-4{margin-top:1.5rem!important}#pys .mr-xl-4,#pys .mx-xl-4{margin-right:1.5rem!important}#pys .mb-xl-4,#pys .my-xl-4{margin-bottom:1.5rem!important}#pys .ml-xl-4,#pys .mx-xl-4{margin-left:1.5rem!important}#pys .m-xl-5{margin:3rem!important}#pys .mt-xl-5,#pys .my-xl-5{margin-top:3rem!important}#pys .mr-xl-5,#pys .mx-xl-5{margin-right:3rem!important}#pys .mb-xl-5,#pys .my-xl-5{margin-bottom:3rem!important}#pys .ml-xl-5,#pys .mx-xl-5{margin-left:3rem!important}#pys .p-xl-0{padding:0!important}#pys .pt-xl-0,#pys .py-xl-0{padding-top:0!important}#pys .pr-xl-0,#pys .px-xl-0{padding-right:0!important}#pys .pb-xl-0,#pys .py-xl-0{padding-bottom:0!important}#pys .pl-xl-0,#pys .px-xl-0{padding-left:0!important}#pys .p-xl-1{padding:.25rem!important}#pys .pt-xl-1,#pys .py-xl-1{padding-top:.25rem!important}#pys .pr-xl-1,#pys .px-xl-1{padding-right:.25rem!important}#pys .pb-xl-1,#pys .py-xl-1{padding-bottom:.25rem!important}#pys .pl-xl-1,#pys .px-xl-1{padding-left:.25rem!important}#pys .p-xl-2{padding:.5rem!important}#pys .pt-xl-2,#pys .py-xl-2{padding-top:.5rem!important}#pys .pr-xl-2,#pys .px-xl-2{padding-right:.5rem!important}#pys .pb-xl-2,#pys .py-xl-2{padding-bottom:.5rem!important}#pys .pl-xl-2,#pys .px-xl-2{padding-left:.5rem!important}#pys .p-xl-3{padding:1rem!important}#pys .pt-xl-3,#pys .py-xl-3{padding-top:1rem!important}#pys .pr-xl-3,#pys .px-xl-3{padding-right:1rem!important}#pys .pb-xl-3,#pys .py-xl-3{padding-bottom:1rem!important}#pys .pl-xl-3,#pys .px-xl-3{padding-left:1rem!important}#pys .p-xl-4{padding:1.5rem!important}#pys .pt-xl-4,#pys .py-xl-4{padding-top:1.5rem!important}#pys .pr-xl-4,#pys .px-xl-4{padding-right:1.5rem!important}#pys .pb-xl-4,#pys .py-xl-4{padding-bottom:1.5rem!important}#pys .pl-xl-4,#pys .px-xl-4{padding-left:1.5rem!important}#pys .p-xl-5{padding:3rem!important}#pys .pt-xl-5,#pys .py-xl-5{padding-top:3rem!important}#pys .pr-xl-5,#pys .px-xl-5{padding-right:3rem!important}#pys .pb-xl-5,#pys .py-xl-5{padding-bottom:3rem!important}#pys .pl-xl-5,#pys .px-xl-5{padding-left:3rem!important}#pys .m-xl-auto{margin:auto!important}#pys .mt-xl-auto,#pys .my-xl-auto{margin-top:auto!important}#pys .mr-xl-auto,#pys .mx-xl-auto{margin-right:auto!important}#pys .mb-xl-auto,#pys .my-xl-auto{margin-bottom:auto!important}#pys .ml-xl-auto,#pys .mx-xl-auto{margin-left:auto!important}}#pys .text-justify{text-align:justify!important}#pys .text-nowrap{white-space:nowrap!important}#pys .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#pys .text-left{text-align:left!important}#pys .text-right{text-align:right!important}#pys .text-center{text-align:center!important}@media (min-width:576px){#pys .text-sm-left{text-align:left!important}#pys .text-sm-right{text-align:right!important}#pys .text-sm-center{text-align:center!important}}@media (min-width:768px){#pys .text-md-left{text-align:left!important}#pys .text-md-right{text-align:right!important}#pys .text-md-center{text-align:center!important}}@media (min-width:992px){#pys .text-lg-left{text-align:left!important}#pys .text-lg-right{text-align:right!important}#pys .text-lg-center{text-align:center!important}}@media (min-width:1200px){#pys .text-xl-left{text-align:left!important}#pys .text-xl-right{text-align:right!important}#pys .text-xl-center{text-align:center!important}}#pys .text-lowercase{text-transform:lowercase!important}#pys .text-uppercase{text-transform:uppercase!important}#pys .text-capitalize{text-transform:capitalize!important}#pys .font-weight-light{font-weight:300!important}#pys .font-weight-normal{font-weight:400!important}#pys .font-weight-bold{font-weight:700!important}#pys .font-italic{font-style:italic!important}#pys .text-white{color:#fff!important}#pys .text-primary{color:#007bff!important}#pys a.text-primary:focus,#pys a.text-primary:hover{color:#0062cc!important}#pys .text-secondary{color:#868e96!important}#pys a.text-secondary:focus,#pys a.text-secondary:hover{color:#6c757d!important}#pys .text-success{color:#28a745!important}#pys a.text-success:focus,#pys a.text-success:hover{color:#1e7e34!important}#pys .text-info{color:#17a2b8!important}#pys a.text-info:focus,#pys a.text-info:hover{color:#117a8b!important}#pys .text-warning{color:#ffc107!important}#pys a.text-warning:focus,#pys a.text-warning:hover{color:#d39e00!important}#pys .text-danger{color:#dc3545!important}#pys a.text-danger:focus,#pys a.text-danger:hover{color:#bd2130!important}#pys .text-light{color:#f8f9fa!important}#pys a.text-light:focus,#pys a.text-light:hover{color:#dae0e5!important}#pys .text-dark{color:#343a40!important}#pys a.text-dark:focus,#pys a.text-dark:hover{color:#1d2124!important}#pys .text-muted{color:#868e96!important}#pys .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}#pys .visible{visibility:visible!important}#pys .invisible{visibility:hidden!important}#pys .tag-logo{width:40px;height:40px}#pys .container{margin:0;padding-top:15px;padding-bottom:15px;background:#fff;border-radius:.25rem}#pys .form-control{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}#pys textarea{font-family:monospace}#pys .form-control-hidden{display:none!important}#pys .form-inline>:not(:last-child){margin-right:.5rem!important}#pys .form-inline input{max-width:180px!important}#pys .form-inline input[type=number]{max-width:70px!important}#pys .control-label{text-align:right;margin-bottom:0;padding-top:7px}#pys .label-inline{line-height:26px}#pys .badge{font-size:80%}#pys .popover .arrow{overflow:initial}#pys .popover .arrow:after{left:auto;top:auto;width:auto;height:auto;transform:none;background-color:initial;box-shadow:none}#pys .popover.bs-popover-auto[x-placement^=top] .arrow,#pys .popover.bs-popover-top .arrow{margin-left:.5rem}#pys .popover.bs-popover-auto[x-placement^=right] .arrow,#pys .popover.bs-popover-right .arrow{margin-left:0}#pys .popover .popover-body ul{padding-left:1.5rem;list-style:initial;list-style-position:outside}#pys .btn-link{cursor:pointer}#pys .btn-save{color:#fff;background-color:#ef7908;border-color:#ef7908}#pys .btn-save:hover{color:#fff;background-color:#ca6607;border-color:#be6006}#pys .btn-save.focus,#pys .btn-save:focus{box-shadow:0 0 0 .2rem rgba(239,121,8,.5)}#pys .btn-save.disabled,#pys .btn-save:disabled{background-color:#ef7908;border-color:#ef7908}#pys .btn-save:not([disabled]):not(.disabled).active,#pys .btn-save:not([disabled]):not(.disabled):active,.show>#pys .btn-save.dropdown-toggle{color:#fff;background-color:#be6006;border-color:#b15a06;box-shadow:0 0 0 .2rem rgba(239,121,8,.5)}#pys .indicator{display:inline-block;margin:4px 0;margin-right:.25rem;padding:0 .75rem;height:25px;min-width:46px;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;line-height:16px;font-size:10px;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#pys .indicator:after{content:" ";display:block;left:0;bottom:0;width:100%;height:4px;background:#20c997;border-radius:.25em}#pys .indicator.indicator-off:after{background:#dc3545}#pys .indicator-label{display:inline-block;margin-bottom:.25rem;font-size:13px}#pys .collapse-inner{padding-top:1rem;padding-bottom:1rem}#pys .col-offset-left{padding-left:35px!important}#pys .panel{padding:1.25rem;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}#pys .panel,#pys .panel-title{margin-bottom:1rem}#pys .section-title{padding:.75rem 1rem;margin-bottom:1rem;background-color:#dee2e6;border-radius:.25rem}#pys .label{font-size:13px}#pys .custom-control-indicator{top:0}#pys .custom-control-description{font-weight:500}#pys .custom-control.custom-radio+.form-inline{margin-bottom:.5rem;padding-left:1.5rem}#pys .custom-control.custom-radio+.form-inline input{max-width:140px!important}#pys .custom-controls-stacked .custom-control:last-child{margin-bottom:0}#pys #table-custom-events .custom-control{margin-right:0;margin-bottom:0;top:2px;min-height:17px}#pys #table-custom-events tr.disabled{background-color:#f8f9fa}#pys #table-custom-events td.networks .fa{margin-right:5px}#pys .card{margin-bottom:1rem;margin-top:0;padding:0;max-width:100%;box-shadow:none;background:none}#pys .card:not(.card-static) .card-body{display:none}#pys .card-collapse{float:right!important;cursor:pointer}#pys .card-header{border-bottom:none}#pys .card-body{border-top:1px solid rgba(0,0,0,.125)}#pys .card-primary,#pys .panel-primary{color:#fff;background-color:#142c9e;border-color:#142c9e}#pys #table-custom-events .event-actions{display:block;margin-top:.25rem;font-size:10px;visibility:hidden}#pys #table-custom-events .event-actions a{text-decoration:none}#pys #table-custom-events tr:hover .event-actions{visibility:visible}#pys #facebook_params_panel .AddPaymentInfo,#pys #facebook_params_panel .AddToCart,#pys #facebook_params_panel .AddToWishlist,#pys #facebook_params_panel .CompleteRegistration,#pys #facebook_params_panel .InitiateCheckout,#pys #facebook_params_panel .Lead,#pys #facebook_params_panel .Purchase,#pys #facebook_params_panel .Search,#pys #facebook_params_panel .StartTrial,#pys #facebook_params_panel .Subscribe,#pys #facebook_params_panel .ViewContent{display:none}#pys #facebook_params_panel.AddPaymentInfo .AddPaymentInfo,#pys #facebook_params_panel.AddToCart .AddToCart,#pys #facebook_params_panel.AddToWishlist .AddToWishlist,#pys #facebook_params_panel.CompleteRegistration .CompleteRegistration,#pys #facebook_params_panel.InitiateCheckout .InitiateCheckout,#pys #facebook_params_panel.Lead .Lead,#pys #facebook_params_panel.Purchase .Purchase,#pys #facebook_params_panel.Search .Search,#pys #facebook_params_panel.StartTrial .StartTrial,#pys #facebook_params_panel.Subscribe .Subscribe,#pys #facebook_params_panel.ViewContent .ViewContent{display:-ms-flexbox;display:flex}#pys .table.system-report{margin-bottom:0}#pys .table.system-report tr:first-of-type td{border-top:none}#pys .notice p{margin:.5em 0!important}#pys .custom-switch{display:inline;margin-right:.25rem}#pys .custom-switch .custom-switch-input{display:none}#pys .custom-switch .custom-switch-input,#pys .custom-switch .custom-switch-input *,#pys .custom-switch .custom-switch-input+.custom-switch-btn,#pys .custom-switch .custom-switch-input:after,#pys .custom-switch .custom-switch-input :after,#pys .custom-switch .custom-switch-input:before,#pys .custom-switch .custom-switch-input :before{box-sizing:border-box}#pys .custom-switch .custom-switch-input+.custom-switch-btn::selection,#pys .custom-switch .custom-switch-input::selection,#pys .custom-switch .custom-switch-input ::selection,#pys .custom-switch .custom-switch-input:after::selection,#pys .custom-switch .custom-switch-input :after::selection,#pys .custom-switch .custom-switch-input:before::selection,#pys .custom-switch .custom-switch-input :before::selection{background:none}#pys .custom-switch .custom-switch-input+.custom-switch-btn{outline:0;display:inline-block;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;width:66px;height:25px;margin:4px 0;padding:4px;background:#eaecef;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='66' height='25'><text x='37.7142857143' y='17' font-size='12px' font-weight='500' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol' fill='#858e96'>Off</text></svg>");border-radius:.25rem;transition:all .3s ease}#pys .custom-switch .custom-switch-input+.custom-switch-btn:after,#pys .custom-switch .custom-switch-input+.custom-switch-btn:before{position:relative;display:block;content:"";width:25px;height:17px}#pys .custom-switch .custom-switch-input+.custom-switch-btn:after{left:0;border-radius:.25rem;background:#fff;transition:all .3s ease}#pys .custom-switch .custom-switch-input+.custom-switch-btn:before{display:none}#pys .custom-switch .custom-switch-input:checked+.custom-switch-btn{background:#007bff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='66' height='25'><text x='9.4285714286' y='17' font-size='12px' font-weight='500' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol' fill='#fff'>On</text></svg>")}#pys .custom-switch .custom-switch-input:checked+.custom-switch-btn:after{left:33px}#pys .custom-switch .custom-switch-input:checked+.custom-switch-btn~.custom-switch-content-checked{opacity:1;height:auto}#pys .custom-switch .custom-switch-input:checked+.custom-switch-btn~.custom-switch-content-unchecked,#pys .custom-switch .custom-switch-input:not(:checked)+.custom-switch-btn~.custom-switch-content-checked{display:none;opacity:0;height:0}#pys .custom-switch .custom-switch-input:not(:checked)+.custom-switch-btn~.custom-switch-content-unchecked{opacity:1;height:auto}#pys .custom-switch .custom-switch-input:disabled+.custom-switch-btn{cursor:default}#pys .switcher-label{display:inline;margin-bottom:.25rem;font-size:13px}#pys .select2 ul{margin-bottom:0}#pys .select2-choice{background-image:none!important;border:none!important;height:auto!important;padding:0!important;line-height:22px!important;background-color:transparent!important;box-shadow:none!important}#pys .select2-choice .select2-arrow{background-image:none!important;background:transparent;border:none;width:14px;top:-2px}#pys .select2-container-multi{width:100%}#pys .select2-container-multi.form-control{height:auto}#pys .select2-container-multi .select2-choices{border:1px solid #e3e3e3!important;box-shadow:none!important;background-image:none!important;border-radius:4px!important;-moz-border-radius:4px!important;background-clip:padding-box!important;min-height:38px}#pys .select2-container-multi .select2-choices .select2-search-choice{padding:4px 7px 4px 18px;margin:5px 0 3px 5px;color:#555;background:#f5f5f5;border-color:#e5e5e5;box-shadow:none}#pys .select2-container-multi .select2-choices .select2-search-choice input{padding:7px 7px 7px 10px;font-family:inherit}#pys .select2-drop-active{border:1px solid #e3e3e3!important;padding-top:5px;box-shadow:0 2px 2px rgba(0,0,0,.15);-moz-box-shadow:0 2px 2px rgba(0,0,0,.15)}#pys .select2-container--default .select2-selection--multiple{min-height:33px;border-radius:.2rem;border:1px solid #ced4da}#pys .select2-container--default .select2-selection--multiple .select2-selection__choice{margin:5px 5px 0 0;padding:2px 10px 4px 5px;border:none;border-radius:.25rem;background-color:#dee2e6}#pys .select2-container--default .select2-selection--multiple .select2-search{margin:5px 5px 0 0;padding:0 0 0 5px}#pys .form-control:disabled,#pys .form-control[readonly]{color:#858e96;background:#eaecef}#pys .badge-pinterest,#pys .badge-pro{color:#858e96;background-color:#fff;border-radius:3px;border:1px solid #858e96;font-weight:500;font-size:13px}#pys .badge-pinterest[href]:focus,#pys .badge-pinterest[href]:hover,#pys .badge-pro[href]:focus,#pys .badge-pro[href]:hover{text-decoration:none}#pys .card.card-disabled{border-color:#eaecef}#pys .card.card-disabled .card-header{padding-top:8px;padding-bottom:8px;background-color:#eaecef}#pys .card.card-disabled .card-collapse{padding-top:3px}#pys .custom-control-input:disabled~.custom-control-description{color:#000}#pys .custom-control.custom-checkbox.custom-checkbox-badge .custom-control-indicator{margin-top:4px}
|
2 |
|
3 |
/*!
|
4 |
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
@@ -52,4 +52,7 @@
|
|
52 |
}
|
53 |
#pys ul.pys_list li {
|
54 |
margin-bottom: 1.1em;
|
|
|
|
|
|
|
55 |
}
|
1 |
+
@charset "UTF-8";#pys{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;color:#212529;text-align:left;background-color:transparent;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}#pys *,#pys :after,#pys :before{box-sizing:border-box}@-ms-viewport{width:device-width}#pys article,#pys aside,#pys dialog,#pys figcaption,#pys figure,#pys footer,#pys header,#pys hgroup,#pys main,#pys nav,#pys section{display:block}#pys [tabindex="-1"]:focus{outline:none!important}#pys hr{box-sizing:content-box;height:0;overflow:visible}#pys h1,#pys h2,#pys h3,#pys h4,#pys h5,#pys h6{margin-top:0;margin-bottom:.5rem}#pys p{margin-top:0;margin-bottom:1rem}#pys abbr[data-original-title],#pys abbr[title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0}#pys address{margin-bottom:1rem;font-style:normal;line-height:inherit}#pys dl,#pys ol,#pys ul{margin-top:0;margin-bottom:1rem}#pys ol ol,#pys ol ul,#pys ul ol,#pys ul ul{margin-bottom:0}#pys dt{font-weight:700}#pys dd{margin-bottom:.5rem;margin-left:0}#pys blockquote{margin:0 0 1rem}#pys dfn{font-style:italic}#pys b,#pys strong{font-weight:bolder}#pys small{font-size:80%}#pys sub,#pys sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}#pys sub{bottom:-.25em}#pys sup{top:-.5em}#pys a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}#pys a:hover{color:#0056b3;text-decoration:underline}#pys a:not([href]):not([tabindex]),#pys a:not([href]):not([tabindex]):focus,#pys a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}#pys a:not([href]):not([tabindex]):focus{outline:0}#pys code,#pys kbd,#pys pre,#pys samp{font-family:monospace,monospace;font-size:1em}#pys pre{overflow:auto;-ms-overflow-style:scrollbar}#pys figure{margin:0 0 1rem}#pys img{vertical-align:middle;border-style:none}#pys svg:not(:root){overflow:hidden}#pys [role=button],#pys a,#pys area,#pys button,#pys input:not([type=range]),#pys label,#pys select,#pys summary,#pys textarea{-ms-touch-action:manipulation;touch-action:manipulation}#pys table{border-collapse:collapse}#pys caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}#pys th{text-align:inherit}#pys label{display:inline-block;margin-bottom:.5rem}#pys button{border-radius:0}#pys button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}#pys button,#pys input,#pys optgroup,#pys select,#pys textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}#pys button,#pys input{overflow:visible}#pys button,#pys select{text-transform:none}#pys [type=reset],#pys [type=submit],#pys button,#pys html [type=button]{-webkit-appearance:button}#pys [type=button]::-moz-focus-inner,#pys [type=reset]::-moz-focus-inner,#pys [type=submit]::-moz-focus-inner,#pys button::-moz-focus-inner{padding:0;border-style:none}#pys input[type=checkbox],#pys input[type=radio]{box-sizing:border-box;padding:0}#pys input[type=date],#pys input[type=datetime-local],#pys input[type=month],#pys input[type=time]{-webkit-appearance:listbox}#pys textarea{overflow:auto;resize:vertical}#pys fieldset{min-width:0;padding:0;margin:0;border:0}#pys legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}#pys progress{vertical-align:baseline}#pys [type=number]::-webkit-inner-spin-button,#pys [type=number]::-webkit-outer-spin-button{height:auto}#pys [type=search]{outline-offset:-2px;-webkit-appearance:none}#pys [type=search]::-webkit-search-cancel-button,#pys [type=search]::-webkit-search-decoration{-webkit-appearance:none}#pys ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}#pys output{display:inline-block}#pys summary{display:list-item}#pys template{display:none}#pys [hidden]{display:none!important}#pys .h1,#pys .h2,#pys .h3,#pys .h4,#pys .h5,#pys .h6,#pys h1,#pys h2,#pys h3,#pys h4,#pys h5,#pys h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}#pys .h1,#pys h1{font-size:23px}#pys .h2,#pys .h3,#pys .h4,#pys h2,#pys h3,#pys h4{font-size:1rem}#pys .h5,#pys h5{font-size:1.25rem}#pys .h6,#pys h6{font-size:1rem}#pys .lead{font-size:1.25rem;font-weight:300}#pys .display-1{font-size:6rem;font-weight:300;line-height:1.2}#pys .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}#pys .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}#pys .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}#pys hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}#pys .small,#pys small{font-size:80%;font-weight:400}#pys .mark,#pys mark{padding:.2em;background-color:#fcf8e3}#pys .list-inline,#pys .list-unstyled{padding-left:0;list-style:none}#pys .list-inline-item{display:inline-block}#pys .list-inline-item:not(:last-child){margin-right:5px}#pys .initialism{font-size:90%;text-transform:uppercase}#pys .blockquote{margin-bottom:1rem;font-size:1.25rem}#pys .blockquote-footer{display:block;font-size:80%;color:#868e96}#pys .blockquote-footer:before{content:"\2014 \00A0"}#pys .card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}#pys .card>hr{margin-right:0;margin-left:0}#pys .card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}#pys .card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}#pys .card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}#pys .card-title{margin-bottom:.75rem}#pys .card-subtitle{margin-top:-.375rem;margin-bottom:0}#pys .card-text:last-child{margin-bottom:0}#pys .card-link:hover{text-decoration:none}#pys .card-link+.card-link{margin-left:1.25rem}#pys .card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}#pys .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}#pys .card-header+.list-group .list-group-item:first-child{border-top:0}#pys .card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}#pys .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}#pys .card-header-tabs{margin-bottom:-.75rem;border-bottom:0}#pys .card-header-pills,#pys .card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}#pys .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}#pys .card-img{width:100%;border-radius:calc(.25rem - 1px)}#pys .card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}#pys .card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}#pys .card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}#pys .card-deck .card{margin-bottom:15px}@media (min-width:576px){#pys .card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}#pys .card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}#pys .card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}#pys .card-group .card{margin-bottom:15px}@media (min-width:576px){#pys .card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}#pys .card-group .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}#pys .card-group .card+.card{margin-left:0;border-left:0}#pys .card-group .card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}#pys .card-group .card:first-child .card-img-top{border-top-right-radius:0}#pys .card-group .card:first-child .card-img-bottom{border-bottom-right-radius:0}#pys .card-group .card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}#pys .card-group .card:last-child .card-img-top{border-top-left-radius:0}#pys .card-group .card:last-child .card-img-bottom{border-bottom-left-radius:0}#pys .card-group .card:only-child{border-radius:.25rem}#pys .card-group .card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}#pys .card-group .card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}#pys .card-group .card:not(:first-child):not(:last-child):not(:only-child),#pys .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,#pys .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}#pys .card-columns .card{margin-bottom:.75rem}@media (min-width:576px){#pys .card-columns{column-count:3;column-gap:1.25rem}#pys .card-columns .card{display:inline-block;width:100%}}#pys code,#pys kbd,#pys pre,#pys samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}#pys code{padding:.2rem .4rem;font-size:90%;color:#bd4147;background-color:#f8f9fa;border-radius:.25rem}a>#pys code{padding:0;color:inherit;background-color:inherit}#pys kbd{padding:.2rem .4rem;font-size:90%;color:#fff;background-color:#212529;border-radius:.2rem}#pys kbd kbd{padding:0;font-size:100%;font-weight:700}#pys pre{display:block;margin-top:0;margin-bottom:1rem;font-size:90%;color:#212529}#pys pre code{padding:0;font-size:inherit;color:inherit;background-color:transparent;border-radius:0}#pys .pre-scrollable{max-height:340px;overflow-y:scroll}#pys .custom-control{position:relative;display:-ms-inline-flexbox;display:inline-flex;min-height:1.2rem;padding-left:1.5rem;margin-right:1rem}#pys .custom-control-input{position:absolute;z-index:-1;opacity:0}#pys .custom-control-input:checked~.custom-control-indicator{color:#fff;background-color:#007bff}#pys .custom-control-input:focus~.custom-control-indicator{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}#pys .custom-control-input:active~.custom-control-indicator{color:#fff;background-color:#b3d7ff}#pys .custom-control-input:disabled~.custom-control-indicator{background-color:#e9ecef}#pys .custom-control-input:disabled~.custom-control-description{color:#868e96}#pys .custom-control-indicator{position:absolute;top:.1rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#ddd;background-repeat:no-repeat;background-position:50%;background-size:50% 50%}#pys .custom-checkbox .custom-control-indicator{border-radius:.25rem}#pys .custom-checkbox .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}#pys .custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator{background-color:#007bff;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}#pys .custom-radio .custom-control-indicator{border-radius:50%}#pys .custom-radio .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}#pys .custom-controls-stacked{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}#pys .custom-controls-stacked .custom-control{margin-bottom:.25rem}#pys .custom-controls-stacked .custom-control+.custom-control{margin-left:0}#pys .custom-select{display:inline-block;max-width:100%;height:calc(1.95rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.2;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}#pys .custom-select:focus{border-color:#80bdff;outline:none}#pys .custom-select:focus::-ms-value{color:#495057;background-color:#fff}#pys .custom-select[multiple]{height:auto;background-image:none}#pys .custom-select:disabled{color:#868e96;background-color:#e9ecef}#pys .custom-select::-ms-expand{opacity:0}#pys .custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}#pys .custom-file{position:relative;display:inline-block;max-width:100%;height:calc(1.95rem + 2px);margin-bottom:0}#pys .custom-file-input{min-width:14rem;max-width:100%;height:calc(1.95rem + 2px);margin:0;opacity:0}#pys .custom-file-input:focus~.custom-file-control{box-shadow:0 0 0 .075rem #fff,0 0 0 .2rem #007bff}#pys .custom-file-control{position:absolute;top:0;right:0;left:0;z-index:5;height:calc(1.95rem + 2px);padding:.375rem .75rem;line-height:1.2;color:#495057;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}#pys .custom-file-control:lang(en):empty:after{content:"Choose file..."}#pys .custom-file-control:before{position:absolute;top:-1px;right:-1px;bottom:-1px;z-index:6;display:block;height:calc(1.95rem + 2px);padding:.375rem .75rem;line-height:1.2;color:#495057;background-color:#e9ecef;border:1px solid #ced4da;border-radius:0 .25rem .25rem 0}#pys .custom-file-control:lang(en):before{content:"Browse"}#pys .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){#pys .container{max-width:540px}}@media (min-width:768px){#pys .container{max-width:720px}}@media (min-width:992px){#pys .container{max-width:960px}}@media (min-width:1200px){#pys .container{max-width:1140px}}#pys .container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}#pys .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#pys .no-gutters{margin-right:0;margin-left:0}#pys .no-gutters>.col,#pys .no-gutters>[class*=col-]{padding-right:0;padding-left:0}#pys .col,#pys .col-1,#pys .col-2,#pys .col-3,#pys .col-4,#pys .col-5,#pys .col-6,#pys .col-7,#pys .col-8,#pys .col-9,#pys .col-10,#pys .col-11,#pys .col-12,#pys .col-auto,#pys .col-lg,#pys .col-lg-1,#pys .col-lg-2,#pys .col-lg-3,#pys .col-lg-4,#pys .col-lg-5,#pys .col-lg-6,#pys .col-lg-7,#pys .col-lg-8,#pys .col-lg-9,#pys .col-lg-10,#pys .col-lg-11,#pys .col-lg-12,#pys .col-lg-auto,#pys .col-md,#pys .col-md-1,#pys .col-md-2,#pys .col-md-3,#pys .col-md-4,#pys .col-md-5,#pys .col-md-6,#pys .col-md-7,#pys .col-md-8,#pys .col-md-9,#pys .col-md-10,#pys .col-md-11,#pys .col-md-12,#pys .col-md-auto,#pys .col-sm,#pys .col-sm-1,#pys .col-sm-2,#pys .col-sm-3,#pys .col-sm-4,#pys .col-sm-5,#pys .col-sm-6,#pys .col-sm-7,#pys .col-sm-8,#pys .col-sm-9,#pys .col-sm-10,#pys .col-sm-11,#pys .col-sm-12,#pys .col-sm-auto,#pys .col-xl,#pys .col-xl-1,#pys .col-xl-2,#pys .col-xl-3,#pys .col-xl-4,#pys .col-xl-5,#pys .col-xl-6,#pys .col-xl-7,#pys .col-xl-8,#pys .col-xl-9,#pys .col-xl-10,#pys .col-xl-11,#pys .col-xl-12,#pys .col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}#pys .col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}#pys .col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}#pys .col-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}#pys .col-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}#pys .col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}#pys .col-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}#pys .col-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}#pys .col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}#pys .col-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}#pys .col-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}#pys .col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}#pys .col-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}#pys .col-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}#pys .col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#pys .order-first{-ms-flex-order:-1;order:-1}#pys .order-1{-ms-flex-order:1;order:1}#pys .order-2{-ms-flex-order:2;order:2}#pys .order-3{-ms-flex-order:3;order:3}#pys .order-4{-ms-flex-order:4;order:4}#pys .order-5{-ms-flex-order:5;order:5}#pys .order-6{-ms-flex-order:6;order:6}#pys .order-7{-ms-flex-order:7;order:7}#pys .order-8{-ms-flex-order:8;order:8}#pys .order-9{-ms-flex-order:9;order:9}#pys .order-10{-ms-flex-order:10;order:10}#pys .order-11{-ms-flex-order:11;order:11}#pys .order-12{-ms-flex-order:12;order:12}#pys .offset-1{margin-left:8.3333333333%}#pys .offset-2{margin-left:16.6666666667%}#pys .offset-3{margin-left:25%}#pys .offset-4{margin-left:33.3333333333%}#pys .offset-5{margin-left:41.6666666667%}#pys .offset-6{margin-left:50%}#pys .offset-7{margin-left:58.3333333333%}#pys .offset-8{margin-left:66.6666666667%}#pys .offset-9{margin-left:75%}#pys .offset-10{margin-left:83.3333333333%}#pys .offset-11{margin-left:91.6666666667%}@media (min-width:576px){#pys .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}#pys .col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}#pys .col-sm-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}#pys .col-sm-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}#pys .col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}#pys .col-sm-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}#pys .col-sm-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}#pys .col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}#pys .col-sm-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}#pys .col-sm-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}#pys .col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}#pys .col-sm-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}#pys .col-sm-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}#pys .col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#pys .order-sm-first{-ms-flex-order:-1;order:-1}#pys .order-sm-1{-ms-flex-order:1;order:1}#pys .order-sm-2{-ms-flex-order:2;order:2}#pys .order-sm-3{-ms-flex-order:3;order:3}#pys .order-sm-4{-ms-flex-order:4;order:4}#pys .order-sm-5{-ms-flex-order:5;order:5}#pys .order-sm-6{-ms-flex-order:6;order:6}#pys .order-sm-7{-ms-flex-order:7;order:7}#pys .order-sm-8{-ms-flex-order:8;order:8}#pys .order-sm-9{-ms-flex-order:9;order:9}#pys .order-sm-10{-ms-flex-order:10;order:10}#pys .order-sm-11{-ms-flex-order:11;order:11}#pys .order-sm-12{-ms-flex-order:12;order:12}#pys .offset-sm-0{margin-left:0}#pys .offset-sm-1{margin-left:8.3333333333%}#pys .offset-sm-2{margin-left:16.6666666667%}#pys .offset-sm-3{margin-left:25%}#pys .offset-sm-4{margin-left:33.3333333333%}#pys .offset-sm-5{margin-left:41.6666666667%}#pys .offset-sm-6{margin-left:50%}#pys .offset-sm-7{margin-left:58.3333333333%}#pys .offset-sm-8{margin-left:66.6666666667%}#pys .offset-sm-9{margin-left:75%}#pys .offset-sm-10{margin-left:83.3333333333%}#pys .offset-sm-11{margin-left:91.6666666667%}}@media (min-width:768px){#pys .col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}#pys .col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}#pys .col-md-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}#pys .col-md-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}#pys .col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}#pys .col-md-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}#pys .col-md-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}#pys .col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}#pys .col-md-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}#pys .col-md-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}#pys .col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}#pys .col-md-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}#pys .col-md-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}#pys .col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#pys .order-md-first{-ms-flex-order:-1;order:-1}#pys .order-md-1{-ms-flex-order:1;order:1}#pys .order-md-2{-ms-flex-order:2;order:2}#pys .order-md-3{-ms-flex-order:3;order:3}#pys .order-md-4{-ms-flex-order:4;order:4}#pys .order-md-5{-ms-flex-order:5;order:5}#pys .order-md-6{-ms-flex-order:6;order:6}#pys .order-md-7{-ms-flex-order:7;order:7}#pys .order-md-8{-ms-flex-order:8;order:8}#pys .order-md-9{-ms-flex-order:9;order:9}#pys .order-md-10{-ms-flex-order:10;order:10}#pys .order-md-11{-ms-flex-order:11;order:11}#pys .order-md-12{-ms-flex-order:12;order:12}#pys .offset-md-0{margin-left:0}#pys .offset-md-1{margin-left:8.3333333333%}#pys .offset-md-2{margin-left:16.6666666667%}#pys .offset-md-3{margin-left:25%}#pys .offset-md-4{margin-left:33.3333333333%}#pys .offset-md-5{margin-left:41.6666666667%}#pys .offset-md-6{margin-left:50%}#pys .offset-md-7{margin-left:58.3333333333%}#pys .offset-md-8{margin-left:66.6666666667%}#pys .offset-md-9{margin-left:75%}#pys .offset-md-10{margin-left:83.3333333333%}#pys .offset-md-11{margin-left:91.6666666667%}}@media (min-width:992px){#pys .col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}#pys .col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}#pys .col-lg-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}#pys .col-lg-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}#pys .col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}#pys .col-lg-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}#pys .col-lg-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}#pys .col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}#pys .col-lg-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}#pys .col-lg-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}#pys .col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}#pys .col-lg-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}#pys .col-lg-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}#pys .col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#pys .order-lg-first{-ms-flex-order:-1;order:-1}#pys .order-lg-1{-ms-flex-order:1;order:1}#pys .order-lg-2{-ms-flex-order:2;order:2}#pys .order-lg-3{-ms-flex-order:3;order:3}#pys .order-lg-4{-ms-flex-order:4;order:4}#pys .order-lg-5{-ms-flex-order:5;order:5}#pys .order-lg-6{-ms-flex-order:6;order:6}#pys .order-lg-7{-ms-flex-order:7;order:7}#pys .order-lg-8{-ms-flex-order:8;order:8}#pys .order-lg-9{-ms-flex-order:9;order:9}#pys .order-lg-10{-ms-flex-order:10;order:10}#pys .order-lg-11{-ms-flex-order:11;order:11}#pys .order-lg-12{-ms-flex-order:12;order:12}#pys .offset-lg-0{margin-left:0}#pys .offset-lg-1{margin-left:8.3333333333%}#pys .offset-lg-2{margin-left:16.6666666667%}#pys .offset-lg-3{margin-left:25%}#pys .offset-lg-4{margin-left:33.3333333333%}#pys .offset-lg-5{margin-left:41.6666666667%}#pys .offset-lg-6{margin-left:50%}#pys .offset-lg-7{margin-left:58.3333333333%}#pys .offset-lg-8{margin-left:66.6666666667%}#pys .offset-lg-9{margin-left:75%}#pys .offset-lg-10{margin-left:83.3333333333%}#pys .offset-lg-11{margin-left:91.6666666667%}}@media (min-width:1200px){#pys .col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}#pys .col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}#pys .col-xl-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}#pys .col-xl-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}#pys .col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}#pys .col-xl-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}#pys .col-xl-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}#pys .col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}#pys .col-xl-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}#pys .col-xl-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}#pys .col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}#pys .col-xl-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}#pys .col-xl-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}#pys .col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#pys .order-xl-first{-ms-flex-order:-1;order:-1}#pys .order-xl-1{-ms-flex-order:1;order:1}#pys .order-xl-2{-ms-flex-order:2;order:2}#pys .order-xl-3{-ms-flex-order:3;order:3}#pys .order-xl-4{-ms-flex-order:4;order:4}#pys .order-xl-5{-ms-flex-order:5;order:5}#pys .order-xl-6{-ms-flex-order:6;order:6}#pys .order-xl-7{-ms-flex-order:7;order:7}#pys .order-xl-8{-ms-flex-order:8;order:8}#pys .order-xl-9{-ms-flex-order:9;order:9}#pys .order-xl-10{-ms-flex-order:10;order:10}#pys .order-xl-11{-ms-flex-order:11;order:11}#pys .order-xl-12{-ms-flex-order:12;order:12}#pys .offset-xl-0{margin-left:0}#pys .offset-xl-1{margin-left:8.3333333333%}#pys .offset-xl-2{margin-left:16.6666666667%}#pys .offset-xl-3{margin-left:25%}#pys .offset-xl-4{margin-left:33.3333333333%}#pys .offset-xl-5{margin-left:41.6666666667%}#pys .offset-xl-6{margin-left:50%}#pys .offset-xl-7{margin-left:58.3333333333%}#pys .offset-xl-8{margin-left:66.6666666667%}#pys .offset-xl-9{margin-left:75%}#pys .offset-xl-10{margin-left:83.3333333333%}#pys .offset-xl-11{margin-left:91.6666666667%}}#pys .nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}#pys .nav-link{display:block;padding:.5rem 1rem}#pys .nav-link:focus,#pys .nav-link:hover{text-decoration:none}#pys .nav-link.disabled{color:#868e96}#pys .nav-tabs{border-bottom:1px solid #ddd}#pys .nav-tabs .nav-item{margin-bottom:-1px}#pys .nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}#pys .nav-tabs .nav-link:focus,#pys .nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #ddd}#pys .nav-tabs .nav-link.disabled{color:#868e96;background-color:transparent;border-color:transparent}#pys .nav-tabs .nav-item.show .nav-link,#pys .nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#ddd #ddd #fff}#pys .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}#pys .nav-pills .nav-link{border-radius:.25rem}#pys .nav-pills .nav-link.active,#pys .nav-pills .show>.nav-link{color:#fff;background-color:#007bff}#pys .nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}#pys .nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}#pys .tab-content>.tab-pane{display:none}#pys .tab-content>.active{display:block}#pys .table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}#pys .table td,#pys .table th{padding:.75rem;vertical-align:top;border-top:1px solid #e9ecef}#pys .table thead th{vertical-align:bottom;border-bottom:2px solid #e9ecef}#pys .table tbody+tbody{border-top:2px solid #e9ecef}#pys .table .table{background-color:#fff}#pys .table-sm td,#pys .table-sm th{padding:.3rem}#pys .table-bordered,#pys .table-bordered td,#pys .table-bordered th{border:1px solid #e9ecef}#pys .table-bordered thead td,#pys .table-bordered thead th{border-bottom-width:2px}#pys .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}#pys .table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}#pys .table-primary,#pys .table-primary>td,#pys .table-primary>th{background-color:#b8daff}#pys .table-hover .table-primary:hover,#pys .table-hover .table-primary:hover>td,#pys .table-hover .table-primary:hover>th{background-color:#9fcdff}#pys .table-secondary,#pys .table-secondary>td,#pys .table-secondary>th{background-color:#dddfe2}#pys .table-hover .table-secondary:hover,#pys .table-hover .table-secondary:hover>td,#pys .table-hover .table-secondary:hover>th{background-color:#cfd2d6}#pys .table-success,#pys .table-success>td,#pys .table-success>th{background-color:#c3e6cb}#pys .table-hover .table-success:hover,#pys .table-hover .table-success:hover>td,#pys .table-hover .table-success:hover>th{background-color:#b1dfbb}#pys .table-info,#pys .table-info>td,#pys .table-info>th{background-color:#bee5eb}#pys .table-hover .table-info:hover,#pys .table-hover .table-info:hover>td,#pys .table-hover .table-info:hover>th{background-color:#abdde5}#pys .table-warning,#pys .table-warning>td,#pys .table-warning>th{background-color:#ffeeba}#pys .table-hover .table-warning:hover,#pys .table-hover .table-warning:hover>td,#pys .table-hover .table-warning:hover>th{background-color:#ffe8a1}#pys .table-danger,#pys .table-danger>td,#pys .table-danger>th{background-color:#f5c6cb}#pys .table-hover .table-danger:hover,#pys .table-hover .table-danger:hover>td,#pys .table-hover .table-danger:hover>th{background-color:#f1b0b7}#pys .table-light,#pys .table-light>td,#pys .table-light>th{background-color:#fdfdfe}#pys .table-hover .table-light:hover,#pys .table-hover .table-light:hover>td,#pys .table-hover .table-light:hover>th{background-color:#ececf6}#pys .table-dark,#pys .table-dark>td,#pys .table-dark>th{background-color:#c6c8ca}#pys .table-hover .table-dark:hover,#pys .table-hover .table-dark:hover>td,#pys .table-hover .table-dark:hover>th{background-color:#b9bbbe}#pys .table-active,#pys .table-active>td,#pys .table-active>th,#pys .table-hover .table-active:hover,#pys .table-hover .table-active:hover>td,#pys .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}#pys .table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}#pys .table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#e9ecef}#pys .table-dark{color:#fff;background-color:#212529}#pys .table-dark td,#pys .table-dark th,#pys .table-dark thead th{border-color:#32383e}#pys .table-dark.table-bordered{border:0}#pys .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}#pys .table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075)}@media (max-width:575px){#pys .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}#pys .table-responsive-sm.table-bordered{border:0}}@media (max-width:767px){#pys .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}#pys .table-responsive-md.table-bordered{border:0}}@media (max-width:991px){#pys .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}#pys .table-responsive-lg.table-bordered{border:0}}@media (max-width:1199px){#pys .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}#pys .table-responsive-xl.table-bordered{border:0}}#pys .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}#pys .table-responsive.table-bordered{border:0}#pys .form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.2;color:#495057;background-color:#fff;background-image:none;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}#pys .form-control::-ms-expand{background-color:transparent;border:0}#pys .form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:none;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}#pys .form-control:-ms-input-placeholder{color:#868e96;opacity:1}#pys .form-control::placeholder{color:#868e96;opacity:1}#pys .form-control:disabled,#pys .form-control[readonly]{background-color:#eaecef;opacity:1}#pys select.form-control:not([size]):not([multiple]){height:calc(1.95rem + 2px)}#pys select.form-control:focus::-ms-value{color:#495057;background-color:#fff}#pys .form-control-file,#pys .form-control-range{display:block}#pys .col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;line-height:1.2}#pys .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}#pys .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}#pys .col-form-legend{font-size:1rem}#pys .col-form-legend,#pys .form-control-plaintext{padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0}#pys .form-control-plaintext{line-height:1.2;background-color:transparent;border:solid transparent;border-width:1px 0}#pys .form-control-plaintext.form-control-lg,#pys .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}#pys .form-control-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}#pys select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}#pys .form-control-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}#pys select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}#pys .form-group{margin-bottom:1rem}#pys .form-text{display:block;margin-top:.25rem}#pys .form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}#pys .form-row>.col,#pys .form-row>[class*=col-]{padding-right:5px;padding-left:5px}#pys .form-check{position:relative;display:block;margin-bottom:.5rem}#pys .form-check.disabled .form-check-label{color:#868e96}#pys .form-check-label{padding-left:1.25rem;margin-bottom:0}#pys .form-check-input{position:absolute;margin-top:.25rem;margin-left:-1.25rem}#pys .form-check-inline{display:inline-block;margin-right:.75rem}#pys .form-check-inline .form-check-label{vertical-align:middle}#pys .valid-feedback{display:none;margin-top:.25rem;font-size:.875rem;color:#28a745}#pys .valid-tooltip{position:absolute;top:100%;z-index:5;display:none;width:250px;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}#pys .custom-select.is-valid,#pys .form-control.is-valid,.was-validated #pys .custom-select:valid,.was-validated #pys .form-control:valid{border-color:#28a745}#pys .custom-select.is-valid:focus,#pys .form-control.is-valid:focus,.was-validated #pys .custom-select:valid:focus,.was-validated #pys .form-control:valid:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}#pys .custom-select.is-valid~.valid-feedback,#pys .custom-select.is-valid~.valid-tooltip,#pys .form-control.is-valid~.valid-feedback,#pys .form-control.is-valid~.valid-tooltip,.was-validated #pys .custom-select:valid~.valid-feedback,.was-validated #pys .custom-select:valid~.valid-tooltip,.was-validated #pys .form-control:valid~.valid-feedback,.was-validated #pys .form-control:valid~.valid-tooltip{display:block}#pys .form-check-input.is-valid+.form-check-label,.was-validated #pys .form-check-input:valid+.form-check-label{color:#28a745}#pys .custom-control-input.is-valid~.custom-control-indicator,.was-validated #pys .custom-control-input:valid~.custom-control-indicator{background-color:rgba(40,167,69,.25)}#pys .custom-control-input.is-valid~.custom-control-description,.was-validated #pys .custom-control-input:valid~.custom-control-description{color:#28a745}#pys .custom-file-input.is-valid~.custom-file-control,.was-validated #pys .custom-file-input:valid~.custom-file-control{border-color:#28a745}#pys .custom-file-input.is-valid~.custom-file-control:before,.was-validated #pys .custom-file-input:valid~.custom-file-control:before{border-color:inherit}#pys .custom-file-input.is-valid:focus,.was-validated #pys .custom-file-input:valid:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}#pys .invalid-feedback{display:none;margin-top:.25rem;font-size:.875rem;color:#dc3545}#pys .invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;width:250px;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}#pys .custom-select.is-invalid,#pys .form-control.is-invalid,.was-validated #pys .custom-select:invalid,.was-validated #pys .form-control:invalid{border-color:#dc3545}#pys .custom-select.is-invalid:focus,#pys .form-control.is-invalid:focus,.was-validated #pys .custom-select:invalid:focus,.was-validated #pys .form-control:invalid:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}#pys .custom-select.is-invalid~.invalid-feedback,#pys .custom-select.is-invalid~.invalid-tooltip,#pys .form-control.is-invalid~.invalid-feedback,#pys .form-control.is-invalid~.invalid-tooltip,.was-validated #pys .custom-select:invalid~.invalid-feedback,.was-validated #pys .custom-select:invalid~.invalid-tooltip,.was-validated #pys .form-control:invalid~.invalid-feedback,.was-validated #pys .form-control:invalid~.invalid-tooltip{display:block}#pys .form-check-input.is-invalid+.form-check-label,.was-validated #pys .form-check-input:invalid+.form-check-label{color:#dc3545}#pys .custom-control-input.is-invalid~.custom-control-indicator,.was-validated #pys .custom-control-input:invalid~.custom-control-indicator{background-color:rgba(220,53,69,.25)}#pys .custom-control-input.is-invalid~.custom-control-description,.was-validated #pys .custom-control-input:invalid~.custom-control-description{color:#dc3545}#pys .custom-file-input.is-invalid~.custom-file-control,.was-validated #pys .custom-file-input:invalid~.custom-file-control{border-color:#dc3545}#pys .custom-file-input.is-invalid~.custom-file-control:before,.was-validated #pys .custom-file-input:invalid~.custom-file-control:before{border-color:inherit}#pys .custom-file-input.is-invalid:focus,.was-validated #pys .custom-file-input:invalid:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}#pys .form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}#pys .form-inline .form-check{width:100%}@media (min-width:576px){#pys .form-inline label{-ms-flex-align:center;-ms-flex-pack:center;justify-content:center}#pys .form-inline .form-group,#pys .form-inline label{display:-ms-flexbox;display:flex;align-items:center;margin-bottom:0}#pys .form-inline .form-group{-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center}#pys .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}#pys .form-inline .form-control-plaintext{display:inline-block}#pys .form-inline .input-group{width:auto}#pys .form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;margin-top:0;margin-bottom:0}#pys .form-inline .form-check-label{padding-left:0}#pys .form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}#pys .form-inline .custom-control{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-left:0}#pys .form-inline .custom-control-indicator{position:static;display:inline-block;margin-right:.25rem;vertical-align:text-bottom}#pys .form-inline .has-feedback .form-control-feedback{top:0}}#pys .btn{display:inline-block;font-weight:500;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.2;border-radius:.25rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}#pys .btn:focus,#pys .btn:hover{text-decoration:none}#pys .btn.focus,#pys .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}#pys .btn.disabled,#pys .btn:disabled{opacity:.65}#pys .btn:not([disabled]):not(.disabled).active,#pys .btn:not([disabled]):not(.disabled):active{background-image:none}#pys a.btn.disabled,#pys fieldset[disabled] a.btn{pointer-events:none}#pys .btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}#pys .btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}#pys .btn-primary.focus,#pys .btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}#pys .btn-primary.disabled,#pys .btn-primary:disabled{background-color:#007bff;border-color:#007bff}#pys .btn-primary:not([disabled]):not(.disabled).active,#pys .btn-primary:not([disabled]):not(.disabled):active,.show>#pys .btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}#pys .btn-secondary{color:#fff;background-color:#868e96;border-color:#868e96}#pys .btn-secondary:hover{color:#fff;background-color:#727b84;border-color:#6c757d}#pys .btn-secondary.focus,#pys .btn-secondary:focus{box-shadow:0 0 0 .2rem hsla(210,7%,56%,.5)}#pys .btn-secondary.disabled,#pys .btn-secondary:disabled{background-color:#868e96;border-color:#868e96}#pys .btn-secondary:not([disabled]):not(.disabled).active,#pys .btn-secondary:not([disabled]):not(.disabled):active,.show>#pys .btn-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#666e76;box-shadow:0 0 0 .2rem hsla(210,7%,56%,.5)}#pys .btn-success{color:#fff;background-color:#28a745;border-color:#28a745}#pys .btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}#pys .btn-success.focus,#pys .btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}#pys .btn-success.disabled,#pys .btn-success:disabled{background-color:#28a745;border-color:#28a745}#pys .btn-success:not([disabled]):not(.disabled).active,#pys .btn-success:not([disabled]):not(.disabled):active,.show>#pys .btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}#pys .btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}#pys .btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}#pys .btn-info.focus,#pys .btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}#pys .btn-info.disabled,#pys .btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8}#pys .btn-info:not([disabled]):not(.disabled).active,#pys .btn-info:not([disabled]):not(.disabled):active,.show>#pys .btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}#pys .btn-warning{color:#111;background-color:#ffc107;border-color:#ffc107}#pys .btn-warning:hover{color:#111;background-color:#e0a800;border-color:#d39e00}#pys .btn-warning.focus,#pys .btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}#pys .btn-warning.disabled,#pys .btn-warning:disabled{background-color:#ffc107;border-color:#ffc107}#pys .btn-warning:not([disabled]):not(.disabled).active,#pys .btn-warning:not([disabled]):not(.disabled):active,.show>#pys .btn-warning.dropdown-toggle{color:#111;background-color:#d39e00;border-color:#c69500;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}#pys .btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}#pys .btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}#pys .btn-danger.focus,#pys .btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}#pys .btn-danger.disabled,#pys .btn-danger:disabled{background-color:#dc3545;border-color:#dc3545}#pys .btn-danger:not([disabled]):not(.disabled).active,#pys .btn-danger:not([disabled]):not(.disabled):active,.show>#pys .btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}#pys .btn-light{color:#111;background-color:#f8f9fa;border-color:#f8f9fa}#pys .btn-light:hover{color:#111;background-color:#e2e6ea;border-color:#dae0e5}#pys .btn-light.focus,#pys .btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}#pys .btn-light.disabled,#pys .btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa}#pys .btn-light:not([disabled]):not(.disabled).active,#pys .btn-light:not([disabled]):not(.disabled):active,.show>#pys .btn-light.dropdown-toggle{color:#111;background-color:#dae0e5;border-color:#d3d9df;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}#pys .btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}#pys .btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}#pys .btn-dark.focus,#pys .btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}#pys .btn-dark.disabled,#pys .btn-dark:disabled{background-color:#343a40;border-color:#343a40}#pys .btn-dark:not([disabled]):not(.disabled).active,#pys .btn-dark:not([disabled]):not(.disabled):active,.show>#pys .btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}#pys .btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}#pys .btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}#pys .btn-outline-primary.focus,#pys .btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}#pys .btn-outline-primary.disabled,#pys .btn-outline-primary:disabled{color:#007bff;background-color:transparent}#pys .btn-outline-primary:not([disabled]):not(.disabled).active,#pys .btn-outline-primary:not([disabled]):not(.disabled):active,.show>#pys .btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}#pys .btn-outline-secondary{color:#868e96;background-color:transparent;background-image:none;border-color:#868e96}#pys .btn-outline-secondary:hover{color:#fff;background-color:#868e96;border-color:#868e96}#pys .btn-outline-secondary.focus,#pys .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(210,7%,56%,.5)}#pys .btn-outline-secondary.disabled,#pys .btn-outline-secondary:disabled{color:#868e96;background-color:transparent}#pys .btn-outline-secondary:not([disabled]):not(.disabled).active,#pys .btn-outline-secondary:not([disabled]):not(.disabled):active,.show>#pys .btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#868e96;border-color:#868e96;box-shadow:0 0 0 .2rem hsla(210,7%,56%,.5)}#pys .btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}#pys .btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}#pys .btn-outline-success.focus,#pys .btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}#pys .btn-outline-success.disabled,#pys .btn-outline-success:disabled{color:#28a745;background-color:transparent}#pys .btn-outline-success:not([disabled]):not(.disabled).active,#pys .btn-outline-success:not([disabled]):not(.disabled):active,.show>#pys .btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}#pys .btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}#pys .btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}#pys .btn-outline-info.focus,#pys .btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}#pys .btn-outline-info.disabled,#pys .btn-outline-info:disabled{color:#17a2b8;background-color:transparent}#pys .btn-outline-info:not([disabled]):not(.disabled).active,#pys .btn-outline-info:not([disabled]):not(.disabled):active,.show>#pys .btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}#pys .btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}#pys .btn-outline-warning:hover{color:#fff;background-color:#ffc107;border-color:#ffc107}#pys .btn-outline-warning.focus,#pys .btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}#pys .btn-outline-warning.disabled,#pys .btn-outline-warning:disabled{color:#ffc107;background-color:transparent}#pys .btn-outline-warning:not([disabled]):not(.disabled).active,#pys .btn-outline-warning:not([disabled]):not(.disabled):active,.show>#pys .btn-outline-warning.dropdown-toggle{color:#fff;background-color:#ffc107;border-color:#ffc107;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}#pys .btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}#pys .btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}#pys .btn-outline-danger.focus,#pys .btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}#pys .btn-outline-danger.disabled,#pys .btn-outline-danger:disabled{color:#dc3545;background-color:transparent}#pys .btn-outline-danger:not([disabled]):not(.disabled).active,#pys .btn-outline-danger:not([disabled]):not(.disabled):active,.show>#pys .btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}#pys .btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}#pys .btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}#pys .btn-outline-light.focus,#pys .btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}#pys .btn-outline-light.disabled,#pys .btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}#pys .btn-outline-light:not([disabled]):not(.disabled).active,#pys .btn-outline-light:not([disabled]):not(.disabled):active,.show>#pys .btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}#pys .btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}#pys .btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}#pys .btn-outline-dark.focus,#pys .btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}#pys .btn-outline-dark.disabled,#pys .btn-outline-dark:disabled{color:#343a40;background-color:transparent}#pys .btn-outline-dark:not([disabled]):not(.disabled).active,#pys .btn-outline-dark:not([disabled]):not(.disabled):active,.show>#pys .btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}#pys .btn-link{font-weight:400;color:#007bff;background-color:transparent}#pys .btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}#pys .btn-link.focus,#pys .btn-link:focus{border-color:transparent;box-shadow:none}#pys .btn-link.disabled,#pys .btn-link:disabled{color:#868e96}#pys .btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}#pys .btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}#pys .btn-block{display:block;width:100%}#pys .btn-block+.btn-block{margin-top:.5rem}#pys input[type=button].btn-block,#pys input[type=reset].btn-block,#pys input[type=submit].btn-block{width:100%}#pys .fade{opacity:0;transition:opacity .15s linear}#pys .fade.show{opacity:1}#pys .collapse{display:none}#pys .collapse.show{display:block}#pys tr.collapse.show{display:table-row}#pys tbody.collapse.show{display:table-row-group}#pys .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}#pys .badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}#pys .badge:empty{display:none}#pys .btn .badge{position:relative;top:-1px}#pys .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}#pys .badge-primary{color:#fff;background-color:#007bff}#pys .badge-primary[href]:focus,#pys .badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}#pys .badge-secondary{color:#fff;background-color:#868e96}#pys .badge-secondary[href]:focus,#pys .badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#6c757d}#pys .badge-success{color:#fff;background-color:#28a745}#pys .badge-success[href]:focus,#pys .badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}#pys .badge-info{color:#fff;background-color:#17a2b8}#pys .badge-info[href]:focus,#pys .badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}#pys .badge-warning{color:#111;background-color:#ffc107}#pys .badge-warning[href]:focus,#pys .badge-warning[href]:hover{color:#111;text-decoration:none;background-color:#d39e00}#pys .badge-danger{color:#fff;background-color:#dc3545}#pys .badge-danger[href]:focus,#pys .badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}#pys .badge-light{color:#111;background-color:#f8f9fa}#pys .badge-light[href]:focus,#pys .badge-light[href]:hover{color:#111;text-decoration:none;background-color:#dae0e5}#pys .badge-dark{color:#fff;background-color:#343a40}#pys .badge-dark[href]:focus,#pys .badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}#pys .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}#pys .alert-heading{color:inherit}#pys .alert-link{font-weight:700}#pys .alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}#pys .alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}#pys .alert-primary hr{border-top-color:#9fcdff}#pys .alert-primary .alert-link{color:#002752}#pys .alert-secondary{color:#464a4e;background-color:#e7e8ea;border-color:#dddfe2}#pys .alert-secondary hr{border-top-color:#cfd2d6}#pys .alert-secondary .alert-link{color:#2e3133}#pys .alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}#pys .alert-success hr{border-top-color:#b1dfbb}#pys .alert-success .alert-link{color:#0b2e13}#pys .alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}#pys .alert-info hr{border-top-color:#abdde5}#pys .alert-info .alert-link{color:#062c33}#pys .alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}#pys .alert-warning hr{border-top-color:#ffe8a1}#pys .alert-warning .alert-link{color:#533f03}#pys .alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}#pys .alert-danger hr{border-top-color:#f1b0b7}#pys .alert-danger .alert-link{color:#491217}#pys .alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}#pys .alert-light hr{border-top-color:#ececf6}#pys .alert-light .alert-link{color:#686868}#pys .alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}#pys .alert-dark hr{border-top-color:#b9bbbe}#pys .alert-dark .alert-link{color:#040505}#pys .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.2;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}#pys .popover .arrow{position:absolute;display:block;width:.8rem;height:.4rem}#pys .popover .arrow:after,#pys .popover .arrow:before{position:absolute;display:block;border-color:transparent;border-style:solid}#pys .popover .arrow:after,#pys .popover .arrow:before{content:"";border-width:.8rem}#pys .popover.bs-popover-auto[x-placement^=top],#pys .popover.bs-popover-top{margin-bottom:.8rem}#pys .popover.bs-popover-auto[x-placement^=top] .arrow,#pys .popover.bs-popover-top .arrow{bottom:0}#pys .popover.bs-popover-auto[x-placement^=top] .arrow:after,#pys .popover.bs-popover-auto[x-placement^=top] .arrow:before,#pys .popover.bs-popover-top .arrow:after,#pys .popover.bs-popover-top .arrow:before{border-bottom-width:0}#pys .popover.bs-popover-auto[x-placement^=top] .arrow:before,#pys .popover.bs-popover-top .arrow:before{bottom:-.8rem;margin-left:-.8rem;border-top-color:rgba(0,0,0,.25)}#pys .popover.bs-popover-auto[x-placement^=top] .arrow:after,#pys .popover.bs-popover-top .arrow:after{bottom:calc((.8rem - 1px) * -1);margin-left:-.8rem;border-top-color:#fff}#pys .popover.bs-popover-auto[x-placement^=right],#pys .popover.bs-popover-right{margin-left:.8rem}#pys .popover.bs-popover-auto[x-placement^=right] .arrow,#pys .popover.bs-popover-right .arrow{left:0}#pys .popover.bs-popover-auto[x-placement^=right] .arrow:after,#pys .popover.bs-popover-auto[x-placement^=right] .arrow:before,#pys .popover.bs-popover-right .arrow:after,#pys .popover.bs-popover-right .arrow:before{margin-top:-.8rem;border-left-width:0}#pys .popover.bs-popover-auto[x-placement^=right] .arrow:before,#pys .popover.bs-popover-right .arrow:before{left:-.8rem;border-right-color:rgba(0,0,0,.25)}#pys .popover.bs-popover-auto[x-placement^=right] .arrow:after,#pys .popover.bs-popover-right .arrow:after{left:calc((.8rem - 1px) * -1);border-right-color:#fff}#pys .popover.bs-popover-auto[x-placement^=bottom],#pys .popover.bs-popover-bottom{margin-top:.8rem}#pys .popover.bs-popover-auto[x-placement^=bottom] .arrow,#pys .popover.bs-popover-bottom .arrow{top:0}#pys .popover.bs-popover-auto[x-placement^=bottom] .arrow:after,#pys .popover.bs-popover-auto[x-placement^=bottom] .arrow:before,#pys .popover.bs-popover-bottom .arrow:after,#pys .popover.bs-popover-bottom .arrow:before{margin-left:-.8rem;border-top-width:0}#pys .popover.bs-popover-auto[x-placement^=bottom] .arrow:before,#pys .popover.bs-popover-bottom .arrow:before{top:-.8rem;border-bottom-color:rgba(0,0,0,.25)}#pys .popover.bs-popover-auto[x-placement^=bottom] .arrow:after,#pys .popover.bs-popover-bottom .arrow:after{top:calc((.8rem - 1px) * -1);border-bottom-color:#fff}#pys .popover.bs-popover-auto[x-placement^=bottom] .popover-header:before,#pys .popover.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:20px;margin-left:-10px;content:"";border-bottom:1px solid #f7f7f7}#pys .popover.bs-popover-auto[x-placement^=left],#pys .popover.bs-popover-left{margin-right:.8rem}#pys .popover.bs-popover-auto[x-placement^=left] .arrow,#pys .popover.bs-popover-left .arrow{right:0}#pys .popover.bs-popover-auto[x-placement^=left] .arrow:after,#pys .popover.bs-popover-auto[x-placement^=left] .arrow:before,#pys .popover.bs-popover-left .arrow:after,#pys .popover.bs-popover-left .arrow:before{margin-top:-.8rem;border-right-width:0}#pys .popover.bs-popover-auto[x-placement^=left] .arrow:before,#pys .popover.bs-popover-left .arrow:before{right:-.8rem;border-left-color:rgba(0,0,0,.25)}#pys .popover.bs-popover-auto[x-placement^=left] .arrow:after,#pys .popover.bs-popover-left .arrow:after{right:calc((.8rem - 1px) * -1);border-left-color:#fff}#pys .popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}#pys .popover-header:empty{display:none}#pys .popover-body{padding:.5rem .75rem;color:#212529}#pys .align-baseline{vertical-align:baseline!important}#pys .align-top{vertical-align:top!important}#pys .align-middle{vertical-align:middle!important}#pys .align-bottom{vertical-align:bottom!important}#pys .align-text-bottom{vertical-align:text-bottom!important}#pys .align-text-top{vertical-align:text-top!important}#pys .bg-primary{background-color:#007bff!important}#pys a.bg-primary:focus,#pys a.bg-primary:hover{background-color:#0062cc!important}#pys .bg-secondary{background-color:#868e96!important}#pys a.bg-secondary:focus,#pys a.bg-secondary:hover{background-color:#6c757d!important}#pys .bg-success{background-color:#28a745!important}#pys a.bg-success:focus,#pys a.bg-success:hover{background-color:#1e7e34!important}#pys .bg-info{background-color:#17a2b8!important}#pys a.bg-info:focus,#pys a.bg-info:hover{background-color:#117a8b!important}#pys .bg-warning{background-color:#ffc107!important}#pys a.bg-warning:focus,#pys a.bg-warning:hover{background-color:#d39e00!important}#pys .bg-danger{background-color:#dc3545!important}#pys a.bg-danger:focus,#pys a.bg-danger:hover{background-color:#bd2130!important}#pys .bg-light{background-color:#f8f9fa!important}#pys a.bg-light:focus,#pys a.bg-light:hover{background-color:#dae0e5!important}#pys .bg-dark{background-color:#343a40!important}#pys a.bg-dark:focus,#pys a.bg-dark:hover{background-color:#1d2124!important}#pys .bg-white{background-color:#fff!important}#pys .bg-transparent{background-color:transparent!important}#pys .border{border:1px solid #e9ecef!important}#pys .border-0{border:0!important}#pys .border-top-0{border-top:0!important}#pys .border-right-0{border-right:0!important}#pys .border-bottom-0{border-bottom:0!important}#pys .border-left-0{border-left:0!important}#pys .border-primary{border-color:#007bff!important}#pys .border-secondary{border-color:#868e96!important}#pys .border-success{border-color:#28a745!important}#pys .border-info{border-color:#17a2b8!important}#pys .border-warning{border-color:#ffc107!important}#pys .border-danger{border-color:#dc3545!important}#pys .border-light{border-color:#f8f9fa!important}#pys .border-dark{border-color:#343a40!important}#pys .border-white{border-color:#fff!important}#pys .rounded{border-radius:.25rem!important}#pys .rounded-top{border-top-left-radius:.25rem!important}#pys .rounded-right,#pys .rounded-top{border-top-right-radius:.25rem!important}#pys .rounded-bottom,#pys .rounded-right{border-bottom-right-radius:.25rem!important}#pys .rounded-bottom,#pys .rounded-left{border-bottom-left-radius:.25rem!important}#pys .rounded-left{border-top-left-radius:.25rem!important}#pys .rounded-circle{border-radius:50%!important}#pys .rounded-0{border-radius:0!important}#pys .clearfix:after{display:block;clear:both;content:""}#pys .d-none{display:none!important}#pys .d-inline{display:inline!important}#pys .d-inline-block{display:inline-block!important}#pys .d-block{display:block!important}#pys .d-table{display:table!important}#pys .d-table-row{display:table-row!important}#pys .d-table-cell{display:table-cell!important}#pys .d-flex{display:-ms-flexbox!important;display:flex!important}#pys .d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){#pys .d-sm-none{display:none!important}#pys .d-sm-inline{display:inline!important}#pys .d-sm-inline-block{display:inline-block!important}#pys .d-sm-block{display:block!important}#pys .d-sm-table{display:table!important}#pys .d-sm-table-row{display:table-row!important}#pys .d-sm-table-cell{display:table-cell!important}#pys .d-sm-flex{display:-ms-flexbox!important;display:flex!important}#pys .d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){#pys .d-md-none{display:none!important}#pys .d-md-inline{display:inline!important}#pys .d-md-inline-block{display:inline-block!important}#pys .d-md-block{display:block!important}#pys .d-md-table{display:table!important}#pys .d-md-table-row{display:table-row!important}#pys .d-md-table-cell{display:table-cell!important}#pys .d-md-flex{display:-ms-flexbox!important;display:flex!important}#pys .d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){#pys .d-lg-none{display:none!important}#pys .d-lg-inline{display:inline!important}#pys .d-lg-inline-block{display:inline-block!important}#pys .d-lg-block{display:block!important}#pys .d-lg-table{display:table!important}#pys .d-lg-table-row{display:table-row!important}#pys .d-lg-table-cell{display:table-cell!important}#pys .d-lg-flex{display:-ms-flexbox!important;display:flex!important}#pys .d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){#pys .d-xl-none{display:none!important}#pys .d-xl-inline{display:inline!important}#pys .d-xl-inline-block{display:inline-block!important}#pys .d-xl-block{display:block!important}#pys .d-xl-table{display:table!important}#pys .d-xl-table-row{display:table-row!important}#pys .d-xl-table-cell{display:table-cell!important}#pys .d-xl-flex{display:-ms-flexbox!important;display:flex!important}#pys .d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}#pys .d-print-block{display:none!important}@media print{#pys .d-print-block{display:block!important}}#pys .d-print-inline{display:none!important}@media print{#pys .d-print-inline{display:inline!important}}#pys .d-print-inline-block{display:none!important}@media print{#pys .d-print-inline-block{display:inline-block!important}}@media print{#pys .d-print-none{display:none!important}}#pys .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}#pys .embed-responsive:before{display:block;content:""}#pys .embed-responsive .embed-responsive-item,#pys .embed-responsive embed,#pys .embed-responsive iframe,#pys .embed-responsive object,#pys .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}#pys .embed-responsive-21by9:before{padding-top:42.8571428571%}#pys .embed-responsive-16by9:before{padding-top:56.25%}#pys .embed-responsive-4by3:before{padding-top:75%}#pys .embed-responsive-1by1:before{padding-top:100%}#pys .flex-row{-ms-flex-direction:row!important;flex-direction:row!important}#pys .flex-column{-ms-flex-direction:column!important;flex-direction:column!important}#pys .flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}#pys .flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}#pys .flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}#pys .flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}#pys .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}#pys .justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}#pys .justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}#pys .justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}#pys .justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}#pys .justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}#pys .align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}#pys .align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}#pys .align-items-center{-ms-flex-align:center!important;align-items:center!important}#pys .align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}#pys .align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}#pys .align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}#pys .align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}#pys .align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}#pys .align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}#pys .align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}#pys .align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}#pys .align-self-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}#pys .align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}#pys .align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}#pys .align-self-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}#pys .align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}#pys .align-self-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}@media (min-width:576px){#pys .flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}#pys .flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}#pys .flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}#pys .flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}#pys .flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}#pys .flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}#pys .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}#pys .justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}#pys .justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}#pys .justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}#pys .justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}#pys .justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}#pys .align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}#pys .align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}#pys .align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}#pys .align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}#pys .align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}#pys .align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}#pys .align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}#pys .align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}#pys .align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}#pys .align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}#pys .align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}#pys .align-self-sm-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}#pys .align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}#pys .align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}#pys .align-self-sm-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}#pys .align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}#pys .align-self-sm-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){#pys .flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}#pys .flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}#pys .flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}#pys .flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}#pys .flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}#pys .flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}#pys .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}#pys .justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}#pys .justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}#pys .justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}#pys .justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}#pys .justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}#pys .align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}#pys .align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}#pys .align-items-md-center{-ms-flex-align:center!important;align-items:center!important}#pys .align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}#pys .align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}#pys .align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}#pys .align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}#pys .align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}#pys .align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}#pys .align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}#pys .align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}#pys .align-self-md-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}#pys .align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}#pys .align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}#pys .align-self-md-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}#pys .align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}#pys .align-self-md-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){#pys .flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}#pys .flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}#pys .flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}#pys .flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}#pys .flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}#pys .flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}#pys .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}#pys .justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}#pys .justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}#pys .justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}#pys .justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}#pys .justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}#pys .align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}#pys .align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}#pys .align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}#pys .align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}#pys .align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}#pys .align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}#pys .align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}#pys .align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}#pys .align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}#pys .align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}#pys .align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}#pys .align-self-lg-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}#pys .align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}#pys .align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}#pys .align-self-lg-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}#pys .align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}#pys .align-self-lg-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){#pys .flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}#pys .flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}#pys .flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}#pys .flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}#pys .flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}#pys .flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}#pys .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}#pys .justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}#pys .justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}#pys .justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}#pys .justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}#pys .justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}#pys .align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}#pys .align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}#pys .align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}#pys .align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}#pys .align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}#pys .align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}#pys .align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}#pys .align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}#pys .align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}#pys .align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}#pys .align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}#pys .align-self-xl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}#pys .align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}#pys .align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}#pys .align-self-xl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}#pys .align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}#pys .align-self-xl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}#pys .float-left{float:left!important}#pys .float-right{float:right!important}#pys .float-none{float:none!important}@media (min-width:576px){#pys .float-sm-left{float:left!important}#pys .float-sm-right{float:right!important}#pys .float-sm-none{float:none!important}}@media (min-width:768px){#pys .float-md-left{float:left!important}#pys .float-md-right{float:right!important}#pys .float-md-none{float:none!important}}@media (min-width:992px){#pys .float-lg-left{float:left!important}#pys .float-lg-right{float:right!important}#pys .float-lg-none{float:none!important}}@media (min-width:1200px){#pys .float-xl-left{float:left!important}#pys .float-xl-right{float:right!important}#pys .float-xl-none{float:none!important}}#pys .position-static{position:static!important}#pys .position-relative{position:relative!important}#pys .position-absolute{position:absolute!important}#pys .position-fixed{position:fixed!important}#pys .position-sticky{position:-webkit-sticky!important;position:sticky!important}#pys .fixed-top{top:0}#pys .fixed-bottom,#pys .fixed-top{position:fixed;right:0;left:0;z-index:1030}#pys .fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){#pys .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}#pys .sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}#pys .sr-only-focusable:active,#pys .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}#pys .w-25{width:25%!important}#pys .w-50{width:50%!important}#pys .w-75{width:75%!important}#pys .w-100{width:100%!important}#pys .h-25{height:25%!important}#pys .h-50{height:50%!important}#pys .h-75{height:75%!important}#pys .h-100{height:100%!important}#pys .mw-100{max-width:100%!important}#pys .mh-100{max-height:100%!important}#pys .m-0{margin:0!important}#pys .mt-0,#pys .my-0{margin-top:0!important}#pys .mr-0,#pys .mx-0{margin-right:0!important}#pys .mb-0,#pys .my-0{margin-bottom:0!important}#pys .ml-0,#pys .mx-0{margin-left:0!important}#pys .m-1{margin:.25rem!important}#pys .mt-1,#pys .my-1{margin-top:.25rem!important}#pys .mr-1,#pys .mx-1{margin-right:.25rem!important}#pys .mb-1,#pys .my-1{margin-bottom:.25rem!important}#pys .ml-1,#pys .mx-1{margin-left:.25rem!important}#pys .m-2{margin:.5rem!important}#pys .mt-2,#pys .my-2{margin-top:.5rem!important}#pys .mr-2,#pys .mx-2{margin-right:.5rem!important}#pys .mb-2,#pys .my-2{margin-bottom:.5rem!important}#pys .ml-2,#pys .mx-2{margin-left:.5rem!important}#pys .m-3{margin:1rem!important}#pys .mt-3,#pys .my-3{margin-top:1rem!important}#pys .mr-3,#pys .mx-3{margin-right:1rem!important}#pys .mb-3,#pys .my-3{margin-bottom:1rem!important}#pys .ml-3,#pys .mx-3{margin-left:1rem!important}#pys .m-4{margin:1.5rem!important}#pys .mt-4,#pys .my-4{margin-top:1.5rem!important}#pys .mr-4,#pys .mx-4{margin-right:1.5rem!important}#pys .mb-4,#pys .my-4{margin-bottom:1.5rem!important}#pys .ml-4,#pys .mx-4{margin-left:1.5rem!important}#pys .m-5{margin:3rem!important}#pys .mt-5,#pys .my-5{margin-top:3rem!important}#pys .mr-5,#pys .mx-5{margin-right:3rem!important}#pys .mb-5,#pys .my-5{margin-bottom:3rem!important}#pys .ml-5,#pys .mx-5{margin-left:3rem!important}#pys .p-0{padding:0!important}#pys .pt-0,#pys .py-0{padding-top:0!important}#pys .pr-0,#pys .px-0{padding-right:0!important}#pys .pb-0,#pys .py-0{padding-bottom:0!important}#pys .pl-0,#pys .px-0{padding-left:0!important}#pys .p-1{padding:.25rem!important}#pys .pt-1,#pys .py-1{padding-top:.25rem!important}#pys .pr-1,#pys .px-1{padding-right:.25rem!important}#pys .pb-1,#pys .py-1{padding-bottom:.25rem!important}#pys .pl-1,#pys .px-1{padding-left:.25rem!important}#pys .p-2{padding:.5rem!important}#pys .pt-2,#pys .py-2{padding-top:.5rem!important}#pys .pr-2,#pys .px-2{padding-right:.5rem!important}#pys .pb-2,#pys .py-2{padding-bottom:.5rem!important}#pys .pl-2,#pys .px-2{padding-left:.5rem!important}#pys .p-3{padding:1rem!important}#pys .pt-3,#pys .py-3{padding-top:1rem!important}#pys .pr-3,#pys .px-3{padding-right:1rem!important}#pys .pb-3,#pys .py-3{padding-bottom:1rem!important}#pys .pl-3,#pys .px-3{padding-left:1rem!important}#pys .p-4{padding:1.5rem!important}#pys .pt-4,#pys .py-4{padding-top:1.5rem!important}#pys .pr-4,#pys .px-4{padding-right:1.5rem!important}#pys .pb-4,#pys .py-4{padding-bottom:1.5rem!important}#pys .pl-4,#pys .px-4{padding-left:1.5rem!important}#pys .p-5{padding:3rem!important}#pys .pt-5,#pys .py-5{padding-top:3rem!important}#pys .pr-5,#pys .px-5{padding-right:3rem!important}#pys .pb-5,#pys .py-5{padding-bottom:3rem!important}#pys .pl-5,#pys .px-5{padding-left:3rem!important}#pys .m-auto{margin:auto!important}#pys .mt-auto,#pys .my-auto{margin-top:auto!important}#pys .mr-auto,#pys .mx-auto{margin-right:auto!important}#pys .mb-auto,#pys .my-auto{margin-bottom:auto!important}#pys .ml-auto,#pys .mx-auto{margin-left:auto!important}@media (min-width:576px){#pys .m-sm-0{margin:0!important}#pys .mt-sm-0,#pys .my-sm-0{margin-top:0!important}#pys .mr-sm-0,#pys .mx-sm-0{margin-right:0!important}#pys .mb-sm-0,#pys .my-sm-0{margin-bottom:0!important}#pys .ml-sm-0,#pys .mx-sm-0{margin-left:0!important}#pys .m-sm-1{margin:.25rem!important}#pys .mt-sm-1,#pys .my-sm-1{margin-top:.25rem!important}#pys .mr-sm-1,#pys .mx-sm-1{margin-right:.25rem!important}#pys .mb-sm-1,#pys .my-sm-1{margin-bottom:.25rem!important}#pys .ml-sm-1,#pys .mx-sm-1{margin-left:.25rem!important}#pys .m-sm-2{margin:.5rem!important}#pys .mt-sm-2,#pys .my-sm-2{margin-top:.5rem!important}#pys .mr-sm-2,#pys .mx-sm-2{margin-right:.5rem!important}#pys .mb-sm-2,#pys .my-sm-2{margin-bottom:.5rem!important}#pys .ml-sm-2,#pys .mx-sm-2{margin-left:.5rem!important}#pys .m-sm-3{margin:1rem!important}#pys .mt-sm-3,#pys .my-sm-3{margin-top:1rem!important}#pys .mr-sm-3,#pys .mx-sm-3{margin-right:1rem!important}#pys .mb-sm-3,#pys .my-sm-3{margin-bottom:1rem!important}#pys .ml-sm-3,#pys .mx-sm-3{margin-left:1rem!important}#pys .m-sm-4{margin:1.5rem!important}#pys .mt-sm-4,#pys .my-sm-4{margin-top:1.5rem!important}#pys .mr-sm-4,#pys .mx-sm-4{margin-right:1.5rem!important}#pys .mb-sm-4,#pys .my-sm-4{margin-bottom:1.5rem!important}#pys .ml-sm-4,#pys .mx-sm-4{margin-left:1.5rem!important}#pys .m-sm-5{margin:3rem!important}#pys .mt-sm-5,#pys .my-sm-5{margin-top:3rem!important}#pys .mr-sm-5,#pys .mx-sm-5{margin-right:3rem!important}#pys .mb-sm-5,#pys .my-sm-5{margin-bottom:3rem!important}#pys .ml-sm-5,#pys .mx-sm-5{margin-left:3rem!important}#pys .p-sm-0{padding:0!important}#pys .pt-sm-0,#pys .py-sm-0{padding-top:0!important}#pys .pr-sm-0,#pys .px-sm-0{padding-right:0!important}#pys .pb-sm-0,#pys .py-sm-0{padding-bottom:0!important}#pys .pl-sm-0,#pys .px-sm-0{padding-left:0!important}#pys .p-sm-1{padding:.25rem!important}#pys .pt-sm-1,#pys .py-sm-1{padding-top:.25rem!important}#pys .pr-sm-1,#pys .px-sm-1{padding-right:.25rem!important}#pys .pb-sm-1,#pys .py-sm-1{padding-bottom:.25rem!important}#pys .pl-sm-1,#pys .px-sm-1{padding-left:.25rem!important}#pys .p-sm-2{padding:.5rem!important}#pys .pt-sm-2,#pys .py-sm-2{padding-top:.5rem!important}#pys .pr-sm-2,#pys .px-sm-2{padding-right:.5rem!important}#pys .pb-sm-2,#pys .py-sm-2{padding-bottom:.5rem!important}#pys .pl-sm-2,#pys .px-sm-2{padding-left:.5rem!important}#pys .p-sm-3{padding:1rem!important}#pys .pt-sm-3,#pys .py-sm-3{padding-top:1rem!important}#pys .pr-sm-3,#pys .px-sm-3{padding-right:1rem!important}#pys .pb-sm-3,#pys .py-sm-3{padding-bottom:1rem!important}#pys .pl-sm-3,#pys .px-sm-3{padding-left:1rem!important}#pys .p-sm-4{padding:1.5rem!important}#pys .pt-sm-4,#pys .py-sm-4{padding-top:1.5rem!important}#pys .pr-sm-4,#pys .px-sm-4{padding-right:1.5rem!important}#pys .pb-sm-4,#pys .py-sm-4{padding-bottom:1.5rem!important}#pys .pl-sm-4,#pys .px-sm-4{padding-left:1.5rem!important}#pys .p-sm-5{padding:3rem!important}#pys .pt-sm-5,#pys .py-sm-5{padding-top:3rem!important}#pys .pr-sm-5,#pys .px-sm-5{padding-right:3rem!important}#pys .pb-sm-5,#pys .py-sm-5{padding-bottom:3rem!important}#pys .pl-sm-5,#pys .px-sm-5{padding-left:3rem!important}#pys .m-sm-auto{margin:auto!important}#pys .mt-sm-auto,#pys .my-sm-auto{margin-top:auto!important}#pys .mr-sm-auto,#pys .mx-sm-auto{margin-right:auto!important}#pys .mb-sm-auto,#pys .my-sm-auto{margin-bottom:auto!important}#pys .ml-sm-auto,#pys .mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){#pys .m-md-0{margin:0!important}#pys .mt-md-0,#pys .my-md-0{margin-top:0!important}#pys .mr-md-0,#pys .mx-md-0{margin-right:0!important}#pys .mb-md-0,#pys .my-md-0{margin-bottom:0!important}#pys .ml-md-0,#pys .mx-md-0{margin-left:0!important}#pys .m-md-1{margin:.25rem!important}#pys .mt-md-1,#pys .my-md-1{margin-top:.25rem!important}#pys .mr-md-1,#pys .mx-md-1{margin-right:.25rem!important}#pys .mb-md-1,#pys .my-md-1{margin-bottom:.25rem!important}#pys .ml-md-1,#pys .mx-md-1{margin-left:.25rem!important}#pys .m-md-2{margin:.5rem!important}#pys .mt-md-2,#pys .my-md-2{margin-top:.5rem!important}#pys .mr-md-2,#pys .mx-md-2{margin-right:.5rem!important}#pys .mb-md-2,#pys .my-md-2{margin-bottom:.5rem!important}#pys .ml-md-2,#pys .mx-md-2{margin-left:.5rem!important}#pys .m-md-3{margin:1rem!important}#pys .mt-md-3,#pys .my-md-3{margin-top:1rem!important}#pys .mr-md-3,#pys .mx-md-3{margin-right:1rem!important}#pys .mb-md-3,#pys .my-md-3{margin-bottom:1rem!important}#pys .ml-md-3,#pys .mx-md-3{margin-left:1rem!important}#pys .m-md-4{margin:1.5rem!important}#pys .mt-md-4,#pys .my-md-4{margin-top:1.5rem!important}#pys .mr-md-4,#pys .mx-md-4{margin-right:1.5rem!important}#pys .mb-md-4,#pys .my-md-4{margin-bottom:1.5rem!important}#pys .ml-md-4,#pys .mx-md-4{margin-left:1.5rem!important}#pys .m-md-5{margin:3rem!important}#pys .mt-md-5,#pys .my-md-5{margin-top:3rem!important}#pys .mr-md-5,#pys .mx-md-5{margin-right:3rem!important}#pys .mb-md-5,#pys .my-md-5{margin-bottom:3rem!important}#pys .ml-md-5,#pys .mx-md-5{margin-left:3rem!important}#pys .p-md-0{padding:0!important}#pys .pt-md-0,#pys .py-md-0{padding-top:0!important}#pys .pr-md-0,#pys .px-md-0{padding-right:0!important}#pys .pb-md-0,#pys .py-md-0{padding-bottom:0!important}#pys .pl-md-0,#pys .px-md-0{padding-left:0!important}#pys .p-md-1{padding:.25rem!important}#pys .pt-md-1,#pys .py-md-1{padding-top:.25rem!important}#pys .pr-md-1,#pys .px-md-1{padding-right:.25rem!important}#pys .pb-md-1,#pys .py-md-1{padding-bottom:.25rem!important}#pys .pl-md-1,#pys .px-md-1{padding-left:.25rem!important}#pys .p-md-2{padding:.5rem!important}#pys .pt-md-2,#pys .py-md-2{padding-top:.5rem!important}#pys .pr-md-2,#pys .px-md-2{padding-right:.5rem!important}#pys .pb-md-2,#pys .py-md-2{padding-bottom:.5rem!important}#pys .pl-md-2,#pys .px-md-2{padding-left:.5rem!important}#pys .p-md-3{padding:1rem!important}#pys .pt-md-3,#pys .py-md-3{padding-top:1rem!important}#pys .pr-md-3,#pys .px-md-3{padding-right:1rem!important}#pys .pb-md-3,#pys .py-md-3{padding-bottom:1rem!important}#pys .pl-md-3,#pys .px-md-3{padding-left:1rem!important}#pys .p-md-4{padding:1.5rem!important}#pys .pt-md-4,#pys .py-md-4{padding-top:1.5rem!important}#pys .pr-md-4,#pys .px-md-4{padding-right:1.5rem!important}#pys .pb-md-4,#pys .py-md-4{padding-bottom:1.5rem!important}#pys .pl-md-4,#pys .px-md-4{padding-left:1.5rem!important}#pys .p-md-5{padding:3rem!important}#pys .pt-md-5,#pys .py-md-5{padding-top:3rem!important}#pys .pr-md-5,#pys .px-md-5{padding-right:3rem!important}#pys .pb-md-5,#pys .py-md-5{padding-bottom:3rem!important}#pys .pl-md-5,#pys .px-md-5{padding-left:3rem!important}#pys .m-md-auto{margin:auto!important}#pys .mt-md-auto,#pys .my-md-auto{margin-top:auto!important}#pys .mr-md-auto,#pys .mx-md-auto{margin-right:auto!important}#pys .mb-md-auto,#pys .my-md-auto{margin-bottom:auto!important}#pys .ml-md-auto,#pys .mx-md-auto{margin-left:auto!important}}@media (min-width:992px){#pys .m-lg-0{margin:0!important}#pys .mt-lg-0,#pys .my-lg-0{margin-top:0!important}#pys .mr-lg-0,#pys .mx-lg-0{margin-right:0!important}#pys .mb-lg-0,#pys .my-lg-0{margin-bottom:0!important}#pys .ml-lg-0,#pys .mx-lg-0{margin-left:0!important}#pys .m-lg-1{margin:.25rem!important}#pys .mt-lg-1,#pys .my-lg-1{margin-top:.25rem!important}#pys .mr-lg-1,#pys .mx-lg-1{margin-right:.25rem!important}#pys .mb-lg-1,#pys .my-lg-1{margin-bottom:.25rem!important}#pys .ml-lg-1,#pys .mx-lg-1{margin-left:.25rem!important}#pys .m-lg-2{margin:.5rem!important}#pys .mt-lg-2,#pys .my-lg-2{margin-top:.5rem!important}#pys .mr-lg-2,#pys .mx-lg-2{margin-right:.5rem!important}#pys .mb-lg-2,#pys .my-lg-2{margin-bottom:.5rem!important}#pys .ml-lg-2,#pys .mx-lg-2{margin-left:.5rem!important}#pys .m-lg-3{margin:1rem!important}#pys .mt-lg-3,#pys .my-lg-3{margin-top:1rem!important}#pys .mr-lg-3,#pys .mx-lg-3{margin-right:1rem!important}#pys .mb-lg-3,#pys .my-lg-3{margin-bottom:1rem!important}#pys .ml-lg-3,#pys .mx-lg-3{margin-left:1rem!important}#pys .m-lg-4{margin:1.5rem!important}#pys .mt-lg-4,#pys .my-lg-4{margin-top:1.5rem!important}#pys .mr-lg-4,#pys .mx-lg-4{margin-right:1.5rem!important}#pys .mb-lg-4,#pys .my-lg-4{margin-bottom:1.5rem!important}#pys .ml-lg-4,#pys .mx-lg-4{margin-left:1.5rem!important}#pys .m-lg-5{margin:3rem!important}#pys .mt-lg-5,#pys .my-lg-5{margin-top:3rem!important}#pys .mr-lg-5,#pys .mx-lg-5{margin-right:3rem!important}#pys .mb-lg-5,#pys .my-lg-5{margin-bottom:3rem!important}#pys .ml-lg-5,#pys .mx-lg-5{margin-left:3rem!important}#pys .p-lg-0{padding:0!important}#pys .pt-lg-0,#pys .py-lg-0{padding-top:0!important}#pys .pr-lg-0,#pys .px-lg-0{padding-right:0!important}#pys .pb-lg-0,#pys .py-lg-0{padding-bottom:0!important}#pys .pl-lg-0,#pys .px-lg-0{padding-left:0!important}#pys .p-lg-1{padding:.25rem!important}#pys .pt-lg-1,#pys .py-lg-1{padding-top:.25rem!important}#pys .pr-lg-1,#pys .px-lg-1{padding-right:.25rem!important}#pys .pb-lg-1,#pys .py-lg-1{padding-bottom:.25rem!important}#pys .pl-lg-1,#pys .px-lg-1{padding-left:.25rem!important}#pys .p-lg-2{padding:.5rem!important}#pys .pt-lg-2,#pys .py-lg-2{padding-top:.5rem!important}#pys .pr-lg-2,#pys .px-lg-2{padding-right:.5rem!important}#pys .pb-lg-2,#pys .py-lg-2{padding-bottom:.5rem!important}#pys .pl-lg-2,#pys .px-lg-2{padding-left:.5rem!important}#pys .p-lg-3{padding:1rem!important}#pys .pt-lg-3,#pys .py-lg-3{padding-top:1rem!important}#pys .pr-lg-3,#pys .px-lg-3{padding-right:1rem!important}#pys .pb-lg-3,#pys .py-lg-3{padding-bottom:1rem!important}#pys .pl-lg-3,#pys .px-lg-3{padding-left:1rem!important}#pys .p-lg-4{padding:1.5rem!important}#pys .pt-lg-4,#pys .py-lg-4{padding-top:1.5rem!important}#pys .pr-lg-4,#pys .px-lg-4{padding-right:1.5rem!important}#pys .pb-lg-4,#pys .py-lg-4{padding-bottom:1.5rem!important}#pys .pl-lg-4,#pys .px-lg-4{padding-left:1.5rem!important}#pys .p-lg-5{padding:3rem!important}#pys .pt-lg-5,#pys .py-lg-5{padding-top:3rem!important}#pys .pr-lg-5,#pys .px-lg-5{padding-right:3rem!important}#pys .pb-lg-5,#pys .py-lg-5{padding-bottom:3rem!important}#pys .pl-lg-5,#pys .px-lg-5{padding-left:3rem!important}#pys .m-lg-auto{margin:auto!important}#pys .mt-lg-auto,#pys .my-lg-auto{margin-top:auto!important}#pys .mr-lg-auto,#pys .mx-lg-auto{margin-right:auto!important}#pys .mb-lg-auto,#pys .my-lg-auto{margin-bottom:auto!important}#pys .ml-lg-auto,#pys .mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){#pys .m-xl-0{margin:0!important}#pys .mt-xl-0,#pys .my-xl-0{margin-top:0!important}#pys .mr-xl-0,#pys .mx-xl-0{margin-right:0!important}#pys .mb-xl-0,#pys .my-xl-0{margin-bottom:0!important}#pys .ml-xl-0,#pys .mx-xl-0{margin-left:0!important}#pys .m-xl-1{margin:.25rem!important}#pys .mt-xl-1,#pys .my-xl-1{margin-top:.25rem!important}#pys .mr-xl-1,#pys .mx-xl-1{margin-right:.25rem!important}#pys .mb-xl-1,#pys .my-xl-1{margin-bottom:.25rem!important}#pys .ml-xl-1,#pys .mx-xl-1{margin-left:.25rem!important}#pys .m-xl-2{margin:.5rem!important}#pys .mt-xl-2,#pys .my-xl-2{margin-top:.5rem!important}#pys .mr-xl-2,#pys .mx-xl-2{margin-right:.5rem!important}#pys .mb-xl-2,#pys .my-xl-2{margin-bottom:.5rem!important}#pys .ml-xl-2,#pys .mx-xl-2{margin-left:.5rem!important}#pys .m-xl-3{margin:1rem!important}#pys .mt-xl-3,#pys .my-xl-3{margin-top:1rem!important}#pys .mr-xl-3,#pys .mx-xl-3{margin-right:1rem!important}#pys .mb-xl-3,#pys .my-xl-3{margin-bottom:1rem!important}#pys .ml-xl-3,#pys .mx-xl-3{margin-left:1rem!important}#pys .m-xl-4{margin:1.5rem!important}#pys .mt-xl-4,#pys .my-xl-4{margin-top:1.5rem!important}#pys .mr-xl-4,#pys .mx-xl-4{margin-right:1.5rem!important}#pys .mb-xl-4,#pys .my-xl-4{margin-bottom:1.5rem!important}#pys .ml-xl-4,#pys .mx-xl-4{margin-left:1.5rem!important}#pys .m-xl-5{margin:3rem!important}#pys .mt-xl-5,#pys .my-xl-5{margin-top:3rem!important}#pys .mr-xl-5,#pys .mx-xl-5{margin-right:3rem!important}#pys .mb-xl-5,#pys .my-xl-5{margin-bottom:3rem!important}#pys .ml-xl-5,#pys .mx-xl-5{margin-left:3rem!important}#pys .p-xl-0{padding:0!important}#pys .pt-xl-0,#pys .py-xl-0{padding-top:0!important}#pys .pr-xl-0,#pys .px-xl-0{padding-right:0!important}#pys .pb-xl-0,#pys .py-xl-0{padding-bottom:0!important}#pys .pl-xl-0,#pys .px-xl-0{padding-left:0!important}#pys .p-xl-1{padding:.25rem!important}#pys .pt-xl-1,#pys .py-xl-1{padding-top:.25rem!important}#pys .pr-xl-1,#pys .px-xl-1{padding-right:.25rem!important}#pys .pb-xl-1,#pys .py-xl-1{padding-bottom:.25rem!important}#pys .pl-xl-1,#pys .px-xl-1{padding-left:.25rem!important}#pys .p-xl-2{padding:.5rem!important}#pys .pt-xl-2,#pys .py-xl-2{padding-top:.5rem!important}#pys .pr-xl-2,#pys .px-xl-2{padding-right:.5rem!important}#pys .pb-xl-2,#pys .py-xl-2{padding-bottom:.5rem!important}#pys .pl-xl-2,#pys .px-xl-2{padding-left:.5rem!important}#pys .p-xl-3{padding:1rem!important}#pys .pt-xl-3,#pys .py-xl-3{padding-top:1rem!important}#pys .pr-xl-3,#pys .px-xl-3{padding-right:1rem!important}#pys .pb-xl-3,#pys .py-xl-3{padding-bottom:1rem!important}#pys .pl-xl-3,#pys .px-xl-3{padding-left:1rem!important}#pys .p-xl-4{padding:1.5rem!important}#pys .pt-xl-4,#pys .py-xl-4{padding-top:1.5rem!important}#pys .pr-xl-4,#pys .px-xl-4{padding-right:1.5rem!important}#pys .pb-xl-4,#pys .py-xl-4{padding-bottom:1.5rem!important}#pys .pl-xl-4,#pys .px-xl-4{padding-left:1.5rem!important}#pys .p-xl-5{padding:3rem!important}#pys .pt-xl-5,#pys .py-xl-5{padding-top:3rem!important}#pys .pr-xl-5,#pys .px-xl-5{padding-right:3rem!important}#pys .pb-xl-5,#pys .py-xl-5{padding-bottom:3rem!important}#pys .pl-xl-5,#pys .px-xl-5{padding-left:3rem!important}#pys .m-xl-auto{margin:auto!important}#pys .mt-xl-auto,#pys .my-xl-auto{margin-top:auto!important}#pys .mr-xl-auto,#pys .mx-xl-auto{margin-right:auto!important}#pys .mb-xl-auto,#pys .my-xl-auto{margin-bottom:auto!important}#pys .ml-xl-auto,#pys .mx-xl-auto{margin-left:auto!important}}#pys .text-justify{text-align:justify!important}#pys .text-nowrap{white-space:nowrap!important}#pys .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#pys .text-left{text-align:left!important}#pys .text-right{text-align:right!important}#pys .text-center{text-align:center!important}@media (min-width:576px){#pys .text-sm-left{text-align:left!important}#pys .text-sm-right{text-align:right!important}#pys .text-sm-center{text-align:center!important}}@media (min-width:768px){#pys .text-md-left{text-align:left!important}#pys .text-md-right{text-align:right!important}#pys .text-md-center{text-align:center!important}}@media (min-width:992px){#pys .text-lg-left{text-align:left!important}#pys .text-lg-right{text-align:right!important}#pys .text-lg-center{text-align:center!important}}@media (min-width:1200px){#pys .text-xl-left{text-align:left!important}#pys .text-xl-right{text-align:right!important}#pys .text-xl-center{text-align:center!important}}#pys .text-lowercase{text-transform:lowercase!important}#pys .text-uppercase{text-transform:uppercase!important}#pys .text-capitalize{text-transform:capitalize!important}#pys .font-weight-light{font-weight:300!important}#pys .font-weight-normal{font-weight:400!important}#pys .font-weight-bold{font-weight:700!important}#pys .font-italic{font-style:italic!important}#pys .text-white{color:#fff!important}#pys .text-primary{color:#007bff!important}#pys a.text-primary:focus,#pys a.text-primary:hover{color:#0062cc!important}#pys .text-secondary{color:#868e96!important}#pys a.text-secondary:focus,#pys a.text-secondary:hover{color:#6c757d!important}#pys .text-success{color:#28a745!important}#pys a.text-success:focus,#pys a.text-success:hover{color:#1e7e34!important}#pys .text-info{color:#17a2b8!important}#pys a.text-info:focus,#pys a.text-info:hover{color:#117a8b!important}#pys .text-warning{color:#ffc107!important}#pys a.text-warning:focus,#pys a.text-warning:hover{color:#d39e00!important}#pys .text-danger{color:#dc3545!important}#pys a.text-danger:focus,#pys a.text-danger:hover{color:#bd2130!important}#pys .text-light{color:#f8f9fa!important}#pys a.text-light:focus,#pys a.text-light:hover{color:#dae0e5!important}#pys .text-dark{color:#343a40!important}#pys a.text-dark:focus,#pys a.text-dark:hover{color:#1d2124!important}#pys .text-muted{color:#868e96!important}#pys .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}#pys .visible{visibility:visible!important}#pys .invisible{visibility:hidden!important}#pys .tag-logo{width:40px;height:40px}#pys .container{margin:0;padding-top:15px;padding-bottom:15px;background:#fff;border-radius:.25rem}#pys .form-control{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}#pys textarea{font-family:monospace}#pys .form-control-hidden{display:none!important}#pys .form-inline>:not(:last-child){margin-right:.5rem!important}#pys .form-inline input{max-width:180px!important}#pys .form-inline input[type=number]{max-width:70px!important}#pys .control-label{text-align:right;margin-bottom:0;padding-top:7px}#pys .label-inline{line-height:26px}#pys .badge{font-size:80%}#pys .popover .arrow{overflow:initial}#pys .popover .arrow:after{left:auto;top:auto;width:auto;height:auto;transform:none;background-color:initial;box-shadow:none}#pys .popover.bs-popover-auto[x-placement^=top] .arrow,#pys .popover.bs-popover-top .arrow{margin-left:.5rem}#pys .popover.bs-popover-auto[x-placement^=right] .arrow,#pys .popover.bs-popover-right .arrow{margin-left:0}#pys .popover .popover-body ul{padding-left:1.5rem;list-style:initial;list-style-position:outside}#pys .btn-link{cursor:pointer}#pys .btn-save{color:#fff;background-color:#ef7908;border-color:#ef7908}#pys .btn-save:hover{color:#fff;background-color:#ca6607;border-color:#be6006}#pys .btn-save.focus,#pys .btn-save:focus{box-shadow:0 0 0 .2rem rgba(239,121,8,.5)}#pys .btn-save.disabled,#pys .btn-save:disabled{background-color:#ef7908;border-color:#ef7908}#pys .btn-save:not([disabled]):not(.disabled).active,#pys .btn-save:not([disabled]):not(.disabled):active,.show>#pys .btn-save.dropdown-toggle{color:#fff;background-color:#be6006;border-color:#b15a06;box-shadow:0 0 0 .2rem rgba(239,121,8,.5)}#pys .indicator{display:inline-block;margin:4px 0;margin-right:.25rem;padding:0 .75rem;height:25px;min-width:46px;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;line-height:16px;font-size:10px;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#pys .indicator:after{content:" ";display:block;left:0;bottom:0;width:100%;height:4px;background:#20c997;border-radius:.25em}#pys .indicator.indicator-off:after{background:#dc3545}#pys .indicator-label{display:inline-block;margin-bottom:.25rem;font-size:13px}#pys .collapse-inner{padding-top:1rem;padding-bottom:1rem}#pys .col-offset-left{padding-left:35px!important}#pys .panel{padding:1.25rem;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}#pys .panel,#pys .panel-title{margin-bottom:1rem}#pys .section-title{padding:.75rem 1rem;margin-bottom:1rem;background-color:#dee2e6;border-radius:.25rem}#pys .label{font-size:13px}#pys .custom-control-indicator{top:0}#pys .custom-control-description{font-weight:500}#pys .custom-control.custom-radio+.form-inline{margin-bottom:.5rem;padding-left:1.5rem}#pys .custom-control.custom-radio+.form-inline input{max-width:140px!important}#pys .custom-controls-stacked .custom-control:last-child{margin-bottom:0}#pys #table-custom-events .custom-control{margin-right:0;margin-bottom:0;top:2px;min-height:17px}#pys #table-custom-events tr.disabled{background-color:#f8f9fa}#pys #table-custom-events td.networks .fa{margin-right:5px}#pys .card{margin-bottom:1rem;margin-top:0;padding:0;max-width:100%;box-shadow:none;background:none}#pys .card:not(.card-static) .card-body{display:none}#pys .card-collapse{float:right!important;cursor:pointer}#pys .card-header{border-bottom:none}#pys .card-body{border-top:1px solid rgba(0,0,0,.125)}#pys .card-primary,#pys .panel-primary{color:#fff;background-color:#142c9e;border-color:#142c9e}#pys #table-custom-events .event-actions{display:block;margin-top:.25rem;font-size:10px;visibility:hidden}#pys #table-custom-events .event-actions a{text-decoration:none}#pys #table-custom-events tr:hover .event-actions{visibility:visible}#pys #facebook_params_panel .AddPaymentInfo,#pys #facebook_params_panel .AddToCart,#pys #facebook_params_panel .AddToWishlist,#pys #facebook_params_panel .CompleteRegistration,#pys #facebook_params_panel .InitiateCheckout,#pys #facebook_params_panel .Lead,#pys #facebook_params_panel .Purchase,#pys #facebook_params_panel .Search,#pys #facebook_params_panel .StartTrial,#pys #facebook_params_panel .Subscribe,#pys #facebook_params_panel .ViewContent{display:none}#pys #facebook_params_panel.AddPaymentInfo .AddPaymentInfo,#pys #facebook_params_panel.AddToCart .AddToCart,#pys #facebook_params_panel.AddToWishlist .AddToWishlist,#pys #facebook_params_panel.CompleteRegistration .CompleteRegistration,#pys #facebook_params_panel.InitiateCheckout .InitiateCheckout,#pys #facebook_params_panel.Lead .Lead,#pys #facebook_params_panel.Purchase .Purchase,#pys #facebook_params_panel.Search .Search,#pys #facebook_params_panel.StartTrial .StartTrial,#pys #facebook_params_panel.Subscribe .Subscribe,#pys #facebook_params_panel.ViewContent .ViewContent{display:-ms-flexbox;display:flex}#pys .table.system-report{margin-bottom:0}#pys .table.system-report tr:first-of-type td{border-top:none}#pys .notice p{margin:.5em 0!important}#pys .custom-switch{display:inline;margin-right:.25rem}#pys .custom-switch .custom-switch-input{display:none}#pys .custom-switch .custom-switch-input,#pys .custom-switch .custom-switch-input *,#pys .custom-switch .custom-switch-input+.custom-switch-btn,#pys .custom-switch .custom-switch-input:after,#pys .custom-switch .custom-switch-input :after,#pys .custom-switch .custom-switch-input:before,#pys .custom-switch .custom-switch-input :before{box-sizing:border-box}#pys .custom-switch .custom-switch-input+.custom-switch-btn::selection,#pys .custom-switch .custom-switch-input::selection,#pys .custom-switch .custom-switch-input ::selection,#pys .custom-switch .custom-switch-input:after::selection,#pys .custom-switch .custom-switch-input :after::selection,#pys .custom-switch .custom-switch-input:before::selection,#pys .custom-switch .custom-switch-input :before::selection{background:none}#pys .custom-switch .custom-switch-input+.custom-switch-btn{outline:0;display:inline-block;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;width:66px;height:25px;margin:4px 0;padding:4px;background:#eaecef;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='66' height='25'><text x='37.7142857143' y='17' font-size='12px' font-weight='500' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol' fill='#858e96'>Off</text></svg>");border-radius:.25rem;transition:all .3s ease}#pys .custom-switch .custom-switch-input+.custom-switch-btn:after,#pys .custom-switch .custom-switch-input+.custom-switch-btn:before{position:relative;display:block;content:"";width:25px;height:17px}#pys .custom-switch .custom-switch-input+.custom-switch-btn:after{left:0;border-radius:.25rem;background:#fff;transition:all .3s ease}#pys .custom-switch .custom-switch-input+.custom-switch-btn:before{display:none}#pys .custom-switch .custom-switch-input:checked+.custom-switch-btn{background:#007bff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='66' height='25'><text x='9.4285714286' y='17' font-size='12px' font-weight='500' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol' fill='#fff'>On</text></svg>")}#pys .custom-switch .custom-switch-input:checked+.custom-switch-btn:after{left:33px}#pys .custom-switch .custom-switch-input:checked+.custom-switch-btn~.custom-switch-content-checked{opacity:1;height:auto}#pys .custom-switch .custom-switch-input:checked+.custom-switch-btn~.custom-switch-content-unchecked,#pys .custom-switch .custom-switch-input:not(:checked)+.custom-switch-btn~.custom-switch-content-checked{display:none;opacity:0;height:0}#pys .custom-switch .custom-switch-input:not(:checked)+.custom-switch-btn~.custom-switch-content-unchecked{opacity:1;height:auto}#pys .custom-switch .custom-switch-input:disabled+.custom-switch-btn{cursor:not-allowed}#pys .switcher-label{display:inline;margin-bottom:.25rem;font-size:13px}#pys .select2 ul{margin-bottom:0}#pys .select2-choice{background-image:none!important;border:none!important;height:auto!important;padding:0!important;line-height:22px!important;background-color:transparent!important;box-shadow:none!important}#pys .select2-choice .select2-arrow{background-image:none!important;background:transparent;border:none;width:14px;top:-2px}#pys .select2-container-multi{width:100%}#pys .select2-container-multi.form-control{height:auto}#pys .select2-container-multi .select2-choices{border:1px solid #e3e3e3!important;box-shadow:none!important;background-image:none!important;border-radius:4px!important;-moz-border-radius:4px!important;background-clip:padding-box!important;min-height:38px}#pys .select2-container-multi .select2-choices .select2-search-choice{padding:4px 7px 4px 18px;margin:5px 0 3px 5px;color:#555;background:#f5f5f5;border-color:#e5e5e5;box-shadow:none}#pys .select2-container-multi .select2-choices .select2-search-choice input{padding:7px 7px 7px 10px;font-family:inherit}#pys .select2-drop-active{border:1px solid #e3e3e3!important;padding-top:5px;box-shadow:0 2px 2px rgba(0,0,0,.15);-moz-box-shadow:0 2px 2px rgba(0,0,0,.15)}#pys .select2-container--default .select2-selection--multiple{min-height:33px;border-radius:.2rem;border:1px solid #ced4da}#pys .select2-container--default .select2-selection--multiple .select2-selection__choice{margin:5px 5px 0 0;padding:2px 10px 4px 5px;border:none;border-radius:.25rem;background-color:#dee2e6}#pys .select2-container--default .select2-selection--multiple .select2-search{margin:5px 5px 0 0;padding:0 0 0 5px}#pys .form-control:disabled,#pys .form-control[readonly]{color:#858e96;background:#eaecef}#pys .badge-pinterest,#pys .badge-pro{color:#858e96;background-color:#fff;border-radius:3px;border:1px solid #858e96;font-weight:500;font-size:13px}#pys .badge-pinterest[href]:focus,#pys .badge-pinterest[href]:hover,#pys .badge-pro[href]:focus,#pys .badge-pro[href]:hover{text-decoration:none}#pys .card.card-disabled{border-color:#eaecef}#pys .card.card-disabled .card-header{padding-top:8px;padding-bottom:8px;background-color:#eaecef}#pys .card.card-disabled .card-collapse{padding-top:3px}#pys .custom-control-input:disabled~.custom-control-description{color:#000}#pys .custom-control.custom-checkbox.custom-checkbox-badge .custom-control-indicator{margin-top:4px}
|
2 |
|
3 |
/*!
|
4 |
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
52 |
}
|
53 |
#pys ul.pys_list li {
|
54 |
margin-bottom: 1.1em;
|
55 |
+
}
|
56 |
+
#pys .custom-switch.disabled {
|
57 |
+
opacity: .6;
|
58 |
}
|
facebook-pixel-master.php
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
/**
|
4 |
* Plugin Name: PixelYourSite
|
5 |
* Plugin URI: http://www.pixelyoursite.com/
|
6 |
-
* Description: No coding <strong>Facebook Pixel, Facebook Converion API,</strong> and <strong>Google Analytics</strong> install. Track key actions with our Signal event, or configure your own events. WooCommerce and EDD fully supported, with Facebook Dynamic Ads Pixel set-up and Google Analytics Enhanced Ecommerce. Insert any custom script with our Head & Footer option. Add the <strong>Pinterest Tag</strong> with our free add-on. The PRO version adds support for the Google Ads tag plus a lot of extra stuff. Full support for ConsentMagic.com
|
7 |
-
* Version: 8.2.
|
8 |
* Author: PixelYourSite
|
9 |
* Author URI: http://www.pixelyoursite.com
|
10 |
* License: GPLv3
|
@@ -13,7 +13,7 @@
|
|
13 |
* Tested up to: 5.7
|
14 |
*
|
15 |
* WC requires at least: 2.6.0
|
16 |
-
* WC tested up to: 5.
|
17 |
*
|
18 |
* Text Domain: pys
|
19 |
*/
|
3 |
/**
|
4 |
* Plugin Name: PixelYourSite
|
5 |
* Plugin URI: http://www.pixelyoursite.com/
|
6 |
+
* Description: No coding <strong>Facebook Pixel, Facebook Converion API,</strong> and <strong>Google Analytics</strong> install. Track key actions with our Signal event, or configure your own events. WooCommerce and EDD fully supported, with Facebook Dynamic Ads Pixel set-up and Google Analytics Enhanced Ecommerce. Insert any custom script with our Head & Footer option. Add the <strong>Pinterest Tag</strong> with our free add-on. The PRO version adds support for the Google Ads tag plus a lot of extra stuff. Full support for <strong>ConsentMagic.com</strong>.
|
7 |
+
* Version: 8.2.1
|
8 |
* Author: PixelYourSite
|
9 |
* Author URI: http://www.pixelyoursite.com
|
10 |
* License: GPLv3
|
13 |
* Tested up to: 5.7
|
14 |
*
|
15 |
* WC requires at least: 2.6.0
|
16 |
+
* WC tested up to: 5.3
|
17 |
*
|
18 |
* Text Domain: pys
|
19 |
*/
|
includes/class-events-manager.php
CHANGED
@@ -123,6 +123,7 @@ class EventsManager {
|
|
123 |
|
124 |
// initial event
|
125 |
foreach ( PYS()->getRegisteredPixels() as $pixel ) {
|
|
|
126 |
$event = new SingleEvent('init_event',EventTypes::$STATIC);
|
127 |
$params = array();
|
128 |
if(get_post_type() == "post") {
|
@@ -131,13 +132,27 @@ class EventsManager {
|
|
131 |
$params['post_category'] = implode(", ",$catIds) ;
|
132 |
}
|
133 |
$event->addParams($params);
|
134 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
}
|
136 |
// search event
|
137 |
if ( PYS()->getOption('search_event_enabled' ) && is_search() ) {
|
138 |
foreach (PYS()->getRegisteredPixels() as $pixel) {
|
139 |
$event = new SingleEvent('search_event', EventTypes::$STATIC);
|
140 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
141 |
}
|
142 |
}
|
143 |
|
@@ -147,17 +162,9 @@ class EventsManager {
|
|
147 |
$eventsFactory = array(EventsFdp(),EventsEdd(),EventsCustom(),EventsSignal(),EventsWoo());
|
148 |
|
149 |
foreach ($eventsFactory as $factory) {
|
150 |
-
|
151 |
if(!$factory->isEnabled()) continue;
|
152 |
-
|
153 |
-
|
154 |
-
if($factory->isReadyForFire($eventName)) {
|
155 |
-
foreach ( PYS()->getRegisteredPixels() as $pixel ) {
|
156 |
-
$event = $factory->getEvent($eventName);
|
157 |
-
$this->addEvent($event,$pixel);
|
158 |
-
}
|
159 |
-
}
|
160 |
-
}
|
161 |
}
|
162 |
|
163 |
|
@@ -174,6 +181,7 @@ class EventsManager {
|
|
174 |
add_action( 'woocommerce_after_shop_loop_item', array( $this, 'setupWooLoopProductData' ) );
|
175 |
add_action( 'woocommerce_after_add_to_cart_button', array( $this, 'setupWooSingleProductData' ) );
|
176 |
add_filter( 'woocommerce_blocks_product_grid_item_html', array( $this, 'setupWooBlocksProductData' ), 10, 3 );
|
|
|
177 |
}
|
178 |
}
|
179 |
|
@@ -203,52 +211,61 @@ class EventsManager {
|
|
203 |
return isset( $this->staticEvents[ $context ] ) ? $this->staticEvents[ $context ] : array();
|
204 |
}
|
205 |
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
}
|
|
|
223 |
}
|
224 |
}
|
225 |
|
226 |
-
|
|
|
|
|
227 |
|
228 |
if(is_a($event,GroupedEvent::class)) {
|
229 |
foreach ($event->getEvents() as $child) {
|
230 |
-
if($pixel->getSlug() != "ga" || $pixel->isUse4Version()) {
|
231 |
-
$child->addParams($this->standardParams);
|
232 |
-
}
|
233 |
$eventData = $child->getData();
|
|
|
234 |
//save static event data
|
235 |
$this->dynamicEvents[ $event->getId() ][ $child->getId() ][ $pixel->getSlug() ] = $eventData;
|
236 |
}
|
237 |
} else {
|
238 |
-
|
239 |
-
$event->addParams($this->standardParams);
|
240 |
-
}
|
241 |
$eventData = $event->getData();
|
|
|
242 |
//save static event data
|
243 |
$this->dynamicEvents[ $event->getId() ][ $pixel->getSlug() ] = $eventData;
|
244 |
}
|
245 |
}
|
246 |
|
247 |
-
function addTriggerEvent($event,$pixel) {
|
248 |
-
|
249 |
-
$event->addParams($this->standardParams);
|
250 |
-
}
|
251 |
$eventData = $event->getData();
|
|
|
252 |
//save static event data
|
253 |
if($event->getId() == "custom_event") {
|
254 |
$eventId = $event->args->getPostId();
|
@@ -263,15 +280,13 @@ class EventsManager {
|
|
263 |
* Create stack event, they fire when page loaded
|
264 |
* @param Event $event
|
265 |
*/
|
266 |
-
function addStaticEvent($event
|
267 |
|
268 |
if(is_a($event,GroupedEvent::class)) {
|
269 |
foreach ($event->getEvents() as $child) {
|
270 |
-
if($pixel->getSlug() != "ga" || $pixel->isUse4Version()) {
|
271 |
-
$child->addParams($this->standardParams);
|
272 |
-
}
|
273 |
|
274 |
$eventData = $child->getData();
|
|
|
275 |
// send only for FB Server events
|
276 |
if($pixel->getSlug() == "facebook" &&
|
277 |
($event->getId() == "woo_complete_registration") &&
|
@@ -296,10 +311,8 @@ class EventsManager {
|
|
296 |
}
|
297 |
}
|
298 |
} else {
|
299 |
-
if($pixel->getSlug() != "ga" || $pixel->isUse4Version()) {
|
300 |
-
$event->addParams($this->standardParams);
|
301 |
-
}
|
302 |
$eventData = $event->getData();
|
|
|
303 |
|
304 |
// send only for FB Server events
|
305 |
if($pixel->getSlug() == "facebook" &&
|
@@ -326,6 +339,47 @@ class EventsManager {
|
|
326 |
|
327 |
}
|
328 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
329 |
|
330 |
|
331 |
function isGdprPluginEnabled() {
|
123 |
|
124 |
// initial event
|
125 |
foreach ( PYS()->getRegisteredPixels() as $pixel ) {
|
126 |
+
|
127 |
$event = new SingleEvent('init_event',EventTypes::$STATIC);
|
128 |
$params = array();
|
129 |
if(get_post_type() == "post") {
|
132 |
$params['post_category'] = implode(", ",$catIds) ;
|
133 |
}
|
134 |
$event->addParams($params);
|
135 |
+
$isSuccess = $pixel->addParamsToEvent( $event );
|
136 |
+
if ( !$isSuccess ) {
|
137 |
+
continue; // event is disabled or not supported for the pixel
|
138 |
+
}
|
139 |
+
if($pixel->getSlug() != "ga" || $pixel->isUse4Version()) {
|
140 |
+
$event->addParams($this->standardParams);
|
141 |
+
}
|
142 |
+
$this->addStaticEvent( $event,$pixel,"" );
|
143 |
}
|
144 |
// search event
|
145 |
if ( PYS()->getOption('search_event_enabled' ) && is_search() ) {
|
146 |
foreach (PYS()->getRegisteredPixels() as $pixel) {
|
147 |
$event = new SingleEvent('search_event', EventTypes::$STATIC);
|
148 |
+
$isSuccess = $pixel->addParamsToEvent( $event );
|
149 |
+
if ( !$isSuccess ) {
|
150 |
+
continue; // event is disabled or not supported for the pixel
|
151 |
+
}
|
152 |
+
if($pixel->getSlug() != "ga" || $pixel->isUse4Version()) {
|
153 |
+
$event->addParams($this->standardParams);
|
154 |
+
}
|
155 |
+
$this->addStaticEvent( $event,$pixel,"" );
|
156 |
}
|
157 |
}
|
158 |
|
162 |
$eventsFactory = array(EventsFdp(),EventsEdd(),EventsCustom(),EventsSignal(),EventsWoo());
|
163 |
|
164 |
foreach ($eventsFactory as $factory) {
|
|
|
165 |
if(!$factory->isEnabled()) continue;
|
166 |
+
$events = $factory->generateEvents();
|
167 |
+
$this->addEvents($events,$factory->getSlug());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
}
|
169 |
|
170 |
|
181 |
add_action( 'woocommerce_after_shop_loop_item', array( $this, 'setupWooLoopProductData' ) );
|
182 |
add_action( 'woocommerce_after_add_to_cart_button', array( $this, 'setupWooSingleProductData' ) );
|
183 |
add_filter( 'woocommerce_blocks_product_grid_item_html', array( $this, 'setupWooBlocksProductData' ), 10, 3 );
|
184 |
+
add_filter('jet-woo-builder/elementor-views/frontend/archive-item-content', array( $this, 'setupWooBlocksProductData' ),10, 3);
|
185 |
}
|
186 |
}
|
187 |
|
211 |
return isset( $this->staticEvents[ $context ] ) ? $this->staticEvents[ $context ] : array();
|
212 |
}
|
213 |
|
214 |
+
|
215 |
+
function addEvents($pixelEvents,$slug) {
|
216 |
+
|
217 |
+
foreach ($pixelEvents as $pixelSlug => $events) {
|
218 |
+
$pixel = PYS()->getRegisteredPixels()[$pixelSlug];
|
219 |
+
foreach ($events as $event) {
|
220 |
+
// add standard params
|
221 |
+
if(is_a($event,GroupedEvent::class)) {
|
222 |
+
foreach ($event->getEvents() as $child) {
|
223 |
+
if($pixel->getSlug() != "ga" || $pixel->isUse4Version()) {
|
224 |
+
$child->addParams($this->standardParams);
|
225 |
+
}
|
226 |
+
}
|
227 |
+
} else {
|
228 |
+
if($pixel->getSlug() != "ga" || $pixel->isUse4Version()) {
|
229 |
+
$event->addParams($this->standardParams);
|
230 |
+
}
|
231 |
+
}
|
232 |
+
//save different types of events
|
233 |
+
if($event->getType() == EventTypes::$STATIC) {
|
234 |
+
$this->addStaticEvent( $event,$pixel,$slug );
|
235 |
+
} elseif($event->getType() == EventTypes::$TRIGGER) {
|
236 |
+
$this->addTriggerEvent($event,$pixel,$slug);
|
237 |
+
} else {
|
238 |
+
$this->addDynamicEvent($event,$pixel,$slug);
|
239 |
+
}
|
240 |
}
|
241 |
+
|
242 |
}
|
243 |
}
|
244 |
|
245 |
+
|
246 |
+
|
247 |
+
function addDynamicEvent($event,$pixel,$slug) {
|
248 |
|
249 |
if(is_a($event,GroupedEvent::class)) {
|
250 |
foreach ($event->getEvents() as $child) {
|
|
|
|
|
|
|
251 |
$eventData = $child->getData();
|
252 |
+
$eventData = $this->filterEventParams($eventData,$slug);
|
253 |
//save static event data
|
254 |
$this->dynamicEvents[ $event->getId() ][ $child->getId() ][ $pixel->getSlug() ] = $eventData;
|
255 |
}
|
256 |
} else {
|
257 |
+
|
|
|
|
|
258 |
$eventData = $event->getData();
|
259 |
+
$eventData = $this->filterEventParams($eventData,$slug);
|
260 |
//save static event data
|
261 |
$this->dynamicEvents[ $event->getId() ][ $pixel->getSlug() ] = $eventData;
|
262 |
}
|
263 |
}
|
264 |
|
265 |
+
function addTriggerEvent($event,$pixel,$slug) {
|
266 |
+
|
|
|
|
|
267 |
$eventData = $event->getData();
|
268 |
+
$eventData = $this->filterEventParams($eventData,$slug);
|
269 |
//save static event data
|
270 |
if($event->getId() == "custom_event") {
|
271 |
$eventId = $event->args->getPostId();
|
280 |
* Create stack event, they fire when page loaded
|
281 |
* @param Event $event
|
282 |
*/
|
283 |
+
function addStaticEvent($event,$pixel,$slug) {
|
284 |
|
285 |
if(is_a($event,GroupedEvent::class)) {
|
286 |
foreach ($event->getEvents() as $child) {
|
|
|
|
|
|
|
287 |
|
288 |
$eventData = $child->getData();
|
289 |
+
$eventData = $this->filterEventParams($eventData,$slug);
|
290 |
// send only for FB Server events
|
291 |
if($pixel->getSlug() == "facebook" &&
|
292 |
($event->getId() == "woo_complete_registration") &&
|
311 |
}
|
312 |
}
|
313 |
} else {
|
|
|
|
|
|
|
314 |
$eventData = $event->getData();
|
315 |
+
$eventData = $this->filterEventParams($eventData,$slug);
|
316 |
|
317 |
// send only for FB Server events
|
318 |
if($pixel->getSlug() == "facebook" &&
|
339 |
|
340 |
}
|
341 |
|
342 |
+
function filterEventParams($data,$slug)
|
343 |
+
{
|
344 |
+
|
345 |
+
if(!PYS()->getOption('enable_content_name_param')) {
|
346 |
+
unset($data['params']['content_name']);
|
347 |
+
}
|
348 |
+
|
349 |
+
if(!PYS()->getOption('enable_page_title_param')) {
|
350 |
+
unset($data['params']['page_title']);
|
351 |
+
}
|
352 |
+
|
353 |
+
if($slug == EventsWoo::getSlug()) {
|
354 |
+
if(!PYS()->getOption("enable_woo_category_name_param")) {
|
355 |
+
unset($data['params']['category_name']);
|
356 |
+
}
|
357 |
+
if(!PYS()->getOption("enable_woo_num_items_param")) {
|
358 |
+
unset($data['params']['num_items']);
|
359 |
+
}
|
360 |
+
|
361 |
+
if(!PYS()->getOption("enable_woo_product_price_param")) {
|
362 |
+
unset($data['params']['product_price']);
|
363 |
+
}
|
364 |
+
|
365 |
+
}
|
366 |
+
|
367 |
+
if($slug == EventsEdd::getSlug()) {
|
368 |
+
if(!PYS()->getOption("enable_edd_category_name_param")) {
|
369 |
+
unset($data['params']['category_name']);
|
370 |
+
}
|
371 |
+
if(!PYS()->getOption("enable_edd_num_items_param")) {
|
372 |
+
unset($data['params']['num_items']);
|
373 |
+
}
|
374 |
+
|
375 |
+
if(!PYS()->getOption("enable_edd_product_price_param")) {
|
376 |
+
unset($data['params']['product_price']);
|
377 |
+
}
|
378 |
+
}
|
379 |
+
|
380 |
+
return $data;
|
381 |
+
}
|
382 |
+
|
383 |
|
384 |
|
385 |
function isGdprPluginEnabled() {
|
includes/events/class-events-custom.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
namespace PixelYourSite;
|
3 |
-
class EventsCustom
|
4 |
private static $_instance;
|
5 |
public static function instance() {
|
6 |
|
@@ -12,10 +12,15 @@ class EventsCustom implements EventsFactory {
|
|
12 |
|
13 |
}
|
14 |
|
|
|
|
|
|
|
|
|
15 |
private function __construct() {
|
16 |
|
17 |
}
|
18 |
|
|
|
19 |
function getEvents(){
|
20 |
return CustomEventFactory::get( 'active' );
|
21 |
}
|
1 |
<?php
|
2 |
namespace PixelYourSite;
|
3 |
+
class EventsCustom extends EventsFactory {
|
4 |
private static $_instance;
|
5 |
public static function instance() {
|
6 |
|
12 |
|
13 |
}
|
14 |
|
15 |
+
static function getSlug() {
|
16 |
+
return "custom";
|
17 |
+
}
|
18 |
+
|
19 |
private function __construct() {
|
20 |
|
21 |
}
|
22 |
|
23 |
+
|
24 |
function getEvents(){
|
25 |
return CustomEventFactory::get( 'active' );
|
26 |
}
|
includes/events/class-events-edd.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
namespace PixelYourSite;
|
3 |
|
4 |
-
class EventsEdd
|
5 |
private $events = array(
|
6 |
//'edd_frequent_shopper', pro
|
7 |
//'edd_vip_client',pro
|
@@ -28,6 +28,10 @@ class EventsEdd implements EventsFactory {
|
|
28 |
|
29 |
}
|
30 |
|
|
|
|
|
|
|
|
|
31 |
private function __construct() {
|
32 |
|
33 |
}
|
1 |
<?php
|
2 |
namespace PixelYourSite;
|
3 |
|
4 |
+
class EventsEdd extends EventsFactory {
|
5 |
private $events = array(
|
6 |
//'edd_frequent_shopper', pro
|
7 |
//'edd_vip_client',pro
|
28 |
|
29 |
}
|
30 |
|
31 |
+
static function getSlug() {
|
32 |
+
return "edd";
|
33 |
+
}
|
34 |
+
|
35 |
private function __construct() {
|
36 |
|
37 |
}
|
includes/events/class-events-fdp.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
namespace PixelYourSite;
|
3 |
|
4 |
-
class EventsFdp
|
5 |
{
|
6 |
private $events = array(
|
7 |
'fdp_view_content',
|
@@ -24,6 +24,10 @@ class EventsFdp implements EventsFactory
|
|
24 |
|
25 |
}
|
26 |
|
|
|
|
|
|
|
|
|
27 |
private function __construct()
|
28 |
{
|
29 |
|
1 |
<?php
|
2 |
namespace PixelYourSite;
|
3 |
|
4 |
+
class EventsFdp extends EventsFactory
|
5 |
{
|
6 |
private $events = array(
|
7 |
'fdp_view_content',
|
24 |
|
25 |
}
|
26 |
|
27 |
+
static function getSlug() {
|
28 |
+
return "fdp";
|
29 |
+
}
|
30 |
+
|
31 |
private function __construct()
|
32 |
{
|
33 |
|
includes/events/class-events-signal.php
CHANGED
@@ -6,7 +6,7 @@ namespace PixelYourSite;
|
|
6 |
views, downloads, comments, forms.
|
7 |
* */
|
8 |
|
9 |
-
class EventsSignal
|
10 |
private static $_instance;
|
11 |
|
12 |
private $events = array(
|
@@ -33,6 +33,10 @@ class EventsSignal implements EventsFactory {
|
|
33 |
|
34 |
}
|
35 |
|
|
|
|
|
|
|
|
|
36 |
private function __construct() {
|
37 |
|
38 |
}
|
6 |
views, downloads, comments, forms.
|
7 |
* */
|
8 |
|
9 |
+
class EventsSignal extends EventsFactory {
|
10 |
private static $_instance;
|
11 |
|
12 |
private $events = array(
|
33 |
|
34 |
}
|
35 |
|
36 |
+
static function getSlug() {
|
37 |
+
return "signal";
|
38 |
+
}
|
39 |
+
|
40 |
private function __construct() {
|
41 |
|
42 |
}
|
includes/events/class-events-woo.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
namespace PixelYourSite;
|
3 |
|
4 |
|
5 |
-
class EventsWoo
|
6 |
|
7 |
private $events = array(
|
8 |
//"woo_frequent_shopper",
|
@@ -53,6 +53,10 @@ class EventsWoo implements EventsFactory {
|
|
53 |
|
54 |
}
|
55 |
|
|
|
|
|
|
|
|
|
56 |
private function __construct() {
|
57 |
|
58 |
}
|
2 |
namespace PixelYourSite;
|
3 |
|
4 |
|
5 |
+
class EventsWoo extends EventsFactory {
|
6 |
|
7 |
private $events = array(
|
8 |
//"woo_frequent_shopper",
|
53 |
|
54 |
}
|
55 |
|
56 |
+
static function getSlug() {
|
57 |
+
return "woo";
|
58 |
+
}
|
59 |
+
|
60 |
private function __construct() {
|
61 |
|
62 |
}
|
includes/events/interface-events.php
CHANGED
@@ -1,24 +1,51 @@
|
|
1 |
<?php
|
2 |
namespace PixelYourSite;
|
3 |
|
4 |
-
|
5 |
|
6 |
|
7 |
-
function
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
10 |
|
11 |
-
function getEvents();
|
12 |
/**
|
13 |
* Check is event ready for fire
|
14 |
* @param $event
|
15 |
* @return bool
|
16 |
*/
|
17 |
-
function isReadyForFire($event);
|
18 |
|
19 |
/**
|
20 |
* @param String $event
|
21 |
* @return SingleEvent
|
22 |
*/
|
23 |
-
function getEvent($event);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
}
|
1 |
<?php
|
2 |
namespace PixelYourSite;
|
3 |
|
4 |
+
abstract class EventsFactory {
|
5 |
|
6 |
|
7 |
+
static function getSlug(){
|
8 |
+
return "";
|
9 |
+
}
|
10 |
+
abstract function getCount();
|
11 |
+
abstract function isEnabled();
|
12 |
+
abstract function getOptions();
|
13 |
|
14 |
+
abstract function getEvents();
|
15 |
/**
|
16 |
* Check is event ready for fire
|
17 |
* @param $event
|
18 |
* @return bool
|
19 |
*/
|
20 |
+
abstract function isReadyForFire($event);
|
21 |
|
22 |
/**
|
23 |
* @param String $event
|
24 |
* @return SingleEvent
|
25 |
*/
|
26 |
+
abstract function getEvent($event);
|
27 |
+
|
28 |
+
|
29 |
+
function generateEvents() {
|
30 |
+
if(!$this->isEnabled()) return array();
|
31 |
+
$eventsList = array();
|
32 |
+
foreach ($this->getEvents() as $eventName) {
|
33 |
+
if($this->isReadyForFire($eventName)) {
|
34 |
+
|
35 |
+
foreach ( PYS()->getRegisteredPixels() as $pixel ) {
|
36 |
+
$events = $this->getEvent($eventName);
|
37 |
+
if(!is_array($events)) $events = array($events); // some type of events can return array
|
38 |
+
|
39 |
+
foreach ($events as $event) {
|
40 |
+
$isSuccess = $pixel->addParamsToEvent( $event );
|
41 |
+
if(!$isSuccess || !apply_filters("pys_validate_pixel_event",true,$event,$pixel)) continue;
|
42 |
+
|
43 |
+
$eventsList[$pixel->getSlug()][] = $event;
|
44 |
+
}
|
45 |
+
}
|
46 |
+
}
|
47 |
+
}
|
48 |
+
|
49 |
+
return $eventsList;
|
50 |
+
}
|
51 |
}
|
includes/functions-admin.php
CHANGED
@@ -584,11 +584,12 @@ function renderDummyNumberInput() {
|
|
584 |
<?php
|
585 |
}
|
586 |
|
587 |
-
function renderDummySwitcher() {
|
|
|
588 |
?>
|
589 |
|
590 |
<div class="custom-switch disabled">
|
591 |
-
<input type="checkbox" value="1" disabled="disabled" class="custom-switch-input">
|
592 |
<label class="custom-switch-btn"></label>
|
593 |
</div>
|
594 |
|
584 |
<?php
|
585 |
}
|
586 |
|
587 |
+
function renderDummySwitcher($isEnable = false) {
|
588 |
+
$attr = $isEnable ? " checked='checked'" : "";
|
589 |
?>
|
590 |
|
591 |
<div class="custom-switch disabled">
|
592 |
+
<input type="checkbox" value="1" <?=$attr?> disabled="disabled" class="custom-switch-input">
|
593 |
<label class="custom-switch-btn"></label>
|
594 |
</div>
|
595 |
|
includes/functions-common.php
CHANGED
@@ -703,7 +703,9 @@ function sanitizeParams( $params ) {
|
|
703 |
$sanitized[ $key ] = (float) $value; // do not encode value to avoid error messages on Pinterest
|
704 |
} elseif ( is_bool( $value ) ) {
|
705 |
$sanitized[ $key ] = (bool) $value;
|
706 |
-
}
|
|
|
|
|
707 |
$sanitized[ $key ] = stripslashes(html_entity_decode( $value ));
|
708 |
}
|
709 |
|
@@ -1029,10 +1031,13 @@ function getStandardParams() {
|
|
1029 |
'page_title' => "",
|
1030 |
'post_type' => $cpt,
|
1031 |
'post_id' => "",
|
1032 |
-
'user_role' => getUserRoles(),
|
1033 |
'plugin' => "PixelYourSite"
|
1034 |
);
|
1035 |
|
|
|
|
|
|
|
|
|
1036 |
if(PYS()->getOption("enable_event_url_param")) {
|
1037 |
$params['event_url'] = getCurrentPageUrl(true);
|
1038 |
}
|
@@ -1084,6 +1089,13 @@ function getStandardParams() {
|
|
1084 |
$params['post_id'] = $post->ID;
|
1085 |
}
|
1086 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1087 |
|
1088 |
return $params;
|
1089 |
}
|
703 |
$sanitized[ $key ] = (float) $value; // do not encode value to avoid error messages on Pinterest
|
704 |
} elseif ( is_bool( $value ) ) {
|
705 |
$sanitized[ $key ] = (bool) $value;
|
706 |
+
} elseif (is_numeric($value)) {
|
707 |
+
$sanitized[ $key ] = $value;
|
708 |
+
} else {
|
709 |
$sanitized[ $key ] = stripslashes(html_entity_decode( $value ));
|
710 |
}
|
711 |
|
1031 |
'page_title' => "",
|
1032 |
'post_type' => $cpt,
|
1033 |
'post_id' => "",
|
|
|
1034 |
'plugin' => "PixelYourSite"
|
1035 |
);
|
1036 |
|
1037 |
+
if(PYS()->getOption("enable_user_role_param")) {
|
1038 |
+
$params['user_role'] = getUserRoles();
|
1039 |
+
}
|
1040 |
+
|
1041 |
if(PYS()->getOption("enable_event_url_param")) {
|
1042 |
$params['event_url'] = getCurrentPageUrl(true);
|
1043 |
}
|
1089 |
$params['post_id'] = $post->ID;
|
1090 |
}
|
1091 |
|
1092 |
+
if(!PYS()->getOption("enable_post_type_param")) {
|
1093 |
+
unset($params['post_type']);
|
1094 |
+
}
|
1095 |
+
if(!PYS()->getOption("enable_post_id_param")) {
|
1096 |
+
unset($params['post_id']);
|
1097 |
+
}
|
1098 |
+
|
1099 |
|
1100 |
return $params;
|
1101 |
}
|
includes/options_defaults.json
CHANGED
@@ -105,6 +105,18 @@
|
|
105 |
"woo_view_content_enabled": true,
|
106 |
"woo_view_category_enabled": true,
|
107 |
"enable_event_url_param": true,
|
108 |
-
"enable_remove_source_url_params": true
|
|
|
|
|
|
|
|
|
|
|
109 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
}
|
105 |
"woo_view_content_enabled": true,
|
106 |
"woo_view_category_enabled": true,
|
107 |
"enable_event_url_param": true,
|
108 |
+
"enable_remove_source_url_params": true,
|
109 |
+
"enable_post_id_param": true,
|
110 |
+
"enable_content_name_param": true,
|
111 |
+
"enable_user_role_param":true,
|
112 |
+
"enable_page_title_param":true,
|
113 |
+
"enable_post_type_param": true,
|
114 |
|
115 |
+
"enable_woo_category_name_param": true,
|
116 |
+
"enable_woo_num_items_param": true,
|
117 |
+
"enable_woo_product_price_param":true,
|
118 |
+
|
119 |
+
"enable_edd_category_name_param": true,
|
120 |
+
"enable_edd_num_items_param": true,
|
121 |
+
"enable_edd_product_price_param": true
|
122 |
}
|
includes/options_fields.json
CHANGED
@@ -93,5 +93,18 @@
|
|
93 |
"woo_view_content_enabled": "checkbox",
|
94 |
"woo_view_category_enabled": "checkbox",
|
95 |
"enable_event_url_param":"checkbox",
|
96 |
-
"enable_remove_source_url_params":"checkbox"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
}
|
93 |
"woo_view_content_enabled": "checkbox",
|
94 |
"woo_view_category_enabled": "checkbox",
|
95 |
"enable_event_url_param":"checkbox",
|
96 |
+
"enable_remove_source_url_params":"checkbox",
|
97 |
+
|
98 |
+
"enable_post_id_param": "checkbox",
|
99 |
+
"enable_content_name_param": "checkbox",
|
100 |
+
"enable_user_role_param":"checkbox",
|
101 |
+
"enable_page_title_param":"checkbox",
|
102 |
+
"enable_post_type_param": "checkbox",
|
103 |
+
|
104 |
+
"enable_woo_category_name_param": "checkbox",
|
105 |
+
"enable_woo_num_items_param": "checkbox",
|
106 |
+
"enable_woo_product_price_param":"checkbox",
|
107 |
+
"enable_edd_category_name_param": "checkbox",
|
108 |
+
"enable_edd_num_items_param": "checkbox",
|
109 |
+
"enable_edd_product_price_param": "checkbox"
|
110 |
}
|
includes/views/html-main-edd.php
CHANGED
@@ -1011,6 +1011,65 @@ e&utm_campaign=pro-feature' ); ?>
|
|
1011 |
</div>
|
1012 |
</div>
|
1013 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1014 |
|
1015 |
<div class="panel">
|
1016 |
<div class="row">
|
1011 |
</div>
|
1012 |
</div>
|
1013 |
|
1014 |
+
<!-- Control the EDD Parameters -->
|
1015 |
+
<div class="card">
|
1016 |
+
<div class="card-header">
|
1017 |
+
Control the EDD Parameters <?php cardCollapseBtn(); ?>
|
1018 |
+
</div>
|
1019 |
+
<div class="card-body">
|
1020 |
+
<div class="row">
|
1021 |
+
<div class="col">
|
1022 |
+
You can use these parameters to create audiences, custom conversions, or goals. We recommend keeping them active. If you get privacy warnings about some of these parameters, you can turn them OFF.
|
1023 |
+
<hr>
|
1024 |
+
</div>
|
1025 |
+
</div>
|
1026 |
+
<div class="row">
|
1027 |
+
<div class="col">
|
1028 |
+
<?php PYS()->render_switcher_input( 'enable_edd_category_name_param' ); ?>
|
1029 |
+
<h4 class="switcher-label">category_name</h4>
|
1030 |
+
<hr>
|
1031 |
+
</div>
|
1032 |
+
</div>
|
1033 |
+
<div class="row">
|
1034 |
+
<div class="col">
|
1035 |
+
<?php PYS()->render_switcher_input( 'enable_edd_num_items_param' ); ?>
|
1036 |
+
<h4 class="switcher-label">num_items</h4>
|
1037 |
+
<hr>
|
1038 |
+
</div>
|
1039 |
+
</div>
|
1040 |
+
<div class="row">
|
1041 |
+
<div class="col">
|
1042 |
+
<?php PYS()->render_switcher_input( 'enable_edd_product_price_param' ); ?>
|
1043 |
+
<h4 class="switcher-label">product_price</h4>
|
1044 |
+
<hr>
|
1045 |
+
</div>
|
1046 |
+
</div>
|
1047 |
+
|
1048 |
+
<div class="row">
|
1049 |
+
<div class="col">
|
1050 |
+
<?php renderDummySwitcher( true ); ?>
|
1051 |
+
<h4 class="switcher-label">content_ids (mandatory for DPA)</h4>
|
1052 |
+
<hr>
|
1053 |
+
</div>
|
1054 |
+
</div>
|
1055 |
+
|
1056 |
+
<div class="row">
|
1057 |
+
<div class="col">
|
1058 |
+
<?php renderDummySwitcher( true ); ?>
|
1059 |
+
<h4 class="switcher-label">content_type (mandatory for DPA)</h4>
|
1060 |
+
<hr>
|
1061 |
+
</div>
|
1062 |
+
</div>
|
1063 |
+
|
1064 |
+
<div class="row">
|
1065 |
+
<div class="col">
|
1066 |
+
<?php renderDummySwitcher( true ); ?>
|
1067 |
+
<h4 class="switcher-label">value (mandatory for purchase, you have more options on event level)</h4>
|
1068 |
+
<hr>
|
1069 |
+
</div>
|
1070 |
+
</div>
|
1071 |
+
</div>
|
1072 |
+
</div>
|
1073 |
|
1074 |
<div class="panel">
|
1075 |
<div class="row">
|
includes/views/html-main-general.php
CHANGED
@@ -30,6 +30,26 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
30 |
</div>
|
31 |
<input type="checkbox" id="fb_settings_switch" style="display: none">
|
32 |
<div class="settings_content">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
<div class="plate pt-3 pb-3 mb-3">
|
34 |
<div class="row mb-3">
|
35 |
<div class="col-12">
|
@@ -46,17 +66,23 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
46 |
<div class="row align-items-center mb-3">
|
47 |
<div class="col-12">
|
48 |
<h4 class="label">Conversion API (recommended):</h4>
|
49 |
-
<?php Facebook()->render_checkbox_input(
|
50 |
-
"use_server_api",
|
51 |
-
"Send events directly from your web server to Facebook through the Conversion API. This can help you capture more events. An access token is required to use the server-side API. <a href='https://www.pixelyoursite.com/facebook-conversion-api-capi' target='_blank'>Learn how to generate the token and how to test Conversion API</a>"
|
52 |
-
); ?>
|
53 |
-
<?php Facebook()->render_checkbox_input("server_event_use_ajax","Use Ajax when conversion API is enabled. Keep this option active if you use a cache");?>
|
54 |
<?php Facebook()->render_text_area_array_item("server_access_api_token","Api token") ?>
|
55 |
-
<small class="form-text">
|
56 |
-
This is an experimental feature and works only for the automatilly fired standard events. We plan to expand it to all events soon.
|
57 |
-
</small>
|
58 |
</div>
|
59 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
<div class="row align-items-center mb-3">
|
61 |
<div class="col-12">
|
62 |
<h4 class="label">test_event_code :</h4>
|
@@ -177,6 +203,8 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
177 |
<div class="col">
|
178 |
<p><a href="https://www.youtube.com/watch?v=uXTpgFu2V-E" target="_blank">How to configure Facebook Conversion API (2:51 min) - watch now</a></p>
|
179 |
<p><a href="https://www.youtube.com/watch?v=QqAIO1ONc0I" target="_blank">How to test Facebook Conversion API (10:16 min) - watch now</a></p>
|
|
|
|
|
180 |
<p><a href="https://www.youtube.com/watch?v=PsKdCkKNeLU" target="_blank">Facebook Conversion API and the Consent Problem (9:25 min) - watch now</a></p>
|
181 |
</div>
|
182 |
</div>
|
@@ -580,18 +608,163 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
580 |
About Parameters:
|
581 |
</div>
|
582 |
<div class="card-body show" style="display: block;">
|
583 |
-
<p>
|
584 |
-
|
585 |
-
<p>
|
586 |
-
|
587 |
-
|
588 |
-
|
589 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
590 |
<p>The Search event has the specific search parameter.</p>
|
|
|
591 |
<p>The Signal event has various specific parameters, depending on the action that fires the event.</p>
|
592 |
</div>
|
593 |
</div>
|
594 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
595 |
<h2 class="section-title mt-3">Global Settings</h2>
|
596 |
|
597 |
<div class="panel">
|
@@ -602,39 +775,14 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
602 |
browser console (developer tools).</h4>
|
603 |
</div>
|
604 |
</div>
|
605 |
-
|
606 |
-
<div class="col">
|
607 |
-
<?php renderDummySwitcher(); ?>
|
608 |
-
<h4 class="switcher-label">Track UTMs</h4>
|
609 |
-
<?php renderProBadge(); ?>
|
610 |
-
</div>
|
611 |
-
</div>
|
612 |
-
<div class="row mb-2">
|
613 |
-
<div class="col">
|
614 |
-
<?php renderDummySwitcher(); ?>
|
615 |
-
<h4 class="switcher-label">Track traffic source</h4>
|
616 |
-
<?php renderProBadge(); ?>
|
617 |
-
</div>
|
618 |
-
</div>
|
619 |
-
<div class="row mb-2">
|
620 |
-
<div class="col">
|
621 |
-
<?php PYS()->render_switcher_input( 'enable_event_url_param' ); ?>
|
622 |
-
<h4 class="switcher-label">Track the <i>event_url</i> parameter. Uncheck this if your URLs contain personal information about your users.</h4>
|
623 |
-
</div>
|
624 |
-
</div>
|
625 |
<div class="row mt-2">
|
626 |
<div class="col">
|
627 |
<?php PYS()->render_switcher_input( 'enable_remove_source_url_params' ); ?>
|
628 |
<h4 class="switcher-label">Remove URL parameters from <i>event_source_url</i></h4>
|
629 |
</div>
|
630 |
</div>
|
631 |
-
|
632 |
-
<div class="col">
|
633 |
-
<?php PYS()->render_switcher_input( 'enable_lading_page_param',false,true ); ?>
|
634 |
-
<h4 class="switcher-label">Track the <i>landing_page</i> parameter. Uncheck this if the landing URLs contain personal information about your users. The <i>landing page</i> can still be saved to WooCommerce or Easy Digital Downloads orders.</h4>
|
635 |
-
<?php renderProBadge(); ?>
|
636 |
-
</div>
|
637 |
-
</div>
|
638 |
|
639 |
<div class="row form-group">
|
640 |
<div class="col">
|
30 |
</div>
|
31 |
<input type="checkbox" id="fb_settings_switch" style="display: none">
|
32 |
<div class="settings_content">
|
33 |
+
<div class="row mb-2">
|
34 |
+
<div class="col-12">
|
35 |
+
<?php Facebook()->render_switcher_input("use_server_api"); ?>
|
36 |
+
<h4 class="switcher-label">Enable Conversion API (add the token below)</h4>
|
37 |
+
</div>
|
38 |
+
</div>
|
39 |
+
<div class="row mb-3">
|
40 |
+
<div class="col">
|
41 |
+
<?php Facebook()->render_switcher_input( 'advanced_matching_enabled' ); ?>
|
42 |
+
<h4 class="switcher-label">Enable Advanced Matching</h4>
|
43 |
+
</div>
|
44 |
+
</div>
|
45 |
+
|
46 |
+
<div class="row mb-3">
|
47 |
+
<div class="col">
|
48 |
+
Learn about Conversion API and Advanced Matching privacy and consent:
|
49 |
+
<a href="https://www.youtube.com/watch?v=PsKdCkKNeLU" target="_blank">watch video</a>
|
50 |
+
</div>
|
51 |
+
</div>
|
52 |
+
|
53 |
<div class="plate pt-3 pb-3 mb-3">
|
54 |
<div class="row mb-3">
|
55 |
<div class="col-12">
|
66 |
<div class="row align-items-center mb-3">
|
67 |
<div class="col-12">
|
68 |
<h4 class="label">Conversion API (recommended):</h4>
|
|
|
|
|
|
|
|
|
|
|
69 |
<?php Facebook()->render_text_area_array_item("server_access_api_token","Api token") ?>
|
|
|
|
|
|
|
70 |
</div>
|
71 |
</div>
|
72 |
+
|
73 |
+
<div class="row mb-3">
|
74 |
+
<div class="col">
|
75 |
+
Send events directly from your web server to Facebook through the Conversion API. This can help you capture more events. An access token is required to use the server-side API.
|
76 |
+
<a href='https://www.pixelyoursite.com/facebook-conversion-api-capi' target='_blank'>Learn how to generate the token and how to test Conversion API</a>
|
77 |
+
</div>
|
78 |
+
</div>
|
79 |
+
|
80 |
+
<div class="row mt-3 mb-3">
|
81 |
+
<div class="col-12">
|
82 |
+
<?php Facebook()->render_checkbox_input("server_event_use_ajax","Use Ajax when conversion API is enabled. Keep this option active if you use a cache");?>
|
83 |
+
</div>
|
84 |
+
</div>
|
85 |
+
|
86 |
<div class="row align-items-center mb-3">
|
87 |
<div class="col-12">
|
88 |
<h4 class="label">test_event_code :</h4>
|
203 |
<div class="col">
|
204 |
<p><a href="https://www.youtube.com/watch?v=uXTpgFu2V-E" target="_blank">How to configure Facebook Conversion API (2:51 min) - watch now</a></p>
|
205 |
<p><a href="https://www.youtube.com/watch?v=QqAIO1ONc0I" target="_blank">How to test Facebook Conversion API (10:16 min) - watch now</a></p>
|
206 |
+
<p><a href="https://www.youtube.com/watch?v=1W1yA9L-6F8" target="_blank">Facebook Pixel Events and Parameters (12:05 min) - watch now</a></p>
|
207 |
+
<p><a href="https://www.youtube.com/watch?v=sM9yNkBK6Eg" target="_blank">Potentially Violating Personal Data Sent to Facebook (7:30 min) - watch now</a></p>
|
208 |
<p><a href="https://www.youtube.com/watch?v=PsKdCkKNeLU" target="_blank">Facebook Conversion API and the Consent Problem (9:25 min) - watch now</a></p>
|
209 |
</div>
|
210 |
</div>
|
608 |
About Parameters:
|
609 |
</div>
|
610 |
<div class="card-body show" style="display: block;">
|
611 |
+
<p>Parameters add extra information to events.
|
612 |
+
|
613 |
+
<p>They help you create Custom Audiences or Custom Conversions on Facebook, Goals, and Audiences on Google,
|
614 |
+
Audiences on Pinterest, Conversions on Bing.</p>
|
615 |
+
|
616 |
+
<p>The plugin tracks the following parameters by default for all the events and for all installed
|
617 |
+
tags: <i>page_title, post_type, post_id, landing_page, event_url, user_role, plugin, event_time (pro),
|
618 |
+
event_day (pro), event_month (pro), traffic_source (pro), UTMs (pro).</i></p>
|
619 |
+
|
620 |
+
<p>Facebook, Pinterest, and Google Ads Page View event also tracks the following parameters: <i>tags, category</i>.</p>
|
621 |
+
|
622 |
+
<p>You can add extra parameters to events configured on the Events tab. WooCommerce or Easy Digital
|
623 |
+
Downloads events will have the e-commerce parameters specific to each tag.</p>
|
624 |
+
|
625 |
<p>The Search event has the specific search parameter.</p>
|
626 |
+
|
627 |
<p>The Signal event has various specific parameters, depending on the action that fires the event.</p>
|
628 |
</div>
|
629 |
</div>
|
630 |
|
631 |
+
<!-- Control global param -->
|
632 |
+
<div class="card">
|
633 |
+
<div class="card-header">
|
634 |
+
Control the Global Parameters <?php cardCollapseBtn(); ?>
|
635 |
+
</div>
|
636 |
+
<div class="card-body" >
|
637 |
+
<div class="row mt-3 mb-3">
|
638 |
+
<div class="col-12">
|
639 |
+
You will have these parameters for all events, and for all installed tags. We recommend to
|
640 |
+
keep these parameters active, but if you start to get privacy warnings about some of them,
|
641 |
+
you can turn those parameters OFF.
|
642 |
+
</div>
|
643 |
+
</div>
|
644 |
+
<div class="row mt-3">
|
645 |
+
<div class="col-12">
|
646 |
+
<hr>
|
647 |
+
<?php PYS()->render_switcher_input("enable_page_title_param");?>
|
648 |
+
<h4 class="switcher-label">page_title</h4>
|
649 |
+
<hr>
|
650 |
+
</div>
|
651 |
+
</div>
|
652 |
+
<div class="row mt-3">
|
653 |
+
<div class="col-12">
|
654 |
+
<?php PYS()->render_switcher_input("enable_post_type_param");?>
|
655 |
+
<h4 class="switcher-label">post_type</h4>
|
656 |
+
<hr>
|
657 |
+
</div>
|
658 |
+
</div>
|
659 |
+
<div class="row mt-3">
|
660 |
+
<div class="col-12">
|
661 |
+
<?php PYS()->render_switcher_input("enable_post_id_param");?>
|
662 |
+
<h4 class="switcher-label">post_id</h4>
|
663 |
+
<hr>
|
664 |
+
</div>
|
665 |
+
</div>
|
666 |
+
<div class="row">
|
667 |
+
<div class="col">
|
668 |
+
<?php PYS()->render_switcher_input( 'enable_content_name_param' ); ?>
|
669 |
+
<h4 class="switcher-label">content_name</h4>
|
670 |
+
<hr>
|
671 |
+
</div>
|
672 |
+
</div>
|
673 |
+
|
674 |
+
<div class="row">
|
675 |
+
<div class="col">
|
676 |
+
<?php PYS()->render_switcher_input( 'enable_event_url_param' ); ?>
|
677 |
+
<h4 class="switcher-label">event_url</h4>
|
678 |
+
<hr>
|
679 |
+
</div>
|
680 |
+
</div>
|
681 |
+
|
682 |
+
<div class="row">
|
683 |
+
<div class="col">
|
684 |
+
<?php PYS()->render_switcher_input( 'enable_user_role_param' ); ?>
|
685 |
+
<h4 class="switcher-label">user_role</h4>
|
686 |
+
<hr>
|
687 |
+
</div>
|
688 |
+
</div>
|
689 |
+
<div class="row">
|
690 |
+
<div class="col">
|
691 |
+
<?php renderDummySwitcher(); ?>
|
692 |
+
<h4 class="switcher-label">landing_page(PRO)</h4>
|
693 |
+
<hr>
|
694 |
+
</div>
|
695 |
+
</div>
|
696 |
+
<div class="row">
|
697 |
+
<div class="col">
|
698 |
+
<?php renderDummySwitcher(); ?>
|
699 |
+
<h4 class="switcher-label">event_time (PRO)</h4>
|
700 |
+
<hr>
|
701 |
+
</div>
|
702 |
+
</div>
|
703 |
+
<div class="row">
|
704 |
+
<div class="col">
|
705 |
+
<?php renderDummySwitcher(); ?>
|
706 |
+
<h4 class="switcher-label">event_day (PRO)</h4>
|
707 |
+
<hr>
|
708 |
+
</div>
|
709 |
+
</div>
|
710 |
+
<div class="row">
|
711 |
+
<div class="col">
|
712 |
+
<?php renderDummySwitcher(); ?>
|
713 |
+
<h4 class="switcher-label">event_month (PRO)</h4>
|
714 |
+
<hr>
|
715 |
+
</div>
|
716 |
+
</div>
|
717 |
+
|
718 |
+
<div class="row">
|
719 |
+
<div class="col">
|
720 |
+
<?php renderDummySwitcher(); ?>
|
721 |
+
<h4 class="switcher-label">traffic_source (PRO)</h4>
|
722 |
+
<hr>
|
723 |
+
</div>
|
724 |
+
</div>
|
725 |
+
|
726 |
+
<div class="row">
|
727 |
+
<div class="col">
|
728 |
+
<?php renderDummySwitcher(); ?>
|
729 |
+
<h4 class="switcher-label">UTMs (PRO)</h4>
|
730 |
+
<hr>
|
731 |
+
</div>
|
732 |
+
</div>
|
733 |
+
|
734 |
+
<div class="row">
|
735 |
+
<div class="col">
|
736 |
+
<?php renderDummySwitcher(); ?>
|
737 |
+
<h4 class="switcher-label">tags (PRO)</h4>
|
738 |
+
<hr>
|
739 |
+
</div>
|
740 |
+
</div>
|
741 |
+
<div class="row">
|
742 |
+
<div class="col">
|
743 |
+
<?php renderDummySwitcher(); ?>
|
744 |
+
<h4 class="switcher-label">categories (PRO)</h4>
|
745 |
+
<hr>
|
746 |
+
</div>
|
747 |
+
</div>
|
748 |
+
|
749 |
+
<div class="row">
|
750 |
+
<div class="col">
|
751 |
+
<?php renderDummySwitcher(true); ?>
|
752 |
+
<h4 class="switcher-label">search (mandatory)</h4>
|
753 |
+
<hr>
|
754 |
+
</div>
|
755 |
+
</div>
|
756 |
+
|
757 |
+
<div class="row">
|
758 |
+
<div class="col">
|
759 |
+
<?php renderDummySwitcher(true); ?>
|
760 |
+
<h4 class="switcher-label">plugin (mandatory)</h4>
|
761 |
+
<hr>
|
762 |
+
</div>
|
763 |
+
</div>
|
764 |
+
|
765 |
+
</div>
|
766 |
+
</div>
|
767 |
+
|
768 |
<h2 class="section-title mt-3">Global Settings</h2>
|
769 |
|
770 |
<div class="panel">
|
775 |
browser console (developer tools).</h4>
|
776 |
</div>
|
777 |
</div>
|
778 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
779 |
<div class="row mt-2">
|
780 |
<div class="col">
|
781 |
<?php PYS()->render_switcher_input( 'enable_remove_source_url_params' ); ?>
|
782 |
<h4 class="switcher-label">Remove URL parameters from <i>event_source_url</i></h4>
|
783 |
</div>
|
784 |
</div>
|
785 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
786 |
|
787 |
<div class="row form-group">
|
788 |
<div class="col">
|
includes/views/html-main-woo.php
CHANGED
@@ -1368,6 +1368,8 @@ e&utm_campaign=pro-feature' ); ?>
|
|
1368 |
</div>
|
1369 |
</div>
|
1370 |
|
|
|
|
|
1371 |
<!-- About WooCommerce Events -->
|
1372 |
<div class="card card-static">
|
1373 |
<div class="card-header">
|
@@ -1376,11 +1378,138 @@ e&utm_campaign=pro-feature' ); ?>
|
|
1376 |
<div class="card-body">
|
1377 |
<div class="row">
|
1378 |
<div class="col">
|
1379 |
-
<p>All events get the following
|
1380 |
-
|
|
|
|
|
|
|
|
|
1381 |
<p>The Facebook Pixel events are Dynamic Ads ready.</p>
|
1382 |
<p>The Google Analytics events track the data Enhanced Ecommerce or Monetization (GA4).</p>
|
1383 |
<p>The Pinterest events have the required data for Dynamic Remarketing.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1384 |
</div>
|
1385 |
</div>
|
1386 |
</div>
|
1368 |
</div>
|
1369 |
</div>
|
1370 |
|
1371 |
+
<h2 class="section-title">WooCommerce Parameters</h2>
|
1372 |
+
|
1373 |
<!-- About WooCommerce Events -->
|
1374 |
<div class="card card-static">
|
1375 |
<div class="card-header">
|
1378 |
<div class="card-body">
|
1379 |
<div class="row">
|
1380 |
<div class="col">
|
1381 |
+
<p>All events get the following Global Parameters for all the tags: <i>page_title, post_type, post_id,
|
1382 |
+
event_URL, user_role, plugin,landing_page(pro), event_time (pro),
|
1383 |
+
event_day (pro), event_month (pro), traffic_source (pro), UTMs (pro).</i>
|
1384 |
+
</p>
|
1385 |
+
<br><br>
|
1386 |
+
|
1387 |
<p>The Facebook Pixel events are Dynamic Ads ready.</p>
|
1388 |
<p>The Google Analytics events track the data Enhanced Ecommerce or Monetization (GA4).</p>
|
1389 |
<p>The Pinterest events have the required data for Dynamic Remarketing.</p>
|
1390 |
+
|
1391 |
+
<br><br>
|
1392 |
+
<p>The Purchase event will have the following extra-parameters:
|
1393 |
+
<i>category_name, num_items, tags, total (pro), transactions_count (pro), tax (pro),
|
1394 |
+
predicted_ltv (pro), average_order (pro), coupon_used (pro), coupon_code (pro), shipping (pro),
|
1395 |
+
shipping_cost (pro).</i>
|
1396 |
+
</p>
|
1397 |
+
</div>
|
1398 |
+
</div>
|
1399 |
+
</div>
|
1400 |
+
</div>
|
1401 |
+
|
1402 |
+
<!-- Control the WooCommerce Parameters -->
|
1403 |
+
<div class="card">
|
1404 |
+
<div class="card-header">
|
1405 |
+
Control the WooCommerce Parameters <?php cardCollapseBtn(); ?>
|
1406 |
+
</div>
|
1407 |
+
<div class="card-body">
|
1408 |
+
<div class="row">
|
1409 |
+
<div class="col">
|
1410 |
+
You can use these parameters to create audiences, custom conversions, or goals. We recommend keeping them active. If you get privacy warnings about some of these parameters, you can turn them OFF.
|
1411 |
+
<hr>
|
1412 |
+
</div>
|
1413 |
+
</div>
|
1414 |
+
<div class="row">
|
1415 |
+
<div class="col">
|
1416 |
+
<?php PYS()->render_switcher_input( 'enable_woo_category_name_param' ); ?>
|
1417 |
+
<h4 class="switcher-label">category_name</h4>
|
1418 |
+
<hr>
|
1419 |
+
</div>
|
1420 |
+
</div>
|
1421 |
+
<div class="row">
|
1422 |
+
<div class="col">
|
1423 |
+
<?php PYS()->render_switcher_input( 'enable_woo_num_items_param' ); ?>
|
1424 |
+
<h4 class="switcher-label">num_items</h4>
|
1425 |
+
<hr>
|
1426 |
+
</div>
|
1427 |
+
</div>
|
1428 |
+
<div class="row">
|
1429 |
+
<div class="col">
|
1430 |
+
<?php PYS()->render_switcher_input( 'enable_woo_product_price_param' ); ?>
|
1431 |
+
<h4 class="switcher-label">product_price</h4>
|
1432 |
+
<hr>
|
1433 |
+
</div>
|
1434 |
+
</div>
|
1435 |
+
|
1436 |
+
<div class="row">
|
1437 |
+
<div class="col">
|
1438 |
+
<?php renderDummySwitcher(); ?>
|
1439 |
+
<h4 class="switcher-label">total (PRO)</h4>
|
1440 |
+
<hr>
|
1441 |
+
</div>
|
1442 |
+
</div>
|
1443 |
+
|
1444 |
+
<div class="row">
|
1445 |
+
<div class="col">
|
1446 |
+
<?php renderDummySwitcher(); ?>
|
1447 |
+
<h4 class="switcher-label">transactions_count (PRO)</h4>
|
1448 |
+
<hr>
|
1449 |
+
</div>
|
1450 |
+
</div>
|
1451 |
+
|
1452 |
+
<div class="row">
|
1453 |
+
<div class="col">
|
1454 |
+
<?php renderDummySwitcher(); ?>
|
1455 |
+
<h4 class="switcher-label">predicted_ltv (PRO)</h4>
|
1456 |
+
<hr>
|
1457 |
+
</div>
|
1458 |
+
</div>
|
1459 |
+
|
1460 |
+
<div class="row">
|
1461 |
+
<div class="col">
|
1462 |
+
<?php renderDummySwitcher(); ?>
|
1463 |
+
<h4 class="switcher-label">average_order (PRO)</h4>
|
1464 |
+
<hr>
|
1465 |
+
</div>
|
1466 |
+
</div>
|
1467 |
+
|
1468 |
+
<div class="row">
|
1469 |
+
<div class="col">
|
1470 |
+
<?php renderDummySwitcher(); ?>
|
1471 |
+
<h4 class="switcher-label">coupon_used (PRO)</h4>
|
1472 |
+
<hr>
|
1473 |
+
</div>
|
1474 |
+
</div>
|
1475 |
+
|
1476 |
+
<div class="row">
|
1477 |
+
<div class="col">
|
1478 |
+
<?php renderDummySwitcher(); ?>
|
1479 |
+
<h4 class="switcher-label">shipping (PRO)</h4>
|
1480 |
+
<hr>
|
1481 |
+
</div>
|
1482 |
+
</div>
|
1483 |
+
|
1484 |
+
<div class="row">
|
1485 |
+
<div class="col">
|
1486 |
+
<?php renderDummySwitcher(); ?>
|
1487 |
+
<h4 class="switcher-label">shipping_cost (PRO)</h4>
|
1488 |
+
<hr>
|
1489 |
+
</div>
|
1490 |
+
</div>
|
1491 |
+
|
1492 |
+
<div class="row">
|
1493 |
+
<div class="col">
|
1494 |
+
<?php renderDummySwitcher( true ); ?>
|
1495 |
+
<h4 class="switcher-label">content_ids (mandatory for DPA)</h4>
|
1496 |
+
<hr>
|
1497 |
+
</div>
|
1498 |
+
</div>
|
1499 |
+
|
1500 |
+
<div class="row">
|
1501 |
+
<div class="col">
|
1502 |
+
<?php renderDummySwitcher( true ); ?>
|
1503 |
+
<h4 class="switcher-label">content_type (mandatory for DPA)</h4>
|
1504 |
+
<hr>
|
1505 |
+
</div>
|
1506 |
+
</div>
|
1507 |
+
|
1508 |
+
<div class="row">
|
1509 |
+
<div class="col">
|
1510 |
+
<?php renderDummySwitcher( true ); ?>
|
1511 |
+
<h4 class="switcher-label">value (mandatory for purchase, you have more options on event level)</h4>
|
1512 |
+
<hr>
|
1513 |
</div>
|
1514 |
</div>
|
1515 |
</div>
|
modules/google_analytics/function-collect-data-4v.php
CHANGED
@@ -49,7 +49,7 @@ function getCompleteRegistrationEventParamsV4() {
|
|
49 |
'name' => 'sign_up',
|
50 |
'data' => array(
|
51 |
'content_name' => get_the_title(),
|
52 |
-
'event_url' => \PixelYourSite\getCurrentPageUrl(),
|
53 |
'method' => \PixelYourSite\getUserRoles(),
|
54 |
'non_interaction' => PixelYourSite\GA()->getOption( 'complete_registration_event_non_interactive' ),
|
55 |
),
|
49 |
'name' => 'sign_up',
|
50 |
'data' => array(
|
51 |
'content_name' => get_the_title(),
|
52 |
+
'event_url' => \PixelYourSite\getCurrentPageUrl(true),
|
53 |
'method' => \PixelYourSite\getUserRoles(),
|
54 |
'non_interaction' => PixelYourSite\GA()->getOption( 'complete_registration_event_non_interactive' ),
|
55 |
),
|
pixelyoursite.php
CHANGED
@@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
4 |
exit; // Exit if accessed directly.
|
5 |
}
|
6 |
|
7 |
-
define( 'PYS_FREE_VERSION', '8.2.
|
8 |
define( 'PYS_FREE_PINTEREST_MIN_VERSION', '3.0.0' );
|
9 |
define( 'PYS_FREE_BING_MIN_VERSION', '2.0.0' );
|
10 |
define( 'PYS_FREE_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
|
4 |
exit; // Exit if accessed directly.
|
5 |
}
|
6 |
|
7 |
+
define( 'PYS_FREE_VERSION', '8.2.1' );
|
8 |
define( 'PYS_FREE_PINTEREST_MIN_VERSION', '3.0.0' );
|
9 |
define( 'PYS_FREE_BING_MIN_VERSION', '2.0.0' );
|
10 |
define( 'PYS_FREE_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: Facebook Pixel, Facebook Conversion API, CAPI, Facebook Pixel Events, Face
|
|
4 |
Requires at least: 3.0.1
|
5 |
Requires PHP: 5.4
|
6 |
Tested up to: 5.7
|
7 |
-
Stable tag: 8.2.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -19,9 +19,9 @@ You can fire your own events with zero coding.
|
|
19 |
|
20 |
**WooCommerce** and **Easy Digital Downloads** are fully supported, with Facebook Dynamic Ads pixel setup and Google Analytics Enhanced Ecommerce.
|
21 |
|
22 |
-
Take a look at this video to see
|
23 |
|
24 |
-
[youtube https://www.youtube.com/watch?v=
|
25 |
|
26 |
NEW: Facebook Pixel Conversion API: [Learn how to enable and test Conversion API events](https://www.pixelyoursite.com/facebook-conversion-api-capi)
|
27 |
|
@@ -85,9 +85,11 @@ You can easily configure your own events and send them to all or just some of th
|
|
85 |
|
86 |
You can fire standard or custom events using triggers like:
|
87 |
|
88 |
-
URL contains.
|
89 |
-
|
90 |
-
|
|
|
|
|
91 |
|
92 |
|
93 |
|
@@ -120,12 +122,17 @@ When Facebook for WooCommerce is detected, the plugin will offer you the option
|
|
120 |
|
121 |
OTHER USEFUL FEATURES:
|
122 |
|
123 |
-
Facebook Manual Advanced Matching.
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
Google Analytics
|
128 |
-
|
|
|
|
|
|
|
|
|
|
|
129 |
|
130 |
|
131 |
|
@@ -146,7 +153,8 @@ You can capture clicks on internal or external links, embedded video views, clic
|
|
146 |
|
147 |
EVEN MORE EVENTS’ TRIGGERS:
|
148 |
|
149 |
-
On top of the free triggers (URL equals and URL contains), the pro version will let you fire more complex events:
|
|
|
150 |
|
151 |
* Clicks on CSS Selector: you can target virtually any clicks, like buttons, images etc.
|
152 |
|
@@ -185,27 +193,36 @@ For WooCommerce you’ll have some additional dynamic values: [order_number], [o
|
|
185 |
|
186 |
EVEN MORE WOOCOMMERCE FEATURES:
|
187 |
|
188 |
-
Identify your most valuable customers with our Advanced Marketing Events. Useful to create Facebook Lookalikes or Google Similar Audiences.
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
Track
|
195 |
-
|
196 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
|
|
|
198 |
For more info on how the pro version can help you with your Facebook Pixel, [visit this WooCommerce - Facebook Pixel page](https://www.pixelyoursite.com/facebook-pixel-plugin/woocommerce-facebook-pixel)
|
199 |
|
200 |
|
201 |
|
202 |
GOOGLE ADS TAG (FORMER ADWORDS):
|
203 |
|
204 |
-
The Pro version will implement the [Google Ads Tag](https://www.pixelyoursite.com/google-ads-tag) with Dynamic Retargeting support for WooCommerce and Easy Digital Downloads.
|
205 |
|
206 |
-
Each Global event will be sent to Google Ads too, and you can configure Google Ads conversions.
|
207 |
|
208 |
-
Add conversion label to any WooCommerce or EDD event.
|
209 |
|
210 |
|
211 |
|
@@ -213,12 +230,16 @@ NOT ENOUGH? GET MORE WITH THE SUPER PACK:
|
|
213 |
|
214 |
With the [Super Pack](https://www.pixelyoursite.com/super-pack) you get 5 extra add-ons:
|
215 |
|
216 |
-
Multiple pixels: add multiple Facebook pixels, Google Analytics, or Google Ads tags
|
217 |
-
|
218 |
-
|
219 |
-
|
|
|
|
|
|
|
220 |
AMP support
|
221 |
|
|
|
222 |
The super pack comes as a free bonus with our [Advanced and Agency licenses](https://www.pixelyoursite.com/facebook-pixel-plugin/buy-pixelyoursite-pro).
|
223 |
|
224 |
|
@@ -226,8 +247,6 @@ The super pack comes as a free bonus with our [Advanced and Agency licenses](htt
|
|
226 |
DON’T MISS:
|
227 |
|
228 |
|
229 |
-
**Learning Section**: we’ve put together a number of articles with all sort of tips and tricks that will help you with your ads. [Click here for our learning section](https://www.pixelyoursite.com/learn)
|
230 |
-
|
231 |
**Documentation**: learn how to use PixelYourSite free plugin. [Click here for the HELP articles](https://www.pixelyoursite.com/pixelyoursite-free-version)
|
232 |
|
233 |
|
@@ -440,6 +459,16 @@ NO, absolutely not! We don't track any type of data about your website. We simpl
|
|
440 |
== Changelog ==
|
441 |
|
442 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
443 |
= PixelYourSite 8.2.0 =
|
444 |
|
445 |
* Full support for [ConsentMagic.com](https://www.consentmagic.com)
|
4 |
Requires at least: 3.0.1
|
5 |
Requires PHP: 5.4
|
6 |
Tested up to: 5.7
|
7 |
+
Stable tag: 8.2.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
19 |
|
20 |
**WooCommerce** and **Easy Digital Downloads** are fully supported, with Facebook Dynamic Ads pixel setup and Google Analytics Enhanced Ecommerce.
|
21 |
|
22 |
+
Take a look at this video to see Facebook Conversion API in action:
|
23 |
|
24 |
+
[youtube https://www.youtube.com/watch?v=k_bL53qDE0E]
|
25 |
|
26 |
NEW: Facebook Pixel Conversion API: [Learn how to enable and test Conversion API events](https://www.pixelyoursite.com/facebook-conversion-api-capi)
|
27 |
|
85 |
|
86 |
You can fire standard or custom events using triggers like:
|
87 |
|
88 |
+
* URL contains.
|
89 |
+
|
90 |
+
* URL equals.
|
91 |
+
|
92 |
+
* Delay event: fire after X seconds.
|
93 |
|
94 |
|
95 |
|
122 |
|
123 |
OTHER USEFUL FEATURES:
|
124 |
|
125 |
+
* Facebook Manual Advanced Matching.
|
126 |
+
|
127 |
+
* Remove Facebook default events.
|
128 |
+
|
129 |
+
* Google Analytics cross-domain measurement.
|
130 |
+
|
131 |
+
* Google Analytics Enhanced Link Attribution.
|
132 |
+
|
133 |
+
* Google Analytics Anonymize IPs.
|
134 |
+
|
135 |
+
* Pinterest Enhanced Matching.
|
136 |
|
137 |
|
138 |
|
153 |
|
154 |
EVEN MORE EVENTS’ TRIGGERS:
|
155 |
|
156 |
+
On top of the free triggers (URL equals and URL contains), the pro version will let you fire more complex events:
|
157 |
+
|
158 |
|
159 |
* Clicks on CSS Selector: you can target virtually any clicks, like buttons, images etc.
|
160 |
|
193 |
|
194 |
EVEN MORE WOOCOMMERCE FEATURES:
|
195 |
|
196 |
+
* Identify your most valuable customers with our Advanced Marketing Events. Useful to create Facebook Lookalikes or Google Similar Audiences.
|
197 |
+
|
198 |
+
* CSV Export for Facebook Custom Audiences with Lifetime Value. Useful for Facebook LTV Lookalikes.
|
199 |
+
|
200 |
+
* Super flexible events value configuration (include/exclude tax and shipping, use full price or a price percent for each event).
|
201 |
+
|
202 |
+
* Track the Lifetime Value for your customers as Purchase event parameter.
|
203 |
+
|
204 |
+
* Lots of extra parameters for the Facebook Purchase event. Useful to create advanced Custom Audiences.
|
205 |
+
|
206 |
+
* Fire the Purchase event on transaction only.
|
207 |
+
|
208 |
+
* Track WooCommerce affiliate buttons clicks.
|
209 |
+
|
210 |
+
* Track WooCommerce PayPal Standard clicks.
|
211 |
+
|
212 |
+
* [Google Ads Dynamic Remarketing parameters](https://www.pixelyoursite.com/google-ads-tag)
|
213 |
|
214 |
+
|
215 |
For more info on how the pro version can help you with your Facebook Pixel, [visit this WooCommerce - Facebook Pixel page](https://www.pixelyoursite.com/facebook-pixel-plugin/woocommerce-facebook-pixel)
|
216 |
|
217 |
|
218 |
|
219 |
GOOGLE ADS TAG (FORMER ADWORDS):
|
220 |
|
221 |
+
* The Pro version will implement the [Google Ads Tag](https://www.pixelyoursite.com/google-ads-tag) with Dynamic Retargeting support for WooCommerce and Easy Digital Downloads.
|
222 |
|
223 |
+
* Each Global event will be sent to Google Ads too, and you can configure Google Ads conversions.
|
224 |
|
225 |
+
* Add conversion label to any WooCommerce or EDD event.
|
226 |
|
227 |
|
228 |
|
230 |
|
231 |
With the [Super Pack](https://www.pixelyoursite.com/super-pack) you get 5 extra add-ons:
|
232 |
|
233 |
+
* Multiple pixels: add multiple Facebook pixels, Google Analytics, or Google Ads tags
|
234 |
+
|
235 |
+
* Remove a pixel from a particular page
|
236 |
+
|
237 |
+
* Dynamic parameters for events
|
238 |
+
|
239 |
+
* WooCommerce custom “thank you pages”
|
240 |
AMP support
|
241 |
|
242 |
+
|
243 |
The super pack comes as a free bonus with our [Advanced and Agency licenses](https://www.pixelyoursite.com/facebook-pixel-plugin/buy-pixelyoursite-pro).
|
244 |
|
245 |
|
247 |
DON’T MISS:
|
248 |
|
249 |
|
|
|
|
|
250 |
**Documentation**: learn how to use PixelYourSite free plugin. [Click here for the HELP articles](https://www.pixelyoursite.com/pixelyoursite-free-version)
|
251 |
|
252 |
|
459 |
== Changelog ==
|
460 |
|
461 |
|
462 |
+
= PixelYourSite 8.2.1 =
|
463 |
+
|
464 |
+
* New options to turn ON/OFF most global, WooCommerce, Easy Digital Downloads events parameters. Use it if Facebook shows privacy warnings related to some parameters. [You have a video](https://www.youtube.com/watch?v=sM9yNkBK6Eg) about it linked on the plugin’s main page.
|
465 |
+
|
466 |
+
* WooCommerce 5.3 compatibility check.
|
467 |
+
|
468 |
+
* Some other code improvements and small bug fixes.
|
469 |
+
|
470 |
+
|
471 |
+
|
472 |
= PixelYourSite 8.2.0 =
|
473 |
|
474 |
* Full support for [ConsentMagic.com](https://www.consentmagic.com)
|