@import url("https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css");
@import url("https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/fill/style.css");
@import url("https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/duotone/style.css");
.bs-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 480px) {
  .bs-container {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .bs-container {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .bs-container {
    width: 1024px;
  }
}
.bs-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.bs-row {
  margin-left: -10px;
  margin-right: -10px;
}
.bs-row * {
  zoom: 1;
}
.bs-row:before,
.bs-row:after {
  display: table;
  content: "";
}
.bs-row:after {
  clear: both;
}
.bs-row > [class*=col-] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* Do not remove commented font-weights. 
We might need them later. 
They're now commented in order to 
increase page load performance
*/
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-Light.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-Light.woff') format('woff'), url('/cdn/fonts/lato/Lato-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-LightItalic.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-LightItalic.woff') format('woff'), url('/cdn/fonts/lato/Lato-LightItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-Regular.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-Regular.woff') format('woff'), url('/cdn/fonts/lato/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-Italic.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-Italic.woff') format('woff'), url('/cdn/fonts/lato/Lato-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-Medium.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-Medium.woff') format('woff'), url('/cdn/fonts/lato/Lato-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-MediumItalic.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-MediumItalic.woff') format('woff'), url('/cdn/fonts/lato/Lato-MediumItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-Semibold.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-Semibold.woff') format('woff'), url('/cdn/fonts/lato/Lato-Semibold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-SemiboldItalic.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-SemiboldItalic.woff') format('woff'), url('/cdn/fonts/lato/Lato-SemiboldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-Bold.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-Bold.woff') format('woff'), url('/cdn/fonts/lato/Lato-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-BoldItalic.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-BoldItalic.woff') format('woff'), url('/cdn/fonts/lato/Lato-BoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-Heavy.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-Heavy.woff') format('woff'), url('/cdn/fonts/lato/Lato-Heavy.ttf') format('truetype');
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-HeavyItalic.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-HeavyItalic.woff') format('woff'), url('/cdn/fonts/lato/Lato-HeavyItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 800;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-Black.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-Black.woff') format('woff'), url('/cdn/fonts/lato/Lato-Black.ttf') format('truetype');
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-BlackItalic.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-BlackItalic.woff') format('woff'), url('/cdn/fonts/lato/Lato-BlackItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 900;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
:root {
  --header-height: 60px;
  --zoom: 0;
}
@media screen and (max-width: 1023px) {
  :root {
    --header-height: 50px;
  }
}
html:has(.header-box.tabbed),
html:has(.body_report_tabbed),
html:has(#psrk-report-navigation) {
  --header-height: 60px;
}
@media screen and (max-width: 1023px) {
  html:has(.header-box.tabbed),
  html:has(.body_report_tabbed),
  html:has(#psrk-report-navigation) {
    --header-height: 50px;
  }
}
html:has(.header-box.tabbed.fixed),
html:has(#psrk-report-navigation.fixed) {
  --header-height: 44px;
}
@media screen and (max-width: 1023px) {
  html:has(.header-box.tabbed.fixed),
  html:has(#psrk-report-navigation.fixed) {
    --header-height: 40px;
  }
}
html:has(.affix.sticky-top) {
  --header-height: 44px;
}
@media screen and (max-width: 1023px) {
  html:has(.affix.sticky-top) {
    --header-height: 50px;
  }
}
body {
  -webkit-transition: padding-top 0.25s linear;
  transition: padding-top 0.25s linear;
}
body[class*="newshark-"]:has(header.header-container),
body[class*="loc"] body.responsive:has(header.header-container),
body.fullscreen:has(header.header-container),
body.ownershipApp:has(header.header-container) {
  padding-top: var(--header-height) !important;
}
body:has(.header.menu-open) {
  overflow: hidden !important;
}
@supports (-moz-appearance: none) {
  body {
    scrollbar-width: thin;
    scrollbar-color: inset 0 0 6px rgba(0, 0, 0, 0.3) #aaaaaa;
  }
}
body::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
}
@media (prefers-color-scheme: dark) {
  body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 10px rgba(66, 66, 66, 0.95);
  }
  body::-webkit-scrollbar-thumb {
    background-color: #686868;
  }
  @supports (-moz-appearance: none) {
    body {
      scrollbar-color: inset 0 0 0 10px rgba(66, 66, 66, 0.95) #686868;
    }
  }
}
header.header-container {
  z-index: 9990;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: height 0.25s linear;
  transition: height 0.25s linear;
}
header.header-container {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}
header.header-container *,
header.header-container *::before,
header.header-container *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  header.header-container:has(.header.menu-open):before {
    content: "";
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    pointer-events: none;
  }
}
header.header-container > .header {
  background: #027ABB;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  position: relative;
  z-index: 1;
}
header.header-container > .header.shadow {
  -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.08);
}
header.header-container div,
header.header-container a,
header.header-container strong,
header.header-container em,
header.header-container span,
header.header-container ul,
header.header-container ol,
header.header-container li,
header.header-container button {
  color: inherit;
  background: transparent;
  border: none;
  line-height: 16px;
}
header.header-container ul,
header.header-container ol,
header.header-container li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header.header-container li {
  position: relative;
}
header.header-container a,
header.header-container a:hover,
header.header-container a:focus,
header.header-container a:visited {
  text-decoration: none;
  color: inherit;
}
header.header-container a.disabled,
header.header-container button.disabled,
header.header-container a.disabled:hover,
header.header-container button.disabled:hover {
  cursor: default;
  color: rgba(204, 204, 204, 0.5) !important;
}
header.header-container a:focus-visible,
header.header-container button:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.2);
  outline-offset: -1.5px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), inset 0 0 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), inset 0 0 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
header.header-container .caret {
  -webkit-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  line-height: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  color: inherit;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentcolor;
}
header.header-container .skip_link {
  position: absolute;
  left: 3px;
  top: -200%;
  padding: 0.5em;
  color: #000;
  background-color: #ffc107;
  z-index: 5;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
header.header-container .skip_link:focus {
  top: calc(var(--header-height) + 3px);
}
header.header-container .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #fff;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1900px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  header.header-container .header-inner {
    padding-left: calc(18px - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  header.header-container .header-inner {
    padding-left: calc(18px + 14 * ((100vw - 1440px) / 160) - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1600px) {
  header.header-container .header-inner {
    padding-left: calc(32px - (var(--zoom) * 1px));
  }
}
@media screen and (max-width: 1439px) {
  header.header-container .header-inner {
    padding-right: calc(18px - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  header.header-container .header-inner {
    padding-right: calc(18px + 14 * ((100vw - 1440px) / 160) - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1600px) {
  header.header-container .header-inner {
    padding-right: calc(32px - (var(--zoom) * 1px));
  }
}
@media screen and (max-width: 1439px) {
  header.header-container .header-inner {
    gap: calc(16px - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  header.header-container .header-inner {
    gap: calc(16px + 16 * ((100vw - 1440px) / 160) - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1600px) {
  header.header-container .header-inner {
    gap: calc(32px - (var(--zoom) * 1px));
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
  }
}
header.header-container .header-nav-list,
header.header-container .header-util-list,
header.header-container .header-user-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
header.header-container .header-nav-list > li,
header.header-container .header-util-list > li,
header.header-container .header-user-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  letter-spacing: 0.4px;
}
header.header-container .header-nav-list > li[data-active="true"] > [data-link],
header.header-container .header-util-list > li[data-active="true"] > [data-link],
header.header-container .header-user-list > li[data-active="true"] > [data-link] {
  pointer-events: none;
  cursor: default;
}
header.header-container .header-nav-list > li[data-active="true"] > [aria-haspopup]:after,
header.header-container .header-util-list > li[data-active="true"] > [aria-haspopup]:after,
header.header-container .header-user-list > li[data-active="true"] > [aria-haspopup]:after,
header.header-container .header-nav-list > li[data-active="true"] > [data-link]:after,
header.header-container .header-util-list > li[data-active="true"] > [data-link]:after,
header.header-container .header-user-list > li[data-active="true"] > [data-link]:after {
  width: 100%;
}
header.header-container .header-nav-list > li [data-active] a,
header.header-container .header-util-list > li [data-active] a,
header.header-container .header-user-list > li [data-active] a {
  background: #64aed6;
  color: #000;
}
header.header-container .header-nav-list > li ul,
header.header-container .header-util-list > li ul,
header.header-container .header-user-list > li ul,
header.header-container .header-nav-list > li li,
header.header-container .header-util-list > li li,
header.header-container .header-user-list > li li,
header.header-container .header-nav-list > li a,
header.header-container .header-util-list > li a,
header.header-container .header-user-list > li a,
header.header-container .header-nav-list > li span,
header.header-container .header-util-list > li span,
header.header-container .header-user-list > li span,
header.header-container .header-nav-list > li button,
header.header-container .header-util-list > li button,
header.header-container .header-user-list > li button {
  font: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
}
header.header-container .header-nav-list > li > [aria-haspopup],
header.header-container .header-util-list > li > [aria-haspopup],
header.header-container .header-user-list > li > [aria-haspopup],
header.header-container .header-nav-list > li > [data-link],
header.header-container .header-util-list > li > [data-link],
header.header-container .header-user-list > li > [data-link] {
  font: inherit;
  position: relative;
  padding: 10px 0;
  min-width: 24px;
}
@media (hover: hover) and (pointer: fine), screen and (min-width: 1024px) {
  header.header-container .header-nav-list > li > [aria-haspopup]:not([aria-expanded="true"]):hover:after,
  header.header-container .header-util-list > li > [aria-haspopup]:not([aria-expanded="true"]):hover:after,
  header.header-container .header-user-list > li > [aria-haspopup]:not([aria-expanded="true"]):hover:after,
  header.header-container .header-nav-list > li > [data-link]:not([aria-expanded="true"]):hover:after,
  header.header-container .header-util-list > li > [data-link]:not([aria-expanded="true"]):hover:after,
  header.header-container .header-user-list > li > [data-link]:not([aria-expanded="true"]):hover:after {
    width: 100%;
  }
}
header.header-container .header-nav-list > li > [aria-haspopup]::after,
header.header-container .header-util-list > li > [aria-haspopup]::after,
header.header-container .header-user-list > li > [aria-haspopup]::after,
header.header-container .header-nav-list > li > [data-link]::after,
header.header-container .header-util-list > li > [data-link]::after,
header.header-container .header-user-list > li > [data-link]::after {
  content: "";
  width: 0%;
  position: absolute;
  height: 2px;
  background: #fff;
  -webkit-transition: width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  header.header-container .header-nav-list,
  header.header-container .header-util-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }
  header.header-container .header-nav-list > li,
  header.header-container .header-util-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-top: 1px solid #00bdff;
  }
  header.header-container .header-nav-list > li > [aria-haspopup],
  header.header-container .header-util-list > li > [aria-haspopup],
  header.header-container .header-nav-list > li > [data-link],
  header.header-container .header-util-list > li > [data-link] {
    padding: 4px 18px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
#content .affix-top {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}
#content .sticky-top {
  left: 0;
  right: 0;
  -webkit-transition: top 0.2s ease, padding-top 0.2s ease;
  transition: top 0.2s ease, padding-top 0.2s ease;
  padding-top: var(--header-height);
}
#content .affix.sticky-top {
  padding-top: var(--header-height);
}
#wrap:has(.sticky-top.affix) header.header-container .header-logo,
#wrap:has(#psrk-report-navigation.fixed) header.header-container .header-logo,
#wrap:has(.header-box.tabbed.fixed) header.header-container .header-logo {
  max-width: calc(160px - (var(--zoom) * 1px));
}
header.header-container .nav-mobile-toggler {
  position: absolute;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  header.header-container .nav-mobile-toggler {
    position: relative;
    visibility: visible;
    width: 28px;
    height: 100%;
    -ms-flex-item-align: center;
        align-self: center;
  }
  header.header-container .nav-mobile-toggler button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: auto;
    width: 28px;
    height: 4px;
    background: #fff;
    -webkit-transition: height 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.175), background 0.25s linear;
    transition: height 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.175), background 0.25s linear;
  }
  header.header-container .nav-mobile-toggler button::before,
  header.header-container .nav-mobile-toggler button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.175);
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.175);
  }
  header.header-container .nav-mobile-toggler button::before {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  header.header-container .nav-mobile-toggler button::after {
    -webkit-transform: translate(-50%, 6px);
            transform: translate(-50%, 6px);
  }
  header.header-container .nav-mobile-toggler button[aria-expanded="true"] {
    background: transparent;
    height: 2px;
    -webkit-transition: height 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.175), background 0.25s linear;
    transition: height 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.175), background 0.25s linear;
  }
  header.header-container .nav-mobile-toggler button[aria-expanded="true"]::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.98);
            transform: translate(-50%, -50%) rotate(45deg) scale(0.98);
  }
  header.header-container .nav-mobile-toggler button[aria-expanded="true"]::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(0.98);
            transform: translate(-50%, -50%) rotate(-45deg) scale(0.98);
  }
}
header.header-container .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  -webkit-transition: max-width 0.25s linear;
  transition: max-width 0.25s linear;
}
@media screen and (max-width: 1023px) {
  header.header-container .header-logo {
    max-width: calc(160px - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1024px) and (max-width: 1599px) {
  header.header-container .header-logo {
    max-width: calc(160px + 76 * ((100vw - 1024px) / 576) - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1600px) {
  header.header-container .header-logo {
    max-width: calc(236px - (var(--zoom) * 1px));
  }
}
@media screen and (max-width: 479px) {
  header.header-container .header-logo {
    width: 60px;
    overflow: hidden;
  }
  header.header-container .header-logo svg g g {
    display: none;
  }
}
header.header-container .header-logo a {
  -ms-flex-item-align: center;
      align-self: center;
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 17.8%;
  height: 0;
}
@media screen and (max-width: 479px) {
  header.header-container .header-logo a {
    width: 160px;
    min-width: 160px;
    height: 50px;
    padding-bottom: 0;
  }
}
header.header-container .header-logo a svg {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
header.header-container button[aria-haspopup="true"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  position: relative;
  z-index: 1;
}
header.header-container button[aria-haspopup="true"][aria-expanded="true"] .caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header.header-container button[aria-haspopup="true"][aria-expanded="true"] + .header-dropdown {
  top: 100%;
  pointer-events: all;
  visibility: visible;
  height: auto;
  margin-bottom: 10px;
  opacity: 1;
}
header.header-container button[aria-haspopup="true"][aria-expanded="true"] + .header-dropdown:after {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  header.header-container button[aria-haspopup="true"][aria-expanded="true"] {
    background-color: #00bdff;
    color: #000;
  }
}
header.header-container button[aria-haspopup="true"][aria-expanded="false"] + .header-dropdown {
  top: 90%;
  pointer-events: none;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
  opacity: 0;
}
header.header-container .header-dropdown {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #027ABB;
  z-index: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media screen and (min-width: 1024px) {
  header.header-container .header-dropdown {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    position: absolute;
    top: 100%;
    left: 0;
  }
  header.header-container .header-dropdown:after {
    content: "";
    width: 0%;
    position: absolute;
    height: 2px;
    background: #fff;
    -webkit-transition: width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
    top: -2px;
    left: 0;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-dropdown {
    position: relative;
    padding-left: 18px;
  }
}
header.header-container .header-dropdown li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  letter-spacing: 0.4px;
  z-index: 1;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}
@media screen and (max-width: 1449.9px) {
  header.header-container .header-dropdown li {
    font-size: 13px;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1599.9px) {
  header.header-container .header-dropdown li {
    font-size: calc(13px + 3 * ((100vw - 1450px) / 150));
  }
}
@media screen and (min-width: 1450px) and (max-width: 1599.9px) and (max-height: 599.9px) {
  header.header-container .header-dropdown li {
    font-size: calc(13px + 3 * ((100vw - 1450px) / 150) - 0px);
  }
}
@media screen and (min-width: 1600px) {
  header.header-container .header-dropdown li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) and (max-height: 599.9px) {
  header.header-container .header-dropdown li {
    font-size: 16px;
  }
}
@media print {
  header.header-container .header-dropdown li {
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  header.header-container .header-dropdown li:hover a {
    background-color: #00bdff;
    color: #000;
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-dropdown li:not(:first-child) {
    border-top: 1px solid #64aed6;
  }
}
header.header-container .header-dropdown li a {
  padding: 2px 12px;
  display: block;
  text-align: left;
  line-height: 30px;
  width: 100%;
  background: #027ABB;
}
@media screen and (max-width: 1023px) {
  header.header-container .header-dropdown li a {
    line-height: 34px;
  }
}
header.header-container .header-nav[hidden] {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  header.header-container .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  header.header-container .header-nav:not(:has(.header-nav-list)) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header.header-container .header-nav .header-nav-inner {
    height: auto !important;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
    display: contents;
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-nav {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #027ABB;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-height: none;
    overflow: visible;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
    /* When nav is hidden (semantic closed state) */
    /* animation wrapper */
    /* closed visual state */
  }
  header.header-container .header-nav[hidden] {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header.header-container .header-nav .header-nav-inner {
    overflow: hidden;
    max-height: calc(100vh - 50px);
    max-height: calc(100dvh - 50px);
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  header.header-container .header-nav:not(.open) .header-nav-inner {
    max-height: 0;
  }
}
header.header-container .header-nav-list {
  position: relative;
}
@media screen and (max-width: 1023px) {
  header.header-container .header-nav-list {
    gap: calc(12px - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1024px) and (max-width: 1599px) {
  header.header-container .header-nav-list {
    gap: calc(12px + 8 * ((100vw - 1024px) / 576) - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1600px) {
  header.header-container .header-nav-list {
    gap: calc(20px - (var(--zoom) * 1px));
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-nav-list {
    gap: 0;
  }
}
header.header-container .header-nav-list > li {
  font-weight: 500;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}
@media screen and (max-width: 1449.9px) {
  header.header-container .header-nav-list > li {
    font-size: 13px;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1599.9px) {
  header.header-container .header-nav-list > li {
    font-size: calc(13px + 3 * ((100vw - 1450px) / 150));
  }
}
@media screen and (min-width: 1450px) and (max-width: 1599.9px) and (max-height: 599.9px) {
  header.header-container .header-nav-list > li {
    font-size: calc(13px + 3 * ((100vw - 1450px) / 150) - 0px);
  }
}
@media screen and (min-width: 1600px) {
  header.header-container .header-nav-list > li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) and (max-height: 599.9px) {
  header.header-container .header-nav-list > li {
    font-size: 16px;
  }
}
@media print {
  header.header-container .header-nav-list > li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-nav-list > li {
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-util-list {
    gap: calc(8px - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1024px) and (max-width: 1599px) {
  header.header-container .header-util-list {
    gap: calc(8px + 8 * ((100vw - 1024px) / 576) - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1600px) {
  header.header-container .header-util-list {
    gap: calc(16px - (var(--zoom) * 1px));
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-util-list {
    gap: 0;
  }
}
header.header-container .header-util-list > li {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  header.header-container .header-util-list > li {
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
  }
}
header.header-container .header-util-list i:before {
  height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.header-container .header-region a,
header.header-container .header-customer-service a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (hover: hover) and (pointer: fine) {
  header.header-container .header-region a::before {
    content: attr(data-tooltip);
    position: absolute;
    top: 110%;
    left: 50%;
    -webkit-transform: translate(-50%, 10%);
            transform: translate(-50%, 10%);
    padding: 8px;
    background: #fff;
    color: #000;
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.34;
    width: 150px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 0 1px #ccc, 0 2px 8px 0 rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 0 0 1px #ccc, 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0;
    visibility: hidden;
    white-space: pre-wrap;
    -webkit-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  header.header-container .header-region:hover a:before {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  header.header-container .header-region a::after {
    display: none;
  }
  header.header-container .header-region .region-city {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  header.header-container .header-region .region-label {
    display: none;
  }
}
@media screen and (max-width: 1023px), screen and (min-width: 1200px) {
  header.header-container .header-region .region-state {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-region i {
    display: none;
  }
}
header.header-container .header-customer-service i,
header.header-container .header-customer-service i:before {
  font-size: 16px;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  header.header-container .header-customer-service span,
  header.header-container .header-customer-service a::after {
    display: none;
  }
}
header.header-container .header-user-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  header.header-container .header-user-list {
    gap: calc(12px - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  header.header-container .header-user-list {
    gap: calc(12px + 4 * ((100vw - 1440px) / 160) - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1600px) {
  header.header-container .header-user-list {
    gap: calc(16px - (var(--zoom) * 1px));
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-user-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
header.header-container .header-user-list > li {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  height: 100%;
}
header.header-container .header-user-list .subscribe a {
  background: #ffc107;
  color: #000000;
  padding: 5px 10px;
  border-radius: 4px;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  min-width: 102px;
  text-align: center;
  min-height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.header-container .header-user-list .subscribe a:hover {
  text-decoration: none;
  background: #ff9800;
}
header.header-container .header-user-list .subscribe a::after {
  display: none;
}
header.header-container .header-user-list .signin a {
  min-width: 44px;
  text-align: center;
}
header.header-container .header-user-list .account {
  max-width: 150px;
}
header.header-container .header-user-list .account > [aria-haspopup] {
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  header.header-container .header-user-list .account > [aria-haspopup] {
    padding: 5px 4px;
    border: 1px solid #fff;
    border-radius: 4px;
  }
  header.header-container .header-user-list .account > [aria-haspopup][aria-expanded="true"] {
    background-color: rgba(0, 189, 255, 0.3);
    color: #fff;
  }
  header.header-container .header-user-list .account > [aria-haspopup]:after {
    display: none;
  }
  header.header-container .header-user-list .account > [aria-haspopup] .name {
    display: none;
  }
}
header.header-container .header-user-list .account > [aria-haspopup] .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  header.header-container .header-user-list .account > [aria-haspopup] .initials {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  header.header-container .header-user-list .account > [aria-haspopup] .initials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    gap: 4px;
  }
  header.header-container .header-user-list .account > [aria-haspopup] .initials i::before {
    width: 16px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header.header-container .header-user-list .account .header-dropdown {
  top: 100%;
  right: -1px;
  left: auto;
  position: absolute;
  padding-left: 0;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}
header.header-container .header-user-list .account .header-dropdown li a {
  padding: 0 12px;
}
header.header-container .header-user-list .account .header-dropdown li:first-child {
  border-bottom: 1px solid #d3d6da;
}
header.header-container .header-user-list .account .header-dropdown li:last-child {
  border-top: 1px solid #d3d6da;
}
header.header-container .header-user-list .account .header-dropdown li:not(:first-child):not(:last-child) {
  border: none;
}
#footer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#footer .footer-upper {
  margin-left: -20px;
  margin-right: -20px;
}
#footer .footer-upper .customer-service {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #footer .footer-upper .customer-service {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #footer .footer-upper .customer-service {
    float: left;
    width: 25%;
  }
}
#footer .footer-upper nav {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #footer .footer-upper nav {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #footer .footer-upper nav {
    float: left;
    width: 75%;
  }
}
#footer .footer-upper nav .footer-row {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  #footer .footer-upper nav .footer-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 600px) {
  #footer .footer-upper nav .popular-areas,
  #footer .footer-upper nav .for_sale,
  #footer .footer-upper nav .resources {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 600px) and (min-width: 480px) {
  #footer .footer-upper nav .popular-areas,
  #footer .footer-upper nav .for_sale,
  #footer .footer-upper nav .resources {
    float: left;
    width: 25%;
  }
}
#footer {
  background: #f4f4f4;
  color: #333;
  text-align: left;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer .footer-upper {
  overflow: hidden;
  line-height: 20px;
  padding-top: 30px;
}
#footer .footer-upper .customer-service:nth-of-type(2) p {
  padding-left: 10px;
  padding-right: 10px;
}
#footer .footer-upper .f-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  font-style: normal;
}
#footer .footer-upper li a {
  line-height: 18px;
  padding: 3px 0;
}
#footer a,
#footer button {
  color: #333;
  text-decoration: none;
}
#footer a:hover,
#footer button:hover {
  text-decoration: underline;
}
#footer a.f_button,
#footer button.f_button {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  background: #FBA000;
  line-height: 12px;
  padding: 14px 25px;
  border-radius: 4px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  margin-top: 12px;
  margin-bottom: 5px;
  text-align: center;
}
#footer a.f_button:hover,
#footer button.f_button:hover {
  text-decoration: none;
  background: #e29000;
}
#footer a.show_more,
#footer button.show_more,
#footer a.show_less,
#footer button.show_less {
  color: #0A5D8C;
  position: relative;
  padding: 2px 0;
  font-size: 12px;
  inset: unset;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: -8px;
  margin-top: 4px;
}
#footer a.show_more:before,
#footer button.show_more:before,
#footer a.show_less:before,
#footer button.show_less:before {
  color: #0A5D8C;
  position: inherit;
  right: -2px;
}
#footer a.show_more:before,
#footer button.show_more:before,
#footer a.show_less:before,
#footer button.show_less:before,
#footer a.show_more:before:hover,
#footer button.show_more:before:hover,
#footer a.show_less:before:hover,
#footer button.show_less:before:hover {
  text-decoration: none;
}
#footer a.show_more:before,
#footer button.show_more:before {
  content: '\e61f';
  font-family: 'psrkicons';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer a.show_less:before,
#footer button.show_less:before {
  content: '\e620';
  font-family: 'psrkicons';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer button {
  border: none;
  background: none;
  right: 22px;
}
#footer h4 {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}
#footer .corporate_links,
#footer .f-disclaimer {
  padding: 25px 0;
  border-top: 1px solid #EDEDED;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
#footer .corporate_links a,
#footer .f-disclaimer a {
  color: #333;
}
#footer .f-disclaimer {
  font-size: 11px;
  font-style: italic;
}
#footer .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #footer .copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#footer .copy > p {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#footer {
  font: inherit;
  padding: 60px 24px 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 40px 32px 0;
  }
}
#footer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#footer .f-inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1440px;
  width: 100%;
}
#footer .f-inner .wrap {
  max-width: none;
  padding: 0;
}
#footer .footer-contact {
  width: 100%;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  #footer .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 37px;
  }
}
#footer .social-links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  #footer .social-links .f-title {
    display: none;
  }
}
#footer .f-social-links-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #footer .f-social-links-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f-social-links-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
#footer .f-social-links-list li a {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #02527E;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 8px 8px 8px 0;
  gap: 4px;
  text-decoration: none;
  letter-spacing: 0.2px;
}
#footer .f-social-links-list li a::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#footer .f-social-links-list li.fb a::before {
  background-image: url("../svg/footer_social_facebook.svg");
}
#footer .f-social-links-list li.ig a::before {
  background-image: url("../svg/footer_social_instagram.svg");
}
#footer .f-social-links-list li.tw a::before {
  background-image: url("../svg/footer_social_x.svg");
}
#footer .f-social-links-list li.go a::before {
  background-image: url("../svg/gplus.svg");
}
#footer .f-social-links-list li.bl a::before {
  background-image: url("../svg/footer_social_blog.svg");
}
#footer .f-social-links-list li.in a::before {
  background-image: url("../svg/footer_social_linkedin.svg");
}
#footer .customer-service {
  gap: 8px;
}
@media screen and (max-width: 767px) {
  #footer .customer-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  #footer .customer-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#footer .customer-service .f-service-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  #footer .customer-service .f-service-links {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #footer .customer-service .f-service-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
#footer .customer-service .f-service-links .f-service-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
#footer .customer-service .f-service-links .f-service-link a {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #02527E;
  text-decoration: none;
  padding: 0;
  margin-top: -2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
#footer .customer-service .f-service-links .f-service-link a span {
  text-decoration: underline;
}
#footer .customer-service .f-service-links .f-service-link i {
  font-size: 24px;
  color: #02527E;
}
@media screen and (max-width: 599px) {
  #footer .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  #footer .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #footer .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1024px;
    width: 100%;
  }
}
#footer .footer-links .f-title {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .footer-links .f-title:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
#footer .footer-links .f-links-list {
  height: auto;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
@media screen and (min-width: 600px) {
  #footer .footer-links .f-links-list.hidden {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #footer .footer-links .f-links-list:not(.show-all) li:nth-child(n+11) {
    display: none;
  }
}
#footer .footer-links .f-links-list li {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #footer .footer-links .f-links-list li {
    margin-bottom: 8px;
  }
}
#footer .footer-links .f-links-list li a {
  font: inherit;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 0;
}
#footer .footer-links .f-links-list li a:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 1px;
  border-radius: 4px;
}
#footer .footer-links .f-links-list li:last-child {
  margin-bottom: 0;
}
#footer .footer-links .show_more:before,
#footer .footer-links .show_less:before {
  display: none;
}
@media screen and (max-width: 599px) {
  #footer .footer-links .show_more,
  #footer .footer-links .show_less {
    display: none;
  }
}
#footer .footer-links .mobile-collapsible {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 599px) {
  #footer .footer-links .mobile-collapsible {
    width: 100%;
  }
  #footer .footer-links .mobile-collapsible:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #footer .footer-links .mobile-collapsible {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 0;
  }
  #footer .footer-links .mobile-collapsible .f-title {
    white-space: nowrap;
  }
}
#footer .footer-links .mobile-collapsible .f-title {
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  #footer .footer-links .mobile-collapsible .f-title {
    cursor: default;
  }
}
#footer .footer-links .mobile-collapsible .f-title .footer-toggle {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #footer .footer-links .mobile-collapsible .f-title .footer-toggle {
    cursor: pointer;
  }
  #footer .footer-links .mobile-collapsible .f-title .footer-toggle::after {
    content: "\e913";
    font-family: 'psrkicons';
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
  }
}
@media screen and (min-width: 600px) {
  #footer .footer-links .mobile-collapsible .f-title .footer-toggle {
    pointer-events: none;
    cursor: default;
  }
}
#footer .footer-links .mobile-collapsible .f-title .footer-toggle:focus-visible {
  outline: 2x solid #000000;
  outline-offset: 2px;
}
@media screen and (max-width: 599px) {
  #footer .footer-links .mobile-collapsible:not(.collapsed) .f-title .footer-toggle::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
#footer .footer-links .mobile-collapsible.collapsed .f-title {
  margin-bottom: 0;
}
#footer .footer-links .mobile-collapsible.collapsed .f-title .footer-toggle::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
#footer .footer-links .mobile-collapsible .f-links-list[hidden] {
  display: none;
}
#footer .corporate_links {
  padding: 26px 0 0 0;
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 9px;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}
@media screen and (min-width: 768px) {
  #footer .corporate_links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #footer .corporate_links {
    text-align: left;
    margin-left: -8px;
    padding: 20px 0 0 0;
  }
}
#footer .corporate_links a {
  padding: 2px 8px;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  display: block;
  position: relative;
}
#footer .corporate_links a::before {
  content: "";
  position: absolute;
  inset: -4px;
}
#footer .corporate_links a:not(:last-child)::after {
  content: "\200B";
  display: inline-block;
  position: absolute;
  right: -1px;
  width: 0;
  height: 14px;
  top: 4px;
  color: inherit;
  border-right: 1px solid currentColor;
  font-size: 13px;
  line-height: 13px;
}
@media screen and (min-width: 1440px) {
  #footer .corporate_links a {
    padding: 2px 8px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
#footer .f_copyright .copy {
  padding: 24px 0;
  margin-top: 24px;
  border-top: 1px solid #B0B0B0;
}
#footer .f_copyright .copyright-footer {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #3b3b3b;
}
#footer .footer-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media screen and (min-width: 768px) {
  #footer .footer-nav {
    padding-left: 40px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-nav {
    margin-top: 16px;
  }
}
#footer .footer-nav li {
  color: #000;
  display: inline-block;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  #footer .footer-nav li {
    font-size: 13px;
  }
}
#footer .footer-nav li a {
  color: inherit;
}
#footer .footer-nav li a::after {
  padding: 0 6px;
}
#footer .footer-nav li:not(:last-child) a::after {
  content: '|';
}
#footer.anon .f-inner .customer-service,
#footer.free-sub .f-inner .customer-service {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #footer.anon .f-inner .customer-service,
  #footer.free-sub .f-inner .customer-service {
    margin-bottom: 20px;
  }
}
#footer.anon .f-inner .customer-service .f-title,
#footer.free-sub .f-inner .customer-service .f-title {
  line-height: 40px;
}
#footer.anon h3,
#footer.free-sub h3,
#footer.anon h4,
#footer.free-sub h4,
#footer.anon h5,
#footer.free-sub h5,
#footer.anon .f-title,
#footer.free-sub .f-title {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  color: #000000;
}
@media screen and (min-width: 600px) {
  #footer.anon h3,
  #footer.free-sub h3,
  #footer.anon h4,
  #footer.free-sub h4,
  #footer.anon h5,
  #footer.free-sub h5,
  #footer.anon .f-title,
  #footer.free-sub .f-title {
    pointer-events: none;
  }
}
#footer.anon:has(.footer-upper),
#footer.free-sub:has(.footer-upper) {
  padding-top: 0;
}
#footer.anon:has(.footer-upper) .spl .footer-nav,
#footer.free-sub:has(.footer-upper) .spl .footer-nav {
  margin-top: 8px;
  text-align: left;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #footer.anon:has(.footer-upper) .spl .footer-nav,
  #footer.free-sub:has(.footer-upper) .spl .footer-nav {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #B0B0B0;
  }
}
@media screen and (min-width: 768px) {
  #footer.anon:has(.footer-upper) .spl .footer-nav,
  #footer.free-sub:has(.footer-upper) .spl .footer-nav {
    padding-right: 30px;
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  #footer.anon:has(.footer-upper) .spl .footer-nav,
  #footer.free-sub:has(.footer-upper) .spl .footer-nav {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  #footer.anon:has(.footer-upper) .f_copyright .copy,
  #footer.free-sub:has(.footer-upper) .f_copyright .copy {
    padding: 16px 0 24px 0;
    margin-top: 0;
    border-top: none;
  }
}
#footer.anon .footer-upper,
#footer.free-sub .footer-upper {
  padding-top: 40px;
  color: #3b3b3b;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #footer.anon .footer-upper,
  #footer.free-sub .footer-upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  #footer.anon .footer-upper,
  #footer.free-sub .footer-upper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  #footer.anon .footer-upper .footer-right-anon,
  #footer.free-sub .footer-upper .footer-right-anon {
    text-align: right;
  }
}
#footer.anon .footer-upper .footer-left-anon,
#footer.free-sub .footer-upper .footer-left-anon {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#footer.anon .footer-upper .footer-right-anon,
#footer.free-sub .footer-upper .footer-right-anon {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#footer.anon .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.fullscreen #content-inner {
  width: auto;
  max-width: none;
}
@media only screen and (max-width: 896px) {
  #onetrust-banner-sdk #onetrust-policy {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  #onetrust-banner-sdk #onetrust-policy-text {
    margin-bottom: 0 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
  }
  #onetrust-banner-sdk #onetrust-button-group button {
    min-height: 32px;
    margin-bottom: 10px !important;
  }
  #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
    margin-top: 0 !important;
  }
  #onetrust-banner-sdk #onetrust-accept-btn-handler,
  #onetrust-banner-sdk #onetrust-reject-all-handler,
  #onetrust-banner-sdk #onetrust-pc-btn-handler {
    padding: 3px 10px !important;
  }
}
:root {
  --section-side-padding: 16px;
  --section-top-padding: 60px;
  --section-bottom-padding: 60px;
  --subsection-padding: 40px;
}
@media only screen and (max-width: 1079px) {
  :root {
    --section-top-padding: 48px;
    --section-bottom-padding: 48px;
  }
}
@media only screen and (max-width: 599px) {
  :root {
    --section-top-padding: 40px;
    --section-bottom-padding: 40px;
  }
}
.ps-section-title {
  --section-title-width: 1024px;
}
#content .ps-section-logos,
#content .ps-section-paddings {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  padding: var(--section-top-padding) var(--section-side-padding) var(--section-bottom-padding);
}
@media screen and (max-height: 699px) {
  #content .ps-section-logos,
  #content .ps-section-paddings {
    padding: calc(var(--section-top-padding) * 0.75) var(--section-side-padding) calc(var(--section-bottom-padding) * 0.75);
  }
}
#content .ps-subsection-paddings {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--subsection-padding) var(--section-side-padding);
}
#content .ps-section-title {
  margin-bottom: 0;
  padding: 0;
  color: #000000;
  font-weight: 600;
}
#content .ps-section-title:not(.left-aligned):not(.right-aligned) {
  text-align: center;
}
#content .ps-section-title:not(.has-custom-width):not(.left-aligned):not(.right-aligned) {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: var(--section-title-width);
  width: 100%;
}
#content .ps-section-title.left-aligned,
#content .ps-section-title.right-aligned {
  max-width: var(--section-title-width);
}
@media screen and (max-width: 767.9px) {
  #content .ps-section-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  #content .ps-section-title {
    font-size: calc(24px + 4 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  #content .ps-section-title {
    font-size: calc(24px + 4 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  #content .ps-section-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  #content .ps-section-title {
    font-size: 26px;
  }
}
@media print {
  #content .ps-section-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767.9px) {
  #content .ps-section-title {
    line-height: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  #content .ps-section-title {
    line-height: calc(28px + 6 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  #content .ps-section-title {
    line-height: calc(28px + 6 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  #content .ps-section-title {
    line-height: 34px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  #content .ps-section-title {
    line-height: 32px;
  }
}
@media print {
  #content .ps-section-title {
    line-height: 34px;
  }
}
#content .ps-section-title.fluid {
  max-width: 100%;
}
#content .ps-section-title.inverted {
  color: #ffffff;
}
#content .ps-section-title.bold {
  font-weight: 600;
}
#content .ps-section-title.left-aligned {
  text-align: left;
}
#content .ps-section-title.right-aligned {
  text-align: left;
}
#content .ps-section-subtitle {
  color: #000000;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  #content .ps-section-subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  #content .ps-section-subtitle {
    font-size: calc(18px + 2 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  #content .ps-section-subtitle {
    font-size: calc(18px + 2 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  #content .ps-section-subtitle {
    font-size: 20px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  #content .ps-section-subtitle {
    font-size: 18px;
  }
}
@media print {
  #content .ps-section-subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  #content .ps-section-subtitle {
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  #content .ps-section-subtitle {
    line-height: calc(24px + 6 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  #content .ps-section-subtitle {
    line-height: calc(24px + 6 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  #content .ps-section-subtitle {
    line-height: 30px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  #content .ps-section-subtitle {
    line-height: 28px;
  }
}
@media print {
  #content .ps-section-subtitle {
    line-height: 30px;
  }
}
#content .ps-section-subtitle.inverted {
  color: #ffffff;
}
#content .ps-section-logos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  padding: 0 17px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  #content .ps-section-logos-container {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}
@media screen and (min-width: 1150px) {
  #content .ps-section-logos-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 1150px;
  }
}
@media screen and (min-width: 1900px) {
  #content .ps-section-logos-container {
    max-width: 1240px;
  }
}
@media only screen and (min-width: 1440px) {
  #content .ps-container,
  .ps-container.container-outside-main {
    --ps-container-width: 1440px;
  }
}
@media only screen and (max-width: 1439px) {
  #content .ps-container,
  .ps-container.container-outside-main {
    --ps-container-width: 1080px;
  }
}
@media only screen and (min-width: 1024px) {
  #content .ps-container,
  .ps-container.container-outside-main {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: var(--ps-container-width);
    width: 100%;
  }
}
#content .ps-container.fluid {
  max-width: 100%;
}
.ps-btn-white:not(.no-shadow) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #027ABB;
  background: #ffffff;
}
.ps-btn-white:not(.no-shadow):focus,
.ps-btn-white:not(.no-shadow):active {
  text-decoration: none;
}
.ps-btn-white:not(.no-shadow):hover {
  background: #e6e6e6;
}
.ps-btn-white.no-shadow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #027ABB;
  background: #ffffff;
}
.ps-btn-white.no-shadow:focus,
.ps-btn-white.no-shadow:active {
  text-decoration: none;
}
.ps-btn-white.no-shadow:hover {
  background: #e6e6e6;
}
.ps-btn-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #ffffff;
  background: #027ABB;
  border: 2px solid #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ps-btn-outline:focus,
.ps-btn-outline:active {
  text-decoration: none;
}
.ps-btn-outline:hover {
  background: #ffffff;
  color: #027ABB;
}
.ps-btn-outline-transparent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
}
.ps-btn-outline-transparent:focus,
.ps-btn-outline-transparent:active {
  text-decoration: none;
}
.ps-btn-blue:not(.no-border),
.ps-btn-default:not(.no-border) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #ffffff;
  background: #027ABB;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #00BDFF;
}
.ps-btn-blue:not(.no-border):focus,
.ps-btn-default:not(.no-border):focus,
.ps-btn-blue:not(.no-border):active,
.ps-btn-default:not(.no-border):active {
  text-decoration: none;
}
.ps-btn-blue:not(.no-border):hover,
.ps-btn-default:not(.no-border):hover {
  color: #000000;
  background: #00BDFF;
}
.ps-btn-blue.no-border,
.ps-btn-default.no-border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #ffffff;
  background: #027ABB;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ps-btn-blue.no-border:focus,
.ps-btn-default.no-border:focus,
.ps-btn-blue.no-border:active,
.ps-btn-default.no-border:active {
  text-decoration: none;
}
.ps-btn-blue.no-border:hover,
.ps-btn-default.no-border:hover {
  color: #000000;
  background: #00BDFF;
}
.ps-btn-accent:not(.no-shadow) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #000000;
  background: #FFC107;
}
.ps-btn-accent:not(.no-shadow):focus,
.ps-btn-accent:not(.no-shadow):active {
  text-decoration: none;
}
.ps-btn-accent:not(.no-shadow):hover {
  background: #f8981d;
}
.ps-btn-accent.no-shadow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #000000;
  background: #FFC107;
}
.ps-btn-accent.no-shadow:focus,
.ps-btn-accent.no-shadow:active {
  text-decoration: none;
}
.ps-btn-accent.no-shadow:hover {
  background: #f8981d;
}
@media only screen and (max-width: 459px) {
  .ps-btn-mobile-fluid {
    width: 100%;
  }
}
.ps-btn-fluid {
  width: 100%;
}
[class*="ps-btn-"][disabled] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #707070;
  background: #f4f4f4;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
[class*="ps-btn-"][disabled]:focus,
[class*="ps-btn-"][disabled]:active {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none!important;
  }
}
@media print {
  .mobile-only {
    display: none!important;
  }
}
@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none!important;
  }
}
.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}
.check-list {
  list-style-type: none;
}
.check-list li {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.check-list li:not(:last-child) {
  margin-bottom: 12px;
}
.check-list li:before {
  color: #027ABB;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "\e91B";
  font-family: 'psrkicons';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
  width: 18px;
  height: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hidden {
  display: none !important;
}
/* ==========================================================================
   Spacing & Alignment Utilities
   ========================================================================== */
.c-align {
  text-align: center;
}
.margin-bottom-large {
  margin-bottom: 30px;
}
.margin-top-large {
  margin-top: 30px;
}
:root {
  --filters-width: 290px;
}
@media only screen and (max-width: 1899px) {
  :root {
    --filters-width: 270px;
  }
}
.property {
  --property-card-font-size-name: 18px;
  --property-card-font-size-address: 14px;
  --property-card-font-size-class: 14px;
  --property-card-font-size-detail: 13px;
  --property-card-font-size-dp-key: 14px;
  --property-card-font-size-dp-value: 13px;
}
@media only screen and (max-width: 599px) {
  .property {
    --property-card-font-size-name: 19px;
    --property-card-font-size-address: 15px;
    --property-card-font-size-detail: 14px;
    --property-card-font-size-dp-key: 15px;
    --property-card-font-size-dp-value: 14px;
  }
}
/*
	Inserts an icon glyph using the 'psrkicons' font.

	Parameters:
	- @icon: Glyph character (e.g., "\e636")
	- @size: Font size of the icon (default: 24px)

	Applies:
	- font-family: 'psrkicons'
	- content, size, alignment, and smoothing for crisp rendering

	Example:
		.selector::before {
			.icon("\e636", 16px);
		}
*/
/*
	Shorthand mixin for setting display: flex or inline-flex, along with
	flex-direction, justify-content, and align-items — in one call.

	Features:
	- Only outputs `flex-direction` if it's not `row` (default browser value).
	- Supports `row`, `row-reverse`, `column`, `column-reverse`.
	- Automatically inverts alignment axes when using any column direction.
	- Allows semantic alignment values: start, end, left, right, top, bottom.
	- Optional: inline-flex instead of flex, and !important flag on display.

	Parameters:
	- @direction: `row` (default), `row-reverse`, `column`, or `column-reverse`.
	- @h: Horizontal alignment (default: `center`). Accepts: flex-start, flex-end, center, space-between, etc. Also: `start`, `end`, `left`, `right`.
	- @v: Vertical alignment (default: `center`). Same accepted values, also `top`, `bottom`.
	- @inline: Set to `inline` for `display: inline-flex`. Otherwise, uses `flex`.
	- @isImportant: Set to `important` to apply `!important` to the display rule.

	Examples:
	.selector { .display-flex-as(); }
	 → display: flex; justify-content: center; align-items: center;

	.selector { .display-flex-as(column, flex-start, center); }
	 → display: flex; flex-direction: column; justify-content: center; align-items: flex-start;

	.selector { .display-flex-as(row-reverse, space-between, end, inline, important); }
	 → display: inline-flex !important; flex-direction: row-reverse; justify-content: space-between; align-items: flex-end;
*/
/*
	Sets basic font properties: size, weight, line-height, and family.

	Parameters:
	- @size: Font size (default: 14px)
	- @weight: Font weight (default: 400)
	- @height: Line height (default: 1)
	- @family: Font family (optional). Set to `false` to skip, or set to 'inherit'.

	Example:
		.selector { .include-font-properties(16px, 600, 1.2); }
		 → font-size: 16px; font-weight: 600; line-height: 1.2; font-family: @fontFamily;
*/
/*
	Set max-width to an element and center it horizontally
	optionally, top and bottom margins can be set, to avoid writting extra properties.

	Usage 

	.selector {
		.center-and-max-width(1024px);
	}
	=> max-width: 1024px, margin-left: auto, margin-right: auto, margin-top: 0, margin-bottom: 0 

	.selector {
		.center-and-max-width(1024px, 30px, 50px);
	}
	=> max-width: 1024px, margin-left: auto, margin-right: auto, margin-top: 50px, margin-bottom: 50px 
*/
/*
	Applies a box-shadow using separate values for offset, blur, spread, color, and opacity.

	Parameters:
	- @x: Horizontal offset (default: 0px)
	- @y: Vertical offset (default: 4px)
	- @b: Blur radius (default: 4px)
	- @s: Spread radius (default: 0px)
	- @c: Shadow color (default: #000000)
	- @o: Opacity (default: 25%)

	Example:
		.selector { .boxshadow(0px, 8px, 16px, 0px, #000, 15%); }
		// → box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
*/
/*
  
	mixin that creates styles for all of the new buttons
	use as: .ps-button(@type)
	 - type can be: 
		   - white - white butto, blue text;
		   - accent - yellow butto, black text;
		   - outline - blue button, white text, white border;
		   - blue - blue button, white text, lightblue border;
		   - ontlineTransparent - transparent, blue outline
  
  */
/*
  MIXIN: 

  Automatically adjust font size based on screen width.

  @minSize: font-size for smallest screen width
  @maxSize: font-size for largest screen width
  @minView: breakpoint for when to start the dynamic adjustment
  @maxView: breakpoint for when to stop the dynamic adjustment

  @weight: font-weight of the element
  @family: font-family of the element

  use as:
  .fluid-font-size(16, 32, 400, 767, 1440, @fontFamily);
  where:
    - 16px will be the font-size for screens smaller than 767px
    - 32px will be the font-size for screens larger than 1440px
    - 400 will be the font-weight
    - 767 and 1440 = start and end of dynamic adjustment 
    - @fontFamily = family of the font


  shorthand: .fluid-font-size(16, 32, 400)
     - declare only min, max and weight. the rest of the properties have default values;

  !!!CAUTION: do not use units when declaring mixin
*/
/*

  Automatically adjust line-height based on screen size.

  @minSize: line-height for smallest screen size
  @maxSize: line-height for largest screen size
  @minView: breakpoint for when to start the dynamic adjustment
  @maxView: breakpoint for when to stop the dynamic adjustment

  !!!CAUTION: do not use units when declaring mixin
*/
/*
	MIXIN: dynamic

	Creates a fluid CSS property (like font-size, margin, or width) that scales
	between two values based on the viewport width.

	Parameters:
	- @property: The CSS property to affect (default: font-size)
	- @minSize: Value at the smallest screen size (no unit, default: 10)
	- @maxSize: Value at the largest screen size (no unit, default: 10)
	- @minView: Minimum screen width to start scaling
	- @maxView: Maximum screen width to stop scaling

	Usage:
		.selector {
			.dynamic(margin-top, 20, 80, 768, 1440);
		}
		// → margin-top will scale fluidly between 20px and 80px from 768px to 1440px

	Notes:
	- Do **not** use units when calling the mixin
	- Generates 3 media queries for min, fluid, and max widths
*/
/*
  MIXIN: caret

  Creates a directional arrow (caret) using borders, 
  with adjustable width, height, and color.

  Parameters:
  - @direction: The direction of the arrow. Can be 'up', 'down', 'left', or 'right'.
  - @width: The width of the arrow. (Default: 5px)
  - @height: The height of the arrow. (Default: matches @width if not specified)
  - @color: The color of the arrow. (Default: black)

  Usage:

  .selector {
    .caret(up, 10px, #333);
  }
  => Generates an upwards arrow with a width and height of 10px, and a color of #333.

  .selector {
    .caret(down, 8px, 12px, red);
  }
  => Generates a downwards arrow with a width of 8px, height of 12px, and a color of red.
*/
/* 	Used on People Search page
  
	Creates the check icon.
  */
/* 	adds checkmarks on list items, inside an ul > li
  */
/*
	MIXIN: full-absolute

	Sets an element to absolute positioning and makes it fill its parent.

	Applies:
	- position: absolute
	- top, left: 0
	- width, height: 100%

	Example:
		.selector { .full-absolute(); }
		// → position: absolute; top: 0; left: 0; width: 100%; height: 100%;
*/
/*
	Applies object-fit styling for responsive images or media.

	Parameters:
	- @type: Object-fit type (default: contain). Options: contain, cover, fill, none, scale-down.
	- @position: Object position (default: top left)

	Also applies:
	- width: 100%
	- height: auto
	- min-height: 100px

	Example:
		.selector { .object-image(cover, center); }
		// → object-fit: cover; object-position: center;
*/
/*
	Applies multi-line or single-line text truncation with ellipsis.

	Parameters:
	- @lines: Number of lines to show before truncating (default: 1)

	Note:
	- Requires a known height or max-height on the container when using multiple lines.
	- For single-line truncation, browser support is wider.

	Example:
		.selector { .ellipsis(2); }
		// → Truncates text after 2 lines with ellipsis
*/
/*
	Sets icon dimensions and alignment for inline or pseudo elements.

	Parameters:
	- @width: Width in px (default: 16)
	- @height: Height in px (default: same as @width)
	- @location: Pseudo-element to target (`before` or `after`) (default: before)
	- @pseudo: Enable pseudo styling (default: true)
	- @font: Font size for the icon (default: null, ignored if not set)
	- @overflow: Overflow value (default: visible)
	- @includeDisplay: If true, applies inline flex centering (default: true)

	Features:
	- Outputs `width`, `height`, `overflow`
	- Applies `.display-flex-as()` to self and/or pseudo element
	- Applies `font-size` if provided and targets pseudo

	Example:
		.selector::before {
			.set-icon-size(24, 24, before, true, 20px);
		}
		// → width: 24px; height: 24px; display: inline-flex; align center; font-size: 20px;
*/
/*
	Sets the page/container height to full viewport height minus the header height.

	Includes:
	- `100vh` for fallback
	- `100dvh` for accurate dynamic height on mobile browsers

	Example:
		.page {
			.setPageHeight();
		}
		// → height: calc(100vh - var(--header-height));
		// → height: calc(100dvh - var(--header-height));
*/
/*
	MIXIN: reset-button

	Removes all default button styles for a clean slate.

	Applies:
	- appearance: none
	- background-color: transparent
	- background: transparent
	- border: none

	Example:
		button {
			.reset-button();
		}
		// → appearance: none; background: transparent; border: none;
*/
/*
	MIXIN: bullet-list

	Styles a list with custom bullet icons using a font icon.

	Includes:
	- padding-left on `li` for icon space
	- small bottom margin
	- custom `::before` icon with alignment via `.display-flex-as`

	Requires:
	- `.icon()` mixin for setting the actual icon glyph and size

	Example:
	.my-list {
		.bullet-list("\e636");
	}
*/
/*
	Adds a flame icon and text for subscriptions page
*/
/*
	Styles any element as inline link button (adjusts font, color and icon size)
*/
/*
	MIXIN: Visually hidden

		It's an element that doesn't need to show up on the screen, 
	but we can't display: none; either. Like an input[type='checkbox']
	or ADA smart elements for screen readers 

*/
/*
	MIXIN: NEW label on data-point/feature

	Adds the "NEW" label
	Text is taken from HTML via [data-feature-label] attribute
	
	to be used as: 
	
	.any-selctor::before, 
	#anyID::before {
		.is-new-label() -> uses default params
		.is-new-label(data-attr, #f00); -> uses	your params
	}

*/
/*
	MIXIN: ds-link-colors

	applies link colors to the selected element

*/
/*
	MIXIN: text-block

	the mose used text element on the new reports re-design

*/
/*
	MIXIN: reset grey box from the new reports

	during Property-Report redesign, there 
	is a grey-box element
	that is widely used on reports
	this mixin resets it's colors when the 
	element is loaded on other pages

*/
@font-face {
  font-family: 'psrkicons';
  src: url('../fonts/psrkicons.woff2?v=1.9') format('woff2'), url('../fonts/psrkicons.woff?v=1.9') format('woff'), url('../fonts/psrkicons.ttf?v=1.9') format('truetype'), url('../fonts/psrkicons.eot?v=1.9') format('eot'), url('../fonts/psrkicons.svg?v=1.9') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="ps-ic-"],
[class*=' ps-ic'],
.ps-ic,
i:not([class^="ph"])::before {
  font-family: 'psrkicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  vertical-align: middle;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ps-ic-phone:before {
  content: "\e600";
}
.ps-ic-phone-search:before {
  content: "\e601";
}
.ps-ic-agenda:before {
  content: "\e602";
}
.ps-ic-user:before {
  content: "\e603";
}
.ps-ic-user-search:before {
  content: "\e604";
}
.ps-ic-user-check:before {
  content: "\e605";
}
.ps-ic-users:before {
  content: "\e606";
}
.ps-ic-users-check:before {
  content: "\e607";
}
.ps-ic-user-home:before {
  content: "\e608";
}
.ps-ic-doc:before {
  content: "\e609";
}
.ps-ic-prop-search:before {
  content: "\e60a";
}
.ps-ic-search:before {
  content: "\e60b";
}
.ps-ic-pin:before {
  content: "\e60c";
}
.ps-ic-pin-map:before {
  content: "\e60d";
}
.ps-ic-list:before {
  content: "\e60e";
}
.ps-ic-lock:before {
  content: "\e60f";
}
.ps-ic-lock:hover:before {
  content: "\e689";
}
.ps-ic-edit:before {
  content: "\e610";
}
.ps-ic-box-check:before {
  content: "\e611";
}
.ps-ic-check:before {
  content: "\e612";
}
.ps-ic-refresh:before {
  content: "\e613";
}
.ps-ic-info:before {
  content: "\e614";
}
.ps-ic-alert:before {
  content: "\e615";
}
.ps-ic-error:before {
  content: "\e616";
}
.ps-ic-close:before {
  content: "\e617";
}
.ps-ic-unchecked:before {
  content: "\e618";
}
.ps-ic-checked:before {
  content: "\e619";
}
.ps-ic-partial-checked:before {
  content: "\e61a";
}
.ps-ic-radio-unchecked:before {
  content: "\e61b";
}
.ps-ic-radio-checked:before {
  content: "\e61c";
}
.ps-ic-expand:before {
  content: "\e61d";
}
.ps-ic-collapse:before {
  content: "\e61e";
}
.ps-ic-arrow-down:before {
  content: "\e61f";
}
.ps-ic-arrow-up:before {
  content: "\e620";
}
.ps-ic-arrow-right:before {
  content: "\e621";
}
.ps-ic-arrow-left:before {
  content: "\e622";
}
.ps-ic-flag:before {
  content: "\e623";
}
.ps-ic-email:before {
  content: "\e624";
}
.ps-ic-sort-down:before {
  content: "\e625";
}
.ps-ic-sort-up:before {
  content: "\e626";
}
.ps-ic-view:before {
  content: "\e627";
}
.ps-ic-seen:before {
  content: "\e628";
}
.ps-ic-map:before {
  content: "\e629";
}
.ps-ic-mobile:before {
  content: "\e62a";
}
.ps-ic-filter:before {
  content: "\e62b";
}
.ps-ic-key:before {
  content: "\e62c";
}
.ps-ic-plus:before {
  content: "\e62d";
}
.ps-ic-reload:before {
  content: "\e62e";
}
.ps-ic-quotes:before {
  content: "\e62f";
}
.ps-ic-trashcan:before {
  content: "\e630";
}
.ps-ic-play:before {
  content: "\e631";
}
.ps-ic-menu:before {
  content: "\e632";
}
.ps-ic-resize:before {
  content: "\e633";
}
.ps-ic-addrep:before {
  content: "\e634";
}
.ps-ic-link:before {
  content: "\e635";
}
.ps-ic-dot:before {
  content: "\e636";
}
.ps-ic-no-color:before {
  content: "\e637";
}
.ps-ic-notepad:before {
  content: "\e638";
}
.ps-ic-print:before {
  content: "\e639";
}
.ps-ic-info-2:before {
  content: "\e63a";
}
.ps-ic-add-owner:before {
  content: "\e63b";
}
.ps-ic-find-owner:before {
  content: "\e63c";
}
.ps-ic-as-flag:before {
  content: "\e63d";
}
.ps-ic-csv:before {
  content: "\e63e";
}
.ps-ic-excel:before {
  content: "\e643";
}
.ps-ic-exclamation:before {
  content: "\e649";
}
.ps-ic-question:before {
  content: "\e64a";
}
.ps-ic-upload:before {
  content: "\e644";
}
.ps-ic-expand-round:before {
  content: "\e645";
}
.ps-ic-collapse-round:before {
  content: "\e646";
}
.ps-ic-pin-map-3:before {
  content: "\e647";
}
.ps-ic-info-q:before {
  content: "\e648";
}
.ps-ic-comps:before {
  content: "\e64b";
}
.ps-ic-mail-box:before {
  content: "\e64c";
}
.ps-ic-expand-sp:before {
  content: "\e64d";
}
.ps-ic-collapse-sp:before {
  content: "\e64e";
}
.ps-ic-website:before {
  content: "\e64f";
}
.ps-ic-address:before {
  content: "\e650";
}
.ps-ic-map-view:before {
  content: "\e651";
}
.ps-ic-star:before {
  content: "\e652";
}
.ps-ic-invalid:before {
  content: "\e653";
}
.ps-ic-check-invalid:before {
  content: "\e654";
}
.ps-ic-table:before {
  content: "\e655";
}
.ps-ic-download:before {
  content: "\e656";
}
.ps-ic-comps-download:before {
  content: "\e657";
}
.ps-ic-comps-file:before {
  content: "\e658";
}
.ps-ic-comps-map:before {
  content: "\e659";
}
.ps-ic-comps-table:before {
  content: "\e65a";
}
.ps-ic-comps-compact:before {
  content: "\e65b";
}
.ps-ic-comps-list:before {
  content: "\e65c";
}
.ps-ic-show:before {
  content: "\e65d";
}
.ps-ic-hide:before {
  content: "\e65e";
}
.ps-ic-star-narrow:before {
  content: "\e65f";
}
.ps-ic-view-downloads:before {
  content: "\e660";
}
.ps-ic-shortcut:before {
  content: "\e661";
}
.ps-ic-gmap:before {
  content: "\e662";
}
.ps-ic-open-popup:before {
  content: "\e663";
}
.ps-ic-bclass:before {
  content: "\e664";
}
.ps-ic-pen:before {
  content: "\e665";
}
.ps-ic-calendar:before {
  content: "\e666";
}
.ps-ic-delete:before {
  content: "\e667";
}
.ps-ic-done:before {
  content: "\e668";
}
.ps-ic-follow:before {
  content: "\e669";
}
.ps-ic-comps-report:before {
  content: "\e66a";
}
.ps-ic-print-report:before {
  content: "\e66b";
}
.ps-ic-build-mlist-report:before {
  content: "\e66c";
}
.ps-ic-page-report:before {
  content: "\e66d";
}
.ps-ic-email-report:before {
  content: "\e66e";
}
.ps-ic-invalid-report:before {
  content: "\e66f";
}
.ps-ic-verified-report:before {
  content: "\e670";
}
.ps-ic-probable-report:before {
  content: "\e671";
}
.ps-ic-no-answer-report:before {
  content: "\e672";
}
.ps-ic-feedback-report:before {
  content: "\e673";
}
.ps-ic-future:before {
  content: "\e674";
}
.ps-ic-overdue:before {
  content: "\e675";
}
.ps-ic-next-10:before {
  content: "\e676";
}
.ps-ic-today:before {
  content: "\e678";
}
.ps-ic-denied:before {
  content: "\e679";
}
.ps-ic-chat:before {
  content: "\e67a";
}
.ps-ic-tags:before {
  content: "\e67b";
}
.ps-ic-user-bordered:before {
  content: "\e67c";
}
.ps-ic-phone-bordered:before {
  content: "\e67d";
}
.ps-ic-home-bordered:before {
  content: "\e67e";
}
.ps-ic-mail-bordered:before {
  content: "\e67f";
}
.ps-ic-sale-ad:before {
  content: "\e680";
}
.ps-ic-warning:before {
  content: "\e681";
}
.ps-ic-card:before {
  content: "\e682";
}
.ps-ic-amc:before {
  content: "\e683";
}
.ps-ic-photo:before {
  content: "\e684";
}
.ps-ic-photo-gallery:before {
  content: "\e685";
}
.ps-ic-landline:before {
  content: "\e686";
}
.ps-ic-linkedin:before {
  content: "\e687";
}
.ps-ic-mobile-large:before {
  content: "\e688";
}
.ps-ic-unlock:before {
  content: "\e689";
}
.ps-ic-calendar-2:before {
  content: "\e68a";
}
.ps-ic-pdf:before {
  content: "\e68b";
}
.ps-ic-tiles:before {
  content: "\e68c";
}
.ps-ic-graph:before {
  content: "\e68d";
}
.ps-ic-save-list:before {
  content: "\e68e";
}
.ps-ic-region:before {
  content: "\e68f";
}
.ps-ic-partial:before {
  content: "\e690";
}
.ps-ic-follow-property:before {
  content: "\e691";
}
.ps-ic-follow-owner:before {
  content: "\e692";
}
.ps-ic-pause:before {
  content: "\e693";
}
.ps-ic-commercial:before {
  content: "\e900";
}
.ps-ic-residential:before {
  content: "\e901";
}
.ps-ic-chevron-right:before {
  content: "\e902";
}
.ps-ic-chevron-up:before {
  content: "\e903";
}
.ps-ic-circle-chevron-down:before {
  content: "\e904";
}
.ps-ic-circle-chevron-left:before {
  content: "\e905";
}
.ps-ic-circle-chevron-right:before {
  content: "\e906";
}
.ps-ic-circle-chevron-up:before {
  content: "\e907";
}
.ps-ic-close-quote:before {
  content: "\e908";
}
.ps-ic-loupe:before {
  content: "\e910";
}
.ps-ic-open-quote:before {
  content: "\e909";
}
.ps-ic-phone-new:before {
  content: "\e911";
}
.ps-ic-chevron-left:before {
  content: "\e912";
}
.ps-ic-chevron-down:before {
  content: "\e913";
}
.ps-ic-house:before {
  content: "\e914";
}
.ps-ic-tax:before {
  content: "\e915";
}
.ps-ic-transaction:before {
  content: "\e916";
}
.ps-ic-wealth:before {
  content: "\e917";
}
.ps-ic-construction:before {
  content: "\e918";
}
.ps-ic-3d:before {
  content: "\e919";
}
.ps-ic-bicycle-outlined:before {
  content: "\e920";
}
.ps-ic-bookmark:before {
  content: "\e923";
}
.ps-ic-boundary:before {
  content: "\e924";
}
.ps-ic-bulb:before {
  content: "\e925";
}
.ps-ic-bus-outlined:before {
  content: "\e926";
}
.ps-ic-calendar-check:before {
  content: "\e927";
}
.ps-ic-chevron-down-bold:before {
  content: "\e928";
}
.ps-ic-chevron-down-nw-db:before {
  content: "\e932";
}
.ps-ic-chevron-left-bold:before {
  content: "\e929";
}
.ps-ic-chevron-left-nw-db:before {
  content: "\e933";
}
.ps-ic-chevron-right-bold:before {
  content: "\e930";
}
.ps-ic-chevron-right-nw-db:before {
  content: "\e934";
}
.ps-ic-chevron-up-bold:before {
  content: "\e931";
}
.ps-ic-chevron-up-nw-db:before {
  content: "\e935";
}
.ps-ic-close-circle:before {
  content: "\e936";
}
.ps-ic-export:before {
  content: "\e937";
}
.ps-ic-file:before {
  content: "\e938";
}
.ps-ic-file-adobe:before {
  content: "\e939";
}
.ps-ic-file-csv:before {
  content: "\e940";
}
.ps-ic-file-excel:before,
.xls-icon:before {
  content: "\e941";
}
.ps-ic-file-outlined:before {
  content: "\e942";
}
.ps-ic-filter-new:before {
  content: "\e943";
}
.ps-ic-filter-sliders:before {
  content: "\e944";
}
.ps-ic-globe-outline:before {
  content: "\e945";
}
.ps-ic-house-address:before {
  content: "\e946";
}
.ps-ic-info-circle:before {
  content: "\e947";
}
.ps-ic-information:before {
  content: "\e948";
}
.ps-ic-label:before {
  content: "\e949";
}
.ps-ic-list-view:before {
  content: "\e950";
}
.ps-ic-locked:before {
  content: "\e951";
}
.ps-ic-map-layers:before {
  content: "\e952";
}
.ps-ic-map-pin:before {
  content: "\e953";
}
.ps-ic-map-view:before {
  content: "\e954";
}
.ps-ic-menu-dots:before {
  content: "\e955";
}
.ps-ic-new:before {
  content: "\e956";
}
.ps-ic-office-address:before {
  content: "\e957";
}
.ps-ic-ownership:before {
  content: "\e958";
}
.ps-ic-pencil:before {
  content: "\e959";
}
.ps-ic-pencil-sq-outlined:before {
  content: "\e960";
}
.ps-ic-question-simple:before {
  content: "\e961";
}
.ps-ic-satelite:before {
  content: "\e962";
}
.ps-ic-share:before {
  content: "\e963";
}
.ps-ic-table-view:before {
  content: "\e964";
}
.ps-ic-tiles-view:before {
  content: "\e965";
}
.ps-ic-trash:before {
  content: "\e966";
}
.ps-ic-trash-outlined:before {
  content: "\e967";
}
.ps-ic-unlocked:before {
  content: "\e968";
}
.ps-ic-verified-owner:before {
  content: "\e969";
}
.ps-ic-walk-outlined:before {
  content: "\e970";
}
.ps-ic-warning-exclamation:before {
  content: "\e971";
}
.ps-ic-save-search:before {
  content: "\e972";
}
.ps-ic-alert-triangle:before {
  content: "\e973";
}
.ps-ic-success-circle:before {
  content: "\e974";
}
.ps-ic-arrow-down-rounded:before {
  content: "\e975";
}
.ps-ic-arrow-left-rounded:before {
  content: "\e976";
}
.ps-ic-arrow-right-rounded:before {
  content: "\e977";
}
.ps-ic-arrow-up-rounded:before {
  content: "\e978";
}
.ps-ic-picture:before {
  content: "\e979";
}
.ps-ic-pictures:before {
  content: "\e980";
}
.ps-ic-watchlist:before {
  content: "\e981";
}
.ps-ic-raport:before {
  content: "\e982";
}
.ps-ic-save-folder:before {
  content: "\e983";
}
.ps-ic-no-answer:before {
  content: "\e984";
}
.ps-ic-verified-number:before {
  content: "\e985";
}
.ps-ic-zoom-out:before {
  content: "\e986";
}
.ps-ic-zoom-in:before {
  content: "\e987";
}
.ps-ic-estimated:before {
  content: "\e988";
}
.ps-ic-zoom-expand:before {
  content: "\e989";
}
.ps-ic-circle-check:before {
  content: "\e90a";
}
.ps-ic-circle-times:before {
  content: "\e90b";
}
.ps-ic-curly-info-circle:before {
  content: "\e90c";
}
.ps-ic-discount-star:before {
  content: "\e90d";
}
.ps-ic-fire:before {
  content: "\e90e";
}
.ps-ic-info-square-bold:before {
  content: "\e90f";
}
.ps-ic-lineart-chart-growth:before {
  content: "\e91a";
}
.ps-ic-lineart-check:before {
  content: "\e91b";
}
.ps-ic-lineart-document-filter:before {
  content: "\e91c";
}
.ps-ic-lineart-fire:before {
  content: "\e91d";
}
.ps-ic-lineart-hand-point:before {
  content: "\e91e";
}
.ps-ic-lineart-list:before {
  content: "\e91f";
}
.ps-ic-lineart-map-location:before {
  content: "\e921";
}
.ps-ic-lineart-minus:before {
  content: "\e922";
}
.ps-ic-lineart-modern-property:before {
  content: "\e92a";
}
.ps-ic-lineart-money:before {
  content: "\e92b";
}
.ps-ic-lineart-plus:before {
  content: "\e92c";
}
.ps-ic-lineart-properties:before {
  content: "\e92d";
}
.ps-ic-lineart-property-alert:before {
  content: "\e92e";
}
.ps-ic-lineart-property-balance:before {
  content: "\e92f";
}
.ps-ic-lineart-property-care:before {
  content: "\e93a";
}
.ps-ic-lineart-property-documents:before {
  content: "\e93b";
}
.ps-ic-lineart-property-law:before {
  content: "\e93c";
}
.ps-ic-lineart-transaction:before {
  content: "\e93d";
}
.ps-ic-lineart-transaction-doc:before {
  content: "\e93e";
}
.ps-ic-network:before {
  content: "\e93f";
}
.ps-ic-pipl-search-check:before {
  content: "\e94a";
}
.ps-ic-review-star:before {
  content: "\e94b";
}
.ps-ic-shark-icon:before {
  content: "\e94c";
}
.ps-ic-social-blog:before {
  content: "\e94d";
}
.ps-ic-social-blog-circle:before {
  content: "\e94e";
}
.ps-ic-social-facebook:before {
  content: "\e94f";
}
.ps-ic-social-facebook-circle:before {
  content: "\e95a";
}
.ps-ic-social-linkedin:before {
  content: "\e95b";
}
.ps-ic-social-linkedin-circle:before {
  content: "\e95c";
}
.ps-ic-social-x:before {
  content: "\e95d";
}
.ps-ic-social-x-circle:before {
  content: "\e95e";
}
.ps-ic-candle:before {
  content: "\e95f";
}
.ps-ic-language-english:before {
  content: "\e96a";
}
.ps-ic-language-spanish:before {
  content: "\e96b";
}
.ps-ic-not-owner:before {
  content: "\e96c";
}
.ps-ic-property-manager:before {
  content: "\e96d";
}
.ps-ic-question-bold:before {
  content: "\e96e";
}
.ps-ic-customer-support:before {
  content: "\e96f";
}
:root  {
  /*
		CORE COLORS
	
		Shark Blue serves as our primary brand color, embodying stability and trust. Or secondary color, Yellow Tang acts as a vibrant accent, primarily used for secondary actions such as unlocking content.
	*/
  --ps-color-b25: #f3f9fd;
  --ps-color-b50: #E6F2FB;
  --ps-color-b100: #CCE4F6;
  --ps-color-b200: #99C8ED;
  --ps-color-b300: #66ADE3;
  --ps-color-b400: #3392DA;
  --ps-color-b500: #0076D1;
  --ps-color-b600: #005FA7;
  --ps-color-b700: #00477D;
  --ps-color-b800: #002F54;
  --ps-color-b900: #00182A;
  --ps-color-y50: #FFFAE8;
  --ps-color-y100: #FFF4D0;
  --ps-color-y200: #FEEAA1;
  --ps-color-y300: #FEDF71;
  --ps-color-y400: #FDD542;
  --ps-color-y500: #FDCA13;
  --ps-color-y600: #CAA20F;
  --ps-color-y700: #98790B;
  --ps-color-y800: #655108;
  --ps-color-y900: #332804;
  /*
		NEUTRAL COLORS
	
		Neutrals are carefully balanced with a subtle blue undertone, creating a calming and sophisticated feel. It's designed to be a versatile foundation for surfaces and type, providing a sense of stability and modernity.
	*/
  --ps-color-n25: #F2F3F5;
  --ps-color-n50: #EFF1F3;
  --ps-color-n100: #E0E3E8;
  --ps-color-n200: #C0C7D2;
  --ps-color-n300: #A1ACBB;
  --ps-color-n400: #8190A5;
  --ps-color-n500: #62748E;
  --ps-color-n600: #4E5D72;
  --ps-color-n700: #3B4655;
  --ps-color-n800: #272E39;
  --ps-color-n900: #14171C;
  --ps-color-dark: #000000;
  --ps-color-light: #FFFFFF;
  /*
		SENTIMENT COLORS
	
		Sentiment colors are used to indicate positive, negative, or warning.
		They're needed in components like alerts and error messages.
		But it's best to avoid using them elsewhere on screens where possible.
	
	*/
  --ps-color-pos100: #D5F0E0;
  --ps-color-pos300: #81D1A3;
  --ps-color-pos500: #2EB365;
  --ps-color-pos700: #1B6B3D;
  --ps-color-pos900: #092414;
  --ps-color-neg100: #FED5D7;
  --ps-color-neg300: #FD8086;
  --ps-color-neg500: #FB2C36;
  --ps-color-neg700: #971A20;
  --ps-color-neg900: #32090B;
  --ps-color-war100: #FFEDD0;
  --ps-color-war300: #FECA71;
  --ps-color-war500: #FDA612;
  --ps-color-war700: #98640B;
  --ps-color-war900: #332104;
  --ps-page-background: #F9F9FB;
  --border-color: var(--ps-color-n100);
  --report-global-border-color: var(--ps-color-n100);
  --ps-shadow-subtle: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  --ps-shadow-medium: 0 0 16px 0 rgba(0, 0, 0, 0.16);
  --ps-shadow-strong: 0 0 20px 0 rgba(0, 0, 0, 0.32);
  --ps-stroke-s: 1px;
  --ps-stroke-m: 2px;
  --ps-radius-xs: 4px;
  --ps-radius-s: 8px;
  --ps-radius-m: 10px;
  --ps-radius-l: 12px;
  --ps-radius-pill: 800px;
  --ps-spacing-0: 0px;
  --ps-spacing-25: 1px;
  --ps-spacing-50: 2px;
  --ps-spacing-100: 4px;
  --ps-spacing-200: 8px;
  --ps-spacing-300: 12px;
  --ps-spacing-400: 16px;
  --ps-spacing-500: 20px;
  --ps-spacing-600: 24px;
  --ps-spacing-700: 28px;
  --ps-spacing-800: 32px;
  --ps-spacing-1000: 40px;
  --ps-spacing-1200: 48px;
  --ps-spacing-1400: 56px;
  --ps-spacing-1600: 64px;
  --ps-spacing-2000: 80px;
  --ps-spacing-2400: 96px;
  --ps-spacing-3000: 120px;
  --ps-spacing-3500: 140px;
  --ps-spacing-4000: 160px;
  --report-radius: var(--ps-radius-s);
  --time: 0.25s;
  --bezier: cubic-bezier(0.4, 0, 0.2, 1);
  --spring: cubic-bezier(0.43, -0.04, 0.43, 1.08);
  --report-page-gap: 20px;
  --report-section-bg: var(--ps-color-light);
  --report-section-padding-s: 16px;
  --report-section-padding-m: 20px;
  --report-section-shadow: var(--ps-shadow-subtle);
  --report-section-margin: 20px;
  --report-section-gap: 16px;
  --report-grid-gap: 16px;
  --report-column-gap: 12px;
  --report-data-container-bg: var(--ps-color-n25);
  --report-data-container-color: var(--ps-color-n700);
  --report-data-container-gap: 8px;
  --report-data-container-base-pad: 12px;
  --report-data-container-padding: var(--report-data-container-base-pad) calc(var(--report-data-container-base-pad) + 4px);
  --ds-border: var(--ps-stroke-s) solid var(--border-color);
  --report-data-container-border: var(--ps-stroke-s) solid var(--report-global-border-color);
}
@media only screen and (max-width: 767px) {
  :root  {
    --report-data-container-padding: var(--report-data-container-base-pad);
  }
}
@media only screen and (max-width: 599px) {
  :root  {
    --report-column-gap: 12px;
    --report-section-gap: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  :root  {
    --ps-container-width: 1440px;
  }
}
@media only screen and (max-width: 1439px) {
  :root  {
    --ps-container-width: 1080px;
  }
}
:root  {
  --ps-text-body-weight: 400;
}
:root  {
  --ps-btn-font-size: 16px;
  --ps-btn-font-weight: 600;
  --ps-btn-font-height: 26px;
  --ps-btn-height: 42px;
  --ps-btn-radius: 8px;
  --ps-btn-background: var(--ps-color-b500);
  --ps-btn-color: var(--ps-color-light);
  --ps-btn-padding-h: 16px;
  --ps-btn-padding-v: 8px;
  --ps-btn-padding: var(--ps-btn-padding-v) var(--ps-btn-padding-h);
  --ps-btn-gap: 4px;
  --ps-btn-border-size: 0px;
  --ps-btn-border-color: transparent;
  --ps-btn-horizontal-align: center;
  --ps-link-color: var(--ps-color-b500);
  --ps-btn-whitespace: nowrap;
  --ps-btn-text-decoration: none;
  --ps-btn-icon-size: 20px;
}
:root  {
  --ps-table-bg: var(--ps-color-light);
  --ps-thead-bg: var(--ps-color-n25);
  --ps-tfoot-bg: var(--ps-color-n25);
  --ps-stripe-bg: var(--ps-color-b25);
  --ps-table-radius: 8px;
  --ps-table-border-color: var(--report-global-border-color);
  --ps-table-border-width: var(--ps-stroke-s);
  --ps-table-cell-h-padding: 8px;
  --ps-table-cell-v-padding: 8px;
  --ps-table-edge-cell-h-padding: 8px;
  --ps-table-cell-width: 65px;
  --ps-table-row-height: 36px;
  --ps-responsive-table-width: 100%;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
* *:not(::before),
*::before *:not(::before),
*::after *:not(::before),
* *:not(::after),
*::before *:not(::after),
*::after *:not(::after) {
  font-family: inherit;
}
[tabindex],
a,
button,
.slick-arrow {
  outline: none;
}
[tabindex]:focus-visible,
a:focus-visible,
button:focus-visible,
.slick-arrow:focus-visible {
  outline: 2px solid var(--ps-color-b700);
  outline-offset: 0px;
}
ol,
ul {
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
div,
section {
  margin-top: 0;
  margin-bottom: 0;
}
::-moz-selection {
  background: var(--ps-color-n800);
  color: var(--ps-color-light);
}
::selection {
  background: var(--ps-color-n800);
  color: var(--ps-color-light);
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
@media screen {
  [hidden],
  .hide,
  .hidden,
  template {
    display: none!important;
  }
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 40px;
}
mark {
  background: var(--ps-color-y500);
  color: var(--ps-color-dark);
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid var(--ps-color-n25);
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
#grid-ruler-extension div[style*="#22F5F5;"][data-reactid] {
  background-color: #f00 !important;
}
.ps-btn-wrapper {
  --ps-btn-border-size: var(--ps-stroke-s);
  --ps-btn-border-color: var(--report-global-border-color);
  border-radius: var(--ps-btn-radius);
  border: var(--ps-btn-border-size) solid var(--ps-btn-border-color);
}
.ps-btn-wrapper:has(.success:not(.disabled)) {
  --ps-btn-border-color: var(--ps-color-pos500);
}
.ps-btn-wrapper:has(.error:not(.disabled)) {
  --ps-btn-border-color: var(--ps-color-neg500);
}
.ps-btn-wrapper:has(.disabled) .disabled,
.ps-btn-wrapper:has([disabled]) .disabled,
.ps-btn-wrapper:has(.disabled) [disabled],
.ps-btn-wrapper:has([disabled]) [disabled] {
  --ps-btn-border-color: var(--ps-color-n300);
}
.ps-btn-wrapper .ps-btn {
  border: none;
  --ps-btn-border-size: 0;
}
.ps-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: var(--ps-btn-horizontal-align);
      -ms-flex-pack: var(--ps-btn-horizontal-align);
          justify-content: var(--ps-btn-horizontal-align);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--ps-btn-font-size);
  font-weight: var(--ps-btn-font-weight);
  line-height: var(--ps-btn-font-height);
  min-height: var(--ps-btn-height);
  border-radius: var(--ps-btn-radius);
  padding: var(--ps-btn-padding-v) var(--ps-btn-padding-h);
  border: var(--ps-btn-border-size) solid var(--ps-btn-border-color);
  background: var(--ps-btn-background);
  color: var(--ps-btn-color);
  cursor: pointer;
  white-space: var(--ps-btn-whitespace);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
  -webkit-transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  -webkit-text-decoration: var(--ps-btn-text-decoration);
          text-decoration: var(--ps-btn-text-decoration);
  overflow: hidden;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.ps-btn.ps-btn-xsmall {
  --ps-btn-font-size: 12px;
  --ps-btn-font-height: 12px;
  --ps-btn-height: 16px;
  --ps-btn-padding-h: 6px;
  --ps-btn-padding-v: 2px;
  --ps-btn-icon-size: 14px;
}
.ps-btn.ps-btn-small {
  --ps-btn-font-size: 14px;
  --ps-btn-font-height: 24px;
  --ps-btn-height: 32px;
  --ps-btn-padding-h: 12px;
  --ps-btn-padding-v: 2px;
  --ps-btn-icon-size: 18px;
}
@media only screen and (max-width: 767px) {
  .ps-btn.ps-btn-small-mobile {
    --ps-btn-font-size: 14px;
    --ps-btn-font-height: 24px;
    --ps-btn-height: 32px;
    --ps-btn-padding-h: 12px;
    --ps-btn-padding-v: 2px;
    --ps-btn-icon-size: 18px;
  }
}
.ps-btn.ps-btn-large {
  --ps-btn-font-size: 18px;
  --ps-btn-font-height: 28px;
  --ps-btn-height: 52px;
  --ps-btn-padding-h: 20px;
  --ps-btn-padding-v: 12px;
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn:hover {
    -webkit-text-decoration: var(--ps-btn-text-decoration);
            text-decoration: var(--ps-btn-text-decoration);
    --ps-btn-background: var(--ps-color-b600);
  }
  .ps-btn:active {
    --ps-btn-background: var(--ps-color-b700);
  }
}
.ps-btn:focus-visible {
  --ps-btn-background: var(--ps-color-b600);
  outline: 2px solid var(--ps-color-b800);
}
.ps-btn.disabled,
.ps-btn[disabled],
.ps-btn[aria-disabled="true"] {
  pointer-events: none;
}
.ps-btn.disabled,
.ps-btn[disabled],
.ps-btn[aria-disabled="true"],
.ps-btn[data-disabled="fake"] {
  --ps-btn-background: var(--ps-color-n100) !important;
  --ps-btn-color: var(--ps-color-n300) !important;
  --ps-btn-icon-color: var(--ps-color-n300) !important;
  cursor: default;
}
.ps-btn.disabled.ps-btn-icon i,
.ps-btn[disabled].ps-btn-icon i,
.ps-btn[aria-disabled="true"].ps-btn-icon i,
.ps-btn[data-disabled="fake"].ps-btn-icon i {
  --ps-btn-color: var(--ps-color-n300) !important;
  --ps-btn-icon-color: var(--ps-color-n300) !important;
}
.ps-btn.ps-btn-icon {
  gap: var(--ps-btn-gap);
}
.ps-btn.ps-btn-icon > i::before {
  font-size: var(--ps-btn-icon-size);
  -webkit-transition: -webkit-transform var(--time) var(--spring);
  transition: -webkit-transform var(--time) var(--spring);
  transition: transform var(--time) var(--spring);
  transition: transform var(--time) var(--spring), -webkit-transform var(--time) var(--spring);
}
.ps-btn.ps-btn-icon .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--ps-btn-gap);
}
.ps-btn.ps-btn-icon:has(.ph-icon.mobile-only) {
  --ps-btn-gap: 0;
}
.ps-btn .dropdown-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  position: relative;
  -webkit-transition: -webkit-transform var(--time) var(--bezier);
  transition: -webkit-transform var(--time) var(--bezier);
  transition: transform var(--time) var(--bezier);
  transition: transform var(--time) var(--bezier), -webkit-transform var(--time) var(--bezier);
}
.ps-btn .dropdown-icon::before {
  -webkit-transition: -webkit-transform var(--time) var(--bezier);
  transition: -webkit-transform var(--time) var(--bezier);
  transition: transform var(--time) var(--bezier);
  transition: transform var(--time) var(--bezier), -webkit-transform var(--time) var(--bezier);
}
.ps-btn.ps-btn-float {
  --ps-btn-radius: var(--ps-radius-pill);
  --ps-btn-height: 48px;
  --ps-btn-gap: 0;
  --ps-btn-padding-v: 0;
  --ps-btn-padding-h: 0;
  --ps-btn-text-decoration: none;
  width: var(--ps-btn-height);
  max-width: var(--ps-btn-height);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--ps-btn-height);
          flex: 0 0 var(--ps-btn-height);
}
.ps-btn.ps-btn-float.ps-btn-large {
  --ps-btn-height: 56px;
}
.ps-btn.ps-btn-float.ps-btn-small {
  --ps-btn-height: 40px;
}
.ps-btn.ps-btn-float.ps-btn-xsmall {
  --ps-btn-height: 34px;
}
.ps-btn.ps-btn-float .ps-btn-label {
  display: none;
}
.ps-btn.ps-btn-float > i,
.ps-btn.ps-btn-float::before {
  font-size: calc(var(--ps-btn-font-size) + 8px);
}
.ps-btn.ps-btn-float .ph-icon {
  width: calc(var(--ps-btn-font-size) + 8px);
  height: calc(var(--ps-btn-font-size) + 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.ps-btn.toggler.expanded i.dropdown-icon::before,
.ps-btn.toggler.open i.dropdown-icon::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ps-btn.ps-btn-fake {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ps-btn .status-icon {
  color: var(--ps-color-pos500);
}
.ps-btn[data-status="off"] .status-icon {
  display: none;
}
.ps-btn > i,
.ps-btn > span:not(.tip) {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: inherit;
}
.ps-btn > i,
.ps-btn > i::before {
  font-size: var(--ps-btn-icon-size);
}
.ps-btn > span {
  font: inherit;
}
.ps-btn.ps-btn-align-left {
  --ps-btn-horizontal-align: left;
}
.ps-btn.ps-btn-align-right {
  --ps-btn-horizontal-align: right;
}
.ps-btn-fluid {
  width: 100%;
}
@media only screen and (max-width: 459px) {
  .ps-btn-mobile-fluid {
    min-width: 100%!important;
    width: 100%!important;
  }
}
.ps-btn-branded {
  --ps-btn-background: var(--ps-color-y500);
  --ps-btn-color: var(--ps-color-dark);
}
.ps-btn-branded:focus-visible {
  --ps-btn-background: var(--ps-color-y500);
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-branded:hover {
    --ps-btn-background: var(--ps-color-y400);
  }
  .ps-btn-branded:active {
    --ps-btn-background: var(--ps-color-y600);
  }
}
.ps-btn-delete {
  --ps-btn-background: var(--ps-color-neg500);
  --ps-btn-color: var(--ps-color-light);
}
.ps-btn-delete:focus-visible {
  --ps-btn-background: var(--ps-color-neg700);
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-delete:hover,
  .ps-btn-delete:active {
    --ps-btn-background: var(--ps-color-neg700);
  }
}
.ps-btn-ghost {
  --ps-btn-height: 40px;
  --ps-btn-border-size: 1px;
  --ps-btn-icon-color: currentcolor;
  --ps-btn-color: var(--ps-color-b500);
  --ps-btn-background: var(--ps-color-light);
  --ps-btn-border-color: var(--report-global-border-color);
}
.ps-btn-ghost:focus-visible {
  --ps-btn-background: var(--ps-color-light);
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-ghost:hover {
    --ps-btn-background: var(--ps-color-n50);
  }
  .ps-btn-ghost:active {
    --ps-btn-background: var(--ps-color-n100);
  }
}
.ps-btn-ghost.delete {
  --ps-btn-color: var(--ps-color-neg500);
}
.ps-btn-action {
  --ps-btn-color: var(--ps-color-b500);
  --ps-btn-background: var(--ps-color-n25);
  --ps-btn-border-size: 0px;
  --ps-btn-border-color: transparent;
  --ps-btn-height: 30px;
  --ps-btn-padding: var(--ps-btn-padding-v) var(--ps-btn-padding-h);
  --ps-btn-gap: 4px;
  --ps-btn-padding-h: 10px;
  --ps-btn-padding-v: 6px;
  --ps-btn-font-size: 14;
  --ps-btn-font-weight: 600;
  --ps-btn-font-height: 18px;
}
.ps-btn-action:focus-visible {
  --ps-btn-background: var(--ps-color-n50);
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-action:hover {
    --ps-btn-background: var(--ps-color-n100);
  }
  .ps-btn-action:active {
    --ps-btn-background: var(--ps-color-n200);
  }
}
.ps-btn-action.is-current {
  --ps-btn-color: var(--ps-color-light);
  --ps-btn-background: var(--ps-color-b500);
  pointer-events: none;
}
.ps-btn-action.loading .ps-btn-label {
  display: none;
}
.ps-btn-link {
  --ps-btn-background: var(--ps-color-light);
  --ps-btn-color: var(--ps-color-dark);
  --ps-btn-text-decoration: underline;
  text-underline-offset: 2px;
}
.ps-btn-link.ps-btn-icon,
.ps-btn-link:has([class*="ph-"]) {
  --ps-btn-text-decoration: none;
}
.ps-btn-link:focus-visible {
  --ps-btn-background: var(--ps-color-light);
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-link:not(.ps-btn-icon):not(:has([class*="ph-"])):hover,
  .ps-btn-link:not(.ps-btn-icon):not(:has([class*="ph-"])):active {
    --ps-btn-text-decoration: underline;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-link:hover {
    --ps-btn-background: var(--ps-color-n50);
  }
  .ps-btn-link:active {
    --ps-btn-background: var(--ps-color-n100);
  }
}
.ps-btn-link.delete {
  --ps-btn-color: var(--ps-color-neg500);
}
.ps-btn-link.close {
  --ps-btn-color: var(--ps-color-dark);
  --ps-btn-background: transparent;
}
.ps-btn-link.disabled,
.ps-btn-link[disabled],
.ps-btn-link[aria-disabled="true"] {
  --ps-btn-background: var(--ps-color-n50) !important;
}
.ps-btn-close {
  --ps-btn-background: transparent;
  --ps-btn-color: var(--ps-color-dark);
  --ps-btn-horizontal-align: center;
  --ps-btn-padding-h: 2px;
  --ps-btn-padding-v: 2px;
  --ps-btn-height: 24px;
  --ps-btn-font-height: var(--ps-btn-height);
  --ps-btn-gap: 0;
  height: var(--ps-btn-height);
  width: var(--ps-btn-height);
  max-width: var(--ps-btn-height);
}
.ps-btn-close:focus-visible {
  --ps-btn-background: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-close:hover {
    --ps-btn-background: transparent;
  }
  .ps-btn-close:active {
    --ps-btn-background: transparent;
  }
}
.ps-btn-close .ps-btn-label {
  display: none;
}
.ps-btn-close > i,
.ps-btn-close::before {
  font-size: 20px;
}
.ps-btn-transparent,
.ps-btn-transparent-link {
  --ps-btn-background: transparent;
  --ps-btn-horizontal-align: flex-start;
  --ps-btn-padding-h: 0!important;
  --ps-btn-padding-v: 0!important;
}
.ps-btn-transparent:focus-visible,
.ps-btn-transparent-link:focus-visible {
  --ps-btn-background: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-transparent:hover,
  .ps-btn-transparent-link:hover {
    --ps-btn-background: transparent;
  }
  .ps-btn-transparent:active,
  .ps-btn-transparent-link:active {
    --ps-btn-background: transparent;
  }
}
.ps-btn-transparent.disabled,
.ps-btn-transparent-link.disabled,
.ps-btn-transparent[disabled],
.ps-btn-transparent-link[disabled],
.ps-btn-transparent[aria-disabled="true"],
.ps-btn-transparent-link[aria-disabled="true"] {
  --ps-btn-background: transparent !important;
}
.ps-btn-transparent {
  --ps-btn-color: var(--ps-color-dark);
}
.ps-btn-transparent-link {
  color: var(--ps-link-color);
}
.ps-btn-transparent-link:focus-visible {
  --ps-link-color: var(--ps-color-b600);
  outline: 2px solid var(--ps-color-b800);
  border-radius: var(--report-radius);
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-transparent-link:hover {
    --ps-link-color: var(--ps-color-b600);
  }
  .ps-btn-transparent-link:active {
    --ps-link-color: var(--ps-color-b700);
  }
}
.ps-btn-option {
  --ps-btn-padding-h: 8px;
  --ps-btn-padding-v: 6px;
  --ps-btn-border-size: 1px;
  --ps-btn-border-color: var(--report-global-border-color);
  --ps-btn-font-size: 14px;
  --ps-btn-font-weight: 500;
  --ps-btn-font-height: 24px;
  --ps-btn-background: var(--ps-color-light);
  --ps-btn-color: var(--ps-color-dark);
  --ps-btn-gap: 8px;
  --ps-btn-icon-color: var(--ps-color-b400);
  --ps-btn-horizontal-align: left;
}
.ps-btn-option.ps-btn-icon {
  --ps-btn-icon-size: 28px;
}
.ps-btn-option.ps-btn-icon > i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--ps-btn-icon-size);
  color: var(--ps-btn-icon-color);
}
.ps-btn-option.ps-btn-small {
  --ps-btn-icon-size: 18px;
  --ps-btn-padding-v: 2px;
  --ps-btn-padding-h: 6px;
}
.ps-btn-option.ps-btn-large.ps-btn-icon {
  --ps-btn-icon-size: 32px;
}
.ps-btn-option > span {
  text-align: left;
  white-space: nowrap;
}
.ps-btn-option:focus-visible {
  --ps-btn-background: var(--ps-color-b50);
  outline: 2px solid var(--ps-color-b800);
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-option:hover {
    --ps-btn-background: var(--ps-color-b50);
  }
  .ps-btn-option:active {
    --ps-btn-background: var(--ps-color-b100);
  }
}
.ps-btn-option.btn-has-tip .ps-btn-label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ps-btn-option.btn-has-tip .tip {
  width: 20px;
}
.ps-btn-option.warning {
  --ps-btn-icon-color: var(--ps-color-y500);
  --ps-btn-background: var(--ps-color-light);
}
.ps-btn-option.warning:focus-visible {
  --ps-btn-background: var(--ps-color-y100);
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-option.warning:hover {
    --ps-btn-background: var(--ps-color-y100);
  }
  .ps-btn-option.warning:active {
    --ps-btn-background: var(--ps-color-y100);
  }
}
.ps-btn-option.success {
  --ps-btn-font-weight: 600;
  --ps-btn-icon-color: var(--ps-color-pos500);
  --ps-btn-border-color: var(--ps-color-pos500);
  --ps-btn-background: var(--ps-color-pos100);
}
.ps-btn-option.success:focus-visible {
  --ps-btn-background: var(--ps-color-pos100);
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-option.success:hover {
    --ps-btn-background: var(--ps-color-pos100);
  }
  .ps-btn-option.success:active {
    --ps-btn-background: var(--ps-color-pos100);
  }
}
.ps-btn-option.error {
  --ps-btn-icon-color: var(--ps-color-neg700);
  --ps-btn-background: var(--ps-color-neg100);
  --ps-btn-border-color: var(--ps-color-neg700);
}
.ps-btn-option.error:focus-visible {
  --ps-btn-background: var(--ps-color-neg300);
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-option.error:hover {
    --ps-btn-background: var(--ps-color-neg300);
  }
  .ps-btn-option.error:active {
    --ps-btn-background: var(--ps-color-neg100);
  }
}
.ps-btn-option.info {
  --ps-btn-icon-color: var(--ps-color-b500);
  --ps-btn-background: var(--ps-color-light);
  --ps-btn-border-color: var(--ps-color-b500);
}
.ps-btn-option.info:focus-visible {
  --ps-btn-background: var(--ps-color-b600);
  outline: 2px solid var(--ps-color-b800);
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-option.info:hover {
    --ps-btn-background: var(--ps-color-b600);
  }
  .ps-btn-option.info:active {
    --ps-btn-background: var(--ps-color-b700);
  }
}
.ps-btn-option.admin {
  --ps-btn-icon-color: var(--ps-color-war500);
  --ps-btn-background: var(--ps-color-light);
}
.ps-btn-option.admin:focus-visible {
  --ps-btn-background: var(--ps-color-n50);
  outline: 2px solid var(--ps-color-b800);
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-option.admin:hover {
    --ps-btn-background: var(--ps-color-n50);
  }
  .ps-btn-option.admin:active {
    --ps-btn-background: var(--ps-color-n50);
  }
}
.ps-btn-tab {
  --ps-btn-padding-h: 8px;
  --ps-btn-background: var(--ps-color-n50);
  --ps-btn-color: var(--ps-color-dark);
}
.ps-btn-tab:focus-visible {
  --ps-btn-background: var(--ps-color-n100);
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-tab:hover {
    --ps-btn-background: var(--ps-color-n100);
  }
  .ps-btn-tab:active {
    --ps-btn-background: var(--ps-color-n200);
  }
}
.ps-btn-tab .ph-icon {
  color: currentColor;
}
.ps-btn-tab.active {
  --ps-btn-background: var(--ps-color-b500);
  --ps-btn-color: var(--ps-color-light);
}
.ps-btn-tab.active:not(.ps-dropdown-trigger) {
  cursor: default;
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-tab.active:hover {
    --ps-btn-background: var(--ps-color-b500);
  }
  .ps-btn-tab.active:active {
    --ps-btn-background: var(--ps-color-b700);
  }
}
.ps-btn-tab.ps-dropdown-item:not(.active),
.ps-btn-tab.tab-trigger-hidden:not(.active) {
  --ps-btn-background: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-tab.ps-dropdown-item:not(.active):hover,
  .ps-btn-tab.tab-trigger-hidden:not(.active):hover {
    --ps-btn-background: var(--ps-color-n100);
  }
  .ps-btn-tab.ps-dropdown-item:not(.active):active,
  .ps-btn-tab.tab-trigger-hidden:not(.active):active {
    --ps-btn-background: var(--ps-color-n200);
  }
}
.ps-btn-status {
  --ps-btn-padding-h: 8px;
  --ps-btn-padding-v: 6px;
  min-height: auto;
}
.ps-btn-status:not(.active) {
  --ps-btn-background: var(--ps-color-n800);
  --ps-btn-color: var(--ps-color-light);
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-status:hover {
    --ps-btn-background: var(--ps-color-n700);
    --ps-btn-color: var(--ps-color-b200);
  }
  .ps-btn-status:active {
    --ps-btn-background: var(--ps-color-b600);
    --ps-btn-color: var(--ps-color-b200);
  }
}
.ps-btn-status:focus-visible {
  --ps-btn-background: var(--ps-color-b600);
  --ps-btn-color: var(--ps-color-b200);
  outline: 2px solid var(--ps-color-b200);
}
.ps-btn-status.active {
  cursor: default;
  pointer-events: none;
  --ps-btn-background: var(--ps-color-n900);
  --ps-btn-color: var(--ps-color-light);
}
.ps-btn-switcher {
  --ps-btn-background: transparent;
  --ps-btn-color: var(--ps-color-n700);
  --ps-btn-radius: calc(var(--report-radius) - 2px);
  --ps-btn-height: 42px;
  --ps-btn-padding-h: 20px;
}
.ps-btn-switcher:has(.ps-tab-counter) {
  -webkit-column-gap: var(--ps-btn-gap);
     -moz-column-gap: var(--ps-btn-gap);
          column-gap: var(--ps-btn-gap);
}
@media only screen and (max-width: 767px) {
  .ps-btn-switcher {
    --ps-btn-whitespace: normal;
    --ps-btn-padding-h: 8px;
  }
}
.ps-btn-switcher.active {
  --ps-btn-background: var(--ps-color-light);
  --ps-btn-color: var(--ps-color-dark);
  -webkit-box-shadow: var(--ps-shadow-subtle);
          box-shadow: var(--ps-shadow-subtle);
}
.ps-btn-switcher.active:hover {
  --ps-btn-background: var(--ps-color-light);
}
.ps-btn-switcher.active:active {
  --ps-btn-background: var(--ps-color-n25);
}
.ps-btn-switcher:focus-visible {
  --ps-btn-background: var(--ps-color-light);
  --ps-btn-color: var(--ps-color-dark);
}
@media (hover: hover) and (pointer: fine) {
  .ps-btn-switcher:hover {
    --ps-btn-background: transparent;
    --ps-btn-color: var(--ps-color-dark);
  }
  .ps-btn-switcher:active {
    --ps-btn-background: var(--ps-color-n25);
    -webkit-box-shadow: var(--ps-shadow-subtle);
            box-shadow: var(--ps-shadow-subtle);
  }
}
@media only screen and (max-width: 599px) {
  .ps-btn-switcher {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ps-link {
  --ps-link-gap: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--ps-link-gap);
  text-decoration: none;
  color: var(--ps-link-color);
  cursor: pointer;
}
.ps-link .ps-link-label {
  pointer-events: none;
}
.ps-link:not([class*="ps-text-"]) {
  --ps-link-font-size: 16px;
  --ps-link-font-height: 26px;
  --ps-link-font-weight: 500;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--ps-link-font-size);
  font-weight: var(--ps-link-font-weight);
  line-height: var(--ps-link-font-height);
}
.ps-link:not([class*="ps-text-"]).ps-link-small {
  --ps-link-font-size: 14px;
  --ps-link-font-height: 20px;
}
.ps-link:not([class*="ps-text-"]).ps-link-large {
  --ps-link-font-size: 18px;
  --ps-link-font-height: 28px;
}
.ps-link:not([class*="ps-text-"]).bold {
  --ps-link-font-weight: 700;
}
.ps-link:focus-visible {
  --ps-link-color: var(--ps-color-b600);
  outline: 2px solid var(--ps-color-b800);
  border-radius: var(--report-radius);
}
@media (hover: hover) and (pointer: fine) {
  .ps-link:hover {
    --ps-link-color: var(--ps-color-b600);
  }
  .ps-link:active {
    --ps-link-color: var(--ps-color-b700);
  }
}
.ps-link.disabled,
.ps-link[disabled] {
  --ps-link-color: var(--ps-color-n300)!important;
  pointer-events: none;
}
.ps-link.ps-link-icon {
  --ps-link-gap: 2px;
  white-space: nowrap;
}
.ps-link.ps-link-icon > i {
  font-size: calc(var(--ps-link-font-size) + 2px);
}
@media (hover: hover) and (pointer: fine) {
  .ps-link.ps-link-icon:hover {
    text-decoration: none;
  }
  .ps-link.ps-link-icon:hover .ps-link-label {
    text-decoration: underline;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ps-link:not(.ps-link-icon):hover {
    text-decoration: underline;
  }
}
.ps-link.marked-as-invalid {
  text-decoration: none;
  --ps-link-gap: 2px;
  white-space: nowrap;
}
.ps-link.ps-lock {
  font-size: inherit;
  --ps-link-gap: 2px;
  white-space: nowrap;
}
.ps-link.ps-lock:hover {
  text-decoration: none;
}
.ps-link-container,
.ps-btn-container {
  --ps-link-align: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: var(--ps-link-align);
      -ms-flex-pack: var(--ps-link-align);
          justify-content: var(--ps-link-align);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 16px;
}
.ps-link-container.right-aligned,
.ps-btn-container.right-aligned {
  --ps-link-align: flex-end;
}
.ps-link-container.center-aligned,
.ps-btn-container.center-aligned {
  --ps-link-align: center;
}
.ps-link-container.space-between,
.ps-btn-container.space-between {
  --ps-link-align: space-between;
}
@media only screen and (min-width: 768px) {
  .ps-link-container.desktop-space-between,
  .ps-btn-container.desktop-space-between {
    --ps-link-align: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .ps-link-container.desktop-right,
  .ps-btn-container.desktop-right {
    --ps-link-align: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .ps-link-container.mobile-right,
  .ps-btn-container.mobile-right {
    --ps-link-align: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .ps-link-container.desktop-center,
  .ps-btn-container.desktop-center {
    --ps-link-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .ps-link-container.mobile-center,
  .ps-btn-container.mobile-center {
    --ps-link-align: center;
  }
}
.ps-link.ps-link-icon.loading .ph-icon:not(.ph-duotone):not(.secondary-icon),
.ps-btn.ps-btn-icon.loading .ph-icon:not(.ph-duotone):not(.secondary-icon) {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ps-link.ps-link-icon.loading .ph-icon:not(.ph-duotone):not(.secondary-icon)::before,
.ps-btn.ps-btn-icon.loading .ph-icon:not(.ph-duotone):not(.secondary-icon)::before {
  content: "\E66C" !important;
  font-family: "Phosphor" !important;
  speak: never !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  font-size: inherit !important;
  letter-spacing: 0 !important;
  -webkit-font-feature-settings: "liga" !important;
  -ms-font-feature-settings: "liga" 1 !important;
  font-feature-settings: "liga" !important;
  -webkit-font-variant-ligatures: discretionary-ligatures !important;
  font-variant-ligatures: discretionary-ligatures !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.ps-link.ps-link-icon.loading .ph-icon.ph-duotone,
.ps-btn.ps-btn-icon.loading .ph-icon.ph-duotone {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ps-link.ps-link-icon.loading .ph-icon.ph-duotone::before,
.ps-btn.ps-btn-icon.loading .ph-icon.ph-duotone::before {
  content: "\E66C";
  font-family: "Phosphor-Duotone";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: inherit;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ps-link.ps-link-icon.loading .ph-icon.ph-duotone::after,
.ps-btn.ps-btn-icon.loading .ph-icon.ph-duotone::after {
  content: "\E66D";
  font-family: "Phosphor-Duotone";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: inherit;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: -1em;
}
.ps-btn.loading:not(.ps-btn-icon) {
  gap: var(--ps-btn-gap);
}
.ps-btn.loading:not(.ps-btn-icon)::before {
  content: "\E66C";
  font-family: "Phosphor";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: inherit;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ps-locked-link-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.ps-btn-deploy {
  --ps-btn-padding-h: 10px;
  --ps-btn-padding-v: 6px;
  --ps-btn-font-size: 13px;
  overflow: visible;
}
.ps-btn-deploy[data-deploy-day] {
  position: relative;
}
.ps-btn-deploy[data-deploy-day]::after {
  content: attr(data-deploy-day);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 12px;
  --ps-elem-font-weight: 600;
  --ps-elem-font-height: 22px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
  position: absolute;
  height: var(--ps-btn-icon-size);
  width: var(--ps-btn-icon-size);
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  left: var(--ps-btn-padding-h);
  color: var(--ps-btn-icon-color);
}
.ps-btn-deploy.new .ps-btn-label {
  position: static;
}
.ps-btn-deploy.new .ps-btn-label:after {
  content: "Latest";
  display: block;
  border-radius: 8px;
  background: var(--ps-color-pos500);
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px;
  text-transform: uppercase;
  -webkit-transform: translate(12px, -50%);
          transform: translate(12px, -50%);
  color: var(--ps-color-light);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 12px;
  --ps-elem-font-weight: 700;
  --ps-elem-font-height: 22px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
  line-height: 1;
}
html,
body {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-text-size-adjust: 100%!important;
  -moz-text-size-adjust: 100%!important;
   -ms-text-size-adjust: 100%!important;
       text-size-adjust: 100%!important;
}
.ph {
  font-size: 20px;
  line-height: 1;
}
.ph-icon-placeholder {
  display: none;
}
.psrk-report p:not([class*="ps-text-"]):not(.report-data-title) {
  color: var(--ps-color-n700);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.psrk-report p:not([class*="ps-text-"]):not(.report-data-title):has( + *:not(.admin_only):not(script):not(ul):not(ol):not(li):not(.ps-pagination):not([class*="popup"])) {
  margin-bottom: var(--report-data-container-gap);
}
.psrk-report p:not([class*="ps-text-"]):not(.report-data-title) b,
.psrk-report p:not([class*="ps-text-"]):not(.report-data-title) strong {
  font-weight: 700;
  color: var(--ps-color-dark);
}
.report-data-title {
  color: var(--ps-color-dark);
  gap: var(--ps-btn-gap);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 18px;
  --ps-elem-font-weight: 700;
  --ps-elem-font-height: 28px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: var(--report-data-container-gap);
}
.ps-table-title {
  margin-top: 16px;
  color: var(--ps-color-dark);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: 600;
  --ps-elem-font-height: 26px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
[class*="ps-text-"]:has(+ [class*="ps-text-"]) {
  margin-bottom: 8px;
}
[class*="ps-text-"] a,
[class*="ps-text-"] span,
[class*="ps-text-"] b {
  font-size: inherit;
}
[class*="ps-text-"] a {
  font-weight: 700;
}
.ps-report-page a[href]:not(.ps-link):not(.ps-btn) {
  text-decoration: none;
  color: var(--ps-link-color);
}
@media (hover: hover) and (pointer: fine) {
  .ps-report-page a[href]:not(.ps-link):not(.ps-btn):hover {
    text-decoration: underline;
  }
}
.ps-report-page a[href]:not(.ps-link):not(.ps-btn):focus-visible {
  --ps-link-color: var(--ps-color-b600);
  outline: 2px solid var(--ps-color-b800);
  border-radius: var(--report-radius);
}
@media (hover: hover) and (pointer: fine) {
  .ps-report-page a[href]:not(.ps-link):not(.ps-btn):hover {
    --ps-link-color: var(--ps-color-b600);
  }
  .ps-report-page a[href]:not(.ps-link):not(.ps-btn):active {
    --ps-link-color: var(--ps-color-b700);
  }
}
.ps-report-page a[href]:not(.ps-link):not(.ps-btn) b,
.ps-report-page a[href]:not(.ps-link):not(.ps-btn) strong {
  color: inherit;
}
.ps-text-block {
  color: var(--ps-color-n700);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-text-block:has( + *:not(.admin_only):not(script):not(ul):not(ol):not(li):not(.ps-pagination):not([class*="popup"])) {
  margin-bottom: var(--report-data-container-gap);
}
.ps-text-block b,
.ps-text-block strong {
  font-weight: 700;
  color: var(--ps-color-dark);
}
.ps-text-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  max-width: 100%;
}
.ps-text-align-left {
  text-align: left;
}
.ps-text-align-right {
  text-align: right;
}
.ps-text-align-center {
  text-align: center;
}
.ps-text-align-justify {
  text-align: justify;
}
[class*="ps-text-"] > a,
[class*="ps-text-"] a.ps-link {
  --ps-link-font-size: inherit!important;
  --ps-link-font-height: inherit!important;
}
[class*="ps-text-"]:has(+ ul),
[class*="ps-text-"]:has(+ ol) {
  margin-bottom: 8px;
}
.ps-text-body-large[class*="bold"]:has(+ *) {
  margin-bottom: 16px;
}
.ps-text-list,
.ps-list {
  --list-item-gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--list-item-gap);
}
.ps-text-list:has(+ *),
.ps-list:has(+ *) {
  margin-bottom: 20px;
}
.ps-text-list:not(.has-custom-icon) li::before,
.ps-list:not(.has-custom-icon) li::before {
  content: "\ECE0";
  font-family: "Phosphor-Fill";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ps-text-list.has-custom-icon,
.ps-list.has-custom-icon {
  --list-item-gap: 24px;
}
.ps-text-list li,
.ps-list li {
  position: relative;
  padding-left: 28px;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-text-list li:before,
.ps-list li:before,
.ps-text-list li i[class^="ph"],
.ps-list li i[class^="ph"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ps-text-list li i[class^="ph"],
.ps-list li i[class^="ph"] {
  font-size: 20px;
}
dl dt {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 600;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
dl dd {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 12px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 22px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
dl dd:has(+ dt) {
  margin-bottom: 12px;
}
.pipl-message {
  color: var(--ps-color-n700);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 12px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 22px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.pipl-message b,
.pipl-message strong {
  font-weight: 700;
}
q::before {
  content: '"';
}
q::after {
  content: '"';
}
a[href*="tel:"] {
  white-space: nowrap;
}
.ps-box {
  --ps-box-background: var(--ps-color-light);
  --ps-box-padding: 16px;
  background: var(--ps-box-background);
  padding: var(--ps-box-padding);
}
.ps-shadow {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.ps-shadow-subtle {
  -webkit-box-shadow: var(--ps-shadow-subtle);
          box-shadow: var(--ps-shadow-subtle);
}
.ps-shadow-medium {
  -webkit-box-shadow: var(--ps-shadow-medium);
          box-shadow: var(--ps-shadow-medium);
}
.ps-shadow-strong {
  -webkit-box-shadow: var(--ps-shadow-strong);
          box-shadow: var(--ps-shadow-strong);
}
.ps-rounded {
  border-radius: var(--report-radius);
}
.ps-horizontal-divider {
  --divider-margin: 8px;
  width: 100%;
  height: var(--ps-stroke-s);
  margin: var(--divider-margin) 0;
  background-color: var(--report-global-border-color);
}
.ps-horizontal-divider.large {
  --divider-margin: var(--report-data-container-gap);
}
@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}
@media print, only screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
@media only screen and (max-width: 1249px) {
  .report-desktop-only {
    display: none !important;
  }
}
@media print, only screen and (min-width: 1250px) {
  .report-mobile-only {
    display: none !important;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.row > .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.ps-text-display-large {
  font-weight: 600;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}
@media screen and (max-width: 767.9px) {
  .ps-text-display-large {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .ps-text-display-large {
    font-size: calc(48px + 48 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .ps-text-display-large {
    font-size: calc(48px + 48 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .ps-text-display-large {
    font-size: 96px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .ps-text-display-large {
    font-size: 94px;
  }
}
@media print {
  .ps-text-display-large {
    font-size: 96px;
  }
}
@media screen and (max-width: 767.9px) {
  .ps-text-display-large {
    line-height: 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .ps-text-display-large {
    line-height: calc(54px + 52 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .ps-text-display-large {
    line-height: calc(54px + 52 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .ps-text-display-large {
    line-height: 106px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .ps-text-display-large {
    line-height: 104px;
  }
}
@media print {
  .ps-text-display-large {
    line-height: 106px;
  }
}
.ps-text-display-medium {
  font-weight: 600;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}
@media screen and (max-width: 767.9px) {
  .ps-text-display-medium {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .ps-text-display-medium {
    font-size: calc(42px + 22 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .ps-text-display-medium {
    font-size: calc(42px + 22 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .ps-text-display-medium {
    font-size: 64px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .ps-text-display-medium {
    font-size: 62px;
  }
}
@media print {
  .ps-text-display-medium {
    font-size: 64px;
  }
}
@media screen and (max-width: 767.9px) {
  .ps-text-display-medium {
    line-height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .ps-text-display-medium {
    line-height: calc(50px + 20 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .ps-text-display-medium {
    line-height: calc(50px + 20 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .ps-text-display-medium {
    line-height: 70px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .ps-text-display-medium {
    line-height: 68px;
  }
}
@media print {
  .ps-text-display-medium {
    line-height: 70px;
  }
}
.ps-text-display-small {
  font-weight: 600;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}
@media screen and (max-width: 767.9px) {
  .ps-text-display-small {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .ps-text-display-small {
    font-size: calc(36px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .ps-text-display-small {
    font-size: calc(36px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .ps-text-display-small {
    font-size: 40px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .ps-text-display-small {
    font-size: 38px;
  }
}
@media print {
  .ps-text-display-small {
    font-size: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .ps-text-display-small {
    line-height: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .ps-text-display-small {
    line-height: calc(44px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .ps-text-display-small {
    line-height: calc(44px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .ps-text-display-small {
    line-height: 48px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .ps-text-display-small {
    line-height: 46px;
  }
}
@media print {
  .ps-text-display-small {
    line-height: 48px;
  }
}
.ps-text-title-xlarge {
  font-weight: 700;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.34px;
}
@media screen and (max-width: 767.9px) {
  .ps-text-title-xlarge {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .ps-text-title-xlarge {
    font-size: calc(32px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .ps-text-title-xlarge {
    font-size: calc(32px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .ps-text-title-xlarge {
    font-size: 36px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .ps-text-title-xlarge {
    font-size: 34px;
  }
}
@media print {
  .ps-text-title-xlarge {
    font-size: 36px;
  }
}
@media screen and (max-width: 767.9px) {
  .ps-text-title-xlarge {
    line-height: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .ps-text-title-xlarge {
    line-height: calc(38px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .ps-text-title-xlarge {
    line-height: calc(38px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .ps-text-title-xlarge {
    line-height: 42px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .ps-text-title-xlarge {
    line-height: 40px;
  }
}
@media print {
  .ps-text-title-xlarge {
    line-height: 42px;
  }
}
.ps-text-title-large {
  font-weight: 700;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 767.9px) {
  .ps-text-title-large {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .ps-text-title-large {
    font-size: calc(28px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .ps-text-title-large {
    font-size: calc(28px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .ps-text-title-large {
    font-size: 32px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .ps-text-title-large {
    font-size: 30px;
  }
}
@media print {
  .ps-text-title-large {
    font-size: 32px;
  }
}
@media screen and (max-width: 767.9px) {
  .ps-text-title-large {
    line-height: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .ps-text-title-large {
    line-height: calc(34px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .ps-text-title-large {
    line-height: calc(34px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .ps-text-title-large {
    line-height: 38px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .ps-text-title-large {
    line-height: 36px;
  }
}
@media print {
  .ps-text-title-large {
    line-height: 38px;
  }
}
.ps-text-title-medium {
  font-weight: 700;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.26px;
}
@media screen and (max-width: 767.9px) {
  .ps-text-title-medium {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .ps-text-title-medium {
    font-size: calc(24px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .ps-text-title-medium {
    font-size: calc(24px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .ps-text-title-medium {
    font-size: 28px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .ps-text-title-medium {
    font-size: 26px;
  }
}
@media print {
  .ps-text-title-medium {
    font-size: 28px;
  }
}
@media screen and (max-width: 767.9px) {
  .ps-text-title-medium {
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .ps-text-title-medium {
    line-height: calc(30px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .ps-text-title-medium {
    line-height: calc(30px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .ps-text-title-medium {
    line-height: 34px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .ps-text-title-medium {
    line-height: 32px;
  }
}
@media print {
  .ps-text-title-medium {
    line-height: 34px;
  }
}
.ps-text-title-small {
  font-weight: 700;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.22px;
}
@media screen and (max-width: 767.9px) {
  .ps-text-title-small {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .ps-text-title-small {
    font-size: calc(20px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .ps-text-title-small {
    font-size: calc(20px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .ps-text-title-small {
    font-size: 24px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .ps-text-title-small {
    font-size: 22px;
  }
}
@media print {
  .ps-text-title-small {
    font-size: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .ps-text-title-small {
    line-height: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .ps-text-title-small {
    line-height: calc(26px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .ps-text-title-small {
    line-height: calc(26px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .ps-text-title-small {
    line-height: 30px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .ps-text-title-small {
    line-height: 28px;
  }
}
@media print {
  .ps-text-title-small {
    line-height: 30px;
  }
}
.ps-text-title-xsmall {
  font-weight: 700;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.19px;
}
@media screen and (max-width: 767.9px) {
  .ps-text-title-xsmall {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .ps-text-title-xsmall {
    font-size: calc(18px + 2 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .ps-text-title-xsmall {
    font-size: calc(18px + 2 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .ps-text-title-xsmall {
    font-size: 20px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .ps-text-title-xsmall {
    font-size: 18px;
  }
}
@media print {
  .ps-text-title-xsmall {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .ps-text-title-xsmall {
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .ps-text-title-xsmall {
    line-height: calc(24px + 2 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .ps-text-title-xsmall {
    line-height: calc(24px + 2 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .ps-text-title-xsmall {
    line-height: 26px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .ps-text-title-xsmall {
    line-height: 24px;
  }
}
@media print {
  .ps-text-title-xsmall {
    line-height: 26px;
  }
}
.ps-text-body-large {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 18px;
  --ps-elem-font-weight: var(--ps-text-body-weight);
  --ps-elem-font-height: 28px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-text-body-medium {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: var(--ps-text-body-weight);
  --ps-elem-font-height: 26px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-text-body-small {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: var(--ps-text-body-weight);
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-text-body-xsmall {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 12px;
  --ps-elem-font-weight: var(--ps-text-body-weight);
  --ps-elem-font-height: 22px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
@media only screen and (max-width: 1023px) {
  .ps-text-body-large-tablet {
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    --ps-elem-font-size: 18px;
    --ps-elem-font-weight: var(--ps-text-body-weight);
    --ps-elem-font-height: 28px;
    font-size: var(--ps-elem-font-size);
    font-weight: var(--ps-elem-font-weight);
    line-height: var(--ps-elem-font-height);
  }
}
@media only screen and (max-width: 767px) {
  .ps-text-body-large-mobile {
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    --ps-elem-font-size: 18px;
    --ps-elem-font-weight: var(--ps-text-body-weight);
    --ps-elem-font-height: 28px;
    font-size: var(--ps-elem-font-size);
    font-weight: var(--ps-elem-font-weight);
    line-height: var(--ps-elem-font-height);
  }
}
@media only screen and (max-width: 1023px) {
  .ps-text-body-medium-tablet {
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    --ps-elem-font-size: 16px;
    --ps-elem-font-weight: var(--ps-text-body-weight);
    --ps-elem-font-height: 26px;
    font-size: var(--ps-elem-font-size);
    font-weight: var(--ps-elem-font-weight);
    line-height: var(--ps-elem-font-height);
  }
}
@media only screen and (max-width: 767px) {
  .ps-text-body-medium-mobile {
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    --ps-elem-font-size: 16px;
    --ps-elem-font-weight: var(--ps-text-body-weight);
    --ps-elem-font-height: 26px;
    font-size: var(--ps-elem-font-size);
    font-weight: var(--ps-elem-font-weight);
    line-height: var(--ps-elem-font-height);
  }
}
@media only screen and (max-width: 1023px) {
  .ps-text-body-small-tablet {
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    --ps-elem-font-size: 14px;
    --ps-elem-font-weight: var(--ps-text-body-weight);
    --ps-elem-font-height: 20px;
    font-size: var(--ps-elem-font-size);
    font-weight: var(--ps-elem-font-weight);
    line-height: var(--ps-elem-font-height);
  }
}
@media only screen and (max-width: 767px) {
  .ps-text-body-small-mobile {
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    --ps-elem-font-size: 14px;
    --ps-elem-font-weight: var(--ps-text-body-weight);
    --ps-elem-font-height: 20px;
    font-size: var(--ps-elem-font-size);
    font-weight: var(--ps-elem-font-weight);
    line-height: var(--ps-elem-font-height);
  }
}
@media only screen and (max-width: 1023px) {
  .ps-text-body-xsmall-tablet {
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    --ps-elem-font-size: 12px;
    --ps-elem-font-weight: var(--ps-text-body-weight);
    --ps-elem-font-height: 22px;
    font-size: var(--ps-elem-font-size);
    font-weight: var(--ps-elem-font-weight);
    line-height: var(--ps-elem-font-height);
  }
}
@media only screen and (max-width: 767px) {
  .ps-text-body-xsmall-mobile {
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    --ps-elem-font-size: 12px;
    --ps-elem-font-weight: var(--ps-text-body-weight);
    --ps-elem-font-height: 22px;
    font-size: var(--ps-elem-font-size);
    font-weight: var(--ps-elem-font-weight);
    line-height: var(--ps-elem-font-height);
  }
}
.ps-text-weight-regular {
  --ps-text-body-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .ps-text-weight-regular-tablet {
    --ps-text-body-weight: 400;
  }
}
@media only screen and (max-width: 767px) {
  .ps-text-weight-regular-mobile {
    --ps-text-body-weight: 400;
  }
}
.ps-text-weight-medium {
  --ps-text-body-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .ps-text-weight-medium-tablet {
    --ps-text-body-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .ps-text-weight-medium-mobile {
    --ps-text-body-weight: 500;
  }
}
.ps-text-weight-semibold {
  --ps-text-body-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .ps-text-weight-semibold-tablet {
    --ps-text-body-weight: 600;
  }
}
@media only screen and (max-width: 767px) {
  .ps-text-weight-semibold-mobile {
    --ps-text-body-weight: 600;
  }
}
.ps-text-weight-bold {
  --ps-text-body-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .ps-text-weight-bold-tablet {
    --ps-text-body-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .ps-text-weight-bold-mobile {
    --ps-text-body-weight: 700;
  }
}
.code-styled-block {
  --code-icon-size: 16px;
  padding: 4px 8px;
  border-radius: var(--report-radius);
  background: var(--ps-color-n700);
  border: var(--ps-stroke-s) solid var(--ps-color-n900);
  color: var(--ps-color-n100);
}
.code-styled-block:has(+ *) {
  margin-bottom: 8px;
}
.code-styled-block.admin_only {
  gap: 8px;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .code-styled-block.admin_only {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .code-styled-block.admin_only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.code-styled-block.admin_only .admin-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-weight: 800;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--ps-color-war500);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 12px;
  --ps-elem-font-weight: 600;
  --ps-elem-font-height: 22px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.code-styled-block.admin_only .admin-user i {
  font-size: var(--code-icon-size);
  color: var(--ps-color-war500);
}
.code-styled-block.admin_only .admin-message {
  --ps-link-color: var(--ps-color-b200);
  word-break: break-all;
  width: 100%;
  max-width: 100%;
  max-height: 500px;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 12px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 22px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
@media (hover: hover) and (pointer: fine) {
  .code-styled-block.admin_only .admin-message {
    padding-right: var(--ps-scrollbar-padding);
  }
}
@supports (-moz-appearance: none) {
  .code-styled-block.admin_only .admin-message {
    scrollbar-width: thin;
    scrollbar-height: thin;
    scrollbar-width: var(--ps-scrollbar-thickness);
    scrollbar-height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
    scrollbar-color: var(--ps-scrollbar-thumbColor) var(--ps-scrollbar-trackColor);
  }
}
.code-styled-block.admin_only .admin-message::-webkit-scrollbar {
  width: var(--ps-scrollbar-thickness);
  height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
}
.code-styled-block.admin_only .admin-message::-webkit-scrollbar-track {
  background-color: var(--ps-scrollbar-trackColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
.code-styled-block.admin_only .admin-message::-webkit-scrollbar-thumb {
  background-color: var(--ps-scrollbar-thumbColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
.code-styled-block.admin_only .admin-message::-webkit-scrollbar-thumb:hover {
  border: 0;
}
.code-styled-block.admin_only .admin-message .ps-btn[onclick] {
  position: sticky;
  top: 0;
  z-index: 1;
}
.code-styled-block.admin_only .admin-message #admin_content ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.code-styled-block.admin_only .admin-message #admin_content ul li {
  padding: 8px;
}
.code-styled-block.admin_only .admin-message #admin_content ul li,
.code-styled-block.admin_only .admin-message #admin_content ul li a {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: semobild;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.report-data-container {
  color: var(--report-data-container-color);
  border-radius: var(--report-radius);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.report-data-container:not(.no-style),
.report-data-container.default {
  background: var(--report-data-container-bg);
  padding: var(--report-data-container-padding);
  border: var(--report-data-container-border);
}
.report-data-container.blank {
  --report-data-container-bg: var(--ps-color-light);
  --report-data-container-padding: 12px;
}
.report-data-container.default {
  --report-data-container-bg: var(--ps-color-n25);
}
.report-data-container.transparent {
  --report-data-container-bg: transparent;
  --report-data-container-border: transparent;
}
.report-data-container.invisible,
.report-data-container.no-style {
  visibility: visible;
}
.report-data-container > .report-data-container:not(.default) {
  --report-data-container-bg: var(--ps-color-light);
}
.report-buttons-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
}
.report-button-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.no-wrap {
  white-space: nowrap;
}
.ps-estimated-container {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nwrp,
.nobr {
  white-space: nowrap;
}
.mb0 {
  margin-bottom: 0;
}
@media screen {
  .ps-media-print {
    display: none!important;
  }
}
.ps-text-b50 {
  color: var(--ps-color-b50) !important;
}
.ps-background-b50 {
  background-color: var(--ps-color-b50) !important;
}
.ps-text-b100 {
  color: var(--ps-color-b100) !important;
}
.ps-background-b100 {
  background-color: var(--ps-color-b100) !important;
}
.ps-text-b200 {
  color: var(--ps-color-b200) !important;
}
.ps-background-b200 {
  background-color: var(--ps-color-b200) !important;
}
.ps-text-b300 {
  color: var(--ps-color-b300) !important;
}
.ps-background-b300 {
  background-color: var(--ps-color-b300) !important;
}
.ps-text-b400 {
  color: var(--ps-color-b400) !important;
}
.ps-background-b400 {
  background-color: var(--ps-color-b400) !important;
}
.ps-text-b500 {
  color: var(--ps-color-b500) !important;
}
.ps-background-b500 {
  background-color: var(--ps-color-b500) !important;
}
.ps-text-b600 {
  color: var(--ps-color-b600) !important;
}
.ps-background-b600 {
  background-color: var(--ps-color-b600) !important;
}
.ps-text-b700 {
  color: var(--ps-color-b700) !important;
}
.ps-background-b700 {
  background-color: var(--ps-color-b700) !important;
}
.ps-text-b800 {
  color: var(--ps-color-b800) !important;
}
.ps-background-b800 {
  background-color: var(--ps-color-b800) !important;
}
.ps-text-b900 {
  color: var(--ps-color-b900) !important;
}
.ps-background-b900 {
  background-color: var(--ps-color-b900) !important;
}
.ps-text-y50 {
  color: var(--ps-color-y50) !important;
}
.ps-background-y50 {
  background-color: var(--ps-color-y50) !important;
}
.ps-text-y100 {
  color: var(--ps-color-y100) !important;
}
.ps-background-y100 {
  background-color: var(--ps-color-y100) !important;
}
.ps-text-y200 {
  color: var(--ps-color-y200) !important;
}
.ps-background-y200 {
  background-color: var(--ps-color-y200) !important;
}
.ps-text-y300 {
  color: var(--ps-color-y300) !important;
}
.ps-background-y300 {
  background-color: var(--ps-color-y300) !important;
}
.ps-text-y400 {
  color: var(--ps-color-y400) !important;
}
.ps-background-y400 {
  background-color: var(--ps-color-y400) !important;
}
.ps-text-y500 {
  color: var(--ps-color-y500) !important;
}
.ps-background-y500 {
  background-color: var(--ps-color-y500) !important;
}
.ps-text-y600 {
  color: var(--ps-color-y600) !important;
}
.ps-background-y600 {
  background-color: var(--ps-color-y600) !important;
}
.ps-text-y700 {
  color: var(--ps-color-y700) !important;
}
.ps-background-y700 {
  background-color: var(--ps-color-y700) !important;
}
.ps-text-y800 {
  color: var(--ps-color-y800) !important;
}
.ps-background-y800 {
  background-color: var(--ps-color-y800) !important;
}
.ps-text-y900 {
  color: var(--ps-color-y900) !important;
}
.ps-background-y900 {
  background-color: var(--ps-color-y900) !important;
}
.ps-text-n25 {
  color: var(--ps-color-n25) !important;
}
.ps-background-n25 {
  background-color: var(--ps-color-n25) !important;
}
.ps-text-n50 {
  color: var(--ps-color-n50) !important;
}
.ps-background-n50 {
  background-color: var(--ps-color-n50) !important;
}
.ps-text-n100 {
  color: var(--ps-color-n100) !important;
}
.ps-background-n100 {
  background-color: var(--ps-color-n100) !important;
}
.ps-text-n200 {
  color: var(--ps-color-n200) !important;
}
.ps-background-n200 {
  background-color: var(--ps-color-n200) !important;
}
.ps-text-n300 {
  color: var(--ps-color-n300) !important;
}
.ps-background-n300 {
  background-color: var(--ps-color-n300) !important;
}
.ps-text-n400 {
  color: var(--ps-color-n400) !important;
}
.ps-background-n400 {
  background-color: var(--ps-color-n400) !important;
}
.ps-text-n500 {
  color: var(--ps-color-n500) !important;
}
.ps-background-n500 {
  background-color: var(--ps-color-n500) !important;
}
.ps-text-n600 {
  color: var(--ps-color-n600) !important;
}
.ps-background-n600 {
  background-color: var(--ps-color-n600) !important;
}
.ps-text-n700 {
  color: var(--ps-color-n700) !important;
}
.ps-background-n700 {
  background-color: var(--ps-color-n700) !important;
}
.ps-text-n800 {
  color: var(--ps-color-n800) !important;
}
.ps-background-n800 {
  background-color: var(--ps-color-n800) !important;
}
.ps-text-n900 {
  color: var(--ps-color-n900) !important;
}
.ps-background-n900 {
  background-color: var(--ps-color-n900) !important;
}
.ps-text-pos100 {
  color: var(--ps-color-pos100) !important;
}
.ps-background-pos100 {
  background-color: var(--ps-color-pos100) !important;
}
.ps-text-pos300 {
  color: var(--ps-color-pos300) !important;
}
.ps-background-pos300 {
  background-color: var(--ps-color-pos300) !important;
}
.ps-text-pos500 {
  color: var(--ps-color-pos500) !important;
}
.ps-background-pos500 {
  background-color: var(--ps-color-pos500) !important;
}
.ps-text-pos700 {
  color: var(--ps-color-pos700) !important;
}
.ps-background-pos700 {
  background-color: var(--ps-color-pos700) !important;
}
.ps-text-pos900 {
  color: var(--ps-color-pos900) !important;
}
.ps-background-pos900 {
  background-color: var(--ps-color-pos900) !important;
}
.ps-text-neg100 {
  color: var(--ps-color-neg100) !important;
}
.ps-background-neg100 {
  background-color: var(--ps-color-neg100) !important;
}
.ps-text-neg300 {
  color: var(--ps-color-neg300) !important;
}
.ps-background-neg300 {
  background-color: var(--ps-color-neg300) !important;
}
.ps-text-neg500 {
  color: var(--ps-color-neg500) !important;
}
.ps-background-neg500 {
  background-color: var(--ps-color-neg500) !important;
}
.ps-text-neg700 {
  color: var(--ps-color-neg700) !important;
}
.ps-background-neg700 {
  background-color: var(--ps-color-neg700) !important;
}
.ps-text-neg900 {
  color: var(--ps-color-neg900) !important;
}
.ps-background-neg900 {
  background-color: var(--ps-color-neg900) !important;
}
.ps-text-war100 {
  color: var(--ps-color-war100) !important;
}
.ps-background-war100 {
  background-color: var(--ps-color-war100) !important;
}
.ps-text-war300 {
  color: var(--ps-color-war300) !important;
}
.ps-background-war300 {
  background-color: var(--ps-color-war300) !important;
}
.ps-text-war500 {
  color: var(--ps-color-war500) !important;
}
.ps-background-war500 {
  background-color: var(--ps-color-war500) !important;
}
.ps-text-war700 {
  color: var(--ps-color-war700) !important;
}
.ps-background-war700 {
  background-color: var(--ps-color-war700) !important;
}
.ps-text-war900 {
  color: var(--ps-color-war900) !important;
}
.ps-background-war900 {
  background-color: var(--ps-color-war900) !important;
}
.ps-text-dark {
  color: var(--ps-color-dark) !important;
}
.ps-background-dark {
  background-color: var(--ps-color-dark) !important;
}
.ps-text-light {
  color: var(--ps-color-light) !important;
}
.ps-background-light {
  background-color: var(--ps-color-light) !important;
}
p[class*="ps-text-"]:has(> i[class*="ph"]) i {
  font-size: 1.2em;
  vertical-align: middle;
}
p[class*="ps-text-"] + .report-buttons-group {
  margin-top: var(--report-data-container-gap);
}
:root {
  --ps-scrollbar-thickness: 10px;
  --ps-scrollbar-thumbColor: #B1B1B1;
  --ps-scrollbar-trackColor: var(--ps-color-n25, #F2F3F5);
  --ps-scrollbar-padding: 12px;
  --ps-scrollbar-heightOffset: 0.01px;
}
:root {
  --ps-form-transition-type: cubic-bezier(0.175, 0.885, 0.32, 1.08);
  --ps-form-transition-speed: 0.2s;
}
.ps-form {
  --ps-form-container-gap: 40px;
  --ps-form-inputs-gap: 20px;
  --ps-form-padding: 90px 50px 40px;
  --ps-form-title-color: #333333;
  --ps-form-base-width: 100%;
  --ps-form-shadow: none;
  --ps-form-radius: 0;
  --ps-form-margin: 0 auto;
  gap: var(--ps-form-container-gap);
  position: relative;
  width: 100%;
  max-width: var(--ps-form-base-width);
  margin: var(--ps-form-margin);
  -webkit-box-shadow: var(--ps-form-shadow);
          box-shadow: var(--ps-form-shadow);
  border-radius: var(--ps-form-radius);
}
@media only screen and (max-width: 599px) {
  .ps-form {
    --ps-form-padding: 80px 30px 40px;
  }
}
.ps-form:not(.filters) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.ps-form-padding {
  padding: var(--ps-form-padding, 50px);
}
.ps-form-gradient {
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D9EAF7), color-stop(90%, #fff));
  background-image: linear-gradient(to bottom, #D9EAF7 0%, #fff 90%);
}
.ps-form-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 4px;
}
.ps-form-group-label {
  color: var(--ps-color-n700);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: 700;
  --ps-elem-font-height: 26px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-form-inputs-grid {
  --inputs-grid-cols: 1;
  display: grid;
  grid-template-columns: repeat(var(--inputs-grid-cols), minmax(0, 1fr));
  gap: var(--ps-form-inputs-gap);
}
@media only screen and (min-width: 1024px) {
  .ps-form-inputs-grid {
    --inputs-grid-cols: 2;
  }
}
.ps-form-inputs-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: var(--ps-form-inputs-gap);
}
.ps-form-field {
  --ps-form-field-gap: 4px;
  --ps-form-icon-offset: 12px;
  --ps-form-icon-size: 20px;
  --ps-form-input-height: 42px;
  --ps-form-input-radius: 8px;
  --ps-form-input-background: var(--ps-color-light);
  --ps-form-input-border-color: var(--ps-color-n200);
  --ps-form-input-padding-vertical: 8px;
  --ps-form-input-padding-left: 12px;
  --ps-form-input-padding-right: 12px;
  --ps-form-input-font-size: 16px;
  --ps-form-input-font-weight: 500;
  --ps-form-input-font-height: 26px;
  --ps-form-input-placeholder-color: var(--ps-color-n500);
  --ps-form-input-color: var(--ps-color-n800);
  --ps-form-input-border-width: 1px;
  --ps-form-label-color: var(--ps-color-n700);
  --ps-form-label-font-size: 14px;
  --ps-form-label-font-weight: 500;
  --ps-form-label-font-height: 24px;
  --ps-form-hint-color: var(--ps-color-n500);
  --ps-form-error-color: #FB2C36;
  --ps-form-error-gap: 6px;
  --ps-dropdown-height: 290px;
  --ps-form-check-size: 20px;
  --ps-form-check-radius: 4px;
  --ps-form-check-border-color: #8190A5;
  --ps-form-check-checked-color: #0076D1;
  --ps-form-check-checked-shadow: #66ADE3;
  --ps-shadow-none: 0 0 0 0 rgba(0, 0, 0, 0);
  --ps-shadow-subtle: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  --ps-shadow-medium: 0 0 16px 0 rgba(0, 0, 0, 0.16);
  --ps-shadow-strong: 0 0 20px 0 rgba(0, 0, 0, 0.32);
  --ps-form-error-background: #FDEECA;
  --ps-form-error-border-color: #FF9800;
  --ps-form-error-padding: 8px 12px;
}
.ps-form-field.has-type-icon {
  --ps-form-input-padding-left: var(--ps-form-input-height);
}
.ps-form-field.has-clear-icon {
  --ps-form-input-padding-right: var(--ps-form-input-height);
}
.ps-form-field:not(.has-type-icon) .ps-form-input-type {
  display: none;
}
.ps-form-field.has-action-icon {
  --ps-form-input-padding-right: var(--ps-form-input-height);
}
.ps-form-field.has-dropdown-action {
  --ps-form-input-padding-right: calc(100px + var(--ps-form-input-height));
}
input:-webkit-autofill,
input:-webkit-autofill::first-line,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected {
  -webkit-filter: none;
          filter: none;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: var(--ps-form-input-font-size) !important;
  font-weight: var(--ps-form-input-font-weight) !important;
  line-height: var(--ps-form-input-font-height) !important;
  -webkit-text-fill-color: var(--ps-form-input-color) !important;
  -webkit-box-shadow: 0 0 0px 1000px var(--ps-form-input-background) inset !important;
  color: var(--ps-form-input-color) !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}
.ps-form-close-popup {
  --ps-form-close-icon-size: 54px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.22s ease-in-out;
  transition: -webkit-transform 0.22s ease-in-out;
  transition: transform 0.22s ease-in-out;
  transition: transform 0.22s ease-in-out, -webkit-transform 0.22s ease-in-out;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  width: var(--ps-form-close-icon-size);
  height: var(--ps-form-close-icon-size);
}
.ps-form-close-popup:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
          transform: scale(1.1) rotate(90deg);
  text-decoration: none;
}
.ps-form-close-popup:before {
  content: "\e617";
  font-family: 'psrkicons';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 34px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ps-form-title-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: var(--ps-form-title-color);
  gap: 15px;
}
.ps-form-title {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 23px;
  color: inherit;
}
.ps-form-title:has([data-step]) {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.ps-form-title:has([data-step]) [data-step] {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  top: 2px;
}
.ps-form-title:focus,
.ps-form-title:focus-visible {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ps-form-title.multi-line {
  line-height: 1.3;
}
.ps-form-description {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  color: inherit;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 18px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 28px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-form-description.rich p {
  margin: 0;
}
.ps-form-description a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #027ABB;
}
.ps-form-description a:focus-visible {
  outline: 2px solid #002F54;
  outline-offset: 2px;
  border-radius: 3px;
}
.ps-form-description a:hover,
.ps-form-description a:active {
  color: #028ad4;
}
.ps-form-description a:visited {
  color: #015989;
}
.ps-form-description a:visited:hover {
  color: #027ABB;
}
.ps-form-buttons {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.ps-form-buttons > button {
  grid-column: 1/-1;
}
.ps-form-buttons button[disabled] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #707070;
  background: #f4f4f4;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ps-form-buttons button[disabled]:focus,
.ps-form-buttons button[disabled]:active {
  text-decoration: none;
}
.ps-form-buttons [type="submit"]:not(.submitting) .ps-spinner-icon {
  width: 0px;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ps-form-response {
  background: var(--ps-form-error-background);
  border-radius: var(--ps-form-input-radius);
  border: 1px solid var(--ps-form-error-border-color);
  padding: var(--ps-form-error-padding);
}
.ps-form-response .ps-form-response-message {
  grid-column: 1/-1;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: var(--ps-form-label-color);
}
.ps-form-field-wrapper {
  position: relative;
}
.ps-form-field-wrapper .ps-form-field {
  z-index: 1;
}
.ps-form-field-wrapper .ps-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.ps-form-field {
  display: grid;
  position: relative;
  grid-template-columns: 36px auto 36px;
  grid-template-rows: auto;
  place-content: stretch;
  -ms-flex-line-pack: start;
      align-content: start;
  -webkit-transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  min-width: 0;
}
.ps-form-field button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.ps-form-field .ps-form-input-action {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  background-image: none;
}
.ps-form-field .ps-form-input-clear {
  background: transparent;
}
.ps-form-field .ps-form-input-clear:before {
  -webkit-transition: -webkit-transform 0.22s ease-in-out;
  transition: -webkit-transform 0.22s ease-in-out;
  transition: transform 0.22s ease-in-out;
  transition: transform 0.22s ease-in-out, -webkit-transform 0.22s ease-in-out;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  text-decoration: none;
}
.ps-form-field .ps-form-input-clear:before:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
          transform: scale(1.1) rotate(90deg);
  text-decoration: none;
}
.ps-form-field .ps-form-input-clear > i {
  -webkit-transition: -webkit-transform 0.22s ease-in-out;
  transition: -webkit-transform 0.22s ease-in-out;
  transition: transform 0.22s ease-in-out;
  transition: transform 0.22s ease-in-out, -webkit-transform 0.22s ease-in-out;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  text-decoration: none;
}
.ps-form-field .ps-form-input-clear > i:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
          transform: scale(1.1) rotate(90deg);
  text-decoration: none;
}
.ps-form-field .psrk-checking-email:before {
  font-size: 25px !important;
  content: "\e66a";
  font-family: "Phosphor" !important;
  font-size: 34px;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: animated-spin 1.6s linear infinite;
          animation: animated-spin 1.6s linear infinite;
}
.ps-form-field:has(.ps-form-textarea):has(.ps-input-counter) {
  grid-template-columns: 70px auto 36px;
}
.ps-form-field:has(.ps-form-textarea):has(.ps-input-counter) .ps-form-error-message {
  grid-column: 2 / 4;
}
.ps-input-counter {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  color: var(--ps-color-n500);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--ps-form-label-font-size);
  font-weight: var(--ps-form-label-font-weight);
  line-height: var(--ps-form-label-font-height);
}
.ps-input-counter.ps-over-limit > span {
  font-weight: 700;
  color: var(--ps-form-error-color);
}
.ps-form-label {
  grid-row: 1/2;
  grid-column: 1/-1;
  color: var(--ps-form-label-color);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 0;
  margin-bottom: var(--ps-form-field-gap);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 500;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-form-hint {
  grid-column: 1/-1;
  grid-row: 4/5;
  color: var(--ps-form-hint-color);
  margin-bottom: var(--ps-form-field-gap);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 12px;
  --ps-elem-font-weight: semobild;
  --ps-elem-font-height: 22px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-form-input {
  height: var(--ps-form-input-height);
  border-radius: var(--ps-form-input-radius);
  border: var(--ps-form-input-border-width) solid var(--ps-form-input-border-color);
  grid-row: 2/3;
  grid-column: 1/-1;
  background: var(--ps-form-input-background);
  outline: none;
  padding: var(--ps-form-input-padding-vertical) var(--ps-form-input-padding-right) var(--ps-form-input-padding-vertical) var(--ps-form-input-padding-left);
  -webkit-transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  color: var(--ps-form-input-color);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--ps-form-input-font-size);
  font-weight: var(--ps-form-input-font-weight);
  line-height: var(--ps-form-input-font-height);
  min-width: 0;
}
.ps-form-input:hover {
  --ps-form-input-border-color: var(--ps-color-n400);
}
.ps-form-input:focus-visible {
  --ps-form-input-border-color: var(--ps-color-b800);
}
.ps-form-input[aria-invalid="true"] {
  --ps-form-input-border-color: var(--ps-color-neg500);
}
.ps-form-input:placeholder {
  color: var(--ps-form-input-placeholder-color);
}
.ps-form-input:-moz-placeholder-shown + .ps-form-input-clear {
  opacity: 0;
  pointer-events: none;
  -moz-user-select: none;
       user-select: none;
}
.ps-form-input:-ms-input-placeholder + .ps-form-input-clear {
  opacity: 0;
  pointer-events: none;
  -ms-user-select: none;
      user-select: none;
}
.ps-form-input:placeholder-shown + .ps-form-input-clear {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ps-form-input:focus,
.ps-form-input:focus-visible {
  outline: none;
}
.ps-form-input.input-hidden {
  visibility: hidden;
  width: 0px!important;
  height: 0px!important;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.ps-form-input[disabled],
.ps-form-input .disabled {
  --ps-form-input-background: var(--ps-color-n50);
  --ps-form-input-placeholder-color: var(--ps-color-n300);
  --ps-form-input-color: var(--ps-color-n300);
  --ps-form-label-color: var(--ps-color-n300);
}
.ps-form-input[readonly] {
  pointer-events: none;
}
.ps-form-input-fake {
  cursor: pointer;
  z-index: 9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ps-form-input-fake[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ps-form-input-fake > span {
  pointer-events: none;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--ps-form-input-font-size);
  font-weight: var(--ps-form-input-font-weight);
  line-height: var(--ps-form-input-font-height);
}
.ps-form-input.ps-form-textarea {
  --ps-form-input-height: 158px;
  min-width: 100%;
  max-width: 100%;
  resize: vertical;
  overflow: auto;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: var(--ps-form-input-height);
}
@media (hover: hover) and (pointer: fine) {
  .ps-form-input.ps-form-textarea {
    padding-right: var(--ps-scrollbar-padding);
  }
}
@supports (-moz-appearance: none) {
  .ps-form-input.ps-form-textarea {
    scrollbar-width: thin;
    scrollbar-height: thin;
    scrollbar-width: var(--ps-scrollbar-thickness);
    scrollbar-height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
    scrollbar-color: var(--ps-scrollbar-thumbColor) var(--ps-scrollbar-trackColor);
  }
}
.ps-form-input.ps-form-textarea::-webkit-scrollbar {
  width: var(--ps-scrollbar-thickness);
  height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
}
.ps-form-input.ps-form-textarea::-webkit-scrollbar-track {
  background-color: var(--ps-scrollbar-trackColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
.ps-form-input.ps-form-textarea::-webkit-scrollbar-thumb {
  background-color: var(--ps-scrollbar-thumbColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
.ps-form-input.ps-form-textarea::-webkit-scrollbar-thumb:hover {
  border: 0;
}
.ps-textarea-wrapper {
  position: relative;
  grid-column: 1 / -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
.ps-textarea-wrapper .resizer {
  position: absolute;
  bottom: var(--ps-form-input-border-width);
  right: var(--ps-form-input-border-width);
  background: var(--ps-form-input-background);
  border-radius: var(--report-radius);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  color: var(--ps-form-input-border-color);
}
.ps-form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.ps-form-select:open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ps-form-select:open + .ps-form-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ps-form-select + .ps-form-icon {
  -webkit-transition: -webkit-transform var(--time) var(--bezier);
  transition: -webkit-transform var(--time) var(--bezier);
  transition: transform var(--time) var(--bezier);
  transition: transform var(--time) var(--bezier), -webkit-transform var(--time) var(--bezier);
}
.ps-form-custom-select {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
}
.ps-form-custom-select:hover {
  --ps-form-input-border-color: var(--ps-color-n400);
}
.ps-form-custom-select.open {
  z-index: 1000;
}
.ps-form-custom-select.open .ps-form-input-action {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 10;
}
.ps-form-custom-select.open .ps-form-custom-select-dropdown {
  top: 100%;
  -webkit-box-shadow: var(--ps-shadow-subtle);
          box-shadow: var(--ps-shadow-subtle);
}
.ps-form-custom-select.open .ps-custom-dropdown {
  border-radius: var(--ps-form-input-radius);
}
.ps-form-custom-select.overflow .ps-form-custom-select-dropdown {
  overflow: auto;
}
.ps-form-custom-select .ps-custom-dropdown {
  grid-row: 2/3;
  grid-column: 1/-1;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: var(--ps-shadow-none);
          box-shadow: var(--ps-shadow-none);
}
.ps-form-custom-select .ps-form-input-action {
  -webkit-transition: -webkit-transform var(--ps-form-transition-speed) var(--ps-form-transition-type);
  transition: -webkit-transform var(--ps-form-transition-speed) var(--ps-form-transition-type);
  transition: transform var(--ps-form-transition-speed) var(--ps-form-transition-type);
  transition: transform var(--ps-form-transition-speed) var(--ps-form-transition-type), -webkit-transform var(--ps-form-transition-speed) var(--ps-form-transition-type);
}
.ps-form-custom-select .ps-form-input-fake span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  max-width: 100%;
}
.ps-form-custom-select .ps-form-custom-select-dropdown {
  position: absolute;
  top: calc(100% + 16px);
  z-index: 5;
  border: 1px solid var(--ps-form-input-border-color);
  width: 100%;
  padding: 0 0;
  border-radius: var(--ps-form-input-radius);
  -webkit-transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  background: var(--ps-form-input-background);
  -webkit-box-shadow: var(--ps-shadow-none);
          box-shadow: var(--ps-shadow-none);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
}
.ps-form-custom-select .ps-form-custom-select-dropdown.open {
  opacity: 1;
  max-height: var(--ps-dropdown-height);
  top: calc(100% + 4px);
  pointer-events: all;
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-form-options-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .ps-form-custom-select .ps-form-custom-select-dropdown .ps-form-options-wrapper {
    padding-right: var(--ps-scrollbar-padding);
  }
}
@supports (-moz-appearance: none) {
  .ps-form-custom-select .ps-form-custom-select-dropdown .ps-form-options-wrapper {
    scrollbar-width: thin;
    scrollbar-height: thin;
    scrollbar-width: var(--ps-scrollbar-thickness);
    scrollbar-height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
    scrollbar-color: var(--ps-scrollbar-thumbColor) var(--ps-scrollbar-trackColor);
  }
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-form-options-wrapper::-webkit-scrollbar {
  width: var(--ps-scrollbar-thickness);
  height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-form-options-wrapper::-webkit-scrollbar-track {
  background-color: var(--ps-scrollbar-trackColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-form-options-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--ps-scrollbar-thumbColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-form-options-wrapper::-webkit-scrollbar-thumb:hover {
  border: 0;
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso {
  padding: calc(var(--ps-form-input-padding-vertical) * 0.75) var(--ps-form-input-padding-right) calc(var(--ps-form-input-padding-vertical) * 0.75) var(--ps-form-input-padding-left);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--ps-form-label-font-size);
  font-weight: var(--ps-form-label-font-weight);
  line-height: var(--ps-form-label-font-height);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--ps-form-input-color);
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso:not(:last-of-type) {
  border-bottom: 1px solid #C0C7D2;
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso.selected {
  background: var(--ps-form-check-checked-color);
  color: #ffffff;
  cursor: default;
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso.selected:hover,
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso.selected:active,
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso.selected:focus {
  background: var(--ps-form-check-checked-shadow);
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso:hover,
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso:focus {
  background: #E6F2FB;
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso.featured {
  background: rgba(230, 242, 251, 0.7);
  border-bottom: 2px solid #C0C7D2;
  margin-bottom: var(--ps-form-input-padding-vertical);
  font-weight: 700;
  padding-top: var(--ps-form-input-padding-vertical);
  padding-bottom: var(--ps-form-input-padding-vertical);
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso[data-value="disabled"] {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso span {
  white-space: nowrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  max-width: 100%;
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-form-select-optgroup:not(:last-of-type) {
  border-bottom: 1px solid #C0C7D2;
  margin-bottom: var(--ps-form-input-padding-vertical);
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-form-optgroup-label {
  padding: var(--ps-form-input-padding-vertical);
  opacity: 0.5;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--ps-form-label-font-size);
  font-weight: var(--ps-form-label-font-weight);
  line-height: var(--ps-form-label-font-height);
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-select-search {
  --ps-form-input-radius: 0;
  border: none;
  border-bottom: 1px solid var(--ps-form-input-border-color);
  width: 100%;
  position: sticky;
  top: 0;
}
.ps-form-date .ps-form-input {
  --ps-form-input-placeholder-color: var(--ps-form-input-color);
}
.ps-form-date .dropdown-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: 1 / -1;
  width: 100%;
}
.ps-form-date:focus-within .ps-form-input {
  --ps-form-input-border-color: var(--ps-color-b800);
  background: var(--ps-color-b50);
}
.ps-form-date input[type="date"] + button[data-toggle] {
  display: none;
}
.ps-form-icon {
  width: calc(var(--ps-form-icon-size) + (var(--ps-form-icon-offset) * 2));
  height: var(--ps-form-input-height);
  font-size: var(--ps-form-icon-size);
  z-index: 10;
  grid-row: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
.ps-form-icon:before,
.ps-form-icon i,
.ps-form-icon i:before {
  width: var(--ps-form-icon-size);
  height: var(--ps-form-icon-size);
  font-size: var(--ps-form-icon-size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ps-form-icon.dropdown-icon {
  background-color: transparent;
}
.ps-form-input-type {
  grid-column: 1/2;
  padding-left: var(--ps-form-icon-offset);
  padding-right: var(--ps-form-icon-offset);
  justify-self: left;
}
.ps-form-input-action {
  grid-column: 3/4;
  padding-left: var(--ps-form-icon-offset);
  padding-right: var(--ps-form-icon-offset);
  justify-self: right;
}
.ps-form-input-action.dropdow-icon {
  pointer-events: none;
}
.ps-form-error-message {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--ps-form-label-font-size);
  font-weight: var(--ps-form-label-font-weight);
  line-height: var(--ps-form-label-font-height);
  grid-row: 3/4;
  grid-column: 1/-1;
  color: var(--ps-form-error-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  gap: var(--ps-form-error-gap);
}
.ps-form-error-message:not(.ps-show-error) {
  min-height: 0;
  max-height: 0;
  overflow: hidden;
}
.ps-form-error-message.ps-show-error {
  -webkit-transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  min-height: var(--ps-form-label-font-height);
  max-height: 100px;
  margin-top: var(--ps-form-field-gap);
}
.ps-form-error-message i {
  font-size: var(--ps-form-icon-size);
  line-height: var(--ps-form-label-font-height);
}
.ps-form-checkbox {
  --check-icon: "\E182";
  position: relative;
  cursor: pointer;
  padding: 2px;
  border-radius: 2px;
  display: block;
}
.ps-form-checkbox.red {
  --ps-form-check-checked-color: var(--ps-color-neg500);
}
.ps-form-checkbox:hover {
  --ps-form-input-border-color: #0076D1;
}
.ps-form-checkbox:hover input[type="radio"]:not(:checked) + .ps-check-label .ps-form-checkbox-icon,
.ps-form-checkbox:hover input[type="checkbox"]:not(:checked) + .ps-check-label .ps-form-checkbox-icon {
  border: 1px solid var(--ps-form-check-checked-color);
  -webkit-box-shadow: 0 0 0 2px var(--ps-form-check-checked-shadow);
          box-shadow: 0 0 0 2px var(--ps-form-check-checked-shadow);
}
.ps-form-checkbox:focus-visible {
  --ps-form-input-border-color: #8190A5;
}
.ps-form-checkbox:has(input:focus-visible) {
  outline: var(--ps-stroke-m) solid var(--ps-color-n800);
  border-radius: 2px;
}
.ps-form-checkbox:not(:-moz-placeholder-shown):invalid {
  --ps-form-input-border-color: #FB2C36;
}
.ps-form-checkbox:not(:-ms-input-placeholder):invalid {
  --ps-form-input-border-color: #FB2C36;
}
.ps-form-checkbox:not(:placeholder-shown):invalid,
.ps-form-checkbox.ps-form-invalid {
  --ps-form-input-border-color: #FB2C36;
}
.ps-form-checkbox input[type="radio"]:not(.focusable),
.ps-form-checkbox input[type="checkbox"]:not(.focusable) {
  visibility: hidden;
  width: 0px!important;
  height: 0px!important;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.ps-form-checkbox input[type="radio"].focusable,
.ps-form-checkbox input[type="checkbox"].focusable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.ps-form-checkbox input[type="radio"].partial-checked + .ps-check-label .ps-form-checkbox-icon,
.ps-form-checkbox input[type="checkbox"].partial-checked + .ps-check-label .ps-form-checkbox-icon,
.ps-form-checkbox input[type="radio"]:checked + .ps-check-label .ps-form-checkbox-icon,
.ps-form-checkbox input[type="checkbox"]:checked + .ps-check-label .ps-form-checkbox-icon {
  background: var(--ps-form-check-checked-color);
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  border-radius: var(--ps-form-check-radius);
}
.ps-form-checkbox input[type="radio"].partial-checked + .ps-check-label .ps-form-checkbox-icon::before,
.ps-form-checkbox input[type="checkbox"].partial-checked + .ps-check-label .ps-form-checkbox-icon::before,
.ps-form-checkbox input[type="radio"]:checked + .ps-check-label .ps-form-checkbox-icon::before,
.ps-form-checkbox input[type="checkbox"]:checked + .ps-check-label .ps-form-checkbox-icon::before {
  color: var(--ps-form-input-background);
  content: var(--check-icon);
  font-family: "Phosphor";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: inherit;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ps-form-checkbox input[type="radio"].partial-checked + .ps-check-label,
.ps-form-checkbox input[type="checkbox"].partial-checked + .ps-check-label {
  --check-icon: '\E45E';
}
.ps-form-checkbox input[type="radio"].partial-checked + .ps-check-label .ps-form-checkbox-icon,
.ps-form-checkbox input[type="checkbox"].partial-checked + .ps-check-label .ps-form-checkbox-icon {
  background: var(--ps-form-input-background);
}
.ps-form-checkbox input[type="radio"].partial-checked + .ps-check-label .ps-form-checkbox-icon::before,
.ps-form-checkbox input[type="checkbox"].partial-checked + .ps-check-label .ps-form-checkbox-icon::before {
  color: var(--ps-color-n300);
  font-family: "Phosphor-Fill";
  font-size: 12px;
}
.ps-form-checkbox .ps-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.ps-form-checkbox .ps-check-label:focus-visible {
  outline: 2px solid #002F54;
  border-radius: var(--ps-form-check-radius);
}
.ps-form-checkbox .ps-check-label .ps-form-checkbox-icon {
  width: var(--ps-form-check-size);
  height: var(--ps-form-check-size);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--ps-form-check-size);
          flex: 0 0 var(--ps-form-check-size);
  background: var(--ps-form-input-background);
  border: 1px solid var(--ps-form-check-border-color);
  border-radius: var(--ps-form-check-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
}
.ps-form-checkbox .ps-check-label .ps-form-label-text {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: var(--ps-form-check-size);
}
.ps-form-checkbox .ps-check-label .ps-form-label-text a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: underline;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #027ABB;
}
.ps-form-checkbox .ps-check-label .ps-form-label-text a:focus-visible {
  outline: 2px solid #002F54;
  outline-offset: 2px;
  border-radius: 3px;
}
.ps-form-checkbox .ps-check-label .ps-form-label-text a:hover,
.ps-form-checkbox .ps-check-label .ps-form-label-text a:active {
  color: #028ad4;
}
.ps-form-checkbox .ps-check-label .ps-form-label-text a:visited {
  color: #015989;
}
.ps-form-checkbox .ps-check-label .ps-form-label-text a:visited:hover {
  color: #027ABB;
}
.ps-form-checkbox .ps-check-label span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.visually-hidden {
  visibility: hidden;
  width: 0px!important;
  height: 0px!important;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.ps-form-forgot-password-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -10px;
}
.ps-form-forgot-password-link button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  background-image: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  font-weight: 600;
  color: #027ABB;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.ps-form-forgot-password-link button:focus-visible {
  outline: 2px solid #002F54;
  outline-offset: 2px;
  border-radius: 3px;
}
.ps-form-forgot-password-link button:hover,
.ps-form-forgot-password-link button:active {
  color: #028ad4;
}
.ps-form-forgot-password-link button:visited {
  color: #015989;
}
.ps-form-forgot-password-link button:visited:hover {
  color: #027ABB;
}
.ps-form-message {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.ps-form-message p:not(:last-of-type) {
  margin-bottom: 10px;
}
.ps-form-message a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: #027ABB;
}
.ps-form-message a:focus-visible {
  outline: 2px solid #002F54;
  outline-offset: 2px;
  border-radius: 3px;
}
.ps-form-message a:hover,
.ps-form-message a:active {
  color: #028ad4;
}
.ps-form-message a:visited {
  color: #015989;
}
.ps-form-message a:visited:hover {
  color: #027ABB;
}
.ps-form-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  text-align: center;
}
.ps-form-footer.left-aligned {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: left;
}
.ps-form-footer.left-aligned p {
  width: 100%;
  text-align: left;
}
.ps-form-footer p:not([class]) {
  margin: 0;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
.ps-form-footer h5 {
  margin: 0;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
.ps-form-footer a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: inherit;
  font-weight: 700;
  line-height: 22px;
  color: #027ABB;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.ps-form-footer a:focus-visible {
  outline: 2px solid #002F54;
  outline-offset: 2px;
  border-radius: 3px;
}
.ps-form-footer a:hover,
.ps-form-footer a:active {
  color: #028ad4;
}
.ps-form-footer a:visited {
  color: #015989;
}
.ps-form-footer a:visited:hover {
  color: #027ABB;
}
.ps-form-footer a [class*="ps-ic-"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  width: 18px;
  height: 18px;
  position: relative;
  top: -1px;
}
.ps-form-footer a [class*="ps-ic-"]:before {
  font-size: 18px;
}
.ps-form-footer p:has(a[href*="tel"]) > a[href*="tel"] {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.ps-form-footer .switch-user-form {
  margin-left: 8px;
}
.ps-form-footer .back-container {
  margin-bottom: 12px;
}
.ps-form-response-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  text-align: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 18px;
  --ps-elem-font-weight: 700;
  --ps-elem-font-height: 28px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-form-response-container.ps-response-success {
  color: var(--ps-color-pos500);
}
.ps-form-response-container.ps-response-error {
  color: var(--ps-color-neg500);
}
.ps-form-response-container > span {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.ps-form-response-container i {
  font-size: 24px;
  position: relative;
  top: 1px;
}
.ps-form-resend-code {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.ps-form-footer-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.ps-form-footer-message i {
  color: #027ABB;
  font-size: 20px;
}
.ps-form-resend-message:empty {
  display: none;
}
.ps-form-resend-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.ps-form-resend-options .vertical-dot-divider {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.3;
}
.ps-form-resend-options .switch-user-form {
  margin: 0;
}
.switch-user-form {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  background-image: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  color: #027ABB;
}
.switch-user-form:focus-visible {
  outline: 2px solid #002F54;
  outline-offset: 2px;
  border-radius: 3px;
}
.switch-user-form:hover,
.switch-user-form:active {
  color: #028ad4;
}
.switch-user-form:visited {
  color: #015989;
}
.switch-user-form:visited:hover {
  color: #027ABB;
}
.switch-user-form[disabled],
.switch-user-form.disabled {
  color: #8C8C8C;
}
.animated-spin {
  -webkit-animation: animated-spin 1s linear infinite;
          animation: animated-spin 1s linear infinite;
}
@-webkit-keyframes animated-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes animated-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.multi-select {
  width: 100%;
  max-width: 295px;
}
.multi-select-presets {
  border-bottom: var(--ps-stroke-s) solid var(--report-global-border-color);
  padding: 12px 0px 8px;
  margin: 0 12px;
}
.multi-select-presets + .multi-select-menuitems {
  padding-top: 4px;
}
.multi-select-menuitems {
  padding: 12px 0 10px 2px;
  margin: 0 12px 10px 10px;
}
.multi-select-button {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  max-width: 295px;
}
.multi-select-footer {
  margin: 0 12px;
  padding: 8px 0 12px;
  border-top: var(--ps-stroke-s) solid var(--report-global-border-color);
}
.ps-form.filters .ps-form-field {
  --ps-form-input-height: 32px;
  --ps-form-input-padding-vertical: 4px;
  --ps-form-input-font-height: 24px;
}
.ps-form.filters .ps-form-field.has-type-icon {
  --ps-form-input-padding-left: calc(var(--ps-form-input-height) + 10px);
}
.ps-form.filters .ps-form-field.has-action-icon {
  --ps-form-input-padding-right: calc(var(--ps-form-input-height) + 10px);
}
.ps-form-note {
  color: var(--ps-color-n700);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 500;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
:root {
  --ps-dropdown-padding: 8px;
  --ps-dropdown-radius: var(--report-radius);
  --ps-dropdown-border: var(--ps-color-n200);
  --ps-dropdown-offset: 10px;
}
.ps-dropdown {
  position: relative;
}
.ps-dropdown-trigger[aria-expanded="true"] .dropdown-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ps-dropdown-trigger .ps-dropdown-trigger-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--ps-btn-gap);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ps-dropdown-box {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: top 0.15s var(--spring), bottom 0.15s var(--spring), opacity 0.18s linear;
  transition: top 0.15s var(--spring), bottom 0.15s var(--spring), opacity 0.18s linear;
  border: 1px solid var(--ps-dropdown-border);
  border-radius: var(--ps-dropdown-radius);
  padding: var(--ps-dropdown-padding);
  position: absolute;
  z-index: 100;
  background: var(--ps-color-light);
  -webkit-box-shadow: var(--ps-shadow-medium);
          box-shadow: var(--ps-shadow-medium);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1px;
}
@media only screen and (min-width: 768px) {
  .ps-dropdown-box {
    top: calc(100% + var(--ps-dropdown-offset));
    right: 0;
  }
  .ps-dropdown-box.drop-up {
    bottom: calc(100% + var(--ps-dropdown-offset));
    top: auto;
  }
}
.ps-dropdown-box.open {
  --ps-dropdown-offset: 4px;
  opacity: 1;
  pointer-events: all;
  z-index: 10000;
}
.ps-dropdown-box-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1px;
}
.ps-dropdown-box .ps-btn {
  --ps-btn-horizontal-align: left;
}
.ps-dropdown-box .ps-dropdown-item:not(.active) {
  --ps-btn-background: transparent;
  --ps-btn-color: var(--ps-color-dark);
}
.ps-dropdown-box .ps-dropdown-item:hover {
  --ps-btn-background: var(--ps-color-n100);
}
.ps-dropdown-box .ps-dropdown-item.active {
  --ps-btn-background: var(--ps-color-b500);
  --ps-btn-color: var(--ps-color-light);
}
.ps-dropdown-box .ps-dropdown-item.active:not(.ps-dropdown-trigger) {
  cursor: default;
}
.ps-dropdown-box .ps-dropdown-item.active:hover {
  --ps-btn-background: var(--ps-color-b500);
}
#reportTabsDropdown-dropdown-box.detached {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: auto;
  width: 100%;
  max-width: 300px;
  max-height: 60%;
  max-height: 90svh;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  #reportTabsDropdown-dropdown-box.detached {
    padding-right: var(--ps-scrollbar-padding);
  }
}
@supports (-moz-appearance: none) {
  #reportTabsDropdown-dropdown-box.detached {
    scrollbar-width: thin;
    scrollbar-height: thin;
    scrollbar-width: 6px;
    scrollbar-height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
    scrollbar-color: var(--ps-scrollbar-thumbColor) var(--ps-scrollbar-trackColor);
  }
}
#reportTabsDropdown-dropdown-box.detached::-webkit-scrollbar {
  width: 6px;
  height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
}
#reportTabsDropdown-dropdown-box.detached::-webkit-scrollbar-track {
  background-color: var(--ps-scrollbar-trackColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: 6px;
}
#reportTabsDropdown-dropdown-box.detached::-webkit-scrollbar-thumb {
  background-color: var(--ps-scrollbar-thumbColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: 6px;
}
#reportTabsDropdown-dropdown-box.detached::-webkit-scrollbar-thumb:hover {
  border: 0;
}
#reportTabsDropdown-dropdown-box.detached::before {
  content: "\E4F6";
  font-family: "Phosphor";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: inherit;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--ps-color-light);
  -webkit-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
  font-size: 20px;
}
#reportTabsDropdown-dropdown-box.detached.open {
  --ps-dropdown-offset: 0;
  opacity: 1;
  pointer-events: all;
}
#reportTabsDropdown-dropdown-box.detached .ps-btn {
  --ps-btn-horizontal-align: center;
}
#ps-messages-container {
  --ps-messages-cont-padding: 20px;
  --ps-messages-cont-width: 300px;
  position: fixed;
  z-index: 99999;
  bottom: 0px;
  right: 0px;
  padding: var(--ps-messages-cont-padding);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
  max-width: var(--ps-messages-cont-width);
  max-height: 100vh;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (hover: hover) and (pointer: fine) {
  #ps-messages-container {
    padding-right: var(--ps-scrollbar-padding);
  }
}
@supports (-moz-appearance: none) {
  #ps-messages-container {
    scrollbar-width: thin;
    scrollbar-height: thin;
    scrollbar-width: var(--ps-scrollbar-thickness);
    scrollbar-height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
    scrollbar-color: var(--ps-scrollbar-thumbColor) var(--ps-scrollbar-trackColor);
  }
}
#ps-messages-container::-webkit-scrollbar {
  width: var(--ps-scrollbar-thickness);
  height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
}
#ps-messages-container::-webkit-scrollbar-track {
  background-color: var(--ps-scrollbar-trackColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
#ps-messages-container::-webkit-scrollbar-thumb {
  background-color: var(--ps-scrollbar-thumbColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
#ps-messages-container::-webkit-scrollbar-thumb:hover {
  border: 0;
}
#ps-messages-container:empty {
  pointer-events: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #ps-messages-container {
    --ps-messages-cont-padding: 16px;
    --ps-messages-cont-width: 100vw;
  }
}
.ps-message {
  --msgBorder: var(--ps-color-b500);
  --msgBg: var(--ps-color-b100);
  --msgColor: var(--ps-color-n700);
  --msgTitle: var(--ps-color-b700);
  --msgWidth: 260px;
  --msgShadow: 0 0 20px 0 var(--ps-color-n200);
  padding: 12px;
  border: var(--ps-stroke-s) solid var(--msgBorder);
  background: var(--msgBg);
  left: 100%;
  position: relative;
  width: var(--msgWidth);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--report-radius);
  opacity: 0;
  display: grid;
  grid-template-columns: 32px auto 24px;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: var(--msgShadow);
          box-shadow: var(--msgShadow);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 767px) {
  .ps-message {
    --msgWidth: 343px;
  }
}
.ps-message .ps-message-header {
  color: var(--msgTitle);
  margin-bottom: 2px;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: 700;
  --ps-elem-font-height: 26px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-message .ps-message-body {
  color: var(--msgColor);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-message.show {
  left: 0;
  opacity: 1;
}
.ps-message .msg-icon {
  font-size: 32px;
  color: var(--msgBorder);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
}
.ps-message.ps-message-create {
  --msgBorder: var(--ps-color-pos700);
  --msgBg: var(--ps-color-pos100);
  --msgTitle: var(--ps-color-pos700);
}
.ps-message.ps-message-edit {
  --msgBorder: var(--ps-color-b700);
  --msgBg: var(--ps-color-b100);
  --msgTitle: var(--ps-color-b600);
}
.ps-message.ps-message-remove {
  --msgBorder: var(--ps-color-n700);
  --msgBg: var(--ps-color-n50);
  --msgTitle: var(--ps-color-dark);
}
.ps-message.ps-message-alert,
.ps-message.ps-message-warning {
  --msgBorder: var(--ps-color-y700);
  --msgBg: var(--ps-color-y100);
  --msgTitle: var(--ps-color-y700);
}
.ps-message.ps-message-error {
  --msgBorder: var(--ps-color-neg700);
  --msgBg: var(--ps-color-neg100);
  --msgTitle: var(--ps-color-neg700);
}
.ps-message .ps-message-close {
  position: relative;
  overflow: visible;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  background-image: none;
}
.ps-message .ps-message-close .ps-timer-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ps-message .ps-message-close .ps-timer-circle circle {
  fill: none;
  stroke: var(--msgBorder);
  stroke-width: var(--ps-stroke-s);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: stroke-dashoffset 0.05s linear;
  transition: stroke-dashoffset 0.05s linear;
}
.ps-message a[href] {
  white-space: nowrap;
  font-size: inherit;
  color: var(--ps-link-color);
}
.ps-message a[href]:focus-visible {
  --ps-link-color: var(--ps-color-b600);
  outline: 2px solid var(--ps-color-b800);
  border-radius: var(--report-radius);
}
@media (hover: hover) and (pointer: fine) {
  .ps-message a[href]:hover {
    --ps-link-color: var(--ps-color-b600);
  }
  .ps-message a[href]:active {
    --ps-link-color: var(--ps-color-b700);
  }
}
.report-section {
  --header-padding: var(--report-section-padding-s) var(--report-section-padding-m) 0;
  --body-padding: 0 var(--report-section-padding-m) var(--report-section-padding-m);
  border-radius: var(--report-radius);
  background: var(--report-section-bg);
  -webkit-box-shadow: var(--report-section-shadow);
          box-shadow: var(--report-section-shadow);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: var(--report-section-gap);
  color: var(--ps-color-n700);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}
.report-section.collapsed {
  gap: 0;
  --header-padding: var(--report-section-padding-s) var(--report-section-padding-m);
  --body-padding: 0 var(--report-section-padding-m);
}
@media only screen and (max-width: 1249px) {
  .report-section {
    --report-section-padding-s: 12px;
    --header-padding: var(--report-section-padding-m) var(--report-section-padding-s) 0;
    --body-padding: 0 var(--report-section-padding-s) var(--report-section-padding-m);
  }
  .report-section.collapsed {
    --report-section-padding-m: 12px;
  }
}
@media only screen and (max-width: 599px) {
  .report-section {
    --report-section-padding-s: 12px;
    --report-section-padding-m: 12px;
    --header-padding: var(--report-section-padding-m) var(--report-section-padding-s) 0;
    --body-padding: 0 var(--report-section-padding-s) var(--report-section-padding-m);
  }
}
.report-section:not(:last-child) {
  margin-bottom: var(--report-section-padding-m);
}
.report-section-header {
  position: relative;
  -webkit-transition: padding 0.25s linear, -webkit-box-shadow 0.25s ease;
  transition: padding 0.25s linear, -webkit-box-shadow 0.25s ease;
  transition: padding 0.25s linear, box-shadow 0.25s ease;
  transition: padding 0.25s linear, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--ps-btn-gap);
  padding: var(--header-padding);
}
.report-section-header.is-sticky {
  position: sticky;
  top: calc(var(--header-height) + var(--address-height) + 66px);
  z-index: 100;
  background: var(--report-section-bg);
  border-radius: var(--report-radius);
  -webkit-box-shadow: var(--ps-shadow-subtle);
          box-shadow: var(--ps-shadow-subtle);
}
.report-section-title {
  --decoration-offset: var(--report-section-padding-m);
  --decoration-height: 32px;
  --decoration-top: 0px;
  position: relative;
  color: var(--ps-color-dark);
  padding-top: 4px;
  font-weight: 700;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.19px;
}
@media screen and (max-width: 767.9px) {
  .report-section-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .report-section-title {
    font-size: calc(18px + 2 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .report-section-title {
    font-size: calc(18px + 2 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .report-section-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .report-section-title {
    font-size: 18px;
  }
}
@media print {
  .report-section-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .report-section-title {
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .report-section-title {
    line-height: calc(24px + 2 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .report-section-title {
    line-height: calc(24px + 2 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .report-section-title {
    line-height: 26px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .report-section-title {
    line-height: 24px;
  }
}
@media print {
  .report-section-title {
    line-height: 26px;
  }
}
@media only screen and (max-width: 1249px) {
  .report-section-title {
    --decoration-offset: var(--report-section-padding-s);
    --decoration-height: 20px;
    --decoration-top: 4px;
  }
}
.report-section-title:before {
  content: "";
  width: 4px;
  height: var(--decoration-height);
  position: absolute;
  top: var(--decoration-top);
  left: calc(var(--decoration-offset) * -1);
  background: var(--ps-color-b500);
}
.report-section-body {
  padding: var(--body-padding);
}
.report-section:has(.tab-has-no-data) .report-section-toggler {
  display: none;
}
.report-section-toggler i.ph,
.report-section-toggler i.ph::before {
  font-size: 16px;
  line-height: var(--ps-btn-font-height);
  max-height: var(--ps-btn-font-height);
  -webkit-transition: -webkit-transform 0.18s var(--spring);
  transition: -webkit-transform 0.18s var(--spring);
  transition: transform 0.18s var(--spring);
  transition: transform 0.18s var(--spring), -webkit-transform 0.18s var(--spring);
}
.report-section-toggler[aria-expanded="false"] i.ph {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
[data-collapsible-section] [data-collapsible-body] {
  overflow: hidden;
  opacity: 1;
  -webkit-transition: max-height 0.25s var(--spring), opacity 0.15s linear;
  transition: max-height 0.25s var(--spring), opacity 0.15s linear;
}
[data-collapsible-section].collapsed [data-collapsible-body] {
  opacity: 0;
}
.cols,
.report-data-grid,
.ps-grid {
  --ps-report-columns: 1;
  display: grid;
  grid-template-columns: repeat(var(--ps-report-columns), minmax(0, 1fr));
  gap: var(--report-grid-gap);
}
@media only screen and (min-width: 768px) {
  .cols,
  .report-data-grid,
  .ps-grid {
    --ps-report-columns: 2;
  }
}
.cols.single-column,
.report-data-grid.single-column,
.ps-grid.single-column {
  --ps-report-columns: 1;
  --report-grid-gap: 16px;
  width: 100%;
}
.cols:has( + *:not(.admin_only):not(script):not(ul):not(ol):not(li):not(.ps-pagination):not([class*="popup"])),
.report-data-grid:has( + *:not(.admin_only):not(script):not(ul):not(ol):not(li):not(.ps-pagination):not([class*="popup"])),
.ps-grid:has( + *:not(.admin_only):not(script):not(ul):not(ol):not(li):not(.ps-pagination):not([class*="popup"])) {
  margin-bottom: var(--report-grid-gap);
}
.cols.stretch-vertical,
.report-data-grid.stretch-vertical,
.ps-grid.stretch-vertical {
  grid-auto-rows: 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cols .cols21,
.report-data-grid .cols21,
.ps-grid .cols21,
.cols .cols22,
.report-data-grid .cols22,
.ps-grid .cols22,
.cols .report-data-column,
.report-data-grid .report-data-column,
.ps-grid .report-data-column,
.cols .ps-column,
.report-data-grid .ps-column,
.ps-grid .ps-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: var(--report-column-gap);
}
.cols .cols21.no-gap,
.report-data-grid .cols21.no-gap,
.ps-grid .cols21.no-gap,
.cols .cols22.no-gap,
.report-data-grid .cols22.no-gap,
.ps-grid .cols22.no-gap,
.cols .report-data-column.no-gap,
.report-data-grid .report-data-column.no-gap,
.ps-grid .report-data-column.no-gap,
.cols .ps-column.no-gap,
.report-data-grid .ps-column.no-gap,
.ps-grid .ps-column.no-gap {
  gap: 0;
}
.cols .cols21.fluid,
.report-data-grid .cols21.fluid,
.ps-grid .cols21.fluid,
.cols .cols22.fluid,
.report-data-grid .cols22.fluid,
.ps-grid .cols22.fluid,
.cols .report-data-column.fluid,
.report-data-grid .report-data-column.fluid,
.ps-grid .report-data-column.fluid,
.cols .ps-column.fluid,
.report-data-grid .ps-column.fluid,
.ps-grid .ps-column.fluid {
  grid-column: 1 / -1;
}
@media only screen and (max-width: 1023px) {
  .report-data-grid .report-data-grid .report-data-grid {
    --ps-report-columns: 1;
  }
}
.section-loading,
.psrk-loading-txt {
  --loader-section-height: 450px;
  width: 100%;
  overflow: hidden;
  height: var(--loader-section-height);
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0!important;
  --circle-size: 50px;
}
@media only screen and (max-width: 767px) {
  .section-loading,
  .psrk-loading-txt {
    --loader-section-height: 250px;
  }
}
.section-loading::before,
.psrk-loading-txt::before,
.section-loading::after,
.psrk-loading-txt::after {
  content: "";
  border: 4px solid;
  border-radius: 50%;
  -webkit-animation: sectionloader 2s infinite linear;
          animation: sectionloader 2s infinite linear;
  width: var(--circle-size);
  height: var(--circle-size);
  position: absolute;
  top: calc(50% - (var(--circle-size) / 2));
  left: calc(50% - (var(--circle-size) / 2));
}
.section-loading::before,
.psrk-loading-txt::before {
  border-color: var(--ps-color-b500) #0000;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  animation-direction: reverse;
}
.section-loading::after,
.psrk-loading-txt::after {
  --circle-size: 68px;
  border-color: var(--ps-color-b100) #0000;
}
.section-loading > *,
.psrk-loading-txt > * {
  opacity: 0;
}
.section-loading {
  border-radius: var(--report-radius);
  -webkit-box-shadow: var(--report-section-shadow);
          box-shadow: var(--report-section-shadow);
}
.ps-chart-container div:has(> svg) {
  position: relative;
}
.ps-chart-container div:has(> svg)::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 20px;
  width: calc(100% - 30px);
  height: 0;
  border-bottom: var(--ps-stroke-s) solid var(--ps-color-n100);
  pointer-events: none;
}
.ps-chart-container svg defs + g:first-of-type {
  -webkit-transform: translate(-30px, -50px);
          transform: translate(-30px, -50px);
}
.ps-chart-container .google-visualization-tooltip {
  background: var(--ps-color-light);
  border: var(--ps-stroke-s) solid var(--ps-color-n200);
  border-radius: var(--report-radius);
  padding: 16px;
  -webkit-box-shadow: var(--ps-shadow-medium);
          box-shadow: var(--ps-shadow-medium);
  color: var(--ps-color-n800);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  height: auto!important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.ps-chart-container .google-visualization-tooltip .google-visualization-tooltip-item-list {
  list-style-type: none;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.ps-chart-container .google-visualization-tooltip .google-visualization-tooltip-item-list .google-visualization-tooltip-item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.ps-chart-container .google-visualization-tooltip .google-visualization-tooltip-item-list .google-visualization-tooltip-item span {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 12px;
  --ps-elem-font-weight: 500;
  --ps-elem-font-height: 22px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
  color: var(--ps-color-n700) !important;
}
.ps-chart-container .google-visualization-tooltip .google-visualization-tooltip-item-list .google-visualization-tooltip-item span:last-child {
  font-weight: 700;
}
.ps-chart-container .google-visualization-tooltip .google-visualization-tooltip-item-list .google-visualization-tooltip-square {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  position: relative;
  top: 4px;
}
.flatpickr-calendar {
  --ps-datepicker-cell-size: 38px;
  --ps-datepicker-offset: 4px;
  --ps-datepicker-month-height: 24px;
  --ps-datepicker-hover-color: var(--ps-color-n100);
  --ps-datepicker-active-color: var(--ps-color-b500);
  --ps-datepicker-disabled: var(--ps-color-n300);
  --ps-datepicker-padding: 6px 12px;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  position: absolute;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: var(--ps-color-light);
  border-radius: var(--report-radius);
  -webkit-box-shadow: var(--ps-shadow-medium);
          box-shadow: var(--ps-shadow-medium);
  color: var(--ps-coplor-dark);
  padding: var(--ps-datepicker-padding);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 314px;
  visibility: visible;
}
.flatpickr-calendar.open {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  z-index: 99999;
  top: calc(100% + var(--ps-datepicker-offset));
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  position: relative;
  top: var(--ps-datepicker-offset);
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + var(--ps-datepicker-offset));
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: var(--ps-shadow-medium);
          box-shadow: var(--ps-shadow-medium);
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid var(--ps-color-n200);
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: none;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: var(--ps-color-light);
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: var(--ps-color-light);
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: var(--ps-color-light);
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: var(--ps-color-light);
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--ps-color-dark);
}
.flatpickr-months .flatpickr-month {
  height: var(--ps-datepicker-month-height);
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  height: var(--ps-datepicker-month-height);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  pointer-events: none;
  opacity: 0;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: var(--ps-datepicker-active-color);
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: -14px;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: 700;
  --ps-elem-font-height: 26px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6.25ch;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  cursor: text;
  padding: 0 0 0 1ch;
  margin: 0;
  display: inline-block;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: 700;
  --ps-elem-font-height: 26px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  height: auto;
  outline: none;
  position: relative;
  width: auto;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: 700;
  --ps-elem-font-height: 26px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--ps-datepicker-cell-size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: grid;
  grid-template-columns: repeat(7, var(--ps-datepicker-cell-size));
  grid-template-rows: var(--ps-datepicker-cell-size);
  gap: 0;
  place-items: center;
  place-content: center;
}
span.flatpickr-weekday {
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 700;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
  color: var(--ps-color-dark);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  display: grid;
  grid-template-columns: repeat(7, var(--ps-datepicker-cell-size));
  grid-template-rows: var(--ps-datepicker-cell-size);
  gap: 0;
  place-items: center;
  place-content: center;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: var(--ps-datepicker-cell-size);
  cursor: pointer;
  margin: 0;
  position: relative;
  width: var(--ps-datepicker-cell-size);
  height: var(--ps-datepicker-cell-size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.flatpickr-day:hover:not(.selected) {
  background: var(--ps-datepicker-hover-color);
}
.flatpickr-day:focus-visible {
  outline: 2px solid var(--ps-color-b800);
}
.flatpickr-day.today {
  border: 1px solid var(--ps-color-b500);
  border-radius: var(--ps-datepicker-cell-size);
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange {
  cursor: pointer;
  outline: 0;
}
.flatpickr-day.inRange:hover,
.flatpickr-day.prevMonthDay.inRange:hover,
.flatpickr-day.nextMonthDay.inRange:hover,
.flatpickr-day.today.inRange:hover,
.flatpickr-day.prevMonthDay.today.inRange:hover,
.flatpickr-day.nextMonthDay.today.inRange:hover {
  color: var(--ps-color-dark);
  background: var(--ps-datepicker-hover-color);
}
.flatpickr-day.inRange:focus-visible,
.flatpickr-day.prevMonthDay.inRange:focus-visible,
.flatpickr-day.nextMonthDay.inRange:focus-visible,
.flatpickr-day.today.inRange:focus-visible,
.flatpickr-day.prevMonthDay.today.inRange:focus-visible,
.flatpickr-day.nextMonthDay.today.inRange:focus-visible {
  outline: 2px solid var(--ps-color-b800);
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--ps-color-b500);
  color: var(--ps-color-light);
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 var(--ps-datepicker-active-color);
  box-shadow: -10px 0 0 var(--ps-datepicker-active-color);
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: var(--ps-shadow-medium);
          box-shadow: var(--ps-shadow-medium);
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: var(--ps-datepicker-disabled);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: var(--ps-datepicker-disabled);
}
.flatpickr-day.week.selected {
  border-radius: 0;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  width: calc(var(--ps-datepicker-cell-size) * 7);
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.ps-table-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: var(--ps-table-radius);
  overflow: hidden;
}
.ps-table-round:has(.ps-responsive-table-container) {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: var(--ps-responsive-table-width);
  width: 100%;
}
.ps-table-round:has(.ps-responsive-table-container) .ps-responsive-table-container {
  width: 100%;
}
.ps-table-round:has(+ table.table_pager) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ps-table-round + table.table_pager tr:last-child td:first-child {
  border-left: 1px solid var(--ps-table-border-color);
  border-bottom-left-radius: var(--ps-table-radius);
}
.ps-table-round + table.table_pager tr:last-child td:last-child {
  border-right: 1px solid var(--ps-table-border-color);
  border-bottom-right-radius: var(--ps-table-radius);
}
.ps-table-round + table.table_pager tr:last-child td {
  border-bottom: 1px solid var(--ps-table-border-color);
}
[class*="-table-container"] {
  width: 100%;
}
[class*="-table-container"] .ps-table {
  width: 100%;
}
.ps-responsive-table-container {
  scroll-behavior: smooth;
  overflow-y: hidden;
  overflow-x: auto;
}
@supports (-moz-appearance: none) {
  .ps-responsive-table-container {
    scrollbar-width: thin;
    scrollbar-height: thin;
    scrollbar-width: var(--ps-scrollbar-thickness);
    scrollbar-height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
    scrollbar-color: var(--ps-scrollbar-thumbColor) var(--ps-scrollbar-trackColor);
  }
}
.ps-responsive-table-container::-webkit-scrollbar {
  width: var(--ps-scrollbar-thickness);
  height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
}
.ps-responsive-table-container::-webkit-scrollbar-track {
  background-color: var(--ps-scrollbar-trackColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
.ps-responsive-table-container::-webkit-scrollbar-thumb {
  background-color: var(--ps-scrollbar-thumbColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
.ps-responsive-table-container::-webkit-scrollbar-thumb:hover {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .ps-responsive-table-container table thead td,
  .ps-responsive-table-container table thead th {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    white-space: nowrap;
  }
  .ps-responsive-table-container table tbody tr:not(:last-child) td,
  .ps-responsive-table-container table tbody tr:not(:last-child) th {
    border-bottom: var(--ps-table-border-width) solid var(--ps-table-border-color);
  }
}
@media only screen and (max-width: 599px) {
  .ps-fixed-table-container:has(table.matrix) {
    scroll-behavior: smooth;
    overflow-y: hidden;
    overflow-x: auto;
  }
  @supports (-moz-appearance: none) {
    .ps-fixed-table-container:has(table.matrix) {
      scrollbar-width: thin;
      scrollbar-height: thin;
      scrollbar-width: var(--ps-scrollbar-thickness);
      scrollbar-height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
      scrollbar-color: var(--ps-scrollbar-thumbColor) var(--ps-scrollbar-trackColor);
    }
  }
  .ps-fixed-table-container:has(table.matrix)::-webkit-scrollbar {
    width: var(--ps-scrollbar-thickness);
    height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
  }
  .ps-fixed-table-container:has(table.matrix)::-webkit-scrollbar-track {
    background-color: var(--ps-scrollbar-trackColor);
    border: 1px solid transparent;
    background-clip: padding-box;
    border-radius: var(--ps-scrollbar-thickness);
  }
  .ps-fixed-table-container:has(table.matrix)::-webkit-scrollbar-thumb {
    background-color: var(--ps-scrollbar-thumbColor);
    border: 1px solid transparent;
    background-clip: padding-box;
    border-radius: var(--ps-scrollbar-thickness);
  }
  .ps-fixed-table-container:has(table.matrix)::-webkit-scrollbar-thumb:hover {
    border: 0;
  }
}
.bordered {
  border: var(--ps-table-border-width) solid var(--ps-table-border-color);
}
table {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ps-color-dark);
}
@media only screen and (max-width: 767px) {
  .ps-fixed-table-container table {
    --ps-table-cell-h-padding: 0;
    --ps-table-cell-v-padding: 0;
    --ps-table-edge-cell-h-padding: 0;
  }
}
@media print, only screen and (min-width: 768px) {
  .ps-fixed-table-container table.ps-cell-padding-md .tr:not(.ps-details-row),
  .ps-fixed-table-container table .ps-cell-padding-md .tr:not(.ps-details-row) {
    --ps-table-cell-h-padding: 8px!important;
    --ps-table-edge-cell-h-padding: 8px!important;
  }
  .ps-fixed-table-container table.ps-cell-padding-sm .tr:not(.ps-details-row),
  .ps-fixed-table-container table .ps-cell-padding-sm .tr:not(.ps-details-row) {
    --ps-table-cell-h-padding: 6px!important;
    --ps-table-edge-cell-h-padding: 6px!important;
  }
  .ps-fixed-table-container table.ps-cell-padding-xs td .ps-link.ps-link-icon,
  .ps-fixed-table-container table .ps-cell-padding-xs td .ps-link.ps-link-icon,
  .ps-fixed-table-container table.ps-cell-padding-xs th .ps-link.ps-link-icon,
  .ps-fixed-table-container table .ps-cell-padding-xs th .ps-link.ps-link-icon {
    display: inline-block;
    white-space: normal;
  }
  .ps-fixed-table-container table.ps-cell-padding-xs td .ps-link.ps-link-icon i.ph,
  .ps-fixed-table-container table .ps-cell-padding-xs td .ps-link.ps-link-icon i.ph,
  .ps-fixed-table-container table.ps-cell-padding-xs th .ps-link.ps-link-icon i.ph,
  .ps-fixed-table-container table .ps-cell-padding-xs th .ps-link.ps-link-icon i.ph {
    vertical-align: middle;
  }
  .ps-fixed-table-container table.ps-cell-padding-xs .tr:not(.ps-details-row),
  .ps-fixed-table-container table .ps-cell-padding-xs .tr:not(.ps-details-row) {
    --ps-table-cell-h-padding: 4px!important;
    --ps-table-edge-cell-h-padding: 4px!important;
  }
}
table.rounded {
  border-radius: var(--ps-table-radius);
  overflow: hidden;
}
table.zebra tr:nth-child(even) td {
  background: var(--ps-stripe-bg);
}
table.freeze-column tr td:first-child,
table.freeze-column tr th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 1439px) {
  table.freeze-column tr td:first-child,
  table.freeze-column tr th:first-child {
    -webkit-box-shadow: inset -1px 0 0 var(--ps-table-border-color);
            box-shadow: inset -1px 0 0 var(--ps-table-border-color);
  }
}
table.freeze-column tr .ps-colspan-all {
  padding-left: 0;
  padding-right: 0;
}
table.freeze-column tr .ps-colspan-all .ps-tc-content {
  position: sticky;
  left: 0;
  z-index: 2;
  padding-left: var(--ps-table-edge-cell-h-padding);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
table thead {
  --ps-table-cell-v-padding: 8px;
}
@media only screen and (max-width: 767px) {
  .ps-fixed-table-container table thead:not(.matrix-head) {
    display: none;
  }
}
table thead tr {
  --ps-table-bg: var(--ps-thead-bg);
}
table thead tr th,
table thead tr td {
  background: var(--ps-thead-bg);
  border-bottom: var(--ps-table-border-width) solid var(--ps-table-border-color);
}
table tbody:not(:empty) + tfoot tr th,
table tbody:not(:empty) + tfoot tr td {
  border-top: var(--ps-table-border-width) solid var(--ps-table-border-color);
}
@media only screen and (max-width: 767px) {
  .ps-fixed-table-container table tbody:not(:empty) + tfoot tr th,
  .ps-fixed-table-container table tbody:not(:empty) + tfoot tr td {
    border-top: none;
  }
}
table tbody:empty + tfoot tr:first-child,
table thead + tfoot tr:first-child {
  border-top: none;
}
table tbody {
  background: var(--ps-table-bg);
}
@media print, only screen and (min-width: 768px) {
  table tbody:not(:has(+ tfoot)) tr:last-child td {
    padding-bottom: calc(var(--ps-table-cell-v-padding) + 2px);
  }
}
table tbody tr th,
table tbody tr td {
  background: var(--ps-table-bg);
}
@media only screen and (max-width: 767px) {
  .ps-fixed-table-container table tbody tr:not(.ps-details-row):not(.matrix-row),
  .ps-fixed-table-container table tfoot tr:not(.ps-details-row):not(.matrix-row) {
    --ps-mobile-row-padding: 20px 0;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
    row-gap: 8px;
    padding: var(--ps-mobile-row-padding);
  }
  .ps-fixed-table-container table tbody tr:not(.ps-details-row):not(.matrix-row) td,
  .ps-fixed-table-container table tfoot tr:not(.ps-details-row):not(.matrix-row) td,
  .ps-fixed-table-container table tbody tr:not(.ps-details-row):not(.matrix-row) th,
  .ps-fixed-table-container table tfoot tr:not(.ps-details-row):not(.matrix-row) th {
    margin: 0 16px;
  }
  .ps-fixed-table-container table tbody tr:not(.ps-details-row):not(.matrix-row) td[width],
  .ps-fixed-table-container table tfoot tr:not(.ps-details-row):not(.matrix-row) td[width],
  .ps-fixed-table-container table tbody tr:not(.ps-details-row):not(.matrix-row) th[width],
  .ps-fixed-table-container table tfoot tr:not(.ps-details-row):not(.matrix-row) th[width] {
    width: 100%!important;
  }
  .ps-fixed-table-container table tbody tr:not(.ps-details-row):not(.matrix-row):not(:last-child):not(:has(+ .ps-details-row.visible, + .description)),
  .ps-fixed-table-container table tfoot tr:not(.ps-details-row):not(.matrix-row):not(:last-child):not(:has(+ .ps-details-row.visible, + .description)) {
    position: relative;
  }
  .ps-fixed-table-container table tbody tr:not(.ps-details-row):not(.matrix-row):not(:last-child):not(:has(+ .ps-details-row.visible, + .description))::after,
  .ps-fixed-table-container table tfoot tr:not(.ps-details-row):not(.matrix-row):not(:last-child):not(:has(+ .ps-details-row.visible, + .description))::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    width: calc(100% - 32px);
    left: 16px;
    height: var(--ps-table-border-width);
    background: var(--ps-table-border-color);
  }
  .ps-fixed-table-container table tbody tr:not(.ps-details-row):not(.matrix-row):has(+ tr.description, + tr.ps-details-row.visible),
  .ps-fixed-table-container table tfoot tr:not(.ps-details-row):not(.matrix-row):has(+ tr.description, + tr.ps-details-row.visible) {
    --ps-mobile-row-padding: 20px 0 10px;
  }
  .ps-fixed-table-container table tbody tr:not(.ps-details-row):not(.matrix-row).description:nth-last-child(2):has(+ .ps-details-row),
  .ps-fixed-table-container table tfoot tr:not(.ps-details-row):not(.matrix-row).description:nth-last-child(2):has(+ .ps-details-row) {
    border-bottom: 0;
  }
  .ps-fixed-table-container table tbody tr:not(.ps-details-row):not(.matrix-row).description,
  .ps-fixed-table-container table tfoot tr:not(.ps-details-row):not(.matrix-row).description {
    --ps-mobile-row-padding: 0 0 20px;
  }
  .ps-fixed-table-container table tbody tr:not(.ps-details-row):not(.matrix-row) [data-title]:not([colspan]),
  .ps-fixed-table-container table tfoot tr:not(.ps-details-row):not(.matrix-row) [data-title]:not([colspan]) {
    --mobile-grid-gap: 8px;
    position: relative;
    display: grid;
    grid-template-columns: 45% calc(55% - var(--mobile-grid-gap));
    gap: var(--mobile-grid-gap);
    min-height: 14px;
  }
  .ps-fixed-table-container table tbody tr:not(.ps-details-row):not(.matrix-row) [data-title]:not([colspan]):before,
  .ps-fixed-table-container table tfoot tr:not(.ps-details-row):not(.matrix-row) [data-title]:not([colspan]):before {
    content: attr(data-title);
    color: var(--ps-color-dark);
    grid-column: 1/2;
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    --ps-elem-font-size: 14px;
    --ps-elem-font-weight: 400;
    --ps-elem-font-height: 20px;
    font-size: var(--ps-elem-font-size);
    font-weight: var(--ps-elem-font-weight);
    line-height: var(--ps-elem-font-height);
  }
  .ps-fixed-table-container table tbody tr:not(.ps-details-row):not(.matrix-row) [data-title]:not([colspan]) > span,
  .ps-fixed-table-container table tfoot tr:not(.ps-details-row):not(.matrix-row) [data-title]:not([colspan]) > span {
    font: inherit;
  }
  .ps-fixed-table-container table tbody tr:not(.ps-details-row):not(.matrix-row) [data-title]:not([colspan]):last-child,
  .ps-fixed-table-container table tfoot tr:not(.ps-details-row):not(.matrix-row) [data-title]:not([colspan]):last-child {
    --ps-table-border-width: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .ps-fixed-table-container table tbody tr.ps-details-row.visible:has( + tr:not(.ps-details-row.visible)),
  .ps-fixed-table-container table tfoot tr.ps-details-row.visible:has( + tr:not(.ps-details-row.visible)) {
    --ps-table-border-width: 2px;
    border-bottom: var(--ps-table-border-width) solid var(--ps-table-border-color);
  }
}
table tbody tr:has(+ tr.description) th,
table tfoot tr:has(+ tr.description) th,
table tbody tr:has(+ tr.description) td,
table tfoot tr:has(+ tr.description) td {
  border-bottom: none;
}
table tbody tr.description td,
table tfoot tr.description td,
table tbody tr.description th,
table tfoot tr.description th {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .ps-fixed-table-container table tbody + tfoot tr:not(.ps-details-row):not(.matrix-row):not(:has(+ .ps-details-row.visible, + .description)) {
    position: relative;
  }
  .ps-fixed-table-container table tbody + tfoot tr:not(.ps-details-row):not(.matrix-row):not(:has(+ .ps-details-row.visible, + .description))::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 100%;
    width: calc(100% - 32px);
    left: 16px;
    height: var(--ps-table-border-width);
    background: var(--ps-table-border-color);
  }
}
table tr {
  min-height: var(--ps-table-row-height);
  background: var(--ps-table-bg);
}
@media print, only screen and (min-width: 768px) {
  table tr:not(:last-child) td,
  table tr:not(:last-child) th {
    border-bottom: var(--ps-table-border-width) solid var(--ps-table-border-color);
  }
}
table tr:nth-last-child(2):has(+.ps-details-row.hidden) {
  border-bottom: none!important;
}
table tr:nth-last-child(2):has(+.ps-details-row.hidden) td,
table tr:nth-last-child(2):has(+.ps-details-row.hidden) th {
  border-bottom: none;
}
table tr.highlight {
  --ps-table-bg: var(--ps-color-b50);
}
table tr:has(+ .ps-details-row.visible, + .description + .ps-details-row.visible) {
  --ps-table-bg: var(--ps-color-b100);
  position: relative;
  z-index: 1;
}
table tr:has(+ .ps-details-row.visible, + .description + .ps-details-row.visible) + .description {
  --ps-table-bg: var(--ps-color-b100);
}
table tr:has(+ .ps-details-row.visible, + .description + .ps-details-row.visible) td,
table tr:has(+ .ps-details-row.visible, + .description + .ps-details-row.visible) th {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  table tr:has(+ .ps-details-row.visible, + .description + .ps-details-row.visible) td:first-child,
  table tr:has(+ .ps-details-row.visible, + .description + .ps-details-row.visible) th:first-child {
    position: relative;
  }
  table tr:has(+ .ps-details-row.visible, + .description + .ps-details-row.visible) td:first-child::before,
  table tr:has(+ .ps-details-row.visible, + .description + .ps-details-row.visible) th:first-child::before {
    content: "";
    position: absolute;
    z-index: 2;
    background: var(--ps-color-b500);
    pointer-events: none;
    display: block;
    top: 0;
    left: 0;
    width: var(--ps-stroke-m);
    height: 100%;
  }
}
table tr:has(+ .ps-details-row.visible, + .description + .ps-details-row.visible)::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), transparent);
  height: 8px;
}
table tr.ps-details-row {
  background: var(--ps-table-bg);
}
@media screen {
  table tr.ps-details-row.hidden {
    display: none!important;
  }
}
@media print {
  table tr.ps-details-row.hidden {
    --ps-table-bg: var(--ps-color-light);
  }
}
table tr.ps-details-row.visible {
  --ps-table-bg: var(--ps-color-b50);
}
@media only screen and (min-width: 768px) {
  table tr.ps-details-row.visible td:first-child,
  table tr.ps-details-row.visible th:first-child {
    position: relative;
  }
  table tr.ps-details-row.visible td:first-child::before,
  table tr.ps-details-row.visible th:first-child::before {
    content: "";
    position: absolute;
    z-index: 2;
    background: var(--ps-color-b500);
    pointer-events: none;
    display: block;
    top: 0;
    left: 0;
    width: var(--ps-stroke-m);
    height: 100%;
  }
}
@media only screen and (min-width: 1250px) {
  table tr.ps-details-row.visible > td[colspan] {
    --ps-table-cell-v-padding: 20px;
    --ps-table-cell-h-padding: 16px;
    --ps-table-edge-cell-h-padding: 16px;
  }
  table tr.ps-details-row.visible > td[colspan] .report-data-container.transparent {
    --report-data-container-padding: 0;
  }
  table tr.ps-details-row.visible > td[colspan] .colspan-content {
    margin-top: -4px;
  }
  table tr.ps-details-row.visible > td[colspan] .report-data-grid {
    --report-grid-gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .ps-fixed-table-container table tr.ps-details-row.visible .report-data-container {
    padding-bottom: 0px;
  }
}
table tr.ps-details-row th,
table tr.ps-details-row td {
  color: var(--ps-color-n700);
}
@media only screen and (max-width: 767px) {
  .ps-fixed-table-container table tr.ps-details-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    row-gap: 8px;
    padding: 0 0 20px 0;
  }
  .ps-fixed-table-container table tr.ps-details-row td,
  .ps-fixed-table-container table tr.ps-details-row th {
    margin: 0 16px;
  }
  .ps-fixed-table-container table tr.ps-details-row:not(:last-child),
  .ps-fixed-table-container table tr.ps-details-row:not(:last-of-type) {
    border-bottom: var(--ps-table-border-width) solid var(--ps-table-border-color);
  }
}
table tr.ps-details-row.visible:has([id*="ajax_expand_content_"].hidden) {
  display: none!important;
}
@media only screen and (max-width: 767px) {
  .ps-fixed-table-container table tr:not(.matrix-row) td:empty,
  .ps-fixed-table-container table tr:not(.matrix-row) th:empty {
    display: none;
  }
}
table td,
table th {
  min-width: var(--ps-table-cell-width);
  padding: var(--ps-table-cell-v-padding) var(--ps-table-cell-h-padding);
  vertical-align: top;
}
table td:not([colspan]):first-child,
table th:not([colspan]):first-child {
  padding: var(--ps-table-cell-v-padding) var(--ps-table-cell-h-padding) var(--ps-table-cell-v-padding) var(--ps-table-edge-cell-h-padding);
}
table td:not([colspan]):last-child,
table th:not([colspan]):last-child {
  padding: var(--ps-table-cell-v-padding) var(--ps-table-edge-cell-h-padding) var(--ps-table-cell-v-padding) var(--ps-table-cell-h-padding);
}
table td[colspan],
table th[colspan] {
  padding: var(--ps-table-cell-v-padding) var(--ps-table-edge-cell-h-padding);
}
table td a.dos_link,
table th a.dos_link {
  position: relative;
  padding-left: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
table td a.dos_link::before,
table th a.dos_link::before {
  content: "∙";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 20px;
}
.ps-fake-table {
  --table-columns: 2;
  --padding-item: 4px 10px;
  display: grid;
  width: 100%;
  color: var(--ps-color-dark);
  overflow: hidden;
}
.ps-fake-table.bordered {
  border-radius: var(--report-radius);
  border: var(--report-border);
}
.ps-fake-table.bordered .table-header .table-item {
  border-top: none;
}
.ps-fake-table.stripped .table-row:not(.table-header):nth-child(even) .table-item {
  background: var(--ps-color-b25);
}
.ps-fake-table.edge-align .table-row .table-cell:first-child {
  text-align: left;
}
.ps-fake-table.edge-align .table-row .table-cell:last-child {
  text-align: right;
}
.ps-fake-table.vertical.even-columns {
  grid-template-columns: repeat(var(--table-columns), minmax(0, 1fr));
}
@media only screen and (max-width: 767px) {
  .ps-fake-table.vertical.even-columns:not(.mobile-dynamic) {
    grid-template-columns: minmax(100px, 0.8fr) repeat(calc(var(--table-columns) - 1), minmax(0, 1fr));
  }
  .ps-fake-table.vertical.even-columns.mobile-dynamic {
    grid-template-columns: auto auto;
  }
}
.ps-fake-table.vertical.dynamic-columns {
  grid-template-columns: auto auto;
}
.ps-fake-table.vertical.single-column {
  grid-template-columns: 1fr;
}
.ps-fake-table.vertical .table-row:first-child .table-cell {
  padding-top: 0;
}
.ps-fake-table.vertical .table-row:last-child .table-cell {
  padding-bottom: 0;
}
.ps-fake-table.vertical .table-cell:first-child {
  padding-left: 0;
}
.ps-fake-table.vertical .table-cell:last-child {
  padding-right: 0;
}
.ps-fake-table.vertical .header-cell {
  color: var(--ps-color-n700);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-fake-table.vertical .body-cell {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 600;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-fake-table.vertical .footer-row > span {
  display: block;
}
.ps-fake-table.vertical .footer-row .table-cell {
  color: var(--ps-color-n700);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 600;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-fake-table.vertical .footer-cell {
  color: var(--ps-color-dark);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-fake-table.vertical .body-cell a {
  font-weight: inherit;
}
.ps-fake-table.vertical .body-cell:has(.report-data-container) {
  padding-left: 0;
}
.ps-fake-table.vertical .table-cell {
  position: relative;
}
.ps-fake-table.horizontal {
  border: 1px solid var(--ps-color-n200);
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .ps-fake-table.horizontal {
    grid-template-columns: 1fr;
  }
  .ps-fake-table.horizontal .table-row:not(.table-header) {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
  }
  .ps-fake-table.horizontal .table-row:not(.table-header):not(:last-child) {
    border-bottom: 1px solid var(--ps-color-n200);
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .ps-fake-table.horizontal .table-cell {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media print, only screen and (min-width: 768px) {
  .ps-fake-table.horizontal.dynamic-columns {
    grid-template-columns: repeat(var(--table-columns, 2), minmax(0, auto));
  }
  .ps-fake-table.horizontal.even-columns {
    grid-template-columns: repeat(var(--table-columns, 2), minmax(0, 1fr));
  }
}
.ps-fake-table .table-header .table-cell {
  background: var(--ps-thead-bg);
  color: var(--ps-color-n700);
  font-weight: 600;
}
.ps-fake-table .table-header.table-row:not(:first-of-type) .table-cell {
  border-top: var(--ps-stroke-s) solid var(--report-global-border-color);
}
.ps-fake-table .table-footer {
  background: var(--ps-tfoot-bg);
}
.ps-fake-table .table-footer .table-cell {
  font-weight: 600;
  background: var(--ps-tfoot-bg);
}
.ps-fake-table .table-row {
  display: contents;
}
@media screen {
  .ps-fake-table .table-row[data-hidden-row="true"] {
    display: none!important;
  }
}
.ps-fake-table .table-row:not(:last-child) > .table-cell:not(.no-border) {
  border-bottom: var(--ps-stroke-s) solid var(--report-global-border-color);
}
.ps-fake-table .table-row .table-cell.no-border {
  --padding-item: 3px 0;
}
@media only screen and (max-width: 767px) {
  .ps-fake-table .table-row.table-header {
    display: none;
  }
}
.ps-fake-table .table-cell {
  padding: var(--padding-item);
  -webkit-transition: all var(--time) var(--spring);
  transition: all var(--time) var(--spring);
}
.ps-fake-table .table-cell.fluid {
  grid-column: 1 / -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.ps-fake-table .table-cell.r_align {
  text-align: right;
}
.ps-fake-table .table-cell.l_align {
  text-align: left;
}
.ps-fake-table .table-cell.c_align {
  text-align: center;
}
.ps-fake-table .table-cell:has(.report-data-container) {
  grid-column: 1/-1;
}
table td .ps-fake-table .table-cell.fluid:not(:has( > span)) {
  display: block;
}
@media only screen and (max-width: 767px) {
  .ps-fixed-table-container table .ps-btn.ps-btn-float[title],
  .ps-fake-table .ps-btn.ps-btn-float[title] {
    --ps-btn-height: auto;
    --ps-btn-horizontal-align: flex-start;
    position: relative;
    padding: 0;
    --ps-btn-gap: 4px;
  }
  .ps-fixed-table-container table .ps-btn.ps-btn-float[title]:after,
  .ps-fake-table .ps-btn.ps-btn-float[title]:after {
    content: attr(title);
    white-space: normal;
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    --ps-elem-font-size: 14px;
    --ps-elem-font-weight: 600;
    --ps-elem-font-height: 20px;
    font-size: var(--ps-elem-font-size);
    font-weight: var(--ps-elem-font-weight);
    line-height: var(--ps-elem-font-height);
  }
}
table a:not(.ps-link):not(.ps-btn),
.ps-fake-table a:not(.ps-link):not(.ps-btn) {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 500;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
table td,
.ps-fake-table td,
table th,
.ps-fake-table th,
table .table-cell,
.ps-fake-table .table-cell {
  text-align: left;
}
table td.left-aligned,
.ps-fake-table td.left-aligned,
table th.left-aligned,
.ps-fake-table th.left-aligned,
table .table-cell.left-aligned,
.ps-fake-table .table-cell.left-aligned,
table td.l_align,
.ps-fake-table td.l_align,
table th.l_align,
.ps-fake-table th.l_align,
table .table-cell.l_align,
.ps-fake-table .table-cell.l_align,
table td.text-left,
.ps-fake-table td.text-left,
table th.text-left,
.ps-fake-table th.text-left,
table .table-cell.text-left,
.ps-fake-table .table-cell.text-left {
  text-align: left;
}
table td.center-aligned,
.ps-fake-table td.center-aligned,
table th.center-aligned,
.ps-fake-table th.center-aligned,
table .table-cell.center-aligned,
.ps-fake-table .table-cell.center-aligned,
table td.c_align,
.ps-fake-table td.c_align,
table th.c_align,
.ps-fake-table th.c_align,
table .table-cell.c_align,
.ps-fake-table .table-cell.c_align,
table td.text-center,
.ps-fake-table td.text-center,
table th.text-center,
.ps-fake-table th.text-center,
table .table-cell.text-center,
.ps-fake-table .table-cell.text-center {
  text-align: center;
}
table td.right-aligned,
.ps-fake-table td.right-aligned,
table th.right-aligned,
.ps-fake-table th.right-aligned,
table .table-cell.right-aligned,
.ps-fake-table .table-cell.right-aligned,
table td.r_align,
.ps-fake-table td.r_align,
table th.r_align,
.ps-fake-table th.r_align,
table .table-cell.r_align,
.ps-fake-table .table-cell.r_align,
table td.text-right,
.ps-fake-table td.text-right,
table th.text-right,
.ps-fake-table th.text-right,
table .table-cell.text-right,
.ps-fake-table .table-cell.text-right {
  text-align: right;
}
table td.text-top,
.ps-fake-table td.text-top,
table th.text-top,
.ps-fake-table th.text-top,
table .table-cell.text-top,
.ps-fake-table .table-cell.text-top {
  vertical-align: top;
}
table td.text-middle,
.ps-fake-table td.text-middle,
table th.text-middle,
.ps-fake-table th.text-middle,
table .table-cell.text-middle,
.ps-fake-table .table-cell.text-middle {
  vertical-align: middle;
}
table td.text-bottom,
.ps-fake-table td.text-bottom,
table th.text-bottom,
.ps-fake-table th.text-bottom,
table .table-cell.text-bottom,
.ps-fake-table .table-cell.text-bottom {
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .ps-fixed-table-container table td,
  .ps-fixed-table-container .ps-fake-table td,
  .ps-fixed-table-container table th,
  .ps-fixed-table-container .ps-fake-table th,
  .ps-fixed-table-container table .table-cell,
  .ps-fixed-table-container .ps-fake-table .table-cell {
    text-align: left!important;
  }
}
table td .report-data-container,
.ps-fake-table td .report-data-container,
table th .report-data-container,
.ps-fake-table th .report-data-container,
table .table-cell .report-data-container,
.ps-fake-table .table-cell .report-data-container {
  --report-data-container-padding: 12px;
}
@media print, only screen and (min-width: 768px) {
  table td:has(>.tip),
  .ps-fake-table td:has(>.tip),
  table th:has(>.tip),
  .ps-fake-table th:has(>.tip),
  table .table-cell:has(>.tip),
  .ps-fake-table .table-cell:has(>.tip) {
    padding-right: 28px!important;
  }
}
@media only screen and (min-width: 768px) {
  table td > .tip,
  .ps-fake-table td > .tip,
  table th > .tip,
  .ps-fake-table th > .tip,
  table .table-cell > .tip,
  .ps-fake-table .table-cell > .tip {
    position: absolute;
    inset: unset;
    margin-top: -1px;
  }
}
@media only screen and (max-width: 767px) {
  table td > .tip,
  .ps-fake-table td > .tip,
  table th > .tip,
  .ps-fake-table th > .tip,
  table .table-cell > .tip,
  .ps-fake-table .table-cell > .tip {
    height: 14px;
    top: 3px;
  }
}
table tr.matrix-row td.l_align,
.ps-fake-table tr.matrix-row td.l_align,
table tr.matrix-row th.l_align,
.ps-fake-table tr.matrix-row th.l_align {
  text-align: left!important;
}
table tr.matrix-row td.c_align,
.ps-fake-table tr.matrix-row td.c_align,
table tr.matrix-row th.c_align,
.ps-fake-table tr.matrix-row th.c_align {
  text-align: center!important;
}
table tr.matrix-row td.r_align,
.ps-fake-table tr.matrix-row td.r_align,
table tr.matrix-row th.r_align,
.ps-fake-table tr.matrix-row th.r_align {
  text-align: right!important;
}
table thead th,
.ps-fake-table thead th {
  color: var(--ps-color-dark);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
table tbody th,
.ps-fake-table tbody th,
table tfoot th,
.ps-fake-table tfoot th,
table tfoot td,
.ps-fake-table tfoot td {
  color: var(--ps-color-dark);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 600;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
table td,
.ps-fake-table td {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
table a[href]:not(.ps-link):not(.ps-btn),
.ps-fake-table a[href]:not(.ps-link):not(.ps-btn) {
  color: var(--ps-link-color);
}
table a[href]:not(.ps-link):not(.ps-btn):focus-visible,
.ps-fake-table a[href]:not(.ps-link):not(.ps-btn):focus-visible {
  --ps-link-color: var(--ps-color-b600);
  outline: 2px solid var(--ps-color-b800);
  border-radius: var(--report-radius);
}
@media (hover: hover) and (pointer: fine) {
  table a[href]:not(.ps-link):not(.ps-btn):hover,
  .ps-fake-table a[href]:not(.ps-link):not(.ps-btn):hover {
    --ps-link-color: var(--ps-color-b600);
  }
  table a[href]:not(.ps-link):not(.ps-btn):active,
  .ps-fake-table a[href]:not(.ps-link):not(.ps-btn):active {
    --ps-link-color: var(--ps-color-b700);
  }
}
table a[href]:not(.ps-link):not(.ps-btn) b,
.ps-fake-table a[href]:not(.ps-link):not(.ps-btn) b,
table a[href]:not(.ps-link):not(.ps-btn) strong,
.ps-fake-table a[href]:not(.ps-link):not(.ps-btn) strong {
  color: inherit;
}
@media only screen and (min-width: 1250px) {
  table a[href*="mailto:"],
  .ps-fake-table a[href*="mailto:"],
  table a[href*="tel:"],
  .ps-fake-table a[href*="tel:"] {
    white-space: nowrap;
  }
}
table .ps-text-ellipsis,
.ps-fake-table .ps-text-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  max-width: 100%;
  max-width: 160px;
  word-break: break-all;
}
table .report-data-title,
.ps-fake-table .report-data-title {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: 600;
  --ps-elem-font-height: 26px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-table-footer-legend {
  margin-top: var(--report-data-container-gap);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.ps-table-filters {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.ps-table-filters:has( + *:not(.admin_only):not(script):not(ul):not(ol):not(li):not(.ps-pagination):not([class*="popup"])) {
  margin-bottom: var(--report-data-container-gap);
}
.ps-btn.toggler .ph-duotone.ph-plus-square::after {
  -webkit-transition: -webkit-transform var(--time) ease;
  transition: -webkit-transform var(--time) ease;
  transition: transform var(--time) ease;
  transition: transform var(--time) ease, -webkit-transform var(--time) ease;
}
.ps-btn.toggler.open .ph-duotone.ph-plus-square::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: "\ed53";
}
.ps-table.matrix {
  --ps-table-cell-width: 1px;
}
.ps-table.matrix:has([width]) {
  table-layout: fixed;
}
.ps-table.matrix:has([width="0%"]) {
  table-layout: auto;
}
.ps-table.matrix.transparent:not(:has(thead + tfoot)) thead tr:last-child th {
  --ps-table-border-color: var(--ps-color-n200);
}
@media only screen and (max-width: 767px) {
  .ps-table.matrix {
    min-width: 100%;
    width: auto;
  }
}
@media print, only screen and (min-width: 768px) {
  .ps-table.matrix thead,
  .ps-table.matrix tbody,
  .ps-table.matrix tfoot {
    --ps-table-cell-h-padding: 8px;
    --ps-table-cell-v-padding: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .ps-table.matrix thead,
  .ps-table.matrix tbody,
  .ps-table.matrix tfoot {
    --ps-table-cell-h-padding: 6px;
    --ps-table-cell-v-padding: 4px;
  }
}
.ps-table.matrix tr {
  display: table-row !important;
}
.ps-table.matrix thead th,
.ps-table.matrix tfoot th {
  font-weight: 700;
}
.ps-table.matrix tbody td,
.ps-table.matrix tfoot td,
.ps-table.matrix tbody th,
.ps-table.matrix tfoot th {
  vertical-align: middle;
}
.ps-table.matrix .tooltip-cell,
.ps-table.matrix .math-cell {
  padding-left: 0!important;
  padding-right: 0!important;
}
.ps-table.matrix .tooltip-cell {
  width: 12px!important;
  overflow: hidden;
}
.ps-table.matrix .tooltip-cell:empty {
  width: 0px!important;
}
table.transparent {
  --ps-table-bg: transparent;
  --ps-thead-bg: transparent;
  --ps-tfoot-bg: transparent;
}
.no-border:has(table) table tr td,
.no-border:has(table) table tr th {
  --ps-table-edge-cell-h-padding: 0;
}
.no-border:has(table) table:has(thead) thead tr:first-child td,
.no-border:has(table) table:has(thead) thead tr:first-child th,
.no-border:has(table) table:not(:has(thead)) tbody tr:first-child td,
.no-border:has(table) table:not(:has(thead)) tbody tr:first-child th {
  padding-top: 0;
}
.no-border:has(table) table:has(tfoot) tfoot tr:last-child td,
.no-border:has(table) table:has(tfoot) tfoot tr:last-child th,
.no-border:has(table) table:not(:has(tfoot)) tbody tr:last-child td,
.no-border:has(table) table:not(:has(tfoot)) tbody tr:last-child th {
  padding-bottom: 0;
}
table .ps-btn-icon.ps-btn-float {
  --ps-btn-height: 36px;
  --ps-btn-color: var(--ps-color-b500);
  --ps-btn-background: transparent;
  margin-top: calc(-1 * var(--ps-table-cell-v-padding) + 4px);
}
table .ps-btn-icon.ps-btn-float > i.dropdown-icon {
  font-size: 20px;
}
table .r_align .ps-btn-icon.ps-btn-float {
  margin-right: calc(-1 * var(--ps-table-cell-h-padding) + 2px);
}
table .far-calc-equals {
  margin: 0 8px;
  padding: 0 8px;
}
.ps-fixed-table-container table .ps-details-row table {
  --ps-table-bg: transparent;
  --ps-thead-bg: transparent;
  --ps-tfoot-bg: transparent;
  --ps-stripe-bg: transparent;
}
.ps-fixed-table-container table .ps-details-row table tr td:first-child::before,
.ps-fixed-table-container table .ps-details-row table tr th:first-child::before {
  display: none!important;
}
.ps-fixed-table-container table .ps-details-row .colspan-content:has(table) {
  --ps-table-border-color: var(--ps-color-n200);
}
@media only screen and (max-width: 767px) {
  .ps-fixed-table-container table .ps-details-row .colspan-content:has(table) {
    padding-top: 16px;
  }
  .ps-fixed-table-container table .ps-details-row .colspan-content:has(table) .report-data-title {
    margin-bottom: 0;
  }
  .ps-fixed-table-container table .ps-details-row .colspan-content:has(table) tbody tr:first-child {
    --ps-mobile-row-padding: 10px 0!important;
  }
  .ps-fixed-table-container table .ps-details-row .colspan-content:has(table) tbody tr td {
    margin: 0!important;
  }
  .ps-fixed-table-container table .ps-details-row .colspan-content:has(table) tbody tr.description:last-child {
    --ps-mobile-row-padding: 0;
    --ps-table-row-height: 1px;
  }
}
span:has(.ps-table-cell-tip) {
  display: contents;
}
@media only screen and (max-width: 767px) {
  .ps-table-cell-tip {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, only screen and (min-width: 768px) {
  .ps-table-cell-tip {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ps-table-cell-tip .tip {
  top: -1px;
}
.ps-table-actions {
  gap: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .ps-table-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .ps-table-actions .ps-link-container,
  .ps-table-actions .ps-btn-container {
    --ps-link-align: flex-start!important;
  }
}
@media only screen and (min-width: 768px) {
  .ps-table-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.ps-table-actions .ps-form {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: auto;
}
.ps-table-actions .ps-btn-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.ps-table-actions .ps-btn-container:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media print, only screen and (min-width: 768px) {
  .desktop-linear-fake-table {
    --ps-fklinear-gap: 16px;
    --report-data-container-border: none;
    --report-data-container-padding: 12px 0;
  }
  .desktop-linear-fake-table .ps-fake-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .desktop-linear-fake-table .ps-fake-table .table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .desktop-linear-fake-table .ps-fake-table .table-row:not(:last-child) {
    padding-right: var(--ps-fklinear-gap);
    margin-right: var(--ps-fklinear-gap);
    border-right: var(--ps-stroke-s) solid var(--report-global-border-color);
  }
  .desktop-linear-fake-table .ps-fake-table .table-cell {
    --ps-stroke-s: 0;
    --padding-item: 0;
    border-bottom: none;
  }
  .desktop-linear-fake-table .ps-fake-table .table-cell.body-cell {
    max-width: 180px;
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    --ps-elem-font-size: 16px;
    --ps-elem-font-weight: 500;
    --ps-elem-font-height: 26px;
    font-size: var(--ps-elem-font-size);
    font-weight: var(--ps-elem-font-weight);
    line-height: var(--ps-elem-font-height);
  }
}
@media only screen and (min-width: 1024px) {
  .desktop-linear-fake-table {
    --ps-fklinear-gap: 32px;
  }
}
table.table_pager[id*="ajax"] {
  width: 100%;
}
table.table_pager[id*="ajax"] body,
table.table_pager[id*="ajax"] tr,
table.table_pager[id*="ajax"] td,
table.table_pager[id*="ajax"] th {
  --ps-table-bg: var(--ps-color-n25);
}
table.table_pager[id*="ajax"] tr td {
  --ps-table-cell-v-padding: 4px;
  --ps-table-cell-h-padding: 12px;
  --ps-table-edge-cell-h-padding: 12px;
}
@media only screen and (max-width: 459px) {
  table.table_pager[id*="ajax"] tr td {
    --ps-table-cell-v-padding: 7px;
    --ps-table-cell-h-padding: 5px;
    --ps-table-edge-cell-h-padding: 5px;
  }
}
table.table_pager[id*="ajax"] .pager_next {
  background: url(https://cdnst.sharketyprop.com/webservices/report/img/pager_ajax_table.png?v=9865b4175326a0ea4387a5b63c3f40be) no-repeat right -17px;
  padding-right: 15px;
}
table.table_pager[id*="ajax"] .pager_prev {
  background: url(https://cdnst.sharketyprop.com/webservices/report/img/pager_ajax_table.png?v=9865b4175326a0ea4387a5b63c3f40be) no-repeat left 3px;
  padding-left: 15px;
}
table.table_pager[id*="ajax"] .pager_showall {
  background: url(https://cdnst.sharketyprop.com/webservices/report/img/pager_ajax_table.png?v=9865b4175326a0ea4387a5b63c3f40be) no-repeat right -36px;
  padding: 0 15px 0 0;
}
table.table_pager[id*="ajax"] .bottom_hideall a {
  background: url(https://cdnst.sharketyprop.com/webservices/report/img/pager_ajax_table.png?v=9865b4175326a0ea4387a5b63c3f40be) no-repeat right -56px;
  padding: 0 15px 0 0;
}
table.table_pager[id*="ajax"] a.loading,
table.table_pager[id*="ajax"] a.loading:hover {
  color: #ececec;
  text-decoration: none;
  cursor: default;
  text-shadow: 1px 1px 0 #f1f1f1;
  position: relative;
  background: 0 0;
}
table.table_pager[id*="ajax"] a.loading:before {
  background: url(https://cdnst.sharketyprop.com/webservices/base/img/loading.gif?v=c4123f8f187d1d8445f352fed5d6e01d) no-repeat scroll 50% 1px;
  position: absolute;
  width: 16px;
  height: 10px;
  content: "";
  left: 20px;
  top: 3px;
  z-index: 1;
}
table.table_pager[id*="ajax"] .r_align,
table.table_pager[id*="ajax"] .l_align {
  width: 20%;
}
table.table_pager[id*="ajax"] .pager_showall.loading:before {
  left: 3px;
}
[class*="-table-container"] .view-full a {
  background: url(https://cdnst.sharketyprop.com/webservices/base/img/loading.gif?v=c4123f8f187d1d8445f352fed5d6e01d) no-repeat right -36px;
  padding: 0 15px 0 0;
}
[class*="-table-container"] .top_hideall {
  border-bottom: none;
  display: block;
  padding: 4px;
  text-align: right;
}
[class*="-table-container"] .top_hideall a,
[class*="-table-container"] .bottom_hideall a {
  background: url(https://cdnst.sharketyprop.com/webservices/base/img/loading.gif?v=c4123f8f187d1d8445f352fed5d6e01d) no-repeat right -56px;
  padding: 0 15px 0 0;
}
[class*="-table-container"] .top_hideall,
[class*="-table-container"] .bottom_hideall {
  text-align: right;
  padding: 4px 12px;
  display: block;
}
[class*="-table-container"] .top_hideall a,
[class*="-table-container"] .bottom_hideall a {
  color: var(--ps-link-color);
}
@media (hover: hover) and (pointer: fine) {
  [class*="-table-container"] .top_hideall a:hover,
  [class*="-table-container"] .bottom_hideall a:hover {
    text-decoration: underline;
  }
}
[class*="-table-container"] .top_hideall a:focus-visible,
[class*="-table-container"] .bottom_hideall a:focus-visible {
  --ps-link-color: var(--ps-color-b600);
  outline: 2px solid var(--ps-color-b800);
  border-radius: var(--report-radius);
}
@media (hover: hover) and (pointer: fine) {
  [class*="-table-container"] .top_hideall a:hover,
  [class*="-table-container"] .bottom_hideall a:hover {
    --ps-link-color: var(--ps-color-b600);
  }
  [class*="-table-container"] .top_hideall a:active,
  [class*="-table-container"] .bottom_hideall a:active {
    --ps-link-color: var(--ps-color-b700);
  }
}
.bordered + table.table_pager[id*="ajax"] tbody tr:last-child td:first-child {
  border-left: 1px solid var(--ps-table-border-color);
}
.bordered + table.table_pager[id*="ajax"] tbody tr:last-child td:last-child {
  border-right: 1px solid var(--ps-table-border-color);
}
.bordered + table.table_pager[id*="ajax"] tbody tr:last-child td {
  border-bottom: 1px solid var(--ps-table-border-color);
}
.tip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 20px;
  position: relative;
}
.tip:has(span[class*="label"]) {
  width: auto;
  font-size: inherit;
}
.tip-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  color: var(--ps-color-n500);
}
.tip-label:hover b {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tip-label:hover .ph {
  text-decoration: none;
}
.tip-label .ph {
  position: relative;
  top: 1px;
}
.tip-message {
  display: none !important;
}
[tip-popup] {
  --tip-weight: 400;
  --tip-width: 250px;
  --tip-padding: 15px 20px 18px;
  --tip-shadow: var(--ps-shadow-medium);
  --tip-bg: var(--ps-color-light);
  --tip-border-color: var(--ps-color-n100);
  --tip-color: var(--ps-color-dark);
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: var(--ps-stroke-s) solid var(--tip-border-color);
  padding: var(--tip-padding);
  border-radius: var(--report-radius);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: var(--tip-width);
  min-width: 0;
  background: var(--tip-bg);
  z-index: 999999;
  overflow: hidden;
  -webkit-box-shadow: var(--tip-shadow);
          box-shadow: var(--tip-shadow);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.1s ease 0.1s, -webkit-transform 0.16s ease;
  transition: opacity 0.1s ease 0.1s, -webkit-transform 0.16s ease;
  transition: transform 0.16s ease, opacity 0.1s ease 0.1s;
  transition: transform 0.16s ease, opacity 0.1s ease 0.1s, -webkit-transform 0.16s ease;
  -webkit-transform: translate(calc(-20px * var(--x)), calc(var(--y) * 16px));
          transform: translate(calc(-20px * var(--x)), calc(var(--y) * 16px));
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: var(--tip-weight);
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
  color: var(--tip-color);
}
[tip-popup].ps-tip-xxs {
  --tip-width: 140px;
  --tip-padding: 6px 8px;
  --tip-shadow: var(--ps-shadow-subtle);
}
[tip-popup].ps-tip-xs {
  --tip-width: 200px;
  --tip-padding: 10px 12px;
  --tip-shadow: var(--ps-shadow-subtle);
}
[tip-popup].ps-tip-sm {
  --tip-width: 250px;
}
[tip-popup].ps-tip-md {
  --tip-width: min(350px, 70vw);
}
[tip-popup].ps-tip-lg {
  --tip-width: min(450px, 70vw);
}
[tip-popup].ps-tip-xl {
  --tip-width: 650px;
}
[tip-popup].is-visible {
  display: block;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.16s ease;
  transition: opacity 0.1s ease, -webkit-transform 0.16s ease;
  transition: transform 0.16s ease, opacity 0.1s ease;
  transition: transform 0.16s ease, opacity 0.1s ease, -webkit-transform 0.16s ease;
  -webkit-transform: translate(calc(var(--x) * -28px), calc(var(--y) * 12px));
          transform: translate(calc(var(--x) * -28px), calc(var(--y) * 12px));
}
[tip-popup] .tip-body {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: keep-all;
  overflow-wrap: normal;
}
[tip-popup] a {
  color: var(--ps-link-color);
  --tip-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  [tip-popup] a:hover {
    text-decoration: underline;
  }
}
[tip-popup] a:focus-visible {
  --ps-link-color: var(--ps-color-b600);
  outline: 2px solid var(--ps-color-b800);
  border-radius: var(--report-radius);
}
@media (hover: hover) and (pointer: fine) {
  [tip-popup] a:hover {
    --ps-link-color: var(--ps-color-b600);
  }
  [tip-popup] a:active {
    --ps-link-color: var(--ps-color-b700);
  }
}
[tip-popup] strong,
[tip-popup] b {
  --tip-weight: 700;
}
[tip-popup] > *:has(+ *) {
  margin-bottom: 12px;
}
[tip-popup] .tip-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 20px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: var(--ps-stroke-s) solid var(--ps-color-n50);
}
[tip-popup] .tip-header .tip-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: 600;
  --ps-elem-font-height: 26px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
[tip-popup] .tip-header .tip-title i {
  color: var(--ps-color-b500);
}
[tip-popup] .tip-header .tip-close {
  --ps-btn-color: var(--ps-color-dark);
}
@media only screen and (min-width: 1024px) {
  [tip-popup] .tip-header {
    display: none!important;
  }
}
[tip-popup].ps-tip-xl {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  [tip-popup].ps-tip-xl {
    top: 200%;
    left: 0;
    -webkit-transform: translate(calc(-20px * var(--x)), calc(var(--y) * 16px));
            transform: translate(calc(-20px * var(--x)), calc(var(--y) * 16px));
  }
}
@media only screen and (max-width: 1023px) {
  [tip-popup].ps-tip-xl {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: var(--tip-width);
    height: auto;
    max-height: 90vh;
  }
  [tip-popup].ps-tip-xl .tip-body {
    scroll-behavior: smooth;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(90vh - 60px);
    min-height: 0;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }
  @supports (-moz-appearance: none) {
    [tip-popup].ps-tip-xl .tip-body {
      scrollbar-width: thin;
      scrollbar-height: thin;
      scrollbar-width: 2px;
      scrollbar-height: 2px;
      scrollbar-color: var(--ps-scrollbar-thumbColor) var(--ps-scrollbar-trackColor);
    }
  }
  [tip-popup].ps-tip-xl .tip-body::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  [tip-popup].ps-tip-xl .tip-body::-webkit-scrollbar-track {
    background-color: var(--ps-scrollbar-trackColor);
    border: 1px solid transparent;
    background-clip: padding-box;
    border-radius: 2px;
  }
  [tip-popup].ps-tip-xl .tip-body::-webkit-scrollbar-thumb {
    background-color: var(--ps-scrollbar-thumbColor);
    border: 1px solid transparent;
    background-clip: padding-box;
    border-radius: 2px;
  }
  [tip-popup].ps-tip-xl .tip-body::-webkit-scrollbar-thumb:hover {
    border: 0;
  }
}
@media only screen and (max-width: 1023px) and (hover: hover) and (pointer: fine) {
  [tip-popup].ps-tip-xl .tip-body {
    padding-right: var(--ps-scrollbar-padding);
  }
}
@media only screen and (max-width: 767px) {
  [tip-popup].ps-tip-xl {
    width: 100vw;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    height: 100svh;
    max-height: 100svh;
  }
  [tip-popup].ps-tip-xl .tip-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-height: calc(100% - 60px);
    max-height: calc(100svh - 60px);
  }
}
@media only screen and (max-width: 1023px) {
  [tip-popup].ps-tip-xl.is-visible {
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    top: 50%!important;
    left: 50%!important;
  }
  [tip-popup].ps-tip-xl.is-visible + .tip-popup-overlay {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  [tip-popup].ps-tip-xl.is-visible {
    -webkit-transform: translate(calc(var(--x) * -28px), calc(var(--y) * 12px));
            transform: translate(calc(var(--x) * -28px), calc(var(--y) * 12px));
  }
}
[tip-popup].ps-tip-theme-nav {
  --tip-bg: var(--ps-color-n800);
  --tip-border-color: var(--ps-color-n600);
  --tip-color: var(--ps-color-light);
  text-align: center;
}
[tip-popup].ps-tip-theme-nav a {
  color: var(--ps-color-b300);
}
[tip-popup].ps-tip-theme-nav a:hover {
  color: var(--ps-color-b200);
}
[tip-popup]:not(.ps-tip-xxs) {
  min-width: 100px;
}
@media only screen and (min-width: 1024px) {
  .tip-popup-overlay {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .tip-popup-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity var(--time) ease;
    transition: opacity var(--time) ease;
    pointer-events: none;
  }
}
@media only screen and (min-width: 1440px) {
  #contact_us {
    --section-bottom-padding: 96px;
  }
}
@media only screen and (min-width: 1440px) {
  #contact_us .ps-container {
    --ps-container-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  #contact_us .ps-contact-page-title,
  #contact_us .ps-info-title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559px) {
  #contact_us .ps-contact-page-title,
  #contact_us .ps-info-title {
    margin-bottom: calc(40px + 8 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 1560px) {
  #contact_us .ps-contact-page-title,
  #contact_us .ps-info-title {
    margin-bottom: 48px;
  }
}
#contact_us .ps-text-block {
  color: var(--ps-color-dark);
}
#contact_us .ps-contact-grid {
  --report-grid-gap: 48px;
  row-gap: calc(var(--report-grid-gap) / 2);
}
@media screen and (max-width: 767px) {
  #contact_us .ps-contact-grid {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559px) {
  #contact_us .ps-contact-grid {
    margin-bottom: calc(48px + 16 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 1560px) {
  #contact_us .ps-contact-grid {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 1023px) {
  #contact_us .ps-contact-grid .ps-btn-container .ps-btn .ph {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #contact_us .ps-contact-form {
    margin: 0 calc(-1 * var(--section-side-padding));
  }
}
#contact_us .ps-form {
  --ps-form-padding: 24px 16px;
  --ps-form-container-gap: 32px;
  --ps-form-title-color: var(--ps-color-dark);
  --ps-form-inputs-gap: 16px;
  padding: var(--ps-form-padding);
  background: var(--ps-color-b50);
  -webkit-box-shadow: var(--ps-shadow-medium);
          box-shadow: var(--ps-shadow-medium);
}
@media only screen and (max-width: 767px) {
  #contact_us .ps-form {
    --ps-form-container-gap: 24px;
  }
}
@media only screen and (min-width: 768px) {
  #contact_us .ps-form {
    --ps-form-padding: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  #contact_us .ps-form {
    --ps-form-padding: 32px;
  }
}
@media only screen and (min-width: 768px) {
  #contact_us .ps-form {
    border-radius: 8px;
  }
}
@media only screen and (min-width: 1280px) {
  #contact_us .ps-form .ps-form-inputs-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #contact_us .ps-form .ps-form-inputs-container .ps-form-field:not([class*="name"]) {
    grid-column: 1 / -1;
  }
}
#contact_us .ps-info-card {
  --info-card-gap: 12px;
  --info-card-offset: 4px;
  --info-card-padding: 16px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--info-card-gap);
  padding: var(--info-card-padding);
}
@media only screen and (min-width: 768px) {
  #contact_us .ps-info-card {
    --info-card-padding: 24px;
  }
}
#contact_us .ps-info-card-title {
  margin-bottom: var(--info-card-offet);
}
@media only screen and (max-width: 767px) {
  #contact_us .ps-contact-data {
    gap: 0;
  }
}
#contact_us .ps-contact-data .ps-info-card {
  --info-card-padding: 24px;
}
@media only screen and (min-width: 768px) {
  #contact_us .ps-contact-data .ps-info-card {
    --info-card-padding: 24px 24px 40px;
  }
}
@media only screen and (max-width: 599px) {
  #contact_us .ps-contact-data .ps-info-card {
    --info-card-padding: 24px calc(24px - var(--section-side-padding));
  }
}
#contact_us .ps-contact-data .ps-info-card:has(+ .ps-info-card) {
  border-bottom: var(--ps-stroke-s) solid var(--border-color);
}
#contact_us .ps-info-card-multi-links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
#contact_us .ps-contact-info-cards .ps-info-card {
  border-radius: 8px;
  -webkit-box-shadow: var(--ps-shadow-medium);
          box-shadow: var(--ps-shadow-medium);
  height: 100%;
  gap: 12px;
}
#contact_us .ps-contact-info-cards .ps-info-card-title {
  margin-bottom: 4px;
}