@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");
:root {
  --section-side-padding: 16px;
  --section-top-padding: 60px;
  --section-bottom-padding: 60px;
  --subsection-padding: 40px;
  --section-gap: 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;
  }
}
:root {
  --filters-width: 310px;
}
.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;
  }
}
: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);
  --address-height: 68px;
}
@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;
  --ps-btn-float-size: var(--ps-spacing-1200);
  --ps-btn-float-size-large: var(--ps-spacing-1400);
  --ps-btn-float-size-small: var(--ps-spacing-1000);
  --ps-btn-float-size-xsmall: 34px;
}
: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%;
}
/*
	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

*/
:root {
  --ps-pop-header-bg: var(--ps-color-light);
  --ps-pop-content-bg: var(--ps-color-light);
  --ps-pop-color: var(--ps-color-n700);
  --ps-pop-header-color: var(--ps-color-dark);
  --ps-pop-radius: 8px;
  --ps-pop-mobile-offset: 20px;
  --ps-pop-base-width: 600px;
  --ps-pop-base-height: auto;
  --ps-pop-shadow: var(--ps-shadow-strong);
  --ps-pop-border: var(--ps-stroke-s) solid var(--border-color);
  --ps-pop-side-padding-g: 20px;
  --ps-pop-header-padding-vertical: 16px;
  --ps-pop-content-padding-vertical: 16px;
  --ps-pop-content-padding-outer: calc(var(--ps-pop-side-padding-g) * 0.6);
  --ps-pop-content-padding-inner: calc(var(--ps-pop-side-padding-g) * 0.4);
  --ps-pop-footer-padding-vertical: 16px;
  --ps-pop-header-height: 58px;
  --ps-pop-header-icon-size: 20px;
  --ps-pop-content-padding: 15px;
  --ps-pop-footer-gap: 16px;
  --ps-pop-padding-scrollable-content: 0px;
}
@container popup (min-width: 768px) {
  .psrk-popup-inner {
    --ps-pop-side-padding: var(--ps-pop-side-padding-g);
    --ps-pop-content-padding-outer: calc(var(--ps-pop-side-padding) * 0.6);
    --ps-pop-content-padding-inner: calc(var(--ps-pop-side-padding) * 0.4);
  }
}
@container popup (max-width: 767px) {
  .psrk-popup-inner {
    --ps-pop-side-padding: var(--ps-pop-side-padding-g);
    --ps-pop-content-padding-outer: calc(var(--ps-pop-side-padding) * 0.4);
    --ps-pop-content-padding-inner: calc(var(--ps-pop-side-padding) * 0.6);
  }
  .psrk-popup-inner .section-loading,
  .psrk-popup-inner .psrk-loading-txt {
    --loader-section-height: 250px;
  }
}
.psrk-popup {
  z-index: 10000;
  position: fixed;
  background: var(--ps-pop-content-bg);
  border-radius: var(--ps-pop-radius);
  width: calc(100% - var(--ps-pop-mobile-offset));
  max-width: var(--ps-pop-base-width);
  max-height: calc(100vh - var(--ps-pop-mobile-offset));
  max-height: calc(100dvh - var(--ps-pop-mobile-offset));
  -webkit-box-shadow: var(--ps-pop-shadow);
          box-shadow: var(--ps-pop-shadow);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 70%);
          transform: translate(-50%, 70%);
  -webkit-transition: width 0.25s linear, opacity 0.25s ease-in-out, -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.25s linear, opacity 0.25s ease-in-out, -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.25s linear, transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.25s ease-in-out;
  transition: width 0.25s linear, transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.25s ease-in-out, -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  container-type: inline-size;
  container-name: popup;
}
.psrk-popup:not(.visible) {
  opacity: 0;
  pointer-events: none;
}
.psrk-popup.visible {
  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;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.25s linear, opacity 0.15s ease-in-out, -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition: width 0.25s linear, opacity 0.15s ease-in-out, -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition: width 0.25s linear, transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.15), opacity 0.15s ease-in-out;
  transition: width 0.25s linear, transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.15), opacity 0.15s ease-in-out, -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.psrk-popup.visible + #psrk-popup-overlay {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.psrk-popup.visible ~ .psrk-popup.visible {
  z-index: 10001;
}
.psrk-popup.visible ~ .psrk-popup.visible ~ #psrk-popup-overlay {
  z-index: 10000;
  visibility: visible;
  opacity: 1;
}
.psrk-popup.visible:has(~ #psrk-message.visible) ~ #psrk-popup-overlay {
  z-index: 10000;
  visibility: visible;
  opacity: 1;
}
.psrk-popup .outer {
  position: relative!important;
}
.psrk-popup .psrk-popup-inner {
  -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;
  max-height: calc(100vh - var(--ps-pop-mobile-offset));
  max-height: calc(100dvh - var(--ps-pop-mobile-offset));
  overflow: hidden;
  position: relative;
  color: var(--ps-pop-color);
  width: 100%;
}
.psrk-popup .psrk-popup-header {
  --pop-head-right-pad: calc(var(--ps-pop-side-padding) + var(--ps-pop-header-icon-size) + 6px);
  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;
  background: var(--ps-pop-header-bg);
  color: var(--ps-pop-header-color);
  height: var(--ps-pop-header-height);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  border-bottom: var(--ps-pop-border);
  padding: var(--ps-pop-header-padding-vertical) var(--pop-head-right-pad) var(--ps-pop-header-padding-vertical) var(--ps-pop-side-padding);
}
.psrk-popup .psrk-popup-header:empty {
  --ps-pop-header-height: 0px;
  --ps-pop-header-padding-vertical: 0px;
  --ps-pop-border: none;
}
@media only screen and (max-width: 767px) {
  .psrk-popup .psrk-popup-header:has(.psrk-popup-header-details) {
    --pop-head-right-pad: var(--ps-pop-side-padding);
  }
}
.psrk-popup .psrk-popup-header-details {
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.psrk-popup .psrk-popup-header-details a[href]:not([class*="btn"]) {
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  text-decoration: none;
  color: #005FA7;
}
.psrk-popup .psrk-popup-header-details a[href]:not([class*="btn"]):focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.9);
  outline-offset: 0px;
  border-radius: 3px;
}
.psrk-popup .psrk-popup-header-details a[href]:not([class*="btn"]):hover,
.psrk-popup .psrk-popup-header-details a[href]:not([class*="btn"]):active {
  color: #002F54;
}
.psrk-popup .psrk-popup-header-details a[href]:not([class*="btn"]):visited {
  color: #00477D;
}
.psrk-popup .psrk-popup-header-details a[href]:not([class*="btn"]):visited:hover {
  color: #002F54;
}
.psrk-popup .psrk-popup-header-details .header-details-borough-zip {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.psrk-popup .psrk-popup-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  background-image: none;
  position: absolute;
  width: var(--ps-pop-header-icon-size);
  height: var(--ps-pop-header-icon-size);
  top: calc((var(--ps-pop-header-height) - var(--ps-pop-header-icon-size)) / 2);
  right: var(--ps-pop-side-padding);
  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-pop-header-color);
  cursor: pointer;
  -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;
}
.psrk-popup .psrk-popup-close:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
          transform: scale(1.1) rotate(90deg);
  text-decoration: none;
}
.psrk-popup .psrk-popup-close i {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.psrk-popup .psrk-popup-title {
  color: inherit;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-family: 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.19px;
}
@media screen and (max-width: 767.9px) {
  .psrk-popup .psrk-popup-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .psrk-popup .psrk-popup-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) {
  .psrk-popup .psrk-popup-title {
    font-size: calc(18px + 2 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .psrk-popup .psrk-popup-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .psrk-popup .psrk-popup-title {
    font-size: 18px;
  }
}
@media print {
  .psrk-popup .psrk-popup-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .psrk-popup .psrk-popup-title {
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .psrk-popup .psrk-popup-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) {
  .psrk-popup .psrk-popup-title {
    line-height: calc(24px + 2 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .psrk-popup .psrk-popup-title {
    line-height: 26px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .psrk-popup .psrk-popup-title {
    line-height: 24px;
  }
}
@media print {
  .psrk-popup .psrk-popup-title {
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .psrk-popup .psrk-popup-title {
    padding-right: calc(var(--ps-pop-header-padding-vertical) + var(--ps-pop-header-icon-size));
  }
}
.psrk-popup .psrk-popup-title.has-details {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
  top: 1px;
  padding-right: var(--ps-pop-header-padding-vertical);
}
@media only screen and (max-width: 459px) {
  .psrk-popup .psrk-popup-title.has-details {
    width: 100%;
  }
}
.psrk-popup .psrk-popup-title.title-only {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  top: 2px;
}
.psrk-popup .psrk-popup-content {
  position: relative;
  z-index: 1;
  padding: var(--ps-pop-content-padding-vertical) var(--ps-pop-content-padding-outer);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 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;
  background: var(--ps-pop-content-bg);
  font-family: '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-popup .psrk-popup-content > [id*="popup"] {
  width: 100%;
}
.psrk-popup .psrk-popup-content-inner {
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  overflow: auto;
  position: relative;
  padding: 0 var(--ps-pop-content-padding-inner);
  -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;
  min-width: 100%;
}
@supports (-moz-appearance: none) {
  .psrk-popup .psrk-popup-content-inner {
    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);
  }
}
.psrk-popup .psrk-popup-content-inner::-webkit-scrollbar {
  width: var(--ps-scrollbar-thickness);
  height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
}
.psrk-popup .psrk-popup-content-inner::-webkit-scrollbar-track {
  background-color: var(--ps-scrollbar-trackColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
.psrk-popup .psrk-popup-content-inner::-webkit-scrollbar-thumb {
  background-color: var(--ps-scrollbar-thumbColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
.psrk-popup .psrk-popup-content-inner::-webkit-scrollbar-thumb:hover {
  border: 0;
}
.psrk-popup .psrk-popup-content .popup-footer {
  margin-top: var(--ps-pop-footer-gap);
  padding: var(--ps-pop-header-padding-vertical) var(--ps-pop-side-padding);
  background: var(--ps-pop-content-bg);
  border-top: var(--ps-pop-border);
}
.psrk-popup .psrk-popup-content .popup-footer-content {
  -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;
}
.psrk-popup .psrk-popup-content .popup-footer-actions {
  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;
  gap: var(--ps-pop-footer-gap);
}
.psrk-popup .psrk-popup-content .buttons,
.psrk-popup .psrk-popup-content .ps-cnt-btn,
.psrk-popup .psrk-popup-content .buttons-right {
  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;
  gap: var(--ps-pop-footer-gap);
  padding-top: calc(var(--ps-pop-footer-gap) * 2);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.psrk-popup .psrk-popup-footer {
  padding: var(--ps-pop-header-padding-vertical) var(--ps-pop-side-padding);
  background: var(--ps-pop-content-bg);
  border-top: var(--ps-pop-border);
}
.psrk-popup .psrk-popup-content:has(+ .psrk-popup-footer) .psrk-popup-content,
.psrk-popup .psrk-popup-content:has(+ .psrk-popup-footer) .psrk-popup-content-inner {
  padding-bottom: 0;
}
.psrk-popup .bottom-note {
  font-family: 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #585858;
}
.psrk-popup .psrk-popup-actions {
  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: 10px;
}
.psrk-popup.has-height {
  min-height: min(calc(100dvh - var(--ps-pop-mobile-offset)), var(--ps-pop-base-height));
}
#psrk-message {
  position: fixed!important;
  top: 50%!important;
  left: 50%!important;
  z-index: 100001;
}
#psrk-message .psrk-popup-header h3 {
  color: #000;
  padding: var(--ps-pop-header-padding) calc(var(--ps-pop-header-icon-size) + (var(--ps-pop-header-padding) * 2)) var(--ps-pop-header-padding) var(--ps-pop-header-padding);
}
#psrk-message .psrk-popup-header a[title="Close"] {
  position: absolute;
  background: none;
  width: calc(var(--ps-pop-header-icon-size) + (var(--ps-pop-header-padding) * 2));
  height: var(--ps-pop-header-height);
  top: 0;
  right: 0;
  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: inherit;
  cursor: pointer;
  -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;
}
#psrk-message .psrk-popup-header a[title="Close"]:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
          transform: scale(1.1) rotate(90deg);
  text-decoration: none;
}
#psrk-message .psrk-popup-header a[title="Close"]:before {
  content: "\e667";
  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;
}
#psrk-message #psrk-message_c {
  font-family: 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
#psrk-popup-overlay,
.pp_overlay,
.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 0.2s linear;
  transition: opacity 0.2s linear;
  pointer-events: none;
}
#psrk-popup-overlay.visible,
.pp_overlay.visible,
.tip-popup-overlay.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
body:has(.psrk-popup.visible) #psrk-popup-overlay,
body:has(.psrk-popup.visible) .pp_overlay {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
#loaded_popup:has(.outer) {
  position: fixed;
  z-index: 100002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -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;
  background: rgba(255, 255, 255, 0.7);
  height: 100dvh;
}
#loaded_popup .outer {
  position: relative;
  padding: 50px;
  width: 100%;
  height: auto;
  max-width: 500px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.32);
}
.psrk-popup.psrk-tip .psrk-popup-header:empty {
  display: none;
}
.psrk-confirm {
  --ps-pop-base-width: 364px;
  --ps-pop-content-padding-outer: 20px;
  z-index: 100001;
}
.psrk-confirm .ps-confirm-popup-content .ps-popup-content {
  margin-bottom: 16px;
}
.psrk-confirm .ps-confirm-popup-content p + p {
  margin-top: 8px;
}
.psrk-confirm.visible + #psrk-popup-overlay {
  z-index: 10000;
}
: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;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -300px;
    margin-top: 30px;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -300px;
    margin-top: 30px;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  75% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  75% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.shake {
  -webkit-animation: shake 0.2s var(--bezier) 0s 3;
          animation: shake 0.2s var(--bezier) 0s 3;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spin {
  -webkit-animation: spin 1.6s linear infinite;
          animation: spin 1.6s linear infinite;
}
@-webkit-keyframes matrix {
  0% {
    background-position: 0% 100%, 50% 100%, 100% 100%;
  }
  100% {
    background-position: 0% 0%, 50% 0%, 100% 0%;
  }
}
@keyframes matrix {
  0% {
    background-position: 0% 100%, 50% 100%, 100% 100%;
  }
  100% {
    background-position: 0% 0%, 50% 0%, 100% 0%;
  }
}
@-webkit-keyframes sectionloader {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes sectionloader {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.ph {
  font-size: 20px;
  line-height: 1;
}
.ph-icon-placeholder {
  display: none;
}
/* 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;
}
@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 {
  --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 .bs-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 480px) {
  #footer .bs-container {
    width: 90%;
  }
}
@media (min-width: 768px) {
  #footer .bs-container {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  #footer .bs-container {
    width: 1024px;
  }
}
#footer .bs-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#footer .bs-row {
  margin-left: -10px;
  margin-right: -10px;
}
#footer .bs-row * {
  zoom: 1;
}
#footer .bs-row:before,
#footer .bs-row:after {
  display: table;
  content: "";
}
#footer .bs-row:after {
  clear: both;
}
#footer .bs-row > [class*=col-] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .col-xs-1,
#footer .col-sm-1,
#footer .col-md-1,
#footer .col-lg-1,
#footer .col-xs-2,
#footer .col-sm-2,
#footer .col-md-2,
#footer .col-lg-2,
#footer .col-xs-3,
#footer .col-sm-3,
#footer .col-md-3,
#footer .col-lg-3,
#footer .col-xs-4,
#footer .col-sm-4,
#footer .col-md-4,
#footer .col-lg-4,
#footer .col-xs-5,
#footer .col-sm-5,
#footer .col-md-5,
#footer .col-lg-5,
#footer .col-xs-6,
#footer .col-sm-6,
#footer .col-md-6,
#footer .col-lg-6,
#footer .col-xs-7,
#footer .col-sm-7,
#footer .col-md-7,
#footer .col-lg-7,
#footer .col-xs-8,
#footer .col-sm-8,
#footer .col-md-8,
#footer .col-lg-8,
#footer .col-xs-9,
#footer .col-sm-9,
#footer .col-md-9,
#footer .col-lg-9,
#footer .col-xs-10,
#footer .col-sm-10,
#footer .col-md-10,
#footer .col-lg-10,
#footer .col-xs-11,
#footer .col-sm-11,
#footer .col-md-11,
#footer .col-lg-11,
#footer .col-xs-12,
#footer .col-sm-12,
#footer .col-md-12,
#footer .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
#footer .col-xs-1,
#footer .col-xs-2,
#footer .col-xs-3,
#footer .col-xs-4,
#footer .col-xs-5,
#footer .col-xs-6,
#footer .col-xs-7,
#footer .col-xs-8,
#footer .col-xs-9,
#footer .col-xs-10,
#footer .col-xs-11,
#footer .col-xs-12 {
  float: left;
}
#footer .col-xs-12 {
  width: 100%;
}
#footer .col-xs-11 {
  width: 91.66666667%;
}
#footer .col-xs-10 {
  width: 83.33333333%;
}
#footer .col-xs-9 {
  width: 75%;
}
#footer .col-xs-8 {
  width: 66.66666667%;
}
#footer .col-xs-7 {
  width: 58.33333333%;
}
#footer .col-xs-6 {
  width: 50%;
}
#footer .col-xs-5 {
  width: 41.66666667%;
}
#footer .col-xs-4 {
  width: 33.33333333%;
}
#footer .col-xs-3 {
  width: 25%;
}
#footer .col-xs-2 {
  width: 16.66666667%;
}
#footer .col-xs-1 {
  width: 8.33333333%;
}
#footer .col-xs-pull-12 {
  right: 100%;
}
#footer .col-xs-pull-11 {
  right: 91.66666667%;
}
#footer .col-xs-pull-10 {
  right: 83.33333333%;
}
#footer .col-xs-pull-9 {
  right: 75%;
}
#footer .col-xs-pull-8 {
  right: 66.66666667%;
}
#footer .col-xs-pull-7 {
  right: 58.33333333%;
}
#footer .col-xs-pull-6 {
  right: 50%;
}
#footer .col-xs-pull-5 {
  right: 41.66666667%;
}
#footer .col-xs-pull-4 {
  right: 33.33333333%;
}
#footer .col-xs-pull-3 {
  right: 25%;
}
#footer .col-xs-pull-2 {
  right: 16.66666667%;
}
#footer .col-xs-pull-1 {
  right: 8.33333333%;
}
#footer .col-xs-pull-0 {
  right: auto;
}
#footer .col-xs-push-12 {
  left: 100%;
}
#footer .col-xs-push-11 {
  left: 91.66666667%;
}
#footer .col-xs-push-10 {
  left: 83.33333333%;
}
#footer .col-xs-push-9 {
  left: 75%;
}
#footer .col-xs-push-8 {
  left: 66.66666667%;
}
#footer .col-xs-push-7 {
  left: 58.33333333%;
}
#footer .col-xs-push-6 {
  left: 50%;
}
#footer .col-xs-push-5 {
  left: 41.66666667%;
}
#footer .col-xs-push-4 {
  left: 33.33333333%;
}
#footer .col-xs-push-3 {
  left: 25%;
}
#footer .col-xs-push-2 {
  left: 16.66666667%;
}
#footer .col-xs-push-1 {
  left: 8.33333333%;
}
#footer .col-xs-push-0 {
  left: auto;
}
#footer .col-xs-offset-12 {
  margin-left: 100%;
}
#footer .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
#footer .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
#footer .col-xs-offset-9 {
  margin-left: 75%;
}
#footer .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
#footer .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
#footer .col-xs-offset-6 {
  margin-left: 50%;
}
#footer .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
#footer .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
#footer .col-xs-offset-3 {
  margin-left: 25%;
}
#footer .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
#footer .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
#footer .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  #footer .col-sm-1,
  #footer .col-sm-2,
  #footer .col-sm-3,
  #footer .col-sm-4,
  #footer .col-sm-5,
  #footer .col-sm-6,
  #footer .col-sm-7,
  #footer .col-sm-8,
  #footer .col-sm-9,
  #footer .col-sm-10,
  #footer .col-sm-11,
  #footer .col-sm-12 {
    float: left;
  }
  #footer .col-sm-12 {
    width: 100%;
  }
  #footer .col-sm-11 {
    width: 91.66666667%;
  }
  #footer .col-sm-10 {
    width: 83.33333333%;
  }
  #footer .col-sm-9 {
    width: 75%;
  }
  #footer .col-sm-8 {
    width: 66.66666667%;
  }
  #footer .col-sm-7 {
    width: 58.33333333%;
  }
  #footer .col-sm-6 {
    width: 50%;
  }
  #footer .col-sm-5 {
    width: 41.66666667%;
  }
  #footer .col-sm-4 {
    width: 33.33333333%;
  }
  #footer .col-sm-3 {
    width: 25%;
  }
  #footer .col-sm-2 {
    width: 16.66666667%;
  }
  #footer .col-sm-1 {
    width: 8.33333333%;
  }
  #footer .col-sm-pull-12 {
    right: 100%;
  }
  #footer .col-sm-pull-11 {
    right: 91.66666667%;
  }
  #footer .col-sm-pull-10 {
    right: 83.33333333%;
  }
  #footer .col-sm-pull-9 {
    right: 75%;
  }
  #footer .col-sm-pull-8 {
    right: 66.66666667%;
  }
  #footer .col-sm-pull-7 {
    right: 58.33333333%;
  }
  #footer .col-sm-pull-6 {
    right: 50%;
  }
  #footer .col-sm-pull-5 {
    right: 41.66666667%;
  }
  #footer .col-sm-pull-4 {
    right: 33.33333333%;
  }
  #footer .col-sm-pull-3 {
    right: 25%;
  }
  #footer .col-sm-pull-2 {
    right: 16.66666667%;
  }
  #footer .col-sm-pull-1 {
    right: 8.33333333%;
  }
  #footer .col-sm-pull-0 {
    right: auto;
  }
  #footer .col-sm-push-12 {
    left: 100%;
  }
  #footer .col-sm-push-11 {
    left: 91.66666667%;
  }
  #footer .col-sm-push-10 {
    left: 83.33333333%;
  }
  #footer .col-sm-push-9 {
    left: 75%;
  }
  #footer .col-sm-push-8 {
    left: 66.66666667%;
  }
  #footer .col-sm-push-7 {
    left: 58.33333333%;
  }
  #footer .col-sm-push-6 {
    left: 50%;
  }
  #footer .col-sm-push-5 {
    left: 41.66666667%;
  }
  #footer .col-sm-push-4 {
    left: 33.33333333%;
  }
  #footer .col-sm-push-3 {
    left: 25%;
  }
  #footer .col-sm-push-2 {
    left: 16.66666667%;
  }
  #footer .col-sm-push-1 {
    left: 8.33333333%;
  }
  #footer .col-sm-push-0 {
    left: auto;
  }
  #footer .col-sm-offset-12 {
    margin-left: 100%;
  }
  #footer .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  #footer .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  #footer .col-sm-offset-9 {
    margin-left: 75%;
  }
  #footer .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  #footer .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  #footer .col-sm-offset-6 {
    margin-left: 50%;
  }
  #footer .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  #footer .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  #footer .col-sm-offset-3 {
    margin-left: 25%;
  }
  #footer .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  #footer .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  #footer .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  #footer .col-md-1,
  #footer .col-md-2,
  #footer .col-md-3,
  #footer .col-md-4,
  #footer .col-md-5,
  #footer .col-md-6,
  #footer .col-md-7,
  #footer .col-md-8,
  #footer .col-md-9,
  #footer .col-md-10,
  #footer .col-md-11,
  #footer .col-md-12 {
    float: left;
  }
  #footer .col-md-12 {
    width: 100%;
  }
  #footer .col-md-11 {
    width: 91.66666667%;
  }
  #footer .col-md-10 {
    width: 83.33333333%;
  }
  #footer .col-md-9 {
    width: 75%;
  }
  #footer .col-md-8 {
    width: 66.66666667%;
  }
  #footer .col-md-7 {
    width: 58.33333333%;
  }
  #footer .col-md-6 {
    width: 50%;
  }
  #footer .col-md-5 {
    width: 41.66666667%;
  }
  #footer .col-md-4 {
    width: 33.33333333%;
  }
  #footer .col-md-3 {
    width: 25%;
  }
  #footer .col-md-2 {
    width: 16.66666667%;
  }
  #footer .col-md-1 {
    width: 8.33333333%;
  }
  #footer .col-md-pull-12 {
    right: 100%;
  }
  #footer .col-md-pull-11 {
    right: 91.66666667%;
  }
  #footer .col-md-pull-10 {
    right: 83.33333333%;
  }
  #footer .col-md-pull-9 {
    right: 75%;
  }
  #footer .col-md-pull-8 {
    right: 66.66666667%;
  }
  #footer .col-md-pull-7 {
    right: 58.33333333%;
  }
  #footer .col-md-pull-6 {
    right: 50%;
  }
  #footer .col-md-pull-5 {
    right: 41.66666667%;
  }
  #footer .col-md-pull-4 {
    right: 33.33333333%;
  }
  #footer .col-md-pull-3 {
    right: 25%;
  }
  #footer .col-md-pull-2 {
    right: 16.66666667%;
  }
  #footer .col-md-pull-1 {
    right: 8.33333333%;
  }
  #footer .col-md-pull-0 {
    right: auto;
  }
  #footer .col-md-push-12 {
    left: 100%;
  }
  #footer .col-md-push-11 {
    left: 91.66666667%;
  }
  #footer .col-md-push-10 {
    left: 83.33333333%;
  }
  #footer .col-md-push-9 {
    left: 75%;
  }
  #footer .col-md-push-8 {
    left: 66.66666667%;
  }
  #footer .col-md-push-7 {
    left: 58.33333333%;
  }
  #footer .col-md-push-6 {
    left: 50%;
  }
  #footer .col-md-push-5 {
    left: 41.66666667%;
  }
  #footer .col-md-push-4 {
    left: 33.33333333%;
  }
  #footer .col-md-push-3 {
    left: 25%;
  }
  #footer .col-md-push-2 {
    left: 16.66666667%;
  }
  #footer .col-md-push-1 {
    left: 8.33333333%;
  }
  #footer .col-md-push-0 {
    left: auto;
  }
  #footer .col-md-offset-12 {
    margin-left: 100%;
  }
  #footer .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  #footer .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  #footer .col-md-offset-9 {
    margin-left: 75%;
  }
  #footer .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  #footer .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  #footer .col-md-offset-6 {
    margin-left: 50%;
  }
  #footer .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  #footer .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  #footer .col-md-offset-3 {
    margin-left: 25%;
  }
  #footer .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  #footer .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  #footer .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  #footer .col-lg-1,
  #footer .col-lg-2,
  #footer .col-lg-3,
  #footer .col-lg-4,
  #footer .col-lg-5,
  #footer .col-lg-6,
  #footer .col-lg-7,
  #footer .col-lg-8,
  #footer .col-lg-9,
  #footer .col-lg-10,
  #footer .col-lg-11,
  #footer .col-lg-12 {
    float: left;
  }
  #footer .col-lg-12 {
    width: 100%;
  }
  #footer .col-lg-11 {
    width: 91.66666667%;
  }
  #footer .col-lg-10 {
    width: 83.33333333%;
  }
  #footer .col-lg-9 {
    width: 75%;
  }
  #footer .col-lg-8 {
    width: 66.66666667%;
  }
  #footer .col-lg-7 {
    width: 58.33333333%;
  }
  #footer .col-lg-6 {
    width: 50%;
  }
  #footer .col-lg-5 {
    width: 41.66666667%;
  }
  #footer .col-lg-4 {
    width: 33.33333333%;
  }
  #footer .col-lg-3 {
    width: 25%;
  }
  #footer .col-lg-2 {
    width: 16.66666667%;
  }
  #footer .col-lg-1 {
    width: 8.33333333%;
  }
  #footer .col-lg-pull-12 {
    right: 100%;
  }
  #footer .col-lg-pull-11 {
    right: 91.66666667%;
  }
  #footer .col-lg-pull-10 {
    right: 83.33333333%;
  }
  #footer .col-lg-pull-9 {
    right: 75%;
  }
  #footer .col-lg-pull-8 {
    right: 66.66666667%;
  }
  #footer .col-lg-pull-7 {
    right: 58.33333333%;
  }
  #footer .col-lg-pull-6 {
    right: 50%;
  }
  #footer .col-lg-pull-5 {
    right: 41.66666667%;
  }
  #footer .col-lg-pull-4 {
    right: 33.33333333%;
  }
  #footer .col-lg-pull-3 {
    right: 25%;
  }
  #footer .col-lg-pull-2 {
    right: 16.66666667%;
  }
  #footer .col-lg-pull-1 {
    right: 8.33333333%;
  }
  #footer .col-lg-pull-0 {
    right: auto;
  }
  #footer .col-lg-push-12 {
    left: 100%;
  }
  #footer .col-lg-push-11 {
    left: 91.66666667%;
  }
  #footer .col-lg-push-10 {
    left: 83.33333333%;
  }
  #footer .col-lg-push-9 {
    left: 75%;
  }
  #footer .col-lg-push-8 {
    left: 66.66666667%;
  }
  #footer .col-lg-push-7 {
    left: 58.33333333%;
  }
  #footer .col-lg-push-6 {
    left: 50%;
  }
  #footer .col-lg-push-5 {
    left: 41.66666667%;
  }
  #footer .col-lg-push-4 {
    left: 33.33333333%;
  }
  #footer .col-lg-push-3 {
    left: 25%;
  }
  #footer .col-lg-push-2 {
    left: 16.66666667%;
  }
  #footer .col-lg-push-1 {
    left: 8.33333333%;
  }
  #footer .col-lg-push-0 {
    left: auto;
  }
  #footer .col-lg-offset-12 {
    margin-left: 100%;
  }
  #footer .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  #footer .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  #footer .col-lg-offset-9 {
    margin-left: 75%;
  }
  #footer .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  #footer .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  #footer .col-lg-offset-6 {
    margin-left: 50%;
  }
  #footer .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  #footer .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  #footer .col-lg-offset-3 {
    margin-left: 25%;
  }
  #footer .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  #footer .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  #footer .col-lg-offset-0 {
    margin-left: 0%;
  }
}
#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: '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: '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: '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: '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: '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: '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: '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: '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;
}
.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: '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: '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;
  }
}
#search_fields #predictive_response {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
  --ps-dropdown-offset: 0;
  max-height: calc(100dvh - var(--header-height) - 100px);
  overflow: auto;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  overflow-y: auto;
  overflow-x: hidden;
  -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;
  margin: 0;
}
@media (hover: hover) and (pointer: fine) {
  #search_fields #predictive_response {
    padding-right: var(--ps-scrollbar-padding);
  }
}
@supports (-moz-appearance: none) {
  #search_fields #predictive_response {
    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);
  }
}
#search_fields #predictive_response::-webkit-scrollbar {
  width: var(--ps-scrollbar-thickness);
  height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
}
#search_fields #predictive_response::-webkit-scrollbar-track {
  background-color: var(--ps-scrollbar-trackColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
#search_fields #predictive_response::-webkit-scrollbar-thumb {
  background-color: var(--ps-scrollbar-thumbColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
#search_fields #predictive_response::-webkit-scrollbar-thumb:hover {
  border: 0;
}
@media only screen and (max-width: 767px) {
  #search_fields #predictive_response {
    --ps-dropdown-padding: 0;
    --ps-btn-radius: 0px;
  }
  #search_fields #predictive_response li:not(:last-of-type) {
    --ps-btn-padding-v: 10px;
    white-space: normal;
    display: block;
    text-overflow: unset;
    border-bottom: 1px solid var(--report-global-border-color);
  }
}
#search_fields #predictive_response > div,
#search_fields #predictive_response > li {
  padding-top: var(--ps-dropdown-padding);
}
#search_fields #predictive_response > div > span,
#search_fields #predictive_response > li > span {
  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-family: 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #707070;
}
#search_fields #predictive_response ul[class*="-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: 1px;
}
#search_fields #predictive_response [class*="-list-wrap"] {
  padding-left: 5px;
  padding-right: 5px;
}
#search_fields #predictive_response .ps-dropdown-item {
  --ps-btn-horizontal-align: left;
  --ps-btn-background: transparent;
  --ps-btn-color: var(--ps-color-n700);
  --ps-btn-radius: 4px;
  --ps-btn-height: 18px;
  --ps-btn-padding-h: 6px;
  --ps-btn-padding-v: 4px;
}
#search_fields #predictive_response .ps-dropdown-item:not(.active) {
  --ps-btn-color: var(--ps-color-dark);
}
#search_fields #predictive_response .ps-dropdown-item:hover {
  --ps-btn-background: var(--ps-color-n100)!important;
}
#search_fields #predictive_response .ps-dropdown-item.active {
  --ps-btn-background: var(--ps-color-b500);
  --ps-btn-color: var(--ps-color-light);
}
#search_fields #predictive_response .ps-dropdown-item.active:not(.ps-dropdown-trigger) {
  cursor: default;
}
#search_fields #predictive_response .ps-dropdown-item.active:hover {
  --ps-btn-background: var(--ps-color-b500);
}
#search_fields #predictive_response .see-more-btn {
  margin-top: 16px;
}
#search_fields #predictive_response .see-more-btn 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-family: 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #027ABB;
}
#search_fields #predictive_response .see-more-btn button:focus-visible {
  outline: 2px solid #002F54;
  outline-offset: 2px;
  border-radius: 3px;
}
#search_fields #predictive_response .see-more-btn button:hover,
#search_fields #predictive_response .see-more-btn button:active {
  color: #028ad4;
}
#search_fields #predictive_response .see-more-btn button:visited {
  color: #015989;
}
#search_fields #predictive_response .see-more-btn button:visited:hover {
  color: #027ABB;
}
#popup_gp_container {
  -webkit-transform: none;
          transform: none;
  max-width: unset;
  width: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0px;
  border: none!important;
}
#popup_gp_container *,
#popup_gp_container *::before,
#popup_gp_container *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen {
  #popup_gp_container [hidden],
  #popup_gp_container .hide,
  #popup_gp_container .hidden,
  #popup_gp_container template {
    display: none!important;
  }
}
#popup_gp_container .psrk-popup-content-inner {
  padding: 0 var(--ps-pop-content-padding-inner) !important;
}
#popup_gp_container .psrk-popup-header h3 {
  padding: 0;
}
#popup_gp_container .psrk-popup-content {
  border-radius: 0;
  height: auto!important;
}
#popup_gp_container textarea,
#popup_gp_container input,
#popup_gp_container select {
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
#popup_gp_container .ps-form-input:focus {
  --ps-form-input-border-color: var(--ps-color-b800);
  border: var(--ps-form-input-border-width) solid var(--ps-form-input-border-color);
}
#popup_gp_container .ps-btn-container,
#popup_gp_container .ps-btn-wrapper {
  padding: 0;
}
#popup_gp_container .psrk-debug {
  background: #EEE;
  padding: 5px;
}
#popup_gp_container .psrk-loading-txt {
  background: url(/webservices/base/img/loading.gif?v=c4123f8f187d1d8445f352fed5d6e01d) no-repeat 0 50%;
  padding-left: 20px;
  color: #555;
  margin: 3px 0;
}
#popup_gp_container .status-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#popup_gp_container .status-hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.2s, opacity 0.2s ease-out;
  transition: visibility 0s 0.2s, opacity 0.2s ease-out;
}
#popup_gp_container #gp_tabs {
  border-bottom: none !important;
}
#popup_gp_container .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#popup_gp_container .field input[type=text]:focus {
  outline: 0;
  border-color: #1b81d9;
}
#popup_gp_container .psrk-iwo {
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
  position: relative;
}
#popup_gp_container .psrk-iwo input[type=text],
#popup_gp_container .psrk-iwo input[type=password],
#popup_gp_container .psrk-iwo input[type=number] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  padding: 4px 2px;
  background: 0 0;
  width: 100%;
  font-size: 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 23px;
}
#popup_gp_container .psrk-iwo input[type=text]::-ms-clear,
#popup_gp_container .psrk-iwo input[type=password]::-ms-clear,
#popup_gp_container .psrk-iwo input[type=number]::-ms-clear {
  display: none;
}
#popup_gp_container .psrk-iwo .unit,
#popup_gp_container .psrk-iwo .activator {
  color: #929292;
  padding: 4px 0 4px 4px;
  text-decoration: none;
  white-space: nowrap;
  float: right;
}
#popup_gp_container .psrk-iwo .unit {
  padding: 4px 3px;
}
#popup_gp_container .psrk-iwo .unit.pre {
  float: left;
}
#popup_gp_container .psrk-iwo .activator {
  height: 20px;
  opacity: 1;
  padding: 0;
  vertical-align: middle;
  width: 17px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  z-index: 1;
}
#popup_gp_container .psrk-iwo .activator:hover {
  opacity: 0.5;
}
#popup_gp_container .psrk-iwo .activator:after {
  content: '';
  display: block;
  width: 17px;
  height: 10px;
  background: transparent url(/webservices/base/img/custominput.png?v=783904bb1641d35980667eee4f3012c0) -183px -2px no-repeat;
  top: 50%;
  margin-top: -5px;
  right: 0;
  position: absolute;
}
#popup_gp_container .psrk-iwo.open .activator:after {
  background: transparent url(/webservices/base/img/custominput.png?v=783904bb1641d35980667eee4f3012c0) -205px -2px no-repeat;
}
#popup_gp_container .psrk-iwo.open .activator:hover {
  opacity: 0.5;
}
#popup_gp_container .psrk-iwo .input_wrapper {
  overflow: hidden;
  display: block;
  padding-right: 17px;
}
#popup_gp_container .psrk-iwo .activator.hide ~ .input_wrapper {
  padding-right: 0;
}
#popup_gp_container .psrk-iwo .activator.hide {
  display: none;
}
#popup_gp_container .psrk-iwo .psrk-custom-list {
  margin: 0 -1px 0 -1px;
}
#popup_gp_container .psrk-iwo.noactivator .input_wrapper {
  padding-right: 0;
}
#popup_gp_container .psrk-iwo.non-editable {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, #FFF), to(#F8F8F8));
  background-image: linear-gradient(to bottom, #FFF 58%, #F8F8F8 100%);
}
#popup_gp_container .psrk-iwo.non-editable input {
  cursor: pointer;
}
#popup_gp_container .psrk-custom-list {
  display: none;
  background: #fff;
  border: 1px solid #bbb;
  border-top: 1px dotted #bbb;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  clip: rect(0, 1000px, 1000px, -10px);
  left: 0;
  right: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 0;
  list-style: none;
  overflow-y: auto;
  margin: -1px 0 0 0;
  z-index: 11;
}
#popup_gp_container .psrk-custom-list > li {
  border-bottom: 1px dotted #ebebeb;
  margin: 0 2px;
}
#popup_gp_container .psrk-custom-list > li:last-child {
  border-bottom: 0;
}
#popup_gp_container .psrk-custom-list > li a {
  display: block;
  padding: 2px;
  color: #000;
  text-decoration: none;
}
#popup_gp_container .psrk-custom-list > li a:hover,
#popup_gp_container .psrk-custom-list > li a.hover {
  background: #ebebeb;
  text-decoration: none;
}
#popup_gp_container .psrk-custom-list h3 {
  font-size: 12px;
  color: #999;
  margin: 8px 0 4px;
  padding: 2px 12px;
}
#popup_gp_container .psrk-custom-list ul {
  margin: 4px 0;
  padding: 0;
}
#popup_gp_container .psrk-custom-list ul li a {
  display: block;
  padding: 2px 12px;
  color: #000;
  text-decoration: none;
}
#popup_gp_container .psrk-custom-list ul li a:hover,
#popup_gp_container .psrk-custom-list ul li a.hover {
  background: #ebebeb;
  text-decoration: none;
}
#popup_gp_container .psrk-iwo-checkboxes > ul {
  margin: 0;
  padding: 0;
}
#popup_gp_container .psrk-iwo-checkboxes > ul > li {
  border-top: 1px solid #f7f7f7;
  padding: 1px 4px;
  position: relative;
  min-height: 16px;
  display: block;
}
#popup_gp_container .psrk-iwo-checkboxes > ul > li:first-child {
  border-top: none;
}
#popup_gp_container .psrk-iwo-checkboxes > ul > li > .custominput {
  margin-right: 16px;
}
#popup_gp_container .psrk-iwo-checkboxes > ul > li ul {
  margin: 0 0 4px 10px;
  display: none;
  list-style: none;
}
#popup_gp_container .psrk-iwo-checkboxes > ul > li ul li {
  padding: 1px 4px;
  min-height: 16px;
}
#popup_gp_container .psrk-iwo-checkboxes label {
  display: block;
  line-height: 1.2em;
}
#popup_gp_container .psrk-iwo-checkboxes .psrk-custominput:not(#foo) > input[type=checkbox] + label:before {
  top: 3px;
}
#popup_gp_container .psrk-iwo-checkboxes .psrk-custominput input {
  padding: 1px 0;
}
#popup_gp_container .psrk-iwo-checkboxes .toggle {
  background: url(/webservices/base/img/custominput.png?v=783904bb1641d35980667eee4f3012c0) no-repeat -100px -1px;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 1;
  padding: 0;
  right: 4px;
  top: 3px;
}
#popup_gp_container .psrk-iwo-checkboxes .toggle:hover {
  background: url(/webservices/base/img/custominput.png?v=783904bb1641d35980667eee4f3012c0) no-repeat -120px -1px;
}
#popup_gp_container .psrk-iwo-checkboxes .toggle.open {
  background: url(/webservices/base/img/custominput.png?v=783904bb1641d35980667eee4f3012c0) no-repeat -140px -1px;
}
#popup_gp_container .psrk-iwo-checkboxes .toggle.open:hover {
  background: url(/webservices/base/img/custominput.png?v=783904bb1641d35980667eee4f3012c0) no-repeat -160px -1px;
}
#popup_gp_container .psrk-iwo-checkboxes .toggle + .psrk-custominput {
  padding-right: 12px;
}
#popup_gp_container .select-widget.tab-widget {
  display: block;
}
#popup_gp_container .select-widget.tab-widget a {
  display: inline-block;
  color: #fff;
}
#popup_gp_container .select-widget.tab-widget > a {
  display: none;
}
#popup_gp_container .select-widget.tab-widget ul {
  display: block !important;
  position: relative;
  border-top: none;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: 0 0;
}
#popup_gp_container .select-widget.tab-widget ul li {
  border-width: 0;
}
#popup_gp_container .psg-animate {
  -webkit-transition: margin-left 0.2s ease-out;
  transition: margin-left 0.2s ease-out;
}
#popup_gp_container .psg-prev,
#popup_gp_container .psg-next {
  background: none !important;
}
#popup_gp_container .psg-prev:after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 3px;
  width: 8px;
  height: 14px;
  background: url(/webservices/base/img/prev-next.png?v=a0eaac942e00c0fcfbf5afa1e86088ed) no-repeat 0 0;
}
#popup_gp_container .psg-next:after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 3px;
  width: 8px;
  height: 14px;
  background: url(/webservices/base/img/prev-next.png?v=a0eaac942e00c0fcfbf5afa1e86088ed) no-repeat -9px 0;
}
#popup_gp_container .psg-prev:hover:after,
#popup_gp_container .psg-next:hover:after {
  opacity: 0.8;
}
#popup_gp_container .psg-counter {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
#popup_gp_container .psg-counter {
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 3px 0;
  position: absolute;
  bottom: 0;
  z-index: 5;
  background: url(/webservices/base/img/png33.png?v=96ddadc9ef5c69e5a04e3a4a7b1a4bfd);
  background: rgba(0, 0, 0, 0.25);
  display: none;
}
#popup_gp_container .psg-prev {
  position: absolute;
  display: block;
  background: url(/webservices/base/img/swg-prev.png?v=d4964952f5affce5f41aae6a4861e4c5) no-repeat 0 100%;
  height: 100%;
  width: 50%;
  bottom: 0;
  left: 0;
  z-index: 33;
}
#popup_gp_container .psg-next {
  position: absolute;
  display: block;
  background: url(/webservices/base/img/swg-next.png?v=85ccd6330d42038d3238d65ce2233c6a) no-repeat 100% 100%;
  height: 100%;
  width: 50%;
  bottom: 0;
  right: 0;
  z-index: 33;
}
#popup_gp_container .psg-gallery {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  padding: 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
#popup_gp_container .psrk-gmap #bubble {
  font-size: 11px;
  font-weight: 700;
  background: #FFF;
  border: 1px solid #555;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  padding: 5px 10px;
  z-index: 1000;
  position: absolute;
  white-space: nowrap;
}
#popup_gp_container .psrk-gmap #bubble div {
  font-size: 10px;
  border-top: 1px solid #EEE;
  margin-top: 3px;
  padding-top: 3px;
  text-transform: lower-case;
}
#popup_gp_container .region_label {
  background-color: #fff;
  border: 1px solid #747474;
  border-radius: 3px;
  color: #000;
  font-size: 10px;
  overflow: hidden;
  padding: 2px 5px;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  max-width: 300px;
  -webkit-transition: -webkit-box-shadow 0.2s linear 0s;
  transition: -webkit-box-shadow 0.2s linear 0s;
  transition: box-shadow 0.2s linear 0s;
  transition: box-shadow 0.2s linear 0s, -webkit-box-shadow 0.2s linear 0s;
  -webkit-transition: box-shadow 0.2s linear 0s;
  z-index: auto;
}
#popup_gp_container .region_label.focus {
  z-index: 10;
  max-width: none !important;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
#popup_gp_container .region_label.selected {
  background: #eb4515;
  border: 1px solid #d83202;
  color: #fff;
}
#popup_gp_container #gp_popup_done {
  background: #A2C1DF;
  border: 1px solid #76A3CF;
  border-radius: 3px;
  color: #FFF;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  margin: 5px 0 0;
  padding: 3px 15px;
}
#popup_gp_container #geo_modes {
  position: absolute;
  top: 0;
  right: 40px;
  width: 140px;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  margin: 10px 10px 10px 7px;
  border: 1px solid #ff8d20;
  border-radius: 5px;
}
#popup_gp_container #geo_modes a {
  border-bottom: 1px solid #F0F0F0;
  padding: 5px 35px 5px 8px;
  font-size: 12px;
  background: #FFF;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 19px;
}
#popup_gp_container #content #geo_modes a,
#popup_gp_container #content #geo_modes a:hover {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
#popup_gp_container #geo_modes a.t,
#popup_gp_container #geo_modes a.t:hover {
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  background: #ff8d20;
  font-weight: 700;
  position: relative;
}
#popup_gp_container #content #geo_modes a.t,
#popup_gp_container #content #geo_modes a.t:hover {
  color: #fff;
}
#popup_gp_container #geo_modes a.t:after {
  content: " ";
  width: 9px;
  height: 6px;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  position: absolute;
  background: url(/webservices/geopicker/img/modes_toggle.png?v=85461743d7a1cb4fc201c7935f143b5a) 0 50% no-repeat;
}
#popup_gp_container #geo_modes a.t.off:after {
  background-position: -9px 50%;
}
#popup_gp_container #geo_modes a:last-child {
  border: none;
  border-radius: 0 0 4px 4px;
}
#popup_gp_container #geo_modes a:hover {
  background: #ffe5cd;
  color: inherit;
}
#popup_gp_container #geo_modes a.sel {
  background: #ffe5cd url(/webservices/geopicker/img/modes_check.png?v=93cf58efb42461acddb59562df5e26e4) 95% 50% no-repeat;
}
#popup_gp_container #geo_modes a.pending {
  background-image: url(/webservices/geopicker/img/modes_pending.gif?v=a5184af6885b3d0850d8ff35125d93f9);
}
#popup_gp_container #gp_mode_toggle {
  display: none;
}
#gp_container table {
  border-collapse: collapse;
  width: 100%;
}
#gp_container #gp_tabs {
  border-bottom: 1px solid #A2C1DF;
}
#gp_container ul#tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#gp_container li.tab {
  display: inline-block;
  margin: 0 4px 0 0;
  *float: left;
}
#gp_container li.tab a {
  text-decoration: none;
  display: inline-block;
  background: #EEE;
  border-color: #ddd;
  color: #888 !important;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 6px 6px 0 0;
}
#gp_container li.tab.cur a {
  background: #A2C1DF;
  border-color: #a2c1df;
  color: #FFF !important;
}
#gp_regions_list,
#gp_regions_list ul,
#gp_regions_list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#gp_regions_list li {
  padding: 0;
  background: #fff;
  font-size: 11px;
}
#gp_regions_list li.odd {
  background: #eff4f8;
}
#gp_checkboxes li span {
  padding: 4px 0 4px 8px;
  display: block;
  background: #dce8f3;
  border-bottom: 1px solid #CFE0EF;
}
#gp_checkboxes li li span {
  background: inherit;
  border-bottom: none;
}
#gp_checkboxes li input {
  float: left;
  display: block;
  margin: 2px;
  padding: 0;
}
#gp_checkboxes.autocomplete_active ul {
  display: block !important;
}
#gp_checkboxes.autocomplete_active a.hidden,
#gp_checkboxes.autocomplete_active span.hidden {
  display: none;
}
#gp_regions_list li label {
  margin-left: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#gp_regions_list > li > a > label {
  text-transform: uppercase;
}
#gp_regions_list li input + label {
  margin-left: 17px;
}
#gp_regions_list li a label {
  cursor: pointer;
  margin-right: 17px;
}
#gp_checkboxes a.checkbox-section {
  padding: 4px 4px 4px 8px;
  background: #dce8f3 url(https://img.propertyshark.com/img/jk/arr_l_d.gif) 95% 50% no-repeat;
  color: #123;
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #CFE0EF;
  outline: 0;
}
#gp_checkboxes a.checkbox-section.closed {
  background-image: url(https://img.propertyshark.com/img/jk/arr_l.gif);
}
#gp_checkboxes li li a.checkbox-section {
  background-color: #dce8f3;
  border-color: #CFE0EF;
}
#gp_checkboxes li li a.checkbox-section,
#gp_checkboxes li li span {
  padding-left: 14px;
}
#gp_checkboxes li li li a.checkbox-section,
#gp_checkboxes li li li span {
  padding-left: 20px;
}
#gp_checkboxes li li li li a.checkbox-section,
#gp_checkboxes li li li li span {
  padding-left: 26px;
}
#gp_checkboxes {
  background: #EFF4F8;
  border: 1px solid #A5B8C8;
  border-left: none;
  overflow: auto;
  text-align: left;
}
#gp_checkboxes .txt {
  padding: 15px;
}
#gp_checkboxes .txt h3 {
  margin: 0 0 10px;
  font-size: 100%;
  font-weight: 700;
}
#gp_checkboxes ol {
  list-style-type: decimal;
  padding-left: 20px;
}
#gp_container td {
  vertical-align: top;
  padding: 0;
}
#gp_container .field {
  border: 1px solid #ccc;
}
#gp_container .field input[type=text] {
  padding: 6px 9px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
}
#gp_container .field input[type=text]:focus {
  outline: 0;
}
#gp_container .field #_gp_output_printable,
#gp_container .field #_gp_output_printable ul {
  display: inline-block;
}
#gp_container .field #_gp_output_printable li {
  display: inline-block;
  padding: 4px;
  background-color: #cde0ee;
  color: #1b81d9;
  border-radius: 3px;
  margin-left: 5px;
  margin-top: 2px;
}
#map_geopicker_label {
  color: #005d90;
  font-weight: 700;
  padding: 5px;
  background-color: #fff;
}
#map_geopicker_label:after {
  position: absolute;
  top: 100%;
  left: 15px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent;
}
#geomode_msg {
  position: absolute;
  top: 200px;
  right: 60px;
  width: 200px;
  background-color: #fff;
  border: 1px solid #000;
}
#geomode_msg input {
  cursor: pointer;
}
#geomode_msg_maximize {
  color: #fff;
  background-color: #ff8d23;
  padding: 3px 3px 4px;
  border-radius: 3px;
  cursor: pointer;
  top: 0;
  left: 160px;
  display: none;
}
#geomode_msg.minimized #geomode_msg_maximize {
  display: block;
  position: absolute;
  top: 0;
  left: 170px;
}
#mapContainer #geomode_msg.minimized {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#geomode_msg.minimized #geomode_msg_minimize,
#geomode_msg.minimized #geomode_msg_text,
#geomode_msg.minimized span.btn {
  display: none;
}
/*Geo picker*/
#popup_gp_container #popup_gp_container_c {
  padding: 10px;
}
#popup_gp_container #gp_table_list {
  padding-left: 10px;
}
#popup_gp_container .field {
  display: block;
}
#gp_container .field #_gp_output_printable li {
  padding: 2px 2px 2px 6px;
  margin: 2px 2px 1px;
}
#gp_container .field input[type=text] {
  padding: 8px 9px;
}
#popup_gp_container #gp_checkboxes {
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  overflow-x: hidden;
}
#gp_checkboxes a.checkbox-section,
#gp_checkboxes a.checkbox-section.closed {
  background-image: none;
  border: none;
  padding: 0;
}
#gp_checkboxes > #gp_regions_list > .odd > a.checkbox-section:hover,
#gp_checkboxes a.checkbox-section:hover,
#gp_checkboxes a.checkbox-section:hover span {
  background: #f7f7f7;
}
#gp_regions_list {
  position: relative;
}
#gp_checkboxes > #gp_regions_list > .odd > a.checkbox-section {
  background: #fff;
}
#gp_checkboxes li span,
#gp_regions_list li a label {
  display: inline-block;
}
#gp_checkboxes li span {
  border-bottom: none;
  padding: 6px 0 6px 8px;
  background: #fff;
}
#gp_checkboxes li a {
  background: #dce8f3;
}
#gp_checkboxes a.checkbox-section:after {
  font-family: 'psrkicons';
  content: "\e620";
  color: #027ABB;
  display: block;
  float: right;
  padding-top: 8px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ps-ic-partial-checked:before {
  content: "\e61a" !important;
}
#gp_checkboxes a.checkbox-section.closed:after {
  content: "\e61f";
}
#gp_checkboxes li li a.checkbox-section,
#gp_checkboxes li li a span,
#gp_checkboxes li li {
  background-color: #ecf4ff;
}
#gp_checkboxes li li li a.checkbox-section,
#gp_checkboxes li li li a span,
#gp_checkboxes li li li {
  background-color: #eaf4fe;
}
#gp_checkboxes li li li li a.checkbox-section,
#gp_checkboxes li li li li span,
#gp_checkboxes li li li li {
  background-color: #f0f4f8;
}
#gp_regions_list li.odd,
#gp_regions_list li.even {
  background-color: transparent;
}
#gp_checkboxes li li a.checkbox-section.closed,
#gp_checkboxes li li a.checkbox-section,
#gp_checkboxes li li li a.checkbox-section.closed,
#gp_checkboxes li li li a.checkbox-section,
#gp_checkboxes li li li li a.checkbox-section.closed,
#gp_checkboxes li li li li a.checkbox-section {
  padding-left: 2px;
}
#gp_checkboxes li li li span {
  padding-left: 23px;
}
#gp_checkboxes li li li li span {
  padding-left: 34px;
}
#gp_popup_done {
  width: auto;
  float: right;
  background-color: #00BDFF;
  border-color: #00BDFF;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  height: 35px;
}
#gp_popup_done:hover,
#gp_popup_done:active {
  background-color: #027ABB;
  border-color: #027ABB;
}
/*End Geo picker*/
.popup_outer a.popup_close {
  font-size: 0!important;
}