.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #055cf7;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #0f6ecd;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #1e87f0;
  text-shadow: none;
}
::selection {
  background: #1e87f0;
  text-shadow: none;
}
/* ========================================================================
     Component: Link
   ========================================================================== */
/* Muted
   ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #666;
}
/* Text
   ========================================================================== */
/*
   * `!important` needed to override inverse component
   */
a.uk-link-text:not(:hover),
.uk-link-text a:not(:hover) {
  color: inherit !important;
}
a.uk-link-text:hover,
.uk-link-text a:hover {
  color: #999999;
}
/* Hero
   ========================================================================== */
/*
   * 1. Using `inline-block` to make it work with text alignment
   * 2. Center vertically
   * 3. Style
   */
.uk-heading-bullet::before {
  content: "";
  border-left: 4px solid #1e87f0;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #1e87f0;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #1e87f0;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #1e87f0;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #1e87f0;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #1e87f0;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: #1e87f0;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #1e87f0;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #055cf7;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #1e87f0;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #1e87f0;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #1e87f0;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #1e87f0;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #1e87f0;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #1e87f0;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #1e87f0;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #1e87f0;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #1e87f0;
}
/* Active */
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-primary .uk-nav-sub a {
  color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Nav items
   */
.uk-navbar-nav > li > a {
  color: #666;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/*
   * Hover
   * Apply hover style also to focus state and if dropdown is opened
   */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #1e87f0;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #1e87f0;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #1e87f0;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #1e87f0;
  background-color: transparent;
}
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999999;
  background-color: transparent;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * 1. Center text if a width is set
   * 2. Style
   */
.uk-tab > * > a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab > .uk-active > a {
  border-color: #1e87f0;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: #1e87f0;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #1e87f0;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #1e87f0;
}
/*
   * Sublists
   */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus {
  color: #1e87f0;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #1e87f0;
}
/*
   * Success
   */
.uk-notification-message-success {
  color: #32d296;
}
/*
   * Warning
   */
.uk-notification-message-warning {
  color: #faa05a;
}
/*
   * Danger
   */
.uk-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
     Component: Tooltip
   ========================================================================== */
.uk-tooltip {
  /* 4 */
  background: #1e87f0;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #1e87f0;
}
.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
}
.uk-progress::-ms-fill {
  background-color: #1e87f0;
}
/* ========================================================================
     Component: Text
   ========================================================================== */
/* Style modifiers
   ========================================================================== */
.uk-text-meta {
  color: #999999;
}
.uk-text-meta a {
  color: #999999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Size modifiers
   ========================================================================== */
.uk-text-small {
  font-size: 12px;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 20px;
  line-height: 1.5;
}
/* Weight modifier
   ========================================================================== */
.uk-text-bold {
  font-weight: bolder;
}
/* Transform modifier
   ========================================================================== */
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
/* Color modifiers
   ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #1e87f0 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
/* Background modifier */
.uk-text-background {
  color: #1e87f0 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1e87f0;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #1e87f0;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.ap-toolbar .uk-button-default:active,
.ap-toolbar .uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(34, 34, 34, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}
.uk-navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.uk-navbar-nav > li > a::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 24px;
  height: 1px;
  background-color: #00a0de;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, box-shadow, height, right;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 15px;
  right: calc(77%);
}
.category .uk-pagination li.uk-active,
.ap-pagination li.uk-active,
.dynamic-pagination li.uk-active,
.category .uk-pagination li.active,
.ap-pagination li.active,
.dynamic-pagination li.active {
  background-color: #1e87f0;
  border-color: #1e87f0;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #1e87f0;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 12px 15px 8px;
  }
  * + .uk-margin-medium {
    margin-top: 12px !important;
  }
  .uk-margin-medium {
    margin-bottom: 16px;
  }
  .uk-button {
    padding: 0 12px;
    line-height: 30px;
  }
  .uk-card-default .uk-card-title,
  .uk-card-title {
    font-size: 1rem;
  }
  .uk-card-body {
    padding: 10px;
  }
  .uk-tile-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #0e6dcd;
}
.ap-list-filter dd a.active {
  background-color: #1e87f0;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #1e87f0;
}
.category li a.active {
  color: #1e87f0;
}
.uk-lightbox-items > * > video {
  width: 80%;
}
/* 兼容uk-heading-primary */
@media (min-width: 1200px) {
  .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.uk-list ul {
  padding-left: 10px;
}
.onepage-pagination li a.active:before {
  background: #1e87f0;
}
.fr-text-bordered {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.param-field .param-tag {
  color: #1e87f0;
  border: 1px solid rgba(30, 135, 240, 0.2);
}
form .step .step-bg-progress,
form .add-file .file-btn,
form .step-btns a,
form .step .ui-step.active .ui-step-num {
  background: #1e87f0;
}
form .step .ui-step.active .ui-step-title {
  color: #1e87f0;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #1e87f0;
  background-color: #1e87f0;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #1e87f0;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #1e87f0;
  color: #1e87f0;
}
.btn-effect-2:hover {
  background-color: #1e87f0;
}
.uk-button.btn-effect-5 {
  background-color: #1e87f0;
  box-shadow: 0 0 15px rgba(30, 135, 240, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #1e87f0;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
#a1ee3a98a5adead .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9e28a52dea6892 .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#a7852af88cab29b , #a7852af88cab29b a{color: rgba(245, 166, 35, 1);}#a92dba61d5a702c , #a92dba61d5a702c a{color: rgba(208, 2, 27, 1);}#a6804a7dafadde2 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afefcadb43ac62f .a8583aed8cad787 {
  overflow: hidden;
}
#afefcadb43ac62f .a8583aed8cad787 , #afefcadb43ac62f .a8583aed8cad787 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#afefcadb43ac62f .a8583aed8cad787:hover , #afefcadb43ac62f .a8583aed8cad787 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#afefcadb43ac62f .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#afefcadb43ac62f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afefcadb43ac62f .uk-position-center-left-out {
    left: -30px;
  }
  #afefcadb43ac62f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#adccfa46c8a3eda , #adccfa46c8a3eda a{color: rgba(245, 166, 35, 1);}#a65bcaa20caa947 , #a65bcaa20caa947 a{color: rgba(208, 2, 27, 1);}#a92a2a7b16aa577 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8b1adc49a6b22 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac8b1adc49a6b22 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac8b1adc49a6b22 .uk-position-center-left-out {
    left: -30px;
  }
  #ac8b1adc49a6b22 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8fa6ad236a218f , #a8fa6ad236a218f a{color: rgba(245, 166, 35, 1);}#a56cda7c70a9817 , #a56cda7c70a9817 a{color: rgba(208, 2, 27, 1);}#ada1fa6202a5526 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8095a9580a985d .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8095a9580a985d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8095a9580a985d .uk-position-center-left-out {
    left: -30px;
  }
  #a8095a9580a985d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#adbeea1c26acfc0 , #adbeea1c26acfc0 a{color: rgba(245, 166, 35, 1);}#a8f97a6419affa8 , #a8f97a6419affa8 a{color: rgba(208, 2, 27, 1);}#a8758a52c0ab85f > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca95adedca5b22 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aca95adedca5b22 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aca95adedca5b22 .uk-position-center-left-out {
    left: -30px;
  }
  #aca95adedca5b22 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aec27aacf7a368c , #aec27aacf7a368c a{color: rgba(245, 166, 35, 1);}#ab641adf11a5176 , #ab641adf11a5176 a{color: rgba(208, 2, 27, 1);}#a922fa41e4ab259 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a37a79cba460d .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4a37a79cba460d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4a37a79cba460d .uk-position-center-left-out {
    left: -30px;
  }
  #a4a37a79cba460d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1109a8e7ba116f , #a1109a8e7ba116f a{color: rgba(245, 166, 35, 1);}#a627ba66bfaf6a2 , #a627ba66bfaf6a2 a{color: rgba(208, 2, 27, 1);}#a0828a45cda12bc > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a71b8a6956ac9f7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a71b8a6956ac9f7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a71b8a6956ac9f7 .uk-position-center-left-out {
    left: -30px;
  }
  #a71b8a6956ac9f7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ade06a494da2941 , #ade06a494da2941 a{color: rgba(245, 166, 35, 1);}#a71d2a88cea638b , #a71d2a88cea638b a{color: rgba(208, 2, 27, 1);}#a1cc1a7e04a8fb8 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a10aca6f87a13d9 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a10aca6f87a13d9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a10aca6f87a13d9 .uk-position-center-left-out {
    left: -30px;
  }
  #a10aca6f87a13d9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4537a9f95a414a , #a4537a9f95a414a a{color: rgba(245, 166, 35, 1);}#a7f1aa00b5a6507 , #a7f1aa00b5a6507 a{color: rgba(208, 2, 27, 1);}#aacaaa343aab567 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a32f8a8f28aafe9 .a31d8ab651a8033 {
  overflow: hidden;
}
#a32f8a8f28aafe9 .a31d8ab651a8033 , #a32f8a8f28aafe9 .a31d8ab651a8033 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a32f8a8f28aafe9 .a31d8ab651a8033:hover , #a32f8a8f28aafe9 .a31d8ab651a8033 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#a32f8a8f28aafe9 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a32f8a8f28aafe9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a32f8a8f28aafe9 .uk-position-center-left-out {
    left: -30px;
  }
  #a32f8a8f28aafe9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad232a33baaf165 , #ad232a33baaf165 a{color: rgba(245, 166, 35, 1);}#a7298a1bb0af0e0 , #a7298a1bb0af0e0 a{color: rgba(208, 2, 27, 1);}#a5f4bad0e7a002d > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1563ae269abbc1 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1563ae269abbc1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1563ae269abbc1 .uk-position-center-left-out {
    left: -30px;
  }
  #a1563ae269abbc1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4a0aa39f2abd17 , #a4a0aa39f2abd17 a{color: rgba(245, 166, 35, 1);}#a91b5adf14a04f3 , #a91b5adf14a04f3 a{color: rgba(208, 2, 27, 1);}#aacc7a798fa3e73 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0a7dad769a19e7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0a7dad769a19e7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0a7dad769a19e7 .uk-position-center-left-out {
    left: -30px;
  }
  #a0a7dad769a19e7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a28b7a0745ac182 , #a28b7a0745ac182 a{color: rgba(245, 166, 35, 1);}#a590fa3852a44e2 , #a590fa3852a44e2 a{color: rgba(208, 2, 27, 1);}#a546cacecaa60be > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affd8a7cddaf1fc .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#affd8a7cddaf1fc .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #affd8a7cddaf1fc .uk-position-center-left-out {
    left: -30px;
  }
  #affd8a7cddaf1fc .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa152a703da04b9 , #aa152a703da04b9 a{color: rgba(245, 166, 35, 1);}#a9371a7960a35e4 , #a9371a7960a35e4 a{color: rgba(208, 2, 27, 1);}#a5683a8df8a05a0 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a18e0abfdbafb2e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a18e0abfdbafb2e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a18e0abfdbafb2e .uk-position-center-left-out {
    left: -30px;
  }
  #a18e0abfdbafb2e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa9dda9098a4372 , #aa9dda9098a4372 a{color: rgba(245, 166, 35, 1);}#aa3f5a6a73a7640 , #aa3f5a6a73a7640 a{color: rgba(208, 2, 27, 1);}#a0720aab90a05e6 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8cd9a2c7aaa80d .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8cd9a2c7aaa80d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8cd9a2c7aaa80d .uk-position-center-left-out {
    left: -30px;
  }
  #a8cd9a2c7aaa80d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#adbe6ae042a4fd2 , #adbe6ae042a4fd2 a{color: rgba(245, 166, 35, 1);}#aac84a1934a21bc , #aac84a1934a21bc a{color: rgba(208, 2, 27, 1);}#a2ceca08caa660a > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa752a22e3a449c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa752a22e3a449c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa752a22e3a449c .uk-position-center-left-out {
    left: -30px;
  }
  #aa752a22e3a449c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1fb9ab93ba4bc6 , #a1fb9ab93ba4bc6 a{color: rgba(245, 166, 35, 1);}#a18c1a5d99acf2e , #a18c1a5d99acf2e a{color: rgba(208, 2, 27, 1);}#ab411a288aa63be > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a68a2a596aa8fb8 .a0da1aad66aa71c {
  overflow: hidden;
}
#a68a2a596aa8fb8 .a0da1aad66aa71c , #a68a2a596aa8fb8 .a0da1aad66aa71c > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a68a2a596aa8fb8 .a0da1aad66aa71c:hover , #a68a2a596aa8fb8 .a0da1aad66aa71c *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#a68a2a596aa8fb8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a68a2a596aa8fb8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a68a2a596aa8fb8 .uk-position-center-left-out {
    left: -30px;
  }
  #a68a2a596aa8fb8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5549a256ea1b4e , #a5549a256ea1b4e a{color: rgba(245, 166, 35, 1);}#a8c34af8c6a92d6 , #a8c34af8c6a92d6 a{color: rgba(208, 2, 27, 1);}#a7e90a30c8a7b34 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8cddac353a8416 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8cddac353a8416 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8cddac353a8416 .uk-position-center-left-out {
    left: -30px;
  }
  #a8cddac353a8416 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af9baa44b5a5204 , #af9baa44b5a5204 a{color: rgba(245, 166, 35, 1);}#ae14cacb66ae61c , #ae14cacb66ae61c a{color: rgba(208, 2, 27, 1);}#a5a38ae31da65b0 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a83f1a676faa849 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a83f1a676faa849 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a83f1a676faa849 .uk-position-center-left-out {
    left: -30px;
  }
  #a83f1a676faa849 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7c39a150aa9947 , #a7c39a150aa9947 a{color: rgba(245, 166, 35, 1);}#a271ca7ad8aa45f , #a271ca7ad8aa45f a{color: rgba(208, 2, 27, 1);}#a3c93ab9c2a810a > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3185a9757a77ab .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3185a9757a77ab .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3185a9757a77ab .uk-position-center-left-out {
    left: -30px;
  }
  #a3185a9757a77ab .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4d22aff5ea7260 , #a4d22aff5ea7260 a{color: rgba(245, 166, 35, 1);}#a108ba7f0da56e8 , #a108ba7f0da56e8 a{color: rgba(208, 2, 27, 1);}#aa4e0a3f87a4818 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9b6fa2d56a2c16 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9b6fa2d56a2c16 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9b6fa2d56a2c16 .uk-position-center-left-out {
    left: -30px;
  }
  #a9b6fa2d56a2c16 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a183aabf4cada62 , #a183aabf4cada62 a{color: rgba(245, 166, 35, 1);}#a5ab7a5606acb21 , #a5ab7a5606acb21 a{color: rgba(208, 2, 27, 1);}#a13a1af6e9a45e1 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3863afbd3ad10a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3863afbd3ad10a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3863afbd3ad10a .uk-position-center-left-out {
    left: -30px;
  }
  #a3863afbd3ad10a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afed9aefdea83ff , #afed9aefdea83ff a{color: rgba(245, 166, 35, 1);}#a547cad2a7a705a , #a547cad2a7a705a a{color: rgba(208, 2, 27, 1);}#aca94a55a1aa09e > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af64fae876a6a70 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af64fae876a6a70 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af64fae876a6a70 .uk-position-center-left-out {
    left: -30px;
  }
  #af64fae876a6a70 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a31e9a765cade74 , #a31e9a765cade74 a{color: rgba(245, 166, 35, 1);}#a54dda9ea4af836 , #a54dda9ea4af836 a{color: rgba(208, 2, 27, 1);}#aeb66a5aa4a5118 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a57adaa091aac4c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a57adaa091aac4c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a57adaa091aac4c .uk-position-center-left-out {
    left: -30px;
  }
  #a57adaa091aac4c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad0b8aca92a5c30 , #ad0b8aca92a5c30 a{color: rgba(245, 166, 35, 1);}#a5b5fa9c06a8a38 , #a5b5fa9c06a8a38 a{color: rgba(208, 2, 27, 1);}#ad77fa45dfaa09e > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a03dcaa3a8a4cbc .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a03dcaa3a8a4cbc .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a03dcaa3a8a4cbc .uk-position-center-left-out {
    left: -30px;
  }
  #a03dcaa3a8a4cbc .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae36dae80aa3cc1 , #ae36dae80aa3cc1 a{color: rgba(245, 166, 35, 1);}#ac66da23a2af4a2 , #ac66da23a2af4a2 a{color: rgba(208, 2, 27, 1);}#aee2ca2eacab83f > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac56aa60d4a2fd2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac56aa60d4a2fd2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac56aa60d4a2fd2 .uk-position-center-left-out {
    left: -30px;
  }
  #ac56aa60d4a2fd2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa6ffa87cba13e4 , #aa6ffa87cba13e4 a{color: rgba(245, 166, 35, 1);}#a3bc3af2c0a57b7 , #a3bc3af2c0a57b7 a{color: rgba(208, 2, 27, 1);}#a78caa5259ad735 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a719ea7fc3a47c1 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a719ea7fc3a47c1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a719ea7fc3a47c1 .uk-position-center-left-out {
    left: -30px;
  }
  #a719ea7fc3a47c1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2eaaab420ae9d8 , #a2eaaab420ae9d8 a{color: rgba(245, 166, 35, 1);}#a5af5a8114a02d9 , #a5af5a8114a02d9 a{color: rgba(208, 2, 27, 1);}#a0a1aa0cf6ab897 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1c37a1346ac9da .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1c37a1346ac9da .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1c37a1346ac9da .uk-position-center-left-out {
    left: -30px;
  }
  #a1c37a1346ac9da .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0836ac514a52c6 , #a0836ac514a52c6 a{color: rgba(245, 166, 35, 1);}#aa1bdaf4b3ace58 , #aa1bdaf4b3ace58 a{color: rgba(208, 2, 27, 1);}#a2514afbc7abd79 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae638a053ca31f6 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae638a053ca31f6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae638a053ca31f6 .uk-position-center-left-out {
    left: -30px;
  }
  #ae638a053ca31f6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8cd8a5e0ba6856 , #a8cd8a5e0ba6856 a{color: rgba(245, 166, 35, 1);}#ae5b2a9208a2211 , #ae5b2a9208a2211 a{color: rgba(208, 2, 27, 1);}#a655eabda1a7963 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2cb1aea9fa1a1b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2cb1aea9fa1a1b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2cb1aea9fa1a1b .uk-position-center-left-out {
    left: -30px;
  }
  #a2cb1aea9fa1a1b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a916ba49f4a5db2 , #a916ba49f4a5db2 a{color: rgba(245, 166, 35, 1);}#a58fca6d4ea3f8f , #a58fca6d4ea3f8f a{color: rgba(208, 2, 27, 1);}#a393aa31f6a9a40 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4711a0431af31f .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4711a0431af31f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4711a0431af31f .uk-position-center-left-out {
    left: -30px;
  }
  #a4711a0431af31f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5338a61e5a3b57 , #a5338a61e5a3b57 a{color: rgba(245, 166, 35, 1);}#a7caeab8b0a304a , #a7caeab8b0a304a a{color: rgba(208, 2, 27, 1);}#a0c0fad019a9278 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abdc1a318eaeb39 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#abdc1a318eaeb39 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abdc1a318eaeb39 .uk-position-center-left-out {
    left: -30px;
  }
  #abdc1a318eaeb39 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a86bda0cf1aad86 , #a86bda0cf1aad86 a{color: rgba(245, 166, 35, 1);}#a9f39a66f9ae71a , #a9f39a66f9ae71a a{color: rgba(208, 2, 27, 1);}#afbddaef74a5c24 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9946abd5aa91a0 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9946abd5aa91a0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9946abd5aa91a0 .uk-position-center-left-out {
    left: -30px;
  }
  #a9946abd5aa91a0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3e8eaf046a69d3 , #a3e8eaf046a69d3 a{color: rgba(245, 166, 35, 1);}#a6b8fab28da1230 , #a6b8fab28da1230 a{color: rgba(208, 2, 27, 1);}#a055aa7b8fa1308 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a40dfa2129a8c0b .adac8aa599af16f {
  overflow: hidden;
}
#a40dfa2129a8c0b .adac8aa599af16f , #a40dfa2129a8c0b .adac8aa599af16f > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a40dfa2129a8c0b .adac8aa599af16f:hover , #a40dfa2129a8c0b .adac8aa599af16f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#a40dfa2129a8c0b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a40dfa2129a8c0b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a40dfa2129a8c0b .uk-position-center-left-out {
    left: -30px;
  }
  #a40dfa2129a8c0b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a689ca73a9a7cd5 , #a689ca73a9a7cd5 a{color: rgba(245, 166, 35, 1);}#a839aa4e78aefea , #a839aa4e78aefea a{color: rgba(208, 2, 27, 1);}#a13a3a5b17ad2b7 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a13b0a6846a2a7a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a13b0a6846a2a7a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a13b0a6846a2a7a .uk-position-center-left-out {
    left: -30px;
  }
  #a13b0a6846a2a7a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#adc68ada09a5b49 , #adc68ada09a5b49 a{color: rgba(245, 166, 35, 1);}#ade73a080da8f1f , #ade73a080da8f1f a{color: rgba(208, 2, 27, 1);}#a9fc8a3156a1653 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1214a0e20af4c4 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1214a0e20af4c4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1214a0e20af4c4 .uk-position-center-left-out {
    left: -30px;
  }
  #a1214a0e20af4c4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac57eabfb3a68b9 , #ac57eabfb3a68b9 a{color: rgba(245, 166, 35, 1);}#ab7f0a7db3acfd0 , #ab7f0a7db3acfd0 a{color: rgba(208, 2, 27, 1);}#a4a69a4226a7e07 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a34e0a5592ac81a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a34e0a5592ac81a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a34e0a5592ac81a .uk-position-center-left-out {
    left: -30px;
  }
  #a34e0a5592ac81a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a41dea62f8a65b6 , #a41dea62f8a65b6 a{color: rgba(245, 166, 35, 1);}#a97faa7a37ac9b3 , #a97faa7a37ac9b3 a{color: rgba(208, 2, 27, 1);}#ae3c8a93fca14ce > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a55eda6facab6b0 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a55eda6facab6b0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a55eda6facab6b0 .uk-position-center-left-out {
    left: -30px;
  }
  #a55eda6facab6b0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1d52a6723a5062 , #a1d52a6723a5062 a{color: rgba(245, 166, 35, 1);}#a2861a59c4a8af6 , #a2861a59c4a8af6 a{color: rgba(208, 2, 27, 1);}#a2c7aa4760a6253 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3200a6f99aafe8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3200a6f99aafe8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3200a6f99aafe8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3200a6f99aafe8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3448adca3afb81 , #a3448adca3afb81 a{color: rgba(245, 166, 35, 1);}#a0f76a0c2ea8774 , #a0f76a0c2ea8774 a{color: rgba(208, 2, 27, 1);}#aad16a8637a992d > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3833a3c8cab291 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3833a3c8cab291 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3833a3c8cab291 .uk-position-center-left-out {
    left: -30px;
  }
  #a3833a3c8cab291 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae26ea32b8aa6bc , #ae26ea32b8aa6bc a{color: rgba(245, 166, 35, 1);}#a04e3a66c7a9f34 , #a04e3a66c7a9f34 a{color: rgba(208, 2, 27, 1);}#abf02a8785afdb0 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3b40abf8da6752 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3b40abf8da6752 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3b40abf8da6752 .uk-position-center-left-out {
    left: -30px;
  }
  #a3b40abf8da6752 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a882bab71da8d42 , #a882bab71da8d42 a{color: rgba(245, 166, 35, 1);}#a19faaa525a81ef , #a19faaa525a81ef a{color: rgba(208, 2, 27, 1);}#ab045a236baea01 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afc6aa2e46a28b5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#afc6aa2e46a28b5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afc6aa2e46a28b5 .uk-position-center-left-out {
    left: -30px;
  }
  #afc6aa2e46a28b5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a18fea33aea1f87 , #a18fea33aea1f87 a{color: rgba(245, 166, 35, 1);}#a0e46a8a9ea6f07 , #a0e46a8a9ea6f07 a{color: rgba(208, 2, 27, 1);}#a1a0ba56beab2a5 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c9aa228ea30c7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6c9aa228ea30c7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6c9aa228ea30c7 .uk-position-center-left-out {
    left: -30px;
  }
  #a6c9aa228ea30c7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ace65ae03fad654 , #ace65ae03fad654 a{color: rgba(245, 166, 35, 1);}#a9800ab57fa0265 , #a9800ab57fa0265 a{color: rgba(208, 2, 27, 1);}#acee7a563fa29f8 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad335a5972ac63a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad335a5972ac63a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad335a5972ac63a .uk-position-center-left-out {
    left: -30px;
  }
  #ad335a5972ac63a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a786cafd18aad2c , #a786cafd18aad2c a{color: rgba(245, 166, 35, 1);}#a5c01a5a5ba4721 , #a5c01a5a5ba4721 a{color: rgba(208, 2, 27, 1);}#aed04acd2fa91af > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a353baabf9a8b94 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a353baabf9a8b94 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a353baabf9a8b94 .uk-position-center-left-out {
    left: -30px;
  }
  #a353baabf9a8b94 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa8f5a8504a2ead , #aa8f5a8504a2ead a{color: rgba(245, 166, 35, 1);}#a67f3a8e26a24b0 , #a67f3a8e26a24b0 a{color: rgba(208, 2, 27, 1);}#aa83ea046da7240 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a981aa1fd8a169f .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a981aa1fd8a169f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a981aa1fd8a169f .uk-position-center-left-out {
    left: -30px;
  }
  #a981aa1fd8a169f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7c0aa35c6add24 , #a7c0aa35c6add24 a{color: rgba(245, 166, 35, 1);}#aef25a40d6ac9a6 , #aef25a40d6ac9a6 a{color: rgba(208, 2, 27, 1);}#a59b0a695da9ee3 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1530a28f8ac54d .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1530a28f8ac54d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1530a28f8ac54d .uk-position-center-left-out {
    left: -30px;
  }
  #a1530a28f8ac54d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9d80a8a76a61ea , #a9d80a8a76a61ea a{color: rgba(245, 166, 35, 1);}#ae9dba979ea2861 , #ae9dba979ea2861 a{color: rgba(208, 2, 27, 1);}#a763ea7e91ac166 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af0fba46b4a77c8 .af2c5abfc1a26d7 {
  overflow: hidden;
}
#af0fba46b4a77c8 .af2c5abfc1a26d7 , #af0fba46b4a77c8 .af2c5abfc1a26d7 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af0fba46b4a77c8 .af2c5abfc1a26d7:hover , #af0fba46b4a77c8 .af2c5abfc1a26d7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#af0fba46b4a77c8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fba46b4a77c8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af0fba46b4a77c8 .uk-position-center-left-out {
    left: -30px;
  }
  #af0fba46b4a77c8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3f55a7965a9890 , #a3f55a7965a9890 a{color: rgba(245, 166, 35, 1);}#aa588a419dafbf6 , #aa588a419dafbf6 a{color: rgba(208, 2, 27, 1);}#ae9faa87c5a160d > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8048a2b6aa9e66 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8048a2b6aa9e66 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8048a2b6aa9e66 .uk-position-center-left-out {
    left: -30px;
  }
  #a8048a2b6aa9e66 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a97f7a0d8ba8dc5 , #a97f7a0d8ba8dc5 a{color: rgba(245, 166, 35, 1);}#a673fa75c6a1105 , #a673fa75c6a1105 a{color: rgba(208, 2, 27, 1);}#ab716a32d6a7831 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5252ace7fa57ce .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5252ace7fa57ce .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5252ace7fa57ce .uk-position-center-left-out {
    left: -30px;
  }
  #a5252ace7fa57ce .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd08af364ad060 , #acd08af364ad060 a{color: rgba(245, 166, 35, 1);}#a0effa90b5ad551 , #a0effa90b5ad551 a{color: rgba(208, 2, 27, 1);}#a2dcea8aafac6b5 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae2d3a7502aab47 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae2d3a7502aab47 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae2d3a7502aab47 .uk-position-center-left-out {
    left: -30px;
  }
  #ae2d3a7502aab47 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a670aaaefaa1039 , #a670aaaefaa1039 a{color: rgba(245, 166, 35, 1);}#accbfaa1bdad905 , #accbfaa1bdad905 a{color: rgba(208, 2, 27, 1);}#aa4e0a4ceeaf952 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adc9faf0d2ae560 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adc9faf0d2ae560 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #adc9faf0d2ae560 .uk-position-center-left-out {
    left: -30px;
  }
  #adc9faf0d2ae560 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad66ea8d4caff3e , #ad66ea8d4caff3e a{color: rgba(245, 166, 35, 1);}#a55e5a2b6bab119 , #a55e5a2b6bab119 a{color: rgba(208, 2, 27, 1);}#a7ad0a941ba4b0e > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8859a332ca0151 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8859a332ca0151 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8859a332ca0151 .uk-position-center-left-out {
    left: -30px;
  }
  #a8859a332ca0151 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a14f8a3ed8a01bf , #a14f8a3ed8a01bf a{color: rgba(245, 166, 35, 1);}#a1030a5ab1a4e85 , #a1030a5ab1a4e85 a{color: rgba(208, 2, 27, 1);}#ae5b6aff9ea35aa > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1269a39ada6339 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1269a39ada6339 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1269a39ada6339 .uk-position-center-left-out {
    left: -30px;
  }
  #a1269a39ada6339 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0442aaf36a3cc1 , #a0442aaf36a3cc1 a{color: rgba(245, 166, 35, 1);}#a6498abacdadd96 , #a6498abacdadd96 a{color: rgba(208, 2, 27, 1);}#a1276a7dc6a67e2 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7876a45a9a9c0b .a313ca45efae870 {
  overflow: hidden;
}
#a7876a45a9a9c0b .a313ca45efae870 , #a7876a45a9a9c0b .a313ca45efae870 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7876a45a9a9c0b .a313ca45efae870:hover , #a7876a45a9a9c0b .a313ca45efae870 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#a7876a45a9a9c0b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7876a45a9a9c0b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7876a45a9a9c0b .uk-position-center-left-out {
    left: -30px;
  }
  #a7876a45a9a9c0b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0113ac69da7a1a , #a0113ac69da7a1a a{color: rgba(245, 166, 35, 1);}#a7361aab5fa682d , #a7361aab5fa682d a{color: rgba(208, 2, 27, 1);}#a15beac147ae2fc > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa0b3a7016af7a0 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa0b3a7016af7a0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa0b3a7016af7a0 .uk-position-center-left-out {
    left: -30px;
  }
  #aa0b3a7016af7a0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2e7aad8b0abfbd , #a2e7aad8b0abfbd a{color: rgba(245, 166, 35, 1);}#acdebaca04abfb1 , #acdebaca04abfb1 a{color: rgba(208, 2, 27, 1);}#af1e4a0646af5e8 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa5eba8e61a231f .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa5eba8e61a231f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa5eba8e61a231f .uk-position-center-left-out {
    left: -30px;
  }
  #aa5eba8e61a231f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a21a8a43dba4f99 , #a21a8a43dba4f99 a{color: rgba(245, 166, 35, 1);}#a7daaa5eacae55f , #a7daaa5eacae55f a{color: rgba(208, 2, 27, 1);}#aee5ca17f3a2f9f > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3d61a1400ac910 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3d61a1400ac910 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3d61a1400ac910 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d61a1400ac910 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ace8fa9553a0950 , #ace8fa9553a0950 a{color: rgba(245, 166, 35, 1);}#ab1c1acc24aa725 , #ab1c1acc24aa725 a{color: rgba(208, 2, 27, 1);}#a609dacffda77b3 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afcd9a9bf3a109a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#afcd9a9bf3a109a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afcd9a9bf3a109a .uk-position-center-left-out {
    left: -30px;
  }
  #afcd9a9bf3a109a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f4eaaccaa9437 , #a5f4eaaccaa9437 a{color: rgba(245, 166, 35, 1);}#ab34aa7d49a7172 , #ab34aa7d49a7172 a{color: rgba(208, 2, 27, 1);}#a7d79a1ac1afa54 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aed27a06ccab8d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aed27a06ccab8d7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aed27a06ccab8d7 .uk-position-center-left-out {
    left: -30px;
  }
  #aed27a06ccab8d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a29bdafa9ea1509 , #a29bdafa9ea1509 a{color: rgba(245, 166, 35, 1);}#a0639a3765a706d , #a0639a3765a706d a{color: rgba(208, 2, 27, 1);}#a8787a35a6a586c > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0a93a156fa552d .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0a93a156fa552d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0a93a156fa552d .uk-position-center-left-out {
    left: -30px;
  }
  #a0a93a156fa552d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a152cae467afeb8 .a5940af6e9ad201 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a152cae467afeb8 .ac673aa8f8af4a7 {
  overflow: hidden;
}
#a152cae467afeb8 .ac673aa8f8af4a7 , #a152cae467afeb8 .ac673aa8f8af4a7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a152cae467afeb8 .ac673aa8f8af4a7:hover , #a152cae467afeb8 .ac673aa8f8af4a7 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(5, 92, 247, 1);}#a152cae467afeb8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a152cae467afeb8 .uk-position-center-left-out {
    left: -30px;
  }
  #a152cae467afeb8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae5c4a87dba862a {background-color: rgba(0,0,0,0.7);}#ae5c4a87dba862a > .lightbox-content {background-image: url(/resources/upload/a8b99a2e3aac3a7/1745994301217.jpeg);background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a6d5fa7a64a2381 > .ele-wrap {border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#aa965a78dbab32c , #aa965a78dbab32c a{color: rgba(5, 92, 247, 1);}#a1701ae4a1a49b0 , #a1701ae4a1a49b0 a{color: rgba(5, 92, 247, 1);}#a9209ad7e0adbfa , #a9209ad7e0adbfa a{color: rgba(5, 92, 247, 1);}#ab46fae3e8a301c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a11bda89ceae0bf .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a11bda89ceae0bf .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a11bda89ceae0bf .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a11bda89ceae0bf .data-list .uk-card {
  cursor: pointer !important;
}
#a11bda89ceae0bf .data-list .uk-card img {
  max-height: 300px;
}
#a11bda89ceae0bf .data-list .uk-card:hover {
  background: #fafafa;
}
#a11bda89ceae0bf .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#a11bda89ceae0bf .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a11bda89ceae0bf .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a11bda89ceae0bf .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a11bda89ceae0bf .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a11bda89ceae0bf .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a11bda89ceae0bf .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #1e87f0;
  cursor: pointer;
}
#a11bda89ceae0bf .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#a11bda89ceae0bf .uk-card .category:hover {
  background: #1e87f0;
}
#a11bda89ceae0bf .accordion-menu {
  width: 100%;
}
#a11bda89ceae0bf .accordion-menu ul ul.submenu,
#a11bda89ceae0bf .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a11bda89ceae0bf .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a11bda89ceae0bf .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#a11bda89ceae0bf .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a11bda89ceae0bf .accordion-menu .menu-item.active > a {
  background: #1e87f0;
  color: #fff;
}
#a11bda89ceae0bf .accordion-menu li a:hover {
  background-color: #1e87f0;
  color: #fff;
  border: none;
}
#a11bda89ceae0bf .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a11bda89ceae0bf .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a11bda89ceae0bf .hot-list,
#a11bda89ceae0bf .new-list {
  padding: 12px;
}
#a11bda89ceae0bf .new-list a:hover,
#a11bda89ceae0bf .hot-list a:hover {
  color: #0f6ecd;
}
#a11bda89ceae0bf .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a11bda89ceae0bf .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a11bda89ceae0bf .hot-item:hover a {
  color: #0f6ecd;
}
#a11bda89ceae0bf .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a11bda89ceae0bf .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#a11bda89ceae0bf .content-header {
  padding-bottom: 10px;
}
#a11bda89ceae0bf .item-title {
  color: #333;
}
#a11bda89ceae0bf input::placeholder {
  color: #999;
}
#a11bda89ceae0bf .datetime {
  color: #999;
}
#a11bda89ceae0bf .new-item a {
  padding-left: 25px;
}
#a11bda89ceae0bf .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#aa99aa482fa30c9 .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#a11bda89ceae0bf [data-item*=".abstract"], #a11bda89ceae0bf [data-item*=".abstract"] a {show: true;}#a11bda89ceae0bf [data-item*=".subTitle"], #a11bda89ceae0bf [data-item*=".subTitle"] a {show: true;}#a11bda89ceae0bf [data-item*=".category"], #a11bda89ceae0bf [data-item*=".category"] a {show: true;}#ae5c4a87dba862a {background-color: rgba(0,0,0,0.7);}#ae5c4a87dba862a > .lightbox-content {background-image: url(/resources/upload/a8b99a2e3aac3a7/1745994301217.jpeg);background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a6d5fa7a64a2381 > .ele-wrap {border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#aa965a78dbab32c , #aa965a78dbab32c a{color: rgba(5, 92, 247, 1);}#a1701ae4a1a49b0 , #a1701ae4a1a49b0 a{color: rgba(5, 92, 247, 1);}#a9209ad7e0adbfa , #a9209ad7e0adbfa a{color: rgba(5, 92, 247, 1);}#aedc0af4a3ae4c6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a95ada64b5ac5e5 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a95ada64b5ac5e5 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a95ada64b5ac5e5 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a95ada64b5ac5e5 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a95ada64b5ac5e5 .uk-container {
    padding: 0;
  }
  #a95ada64b5ac5e5 .sidebar {
    padding: 10px;
  }
}
#a95ada64b5ac5e5 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a95ada64b5ac5e5 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a95ada64b5ac5e5 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #1e87f0;
  cursor: pointer;
}
#a95ada64b5ac5e5 .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#a95ada64b5ac5e5 .content-tags a:hover {
  background: #1e87f0;
  color: #fff;
  border-color: #1e87f0;
}
#a95ada64b5ac5e5 .abstract,
#a95ada64b5ac5e5 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a95ada64b5ac5e5 .copyright a {
  color: #999;
  word-break: break-all;
}
#a95ada64b5ac5e5 .detail-content {
  font-size: 16px;
  color: #444;
}
#a95ada64b5ac5e5 .detail-content img {
  margin-bottom: 10px;
}
#a95ada64b5ac5e5 .detail-content table {
  font-size: 13px;
}
#a95ada64b5ac5e5 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a95ada64b5ac5e5 .hot-list,
#a95ada64b5ac5e5 .new-list {
  padding: 12px;
}
#a95ada64b5ac5e5 .new-list a:hover,
#a95ada64b5ac5e5 .hot-list a:hover {
  color: #0f6ecd;
}
#a95ada64b5ac5e5 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a95ada64b5ac5e5 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a95ada64b5ac5e5 .hot-item:hover a {
  color: #0f6ecd;
}
#a95ada64b5ac5e5 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a95ada64b5ac5e5 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#a95ada64b5ac5e5 .content-header {
  padding-bottom: 10px;
}
#a95ada64b5ac5e5 .item-title {
  color: #333;
}
#a95ada64b5ac5e5 input::placeholder {
  color: #999;
}
#a95ada64b5ac5e5 .datetime {
  color: #999;
}
#a95ada64b5ac5e5 .new-item a {
  padding-left: 25px;
}
#a95ada64b5ac5e5 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a95ada64b5ac5e5 .siblings a {
  color: #444;
  line-height: 2;
}
#a95ada64b5ac5e5 .siblings a:hover {
  color: #0f6ecd;
}
#a28e2a11acae336 .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#ae5c4a87dba862a {background-color: rgba(0,0,0,0.7);}#ae5c4a87dba862a > .lightbox-content {background-image: url(/resources/upload/a8b99a2e3aac3a7/1745994301217.jpeg);background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a6d5fa7a64a2381 > .ele-wrap {border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#aa965a78dbab32c , #aa965a78dbab32c a{color: rgba(5, 92, 247, 1);}#a1701ae4a1a49b0 , #a1701ae4a1a49b0 a{color: rgba(5, 92, 247, 1);}#a9209ad7e0adbfa , #a9209ad7e0adbfa a{color: rgba(5, 92, 247, 1);}#ab7b5a7ea7af898 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8489af95fa1be9 .phone-info {
  font-size: 28px;
  color: #296fb7;
  font-family: 'helvetica';
  padding-top: 5px;
  font-weight: bold;
  line-height: 1;
}
#a8489af95fa1be9 .phone-info span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}
#a8489af95fa1be9 .abstract {
  white-space: pre-wrap;
}
#a8489af95fa1be9 .product-main {
  margin: 15px 0;
}
#a8489af95fa1be9 .disable-imglink .rich-img-wrap {
  cursor: default;
}
#a8489af95fa1be9 .video-box,
#a8489af95fa1be9 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  text-align: center;
}
#a8489af95fa1be9 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a8489af95fa1be9 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a8489af95fa1be9 .preview-box img {
  width: 100%;
}
#a8489af95fa1be9 .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a8489af95fa1be9 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a8489af95fa1be9 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a8489af95fa1be9 .thumb-box {
  width: 100%;
  position: relative;
}
#a8489af95fa1be9 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a8489af95fa1be9 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a8489af95fa1be9 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a8489af95fa1be9 .thumb-list {
  overflow: hidden;
}
#a8489af95fa1be9 .thumb-list ul {
  width: 100000px;
}
#a8489af95fa1be9 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a8489af95fa1be9 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a8489af95fa1be9 .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a8489af95fa1be9 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a8489af95fa1be9 .thumb-list ul li.active img {
  border-color: #1e87f0;
}
#a8489af95fa1be9 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a8489af95fa1be9 .zoom-box img {
  max-width: initial;
}
#a8489af95fa1be9 .uk-button-primary {
  font-size: 16px;
}
#a8489af95fa1be9 .questions .question {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#a8489af95fa1be9 .questions .answer {
  font-size: 13px;
  color: #999;
}
#a8489af95fa1be9 .questions .fa {
  line-height: 24px;
}
@media (max-width: 640px) {
  #a8489af95fa1be9 .content-wrap {
    padding: 0;
  }
  #a8489af95fa1be9 .title {
    font-size: 18px;
    font-weight: bolder;
  }
  #a8489af95fa1be9 .content-wrap .rich-img-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#ae09fad0c3afac1 .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#a2dacaf478ae67e .a9da4aa2b7a422e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2dacaf478ae67e .a472aacfdfa9668 {
  overflow: hidden;
}
#a2dacaf478ae67e .a472aacfdfa9668 , #a2dacaf478ae67e .a472aacfdfa9668 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a2dacaf478ae67e .a472aacfdfa9668:hover , #a2dacaf478ae67e .a472aacfdfa9668 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(5, 92, 247, 1);}#a2dacaf478ae67e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2dacaf478ae67e .uk-position-center-left-out {
    left: -30px;
  }
  #a2dacaf478ae67e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae5c4a87dba862a {background-color: rgba(0,0,0,0.7);}#ae5c4a87dba862a > .lightbox-content {background-image: url(/resources/upload/a8b99a2e3aac3a7/1745994301217.jpeg);background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a6d5fa7a64a2381 > .ele-wrap {border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#aa965a78dbab32c , #aa965a78dbab32c a{color: rgba(5, 92, 247, 1);}#a1701ae4a1a49b0 , #a1701ae4a1a49b0 a{color: rgba(5, 92, 247, 1);}#a9209ad7e0adbfa , #a9209ad7e0adbfa a{color: rgba(5, 92, 247, 1);}#aedc0af4a3ae4c6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a21c7a8eb8afeb3 .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#a7a4aa4732ae0ea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a824ca24ddaa78b .ele-wrap {border-color: rgba(5, 92, 247, 1);color: #055cf7;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a824ca24ddaa78b .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(5, 92, 247, 1);border-color: rgba(5, 92, 247, 1);}#a590ea1483a6143 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a4c88a53d1a7556 .ele-wrap {border-color: rgba(5, 92, 247, 1);color: #055cf7;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a4c88a53d1a7556 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(5, 92, 247, 1);border-color: rgba(5, 92, 247, 1);}#aedffa8783af46a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aebb4aae71a3350 .ele-wrap {border-color: rgba(5, 92, 247, 1);color: #055cf7;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#aebb4aae71a3350 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(5, 92, 247, 1);border-color: rgba(5, 92, 247, 1);}#a8c8ca503da988a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aad20ab8dfaf5c2 .ele-wrap {border-color: rgba(5, 92, 247, 1);color: #055cf7;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#aad20ab8dfaf5c2 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(5, 92, 247, 1);border-color: rgba(5, 92, 247, 1);}#a3eb1ac3b0aa0d8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ad748a60b6adbf0 .ele-wrap {border-color: rgba(5, 92, 247, 1);color: #055cf7;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#ad748a60b6adbf0 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(5, 92, 247, 1);border-color: rgba(5, 92, 247, 1);}#ae12fa34adab98a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a4850a32dda9394 .ele-wrap {border-color: rgba(5, 92, 247, 1);color: #055cf7;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a4850a32dda9394 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(5, 92, 247, 1);border-color: rgba(5, 92, 247, 1);}#a057fab4f9a00a4 > .ele-wrap {border-radius: 40px;border-right-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a057fab4f9a00a4 .hover-content-wrap:nth-child(1)
                            {}#a057fab4f9a00a4 .hover-content-wrap:nth-child(2)
                            {}#a107da6907af5aa > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-style: solid;border-right-color: rgba(255, 255, 255, 1);border-right-width: 4px;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 4px;border-bottom-width: 4px;border-top-width: 4px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac860a6ae2ae6bb > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-style: solid;border-right-color: rgba(255, 255, 255, 1);border-right-width: 4px;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 4px;border-bottom-width: 4px;border-top-width: 4px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad23ca6f83ab0bd > .ele-wrap {border-radius: 40px;border-right-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad23ca6f83ab0bd .hover-content-wrap:nth-child(1)
                            {}#ad23ca6f83ab0bd .hover-content-wrap:nth-child(2)
                            {}#a3fdda5d53ac25a > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-style: solid;border-right-color: rgba(255, 255, 255, 1);border-right-width: 4px;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 4px;border-bottom-width: 4px;border-top-width: 4px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#afc11ad29fae04a > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-style: solid;border-right-color: rgba(255, 255, 255, 1);border-right-width: 4px;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 4px;border-bottom-width: 4px;border-top-width: 4px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6792a46c8a533c > .ele-wrap {border-radius: 40px;border-right-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6792a46c8a533c .hover-content-wrap:nth-child(1)
                            {}#a6792a46c8a533c .hover-content-wrap:nth-child(2)
                            {}#a3830a6f2da1286 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-style: solid;border-right-color: rgba(255, 255, 255, 1);border-right-width: 4px;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 4px;border-bottom-width: 4px;border-top-width: 4px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae8caa14aba0367 > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-style: solid;border-right-color: rgba(255, 255, 255, 1);border-right-width: 4px;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 4px;border-bottom-width: 4px;border-top-width: 4px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0d57a9ee7a4712 > .ele-wrap {border-radius: 40px;border-right-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0d57a9ee7a4712 .hover-content-wrap:nth-child(1)
                            {}#a0d57a9ee7a4712 .hover-content-wrap:nth-child(2)
                            {}#a083cacdd7afc27 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-style: solid;border-right-color: rgba(255, 255, 255, 1);border-right-width: 4px;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 4px;border-bottom-width: 4px;border-top-width: 4px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac3f2ab12aa85a2 > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-style: solid;border-right-color: rgba(255, 255, 255, 1);border-right-width: 4px;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 4px;border-bottom-width: 4px;border-top-width: 4px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a457bae148acc3d > .ele-wrap {border-radius: 40px;border-right-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a457bae148acc3d .hover-content-wrap:nth-child(1)
                            {}#a457bae148acc3d .hover-content-wrap:nth-child(2)
                            {}#ae30ea5f0ba841b > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-style: solid;border-right-color: rgba(255, 255, 255, 1);border-right-width: 4px;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 4px;border-bottom-width: 4px;border-top-width: 4px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#afa95a396ba8a89 > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-style: solid;border-right-color: rgba(255, 255, 255, 1);border-right-width: 4px;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 4px;border-bottom-width: 4px;border-top-width: 4px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3c83a4378ae38a > .ele-wrap {border-radius: 40px;border-right-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3c83a4378ae38a .hover-content-wrap:nth-child(1)
                            {}#a3c83a4378ae38a .hover-content-wrap:nth-child(2)
                            {}#a7fc5afc9ea336e > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-style: solid;border-right-color: rgba(255, 255, 255, 1);border-right-width: 4px;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 4px;border-bottom-width: 4px;border-top-width: 4px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6327a8bdaa4bc2 > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-style: solid;border-right-color: rgba(255, 255, 255, 1);border-right-width: 4px;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 4px;border-bottom-width: 4px;border-top-width: 4px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac3bda1156a7eae > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ac3bda1156a7eae  > .ele-wrap:hover {background-color: rgba(245, 166, 35, 1);}#a0b8ea6f20a3ac1 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a0b8ea6f20a3ac1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(5, 92, 247, 1);border-color: rgba(5, 92, 247, 1);}#af0eaa9293a00be .a74f8af89aa957d .img-wrap {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#af0eaa9293a00be .uk-grid {
  margin-left: -15px;
}
#af0eaa9293a00be .uk-grid > * {
  padding-left: 15px;
}
#af0eaa9293a00be .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af0eaa9293a00be .uk-position-center-left-out {
    left: -30px;
  }
  #af0eaa9293a00be .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8e5ba457dabca4 .a9a7ea3ba4a44f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8e5ba457dabca4 .ac3f6aaec2adb61 {
  overflow: hidden;
}
#a8e5ba457dabca4 .ac3f6aaec2adb61 , #a8e5ba457dabca4 .ac3f6aaec2adb61 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a8e5ba457dabca4 .ac3f6aaec2adb61:hover , #a8e5ba457dabca4 .ac3f6aaec2adb61 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(5, 92, 247, 1);}#a8e5ba457dabca4 .a2884ae42ca187b {
  overflow: hidden;
}
#a8e5ba457dabca4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8e5ba457dabca4 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e5ba457dabca4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0c0da5c0fad27e .ad58aae201a0e36 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0c0da5c0fad27e .a11b7acf89a813d {
  overflow: hidden;
}
#a0c0da5c0fad27e .a11b7acf89a813d , #a0c0da5c0fad27e .a11b7acf89a813d > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a0c0da5c0fad27e .a11b7acf89a813d:hover , #a0c0da5c0fad27e .a11b7acf89a813d *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(5, 92, 247, 1);}#a0c0da5c0fad27e .ada67a57cca917e {
  overflow: hidden;
}
#a0c0da5c0fad27e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0c0da5c0fad27e .uk-position-center-left-out {
    left: -30px;
  }
  #a0c0da5c0fad27e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3442a46bbacaf5 .afe3dad2dfae961 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3442a46bbacaf5 .aefc6a2b2cafb2d {
  overflow: hidden;
}
#a3442a46bbacaf5 .aefc6a2b2cafb2d , #a3442a46bbacaf5 .aefc6a2b2cafb2d > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a3442a46bbacaf5 .aefc6a2b2cafb2d:hover , #a3442a46bbacaf5 .aefc6a2b2cafb2d *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(5, 92, 247, 1);}#a3442a46bbacaf5 .ae6d0a10faa5bea {
  overflow: hidden;
}
#a3442a46bbacaf5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3442a46bbacaf5 .uk-position-center-left-out {
    left: -30px;
  }
  #a3442a46bbacaf5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8a66a52e4a0199 {
  overflow: hidden;
  pointer-events: none;
}
#a8a66a52e4a0199 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8a66a52e4a0199 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a8a66a52e4a0199 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8a66a52e4a0199 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8a66a52e4a0199 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a8a66a52e4a0199 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8a66a52e4a0199 > .tab-wrap > div > .tab-nav,
#a8a66a52e4a0199 > .tab-nav,
#a8a66a52e4a0199 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8a66a52e4a0199 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a8a66a52e4a0199 > .tab-wrap > div > .tab-nav-horizontal,
#a8a66a52e4a0199 > .tab-nav-horizontal,
#a8a66a52e4a0199 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8a66a52e4a0199 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8a66a52e4a0199 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8a66a52e4a0199 > .tab-nav-horizontal::-webkit-scrollbar,
#a8a66a52e4a0199 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8a66a52e4a0199 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8a66a52e4a0199 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8a66a52e4a0199 > .tab-nav-horizontal.tagScroll,
#a8a66a52e4a0199 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8a66a52e4a0199 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8a66a52e4a0199 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8a66a52e4a0199 > .tab-nav-horizontal.tagScroll li a,
#a8a66a52e4a0199 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8a66a52e4a0199 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8a66a52e4a0199 > .tab-wrap > div > .tab-nav a,
#a8a66a52e4a0199 > .tab-nav a,
#a8a66a52e4a0199 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8a66a52e4a0199 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8a66a52e4a0199 > .tab-wrap > div > .tab-nav li a,
#a8a66a52e4a0199 > .tab-nav li a,
#a8a66a52e4a0199 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8a66a52e4a0199 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a8a66a52e4a0199 > .tab-wrap > div > .tab-nav li a svg,
#a8a66a52e4a0199 > .tab-nav li a svg,
#a8a66a52e4a0199 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8a66a52e4a0199 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8a66a52e4a0199 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8a66a52e4a0199 > .tab-nav li a .ap_icon,
#a8a66a52e4a0199 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8a66a52e4a0199 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8a66a52e4a0199 > .tab-wrap > div > .tab-nav li a:hover,
#a8a66a52e4a0199 > .tab-nav li a:hover,
#a8a66a52e4a0199 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8a66a52e4a0199 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
  border-bottom-width: 2px;
  border-bottom-color: #055cf7;
  border-bottom-style: solid;
}
#a8a66a52e4a0199 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8a66a52e4a0199 > .tab-nav li.uk-active a,
#a8a66a52e4a0199 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8a66a52e4a0199 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
  border-bottom-width: 2px;
  border-bottom-color: #055cf7;
  border-bottom-style: solid;
}
#a8a66a52e4a0199 .layout-left li,
#a8a66a52e4a0199 .layout-center li,
#a8a66a52e4a0199 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8a66a52e4a0199 .layout-left li a,
#a8a66a52e4a0199 .layout-center li a,
#a8a66a52e4a0199 .layout-right li a {
  height: 100%;
}
#a8a66a52e4a0199 > .tab-tabs .layout-left {
  text-align: left;
}
#a8a66a52e4a0199 > .tab-tabs .layout-center {
  text-align: center;
}
#a8a66a52e4a0199 > .tab-tabs .layout-right {
  text-align: right;
}
#a8a66a52e4a0199 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8a66a52e4a0199 .tab-content-wrap {
  background-color: transparent;
}
#a8a66a52e4a0199 .tab-contents,
#a8a66a52e4a0199 .tab-contents-wrap {
  pointer-events: none;
}
#a8a66a52e4a0199 .tab-content,
#a8a66a52e4a0199 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8a66a52e4a0199 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8a66a52e4a0199 .tab-wrap .tab-contents {
  height: 100%;
}
#a8a66a52e4a0199 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8a66a52e4a0199 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8a66a52e4a0199 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae7d8a19b1a8c10 .ele-wrap {border-color: rgba(5, 92, 247, 1);color: #055cf7;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#ae7d8a19b1a8c10 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(5, 92, 247, 1);border-color: rgba(5, 92, 247, 1);}#a343fa4d1ba14bb .a3ca5a8d94abe3f .img-wrap {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a343fa4d1ba14bb .uk-grid {
  margin-left: -15px;
}
#a343fa4d1ba14bb .uk-grid > * {
  padding-left: 15px;
}
#a343fa4d1ba14bb .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a343fa4d1ba14bb .uk-position-center-left-out {
    left: -30px;
  }
  #a343fa4d1ba14bb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a56f4a2df6ab499 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a0f68a3084a32fc > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a9406a8190a4948 , #a9406a8190a4948 a{color: rgba(255, 255, 255, 1);}#acc06a7196a2512 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#aca05a85b5a4899 > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a733fa3399a4480 , #a733fa3399a4480 a{color: rgba(255, 255, 255, 1);}#a3dc0a625fa1f5a > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a0547a2429a7cde > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a174fa24f6a541e , #a174fa24f6a541e a{color: rgba(255, 255, 255, 1);}#aa9f8aa7eaad1f9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a6abfac2d2a1529 > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a8557a3885a78e6 , #a8557a3885a78e6 a{color: rgba(255, 255, 255, 1);}#a1b9aa6166ab4d2 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#aaef6a4c83a2aff > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6203a015caee7d , #a6203a015caee7d a{color: rgba(255, 255, 255, 1);}#a9fcbada8faccf1 [data-item="undefined"] {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a4873a66dfa7414 > .ele-wrap {background-color: rgba(237, 240, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4873a66dfa7414  > .ele-wrap:hover {background-color: rgba(5, 92, 247, 1);color: #ffffff;}#a4873a66dfa7414:hover * {color: #ffffff  !important}
                            #a4873a66dfa7414:hover .line{border-color: #ffffff  !important}#a32c9a24bca5c5b > .ele-wrap {background-color: rgba(237, 240, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a32c9a24bca5c5b  > .ele-wrap:hover {background-color: rgba(5, 92, 247, 1);color: #ffffff;}#a32c9a24bca5c5b:hover * {color: #ffffff  !important}
                            #a32c9a24bca5c5b:hover .line{border-color: #ffffff  !important}#abb2eacca5a7144 > .ele-wrap {background-color: rgba(237, 240, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abb2eacca5a7144  > .ele-wrap:hover {background-color: rgba(5, 92, 247, 1);color: #ffffff;}#abb2eacca5a7144:hover * {color: #ffffff  !important}
                            #abb2eacca5a7144:hover .line{border-color: #ffffff  !important}#ae5c4a87dba862a {background-color: rgba(0,0,0,0.7);}#ae5c4a87dba862a > .lightbox-content {background-image: url(/resources/upload/a8b99a2e3aac3a7/1745994301217.jpeg);background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a6d5fa7a64a2381 > .ele-wrap {border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#aa965a78dbab32c , #aa965a78dbab32c a{color: rgba(5, 92, 247, 1);}#a1701ae4a1a49b0 , #a1701ae4a1a49b0 a{color: rgba(5, 92, 247, 1);}#a9209ad7e0adbfa , #a9209ad7e0adbfa a{color: rgba(5, 92, 247, 1);}#a1a68afa1faae69 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af4b6a8d9badbe8 .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#a4457ac527aa638 a, #a4457ac527aa638 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#ab861a54b5adc1f .a9bbdaa8a8a1410 .img-wrap {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#ab861a54b5adc1f .uk-grid {
  margin-left: -15px;
}
#ab861a54b5adc1f .uk-grid > * {
  padding-left: 15px;
}
#ab861a54b5adc1f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab861a54b5adc1f .uk-position-center-left-out {
    left: -30px;
  }
  #ab861a54b5adc1f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9d67ac94dab35f .abd30a987aa312c .img-wrap {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a9d67ac94dab35f .uk-grid {
  margin-left: -15px;
}
#a9d67ac94dab35f .uk-grid > * {
  padding-left: 15px;
}
#a9d67ac94dab35f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9d67ac94dab35f .uk-position-center-left-out {
    left: -30px;
  }
  #a9d67ac94dab35f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae5c4a87dba862a {background-color: rgba(0,0,0,0.7);}#ae5c4a87dba862a > .lightbox-content {background-image: url(/resources/upload/a8b99a2e3aac3a7/1745994301217.jpeg);background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a6d5fa7a64a2381 > .ele-wrap {border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#aa965a78dbab32c , #aa965a78dbab32c a{color: rgba(5, 92, 247, 1);}#a1701ae4a1a49b0 , #a1701ae4a1a49b0 a{color: rgba(5, 92, 247, 1);}#a9209ad7e0adbfa , #a9209ad7e0adbfa a{color: rgba(5, 92, 247, 1);}#af19da9772aac67 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8e43a386daffe9 .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#a206aad95ea4419 a, #a206aad95ea4419 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a9eefad801aedd1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#a610ca73f8a9d84 .form-agree {
  display: flex;
  align-items: center;
}
#a610ca73f8a9d84 .uk-form .form-submit-btn {
  width: 200px;
}
#a610ca73f8a9d84 .submit-wrap {
  text-align: center;
}
#a610ca73f8a9d84 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a610ca73f8a9d84 .form-item .uk-input,
#a610ca73f8a9d84 .form-item .uk-select,
#a610ca73f8a9d84 .form-item .uk-textarea {
  width: autopx;
}
#a610ca73f8a9d84 .form-item .auto-height {
  height: auto;
}
#a610ca73f8a9d84 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a610ca73f8a9d84 .form-item > label {
  flex: none;
}
#a610ca73f8a9d84 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a610ca73f8a9d84 .form-item .uk-input,
#a610ca73f8a9d84 .form-item .uk-select,
#a610ca73f8a9d84 .form-item .uk-textarea,
#a610ca73f8a9d84 .form-item .address-select,
#a610ca73f8a9d84 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a610ca73f8a9d84 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a8c81a7f03a2293 , #a8c81a7f03a2293 a{color: rgba(5, 92, 247, 1);}#a8b8aa6ac9a5eaf , #a8b8aa6ac9a5eaf a{color: rgba(5, 92, 247, 1);}#a4592ad998aa8b2 , #a4592ad998aa8b2 a{color: rgba(5, 92, 247, 1);}#ab062a1b85a3652 , #ab062a1b85a3652 a{color: rgba(5, 92, 247, 1);}#a3535ad3b0a1b11 , #a3535ad3b0a1b11 a{color: rgba(5, 92, 247, 1);}#ae5c4a87dba862a {background-color: rgba(0,0,0,0.7);}#ae5c4a87dba862a > .lightbox-content {background-image: url(/resources/upload/a8b99a2e3aac3a7/1745994301217.jpeg);background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a6d5fa7a64a2381 > .ele-wrap {border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#aa965a78dbab32c , #aa965a78dbab32c a{color: rgba(5, 92, 247, 1);}#a1701ae4a1a49b0 , #a1701ae4a1a49b0 a{color: rgba(5, 92, 247, 1);}#a9209ad7e0adbfa , #a9209ad7e0adbfa a{color: rgba(5, 92, 247, 1);}#a8c72a0cf5a7fc4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6bcca2396a7221 .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#a27b4a8ae6a995c a, #a27b4a8ae6a995c {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#aee1cac528a4915 , #aee1cac528a4915 a{color: rgba(245, 166, 35, 1);}#a7e19a009ba3f63 , #a7e19a009ba3f63 a{color: rgba(208, 2, 27, 1);}#af2d8a9696adc2d > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa0fca5b70aba18 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa0fca5b70aba18 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa0fca5b70aba18 .uk-position-center-left-out {
    left: -30px;
  }
  #aa0fca5b70aba18 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a67d7a1191a153b , #a67d7a1191a153b a{color: rgba(245, 166, 35, 1);}#a3ccfad4b8abb21 , #a3ccfad4b8abb21 a{color: rgba(208, 2, 27, 1);}#aacfda50bca2613 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a066ea104bab5e6 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a066ea104bab5e6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a066ea104bab5e6 .uk-position-center-left-out {
    left: -30px;
  }
  #a066ea104bab5e6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a01ffa037ba747a , #a01ffa037ba747a a{color: rgba(245, 166, 35, 1);}#a2c8fabc21a8ca2 , #a2c8fabc21a8ca2 a{color: rgba(208, 2, 27, 1);}#ad2f4a7a6ea8cac > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8bdafbf6ac795 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac8bdafbf6ac795 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac8bdafbf6ac795 .uk-position-center-left-out {
    left: -30px;
  }
  #ac8bdafbf6ac795 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad958a8702a0611 , #ad958a8702a0611 a{color: rgba(245, 166, 35, 1);}#ac512a9937a1f90 , #ac512a9937a1f90 a{color: rgba(208, 2, 27, 1);}#aabd8a459da9ff8 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2e3eaf59ba0204 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2e3eaf59ba0204 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2e3eaf59ba0204 .uk-position-center-left-out {
    left: -30px;
  }
  #a2e3eaf59ba0204 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae3d4a0c63af1c2 , #ae3d4a0c63af1c2 a{color: rgba(245, 166, 35, 1);}#a59a5ab9f6ab931 , #a59a5ab9f6ab931 a{color: rgba(208, 2, 27, 1);}#ab8fea08a6a1c95 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1951a52e2a3099 .a892cac0bcac177 {
  overflow: hidden;
}
#a1951a52e2a3099 .a892cac0bcac177 , #a1951a52e2a3099 .a892cac0bcac177 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a1951a52e2a3099 .a892cac0bcac177:hover , #a1951a52e2a3099 .a892cac0bcac177 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#a1951a52e2a3099 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1951a52e2a3099 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1951a52e2a3099 .uk-position-center-left-out {
    left: -30px;
  }
  #a1951a52e2a3099 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaad7ab8dba2d38 , #aaad7ab8dba2d38 a{color: rgba(245, 166, 35, 1);}#a201ca8e32a6902 , #a201ca8e32a6902 a{color: rgba(208, 2, 27, 1);}#a3fd9a1497a5f78 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa95ba24ffaec7b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa95ba24ffaec7b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa95ba24ffaec7b .uk-position-center-left-out {
    left: -30px;
  }
  #aa95ba24ffaec7b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad64bac28cafbdb , #ad64bac28cafbdb a{color: rgba(245, 166, 35, 1);}#a9ba1a5ebdaa4f8 , #a9ba1a5ebdaa4f8 a{color: rgba(208, 2, 27, 1);}#a2ef0a7690a5be4 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aac7aa628eaebbb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aac7aa628eaebbb .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aac7aa628eaebbb .uk-position-center-left-out {
    left: -30px;
  }
  #aac7aa628eaebbb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a40f3a32f7aab51 , #a40f3a32f7aab51 a{color: rgba(245, 166, 35, 1);}#acb86aa8eea030e , #acb86aa8eea030e a{color: rgba(208, 2, 27, 1);}#ab4c8a1ecea9bd1 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac637a0cc9a207b .a7794a6804a8fea {
  overflow: hidden;
}
#ac637a0cc9a207b .a7794a6804a8fea , #ac637a0cc9a207b .a7794a6804a8fea > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac637a0cc9a207b .a7794a6804a8fea:hover , #ac637a0cc9a207b .a7794a6804a8fea *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#ac637a0cc9a207b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac637a0cc9a207b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac637a0cc9a207b .uk-position-center-left-out {
    left: -30px;
  }
  #ac637a0cc9a207b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a70c5adcffacc01 , #a70c5adcffacc01 a{color: rgba(245, 166, 35, 1);}#a330eae6f7a4bdd , #a330eae6f7a4bdd a{color: rgba(208, 2, 27, 1);}#a99bea18bfac2ea > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0125aadada31ab .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0125aadada31ab .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0125aadada31ab .uk-position-center-left-out {
    left: -30px;
  }
  #a0125aadada31ab .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac8e1a3b21a2430 , #ac8e1a3b21a2430 a{color: rgba(245, 166, 35, 1);}#a38cfa5c63a032b , #a38cfa5c63a032b a{color: rgba(208, 2, 27, 1);}#a22eea2c74ac6cf > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2482a4066aee99 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2482a4066aee99 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2482a4066aee99 .uk-position-center-left-out {
    left: -30px;
  }
  #a2482a4066aee99 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a29e7af7eca26bf , #a29e7af7eca26bf a{color: rgba(245, 166, 35, 1);}#acbc6a6321a097e , #acbc6a6321a097e a{color: rgba(208, 2, 27, 1);}#a30fba857eaa40c > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5acaae6ddad441 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5acaae6ddad441 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5acaae6ddad441 .uk-position-center-left-out {
    left: -30px;
  }
  #a5acaae6ddad441 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2910a23f2a2f23 , #a2910a23f2a2f23 a{color: rgba(245, 166, 35, 1);}#ab589ae985a25cf , #ab589ae985a25cf a{color: rgba(208, 2, 27, 1);}#a5fb9a67deaaab7 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa17aab9d9a7189 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa17aab9d9a7189 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa17aab9d9a7189 .uk-position-center-left-out {
    left: -30px;
  }
  #aa17aab9d9a7189 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a055fa0ce2ab3cd , #a055fa0ce2ab3cd a{color: rgba(245, 166, 35, 1);}#a18f2af3f9a21f0 , #a18f2af3f9a21f0 a{color: rgba(208, 2, 27, 1);}#a54b9a268ea756c > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c04a526ca63d2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6c04a526ca63d2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6c04a526ca63d2 .uk-position-center-left-out {
    left: -30px;
  }
  #a6c04a526ca63d2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2f5aae629a4731 , #a2f5aae629a4731 a{color: rgba(245, 166, 35, 1);}#a0908a9f4fa5e3d , #a0908a9f4fa5e3d a{color: rgba(208, 2, 27, 1);}#a9f24a96ceaf8e6 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab21fa09e4aef24 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab21fa09e4aef24 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab21fa09e4aef24 .uk-position-center-left-out {
    left: -30px;
  }
  #ab21fa09e4aef24 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3d9ea2021a7f08 , #a3d9ea2021a7f08 a{color: rgba(245, 166, 35, 1);}#ae50fa9755aa301 , #ae50fa9755aa301 a{color: rgba(208, 2, 27, 1);}#a18ffab7bfae442 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96cfabaf6a6c99 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a96cfabaf6a6c99 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a96cfabaf6a6c99 .uk-position-center-left-out {
    left: -30px;
  }
  #a96cfabaf6a6c99 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a37a9a095eaec95 , #a37a9a095eaec95 a{color: rgba(245, 166, 35, 1);}#adebaa370fa3ea9 , #adebaa370fa3ea9 a{color: rgba(208, 2, 27, 1);}#ab51ba4789ababd > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a53fbac944aed38 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53fbac944aed38 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a53fbac944aed38 .uk-position-center-left-out {
    left: -30px;
  }
  #a53fbac944aed38 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afba4afbd0a9359 , #afba4afbd0a9359 a{color: rgba(245, 166, 35, 1);}#a7aa2a3f0aa1583 , #a7aa2a3f0aa1583 a{color: rgba(208, 2, 27, 1);}#a5b04ac4ada5088 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a98bea34c8aa449 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a98bea34c8aa449 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a98bea34c8aa449 .uk-position-center-left-out {
    left: -30px;
  }
  #a98bea34c8aa449 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6ee1a31b3a168c , #a6ee1a31b3a168c a{color: rgba(245, 166, 35, 1);}#ae483a01cca3bca , #ae483a01cca3bca a{color: rgba(208, 2, 27, 1);}#adc2aa3864a6392 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aec9ea2fc7aed4d .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aec9ea2fc7aed4d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aec9ea2fc7aed4d .uk-position-center-left-out {
    left: -30px;
  }
  #aec9ea2fc7aed4d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2f56a7e64a9559 , #a2f56a7e64a9559 a{color: rgba(245, 166, 35, 1);}#a6af4ab532a7d6f , #a6af4ab532a7d6f a{color: rgba(208, 2, 27, 1);}#a5ae2a2c89aa329 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9df6a4af9a037c .adb60a595ba05ee {
  overflow: hidden;
}
#a9df6a4af9a037c .adb60a595ba05ee , #a9df6a4af9a037c .adb60a595ba05ee > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9df6a4af9a037c .adb60a595ba05ee:hover , #a9df6a4af9a037c .adb60a595ba05ee *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#a9df6a4af9a037c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9df6a4af9a037c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9df6a4af9a037c .uk-position-center-left-out {
    left: -30px;
  }
  #a9df6a4af9a037c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7bcfabf47a1492 , #a7bcfabf47a1492 a{color: rgba(245, 166, 35, 1);}#a5c23ade35ae398 , #a5c23ade35ae398 a{color: rgba(208, 2, 27, 1);}#a577daaae1aeb5d > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac03ca25dba0fdb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac03ca25dba0fdb .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac03ca25dba0fdb .uk-position-center-left-out {
    left: -30px;
  }
  #ac03ca25dba0fdb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afc9aa165aa3bb9 , #afc9aa165aa3bb9 a{color: rgba(245, 166, 35, 1);}#a38cca1e49ab79d , #a38cca1e49ab79d a{color: rgba(208, 2, 27, 1);}#a5a72a3d5bac30d > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4153a7a85a615e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4153a7a85a615e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4153a7a85a615e .uk-position-center-left-out {
    left: -30px;
  }
  #a4153a7a85a615e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af1cdab349a5dee , #af1cdab349a5dee a{color: rgba(245, 166, 35, 1);}#a7ceba8b08ad310 , #a7ceba8b08ad310 a{color: rgba(208, 2, 27, 1);}#aba0ca296bab848 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a84b9acb3aa3628 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a84b9acb3aa3628 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a84b9acb3aa3628 .uk-position-center-left-out {
    left: -30px;
  }
  #a84b9acb3aa3628 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a56eda0548a2e06 , #a56eda0548a2e06 a{color: rgba(245, 166, 35, 1);}#aa52eabdeaa56a1 , #aa52eabdeaa56a1 a{color: rgba(208, 2, 27, 1);}#acaf1a3dfca0ac5 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adecdaf9e8ab6d9 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adecdaf9e8ab6d9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #adecdaf9e8ab6d9 .uk-position-center-left-out {
    left: -30px;
  }
  #adecdaf9e8ab6d9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac20ba1d8daa14d , #ac20ba1d8daa14d a{color: rgba(245, 166, 35, 1);}#aac57a909ea77c9 , #aac57a909ea77c9 a{color: rgba(208, 2, 27, 1);}#a5c5ca486fa30b8 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac12ca44f4a76a0 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac12ca44f4a76a0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac12ca44f4a76a0 .uk-position-center-left-out {
    left: -30px;
  }
  #ac12ca44f4a76a0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae454a9689a6aad , #ae454a9689a6aad a{color: rgba(245, 166, 35, 1);}#a5747abb5ca0802 , #a5747abb5ca0802 a{color: rgba(208, 2, 27, 1);}#a803ba06d9a8abc > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a5daba94abb7d .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4a5daba94abb7d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4a5daba94abb7d .uk-position-center-left-out {
    left: -30px;
  }
  #a4a5daba94abb7d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af128ac119a9166 , #af128ac119a9166 a{color: rgba(245, 166, 35, 1);}#a1d5da459ba5d0d , #a1d5da459ba5d0d a{color: rgba(208, 2, 27, 1);}#a4bbcac653afab5 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5e56a0156ae34f .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5e56a0156ae34f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5e56a0156ae34f .uk-position-center-left-out {
    left: -30px;
  }
  #a5e56a0156ae34f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac42aa4048a48ce , #ac42aa4048a48ce a{color: rgba(245, 166, 35, 1);}#ac36ca792fa6265 , #ac36ca792fa6265 a{color: rgba(208, 2, 27, 1);}#ade10aec2fa28b5 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac45aaa1b7a6f27 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac45aaa1b7a6f27 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac45aaa1b7a6f27 .uk-position-center-left-out {
    left: -30px;
  }
  #ac45aaa1b7a6f27 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4555aa593ab68c , #a4555aa593ab68c a{color: rgba(245, 166, 35, 1);}#a26a5a0cd9a525b , #a26a5a0cd9a525b a{color: rgba(208, 2, 27, 1);}#ad17ea9905a1d36 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a939da9edcacc83 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a939da9edcacc83 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a939da9edcacc83 .uk-position-center-left-out {
    left: -30px;
  }
  #a939da9edcacc83 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8748ab250a2ddf , #a8748ab250a2ddf a{color: rgba(245, 166, 35, 1);}#a1284a129dafffc , #a1284a129dafffc a{color: rgba(208, 2, 27, 1);}#a27d0a6c48a910d > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acd97ac216a6148 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#acd97ac216a6148 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acd97ac216a6148 .uk-position-center-left-out {
    left: -30px;
  }
  #acd97ac216a6148 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab338ab310a15ab , #ab338ab310a15ab a{color: rgba(245, 166, 35, 1);}#a2ea5a56b5a0b20 , #a2ea5a56b5a0b20 a{color: rgba(208, 2, 27, 1);}#a01cca8fe5a2bee > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abc37af6a5a017d .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#abc37af6a5a017d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abc37af6a5a017d .uk-position-center-left-out {
    left: -30px;
  }
  #abc37af6a5a017d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab435a1c36ab5aa , #ab435a1c36ab5aa a{color: rgba(245, 166, 35, 1);}#abe02a610dae8ec , #abe02a610dae8ec a{color: rgba(208, 2, 27, 1);}#a56b5a328aa61d2 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a20bba0d46ae017 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a20bba0d46ae017 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a20bba0d46ae017 .uk-position-center-left-out {
    left: -30px;
  }
  #a20bba0d46ae017 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8421a8140a2823 , #a8421a8140a2823 a{color: rgba(245, 166, 35, 1);}#af0d4a903faa854 , #af0d4a903faa854 a{color: rgba(208, 2, 27, 1);}#a079cae8f2ae71f > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae265a04e3a851e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae265a04e3a851e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae265a04e3a851e .uk-position-center-left-out {
    left: -30px;
  }
  #ae265a04e3a851e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aab2da1367a42f4 , #aab2da1367a42f4 a{color: rgba(245, 166, 35, 1);}#ab87eaf1a5a70d9 , #ab87eaf1a5a70d9 a{color: rgba(208, 2, 27, 1);}#aa037a6a4bab6a4 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a93a9a1658ad8c3 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a93a9a1658ad8c3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a93a9a1658ad8c3 .uk-position-center-left-out {
    left: -30px;
  }
  #a93a9a1658ad8c3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9a2da7c92a82f6 , #a9a2da7c92a82f6 a{color: rgba(245, 166, 35, 1);}#aa985a7156acd33 , #aa985a7156acd33 a{color: rgba(208, 2, 27, 1);}#a905ca3bb5a08cd > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a680da0de3a5d5a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a680da0de3a5d5a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a680da0de3a5d5a .uk-position-center-left-out {
    left: -30px;
  }
  #a680da0de3a5d5a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1e71a2ee7abc8b , #a1e71a2ee7abc8b a{color: rgba(245, 166, 35, 1);}#a01e1a812aa9510 , #a01e1a812aa9510 a{color: rgba(208, 2, 27, 1);}#a7899a9662a3cc8 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a08ebabf87a3172 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a08ebabf87a3172 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a08ebabf87a3172 .uk-position-center-left-out {
    left: -30px;
  }
  #a08ebabf87a3172 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6923ad6e3a1f28 , #a6923ad6e3a1f28 a{color: rgba(245, 166, 35, 1);}#ac369aa637a98a9 , #ac369aa637a98a9 a{color: rgba(208, 2, 27, 1);}#a2246a0d8fada12 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3432aea3daa11a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3432aea3daa11a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3432aea3daa11a .uk-position-center-left-out {
    left: -30px;
  }
  #a3432aea3daa11a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a304cac87fafe44 , #a304cac87fafe44 a{color: rgba(245, 166, 35, 1);}#ac17aa3a90a4955 , #ac17aa3a90a4955 a{color: rgba(208, 2, 27, 1);}#a240aa7d91aedaf > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af192ae9a9a3d22 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af192ae9a9a3d22 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af192ae9a9a3d22 .uk-position-center-left-out {
    left: -30px;
  }
  #af192ae9a9a3d22 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a713aabeeba37b0 , #a713aabeeba37b0 a{color: rgba(245, 166, 35, 1);}#a4460a30a9a480e , #a4460a30a9a480e a{color: rgba(208, 2, 27, 1);}#ace3bab766ab778 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a79d0addeca677c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a79d0addeca677c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a79d0addeca677c .uk-position-center-left-out {
    left: -30px;
  }
  #a79d0addeca677c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6b0da1bdda15e5 , #a6b0da1bdda15e5 a{color: rgba(245, 166, 35, 1);}#a649faaddcac393 , #a649faaddcac393 a{color: rgba(208, 2, 27, 1);}#aa24ea2276ac9d4 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac5dcae5ada879c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac5dcae5ada879c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac5dcae5ada879c .uk-position-center-left-out {
    left: -30px;
  }
  #ac5dcae5ada879c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab227a92cfab064 , #ab227a92cfab064 a{color: rgba(245, 166, 35, 1);}#a6870adabaaa73f , #a6870adabaaa73f a{color: rgba(208, 2, 27, 1);}#a063cac31da58cc > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3eafa0836a4fc4 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3eafa0836a4fc4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3eafa0836a4fc4 .uk-position-center-left-out {
    left: -30px;
  }
  #a3eafa0836a4fc4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4af5a51daa1d82 , #a4af5a51daa1d82 a{color: rgba(245, 166, 35, 1);}#a3e1eacd4eaeaa8 , #a3e1eacd4eaeaa8 a{color: rgba(208, 2, 27, 1);}#a360aae24ca2595 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7098a8e1fab896 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7098a8e1fab896 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7098a8e1fab896 .uk-position-center-left-out {
    left: -30px;
  }
  #a7098a8e1fab896 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5d3aae271a2852 , #a5d3aae271a2852 a{color: rgba(245, 166, 35, 1);}#aa323a1ce5a9fd8 , #aa323a1ce5a9fd8 a{color: rgba(208, 2, 27, 1);}#af8bcae30fa9fa3 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a480aa1f9ba23eb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a480aa1f9ba23eb .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a480aa1f9ba23eb .uk-position-center-left-out {
    left: -30px;
  }
  #a480aa1f9ba23eb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aeb3fad8cfaca44 , #aeb3fad8cfaca44 a{color: rgba(245, 166, 35, 1);}#a6d33a2826a92c5 , #a6d33a2826a92c5 a{color: rgba(208, 2, 27, 1);}#a88cba3109a6f70 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a660eaf520ac00a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a660eaf520ac00a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a660eaf520ac00a .uk-position-center-left-out {
    left: -30px;
  }
  #a660eaf520ac00a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a498ea436da18ff , #a498ea436da18ff a{color: rgba(245, 166, 35, 1);}#a2c39acfcba4ce3 , #a2c39acfcba4ce3 a{color: rgba(208, 2, 27, 1);}#af9cda89b2adc9d > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afd5fafdd3ab431 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#afd5fafdd3ab431 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afd5fafdd3ab431 .uk-position-center-left-out {
    left: -30px;
  }
  #afd5fafdd3ab431 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0658ad2f4a2061 , #a0658ad2f4a2061 a{color: rgba(245, 166, 35, 1);}#ade2ea6bd5a820c , #ade2ea6bd5a820c a{color: rgba(208, 2, 27, 1);}#af9f7a4e10af0cb > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa351a706bab025 .a2ae6a9670a0503 {
  overflow: hidden;
}
#aa351a706bab025 .a2ae6a9670a0503 , #aa351a706bab025 .a2ae6a9670a0503 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa351a706bab025 .a2ae6a9670a0503:hover , #aa351a706bab025 .a2ae6a9670a0503 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#aa351a706bab025 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa351a706bab025 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa351a706bab025 .uk-position-center-left-out {
    left: -30px;
  }
  #aa351a706bab025 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5e6cab64eaa07c , #a5e6cab64eaa07c a{color: rgba(245, 166, 35, 1);}#a355fa5a1ea60cd , #a355fa5a1ea60cd a{color: rgba(208, 2, 27, 1);}#ae111acf49abe71 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4dd3a7bc7af953 .a53caa7a6ba3319 {
  overflow: hidden;
}
#a4dd3a7bc7af953 .a53caa7a6ba3319 , #a4dd3a7bc7af953 .a53caa7a6ba3319 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4dd3a7bc7af953 .a53caa7a6ba3319:hover , #a4dd3a7bc7af953 .a53caa7a6ba3319 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#a4dd3a7bc7af953 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4dd3a7bc7af953 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4dd3a7bc7af953 .uk-position-center-left-out {
    left: -30px;
  }
  #a4dd3a7bc7af953 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaab8abf57ae8c9 , #aaab8abf57ae8c9 a{color: rgba(245, 166, 35, 1);}#adccda5620a285d , #adccda5620a285d a{color: rgba(208, 2, 27, 1);}#ae29aa2ef6add7c > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1df7ab484a5092 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1df7ab484a5092 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1df7ab484a5092 .uk-position-center-left-out {
    left: -30px;
  }
  #a1df7ab484a5092 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5249a9f57a3856 , #a5249a9f57a3856 a{color: rgba(245, 166, 35, 1);}#a10e3a3259a2ac1 , #a10e3a3259a2ac1 a{color: rgba(208, 2, 27, 1);}#a0193ad75eac092 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae9e4accfaa3e84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae9e4accfaa3e84 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae9e4accfaa3e84 .uk-position-center-left-out {
    left: -30px;
  }
  #ae9e4accfaa3e84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab76bae7f3a3cdb , #ab76bae7f3a3cdb a{color: rgba(245, 166, 35, 1);}#ab964af4b5a50d8 , #ab964af4b5a50d8 a{color: rgba(208, 2, 27, 1);}#a4c5dabf08a2dd6 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0162ade5aa3a10 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0162ade5aa3a10 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0162ade5aa3a10 .uk-position-center-left-out {
    left: -30px;
  }
  #a0162ade5aa3a10 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaf2da657fa1eac , #aaf2da657fa1eac a{color: rgba(245, 166, 35, 1);}#ac5deaa188a940f , #ac5deaa188a940f a{color: rgba(208, 2, 27, 1);}#a65e8a59b5a30ff > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab32ea74fda4c6c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab32ea74fda4c6c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab32ea74fda4c6c .uk-position-center-left-out {
    left: -30px;
  }
  #ab32ea74fda4c6c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af2c0a69b7a3129 , #af2c0a69b7a3129 a{color: rgba(245, 166, 35, 1);}#a84bfa13b7aad4e , #a84bfa13b7aad4e a{color: rgba(208, 2, 27, 1);}#ae992a5bbdae287 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acd51a8da6a165c .aa731ac0cdaa084 {
  overflow: hidden;
}
#acd51a8da6a165c .aa731ac0cdaa084 , #acd51a8da6a165c .aa731ac0cdaa084 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acd51a8da6a165c .aa731ac0cdaa084:hover , #acd51a8da6a165c .aa731ac0cdaa084 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#acd51a8da6a165c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#acd51a8da6a165c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acd51a8da6a165c .uk-position-center-left-out {
    left: -30px;
  }
  #acd51a8da6a165c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8dbca43dea09dc , #a8dbca43dea09dc a{color: rgba(245, 166, 35, 1);}#a4b57a1ca5afbb2 , #a4b57a1ca5afbb2 a{color: rgba(208, 2, 27, 1);}#a4e79a39c4ab4b8 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a837aa5a89af36d .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a837aa5a89af36d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a837aa5a89af36d .uk-position-center-left-out {
    left: -30px;
  }
  #a837aa5a89af36d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad6e6afe53a30a9 , #ad6e6afe53a30a9 a{color: rgba(245, 166, 35, 1);}#a4367af017a9dba , #a4367af017a9dba a{color: rgba(208, 2, 27, 1);}#af424a4a73a19a6 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa482a013fa4bc9 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa482a013fa4bc9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa482a013fa4bc9 .uk-position-center-left-out {
    left: -30px;
  }
  #aa482a013fa4bc9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7b7aaba21aa8be , #a7b7aaba21aa8be a{color: rgba(245, 166, 35, 1);}#aa0dbaa1a7a949e , #aa0dbaa1a7a949e a{color: rgba(208, 2, 27, 1);}#a7d56abb74a32de > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a700fa0d47a39fa .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a700fa0d47a39fa .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a700fa0d47a39fa .uk-position-center-left-out {
    left: -30px;
  }
  #a700fa0d47a39fa .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a417ca08c5ab7de , #a417ca08c5ab7de a{color: rgba(245, 166, 35, 1);}#a3fe1a1ad3ab31e , #a3fe1a1ad3ab31e a{color: rgba(208, 2, 27, 1);}#af6f5af2cfa0566 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2623a9cfaacf8e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2623a9cfaacf8e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2623a9cfaacf8e .uk-position-center-left-out {
    left: -30px;
  }
  #a2623a9cfaacf8e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3cb0a0a00a9f6a , #a3cb0a0a00a9f6a a{color: rgba(245, 166, 35, 1);}#a1d93aeca3aa7d7 , #a1d93aeca3aa7d7 a{color: rgba(208, 2, 27, 1);}#accbeaab76a1b81 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aae27ad608a8080 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aae27ad608a8080 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aae27ad608a8080 .uk-position-center-left-out {
    left: -30px;
  }
  #aae27ad608a8080 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd9ac247a3be5 , #aabd9ac247a3be5 a{color: rgba(245, 166, 35, 1);}#a9160add46aeb2e , #a9160add46aeb2e a{color: rgba(208, 2, 27, 1);}#a99e1a0a34aff08 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a90fdafc3ea6b3d .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a90fdafc3ea6b3d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a90fdafc3ea6b3d .uk-position-center-left-out {
    left: -30px;
  }
  #a90fdafc3ea6b3d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6781af0a4ac209 , #a6781af0a4ac209 a{color: rgba(245, 166, 35, 1);}#a56c9a75bda4e9e , #a56c9a75bda4e9e a{color: rgba(208, 2, 27, 1);}#a1e35a704cadd99 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af899a508daf642 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af899a508daf642 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af899a508daf642 .uk-position-center-left-out {
    left: -30px;
  }
  #af899a508daf642 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af756a0a1fa61ff , #af756a0a1fa61ff a{color: rgba(245, 166, 35, 1);}#a171bae799adada , #a171bae799adada a{color: rgba(208, 2, 27, 1);}#a5b39acdf5af77f > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a072fa2cd2a8719 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a072fa2cd2a8719 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a072fa2cd2a8719 .uk-position-center-left-out {
    left: -30px;
  }
  #a072fa2cd2a8719 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a11b6a9f85a9c27 , #a11b6a9f85a9c27 a{color: rgba(245, 166, 35, 1);}#a2a1fa5adcae3de , #a2a1fa5adcae3de a{color: rgba(208, 2, 27, 1);}#a1ed1a4f80a1a93 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad840a9fd1a96ae .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad840a9fd1a96ae .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad840a9fd1a96ae .uk-position-center-left-out {
    left: -30px;
  }
  #ad840a9fd1a96ae .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad566a6d0aa43a6 , #ad566a6d0aa43a6 a{color: rgba(245, 166, 35, 1);}#aeec1a391aa3e3e , #aeec1a391aa3e3e a{color: rgba(208, 2, 27, 1);}#af4f2a86eba0d04 > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a92e4ac188a8e98 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a92e4ac188a8e98 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a92e4ac188a8e98 .uk-position-center-left-out {
    left: -30px;
  }
  #a92e4ac188a8e98 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6edaaf7cfa1c93 , #a6edaaf7cfa1c93 a{color: rgba(245, 166, 35, 1);}#abdc6aab9caebb0 , #abdc6aab9caebb0 a{color: rgba(208, 2, 27, 1);}#a7648a79f9aeaed > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a391aaf070a6226 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a391aaf070a6226 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a391aaf070a6226 .uk-position-center-left-out {
    left: -30px;
  }
  #a391aaf070a6226 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8971a5ad9afccc , #a8971a5ad9afccc a{color: rgba(245, 166, 35, 1);}#aab6ea58bcadaee , #aab6ea58bcadaee a{color: rgba(208, 2, 27, 1);}#a967ea92e1a4bfd > .ele-wrap {background-color: rgba(245, 166, 35, 0.84);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a371ca4ef7ac27b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a371ca4ef7ac27b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a371ca4ef7ac27b .uk-position-center-left-out {
    left: -30px;
  }
  #a371ca4ef7ac27b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#abf61ac472ab42f .a24baa3efdaf23c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abf61ac472ab42f .a3074a2131ab704 {
  overflow: hidden;
}
#abf61ac472ab42f .a3074a2131ab704 , #abf61ac472ab42f .a3074a2131ab704 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#abf61ac472ab42f .a3074a2131ab704:hover , #abf61ac472ab42f .a3074a2131ab704 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(5, 92, 247, 1);}#abf61ac472ab42f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abf61ac472ab42f .uk-position-center-left-out {
    left: -30px;
  }
  #abf61ac472ab42f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae5c4a87dba862a {background-color: rgba(0,0,0,0.7);}#ae5c4a87dba862a > .lightbox-content {background-image: url(/resources/upload/a8b99a2e3aac3a7/1745994301217.jpeg);background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a6d5fa7a64a2381 > .ele-wrap {border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#aa965a78dbab32c , #aa965a78dbab32c a{color: rgba(5, 92, 247, 1);}#a1701ae4a1a49b0 , #a1701ae4a1a49b0 a{color: rgba(5, 92, 247, 1);}#a9209ad7e0adbfa , #a9209ad7e0adbfa a{color: rgba(5, 92, 247, 1);}#a1ee3a98a5adead .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8648aebc6abbab .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#afab5a04dfad560 a, #afab5a04dfad560 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#afb9ea7848a2ec4 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#acb07a4ecaac4de > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ac547a4937ace24 , #ac547a4937ace24 a{color: rgba(255, 255, 255, 1);}#a57d1aec38a4861 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#aaff3adef8ac689 > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#afb0ea283aa630d , #afb0ea283aa630d a{color: rgba(255, 255, 255, 1);}#a4059ab968ad0fc > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a8a0bac332a6d44 > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a30edaa5d4a8bf5 , #a30edaa5d4a8bf5 a{color: rgba(255, 255, 255, 1);}#a2280ad0c9a0b0a > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#aa1dbae050a3e54 > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#afb6aa3276a5a6a , #afb6aa3276a5a6a a{color: rgba(255, 255, 255, 1);}#afa4fa2f2ea3f8a > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a979fa0896aa1e6 > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0f82a2336a5032 , #a0f82a2336a5032 a{color: rgba(255, 255, 255, 1);}#aa4a8ad6c5a8157 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;box-shadow: 0px 0px 14px 2px rgba(11, 118, 235, 0.08);}#a29c3a09f5ac000 > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aef14acad3a0729 , #aef14acad3a0729 a{color: rgba(255, 255, 255, 1);}#a19fcac6e2a8693 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;box-shadow: 0px 0px 14px 2px rgba(11, 118, 235, 0.08);}#a0241a7944ad40f > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab738aa58aa7ded , #ab738aa58aa7ded a{color: rgba(255, 255, 255, 1);}#ae79da5e7fa1358 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;box-shadow: 0px 0px 14px 2px rgba(11, 118, 235, 0.08);}#a6d3cab603a906a > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a34a4a81fbafcf3 , #a34a4a81fbafcf3 a{color: rgba(255, 255, 255, 1);}#ac2b2a58c1a88ab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;box-shadow: 0px 0px 14px 2px rgba(11, 118, 235, 0.08);}#a15f6aa46ea6d73 > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#adde3aad11a5d9e , #adde3aad11a5d9e a{color: rgba(255, 255, 255, 1);}#ae717aebf3a456b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;box-shadow: 0px 0px 14px 2px rgba(11, 118, 235, 0.08);}#a0a52a2a44aca1a > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#af5b5a68e0ad153 , #af5b5a68e0ad153 a{color: rgba(255, 255, 255, 1);}#ae5c4a87dba862a {background-color: rgba(0,0,0,0.7);}#ae5c4a87dba862a > .lightbox-content {background-image: url(/resources/upload/a8b99a2e3aac3a7/1745994301217.jpeg);background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a6d5fa7a64a2381 > .ele-wrap {border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#aa965a78dbab32c , #aa965a78dbab32c a{color: rgba(5, 92, 247, 1);}#a1701ae4a1a49b0 , #a1701ae4a1a49b0 a{color: rgba(5, 92, 247, 1);}#a9209ad7e0adbfa , #a9209ad7e0adbfa a{color: rgba(5, 92, 247, 1);}#a8c73a52d4a609d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1249aef49a57a7 .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#a9ca7ace24affd4 a, #a9ca7ace24affd4 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#ad478a282aaedc1 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ad478a282aaedc1 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ae5c4a87dba862a {background-color: rgba(0,0,0,0.7);}#ae5c4a87dba862a > .lightbox-content {background-image: url(/resources/upload/a8b99a2e3aac3a7/1745994301217.jpeg);background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a6d5fa7a64a2381 > .ele-wrap {border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#aa965a78dbab32c , #aa965a78dbab32c a{color: rgba(5, 92, 247, 1);}#a1701ae4a1a49b0 , #a1701ae4a1a49b0 a{color: rgba(5, 92, 247, 1);}#a9209ad7e0adbfa , #a9209ad7e0adbfa a{color: rgba(5, 92, 247, 1);}#a0493af92fae2b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aed10ad8e0ae70a .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#af4c6a5c5fa6c5d a, #af4c6a5c5fa6c5d {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a755fa927caf1ce .ele-wrap {border-color: rgba(5, 92, 247, 1);color: #055cf7;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a755fa927caf1ce .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(5, 92, 247, 1);border-color: rgba(5, 92, 247, 1);}#aec34a6bf4afa61 .ele-wrap {border-color: rgba(5, 92, 247, 1);color: #055cf7;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#aec34a6bf4afa61 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(5, 92, 247, 1);border-color: rgba(5, 92, 247, 1);}#aa489a7411aefbc .ele-wrap {border-color: rgba(5, 92, 247, 1);color: #055cf7;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#aa489a7411aefbc .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(5, 92, 247, 1);border-color: rgba(5, 92, 247, 1);}#a3b99a0aa8af89d .ele-wrap {border-color: rgba(5, 92, 247, 1);color: #055cf7;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a3b99a0aa8af89d .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(5, 92, 247, 1);border-color: rgba(5, 92, 247, 1);}#a29bea0f42a1301 {
  overflow: hidden;
  pointer-events: none;
}
#a29bea0f42a1301 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a29bea0f42a1301 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a29bea0f42a1301 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a29bea0f42a1301 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a29bea0f42a1301 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a29bea0f42a1301 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a29bea0f42a1301 > .tab-wrap > div > .tab-nav,
#a29bea0f42a1301 > .tab-nav,
#a29bea0f42a1301 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a29bea0f42a1301 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a29bea0f42a1301 > .tab-wrap > div > .tab-nav-horizontal,
#a29bea0f42a1301 > .tab-nav-horizontal,
#a29bea0f42a1301 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a29bea0f42a1301 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a29bea0f42a1301 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a29bea0f42a1301 > .tab-nav-horizontal::-webkit-scrollbar,
#a29bea0f42a1301 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a29bea0f42a1301 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a29bea0f42a1301 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a29bea0f42a1301 > .tab-nav-horizontal.tagScroll,
#a29bea0f42a1301 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a29bea0f42a1301 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a29bea0f42a1301 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a29bea0f42a1301 > .tab-nav-horizontal.tagScroll li a,
#a29bea0f42a1301 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a29bea0f42a1301 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a29bea0f42a1301 > .tab-wrap > div > .tab-nav a,
#a29bea0f42a1301 > .tab-nav a,
#a29bea0f42a1301 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a29bea0f42a1301 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a29bea0f42a1301 > .tab-wrap > div > .tab-nav li a,
#a29bea0f42a1301 > .tab-nav li a,
#a29bea0f42a1301 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a29bea0f42a1301 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a29bea0f42a1301 > .tab-wrap > div > .tab-nav li a svg,
#a29bea0f42a1301 > .tab-nav li a svg,
#a29bea0f42a1301 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a29bea0f42a1301 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a29bea0f42a1301 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a29bea0f42a1301 > .tab-nav li a .ap_icon,
#a29bea0f42a1301 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a29bea0f42a1301 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a29bea0f42a1301 > .tab-wrap > div > .tab-nav li a:hover,
#a29bea0f42a1301 > .tab-nav li a:hover,
#a29bea0f42a1301 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a29bea0f42a1301 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
  border-bottom-width: 2px;
  border-bottom-color: #055cf7;
  border-bottom-style: solid;
}
#a29bea0f42a1301 > .tab-wrap > div > .tab-nav li.uk-active a,
#a29bea0f42a1301 > .tab-nav li.uk-active a,
#a29bea0f42a1301 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a29bea0f42a1301 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
  border-bottom-width: 2px;
  border-bottom-color: #055cf7;
  border-bottom-style: solid;
}
#a29bea0f42a1301 .layout-left li,
#a29bea0f42a1301 .layout-center li,
#a29bea0f42a1301 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a29bea0f42a1301 .layout-left li a,
#a29bea0f42a1301 .layout-center li a,
#a29bea0f42a1301 .layout-right li a {
  height: 100%;
}
#a29bea0f42a1301 > .tab-tabs .layout-left {
  text-align: left;
}
#a29bea0f42a1301 > .tab-tabs .layout-center {
  text-align: center;
}
#a29bea0f42a1301 > .tab-tabs .layout-right {
  text-align: right;
}
#a29bea0f42a1301 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a29bea0f42a1301 .tab-content-wrap {
  background-color: transparent;
}
#a29bea0f42a1301 .tab-contents,
#a29bea0f42a1301 .tab-contents-wrap {
  pointer-events: none;
}
#a29bea0f42a1301 .tab-content,
#a29bea0f42a1301 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a29bea0f42a1301 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a29bea0f42a1301 .tab-wrap .tab-contents {
  height: 100%;
}
#a29bea0f42a1301 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a29bea0f42a1301 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a29bea0f42a1301 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae5c4a87dba862a {background-color: rgba(0,0,0,0.7);}#ae5c4a87dba862a > .lightbox-content {background-image: url(/resources/upload/a8b99a2e3aac3a7/1745994301217.jpeg);background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a6d5fa7a64a2381 > .ele-wrap {border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#aa965a78dbab32c , #aa965a78dbab32c a{color: rgba(5, 92, 247, 1);}#a1701ae4a1a49b0 , #a1701ae4a1a49b0 a{color: rgba(5, 92, 247, 1);}#a9209ad7e0adbfa , #a9209ad7e0adbfa a{color: rgba(5, 92, 247, 1);}#a595aac1e9aea49 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9bd3a3fc8a671d .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#a1077a69f1a2039 a, #a1077a69f1a2039 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a3852abd89a5d28 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;box-shadow: 0px 0px 14px 2px rgba(11, 118, 235, 0.08);}#a1d3ea7f7daf17c > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a7425a70b7a35a1 , #a7425a70b7a35a1 a{color: rgba(255, 255, 255, 1);}#a385cac07ca033e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;box-shadow: 0px 0px 14px 2px rgba(11, 118, 235, 0.08);}#af3a3af8a7a1dac > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0a7ea8c49ab81b , #a0a7ea8c49ab81b a{color: rgba(255, 255, 255, 1);}#ab3cdafc35a7d57 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;box-shadow: 0px 0px 14px 2px rgba(11, 118, 235, 0.08);}#ac897a77e4a1726 > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0419ac431a0c71 , #a0419ac431a0c71 a{color: rgba(255, 255, 255, 1);}#a6c5aa0718a7c18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;box-shadow: 0px 0px 14px 2px rgba(11, 118, 235, 0.08);}#acfe8aba94ab3b0 > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4098a8585ab705 , #a4098a8585ab705 a{color: rgba(255, 255, 255, 1);}#a06a5a3c63a3133 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;box-shadow: 0px 0px 14px 2px rgba(11, 118, 235, 0.08);}#af668ad260a8863 > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ad6fca80f5a7033 , #ad6fca80f5a7033 a{color: rgba(255, 255, 255, 1);}#ae5c4a87dba862a {background-color: rgba(0,0,0,0.7);}#ae5c4a87dba862a > .lightbox-content {background-image: url(/resources/upload/a8b99a2e3aac3a7/1745994301217.jpeg);background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a6d5fa7a64a2381 > .ele-wrap {border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#aa965a78dbab32c , #aa965a78dbab32c a{color: rgba(5, 92, 247, 1);}#a1701ae4a1a49b0 , #a1701ae4a1a49b0 a{color: rgba(5, 92, 247, 1);}#a9209ad7e0adbfa , #a9209ad7e0adbfa a{color: rgba(5, 92, 247, 1);}#a7f33aca0ba0690 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2a9ca05c2a7b26 .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#ad991af53da68e3 a, #ad991af53da68e3 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#ad2e3aa4bba7817 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 20px;box-shadow: 0px 0px 14px 2px rgba(11, 118, 235, 0.08);}#ad6b1a6194ab396 > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a7159aa368a2ba7 , #a7159aa368a2ba7 a{color: rgba(255, 255, 255, 1);}#a5065a657fa2b7e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 20px;box-shadow: 0px 0px 14px 2px rgba(11, 118, 235, 0.08);}#ae1f5a3c30a9dcd > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a79e5a6ef5aea2e , #a79e5a6ef5aea2e a{color: rgba(255, 255, 255, 1);}#ad906a8bc9a569a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 20px;box-shadow: 0px 0px 14px 2px rgba(11, 118, 235, 0.08);}#ac999a6ac1a2afc > .ele-wrap {background-color: rgba(5, 92, 247, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a10cfaf185a3e08 , #a10cfaf185a3e08 a{color: rgba(255, 255, 255, 1);}#ae5c4a87dba862a {background-color: rgba(0,0,0,0.7);}#ae5c4a87dba862a > .lightbox-content {background-image: url(/resources/upload/a8b99a2e3aac3a7/1745994301217.jpeg);background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a6d5fa7a64a2381 > .ele-wrap {border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#aa965a78dbab32c , #aa965a78dbab32c a{color: rgba(5, 92, 247, 1);}#a1701ae4a1a49b0 , #a1701ae4a1a49b0 a{color: rgba(5, 92, 247, 1);}#a9209ad7e0adbfa , #a9209ad7e0adbfa a{color: rgba(5, 92, 247, 1);}#a000cac28aae7ec .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a77d9af13ba2533 .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#a30dfaf6cda06fe a, #a30dfaf6cda06fe {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a22c1aa9e7a37f6 .form-agree {
  display: flex;
  align-items: center;
}
#a22c1aa9e7a37f6 .uk-form .form-submit-btn {
  width: 200px;
}
#a22c1aa9e7a37f6 .submit-wrap {
  text-align: center;
}
#a22c1aa9e7a37f6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a22c1aa9e7a37f6 .form-item .uk-input,
#a22c1aa9e7a37f6 .form-item .uk-select,
#a22c1aa9e7a37f6 .form-item .uk-textarea {
  width: autopx;
}
#a22c1aa9e7a37f6 .form-item .auto-height {
  height: auto;
}
#ae5c4a87dba862a {background-color: rgba(0,0,0,0.7);}#ae5c4a87dba862a > .lightbox-content {background-image: url(/resources/upload/a8b99a2e3aac3a7/1745994301217.jpeg);background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a6d5fa7a64a2381 > .ele-wrap {border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#aa965a78dbab32c , #aa965a78dbab32c a{color: rgba(5, 92, 247, 1);}#a1701ae4a1a49b0 , #a1701ae4a1a49b0 a{color: rgba(5, 92, 247, 1);}#a9209ad7e0adbfa , #a9209ad7e0adbfa a{color: rgba(5, 92, 247, 1);}#aedc0af4a3ae4c6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab7f0ae818a7c87 {
  min-height: 90vh;
  /* mobile */
}
#ab7f0ae818a7c87 .search-highlight {
  background: yellow;
}
#ab7f0ae818a7c87 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#ab7f0ae818a7c87 .el-title {
  margin-bottom: 20px;
}
#ab7f0ae818a7c87 .el-item:hover .el-title {
  color: #0f6ecd;
}
#ab7f0ae818a7c87 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ab7f0ae818a7c87 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ab7f0ae818a7c87 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ab7f0ae818a7c87 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ab7f0ae818a7c87 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ab7f0ae818a7c87 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ab7f0ae818a7c87 .el-title {
    margin-bottom: 0;
  }
  #ab7f0ae818a7c87 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ab7f0ae818a7c87 .category {
    font-size: 12px;
  }
  #ab7f0ae818a7c87 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a975aa88b6a2e9a .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#aedc0af4a3ae4c6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a64e4a569baf9b9 {
  /* Error Page */
  /* Error Page */
  /*--------------------------------------------Framework --------------------------------*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /* Margin section */
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done - For the inside sections that has also Title section*/
  /* Margin section */
  /*--------------------------------------------FrameWork------------------------*/
}
#a64e4a569baf9b9 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a64e4a569baf9b9 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a64e4a569baf9b9 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a64e4a569baf9b9 .error .clip:nth-of-type(1) .shadow,
#a64e4a569baf9b9 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a64e4a569baf9b9 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a64e4a569baf9b9 .error h2 {
  font-size: 32px;
}
#a64e4a569baf9b9 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a64e4a569baf9b9 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a64e4a569baf9b9 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a64e4a569baf9b9 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a64e4a569baf9b9 .error .clip .shadow {
  overflow: hidden;
}
#a64e4a569baf9b9 .error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
#a64e4a569baf9b9 .error .clip:nth-of-type(3) .shadow:after,
#a64e4a569baf9b9 .error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}
#a64e4a569baf9b9 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a64e4a569baf9b9 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a64e4a569baf9b9 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a64e4a569baf9b9 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a64e4a569baf9b9 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a64e4a569baf9b9 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a64e4a569baf9b9 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a64e4a569baf9b9 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a64e4a569baf9b9 {
    /* Error Page */
    /* Error Page */
  }
  #a64e4a569baf9b9 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a64e4a569baf9b9 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a64e4a569baf9b9 .error .clip:nth-of-type(1) .shadow,
  #a64e4a569baf9b9 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a64e4a569baf9b9 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a64e4a569baf9b9 .error h2 {
    font-size: 24px;
  }
  #a64e4a569baf9b9 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a64e4a569baf9b9 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a64e4a569baf9b9 .error .container-error-404 {
    height: 150px;
  }
}
#a64e4a569baf9b9 .overlay {
  position: relative;
  z-index: 20;
}
#a64e4a569baf9b9 .ground-color {
  background: white;
}
#a64e4a569baf9b9 .item-bg-color {
  background: #EAEAEA;
}
#a64e4a569baf9b9 .padding-top {
  padding-top: 10px;
}
#a64e4a569baf9b9 .padding-bottom {
  padding-bottom: 10px;
}
#a64e4a569baf9b9 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a64e4a569baf9b9 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a64e4a569baf9b9 .padding-all {
  padding: 10px;
}
#a64e4a569baf9b9 .no-padding-left {
  padding-left: 0px;
}
#a64e4a569baf9b9 .no-padding-right {
  padding-right: 0px;
}
#a64e4a569baf9b9 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a64e4a569baf9b9 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a64e4a569baf9b9 .no-padding {
  padding: 0px;
}
#a64e4a569baf9b9 .margin-top {
  margin-top: 10px;
}
#a64e4a569baf9b9 .margin-bottom {
  margin-bottom: 10px;
}
#a64e4a569baf9b9 .margin-right {
  margin-right: 10px;
}
#a64e4a569baf9b9 .margin-left {
  margin-left: 10px;
}
#a64e4a569baf9b9 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a64e4a569baf9b9 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a64e4a569baf9b9 .margin-all {
  margin: 10px;
}
#a64e4a569baf9b9 .no-margin {
  margin: 0px;
}
#a64e4a569baf9b9 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a64e4a569baf9b9 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a64e4a569baf9b9 .inside-col-shrink {
  margin: 0px 20px;
}
#a64e4a569baf9b9 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#afa17a1824ab767 .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#aedc0af4a3ae4c6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac00ea26e7a2585 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ac00ea26e7a2585 .switch_item {
  margin-right: 10px;
}
#ac00ea26e7a2585 a.switch_item:hover {
  text-decoration: underline;
}
#ac00ea26e7a2585 .slider {
  width: 420px;
  height: 600px;
}
#ac00ea26e7a2585 .uk-slideshow-items {
  height: 100%;
}
#ac00ea26e7a2585 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ac00ea26e7a2585 .login-wrap {
  width: 100%;
  height: 100%;
}
#ac00ea26e7a2585 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ac00ea26e7a2585 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ac00ea26e7a2585 .phone-login-box {
  margin: 40px auto 40px;
}
#ac00ea26e7a2585 .login-header {
  margin-bottom: 24px;
}
#ac00ea26e7a2585 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ac00ea26e7a2585 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ac00ea26e7a2585 .input-item input {
  width: 100%;
  padding: 0 16px 0 40px;
  height: 43px;
  border-radius: 0 21px 21px 0;
  position: absolute;
  right: 0;
  border: 0;
  line-height: 43px;
  background-color: transparent;
  outline: 0;
  font-size: 14px;
}
#ac00ea26e7a2585 .forget_password {
  cursor: pointer;
}
#ac00ea26e7a2585 .forget_password:hover {
  color: #1e87f0;
}
#ac00ea26e7a2585 .input-item input.error,
#ac00ea26e7a2585 .input-item input.error::placeholder {
  color: #fc4343;
}
#ac00ea26e7a2585 .input-item input::placeholder {
  color: #999;
}
#ac00ea26e7a2585 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ac00ea26e7a2585 .form-item {
  margin: 24px 0;
}
#ac00ea26e7a2585 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ac00ea26e7a2585 .send-code {
  float: left;
  margin-left: 20px;
}
#ac00ea26e7a2585 .verifycode-input button {
  display: block;
  padding: 0;
  height: 45px;
  width: 105px;
  background-color: #f1f7ff;
  border-radius: 22px;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #999;
  cursor: pointer;
}
#ac00ea26e7a2585 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ac00ea26e7a2585 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ac00ea26e7a2585 .login_btn_wrap {
  text-align: center;
}
#ac00ea26e7a2585 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ac00ea26e7a2585 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ac00ea26e7a2585 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a165ca4195a5b6b .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#aedc0af4a3ae4c6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5eafaf5cdaaa00 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a5eafaf5cdaaa00 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a5eafaf5cdaaa00 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a5eafaf5cdaaa00 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a5eafaf5cdaaa00 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a5eafaf5cdaaa00 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a5eafaf5cdaaa00 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a5eafaf5cdaaa00 .nav-list {
  padding: 0 20px;
}
#a5eafaf5cdaaa00 .nav-list .nav-item {
  display: inline-block;
  line-height: 21px;
  padding: 2px 6px 3px;
  font-size: 14px;
  color: #666;
  margin: 10px 30px 15px 0;
  cursor: pointer;
}
#a5eafaf5cdaaa00 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a5eafaf5cdaaa00 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a5eafaf5cdaaa00 .order-item:hover {
  background: #f7f7f7;
}
#a5eafaf5cdaaa00 .del-order {
  cursor: pointer;
}
#a5eafaf5cdaaa00 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a5eafaf5cdaaa00 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a5eafaf5cdaaa00 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a5eafaf5cdaaa00 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a5eafaf5cdaaa00 .goods-item .goods-info {
  padding: 0 15px;
}
#a5eafaf5cdaaa00 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a5eafaf5cdaaa00 .appoint-time {
  margin-bottom: 4px;
}
#a5eafaf5cdaaa00 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a5eafaf5cdaaa00 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a5eafaf5cdaaa00 .goods-item .goods-name {
  color: #333;
}
#a5eafaf5cdaaa00 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a5eafaf5cdaaa00 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a5eafaf5cdaaa00 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a5eafaf5cdaaa00 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a5eafaf5cdaaa00 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a5eafaf5cdaaa00 .order-btns .btn {
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ececec;
  padding: 0 14px;
  display: inline-block;
  margin-left: 8px;
  background: #fff;
  color: #333;
}
#a5eafaf5cdaaa00 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a5eafaf5cdaaa00 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a5eafaf5cdaaa00 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a5eafaf5cdaaa00 .setting-form {
  padding: 30px 20px;
}
#a5eafaf5cdaaa00 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a5eafaf5cdaaa00 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a5eafaf5cdaaa00 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a5eafaf5cdaaa00 .setting-form .setting-btns {
  margin-left: 130px;
}
#a5eafaf5cdaaa00 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a5eafaf5cdaaa00 .setting-wrap {
  position: relative;
}
#a5eafaf5cdaaa00 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a5eafaf5cdaaa00 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a5eafaf5cdaaa00 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a5eafaf5cdaaa00 .address-wrap {
  padding: 30px 20px;
}
#a5eafaf5cdaaa00 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a5eafaf5cdaaa00 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a5eafaf5cdaaa00 .addr-list {
  min-height: 200px;
}
#a5eafaf5cdaaa00 .addr-detail .addr-item-name,
#a5eafaf5cdaaa00 .addr-detail .addr-default {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  max-width: 8em;
  height: 16px;
  line-height: 14px;
  font-size: 12px;
  color: #4b9bfb;
  border: 1px solid #4b9bfb;
}
#a5eafaf5cdaaa00 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a5eafaf5cdaaa00 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a5eafaf5cdaaa00 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a5eafaf5cdaaa00 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a5eafaf5cdaaa00 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a5eafaf5cdaaa00 .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(/resources/sys/img/icons/info-pass.png) center center no-repeat;
  background-size: contain;
}
#a5eafaf5cdaaa00 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a5eafaf5cdaaa00 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a5eafaf5cdaaa00 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a5eafaf5cdaaa00 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #1e87f0;
}
#a5eafaf5cdaaa00 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a60f1a438aa47d2 .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#aedc0af4a3ae4c6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a42e8a1241ad62b {
  min-height: 90vh;
  /* mobile */
}
#a42e8a1241ad62b .search-highlight {
  background: yellow;
}
#a42e8a1241ad62b .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a42e8a1241ad62b .el-title {
  margin-bottom: 20px;
}
#a42e8a1241ad62b .el-item:hover .el-title {
  color: #0f6ecd;
}
#a42e8a1241ad62b .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a42e8a1241ad62b .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a42e8a1241ad62b .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a42e8a1241ad62b .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a42e8a1241ad62b .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a42e8a1241ad62b .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a42e8a1241ad62b .el-title {
    margin-bottom: 0;
  }
  #a42e8a1241ad62b .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a42e8a1241ad62b .category {
    font-size: 12px;
  }
  #a42e8a1241ad62b .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a5b31ac3b4a10de .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}#aedc0af4a3ae4c6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aeb53a6ad0a7d84 .comment-detail {
  min-height: 600px;
}
#aeb53a6ad0a7d84 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#aeb53a6ad0a7d84 table th,
#aeb53a6ad0a7d84 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#aeb53a6ad0a7d84 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#aeb53a6ad0a7d84 .red {
  color: #F00!important;
}
#aeb53a6ad0a7d84 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
#ac3bda77c3ae803 .uk-container {
  line-height: 2;
  color: #999;
}
#a304cacbeca0b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a304cacbeca0b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a304cacbeca0b1e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a304cacbeca0b1e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a304cacbeca0b1e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #055cf7;
}
#a304cacbeca0b1e .menu-list > li.active > a:before,
#a304cacbeca0b1e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a304cacbeca0b1e .menu-list > li ul li {
  position: relative;
}
#a304cacbeca0b1e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a304cacbeca0b1e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a304cacbeca0b1e .menu-list li ul li a:active,
#a304cacbeca0b1e .menu-list li ul li a.active,
#a304cacbeca0b1e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a304cacbeca0b1e .menu-list li ul,
#a304cacbeca0b1e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a304cacbeca0b1e .menu-list li ul.menu-b > li,
#a304cacbeca0b1e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a304cacbeca0b1e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a304cacbeca0b1e .menu-list li:hover > ul {
  display: block;
}
#a304cacbeca0b1e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ba7ada8ca64fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a0ba7ada8ca64fa .ele-wrap:hover {background-color: #0483cc;}